@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Inter;src:url(https://fonts.ingestro.com/inter/Inter-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(https://fonts.ingestro.com/inter/Inter-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(https://fonts.ingestro.com/inter/Inter-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(https://fonts.ingestro.com/inter/Inter-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(https://fonts.ingestro.com/inter/Inter-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Fira Code;src:url(https://fonts.ingestro.com/fira-code/FiraCode-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}.dropdown-scroll .simplebar-scrollbar{top:0;height:5px}.dropdown-scroll .simplebar-scrollbar:before{top:0;right:0;bottom:0;left:0}.dropdown-scroll .simplebar-track{background-color:#f4f4f4;border-radius:60px;pointer-events:auto}.dropdown-scroll .simplebar-track>.simplebar-scrollbar:before{background-color:#b9b9b9;border-radius:60px;opacity:1!important}.dropdown-scroll .simplebar-track.simplebar-vertical{width:5px;top:8px;bottom:8px;transform:translate(10px)}.dropdown-scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:0;right:0;bottom:0;left:0}.dropdown-scroll .simplebar-track.simplebar-horizontal{height:5px;transform:translateY(5px)}.dropdown-scroll .simplebar-track.simplebar-horizontal .simplebar-scrollbar{top:8px;height:5px}.dropdown-scroll .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{top:0;right:0;bottom:0;left:0}.ingestro__breadcrumb__container{display:flex;gap:8px;padding:24px 40px 0;color:var(--ingestro-secondary-500);background-color:var(--ingestro-white)}.ingestro__breadcrumb__link{cursor:pointer;display:flex;gap:8px;align-items:center;font-size:14px;line-height:1.43;font-family:inherit!important}.ingestro__breadcrumb__link svg,.ingestro__breadcrumb__link--active{cursor:default}.ingestro-settings__tabs .ingestro-tabs__tabs-divider{display:none}.ingestro-settings__tabs .ingestro-tabs{gap:0}.ingestro-settings__tabs .ingestro-tabs__tabs{padding:0 16px}.BaseButton_button__G1-0U{display:flex;align-items:center;justify-content:center;flex-shrink:0;box-sizing:border-box;gap:8px;position:relative;padding:0 var(--spacing-md);border:1px solid transparent;border-radius:var(--radius-xs);cursor:pointer;transition:.15s ease-out;outline:none;-webkit-user-select:none;user-select:none;font-family:var(--font-family);font-weight:var(--font-regular);line-height:var(--font-line-height);font-size:var(--font-size-default);letter-spacing:var(--tracking-none)}.BaseButton_button__G1-0U:focus-visible{box-shadow:0 0 0 3px var(--state-focus-ring)}.BaseButton_button__G1-0U:disabled{cursor:not-allowed}.BaseButton_button--loading__dJp3k{cursor:wait}.BaseButton_button--full-width__xF594{width:100%}.BaseButton_button-text__0TUxk{display:flex;align-items:center;opacity:1}.BaseButton_button-icon__1myhz{display:flex;align-items:center;justify-content:center;flex-shrink:0}.BaseButton_button--xxxs__obZ0h .BaseButton_button-icon__1myhz,.BaseButton_button--xxxs__obZ0h .BaseButton_button-spinner__PW_fd,.BaseButton_button--xxs__XdIGz .BaseButton_button-icon__1myhz,.BaseButton_button--xxs__XdIGz .BaseButton_button-spinner__PW_fd{width:14px;height:14px}.BaseButton_button--xs__aZBGh .BaseButton_button-icon__1myhz,.BaseButton_button--xs__aZBGh .BaseButton_button-spinner__PW_fd{width:16px;height:16px}.BaseButton_button--s__ASQxV .BaseButton_button-icon__1myhz,.BaseButton_button--s__ASQxV .BaseButton_button-spinner__PW_fd,.BaseButton_button--m__ocYgM .BaseButton_button-icon__1myhz,.BaseButton_button--m__ocYgM .BaseButton_button-spinner__PW_fd{width:20px;height:20px}.BaseButton_button--l__qseSC .BaseButton_button-icon__1myhz,.BaseButton_button--l__qseSC .BaseButton_button-spinner__PW_fd{width:24px;height:24px}.BaseButton_button-spinner__PW_fd{position:relative;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.BaseButton_button--loading__dJp3k .BaseButton_button-text__0TUxk,.BaseButton_button--loading__dJp3k .BaseButton_button-icon__1myhz{opacity:0}.BaseButton_button--loading__dJp3k .BaseButton_button-center-spinner__wBKJ7{position:absolute;inset-inline-start:50%;inset-block-start:50%;transform:translate(-50%,-50%);display:flex}.BaseButton_button--xxxs__obZ0h{height:20px;padding:0 var(--spacing-xxs);gap:4px;font-size:var(--font-size-xxs)}.BaseButton_button--xxs__XdIGz{height:24px;padding:0 var(--spacing-xs);gap:4px;font-size:var(--font-size-xs);letter-spacing:var(--tracking-wide-2)}.BaseButton_button--xs__aZBGh{height:32px;padding:0 var(--spacing-sm);font-size:var(--font-size-sm)}.BaseButton_button--s__ASQxV{height:40px;padding:0 var(--spacing-md);font-size:var(--font-size-default)}.BaseButton_button--m__ocYgM{height:48px;padding:0 var(--spacing-md);font-size:var(--font-size-default)}.BaseButton_button--l__qseSC{height:56px;padding:0 var(--spacing-md);font-size:var(--font-size-default)}.BaseButton_button--icon__feXs0.BaseButton_button--xxxs__obZ0h{width:20px;padding:0}.BaseButton_button--icon__feXs0.BaseButton_button--xxs__XdIGz{width:24px;padding:0}.BaseButton_button--icon__feXs0.BaseButton_button--xs__aZBGh{width:32px;padding:0}.BaseButton_button--icon__feXs0.BaseButton_button--s__ASQxV{width:40px;padding:0}.BaseButton_button--icon__feXs0.BaseButton_button--m__ocYgM{width:48px;padding:0}.BaseButton_button--icon__feXs0.BaseButton_button--l__qseSC{width:56px;padding:0}.BaseButton_button--primary__tVkyu,.BaseButton_button--primary__tVkyu[type]{background-color:var(--button-btn-fill-primary-default);border-color:transparent;color:var(--text-color-on-primary)}.BaseButton_button--primary__tVkyu:hover{background-color:var(--button-btn-fill-primary-hover);border-color:transparent}.BaseButton_button--primary__tVkyu:active{background-color:var(--state-hover-on-primary);border-color:transparent}.BaseButton_button--primary__tVkyu:disabled{background-color:var(--button-btn-fill-primary-disabled);border-color:transparent;color:var(--text-color-mute)}.BaseButton_button--primary__tVkyu.BaseButton_button--loading__dJp3k,.BaseButton_button--primary__tVkyu[type].BaseButton_button--loading__dJp3k{background-color:var(--button-btn-fill-primary-hover);border-color:transparent}.BaseButton_button--secondary__5YHGJ,.BaseButton_button--secondary__5YHGJ[type]{background-color:var(--raw-color-neutral-900);border-color:transparent;color:var(--text-color-on-dense)}.BaseButton_button--secondary__5YHGJ:hover{background-color:var(--raw-color-neutral-700);border-color:transparent}.BaseButton_button--secondary__5YHGJ:active{background-color:var(--raw-color-neutral-800);border-color:transparent}.BaseButton_button--secondary__5YHGJ:disabled{background-color:var(--button-btn-fill-primary-disabled);border-color:transparent;color:var(--text-color-mute)}.BaseButton_button--secondary__5YHGJ.BaseButton_button--loading__dJp3k,.BaseButton_button--secondary__5YHGJ[type].BaseButton_button--loading__dJp3k{background-color:var(--raw-color-neutral-500);border-color:transparent}.BaseButton_button--outlinePrimary__Qg6s_,.BaseButton_button--outlinePrimary__Qg6s_[type]{background-color:var(--button-btn-fill-outline-default);border-color:var(--button-btn-border-default);color:var(--text-color-primary)}.BaseButton_button--outlinePrimary__Qg6s_:hover{background-color:var(--button-btn-fill-outline-primary-hover);border-color:var(--button-btn-border-default)}.BaseButton_button--outlinePrimary__Qg6s_:active{background-color:var(--raw-color-accent-100);border-color:var(--raw-color-accent-100)}.BaseButton_button--outlinePrimary__Qg6s_:disabled{background-color:var(--button-btn-fill-outline-disabled);border-color:var(--button-btn-stroke-outline-disabled);color:var(--text-color-mute)}.BaseButton_button--outlinePrimary__Qg6s_.BaseButton_button--loading__dJp3k,.BaseButton_button--outlinePrimary__Qg6s_[type].BaseButton_button--loading__dJp3k{background-color:var(--button-btn-fill-outline-primary-hover);border-color:var(--button-btn-border-default)}.BaseButton_button--outlineSecondary__ll5BH,.BaseButton_button--outlineSecondary__ll5BH[type]{background-color:var(--button-btn-fill-outline-default);border-color:var(--button-btn-stroke-outline-default);color:var(--raw-color-neutral-500)}.BaseButton_button--outlineSecondary__ll5BH:hover{background-color:var(--button-btn-fill-outline-neutral-hover);border-color:var(--button-btn-stroke-outline-default)}.BaseButton_button--outlineSecondary__ll5BH:active{background-color:var(--raw-color-neutral-100);border-color:var(--raw-color-neutral-100)}.BaseButton_button--outlineSecondary__ll5BH:disabled{background-color:var(--button-btn-fill-outline-disabled);border-color:var(--button-btn-stroke-outline-disabled);color:var(--text-color-mute)}.BaseButton_button--outlineSecondary__ll5BH.BaseButton_button--loading__dJp3k,.BaseButton_button--outlineSecondary__ll5BH[type].BaseButton_button--loading__dJp3k{background-color:var(--button-btn-fill-outline-neutral-hover);border-color:var(--button-btn-stroke-outline-default)}.BaseButton_button--plainPrimary__AWEzl,.BaseButton_button--plainPrimary__AWEzl[type]{background-color:transparent;border-color:transparent;color:var(--text-color-primary)}.BaseButton_button--plainPrimary__AWEzl:hover{background-color:var(--button-btn-fill-outline-primary-hover)}.BaseButton_button--plainPrimary__AWEzl:active{background-color:var(--raw-color-accent-100)}.BaseButton_button--plainPrimary__AWEzl:disabled{background-color:transparent;color:var(--text-color-mute)}.BaseButton_button--plainPrimary__AWEzl.BaseButton_button--loading__dJp3k,.BaseButton_button--plainPrimary__AWEzl[type].BaseButton_button--loading__dJp3k{background-color:var(--button-btn-fill-outline-primary-hover)}.BaseButton_button--plainSecondary__31phs[type],.BaseButton_button--plainSecondary__31phs{background-color:transparent;border-color:transparent;color:var(--raw-color-neutral-500)}.BaseButton_button--plainSecondary__31phs:hover{background-color:var(--button-btn-fill-outline-neutral-hover)}.BaseButton_button--plainSecondary__31phs:active{background-color:var(--raw-color-neutral-100)}.BaseButton_button--plainSecondary__31phs:disabled{background-color:transparent;color:var(--text-color-mute)}.BaseButton_button--plainSecondary__31phs.BaseButton_button--loading__dJp3k,.BaseButton_button--plainSecondary__31phs[type].BaseButton_button--loading__dJp3k{background-color:var(--button-btn-fill-outline-neutral-hover)}.BaseButton_button--plainNeutral__x_DpU,.BaseButton_button--plainNeutral__x_DpU[type]{background-color:transparent;border-color:transparent;color:var(--text-color-neutral)}.BaseButton_button--plainNeutral__x_DpU:hover{background-color:var(--button-btn-fill-outline-neutral-hover);color:var(--text-color-neutral)}.BaseButton_button--plainNeutral__x_DpU:active{background-color:var(--raw-color-neutral-100);color:var(--text-color-neutral)}.BaseButton_button--plainNeutral__x_DpU:disabled{background-color:transparent;color:var(--text-color-mute)}.BaseButton_button--plainNeutral__x_DpU.BaseButton_button--loading__dJp3k,.BaseButton_button--plainNeutral__x_DpU[type].BaseButton_button--loading__dJp3k{background-color:var(--button-btn-fill-outline-neutral-hover)}.BaseButton_button--plainDanger__jQBj2,.BaseButton_button--plainDanger__jQBj2[type]{background-color:transparent;border-color:transparent;color:var(--feedback-error)}.BaseButton_button--plainDanger__jQBj2:hover{background-color:var(--button-btn-fill-outline-error-hover);color:var(--feedback-error)}.BaseButton_button--plainDanger__jQBj2:active{background-color:var(--raw-color-error-100);color:var(--feedback-error)}.BaseButton_button--plainDanger__jQBj2:disabled{background-color:transparent;color:var(--text-color-mute)}.BaseButton_button--plainDanger__jQBj2.BaseButton_button--loading__dJp3k,.BaseButton_button--plainDanger__jQBj2[type].BaseButton_button--loading__dJp3k{background-color:var(--button-btn-fill-outline-error-hover);color:var(--feedback-error)}.BaseButton_button--solidDanger__ByinH,.BaseButton_button--solidDanger__ByinH[type]{background-color:var(--feedback-error);border-color:transparent;color:var(--text-color-on-dense)}.BaseButton_button--solidDanger__ByinH:hover{background-color:var(--raw-color-error-600);border-color:transparent}.BaseButton_button--solidDanger__ByinH:active{background-color:var(--raw-color-error-700);border-color:transparent}.BaseButton_button--solidDanger__ByinH:disabled{background-color:var(--button-btn-fill-primary-disabled);border-color:transparent;color:var(--text-color-mute)}.BaseButton_button--solidDanger__ByinH.BaseButton_button--loading__dJp3k,.BaseButton_button--solidDanger__ByinH[type].BaseButton_button--loading__dJp3k{background-color:var(--raw-color-error-600);border-color:transparent}.BaseButton_button--outlineDanger__S4gWW,.BaseButton_button--outlineDanger__S4gWW[type]{background-color:var(--button-btn-fill-outline-default);color:var(--feedback-error);border:1px solid var(--button-btn-stroke-outline-error)}.BaseButton_button--outlineDanger__S4gWW:hover{background-color:var(--button-btn-fill-outline-error-hover);color:var(--feedback-error);border-color:var(--button-btn-stroke-outline-error)}.BaseButton_button--outlineDanger__S4gWW:active{background-color:var(--raw-color-error-100);color:var(--feedback-error);border-color:var(--button-btn-stroke-outline-error)}.BaseButton_button--outlineDanger__S4gWW:disabled{background-color:var(--button-btn-fill-outline-disabled);color:var(--text-color-mute);border-color:var(--button-btn-stroke-outline-disabled)}.BaseButton_button--outlineDanger__S4gWW.BaseButton_button--loading__dJp3k,.BaseButton_button--outlineDanger__S4gWW[type].BaseButton_button--loading__dJp3k{background-color:var(--button-btn-fill-outline-error-hover);color:var(--feedback-error);border-color:var(--button-btn-stroke-outline-error)}.typography_heading-h1__0Tk8v{font-family:var(--font-family);font-weight:var(--font-semi-bold);font-size:var(--font-size-h1);line-height:var(--font-line-height);letter-spacing:var(--tracking-tight-4)}.typography_heading-h2__Dtvju{font-family:var(--font-family);font-weight:var(--font-semi-bold);font-size:var(--font-size-h2);line-height:var(--font-line-height);letter-spacing:var(--tracking-tight-2)}.typography_heading-h3__sPrbY{font-family:var(--font-family);font-weight:var(--font-semi-bold);font-size:var(--font-size-h3);line-height:var(--font-line-height);letter-spacing:var(--tracking-tight-2)}.typography_paragraph-default-regular__QoeKn{font-family:var(--font-family);font-weight:var(--font-regular);font-size:var(--font-size-default);line-height:var(--font-line-height);letter-spacing:var(--tracking-none)}.typography_paragraph-default-semibold__hKyP9{font-family:var(--font-family);font-weight:var(--font-semi-bold);font-size:var(--font-size-default);line-height:var(--font-line-height);letter-spacing:var(--tracking-none)}.typography_paragraph-sm-regular__ztXC2{font-family:var(--font-family);font-weight:var(--font-regular);font-size:var(--font-size-sm);line-height:var(--font-line-height);letter-spacing:var(--tracking-none)}.typography_paragraph-sm-semibold__fWMEz{font-family:var(--font-family);font-weight:var(--font-semi-bold);font-size:var(--font-size-sm);line-height:var(--font-line-height);letter-spacing:var(--tracking-none)}.typography_paragraph-xs-regular__7pUBW{font-family:var(--font-family);font-weight:var(--font-regular);font-size:var(--font-size-xs);line-height:var(--font-line-height);letter-spacing:var(--tracking-wide-2)}.typography_paragraph-xs-semibold__23RdZ{font-family:var(--font-family);font-weight:var(--font-semi-bold);font-size:var(--font-size-xs);line-height:var(--font-line-height);letter-spacing:var(--tracking-wide-2)}.typography_paragraph-xxs-regular__okabw{font-family:var(--font-family);font-weight:var(--font-regular);font-size:var(--font-size-xxs);line-height:var(--font-line-height);letter-spacing:var(--tracking-none)}.typography_paragraph-xxs-semibold__bMuS7{font-family:var(--font-family);font-weight:var(--font-semi-bold);font-size:var(--font-size-xxs);line-height:var(--font-line-height);letter-spacing:var(--tracking-none)}.typography_text-cell__aws_j{color:var(--ingestro-neutral-900);font-size:14px}.typography_text-cell-muted__de2jC{color:var(--ingestro-neutral-600, #717171);font-size:14px}.typography_processing-failed__qZPiQ{opacity:.4}.Spinner_spinner__RIQv-{display:inline-block;flex-shrink:0;border-radius:50%}.Spinner_spinner--xs__2_Ai7{width:12px;height:12px}.Spinner_spinner--s__oKD2g{width:16px;height:16px}.Spinner_spinner--m__tj8rk{width:24px;height:24px}.Spinner_spinner--l__4MJXZ{width:32px;height:32px}.Spinner_spinner--xl__WXlH3{width:40px;height:40px}.Spinner_spinner--xxl__RFe0z{width:48px;height:48px}.Spinner_spinner--xxxl___ZLGE{width:56px;height:56px}.Spinner_spinner-inner__3mshX{box-sizing:border-box;width:100%;height:100%;border-radius:50%;border:2px solid transparent;animation:Spinner_rotation__JEqG5 .8s infinite linear}.Spinner_spinner--xl__WXlH3 .Spinner_spinner-inner__3mshX,.Spinner_spinner--xxl__RFe0z .Spinner_spinner-inner__3mshX,.Spinner_spinner--xxxl___ZLGE .Spinner_spinner-inner__3mshX{animation-duration:1.1s}.Spinner_spinner--xs__2_Ai7 .Spinner_spinner-inner__3mshX{border-width:1px}.Spinner_spinner--neutral__0y7tU .Spinner_spinner-inner__3mshX{border-color:var(--raw-color-neutral-500) transparent}.Spinner_spinner--primary__9aO0N .Spinner_spinner-inner__3mshX{border-color:var(--raw-color-accent-900) transparent}.Spinner_spinner--success__igLlR .Spinner_spinner-inner__3mshX{border-color:var(--raw-color-success-500) transparent}.Spinner_spinner--warning__Am3O2 .Spinner_spinner-inner__3mshX{border-color:var(--raw-color-warning-500) transparent}.Spinner_spinner--error__l2Q-0 .Spinner_spinner-inner__3mshX{border-color:var(--raw-color-error-500) transparent}.Spinner_spinner--white__5jO8r .Spinner_spinner-inner__3mshX{border-color:var(--raw-color-shade-white) transparent}.Spinner_spinner--secondary__7QV9D .Spinner_spinner-inner__3mshX{border-color:var(--raw-color-neutral-600) transparent}@keyframes Spinner_rotation__JEqG5{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.FlowUiConfirmDialogIcon_wrapper__gL9Ze{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);flex-shrink:0}.FlowUiConfirmDialogIcon_wrapper__gL9Ze[data-type=danger]{background-color:var(--feedback-error-subtle);color:var(--feedback-error)}.FlowUiConfirmDialogIcon_wrapper__gL9Ze[data-type=info]{background-color:var(--feedback-info-subtle);color:var(--feedback-info)}.FlowUiConfirmDialogIcon_wrapper__gL9Ze[data-type=success]{background-color:var(--feedback-success-subtle);color:var(--feedback-success)}.FlowUiConfirmDialogIcon_wrapper__gL9Ze[data-type=warning]{background-color:var(--feedback-warning-subtle);color:var(--feedback-warning)}.ConfirmDialog_dialog-flows-ui-icon__vmkJG{margin-bottom:var(--spacing-lg)}.ConfirmDialog_dialog__18Elc .ingestro-dialog__content{max-width:480px}.ConfirmDialog_dialog__18Elc .ingestro-dialog__content .ingestro-dialog__subtitle{white-space:pre-wrap;margin-top:var(--spacing-8);font-size:14px}.ConfirmDialog_dialog__18Elc .ingestro-dialog__header .ingestro-dialog__title{padding:0}.ConfirmDialog_dialog__18Elc .ingestro-dialog__footer{padding-top:0}.ConfirmDialog_dialog__18Elc.ConfirmDialog_dialog-alert__sWOhH .ingestro-dialog__content{max-width:440px;min-width:440px;padding:var(--spacing-32)}.ConfirmDialog_dialog__18Elc.ConfirmDialog_dialog-flows-ui__dyshR .ingestro-dialog__content{padding:var(--spacing-lg);gap:var(--spacing-lg);max-width:360px;min-width:360px}.ConfirmDialog_dialog__18Elc.ConfirmDialog_dialog-flush-body__XMI-- .ingestro-dialog__body{margin-inline-end:0;padding-inline-end:0}.ConfirmDialog_dialog__18Elc.ConfirmDialog_dialog-flows-ui__dyshR .ingestro-dialog__header .ingestro-dialog__title{font-size:16px;line-height:150%}.ConfirmDialog_dialog__18Elc.ConfirmDialog_dialog-flows-ui__dyshR .ingestro-dialog__header .ingestro-dialog__subtitle{margin-top:var(--spacing-lg);font-size:12px;line-height:150%;letter-spacing:.24px}.ConfirmDialog_dialog__18Elc.ConfirmDialog_dialog-flows-ui__dyshR.ConfirmDialog_dialog-delete-mode__JLCPd .ingestro-dialog__content{max-width:540px;min-width:540px}.ConfirmDialog_dialog__18Elc.ConfirmDialog_dialog-flows-ui__dyshR.ConfirmDialog_dialog-delete-mode__JLCPd .ingestro-dialog__body{display:flex;flex-direction:column;gap:var(--spacing-lg)}.ConfirmDialog_dialog__18Elc.ConfirmDialog_dialog-flows-ui__dyshR .ingestro-dialog__header-actions{top:var(--spacing-8);right:var(--spacing-8)}.ConfirmDialog_delete-confirmation-label__3kmBX{margin-bottom:var(--spacing-xs);font-size:var(--font-size-xs)}.apexcharts-bar-area-primary .apexcharts-bar-area:hover{fill:var(--ingestro-primary-400)}.apexcharts-bar-area-secondary .apexcharts-bar-area:hover{fill:var(--ingestro-secondary-200)}.ingestro-charts .apexcharts-tooltip{padding:8px!important;border-radius:4px!important;border:1px solid var(--ingestro-neutral-100)!important;background:var(--ingestro-white)!important;box-shadow:var(--shadow-normal-sm)!important}.ingestro-charts .apexcharts-tooltip-title{color:var(--ingestro-neutral-500);font-family:Inter,sans-serif;font-size:10px;font-style:normal;font-weight:400;line-height:143%;letter-spacing:.2px}.ingestro-charts .apexcharts-tooltip-series-group{margin-top:4px}.ingestro-charts .apexcharts-bar-dataLabels__title{color:var(--ingestro-black);font-family:Inter,sans-serif;font-size:10px;font-style:normal;font-weight:400;line-height:143%;letter-spacing:.2px}.ingestro-charts .apexcharts-bar-dataLabels__content{color:var(--ingestro-black);font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:143%}.ingestro-card__total-imports__heading{color:var(--ingestro-neutral-500, #8d8d8d);font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:143%}.ingestro-card__total-imports__content{color:var(--ingestro-Black, #000);font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:143%}.ingestro-card__total-rows-processed__heading{color:var(--ingestro-neutral-500, #8d8d8d);font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:143%}.ingestro-card__total-rows-processed__content{color:var(--ingestro-Black, #000);font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:143%}.sidebar-footer{display:flex;flex-direction:column;gap:12px;min-width:0;margin-top:auto;margin-bottom:2rem;flex-shrink:0}.sidebar__nav{display:flex;flex-direction:column;flex:1 auto;min-height:0}.sidebar__simplebar .simplebar-content,.sidebar__simplebar .simplebar-content-wrapper{-webkit-user-select:none;user-select:none}.sidebar__simplebar :focus-visible{outline:none}.sidebar__simplebar .simplebar-track.simplebar-vertical{right:4px}.sidebar__simplebar .simplebar-track.simplebar-horizontal{display:none}.sidebar__simplebar .simplebar-scrollbar:before{background:var(--ingestro-secondary-100)}.TopBreadcrumbs_nav__TObwi{display:flex;align-items:center;gap:var(--spacing-4, 4px);min-width:0}.TopBreadcrumbs_separator__7Eh-l{display:flex;color:var(--icon-color-neutral-subtle, #717171);flex-shrink:0}.TopBreadcrumbs_flows-label__wlgkY{display:block;max-width:320px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);line-height:1.5;color:var(--text-color-neutral, #2d2d2d)}.TopBreadcrumbs_flow-name__ZFsHA{max-width:320px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--font-size-xxs, 10px);font-weight:var(--font-semi-bold, 600);line-height:1.5;color:var(--text-color-primary, #162338)}.TopBreadcrumbs_nav__TObwi .ingestro-button__text,.TopBreadcrumbs_nav__TObwi .ingestro-truncated-text{font-size:var(--font-size-xxs, 10px)}.TopBreadcrumbs_wrapper__HvvBq>div{padding:0}.announcement-banner{width:100%;border-bottom:1px solid var(--ingestro-warning-200);background:var(--ingestro-warning-100)}.announcement-banner__content{display:flex;gap:12px;align-items:center;justify-content:space-between}.announcement-banner__icon-wrapper{display:flex;align-items:center;justify-content:center;flex-shrink:0}.announcement-banner__icon{color:var(--ingestro-warning-500)}.announcement-banner__text{min-width:0;flex:1}.announcement-banner__title{margin:0;color:var(--ingestro-warning-500);font-size:.875rem;line-height:1.25rem;font-weight:600}.announcement-banner__description{margin:2px 0 0;color:var(--ingestro-neutral-900);font-size:.875rem;line-height:1.25rem}.announcement-banner__link{flex-shrink:0;color:var(--ingestro-warning-500);font-size:.875rem;line-height:1.25rem;font-weight:600;text-decoration:underline;text-underline-offset:2px}@media(max-width:768px){.announcement-banner__content{flex-direction:column;align-items:flex-start}}.top-menu-bar{display:flex;height:var(--spacing-64, 64px);gap:var(--spacing-40, 40px);align-items:center;justify-content:space-between;box-sizing:border-box;background-color:var(--surface-color-default, #fff);padding:var(--spacing-12, 12px) var(--spacing-16, 16px);border-bottom:1px solid var(--border-color-default, #f2f2f2)}.top-menu-avatar{display:flex;height:40px;width:40px;align-items:center;justify-content:center;border-radius:.5rem;border:1px solid var(--ingestro-primary-200, #d4e2f5);background-color:var(--ingestro-primary-50, #eff3f9);color:var(--ingestro-primary-900, #162338);font-size:.875rem;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .3s ease-out}.top-menu-avatar:hover{background-color:var(--ingestro-primary-100, #e0ebf9)}.top-menu-avatar-wrapper{display:flex;flex-direction:column;gap:var(--spacing-8, 8px)}.top-menu-profile{display:flex;flex:1;justify-content:flex-end;align-items:center;gap:var(--spacing-8, 8px)}.top-menu-profile-text{display:flex;flex-direction:column;align-items:flex-end}.top-menu-profile-name,.top-menu-profile-company{margin:0;line-height:1.5;white-space:nowrap}.top-menu-profile-name{color:var(--text-color-neutral, #2d2d2d);font-size:var(--font-size-sm, 14px);font-weight:var(--font-semi-bold, 600)}.top-menu-profile-company{color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400)}.book-meeting__inner{display:flex;gap:8px;padding:12px;border-radius:8px;background-color:var(--ingestro-primary-800);border:1px solid var(--ingestro-primary-600)}.book-meeting__inner--shrink{width:49px;height:49px;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;margin:0 auto;transition:background-color .3s ease-out}.book-meeting__inner--shrink:hover{background-color:var(--ingestro-primary-700)}.book-meeting__image{flex-shrink:0}.book-meeting__image-picture{width:24px;height:24px}.book-meeting__details{display:flex;flex-direction:column;gap:12px}.book-meeting__details-label{color:var(--ingestro-white)}.book-meeting__details-label--title{color:var(--ingestro-shade-white, #fff);font-size:10px;font-style:normal;font-weight:var(--font-semi-bold, 600);line-height:1.43}.book-meeting__details-label--caption{color:var(--ingestro-primary-300, #92acd4);font-size:10px;font-style:normal;font-weight:var(--font-regular, 400);line-height:1.43;letter-spacing:.2px}.book-meeting__details-info{display:flex;flex-direction:column;gap:4px}.sidebar-trial-badge{min-width:0}.sidebar-trial-badge__inner{display:flex;flex-direction:row;align-items:center;gap:8px;min-width:0;padding:10px 12px;border-radius:8px;background-color:var(--ingestro-primary-800);border:1px solid var(--ingestro-primary-600)}.sidebar-trial-badge__icon{color:var(--ingestro-shade-white, #fff);flex-shrink:0}.sidebar-trial-badge__text{min-width:0;overflow-wrap:anywhere;color:var(--ingestro-shade-white, #fff);font-size:10px;font-weight:600;line-height:1.43}.all-features{margin-top:16px;margin-bottom:12px}.all-features__inner{display:flex;gap:8px;padding:12px;border-radius:8px;background-color:var(--ingestro-primary-800);border:1px solid var(--ingestro-primary-600)}.all-features__inner--shrink{width:49px;height:49px;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;margin:0 auto;transition:background-color .3s ease-out}.all-features__inner--shrink:hover{background-color:var(--ingestro-primary-700)}.all-features__image{flex-shrink:0}.all-features__image-picture{width:24px;height:24px}.all-features__details{display:flex;flex-direction:column;gap:12px}.all-features__details-label{color:var(--ingestro-white)}.ingestro__feedback-dialog .ingestro-dialog__content{gap:0!important;max-width:640px;min-height:635px;max-height:915px;padding:0;overflow:hidden;min-width:auto}.ingestro__feedback-dialog .ingestro-dialog__footer{padding:16px 24px 24px}.ingestro__feedback-dialog .feedback-textarea textarea{min-height:320px;max-height:600px}.ingestro__feedback-dialog .feedback-textarea,.ingestro__feedback-dialog .ingestro-formElement__element,.ingestro__feedback-dialog .ingestro-dialog__body{height:100%}@media(max-width:375px){.ingestro__feedback-dialog .ingestro-dialog__content{max-height:100%;min-height:100%}.ingestro__feedback-dialog .feedback-textarea textarea{min-height:100%;max-height:100%}}.all-features-modal .ingestro-dialog__content{width:1068px;padding:0;gap:0}.all-features-modal .ingestro-dialog__header{padding:24px}.all-features__section{margin-block-start:0;padding:16px;background:var(--ingestro-white, white);border-radius:8px;border:1px solid var(--ingestro-neutral-200)}.all-features__section+.all-features__section{margin-block-start:16px}.all-features__sectionTitle{color:var(--ingestro-neutral-900)}.all-features__sectionFeatures{display:flex;margin-block-start:16px;gap:12px;overflow-x:scroll;flex-wrap:nowrap}.all-features__feature{width:260px;height:220px;flex-shrink:0}.all-features__sectionTabItems{max-height:357px;overflow-y:auto;border:1px solid var(--ingestro-neutral-100)!important;border-radius:8px}.all-features__sectionTabItems>div{display:flex;flex-direction:column;gap:0}.all-features__section .tabs-with-conditional-radius.first-tab-active .ingestro-tabs__content--default,.all-features__section .tabs-with-conditional-radius.first-tab-active .all-features__sectionTabItems{border-top-left-radius:0!important}.all-features__section .tabs-with-conditional-radius.last-tab-active .ingestro-tabs__content--default,.all-features__section .tabs-with-conditional-radius.last-tab-active .all-features__sectionTabItems{border-top-left-radius:8px!important}.all-features__section .ingestro-tabs{gap:0!important}.all-features__section .ingestro-tabs__header{border-bottom:none}.all-features__section .ingestro-tabs__tab-item--default{border-right:1px solid transparent;border-left:1px solid transparent;border-bottom:1px solid transparent!important;border-radius:0!important;background:transparent!important;color:var(--ingestro-neutral-500)!important;font-size:12px!important;line-height:16px!important;padding:12px;font-weight:400!important;transition:none!important}.all-features__section .ingestro-tabs__tab-item--default svg{color:var(--ingestro-neutral-500)!important}.all-features__section .ingestro-tabs__tab-item--active--default{border:1px solid var(--ingestro-neutral-100)!important;border-bottom-color:transparent!important;border-radius:8px 8px 0 0!important;background:#fff!important;position:relative;z-index:1;color:var(--ingestro-primary-900)!important;border-top-color:var(--ingestro-neutral-100)!important;border-left-color:var(--ingestro-neutral-100)!important;border-right-color:var(--ingestro-neutral-100)!important;border-bottom-width:2px!important;font-weight:600!important}.all-features__section .ingestro-tabs__tab-item--active--default svg{color:var(--ingestro-primary-900)!important}.all-features__section .ingestro-tabs__active-underline{display:none!important;opacity:0!important}.all-features__section .ingestro-tabs__tabs-divider{display:none!important}.all-features__section .ingestro-tabs__tabs{margin-bottom:-1px}.ingestro-feature-card{display:flex;flex-direction:column;width:100%;height:100%;transition:border-color .2s ease,background-color .2s ease;background-color:var(--ingestro-neutral-50);cursor:pointer}.ingestro-feature-card:hover{border-color:var(--ingestro-primary-400);background-color:var(--ingestro-primary-50)}.ingestro-feature-card__title{color:var(--ingestro-primary-900);width:100%}.ingestro-feature-card__description{color:var(--ingestro-neutral-600)}.ingestro-feature-card__description a,.ingestro-feature-card__doc-link{color:var(--ingestro-primary-500)}.ingestro-feature-card footer button{background-color:var(--ingestro-primary-900)!important}.ingestro-feature-card footer button:focus-visible{background-color:var(--ingestro-primary-700)!important}.ingestro-feature-row{display:flex;flex-direction:column;width:100%;border-bottom:1px solid var(--ingestro-neutral-100);background:transparent;border-radius:0}.ingestro-feature-row__title{color:var(--ingestro-primary-900)}.ingestro-feature-row__description{color:var(--ingestro-neutral-600)}.ingestro-feature-row__description a{color:var(--ingestro-primary-500)}.ingestro-feature-row .ingestro-text-link__text{display:flex}@keyframes DataFlowsBanner_df-upsell-banner-enter__YLjcz{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.DataFlowsBanner_banner__VH5Nt{position:fixed;right:16px;z-index:1000000;display:flex;width:min(248px,calc(100vw - 32px));flex-direction:column;gap:12px;border:1px solid var(--ingestro-primary-100);border-radius:6px;background:var(--ingestro-primary-50);padding:12px;box-shadow:var(--dropshadow-sm);animation:DataFlowsBanner_df-upsell-banner-enter__YLjcz .24s ease-out}@media(prefers-reduced-motion:reduce){.DataFlowsBanner_banner__VH5Nt{animation:none}}.DataFlowsBanner_header__rTVwv{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.DataFlowsBanner_dismiss__m0CFO{flex-shrink:0}.DataFlowsBanner_dismiss-icon__N1uJ1{width:14px;height:14px}.DataFlowsBanner_dismiss-icon__N1uJ1 path{stroke:var(--ingestro-primary-900, #162338)}.DataFlowsBanner_content__kstOQ{display:flex;flex-direction:column;gap:4px}.DataFlowsBanner_title__b1P0Q{display:flex;align-items:center;gap:4px;margin:0;font-size:12px;font-weight:600;line-height:1.43;color:var(--ingestro-primary-900)}.DataFlowsBanner_title-icon__OF1-9{width:20px;height:20px;flex-shrink:0}.DataFlowsBanner_description__N6-OQ{margin:0;font-size:10px;font-weight:400;line-height:1.43;letter-spacing:.2px;color:var(--ingestro-primary-500)}.DataFlowsBanner_action__oAIg9{align-self:flex-start}.AgentChatAttachment_attachment__NT-7V{display:flex;align-items:center;gap:var(--spacing-12, 12px);padding:var(--spacing-8, 8px) var(--spacing-12, 12px);background:var(--surface-color-default-soft, #fbfbfb);border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-md, 8px)}.AgentChatAttachment_attachment-icon__FINz-{display:inline-flex;flex:0 0 auto;color:var(--icon-color-neutral-subtle, #717171)}.AgentChatAttachment_attachment-details__oqYnu{display:flex;flex:1;flex-direction:column;min-width:0}.AgentChatAttachment_attachment-name__AbA2x{color:var(--text-color-neutral, #2d2d2d);font-size:var(--font-size-sm, 14px);font-weight:var(--font-semi-bold, 600)}.AgentChatAttachment_attachment-size__AkChO{color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px)}.AvatarTag_avatar-tag__hJv4q{display:inline-flex;max-width:100%;min-width:0;align-items:center;border-radius:9999px;background:var(--raw-color-neutral-100);padding:2px;box-sizing:border-box}.AvatarTag_avatar-tag--m__XFP_p{min-height:22px;height:auto}.AvatarTag_avatar-tag--s__ugo5K{min-height:20px;height:auto}.AvatarTag_initials__2ONS8{display:flex;flex:none;align-items:center;justify-content:center;border-radius:9999px;border:.5px solid var(--raw-color-accent-200);background:var(--raw-color-accent-50);font-size:7px;font-weight:600;line-height:1;color:var(--raw-color-accent-900)}.AvatarTag_avatar-tag--m__XFP_p .AvatarTag_initials__2ONS8,.AvatarTag_initials--m__ZXzdY{width:18px;height:18px}.AvatarTag_avatar-tag--s__ugo5K .AvatarTag_initials__2ONS8,.AvatarTag_initials--s__ha7gn{width:16px;height:16px}.AvatarTag_badges-group__jY_xO{display:flex;align-items:center}.AvatarTag_badges-group--inline__iJBCt{display:inline-flex}.AvatarTag_badges__RGQNy{display:flex;align-items:center;flex-direction:row-reverse}.AvatarTag_badge-wrapper__0-GgV{display:flex;align-items:center;position:relative;margin-right:-8px}.AvatarTag_badge-wrapper__0-GgV:first-of-type{margin-right:0}.AvatarTag_badge-wrapper__0-GgV:hover{z-index:100!important}.AvatarTag_overflow__vpGaa{font-size:var(--font-size-xs);color:var(--text-color-neutral-subtle);white-space:nowrap;margin-left:var(--spacing-4);padding:0 2px;border:none;border-radius:var(--radius-xs);background:none;font-family:inherit;cursor:pointer}.AvatarTag_overflow__vpGaa:hover{background:var(--raw-color-neutral-100);color:var(--text-color-neutral)}.AvatarTag_popover__Y5aWc{width:220px;max-height:320px;padding:var(--spcing-sm);border-radius:var(--radius-xs);border:1px solid var(--border-color-mid);background:var(--surface-color-default);box-shadow:var(--shadow-dropdown);display:flex;flex-direction:column;gap:var(--spcing-xs);overflow:hidden}.AvatarTag_popover-title__ihygh{margin:0;color:var(--text-color-neutral-subtle);font-size:var(--font-size-xs);font-weight:var(--font-semi-bold);line-height:var(--font-line-height)}.AvatarTag_popover-list__KHjt4{margin:0;padding:0;list-style:none;min-height:0;overflow-y:auto;scrollbar-width:thin;display:flex;flex-direction:column;gap:4px;align-items:flex-start}.AvatarTag_name__xL6hQ{padding:0 4px;color:var(--raw-color-neutral-900);line-height:143%;min-width:0}.AvatarTag_avatar-tag--m__XFP_p .AvatarTag_name__xL6hQ,.AvatarTag_avatar-tag--s__ugo5K .AvatarTag_name__xL6hQ{font-size:10px}.AvatarTag_avatar-tag--inline__c_K_o{display:inline-flex}.EntityTag_tag__zto51{display:inline-flex;align-items:center;border-radius:var(--border-radius-full);background:var(--raw-color-neutral-100);padding:var(--spacing-2);height:22px;max-width:100%;min-width:0;border:none;font:inherit}button.EntityTag_tag__zto51{cursor:pointer}button.EntityTag_tag__zto51:hover{background:var(--raw-color-neutral-200)}.EntityTag_icon__snQMT{display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:var(--border-radius-full);border:.5px solid var(--raw-color-accent-200);background:var(--raw-color-accent-50);color:var(--raw-color-accent-700);width:18px;height:18px}.EntityTag_name__ARyrR{padding:0 var(--spacing-6) 0 var(--spacing-4);color:var(--raw-color-neutral-900);font-size:var(--font-size-xxs);font-weight:var(--font-regular);line-height:var(--font-line-height);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AgentChatMessage_content__K-ZH_{display:flex;flex-direction:column;gap:var(--spacing-8, 8px)}.AgentChatMessage_paragraph__a2sGn,.AgentChatMessage_list__1nOoa{margin:0}.AgentChatMessage_list__1nOoa{padding-left:var(--spacing-20, 20px);list-style:disc}.AgentChatMessage_list__1nOoa li+li{margin-top:var(--spacing-4, 4px)}.AgentChatMessage_entity-button__B4NYm{display:inline-flex;padding:0;border:none;background:none;font:inherit;cursor:pointer;vertical-align:baseline}.AgentChatProposalKbd_chip__cZxrb{display:inline-flex;align-items:center;max-width:200px;min-width:0;overflow:hidden;padding:0 var(--spacing-xxs, 4px);border-radius:var(--radius-xs, 4px);background:var(--feedback-primary-subtle, #eff3f9);color:var(--text-color-kbd, #4167a5)}.AgentChatProposalKbd_chip-fill__RID-H{flex:1 1 0;max-width:100%}.AgentChatProposalKbd_chip-text__MYc2W.ingestro-truncated-text{display:block;min-width:0;font-family:var(--theme-code-font);font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);color:var(--text-color-kbd, #4167a5)}.AgentChatProposalKbd_chip-list__BmO6d{display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:var(--spacing-xxs, 4px);min-width:0}.AgentChatProposal_card__nhvdn{display:flex;align-self:stretch;gap:var(--spacing-12, 12px);padding:var(--spacing-8, 8px) var(--spacing-12, 12px);background:var(--surface-color-default, #ffffff);border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--border-radius-8, 8px)}.AgentChatProposal_payload__8ktvd{display:flex;flex:1;flex-direction:column;gap:var(--spacing-2, 2px);min-width:0}.AgentChatProposal_tool__vTXzO{margin:0;color:var(--text-color-neutral, #2d2d2d);font-size:var(--font-size-xs, 12px);font-weight:var(--font-semi-bold, 600);line-height:var(--font-line-height, 150%)}.AgentChatProposal_details__JlKOe{display:flex;flex-direction:column;gap:var(--spacing-4, 4px);min-width:0}.AgentChatProposal_field-rows__owgFN{display:flex;flex-direction:column;gap:var(--spacing-xxs, 4px);margin:0;padding:0;list-style:none}.AgentChatProposal_field-row__Cfq_P{display:flex;align-items:baseline;gap:var(--spacing-xxs, 4px);min-width:0;font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);color:var(--text-color-neutral-subtle, #717171)}.AgentChatProposal_field-row__Cfq_P:before{content:"•";flex-shrink:0}.AgentChatProposal_field-row-nested-wrap__VA6JJ{list-style:none}.AgentChatProposal_field-row-nested-wrap__VA6JJ:before{content:none}.AgentChatProposal_field-rows-nested__-Mewq{display:flex;flex-direction:column;gap:var(--spacing-xxs, 4px);margin:0;padding:0 0 0 var(--spacing-12, 12px);list-style:none}.AgentChatProposal_field-label__GNcxZ{flex-shrink:0}.AgentChatProposal_field-label__GNcxZ:after{content:":"}.AgentChatProposal_field-value__7rZYI{display:flex;align-items:baseline;gap:var(--spacing-xxs, 4px);min-width:0;flex:1}.AgentChatProposal_diff-arrow__xLsCC{flex-shrink:0;color:var(--text-color-neutral-subtle, #717171)}.AgentChatProposal_arg-value-toggle__snyYc{min-width:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;line-height:inherit;text-align:left;cursor:pointer}.AgentChatProposal_arg-value-toggle__snyYc:focus-visible{outline:2px solid var(--border-color-focus, #2d2d2d);outline-offset:2px}.AgentChatProposal_field-rows-nested__-Mewq>li{width:100%;min-width:0}.AgentChatProposal_category-option-line__VIlyu{display:flex;flex-wrap:nowrap;align-items:baseline;gap:var(--spacing-xxs, 4px);width:100%;min-width:0;font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);color:var(--text-color-neutral-subtle, #717171)}.AgentChatProposal_category-option-line__VIlyu:before{content:"•";flex-shrink:0}.AgentChatProposal_category-option-parts__hLjg7{display:flex;flex-wrap:nowrap;align-items:baseline;gap:var(--spacing-xxs, 4px);min-width:0;overflow:hidden}.AgentChatProposal_category-option-part__OixpM{display:inline-flex;align-items:baseline;flex:0 1 auto;gap:var(--spacing-xxs, 4px);min-width:0;overflow:hidden}.AgentChatProposal_category-option-part-label__V2vpM{flex-shrink:0}.AgentChatProposal_actions__NY8VA{display:flex;align-self:flex-end;flex-shrink:0;gap:var(--spacing-6, 6px)}.AgentChatProposal_batch__bCLC_{display:flex;flex-direction:column;gap:var(--spacing-4, 4px);min-width:0}.AgentChatProposal_batch-list__wAr_O{display:flex;flex-direction:column;gap:var(--spacing-2, 2px);margin:0;padding:0;list-style:none}.AgentChatProposal_batch-item__WQmyC{min-width:0}.AgentChatProposal_batch-toggle__ALM4t{display:flex;align-items:center;gap:var(--spacing-4, 4px);width:100%;min-width:0;padding:var(--spacing-2, 2px) 0;border:0;background:transparent;color:var(--text-color-neutral, #2d2d2d);font-size:var(--font-size-xxs, 10px);font-weight:var(--font-semi-bold, 600);line-height:var(--font-line-height, 150%);text-align:left;cursor:pointer}.AgentChatProposal_batch-toggle__ALM4t:focus-visible{outline:2px solid var(--border-color-focus, #2d2d2d);outline-offset:2px}.AgentChatProposal_batch-chevron__tJs-2{flex-shrink:0;color:var(--text-color-neutral-subtle, #717171);transition:transform .15s ease-out}.AgentChatProposal_batch-chevron__tJs-2[data-expanded=false]{transform:rotate(-90deg)}.AgentChatProposal_batch-static__SS9WJ{display:flex;align-items:center;width:100%;min-width:0;padding:var(--spacing-2, 2px) 0;padding-left:var(--spacing-16, 16px);color:var(--text-color-neutral, #2d2d2d);font-size:var(--font-size-xxs, 10px);font-weight:var(--font-semi-bold, 600);line-height:var(--font-line-height, 150%)}.AgentChatProposal_batch-item-body__ULsDa{padding-bottom:var(--spacing-4, 4px);padding-left:var(--spacing-16, 16px)}.AgentChatThinking_thinking__79Raw{display:flex;align-items:center;gap:var(--spacing-4, 4px);min-height:var(--font-size-sm, 14px)}.AgentChatThinking_dot__n2Q6n{width:var(--spacing-6, 6px);height:var(--spacing-6, 6px);border-radius:var(--border-radius-full, 99999px);background:var(--text-color-neutral-subtle, #717171);animation:AgentChatThinking_agent-chat-thinking-dot__RHwqB 1.2s ease-in-out infinite}.AgentChatThinking_dot__n2Q6n:nth-child(2){animation-delay:.15s}.AgentChatThinking_dot__n2Q6n:nth-child(3){animation-delay:.3s}@keyframes AgentChatThinking_agent-chat-thinking-dot__RHwqB{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(calc(var(--spacing-2, 2px) * -1))}}@media(prefers-reduced-motion:reduce){.AgentChatThinking_dot__n2Q6n{animation:none;opacity:.75;transform:none}}.AgentChatConversation_messages__X7Pfp{display:flex;flex:1;flex-direction:column;gap:var(--spacing-8, 8px);padding:var(--spacing-20, 20px);overflow-y:auto}.AgentChatConversation_message__ArUBu{max-width:85%;margin:0;padding:var(--spacing-6, 6px) var(--spacing-12, 12px);border-radius:var(--radius-md, 8px);font-size:var(--font-size-sm, 14px);line-height:var(--font-line-height, 150%);overflow-wrap:break-word}.AgentChatConversation_message__ArUBu[data-role=user]{align-self:flex-end;color:var(--text-color-on-primary, #ffffff);background:var(--surface-color-primary, #162338);white-space:pre-wrap}.AgentChatConversation_message__ArUBu[data-role=assistant]{align-self:flex-start;color:var(--text-color-neutral, #2d2d2d);background:var(--surface-color-default-soft, #fbfbfb)}.AgentChatHeader_header__ewnTA{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-12, 12px);padding:var(--spacing-12, 12px) var(--spacing-16, 16px);border-bottom:1px solid var(--border-color-default, #f2f2f2)}.AgentChatHeader_title__1UAhJ{flex:1;min-width:0;margin:0}.AgentChatHeader_title-text__c_C8w{color:var(--text-color-neutral, #2d2d2d);font-size:var(--font-size-sm, 14px);font-weight:var(--font-semi-bold, 600)}.AgentChatHeader_header-actions__Oehmp{display:flex;align-items:center;gap:var(--spacing-2, 2px)}@media (max-width: var(--breakpoint-mobile-max, 768px)){.AgentChatHeader_maximize-button__1XO7h{display:none}}.AgentChatInput_footer__1uoII{display:flex;flex-direction:column;gap:var(--spacing-8, 8px);padding:var(--spacing-8, 8px) var(--spacing-12, 12px);border-top:1px solid var(--border-color-default, #f2f2f2)}.AgentChatInput_composer-row__iIiq9{display:flex;flex-wrap:wrap;align-items:flex-end;gap:var(--spacing-8, 8px)}.AgentChatInput_actions__TJvlI{display:flex;align-items:center;gap:var(--spacing-4, 4px);margin-left:auto}.AgentChatInput_error__GS0dI{margin:0;color:var(--feedback-error, #ef4444);font-size:var(--font-size-xs, 12px)}.AgentChatInput_file-input__zHJu3{display:none}.AgentChatInput_composer__gTmDO{flex:1 1 auto;min-width:0;max-width:100%;min-height:var(--spacing-28, 28px);max-height:calc(var(--spacing-64, 64px) * 2);field-sizing:content;padding:var(--spacing-6, 6px) 0;overflow-y:auto;color:var(--text-color-neutral, #2d2d2d);font-size:var(--font-size-sm, 14px);line-height:var(--font-line-height, 150%);background:transparent;border:0;resize:none;outline:none}.AgentChatInput_composer__gTmDO:focus,.AgentChatInput_composer__gTmDO:focus-visible{outline:none;border:0;box-shadow:none}.AgentChatPanel_panel__Qo1Ox{--agent-chat-panel-bottom: calc( var(--agent-chat-bar-height) + var(--spacing-12, 12px) );--agent-chat-panel-max-height: 720px;--agent-chat-panel-default-width: 520px;--agent-chat-panel-default-height: var(--agent-chat-panel-max-height);position:fixed;right:var(--agent-chat-edge-gap);bottom:var(--agent-chat-panel-bottom);z-index:var(--agent-chat-panel-z-index);display:flex;flex-direction:column;width:var(--agent-chat-panel-width, var(--agent-chat-panel-default-width));max-width:calc(100vw - var(--agent-chat-edge-gap) * 2);height:min(var(--agent-chat-panel-height, var(--agent-chat-panel-default-height)),calc(100vh - var(--agent-chat-panel-bottom) - var(--agent-chat-edge-gap)));overflow:hidden;background:var(--surface-color-default, #ffffff);border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-modal, 12px);box-shadow:var(--dropshadow-lg, 0 0 24px #00000066)}.AgentChatPanel_panel__Qo1Ox[data-maximized=true]{top:var(--agent-chat-edge-gap);right:var(--agent-chat-edge-gap);bottom:var(--agent-chat-panel-bottom);left:var(--agent-chat-edge-gap);width:auto;max-width:none;height:auto}.AgentChatPanel_resize-handle-left__kxyyS,.AgentChatPanel_resize-handle-top__WxmHw,.AgentChatPanel_resize-handle-corner__72VIY{position:absolute;background:transparent}.AgentChatPanel_resize-handle-left__kxyyS{top:0;bottom:0;left:0;width:var(--spacing-4, 4px);cursor:col-resize}.AgentChatPanel_resize-handle-top__WxmHw{top:0;right:0;left:0;height:var(--spacing-4, 4px);cursor:row-resize}.AgentChatPanel_resize-handle-corner__72VIY{top:0;left:0;z-index:1;width:var(--spacing-12, 12px);height:var(--spacing-12, 12px);cursor:nwse-resize}.AgentChatPanel_resize-handle-left__kxyyS:focus-visible,.AgentChatPanel_resize-handle-top__WxmHw:focus-visible,.AgentChatPanel_resize-handle-corner__72VIY:focus-visible{background:var(--surface-color-primary, #162338)}@media (max-width: var(--breakpoint-mobile-max, 768px)){.AgentChatPanel_panel__Qo1Ox,.AgentChatPanel_panel__Qo1Ox[data-maximized=true]{top:auto;right:0;bottom:var(--agent-chat-bar-height);left:0;width:auto;max-width:none;height:min(80vh,var(--agent-chat-panel-max-height));border-right:0;border-left:0;border-radius:var(--radius-modal, 12px) var(--radius-modal, 12px) 0 0}.AgentChatPanel_resize-handle-left__kxyyS,.AgentChatPanel_resize-handle-top__WxmHw,.AgentChatPanel_resize-handle-corner__72VIY{display:none}}.AgentChat_root__OnDT7{--agent-chat-edge-gap: var(--spacing-16, 16px);--agent-chat-bar-z-index: 9;--agent-chat-panel-z-index: calc(var(--layer-navigation, 200) + 50)}.AgentChat_bar__E7T20{--agent-chat-control-height: var(--spacing-24, 24px);--agent-chat-tab-max-width: calc(var(--spacing-40, 40px) * 4);position:fixed;right:0;bottom:0;left:0;z-index:var(--agent-chat-bar-z-index);display:flex;align-items:center;justify-content:flex-end;gap:var(--spacing-8, 8px);height:var(--agent-chat-bar-height);padding:0 var(--agent-chat-edge-gap);background:var(--surface-color-default, #ffffff);border-top:1px solid var(--border-color-default, #f2f2f2);outline:none;transition:left .3s ease-in-out}@media (min-width: var(--breakpoint-tablet, 875px)){.AgentChat_bar__E7T20{left:var(--app-sidebar-width, 80px)}}.AgentChat_tabs__S0r4a{display:flex;align-items:center;gap:var(--spacing-4, 4px);min-width:0;margin:0;padding:var(--spacing-4, 4px) 0;overflow-x:auto;list-style:none;outline:none}.AgentChat_tab__wlpru{--agent-chat-tab-surface: var(--surface-color-default, #ffffff);position:relative;display:flex;flex:0 0 auto;align-items:center;justify-content:center;height:var(--agent-chat-control-height);padding:0 var(--spacing-16, 16px) 0 var(--spacing-12, 12px);background:transparent;border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-pill, 16px)}.AgentChat_tab__wlpru[data-active=true]{--agent-chat-tab-surface: var(--surface-color-default-soft, #fbfbfb);background:var(--surface-color-default-soft, #fbfbfb);border-color:var(--border-color-mid, #e1e1e1)}.AgentChat_tab__wlpru:has(.AgentChat_tab-title__JQLEg:focus-visible),.AgentChat_tab__wlpru:has(.AgentChat_tab-close__NKNix:focus-visible){border-color:var(--feedback-primary, #162338)}.AgentChat_tab__wlpru:hover{--agent-chat-tab-surface: var(--background-color-mid, #f2f2f2);background:var(--background-color-mid, #f2f2f2);border-color:var(--border-color-mid, #e1e1e1)}.AgentChat_tab__wlpru:hover:after{content:"";position:absolute;top:0;right:0;bottom:0;width:var(--spacing-32, 32px);background:linear-gradient(to left,var(--agent-chat-tab-surface) var(--spacing-20, 20px),transparent);border-radius:0 var(--radius-pill, 16px) var(--radius-pill, 16px) 0;pointer-events:none}.AgentChat_tab-title__JQLEg{display:flex;max-width:var(--agent-chat-tab-max-width);min-width:0;padding:0;background:transparent;border:0;cursor:pointer;outline:none}.AgentChat_tab-title-text__Q89DL{min-width:0;color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px);line-height:var(--font-line-height, 150%);text-align:center}.AgentChat_tab__wlpru[data-active=true] .AgentChat_tab-title-text__Q89DL{color:var(--text-color-neutral, #2d2d2d);font-weight:var(--font-semi-bold, 600)}.AgentChat_tab-close__NKNix{position:absolute;top:50%;right:var(--spacing-4, 4px);z-index:1;display:inline-flex;align-items:center;justify-content:center;width:var(--spacing-24, 24px);height:var(--spacing-24, 24px);padding:0;color:var(--icon-color-neutral-subtle, #717171);background:transparent;border:0;border-radius:var(--radius-pill, 16px);cursor:pointer;opacity:0;outline:none;transform:translateY(-50%);pointer-events:none;transition:opacity .15s ease}.AgentChat_tab-close__NKNix:hover{color:var(--text-color-neutral, #2d2d2d)}.AgentChat_tab__wlpru:hover .AgentChat_tab-close__NKNix,.AgentChat_tab-close__NKNix:focus-visible{opacity:1;pointer-events:auto}.ingestro__tdm-setup__section .ingestro__tdm-select__footer-action{font-weight:600;color:var(--ingestro-primary-900);background-color:transparent;display:flex;align-items:center;padding:16px;border:0;cursor:pointer;width:100%;gap:8px}.ingestro__tdm-setup__section .ingestro__tdm-select__footer-action:hover{background-color:var(--ingestro-primary-50)}.ingestro__tdm-setup__section .ingestro-select__content-footer{padding:0!important}.ingestro__setup__item{display:flex;flex-direction:column;gap:4px}.ingestro__setup__item-title{padding-bottom:.25rem;font-size:14px;line-height:20.02px;--tw-text-opacity: 1;color:rgb(84 84 84 / var(--tw-text-opacity))}.ingestro__setup__item-title b{color:var(--ingestro-neutral-900)}.ingestro__setup__item-content{display:flex;flex-direction:column;gap:4px}.ingestro-tabs__tab-item{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ingestro__codeblock__wrapper .ingestro-syntax-highlighter .shiki.catppuccin-latte{padding:8px 12px}.ingestro__codeblock__wrapper .ingestro-syntax-highlighter-wrapper>pre{min-height:40px}.ingestro__codeblock__wrapper.ingestro-code-editor__container--disabled .prism-code-editor{max-height:40px!important;padding:0!important;cursor:default!important}.ingestro__codeblock__wrapper.ingestro-code-editor__container--disabled .ingestro-code-editor__container{color:var(--ingestro-neutral-400, #a9a9a9)!important;font-family:Inter!important;font-size:16px!important;font-style:italic!important;font-weight:400!important;line-height:143%!important}.ingestro__tdm-empty-search--container{display:flex;height:180px;justify-content:center;align-items:center;align-self:stretch;flex-direction:column;padding:16px}.ingestro__tdm-empty-search--title{color:var(--ingestro-neutral-900);text-align:center;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:143%}.ingestro__tdm-empty-search--text{color:var(--ingestro-neutral-500, #8d8d8d);text-align:center;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:143%}.ingestro__tdm-empty-list--container{display:flex;height:180px;justify-content:center;align-items:center;align-self:stretch;flex-direction:column;padding:16px}.ingestro__tdm-empty-list--title{color:var(--ingestro-neutral-900);text-align:center;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:143%}.ingestro__tdm-empty-list--text{color:var(--ingestro-neutral-500, #8d8d8d);text-align:center;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:143%}.ingestro__organizationTabs .ingestro-tabs__content--default{padding:0;background-color:var(--ingestro-neutral-50);min-height:0;flex:1;overflow:auto}.ingestro__organizationTabs .ingestro-tabs__tabs{flex:none}.ingestro__organizationTabs .ingestro-tabs__header{padding:0 16px;border-bottom:1px solid var(--ingestro-neutral-100);background-color:#fff}.ingestro__organizationTabs .ingestro-tabs__tabs-items{margin:0 16px}.ingestro__organizationTabs .ingestro-tabs__tab-item--default{padding:8px 16px;height:44px;border-bottom:2px solid transparent;font-weight:400;font-size:16px;display:flex;align-items:center}.ingestro__organizationTabs .ingestro-tabs__tab-item--active--default{border-bottom-color:var(--ingestro-primary-900)}.ingestro__organizationModal .ingestro-dialog__content{width:calc(100vw - 64px);max-width:640px}.ingestro__organizationModal .ingestro-dialog__header{margin:-24px;padding:24px}.ingestro__organizationModal .ingestro-dialog__header .ingestro-dialog__title{font-size:28px;font-weight:600;line-height:125%}.ingestro__organizationModal .ingestro-dialog__header .ingestro-dialog__subtitle{margin-top:8px;font-size:14px}.ingestro__organizationModal .ingestro-tabs__tabs-items{margin:0 12px}.enhanced-table-container{background:#fff;border:1px solid var(--ingestro-neutral-200);border-radius:8px;overflow:hidden;flex-grow:1}.enhanced-table-container .ingestro-table__tableHead .ingestro-table__cell{background-color:var(--ingestro-white);font-weight:600;border-bottom:1px solid var(--ingestro-neutral-100);padding:12px;height:44px;justify-content:space-between}.enhanced-table-container .table tbody tr{cursor:pointer}.enhanced-table-container .table tbody tr:hover{background-color:var(--ingestro-neutral-50)}.status-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:16px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.status-badge.active{background-color:var(--ingestro-success-50);color:var(--ingestro-success-700);border:1px solid var(--ingestro-success-200)}.status-badge.pending{background-color:var(--ingestro-warning-50);color:var(--ingestro-warning-700);border:1px solid var(--ingestro-warning-200)}.status-badge.inactive{background-color:var(--ingestro-neutral-100);color:var(--ingestro-neutral-600);border:1px solid var(--ingestro-neutral-200)}.tag-list{display:flex;flex-wrap:wrap;gap:4px;max-width:240px}.tag-item{display:inline-flex;align-items:center;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.enhanced-table-container .ingestro-table__tableBody .ingestro-table__row-wrapper{cursor:pointer}.table-header-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.table-search-section{display:flex;align-items:center;gap:12px}.table-search-section .ingestro-input{width:240px}.table-header-meta{color:var(--ingestro-neutral-400);font-size:12px;line-height:16px;white-space:nowrap}@media(max-width:768px){.table-header-controls{flex-direction:column;align-items:stretch;gap:12px}.table-search-input{width:100%}.tag-list{max-width:180px}.tag-item{max-width:80px;font-size:10px}}.ingestro__roleDropdownFilter-searchWrapper{background:var(--ingestro-primary-50, #f5f8fe);padding:8px;width:100%;box-sizing:border-box;display:flex}.ingestro__roleDropdownFilter-header{display:flex;height:28px;padding:8px 16px;align-items:center;gap:10px;flex:1 0 0}.ingestro__roleDropdownFilter-optionWrapper{max-height:176px;overflow-y:auto;flex:1;display:flex;flex-direction:column}.ingestro__roleDropdownFilter .ingestro-select__content-footer:has(.ingestro__roleDropdownFilter-footer){align-items:unset}.ingestro__roleDropdownFilter .ingestro-select__content-footer:has(.ingestro__roleDropdownFilter-footer):hover{background:transparent;cursor:default}.ingestro__roleDropdownFilter-footer{display:flex;align-items:center;justify-content:space-between}.ingestro__roleDropdownFilter-footer-selected{color:var(--ingestro-neutral-500);font-size:10px}.ingestro__roleDropdownFilter{overflow:hidden}.ingestro__roleDropdownFilter .ingestro-select__content-footer{padding:8px 8px 8px 16px}.ingestro__roleDropdownFilter_noResult .ingestro-emptyState__illustration,.ingestro__roleDropdownFilter_noResult .ingestro-emptyState__illustration svg{width:32px;height:32px}.ingestro__roleDropdownFilter_noResult .ingestro-emptyState__illustration{color:var(--ingestro-neutral-300)}.ingestro__roleDropdownFilter_noResult{padding:16px;box-sizing:border-box}.ingestro__roleDropdownFilter-searchBar{flex:1;max-width:320px}.ingestro__roleDropdownFilter-searchBar .ingestro-input__startAdornment{padding-left:8px}.ingestro__roleDropdownFilter-searchBar.ingestro-input--disabled .ingestro-input__startAdornment{color:var(--ingestro-neutral-300)}.ingestro__roleDropdownFilter-searchBar .ingestro-input__input{padding-left:4px}.ingestro__roleDropdownFilter .ingestro-emptyState__text.caption{white-space:pre-line}.ingestro__userModal.ingestro__userModal--hasTab .ingestro-dialog__header{padding:24px;border-bottom:none}.ingestro__userModal.ingestro__userModal--hasTab .org-dialog-form{border-top:1px solid var(--neutral-100)}.ingestro__user-select-dropdown__container{flex:1;position:relative;min-width:0}.ingestro__user-select-dropdown__field{display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px;min-height:40px;max-height:160px;padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;background:#fff;cursor:text;transition:border-color .15s;overflow:visible;box-sizing:border-box}.ingestro__user-select-dropdown__field[aria-disabled=true]{background:#f9fafb;cursor:default;border-color:#e5e7eb}.ingestro__user-select-dropdown__field:focus-within{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.ingestro__user-select-dropdown__icon{padding:5px 0}.ingestro__user-select-dropdown__field-input{max-height:148px;overflow:auto;width:calc(100% - 24px);padding:1px 0}.ingestro__user-select-dropdown__field-input .ingestro-tag__text{align-items:center;display:flex}.ingestro-textarea.ingestro__user-select-dropdown__input,.ingestro-textarea__textarea.ingestro__user-select-dropdown__input{flex:1;border:none;outline:none;font-size:14px;line-height:24px;background:transparent;color:#1f2937;min-height:24px;padding:0!important;background-color:transparent!important;border-radius:0}.ingestro__user-select-dropdown__input::placeholder{color:#9ca3af}.ingestro__user-select-dropdown__list{max-height:240px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;z-index:100}.ingestro__user-select-dropdown__result{display:flex;align-items:center;width:100%;padding:8px 12px;border:none;background:transparent;cursor:pointer;text-align:left;transition:background-color .1s}.ingestro__user-select-dropdown__result:hover,.ingestro__user-select-dropdown__result--active{background:#f3f4f6}.ingestro__user-select-dropdown__no-results{padding:32px;text-align:center;font-size:14px;color:#9ca3af;display:flex;flex-direction:column;align-items:center;justify-content:center}.ingestro__user-select-dropdown__no-results--icon,.ingestro__user-select-dropdown__no-results--icon svg{width:64px;height:64px}.ingestro__user-select-dropdown__no-results--title{color:var(--ingestro-neutral-900, #2d2d2d);text-align:center;font-size:14px;font-style:normal;font-weight:600;line-height:143%;margin-top:16px}.ingestro__user-select-dropdown__no-results--description{color:var(--ingestro-neutral-500, #8d8d8d);text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:143%;margin-top:8px;white-space:pre-wrap}.ingestro__subOrgModal .ingestro-tabs__content{overflow-y:auto}.ingestro__organizationTabs--rolesTab{padding:24px;height:100%}.ingestro__roles-detail-modal .ingestro-dialog__title.heading-5.semi-bold{color:var(--ingestro-neutral-900, #2d2d2d);font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:600;line-height:125%;letter-spacing:-.56px}.ingestro__roles-detail-modal .ingestro-dialog__header-actions,.ingestro__roles-detail-modal .ingestro-dialog__header-actions>button{width:20px;height:20px}@media screen and (max-width:500px){.ingestro__roles-detail-modal .ingestro-dialog__content{min-width:unset}.ingestro__roles-detail-modal .ingestro-select.ingestro-select--xs{max-width:140px!important}.ingestro__roles-detail-modal .ingestro__roles-detail-modal__form-wrapper{padding:16px!important}.ingestro__roles-detail-modal .ingestro__roles-detail-modal__footer-wrapper{padding:0 16px 16px!important}.ingestro__roles-detail-modal .ingestro__roles-detail-modal__remove-button .ingestro-button__text{display:none}.ingestro__roles-detail-modal .ingestro__roles-detail-modal__remove-button{padding:0 16px!important}.ingestro__organizationTabs__ingestro__confirm-modal .ingestro-dialog__content{min-width:unset}}.ingestro__roles-detail-modal__switch-control__label>.ingestro-switch__text{font-size:14px}.ingestro__organizationTabs--rolesTab .enhanced-table-container .ingestro-table__tableBody.ingestro-table__tableBody--loading .ingestro-skeleton{max-width:448px}.ingestro__organizationTabs .ingestro-select__anchor[aria-expanded=true]{background-color:var(--ingestro-neutral-100)}.features-table{border-radius:8px;box-shadow:var(--shadow-normal-s);overflow:hidden}.features-table .ingestro-table__tableHead .ingestro-table__cell{background-color:var(--ingestro-white);font-weight:600}.features-table .ingestro-table__row{background-color:#ffffff50}.features-table .ingestro-table__cell{box-sizing:border-box;white-space:wrap;height:auto;align-items:flex-start;padding:16px}.features-table .ingestro-table__row .ingestro-table__cell:first-child{font-weight:500;color:var(--ingestro-neutral-900)}.features-table .ingestro-table__headText{color:var(--ingestro-neutral-700);font-weight:400;font-size:14px;line-height:17px}.features-container{background:#fff}.features-container .ingestro-tabs{gap:0}.features-tabs .ingestro-tabs__header{background:#fff;border-bottom:1px solid var(--ingestro-neutral-100);padding:0 16px;margin:0}.features-tabs .ingestro-tabs__tab-item--default{color:var(--ingestro-neutral-600);font-weight:400;font-size:16px;padding:8px 16px;height:44px;border-bottom:2px solid transparent;display:flex;align-items:center}.features-tabs .ingestro-tabs__tab-item--active--default{color:var(--ingestro-primary-900);border-bottom-color:var(--ingestro-primary-900)}.features-tabs .ingestro-tabs__content--default{background:var(--ingestro-neutral-100);border:none;padding:16px;margin:0}.features-list-table{border-radius:8px;border:1px solid var(--ingestro-neutral-200);overflow:hidden;background:#fff}.features-list-header{display:flex;background-color:#fff;border-bottom:1px solid var(--ingestro-neutral-100);height:44px;align-items:center}.features-list-header-cell{padding:12px 16px;font-weight:600;font-size:14px;color:var(--ingestro-neutral-700)}.features-list-features-column{flex:1}.features-list-included-column{width:160px;text-align:center}.features-list-body{background:#fff}.features-list-row{display:flex;border-bottom:1px solid var(--ingestro-neutral-100);min-height:79px;background:#fff;align-items:center}.features-list-row:last-child{border-bottom:none}.features-list-row--disabled{background-color:#fff}.features-list-row--disabled .feature-title,.features-list-row--disabled .feature-description{opacity:.5}.feature-info-cell{flex:1;padding:16px;display:flex;flex-direction:column;justify-content:center;gap:4px}.feature-title{font-weight:600;font-size:16px;color:var(--ingestro-neutral-900);line-height:1.43;margin:0}.feature-title--inactive{color:var(--ingestro-neutral-900)}.feature-description{font-weight:400;font-size:14px;color:var(--ingestro-neutral-700);line-height:1.43;margin:0}.feature-description--inactive{color:var(--ingestro-neutral-700)}.feature-description a{color:var(--ingestro-primary-500)}.feature-status-cell{width:160px;padding:16px;display:flex;align-items:center;justify-content:center}.feature-included-badge{display:flex;align-items:center;gap:4px;padding:4px;background-color:var(--ingestro-success-50);border-radius:4px;color:var(--ingestro-success-500);font-size:12px;font-weight:400;height:24px}.products-tab-container{margin:0 auto;width:-moz-fit-content;width:fit-content}.products-card{background:#fff;border:1px solid var(--ingestro-neutral-200);border-radius:12px;overflow:hidden;max-width:1200px;width:100%}.products-header{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid var(--ingestro-neutral-200)}.products-header-icon{width:28px;height:28px;background-color:var(--ingestro-primary-50);border:1px solid var(--ingestro-primary-100);border-radius:6px;display:flex;align-items:center;justify-content:center}.products-body{background-color:var(--ingestro-neutral-100);padding:16px}.products-tables-container{display:flex;gap:16px}@media(max-width:1023px){.products-tables-container{flex-direction:column}}@media(min-width:1024px){.products-tables-container{flex-direction:row}}.product-table{flex:1;background:#fff;border:1px solid var(--ingestro-neutral-200);border-radius:8px;overflow:hidden}.product-table-header{padding:12px;border-bottom:1px solid var(--ingestro-neutral-100);height:44px;display:flex;align-items:center}.product-table .copy-token-tooltip{width:100%}.product-table-header h4{font-size:16px;font-weight:600;color:var(--ingestro-neutral-900);margin:0}.license-key-row{display:flex;height:56px;align-items:center;justify-content:space-between;padding:0 16px;flex-wrap:nowrap}.license-key-row:last-child{border-bottom:none}.license-key-title{font-size:14px;color:var(--ingestro-neutral-700);width:160px;flex-shrink:0}.license-key-value{display:flex;align-items:center;gap:4px;width:240px;justify-content:end}.license-key-text{font-size:14px;font-weight:400;color:var(--ingestro-secondary-500);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.data-pipelines-promo{padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:112px;gap:12px}.data-pipelines-promo-text{font-size:12px;color:var(--ingestro-neutral-700);line-height:1.43;max-width:484px;margin:0}.unlock-product-button{display:inline-flex;align-items:center;gap:8px;padding:4px 8px;font-size:10px;font-weight:600;color:#fff;background-color:var(--ingestro-primary-900);border:none;border-radius:4px;cursor:pointer;height:24px;transition:background-color .2s ease;letter-spacing:.2px}.unlock-product-button:hover{background-color:var(--ingestro-primary-800)}.unlock-product-icon{width:14px;height:14px}.features-card{background:#fff;border:1px solid var(--ingestro-neutral-200);border-radius:12px;overflow:hidden;max-width:1200px;width:100%}.features-header{display:flex;align-items:center;gap:12px;padding:16px}.features-header-icon{width:28px;height:28px;background-color:var(--ingestro-primary-50);border:1px solid var(--ingestro-primary-100);border-radius:6px;display:flex;align-items:center;justify-content:center}.ingestro__base-url-modal .ingestro-dialog__content{max-width:640px;min-width:480px;width:100%;padding:0;gap:0px}.ingestro__base-url-modal .ingestro-dialog__header{padding:24px}.ingestro__base-url-modal .ingestro-dialog__body{padding:24px;width:100%;display:flex;flex-direction:column;gap:24px}.ingestro__base-url-modal .ingestro-dialog__footer{padding:16px 24px 24px}.ingestro__webhookModal .ingestro-tabs__content{overflow-y:auto}.DevToolsControls_tabs__hsTpT{display:flex;flex:1;flex-direction:column;min-height:0;overflow:hidden}.DevToolsControls_tabs__hsTpT .ingestro-tabs{display:flex;flex:1;flex-direction:column;min-height:0;overflow:hidden;height:100%}.DevToolsControls_tabs__hsTpT .ingestro-tabs__tabs{flex-shrink:0}.DevToolsControls_tabs__hsTpT .ingestro-tabs__content,.DevToolsControls_container__kbsFf{display:flex;flex:1;flex-direction:column;min-height:0;overflow:hidden}.DevToolsControls_controls__DgD2v{display:flex;flex:1;flex-direction:column;gap:var(--spacing-12, 12px);min-height:0;overflow-y:auto;padding:var(--spacing-16, 16px)}.DevToolsControls_control-card__i9_rX{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-12, 12px);padding:var(--spacing-16, 16px);border:1px solid var(--border-color-mid, #e1e1e1);border-radius:var(--border-radius-8, 8px);background:var(--surface-color-default, #ffffff);box-shadow:var(--dropshadow-sm, 0 0 16px #0000001a)}.DevToolsControls_control-copy__pS2fm{min-width:0}.DevToolsControls_control-title__yRAqF,.DevToolsControls_control-description__YAn56{margin:0}.DevToolsControls_control-title__yRAqF{font-size:var(--font-size-sm, 14px);font-weight:var(--font-semi-bold, 600);line-height:var(--font-line-height, 150%);color:var(--text-color-neutral, #2d2d2d)}.DevToolsControls_control-description__YAn56{margin-top:var(--spacing-4, 4px);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);color:var(--text-color-neutral-subtle, #717171)}.DevToolsControls_switch__dxSKu{flex-shrink:0}.DevToolsControls_footer__gEth0{flex-shrink:0;padding:var(--spacing-16, 16px);border-top:1px solid var(--border-color-mid, #e1e1e1);background:var(--surface-color-default, #ffffff)}.kb-table{border-collapse:collapse}.kb-table .ingestro-table__row:hover .sandbox-icon{background-color:var(--ingestro-white)!important}.kb-table .ingestro-table__tableHead .ingestro-table__cell{background-color:var(--ingestro-white);font-weight:600;border-bottom:1px solid var(--ingestro-neutral-100);padding:12px;height:-moz-fit-content;height:fit-content}.kb-table .ingestro-table__headText{font-size:12px;font-weight:400}.kb-table .ingestro-table__tableBody .ingestro-table__row{position:relative}.kb-table .ingestro-table__tableBody .ingestro-table__row .ingestro-table__cell{padding:0;height:auto}.kb-table .kb-actions{width:31px;height:31px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:6px;padding:2px;z-index:10;display:flex;align-items:center;justify-content:center;gap:4px}.kb-table .kb-actions .hoverable{opacity:0}.kb-table .kb-actions .ingestro-button--outlineDanger{background-color:var(--ingestro-white)}.kb-table .kb-actions .ingestro-button--outlineDanger:hover{background-color:var(--ingestro-error-50);color:var(--ingestro-error-500);border:1px solid var(--ingestro-error-50)}.kb-table .name-content{width:100%;overflow:hidden;align-items:center;padding:16px;flex:1;min-width:0}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-moz-user-select:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}/*!
 * Copyright (c) HANDSONCODE sp. z o. o.
 *
 * HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o., a Polish corporation based in
 * Gdynia, Poland, at Aleja Zwyciestwa 96-98, registered by the District Court in Gdansk under number
 * 538651, EU tax ID number: PL5862294002, share capital: PLN 62,800.00.
 *
 * This software is protected by applicable copyright laws, including international treaties, and dual-
 * licensed - depending on whether your use for commercial purposes, meaning intended for or
 * resulting in commercial advantage or monetary compensation, or not.
 *
 * If your use is strictly personal or solely for evaluation purposes, meaning for the purposes of testing
 * the suitability, performance, and usefulness of this software outside the production environment,
 * you agree to be bound by the terms included in the "handsontable-non-commercial-license.pdf" file.
 *
 * Your use of this software for commercial purposes is subject to the terms included in an applicable
 * license agreement.
 *
 * In any case, you must not make any such use of this software as to develop software which may be
 * considered competitive with this software.
 *
 * UNLESS EXPRESSLY AGREED OTHERWISE, HANDSONCODE PROVIDES THIS SOFTWARE ON AN "AS IS"
 * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, AND IN NO EVENT AND UNDER NO
 * LEGAL THEORY, SHALL HANDSONCODE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT,
 * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
 * USE OR INABILITY TO USE THIS SOFTWARE.
 *
 * Version: 16.2.0
 * Release date: 25/11/2025 (built at 20/11/2025 13:26:57)
 */.htBorders .wtBorder.ht-border-style-dashed-vertical{background-image:repeating-linear-gradient(to bottom,var(--ht-custom-border-color) 0 5px,transparent 0 10px)}.htBorders .wtBorder.ht-border-style-dashed-horizontal{background-image:repeating-linear-gradient(to right,var(--ht-custom-border-color) 0 5px,transparent 0 10px)}.htBorders .wtBorder.ht-border-style-dotted-horizontal{background-image:radial-gradient(circle,var(--ht-custom-border-color) calc(var(--ht-custom-border-size) / 2),transparent 0);background-size:calc(var(--ht-custom-border-size) * 2) var(--ht-custom-border-size);background-repeat:repeat-x}.htBorders .wtBorder.ht-border-style-dotted-vertical{background-image:radial-gradient(circle,var(--ht-custom-border-color) calc(var(--ht-custom-border-size) / 2),transparent 0);background-size:var(--ht-custom-border-size) calc(var(--ht-custom-border-size) * 2);background-repeat:repeat-y}.ht-root-wrapper:not([class*=ht-theme]),.ht-portal:not([class*=ht-theme]){--ht-gap-size: 4px;--ht-checkbox-size: 16px;--ht-cell-horizontal-padding: 8px;--ht-cell-vertical-padding: 4px;--ht-font-size: 14px;--ht-line-height: 20px;--ht-letter-spacing: 0;--ht-border-color: #222222;--ht-foreground-color: #222222;--ht-background-color: #ffffff;--ht-header-foreground-color: #222222;--ht-header-background-color: #f7f7f9;--ht-header-row-foreground-color: #222222;--ht-header-row-background-color: #f7f7f9;--ht-cell-horizontal-border-color: #222222;--ht-cell-vertical-border-color: #222222;--ht-header-active-border-color: #1a42e8;--ht-header-active-foreground-color: #ffffff;--ht-header-active-background-color: #1a42e8;--ht-header-row-active-foreground-color: #fff;--ht-header-row-active-background-color: #1a42e8;--ht-cell-selection-border-color: #1a42e8;--ht-scrollbar-track-color: #f7f7f9;--ht-scrollbar-thumb-color: #a3a3a3}.ht-root-wrapper{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;position:relative;display:flex;flex-direction:column;height:100%}.htFocusCatcher{position:absolute;width:0;height:0;margin:0;padding:0;border:0;opacity:0;z-index:-1}.ht-grid{flex:1 1 auto;min-height:0}.handsontable{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;position:relative;font-size:var(--ht-font-size);line-height:var(--ht-line-height);font-weight:var(--ht-font-weight);letter-spacing:var(--ht-letter-spacing);color:var(--ht-foreground-color);touch-action:manipulation;scrollbar-width:thin;scrollbar-color:var(--ht-scrollbar-thumb-color) var(--ht-scrollbar-track-color)}.handsontable .wtHolder::-webkit-scrollbar-corner{background:var(--ht-scrollbar-track-color);border-end-end-radius:var(--ht-scrollbar-border-radius)}.handsontable.ht-wrapper{border-radius:var(--ht-wrapper-border-radius, 0);height:100%;width:100%}.handsontable.ht-wrapper:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;border:var(--ht-wrapper-border-width) solid var(--ht-wrapper-border-color);border-radius:var(--ht-wrapper-border-radius, 0);z-index:999;pointer-events:none;overflow:hidden}.handsontable.htGhostTable table tbody tr:first-of-type th:first-child,.handsontable.htGhostTable table tbody tr:first-of-type td:first-child{height:calc(var(--ht-cell-vertical-padding) * 2 + var(--ht-line-height) + 1px)}.handsontable.htGhostTable table tbody tr th,.handsontable.htGhostTable table tbody tr td{border-top-width:0;height:calc(var(--ht-cell-vertical-padding) * 2 + var(--ht-line-height) + 1px)}.handsontable.htHasScrollX:not(.htHorizontallyScrollableByWindow) .ht_master .wtHolder,.handsontable.htHasScrollY:not(.htVerticallyScrollableByWindow) .ht_master .wtHolder{border-radius:var(--ht-wrapper-border-radius, 0)}.handsontable:not(.htHorizontallyScrollableByWindow) .ht_master .wtHolder,.handsontable:not(.htVerticallyScrollableByWindow) .ht_master .wtHolder{background-color:var(--ht-background-color)}.handsontable th,.handsontable td{height:calc(var(--ht-cell-vertical-padding) * 2 + var(--ht-line-height) + 1px);padding:var(--ht-cell-vertical-padding) var(--ht-cell-horizontal-padding);vertical-align:top;border-top-width:0;border-inline-start-width:0;border-inline-end-width:1px;border-bottom-width:1px;border-style:solid;font-size:var(--ht-font-size);line-height:var(--ht-line-height);white-space:pre-wrap;overflow:hidden;outline:none;outline-width:0;empty-cells:show;box-sizing:border-box;color:var(--ht-foreground-color);border-top-color:var(--ht-cell-vertical-border-color);border-bottom-color:var(--ht-cell-vertical-border-color);border-inline-start-color:var(--ht-cell-horizontal-border-color);border-inline-end-color:var(--ht-cell-horizontal-border-color)}.handsontable th.invisibleSelection::-moz-selection,.handsontable td.invisibleSelection::-moz-selection{background:transparent}.handsontable th.invisibleSelection::selection,.handsontable td.invisibleSelection::selection{background:transparent}.handsontable th{position:relative;overflow:visible;text-align:center;font-weight:var(--ht-header-font-weight);white-space:nowrap;color:var(--ht-header-foreground-color);background-color:var(--ht-header-background-color)}.handsontable th:last-child{border-inline-start-width:0;border-inline-end-width:1px;border-bottom-width:1px;border-inline-end-color:var(--ht-border-color)}.handsontable tbody tr:first-of-type th:first-child:empty:after,.handsontable tbody tr:first-of-type td:first-child:empty:after{content:"";display:block;min-height:var(--ht-line-height)}.handsontable tbody tr th{padding:0;color:var(--ht-header-row-foreground-color);background-color:var(--ht-header-row-background-color)}.handsontable tbody tr th .relative{padding:var(--ht-cell-vertical-padding) var(--ht-cell-horizontal-padding);min-height:100%}.handsontable thead tr th .relative{padding:var(--ht-cell-vertical-padding) var(--ht-cell-horizontal-padding)}.handsontable thead tr th .relative .colHeader{text-overflow:ellipsis;overflow:hidden;vertical-align:top;max-width:calc(100% + 1px)}.handsontable thead tr th .relative:has(.collapsibleIndicator,.changeType) .colHeader{max-width:calc(100% - (var(--ht-icon-size) + var(--ht-gap-size)) - 1px)}.handsontable div[class^=ht_clone] thead .ht__highlight .relative:after{content:"";display:block;position:absolute;left:-1px;right:-1px;bottom:-1px;height:var(--ht-header-highlighted-shadow-size);background-color:var(--ht-accent-color)}.handsontable div[class^=ht_clone] tbody .ht__highlight .relative:after{content:"";display:block;position:absolute;top:-1px;right:-1px;bottom:-1px;width:var(--ht-header-highlighted-shadow-size);background-color:var(--ht-accent-color)}.handsontable .relative{position:relative;box-sizing:border-box}.handsontable .wtSpreader{position:relative;width:0;height:auto}.handsontable .htAutoSize{position:absolute;left:-99000px;top:-99000px;visibility:hidden}.handsontable .htTextEllipsis{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.handsontable .htCore{width:0;margin:0;border-width:0;border-spacing:0;border-collapse:separate;outline-width:0;table-layout:fixed;cursor:default;background-color:var(--ht-background-color)}.handsontable span.colHeader,.handsontable span.rowHeader{display:inline-block;font-size:var(--ht-font-size);line-height:var(--ht-line-height)}.handsontable .ht_clone_top th:nth-child(2){border-inline-start-width:0;border-inline-end-width:1px}.handsontable .ht_master:not(.innerBorderInlineStart):not(.emptyColumns) tbody tr th,.handsontable .ht_master:not(.innerBorderInlineStart):not(.emptyColumns) thead tr th:first-child,.handsontable .ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.htGhostTable) tbody tr th,.handsontable .ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.ht_clone_top):not(.htGhostTable) thead tr th:first-child{border-inline-end-width:0;border-inline-start-width:1px}.handsontable.htAutoRowSize .ht_master.innerBorderTop tbody tr:first-child th,.handsontable.htAutoRowSize .ht_master.innerBorderTop tbody tr:first-child td{border-top-width:0}.handsontable.htAutoRowSize .ht_master.innerBorderTop~.ht_clone_inline_start tbody tr:first-child th,.handsontable.htAutoRowSize .ht_master.innerBorderTop~.ht_clone_inline_start tbody tr:first-child td{border-top-width:0}[dir=rtl].handsontable td[dir=ltr]{border-inline-end-width:0;border-inline-start-width:1px}[dir=rtl].handsontable div[class^=ht_clone] tbody .ht__highlight .relative:after{right:auto;left:-1px}.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_master .htCore tbody tr:first-child td:first-child{border-start-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_master .htCore tbody tr:first-child td:last-child{border-start-end-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_top_inline_start_corner .htCore tbody tr:first-child td:first-child{border-start-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_top .htCore tbody tr:first-child td:first-child{border-start-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_top .htCore tbody tr:first-child td:last-child{border-start-end-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_inline_start .htCore tbody tr:first-child th:first-child,.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_inline_start .htCore tbody tr:first-child td:first-child{border-start-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore thead tr:first-child th:first-child{border-start-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore thead tr:first-child th:last-child{border-start-end-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore thead tr:last-child th:first-child{border-end-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore thead tr:last-child th:last-child{border-end-end-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore tbody tr:last-child td:first-child{border-end-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore tbody tr:last-child td:last-child{border-end-end-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_top_inline_start_corner .htCore,.handsontable.ht-wrapper .ht_clone_top_inline_start_corner .htCore thead tr:first-child th:first-child{border-start-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_top .htCore{border-start-start-radius:var(--ht-wrapper-border-radius);border-start-end-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_top .htCore thead tr:first-child th:first-child{border-start-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_top .htCore thead tr:first-child th:last-child{border-start-end-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_inline_start .htCore{border-start-start-radius:var(--ht-wrapper-border-radius);border-end-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_inline_start .htCore thead tr:first-child th:first-child{border-start-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_inline_start .htCore tbody tr:last-child th:first-child,.handsontable.ht-wrapper .ht_clone_inline_start .htCore tbody tr:last-child td:first-child{border-end-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_bottom_inline_start_corner .htCore{border-end-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_bottom_inline_start_corner .htCore tr:last-child th:first-child,.handsontable.ht-wrapper .ht_clone_bottom_inline_start_corner .htCore tr:last-child td:first-child{border-end-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_bottom .htCore{border-end-start-radius:var(--ht-wrapper-border-radius);border-end-end-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_bottom .htCore tr:last-child th:first-child,.handsontable.ht-wrapper .ht_clone_bottom .htCore tr:last-child td:first-child{border-end-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_bottom .htCore tr:last-child th:last-child,.handsontable.ht-wrapper .ht_clone_bottom .htCore tr:last-child td:last-child{border-end-end-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper.htHasScrollX .htCore{border-end-start-radius:0;border-end-end-radius:0}.handsontable.ht-wrapper.htHasScrollX .htCore thead tr:last-child th:first-child,.handsontable.ht-wrapper.htHasScrollX .htCore tbody tr:last-child td:first-child,.handsontable.ht-wrapper.htHasScrollX .htCore tbody tr:last-child th:first-child{border-end-start-radius:0!important}.handsontable.ht-wrapper.htHasScrollX .htCore thead tr:last-child th:last-child,.handsontable.ht-wrapper.htHasScrollX .htCore tbody tr:last-child td:last-child,.handsontable.ht-wrapper.htHasScrollX .htCore tbody tr:last-child th:last-child{border-end-end-radius:0!important}.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore{border-start-end-radius:0;border-end-end-radius:0}.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore thead tr:first-child th:last-child,.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore tbody tr:first-child td:last-child,.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore tbody tr:first-child th:last-child{border-start-end-radius:0!important}.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore thead tr:last-child th:last-child,.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore tbody tr:last-child td:last-child,.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore tbody tr:last-child th:last-child{border-end-end-radius:0!important}.handsontable.mobile,.handsontable.mobile .wtHolder{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.handsontable .topSelectionHandle,.handsontable .topSelectionHandle-HitArea,.handsontable .bottomSelectionHandle,.handsontable .bottomSelectionHandle-HitArea{inset-inline-start:-10000px;inset-inline-end:unset;top:-10000px;z-index:9999}.handsontable.hide-tween{animation:opacity-hide .2s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.handsontable td.area:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--ht-cell-selection-background-color, #1a42e8)}.handsontable td.area-1:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--ht-cell-selection-background-color, #1a42e8)}.handsontable td.area-2:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--ht-cell-selection-background-color, #1a42e8)}.handsontable td.area-3:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--ht-cell-selection-background-color, #1a42e8)}.handsontable td.area-4:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--ht-cell-selection-background-color, #1a42e8)}.handsontable td.area-5:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--ht-cell-selection-background-color, #1a42e8)}.handsontable td.area-6:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--ht-cell-selection-background-color, #1a42e8)}.handsontable td.area-7:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--ht-cell-selection-background-color, #1a42e8)}.handsontable td.area{border-color:color-mix(in srgb,var(--ht-border-color),var(--ht-foreground-color) 10%)}.handsontable .wtBorder{position:absolute;font-size:0}.handsontable .wtBorder:nth-child(1),.handsontable .wtBorder:nth-child(3){z-index:2}.handsontable .wtBorder.fill{z-index:6;background-color:var(--ht-cell-autofill-fill-border-color, #68696c)!important}.handsontable .wtBorder.corner{border-radius:var(--ht-cell-autofill-border-radius)!important;background-color:var(--ht-cell-autofill-background-color, #1a42e8)!important;border-color:var(--ht-cell-autofill-border-color)!important;font-size:0;cursor:crosshair;z-index:10}.hot-display-license-info{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;padding:var(--ht-license-vertical-padding, 16px) var(--ht-license-horizontal-padding, 16px);font-size:var(--ht-font-size-small);line-height:var(--ht-line-height-small);color:var(--ht-license-foreground-color);background-color:var(--ht-license-background-color, #f7f7f9);text-align:left;border:1px solid var(--ht-border-color, #f7f7f9);margin-top:10px;border-radius:var(--ht-wrapper-border-radius)}.handsontable .htAutocompleteArrow{position:relative;cursor:default;width:var(--ht-icon-size);height:var(--ht-icon-size);font-size:0;float:right;top:calc((var(--ht-line-height) - var(--ht-icon-size)) / 2);margin-inline-start:calc(var(--ht-gap-size) * 2);margin-inline-end:1px}.handsontable .htAutocompleteArrow:after{content:"";display:block;position:absolute;top:0;left:0;opacity:.6}.handsontable .htCheckboxRendererInput{position:relative;display:inline-block;width:var(--ht-checkbox-size);height:var(--ht-checkbox-size);margin:-2px 0 0;vertical-align:middle;cursor:pointer;outline:none}.handsontable .htCheckboxRendererInput:before{content:"";display:inline-block;position:absolute;top:0;left:0;width:var(--ht-checkbox-size);height:var(--ht-checkbox-size);border-radius:var(--ht-checkbox-border-radius);border:1px solid var(--ht-checkbox-border-color);background-color:var(--ht-checkbox-background-color);box-sizing:border-box;pointer-events:none;transition:all var(--ht-table-transition) ease-in-out}.handsontable .htCheckboxRendererInput:after{content:"";display:block;position:absolute;top:0;left:0;color:var(--ht-checkbox-icon-color);pointer-events:none;width:var(--ht-checkbox-size)!important;height:var(--ht-checkbox-size)!important}.handsontable .htCheckboxRendererLabel{display:inline-block;position:relative;font-size:inherit;line-height:inherit;cursor:pointer;color:inherit;margin:0}.handsontableInputHolder .handsontableInput{display:block;margin:0;padding:calc(var(--ht-cell-vertical-padding, 4px) + 1px) calc(var(--ht-cell-horizontal-padding, 8px) + 1px);font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;color:var(--ht-cell-editor-foreground-color);background-color:var(--ht-cell-editor-background-color, #ffffff);box-shadow:inset 0 0 0 var(--ht-cell-editor-border-width, 2px) var(--ht-cell-editor-border-color, #1a42e8),0 0 var(--ht-cell-editor-shadow-blur-radius, 0) 0 var(--ht-cell-editor-shadow-color, transparent);border:none;border-radius:0;-webkit-appearance:none!important;box-sizing:border-box;outline-width:0}.htSelectEditor select{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:calc(var(--ht-cell-vertical-padding, 4px) + 1px) calc(var(--ht-cell-horizontal-padding, 8px) + 1px);padding-inline-end:26px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ht-cell-editor-foreground-color);background-color:var(--ht-cell-editor-background-color, #ffffff);font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;box-shadow:inset 0 0 0 var(--ht-cell-editor-border-width, 2px) var(--ht-cell-editor-border-color, #1a42e8),0 0 var(--ht-cell-editor-shadow-blur-radius, 0) 0 var(--ht-cell-editor-shadow-color, transparent);border:none;border-radius:0;box-sizing:border-box;-webkit-appearance:none!important}.htSelectEditor .htAutocompleteArrow{top:50%;transform:translateY(-50%);margin-inline-end:4px;z-index:1;pointer-events:none}.handsontable.listbox{box-shadow:var(--ht-menu-shadow-x, 0) var(--ht-menu-shadow-y, 0) var(--ht-menu-shadow-blur, 8px) var(--ht-menu-shadow-color, rgba(0, 0, 0, .08));margin:0;border:var(--ht-menu-border-width, 1px) solid var(--ht-menu-border-color, #e5e5e9)}.handsontable.listbox .ht_master{overflow:hidden;background-color:var(--ht-background-color)}.handsontable.listbox table th,.handsontable.listbox table tr:first-child th,.handsontable.listbox table tr:last-child th,.handsontable.listbox table tr:first-child td,.handsontable.listbox table td{border-color:transparent!important}.handsontable.listbox table strong{font-weight:700;color:inherit}.handsontable.listbox table tr td:hover td{background:var(--ht-menu-item-hover-color, #e5e5e9)!important;cursor:pointer;box-shadow:none!important}.handsontable.listbox table td{transition:var(--ht-table-transition) background ease-in-out}.handsontable.listbox table td:hover{background-color:var(--ht-menu-item-hover-color, #e5e5e9)!important;cursor:pointer}.handsontable.listbox table thead th{height:auto!important;text-align:left;border-width:0 1px 1px}.handsontable.listbox table thead th>div{padding-top:8px;padding-bottom:8px}.handsontable.listbox table thead th:first-child{padding-left:8px}.handsontable.listbox .htBorders div{background:none!important}.handsontable.autocompleteEditor tr.ht__row_even th,.handsontable.autocompleteEditor tr.ht__row_even td,.handsontable.autocompleteEditor tr.ht__row_odd th,.handsontable.autocompleteEditor tr.ht__row_odd td{background-color:var(--ht-background-color, #ffffff)}.pika-single{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;box-shadow:var(--ht-menu-shadow-x, 0) var(--ht-menu-shadow-y, 0) var(--ht-menu-shadow-blur, 8px) var(--ht-menu-shadow-color, rgba(0, 0, 0, .08));position:relative;display:block;padding:10px;font-size:var(--ht-font-size);line-height:var(--ht-line-height);font-weight:var(--ht-font-weight);color:var(--ht-foreground-color);background:var(--ht-background-color, #ffffff);border:var(--ht-menu-border-width, 1px) solid var(--ht-menu-border-color, #e5e5e9);border-radius:var(--ht-menu-border-radius);z-index:9999}.pika-single .pika-row{background-color:transparent}.pika-single .pika-title{display:flex;align-items:center;justify-content:center}.pika-single .pika-label{position:relative;order:2;padding:5px;color:var(--ht-accent-color)}.pika-single .pika-label .pika-select{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.pika-single .pika-prev,.pika-single .pika-next{width:20px;height:20px;white-space:nowrap;text-indent:-9999px;cursor:pointer;color:var(--ht-accent-color);background:none;border:none;padding:0}.pika-single .pika-table th{padding:1px;vertical-align:middle}.pika-single .pika-table th abbr{text-decoration:none;font-weight:400;border:none;cursor:initial}.pika-single .pika-table td{padding:1px;vertical-align:middle}.pika-single .pika-table td.is-today .pika-button{background:var(--ht-menu-item-hover-color)}.pika-single .pika-table td.is-selected .pika-button{background:var(--ht-accent-color, #1a42e8);color:var(--ht-background-color, #ffffff)}.pika-single .pika-table td.pika-week{width:12.5%;text-align:center}.pika-single .pika-table .pika-button{width:100%;aspect-ratio:1/1;background:transparent;color:var(--ht-foreground-color);border:none;border-radius:var(--ht-button-border-radius);margin:0;padding:10px;cursor:pointer;font-size:inherit}.pika-single .pika-table .pika-button:hover{background:var(--ht-menu-item-hover-color)}[dir=rtl].htDatepickerHolder .pika-single .pika-next{transform:rotate(180deg);margin-left:0;margin-right:auto}[dir=rtl].htDatepickerHolder .pika-single .pika-prev{transform:rotate(180deg);margin-left:auto;margin-right:0}.handsontable .htUISelectCaption{width:100%;padding:var(--ht-input-vertical-padding) var(--ht-input-horizontal-padding);padding-inline-end:calc(var(--ht-input-horizontal-padding) + var(--ht-icon-size));margin:0;font-family:inherit;font-size:var(--ht-font-size);line-height:var(--ht-line-height);font-weight:var(--ht-font-weight);border-radius:var(--ht-input-border-radius);box-sizing:border-box;cursor:pointer;outline:none!important;border:var(--ht-input-border-width) solid var(--ht-input-border-color);color:var(--ht-input-foreground-color);background-color:var(--ht-input-background-color);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition:var(--ht-table-transition) all ease-in-out}.handsontable .htUISelectCaption:after{content:"";display:block;position:absolute;right:calc(var(--ht-input-horizontal-padding) - var(--ht-icon-size) / 4);top:50%;transform:translateY(-50%)}[dir=rtl].handsontable .htUISelectCaption:after{right:auto;left:calc(var(--ht-input-horizontal-padding) - var(--ht-icon-size) / 4)}.handsontable .htFiltersMenuCondition .htUIInput input,.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input{width:100%;padding:var(--ht-input-vertical-padding) var(--ht-input-horizontal-padding);font-family:inherit;font-size:var(--ht-font-size);line-height:var(--ht-line-height);font-weight:var(--ht-font-weight);border-radius:var(--ht-input-border-radius);box-sizing:border-box;cursor:pointer;outline:none!important;border:var(--ht-input-border-width) solid var(--ht-input-border-color);color:var(--ht-input-foreground-color);background-color:var(--ht-input-background-color);transition:var(--ht-table-transition) all ease-in-out}.handsontable .htUIInput{position:relative;padding:0;outline:none!important;text-align:center}.handsontable .htUIInput.htUIButton input,.handsontable .ht-button{min-width:64px;padding:var(--ht-button-vertical-padding) var(--ht-button-horizontal-padding);font-family:inherit;font-size:var(--ht-font-size);line-height:var(--ht-line-height);font-weight:var(--ht-font-weight);border-radius:var(--ht-button-border-radius);border-width:1px;border-style:solid;box-sizing:border-box;outline:none!important;cursor:pointer;transition:var(--ht-table-transition) all ease-in-out}.handsontable .htUIRadio{position:relative;display:inline-flex;margin:0;padding:var(--ht-gap-size) calc(2 * var(--ht-gap-size));padding-bottom:0;align-items:center;gap:var(--ht-gap-size);cursor:pointer}.handsontable .htUIRadio>input[type=radio]{position:relative;width:var(--ht-radio-size);height:var(--ht-radio-size);margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border-radius:calc(.5 * var(--ht-radio-size));outline:none}.handsontable .htUIRadio>input[type=radio]:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:calc(.5 * var(--ht-radio-size));border:1px solid var(--ht-radio-border-color);background-color:var(--ht-radio-background-color)}.handsontable .htUIRadio>input[type=radio]:after{content:"";display:block;position:absolute;color:var(--ht-radio-icon-color)}.handsontable .collapsibleIndicator{top:calc((var(--ht-line-height) - var(--ht-icon-size)) / 2);margin-inline-start:var(--ht-gap-size);margin-inline-end:1px}.handsontable .collapsibleIndicator,.handsontable .ht_nestingButton{position:relative;width:var(--ht-icon-size);height:var(--ht-icon-size);box-sizing:border-box;border-radius:var(--ht-collapse-button-border-radius);overflow:hidden;cursor:pointer;text-indent:-100px;font-size:0;float:right}.handsontable .collapsibleIndicator:before,.handsontable .ht_nestingButton:before{content:"";display:block;position:absolute;top:0;left:0;transition:var(--ht-table-transition) all ease-in-out}.handsontable .collapsibleIndicator.expanded,.handsontable .collapsibleIndicator.ht_nestingCollapse,.handsontable .ht_nestingButton.expanded,.handsontable .ht_nestingButton.ht_nestingCollapse{background-color:var(--ht-collapse-button-open-background-color);box-shadow:0 0 0 1px var(--ht-collapse-button-open-border-color)}.handsontable .collapsibleIndicator.expanded:hover,.handsontable .collapsibleIndicator.ht_nestingCollapse:hover,.handsontable .ht_nestingButton.expanded:hover,.handsontable .ht_nestingButton.ht_nestingCollapse:hover{background-color:var(--ht-collapse-button-open-hover-background-color);box-shadow:0 0 0 1px var(--ht-collapse-button-open-hover-border-color)}.handsontable .collapsibleIndicator.collapsed,.handsontable .collapsibleIndicator.ht_nestingExpand,.handsontable .ht_nestingButton.collapsed,.handsontable .ht_nestingButton.ht_nestingExpand{background-color:var(--ht-collapse-button-close-background-color);box-shadow:0 0 0 1px var(--ht-collapse-button-close-border-color)}.handsontable .collapsibleIndicator.collapsed:hover,.handsontable .collapsibleIndicator.ht_nestingExpand:hover,.handsontable .ht_nestingButton.collapsed:hover,.handsontable .ht_nestingButton.ht_nestingExpand:hover{background-color:var(--ht-collapse-button-close-hover-background-color);box-shadow:0 0 0 1px var(--ht-collapse-button-close-hover-border-color)}[dir=rtl].handsontable .collapsibleIndicator,[dir=rtl].handsontable .ht_nestingButton{float:left}.handsontable th.ht_nestingLevels>.relative{display:flex;align-items:center;gap:5px}.handsontable th.ht_nestingLevels span.ht_nestingLevel_empty{position:relative;display:inline-block;width:5px;height:1px;order:-2}.handsontable th.ht_nestingLevels .ht_nestingButton{position:relative;cursor:pointer;order:-1}.handsontable th.beforeHiddenColumn:before,.handsontable th.beforeHiddenColumn:after,.handsontable th.afterHiddenColumn:before,.handsontable th.afterHiddenColumn:after{position:absolute;top:50%;width:10px!important;height:10px!important;transform:translateY(-50%);color:var(--ht-hidden-indicator-color)}.handsontable th.ht__active_highlight.beforeHiddenColumn:before,.handsontable th.ht__active_highlight.beforeHiddenColumn:after,.handsontable th.ht__active_highlight.afterHiddenColumn:before,.handsontable th.ht__active_highlight.afterHiddenColumn:after{color:var(--ht-icon-button-active-icon-color, var(--ht-icon-active-button-icon-color))}[dir=rtl].handsontable th.beforeHiddenColumn:after{right:initial;left:-2px;transform:translateY(-50%) rotate(180deg)}[dir=rtl].handsontable th.afterHiddenColumn:before{right:-2px;left:initial;transform:translateY(-50%) rotate(180deg)}.handsontable th.beforeHiddenRow:before,.handsontable th.beforeHiddenRow:after,.handsontable th.afterHiddenRow:before,.handsontable th.afterHiddenRow:after{position:absolute;left:50%;width:10px!important;height:10px!important;transform:translate(-50%);color:var(--ht-hidden-indicator-color)}.handsontable th.ht__active_highlight.beforeHiddenRow:before,.handsontable th.ht__active_highlight.beforeHiddenRow:after,.handsontable th.ht__active_highlight.afterHiddenRow:before,.handsontable th.ht__active_highlight.afterHiddenRow:after{color:var(--ht-icon-button-active-icon-color, var(--ht-icon-active-button-icon-color))}.handsontable .changeType{position:relative;box-sizing:border-box;width:var(--ht-icon-size);height:var(--ht-icon-size);border-radius:var(--ht-icon-button-border-radius);box-shadow:0 0 0 1px var(--ht-icon-button-border-color);border:none;color:inherit;padding:0;margin:0;background-color:var(--ht-icon-button-background-color);order:1;z-index:1;float:right;top:calc((var(--ht-line-height) - var(--ht-icon-size)) / 2);margin-inline-start:var(--ht-gap-size);margin-inline-end:1px}.handsontable .changeType:before{content:"";display:block;position:absolute;top:0;left:0;color:var(--ht-icon-button-icon-color)}.handsontable .changeType:hover{cursor:pointer;box-shadow:0 0 0 1px var(--ht-icon-button-hover-border-color);background-color:var(--ht-icon-button-hover-background-color)}.handsontable .ht__active_highlight .changeType{box-shadow:0 0 0 1px var(--ht-icon-button-active-border-color, var(--ht-icon-active-button-border-color));background-color:var(--ht-icon-button-active-background-color, var(--ht-icon-active-button-background-color))}.handsontable .ht__active_highlight .changeType:before{color:var(--ht-icon-button-active-icon-color, var(--ht-icon-active-button-icon-color))}.handsontable .ht__active_highlight .changeType:hover{box-shadow:0 0 0 1px var(--ht-icon-button-active-hover-border-color, var(--ht-icon-active-button-hover-border-color));background-color:var(--ht-icon-button-active-hover-background-color, var(--ht-icon-active-button-hover-background-color))}.handsontable .ht__active_highlight .changeType:hover:before{color:var(--ht-icon-button-active-hover-icon-color, var(--ht-icon-active-button-hover-icon-color))}.handsontable th.htFiltersActive.ht__active_highlight{background-color:color-mix(in srgb,var(--ht-header-active-background-color),var(--ht-header-filter-background-color) 20%)}.handsontable th.htFiltersActive.ht__active_highlight .changeType:after{background-color:var(--ht-header-active-foreground-color)}.handsontable.htDropdownMenu>.ht_master,.handsontable.htContextMenu>.ht_master,.handsontable.htFiltersConditionsMenu>.ht_master{box-shadow:var(--ht-menu-shadow-x, 0) var(--ht-menu-shadow-y, 0) var(--ht-menu-shadow-blur, 8px) var(--ht-menu-shadow-color, rgba(0, 0, 0, .08));border:var(--ht-menu-border-width, 1px) solid var(--ht-menu-border-color, #e5e5e9);border-radius:var(--ht-menu-border-radius);overflow:hidden;padding:var(--ht-menu-vertical-padding, 8px) var(--ht-menu-horizontal-padding, 0);background-color:var(--ht-background-color, #ffffff)}.handsontable.htDropdownMenu:not(.htGhostTable),.handsontable.htContextMenu:not(.htGhostTable),.handsontable.htFiltersConditionsMenu:not(.htGhostTable){display:none;position:absolute;z-index:1060}.handsontable.htDropdownMenu tbody tr:first-of-type td:first-child,.handsontable.htDropdownMenu tbody tr:first-of-type th:first-child,.handsontable.htContextMenu tbody tr:first-of-type td:first-child,.handsontable.htContextMenu tbody tr:first-of-type th:first-child,.handsontable.htFiltersConditionsMenu tbody tr:first-of-type td:first-child,.handsontable.htFiltersConditionsMenu tbody tr:first-of-type th:first-child{height:calc(var(--ht-cell-vertical-padding) * 2 + var(--ht-line-height) + 1px)}.handsontable.htDropdownMenu table tbody tr td,.handsontable.htContextMenu table tbody tr td,.handsontable.htFiltersConditionsMenu table tbody tr td{position:relative;padding:var(--ht-menu-item-vertical-padding, 4px) var(--ht-menu-item-horizontal-padding, 8px);border-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;background:var(--ht-background-color, #ffffff);cursor:pointer;transition:var(--ht-table-transition) background ease-in-out}.handsontable.htDropdownMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htDropdownMenu table tbody tr td.htDisabled,.handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htContextMenu table tbody tr td.htDisabled,.handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled):hover,.handsontable.htContextMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htDropdownMenu table tbody tr td.htDisabled,.handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htContextMenu table tbody tr td.htDisabled,.handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled):hover,.handsontable.htFiltersConditionsMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htDropdownMenu table tbody tr td.htDisabled,.handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htContextMenu table tbody tr td.htDisabled,.handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled):hover{background:var(--ht-menu-item-hover-color, #e5e5e9)!important;cursor:pointer}.handsontable.htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper,.handsontable.htContextMenu table tbody tr td.htSubmenu .htItemWrapper,.handsontable.htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper{margin-inline-end:calc(2 * var(--ht-gap-size, 4px) + var(--ht-icon-size))}.handsontable.htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper:after,.handsontable.htContextMenu table tbody tr td.htSubmenu .htItemWrapper:after,.handsontable.htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper:after{content:"";display:block;position:absolute;top:50%;right:calc(var(--ht-menu-item-horizontal-padding) + var(--ht-gap-size) * 2);transform:translateY(-50%)}.handsontable.htDropdownMenu table tbody tr td.htSeparator,.handsontable.htContextMenu table tbody tr td.htSeparator,.handsontable.htFiltersConditionsMenu table tbody tr td.htSeparator{border-top:1px solid var(--ht-border-color);height:0;padding:0;cursor:default}.handsontable.htDropdownMenu table tbody tr td:has(.htItemWrapper .selected),.handsontable.htContextMenu table tbody tr td:has(.htItemWrapper .selected),.handsontable.htFiltersConditionsMenu table tbody tr td:has(.htItemWrapper .selected){background-color:var(--ht-menu-item-active-color)}.handsontable.htDropdownMenu table tbody tr td .htItemWrapper,.handsontable.htContextMenu table tbody tr td .htItemWrapper,.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper{margin-inline:calc(2 * var(--ht-gap-size, 4px))}.handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected:after,.handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected:after,.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected:after{content:"";display:block;position:absolute;top:50%;right:calc(var(--ht-menu-item-horizontal-padding) + var(--ht-gap-size) * 2);color:var(--ht-accent-color);transform:translateY(-50%)}.handsontable .htUIClearAll a,.handsontable .htUISelectAll a{padding:var(--ht-gap-size);display:inline-block;text-decoration:none}.handsontable .htUIMultipleSelect .ht_master .wtHolder{overflow-y:scroll!important;background:transparent;border-radius:0!important}[dir=rtl].handsontable.htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper:after,[dir=rtl].handsontable.htContextMenu table tbody tr td.htSubmenu .htItemWrapper:after,[dir=rtl].handsontable.htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper:after{left:calc(4 * var(--ht-gap-size));right:auto;transform:translateY(-50%) rotate(180deg)}[dir=rtl].handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected:after,[dir=rtl].handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected:after,[dir=rtl].handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected:after{left:calc(4 * var(--ht-gap-size));right:auto}.handsontable .ht_master table td.htCustomMenuRenderer.htFiltersMenuActionBar{padding-top:calc(var(--ht-menu-item-vertical-padding, 4px) * 2)}.handsontable .htFiltersMenuLabel{font-size:var(--ht-font-size-small);line-height:var(--ht-line-height-small);font-weight:var(--ht-font-weight);margin-bottom:calc(var(--ht-gap-size, 2px) * 2)}.handsontable .htFiltersMenuCondition{padding-top:calc(var(--ht-gap-size, 2px) * 3)!important;padding-bottom:0!important}.handsontable .htFiltersMenuCondition .htUIInput{margin-top:calc(var(--ht-gap-size, 2px) * 2)}.handsontable .htFiltersMenuValue{padding-top:calc(var(--ht-gap-size, 2px) * 3)!important;padding-bottom:0!important;border-bottom:1px solid var(--ht-border-color)!important}.handsontable .htFiltersMenuOperators{padding-top:calc(var(--ht-gap-size, 2px) * 2)!important;padding-bottom:0!important}.handsontable .htUISelectionControls{padding-top:calc(var(--ht-gap-size, 2px) * 2)!important;padding-bottom:var(--ht-gap-size, 2px)!important;margin:0 calc(var(--ht-gap-size, 2px) * -1)}.handsontable .htUIMultipleSelectHot{--ht-cell-horizontal-padding: calc( var(--ht-menu-item-horizontal-padding, 2px) + var(--ht-gap-size, 2px) * 2);overflow:initial!important;width:calc(100% + var(--ht-menu-item-horizontal-padding, 2px) * 2 + var(--ht-gap-size, 2px) * 4);margin:0 calc((var(--ht-menu-item-horizontal-padding, 2px) + var(--ht-gap-size, 2px) * 2) * -1)}.handsontable .htUIMultipleSelectHot:before{content:"";display:block;position:absolute;top:-1px;left:0;width:100%;height:1px;background-color:var(--ht-border-color)}.handsontable .htUIMultipleSelectHot .wtHolder{padding:0;overflow-x:hidden;box-sizing:border-box}.handsontable .htUIMultipleSelectHot .wtHolder .wtSpreader{padding:calc(var(--ht-gap-size) * 2) 0}.handsontable .htUIMultipleSelectHot .wtHolder td{height:auto!important;padding:4px var(--ht-cell-horizontal-padding)}.handsontable .htUIClearAll,.handsontable .htUISelectAll{display:inline-block;margin-right:var(--ht-gap-size, 4px);margin-bottom:var(--ht-gap-size, 4px)}.handsontable .htUIMultipleSelect .ht_master .wtHolder .wtHider,.handsontable .htUIMultipleSelect .ht_master .wtHolder .htCore,.handsontable .htUIMultipleSelect .ht_master .wtHolder tr,.handsontable .htUIMultipleSelect .ht_master .wtHolder td{background:none}.handsontable .htUIInput.htUIButtonOK{margin-inline-start:0;margin-inline-end:calc(2 * var(--ht-gap-size, 2px))}.handsontable .htCommentCell:after{content:"";display:block;position:absolute;top:0;inset-inline-end:0;inset-inline-start:unset;border-inline-start:var(--ht-comments-indicator-size, 4px) solid transparent;border-inline-end:none;border-top:var(--ht-comments-indicator-size, 4px) solid var(--ht-comments-indicator-color, #1a42e8)}.htCommentsContainer .htComments{display:none;z-index:1059;position:absolute}.htCommentsContainer .htCommentTextArea{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;box-shadow:var(--ht-menu-shadow-x, 0) var(--ht-menu-shadow-y, 0) var(--ht-menu-shadow-blur, 8px) var(--ht-menu-shadow-color, rgba(0, 0, 0, .08));width:240px;height:88px;font-size:var(--ht-font-size);line-height:var(--ht-line-height);font-weight:var(--ht-font-weight);margin:0 -1px;padding:var(--ht-comments-textarea-vertical-padding) var(--ht-comments-textarea-horizontal-padding);border:var(--ht-comments-textarea-border-width, 1px) solid var(--ht-comments-textarea-border-color, transparent);border-inline-start:var(--ht-comments-textarea-border-width, 1px) solid var(--ht-comments-textarea-border-color, #1a42e8);color:var(--ht-comments-textarea-foreground-color);background-color:var(--ht-comments-textarea-background-color, #ffffff);outline:0!important;box-sizing:border-box;-webkit-appearance:none}.htCommentsContainer .htCommentTextArea:focus{border:var(--ht-comments-textarea-focus-border-width, 1px) solid var(--ht-comments-textarea-focus-border-color, #1a42e8);color:var(--ht-comments-textarea-focus-foreground-color);background-color:var(--ht-comments-textarea-focus-background-color, #ffffff)}.handsontable .columnSorting:not(.indicatorDisabled).sortAction{padding-inline-start:calc(var(--ht-icon-size, 16px) + 2px);padding-inline-end:calc(var(--ht-icon-size, 16px) + 2px);min-width:calc(var(--ht-icon-size, 16px) + 8px);max-width:calc(100% - var(--ht-icon-size, 16px) * 2 - 5px)!important}.handsontable .columnSorting:not(.indicatorDisabled).sortAction:hover{text-decoration:none;cursor:pointer}.handsontable .columnSorting:not(.indicatorDisabled).sortAction:before{content:"";display:block;width:var(--ht-icon-size, 16px);position:absolute;top:50%;right:2px;transform:translateY(-50%);text-align:right}.handsontable .htLeft .columnSorting.sortAction{padding-inline-start:0}.handsontable .htRight .columnSorting.sortAction{padding-inline-start:var(--ht-icon-size, 16px);padding-inline-end:var(--ht-gap-size, 4px)}.handsontable .htRight .columnSorting.sortAction:before{left:2px;right:auto;text-align:left}[dir=rtl] .handsontable .columnSorting.sortAction:before{left:2px;right:auto;text-align:left}[dir=rtl] .handsontable .htRight .columnSorting.sortAction{padding-inline-start:var(--ht-gap-size, 4px);padding-inline-end:var(--ht-icon-size, 16px)}[dir=rtl] .handsontable .htLeft .columnSorting.sortAction{padding-inline-start:var(--ht-icon-size, 16px);padding-inline-end:var(--ht-gap-size, 4px)}[dir=rtl] .handsontable .htLeft .columnSorting.sortAction:before{left:auto;right:2px;text-align:right}.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled):before{content:"*";display:inline-block;position:relative;padding-right:20px}.handsontable .colHeader.columnSorting:after{content:"";display:block;width:8px;position:absolute;top:50%;right:0;transform:translateY(-50%);margin-top:4px;font-size:8px;text-align:right}.handsontable .htRight .colHeader.columnSorting:after{left:0;right:auto;text-align:left}[dir=rtl] .handsontable .colHeader.columnSorting:after{left:0;right:auto;text-align:left}[dir=rtl] .handsontable .htLeft .colHeader.columnSorting:after{left:auto;right:0;text-align:right}.htGhostTable th div button.changeType+span.colHeader.columnSorting:not(.indicatorDisabled){padding-right:var(--ht-gap-size)}.handsontable .htRowHeaders .ht_master.innerBorderInlineStart~.ht_clone_top_inline_start_corner th:nth-child(2),.handsontable .htRowHeaders .ht_master.innerBorderInlineStart~.ht_clone_inline_start td:first-of-type{border-left:0 none}.handsontable .manualColumnResizer{position:absolute;top:0;width:10px;margin:0;cursor:col-resize;background:none;opacity:0;z-index:210}.handsontable .manualColumnResizer:before,.handsontable .manualColumnResizer:after{content:"";display:block;position:absolute;top:50%;left:1px;width:2px;height:calc(100% - 12px);max-height:16px;margin-top:.5px;background:var(--ht-resize-indicator-color);border-radius:2px;transform:translateY(-50%)}.handsontable .manualColumnResizerGuide{position:absolute;inset-inline-end:unset;top:0;width:0;margin-inline-start:5px;margin-inline-end:unset;display:none;border-inline-end:1px solid var(--ht-accent-color);border-inline-start:none}.handsontable .manualColumnResizerGuide.active{display:block;z-index:209}.handsontable .manualRowResizer{position:absolute;left:0;z-index:210;height:10px;margin:0;cursor:row-resize;background:none;opacity:0}.handsontable .manualRowResizer:before,.handsontable .manualRowResizer:after{content:"";display:block;position:absolute;top:1px;left:50%;width:calc(100% - 12px);max-width:16px;height:2px;background:var(--ht-resize-indicator-color);border-radius:2px;transform:translate(-50%)}.handsontable .manualRowResizerGuide{position:absolute;left:0;bottom:0;height:0;margin-top:5px;display:none;border-bottom:1px solid var(--ht-accent-color);border-top:none}.handsontable .manualRowResizerGuide.active{display:block;z-index:209}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-multiple]:before{opacity:.14}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]:before{opacity:.14}.handsontable .ht__manualColumnMove--guideline,.handsontable .ht__manualColumnMove--backlight,.handsontable.ht__manualColumnMove--guideline,.handsontable.ht__manualColumnMove--backlight{position:absolute;height:100%;display:none}.handsontable .ht__manualColumnMove--guideline,.handsontable.ht__manualColumnMove--guideline{width:1px;top:0;margin-inline-start:-.5px;margin-inline-end:0;z-index:205;background:var(--ht-move-indicator-color, #1a42e8)}.handsontable .ht__manualColumnMove--backlight,.handsontable.ht__manualColumnMove--backlight{display:none;z-index:205;pointer-events:none;background:var(--ht-move-backlight-color)}.handsontable .ht__manualRowMove--guideline,.handsontable .ht__manualRowMove--backlight,.handsontable.ht__manualRowMove--guideline,.handsontable.ht__manualRowMove--backlight{position:absolute;width:100%;display:none}.handsontable .ht__manualRowMove--guideline,.handsontable.ht__manualRowMove--guideline{border-top:1px solid var(--ht-move-indicator-color);left:0;z-index:205}.handsontable .ht__manualRowMove--backlight,.handsontable.ht__manualRowMove--backlight{display:none;z-index:205;pointer-events:none;background:var(--ht-move-backlight-color)}.ht-dialog{position:absolute;top:0;left:0;display:none;font-size:var(--ht-font-size);line-height:var(--ht-line-height);letter-spacing:var(--ht-letter-spacing);width:100%;height:100%;z-index:1060;opacity:0;overflow-y:auto;border-radius:var(--ht-wrapper-border-radius);border:1px solid var(--ht-border-color);box-sizing:border-box!important}.ht-dialog--background-semi-transparent{background-color:var(--ht-dialog-semi-transparent-background-color)}.ht-dialog--animation{transition:opacity var(--ht-table-transition) ease-in-out}.ht-dialog__content-wrapper{display:flex;align-items:center;justify-content:center;width:100%;min-height:100%;padding:calc(var(--ht-gap-size) * 4);border-radius:var(--ht-wrapper-border-radius)}.ht-dialog__content{position:relative;padding:var(--ht-dialog-content-padding-horizontal) var(--ht-dialog-content-padding-vertical);max-width:480px;color:var(--ht-foreground-color)}.ht-dialog__content--background{box-shadow:var(--ht-shadow-x, 0) var(--ht-shadow-y, 0) var(--ht-shadow-blur, 8px) var(--ht-shadow-color, rgba(0, 0, 0, .08));border-radius:var(--ht-dialog-content-border-radius);background-color:var(--ht-dialog-content-background-color)}.ht-dialog--confirm .ht-dialog__content-wrapper{text-align:center;padding:calc(var(--ht-gap-size) * 2)}.ht-dialog--confirm .ht-dialog__content-wrapper-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:480px;padding:calc(var(--ht-gap-size) * 2);border-radius:var(--ht-wrapper-border-radius)}.ht-dialog--confirm .ht-dialog__content-wrapper-inner--background{box-shadow:var(--ht-shadow-x, 0) var(--ht-shadow-y, 0) var(--ht-shadow-blur, 8px) var(--ht-shadow-color, rgba(0, 0, 0, .08));border-radius:var(--ht-dialog-content-border-radius);background-color:var(--ht-dialog-content-background-color)}.ht-dialog--confirm .ht-dialog__content-wrapper-inner:focus{outline:none;box-shadow:0 0 0 1px var(--ht-accent-color)}.ht-dialog--confirm .ht-dialog__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--ht-gap-size)}.ht-dialog--confirm .ht-dialog__content:has(.ht-dialog__buttons){gap:calc(var(--ht-gap-size) * 2)}.ht-dialog--confirm .ht-dialog__title{margin:0;font-size:var(--ht-font-size);font-weight:var(--ht-font-weight);line-height:var(--ht-line-height)}.ht-dialog--confirm .ht-dialog__description{margin:0;color:var(--ht-foreground-secondary-color);font-size:var(--ht-font-size-small);line-height:var(--ht-line-height-small);font-weight:var(--ht-font-weight)}.ht-dialog--confirm .ht-dialog__buttons{display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;gap:calc(var(--ht-gap-size) * 2)}.handsontable.ht-pagination{color:var(--ht-pagination-bar-foreground-color);background:var(--ht-pagination-bar-background-color);border:1px solid var(--ht-wrapper-border-color);border-top-color:transparent;border-radius:0 0 var(--ht-wrapper-border-radius) var(--ht-wrapper-border-radius);font-size:var(--ht-font-size);line-height:var(--ht-line-height);box-sizing:border-box;overflow-x:auto}.handsontable.ht-pagination .ht-pagination__inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:calc(var(--ht-gap-size) * 4);border-radius:0 0 var(--ht-wrapper-border-radius) var(--ht-wrapper-border-radius);padding-inline:var(--ht-pagination-bar-horizontal-padding);padding-block:var(--ht-pagination-bar-vertical-padding);min-width:230px}.handsontable.ht-pagination .ht-page-size-section{display:flex;align-items:center;gap:calc(var(--ht-gap-size) * 2)}.handsontable.ht-pagination .ht-page-size-section__select-wrapper{position:relative;border-radius:var(--ht-input-border-radius)}.handsontable.ht-pagination .ht-page-size-section__select-wrapper:after{content:"";display:block;position:absolute;inset-inline-end:var(--ht-gap-size);inset-block-end:50%;transform:translateY(50%);background-color:var(--ht-foreground-color);pointer-events:none}.handsontable.ht-pagination .ht-page-navigation-section{display:flex;align-items:center;gap:1px}.handsontable.ht-pagination .ht-page-navigation-section__button{font-size:inherit;border:1px solid var(--ht-pagination-bar-background-color);color:var(--ht-secondary-button-foreground-color);background-color:var(--ht-pagination-bar-background-color);border-radius:var(--ht-icon-button-large-border-radius);padding:var(--ht-icon-button-large-padding);cursor:pointer}.handsontable.ht-pagination .ht-page-navigation-section__button--disabled{cursor:default;pointer-events:none;color:var(--ht-secondary-button-disabled-foreground-color)}.handsontable.ht-pagination .ht-page-navigation-section__button:hover:not(:disabled){background-color:var(--ht-secondary-button-hover-background-color)}.handsontable.ht-pagination .ht-page-navigation-section__button:focus{outline:none;border:1px solid var(--ht-accent-color)}.handsontable.ht-pagination .ht-page-navigation-section__label{white-space:nowrap;min-width:100px;text-align:center}.handsontable.ht-wrapper.htPagination,.handsontable.ht-wrapper.htPagination .htCore{border-end-start-radius:0;border-end-end-radius:0}.handsontable.ht-wrapper.htPagination .htCore thead tr:last-child th:first-child,.handsontable.ht-wrapper.htPagination .htCore tbody tr:last-child td:first-child,.handsontable.ht-wrapper.htPagination .htCore tbody tr:last-child th:first-child{border-end-start-radius:0!important}.handsontable.ht-wrapper.htPagination .htCore thead tr:last-child th:last-child,.handsontable.ht-wrapper.htPagination .htCore tbody tr:last-child td:last-child,.handsontable.ht-wrapper.htPagination .htCore tbody tr:last-child th:last-child{border-end-end-radius:0!important}.ht-loading__icon-svg{display:block;width:var(--ht-icon-size);height:var(--ht-icon-size);color:var(--ht-accent-color);animation:ht-loading-spin 1s linear infinite;transform-origin:50% 50%}.ht-loading__content{display:flex;align-items:center;gap:calc(var(--ht-gap-size) * 2)}.ht-loading__title{margin:0;font-size:var(--ht-font-size);font-weight:var(--ht-font-weight);line-height:var(--ht-line-height)}.ht-loading__description{margin:0;color:var(--ht-foreground-secondary-color);font-size:var(--ht-font-size-small);line-height:var(--ht-line-height-small);font-weight:var(--ht-font-weight)}.ht-empty-data-state{display:none;position:absolute;width:100%;left:0;z-index:999;overflow-y:auto;border:1px solid var(--ht-border-color);border-radius:var(--ht-wrapper-border-radius);box-sizing:border-box;background-color:var(--ht-background-color)}.ht-empty-data-state__content-wrapper{display:flex;align-items:center;justify-content:center;text-align:center;width:100%;min-height:100%;padding:calc(var(--ht-gap-size) * 2);border-radius:var(--ht-wrapper-border-radius)}.ht-empty-data-state__content-wrapper-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:480px;padding:calc(var(--ht-gap-size) * 2);border-radius:var(--ht-wrapper-border-radius)}.ht-empty-data-state__content-wrapper-inner:focus{outline:none;box-shadow:0 0 0 1px var(--ht-accent-color)}.ht-empty-data-state__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--ht-gap-size)}.ht-empty-data-state__title{margin:0;font-size:var(--ht-font-size);font-weight:var(--ht-font-weight);line-height:var(--ht-line-height)}.ht-empty-data-state__description{margin:0;color:var(--ht-foreground-secondary-color);font-size:var(--ht-font-size-small);line-height:var(--ht-line-height-small);font-weight:var(--ht-font-weight)}.ht-empty-data-state__buttons{display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;gap:calc(var(--ht-gap-size) * 2)}.ht-empty-data-state__buttons--has-buttons{margin-top:calc(var(--ht-gap-size) * 2)}.ht-empty-data-state--disable-top-border{border-start-start-radius:0;border-start-end-radius:0;border-top-width:0}.ht-empty-data-state--disable-inline-border{border-start-start-radius:0;border-end-start-radius:0;border-inline-start-width:0}.ht-empty-data-state--disable-bottom-border,.ht-empty-data-state:has(~.ht-pagination){border-end-start-radius:0;border-end-end-radius:0;border-bottom-width:0}/*!
 * Copyright (c) HANDSONCODE sp. z o. o.
 *
 * HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o., a Polish corporation based in
 * Gdynia, Poland, at Aleja Zwyciestwa 96-98, registered by the District Court in Gdansk under number
 * 538651, EU tax ID number: PL5862294002, share capital: PLN 62,800.00.
 *
 * This software is protected by applicable copyright laws, including international treaties, and dual-
 * licensed - depending on whether your use for commercial purposes, meaning intended for or
 * resulting in commercial advantage or monetary compensation, or not.
 *
 * If your use is strictly personal or solely for evaluation purposes, meaning for the purposes of testing
 * the suitability, performance, and usefulness of this software outside the production environment,
 * you agree to be bound by the terms included in the "handsontable-non-commercial-license.pdf" file.
 *
 * Your use of this software for commercial purposes is subject to the terms included in an applicable
 * license agreement.
 *
 * In any case, you must not make any such use of this software as to develop software which may be
 * considered competitive with this software.
 *
 * UNLESS EXPRESSLY AGREED OTHERWISE, HANDSONCODE PROVIDES THIS SOFTWARE ON AN "AS IS"
 * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, AND IN NO EVENT AND UNDER NO
 * LEGAL THEORY, SHALL HANDSONCODE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT,
 * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
 * USE OR INABILITY TO USE THIS SOFTWARE.
 *
 * Version: 16.2.0
 * Release date: 25/11/2025 (built at 20/11/2025 13:27:05)
 */.ht-theme-classic,.ht-theme-classic-dark,.ht-theme-classic-dark-auto{--ht-color-transparent-0: rgba(255, 255, 255, 0);--ht-color-transparent-80: rgba(255, 255, 255, .8);--ht-color-gray-100: #ffffff;--ht-color-gray-200: #f0f0f0;--ht-color-gray-250: #dcdcdc;--ht-color-gray-300: #cccccc;--ht-color-gray-350: #c6c6c6;--ht-color-gray-400: #999999;--ht-color-gray-500: #777777;--ht-color-gray-800: #373737;--ht-color-gray-900: #0f0f10;--ht-color-gray-800-40: rgba(55, 55, 55, .4);--ht-color-gray-800-8: rgba(55, 55, 55, .08);--ht-color-gray-800-4: rgba(55, 55, 55, .04);--ht-color-gray-800-25: rgba(55, 55, 55, .25);--ht-color-accent-300: #8eb0e7;--ht-color-accent-350: #3e7ee1;--ht-color-accent-400: #5292f7;--ht-color-accent-500: #3e7ee3;--ht-color-accent-400-40: rgba(82, 146, 247, .4);--ht-color-notification-search: rgba(251, 233, 82, .8);--ht-color-notification-error: rgba(250, 77, 50, .2);--ht-color-notification-success: rgba(55, 188, 108, .2);--ht-color-notification-warning: rgba(251, 233, 82, .2);--ht-color-notification-informational: rgba(142, 176, 231, .2);--ht-common-background-secondary: var(--ht-color-gray-200);--ht-common-foreground: var(--ht-color-gray-800);--ht-common-foreground-secondary: var(--ht-color-gray-500);--ht-common-background: var(--ht-color-gray-100);--ht-common-border: var(--ht-color-gray-300);--ht-common-accent: var(--ht-color-accent-400);--ht-common-disabled: var(--ht-color-gray-400);--ht-common-read-only: var(--ht-color-gray-500);--ht-common-placeholder: var(--ht-color-gray-400);--ht-common-shadow: var(--ht-color-gray-800-8);--ht-common-overlay: var(--ht-color-transparent-80);--ht-font-size: 13px;--ht-font-size-small: 11px;--ht-line-height: 21px;--ht-line-height-small: 16px;--ht-font-weight: 400;--ht-letter-spacing: 0;--ht-gap-size: 2px;--ht-icon-size: 12px;--ht-table-transition: 0s;--ht-border-color: var(--ht-common-border);--ht-accent-color: var(--ht-common-accent);--ht-foreground-color: var(--ht-common-foreground);--ht-foreground-secondary-color: var(--ht-common-foreground-secondary);--ht-background-color: var(--ht-common-background);--ht-placeholder-color: var(--ht-common-placeholder);--ht-read-only-color: var(--ht-common-read-only);--ht-disabled-color: var(--ht-common-disabled);--ht-shadow-color: var(--ht-common-border);--ht-shadow-x: 1px;--ht-shadow-y: 1px;--ht-shadow-blur: 0;--ht-bar-foreground-color: var(--ht-common-foreground);--ht-bar-background-color: var(--ht-common-background-secondary);--ht-bar-horizontal-padding: 8px;--ht-bar-vertical-padding: 4px;--ht-cell-horizontal-border-color: var(--ht-common-border);--ht-cell-vertical-border-color: var(--ht-common-border);--ht-wrapper-border-width: 0;--ht-wrapper-border-radius: 0;--ht-wrapper-border-color: var(--ht-common-border);--ht-row-header-odd-background-color: var(--ht-color-transparent-0);--ht-row-header-even-background-color: var(--ht-color-transparent-0);--ht-row-cell-odd-background-color: var(--ht-color-transparent-0);--ht-row-cell-even-background-color: var(--ht-color-transparent-0);--ht-cell-horizontal-padding: 6px;--ht-cell-vertical-padding: 1px;--ht-cell-editor-border-width: 2px;--ht-cell-editor-border-color: var(--ht-common-accent);--ht-cell-editor-foreground-color: var(--ht-color-gray-900);--ht-cell-editor-background-color: var(--ht-common-background);--ht-cell-editor-shadow-blur-radius: 0;--ht-cell-editor-shadow-color: var(--ht-common-accent);--ht-cell-success-background-color: var(--ht-color-notification-success);--ht-cell-error-background-color: var(--ht-color-notification-error);--ht-cell-read-only-background-color: var(--ht-color-transparent-0);--ht-cell-selection-border-color: var(--ht-common-accent);--ht-cell-selection-background-color: var(--ht-color-accent-350);--ht-cell-autofill-size: 6px;--ht-cell-autofill-border-width: 1px;--ht-cell-autofill-border-radius: 0;--ht-cell-autofill-border-color: var(--ht-common-background);--ht-cell-autofill-background-color: var(--ht-common-accent);--ht-cell-autofill-fill-border-color: var(--ht-common-foreground);--ht-cell-mobile-handle-size: 12px;--ht-cell-mobile-handle-border-width: 1px;--ht-cell-mobile-handle-border-radius: 6px;--ht-cell-mobile-handle-border-color: var(--ht-common-accent);--ht-cell-mobile-handle-background-color: var(--ht-color-accent-400-40);--ht-resize-indicator-color: var(--ht-color-gray-400);--ht-move-backlight-color: var(--ht-color-gray-800-25);--ht-move-indicator-color: var(--ht-color-gray-400);--ht-hidden-indicator-color: var(--ht-color-gray-400);--ht-scrollbar-border-radius: 8px;--ht-scrollbar-track-color: var(--ht-common-background-secondary);--ht-scrollbar-thumb-color: var(--ht-color-gray-800-40);--ht-header-font-weight: var(--ht-font-weight);--ht-header-foreground-color: var(--ht-common-foreground);--ht-header-background-color: var(--ht-common-background-secondary);--ht-header-highlighted-shadow-size: 0;--ht-header-highlighted-foreground-color: var(--ht-common-foreground);--ht-header-highlighted-background-color: var(--ht-color-gray-250);--ht-header-active-border-color: var(--ht-common-border);--ht-header-active-foreground-color: var(--ht-color-gray-900);--ht-header-active-background-color: var(--ht-color-accent-300);--ht-header-filter-background-color: var(--ht-color-notification-success);--ht-header-row-foreground-color: var(--ht-common-foreground);--ht-header-row-background-color: var(--ht-common-background-secondary);--ht-header-row-highlighted-foreground-color: var(--ht-common-foreground);--ht-header-row-highlighted-background-color: var(--ht-color-gray-250);--ht-header-row-active-foreground-color: var(--ht-color-gray-900);--ht-header-row-active-background-color: var(--ht-color-accent-300);--ht-checkbox-size: var(--ht-icon-size);--ht-checkbox-border-radius: 2px;--ht-checkbox-border-color: var(--ht-color-gray-400);--ht-checkbox-background-color: var(--ht-common-background);--ht-checkbox-icon-color: var(--ht-color-transparent-0);--ht-checkbox-focus-border-color: var(--ht-color-gray-400);--ht-checkbox-focus-background-color: var(--ht-common-background);--ht-checkbox-focus-icon-color: var(--ht-color-transparent-0);--ht-checkbox-focus-ring-color: var(--ht-common-accent);--ht-checkbox-disabled-border-color: var(--ht-color-gray-400);--ht-checkbox-disabled-background-color: var(--ht-color-gray-350);--ht-checkbox-disabled-icon-color: var(--ht-color-transparent-0);--ht-checkbox-checked-border-color: var(--ht-color-accent-350);--ht-checkbox-checked-background-color: var(--ht-common-accent);--ht-checkbox-checked-icon-color: var(--ht-common-background);--ht-checkbox-checked-focus-border-color: var(--ht-common-background);--ht-checkbox-checked-focus-background-color: var(--ht-common-accent);--ht-checkbox-checked-focus-icon-color: var(--ht-common-background);--ht-checkbox-checked-disabled-border-color: var(--ht-color-gray-400);--ht-checkbox-checked-disabled-background-color: var(--ht-color-gray-350);--ht-checkbox-checked-disabled-icon-color: var(--ht-common-disabled);--ht-checkbox-indeterminate-border-color: var(--ht-color-accent-350);--ht-checkbox-indeterminate-background-color: var(--ht-common-accent);--ht-checkbox-indeterminate-icon-color: var(--ht-common-background);--ht-checkbox-indeterminate-focus-border-color: var(--ht-color-gray-100);--ht-checkbox-indeterminate-focus-background-color: var(--ht-common-accent);--ht-checkbox-indeterminate-focus-icon-color: var(--ht-common-background);--ht-checkbox-indeterminate-disabled-border-color: var(--ht-color-gray-400);--ht-checkbox-indeterminate-disabled-background-color: var(--ht-color-gray-350);--ht-checkbox-indeterminate-disabled-icon-color: var(--ht-common-disabled);--ht-radio-size: var(--ht-icon-size);--ht-radio-border-color: var(--ht-color-gray-400);--ht-radio-background-color: var(--ht-common-background);--ht-radio-icon-color: var(--ht-color-transparent-0);--ht-radio-focus-border-color: var(--ht-color-gray-400);--ht-radio-focus-background-color: var(--ht-common-background);--ht-radio-focus-icon-color: var(--ht-color-transparent-0);--ht-radio-focus-ring-color: var(--ht-common-accent);--ht-radio-disabled-border-color: var(--ht-color-gray-400);--ht-radio-disabled-background-color: var(--ht-color-gray-350);--ht-radio-disabled-icon-color: var(--ht-color-transparent-0);--ht-radio-checked-border-color: var(--ht-common-accent);--ht-radio-checked-background-color: var(--ht-common-background);--ht-radio-checked-icon-color: var(--ht-common-accent);--ht-radio-checked-focus-border-color: var(--ht-color-accent-350);--ht-radio-checked-focus-background-color: var(--ht-common-background);--ht-radio-checked-focus-icon-color: var(--ht-common-accent);--ht-radio-checked-disabled-border-color: var(--ht-color-gray-400);--ht-radio-checked-disabled-background-color: var(--ht-color-gray-350);--ht-radio-checked-disabled-icon-color: var(--ht-common-disabled);--ht-icon-button-border-radius: 2px;--ht-icon-button-large-border-radius: 2px;--ht-icon-button-large-padding: 2px;--ht-icon-button-border-color: var(--ht-color-gray-350);--ht-icon-button-background-color: var(--ht-common-background-secondary);--ht-icon-button-icon-color: var(--ht-color-gray-400);--ht-icon-button-hover-border-color: var(--ht-color-gray-500);--ht-icon-button-hover-background-color: var(--ht-common-background-secondary);--ht-icon-button-hover-icon-color: var(--ht-color-gray-500);--ht-icon-button-active-border-color: var(--ht-color-gray-350);--ht-icon-button-active-background-color: var(--ht-common-background-secondary);--ht-icon-button-active-icon-color: var(--ht-color-gray-400);--ht-icon-button-active-hover-border-color: var(--ht-color-gray-500);--ht-icon-button-active-hover-background-color: var(--ht-common-background-secondary);--ht-icon-button-active-hover-icon-color: var(--ht-color-gray-500);--ht-collapse-button-border-radius: 16px;--ht-collapse-button-open-border-color: var(--ht-color-gray-350);--ht-collapse-button-open-background-color: var(--ht-common-background);--ht-collapse-button-open-icon-color: var(--ht-color-gray-400);--ht-collapse-button-open-icon-active-color: var(--ht-color-gray-400);--ht-collapse-button-open-hover-border-color: var(--ht-color-gray-350);--ht-collapse-button-open-hover-background-color: var(--ht-common-background);--ht-collapse-button-open-hover-icon-color: var(--ht-color-gray-400);--ht-collapse-button-open-hover-icon-active-color: var(--ht-color-gray-400);--ht-collapse-button-close-border-color: var(--ht-color-gray-350);--ht-collapse-button-close-background-color: var(--ht-common-background-secondary);--ht-collapse-button-close-icon-color: var(--ht-color-gray-400);--ht-collapse-button-close-icon-active-color: var(--ht-color-gray-400);--ht-collapse-button-close-hover-border-color: var(--ht-color-gray-350);--ht-collapse-button-close-hover-background-color: var(--ht-common-background-secondary);--ht-collapse-button-close-hover-icon-color: var(--ht-color-gray-400);--ht-collapse-button-close-hover-icon-active-color: var(--ht-color-gray-400);--ht-button-border-radius: 2px;--ht-button-horizontal-padding: 8px;--ht-button-vertical-padding: 2px;--ht-primary-button-border-color: var(--ht-color-transparent-0);--ht-primary-button-foreground-color: var(--ht-common-background);--ht-primary-button-background-color: var(--ht-common-accent);--ht-primary-button-disabled-border-color: var(--ht-color-transparent-0);--ht-primary-button-disabled-foreground-color: var(--ht-common-disabled);--ht-primary-button-disabled-background-color: var(--ht-color-gray-250);--ht-primary-button-hover-border-color: var(--ht-color-transparent-0);--ht-primary-button-hover-foreground-color: var(--ht-common-background);--ht-primary-button-hover-background-color: var(--ht-color-accent-500);--ht-primary-button-focus-border-color: var(--ht-common-background);--ht-primary-button-focus-foreground-color: var(--ht-common-background);--ht-primary-button-focus-background-color: var(--ht-common-accent);--ht-secondary-button-border-color: var(--ht-color-transparent-0);--ht-secondary-button-foreground-color: var(--ht-common-foreground);--ht-secondary-button-background-color: var(--ht-common-background);--ht-secondary-button-disabled-border-color: var(--ht-color-transparent-0);--ht-secondary-button-disabled-foreground-color: var(--ht-common-disabled);--ht-secondary-button-disabled-background-color: var(--ht-color-gray-250);--ht-secondary-button-hover-border-color: var(--ht-color-transparent-0);--ht-secondary-button-hover-foreground-color: var(--ht-common-foreground);--ht-secondary-button-hover-background-color: var(--ht-common-background-secondary);--ht-secondary-button-focus-border-color: var(--ht-color-transparent-0);--ht-secondary-button-focus-foreground-color: var(--ht-common-foreground);--ht-secondary-button-focus-background-color: var(--ht-common-background-secondary);--ht-comments-textarea-horizontal-padding: 8px;--ht-comments-textarea-vertical-padding: 2px;--ht-comments-textarea-border-width: 1px;--ht-comments-textarea-border-color: var(--ht-common-border);--ht-comments-textarea-foreground-color: var(--ht-common-foreground);--ht-comments-textarea-background-color: var(--ht-common-background);--ht-comments-textarea-focus-border-width: 1px;--ht-comments-textarea-focus-border-color: var(--ht-common-accent);--ht-comments-textarea-focus-foreground-color: var(--ht-common-foreground);--ht-comments-textarea-focus-background-color: var(--ht-common-background);--ht-comments-indicator-size: 6px;--ht-comments-indicator-color: var(--ht-common-foreground);--ht-license-horizontal-padding: var(--ht-bar-horizontal-padding);--ht-license-vertical-padding: var(--ht-bar-vertical-padding);--ht-license-foreground-color: var(--ht-common-foreground);--ht-license-background-color: var(--ht-common-background-secondary);--ht-link-color: var(--ht-color-accent-500);--ht-link-hover-color: var(--ht-color-accent-500);--ht-input-border-width: 1px;--ht-input-border-radius: var(--ht-checkbox-border-radius);--ht-input-horizontal-padding: 8px;--ht-input-vertical-padding: 2px;--ht-input-border-color: var(--ht-common-border);--ht-input-foreground-color: var(--ht-common-foreground);--ht-input-background-color: var(--ht-common-background-secondary);--ht-input-hover-border-color: var(--ht-common-border);--ht-input-hover-foreground-color: var(--ht-common-foreground);--ht-input-hover-background-color: var(--ht-common-background-secondary);--ht-input-disabled-border-color: var(--ht-common-border);--ht-input-disabled-foreground-color: var(--ht-common-disabled);--ht-input-disabled-background-color: var(--ht-color-gray-350);--ht-input-focus-border-color: var(--ht-common-accent);--ht-input-focus-foreground-color: var(--ht-common-foreground);--ht-input-focus-background-color: var(--ht-common-background-secondary);--ht-menu-border-width: 1px;--ht-menu-border-radius: 0;--ht-menu-horizontal-padding: 0;--ht-menu-vertical-padding: 2px;--ht-menu-item-horizontal-padding: 8px;--ht-menu-item-vertical-padding: 2px;--ht-menu-border-color: var(--ht-common-border);--ht-menu-shadow-x: var(--ht-shadow-x);--ht-menu-shadow-y: var(--ht-shadow-y);--ht-menu-shadow-blur: var(--ht-shadow-blur);--ht-menu-shadow-color: var(--ht-common-border);--ht-menu-item-hover-color: var(--ht-color-gray-800-4);--ht-menu-item-active-color: var(--ht-color-gray-800-8);--ht-dialog-semi-transparent-background-color: var(--ht-common-overlay);--ht-dialog-solid-background-color: var(--ht-common-background);--ht-dialog-content-padding-horizontal: 8px;--ht-dialog-content-padding-vertical: 8px;--ht-dialog-content-border-radius: 8px;--ht-dialog-content-background-color: var(--ht-common-background-secondary);--ht-pagination-bar-foreground-color: var(--ht-common-foreground);--ht-pagination-bar-background-color: var(--ht-common-background-secondary);--ht-pagination-bar-horizontal-padding: var(--ht-bar-horizontal-padding);--ht-pagination-bar-vertical-padding: var(--ht-bar-vertical-padding)}.ht-theme-classic-dark{--ht-color-transparent-0: rgba(0, 0, 0, 0);--ht-color-transparent-80: rgba(0, 0, 0, .8);--ht-color-gray-100: #0f0f10;--ht-color-gray-200: #222222;--ht-color-gray-250: #313131;--ht-color-gray-300: #404040;--ht-color-gray-350: #5c5c5c;--ht-color-gray-400: #777777;--ht-color-gray-500: #999999;--ht-color-gray-800: #dcdcdc;--ht-color-gray-900: #ffffff;--ht-color-gray-800-40: rgba(220, 220, 220, .4);--ht-color-gray-800-8: rgba(220, 220, 220, .16);--ht-color-gray-800-4: rgba(220, 220, 220, .12);--ht-color-gray-800-25: rgba(220, 220, 220, .25);--ht-color-accent-300: #6985b9;--ht-color-accent-350: #8ec1ff;--ht-color-accent-400: #7aadff;--ht-color-accent-500: #6a9bff;--ht-color-accent-400-40: rgba(122, 173, 255, .4);--ht-color-notification-search: rgba(255, 231, 34, .3);--ht-color-notification-error: rgba(255, 42, 52, .3);--ht-color-notification-success: rgba(66, 190, 101, .3);--ht-color-notification-warning: rgba(241, 194, 28, .3);--ht-color-notification-informational: rgba(122, 173, 255, .3);--ht-common-background-secondary: var(--ht-color-gray-200);--ht-common-foreground: var(--ht-color-gray-800);--ht-common-foreground-secondary: var(--ht-color-gray-500);--ht-common-background: var(--ht-color-gray-100);--ht-common-border: var(--ht-color-gray-300);--ht-common-accent: var(--ht-color-accent-400);--ht-common-disabled: var(--ht-color-gray-400);--ht-common-read-only: var(--ht-color-gray-500);--ht-common-placeholder: var(--ht-color-gray-400);--ht-common-shadow: var(--ht-color-transparent-80);--ht-common-overlay: var(--ht-color-transparent-80)}@media(prefers-color-scheme:dark){.ht-theme-classic-dark-auto{--ht-color-transparent-0: rgba(0, 0, 0, 0);--ht-color-transparent-80: rgba(0, 0, 0, .8);--ht-color-gray-100: #0f0f10;--ht-color-gray-200: #222222;--ht-color-gray-250: #313131;--ht-color-gray-300: #404040;--ht-color-gray-350: #5c5c5c;--ht-color-gray-400: #777777;--ht-color-gray-500: #999999;--ht-color-gray-800: #dcdcdc;--ht-color-gray-900: #ffffff;--ht-color-gray-800-40: rgba(220, 220, 220, .4);--ht-color-gray-800-8: rgba(220, 220, 220, .16);--ht-color-gray-800-4: rgba(220, 220, 220, .12);--ht-color-gray-800-25: rgba(220, 220, 220, .25);--ht-color-accent-300: #6985b9;--ht-color-accent-350: #8ec1ff;--ht-color-accent-400: #7aadff;--ht-color-accent-500: #6a9bff;--ht-color-accent-400-40: rgba(122, 173, 255, .4);--ht-color-notification-search: rgba(255, 231, 34, .3);--ht-color-notification-error: rgba(255, 42, 52, .3);--ht-color-notification-success: rgba(66, 190, 101, .3);--ht-color-notification-warning: rgba(241, 194, 28, .3);--ht-color-notification-informational: rgba(122, 173, 255, .3);--ht-common-background-secondary: var(--ht-color-gray-200);--ht-common-foreground: var(--ht-color-gray-800);--ht-common-foreground-secondary: var(--ht-color-gray-500);--ht-common-background: var(--ht-color-gray-100);--ht-common-border: var(--ht-color-gray-300);--ht-common-accent: var(--ht-color-accent-400);--ht-common-disabled: var(--ht-color-gray-400);--ht-common-read-only: var(--ht-color-gray-500);--ht-common-placeholder: var(--ht-color-gray-400);--ht-common-shadow: var(--ht-color-transparent-80);--ht-common-overlay: var(--ht-color-transparent-80)}}[class*=ht-theme-classic] .htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper:after,[class*=ht-theme-classic] .htContextMenu table tbody tr td.htSubmenu .htItemWrapper:after,[class*=ht-theme-classic] .htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper:after,[class*=ht-theme-classic] .pika-single .pika-next{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.64648 10.9393L9.93938 7.64644L6.64648 4.35354%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");background-color:currentColor}[class*=ht-theme-classic] .pika-single .pika-prev{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.93933 10.9393L6.64644 7.64644L9.93933 4.35354%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");background-color:currentColor}[class*=ht-theme-classic] .ht-page-size-section__select-wrapper:after{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.6%27%3E%3Cpath d=%27M11.5859 6L8.29304 9.29289L5.00015 6%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/svg%3E");background-color:currentColor}[class*=ht-theme-classic] .changeType:before{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.0002 6.66663C11.4262 6.66663 11.6487 7.15963 11.3917 7.47813L11.3537 7.52013L8.35372 10.5201C8.26762 10.6062 8.15307 10.6579 8.03156 10.6656C7.91005 10.6732 7.78992 10.6363 7.69372 10.5616L7.64672 10.5201L4.64672 7.52013L4.60522 7.47313L4.57822 7.43463L4.55122 7.38663L4.54272 7.36863L4.52922 7.33513L4.51322 7.28113L4.50822 7.25463L4.50322 7.22463L4.50122 7.19613V7.13713L4.50372 7.10813L4.50822 7.07813L4.51322 7.05213L4.52922 6.99813L4.54272 6.96463L4.57772 6.89863L4.61022 6.85363L4.64672 6.81313L4.69372 6.77163L4.73222 6.74463L4.78022 6.71763L4.79822 6.70913L4.83172 6.69563L4.88572 6.67963L4.91222 6.67463L4.94222 6.66963L4.97072 6.66763L11.0002 6.66663Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");background-color:currentColor}[class*=ht-theme-classic] .htUISelectCaption:after,[class*=ht-theme-classic] .htAutocompleteArrow:after{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.0002 6.66663C11.4262 6.66663 11.6487 7.15963 11.3917 7.47813L11.3537 7.52013L8.35372 10.5201C8.26762 10.6062 8.15307 10.6579 8.03156 10.6656C7.91005 10.6732 7.78992 10.6363 7.69372 10.5616L7.64672 10.5201L4.64672 7.52013L4.60522 7.47313L4.57822 7.43463L4.55122 7.38663L4.54272 7.36863L4.52922 7.33513L4.51322 7.28113L4.50822 7.25463L4.50322 7.22463L4.50122 7.19613V7.13713L4.50372 7.10813L4.50822 7.07813L4.51322 7.05213L4.52922 6.99813L4.54272 6.96463L4.57772 6.89863L4.61022 6.85363L4.64672 6.81313L4.69372 6.77163L4.73222 6.74463L4.78022 6.71763L4.79822 6.70913L4.83172 6.69563L4.88572 6.67963L4.91222 6.67463L4.94222 6.66963L4.97072 6.66763L11.0002 6.66663Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");background-color:currentColor}[class*=ht-theme-classic] .columnSorting.sortAction.ascending:before{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.00008 12.6667L8.00008 3.33335M8.00008 3.33335L5.33342 6.00002M8.00008 3.33335L10.6667 6.00002%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");background-color:currentColor}[class*=ht-theme-classic] .columnSorting.sortAction.descending:before{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.00004 3.33331V12.6666M8.00004 12.6666L10.6667 9.99998M8.00004 12.6666L5.33337 9.99998%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");background-color:currentColor}[class*=ht-theme-classic] .ht-page-navigation-section .ht-page-first:before{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.0713 4.64188L7.72115 7.99203L11.0713 11.3422M4.92936 4.08353L4.92936 11.3422%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");background-color:currentColor}[class*=ht-theme-classic] [dir=rtl] .ht-page-navigation-section .ht-page-first:before{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.9292 4.64188L8.27934 7.99203L4.9292 11.3422M11.0711 4.08353V11.3422%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");background-color:currentColor}[class*=ht-theme-classic] .ht-page-navigation-section .ht-page-prev:before{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.93933 10.9393L6.64644 7.64644L9.93933 4.35354%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");background-color:currentColor}[class*=ht-theme-classic] [dir=rtl] .ht-page-navigation-section .ht-page-prev:before{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.64648 10.9393L9.93938 7.64644L6.64648 4.35354%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");background-color:currentColor}[class*=ht-theme-classic] .ht-page-navigation-section .ht-page-next:before{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.64648 10.9393L9.93938 7.64644L6.64648 4.35354%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");background-color:currentColor}[class*=ht-theme-classic] [dir=rtl] .ht-page-navigation-section .ht-page-next:before{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.93933 10.9393L6.64644 7.64644L9.93933 4.35354%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");background-color:currentColor}[class*=ht-theme-classic] .ht-page-navigation-section .ht-page-last:before{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.9292 4.64188L8.27934 7.99203L4.9292 11.3422M11.0711 4.08353V11.3422%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");background-color:currentColor}[class*=ht-theme-classic] [dir=rtl] .ht-page-navigation-section .ht-page-last:before{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.0713 4.64188L7.72115 7.99203L11.0713 11.3422M4.92936 4.08353L4.92936 11.3422%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");background-color:currentColor}[class*=ht-theme-classic] .htDropdownMenu table tbody tr td .htItemWrapper span.selected:after,[class*=ht-theme-classic] .htContextMenu table tbody tr td .htItemWrapper span.selected:after,[class*=ht-theme-classic] .htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected:after{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M3.33337 8.00002L6.66671 11.3334L13.3334 4.66669%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");background-color:currentColor}[class*=ht-theme-classic] .htCheckboxRendererInput{-webkit-appearance:none;-moz-appearance:none;appearance:none}[class*=ht-theme-classic] .htCheckboxRendererInput:after{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5 8L7 10L11 6%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");background-color:currentColor}[class*=ht-theme-classic] th.beforeHiddenColumn:after{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width=%2710%27 height=%2710%27 viewBox=%270 0 10 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.08482 1.35771L6.11503 1.3551H6.17649L6.2067 1.35771L6.23795 1.36239L6.26503 1.3676L6.32128 1.38427L6.35618 1.39833L6.42493 1.43479L6.4718 1.46864L6.51399 1.50667L6.55722 1.55562L6.58534 1.59573L6.61347 1.64573L6.62232 1.66448L6.63639 1.69937L6.65305 1.75562L6.65826 1.78323L6.66347 1.81448L6.66555 1.84417L6.66659 1.87489V8.12489C6.66659 8.56864 6.15305 8.80042 5.82128 8.53271L5.77753 8.49312L2.65253 5.36812C2.56286 5.27844 2.50899 5.15912 2.50103 5.03254C2.49307 4.90596 2.53157 4.78083 2.6093 4.68062L2.65253 4.63167L5.77753 1.50667L5.82649 1.46344L5.86659 1.43531L5.91659 1.40719L5.93534 1.39833L5.97024 1.38427L6.02649 1.3676L6.05409 1.36239L6.08482 1.35771Z%27 fill=%27currentColor%27/%3E%3C/svg%3E");background-color:currentColor}[class*=ht-theme-classic] th.afterHiddenColumn:before{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width=%2710%27 height=%2710%27 viewBox=%270 0 10 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M3.33337 1.87499C3.33337 1.43124 3.84692 1.19947 4.17869 1.46718L4.22244 1.50676L7.34744 4.63176C7.43711 4.72145 7.49098 4.84077 7.49894 4.96735C7.5069 5.09392 7.4684 5.21905 7.39067 5.31926L7.34744 5.36822L4.22244 8.49322L4.17348 8.53645L4.13337 8.56457L4.08337 8.5927L4.06462 8.60155L4.02973 8.61562L3.97348 8.63228L3.94587 8.63749L3.91462 8.6427L3.88494 8.64478L3.85421 8.64582L3.82348 8.64478L3.79327 8.64218L3.76202 8.63749L3.73494 8.63228L3.67869 8.61562L3.64379 8.60155L3.57504 8.5651L3.52817 8.53124L3.48598 8.49322L3.44275 8.44426L3.41462 8.40416L3.3865 8.35416L3.37764 8.33541L3.36358 8.30051L3.34692 8.24426L3.34171 8.21666L3.3365 8.18541L3.33442 8.15572L3.33337 1.87499Z%27 fill=%27currentColor%27/%3E%3C/svg%3E");background-color:currentColor}[class*=ht-theme-classic] th.beforeHiddenRow:after{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%278%27 height=%278%27 viewBox=%270 0 8 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M3.76425 2.43099C3.82165 2.3736 3.89801 2.33913 3.97902 2.33403C4.06003 2.32894 4.14012 2.35358 4.20425 2.40333L4.23558 2.43099L6.23558 4.43099L6.26325 4.46233L6.28125 4.48799L6.29925 4.51999L6.30492 4.53199L6.31392 4.55433L6.32458 4.59033L6.32792 4.60799L6.33125 4.62799L6.33258 4.64699L6.33325 4.66666L6.33258 4.68633L6.33092 4.70566L6.32792 4.72566L6.32458 4.74299L6.31392 4.77899L6.30492 4.80133L6.28158 4.84533L6.25992 4.87533L6.23558 4.90233L6.20425 4.92999L6.17858 4.94799L6.14658 4.96599L6.13458 4.97166L6.11225 4.98066L6.07625 4.99133L6.05858 4.99466L6.03858 4.99799L6.01958 4.99933L5.99992 4.99999H1.99992C1.71592 4.99999 1.56758 4.67133 1.73892 4.45899L1.76425 4.43099L3.76425 2.43099Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");background-color:currentColor}[class*=ht-theme-classic] th.afterHiddenRow:before{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%278%27 height=%278%27 viewBox=%270 0 8 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5.9999 3C6.2839 3 6.43224 3.32867 6.2609 3.541L6.23557 3.569L4.23557 5.569C4.17817 5.62639 4.10181 5.66087 4.0208 5.66596C3.93979 5.67106 3.8597 5.64642 3.79557 5.59667L3.76424 5.569L1.76424 3.569L1.73657 3.53767L1.71857 3.512L1.70057 3.48L1.6949 3.468L1.6859 3.44567L1.67524 3.40967L1.6719 3.392L1.66857 3.372L1.66724 3.353V3.31367L1.6689 3.29433L1.6719 3.27433L1.67524 3.257L1.6859 3.221L1.6949 3.19867L1.71824 3.15467L1.7399 3.12467L1.76424 3.09767L1.79557 3.07L1.82124 3.052L1.85324 3.034L1.86524 3.02833L1.88757 3.01933L1.92357 3.00867L1.94124 3.00533L1.96124 3.002L1.98024 3.00067L5.9999 3Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");background-color:currentColor}[class*=ht-theme-classic] .collapsibleIndicator:before,[class*=ht-theme-classic] .ht_nestingButton:before{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.33325 8H11.6666%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");background-color:currentColor}[class*=ht-theme-classic] .collapsibleIndicator.collapsed:before,[class*=ht-theme-classic] .collapsibleIndicator.ht_nestingExpand:before,[class*=ht-theme-classic] .ht_nestingButton.collapsed:before,[class*=ht-theme-classic] .ht_nestingButton.ht_nestingExpand:before{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M7.49988 11.6667C7.49988 11.9428 7.72374 12.1667 7.99988 12.1667C8.27602 12.1667 8.49988 11.9428 8.49988 11.6667V8.50002H11.6666C11.9427 8.50002 12.1666 8.27616 12.1666 8.00002C12.1666 7.72388 11.9427 7.50002 11.6666 7.50002H8.49988V4.33337C8.49988 4.05723 8.27602 3.83337 7.99988 3.83337C7.72374 3.83337 7.49988 4.05723 7.49988 4.33337V7.50002H4.33325C4.05711 7.50002 3.83325 7.72388 3.83325 8.00002C3.83325 8.27616 4.05711 8.50002 4.33325 8.50002H7.49988V11.6667Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");background-color:currentColor}[class*=ht-theme-classic] .htUIRadio>input[type=radio]:after{width:var(--ht-icon-size);height:var(--ht-icon-size);-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Ccircle cx=%278%27 cy=%278%27 r=%274%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");background-color:currentColor}.prism-code-editor{overflow:auto;display:grid;background:var(--pce-bg);line-height:1.4;--_pse: var(--padding-inline, .75em);--_ns: var(--number-spacing, .75em);--padding-left: var(--_pse);--_sp: 0px;scroll-padding:var(--_sp);-webkit-user-select:none;-moz-user-select:none;user-select:none;isolation:isolate;white-space:pre}.show-line-numbers{--padding-left: calc(var(--_pse) + var(--number-width) + var(--_ns));scroll-padding-left:calc(var(--padding-left) + var(--_sp));grid:1fr / 0 1fr;counter-reset:line}.pce-focus{--_sp: var(--pce-scroll-padding, 2ch)}.pce-textarea{all:unset;box-sizing:border-box;height:100%;width:100%;color:#0000;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;overflow:hidden;pointer-events:auto;caret-color:var(--pce-cursor)}.pce-textarea::-moz-selection{background:var(--pce-selection);color:#0000}.pce-textarea::selection{background:var(--pce-selection);color:#0000}.pce-line,.pce-textarea{padding:0 var(--_pse) 0 var(--padding-left);position:relative}.show-line-numbers .pce-line:before{counter-increment:line;content:counter(line);display:inline-block;margin:0 0 0 calc(-1 * var(--padding-left));padding:0 var(--_ns) 0 0;box-sizing:border-box;color:var(--pce-line-number);text-align:end}.pce-wrap .pce-line:before{position:absolute;margin:0}.pce-overlays,.pce-overlays>*,pre.pce-guides .pce-line:after,.pce-no-selection .active-line:after,.active-line.match-highlight:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.show-line-numbers .pce-line:after{left:var(--padding-left)}.active-line:after{border:var(--pce-border-highlight);background:var(--pce-bg-highlight);z-index:-2}.selection-matches span{background:var(--pce-selection-match)}.pce-ac-tooltip{background:var(--pce-widget-bg);border:1px solid var(--pce-widget-border);pointer-events:auto;box-sizing:border-box;position:sticky;right:.5em;left:.5em;overflow:auto;border-radius:.3em;white-space:pre}.pce-ac-row[aria-selected]{background:#1094ff36;color:var(--pce-widget-color-active)}.pce-ac-row[aria-selected] .pce-ac-icon:before{color:var(--pce-widget-color-active)}.pce-ac-icon-namespace{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" d="m6 2.5a2 2 0 00-2 2V6a2 2 0 01-2 2 2 2 0 012 2v1.5a2 2 0 002 2m4-11a2 2 0 012 2V6a2 2 0 002 2 2 2 0 00-2 2v1.5a2 2 0 01-2 2"/></svg>')}.pce-ac-icon-unit{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" stroke-linejoin="bevel" d="m3.5 1.5h9v13h-9zm.5 2h4m-4 3h2m-2 3h4m-4 3h2"/></svg>')}.pce-ac-icon-parameter{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" stroke="red" fill="none"><path stroke-linejoin="bevel" d="m3.3 6.2L1.5 8l1.8 1.8m9.4 0 1.8-1.8-1.8-1.8"/><path d="m5.5 6V4.5h5V6M8 5v6.5h1.5-3m.5 0a1 1 0 001-1 1 1 0 001 1m1.5-6a1 1 0 00-1-1m-3 0a1 1 0 00-1 1"/></svg>')}.pce-ac-icon-snippet{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" stroke-linejoin="bevel" d="m2.5 13V1.5h12V13M2 14.5h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1"/></svg>')}.pce-ac-icon-enum{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m2 7h6l1 1v5l-1 1H2l-1-1V8zv6h6V8H2zm1 2h4v1H3zm0 2h4v1H3zm4-5V3l1-1h6l1 1v5l-1 1h-4V8h4V3H8v3zm2-2h4v1H9zm0 2h4v1H9.41L9 6.59z"/></svg>')}.pce-ac-icon-interface{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" d="m4 8h4.5a3 3 0 016 0 3 3 0 01-6 0"/><circle cx="3" cy="8" r="2"/></svg>')}.pce-ac-icon-constant{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" stroke-linejoin="bevel" d="m1.5 3.5h13v9h-13zm2.5 3h8m0 3H4"/></svg>')}.pce-ac-icon-class{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" stroke-linejoin="bevel" d="m5.5 1.5 2 2-4 4-2-2 4-4zm0 4v7h5.5m-.5.5 2.5-2.5 1.5 1.5-2.5 2.5zm-5-5.5h5.5m-.5.5 2.5-2.5 1.5 1.5-2.5 2.5z"/></svg>')}.pce-ac-icon-property{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" d="m7.24 6.86a3.8 3.8 0 015.02-5.02l-2.8 2.8 1.9 1.9 2.8-2.8a3.8 3.8 0 01-5.02 5.02l-5.35 5.35a.95.95 0 01-1.9-1.9z"/></svg>')}.pce-ac-icon-variable{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" stroke-linejoin="bevel" d="m4 4.5H1.5v8H4m8 0h2.5v-8H12m-3 1L11.5 7v2.5l-4.5 2L4.5 10V7.5zm-4.5 2L7 9v2.5M7 9l4.5-2"/></svg>')}.pce-ac-icon-function{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" stroke-linejoin="bevel" d="m8 1.25l5.5 3.3v6.6l-5.5 3.3-5.5-3.3v-6.6zM2.5 4.85l5.5 3v6.5m0-6.5l5.5-3"/></svg>')}.pce-ac-icon-keyword{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" d="m1.5 2.5h6v2h-6zm8.5 1h5m-14 4h11m-11 3h6m3 0h5m-3 3h2m-13 0h9"/></svg>')}.pce-ac-icon-text{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" d="m1.55 7a1.2 1.2 0 011.2-.8h.6a1.2 1.2 0 011.2 1.2v3.72m0-3.09-2 .3a1.2 1.2 0 000 2.39h.1a1.9 1.9 0 001.9-2m1.7-5.2v7.6m1.85-.4a1.85 2.3 0 010-4.6 1.85 2.3 0 010 4.6m6.6-.8a1.85 2.3 0 110-3"/></svg>')}.pce-ac-icon-event{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" stroke-linejoin="bevel" d="m3.9 14.1 2.5-4.6H3.55l3.9-8h4.53l-3.29 5h3.97l-7.97 8.17"/></svg>')}.ingestro__on-results .overflow-guard{border-top-left-radius:8px;border-top-right-radius:8px}.ingestro__on-results .monaco-editor{border-top-left-radius:9px;border-top-right-radius:9px}.ingestro__code-editor{position:relative}.ingestro__code-editor--placeholder{position:absolute;display:none;white-space:pre-wrap;top:8px;left:10px;right:8px;font-size:12px;color:var(--ingestro-neutral-400);pointer-events:none;-webkit-user-select:none;user-select:none;font-family:Menlo,Monaco,Courier New,monospace}.ingestro__editor-wrapper--no-footer .ingestro__code-editor .monaco-editor,.ingestro__editor-wrapper--no-footer .ingestro__code-editor .overflow-guard,.ingestro__editor-wrapper--no-footer .ingestro__code-editor{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.ingestro__code-editor .monaco-editor-overlaymessage{display:none!important}.ingestro__code-editor .monaco-editor{outline-width:0px!important}.ingestro__code-editor .monaco-editor,.ingestro__code-editor .overflow-guard,.ingestro__code-editor{border-top-left-radius:8px;border-top-right-radius:8px}.ingestro__editor-wrapper .ingestro__code-editor .monaco-editor,.ingestro__editor-wrapper .ingestro__code-editor .overflow-guard,.ingestro__editor-wrapper .ingestro__code-editor{border-top-left-radius:0;border-top-right-radius:0}.ingestro__editor-wrapper.ingestro__editor-wrapper--has-footer .ingestro__code-editor .monaco-editor,.ingestro__editor-wrapper.ingestro__editor-wrapper--has-footer .ingestro__code-editor .overflow-guard,.ingestro__editor-wrapper.ingestro__editor-wrapper--has-footer .ingestro__code-editor{border-bottom-left-radius:0;border-bottom-right-radius:0}.ingestro-tdm__description a{font-weight:600}.ingestro-formElement__language .ingestro-formElement__adornment,.ingestro-formElement__contextualEngine .ingestro-formElement__adornment{margin-inline-start:0}.ingestro-formElement__contextualEngine .ingestro-formElement__label{justify-content:space-between}.ingestro-formElement__language .ingestro-formElement__label{gap:0;justify-content:space-between}.customize-modal .ingestro-input__input{height:40px}.importer-customize-modal__separator_landscape{height:1px;width:100%;margin:16px 0;background-color:var(--ingestro-neutral-100)}.importer-customize-modal~div .ingestro-select__option-tooltip{color:inherit;text-align:center;font-size:12px;word-break:normal}.importer-customize-modal~div .ingestro-tooltip__content{max-width:400px!important}.importer-customize-modal__column-mapping-configuration{display:grid;grid-template-columns:1fr 1fr;gap:16px;column-gap:32px;overflow:hidden}.importer-customize-modal__column-mapping-configuration-item{position:relative}.importer-customize-modal__column-mapping-configuration-item-divider:before{content:"";position:absolute;background-color:#f2f2f2;z-index:1;inline-size:1px;block-size:100vh;inset-inline-start:-16px}.importer-customize-modal__column-mapping-configuration-desc>svg{width:16px;height:16px}.importer-customize-modal__column-mapping-configuration-desc__title{font-size:12px;font-weight:600;display:flex;color:var(--ingestro-neutral-700)}.importer-customize-modal__column-mapping-configuration-desc__title>svg{width:16px;height:16px;margin-right:8px}.importer-customize-modal__column-mapping-configuration-desc__desc{color:var(--ingestro-neutral-500);font-size:12px;margin-left:24px;margin-top:4px}.importer-customize-modal__mapping-layers__option-header{display:flex;height:28px;align-items:center;gap:10px;align-self:stretch;background:var(--ingestro-primary-50);color:var(--ingestro-primary-900);font-size:12px;padding:8px 16px}.ingestro-formElement__mapping-threshold .ingestro-input-number__arrow-control svg{width:14px;height:14px}.importer-customize-modal~div .ingestro-tooltip.select__option--disabled{pointer-events:none}.ingestro-formElement__language{width:400px}.customize-text-modal .ingestro-dialog__title{font-size:28px;font-weight:600}.customize-text-modal.ingestro-dialog__overlay{background:transparent}.customize-text-modal .ingestro-dialog__content{max-width:unset;width:calc(100% - 80px);min-width:min(1200px,calc(100% - 24px));padding-left:0;padding-right:0;min-height:calc(100% - 24px);gap:0;height:100vh;overflow:hidden}.customize-text-modal .ingestro-dialog__body{padding-right:0;width:100%;display:flex;flex-direction:column}.customize-text-modal .ingestro-dialog__subtitle{margin-top:8px;font-size:14px;line-height:normal}.customize-text-modal .nuvo-dialog__footer-buttons{padding-top:24px}.customize-text-modal__toolbar{display:flex;padding:12px 16px;justify-content:space-between}.customize-text-modal__search-wrapper{position:relative;flex:1;max-width:400px}.customize-text-modal__search-clear{position:absolute;right:4px;top:50%;transform:translateY(-50%)}.customize-text-modal__language-selector{min-width:200px}.customize-text-modal__controls{display:flex;justify-content:space-between;align-items:center;gap:3px}.customize-text-modal__table-wrapper{flex:1;height:100%;padding:1rem}.customize-text-modal__table{width:100%;border-collapse:collapse}.customize-text-modal__table thead{position:sticky;top:0;background:#f9fafb;z-index:10}.customize-text-modal__table th{padding:12px 16px;text-align:left;font-weight:600;font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e5e7eb}.customize-text-modal__table td{padding:12px 16px;border-bottom:1px solid #f3f4f6;vertical-align:top}.customize-text-modal__table tbody tr:hover{background:#f9fafb}.customize-text-modal__key-cell{max-width:300px}.customize-text-modal__key-text{font-family:Monaco,Courier New,monospace;font-size:12px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customize-text-modal__default-cell{max-width:350px;font-size:14px;color:#374151}.customize-text-modal__custom-cell{max-width:350px}.customize-text-modal__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;gap:1rem}.customize-text-modal__spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.customize-text-modal__no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;gap:.5rem;color:#6b7280}.customize-text-modal__no-results p:first-child{font-size:16px;font-weight:500;color:#374151}.customize-text-modal__table-root{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.customize-text-modal__table-root .ingestro-table-editable__cellHead{background:#fff!important}.customize-text-modal__table-root .ingestro-table-editable__headText{font-weight:600}.customize-text-modal__table-root .ingestro-table-editable__row>div:nth-child(2){border-left:1px solid #e5e7eb}.customize-text-modal__table-root .ingestro-table-editable__row>div:nth-last-child(1){border-right:0px!important;border-left:1px solid #e5e7eb}.customize-text-modal__table-root .ingestro-table-editable__tableHead{border-bottom:1px solid #e5e7eb;z-index:20}.customize-text-modal__table-root .ingestro-table-editable__tableHead .ingestro-table-editable__cell{height:44px}.customize-text-modal__table-root .ingestro-table-editable__tableBody .ingestro-table-editable__row-wrapper .ingestro-table-editable__cell{border-bottom:1px solid #e5e7eb}.customize-text-modal__table-root .ingestro-table-editable__tableBody .ingestro-table-editable__row .ingestro-table-editable__cell{text-wrap:auto;padding:8px 16px;overflow:hidden;color:var(--ingestro-neutral-700, #545454);text-overflow:ellipsis;min-height:40px;height:auto;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:143%}.customize-text-modal__table-wrapper>.ingestro-table-editable{height:100%}.customize-text-modal__language-select .ingestro-select__toggle,.customize-text-modal__language-select .ingestro-select__option{height:32px;font-size:14px}.customize-text-modal__textarea{width:100%;min-height:30px;height:100%;gap:0}.customize-text-modal__textarea .ingestro-textarea__clearButton-wrapper{position:absolute;right:0}.customize-text-modal__textarea .ingestro-textarea__clearButton-wrapper>button:hover{background:transparent}.ingestro-table-editable__cell:has(.customize-text-modal__textarea-wrapper){overflow:visible!important;padding-top:4px!important;padding-bottom:4px!important}.customize-text-modal__textarea-wrapper{height:23px}.customize-text-modal__textarea>textarea{resize:none;z-index:10;background-color:#fff!important;field-sizing:content!important;max-height:5lh;padding-right:24px!important;position:absolute;height:auto;min-height:100%}.customize-text-modal__textarea-wrapper .ingestro-textarea__clearButton-wrapper{z-index:20;height:30px}.customize-text-modal__textarea-wrapper .ingestro-textarea__clearButton-wrapper>button{height:30px}.customize-text-table__empty-state-title{color:var(--ingestro-neutral-900, #2d2d2d);text-align:center;font-family:Inter,sans-serif;font-size:23px;font-style:normal;font-weight:600;line-height:125%;letter-spacing:-.46px}.customize-text-table__empty-state-desc{color:var(--ingestro-neutral-500, #8d8d8d);text-align:center;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:143%}.ingestro__preload-data .overflow-guard{border-top-left-radius:8px;border-top-right-radius:8px}.ingestro__preload-data .monaco-editor{border-top-left-radius:9px;border-top-right-radius:9px}.ingestro-styling__separator{height:72px;width:1px;margin:0 16px;background-color:var(--ingestro-neutral-100)}.ingestro-styling__separator_invisible{height:72px;width:1px;margin:0 16px;background-color:transparent}.ingestro-picker__color-selector{z-index:1}.ingestro-styling__separator_landscape{height:1px;width:100%;margin:24px 0;background-color:var(--ingestro-neutral-100)}.ingestro-checkbox>div .ingestro-tooltip{pointer-events:all}.ingestro-select__toggle.ingestro-select__toggle--disabled{background-color:var(--ingestro-neutral-100)!important;border-color:var(--ingestro-neutral-200)!important}.ingestro-select__toggle .ingestro-tooltip{pointer-events:all}.importer-customize-modal .ingestro-dialog__content{max-width:1200px;width:calc(100% - 24px);padding-left:0;padding-right:0;min-height:calc(100% - 24px);gap:0;height:100vh;overflow:hidden}.importer-customize-modal .ingestro-dialog__body{padding-right:0;width:100%;display:flex;flex-direction:column}.importer-customize-modal .ingestro-dialog__subtitle{margin-top:8px;font-size:14px;line-height:normal}.importer-customize-modal .nuvo-dialog__footer-buttons{padding-top:24px}.importer-export-modal .ingestro-dialog__content{max-width:1200px;width:calc(100% - 24px);padding-left:0;padding-right:0;min-height:calc(100% - 24px);gap:0}.importer-export-modal .ingestro-dialog__body{padding-right:0;width:100%;display:flex;flex-direction:column}.importer-export-modal .ingestro-dialog__subtitle{font-size:14px;margin-top:0}.importer-export-modal .ingestro-dialog__title{margin-bottom:8px}.importer-export-modal .ingestro-dialog__footer-buttons{justify-content:space-between;align-items:center}.ingestro-missing-tdm{height:681px;display:flex;justify-content:center;align-items:center}.ingestro-missing-tdm__description{max-width:440px}.ingestro-importer-detail__load-spacing{height:681px}.ingestro-importer__cleaning-assistant-badge{margin-top:8px}.ingestro-importer__cleaning-assistant-badge:hover{background-color:#fef3c7!important;color:#f59e0b!important;border-color:#fef3c7!important}.ingestro-importer__cleaning-assistant-badge .ingestro-tag__remove{border-radius:4px!important}.ingestro-importer__cleaning-assistant-badge .ingestro-tag__remove:hover{background-color:#fffbeb!important}#ingestro-app-root-element #ingestro-footer-root,#ingestro-app-root-element #match-form-footer{max-width:unset}.data-review .ht_clone_inline_start.ht_clone_left.handsontable{max-height:calc(100% - 8px)!important}.header-selection-page .spread-data-sheet .handsontable tr:first-child th,.header-selection-page .spread-data-sheet .handsontable .htCore tr:first-child td{border-top-width:2px!important}#nuvo-root-element,#match-form-footer,#nuvo-footer-root{max-width:unset}#nuvo-app-root-element .text-left:has([data-steps=upload]),#nuvo-root-element[data-steps=upload],#nuvo-root-element[data-steps=upload]>div,#nuvo-root-element[data-steps=upload]>div>div:first-of-type{height:100%}#nuvo-root-element[data-steps=upload]>div>div,#nuvo-root-element[data-steps=upload]>div>div>div.min-h-500>div{display:flex;flex-direction:column}#nuvo-root-element[data-steps=upload]>div>div>div.min-h-500,#nuvo-root-element[data-steps=upload]>div>div>div.min-h-500>div,#nuvo-root-element[data-steps=upload]>div>div>div.min-h-500>div>div[role=presentation]{height:100%}#nuvo-app-root-element:has([data-steps=header-selection]){height:100%!important}#nuvo-app-root-element .text-left:has([data-steps=match-columns]){height:calc(100% - 90px)}#nuvo-root-element[data-steps=match-columns]>div,#nuvo-root-element[data-steps=match-columns]>div>div,#nuvo-root-element[data-steps=match-columns]>div>div div[role=region]{height:100%!important}#nuvo-root-element[data-steps=match-columns]>div>div div[role=region] form{height:calc(100% - 90px)}#nuvo-root-element[data-steps=match-columns]>div>div div[role=region] form>div{height:calc(100% - 90px);overflow:auto}.ImportersActionButton_bulk-action-divider__tX7zO{border-top:1px solid var(--border-color-default, #e5e7eb)}.BulkActionToolbar_root__q22Nh{align-items:center;display:flex;justify-content:space-between;width:100%}.BulkActionToolbar_summary__10YTi{align-items:baseline;color:var(--text-color-neutral, #2d2d2d);display:flex;font-weight:var(--font-semi-bold, 600);gap:var(--spacing-8, 8px)}.BulkActionToolbar_actions__mU8R_{display:flex;gap:var(--spacing-8, 8px)}.BulkActionToolbar_selection-actions__XeG00,.BulkActionToolbar_selection-action-group__2IP84{align-items:baseline;display:flex}.BulkActionToolbar_selection-action-group__2IP84{color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400)}.BulkActionToolbar_selection-action__UrcZc{background:none;border:none;color:inherit;cursor:pointer;font:inherit;padding:0;text-decoration:none}.BulkActionToolbar_selection-action__UrcZc:hover{color:var(--text-color-neutral, #2d2d2d);text-decoration:underline}.BulkActionToolbar_selection-action__UrcZc:focus-visible{outline:1px solid var(--feedback-primary);outline-offset:-1px}.BulkActionsMenu_wrapper__vOo7-{padding-top:var(--spacing-4, 4px)}.BulkActionsMenu_menu__sDE3N{width:calc(var(--spacing-40, 40px) * 4);border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-xs, 4px);background:var(--surface-color-default, #fff);box-shadow:var(--shadow-dropdown, 0 4px 12px rgba(0, 0, 0, .08));font-size:var(--font-size-default, 16px)}.BulkActionsMenu_action__II3fw{width:100%!important;justify-content:flex-start!important;padding:var(--spacing-8, 8px)!important}.BulkActionsMenu_action__II3fw>span{font-weight:var(--font-regular, 400)}.BulkOperationProgressDialog_progress-count__VDSUI{color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px);margin-top:var(--spacing-sm, 12px);text-align:center}.ingestro__empty-list-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.ingestro__empty-list-content{display:flex;flex-direction:column;align-items:center;gap:16px}.ingestro__empty-list-text{display:flex;flex-direction:column;gap:16px}.ingestro__empty-list-text--small{gap:8px}.ingestro__empty-list-graphic--small{width:100px;height:auto}.ingestro__empty-list-title{color:var(--ingestro-neutral-900, var(--ingestro-neutral-900, #2d2d2d));text-align:center;font-size:23px;font-style:normal;font-weight:600;line-height:125%;letter-spacing:-.46px}.ingestro__empty-list-title--small{color:var(--ingestro-neutral-900, #2d2d2d);text-align:center;font-size:14px;font-style:normal;font-weight:600;line-height:143%}.ingestro__empty-list-description{color:var(--ingestro-neutral-500, #8d8d8d);text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:143%}.ingestro__empty-list-description--small{color:var(--ingestro-neutral-500, #8d8d8d);text-align:center;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:143%}.ingestro-dp-frontend .ingestro__dp2__pipelines .ingestro-pipeline-details .ingestro__pipeline-details-header,.ingestro-dp-frontend .ingestro__dp2__pipelines .ingestro-pipeline-details .ingestro__pipeline-details-header-skeleton{padding-top:0}.ingestro-dp-frontend .ingestro__dp2__pipelines .ingestro-pipeline-details .ingestro-execution-list{min-height:auto}.ingestro-dp-frontend .ingestro__dp2-base{display:flex;flex-direction:column;flex:1 1 auto;border-top:1px solid var(--ingestro-neutral-100);position:relative;overflow:hidden;max-height:calc(100vh - 74px)}.ingestro-dp-frontend .ingestro__dp2-base>.ingestro-dp{min-height:0!important;flex:1}.ingestro-dp-frontend .ingestro__dp2-base .ingestro__connector-list-table,.ingestro-dp-frontend .ingestro__dp2-base .ingestro__pipeline-list-table,.ingestro-dp-frontend .ingestro__dp2-base .ingestro__tdm-list__table,.ingestro-dp-frontend .ingestro__dp2-base .ingestro__tdm-details__table{flex:unset}.ingestro-dp-frontend .ingestro__dp2-base .ingestro__connector-list-table:has(.ingestro-table__emptyState),.ingestro-dp-frontend .ingestro__dp2-base .ingestro__pipeline-list-table:has(.ingestro-table__emptyState),.ingestro-dp-frontend .ingestro__dp2-base .ingestro__tdm-list__table:has(.ingestro-table__emptyState),.ingestro-dp-frontend .ingestro__dp2-base .ingestro__tdm-details__table:has(.ingestro-table__emptyState){max-height:650px;flex:1 auto}.ingestro-dp-frontend .ingestro__dp2-base .ingestro__breadcrumb__container{width:100%;padding:16px 20px 8px}.ingestro-dp-frontend .ingestro-tooltip__content{box-sizing:content-box!important}.ingestro__dp2__setup-embed .ingestro-code-editor__container,.ingestro__dp2__setup-code .ingestro-code-editor__container{border:0px!important}.monaco-editor{font-family:-apple-system,BlinkMacSystemFont,Segoe WPC,Segoe UI,HelveticaNeue-Light,system-ui,Ubuntu,Droid Sans,sans-serif;--monaco-monospace-font: "SF Mono", Monaco, Menlo, Consolas, "Ubuntu Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace}.monaco-menu .monaco-action-bar.vertical .action-item .action-menu-item:focus .action-label{stroke-width:1.2px}.monaco-editor.vs-dark .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label,.monaco-editor.hc-black .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label,.monaco-editor.hc-light .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label{stroke-width:1.2px}.monaco-hover p{margin:0}.monaco-aria-container{position:absolute!important;top:0;height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%)}.monaco-editor,.monaco-diff-editor .synthetic-focus,.monaco-diff-editor [tabindex="0"]:focus,.monaco-diff-editor [tabindex="-1"]:focus,.monaco-diff-editor button:focus,.monaco-diff-editor input[type=button]:focus,.monaco-diff-editor input[type=checkbox]:focus,.monaco-diff-editor input[type=search]:focus,.monaco-diff-editor input[type=text]:focus,.monaco-diff-editor select:focus,.monaco-diff-editor textarea:focus{outline-width:1px;outline-style:solid;outline-offset:-1px;outline-color:var(--vscode-focusBorder);opacity:1}.monaco-aria-container{position:absolute;left:-999em}::-ms-clear{display:none}.monaco-editor .editor-widget input{color:inherit}.monaco-editor{position:relative;overflow:visible;-webkit-text-size-adjust:100%;color:var(--vscode-editor-foreground);background-color:var(--vscode-editor-background);overflow-wrap:initial}.monaco-editor-background{background-color:var(--vscode-editor-background)}.monaco-editor .rangeHighlight{background-color:var(--vscode-editor-rangeHighlightBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-rangeHighlightBorder)}.monaco-editor.hc-black .rangeHighlight,.monaco-editor.hc-light .rangeHighlight{border-style:dotted}.monaco-editor .symbolHighlight{background-color:var(--vscode-editor-symbolHighlightBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-symbolHighlightBorder)}.monaco-editor.hc-black .symbolHighlight,.monaco-editor.hc-light .symbolHighlight{border-style:dotted}.monaco-editor .overflow-guard{position:relative;overflow:hidden}.monaco-editor .view-overlays{position:absolute;top:0}.monaco-editor .view-overlays>div,.monaco-editor .margin-view-overlays>div{position:absolute;width:100%}.monaco-editor .squiggly-error{border-bottom:4px double var(--vscode-editorError-border)}.monaco-editor .squiggly-error:before{display:block;content:"";width:100%;height:100%;background:var(--vscode-editorError-background)}.monaco-editor .squiggly-warning{border-bottom:4px double var(--vscode-editorWarning-border)}.monaco-editor .squiggly-warning:before{display:block;content:"";width:100%;height:100%;background:var(--vscode-editorWarning-background)}.monaco-editor .squiggly-info{border-bottom:4px double var(--vscode-editorInfo-border)}.monaco-editor .squiggly-info:before{display:block;content:"";width:100%;height:100%;background:var(--vscode-editorInfo-background)}.monaco-editor .squiggly-hint{border-bottom:2px dotted var(--vscode-editorHint-border)}.monaco-editor.showUnused .squiggly-unnecessary{border-bottom:2px dashed var(--vscode-editorUnnecessaryCode-border)}.monaco-editor.showDeprecated .squiggly-inline-deprecated{text-decoration:line-through;text-decoration-color:var(--vscode-editor-foreground, inherit)}.monaco-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.monaco-scrollable-element>.visible{opacity:1;background:#0000;transition:opacity .1s linear;z-index:11}.monaco-scrollable-element>.invisible{opacity:0;pointer-events:none}.monaco-scrollable-element>.invisible.fade{transition:opacity .8s linear}.monaco-scrollable-element>.shadow{position:absolute;display:none}.monaco-scrollable-element>.shadow.top{display:block;top:0;left:3px;height:3px;width:100%;box-shadow:var(--vscode-scrollbar-shadow) 0 6px 6px -6px inset}.monaco-scrollable-element>.shadow.left{display:block;top:3px;left:0;height:100%;width:3px;box-shadow:var(--vscode-scrollbar-shadow) 6px 0 6px -6px inset}.monaco-scrollable-element>.shadow.top-left-corner{display:block;top:0;left:0;height:3px;width:3px}.monaco-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow) 6px 0 6px -6px inset}.monaco-scrollable-element>.scrollbar>.slider{background:var(--vscode-scrollbarSlider-background)}.monaco-scrollable-element>.scrollbar>.slider:hover{background:var(--vscode-scrollbarSlider-hoverBackground)}.monaco-scrollable-element>.scrollbar>.slider.active{background:var(--vscode-scrollbarSlider-activeBackground)}.monaco-editor .inputarea{min-width:0;min-height:0;margin:0;padding:0;position:absolute;outline:none!important;resize:none;border:none;overflow:hidden;color:transparent;background-color:transparent;z-index:-10}.monaco-editor .inputarea.ime-input{z-index:10;caret-color:var(--vscode-editorCursor-foreground);color:var(--vscode-editor-foreground)}.monaco-editor .margin-view-overlays .line-numbers{bottom:0;font-variant-numeric:tabular-nums;position:absolute;text-align:right;display:inline-block;vertical-align:middle;box-sizing:border-box;cursor:default}.monaco-editor .relative-current-line-number{text-align:left;display:inline-block;width:100%}.monaco-editor .margin-view-overlays .line-numbers.lh-odd{margin-top:1px}.monaco-editor .line-numbers{color:var(--vscode-editorLineNumber-foreground)}.monaco-editor .line-numbers.active-line-number{color:var(--vscode-editorLineNumber-activeForeground)}.monaco-editor .margin{background-color:var(--vscode-editorGutter-background)}.monaco-mouse-cursor-text{cursor:text}.monaco-editor .blockDecorations-container{position:absolute;top:0;pointer-events:none}.monaco-editor .blockDecorations-block{position:absolute;box-sizing:border-box}.monaco-editor .view-overlays .current-line,.monaco-editor .margin-view-overlays .current-line{display:block;position:absolute;left:0;top:0;box-sizing:border-box;height:100%}.monaco-editor .margin-view-overlays .current-line.current-line-margin.current-line-margin-both{border-right:0}.monaco-editor .lines-content .cdr{position:absolute;height:100%}.monaco-editor .glyph-margin{position:absolute;top:0}.monaco-editor .glyph-margin-widgets .cgmr{position:absolute;display:flex;align-items:center;justify-content:center}.monaco-editor .glyph-margin-widgets .cgmr.codicon-modifier-spin:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.monaco-editor .lines-content .core-guide{position:absolute;box-sizing:border-box;height:100%}.mtkcontrol{color:#fff!important;background:#960000!important}.mtkoverflow{background-color:var(--vscode-button-background, var(--vscode-editor-background));color:var(--vscode-button-foreground, var(--vscode-editor-foreground));border-width:1px;border-style:solid;border-color:var(--vscode-contrastBorder);border-radius:2px;padding:4px;cursor:pointer}.mtkoverflow:hover{background-color:var(--vscode-button-hoverBackground)}.monaco-editor.no-user-select .lines-content,.monaco-editor.no-user-select .view-line,.monaco-editor.no-user-select .view-lines{-moz-user-select:none;user-select:none;-webkit-user-select:none}.monaco-editor.mac .lines-content:hover,.monaco-editor.mac .view-line:hover,.monaco-editor.mac .view-lines:hover{-moz-user-select:text;user-select:text;-webkit-user-select:text;-ms-user-select:text}.monaco-editor.enable-user-select{-moz-user-select:initial;user-select:initial;-webkit-user-select:initial}.monaco-editor .view-lines{white-space:nowrap}.monaco-editor .view-line{position:absolute;width:100%}.monaco-editor .lines-content>.view-lines>.view-line>span{top:0;bottom:0;position:absolute}.monaco-editor .mtkw{color:var(--vscode-editorWhitespace-foreground)!important}.monaco-editor .mtkz{display:inline-block;color:var(--vscode-editorWhitespace-foreground)!important}.monaco-editor .lines-decorations{position:absolute;top:0;background:#fff}.monaco-editor .margin-view-overlays .cldr{position:absolute;height:100%}.monaco-editor .margin-view-overlays .cmdr{position:absolute;left:0;width:100%;height:100%}.monaco-editor .minimap.slider-mouseover .minimap-slider{opacity:0;transition:opacity .1s linear}.monaco-editor .minimap.slider-mouseover:hover .minimap-slider,.monaco-editor .minimap.slider-mouseover .minimap-slider.active{opacity:1}.monaco-editor .minimap-slider .minimap-slider-horizontal{background:var(--vscode-minimapSlider-background)}.monaco-editor .minimap-slider:hover .minimap-slider-horizontal{background:var(--vscode-minimapSlider-hoverBackground)}.monaco-editor .minimap-slider.active .minimap-slider-horizontal{background:var(--vscode-minimapSlider-activeBackground)}.monaco-editor .minimap-shadow-visible{box-shadow:var(--vscode-scrollbar-shadow) -6px 0 6px -6px inset}.monaco-editor .minimap-shadow-hidden{position:absolute;width:0}.monaco-editor .minimap-shadow-visible{position:absolute;left:-6px;width:6px}.monaco-editor.no-minimap-shadow .minimap-shadow-visible{position:absolute;left:-1px;width:1px}.minimap.autohide{opacity:0;transition:opacity .5s}.minimap.autohide:hover{opacity:1}.monaco-editor .minimap{z-index:5}.monaco-editor .overlayWidgets{position:absolute;top:0;left:0}.monaco-editor .view-ruler{position:absolute;top:0;box-shadow:1px 0 0 0 var(--vscode-editorRuler-foreground) inset}.monaco-editor .scroll-decoration{position:absolute;top:0;left:0;height:6px;box-shadow:var(--vscode-scrollbar-shadow) 0 6px 6px -6px inset}.monaco-editor .lines-content .cslr{position:absolute}.monaco-editor .focused .selected-text{background-color:var(--vscode-editor-selectionBackground)}.monaco-editor .selected-text{background-color:var(--vscode-editor-inactiveSelectionBackground)}.monaco-editor .top-left-radius{border-top-left-radius:3px}.monaco-editor .bottom-left-radius{border-bottom-left-radius:3px}.monaco-editor .top-right-radius{border-top-right-radius:3px}.monaco-editor .bottom-right-radius{border-bottom-right-radius:3px}.monaco-editor.hc-black .top-left-radius{border-top-left-radius:0}.monaco-editor.hc-black .bottom-left-radius{border-bottom-left-radius:0}.monaco-editor.hc-black .top-right-radius{border-top-right-radius:0}.monaco-editor.hc-black .bottom-right-radius{border-bottom-right-radius:0}.monaco-editor.hc-light .top-left-radius{border-top-left-radius:0}.monaco-editor.hc-light .bottom-left-radius{border-bottom-left-radius:0}.monaco-editor.hc-light .top-right-radius{border-top-right-radius:0}.monaco-editor.hc-light .bottom-right-radius{border-bottom-right-radius:0}.monaco-editor .cursors-layer{position:absolute;top:0}.monaco-editor .cursors-layer>.cursor{position:absolute;overflow:hidden;box-sizing:border-box}.monaco-editor .cursors-layer.cursor-smooth-caret-animation>.cursor{transition:all 80ms}.monaco-editor .cursors-layer.cursor-block-outline-style>.cursor{background:transparent!important;border-style:solid;border-width:1px}.monaco-editor .cursors-layer.cursor-underline-style>.cursor{border-bottom-width:2px;border-bottom-style:solid;background:transparent!important}.monaco-editor .cursors-layer.cursor-underline-thin-style>.cursor{border-bottom-width:1px;border-bottom-style:solid;background:transparent!important}@keyframes monaco-cursor-smooth{0%,20%{opacity:1}60%,to{opacity:0}}@keyframes monaco-cursor-phase{0%,20%{opacity:1}90%,to{opacity:0}}@keyframes monaco-cursor-expand{0%,20%{transform:scaleY(1)}80%,to{transform:scaleY(0)}}.cursor-smooth{animation:monaco-cursor-smooth .5s ease-in-out 0s 20 alternate}.cursor-phase{animation:monaco-cursor-phase .5s ease-in-out 0s 20 alternate}.cursor-expand>.cursor{animation:monaco-cursor-expand .5s ease-in-out 0s 20 alternate}.monaco-editor .mwh{position:absolute;color:var(--vscode-editorWhitespace-foreground)!important}.monaco-workbench .workbench-hover{position:relative;font-size:13px;line-height:19px;z-index:40;overflow:hidden;max-width:700px;background:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border);border-radius:3px;color:var(--vscode-editorHoverWidget-foreground);box-shadow:0 2px 8px var(--vscode-widget-shadow)}.monaco-workbench .workbench-hover hr{border-bottom:none}.monaco-workbench .workbench-hover:not(.skip-fade-in){animation:fadein .1s linear}.monaco-workbench .workbench-hover.compact{font-size:12px}.monaco-workbench .workbench-hover.compact .hover-contents{padding:2px 8px}.monaco-workbench .workbench-hover-container.locked .workbench-hover{outline:1px solid var(--vscode-editorHoverWidget-border)}.monaco-workbench .workbench-hover-container.locked .workbench-hover:focus,.monaco-workbench .workbench-hover-lock:focus{outline:1px solid var(--vscode-focusBorder)}.monaco-workbench .workbench-hover-container.locked .workbench-hover-lock:hover{background:var(--vscode-toolbar-hoverBackground)}.monaco-workbench .workbench-hover-pointer{position:absolute;z-index:41;pointer-events:none}.monaco-workbench .workbench-hover-pointer:after{content:"";position:absolute;width:5px;height:5px;background-color:var(--vscode-editorHoverWidget-background);border-right:1px solid var(--vscode-editorHoverWidget-border);border-bottom:1px solid var(--vscode-editorHoverWidget-border)}.monaco-workbench .locked .workbench-hover-pointer:after{width:4px;height:4px;border-right-width:2px;border-bottom-width:2px}.monaco-workbench .workbench-hover-pointer.left{left:-3px}.monaco-workbench .workbench-hover-pointer.right{right:3px}.monaco-workbench .workbench-hover-pointer.top{top:-3px}.monaco-workbench .workbench-hover-pointer.bottom{bottom:3px}.monaco-workbench .workbench-hover-pointer.left:after{transform:rotate(135deg)}.monaco-workbench .workbench-hover-pointer.right:after{transform:rotate(315deg)}.monaco-workbench .workbench-hover-pointer.top:after{transform:rotate(225deg)}.monaco-workbench .workbench-hover-pointer.bottom:after{transform:rotate(45deg)}.monaco-workbench .workbench-hover a{color:var(--vscode-textLink-foreground)}.monaco-workbench .workbench-hover a:focus{outline:1px solid;outline-offset:-1px;text-decoration:underline;outline-color:var(--vscode-focusBorder)}.monaco-workbench .workbench-hover a:hover,.monaco-workbench .workbench-hover a:active{color:var(--vscode-textLink-activeForeground)}.monaco-workbench .workbench-hover code{background:var(--vscode-textCodeBlock-background)}.monaco-workbench .workbench-hover .hover-row .actions{background:var(--vscode-editorHoverWidget-statusBarBackground)}.monaco-workbench .workbench-hover.right-aligned{left:1px}.monaco-workbench .workbench-hover.right-aligned .hover-row.status-bar .actions{flex-direction:row-reverse}.monaco-workbench .workbench-hover.right-aligned .hover-row.status-bar .actions .action-container{margin-right:0;margin-left:16px}.monaco-hover{cursor:default;position:absolute;overflow:hidden;-moz-user-select:text;user-select:text;-webkit-user-select:text;box-sizing:border-box;animation:fadein .1s linear;line-height:1.5em;white-space:var(--vscode-hover-whiteSpace, normal)}.monaco-hover.hidden{display:none}.monaco-hover a:hover:not(.disabled){cursor:pointer}.monaco-hover .hover-contents:not(.html-hover-contents){padding:4px 8px}.monaco-hover .markdown-hover>.hover-contents:not(.code-hover-contents){max-width:var(--vscode-hover-maxWidth, 500px);word-wrap:break-word}.monaco-hover .markdown-hover>.hover-contents:not(.code-hover-contents) hr{min-width:100%}.monaco-hover p,.monaco-hover .code,.monaco-hover ul,.monaco-hover h1,.monaco-hover h2,.monaco-hover h3,.monaco-hover h4,.monaco-hover h5,.monaco-hover h6{margin:8px 0}.monaco-hover h1,.monaco-hover h2,.monaco-hover h3,.monaco-hover h4,.monaco-hover h5,.monaco-hover h6{line-height:1.1}.monaco-hover code{font-family:var(--monaco-monospace-font)}.monaco-hover hr{box-sizing:border-box;border-left:0px;border-right:0px;margin:4px -8px -4px;height:1px}.monaco-hover p:first-child,.monaco-hover .code:first-child,.monaco-hover ul:first-child{margin-top:0}.monaco-hover p:last-child,.monaco-hover .code:last-child,.monaco-hover ul:last-child{margin-bottom:0}.monaco-hover ul,.monaco-hover ol{padding-left:20px}.monaco-hover li>p{margin-bottom:0}.monaco-hover li>ul{margin-top:0}.monaco-hover code{border-radius:3px;padding:0 .4em}.monaco-hover .monaco-tokenized-source{white-space:var(--vscode-hover-sourceWhiteSpace, pre-wrap)}.monaco-hover .hover-row.status-bar{font-size:12px;line-height:22px}.monaco-hover .hover-row.status-bar .info{font-style:italic;padding:0 8px}.monaco-hover .hover-row.status-bar .actions{display:flex;padding:0 8px;width:100%}.monaco-hover .hover-row.status-bar .actions .action-container{margin-right:16px;cursor:pointer}.monaco-hover .hover-row.status-bar .actions .action-container .action .icon{padding-right:4px}.monaco-hover .hover-row.status-bar .actions .action-container a{color:var(--vscode-textLink-foreground);-webkit-text-decoration:var(--text-link-decoration);text-decoration:var(--text-link-decoration)}.monaco-hover .markdown-hover .hover-contents .codicon{color:inherit;font-size:inherit;vertical-align:middle}.monaco-hover .hover-contents a.code-link:hover,.monaco-hover .hover-contents a.code-link{color:inherit}.monaco-hover .hover-contents a.code-link:before{content:"("}.monaco-hover .hover-contents a.code-link:after{content:")"}.monaco-hover .hover-contents a.code-link>span{text-decoration:underline;border-bottom:1px solid transparent;text-underline-position:under;color:var(--vscode-textLink-foreground)}.monaco-hover .hover-contents a.code-link>span:hover{color:var(--vscode-textLink-activeForeground)}.monaco-hover .markdown-hover .hover-contents:not(.code-hover-contents):not(.html-hover-contents) span{margin-bottom:4px;display:inline-block}.monaco-hover .markdown-hover .hover-contents:not(.code-hover-contents):not(.html-hover-contents) span.codicon{margin-bottom:2px}.monaco-hover-content .action-container a{-webkit-user-select:none;-moz-user-select:none;user-select:none}.monaco-hover-content .action-container.disabled{pointer-events:none;opacity:.4;cursor:default}.monaco-editor .rendered-markdown kbd{background-color:var(--vscode-keybindingLabel-background);color:var(--vscode-keybindingLabel-foreground);border-style:solid;border-width:1px;border-radius:3px;border-color:var(--vscode-keybindingLabel-border);border-bottom-color:var(--vscode-keybindingLabel-bottomBorder);box-shadow:inset 0 -1px 0 var(--vscode-widget-shadow);vertical-align:middle;padding:1px 3px}.rendered-markdown li:has(input[type=checkbox]){list-style-type:none}.context-view{position:absolute}.context-view.fixed{all:initial;font-family:inherit;font-size:13px;position:fixed;color:inherit}.monaco-list{position:relative;height:100%;width:100%;white-space:nowrap}.monaco-list.mouse-support{-moz-user-select:none;user-select:none;-webkit-user-select:none}.monaco-list>.monaco-scrollable-element{height:100%}.monaco-list-rows{position:relative;width:100%;height:100%}.monaco-list.horizontal-scrolling .monaco-list-rows{width:auto;min-width:100%}.monaco-list-row{position:absolute;box-sizing:border-box;overflow:hidden;width:100%}.monaco-list.mouse-support .monaco-list-row{cursor:pointer;touch-action:none}.monaco-list .monaco-scrollable-element>.scrollbar.vertical,.monaco-pane-view>.monaco-split-view2.vertical>.monaco-scrollable-element>.scrollbar.vertical{z-index:14}.monaco-list-row.scrolling{display:none!important}.monaco-list.element-focused,.monaco-list.selection-single,.monaco-list.selection-multiple{outline:0!important}.monaco-drag-image{display:inline-block;padding:1px 7px;border-radius:10px;font-size:12px;position:absolute;z-index:1000}.monaco-list-type-filter-message{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;padding:40px 1em 1em;text-align:center;white-space:normal;opacity:.7;pointer-events:none}.monaco-list-type-filter-message:empty{display:none}.monaco-select-box-dropdown-padding{--dropdown-padding-top: 1px;--dropdown-padding-bottom: 1px}.hc-black .monaco-select-box-dropdown-padding,.hc-light .monaco-select-box-dropdown-padding{--dropdown-padding-top: 3px;--dropdown-padding-bottom: 4px}.monaco-select-box-dropdown-container{display:none;box-sizing:border-box}.monaco-select-box-dropdown-container>.select-box-details-pane>.select-box-description-markdown *{margin:0}.monaco-select-box-dropdown-container>.select-box-details-pane>.select-box-description-markdown a:focus{outline:1px solid -webkit-focus-ring-color;outline-offset:-1px}.monaco-select-box-dropdown-container>.select-box-details-pane>.select-box-description-markdown code{line-height:15px;font-family:var(--monaco-monospace-font)}.monaco-select-box-dropdown-container.visible{display:flex;flex-direction:column;text-align:left;width:1px;overflow:hidden;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container{flex:0 0 auto;align-self:flex-start;padding-top:var(--dropdown-padding-top);padding-bottom:var(--dropdown-padding-bottom);padding-left:1px;padding-right:1px;width:100%;overflow:hidden;box-sizing:border-box}.monaco-select-box-dropdown-container>.select-box-details-pane{padding:5px}.hc-black .monaco-select-box-dropdown-container>.select-box-dropdown-list-container{padding-top:var(--dropdown-padding-top);padding-bottom:var(--dropdown-padding-bottom)}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row{cursor:pointer}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.option-text{text-overflow:ellipsis;overflow:hidden;padding-left:3.5px;white-space:nowrap;float:left}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.option-detail{text-overflow:ellipsis;overflow:hidden;padding-left:3.5px;white-space:nowrap;float:left;opacity:.7}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.option-decorator-right{text-overflow:ellipsis;overflow:hidden;padding-right:10px;white-space:nowrap;float:right}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.visually-hidden{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.monaco-select-box-dropdown-container>.select-box-dropdown-container-width-control{flex:1 1 auto;align-self:flex-start;opacity:0}.monaco-select-box-dropdown-container>.select-box-dropdown-container-width-control>.width-control-div{overflow:hidden;max-height:0px}.monaco-select-box-dropdown-container>.select-box-dropdown-container-width-control>.width-control-div>.option-text-width-control{padding-left:4px;padding-right:8px;white-space:nowrap}.monaco-select-box{width:100%;cursor:pointer;border-radius:2px}.monaco-select-box-dropdown-container{font-size:13px;font-weight:400;text-transform:none}.monaco-action-bar .action-item.select-container{cursor:default}.monaco-action-bar .action-item .monaco-select-box{cursor:pointer;min-width:100px;min-height:18px;padding:2px 23px 2px 8px}.mac .monaco-action-bar .action-item .monaco-select-box{font-size:11px;border-radius:5px}.monaco-action-bar{white-space:nowrap;height:100%}.monaco-action-bar .actions-container{display:flex;margin:0 auto;padding:0;height:100%;width:100%;align-items:center}.monaco-action-bar.vertical .actions-container{display:inline-block}.monaco-action-bar .action-item{display:block;align-items:center;justify-content:center;cursor:pointer;position:relative}.monaco-action-bar .action-item.disabled{cursor:default}.monaco-action-bar .action-item .icon,.monaco-action-bar .action-item .codicon{display:block}.monaco-action-bar .action-item .codicon{display:flex;align-items:center;width:16px;height:16px}.monaco-action-bar .action-label{display:flex;font-size:11px;padding:3px;border-radius:5px}.monaco-action-bar .action-item.disabled .action-label,.monaco-action-bar .action-item.disabled .action-label:before,.monaco-action-bar .action-item.disabled .action-label:hover{color:var(--vscode-disabledForeground)}.monaco-action-bar.vertical{text-align:left}.monaco-action-bar.vertical .action-item{display:block}.monaco-action-bar.vertical .action-label.separator{display:block;border-bottom:1px solid #bbb;padding-top:1px;margin-left:.8em;margin-right:.8em}.monaco-action-bar .action-item .action-label.separator{width:1px;height:16px;margin:5px 4px!important;cursor:default;min-width:1px;padding:0;background-color:#bbb}.secondary-actions .monaco-action-bar .action-label{margin-left:6px}.monaco-action-bar .action-item.select-container{overflow:hidden;flex:1;max-width:170px;min-width:60px;display:flex;align-items:center;justify-content:center;margin-right:10px}.monaco-action-bar .action-item.action-dropdown-item{display:flex}.monaco-action-bar .action-item.action-dropdown-item>.action-dropdown-item-separator{display:flex;align-items:center;cursor:default}.monaco-action-bar .action-item.action-dropdown-item>.action-dropdown-item-separator>div{width:1px}.monaco-dropdown{height:100%;padding:0}.monaco-dropdown>.dropdown-label{cursor:pointer;height:100%;display:flex;align-items:center;justify-content:center}.monaco-dropdown>.dropdown-label>.action-label.disabled{cursor:default}.monaco-dropdown-with-primary{display:flex!important;flex-direction:row;border-radius:5px}.monaco-dropdown-with-primary>.action-container>.action-label{margin-right:0}.monaco-dropdown-with-primary>.dropdown-action-container>.monaco-dropdown>.dropdown-label .codicon[class*=codicon-]{font-size:12px;padding-left:0;padding-right:0;line-height:16px;margin-left:-3px}.monaco-dropdown-with-primary>.dropdown-action-container>.monaco-dropdown>.dropdown-label>.action-label{display:block;background-size:16px;background-position:center center;background-repeat:no-repeat}.monaco-action-bar .action-item.menu-entry .action-label.icon{width:16px;height:16px;background-repeat:no-repeat;background-position:50%;background-size:16px}.monaco-action-bar .action-item.menu-entry.text-only .action-label{color:var(--vscode-descriptionForeground);overflow:hidden;border-radius:2px}.monaco-action-bar .action-item.menu-entry.text-only.use-comma:not(:last-of-type) .action-label:after{content:", "}.monaco-action-bar .action-item.menu-entry.text-only+.action-item:not(.text-only)>.monaco-dropdown .action-label{color:var(--vscode-descriptionForeground)}.monaco-dropdown-with-default{display:flex!important;flex-direction:row;border-radius:5px}.monaco-dropdown-with-default>.action-container>.action-label{margin-right:0}.monaco-dropdown-with-default>.action-container.menu-entry>.action-label.icon{width:16px;height:16px;background-repeat:no-repeat;background-position:50%;background-size:16px}.monaco-dropdown-with-default:hover{background-color:var(--vscode-toolbar-hoverBackground)}.monaco-dropdown-with-default>.dropdown-action-container>.monaco-dropdown>.dropdown-label .codicon[class*=codicon-]{font-size:12px;padding-left:0;padding-right:0;line-height:16px;margin-left:-3px}.monaco-dropdown-with-default>.dropdown-action-container>.monaco-dropdown>.dropdown-label>.action-label{display:block;background-size:16px;background-position:center center;background-repeat:no-repeat}.quick-input-widget{font-size:13px}.quick-input-widget .monaco-highlighted-label .highlight{color:#0066bf}.vs .quick-input-widget .monaco-list-row.focused .monaco-highlighted-label .highlight{color:#9dddff}.vs-dark .quick-input-widget .monaco-highlighted-label .highlight{color:#0097fb}.hc-black .quick-input-widget .monaco-highlighted-label .highlight{color:#f38518}.hc-light .quick-input-widget .monaco-highlighted-label .highlight{color:#0f4a85}.monaco-keybinding>.monaco-keybinding-key{background-color:#ddd6;border:solid 1px rgba(204,204,204,.4);border-bottom-color:#bbb6;box-shadow:inset 0 -1px #bbb6;color:#555}.hc-black .monaco-keybinding>.monaco-keybinding-key{background-color:transparent;border:solid 1px rgb(111,195,223);box-shadow:none;color:#fff}.hc-light .monaco-keybinding>.monaco-keybinding-key{background-color:transparent;border:solid 1px #0F4A85;box-shadow:none;color:#292929}.vs-dark .monaco-keybinding>.monaco-keybinding-key{background-color:#8080802b;border:solid 1px rgba(51,51,51,.6);border-bottom-color:#4449;box-shadow:inset 0 -1px #4449;color:#ccc}.monaco-custom-toggle{margin-left:2px;float:left;cursor:pointer;overflow:hidden;width:20px;height:20px;border-radius:3px;border:1px solid transparent;padding:1px;box-sizing:border-box;-moz-user-select:none;user-select:none;-webkit-user-select:none}.monaco-custom-toggle:hover{background-color:var(--vscode-inputOption-hoverBackground)}.hc-black .monaco-custom-toggle:hover,.hc-light .monaco-custom-toggle:hover{border:1px dashed var(--vscode-focusBorder)}.hc-black .monaco-custom-toggle,.hc-light .monaco-custom-toggle,.hc-black .monaco-custom-toggle:hover,.hc-light .monaco-custom-toggle:hover{background:none}.monaco-custom-toggle.monaco-checkbox{height:18px;width:18px;border:1px solid transparent;border-radius:3px;margin-right:9px;margin-left:0;padding:0;opacity:1;background-size:16px!important}.monaco-action-bar .checkbox-action-item{display:flex;align-items:center;border-radius:2px;padding-right:2px}.monaco-action-bar .checkbox-action-item:hover{background-color:var(--vscode-toolbar-hoverBackground)}.monaco-action-bar .checkbox-action-item>.monaco-custom-toggle.monaco-checkbox{margin-right:4px}.monaco-action-bar .checkbox-action-item>.checkbox-label{font-size:12px}.monaco-custom-toggle.monaco-checkbox:not(.checked):before{visibility:hidden}.quick-input-widget{position:absolute;width:600px;z-index:2550;left:50%;margin-left:-300px;-webkit-app-region:no-drag;border-radius:6px}.quick-input-titlebar{display:flex;align-items:center;border-top-right-radius:5px;border-top-left-radius:5px}.quick-input-left-action-bar{display:flex;margin-left:4px;flex:1}.quick-input-inline-action-bar{margin:2px 0 0 5px}.quick-input-title{padding:3px 0;text-align:center;text-overflow:ellipsis;overflow:hidden}.quick-input-right-action-bar{display:flex;margin-right:4px;flex:1}.quick-input-right-action-bar>.actions-container{justify-content:flex-end}.quick-input-titlebar .monaco-action-bar .action-label.codicon{background-position:center;background-repeat:no-repeat;padding:2px}.quick-input-description{margin:6px 6px 6px 11px}.quick-input-header .quick-input-description{margin:4px 2px;flex:1}.quick-input-header{display:flex;padding:8px 6px 2px}.quick-input-widget.hidden-input .quick-input-header{padding:0;margin-bottom:0}.quick-input-and-message{display:flex;flex-direction:column;flex-grow:1;min-width:0;position:relative}.quick-input-check-all{align-self:center;margin:0}.quick-input-filter{flex-grow:1;display:flex;position:relative}.quick-input-box{flex-grow:1}.quick-input-widget.show-checkboxes .quick-input-box,.quick-input-widget.show-checkboxes .quick-input-message{margin-left:5px}.quick-input-visible-count{position:absolute;left:-10000px}.quick-input-count{align-self:center;position:absolute;right:4px;display:flex;align-items:center}.quick-input-count .monaco-count-badge{vertical-align:middle;padding:2px 4px;border-radius:2px;min-height:auto;line-height:normal}.quick-input-action{margin-left:6px}.quick-input-action .monaco-text-button{font-size:11px;padding:0 6px;display:flex;height:25px;align-items:center}.quick-input-message{margin-top:-1px;padding:5px;overflow-wrap:break-word}.quick-input-message>.codicon{margin:0 .2em;vertical-align:text-bottom}.quick-input-message a{color:inherit}.quick-input-progress.monaco-progress-container{position:relative}.quick-input-list{line-height:22px}.quick-input-widget.hidden-input .quick-input-list{margin-top:4px;padding-bottom:4px}.quick-input-list .monaco-list{overflow:hidden;max-height:440px;padding-bottom:5px}.quick-input-list .monaco-scrollable-element{padding:0 5px}.quick-input-list .quick-input-list-entry{box-sizing:border-box;overflow:hidden;display:flex;padding:0 6px}.quick-input-list .quick-input-list-entry.quick-input-list-separator-border{border-top-width:1px;border-top-style:solid}.quick-input-list .monaco-list-row{border-radius:3px}.quick-input-list .monaco-list-row[data-index="0"] .quick-input-list-entry.quick-input-list-separator-border{border-top-style:none}.quick-input-list .quick-input-list-label{overflow:hidden;display:flex;height:100%;flex:1}.quick-input-list .quick-input-list-checkbox{align-self:center;margin:0}.quick-input-list .quick-input-list-icon{background-size:16px;background-position:left center;background-repeat:no-repeat;padding-right:6px;width:16px;height:22px;display:flex;align-items:center;justify-content:center}.quick-input-list .quick-input-list-rows{overflow:hidden;text-overflow:ellipsis;display:flex;flex-direction:column;height:100%;flex:1;margin-left:5px}.quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-rows{margin-left:10px}.quick-input-widget .quick-input-list .quick-input-list-checkbox{display:none}.quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-checkbox{display:inline}.quick-input-list .quick-input-list-rows>.quick-input-list-row{display:flex;align-items:center}.quick-input-list .quick-input-list-rows>.quick-input-list-row .monaco-icon-label,.quick-input-list .quick-input-list-rows>.quick-input-list-row .monaco-icon-label .monaco-icon-label-container>.monaco-icon-name-container{flex:1}.quick-input-list .quick-input-list-rows>.quick-input-list-row .codicon[class*=codicon-]{vertical-align:text-bottom}.quick-input-list .quick-input-list-rows .monaco-highlighted-label>span{opacity:1}.quick-input-list .quick-input-list-entry .quick-input-list-entry-keybinding{margin-right:8px}.quick-input-list .quick-input-list-label-meta{opacity:.7;line-height:normal;text-overflow:ellipsis;overflow:hidden}.quick-input-list .monaco-list .monaco-list-row .monaco-highlighted-label .highlight{font-weight:700;background-color:unset;color:var(--vscode-list-highlightForeground)!important}.quick-input-list .monaco-list .monaco-list-row.focused .monaco-highlighted-label .highlight{color:var(--vscode-list-focusHighlightForeground)!important}.quick-input-list .quick-input-list-entry .quick-input-list-separator{margin-right:4px}.quick-input-list .quick-input-list-entry-action-bar{display:flex;flex:0;overflow:visible}.quick-input-list .quick-input-list-entry-action-bar .action-label{display:none}.quick-input-list .quick-input-list-entry-action-bar .action-label.codicon{margin-right:4px;padding:2px}.quick-input-list .quick-input-list-entry-action-bar{margin-top:1px;margin-right:4px}.quick-input-list .quick-input-list-entry .quick-input-list-entry-action-bar .action-label.always-visible,.quick-input-list .quick-input-list-entry:hover .quick-input-list-entry-action-bar .action-label,.quick-input-list .quick-input-list-entry.focus-inside .quick-input-list-entry-action-bar .action-label,.quick-input-list .monaco-list-row.focused .quick-input-list-entry-action-bar .action-label,.quick-input-list .monaco-list-row.passive-focused .quick-input-list-entry-action-bar .action-label{display:flex}.quick-input-list .monaco-list-row.focused .monaco-keybinding-key,.quick-input-list .monaco-list-row.focused .quick-input-list-entry .quick-input-list-separator{color:inherit}.quick-input-list .monaco-list-row.focused .monaco-keybinding-key{background:none}.quick-input-list .quick-input-list-separator-as-item{padding:4px 6px;font-size:12px}.quick-input-list .quick-input-list-separator-as-item .label-name{font-weight:600}.quick-input-list .quick-input-list-separator-as-item .label-description{opacity:1!important}.quick-input-list .monaco-tree-sticky-row .quick-input-list-entry.quick-input-list-separator-as-item.quick-input-list-separator-border{border-top-style:none}.quick-input-list .monaco-tree-sticky-row{padding:0 5px}.quick-input-list .monaco-tl-twistie{display:none!important}.monaco-text-button{box-sizing:border-box;display:flex;width:100%;padding:4px;border-radius:2px;text-align:center;cursor:pointer;justify-content:center;align-items:center;border:1px solid var(--vscode-button-border, transparent);line-height:18px}.monaco-text-button:focus{outline-offset:2px!important}.monaco-text-button:hover{text-decoration:none!important}.monaco-button.disabled:focus,.monaco-button.disabled{opacity:.4!important;cursor:default}.monaco-text-button .codicon{margin:0 .2em;color:inherit!important}.monaco-text-button.monaco-text-button-with-short-label{flex-direction:row;flex-wrap:wrap;padding:0 4px;overflow:hidden;height:28px}.monaco-text-button.monaco-text-button-with-short-label>.monaco-button-label{flex-basis:100%}.monaco-text-button.monaco-text-button-with-short-label>.monaco-button-label-short{flex-grow:1;width:0;overflow:hidden}.monaco-text-button.monaco-text-button-with-short-label>.monaco-button-label,.monaco-text-button.monaco-text-button-with-short-label>.monaco-button-label-short{display:flex;justify-content:center;align-items:center;font-weight:400;font-style:inherit;padding:4px 0}.monaco-button-dropdown{display:flex;cursor:pointer}.monaco-button-dropdown.disabled{cursor:default}.monaco-button-dropdown>.monaco-button:focus{outline-offset:-1px!important}.monaco-button-dropdown.disabled>.monaco-button.disabled,.monaco-button-dropdown.disabled>.monaco-button.disabled:focus,.monaco-button-dropdown.disabled>.monaco-button-dropdown-separator{opacity:.4!important}.monaco-button-dropdown>.monaco-button.monaco-text-button{border-right-width:0!important}.monaco-button-dropdown .monaco-button-dropdown-separator{padding:4px 0;cursor:default}.monaco-button-dropdown .monaco-button-dropdown-separator>div{height:100%;width:1px}.monaco-button-dropdown>.monaco-button.monaco-dropdown-button{border:1px solid var(--vscode-button-border, transparent);border-left-width:0!important;border-radius:0 2px 2px 0;display:flex;align-items:center}.monaco-button-dropdown>.monaco-button.monaco-text-button{border-radius:2px 0 0 2px}.monaco-description-button{display:flex;flex-direction:column;align-items:center;margin:4px 5px}.monaco-description-button .monaco-button-description{font-style:italic;font-size:11px;padding:4px 20px}.monaco-description-button .monaco-button-label,.monaco-description-button .monaco-button-description{display:flex;justify-content:center;align-items:center}.monaco-description-button .monaco-button-label>.codicon,.monaco-description-button .monaco-button-description>.codicon{margin:0 .2em;color:inherit!important}.monaco-button.default-colors,.monaco-button-dropdown.default-colors>.monaco-button{color:var(--vscode-button-foreground);background-color:var(--vscode-button-background)}.monaco-button.default-colors:hover,.monaco-button-dropdown.default-colors>.monaco-button:hover{background-color:var(--vscode-button-hoverBackground)}.monaco-button.default-colors.secondary,.monaco-button-dropdown.default-colors>.monaco-button.secondary{color:var(--vscode-button-secondaryForeground);background-color:var(--vscode-button-secondaryBackground)}.monaco-button.default-colors.secondary:hover,.monaco-button-dropdown.default-colors>.monaco-button.secondary:hover{background-color:var(--vscode-button-secondaryHoverBackground)}.monaco-button-dropdown.default-colors .monaco-button-dropdown-separator{background-color:var(--vscode-button-background);border-top:1px solid var(--vscode-button-border);border-bottom:1px solid var(--vscode-button-border)}.monaco-button-dropdown.default-colors .monaco-button.secondary+.monaco-button-dropdown-separator{background-color:var(--vscode-button-secondaryBackground)}.monaco-button-dropdown.default-colors .monaco-button-dropdown-separator>div{background-color:var(--vscode-button-separator)}.monaco-count-badge{padding:3px 6px;border-radius:11px;font-size:11px;min-width:18px;min-height:18px;line-height:11px;font-weight:400;text-align:center;display:inline-block;box-sizing:border-box}.monaco-count-badge.long{padding:2px 3px;border-radius:2px;min-height:auto;line-height:normal}.monaco-progress-container{width:100%;height:2px;overflow:hidden}.monaco-progress-container .progress-bit{width:2%;height:2px;position:absolute;left:0;display:none}.monaco-progress-container.active .progress-bit{display:inherit}.monaco-progress-container.discrete .progress-bit{left:0;transition:width .1s linear}.monaco-progress-container.discrete.done .progress-bit{width:100%}.monaco-progress-container.infinite .progress-bit{animation-name:progress;animation-duration:4s;animation-iteration-count:infinite;transform:translateZ(0);animation-timing-function:linear}.monaco-progress-container.infinite.infinite-long-running .progress-bit{animation-timing-function:steps(100)}@keyframes progress{0%{transform:translate(0) scaleX(1)}50%{transform:translate(2500%) scaleX(3)}to{transform:translate(4900%) scaleX(1)}}.monaco-inputbox{position:relative;display:block;padding:0;box-sizing:border-box;border-radius:2px;font-size:inherit}.monaco-inputbox>.ibwrapper>.input,.monaco-inputbox>.ibwrapper>.mirror{padding:4px 6px}.monaco-inputbox>.ibwrapper{position:relative;width:100%;height:100%}.monaco-inputbox>.ibwrapper>.input{display:inline-block;box-sizing:border-box;width:100%;height:100%;line-height:inherit;border:none;font-family:inherit;font-size:inherit;resize:none;color:inherit}.monaco-inputbox>.ibwrapper>input{text-overflow:ellipsis}.monaco-inputbox>.ibwrapper>textarea.input{display:block;scrollbar-width:none;outline:none}.monaco-inputbox>.ibwrapper>textarea.input::-webkit-scrollbar{display:none}.monaco-inputbox>.ibwrapper>textarea.input.empty{white-space:nowrap}.monaco-inputbox>.ibwrapper>.mirror{position:absolute;display:inline-block;width:100%;top:0;left:0;box-sizing:border-box;white-space:pre-wrap;visibility:hidden;word-wrap:break-word}.monaco-inputbox-container{text-align:right}.monaco-inputbox-container .monaco-inputbox-message{display:inline-block;overflow:hidden;text-align:left;width:100%;box-sizing:border-box;padding:.4em;font-size:12px;line-height:17px;margin-top:-1px;word-wrap:break-word}.monaco-inputbox .monaco-action-bar{position:absolute;right:2px;top:4px}.monaco-inputbox .monaco-action-bar .action-item{margin-left:2px}.monaco-inputbox .monaco-action-bar .action-item .codicon{background-repeat:no-repeat;width:16px;height:16px}.monaco-findInput{position:relative}.monaco-findInput .monaco-inputbox{font-size:13px;width:100%}.monaco-findInput>.controls{position:absolute;top:3px;right:2px}.vs .monaco-findInput.disabled{background-color:#e1e1e1}.vs-dark .monaco-findInput.disabled{background-color:#333}.monaco-findInput.highlight-0 .controls,.hc-light .monaco-findInput.highlight-0 .controls{animation:monaco-findInput-highlight-0 .1s linear 0s}.monaco-findInput.highlight-1 .controls,.hc-light .monaco-findInput.highlight-1 .controls{animation:monaco-findInput-highlight-1 .1s linear 0s}.hc-black .monaco-findInput.highlight-0 .controls,.vs-dark .monaco-findInput.highlight-0 .controls{animation:monaco-findInput-highlight-dark-0 .1s linear 0s}.hc-black .monaco-findInput.highlight-1 .controls,.vs-dark .monaco-findInput.highlight-1 .controls{animation:monaco-findInput-highlight-dark-1 .1s linear 0s}@keyframes monaco-findInput-highlight-0{0%{background:#fdff00cc}to{background:transparent}}@keyframes monaco-findInput-highlight-1{0%{background:#fdff00cc}99%{background:transparent}}@keyframes monaco-findInput-highlight-dark-0{0%{background:#ffffff70}to{background:transparent}}@keyframes monaco-findInput-highlight-dark-1{0%{background:#ffffff70}99%{background:transparent}}:root{--vscode-sash-size: 4px;--vscode-sash-hover-size: 4px}.monaco-sash{position:absolute;z-index:35;touch-action:none}.monaco-sash.disabled{pointer-events:none}.monaco-sash.mac.vertical{cursor:col-resize}.monaco-sash.vertical.minimum{cursor:e-resize}.monaco-sash.vertical.maximum{cursor:w-resize}.monaco-sash.mac.horizontal{cursor:row-resize}.monaco-sash.horizontal.minimum{cursor:s-resize}.monaco-sash.horizontal.maximum{cursor:n-resize}.monaco-sash.disabled{cursor:default!important;pointer-events:none!important}.monaco-sash.vertical{cursor:ew-resize;top:0;width:var(--vscode-sash-size);height:100%}.monaco-sash.horizontal{cursor:ns-resize;left:0;width:100%;height:var(--vscode-sash-size)}.monaco-sash:not(.disabled)>.orthogonal-drag-handle{content:" ";height:calc(var(--vscode-sash-size) * 2);width:calc(var(--vscode-sash-size) * 2);z-index:100;display:block;cursor:all-scroll;position:absolute}.monaco-sash.horizontal.orthogonal-edge-north:not(.disabled)>.orthogonal-drag-handle.start,.monaco-sash.horizontal.orthogonal-edge-south:not(.disabled)>.orthogonal-drag-handle.end{cursor:nwse-resize}.monaco-sash.horizontal.orthogonal-edge-north:not(.disabled)>.orthogonal-drag-handle.end,.monaco-sash.horizontal.orthogonal-edge-south:not(.disabled)>.orthogonal-drag-handle.start{cursor:nesw-resize}.monaco-sash.vertical>.orthogonal-drag-handle.start{left:calc(var(--vscode-sash-size) * -.5);top:calc(var(--vscode-sash-size) * -1)}.monaco-sash.vertical>.orthogonal-drag-handle.end{left:calc(var(--vscode-sash-size) * -.5);bottom:calc(var(--vscode-sash-size) * -1)}.monaco-sash.horizontal>.orthogonal-drag-handle.start{top:calc(var(--vscode-sash-size) * -.5);left:calc(var(--vscode-sash-size) * -1)}.monaco-sash.horizontal>.orthogonal-drag-handle.end{top:calc(var(--vscode-sash-size) * -.5);right:calc(var(--vscode-sash-size) * -1)}.monaco-sash:before{content:"";pointer-events:none;position:absolute;width:100%;height:100%;background:transparent}.monaco-workbench:not(.reduce-motion) .monaco-sash:before{transition:background-color .1s ease-out}.monaco-sash.hover:before,.monaco-sash.active:before{background:var(--vscode-sash-hoverBorder)}.monaco-sash.vertical:before{width:var(--vscode-sash-hover-size);left:calc(50% - (var(--vscode-sash-hover-size) / 2))}.monaco-sash.horizontal:before{height:var(--vscode-sash-hover-size);top:calc(50% - (var(--vscode-sash-hover-size) / 2))}.pointer-events-disabled{pointer-events:none!important}.monaco-sash.debug{background:#0ff}.monaco-sash.debug.disabled{background:#0ff3}.monaco-sash.debug:not(.disabled)>.orthogonal-drag-handle{background:red}.monaco-split-view2{position:relative;width:100%;height:100%}.monaco-split-view2>.sash-container{position:absolute;width:100%;height:100%;pointer-events:none}.monaco-split-view2>.sash-container>.monaco-sash{pointer-events:initial}.monaco-split-view2>.monaco-scrollable-element{width:100%;height:100%}.monaco-split-view2>.monaco-scrollable-element>.split-view-container{width:100%;height:100%;white-space:nowrap;position:relative}.monaco-split-view2>.monaco-scrollable-element>.split-view-container>.split-view-view{white-space:initial;position:absolute}.monaco-split-view2>.monaco-scrollable-element>.split-view-container>.split-view-view:not(.visible){display:none}.monaco-split-view2.vertical>.monaco-scrollable-element>.split-view-container>.split-view-view{width:100%}.monaco-split-view2.horizontal>.monaco-scrollable-element>.split-view-container>.split-view-view{height:100%}.monaco-split-view2.separator-border>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{content:" ";position:absolute;top:0;left:0;z-index:5;pointer-events:none;background-color:var(--separator-border)}.monaco-split-view2.separator-border.horizontal>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{height:100%;width:1px}.monaco-split-view2.separator-border.vertical>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{height:1px;width:100%}.monaco-table{display:flex;flex-direction:column;position:relative;height:100%;width:100%;white-space:nowrap;overflow:hidden}.monaco-table>.monaco-split-view2{border-bottom:1px solid transparent}.monaco-table>.monaco-list{flex:1}.monaco-table-tr{display:flex;height:100%}.monaco-table-th{width:100%;height:100%;font-weight:700;overflow:hidden;text-overflow:ellipsis}.monaco-table-th,.monaco-table-td{box-sizing:border-box;flex-shrink:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.monaco-table>.monaco-split-view2 .monaco-sash.vertical:before{content:"";position:absolute;left:calc(var(--vscode-sash-size) / 2);width:0;border-left:1px solid transparent}.monaco-workbench:not(.reduce-motion) .monaco-table>.monaco-split-view2,.monaco-workbench:not(.reduce-motion) .monaco-table>.monaco-split-view2 .monaco-sash.vertical:before{transition:border-color .2s ease-out}.monaco-tl-row{display:flex;height:100%;align-items:center;position:relative}.monaco-tl-row.disabled{cursor:default}.monaco-tl-indent{height:100%;position:absolute;top:0;left:16px;pointer-events:none}.hide-arrows .monaco-tl-indent{left:12px}.monaco-tl-indent>.indent-guide{display:inline-block;box-sizing:border-box;height:100%;border-left:1px solid transparent}.monaco-workbench:not(.reduce-motion) .monaco-tl-indent>.indent-guide{transition:border-color .1s linear}.monaco-tl-twistie,.monaco-tl-contents{height:100%}.monaco-tl-twistie{font-size:10px;text-align:right;padding-right:6px;flex-shrink:0;width:16px;display:flex!important;align-items:center;justify-content:center;transform:translate(3px)}.monaco-tl-contents{flex:1;overflow:hidden}.monaco-tl-twistie:before{border-radius:20px}.monaco-tl-twistie.collapsed:before{transform:rotate(-90deg)}.monaco-tl-twistie.codicon-tree-item-loading:before{animation:codicon-spin 1.25s steps(30) infinite}.monaco-tree-type-filter{position:absolute;top:0;display:flex;padding:3px;max-width:200px;z-index:100;margin:0 6px;border:1px solid var(--vscode-widget-border);border-bottom-left-radius:4px;border-bottom-right-radius:4px}.monaco-workbench:not(.reduce-motion) .monaco-tree-type-filter{transition:top .3s}.monaco-tree-type-filter.disabled{top:-40px!important}.monaco-tree-type-filter-grab{display:flex!important;align-items:center;justify-content:center;cursor:grab;margin-right:2px}.monaco-tree-type-filter-grab.grabbing{cursor:grabbing}.monaco-tree-type-filter-input{flex:1}.monaco-tree-type-filter-input .monaco-inputbox{height:23px}.monaco-tree-type-filter-input .monaco-inputbox>.ibwrapper>.input,.monaco-tree-type-filter-input .monaco-inputbox>.ibwrapper>.mirror{padding:2px 4px}.monaco-tree-type-filter-input .monaco-findInput>.controls{top:2px}.monaco-tree-type-filter-actionbar{margin-left:4px}.monaco-tree-type-filter-actionbar .monaco-action-bar .action-label{padding:2px}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container{position:absolute;top:0;left:0;width:100%;height:0;z-index:13;background-color:var(--vscode-sideBar-background)}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container .monaco-tree-sticky-row.monaco-list-row{position:absolute;width:100%;opacity:1!important;overflow:hidden;background-color:var(--vscode-sideBar-background)}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container .monaco-tree-sticky-row:hover{background-color:var(--vscode-list-hoverBackground)!important;cursor:pointer}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container.empty,.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container.empty .monaco-tree-sticky-container-shadow{display:none}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container .monaco-tree-sticky-container-shadow{position:absolute;bottom:-3px;left:0;height:0px;width:100%}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container[tabindex="0"]:focus{outline:none}.monaco-icon-label{display:flex;overflow:hidden;text-overflow:ellipsis}.monaco-icon-label:before{background-size:16px;background-position:left center;background-repeat:no-repeat;padding-right:6px;width:16px;height:22px;line-height:inherit!important;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:top;flex-shrink:0}.monaco-icon-label-iconpath{width:16px;height:16px;padding-left:2px;margin-top:2px;display:flex}.monaco-icon-label-container.disabled{color:var(--vscode-disabledForeground)}.monaco-icon-label>.monaco-icon-label-container{min-width:0;overflow:hidden;text-overflow:ellipsis;flex:1}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-name-container>.label-name{color:inherit;white-space:pre}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-name-container>.label-name>.label-separator{margin:0 2px;opacity:.5}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-suffix-container>.label-suffix{opacity:.7;white-space:pre}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{opacity:.7;margin-left:.5em;font-size:.9em;white-space:pre}.monaco-icon-label.nowrap>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{white-space:nowrap}.vs .monaco-icon-label>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{opacity:.95}.monaco-icon-label.italic>.monaco-icon-label-container>.monaco-icon-name-container>.label-name,.monaco-icon-label.italic>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{font-style:italic}.monaco-icon-label.deprecated{text-decoration:line-through;opacity:.66}.monaco-icon-label.italic:after{font-style:italic}.monaco-icon-label.strikethrough>.monaco-icon-label-container>.monaco-icon-name-container>.label-name,.monaco-icon-label.strikethrough>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{text-decoration:line-through}.monaco-icon-label:after{opacity:.75;font-size:90%;font-weight:600;margin:auto 16px 0 5px;text-align:center}.monaco-list:focus .selected .monaco-icon-label,.monaco-list:focus .selected .monaco-icon-label:after{color:inherit!important}.monaco-list-row.focused.selected .label-description,.monaco-list-row.selected .label-description{opacity:.8}.monaco-keybinding{display:flex;align-items:center;line-height:10px}.monaco-keybinding>.monaco-keybinding-key{display:inline-block;border-style:solid;border-width:1px;border-radius:3px;vertical-align:middle;font-size:11px;padding:3px 5px;margin:0 2px}.monaco-keybinding>.monaco-keybinding-key:first-child{margin-left:0}.monaco-keybinding>.monaco-keybinding-key:last-child{margin-right:0}.monaco-keybinding>.monaco-keybinding-key-separator{display:inline-block}.monaco-keybinding>.monaco-keybinding-key-chord-separator{width:6px}.monaco-editor .diff-hidden-lines-widget{width:100%}.monaco-editor .diff-hidden-lines{height:0px;transform:translateY(-10px);font-size:13px;line-height:14px}.monaco-editor .diff-hidden-lines:not(.dragging) .top:hover,.monaco-editor .diff-hidden-lines:not(.dragging) .bottom:hover,.monaco-editor .diff-hidden-lines .top.dragging,.monaco-editor .diff-hidden-lines .bottom.dragging{background-color:var(--vscode-focusBorder)}.monaco-editor .diff-hidden-lines .top,.monaco-editor .diff-hidden-lines .bottom{transition:background-color .1s ease-out;height:4px;background-color:transparent;background-clip:padding-box;border-bottom:2px solid transparent;border-top:4px solid transparent}.monaco-editor.draggingUnchangedRegion.canMoveTop:not(.canMoveBottom) *,.monaco-editor .diff-hidden-lines .top.canMoveTop:not(.canMoveBottom),.monaco-editor .diff-hidden-lines .bottom.canMoveTop:not(.canMoveBottom){cursor:n-resize!important}.monaco-editor.draggingUnchangedRegion:not(.canMoveTop).canMoveBottom *,.monaco-editor .diff-hidden-lines .top:not(.canMoveTop).canMoveBottom,.monaco-editor .diff-hidden-lines .bottom:not(.canMoveTop).canMoveBottom{cursor:s-resize!important}.monaco-editor.draggingUnchangedRegion.canMoveTop.canMoveBottom *,.monaco-editor .diff-hidden-lines .top.canMoveTop.canMoveBottom,.monaco-editor .diff-hidden-lines .bottom.canMoveTop.canMoveBottom{cursor:ns-resize!important}.monaco-editor .diff-hidden-lines .top{transform:translateY(4px)}.monaco-editor .diff-hidden-lines .bottom{transform:translateY(-6px)}.monaco-editor .diff-unchanged-lines{background:var(--vscode-diffEditor-unchangedCodeBackground)}.monaco-editor .noModificationsOverlay{z-index:1;background:var(--vscode-editor-background);display:flex;justify-content:center;align-items:center}.monaco-editor .diff-hidden-lines .center{background:var(--vscode-diffEditor-unchangedRegionBackground);color:var(--vscode-diffEditor-unchangedRegionForeground);overflow:hidden;display:block;text-overflow:ellipsis;white-space:nowrap;height:24px;box-shadow:inset 0 -5px 5px -7px var(--vscode-diffEditor-unchangedRegionShadow),inset 0 5px 5px -7px var(--vscode-diffEditor-unchangedRegionShadow)}.monaco-editor .diff-hidden-lines .center span.codicon{vertical-align:middle}.monaco-editor .diff-hidden-lines .center a:hover .codicon{cursor:pointer;color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .diff-hidden-lines div.breadcrumb-item{cursor:pointer}.monaco-editor .diff-hidden-lines div.breadcrumb-item:hover{color:var(--vscode-editorLink-activeForeground)}.monaco-editor .movedOriginal,.monaco-editor .movedModified{border:2px solid var(--vscode-diffEditor-move-border)}.monaco-editor .movedOriginal.currentMove,.monaco-editor .movedModified.currentMove{border:2px solid var(--vscode-diffEditor-moveActive-border)}.monaco-diff-editor .moved-blocks-lines path.currentMove{stroke:var(--vscode-diffEditor-moveActive-border)}.monaco-diff-editor .moved-blocks-lines path{pointer-events:visiblestroke}.monaco-diff-editor .moved-blocks-lines .arrow{fill:var(--vscode-diffEditor-move-border)}.monaco-diff-editor .moved-blocks-lines .arrow.currentMove{fill:var(--vscode-diffEditor-moveActive-border)}.monaco-diff-editor .moved-blocks-lines .arrow-rectangle{fill:var(--vscode-editor-background)}.monaco-diff-editor .moved-blocks-lines{position:absolute;pointer-events:none}.monaco-diff-editor .moved-blocks-lines path{fill:none;stroke:var(--vscode-diffEditor-move-border);stroke-width:2}.monaco-editor .char-delete.diff-range-empty{margin-left:-1px;border-left:solid var(--vscode-diffEditor-removedTextBackground) 3px}.monaco-editor .char-insert.diff-range-empty{border-left:solid var(--vscode-diffEditor-insertedTextBackground) 3px}.monaco-editor .fold-unchanged{cursor:pointer}.monaco-diff-editor .diff-moved-code-block{display:flex;justify-content:flex-end;margin-top:-4px}.monaco-diff-editor .diff-moved-code-block .action-bar .action-label.codicon{width:12px;height:12px;font-size:12px}.monaco-diff-editor .diffOverview{z-index:9}.monaco-diff-editor .diffOverview .diffViewport{z-index:10}.monaco-diff-editor.vs .diffOverview{background:#00000008}.monaco-diff-editor.vs-dark .diffOverview{background:#ffffff03}.monaco-scrollable-element.modified-in-monaco-diff-editor.vs .scrollbar,.monaco-scrollable-element.modified-in-monaco-diff-editor.vs-dark .scrollbar{background:#0000}.monaco-scrollable-element.modified-in-monaco-diff-editor.hc-black .scrollbar,.monaco-scrollable-element.modified-in-monaco-diff-editor.hc-light .scrollbar{background:none}.monaco-scrollable-element.modified-in-monaco-diff-editor .slider{z-index:10}.modified-in-monaco-diff-editor .slider.active{background:#ababab66}.modified-in-monaco-diff-editor.hc-black .slider.active,.modified-in-monaco-diff-editor.hc-light .slider.active{background:none}.monaco-editor .insert-sign,.monaco-diff-editor .insert-sign,.monaco-editor .delete-sign,.monaco-diff-editor .delete-sign{font-size:11px!important;opacity:.7!important;display:flex!important;align-items:center}.monaco-editor.hc-black .insert-sign,.monaco-diff-editor.hc-black .insert-sign,.monaco-editor.hc-black .delete-sign,.monaco-diff-editor.hc-black .delete-sign,.monaco-editor.hc-light .insert-sign,.monaco-diff-editor.hc-light .insert-sign,.monaco-editor.hc-light .delete-sign,.monaco-diff-editor.hc-light .delete-sign{opacity:1}.monaco-editor .inline-deleted-margin-view-zone,.monaco-editor .inline-added-margin-view-zone{text-align:right}.monaco-editor .arrow-revert-change{z-index:10;position:absolute}.monaco-editor .arrow-revert-change:hover{cursor:pointer}.monaco-editor .view-zones .view-lines .view-line span{display:inline-block}.monaco-editor .margin-view-zones .lightbulb-glyph:hover{cursor:pointer}.monaco-editor .char-insert,.monaco-diff-editor .char-insert{background-color:var(--vscode-diffEditor-insertedTextBackground)}.monaco-editor .line-insert,.monaco-diff-editor .line-insert{background-color:var(--vscode-diffEditor-insertedLineBackground, var(--vscode-diffEditor-insertedTextBackground))}.monaco-editor .line-insert,.monaco-editor .char-insert{box-sizing:border-box;border:1px solid var(--vscode-diffEditor-insertedTextBorder)}.monaco-editor.hc-black .line-insert,.monaco-editor.hc-light .line-insert,.monaco-editor.hc-black .char-insert,.monaco-editor.hc-light .char-insert{border-style:dashed}.monaco-editor .line-delete,.monaco-editor .char-delete{box-sizing:border-box;border:1px solid var(--vscode-diffEditor-removedTextBorder)}.monaco-editor.hc-black .line-delete,.monaco-editor.hc-light .line-delete,.monaco-editor.hc-black .char-delete,.monaco-editor.hc-light .char-delete{border-style:dashed}.monaco-editor .inline-added-margin-view-zone,.monaco-editor .gutter-insert,.monaco-diff-editor .gutter-insert{background-color:var(--vscode-diffEditorGutter-insertedLineBackground, var(--vscode-diffEditor-insertedLineBackground), var(--vscode-diffEditor-insertedTextBackground))}.monaco-editor .char-delete,.monaco-diff-editor .char-delete,.monaco-editor .inline-deleted-text{background-color:var(--vscode-diffEditor-removedTextBackground)}.monaco-editor .inline-deleted-text{text-decoration:line-through}.monaco-editor .line-delete,.monaco-diff-editor .line-delete{background-color:var(--vscode-diffEditor-removedLineBackground, var(--vscode-diffEditor-removedTextBackground))}.monaco-editor .inline-deleted-margin-view-zone,.monaco-editor .gutter-delete,.monaco-diff-editor .gutter-delete{background-color:var(--vscode-diffEditorGutter-removedLineBackground, var(--vscode-diffEditor-removedLineBackground), var(--vscode-diffEditor-removedTextBackground))}.monaco-diff-editor.side-by-side .editor.modified{box-shadow:-6px 0 5px -5px var(--vscode-scrollbar-shadow);border-left:1px solid var(--vscode-diffEditor-border)}.monaco-diff-editor.side-by-side .editor.original{box-shadow:6px 0 5px -5px var(--vscode-scrollbar-shadow);border-right:1px solid var(--vscode-diffEditor-border)}.monaco-diff-editor .diffViewport{background:var(--vscode-scrollbarSlider-background)}.monaco-diff-editor .diffViewport:hover{background:var(--vscode-scrollbarSlider-hoverBackground)}.monaco-diff-editor .diffViewport:active{background:var(--vscode-scrollbarSlider-activeBackground)}.monaco-editor .diagonal-fill{background-image:linear-gradient(-45deg,var(--vscode-diffEditor-diagonalFill) 12.5%,#0000 12.5%,#0000 50%,var(--vscode-diffEditor-diagonalFill) 50%,var(--vscode-diffEditor-diagonalFill) 62.5%,#0000 62.5%,#0000 100%);background-size:8px 8px}.monaco-diff-editor .gutter{position:relative;overflow:hidden;flex-shrink:0;flex-grow:0}.monaco-diff-editor .gutter>div{position:absolute}.monaco-diff-editor .gutter .gutterItem{opacity:0;transition:opacity .7s}.monaco-diff-editor .gutter .gutterItem.showAlways{opacity:1;transition:none}.monaco-diff-editor .gutter .gutterItem.noTransition{transition:none}.monaco-diff-editor .gutter:hover .gutterItem{opacity:1;transition:opacity .1s ease-in-out}.monaco-diff-editor .gutter .gutterItem .background{position:absolute;height:100%;left:50%;width:1px;border-left:2px var(--vscode-menu-border) solid}.monaco-diff-editor .gutter .gutterItem .buttons{position:absolute;width:100%;display:flex;justify-content:center;align-items:center}.monaco-diff-editor .gutter .gutterItem .buttons .monaco-toolbar{height:-moz-fit-content;height:fit-content}.monaco-diff-editor .gutter .gutterItem .buttons .monaco-toolbar .monaco-action-bar{line-height:1}.monaco-diff-editor .gutter .gutterItem .buttons .monaco-toolbar .monaco-action-bar .actions-container{width:-moz-fit-content;width:fit-content;border-radius:4px;background:var(--vscode-editorGutter-commentRangeForeground)}.monaco-diff-editor .gutter .gutterItem .buttons .monaco-toolbar .monaco-action-bar .actions-container .action-item:hover{background:var(--vscode-toolbar-hoverBackground)}.monaco-diff-editor .gutter .gutterItem .buttons .monaco-toolbar .monaco-action-bar .actions-container .action-item .action-label{padding:1px 2px}.monaco-diff-editor .diff-hidden-lines-compact{display:flex;height:11px}.monaco-diff-editor .diff-hidden-lines-compact .line-left,.monaco-diff-editor .diff-hidden-lines-compact .line-right{height:1px;border-top:1px solid;border-color:var(--vscode-editorCodeLens-foreground);opacity:.5;margin:auto;width:100%}.monaco-diff-editor .diff-hidden-lines-compact .line-left{width:20px}.monaco-diff-editor .diff-hidden-lines-compact .text{color:var(--vscode-editorCodeLens-foreground);text-wrap:nowrap;font-size:11px;line-height:11px;margin:0 4px}.monaco-component.diff-review{-moz-user-select:none;user-select:none;-webkit-user-select:none;z-index:99}.monaco-diff-editor .diff-review{position:absolute}.monaco-component.diff-review .diff-review-line-number{text-align:right;display:inline-block;color:var(--vscode-editorLineNumber-foreground)}.monaco-component.diff-review .diff-review-summary{padding-left:10px}.monaco-component.diff-review .diff-review-shadow{position:absolute;box-shadow:var(--vscode-scrollbar-shadow) 0 -6px 6px -6px inset}.monaco-component.diff-review .diff-review-row{white-space:pre}.monaco-component.diff-review .diff-review-table{display:table;min-width:100%}.monaco-component.diff-review .diff-review-row{display:table-row;width:100%}.monaco-component.diff-review .diff-review-spacer{display:inline-block;width:10px;vertical-align:middle}.monaco-component.diff-review .diff-review-spacer>.codicon{font-size:9px!important}.monaco-component.diff-review .diff-review-actions{display:inline-block;position:absolute;right:10px;top:2px;z-index:100}.monaco-component.diff-review .diff-review-actions .action-label{width:16px;height:16px;margin:2px 0}.monaco-component.diff-review .revertButton{cursor:pointer}.monaco-toolbar{height:100%}.monaco-toolbar .toolbar-toggle-more{display:inline-block;padding:0}.monaco-component.multiDiffEditor{background:var(--vscode-multiDiffEditor-background);position:relative;height:100%;width:100%;overflow-y:hidden}.monaco-component.multiDiffEditor>div{position:absolute;top:0;left:0;height:100%;width:100%}.monaco-component.multiDiffEditor>div.placeholder{visibility:hidden;display:grid;place-items:center;place-content:center}.monaco-component.multiDiffEditor>div.placeholder.visible{visibility:visible}.monaco-component.multiDiffEditor .active{--vscode-multiDiffEditor-border: var(--vscode-focusBorder)}.monaco-component.multiDiffEditor .multiDiffEntry{display:flex;flex-direction:column;flex:1;overflow:hidden}.monaco-component.multiDiffEditor .multiDiffEntry .collapse-button{margin:0 5px;cursor:pointer}.monaco-component.multiDiffEditor .multiDiffEntry .collapse-button a{display:block}.monaco-component.multiDiffEditor .multiDiffEntry .header{z-index:1000;background:var(--vscode-editor-background)}.monaco-component.multiDiffEditor .multiDiffEntry .header:not(.collapsed) .header-content{border-bottom:1px solid var(--vscode-sideBarSectionHeader-border)}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content{margin:8px 0 0;padding:4px 5px;border-top:1px solid var(--vscode-multiDiffEditor-border);display:flex;align-items:center;color:var(--vscode-foreground);background:var(--vscode-multiDiffEditor-headerBackground)}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content.shadow{box-shadow:var(--vscode-scrollbar-shadow) 0 6px 6px -6px}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content .file-path{display:flex;flex:1;min-width:0}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content .file-path .title{font-size:14px;line-height:22px}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content .file-path .title.original{flex:1;min-width:0;text-overflow:ellipsis}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content .file-path .status{font-weight:600;opacity:.75;margin:0 10px;line-height:22px}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content .actions{padding:0 8px}.monaco-component.multiDiffEditor .multiDiffEntry .editorParent{flex:1;display:flex;flex-direction:column;border-bottom:1px solid var(--vscode-multiDiffEditor-border);overflow:hidden}.monaco-component.multiDiffEditor .multiDiffEntry .editorContainer{flex:1}.monaco-editor .selection-anchor{background-color:#007acc;width:2px!important}.monaco-editor .bracket-match{box-sizing:border-box;background-color:var(--vscode-editorBracketMatch-background);border:1px solid var(--vscode-editorBracketMatch-border)}.inline-editor-progress-decoration{display:inline-block;width:1em;height:1em}.inline-progress-widget{display:flex!important;justify-content:center;align-items:center}.inline-progress-widget .icon{font-size:80%!important}.inline-progress-widget:hover .icon{font-size:90%!important;animation:none}.inline-progress-widget:hover .icon:before{content:var(--vscode-icon-x-content);font-family:var(--vscode-icon-x-font-family)}.monaco-editor .monaco-editor-overlaymessage{padding-bottom:8px;z-index:10000}.monaco-editor .monaco-editor-overlaymessage.below{padding-bottom:0;padding-top:8px;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.monaco-editor .monaco-editor-overlaymessage.fadeIn{animation:fadeIn .15s ease-out}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.monaco-editor .monaco-editor-overlaymessage.fadeOut{animation:fadeOut .1s ease-out}.monaco-editor .monaco-editor-overlaymessage .message{padding:2px 4px;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-inputValidation-infoBorder);border-radius:3px}.monaco-editor .monaco-editor-overlaymessage .message p{margin-block:0px}.monaco-editor .monaco-editor-overlaymessage .message a{color:var(--vscode-textLink-foreground)}.monaco-editor .monaco-editor-overlaymessage .message a:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor.hc-black .monaco-editor-overlaymessage .message,.monaco-editor.hc-light .monaco-editor-overlaymessage .message{border-width:2px}.monaco-editor .monaco-editor-overlaymessage .anchor{width:0!important;height:0!important;border-color:transparent;border-style:solid;z-index:1000;border-width:8px;position:absolute;left:2px}.monaco-editor .monaco-editor-overlaymessage .anchor.top{border-bottom-color:var(--vscode-inputValidation-infoBorder)}.monaco-editor .monaco-editor-overlaymessage .anchor.below{border-top-color:var(--vscode-inputValidation-infoBorder)}.monaco-editor .monaco-editor-overlaymessage:not(.below) .anchor.top,.monaco-editor .monaco-editor-overlaymessage.below .anchor.below{display:none}.monaco-editor .monaco-editor-overlaymessage.below .anchor.top{display:inherit;top:-8px}.post-edit-widget{box-shadow:0 0 8px 2px var(--vscode-widget-shadow);border:1px solid var(--vscode-widget-border, transparent);border-radius:4px;background-color:var(--vscode-editorWidget-background);overflow:hidden}.post-edit-widget .monaco-button{padding:2px;border:none;border-radius:0}.post-edit-widget .monaco-button:hover{background-color:var(--vscode-button-secondaryHoverBackground)!important}.post-edit-widget .monaco-button .codicon{margin:0}@font-face{font-family:codicon;font-display:block;src:url(/assets/codicon-DCmgc-ay.ttf) format("truetype")}.codicon[class*=codicon-]{font: 16px/1 codicon;display:inline-block;text-decoration:none;text-rendering:auto;text-align:center;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-user-select:none;user-select:none;-webkit-user-select:none}.codicon-wrench-subaction{opacity:.5}@keyframes codicon-spin{to{transform:rotate(360deg)}}.codicon-sync.codicon-modifier-spin,.codicon-loading.codicon-modifier-spin,.codicon-gear.codicon-modifier-spin,.codicon-notebook-state-executing.codicon-modifier-spin{animation:codicon-spin 1.5s steps(30) infinite}.codicon-modifier-disabled{opacity:.4}.codicon-loading,.codicon-tree-item-loading:before{animation-duration:1s!important;animation-timing-function:cubic-bezier(.53,.21,.29,.67)!important}.monaco-editor .codicon.codicon-symbol-array,.monaco-workbench .codicon.codicon-symbol-array{color:var(--vscode-symbolIcon-arrayForeground)}.monaco-editor .codicon.codicon-symbol-boolean,.monaco-workbench .codicon.codicon-symbol-boolean{color:var(--vscode-symbolIcon-booleanForeground)}.monaco-editor .codicon.codicon-symbol-class,.monaco-workbench .codicon.codicon-symbol-class{color:var(--vscode-symbolIcon-classForeground)}.monaco-editor .codicon.codicon-symbol-method,.monaco-workbench .codicon.codicon-symbol-method{color:var(--vscode-symbolIcon-methodForeground)}.monaco-editor .codicon.codicon-symbol-color,.monaco-workbench .codicon.codicon-symbol-color{color:var(--vscode-symbolIcon-colorForeground)}.monaco-editor .codicon.codicon-symbol-constant,.monaco-workbench .codicon.codicon-symbol-constant{color:var(--vscode-symbolIcon-constantForeground)}.monaco-editor .codicon.codicon-symbol-constructor,.monaco-workbench .codicon.codicon-symbol-constructor{color:var(--vscode-symbolIcon-constructorForeground)}.monaco-editor .codicon.codicon-symbol-value,.monaco-workbench .codicon.codicon-symbol-value,.monaco-editor .codicon.codicon-symbol-enum,.monaco-workbench .codicon.codicon-symbol-enum{color:var(--vscode-symbolIcon-enumeratorForeground)}.monaco-editor .codicon.codicon-symbol-enum-member,.monaco-workbench .codicon.codicon-symbol-enum-member{color:var(--vscode-symbolIcon-enumeratorMemberForeground)}.monaco-editor .codicon.codicon-symbol-event,.monaco-workbench .codicon.codicon-symbol-event{color:var(--vscode-symbolIcon-eventForeground)}.monaco-editor .codicon.codicon-symbol-field,.monaco-workbench .codicon.codicon-symbol-field{color:var(--vscode-symbolIcon-fieldForeground)}.monaco-editor .codicon.codicon-symbol-file,.monaco-workbench .codicon.codicon-symbol-file{color:var(--vscode-symbolIcon-fileForeground)}.monaco-editor .codicon.codicon-symbol-folder,.monaco-workbench .codicon.codicon-symbol-folder{color:var(--vscode-symbolIcon-folderForeground)}.monaco-editor .codicon.codicon-symbol-function,.monaco-workbench .codicon.codicon-symbol-function{color:var(--vscode-symbolIcon-functionForeground)}.monaco-editor .codicon.codicon-symbol-interface,.monaco-workbench .codicon.codicon-symbol-interface{color:var(--vscode-symbolIcon-interfaceForeground)}.monaco-editor .codicon.codicon-symbol-key,.monaco-workbench .codicon.codicon-symbol-key{color:var(--vscode-symbolIcon-keyForeground)}.monaco-editor .codicon.codicon-symbol-keyword,.monaco-workbench .codicon.codicon-symbol-keyword{color:var(--vscode-symbolIcon-keywordForeground)}.monaco-editor .codicon.codicon-symbol-module,.monaco-workbench .codicon.codicon-symbol-module{color:var(--vscode-symbolIcon-moduleForeground)}.monaco-editor .codicon.codicon-symbol-namespace,.monaco-workbench .codicon.codicon-symbol-namespace{color:var(--vscode-symbolIcon-namespaceForeground)}.monaco-editor .codicon.codicon-symbol-null,.monaco-workbench .codicon.codicon-symbol-null{color:var(--vscode-symbolIcon-nullForeground)}.monaco-editor .codicon.codicon-symbol-number,.monaco-workbench .codicon.codicon-symbol-number{color:var(--vscode-symbolIcon-numberForeground)}.monaco-editor .codicon.codicon-symbol-object,.monaco-workbench .codicon.codicon-symbol-object{color:var(--vscode-symbolIcon-objectForeground)}.monaco-editor .codicon.codicon-symbol-operator,.monaco-workbench .codicon.codicon-symbol-operator{color:var(--vscode-symbolIcon-operatorForeground)}.monaco-editor .codicon.codicon-symbol-package,.monaco-workbench .codicon.codicon-symbol-package{color:var(--vscode-symbolIcon-packageForeground)}.monaco-editor .codicon.codicon-symbol-property,.monaco-workbench .codicon.codicon-symbol-property{color:var(--vscode-symbolIcon-propertyForeground)}.monaco-editor .codicon.codicon-symbol-reference,.monaco-workbench .codicon.codicon-symbol-reference{color:var(--vscode-symbolIcon-referenceForeground)}.monaco-editor .codicon.codicon-symbol-snippet,.monaco-workbench .codicon.codicon-symbol-snippet{color:var(--vscode-symbolIcon-snippetForeground)}.monaco-editor .codicon.codicon-symbol-string,.monaco-workbench .codicon.codicon-symbol-string{color:var(--vscode-symbolIcon-stringForeground)}.monaco-editor .codicon.codicon-symbol-struct,.monaco-workbench .codicon.codicon-symbol-struct{color:var(--vscode-symbolIcon-structForeground)}.monaco-editor .codicon.codicon-symbol-text,.monaco-workbench .codicon.codicon-symbol-text{color:var(--vscode-symbolIcon-textForeground)}.monaco-editor .codicon.codicon-symbol-type-parameter,.monaco-workbench .codicon.codicon-symbol-type-parameter{color:var(--vscode-symbolIcon-typeParameterForeground)}.monaco-editor .codicon.codicon-symbol-unit,.monaco-workbench .codicon.codicon-symbol-unit{color:var(--vscode-symbolIcon-unitForeground)}.monaco-editor .codicon.codicon-symbol-variable,.monaco-workbench .codicon.codicon-symbol-variable{color:var(--vscode-symbolIcon-variableForeground)}.monaco-editor .lightBulbWidget{display:flex;align-items:center;justify-content:center}.monaco-editor .lightBulbWidget:hover{cursor:pointer}.monaco-editor .lightBulbWidget.codicon-light-bulb,.monaco-editor .lightBulbWidget.codicon-lightbulb-sparkle{color:var(--vscode-editorLightBulb-foreground)}.monaco-editor .lightBulbWidget.codicon-lightbulb-autofix,.monaco-editor .lightBulbWidget.codicon-lightbulb-sparkle-autofix{color:var(--vscode-editorLightBulbAutoFix-foreground, var(--vscode-editorLightBulb-foreground))}.monaco-editor .lightBulbWidget.codicon-sparkle-filled{color:var(--vscode-editorLightBulbAi-foreground, var(--vscode-icon-foreground))}.monaco-editor .lightBulbWidget:before{position:relative;z-index:2}.monaco-editor .lightBulbWidget:after{position:absolute;top:0;left:0;content:"";display:block;width:100%;height:100%;opacity:.3;z-index:1}.monaco-editor .glyph-margin-widgets .cgmr[class*=codicon-gutter-lightbulb]{display:block;cursor:pointer}.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb,.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-sparkle{color:var(--vscode-editorLightBulb-foreground)}.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-auto-fix,.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-aifix-auto-fix{color:var(--vscode-editorLightBulbAutoFix-foreground, var(--vscode-editorLightBulb-foreground))}.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-sparkle-filled{color:var(--vscode-editorLightBulbAi-foreground, var(--vscode-icon-foreground))}.action-widget{font-size:13px;min-width:160px;max-width:80vw;z-index:40;display:block;width:100%;border:1px solid var(--vscode-editorWidget-border)!important;border-radius:2px;background-color:var(--vscode-editorWidget-background);color:var(--vscode-editorWidget-foreground)}.context-view-block{position:fixed;cursor:initial;left:0;top:0;width:100%;height:100%;z-index:-1}.context-view-pointerBlock{position:fixed;cursor:initial;left:0;top:0;width:100%;height:100%;z-index:2}.action-widget .monaco-list{-moz-user-select:none;user-select:none;-webkit-user-select:none;border:none!important;border-width:0!important}.action-widget .monaco-list:focus:before{outline:0!important}.action-widget .monaco-list .monaco-scrollable-element{overflow:visible}.action-widget .monaco-list .monaco-list-row{padding:0 10px;white-space:nowrap;cursor:pointer;touch-action:none;width:100%}.action-widget .monaco-list .monaco-list-row.action.focused:not(.option-disabled){background-color:var(--vscode-quickInputList-focusBackground)!important;color:var(--vscode-quickInputList-focusForeground);outline:1px solid var(--vscode-menu-selectionBorder, transparent);outline-offset:-1px}.action-widget .monaco-list-row.group-header{color:var(--vscode-descriptionForeground)!important;font-weight:600}.action-widget .monaco-list .group-header,.action-widget .monaco-list .option-disabled,.action-widget .monaco-list .option-disabled:before,.action-widget .monaco-list .option-disabled .focused,.action-widget .monaco-list .option-disabled .focused:before{cursor:default!important;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent!important;outline:0 solid!important}.action-widget .monaco-list-row.action{display:flex;gap:6px;align-items:center}.action-widget .monaco-list-row.action.option-disabled,.action-widget .monaco-list:focus .monaco-list-row.focused.action.option-disabled,.action-widget .monaco-list-row.action.option-disabled .codicon,.action-widget .monaco-list:not(.drop-target):not(.dragging) .monaco-list-row:hover:not(.selected):not(.focused).option-disabled{color:var(--vscode-disabledForeground)}.action-widget .monaco-list-row.action:not(.option-disabled) .codicon{color:inherit}.action-widget .monaco-list-row.action .title{flex:1;overflow:hidden;text-overflow:ellipsis}.action-widget .monaco-list-row.action .monaco-keybinding>.monaco-keybinding-key{background-color:var(--vscode-keybindingLabel-background);color:var(--vscode-keybindingLabel-foreground);border-style:solid;border-width:1px;border-radius:3px;border-color:var(--vscode-keybindingLabel-border);border-bottom-color:var(--vscode-keybindingLabel-bottomBorder);box-shadow:inset 0 -1px 0 var(--vscode-widget-shadow)}.action-widget .action-widget-action-bar{background-color:var(--vscode-editorHoverWidget-statusBarBackground);border-top:1px solid var(--vscode-editorHoverWidget-border)}.action-widget .action-widget-action-bar:before{display:block;content:"";width:100%}.action-widget .action-widget-action-bar .actions-container{padding:0 8px}.action-widget-action-bar .action-label{color:var(--vscode-textLink-activeForeground);font-size:12px;line-height:22px;padding:0;pointer-events:all}.action-widget-action-bar .action-item{margin-right:16px;pointer-events:none}.action-widget-action-bar .action-label:hover{background-color:transparent!important}.monaco-action-bar .actions-container.highlight-toggled .action-label.checked{background:var(--vscode-actionBar-toggledBackground)!important}.monaco-editor .codelens-decoration{overflow:hidden;display:inline-block;text-overflow:ellipsis;white-space:nowrap;color:var(--vscode-editorCodeLens-foreground);line-height:var(--vscode-editorCodeLens-lineHeight);font-size:var(--vscode-editorCodeLens-fontSize);padding-right:calc(var(--vscode-editorCodeLens-fontSize)*.5);font-feature-settings:var(--vscode-editorCodeLens-fontFeatureSettings);font-family:var(--vscode-editorCodeLens-fontFamily),var(--vscode-editorCodeLens-fontFamilyDefault)}.monaco-editor .codelens-decoration>span,.monaco-editor .codelens-decoration>a{-moz-user-select:none;user-select:none;-webkit-user-select:none;white-space:nowrap;vertical-align:sub}.monaco-editor .codelens-decoration>a{text-decoration:none}.monaco-editor .codelens-decoration>a:hover{cursor:pointer;color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .codelens-decoration>a:hover .codicon{color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .codelens-decoration .codicon{vertical-align:middle;color:currentColor!important;color:var(--vscode-editorCodeLens-foreground);line-height:var(--vscode-editorCodeLens-lineHeight);font-size:var(--vscode-editorCodeLens-fontSize)}.monaco-editor .codelens-decoration>a:hover .codicon:before{cursor:pointer}@keyframes fadein{0%{opacity:0;visibility:visible}to{opacity:1}}.monaco-editor .codelens-decoration.fadein{animation:fadein .1s linear}.colorpicker-widget{height:190px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.colorpicker-color-decoration,.hc-light .colorpicker-color-decoration{border:solid .1em #000;box-sizing:border-box;margin:.1em .2em 0;width:.8em;height:.8em;line-height:.8em;display:inline-block;cursor:pointer}.hc-black .colorpicker-color-decoration,.vs-dark .colorpicker-color-decoration{border:solid .1em #eee}.colorpicker-header{display:flex;height:24px;position:relative;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2PYvXu3JAi7uLiAMaYAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII=);background-size:9px 9px;image-rendering:pixelated}.colorpicker-header .picked-color{width:240px;display:flex;align-items:center;justify-content:center;line-height:24px;cursor:pointer;color:#fff;flex:1;white-space:nowrap;overflow:hidden}.colorpicker-header .picked-color .picked-color-presentation{white-space:nowrap;margin-left:5px;margin-right:5px}.colorpicker-header .picked-color .codicon{color:inherit;font-size:14px}.colorpicker-header .picked-color.light{color:#000}.colorpicker-header .original-color{width:74px;z-index:inherit;cursor:pointer}.standalone-colorpicker{color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.colorpicker-header.standalone-colorpicker{border-bottom:none}.colorpicker-header .close-button{cursor:pointer;background-color:var(--vscode-editorHoverWidget-background);border-left:1px solid var(--vscode-editorHoverWidget-border)}.colorpicker-header .close-button-inner-div{width:100%;height:100%;text-align:center}.colorpicker-header .close-button-inner-div:hover{background-color:var(--vscode-toolbar-hoverBackground)}.colorpicker-header .close-icon{padding:3px}.colorpicker-body{display:flex;padding:8px;position:relative}.colorpicker-body .saturation-wrap{overflow:hidden;height:150px;position:relative;min-width:220px;flex:1}.colorpicker-body .saturation-box{height:150px;position:absolute}.colorpicker-body .saturation-selection{width:9px;height:9px;margin:-5px 0 0 -5px;border:1px solid rgb(255,255,255);border-radius:100%;box-shadow:0 0 2px #000c;position:absolute}.colorpicker-body .strip{width:25px;height:150px}.colorpicker-body .standalone-strip{width:25px;height:122px}.colorpicker-body .hue-strip{position:relative;margin-left:8px;cursor:grab;background:linear-gradient(to bottom,red,#ff0 17%,#0f0 33%,#0ff,#00f 67%,#f0f 83%,red)}.colorpicker-body .opacity-strip{position:relative;margin-left:8px;cursor:grab;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2PYvXu3JAi7uLiAMaYAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII=);background-size:9px 9px;image-rendering:pixelated}.colorpicker-body .strip.grabbing{cursor:grabbing}.colorpicker-body .slider{position:absolute;top:0;left:-2px;width:calc(100% + 4px);height:4px;box-sizing:border-box;border:1px solid rgba(255,255,255,.71);box-shadow:0 0 1px #000000d9}.colorpicker-body .strip .overlay{height:150px;pointer-events:none}.colorpicker-body .standalone-strip .standalone-overlay{height:122px;pointer-events:none}.standalone-colorpicker-body{display:block;border:1px solid transparent;border-bottom:1px solid var(--vscode-editorHoverWidget-border);overflow:hidden}.colorpicker-body .insert-button{position:absolute;height:20px;width:58px;padding:0;right:8px;bottom:8px;background:var(--vscode-button-background);color:var(--vscode-button-foreground);border-radius:2px;border:none;cursor:pointer}.colorpicker-body .insert-button:hover{background:var(--vscode-button-hoverBackground)}.monaco-editor .inlineSuggestionsHints.withBorder{z-index:39;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .inlineSuggestionsHints a,.monaco-editor .inlineSuggestionsHints a:hover{color:var(--vscode-foreground)}.monaco-editor .inlineSuggestionsHints .keybinding{display:flex;margin-left:4px;opacity:.6}.monaco-editor .inlineSuggestionsHints .keybinding .monaco-keybinding-key{font-size:8px;padding:2px 3px}.monaco-editor .inlineSuggestionsHints .availableSuggestionCount a{display:flex;min-width:19px;justify-content:center}.monaco-editor .inlineSuggestionStatusBarItemLabel{margin-right:2px}.monaco-editor .peekview-widget .head{box-sizing:border-box;display:flex;justify-content:space-between;flex-wrap:nowrap}.monaco-editor .peekview-widget .head .peekview-title{display:flex;align-items:baseline;font-size:13px;margin-left:20px;min-width:0;text-overflow:ellipsis;overflow:hidden}.monaco-editor .peekview-widget .head .peekview-title.clickable{cursor:pointer}.monaco-editor .peekview-widget .head .peekview-title .dirname:not(:empty){font-size:.9em;margin-left:.5em}.monaco-editor .peekview-widget .head .peekview-title .meta{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.monaco-editor .peekview-widget .head .peekview-title .dirname,.monaco-editor .peekview-widget .head .peekview-title .filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monaco-editor .peekview-widget .head .peekview-title .meta:not(:empty):before{content:"-";padding:0 .3em}.monaco-editor .peekview-widget .head .peekview-actions{flex:1;text-align:right;padding-right:2px}.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar{display:inline-block}.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar,.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar>.actions-container{height:100%}.monaco-editor .peekview-widget>.body{border-top:1px solid;position:relative}.monaco-editor .peekview-widget .head .peekview-title .codicon{margin-right:4px;align-self:center}.monaco-editor .peekview-widget .monaco-list .monaco-list-row.focused .codicon{color:inherit!important}.monaco-editor .zone-widget{position:absolute;z-index:10}.monaco-editor .zone-widget .zone-widget-container{border-top-style:solid;border-bottom-style:solid;border-top-width:0;border-bottom-width:0;position:relative}.monaco-editor .zone-widget .zone-widget-container.reference-zone-widget{border-top-width:1px;border-bottom-width:1px}.monaco-editor .reference-zone-widget .inline{display:inline-block;vertical-align:top}.monaco-editor .reference-zone-widget .messages{height:100%;width:100%;text-align:center;padding:3em 0}.monaco-editor .reference-zone-widget .ref-tree{line-height:23px;background-color:var(--vscode-peekViewResult-background);color:var(--vscode-peekViewResult-lineForeground)}.monaco-editor .reference-zone-widget .ref-tree .reference{text-overflow:ellipsis;overflow:hidden}.monaco-editor .reference-zone-widget .ref-tree .reference-file{display:inline-flex;width:100%;height:100%;color:var(--vscode-peekViewResult-fileForeground)}.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .selected .reference-file{color:inherit!important}.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .monaco-list-rows>.monaco-list-row.selected:not(.highlighted){background-color:var(--vscode-peekViewResult-selectionBackground);color:var(--vscode-peekViewResult-selectionForeground)!important}.monaco-editor .reference-zone-widget .ref-tree .reference-file .count{margin-right:12px;margin-left:auto}.monaco-editor .reference-zone-widget .ref-tree .referenceMatch .highlight{background-color:var(--vscode-peekViewResult-matchHighlightBackground)}.monaco-editor .reference-zone-widget .preview .reference-decoration{background-color:var(--vscode-peekViewEditor-matchHighlightBackground);border:2px solid var(--vscode-peekViewEditor-matchHighlightBorder);box-sizing:border-box}.monaco-editor .reference-zone-widget .preview .monaco-editor .monaco-editor-background,.monaco-editor .reference-zone-widget .preview .monaco-editor .inputarea.ime-input{background-color:var(--vscode-peekViewEditor-background)}.monaco-editor .reference-zone-widget .preview .monaco-editor .margin{background-color:var(--vscode-peekViewEditorGutter-background)}.monaco-editor.hc-black .reference-zone-widget .ref-tree .reference-file,.monaco-editor.hc-light .reference-zone-widget .ref-tree .reference-file{font-weight:700}.monaco-editor.hc-black .reference-zone-widget .ref-tree .referenceMatch .highlight,.monaco-editor.hc-light .reference-zone-widget .ref-tree .referenceMatch .highlight{border:1px dotted var(--vscode-contrastActiveBorder, transparent);box-sizing:border-box}.monaco-editor .hoverHighlight{background-color:var(--vscode-editor-hoverHighlightBackground)}.monaco-editor .monaco-hover-content{padding-right:2px;padding-bottom:2px;box-sizing:border-box}.monaco-editor .monaco-hover{color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border);border-radius:3px}.monaco-editor .monaco-hover a{color:var(--vscode-textLink-foreground)}.monaco-editor .monaco-hover a:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor .monaco-hover .hover-row{display:flex}.monaco-editor .monaco-hover .hover-row .hover-row-contents{min-width:0;display:flex;flex-direction:column}.monaco-editor .monaco-hover .hover-row .verbosity-actions{display:flex;flex-direction:column;padding-left:5px;padding-right:5px;justify-content:end;border-right:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .monaco-hover .hover-row .verbosity-actions .codicon{cursor:pointer;font-size:11px}.monaco-editor .monaco-hover .hover-row .verbosity-actions .codicon.enabled{color:var(--vscode-textLink-foreground)}.monaco-editor .monaco-hover .hover-row .verbosity-actions .codicon.disabled{opacity:.6}.monaco-editor .monaco-hover .hover-row .actions{background-color:var(--vscode-editorHoverWidget-statusBarBackground)}.monaco-editor .monaco-hover code{background-color:var(--vscode-textCodeBlock-background)}.monaco-editor.vs .dnd-target,.monaco-editor.hc-light .dnd-target{border-right:2px dotted black;color:#fff}.monaco-editor.vs-dark .dnd-target{border-right:2px dotted #AEAFAD;color:#51504f}.monaco-editor.hc-black .dnd-target{border-right:2px dotted #fff;color:#000}.monaco-editor.mouse-default .view-lines,.monaco-editor.vs-dark.mac.mouse-default .view-lines,.monaco-editor.hc-black.mac.mouse-default .view-lines,.monaco-editor.hc-light.mac.mouse-default .view-lines{cursor:default}.monaco-editor.mouse-copy .view-lines,.monaco-editor.vs-dark.mac.mouse-copy .view-lines,.monaco-editor.hc-black.mac.mouse-copy .view-lines,.monaco-editor.hc-light.mac.mouse-copy .view-lines{cursor:copy}.monaco-editor .findOptionsWidget{background-color:var(--vscode-editorWidget-background);color:var(--vscode-editorWidget-foreground);box-shadow:0 0 8px 2px var(--vscode-widget-shadow);border:2px solid var(--vscode-contrastBorder)}.monaco-editor .find-widget{position:absolute;z-index:35;height:33px;overflow:hidden;line-height:19px;transition:transform .2s linear;padding:0 4px;box-sizing:border-box;transform:translateY(calc(-100% - 10px));box-shadow:0 0 8px 2px var(--vscode-widget-shadow);color:var(--vscode-editorWidget-foreground);border-left:1px solid var(--vscode-widget-border);border-right:1px solid var(--vscode-widget-border);border-bottom:1px solid var(--vscode-widget-border);border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:var(--vscode-editorWidget-background)}.monaco-workbench.reduce-motion .monaco-editor .find-widget{transition:transform 0ms linear}.monaco-editor .find-widget textarea{margin:0}.monaco-editor .find-widget.hiddenEditor{display:none}.monaco-editor .find-widget.replaceToggled>.replace-part{display:flex}.monaco-editor .find-widget.visible{transform:translateY(0)}.monaco-editor .find-widget .monaco-inputbox.synthetic-focus{outline:1px solid -webkit-focus-ring-color;outline-offset:-1px;outline-color:var(--vscode-focusBorder)}.monaco-editor .find-widget .monaco-inputbox .input{background-color:transparent;min-height:0}.monaco-editor .find-widget .monaco-findInput .input{font-size:13px}.monaco-editor .find-widget>.find-part,.monaco-editor .find-widget>.replace-part{margin:3px 25px 0 17px;font-size:12px;display:flex}.monaco-editor .find-widget>.find-part .monaco-inputbox,.monaco-editor .find-widget>.replace-part .monaco-inputbox{min-height:25px}.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.mirror{padding-right:22px}.monaco-editor .find-widget>.find-part .monaco-inputbox>.ibwrapper>.input,.monaco-editor .find-widget>.find-part .monaco-inputbox>.ibwrapper>.mirror,.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.input,.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.mirror{padding-top:2px;padding-bottom:2px}.monaco-editor .find-widget>.find-part .find-actions{height:25px;display:flex;align-items:center}.monaco-editor .find-widget>.replace-part .replace-actions{height:25px;display:flex;align-items:center}.monaco-editor .find-widget .monaco-findInput{vertical-align:middle;display:flex;flex:1}.monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element{width:100%}.monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element .scrollbar.vertical{opacity:0}.monaco-editor .find-widget .matchesCount{display:flex;flex:initial;margin:0 0 0 3px;padding:2px 0 0 2px;height:25px;vertical-align:middle;box-sizing:border-box;text-align:center;line-height:23px}.monaco-editor .find-widget .button{width:16px;height:16px;padding:3px;border-radius:5px;flex:initial;margin-left:3px;background-position:center center;background-repeat:no-repeat;cursor:pointer;display:flex;align-items:center;justify-content:center}.monaco-editor .find-widget .codicon-find-selection{width:22px;height:22px;padding:3px;border-radius:5px}.monaco-editor .find-widget .button.left{margin-left:0;margin-right:3px}.monaco-editor .find-widget .button.wide{width:auto;padding:1px 6px;top:-1px}.monaco-editor .find-widget .button.toggle{position:absolute;top:0;left:3px;width:18px;height:100%;border-radius:0;box-sizing:border-box}.monaco-editor .find-widget .button.toggle.disabled{display:none}.monaco-editor .find-widget .disabled{color:var(--vscode-disabledForeground);cursor:default}.monaco-editor .find-widget>.replace-part{display:none}.monaco-editor .find-widget>.replace-part>.monaco-findInput{position:relative;display:flex;vertical-align:middle;flex:auto;flex-grow:0;flex-shrink:0}.monaco-editor .find-widget>.replace-part>.monaco-findInput>.controls{position:absolute;top:3px;right:2px}.monaco-editor .find-widget.reduced-find-widget .matchesCount{display:none}.monaco-editor .find-widget.narrow-find-widget{max-width:257px!important}.monaco-editor .find-widget.collapsed-find-widget{max-width:170px!important}.monaco-editor .find-widget.collapsed-find-widget .button.previous,.monaco-editor .find-widget.collapsed-find-widget .button.next,.monaco-editor .find-widget.collapsed-find-widget .button.replace,.monaco-editor .find-widget.collapsed-find-widget .button.replace-all,.monaco-editor .find-widget.collapsed-find-widget>.find-part .monaco-findInput .controls{display:none}.monaco-editor .find-widget.no-results .matchesCount{color:var(--vscode-errorForeground)}.monaco-editor .findMatch{animation-duration:0;animation-name:inherit!important;background-color:var(--vscode-editor-findMatchHighlightBackground)}.monaco-editor .currentFindMatch{background-color:var(--vscode-editor-findMatchBackground);border:2px solid var(--vscode-editor-findMatchBorder);padding:1px;box-sizing:border-box}.monaco-editor .findScope{background-color:var(--vscode-editor-findRangeHighlightBackground)}.monaco-editor .find-widget .monaco-sash{left:0!important;background-color:var(--vscode-editorWidget-resizeBorder, var(--vscode-editorWidget-border))}.monaco-editor.hc-black .find-widget .button:before{position:relative;top:1px;left:2px}.monaco-editor .find-widget .button:not(.disabled):hover,.monaco-editor .find-widget .codicon-find-selection:hover{background-color:var(--vscode-toolbar-hoverBackground)!important}.monaco-editor.findMatch{background-color:var(--vscode-editor-findMatchHighlightBackground)}.monaco-editor.currentFindMatch{background-color:var(--vscode-editor-findMatchBackground)}.monaco-editor.findScope{background-color:var(--vscode-editor-findRangeHighlightBackground)}.monaco-editor.findMatch{background-color:var(--vscode-editorWidget-background)}.monaco-editor .find-widget>.button.codicon-widget-close{position:absolute;top:5px;right:4px}.monaco-editor .margin-view-overlays .codicon-folding-manual-collapsed,.monaco-editor .margin-view-overlays .codicon-folding-manual-expanded,.monaco-editor .margin-view-overlays .codicon-folding-expanded,.monaco-editor .margin-view-overlays .codicon-folding-collapsed{cursor:pointer;opacity:0;transition:opacity .5s;display:flex;align-items:center;justify-content:center;font-size:140%;margin-left:2px}.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-manual-collapsed,.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-manual-expanded,.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-expanded,.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-collapsed{transition:initial}.monaco-editor .margin-view-overlays:hover .codicon,.monaco-editor .margin-view-overlays .codicon.codicon-folding-collapsed,.monaco-editor .margin-view-overlays .codicon.codicon-folding-manual-collapsed,.monaco-editor .margin-view-overlays .codicon.alwaysShowFoldIcons{opacity:1}.monaco-editor .inline-folded:after{color:var(--vscode-editor-foldPlaceholderForeground);margin:.1em .2em 0;content:"⋯";display:inline;line-height:1em;cursor:pointer}.monaco-editor .folded-background{background-color:var(--vscode-editor-foldBackground)}.monaco-editor .cldr.codicon.codicon-folding-expanded,.monaco-editor .cldr.codicon.codicon-folding-collapsed,.monaco-editor .cldr.codicon.codicon-folding-manual-expanded,.monaco-editor .cldr.codicon.codicon-folding-manual-collapsed{color:var(--vscode-editorGutter-foldingControlForeground)!important}.monaco-editor .suggest-preview-additional-widget{white-space:nowrap}.monaco-editor .suggest-preview-additional-widget .content-spacer{color:transparent;white-space:pre}.monaco-editor .suggest-preview-additional-widget .button{display:inline-block;cursor:pointer;text-decoration:underline;text-underline-position:under}.monaco-editor .ghost-text-hidden{opacity:0;font-size:0}.monaco-editor .ghost-text-decoration,.monaco-editor .suggest-preview-text .ghost-text{font-style:italic}.monaco-editor .ghost-text-decoration,.monaco-editor .ghost-text-decoration-preview,.monaco-editor .suggest-preview-text .ghost-text{color:var(--vscode-editorGhostText-foreground)!important;background-color:var(--vscode-editorGhostText-background);border:1px solid var(--vscode-editorGhostText-border)}.monaco-editor .snippet-placeholder{min-width:2px;outline-style:solid;outline-width:1px;background-color:var(--vscode-editor-snippetTabstopHighlightBackground, transparent);outline-color:var(--vscode-editor-snippetTabstopHighlightBorder, transparent)}.monaco-editor .finish-snippet-placeholder{outline-style:solid;outline-width:1px;background-color:var(--vscode-editor-snippetFinalTabstopHighlightBackground, transparent);outline-color:var(--vscode-editor-snippetFinalTabstopHighlightBorder, transparent)}.monaco-editor .suggest-widget{width:430px;z-index:40;display:flex;flex-direction:column;border-radius:3px}.monaco-editor .suggest-widget.message{flex-direction:row;align-items:center}.monaco-editor .suggest-widget,.monaco-editor .suggest-details{flex:0 1 auto;width:100%;border-style:solid;border-width:1px;border-color:var(--vscode-editorSuggestWidget-border);background-color:var(--vscode-editorSuggestWidget-background)}.monaco-editor.hc-black .suggest-widget,.monaco-editor.hc-black .suggest-details,.monaco-editor.hc-light .suggest-widget,.monaco-editor.hc-light .suggest-details{border-width:2px}.monaco-editor .suggest-widget .suggest-status-bar{box-sizing:border-box;display:none;flex-flow:row nowrap;justify-content:space-between;width:100%;font-size:80%;padding:0 4px;border-top:1px solid var(--vscode-editorSuggestWidget-border);overflow:hidden}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar{display:flex}.monaco-editor .suggest-widget .suggest-status-bar .left{padding-right:8px}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-label{color:var(--vscode-editorSuggestWidgetStatus-foreground)}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label{margin-right:0}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label:after{content:", ";margin-right:.3em}.monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-row>.contents>.main>.right>.readMore,.monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-row.focused.string-label>.contents>.main>.right>.readMore{display:none}.monaco-editor .suggest-widget.with-status-bar:not(.docs-side) .monaco-list .monaco-list-row:hover>.contents>.main>.right.can-expand-details>.details-label{width:100%}.monaco-editor .suggest-widget>.message{padding-left:22px}.monaco-editor .suggest-widget>.tree{height:100%;width:100%}.monaco-editor .suggest-widget .monaco-list{-moz-user-select:none;user-select:none;-webkit-user-select:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row{display:flex;-mox-box-sizing:border-box;box-sizing:border-box;padding-right:10px;background-repeat:no-repeat;background-position:2px 2px;white-space:nowrap;cursor:pointer;touch-action:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused{color:var(--vscode-editorSuggestWidget-selectedForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused .codicon{color:var(--vscode-editorSuggestWidget-selectedIconForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents{flex:1;height:100%;overflow:hidden;padding-left:2px}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main{display:flex;overflow:hidden;text-overflow:ellipsis;white-space:pre;justify-content:space-between}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right{display:flex}.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.focused)>.contents>.main .monaco-icon-label{color:var(--vscode-editorSuggestWidget-foreground)}.monaco-editor .suggest-widget:not(.frozen) .monaco-highlighted-label .highlight{font-weight:700}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main .monaco-highlighted-label .highlight{color:var(--vscode-editorSuggestWidget-highlightForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused>.contents>.main .monaco-highlighted-label .highlight{color:var(--vscode-editorSuggestWidget-focusHighlightForeground)}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore:before{color:inherit;opacity:1;font-size:14px;cursor:pointer}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close{position:absolute;top:6px;right:2px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close:hover,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore:hover{opacity:1}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{opacity:.7}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.signature-label{overflow:hidden;text-overflow:ellipsis;opacity:.6}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.qualifier-label{margin-left:12px;opacity:.4;font-size:85%;line-height:initial;text-overflow:ellipsis;overflow:hidden;align-self:center}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{font-size:85%;margin-left:1.1em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label>.monaco-tokenized-source{display:inline}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{display:none}.monaco-editor .suggest-widget:not(.shows-details) .monaco-list .monaco-list-row.focused>.contents>.main>.right>.details-label{display:inline}.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.string-label)>.contents>.main>.right>.details-label,.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row.focused:not(.string-label)>.contents>.main>.right>.details-label{display:inline}.monaco-editor .suggest-widget:not(.docs-side) .monaco-list .monaco-list-row.focused:hover>.contents>.main>.right.can-expand-details>.details-label{width:calc(100% - 26px)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left{flex-shrink:1;flex-grow:1;overflow:hidden}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.monaco-icon-label{flex-shrink:0}.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.string-label)>.contents>.main>.left>.monaco-icon-label{max-width:100%}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.string-label>.contents>.main>.left>.monaco-icon-label{flex-shrink:1}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right{overflow:hidden;flex-shrink:4;max-width:70%}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore{display:inline-block;position:absolute;right:10px;width:18px;height:18px;visibility:hidden}.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row>.contents>.main>.right>.readMore{display:none!important}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.string-label>.contents>.main>.right>.readMore{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused.string-label>.contents>.main>.right>.readMore{display:inline-block}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused:hover>.contents>.main>.right>.readMore{visibility:visible}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated{opacity:.66;text-decoration:unset}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated>.monaco-icon-label-container>.monaco-icon-name-container{text-decoration:line-through}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label:before{height:100%}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon{display:block;height:16px;width:16px;margin-left:2px;background-repeat:no-repeat;background-size:80%;background-position:center}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.hide{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon{display:flex;align-items:center;margin-right:4px}.monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .icon,.monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .suggest-icon:before{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.customcolor .colorspan{margin:0 0 0 .3em;border:.1em solid #000;width:.7em;height:.7em;display:inline-block}.monaco-editor .suggest-details-container{z-index:41}.monaco-editor .suggest-details{display:flex;flex-direction:column;cursor:default;color:var(--vscode-editorSuggestWidget-foreground)}.monaco-editor .suggest-details.focused{border-color:var(--vscode-focusBorder)}.monaco-editor .suggest-details a{color:var(--vscode-textLink-foreground)}.monaco-editor .suggest-details a:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor .suggest-details code{background-color:var(--vscode-textCodeBlock-background)}.monaco-editor .suggest-details.no-docs{display:none}.monaco-editor .suggest-details>.monaco-scrollable-element{flex:1}.monaco-editor .suggest-details>.monaco-scrollable-element>.body{box-sizing:border-box;height:100%;width:100%}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.type{flex:2;overflow:hidden;text-overflow:ellipsis;opacity:.7;white-space:pre;margin:0 24px 0 0;padding:4px 0 12px 5px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.type.auto-wrap{white-space:normal;word-break:break-all}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs{margin:0;padding:4px 5px;white-space:pre-wrap}.monaco-editor .suggest-details.no-type>.monaco-scrollable-element>.body>.docs{margin-right:24px;overflow:hidden}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs{padding:0;white-space:initial;min-height:calc(1rem + 8px)}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div,.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>span:not(:empty){padding:4px 5px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div>p:first-child{margin-top:0}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div>p:last-child{margin-bottom:0}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs .monaco-tokenized-source{white-space:pre}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs .code{white-space:pre-wrap;word-wrap:break-word}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs .codicon{vertical-align:sub}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>p:empty{display:none}.monaco-editor .suggest-details code{border-radius:3px;padding:0 .4em}.monaco-editor .suggest-details ul,.monaco-editor .suggest-details ol{padding-left:20px}.monaco-editor .suggest-details p code{font-family:var(--monaco-monospace-font)}.monaco-editor .goto-definition-link{text-decoration:underline;cursor:pointer;color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .peekview-widget .head .peekview-title .severity-icon{display:inline-block;vertical-align:text-top;margin-right:4px}.monaco-editor .marker-widget{text-overflow:ellipsis;white-space:nowrap}.monaco-editor .marker-widget>.stale{opacity:.6;font-style:italic}.monaco-editor .marker-widget .title{display:inline-block;padding-right:5px}.monaco-editor .marker-widget .descriptioncontainer{position:absolute;white-space:pre;-moz-user-select:text;user-select:text;-webkit-user-select:text;padding:8px 12px 0 20px}.monaco-editor .marker-widget .descriptioncontainer .message{display:flex;flex-direction:column}.monaco-editor .marker-widget .descriptioncontainer .message .details{padding-left:6px}.monaco-editor .marker-widget .descriptioncontainer .message .source,.monaco-editor .marker-widget .descriptioncontainer .message span.code{opacity:.6}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link{opacity:.6;color:inherit}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link:before{content:"("}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link:after{content:")"}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link>span{text-decoration:underline;border-bottom:1px solid transparent;text-underline-position:under;color:var(--vscode-textLink-activeForeground)}.monaco-editor .marker-widget .descriptioncontainer .filename{cursor:pointer;color:var(--vscode-textLink-activeForeground)}.monaco-editor .zone-widget .codicon.codicon-error,.markers-panel .marker-icon.error,.markers-panel .marker-icon .codicon.codicon-error,.text-search-provider-messages .providerMessage .codicon.codicon-error,.extensions-viewlet>.extensions .codicon.codicon-error,.extension-editor .codicon.codicon-error,.preferences-editor .codicon.codicon-error{color:var(--vscode-problemsErrorIcon-foreground)}.monaco-editor .zone-widget .codicon.codicon-warning,.markers-panel .marker-icon.warning,.markers-panel .marker-icon .codicon.codicon-warning,.text-search-provider-messages .providerMessage .codicon.codicon-warning,.extensions-viewlet>.extensions .codicon.codicon-warning,.extension-editor .codicon.codicon-warning,.preferences-editor .codicon.codicon-warning{color:var(--vscode-problemsWarningIcon-foreground)}.monaco-editor .zone-widget .codicon.codicon-info,.markers-panel .marker-icon.info,.markers-panel .marker-icon .codicon.codicon-info,.text-search-provider-messages .providerMessage .codicon.codicon-info,.extensions-viewlet>.extensions .codicon.codicon-info,.extension-editor .codicon.codicon-info,.preferences-editor .codicon.codicon-info{color:var(--vscode-problemsInfoIcon-foreground)}.monaco-editor.vs .valueSetReplacement{outline:solid 2px var(--vscode-editorBracketMatch-border)}.monaco-editor .linked-editing-decoration{background-color:var(--vscode-editor-linkedEditingBackground);min-width:1px}.monaco-editor .detected-link,.monaco-editor .detected-link-active{text-decoration:underline;text-underline-position:under}.monaco-editor .detected-link-active{cursor:pointer;color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .focused .selectionHighlight{background-color:var(--vscode-editor-selectionHighlightBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-selectionHighlightBorder)}.monaco-editor.hc-black .focused .selectionHighlight,.monaco-editor.hc-light .focused .selectionHighlight{border-style:dotted}.monaco-editor .wordHighlight{background-color:var(--vscode-editor-wordHighlightBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-wordHighlightBorder)}.monaco-editor.hc-black .wordHighlight,.monaco-editor.hc-light .wordHighlight{border-style:dotted}.monaco-editor .wordHighlightStrong{background-color:var(--vscode-editor-wordHighlightStrongBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-wordHighlightStrongBorder)}.monaco-editor.hc-black .wordHighlightStrong,.monaco-editor.hc-light .wordHighlightStrong{border-style:dotted}.monaco-editor .wordHighlightText{background-color:var(--vscode-editor-wordHighlightTextBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-wordHighlightTextBorder)}.monaco-editor.hc-black .wordHighlightText,.monaco-editor.hc-light .wordHighlightText{border-style:dotted}.monaco-editor .inline-edit-remove{background-color:var(--vscode-editorGhostText-background);font-style:italic}.monaco-editor .inline-edit-hidden{opacity:0;font-size:0}.monaco-editor .inline-edit-decoration,.monaco-editor .suggest-preview-text .inline-edit{font-style:italic}.monaco-editor .inline-completion-text-to-replace{text-decoration:underline;text-underline-position:under}.monaco-editor .inline-edit-decoration,.monaco-editor .inline-edit-decoration-preview,.monaco-editor .suggest-preview-text .inline-edit{color:var(--vscode-editorGhostText-foreground)!important;background-color:var(--vscode-editorGhostText-background);border:1px solid var(--vscode-editorGhostText-border)}.monaco-editor .inlineEditHints.withBorder{z-index:39;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .inlineEditHints a,.monaco-editor .inlineEditHints a:hover{color:var(--vscode-foreground)}.monaco-editor .inlineEditHints .keybinding{display:flex;margin-left:4px;opacity:.6}.monaco-editor .inlineEditHints .keybinding .monaco-keybinding-key{font-size:8px;padding:2px 3px}.monaco-editor .inlineEditStatusBarItemLabel{margin-right:2px}.monaco-editor .inlineEditSideBySide{z-index:39;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border);white-space:pre}.monaco-editor div.inline-edits-widget{--widget-color: var(--vscode-notifications-background)}.monaco-editor div.inline-edits-widget .promptEditor .monaco-editor{--vscode-editor-placeholder-foreground: var(--vscode-editorGhostText-foreground)}.monaco-editor div.inline-edits-widget .toolbar,.monaco-editor div.inline-edits-widget .promptEditor{opacity:0;transition:opacity .2s ease-in-out}.monaco-editor div.inline-edits-widget:hover .toolbar,.monaco-editor div.inline-edits-widget:hover .promptEditor,.monaco-editor div.inline-edits-widget.focused .toolbar,.monaco-editor div.inline-edits-widget.focused .promptEditor{opacity:1}.monaco-editor div.inline-edits-widget .preview .monaco-editor{--vscode-editor-background: var(--widget-color)}.monaco-editor div.inline-edits-widget .preview .monaco-editor .mtk1{color:var(--vscode-editorGhostText-foreground)}.monaco-editor div.inline-edits-widget .preview .monaco-editor .view-overlays .current-line-exact,.monaco-editor div.inline-edits-widget .preview .monaco-editor .current-line-margin{border:none}.monaco-editor div.inline-edits-widget svg .gradient-start{stop-color:var(--vscode-editor-background)}.monaco-editor div.inline-edits-widget svg .gradient-stop{stop-color:var(--widget-color)}.monaco-editor .parameter-hints-widget{z-index:39;display:flex;flex-direction:column;line-height:1.5em;cursor:default;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.hc-black .monaco-editor .parameter-hints-widget,.hc-light .monaco-editor .parameter-hints-widget{border-width:2px}.monaco-editor .parameter-hints-widget>.phwrapper{max-width:440px;display:flex;flex-direction:row}.monaco-editor .parameter-hints-widget.multiple{min-height:3.3em;padding:0}.monaco-editor .parameter-hints-widget.multiple .body:before{content:"";display:block;height:100%;position:absolute;opacity:.5;border-left:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .parameter-hints-widget p,.monaco-editor .parameter-hints-widget ul{margin:8px 0}.monaco-editor .parameter-hints-widget .monaco-scrollable-element,.monaco-editor .parameter-hints-widget .body{display:flex;flex:1;flex-direction:column;min-height:100%}.monaco-editor .parameter-hints-widget .signature{padding:4px 5px;position:relative}.monaco-editor .parameter-hints-widget .signature.has-docs:after{content:"";display:block;position:absolute;left:0;width:100%;padding-top:4px;opacity:.5;border-bottom:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .parameter-hints-widget .code{font-family:var(--vscode-parameterHintsWidget-editorFontFamily),var(--vscode-parameterHintsWidget-editorFontFamilyDefault)}.monaco-editor .parameter-hints-widget .docs{padding:0 10px 0 5px;white-space:pre-wrap}.monaco-editor .parameter-hints-widget .docs.empty{display:none}.monaco-editor .parameter-hints-widget .docs a{color:var(--vscode-textLink-foreground)}.monaco-editor .parameter-hints-widget .docs a:hover{color:var(--vscode-textLink-activeForeground);cursor:pointer}.monaco-editor .parameter-hints-widget .docs .markdown-docs{white-space:initial}.monaco-editor .parameter-hints-widget .docs code{font-family:var(--monaco-monospace-font);border-radius:3px;padding:0 .4em;background-color:var(--vscode-textCodeBlock-background)}.monaco-editor .parameter-hints-widget .docs .monaco-tokenized-source,.monaco-editor .parameter-hints-widget .docs .code{white-space:pre-wrap}.monaco-editor .parameter-hints-widget .controls{display:none;flex-direction:column;align-items:center;min-width:22px;justify-content:flex-end}.monaco-editor .parameter-hints-widget.multiple .controls{display:flex;padding:0 2px}.monaco-editor .parameter-hints-widget.multiple .button{width:16px;height:16px;background-repeat:no-repeat;cursor:pointer}.monaco-editor .parameter-hints-widget .button.previous{bottom:24px}.monaco-editor .parameter-hints-widget .overloads{text-align:center;height:12px;line-height:12px;font-family:var(--monaco-monospace-font)}.monaco-editor .parameter-hints-widget .signature .parameter.active{color:var(--vscode-editorHoverWidget-highlightForeground);font-weight:700}.monaco-editor .parameter-hints-widget .documentation-parameter>.parameter{font-weight:700;margin-right:.5em}.monaco-editor{--vscode-editor-placeholder-foreground: var(--vscode-editorGhostText-foreground)}.monaco-editor .editorPlaceholder{top:0;position:absolute;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap;pointer-events:none;color:var(--vscode-editor-placeholder-foreground)}.monaco-editor .rename-box{z-index:100;color:inherit;border-radius:4px}.monaco-editor .rename-box.preview{padding:4px 4px 0}.monaco-editor .rename-box .rename-input-with-button{padding:3px;border-radius:2px;width:calc(100% - 8px)}.monaco-editor .rename-box .rename-input{width:calc(100% - 8px);padding:0}.monaco-editor .rename-box .rename-input:focus{outline:none}.monaco-editor .rename-box .rename-suggestions-button{display:flex;align-items:center;padding:3px;background-color:transparent;border:none;border-radius:5px;cursor:pointer}.monaco-editor .rename-box .rename-suggestions-button:hover{background-color:var(--vscode-toolbar-hoverBackground)}.monaco-editor .rename-box .rename-candidate-list-container .monaco-list-row{border-radius:2px}.monaco-editor .rename-box .rename-label{display:none;opacity:.8}.monaco-editor .rename-box.preview .rename-label{display:inherit}.monaco-editor .sticky-widget{overflow:hidden}.monaco-editor .sticky-widget-line-numbers{float:left;background-color:inherit}.monaco-editor .sticky-widget-lines-scrollable{display:inline-block;position:absolute;overflow:hidden;width:var(--vscode-editorStickyScroll-scrollableWidth);background-color:inherit}.monaco-editor .sticky-widget-lines{position:absolute;background-color:inherit}.monaco-editor .sticky-line-number,.monaco-editor .sticky-line-content{color:var(--vscode-editorLineNumber-foreground);white-space:nowrap;display:inline-block;position:absolute;background-color:inherit}.monaco-editor .sticky-line-number .codicon-folding-expanded,.monaco-editor .sticky-line-number .codicon-folding-collapsed{float:right;transition:var(--vscode-editorStickyScroll-foldingOpacityTransition)}.monaco-editor .sticky-line-content{width:var(--vscode-editorStickyScroll-scrollableWidth);background-color:inherit;white-space:nowrap}.monaco-editor .sticky-line-number-inner{display:inline-block;text-align:right}.monaco-editor .sticky-widget{border-bottom:1px solid var(--vscode-editorStickyScroll-border)}.monaco-editor .sticky-line-content:hover{background-color:var(--vscode-editorStickyScrollHover-background);cursor:pointer}.monaco-editor .sticky-widget{width:100%;box-shadow:var(--vscode-editorStickyScroll-shadow) 0 4px 2px -2px;z-index:4;background-color:var(--vscode-editorStickyScroll-background);right:initial!important}.monaco-editor .sticky-widget.peek{background-color:var(--vscode-peekViewEditorStickyScroll-background)}.monaco-editor .unicode-highlight{border:1px solid var(--vscode-editorUnicodeHighlight-border);background-color:var(--vscode-editorUnicodeHighlight-background);box-sizing:border-box}.editor-banner{box-sizing:border-box;cursor:default;width:100%;font-size:12px;display:flex;overflow:visible;height:26px;background:var(--vscode-banner-background)}.editor-banner .icon-container{display:flex;flex-shrink:0;align-items:center;padding:0 6px 0 10px}.editor-banner .icon-container.custom-icon{background-repeat:no-repeat;background-position:center center;background-size:16px;width:16px;padding:0;margin:0 6px 0 10px}.editor-banner .message-container{display:flex;align-items:center;line-height:26px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.editor-banner .message-container p{margin-block-start:0;margin-block-end:0}.editor-banner .message-actions-container{flex-grow:1;flex-shrink:0;line-height:26px;margin:0 4px}.editor-banner .message-actions-container a.monaco-button{width:inherit;margin:2px 8px;padding:0 12px}.editor-banner .message-actions-container a{padding:3px;margin-left:12px;text-decoration:underline}.editor-banner .action-container{padding:0 10px 0 6px}.editor-banner{background-color:var(--vscode-banner-background)}.editor-banner,.editor-banner .action-container .codicon,.editor-banner .message-actions-container .monaco-link{color:var(--vscode-banner-foreground)}.editor-banner .icon-container .codicon{color:var(--vscode-banner-iconForeground)}.monaco-link{color:var(--vscode-textLink-foreground)}.monaco-link:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor .iPadShowKeyboard{width:58px;min-width:0;height:36px;min-height:0;margin:0;padding:0;position:absolute;resize:none;overflow:hidden;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCA1MyAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDguMDM2NCA0LjAxMDQySDQuMDA3NzlMNC4wMDc3OSAzMi4wMjg2SDQ4LjAzNjRWNC4wMTA0MlpNNC4wMDc3OSAwLjAwNzgxMjVDMS43OTcyMSAwLjAwNzgxMjUgMC4wMDUxODc5OSAxLjc5OTg0IDAuMDA1MTg3OTkgNC4wMTA0MlYzMi4wMjg2QzAuMDA1MTg3OTkgMzQuMjM5MiAxLjc5NzIxIDM2LjAzMTIgNC4wMDc3OSAzNi4wMzEySDQ4LjAzNjRDNTAuMjQ3IDM2LjAzMTIgNTIuMDM5IDM0LjIzOTIgNTIuMDM5IDMyLjAyODZWNC4wMTA0MkM1Mi4wMzkgMS43OTk4NCA1MC4yNDcgMC4wMDc4MTI1IDQ4LjAzNjQgMC4wMDc4MTI1SDQuMDA3NzlaTTguMDEwNDIgOC4wMTMwMkgxMi4wMTNWMTIuMDE1Nkg4LjAxMDQyVjguMDEzMDJaTTIwLjAxODIgOC4wMTMwMkgxNi4wMTU2VjEyLjAxNTZIMjAuMDE4MlY4LjAxMzAyWk0yNC4wMjA4IDguMDEzMDJIMjguMDIzNFYxMi4wMTU2SDI0LjAyMDhWOC4wMTMwMlpNMzYuMDI4NiA4LjAxMzAySDMyLjAyNlYxMi4wMTU2SDM2LjAyODZWOC4wMTMwMlpNNDAuMDMxMiA4LjAxMzAySDQ0LjAzMzlWMTIuMDE1Nkg0MC4wMzEyVjguMDEzMDJaTTE2LjAxNTYgMTYuMDE4Mkg4LjAxMDQyVjIwLjAyMDhIMTYuMDE1NlYxNi4wMTgyWk0yMC4wMTgyIDE2LjAxODJIMjQuMDIwOFYyMC4wMjA4SDIwLjAxODJWMTYuMDE4MlpNMzIuMDI2IDE2LjAxODJIMjguMDIzNFYyMC4wMjA4SDMyLjAyNlYxNi4wMTgyWk00NC4wMzM5IDE2LjAxODJWMjAuMDIwOEgzNi4wMjg2VjE2LjAxODJINDQuMDMzOVpNMTIuMDEzIDI0LjAyMzRIOC4wMTA0MlYyOC4wMjZIMTIuMDEzVjI0LjAyMzRaTTE2LjAxNTYgMjQuMDIzNEgzNi4wMjg2VjI4LjAyNkgxNi4wMTU2VjI0LjAyMzRaTTQ0LjAzMzkgMjQuMDIzNEg0MC4wMzEyVjI4LjAyNkg0NC4wMzM5VjI0LjAyMzRaIiBmaWxsPSIjNDI0MjQyIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) center center no-repeat;border:4px solid #F6F6F6;border-radius:4px}.monaco-editor.vs-dark .iPadShowKeyboard{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCA1MyAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDguMDM2NCA0LjAxMDQySDQuMDA3NzlMNC4wMDc3OSAzMi4wMjg2SDQ4LjAzNjRWNC4wMTA0MlpNNC4wMDc3OSAwLjAwNzgxMjVDMS43OTcyMSAwLjAwNzgxMjUgMC4wMDUxODc5OSAxLjc5OTg0IDAuMDA1MTg3OTkgNC4wMTA0MlYzMi4wMjg2QzAuMDA1MTg3OTkgMzQuMjM5MiAxLjc5NzIxIDM2LjAzMTIgNC4wMDc3OSAzNi4wMzEySDQ4LjAzNjRDNTAuMjQ3IDM2LjAzMTIgNTIuMDM5IDM0LjIzOTIgNTIuMDM5IDMyLjAyODZWNC4wMTA0MkM1Mi4wMzkgMS43OTk4NCA1MC4yNDcgMC4wMDc4MTI1IDQ4LjAzNjQgMC4wMDc4MTI1SDQuMDA3NzlaTTguMDEwNDIgOC4wMTMwMkgxMi4wMTNWMTIuMDE1Nkg4LjAxMDQyVjguMDEzMDJaTTIwLjAxODIgOC4wMTMwMkgxNi4wMTU2VjEyLjAxNTZIMjAuMDE4MlY4LjAxMzAyWk0yNC4wMjA4IDguMDEzMDJIMjguMDIzNFYxMi4wMTU2SDI0LjAyMDhWOC4wMTMwMlpNMzYuMDI4NiA4LjAxMzAySDMyLjAyNlYxMi4wMTU2SDM2LjAyODZWOC4wMTMwMlpNNDAuMDMxMiA4LjAxMzAySDQ0LjAzMzlWMTIuMDE1Nkg0MC4wMzEyVjguMDEzMDJaTTE2LjAxNTYgMTYuMDE4Mkg4LjAxMDQyVjIwLjAyMDhIMTYuMDE1NlYxNi4wMTgyWk0yMC4wMTgyIDE2LjAxODJIMjQuMDIwOFYyMC4wMjA4SDIwLjAxODJWMTYuMDE4MlpNMzIuMDI2IDE2LjAxODJIMjguMDIzNFYyMC4wMjA4SDMyLjAyNlYxNi4wMTgyWk00NC4wMzM5IDE2LjAxODJWMjAuMDIwOEgzNi4wMjg2VjE2LjAxODJINDQuMDMzOVpNMTIuMDEzIDI0LjAyMzRIOC4wMTA0MlYyOC4wMjZIMTIuMDEzVjI0LjAyMzRaTTE2LjAxNTYgMjQuMDIzNEgzNi4wMjg2VjI4LjAyNkgxNi4wMTU2VjI0LjAyMzRaTTQ0LjAzMzkgMjQuMDIzNEg0MC4wMzEyVjI4LjAyNkg0NC4wMzM5VjI0LjAyMzRaIiBmaWxsPSIjQzVDNUM1Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) center center no-repeat;border:4px solid #252526}.monaco-editor .tokens-inspect-widget{z-index:50;-moz-user-select:text;user-select:text;-webkit-user-select:text;padding:10px;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor.hc-black .tokens-inspect-widget,.monaco-editor.hc-light .tokens-inspect-widget{border-width:2px}.monaco-editor .tokens-inspect-widget .tokens-inspect-separator{height:1px;border:0;background-color:var(--vscode-editorHoverWidget-border)}.monaco-editor .tokens-inspect-widget .tm-token{font-family:var(--monaco-monospace-font)}.monaco-editor .tokens-inspect-widget .tm-token-length{font-weight:400;font-size:60%;float:right}.monaco-editor .tokens-inspect-widget .tm-metadata-table{width:100%}.monaco-editor .tokens-inspect-widget .tm-metadata-value{font-family:var(--monaco-monospace-font);text-align:right}.monaco-editor .tokens-inspect-widget .tm-token-type{font-family:var(--monaco-monospace-font)}/*!
* Copyright (c) HANDSONCODE sp. z o. o.
*
* HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o., a Polish corporation based in
* Gdynia, Poland, at Aleja Zwyciestwa 96-98, registered by the District Court in Gdansk under number
* 538651, EU tax ID number: PL5862294002, share capital: PLN 62,800.00.
*
* This software is protected by applicable copyright laws, including international treaties, and dual-
* licensed - depending on whether your use for commercial purposes, meaning intended for or
* resulting in commercial advantage or monetary compensation, or not.
*
* If your use is strictly personal or solely for evaluation purposes, meaning for the purposes of testing
* the suitability, performance, and usefulness of this software outside the production environment,
* you agree to be bound by the terms included in the "handsontable-non-commercial-license.pdf" file.
*
* Your use of this software for commercial purposes is subject to the terms included in an applicable
* license agreement.
*
* In any case, you must not make any such use of this software as to develop software which may be
* considered competitive with this software.
*
* UNLESS EXPRESSLY AGREED OTHERWISE, HANDSONCODE PROVIDES THIS SOFTWARE ON AN "AS IS"
* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, AND IN NO EVENT AND UNDER NO
* LEGAL THEORY, SHALL HANDSONCODE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT,
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
* USE OR INABILITY TO USE THIS SOFTWARE.
*
* Version: 15.0.1
* Release date: 10/02/2025 (built at 07/02/2025 16:10:23)
*/.handsontable .table td,.handsontable .table th{border-top:none}.handsontable tr{background:#fff}.handsontable td{background-color:inherit}.handsontable .table caption+thead tr:first-child td,.handsontable .table caption+thead tr:first-child th,.handsontable .table colgroup+thead tr:first-child td,.handsontable .table colgroup+thead tr:first-child th,.handsontable .table thead:first-child tr:first-child td,.handsontable .table thead:first-child tr:first-child th{border-top:1px solid #ccc}.handsontable .table-bordered{border:0;border-collapse:separate}.handsontable .table-bordered td,.handsontable .table-bordered th{border-left:none}.handsontable .table-bordered td:first-child,.handsontable .table-bordered th:first-child{border-left:1px solid #ccc}.handsontable .table>tbody>tr>td,.handsontable .table>tbody>tr>th,.handsontable .table>tfoot>tr>td,.handsontable .table>tfoot>tr>th,.handsontable .table>thead>tr>td,.handsontable .table>thead>tr>th{line-height:21px;padding:0}.col-lg-1.handsontable,.col-lg-10.handsontable,.col-lg-11.handsontable,.col-lg-12.handsontable,.col-lg-2.handsontable,.col-lg-3.handsontable,.col-lg-4.handsontable,.col-lg-5.handsontable,.col-lg-6.handsontable,.col-lg-7.handsontable,.col-lg-8.handsontable,.col-lg-9.handsontable,.col-md-1.handsontable,.col-md-10.handsontable,.col-md-11.handsontable,.col-md-12.handsontable,.col-md-2.handsontable,.col-md-3.handsontable,.col-md-4.handsontable,.col-md-5.handsontable,.col-md-6.handsontable,.col-md-7.handsontable,.col-md-8.handsontable,.col-md-9.handsontable .col-sm-1.handsontable,.col-sm-10.handsontable,.col-sm-11.handsontable,.col-sm-12.handsontable,.col-sm-2.handsontable,.col-sm-3.handsontable,.col-sm-4.handsontable,.col-sm-5.handsontable,.col-sm-6.handsontable,.col-sm-7.handsontable,.col-sm-8.handsontable,.col-sm-9.handsontable .col-xs-1.handsontable,.col-xs-10.handsontable,.col-xs-11.handsontable,.col-xs-12.handsontable,.col-xs-2.handsontable,.col-xs-3.handsontable,.col-xs-4.handsontable,.col-xs-5.handsontable,.col-xs-6.handsontable,.col-xs-7.handsontable,.col-xs-8.handsontable,.col-xs-9.handsontable{padding-left:0;padding-right:0}.handsontable .table-striped>tbody>tr:nth-of-type(2n){background-color:#fff}.handsontable .relative{position:relative}.handsontable .wtHider{position:relative;width:0}.handsontable .wtSpreader{height:auto;position:relative;width:0}.handsontable div,.handsontable input,.handsontable table,.handsontable tbody,.handsontable td,.handsontable textarea,.handsontable th,.handsontable thead{box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box}.handsontable input,.handsontable textarea{min-height:auto}.handsontable table.htCore{border-collapse:separate;border-spacing:0;border-width:0;cursor:default;margin:0;max-height:none;max-width:none;outline-width:0;table-layout:fixed;width:0}.handsontable col,.handsontable col.rowHeader{width:50px}.handsontable td,.handsontable th{background-color:#fff;border-bottom:1px solid #ccc;border-left-width:0;border-right:1px solid #ccc;border-top-width:0;empty-cells:show;height:22px;line-height:21px;outline:none;outline-width:0;overflow:hidden;padding:0 4px;vertical-align:top;white-space:pre-wrap}[dir=rtl].handsontable td,[dir=rtl].handsontable th{border-left:1px solid #ccc;border-right-width:0}.handsontable th:last-child{border-bottom:1px solid #ccc;border-left:none;border-right:1px solid #ccc}[dir=rtl].handsontable th:last-child{border-left:1px solid #ccc;border-right:none}.handsontable td:first-of-type,.handsontable th:first-child{border-left:1px solid #ccc}[dir=rtl].handsontable td:first-of-type,[dir=rtl].handsontable th:first-child{border-right:1px solid #ccc}.handsontable .ht_clone_top th:nth-child(2){border-left-width:0;border-right:1px solid #ccc}[dir=rtl].handsontable .ht_clone_top th:nth-child(2){border-left:1px solid #ccc;border-right-width:0}.handsontable.htRowHeaders thead tr th:nth-child(2){border-left:1px solid #ccc}[dir=rtl].handsontable.htRowHeaders thead tr th:nth-child(2){border-right:1px solid #ccc}.handsontable tr:first-child td,.handsontable tr:first-child th{border-top:1px solid #ccc}.ht_master:not(.innerBorderInlineStart):not(.emptyColumns) tbody tr th,.ht_master:not(.innerBorderInlineStart):not(.emptyColumns) thead tr th:first-child,.ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.htGhostTable) tbody tr th,.ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.ht_clone_top):not(.htGhostTable) thead tr th:first-child{border-left:1px solid #ccc;border-right-width:0}[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) tbody tr th,[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) thead tr th:first-child,[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.htGhostTable) tbody tr th,[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.ht_clone_top):not(.htGhostTable) thead tr th:first-child{border-left-width:0;border-right:1px solid #ccc}.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr.lastChild th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr:last-child th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr.lastChild th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr:last-child th{border-bottom-width:0}.handsontable th{background-color:#f0f0f0;color:#222;font-weight:400;text-align:center;white-space:nowrap}.handsontable thead th{padding:0}.handsontable th.active{background-color:#ccc}.handsontable thead th .relative{padding:2px 4px}.handsontable span.colHeader{display:inline-block;line-height:1.1}.handsontable .wtBorder.current{z-index:10}.handsontable .wtBorder.area{z-index:8}.handsontable .wtBorder.fill{z-index:6}.handsontable .wtBorder.corner{cursor:crosshair;font-size:0}.ht_clone_bottom,.ht_clone_inline_start,.ht_clone_top,.ht_master{overflow:hidden}.handsontable .ht_clone_inline_start table.htCore>thead,.handsontable .ht_master table.htCore>tbody>tr>th,.handsontable .ht_master table.htCore>thead{visibility:hidden}.ht_clone_bottom .wtHolder,.ht_clone_inline_start .wtHolder,.ht_clone_top .wtHolder{overflow:hidden}.handsontable{color:#373737;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:400;position:relative;touch-action:manipulation}.handsontable a{color:#104acc}.handsontable.htAutoSize{left:-99000px;position:absolute;top:-99000px;visibility:hidden}.handsontable td.htInvalid{background-color:#ffbeba!important}.handsontable td.htNoWrap{white-space:nowrap}.handsontable td.invisibleSelection,.handsontable th.invisibleSelection{outline:none}.handsontable td.invisibleSelection::-moz-selection,.handsontable th.invisibleSelection::-moz-selection{background:#fff0}.handsontable td.invisibleSelection::selection,.handsontable th.invisibleSelection::selection{background:#fff0}.hot-display-license-info{color:#373737;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:10px;font-weight:400;padding:5px 0 3px;text-align:left}.hot-display-license-info a{color:#104acc;font-size:10px}.handsontable .htFocusCatcher{border:0;height:0;margin:0;opacity:0;padding:0;position:absolute;width:0;z-index:-1}.handsontable .manualColumnResizer{cursor:col-resize;height:25px;position:absolute;top:0;width:5px;z-index:210}.handsontable .manualRowResizer{cursor:row-resize;height:5px;left:0;position:absolute;width:50px;z-index:210}.handsontable .manualColumnResizer.active,.handsontable .manualColumnResizer:hover,.handsontable .manualRowResizer.active,.handsontable .manualRowResizer:hover{background-color:#34a9db}.handsontable .manualColumnResizerGuide{background-color:#34a9db;border-left:none;border-right:1px dashed #777;display:none;margin-left:5px;margin-right:unset;position:absolute;right:unset;top:0;width:0}[dir=rtl].handsontable .manualColumnResizerGuide{border-left:1px dashed #777;border-right:none;left:unset;margin-left:unset;margin-right:5px}.handsontable .manualRowResizerGuide{background-color:#34a9db;border-bottom:1px dashed #777;bottom:0;display:none;height:0;left:0;margin-top:5px;position:absolute}.handsontable .manualColumnResizerGuide.active,.handsontable .manualRowResizerGuide.active{display:block;z-index:209}.handsontable td.area,.handsontable td.area-1,.handsontable td.area-2,.handsontable td.area-3,.handsontable td.area-4,.handsontable td.area-5,.handsontable td.area-6,.handsontable td.area-7{position:relative}.handsontable td.area-1:before,.handsontable td.area-2:before,.handsontable td.area-3:before,.handsontable td.area-4:before,.handsontable td.area-5:before,.handsontable td.area-6:before,.handsontable td.area-7:before,.handsontable td.area:before{background:#005eff;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.handsontable td.area:before{opacity:.1}.handsontable td.area-1:before{opacity:.2}.handsontable td.area-2:before{opacity:.27}.handsontable td.area-4:before{opacity:.41}.handsontable td.area-5:before{opacity:.47}.handsontable td.area-6:before{opacity:.54}.handsontable td.area-7:before{opacity:.58}.handsontable tbody th.current,.handsontable thead th.current{box-shadow:inset 0 0 0 2px #4b89ff}.handsontable tbody th.ht__highlight,.handsontable thead th.ht__highlight{background-color:#dcdcdc}.handsontable tbody th.ht__active_highlight,.handsontable thead th.ht__active_highlight{background-color:#8eb0e7;color:#000}.handsontableInput{background-color:#fff;border:none;border-radius:0;box-shadow:inset 0 0 0 2px #5292f7;box-sizing:border-box!important;color:#000;display:block;font-family:inherit;font-size:inherit;line-height:21px;margin:0;outline-width:0;padding:1px 5px 0;resize:none}.handsontableInput:focus{outline:none}.handsontableInputHolder{left:0;position:absolute;top:0}.htSelectEditor select{-webkit-appearance:menulist-button!important;border:2px solid #4b89ff;box-sizing:border-box!important;height:100%;width:100%}.htSelectEditor .htAutocompleteArrow{display:none}.handsontable .htDimmed{color:#777}.handsontable .htSubmenu{position:relative}.handsontable .htSubmenu :after{color:#777;content:"▶";font-size:9px;position:absolute;right:5px}[dir=rtl].handsontable .htSubmenu :after{content:""}[dir=rtl].handsontable .htSubmenu :before{color:#777;content:"◀";font-size:9px;left:5px;position:absolute}.handsontable .htPlaceholder{color:#999}.handsontable.listbox{margin:0}.handsontable.listbox .ht_master table{background:#fff;border:1px solid #ccc;border-collapse:separate}.handsontable.listbox td,.handsontable.listbox th,.handsontable.listbox tr:first-child td,.handsontable.listbox tr:first-child th,.handsontable.listbox tr:last-child th{border-color:transparent!important}.handsontable.listbox td,.handsontable.listbox th{text-overflow:ellipsis;white-space:nowrap}.handsontable.listbox td.htDimmed{color:inherit;cursor:default;font-style:inherit}.handsontable.listbox .wtBorder{visibility:hidden}.handsontable.listbox tr td.current,.handsontable.listbox tr:hover td{background:#eee}.handsontable td.htSearchResult{background:#fcedd9;color:#583707}.handsontable.mobile,.handsontable.mobile .wtHolder{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-overflow-scrolling:touch}.handsontable.mobile .handsontableInput:focus{-webkit-appearance:none;box-shadow:inset 0 0 0 2px #5292f7}.handsontable .bottomSelectionHandle,.handsontable .bottomSelectionHandle-HitArea,.handsontable .topSelectionHandle,.handsontable .topSelectionHandle-HitArea{left:-10000px;right:unset;top:-10000px;z-index:9999}[dir=rtl].handsontable .bottomSelectionHandle,[dir=rtl].handsontable .bottomSelectionHandle-HitArea,[dir=rtl].handsontable .topSelectionHandle,[dir=rtl].handsontable .topSelectionHandle-HitArea{left:unset;right:-10000px}.handsontable.hide-tween{animation:opacity-hide .3s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.handsontable.show-tween{animation:opacity-show .3s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.handsontable .htAutocompleteArrow{color:#bbb;cursor:default;float:right;font-size:10px;text-align:center;width:16px}.handsontable td.htInvalid .htAutocompleteArrow{color:#555}.handsontable td.htInvalid .htAutocompleteArrow:hover{color:#1a1a1a}.handsontable td .htAutocompleteArrow:hover{color:#777}.handsontable td.area .htAutocompleteArrow{color:#d3d3d3}.handsontable .htCheckboxRendererLabel{cursor:pointer;display:inline-block;font-size:inherit;vertical-align:middle}.handsontable .collapsibleIndicator{background:#eee;border:1px solid #a6a6a6;border-radius:10px;box-shadow:0 0 0 3px #eee;color:#222;cursor:pointer;font-size:10px;height:10px;left:unset;line-height:8px;position:absolute;right:5px;text-align:center;top:50%;transform:translateY(-50%);width:10px}[dir=rtl].handsontable .collapsibleIndicator{left:5px;right:unset}.handsontable[dir=ltr] thead th:has(.collapsibleIndicator) div.htRight span.colHeader{margin-right:20px}.handsontable[dir=rtl] thead th:has(.collapsibleIndicator) div.htLeft span.colHeader{margin-left:20px}.handsontable .columnSorting{position:relative}.handsontable[dir=ltr] div.htRight span[class*=ascending],.handsontable[dir=ltr] div.htRight span[class*=descending]{margin-left:-10px;margin-right:10px}.handsontable[dir=rtl] div.htLeft span[class*=ascending],.handsontable[dir=rtl] div.htLeft span[class*=descending]{margin-left:10px;margin-right:-10px}.handsontable[dir=ltr] div.htRight span[class*=ascending]:only-child,.handsontable[dir=ltr] div.htRight span[class*=descending]:only-child{margin-left:-15px;margin-right:15px}.handsontable[dir=rtl] div.htLeft span[class*=ascending]:only-child,.handsontable[dir=rtl] div.htLeft span[class*=descending]:only-child{margin-left:15px;margin-right:-15px}.handsontable .columnSorting.sortAction:hover{cursor:pointer;text-decoration:underline}.handsontable span.colHeader.columnSorting:before{background-position-x:right;background-repeat:no-repeat;background-size:contain;content:"";height:10px;left:unset;margin-top:-6px;padding-left:8px;padding-right:0;position:absolute;right:-9px;top:50%;width:5px}[dir=rtl].handsontable span.colHeader.columnSorting:before{background-position-x:left;left:-9px;padding-left:0;padding-right:8px;right:unset}.handsontable span.colHeader.columnSorting.ascending:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFNJREFUeAHtzjkSgCAUBNHPgsoy97+ulGXRqJE5L+xkxoYt2UdsLb5bqFINz+aLuuLn5rIu2RkO3fZpWENimNgiw6iBYRTPMLJjGFxQZ1hxxb/xBI1qC8k39CdKAAAAAElFTkSuQmCC)}.handsontable span.colHeader.columnSorting.descending:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFJJREFUeAHtzjkSgCAQRNFmQYUZ7n9dKUvru0TmvPAn3br0QfgdZ5xx6x+rQn23GqTYnq1FDcnuzZIO2WmedVqIRVxgGKEyjNgYRjKGkZ1hFIZ3I70LyM0VtU8AAAAASUVORK5CYII=)}.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled):before{content:"*";display:inline-block;padding-right:20px;position:relative}.handsontable.htGhostTable table tbody tr td,.handsontable.htGhostTable table tbody tr th{border-top-width:0}.handsontable .htCommentCell:after{border-left:6px solid transparent;border-right:none;border-top:6px solid #000;content:"";left:unset;position:absolute;right:0;top:0}[dir=rtl].handsontable .htCommentCell:after{border-left:none;border-right:6px solid transparent;left:0;right:unset}.htCommentsContainer .htComments{display:none;position:absolute;z-index:1059}.htCommentsContainer .htCommentTextArea{-webkit-appearance:none;background-color:#fff;border:none;border-left:3px solid #ccc;box-shadow:0 1px 3px #0000001e,0 1px 2px #0000003d;box-sizing:border-box;font-size:12px;height:90px;outline:0!important;padding:5px;width:215px}[dir=rtl].htCommentsContainer .htCommentTextArea{border-left:none;border-right:3px solid #ccc}.htCommentsContainer .htCommentTextArea:focus{border-left:3px solid #5292f7;border-right:none;box-shadow:0 1px 3px #0000001e,0 1px 2px #0000003d,inset 0 0 0 1px #5292f7}[dir=rtl].htCommentsContainer .htCommentTextArea:focus{border-left:none;border-right:3px solid #5292f7}/*!
 * Handsontable ContextMenu
 */.htContextMenu:not(.htGhostTable){display:none;position:absolute;z-index:1060}.htContextMenu .ht_clone_bottom,.htContextMenu .ht_clone_bottom_inline_start_corner,.htContextMenu .ht_clone_inline_start,.htContextMenu .ht_clone_top,.htContextMenu .ht_clone_top_inline_start_corner{display:none}.htContextMenu .ht_master table.htCore{border-color:#ccc;border-style:solid;border-width:1px 2px 2px 1px}[dir=rtl].htContextMenu .ht_master table.htCore{border-left-width:2px;border-right-width:1px}.htContextMenu.handsontable:focus{outline:none}.htContextMenu .wtBorder{visibility:hidden}.htContextMenu table tbody tr td{background:#fff;border-width:0;cursor:pointer;overflow:hidden;padding:4px 6px 0;text-overflow:ellipsis;white-space:nowrap}.htContextMenu table tbody tr td:first-child{border-width:0}[dir=rtl].htContextMenu table tbody tr td:first-child{border-left-width:0;border-right-width:0}.htContextMenu table tbody tr td.htDimmed{color:#323232;font-style:normal}.htContextMenu table tbody tr td.current{background:#f3f3f3}.htContextMenu table tbody tr td.htSeparator{border-top:1px solid #e6e6e6;cursor:default;height:0;padding:0}.htContextMenu table tbody tr td.htDisabled{color:#999;cursor:default}.htContextMenu table tbody tr td.htDisabled:hover{background:#fff;color:#999;cursor:default}.htContextMenu table tbody tr.htHidden{display:none}.htContextMenu table tbody tr td .htItemWrapper{margin-left:10px;margin-right:6px}[dir=rtl].htContextMenu table tbody tr td .htItemWrapper{margin-left:6px;margin-right:10px}.htContextMenu table tbody tr td div span.selected{left:4px;margin-top:-2px;position:absolute;right:0}[dir=rtl].htContextMenu table tbody tr td div span.selected{left:0;right:4px}.htContextMenu .ht_master .wtHolder{overflow:hidden}textarea.HandsontableCopyPaste{opacity:0;outline:0 none!important;overflow:hidden;position:fixed!important;right:100%!important;top:0!important}/*!
 * Handsontable DropdownMenu
 */.handsontable .changeType{background:#eee;border:1px solid #bbb;border-radius:2px;color:#bbb;float:right;font-size:9px;line-height:9px;margin:3px 1px 0 5px;padding:2px}[dir=rtl].handsontable .changeType{float:left}.handsontable[dir=rtl] .changeType{margin:3px 5px 0 1px}.handsontable .changeType:before{content:"▼ "}.handsontable .changeType:hover{border:1px solid #777;color:#777;cursor:pointer}.htDropdownMenu:not(.htGhostTable){display:none;position:absolute;z-index:1060}.htDropdownMenu .ht_clone_bottom,.htDropdownMenu .ht_clone_bottom_inline_start_corner,.htDropdownMenu .ht_clone_inline_start,.htDropdownMenu .ht_clone_top,.htDropdownMenu .ht_clone_top_inline_start_corner{display:none}.htDropdownMenu table.htCore{border-color:#ccc;border-style:solid;border-width:1px 2px 2px 1px}[dir=rtl].htDropdownMenu table.htCore{border-left-width:2px;border-right-width:1px}.htDropdownMenu.handsontable:focus{outline:none}.htDropdownMenu .wtBorder{visibility:hidden}.htDropdownMenu table tbody tr td{background:#fff;border-width:0;cursor:pointer;overflow:hidden;padding:4px 6px 0;text-overflow:ellipsis;white-space:nowrap}.htDropdownMenu table tbody tr td:first-child{border-width:0}[dir=rtl].htDropdownMenu table tbody tr td:first-child{border-left-width:0;border-right-width:0}.htDropdownMenu table tbody tr td.htDimmed{color:#323232;font-style:normal}.htDropdownMenu table tbody tr td.current{background:#e9e9e9}.htDropdownMenu table tbody tr td.htSeparator{border-top:1px solid #e6e6e6;cursor:default;height:0;padding:0}.htDropdownMenu table tbody tr td.htDisabled{color:#999}.htDropdownMenu table tbody tr td.htDisabled:hover{background:#fff;color:#999;cursor:default}.htDropdownMenu:not(.htGhostTable) table tbody tr.htHidden{display:none}.htDropdownMenu table tbody tr td .htItemWrapper,[dir=rtl].htDropdownMenu table tbody tr td .htItemWrapper{margin-left:10px;margin-right:10px}.htDropdownMenu table tbody tr td div span.selected{left:4px;margin-top:-2px;position:absolute;right:0}[dir=rtl].htDropdownMenu table tbody tr td div span.selected{left:0;right:4px}.htDropdownMenu .ht_master .wtHolder{overflow:hidden}/*!
 * Handsontable Filters
 */.htFiltersConditionsMenu:not(.htGhostTable){display:none;position:absolute;z-index:1070}.htFiltersConditionsMenu .ht_clone_bottom,.htFiltersConditionsMenu .ht_clone_bottom_inline_start_corner,.htFiltersConditionsMenu .ht_clone_inline_start,.htFiltersConditionsMenu .ht_clone_top,.htFiltersConditionsMenu .ht_clone_top_inline_start_corner{display:none}.htFiltersConditionsMenu table.htCore{border-color:#bbb;border-style:solid;border-width:1px 2px 2px 1px}.htFiltersConditionsMenu .wtBorder{visibility:hidden}.htFiltersConditionsMenu table tbody tr td{background:#fff;border-width:0;cursor:pointer;overflow:hidden;padding:4px 6px 0;text-overflow:ellipsis;white-space:nowrap}.htFiltersConditionsMenu table tbody tr td:first-child{border-width:0}[dir=rtl].htFiltersConditionsMenu table tbody tr td:first-child{border-left-width:0;border-right-width:0}.htFiltersConditionsMenu table tbody tr td.htDimmed{color:#323232;font-style:normal}.htFiltersConditionsMenu table tbody tr td.current{background:#e9e9e9}.htFiltersConditionsMenu table tbody tr td.htSeparator{border-top:1px solid #e6e6e6;height:0;padding:0}.htFiltersConditionsMenu table tbody tr td.htDisabled{color:#999}.htFiltersConditionsMenu table tbody tr td.htDisabled:hover{background:#fff;color:#999;cursor:default}.htFiltersConditionsMenu table tbody tr td .htItemWrapper{margin-left:10px;margin-right:10px}.htFiltersConditionsMenu table tbody tr td div span.selected{left:4px;margin-top:-2px;position:absolute}.htFiltersConditionsMenu .ht_master .wtHolder{overflow:hidden}.handsontable .htMenuFiltering{border-bottom:1px dotted #ccc;height:135px;overflow:hidden}.handsontable .ht_master table td.htCustomMenuRenderer{background-color:#fff;cursor:auto}.handsontable .htFiltersMenuLabel{font-size:.75em}.handsontable .htFiltersMenuActionBar{padding-bottom:3px;padding-top:10px;text-align:center}.handsontable .htFiltersMenuCondition.border{border-bottom:1px dotted #ccc!important}.handsontable .htFiltersMenuCondition .htUIInput{padding:0 0 5px}.handsontable .htFiltersMenuValue{border-bottom:1px dotted #ccc!important}.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch{padding:0}.handsontable .htFiltersMenuCondition .htUIInput input,.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input{box-sizing:border-box;font-family:inherit;font-size:.75em;padding:4px;width:100%}.htUIMultipleSelect .ht_master .wtHolder{overflow-y:scroll}.handsontable .htFiltersActive .changeType{background-color:#d2e0d9;border:1px solid #509272;color:#18804e}.handsontable .htUISelectAll{margin-left:0;margin-right:10px}[dir=rtl].handsontable .htUISelectAll{margin-left:10px;margin-right:0}.handsontable .htUIClearAll,.handsontable .htUISelectAll{display:inline-block}.handsontable .htUIClearAll a,.handsontable .htUISelectAll a{font-size:.75em}.handsontable .htUISelectionControls{text-align:right}[dir=rtl].handsontable .htUISelectionControls{text-align:left}.handsontable .htCheckboxRendererInput{display:inline-block;height:1em;margin:0 5px 0 0;vertical-align:middle}[dir=rtl].handsontable .htCheckboxRendererInput{margin-left:5px;margin-right:0}.handsontable .htUIInput{padding:3px 0 7px;position:relative;text-align:center}.handsontable .htUIInput input{border:1px solid #d2d1d1;border-radius:2px}.handsontable .htUIInput.htUIButton input{background-color:#eee;color:#000;cursor:pointer;font-family:inherit;font-size:.75em;font-weight:700;height:19px;min-width:64px}.handsontable .htUIInput.htUIButton input:hover{border-color:#b9b9b9}.handsontable .htUIInput.htUIButtonOK{margin-left:0;margin-right:10px}[dir=rtl].handsontable .htUIInput.htUIButtonOK{margin-left:10px;margin-right:0}.handsontable .htUIInput.htUIButtonOK input{background-color:#0f9d58;border-color:#18804e;color:#fff}.handsontable .htUIInput.htUIButtonOK input:focus-visible{background-color:#92dd8d;border-color:#7cb878;color:#000}.handsontable .htUIInput.htUIButtonOK input:hover{border-color:#1a6f46}.handsontable .htUISelect{cursor:pointer;margin-bottom:7px;position:relative}.handsontable .htUISelectCaption{background-color:#e8e8e8;border:1px solid #d2d1d1;border-radius:2px;font-family:inherit;font-size:.75em;font-weight:700;overflow:hidden;padding:3px 20px 3px 10px;text-overflow:ellipsis;white-space:nowrap}.handsontable .htUISelectCaption:hover{background-color:#e8e8e8;border:1px solid #b9b9b9}.handsontable .htUISelectDropdown:after{content:"▲";font-size:7px;position:absolute;right:10px;top:0}.handsontable .htUISelectDropdown:before{content:"▼";font-size:7px;position:absolute;right:10px;top:8px}.handsontable .htUIMultipleSelect .handsontable .htCore{border:none}.handsontable .htUIMultipleSelect .handsontable .htCore td:hover{background-color:#f5f5f5}.handsontable .htUIMultipleSelectSearch input{border:1px solid #d2d1d1;border-radius:2px;padding:3px}.handsontable .htUIRadio{display:inline-block;height:100%;margin-left:0;margin-right:5px}[dir=rtl].handsontable .htUIRadio{margin-left:5px;margin-right:0}.handsontable .htUIRadio:last-child{margin-right:0}.handsontable .htUIRadio>input[type=radio]{margin-left:0;margin-right:.5ex}[dir=rtl].handsontable .htUIRadio>input[type=radio]{margin-left:.5ex;margin-right:0}.handsontable .htUIRadio label{vertical-align:middle}.handsontable .htFiltersMenuOperators{padding-bottom:5px}.handsontable th.beforeHiddenColumn{position:relative}.handsontable th.afterHiddenColumn:before,.handsontable th.beforeHiddenColumn:after{color:#bbb;font-size:5pt;position:absolute;top:50%;transform:translateY(-50%)}.handsontable th.afterHiddenColumn{position:relative}.handsontable[dir=ltr] th.afterHiddenColumn div.htLeft{margin-left:10px}.handsontable[dir=ltr] th.beforeHiddenColumn div.htRight,.handsontable[dir=rtl] th.afterHiddenColumn div.htRight{margin-right:10px}.handsontable[dir=rtl] th.beforeHiddenColumn div.htLeft{margin-left:10px}.handsontable th.beforeHiddenColumn:after{content:"◀";right:1px}[dir=rtl].handsontable th.beforeHiddenColumn:after{content:"▶";left:1px;right:auto}.handsontable th.afterHiddenColumn:before{content:"▶";left:1px}[dir=rtl].handsontable th.afterHiddenColumn:before{content:"◀";left:auto;right:1px}/*!
 * Handsontable HiddenRows
 */.handsontable th.afterHiddenRow:after,.handsontable th.beforeHiddenRow:before{color:#bbb;font-size:6pt;left:2px;line-height:6pt;position:absolute}.handsontable th.afterHiddenRow,.handsontable th.beforeHiddenRow{position:relative}.handsontable th.beforeHiddenRow:before{bottom:2px;content:"▲"}.handsontable th.afterHiddenRow:after{content:"▼";top:2px}.handsontable.ht__selection--rows tbody th.afterHiddenRow.ht__highlight:after,.handsontable.ht__selection--rows tbody th.beforeHiddenRow.ht__highlight:before{color:#eee}.handsontable td.afterHiddenRow.firstVisibleRow,.handsontable th.afterHiddenRow.firstVisibleRow{border-top:1px solid #ccc}.htRowHeaders .ht_master.innerBorderInlineStart~.ht_clone_inline_start td:first-of-type,.htRowHeaders .ht_master.innerBorderInlineStart~.ht_clone_top_inline_start_corner th:nth-child(2){border-left:0}.handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight{cursor:move;cursor:grab}.handsontable.ht__manualColumnMove.on-moving--columns *,.handsontable.ht__manualColumnMove.on-moving--columns thead th.ht__highlight{cursor:move;cursor:grabbing}.handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer{display:none}.handsontable .ht__manualColumnMove--backlight,.handsontable .ht__manualColumnMove--guideline{display:none;height:100%;position:absolute}.handsontable .ht__manualColumnMove--guideline{background:#757575;margin-inline-end:0;margin-inline-start:-1px;top:0;width:2px;z-index:205}.handsontable .ht__manualColumnMove--backlight{background:#343434;background:#34343440;display:none;pointer-events:none;z-index:205}.handsontable.on-moving--columns .ht__manualColumnMove--backlight,.handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline{display:block}.handsontable.ht__manualRowMove.after-selection--rows tbody th.ht__highlight{cursor:move;cursor:grab}.handsontable.ht__manualRowMove.on-moving--rows *,.handsontable.ht__manualRowMove.on-moving--rows tbody th.ht__highlight{cursor:move;cursor:grabbing}.handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer{display:none}.handsontable .ht__manualRowMove--backlight,.handsontable .ht__manualRowMove--guideline{display:none;position:absolute;width:100%}.handsontable .ht__manualRowMove--guideline{background:#757575;height:2px;left:0;margin-top:-1px;z-index:205}.handsontable .ht__manualRowMove--backlight{background:#343434;background:#34343440;display:none;pointer-events:none;z-index:205}.handsontable.on-moving--rows .ht__manualRowMove--backlight,.handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline{display:block}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]:before,.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-multiple]:before{opacity:.1}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-1]:before{opacity:.2}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-2]:before{opacity:.27}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-4]:before{opacity:.41}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-5]:before{opacity:.47}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-6]:before{opacity:.54}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-7]:before{opacity:.58}.handsontable[dir=ltr] div.htRight span[class*=sort-]{margin-left:-15px;margin-right:15px}.handsontable[dir=rtl] div.htLeft span[class*=sort-]{margin-left:15px;margin-right:-15px}.handsontable[dir=ltr] div.htRight span[class*=sort-]:only-child{margin-left:-20px;margin-right:20px}.handsontable[dir=rtl] div.htLeft span[class*=sort-]:only-child{margin-left:20px;margin-right:-20px}.handsontable span.colHeader.columnSorting:after{font-size:8px;height:8px;left:unset;line-height:1.1;margin-top:-2px;padding-left:5px;padding-right:unset;position:absolute;right:-15px;top:50%}[dir=rtl].handsontable span.colHeader.columnSorting:after{left:-15px;padding-left:unset;padding-right:5px;right:unset}.handsontable span.colHeader.columnSorting[class*=" sort-"]:after,.handsontable span.colHeader.columnSorting[class^=sort-]:after{content:"+"}.handsontable span.colHeader.columnSorting.sort-1:after{content:"1"}.handsontable span.colHeader.columnSorting.sort-2:after{content:"2"}.handsontable span.colHeader.columnSorting.sort-3:after{content:"3"}.handsontable span.colHeader.columnSorting.sort-4:after{content:"4"}.handsontable span.colHeader.columnSorting.sort-5:after{content:"5"}.handsontable span.colHeader.columnSorting.sort-6:after{content:"6"}.handsontable span.colHeader.columnSorting.sort-7:after{content:"7"}.htGhostTable th div button.changeType+span.colHeader.columnSorting:not(.indicatorDisabled){padding-right:5px}.handsontable th.ht_nestingLevels{padding-left:7px;text-align:left}[dir=rtl].handsontable th.ht_nestingLevels{padding-right:7px;text-align:right}.handsontable th div.ht_nestingLevels{display:inline-block;left:11px;position:absolute;right:unset}[dir=rtl].handsontable th div.ht_nestingLevels{left:unset;right:11px}.handsontable.innerBorderInlineStart th div.ht_nestingLevels,.handsontable.innerBorderInlineStart~.handsontable th div.ht_nestingLevels{left:unset;right:10px}[dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingLevels,[dir=rtl].handsontable.innerBorderInlineStart~.handsontable th div.ht_nestingLevels{left:10px;right:unset}.handsontable th span.ht_nestingLevel{display:inline-block}.handsontable th span.ht_nestingLevel_empty{display:inline-block;float:left;height:1px;width:10px}[dir=rtl].handsontable th span.ht_nestingLevel_empty{float:right}.handsontable th span.ht_nestingLevel:after{bottom:3px;content:"┐";display:inline-block;font-size:9px;position:relative}.handsontable th div.ht_nestingButton{cursor:pointer;display:inline-block;left:unset;position:absolute;right:-2px}[dir=rtl].handsontable th div.ht_nestingButton{left:-2px;right:unset}.handsontable th div.ht_nestingButton.ht_nestingExpand:after{content:"+"}.handsontable th div.ht_nestingButton.ht_nestingCollapse:after{content:"-"}.handsontable.innerBorderInlineStart th div.ht_nestingButton,.handsontable.innerBorderInlineStart~.handsontable th div.ht_nestingButton{left:unset;right:0}[dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingButton,[dir=rtl].handsontable.innerBorderInlineStart~.handsontable th div.ht_nestingButton{left:0;right:unset}/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */.pika-single{background:#fff;border:1px solid;border-color:#ccc #ccc #bbb;color:#333;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;position:relative;z-index:9999}.pika-single:after,.pika-single:before{content:" ";display:table}.pika-single:after{clear:both}.pika-single.is-bound{box-shadow:0 5px 15px -5px #00000080;position:absolute}.pika-lendar{float:left;margin:8px;width:240px}.pika-title{position:relative;text-align:center}.pika-label{background-color:#fff;display:inline-block;font-size:14px;font-weight:700;line-height:20px;margin:0;overflow:hidden;padding:5px 3px;position:relative;z-index:9999}.pika-title select{cursor:pointer;left:0;margin:0;opacity:0;position:absolute;top:5px;z-index:9998}.pika-next,.pika-prev{background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:75% 75%;border:0;cursor:pointer;display:block;height:30px;opacity:.5;outline:none;overflow:hidden;padding:0;position:relative;text-indent:20px;white-space:nowrap;width:20px}.pika-next:hover,.pika-prev:hover{opacity:1}.is-rtl .pika-next,.pika-prev{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);float:left}.is-rtl .pika-prev,.pika-next{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);float:right}.pika-next.is-disabled,.pika-prev.is-disabled{cursor:default;opacity:.2}.pika-select{display:inline-block}.pika-table{border:0;border-collapse:collapse;border-spacing:0;width:100%}.pika-table td,.pika-table th{padding:0;width:14.285714285714286%}.pika-table th{color:#999;font-weight:700;line-height:25px}.pika-button,.pika-table th{font-size:12px;text-align:center}.pika-button{background:#f5f5f5;border:0;box-sizing:border-box;-moz-box-sizing:border-box;color:#666;cursor:pointer;display:block;height:auto;line-height:15px;margin:0;outline:none;padding:5px;width:100%}.pika-week{color:#999;font-size:11px}.is-today .pika-button{color:#3af;font-weight:700}.has-event .pika-button,.is-selected .pika-button{background:#3af;border-radius:3px;box-shadow:inset 0 1px 3px #178fe5;color:#fff;font-weight:700}.has-event .pika-button{background:#005da9;box-shadow:inset 0 1px 3px #0076c9}.is-disabled .pika-button,.is-inrange .pika-button{background:#d5e9f7}.is-startrange .pika-button{background:#6cb31d;border-radius:3px;box-shadow:none;color:#fff}.is-endrange .pika-button{background:#3af;border-radius:3px;box-shadow:none;color:#fff}.is-disabled .pika-button{color:#999;cursor:default;opacity:.3;pointer-events:none}.is-outside-current-month .pika-button{color:#999;opacity:.3}.is-selection-disabled{cursor:default;pointer-events:none}.pika-button:hover,.pika-row.pick-whole-week:hover .pika-button{background:#ff8000;border-radius:3px;box-shadow:none;color:#fff}.pika-table abbr{border-bottom:none;cursor:help}.ingestro-dp-frontend .ingestro-modal-view .ingestro-dialog__content:has(.ingestro__create-tdm){max-width:840px}.ingestro-dp-frontend .ingestro__dp2-base .ingestro__tdm-list__table{height:auto}.ingestro-dp-frontend .ingestro__dp2__tdms .ingestro-tdm-details .ingestro__tdm-details__header{padding-top:16px}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-content .ingestro-tabs__tabs{width:783px!important}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-content .ingestro-tabs__tabs-divider{max-width:767px!important}.ingestro-dp-frontend .ingestro__tdm-details__column-modal .ingestro__tdm-details__column-modal__content{min-height:100%!important}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal .ingestro-dialog__content,.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-body{max-width:1024px!important}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__delete-button{position:absolute!important}.ingestro-dp-frontend .ingestro__dp2-manual-import{display:flex;flex-direction:column}.ingestro-dp-frontend .ingestro__dp2-manual-import__header{display:flex;flex-direction:column;gap:12px;background-color:var(--ingestro-white);padding:24px}.ingestro-dp-frontend .ingestro__dp2-manual-import__header .ingestro__dp2-manual-import__header-title{display:flex;flex-direction:column;gap:8px}.ingestro-dp-frontend .ingestro__dp2-manual-import__header .ingestro__dp2-manual-import__header-title span{color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro__dp2-manual-import__header p{color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro__dp2-manual-import__header .ingestro__dp2-manual-import__input{max-width:556px}.ingestro-dp-frontend .ingestro__dp2-manual-import__header .ingestro-tag .ingestro-tag__text{font-size:10px;line-height:1.43}.ingestro-dp-frontend .ingestro-select__option-left:has(.ingestro__dp2-manual-import__dropdown-tooltip){max-width:calc(100% - 24px)}.ingestro-dp-frontend .ingestro-select__option:has(.ingestro-tag) .ingestro-select__option-left:has(.ingestro__dp2-manual-import__dropdown-tooltip){max-width:calc(100% - 80px)}.ingestro-dp-frontend .ingestro__dp2-manual-import__dropdown-tooltip.ingestro__dp2-manual-import__dropdown-tooltip--truncated{max-width:calc(100% - 32px)}.ingestro-dp-frontend .ingestro__dp2-manual-import__input .select__option-right{margin-left:0}.ingestro-dp-frontend .ingestro__dp2-manual-import__input .select__option-checkMark{position:absolute;right:16px}.ingestro-dp-frontend .ingestro__dp2-manual-import__input .ingestro-select__toggle--disabled .ingestro-select__toggle-value{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__dp2-manual-import__no-connector-dropdown-view{padding:16px;height:198px;overflow-y:hidden}.ingestro-dp-frontend .ingestro__dp2-manual-import__no-connector-dropdown-view .ingestro-emptyState__heading{margin-top:24px}.ingestro-dp-frontend .ingestro__dp2-manual-import__input .ingestro-select__content-footer{height:52px;display:flex;flex-direction:column;justify-content:center}.ingestro-dp-frontend .ingestro__dp2-manual-import__dropdown-footer{display:flex;align-items:center;gap:8px;cursor:pointer}.ingestro-dp-frontend .ingestro__dp2-manual-import__dropdown-footer span{color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro__dp2-manual-import__dropdown-no-view-permission .ingestro-select__toggle-placeholder{font-style:italic}.ingestro-dp-frontend .ingestro__dp2-manual-import__input .ingestro-select__option{height:40px}.ingestro-dp-frontend .ingestro__dp2-manual-import__no-connector-view{background:var(--ingestro-neutral-50)}.ingestro__tdm-detail-page-root{display:flex;flex-direction:column;flex:1 1 auto;border-top:1px solid var(--ingestro-neutral-100);position:relative;overflow:hidden;max-height:calc(100vh - 74px)}.ingestro__tdm-detail-page__breadcrumb-container{width:100%;padding:16px 20px 8px;display:flex;gap:8px;background-color:var(--ingestro-white);align-items:center;color:var(--ingestro-secondary-500, #5c8ef2);font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:143%}.ingestro__tdm-detail-page__content-container{display:flex;flex-direction:column;min-height:0px;height:100%}.ingestro__tdm-detail-page__content-layout,.ingestro__tdm-detail-page__content-home,.ingestro__tdm-detail-page__content-homeOutlet{display:flex;flex-direction:column;flex:1 auto;min-height:0}.ingestro__tdm-detail-page__content-header{padding:24px;display:flex;flex-direction:column;gap:8px;border-bottom:1px solid var(--nuvo-neutral-100);background-color:var(--nuvo-white)}.ingestro__tdm-detail-page__content-body{background-color:var(--nuvo-neutral-50);display:flex;flex-direction:column;gap:8px;padding:16px;flex:1 auto;min-height:0;min-width:0}.ingestro__tdm-detail-page__content-toolbar{margin-bottom:8px;display:flex;align-items:center;gap:12px;justify-content:space-between}.ingestro__tdm-detail-page__content-toolbar-desc{display:flex;align-items:center;color:var(--ingestro-neutral-600, #717171);font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:143%}.ingestro__tdm-detail-page__content-toolbar-desc b{color:var(--ingestro-neutral-900, #2d2d2d);margin:0 4px;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:143%}.ingestro__sdk-tdm-details__type-filter-tag .ingestro-tag__text{display:flex;gap:4px;align-items:center}.ingestro-select__option:has(.ingestro__sdk-tdm-details__type-filter-tag){padding:8px}.ingestro__sdk-tdm-details__type-filter-tag{overflow:hidden;max-width:100%;width:100%;display:flex;justify-content:start}.ingestro__sdk-tdm-details__type-filter-tag .ingestro-tag__text{max-width:100%}.ingestro-select__content-footer{height:36px}.ingestro-select__content-footer:has(.ingestro__sdk-tdm-details__type-filter-footer){padding:8px 8px 8px 16px;align-items:unset;cursor:default}.ingestro-select__content-footer:has(.ingestro__sdk-tdm-details__type-filter-footer):hover{background-color:transparent}.ingestro__sdk-tdm-details__type-filter-footer{display:flex;justify-content:space-between}.ingestro__sdk-tdm-details__type-filter-footer span{color:var(--ingestro-neutral-500);font-family:Inter,sans-serif;font-size:10px;font-style:normal;font-weight:400;line-height:143%;letter-spacing:.2px}.ingestro__sdk-tdm-details__type-filter-footer span.ingestro-text-link span{text-align:center;font-family:Inter,sans-serif;font-size:10px;font-style:normal;font-weight:600;line-height:143%;letter-spacing:.2px}.ingestro__tdm-detail-page__content-body .ingestro-syntax-highlighter-wrapper,.ingestro__tdm-detail-page__content-body .ingestro-syntax-highlighter-wrapper pre,.ingestro-code-editor__container,.ingestro-code-editor{height:100%}.ingestro__tdm-list-container{flex:1;min-height:0}.ingestro__tdm-list-header{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ingestro__tdm-list-container .ingestro-pagination__dropdown-anchor{width:60px}.ingestro__tdm-detail-list__table{border:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);border-radius:8px;flex:0 auto;height:calc(100% - 40px)}.ingestro__tdm-detail-list__table--loading,.ingestro__tdm-detail-list__table:has(.ingestro-emptyState){flex:1 auto}.ingestro__tdm-detail-list__table--loading .ingestro-table__table{height:100%}.ingestro__tdm-detail-list__table .ingestro-table__cellHead.ingestro-table__cell{background:var(--ingestro-white);height:44px;border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro__tdm-detail-list__table .ingestro-table__wrapper{border-radius:8px}.ingestro__tdm-detail-list__table .ingestro-table__cell:has(.ingestro_table__headFilterOptions){justify-content:space-between}.ingestro__tdm-detail-list__table--loading .ingestro_table__headFilterOptions{pointer-events:none}.ingestro__tdm-detail-list__table--loading .ingestro_table__headFilterOptions svg{color:var(--ingestro-neutral-300);pointer-events:none}.ingestro__tdm-detail-list__table .ingestro-table__headText{font-weight:600}.ingestro__tdm-detail-list__table .ingestro-table__cell:has(.ingestro__tdm-detail-list__table__action-cell){padding:0 9px}.ingestro__tdm-list__no-columns-result-state{background:var(--ingestro-neutral-50)}.ingestro__tdm-list__no-columns-result-state .ingestro-emptyState__heading{margin-top:16px}.ingestro__tdm-list__no-columns-result-state .ingestro-emptyState__text{width:500px}.ingestro-select__content-main:has(.ingestro__tdm-detail-list__table__range-input){width:-moz-fit-content;width:fit-content}.ingestro__tdm-detail-list__table .ingestro-table__row .ingestro-tag,.ingestro__tdm-detail-list__table .ingestro-table__row .ingestro-tag__text,.ingestro__tdm-detail-list__table .ingestro-table__row .ingestro-truncated-text{max-width:100%}.ingestro__tdm-detail-list__table__headFilterIcon--filterIndicator{width:8px;height:8px;border-radius:100%;background-color:var(--ingestro-primary-400);position:absolute;right:0;top:0}.ingestro__tdm-detail-list__table .ingestro-table__tableBody .ingestro-table__row-wrapper{cursor:pointer}.ingestro__tdm-detail-list__table .ingestro-switch__toggle{width:36px}.ingestro__tdm-detail-list__table .ingestro-pagination{max-height:24px}.ingestro__tdm-detail-list__table .ingestro-table__drag-handle-cell{min-width:48px;max-width:48px}.ingestro__tdm-detail-page__content-body .ingestro-table__cell{min-height:32px;height:auto;padding:16px}.ingestro__tdm-detail-list__table .ingestro-table__tableBody .ingestro-table__row{min-height:52px;max-height:-moz-fit-content;max-height:fit-content;height:-moz-fit-content;height:fit-content}.ingestro__tdm-detail-list__table .ingestro-table__cell{height:auto}.ingestro__tdm-detail-list__diff-table-status-tag{position:relative;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.ingestro__tdm-detail-list__diff-table-status-tag--unchanged{color:var(--ingestro-neutral-300)}.ingestro__tdm-detail-list__diff-table-status-tag-border{position:absolute;top:-16px;left:-16px;width:3px;height:calc(100% + 32px)}.ingestro__tdm-detail-list__diff-table-status-tag--added .ingestro__tdm-detail-list__diff-table-status-tag-border{background-color:var(--ingestro-success-400)}.ingestro__tdm-detail-list__diff-table-status-tag--removed .ingestro__tdm-detail-list__diff-table-status-tag-border{background-color:var(--ingestro-error-400)}.ingestro__tdm-detail-list__diff-table-status-tag--changed .ingestro__tdm-detail-list__diff-table-status-tag-border{background-color:var(--ingestro-warning-400)}.ingestro__tdm-detail-list__diff-table-status-tag-ai-icon{color:var(--ingestro-primary-500);display:flex;width:24px;height:24px;justify-content:center;align-items:center;border-radius:4px;background:var(--ingestro-primary-50)}.ingestro__tdm-detail-list__table-action-cell-reject-button-wrapper{background-color:var(--ingestro-white);border-radius:4px}.ingestro__tdm-detail-list__diff-table-status-tag-ai-icon-tooltip-wrapper{position:absolute}.ingestro__tdm-detail-list__diff-table-removed>*{text-decoration:line-through}.ingestro__tdm-detail-list__table .ingestro-table__row-wrapper{cursor:pointer}.ingestro__tdm-detail-list__table-action-cell{display:flex;gap:8px}.ingestro__tdm-detail-list__row-highlighted{position:relative;z-index:1}.ingestro__tdm-detail-list__row-highlighted>div{border-top:4px solid rgba(92,142,242,.4);border-bottom:4px solid rgba(92,142,242,.4);padding:12px 16px!important}.ingestro__tdm-detail-list__row-highlighted>div:last-child{border-right:4px solid rgba(92,142,242,.4);padding:12px 12px 12px 16px!important}.ingestro__tdm-detail-list__table .ingestro__tdm-detail-page__column-type-tag-cell{padding:3.5px 4px;border-width:0px}.ingestro__tdm-detail-list__table .ingestro__tdm-detail-page__column-type-tag-cell .ingestro-tag__text{display:flex;gap:4px;align-items:center}.ingestro__tdm-detail-list__table .ingestro__tdm-detail-page__configuration-tag-cell{padding:3.5px 4px;border-width:0px}.ingestro__tdm-detail-list__table .ingestro__tdm-detail-page__configuration-tag-cell .ingestro-tag__text{display:flex;justify-content:center;align-items:center;padding:0;gap:4px}.ingestro__tdm-detail-list__table .ingestro__tdm-detail-page__configuration-tag-container{display:flex;gap:8px;flex-wrap:wrap}.ingestro__empty-tdm-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.ingestro__empty-tdm-content{display:flex;flex-direction:column;align-items:center;gap:16px}.ingestro__empty-tdm-text{display:flex;flex-direction:column;gap:16px}.ingestro__empty-tdm-title{color:var(--ingestro-neutral-900, var(--ingestro-neutral-900, #2d2d2d));text-align:center;font-family:Inter,sans-serif;font-size:23px;font-style:normal;font-weight:600;line-height:125%;letter-spacing:-.46px}.ingestro__empty-tdm-description{color:var(--ingestro-neutral-500, #8d8d8d);text-align:center;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:143%}.ingestro__empty-tdm-ai-creation-scroll-container{overflow-x:hidden;overflow-y:scroll;display:flex;flex:1;height:100%;background-color:var(--ingestro-neutral-50);border-radius:8px}.ingestro__empty-tdm-ai-creation-container{padding:8px 0;width:100%;min-height:-moz-fit-content;min-height:fit-content;display:flex;align-items:center;justify-content:center}.ingestro__empty-tdm-ai-creation-content{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:520px;width:100%}.ingestro__empty-tdm-ai-creation-icon{width:100px;height:100px}.ingestro__empty-tdm-ai-creation-icon svg{width:100%;height:100%}.ingestro__empty-tdm-ai-creation-text-container{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.ingestro__empty-tdm-ai-creation-text-container--without-tabs{margin-bottom:4px}.ingestro__empty-tdm-ai-creation-title{font-size:19px;font-weight:600;color:var(--ingestro-neutral-900);margin:0;text-align:center}.ingestro__empty-tdm-ai-creation-description{font-size:12px;color:var(--ingestro-neutral-600);margin:0;text-align:center}.ingestro__empty-tdm-ai-creation-tabs{display:flex;align-items:center;gap:2px;padding:2px;border-radius:4px;background:var(--ingestro-neutral-100)}.ingestro__empty-tdm-ai-creation-tabs .ingestro-button--xxs .ingestro-button__icon,.ingestro__empty-tdm-ai-creation-tabs .ingestro-button--xxs .ingestro-button__icon svg{width:14px;height:14px}.ingestro__empty-tdm-ai-creation-content-wrapper{width:100%;display:flex;justify-content:center;position:relative}.ingestro__empty-tdm-ai-creation-content-area{width:100%;flex-shrink:0;transition:opacity .6s ease-in-out,transform .6s ease-in-out}.ingestro__empty-tdm-ai-creation-content-area--file-visible{opacity:1;transform:translate(50%);pointer-events:auto;z-index:2}.ingestro__empty-tdm-ai-creation-content-area--file-hidden{opacity:0;transform:translate(0);pointer-events:none;z-index:1}.ingestro__empty-tdm-ai-creation-content-area--prompt-visible{opacity:1;transform:translate(-50%);pointer-events:auto;z-index:2}.ingestro__empty-tdm-ai-creation-content-area--prompt-hidden{opacity:0;transform:translate(0);pointer-events:none;z-index:1}.ingestro__empty-tdm-ai-creation-upload-area{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:100%;height:160px;border:1px dashed var(--ingestro-neutral-200);border-radius:4px;background-color:var(--ingestro-neutral-100);cursor:pointer;position:relative}.ingestro__empty-tdm-ai-creation-upload-area--dragover:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:4px;background:#e0eafd99;pointer-events:none;z-index:10000}.ingestro__empty-tdm-ai-creation-upload-area--dragover{border-color:var(--ingestro-primary-300);background-color:var(--ingestro-primary-100)}.ingestro__empty-tdm-ai-creation-upload-area--dragover>*{pointer-events:none}.ingestro__empty-tdm-ai-creation-upload-area--disabled{cursor:not-allowed}.ingestro__empty-tdm-ai-creation-upload-note{font-size:12px;color:var(--ingestro-neutral-600);text-align:center}.ingestro__empty-tdm-ai-creation-upload-note strong{font-weight:600}.ingestro__empty-tdm-ai-creation-prompt-container{width:100%;height:160px;position:relative}.ingestro__empty-tdm-ai-creation-prompt-field,.ingestro__empty-tdm-ai-creation-prompt-field .ingestro-textarea__textarea{height:100%;resize:none;font-size:14px}.ingestro__empty-tdm-ai-creation-prompt-field.ingestro-textarea .ingestro-textarea__textarea{padding-bottom:56px}.ingestro__empty-tdm-ai-creation-prompt-field .ingestro-textarea__footer{display:none}.ingestro__empty-tdm-ai-creation-prompt-actions{bottom:8px;right:8px;position:absolute}.ingestro__empty-tdm-ai-creation-prompt-submit>.ingestro-button__icon{transition:.3s ease-out}.ingestro__empty-tdm-ai-creation-prompt-submit:hover>.ingestro-button__icon{transform:translate(2px,-2px)}.ingestro__empty-tdm-ai-creation-prompt-message-container{position:absolute;margin-top:4px;top:100%;left:0;display:flex;justify-content:space-between;width:100%}.ingestro__empty-tdm-ai-creation-prompt-message{color:var(--ingestro-error-500)}.ingestro__empty-tdm-ai-creation-prompt-length-message{color:var(--ingestro-neutral-500)}.ingestro__empty-tdm-ai-loading-view{border-radius:8px}.ingestro__empty-tdm-ai-creation-error-banner--prompt{margin-top:var(--spacing-16)}.ingestro__empty-tdm-ai-creation-error-banner{width:100%;background-color:var(--raw-color-error-50, #fef2f2);border:1px solid var(--raw-color-error-200, #fecaca);border-radius:4px;padding:8px;display:flex;gap:8px;align-items:flex-start}.ingestro__empty-tdm-ai-creation-error-banner-icon{flex-shrink:0;color:var(--ingestro-error-500, #ef4444);display:flex;align-items:center;justify-content:center;margin-top:1px}.ingestro__empty-tdm-ai-creation-error-banner-content{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.ingestro__empty-tdm-ai-creation-error-banner-title{font-size:10px;font-weight:600;color:var(--ingestro-error-500, #ef4444);line-height:1.5;margin:0}.ingestro__empty-tdm-ai-creation-error-banner-list{font-size:10px;font-weight:400;color:var(--ingestro-error-500, #ef4444);line-height:1.5;margin:0;padding-left:var(--spacing-16);list-style:disc}.ingestro__empty-tdm-ai-creation-error-banner-list li{margin-bottom:0}.ingestro__empty-tdm-ai-creation-error-banner-path{font-weight:600}.ingestro__tdm-details__ai-loading-view{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--ingestro-white);height:100%;flex:1}.ingestro__tdm-details__ai-loading-content{display:flex;flex-direction:column;align-items:center;gap:16px}.ingestro__tdm-details__ai-loading-icon{width:100px;height:100px;display:flex;align-items:center;justify-content:center}.ingestro__tdm-details__ai-loading-icon svg{width:100%;height:100%}.ingestro__tdm-details__ai-loading-text-content{display:flex;flex-direction:column;align-items:center;gap:8px}.ingestro__tdm-details__ai-loading-status{display:flex;align-items:flex-start;font-size:14px;font-weight:600}.ingestro__tdm-details__ai-loading-description{color:var(--ingestro-neutral-600);text-align:center;white-space:nowrap}.ingestro__tdm-details__ai-loading-cancel .ingestro-button--xxs .ingestro-button__icon{width:14px;height:14px}.ingestro__tdm-details__ai-loading-dot:nth-child(2){animation:dot-animation-1 3s infinite linear}.ingestro__tdm-details__ai-loading-dot:nth-child(3){animation:dot-animation-2 3s infinite linear}@keyframes dot-animation-1{0%{opacity:0}11.764705882%{opacity:0}35.294117647%{opacity:1}76.470588235%{opacity:1}to{opacity:0}}@keyframes dot-animation-2{0%{opacity:0}44.117647058%{opacity:0}67.647058823%{opacity:1}76.470588235%{opacity:1}to{opacity:0}}.ingestro__common-hintedFormRow{display:flex;gap:20px}.ingestro__common-hintedFormRow--sub{display:flex;min-width:50%;max-width:50%;flex-direction:column;flex:1}.ingestro__common-hintedFormRow--hint-container{display:flex;flex-direction:column;gap:16px;flex:1}.ingestro__common-hintedFormRow .ingestro-divider--vertical{height:-webkit-fill-available}.ingestro__hint{display:flex;gap:8px}.ingestro__hint-details{display:flex;flex-direction:column;gap:4px}.ingestro__hint-detailsTitle{color:var(--ingestro-neutral-700)}.ingestro__hint-detailsText{color:var(--ingestro-neutral-500)}.ingestro__hint-detailsText b{font-weight:600;color:var(--ingestro-neutral-900)}.ingestro__sdk-tdm-details__column-modal__checkbox-section{display:flex;flex-direction:column;gap:16px}.ingestro__sdk-tdm-details__column-modal__checkbox-section .ingestro-checkbox__text>div{display:flex;align-items:center;gap:8px}.ingestro__sdk-tdm-details__column-modal__checkbox-section__custom-options{display:flex;flex-direction:column;gap:12px}.ingestro__sdk-tdm-details__column-modal__checkbox-section__allowed-types{padding-left:28px}.ingestro__tdm-detail-page__name{color:var(--ingestro-neutral-900, #2d2d2d);font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:600;line-height:125%;letter-spacing:-.56px}.ingestro__tdm-detail-page__name .ingestro-input{font-weight:400}.ingestro__tdm-detail-page__description{color:var(--ingestro-neutral-600, #717171);font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:143%}.ingestro__tdm-detail-page__description b{color:var(--ingestro-neutral-900, #2d2d2d);font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:143%}.ingestro__tdm-detail-page__view-action button{width:32px;padding:0}.ingestro__tdm-detail-page__view-action button:hover{color:var(--ingestro-neutral-600)}.ingestro__tdm-detail-page__view-action button.ingestro-segment__button--active{color:var(--ingestro-neutral-900)}.TargetDataModelsActionButton_bulk-action-divider__kJjTr{border-top:1px solid var(--border-color-default, #e5e7eb)}.ingestro_collapsible-content{overflow:hidden;transition:height .3s ease-in-out}.ingestro__sdk-tdm-details__column-modal .ingestro-dialog__content{padding:0;gap:0;max-width:1024px;width:100%;max-height:calc(100% - 48px);height:100%}.ingestro__sdk-tdm-details__column-modal .ingestro-dialog__body{min-height:0}.ingestro__sdk-tdm-details__column-modal .ingestro-tabs{min-height:0;max-height:100%;height:100%}.ingestro__sdk-tdm-details__column-modal .ingestro-dialog__body{padding:0;width:100%;overflow:visible}.ingestro__sdk-tdm-details__column-modal .ingestro-dialog__header{padding:24px 24px 12px}.ingestro__sdk-tdm-details__column-modal .ingestro__sdk-tdm-details__column-modal__content{display:flex;flex-direction:column;min-height:calc(100% - 50px)}.ingestro__sdk-tdm-details__column-modal .ingestro-dialog__header .ingestro-dialog__header-actions .ingestro-button__icon{color:var(--ingestro-neutral-600)}.ingestro__sdk-tdm-details__column-modal .ingestro-dialog__body{padding:0;margin:0}.ingestro__sdk-tdm-details__column-modal .ingestro-tabs{gap:0}.ingestro__sdk-tdm-details__column-modal .ingestro-tabs__tabs{padding:0;position:absolute;background-color:var(--ingestro-white);z-index:999;gap:3px;width:100%;box-sizing:border-box}.ingestro__sdk-tdm-details__column-modal .ingestro-tabs__content{background-color:var(--ingestro-neutral-100);padding:16px;margin-top:44px;min-height:0;max-height:100%;height:100%;overflow:auto}.ingestro__sdk-tdm-details__column-modal .ingestro-tabs__content--empty{padding:0;background-color:var(--ingestro-neutral-50)}.ingestro__sdk-tdm-details__column-modal .ingestro-tabs__content:has(.ingestro__sdk-tdm-details__column-modal__content--mapping-validation--empty),.ingestro__sdk-tdm-details__column-modal .ingestro-tabs__content:has(.ingestro__sdk-tdm-details__column-modal__content--data-validation--empty){background-color:var(--ingestro-neutral-50)}.ingestro__sdk-tdm-details__column-modal .ingestro-dialog__footer{position:relative;padding:16px 24px 24px}.ingestro__sdk-tdm-details__column-modal__delete-button{position:absolute;left:24px;top:16px}.ingestro__sdk-tdm-details__column-modal .ingestro-message--error{margin:0}.ingestro__sdk-tdm-details__column-modal{max-height:100%}.ingestro__sdk-tdm-details__column-modal .ingestro-dialog__title{font-size:28px;line-height:1.25}.ingestro__sdk-tdm-details__column-modal .ingestro-tabs__tabs-items{padding:0 8px}.ingestro__sdk-tdm-details__column-modal__tabs--ai-loading .ingestro-tabs__tabs{pointer-events:none}.ingestro__sdk-tdm-details__column-modal__tabs--ai-loading .ingestro-tabs__tab-item:not(.ingestro-tabs__tab-item--active){color:var(--ingestro-neutral-300)}.ingestro__sdk-tdm-details__column-modal__tabs--ai-loading .ingestro-tabs__content{padding:0;border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro__sdk-tdm-details__column-detail{width:100%;height:auto;min-height:100%;background-color:var(--ingestro-white);padding:24px;border-radius:8px;border:1px solid var(--ingestro-neutral-200)}.ingestro__sdk-tdm-details__column-detail__form{display:flex;flex-direction:column;gap:24px}.ingestro__sdk-tdm-details__column-detail__field{width:100%}.ingestro__sdk-tdm-details__column-detail__field .form-element{margin-bottom:0}.ingestro__sdk-tdm-details__column-detail .ingestro__common-hintedFormRow{align-items:flex-start}.ingestro__sdk-tdm-details__column-detail__field input[required],.ingestro__sdk-tdm-details__column-detail__field select[required],.ingestro__sdk-tdm-details__column-detail__field textarea[required]{border-color:var(--neutral-200, #e1e1e1)}.ingestro__sdk-tdm-details__column-detail__field input[required]:focus,.ingestro__sdk-tdm-details__column-detail__field select[required]:focus,.ingestro__sdk-tdm-details__column-detail__field textarea[required]:focus{border-color:var(--primary-500, #3b82f6);outline:none;box-shadow:0 0 0 3px #3b82f61a}.ingestro__sdk-tdm-details__column-detail__field input[aria-invalid=true],.ingestro__sdk-tdm-details__column-detail__field select[aria-invalid=true],.ingestro__sdk-tdm-details__column-detail__field textarea[aria-invalid=true]{border-color:var(--error-500, #ef4444)}.ingestro__sdk-tdm-details__column-detail__field input[aria-invalid=true]:focus,.ingestro__sdk-tdm-details__column-detail__field select[aria-invalid=true]:focus,.ingestro__sdk-tdm-details__column-detail__field textarea[aria-invalid=true]:focus{border-color:var(--error-500, #ef4444);box-shadow:0 0 0 3px #ef44441a}.ingestro__sdk-tdm-details__column-detail__field textarea{resize:none}.ingestro__sdk-tdm-details__column-detail__error-list{margin:0;padding-left:var(--spacing-16);list-style:disc}.ingestro__sdk-tdm-details__column-configuration__root{width:100%;background-color:var(--ingestro-white);padding:24px;border-radius:8px;border:1px solid var(--ingestro-neutral-200);height:auto;min-height:100%}.ingestro__sdk-tdm-details__column-modal__alternative-matches-field .ingestro-textarea--disabled .ingestro-tagInput__textarea{background-color:var(--ingestro-neutral-100)}.ingestro-textarea__textarea.ingestro-tagInput__textarea.ingestro__sdk-tdm-details__column-modal__alternative-matches-input{min-height:unset;padding:7px 8px!important;overflow:auto;resize:none}.ingestro__sdk-tdm-details__column-configuration__form{display:flex;flex-direction:column;gap:24px}.ingestro__sdk-tdm-details__column-modal__option-mapping-configuration{display:flex;flex-direction:column;gap:24px}.ingestro__sdk-tdm-details__column-modal__option-mapping-configuration>span{color:var(--ingestro-primary-900)}.ingestro__sdk-tdm-details__column-modal__option-mapping-configuration .ingestro-select__option--disabled{cursor:pointer}.ingestro__sdk-tdm-details__column-modal__option-mapping-configuration .ingestro-select__option--disabled .tooltip__infoIcon{pointer-events:none}.ingestro__sdk-tdm-details__column-modal__option-mapping-configuration .ingestro-select__toggle--disabled .ingestro-select__toggle-value,.ingestro__sdk-tdm-details__column-modal__option-mapping-configuration .ingestro-input--disabled .ingestro-input__input{color:var(--ingestro-secondary-900)}.ingestro__sdk-tdm-details__column-modal__option-mapping-configuration .ingestro-input-number__arrow-control-up--disabled,.ingestro__sdk-tdm-details__column-modal__option-mapping-configuration .ingestro-input-number__arrow-control-down--disabled{height:14px;border:1px solid var(--ingestro-neutral-300)}.ingestro__sdk-tdm-details__column-modal__option-mapping-configuration .ingestro-input-number__arrow-control-up--disabled{border-radius:4px 4px 0 0}.ingestro__sdk-tdm-details__column-modal__option-mapping-configuration .ingestro-input-number__arrow-control-down--disabled{border-radius:0 0 4px 4px}.ingestro__sdk-tdm-details__column-modal__option-mapping-configuration__mapping-layers-option{display:flex;align-items:center;gap:8px}.ingestro__sdk-tdm-details__column-modal__option-mapping-configuration__mapping-layers-option>div{display:flex;align-items:center}.ingestro__sdk-tdm-details__column-configuration,.ingestro__sdk-tdm-details__column-configuration__form{display:flex;flex-direction:column;gap:24px}.ingestro__sdk-tdm-details__column-configuration__field{display:flex;flex-direction:column;gap:8px}.ingestro__sdk-tdm-details__column-configuration__field .ingestro-switch{gap:8px}.ingestro__sdk-tdm-details__column-configuration__field .ingestro-switch__label{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.43;color:var(--ingestro-neutral-900, #2d2d2d)}.ingestro__sdk-tdm-details__column-configuration__field .ingestro-switch__control{width:32px;height:20px}.ingestro__sdk-tdm-details__column-configuration__field .ingestro-switch__control .ingestro-switch__toggle{width:16px;height:16px}.ingestro__sdk-tdm-details__column-configuration__field .ingestro-input{border-radius:4px;background-color:var(--ingestro-white, #ffffff);padding:0!important}.ingestro__sdk-tdm-details__column-configuration__field .ingestro-input.ingestro-input--disabled{background-color:var(--ingestro-neutral-100)}.ingestro__sdk-tdm-details__column-configuration__field .ingestro-input::placeholder{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.43;color:var(--ingestro/neutral/400, #a9a9a9)}.ingestro__sdk-tdm-details__column-configuration--country-code{background-color:var(--ingestro-shade-white, #ffffff);border:1px solid var(--ingestro-neutral-200, #e1e1e1);border-radius:8px;padding:24px}.ingestro__sdk-tdm-details__column-configuration__section-title{font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:1.43;color:var(--ingestro-neutral-900, #2d2d2d)}.ingestro__sdk-tdm-details__column-configuration__row{display:flex;gap:20px;align-items:flex-start;width:100%}.ingestro__sdk-tdm-details__column-configuration__field{flex:1;min-width:0}.ingestro__sdk-tdm-details__column-configuration__divider{width:1px;background-color:var(--ingestro-neutral-200, #e1e1e1);align-self:stretch;min-height:55px}.ingestro__sdk-tdm-details__column-configuration__info-section{flex:1;min-width:0}.ingestro__sdk-tdm-details__column-configuration__info{display:flex;flex-direction:column;gap:4px;padding:0;overflow:hidden;border-radius:4px}.ingestro__sdk-tdm-details__column-configuration__info-header{display:flex;gap:8px;align-items:center}.ingestro__sdk-tdm-details__column-configuration__info-icon{width:16px;height:16px;transform:scaleY(-1)}.ingestro__sdk-tdm-details__column-configuration__info-title{font-family:Inter,sans-serif;font-weight:600;font-size:12px;line-height:1.43;color:var(--ingestro-neutral-700, #545454)}.ingestro__sdk-tdm-details__column-configuration__info-text{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.43;color:var(--ingestro-neutral-500, #8d8d8d);padding-left:24px}.ingestro__sdk-tdm-details__column-configuration__separator{height:1px;width:100%;background-color:var(--ingestro-neutral-200, #e1e1e1)}.ingestro__sdk-tdm-details__column-configuration__checkbox-row{display:flex;gap:6px;align-items:center;justify-content:flex-end;width:100%}.ingestro__sdk-tdm-details__column-configuration__checkbox-field{display:flex;align-items:center;gap:24px;flex:1}.ingestro__sdk-tdm-details__column-configuration__tooltip-icon{width:14px;height:14px;color:var(--ingestro-neutral-500, #8d8d8d)}.ingestro__sdk-tdm-details__column-configuration--country-code .ingestro-formElement__label{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.43;color:var(--ingestro-neutral-700, #545454)}.ingestro__sdk-tdm-details__column-configuration--country-code .ingestro-formElement--required .ingestro-formElement__label:after{content:" *";color:var(--ingestro-error-500, #ef4444)}.ingestro__sdk-tdm-details__column-configuration--country-code .ingestro-input__input,.ingestro__sdk-tdm-details__column-configuration--country-code .ingestro-select__control{height:40px;border:1px solid var(--ingestro-neutral-200, #e1e1e1);border-radius:4px;background-color:var(--ingestro-shade-white, #ffffff)}.ingestro__sdk-tdm-details__column-configuration--country-code .ingestro-input__input::placeholder{color:var(--ingestro-neutral-400, #a9a9a9);font-size:16px}.ingestro__sdk-tdm-details__column-configuration--country-code .ingestro-switch__control{width:32px;height:20px;background-color:var(--ingestro-neutral-500, #8d8d8d);border-radius:36.25px;position:relative}.ingestro__sdk-tdm-details__column-configuration--country-code .ingestro-switch__toggle{width:16px;height:16px;background-color:var(--ingestro-shade-white, #ffffff);border-radius:50%;position:absolute;top:10%;left:6.25%;right:43.75%;bottom:10%}.ingestro__sdk-tdm-details__column-configuration--country-code .ingestro-select__tag{background-color:var(--ingestro-primary-50, #eff3f9);color:var(--ingestro-primary-900, #162338);padding:4px;border-radius:4px;font-size:12px;height:24px;display:flex;align-items:center;justify-content:center}.ingestro__sdk-tdm-details__column-configuration--country-code .ingestro-select__tag-remove{width:16px;height:16px;border-radius:4px;margin-left:8px}.ingestro__sdk-tdm-details__column-configuration--country-code .ingestro-button--clear{height:20px;padding:0 4px;border-radius:4px;font-weight:600;font-size:10px;line-height:1.43;color:var(--ingestro-neutral-300, #c5c5c5);text-align:center;letter-spacing:.2px}.ingestro__sdk-tdm-details__column-configuration-dropdown-options{gap:0}.ingestro__sdk-tdm-details__column-configuration-dropdown-options .ingestro__sdk-tdm-details__column-configuration__section-title{margin-bottom:4px}.ingestro__sdk-tdm-details__column-configuration__section-description{color:var(--ingestro-neutral-500, #8d8d8d);font-size:12px;font-weight:400;line-height:1.43;margin-bottom:12px}.ingestro__sdk-tdm-details__dropdown-options__item{background-color:var(--ingestro-white, #ffffff);border:1px solid var(--ingestro-neutral-200, #e1e1e1);border-radius:4px;padding:8px;display:flex;flex-direction:column;gap:8px}.ingestro__sdk-tdm-details__dropdown-options__row{display:flex;gap:8px;width:100%}.ingestro__sdk-tdm-details__dropdown-options__row .ingestro-formElement__labelText{color:var(--ingestro-neutral-700, #545454);font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:143%}.ingestro__sdk-tdm-details__dropdown-options__field{display:flex;flex-direction:column;gap:4px}.ingestro__sdk-tdm-details__dropdown-options__field--label{width:320px}.ingestro__sdk-tdm-details__dropdown-options__field--value,.ingestro__sdk-tdm-details__dropdown-options__field--type{flex:1}.ingestro__sdk-tdm-details__dropdown-options__field--description{width:100%}.ingestro__sdk-tdm-details__dropdown-options__alternative-matches .ingestro-button{background:transparent;border:none;color:var(--ingestro-primary-900, #162338);font-size:10px;font-weight:600;padding:4px 8px;display:flex;align-items:center;gap:4px;height:24px}.ingestro__sdk-tdm-details__dropdown-options__alternative-matches .ingestro-button:hover{background-color:var(--ingestro-primary-50, #eff3f9)}.ingestro__sdk-tdm-details__dropdown-options__actions{display:flex;justify-content:flex-end;align-items:center;width:100%}.ingestro__sdk-tdm-details__dropdown-options__actions .ingestro-button{background-color:var(--ingestro-shade-white, #ffffff);border:1px solid var(--ingestro-primary-50, #eff3f9);color:var(--ingestro-primary-900, #162338);font-size:10px;font-weight:600;padding:4px 8px;display:flex;align-items:center;gap:4px;height:24px}.ingestro__sdk-tdm-details__dropdown-options__actions .ingestro-button:hover{background-color:var(--ingestro-primary-50, #eff3f9)}.ingestro__sdk-tdm-details__dropdown-options__type-wrapper{position:relative;display:flex;align-items:center}.ingestro__sdk-tdm-details__dropdown-options__type-icon{position:absolute;left:8px;top:50%;transform:translateY(-50%);background-color:var(--ingestro-primary-100, #d0dbed);border:.8px solid var(--ingestro-primary-100, #d0dbed);border-radius:2.4px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:600;color:var(--ingestro-primary-900, #162338);z-index:1}.ingestro__sdk-tdm-details__dropdown-options__field--type .ingestro-select__toggle{display:flex;align-items:center;gap:8px;padding:4px 8px;height:32px}.ingestro__sdk-tdm-details__dropdown-options__item-description textarea{resize:none;min-height:32px;padding:4px 8px!important;height:32px}.ingestro__sdk-tdm-details__dropdown-options__item .ingestro-textarea__textarea.ingestro-tagInput__textarea.ingestro__sdk-tdm-details__column-modal__alternative-matches-input{height:auto;max-height:90px;min-height:32px;overflow-y:auto;padding:5px 8px!important;resize:none}.ingestro__sdk-tdm-details__dropdown-options__item .ingestro-textarea__textarea.ingestro-tagInput__textarea.ingestro__sdk-tdm-details__column-modal__alternative-matches-input input{height:24px;font-size:14px}.ingestro__sdk-tdm-details__column-modal__dropdown-options-content{border-radius:4px;background-color:var(--ingestro-neutral-50);border:1px solid var(--ingestro-neutral-100);display:flex;flex-direction:column}.ingestro__sdk-tdm-details__column-modal__dropdown-options-content-header{display:flex;justify-content:space-between;align-items:center;padding:8px;border-bottom:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);border-radius:4px 4px 0 0}.ingestro__sdk-tdm-details__column-modal__dropdown-options-title{font-size:14px;font-weight:600;color:var(--ingestro-neutral-900)}.ingestro__sdk-tdm-details__column-modal__dropdown-options-header-actions{display:flex;gap:8px}.ingestro__sdk-tdm-details__column-modal__dropdown-options-hidden-file-input{display:none}.ingestro__sdk-tdm-details__column-modal__dropdown-options-list{padding:8px;display:flex;flex-direction:column;gap:8px}.ingestro__sdk-tdm-details__column-modal__dropdown-options-footer{border-top:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);height:44px;padding:0 8px;border-radius:0 0 4px 4px}.ingestro__sdk-tdm-details__column-modal__dropdown-options-footer .ingestro-pagination__count-label{margin:0}.ingestro__sdk-tdm-details__column-modal__dropdown-options-footer .ingestro-pagination{height:100%}.ingestro__sdk-tdm-details__column-validations{display:flex;flex-direction:column;gap:24px;width:100%;background-color:var(--ingestro-white);padding:24px;border-radius:8px;border:1px solid var(--ingestro-neutral-200);height:auto;min-height:100%}.ingestro__sdk-tdm-details__column-validations__section,.ingestro__sdk-tdm-details__column-validations__content{display:flex;flex-direction:column;gap:16px}.ingestro__sdk-tdm-details__column-validations__checkbox-group{display:flex;align-items:center}.ingestro__sdk-tdm-details__column-validations__required-options{display:flex;flex-direction:column;gap:16px}.ingestro__sdk-tdm-details__column-validations__radio-group{display:flex;gap:8px}.ingestro__sdk-tdm-details__column-validations__radio-group .ingestro-radio{display:flex;align-items:center}.ingestro__sdk-tdm-details__column-validations__radio-item{display:flex;align-items:center;width:100%}.ingestro__sdk-tdm-details__column-validations__radio-item>.ingestro-radio-container{display:flex;align-items:center;width:100%;height:40px}.ingestro__sdk-tdm-details__column-validations__condition-section{margin-top:8px}.ingestro__sdk-tdm-details__column-validations__cross-column-section{margin-top:16px;padding:16px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.ingestro__sdk-tdm-details__column-validations__cross-column-header{margin-bottom:16px}.ingestro__sdk-tdm-details__column-validations__section-title{font-size:14px;font-weight:600;color:#212529;margin:0}.ingestro__sdk-tdm-details__column-validations__cross-column-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.ingestro__sdk-tdm-details__column-validations__cross-column-row:last-child{margin-bottom:0}.ingestro__sdk-tdm-details__column-validations__cross-column-fields{display:flex;flex:1;gap:12px}.ingestro__sdk-tdm-details__column-validations__cross-column-fields>div{flex:1}.ingestro__sdk-tdm-details__column-validations__cross-column-actions{display:flex;align-items:flex-end;padding-bottom:8px}.ingestro__sdk-tdm-details__column-validations__action-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #d0d7de;border-radius:6px;background-color:#fff;cursor:pointer;transition:all .2s ease}.ingestro__sdk-tdm-details__column-validations__action-btn:hover{background-color:#f6f8fa;border-color:#8c959f}.ingestro__sdk-tdm-details__column-validations__action-btn--add{border-color:#0969da;color:#0969da}.ingestro__sdk-tdm-details__column-validations__action-btn--add:hover{background-color:#dbeafe;border-color:#0969da}.ingestro__sdk-tdm-details__column-validations__action-btn--remove{border-color:#da3633;color:#da3633}.ingestro__sdk-tdm-details__column-validations__action-btn--remove:hover{background-color:#ffebe9;border-color:#da3633}.ingestro__sdk-tdm-details__column-validations__action-btn svg{width:16px;height:16px}.ingestro__sdk-tdm-details__column-validations__regex-fields{display:flex;flex-direction:column;gap:8px}.ingestro__sdk-tdm-details__column-modal__required-with{background-color:var(--ingestro-neutral-50, #fbfbfb);border:1px solid var(--ingestro-neutral-100, #f2f2f2);border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:8px}.ingestro__sdk-tdm-details__column-modal__required-with__header{margin-bottom:8px}.ingestro__sdk-tdm-details__column-modal__required-with__title{font-size:14px;font-weight:600;color:var(--ingestro-neutral-900, #2d2d2d);margin:0}.ingestro__sdk-tdm-details__column-modal__required-with__content{display:flex;flex-direction:column}.ingestro__sdk-tdm-details__column-modal__required-with__row{display:flex;align-items:flex-start;gap:12px}.ingestro__sdk-tdm-details__column-modal__required-with__fields{flex:1;min-width:0}.ingestro__sdk-tdm-details__column-modal__required-with__actions{display:flex;align-items:center;justify-content:center;flex-shrink:0}.ingestro__sdk-tdm-details__column-modal__required-with__action-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:4px;border:1px solid;background-color:var(--ingestro-shade-white, #ffffff);cursor:pointer;transition:all .2s ease}.ingestro__sdk-tdm-details__column-modal__required-with__action-btn--add{border-color:var(--ingestro-primary-50, #eff3f9);color:var(--ingestro-primary-600, #2563eb)}.ingestro__sdk-tdm-details__column-modal__required-with__action-btn--add:hover{background-color:var(--ingestro-primary-50, #eff3f9);border-color:var(--ingestro-primary-200, #bfdbfe)}.ingestro__sdk-tdm-details__column-modal__required-with__action-btn--remove{border-color:var(--ingestro-neutral-200, #e1e1e1);color:var(--ingestro-neutral-600, #545454)}.ingestro__sdk-tdm-details__column-modal__required-with__action-btn--remove:hover{background-color:var(--ingestro-error-50, #fef2f2);border-color:var(--ingestro-error-200, #fecaca);color:var(--ingestro-error-600, #dc2626)}.ingestro__sdk-tdm-details__column-modal__required-with__fields .ingestro-form-element{margin-bottom:0}.ingestro__sdk-tdm-details__column-modal__required-with__fields .ingestro-select__toggle{height:40px;border-radius:4px}.ingestro__sdk-tdm-details__column-modal__required-with-values{background-color:var(--ingestro-neutral-50, #fbfbfb);border:1px solid var(--ingestro-neutral-100, #f2f2f2);border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:8px}.ingestro__sdk-tdm-details__column-modal__required-with-values__header{margin-bottom:8px}.ingestro__sdk-tdm-details__column-modal__required-with-values__title{font-size:14px;font-weight:600;color:var(--ingestro-neutral-900, #2d2d2d);margin:0}.ingestro__sdk-tdm-details__column-modal__required-with-values__content{display:flex;flex-direction:column;gap:8px}.ingestro__sdk-tdm-details__column-modal__required-with-values__row{display:flex;align-items:flex-start;gap:12px}.ingestro__sdk-tdm-details__column-modal__required-with-values__fields{flex:1;min-width:0}.ingestro__sdk-tdm-details__column-modal__required-with-values__actions{display:flex;align-items:center;justify-content:center;flex-shrink:0}.ingestro__sdk-tdm-details__column-modal__required-with-values__action-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:4px;border:1px solid;background-color:var(--ingestro-shade-white, #ffffff);cursor:pointer;transition:all .2s ease}.ingestro__sdk-tdm-details__column-modal__required-with-values__action-btn--add{border-color:var(--ingestro-primary-50, #eff3f9);color:var(--ingestro-primary-600, #2563eb)}.ingestro__sdk-tdm-details__column-modal__required-with-values__action-btn--add:hover{background-color:var(--ingestro-primary-50, #eff3f9);border-color:var(--ingestro-primary-200, #bfdbfe)}.ingestro__sdk-tdm-details__column-modal__required-with-values__action-btn--remove{border-color:var(--ingestro-neutral-200, #e1e1e1);color:var(--ingestro-neutral-600, #545454)}.ingestro__sdk-tdm-details__column-modal__required-with-values__action-btn--remove:hover{background-color:var(--ingestro-error-50, #fef2f2);border-color:var(--ingestro-error-200, #fecaca);color:var(--ingestro-error-600, #dc2626)}.ingestro__sdk-tdm-details__column-modal__required-with-values__fields .ingestro-form-element{margin-bottom:0}.ingestro__sdk-tdm-details__column-modal__required-with-values__fields .ingestro-select__toggle{height:40px;border:1px solid var(--ingestro-neutral-200, #e1e1e1);background-color:var(--ingestro-shade-white, #ffffff);border-radius:4px}.ingestro__sdk-tdm-details__column-modal__required-with-values .ingestro-textarea__textarea.ingestro-tagInput__textarea.ingestro__sdk-tdm-details__column-modal__alternative-matches-input{max-height:40px}.ingestro__sdk-tdm-details__column-modal__compare-rules{display:flex;flex-direction:column;gap:16px}.ingestro__sdk-tdm-details__column-modal__compare-rules__title{font-size:16px;font-weight:600;color:var(--ingestro-neutral-900, #2d2d2d);margin:0}.ingestro__sdk-tdm-details__column-modal__compare-rules__card{background-color:var(--ingestro-neutral-50, #fbfbfb);border:1px solid var(--ingestro-neutral-100, #f2f2f2);border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:8px}.ingestro__sdk-tdm-details__column-modal__compare-rules__header,.ingestro__sdk-tdm-details__column-modal__compare-rules__row{display:flex;align-items:flex-start;gap:12px}.ingestro__sdk-tdm-details__column-modal__compare-rules__operator{flex:0 0 200px;min-width:0}.ingestro__sdk-tdm-details__column-modal__compare-rules__value{flex:0 0 240px;min-width:0}.ingestro__sdk-tdm-details__column-modal__compare-rules__error-message{flex:1;min-width:0}.ingestro__sdk-tdm-details__column-modal__compare-rules__actions{flex:0 0 40px;display:flex;align-items:center;justify-content:center}.ingestro__sdk-tdm-details__column-modal__compare-rules__header .ingestro-form-element,.ingestro__sdk-tdm-details__column-modal__compare-rules__row .ingestro-form-element{margin-bottom:0}.ingestro__sdk-tdm-details__column-modal__mapping-validations{min-height:0;max-height:100%;display:flex;flex-direction:column;height:100%;flex:1 1 auto}.ingestro__sdk-tdm-details__column-modal__mapping-validation__description__wrapper{display:flex;align-items:center;margin-bottom:4px}.ingestro__sdk-tdm-details__column-modal__mapping-validation__description{margin:0 40px 0 0;color:var(--ingestro-neutral-500)}.ingestro__sdk-tdm-details__column-modal__mapping-validation__description b{font-weight:700;color:var(--ingestro-neutral-900)}.ingestro__sdk-tdm-details__column__mapping-validation__error-message__textarea textarea{max-height:100px;overflow:auto!important;min-height:42px!important;box-sizing:border-box}.ingestro__sdk-tdm-details__column-modal__mapping-validation__header{display:flex;margin-bottom:4px}.ingestro__sdk-tdm-details__column-modal__mapping-validation__title{font-size:14px;color:var(--ingestro-neutral-700);margin:0 8px 0 0;font-weight:600}.ingestro__sdk-tdm-details__column-modal__mapping-validation__divider{height:20px;width:1px;background-color:var(--ingestro-neutral-100);margin-right:8px}.ingestro__sdk-tdm-details__column-modal__mapping-validations__layout-content{flex-grow:1;flex:1 1 auto;min-height:0}.ingestro__sdk-tdm-details__column__mapping-validation__divider{height:1px;background-color:var(--ingestro-neutral-100);margin-bottom:12px;margin-top:12px}.ingestro__sdk-tdm-details__column-modal__mapping-validation__sub-header{display:flex;align-items:center;margin-bottom:12px}.ingestro__sdk-tdm-details__column__mapping-validation__code-visual-builder-content{overflow:auto}.ingestro__sdk-tdm-details__column__mapping-validation__error-message{padding:0}.ingestro__sdk-tdm-details__column-modal__mapping-validations__container{height:auto;display:flex;padding:24px;background-color:var(--ingestro-white);border-radius:8px;border:1px solid var(--ingestro-neutral-200);min-height:100%;width:100%}.ingestro__sdk-tdm-details__column-modal__content--mapping-validation{height:auto;min-height:100%;display:flex}.ingestro__sdk-tdm-details__column-modal__content--mapping-validation--empty{background-color:var(--ingestro-neutral-50);display:flex;align-items:center;justify-content:center;border:0;height:100%}.ingestro__sdk-tdm-details__column__mapping-validation__code-visual-builder{display:flex;flex-direction:column;height:100%;justify-content:space-between}.ingestro__sdk-tdm-details__column__mapping-validation__error-message__tooltip .ingestro-tooltip__content{width:220px}.ingestro__sdk-tdm-details__column__mapping-validation__error-message__tooltip b{font-weight:700}.ingestro-select__content.ingestro-select__tdm-details__operator-field__dropdown{width:200px}.ingestro__sdk-tdm-details__column__mapping-validation__error-message__form-element .ingestro__sdk-tdm-details__column__mapping-validation__error-message__textarea__preserve-error-space{height:17.16px}.ingestro-select__tdm-details_mapping-validation__column-field{width:280px!important;flex:1 0 auto}.ingestro-select__tdm-details_mapping-validation__column-field .select__option-checkMark{display:none}.ingestro-select__tdm-details__mapping-validation__operator-field{width:200px!important;flex-shrink:0}.ingestro-select__tdm-details__mapping-validation__operator-field__dropdown{width:200px!important}.ingestro-select__tdm-details__mapping-validation__operator-field__dropdown .select__option-checkMark{display:none}.ingestro__sdk-tdm-details__column__mapping-validation__condition__container{display:flex;align-items:stretch}.ingestro__sdk-tdm-details__column__mapping-validation__condition__item{background-color:var(--ingestro-neutral-100);display:flex;margin-top:8px;min-height:40px;padding:4px;box-sizing:border-box;flex-grow:1;gap:4px;border:1px solid var(--ingestro-neutral-200);border-radius:6px;height:100%;min-width:0}.ingestro-select__tdm-details__operator__delete-btn{margin-left:auto}.ingestro-select__tdm-details_mapping-validation__column-field__dropdown .ingestro-select__content-main{max-height:188px}.ingestro-select__tdm-details_mapping-validation__column-field__dropdown .select__option-checkMark{display:none}.ingestro-select__tdm-details__mapping-validation__operator-field__dropdown .ingestro-select__content-main{max-height:188px}.ingestro__sdk-tdm-details__column__mapping-validation__condition__item--error{background-color:var(--ingestro-error-50);border:1px solid var(--ingestro-error-200)}.ingestro-select__tdm-details__column-field__error-message{margin-top:2px!important;font-size:10px!important}.ingestro-select__tdm-details_mapping-validation__column-field__dropdown .ingestro-tag{background-color:var(--ingestro-neutral-100)}.ingestro__sdk-tdm-details__column__mapping-validation__line-icon{width:32px;padding-left:16px;display:flex;flex-direction:column;box-sizing:border-box}.ingestro__sdk-tdm-details__column__mapping-validation__line-icon__line{width:16px;border-left:1px solid var(--ingestro-primary-500);border-bottom:1px solid var(--ingestro-primary-500);flex:0 0 auto;padding-top:8px;height:30px}.ingestro__sdk-tdm-details__column__mapping-validation__line-icon__bottom-line{flex:1 1 auto;border-left:1px solid var(--ingestro-primary-500)}.ingestro__sdk-tdm-details__column__mapping-validation__line-icon__radius{border-bottom-left-radius:8px;position:relative}.ingestro__sdk-tdm-details__column__mapping-validation__line-icon__bottom-line-last{border-left:0px}.ingestro__sdk-tdm-details__column__mapping-validation__group__container{display:flex}.ingestro__sdk-tdm-details__column__mapping-validation__group__item{border:1px solid var(--ingestro-neutral-100);padding:6px;border-radius:6px;margin-top:8px;width:100%;overflow:hidden;transition:height .2s linear;interpolate-size:allow-keywords;min-width:600px}.ingestro__sdk-tdm-details__column__mapping-validation__group__actions{display:flex;align-items:center}.ingestro__sdk-tdm-details__column__mapping-validation__group__actions__buttons{display:flex;align-items:center;margin-left:8px;gap:6px}.ingestro__sdk-tdm-details__column__mapping-validation__group__actions__divider{width:1px;height:20px;background-color:var(--ingestro-neutral-100)}.ingestro__sdk-tdm-details__column__mapping-validation__group__chevron-down{margin-left:auto}.ingestro__sdk-tdm-details__column__mapping-validation__group__chevron-down--icon{transition:transform .2s linear 50ms}.ingestro__sdk-tdm-details__column__mapping-validation__group__chevron-down--collapse .ingestro__sdk-tdm-details__column__mapping-validation__group__chevron-down--icon{transform:rotate(-90deg)}.ingestro__sdk-tdm-details__column__mapping-validation__group__maximum-warning{border-radius:16px;margin-left:6px;margin-top:8px;background-color:var(--ingestro-warning-100)!important;border-color:var(--ingestro-warning-100)!important}.ingestro__sdk-tdm-details__column__mapping-validation__group__maximum-warning .ingestro-tag__icon{display:flex;align-items:center;width:14px}.ingestro__sdk-tdm-details__column__mapping-validation__group__container--exceed__folder{height:40px;display:flex;align-items:center;margin-top:8px}.ingestro__sdk-tdm-details__column__mapping-validation__group__container--exceed{display:flex}.ingestro__switch-select{display:inline-flex;padding:4px;border-radius:6px;background-color:var(--ingestro-neutral-50);border:1px solid var(--ingestro-neutral-100);height:28px;box-sizing:border-box}.ingestro__switch-select__option{border-radius:4px;border:0;width:40px;height:100%;font-size:10px;font-weight:600;color:var(--ingestro-neutral-600);cursor:pointer;background:transparent;outline:none}.ingestro__switch-select__option--selected{background-color:var(--ingestro-primary-900);color:var(--ingestro-white)}.ingestro__switch-select__option--disabled .ingestro__switch-select__option--not-selected{color:var(--ingestro-neutral-300)!important}.ingestro__switch-select__option--disabled .ingestro__switch-select__option{cursor:not-allowed}.ingestro__sdk-tdm-details__column__mapping-validation__root-header{display:flex;align-items:center}.ingestro__sdk-tdm-details__column__mapping-validation__logical-description{color:var(--ingestro-neutral-700);margin:0 0 0 8px}.ingestro__sdk-tdm-details__column__mapping-validation__logical-description b{font-weight:700;color:var(--ingestro-neutral-900)}.ingestro__sdk-tdm-details__column-modal__mapping-validations__root__actions{display:flex;align-items:center;gap:4px}.ingestro__sdk-tdm-details__column-modal__mapping-validations__root__expr{margin-bottom:8px}.ingestro__sdk-tdm-details__column__mapping-validation__code-editor{min-height:100%;box-sizing:border-box;display:flex;flex-direction:column;height:100%}.ingestro__sdk-tdm-details__column__mapping-validation__code-editor__title{margin:0 0 4px;color:var(--ingestro-neutral-700)}.ingestro__sdk-tdm-details__column__mapping-validation__code-editor__description{margin:0;padding:0 0 0 4px}.ingestro__sdk-tdm-details__column__mapping-validation__code-editor__description li{margin:0;color:var(--ingestro-neutral-500)}.ingestro__sdk-tdm-details__column__mapping-validation__code-editor__description li b{font-weight:600;color:var(--ingestro-neutral-900)}.ingestro__sdk-tdm-details__column__mapping-validation__code-editor__description li span{color:var(--ingestro-neutral-900);font-weight:600}.ingestro__sdk-tdm-details__column__mapping-validation__code-editor__description li a{color:var(--ingestro-neutral-900);text-decoration:none}.ingestro__sdk-tdm-details__column__mapping-validation__code-editor__description li p{display:inline;margin-right:4px}.ingestro__sdk-tdm-details__column__mapping-validation__wrapper{display:flex;flex-direction:column;height:100%;flex:1 1 auto}.ingestro__sdk-tdm-details__column__mapping-validation__syntax-error{color:var(--ingestro-warning-500);margin:4px 0 0}.ingestro__sdk-tdm-details__column__mapping-validation__code-editor__asterisk{color:var(--ingestro-error-500);margin-left:4px}.ingestro-input__tdm-details__code-error-message{font-size:12px!important;margin-top:4px!important}.ingestro__sdk-tdm-details__column__mapping-validation__code-editor__content{flex:1 1 auto;display:flex;flex-direction:column;overflow:auto}.ingestro__sdk-tdm-details__column__mapping-validation__error-message__wrapper,.ingestro__sdk-tdm-details__column__mapping-validation__code-editor__content .ingestro__sdk-tdm-details__code-editor__editor{flex:1 1 auto}.ingestro__code-editor--placeholder{position:absolute;display:none;white-space:pre-wrap;top:8px;left:12px;right:8px;font-size:12px;color:var(--ingestro-neutral-400);pointer-events:none;-webkit-user-select:none;user-select:none;font-family:Menlo,Monaco,Courier New,monospace;z-index:100;margin:0}.ingestro__sdk-tdm-details__code-editor__editor{box-sizing:border-box;border-radius:4px;width:100%;border:1px solid var(--ingestro-neutral-200);margin-top:12px;overflow:hidden;position:relative}.ingestro__validation-editor .monaco-editor .suggest-widget{z-index:1000}.ingestro__validation-editor .monaco-list-row>.contents>.main>.right{display:none!important}.ingestro__validation-editor .details-label{font-size:10px!important;color:var(--ingestro-neutral-600);display:inline!important;width:100%!important;max-width:100%!important;padding:3px 8px!important;border-radius:4px!important;border:1px solid var(--ingestro-neutral-200)!important;background-color:var(--ingestro-neutral-100)!important;box-sizing:border-box!important;overflow:visible!important;height:20px;line-height:1.2;font-family:Inter,sans-serif,serif}.ingestro__validation-editor .monaco-list-row>.contents>.main>.right.can-expand-details{display:block!important;width:95px!important;flex-shrink:0!important}.ingestro__validation-editor .monaco-editor .suggest-widget .monaco-list .monaco-list-row,.ingestro__validation-editor .monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused{color:var(--ingestro-neutral-900)}.ingestro__validation-editor .monaco-highlighted-label{font-family:Inter,sans-serif}.ingestro__validation-editor .monaco-highlighted-label .highlight,.ingestro__validation-editor .monaco-list-row.focused .monaco-highlighted-label .highlight{color:var(--ingestro-primary-500)!important;font-weight:400!important}.ingestro__validation-editor .monaco-editor>div{width:100%!important}.ingestro__validation-editor .monaco-editor>div>.monaco-scrollable-element{width:100%!important}.ingestro__validation-editor .monaco-editor{outline-width:0px!important;width:100%!important}.ingestro__validation-editor .monaco-editor .right .readMore.codicon.codicon-suggest-more-info{display:none!important}.ingestro__validation-editor .monaco-editor .monaco-list-row:hover .readMore{visibility:visible!important}.ingestro__validation-editor .monaco-editor .readMore{display:inline-flex!important;visibility:hidden!important;margin-right:-10px!important;width:320px!important;align-items:center;justify-content:center;background:linear-gradient(to right,transparent 0%,var(--ingestro-white) 70%)}.ingestro__validation-editor .monaco-editor .suggest-icon{width:18px;height:32px;margin-left:4px;border-radius:4px;background-position:center;background-size:18px 18px;background-repeat:no-repeat}.ingestro__validation-editor .monaco-editor .slider{border-radius:4px!important;background-color:var(--ingestro-neutral-200)!important}.ingestro__validation-editor .monaco-editor .scrollbar{background-color:var(--ingestro-neutral-50)!important;border-radius:4px!important;background-clip:padding-box!important}.ingestro__validation-editor .monaco-editor .scroll-decoration{display:none!important}.ingestro__validation-editor .monaco-editor .snippet-placeholder{border-radius:2px!important;background-color:var(--ingestro-neutral-200)!important}.ingestro__validation-editor .monaco-editor .wordHighlightText{border-radius:2px!important;background-color:var(--ingestro-neutral-100)!important}.ingestro__validation-editor .monaco-editor .finish-snippet-placeholder{background-color:transparent!important;outline-color:transparent!important}.ingestro__validation-editor .monaco-editor .current-line-exact{border:none!important}.ingestro__validation-editor .monaco-editor .editor-widget.suggest-widget .scrollbar.vertical{width:4px!important;cursor:default!important}.ingestro__validation-editor .monaco-editor .editor-widget.suggest-widget .scrollbar.vertical>div{width:4px!important;cursor:default!important}.ingestro__validation-editor .monaco-editor .editor-widget.suggest-widget{overflow:hidden!important;max-width:240px!important;background:#fff!important}.ingestro__validation-editor .monaco-editor .monaco-list .monaco-scrollable-element>.scrollbar.vertical .monaco-list-rows>div{padding:0!important}.ingestro__validation-editor .monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main{width:100%!important;align-items:center!important;padding:6px 0 6px 8px!important;height:32px;box-sizing:border-box}.ingestro__validation-editor .monaco-editor .monaco-list .monaco-list-row.focused,.ingestro__validation-editor .monaco-editor .monaco-list .monaco-list-row.focused:hover{background-color:#f5f8fe!important}.ingestro__validation-editor .monaco-editor .monaco-list .monaco-list-row:hover{background-color:#fbfbfb!important}.ingestro__validation-editor .monaco-editor .monaco-list-row>.contents>.main>.left{flex:1 1 auto!important;width:100%!important}.ingestro__validation-editor .monaco-editor .suggest-widget{background-color:#fff;border:0px solid #f2f2f2;box-shadow:0 4px 12px #1b50710d;border-radius:4px;resize:none!important}.ingestro__validation-editor .monaco-editor .suggest-widget .monaco-sash{display:none!important}.ingestro__validation-editor .monaco-editor .suggest-widget .tree{background-color:#fff;border:1px solid #f2f2f2;border-radius:4px;resize:none!important;box-sizing:border-box!important;overflow:hidden!important}.ingestro__validation-editor .monaco-editor .suggest-details{background-color:#fff;border:1px solid #f2f2f2;box-shadow:0 4px 12px #1b50710d;border-radius:4px}.ingestro__validation-editor .monaco-editor .codicon-symbol-property:before{display:none!important}.ingestro__validation-editor .monaco-editor .codicon-symbol-property,.ingestro__validation-editor .monaco-editor .codicon-symbol-function{display:none!important;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' rx='4' fill='%23FFFBEB' /%3E%3Cpath d='M5.25004 6.5C5.25004 6.16848 5.38173 5.85054 5.61615 5.61612C5.85057 5.3817 6.16852 5.25 6.50004 5.25C6.61054 5.25 6.71653 5.2939 6.79467 5.37204C6.87281 5.45018 6.9167 5.55616 6.9167 5.66667C6.9167 5.77717 6.87281 5.88315 6.79467 5.96129C6.71653 6.03943 6.61054 6.08333 6.50004 6.08333C6.38953 6.08333 6.28355 6.12723 6.20541 6.20537C6.12727 6.28351 6.08337 6.38949 6.08337 6.5V8.14083C6.08337 8.46958 5.95545 8.77375 5.7417 9C5.95545 9.22625 6.08337 9.53042 6.08337 9.85917V11.5C6.08337 11.6105 6.12727 11.7165 6.20541 11.7946C6.28355 11.8728 6.38953 11.9167 6.50004 11.9167C6.61054 11.9167 6.71653 11.9606 6.79467 12.0387C6.87281 12.1168 6.9167 12.2228 6.9167 12.3333C6.9167 12.4438 6.87281 12.5498 6.79467 12.628C6.71653 12.7061 6.61054 12.75 6.50004 12.75C6.16852 12.75 5.85057 12.6183 5.61615 12.3839C5.38173 12.1495 5.25004 11.8315 5.25004 11.5V9.85917C5.25004 9.76628 5.219 9.67606 5.16185 9.60283C5.1047 9.5296 5.02472 9.47757 4.93462 9.455L4.73212 9.40417C4.64203 9.38159 4.56206 9.32955 4.50492 9.25633C4.44778 9.1831 4.41675 9.09288 4.41675 9C4.41675 8.90712 4.44778 8.8169 4.50492 8.74367C4.56206 8.67045 4.64203 8.61841 4.73212 8.59583L4.93462 8.54542C5.02472 8.52285 5.1047 8.47081 5.16185 8.39759C5.219 8.32436 5.25004 8.23414 5.25004 8.14125V6.5ZM12.75 6.5C12.75 6.16848 12.6183 5.85054 12.3839 5.61612C12.1495 5.3817 11.8316 5.25 11.5 5.25C11.3895 5.25 11.2835 5.2939 11.2054 5.37204C11.1273 5.45018 11.0834 5.55616 11.0834 5.66667C11.0834 5.77717 11.1273 5.88315 11.2054 5.96129C11.2835 6.03943 11.3895 6.08333 11.5 6.08333C11.6105 6.08333 11.7165 6.12723 11.7947 6.20537C11.8728 6.28351 11.9167 6.38949 11.9167 6.5V8.14083C11.9167 8.46958 12.0446 8.77375 12.2584 9C12.0389 9.23219 11.9166 9.53964 11.9167 9.85917V11.5C11.9167 11.6105 11.8728 11.7165 11.7947 11.7946C11.7165 11.8728 11.6105 11.9167 11.5 11.9167C11.3895 11.9167 11.2835 11.9606 11.2054 12.0387C11.1273 12.1168 11.0834 12.2228 11.0834 12.3333C11.0834 12.4438 11.1273 12.5498 11.2054 12.628C11.2835 12.7061 11.3895 12.75 11.5 12.75C11.8316 12.75 12.1495 12.6183 12.3839 12.3839C12.6183 12.1495 12.75 11.8315 12.75 11.5V9.85917C12.7501 9.76622 12.7812 9.67596 12.8384 9.60272C12.8956 9.52949 12.9757 9.47749 13.0659 9.455L13.268 9.40417C13.358 9.38159 13.438 9.32955 13.4952 9.25633C13.5523 9.1831 13.5833 9.09288 13.5833 9C13.5833 8.90712 13.5523 8.8169 13.4952 8.74367C13.438 8.67045 13.358 8.61841 13.268 8.59583L13.0659 8.54542C12.9757 8.52292 12.8956 8.47093 12.8384 8.39769C12.7812 8.32446 12.7501 8.23419 12.75 8.14125V6.5ZM7.87087 6.86917C7.83727 6.82594 7.79549 6.78975 7.74791 6.76267C7.70033 6.73559 7.64788 6.71815 7.59356 6.71134C7.53924 6.70453 7.4841 6.70849 7.43131 6.72299C7.37852 6.73748 7.3291 6.76224 7.28587 6.79583C7.24264 6.82943 7.20646 6.87121 7.17938 6.91879C7.1523 6.96637 7.13486 7.01882 7.12805 7.07315C7.12124 7.12747 7.12519 7.1826 7.13969 7.23539C7.15419 7.28819 7.17894 7.33761 7.21254 7.38083L8.47254 9L7.21337 10.6192C7.17834 10.6622 7.15225 10.7118 7.13665 10.765C7.12104 10.8183 7.11623 10.8741 7.12249 10.9293C7.12875 10.9844 7.14597 11.0377 7.17312 11.0861C7.20027 11.1345 7.23681 11.177 7.2806 11.2111C7.32439 11.2451 7.37455 11.2701 7.42813 11.2846C7.48171 11.299 7.53763 11.3026 7.59261 11.2951C7.64759 11.2876 7.70053 11.2692 7.74831 11.241C7.7961 11.2128 7.83776 11.1754 7.87087 11.1308L9.00004 9.67875L10.1292 11.1308C10.1628 11.1741 10.2046 11.2102 10.2522 11.2373C10.2997 11.2644 10.3522 11.2818 10.4065 11.2887C10.4608 11.2955 10.516 11.2915 10.5688 11.277C10.6216 11.2625 10.671 11.2378 10.7142 11.2042C10.7574 11.1706 10.7936 11.1288 10.8207 11.0812C10.8478 11.0336 10.8652 10.9812 10.872 10.9269C10.8788 10.8725 10.8749 10.8174 10.8604 10.7646C10.8459 10.7118 10.8211 10.6624 10.7875 10.6192L9.52754 9L10.7867 7.38083C10.8517 7.29342 10.8799 7.18404 10.8652 7.07611C10.8505 6.96819 10.7942 6.87029 10.7082 6.8034C10.6223 6.7365 10.5135 6.70593 10.4053 6.71822C10.2971 6.73052 10.198 6.7847 10.1292 6.86917L9.00004 8.32125L7.87087 6.86917Z' fill='%23FBBF24' /%3E%3C/svg%3E%0A")!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;margin-left:0!important}.ingestro__validation-editor .monaco-editor-overlaymessage{display:none!important}.ingestro__validation-editor div.monaco-scrollable-element.editor-scrollable>div.scrollbar.vertical{right:10px!important;width:4px!important}.ingestro__validation-editor div.monaco-scrollable-element.editor-scrollable>div.scrollbar.vertical>div{width:4px!important}.ingestro__sdk-tdm-details__code-editor__editor--error{border-color:var(--ingestro-error-500)}.ingestro__sdk-tdm-details__code-editor__editor--focus{border-color:var(--ingestro-secondary-500)}.ingestro__validation-editor.ingestro__mapping_validation-editor[aria-disabled=true] div{background:transparent!important}.ingestro__validation-editor.ingestro__mapping_validation-editor[aria-disabled=true]{background-color:var(--ingestro-neutral-100);pointer-events:none;cursor:not-allowed}.ingestro__sdk-tdm-details__column-modal__quick-mapped-checkbox{display:flex;flex-direction:column;gap:8px}.ingestro__sdk-tdm-details__column-modal__quick-mapped-checkbox__content{display:flex;flex-direction:column;gap:24px}.ingestro__sdk-tdm-details__column-modal__quick-mapped-checkbox__error-message,.ingestro__sdk-tdm-details__column-modal__quick-mapped-checkbox__textarea{width:100%}.ingestro__sdk-tdm-details__column-modal__quick-mapped-checkbox__textarea__preserve-error-space{height:20px}.ingestro__sdk-tdm-details__column-modal__quick-mapped-checkbox__add-more{display:flex;justify-content:flex-start;flex-direction:column;gap:8px}.ingestro__sdk-tdm-details__column-modal__quick-mapped-checkbox__add-more-title{color:var(--ingestro-neutral-500, #8d8d8d);font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:143%}.ingestro__tdm-details-list__ai-chat-container{display:contents;--ai-chat-width: 282px;@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-section{box-sizing:border-box;width:var(--ai-chat-width);flex:none;background-color:var(--ingestro-white);display:flex;flex-direction:column;height:100%;border-left:1px solid var(--ingestro-neutral-100);box-shadow:-12px 0 24px #1b50711f}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat{width:var(--ai-chat-width);flex:none;height:100%}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);height:36px;padding:0 8px}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-header-title{display:flex;align-items:center;gap:4px;font-size:10px}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-header-title-text{color:var(--ingestro-neutral-900)}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-header-title-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;background-color:var(--ingestro-primary-50);border-radius:4px}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-header-title-icon svg{width:12px;height:12px;color:var(--ingestro-primary-900)}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-header-btn{flex:none}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-history{flex:1;overflow-y:auto;padding:8px;background-color:var(--ingestro-white);border-bottom:1px solid var(--ingestro-neutral-100);display:flex;flex-direction:column;gap:8px}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:12px 32px;gap:0;min-height:240px}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-empty-icon{position:relative;width:100px;height:100px;display:flex;align-items:center;justify-content:center;margin-bottom:0}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-empty-icon-bg{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:var(--ingestro-white);border-radius:9px;box-shadow:0 0 36px #a2c1ffcc}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-empty-icon-bg svg{width:32px;height:32px}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-empty-content{display:flex;flex-direction:column;gap:8px;text-align:center}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-empty-title{color:var(--ingestro-neutral-900)}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-empty-description{color:var(--ingestro-neutral-600);font-size:10px}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-messages{display:flex;flex-direction:column;gap:8px}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-transition-enter{width:0}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-transition-enter-active{width:var(--ai-chat-width);transition:width .3s ease-out}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-transition-exit{width:var(--ai-chat-width)}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-transition-exit-active{width:0;transition:width .3s ease-in}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-loading-icon{animation:spin 1s linear infinite;margin-right:4px}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-message--loading{width:100%}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-message--loading .ingestro__tdm-details-list__ai-chat-message-text-wrapper{flex:1}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-message-cancel{display:inline;margin-left:auto;background:none;border:none;padding:0;color:var(--ingestro-secondary-500);font-size:10px;cursor:pointer}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-prompt{padding:8px;background-color:var(--ingestro-white);flex:none}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-message.ingestro__tdm-details-list__ai-chat-message--error{background:var(--ingestro-error-50);border:1px solid var(--ingestro-error-200)}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-prompt-message-container{margin-top:4px;display:flex;justify-content:space-between;width:100%}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-prompt-message-container>.caption{font-size:10px}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-prompt-message{color:var(--ingestro-error-500)}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-prompt-length-message{color:var(--ingestro-neutral-500)}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-message{box-sizing:border-box;padding:6px;border-radius:4px;max-width:100%;border:1px solid transparent;display:flex;gap:6px}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-message--user{background-color:var(--ingestro-primary-50);border-color:var(--ingestro-primary-100);align-self:flex-end}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-message--ai{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-100);align-self:flex-start}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-message-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0;border-radius:2.4px;background:var(--ingestro-primary-50);color:var(--ingestro-primary-500)}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-message-text{color:var(--ingestro-neutral-900);overflow-wrap:break-word;white-space:pre-wrap;font-size:10px}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-message-text--clamped{overflow:hidden;display:-webkit-box;-webkit-line-clamp:15;-webkit-box-orient:vertical;line-clamp:15}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-message-text-wrapper{display:flex;align-items:center}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-read-more-button{display:inline;background:none;border:none;padding:0;color:var(--ingestro-secondary-500);cursor:pointer;font-size:10px}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-prompt-field{position:relative;height:120px}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-prompt-textarea,.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-prompt-textarea .ingestro-textarea__textarea{height:100%;resize:none}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-prompt-textarea.ingestro-textarea .ingestro-textarea__textarea{font-size:12px;padding:8px 8px 40px;caret-color:var(--ingestro-neutral-900)}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-prompt-textarea .ingestro-textarea__footer{display:none}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-prompt-send{bottom:8px;right:8px;position:absolute}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-prompt-send>.ingestro-button__icon{transition:.3s ease-out}.ingestro__tdm-details-list__ai-chat-container .ingestro__tdm-details-list__ai-chat-prompt-send:hover>.ingestro-button__icon{transform:translate(1px,-1px)}.ingestro__tdm-details-list__diff-action-bar-container{display:contents;--diff-action-bar-width: 37px}.ingestro__tdm-details-list__diff-action-bar{box-sizing:border-box;height:var(--diff-action-bar-width);display:flex;padding:0 6px;justify-content:space-between;align-items:center;border-bottom:1px solid var(--ingestro-primary-100);background:var(--ingestro-primary-50);box-shadow:0 0 20px #1b50711a;flex:none}.ingestro__tdm-details-list__diff-action-bar-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;color:var(--ingestro-primary-500)}.ingestro__tdm-details-list__diff-action-bar-info{display:flex;justify-content:space-between;align-items:center;gap:2px;font-size:12px}.ingestro__tdm-details-list__diff-action-bar-nav-button{display:inline-flex;background:none;border:none;padding:0;color:var(--ingestro-secondary-500);cursor:pointer;font-size:12px;transform:translateY(2.5px)}.ingestro__tdm-details-list__diff-action-bar-actions{display:flex;justify-content:space-between;align-items:center;gap:4px}.ingestro__tdm-details-list__diff-action-bar-transition-enter{height:0}.ingestro__tdm-details-list__diff-action-bar-transition-enter-active{height:var(--diff-action-bar-width);transition:height .3s ease-out}.ingestro__tdm-details-list__diff-action-bar-transition-exit{height:var(--diff-action-bar-width)}.ingestro__tdm-details-list__diff-action-bar-transition-exit-active{height:0;transition:height .3s ease-in}.ingestro__tdm-details-list__diff-action-bar-counter{font-variant-numeric:tabular-nums}.ingestro__folder-form-dialog.ingestro-dialog__overlay{background:#0006}.ingestro__folder-form-dialog .ingestro-dialog__content{width:100%;padding:0;max-width:min(640px,100vw)!important;min-width:unset!important}.ingestro__folder-form-dialog .ingestro-dialog__header{padding:24px}.ingestro__folder-form-dialog .ingestro-dialog__footer{padding:16px 24px 24px}.ingestro__folder-form-dialog__body{display:flex;flex-direction:column;gap:24px;padding:24px}.ingestro__folder-form-dialog__divider{border:none;border-top:1px solid var(--ingestro-neutral-100, #f2f2f2);margin:0}.ingestro__folder-form-dialog__visibility-row{display:flex;align-items:flex-end;gap:24px}.ingestro__folder-form-dialog__visibility-info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.ingestro__folder-form-dialog__visibility-label{font-size:14px;line-height:1.43;color:var(--ingestro-neutral-700, #545454)}.ingestro__folder-form-dialog__visibility-description{font-size:16px;line-height:1.43;color:var(--ingestro-neutral-500, #8d8d8d)}.ingestro__folder-form-dialog__visibility-switch{display:flex;align-items:center;gap:8px;flex-shrink:0}.ingestro__folder-form-dialog__visibility-switch-label{font-size:16px;line-height:1.43;color:var(--ingestro-neutral-900, #2d2d2d)}.ingestro__folder-form-dialog__error{font-size:14px;color:#dc2626;padding:8px 12px;background-color:#fef2f2;border-radius:6px;border:1px solid #fecaca}@media screen and (max-width:480px){.ingestro__folder-form-dialog .ingestro-dialog__footer>div>button#delete-button>.paragraph-1{display:none}.ingestro__folder-form-dialog__visibility-row{align-items:center!important;gap:16px!important}}.ingestro-dialog__overlay.ingestro__move-modal-dialog{background:#0006}.ingestro__move-modal-dialog .ingestro-dialog__content{width:100%;padding:0;max-width:min(640px,100vw)!important;min-width:unset!important;display:flex;flex-direction:column;max-height:80vh;gap:0px;height:100%}.ingestro__move-modal-dialog .ingestro-dialog__header{padding:24px;flex-shrink:0}.ingestro__move-modal-dialog .ingestro-dialog__header .ingestro-dialog__title{max-width:520px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ingestro__move-modal-dialog .ingestro-dialog__body{padding:0;flex:1;overflow:hidden;width:100%}.ingestro__move-modal-dialog .ingestro-dialog__footer{padding:16px 24px 24px;flex-shrink:0}.ingestro__move-modal-dialog .ingestro-dialog__footer .ingestro-dialog__footer-buttons{justify-content:space-between}.ingestro__move-modal__nav-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;gap:12px;flex-shrink:0}.ingestro__move-modal__nav-breadcrumb{display:flex;align-items:center;min-width:0;flex:1;overflow:hidden}.ingestro__move-modal__nav-back-btn-wrapper{display:flex;align-items:center;flex-shrink:0;padding-left:12px}.ingestro__move-modal__nav-back-btn{display:flex;gap:8px;align-items:center;color:var(--ingestro-secondary-500, #5c8ef2);font-size:14px;font-style:normal;font-weight:400;line-height:143%;padding-right:4px;border-radius:4px;cursor:pointer}.ingestro__move-modal__nav-back-btn:hover{background:var(--ingestro-neutral-100, #f2f2f2)}.ingestro__move-modal__nav-icon{display:flex;width:20px;height:20px;padding:4.571px;flex-direction:column;justify-content:center;align-items:center;border-radius:4px;border:.714px solid var(--ingestro-primary-100, #d0dbed);background:var(--ingestro-primary-50, #eff3f9);flex-shrink:0}.ingestro__move-modal__nav-paths{display:flex;align-items:center;gap:4px;margin-left:8px;min-width:0;overflow:hidden}.ingestro__move-modal__nav-path-item{display:flex;align-items:center;gap:4px;min-width:0}.ingestro__move-modal__nav-separator{color:var(--ingestro-neutral-500, #8d8d8d);font-size:14px;font-weight:400;line-height:143%;cursor:default;flex-shrink:0}.ingestro__move-modal__nav-text{color:var(--ingestro-neutral-900, #2d2d2d);font-size:14px;font-weight:400;line-height:143%;cursor:pointer;padding:0 4px;border:none;background:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.ingestro__move-modal__nav-text:hover{border-radius:4px;background:var(--ingestro-neutral-100, #f2f2f2)}.ingestro__move-modal__nav-text--current{color:var(--ingestro-neutral-900, #2d2d2d);font-size:14px;font-weight:600;line-height:143%;cursor:default;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.ingestro__move-modal__content{min-height:280px;max-height:100%;overflow-y:auto;height:100%}.ingestro__move-modal__loading{display:flex;flex-direction:column;gap:4px;padding:8px 24px}.ingestro__move-modal__loading-item{height:44px;background:var(--ingestro-neutral-100, #f2f2f2);border-radius:6px;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.ingestro__move-modal__empty{display:flex;align-items:center;justify-content:center;min-height:280px;padding:24px;height:100%}.ingestro__move-modal__empty-text{color:var(--ingestro-neutral-500, #8d8d8d);font-size:14px;text-align:center;line-height:1.5}.ingestro__move-modal__list{display:flex;flex-direction:column;gap:2px;padding:8px 12px}.ingestro__move-modal__list-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;border:none;background:none;cursor:pointer;text-align:left;width:100%;transition:background .15s}.ingestro__move-modal__list-item:hover:not(.ingestro__move-modal__list-item--disabled){background:var(--ingestro-neutral-50, #fafafa)}.ingestro__move-modal__list-item--disabled{opacity:.5;cursor:not-allowed}.ingestro__move-modal__list-item-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:var(--ingestro-primary-900, #162338);flex-shrink:0;border-radius:4px;border:.714px solid var(--ingestro-primary-100, #d0dbed);background:var(--ingestro-primary-50, #eff3f9)}.ingestro__move-modal__list-item-icon--importer{background:var(--ingestro-neutral-100, #f2f2f2);color:var(--ingestro-neutral-700, #545454)}.ingestro__move-modal__list-item-name{flex:1;min-width:0;overflow:hidden;color:var(--ingestro-neutral-900, #2d2d2d);font-size:16px;font-style:normal;font-weight:400;line-height:143%}.ingestro__move-modal__list-item-lock{display:flex;align-items:center;flex-shrink:0}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.ingestro__share-modal .ingestro-dialog__content{width:560px;max-height:80vh;padding:0;gap:0px}.ingestro__share-modal .ingestro-dialog__header{padding:24px}.ingestro__share-modal .ingestro-dialog__body{padding:24px;width:100%}.ingestro__share-modal .ingestro-dialog__footer{padding:0}.ingestro__share-modal__title-container{display:flex;align-items:center;gap:8px;min-width:0;max-width:90%}.ingestro__share-modal__title-text{min-width:0;overflow:hidden;color:var(--ingestro-neutral-900, #2d2d2d);text-overflow:ellipsis;font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:600;line-height:125%;letter-spacing:-.56px}.ingestro__share-modal__loading{display:flex;align-items:center;justify-content:center}.ingestro__share-modal__body{display:flex;flex-direction:column;gap:24px;height:100%;overflow:hidden}.ingestro__share-modal__add-section{padding:0}.ingestro__share-modal__add-section-title{color:var(--ingestro-neutral-700, #545454);font-size:14px;font-style:normal;font-weight:400;line-height:143%;margin-bottom:4px}.ingestro__share-modal__add-row{display:flex;align-items:flex-start;gap:8px}.ingestro__share-modal__permission-select{width:95px!important;flex-shrink:0;position:absolute!important;right:8px;top:8px}.ingestro__share-modal__permission-select .ingestro-select__anchor{position:fixed;width:95px}.ingestro__share-modal__permission-select .ingestro-select__toggle{padding:4px!important;gap:2px;background:var(--ingestro-primary-50, #eff3f9);border-color:var(--ingestro-primary-50, #eff3f9)}.ingestro__share-modal__permission-select .ingestro-select__toggle:hover{background:var(--ingestro-primary-100, #d1e4f6);border-color:var(--ingestro-primary-100, #d1e4f6)}.ingestro__share-modal__permission-select .ingestro-select__toggle--focused{background:var(--ingestro-primary-100, #d1e4f6);border-color:var(--ingestro-primary-100, #d1e4f6)!important}.ingestro__share-modal__permission-select .ingestro-select__toggle-chevron-button svg,.ingestro__share-modal__permission-select .ingestro-select__toggle-chevron-button{background:transparent!important}#ingestro__share-modal__permission-select .ingestro-select__content-main>div button.ingestro-select__option,#ingestro__share-modal__people-item-permission-select .ingestro-select__content-main>div button.ingestro-select__option{padding:8px;display:flex;min-height:48px;max-height:48px}.ingestro__share-modal__permission-select .ingestro-select__content-main>div button.ingestro-select__option>.ingestro-select__option-left{min-width:100%;max-width:100%}.ingestro__share-modal__permission-select .ingestro-select__content{width:180px!important}.ingestro__share-modal__permission-select-text{color:var(--ingestro-neutral-900, #2d2d2d);font-size:14px;font-style:normal;font-weight:400;line-height:143%;display:flex;align-items:center;justify-content:flex-start}.ingestro__share-modal__permission-select-desc{color:var(--ingestro-neutral-500, #8d8d8d);font-size:10px;font-style:normal;font-weight:400;line-height:143%;letter-spacing:.2px;display:flex;align-items:center;justify-content:flex-start}.ingestro__share-modal__people-section{display:flex;flex-direction:column;gap:12px;height:auto;overflow:hidden}.ingestro__share-modal__people-section-title{color:var(--ingestro-neutral-700, #545454);font-size:14px;font-style:normal;font-weight:400;line-height:143%}.ingestro__share-modal__people-list{overflow-y:auto;display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:8px;border:1px solid var(--ingestro-neutral-100, #f2f2f2);background:var(--ingestro-neutral-50, #fbfbfb);min-height:210px}.ingestro__share-modal__people-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px;border-radius:6px;transition:background-color .1s}.ingestro__share-modal__people-item:hover{background:#f9fafb}.ingestro__share-modal__people-item-info-container{display:flex;align-items:center;gap:8px;width:100%}.ingestro__share-modal__people-item-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.ingestro__share-modal__people-item-avatar{display:flex;width:32px;height:32px;padding:8px;justify-content:center;align-items:center;border-radius:8px;border:.5px solid var(--ingestro-primary-200, #b1c3e1);background:var(--ingestro-primary-50, #eff3f9);color:var(--ingestro-primary-900, #162338);text-align:center;font-size:12px;font-style:normal;font-weight:600;line-height:143%;letter-spacing:.96px;text-transform:uppercase}.ingestro__share-modal__people-item-name-row{display:flex;align-items:center;gap:6px}.ingestro__share-modal__people-item-name{color:var(--ingestro-neutral-900, #2d2d2d);font-size:14px;font-style:normal;font-weight:600;line-height:143%;max-width:200px}.ingestro__share-modal__people-item-email{overflow:hidden;color:var(--ingestro-neutral-600, #717171);text-overflow:ellipsis;font-size:10px;font-style:normal;font-weight:400;line-height:143%;letter-spacing:.2px;max-width:200px}.ingestro__share-modal__people-item-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.ingestro__share-modal__people-item-permission-select{width:140px!important}#ingestro__share-modal__people-item-permission-select .ingestro-select__content,#ingestro__share-modal__permission-select .ingestro-select__content{width:180px!important}.ingestro__share-modal__people-item-owner-label{font-size:14px;font-weight:500;color:#6b7280;padding:0 8px}.ingestro__share-modal__people-item-delete{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#6b7280;border-radius:4px;cursor:pointer;transition:color .1s,background-color .1s}.ingestro__share-modal__people-item-delete:hover{color:#dc2626;background:#fef2f2}.ingestro__share-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;width:100%;padding:16px 24px 24px}.ingestro__share-modal__unsaved-label{font-size:13px;color:#9ca3af;font-style:italic}.ingestro__share-modal__dropdown .ingestro-textarea__textarea.ingestro-tagInput__textarea.ingestro__user-select-dropdown__input{max-width:calc(100% - 100px)}.ingestro__dp2__setup{display:flex;flex-direction:column;flex:1 1 auto;padding:24px;max-width:100%}@media screen and (min-width:1200px){.ingestro__dp2__setup{max-width:1200px;margin:auto}}.ingestro__dp2__setup .ingestro__dp2__setup-content{background-color:var(--ingestro-white);display:flex;flex-direction:column;flex:1 1 auto;padding:24px;border-radius:8px;border:1px solid var(--ingestro-neutral-100);gap:32px}.ingestro__dp2__setup .ingestro__dp2__setup-content .ingestro__dp2__setup-access-token{display:flex;flex-direction:column;gap:16px}@media screen and (max-width:375px){.ingestro__dp2__setup .ingestro__dp2__setup-content{padding:16px}}.ingestro__dp2__setup .ingestro-syntax-highlighter-wrapper{height:100%}.ingestro__dp2__setup-title{display:flex;flex-direction:column;gap:32px;color:var(--ingestro-neutral-900)}.ingestro__dp2__setup-title>div>span{margin-bottom:4px}.ingestro__dp2__setup-title>div>p{color:var(--ingestro-neutral-700)}@media screen and (max-width:375px){.ingestro__dp2__setup-title h1{font-size:23px;line-height:125%}}.ingestro__dp2__setup-step{display:flex;flex-direction:column;gap:16px}.ingestro__dp2__setup-step .ingestro__dp2__setup-step-title{display:flex;gap:12px}.ingestro__dp2__setup-step .ingestro__dp2__setup-step-title>span{width:24px;height:24px;background-color:var(--ingestro-primary-900);color:var(--ingestro-white);border-radius:4px;display:flex;align-items:center;justify-content:center}.ingestro__dp2__setup-step .ingestro__dp2__setup-step-content{display:flex;gap:40px}.ingestro__dp2__setup-step .ingestro__dp2__setup-step-content.ingestro__dp2__setup-step-content--one-col{flex-direction:column;gap:16px}.ingestro__dp2__setup-step .ingestro__dp2__setup-step-content.ingestro__dp2__setup-step-content--one-col .ingestro__dp2__setup-step-content-left{max-width:100%}.ingestro__dp2__setup-step .ingestro__dp2__setup-step-content.ingestro__dp2__setup-step-content--one-col .ingestro__dp2__setup-step-content-left>p{white-space:pre-line}.ingestro__dp2__setup-step .ingestro__dp2__setup-step-content .ingestro__dp2__setup-step-content-left{flex:1;display:flex;flex-direction:column;gap:16px;padding-left:36px;max-width:calc(50% - 20px);box-sizing:border-box}.ingestro__dp2__setup-step .ingestro__dp2__setup-step-content .ingestro__dp2__setup-step-content-left>p{color:var(--ingestro-neutral-700)}.ingestro__dp2__setup-step .ingestro__dp2__setup-step-content .ingestro__dp2__setup-step-content-left>p a{color:var(--ingestro-secondary-500)}.ingestro__dp2__setup-step .ingestro__dp2__setup-step-content .ingestro__dp2__setup-step-content-right{flex:1;max-width:calc(50% - 20px);box-sizing:border-box}.ingestro__dp2__setup-step .ingestro__dp2__setup-step-end-divider{margin-top:16px}@media screen and (max-width:1439px){.ingestro__dp2__setup-step .ingestro__dp2__setup-step-content{flex-direction:column}.ingestro__dp2__setup-step .ingestro__dp2__setup-step-content-left,.ingestro__dp2__setup-step .ingestro__dp2__setup-step-content-right{max-width:100%!important;padding-left:36px}}@media screen and (max-width:375px){.ingestro__dp2__setup-step .ingestro__dp2__setup-step-content-left,.ingestro__dp2__setup-step .ingestro__dp2__setup-step-content-right{padding-left:0!important}}.ingestro__dp2__setup-code{background-color:var(--ingestro-neutral-50);border-radius:8px;border:1px solid var(--ingestro-neutral-100);padding:16px;display:flex;flex-direction:column;gap:16px}.ingestro__dp2__setup-code .ingestro__dp2__setup-code-content{background-color:var(--ingestro-white);border-radius:8px;border:1px solid var(--ingestro-neutral-200)}.ingestro__dp2__setup-code .ingestro__dp2__setup-code-content .ingestro-tabs{gap:0}.ingestro__dp2__setup-code .ingestro__dp2__setup-code-content .ingestro-tabs__tabs-items{padding:0 12px}.ingestro__dp2__setup-code .ingestro__dp2__setup-code-content .ingestro-tabs__content{background-color:var(--ingestro-neutral-100);height:332px;overflow:auto;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.ingestro__dp2__setup-code .ingestro__dp2__setup-code-content .ingestro-tabs__content>div{height:100%}.ingestro__dp2__setup-code .ingestro__dp2__setup-code-content .ingestro-tabs__content.ingestro-tabs__content--first{border-radius:0}.ingestro__dp2__setup-code .ingestro__dp2__setup-code-content .ingestro__dp2__setup-code-footer{display:flex;justify-content:flex-end;padding:8px;border-top:1px solid var(--ingestro-neutral-200);max-height:100px;opacity:1;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .35s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1)}.ingestro__dp2__setup-code .ingestro__dp2__setup-code-content .ingestro__dp2__setup-code-footer.hidden{max-height:0;opacity:0;padding-top:0;padding-bottom:0;border-top:none}.ingestro__dp2__setup-code .ingestro__dp2__setup-code-response{display:flex;flex-direction:column;max-height:600px;opacity:1;overflow:hidden;transition:max-height .45s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1) 50ms,margin-top .45s cubic-bezier(.4,0,.2,1)}.ingestro__dp2__setup-code .ingestro__dp2__setup-code-response.hidden{max-height:0;opacity:0;margin-top:0}.ingestro__dp2__setup-code .ingestro__dp2__setup-code-response>span{color:var(--ingestro-neutral-900);padding:12px;border-bottom:1px solid var(--ingestro-neutral-200)}.ingestro__dp2__setup-code .ingestro__dp2__setup-code-response>div{background-color:var(--ingestro-neutral-100);border-bottom-left-radius:8px;border-bottom-right-radius:8px}.ingestro__dp2__setup-code .ingestro__dp2__setup-code-response .ingestro__dp2__setup-code-response-content{position:relative;min-height:76px;max-height:156px;overflow:auto}.ingestro__dp2__setup-code .ingestro__dp2__setup-code-response .ingestro__dp2__setup-code-response-content .ingestro-syntax-highlighter-wrapper{max-height:140px}.ingestro__dp2__setup-code .ingestro__dp2__setup-code-response .ingestro__dp2__setup-code-response-content .ingestro-syntax-highlighter{height:100%;max-height:140px}.ingestro__dp2__setup-code .ingestro__dp2__setup-code-response .ingestro__dp2__setup-code-response-content:has(.ingestro__dp2__setup-code-response-content--empty){padding:8px 12px}.ingestro__dp2__setup-code .ingestro__dp2__setup-code-response .ingestro__dp2__setup-code-response-content--empty{font-family:Fira Code!important;color:var(--ingestro-neutral-500)}.ingestro__dp2__setup-code .ingestro-tagInput.ingestro-textarea .ingestro-textarea__textarea{min-height:40px}.ingestro__dp2__setup-code .ingestro-code-editor__container,.ingestro__dp2__setup-code .ingestro-code-editor{height:100%}.ingestro__dp2__setup-connector{display:flex;flex-direction:column;gap:16px}.ingestro__dp2__setup-connector .ingestro__dp2__setup-connector-types{display:flex;flex-direction:column;gap:8px}.ingestro__dp2__setup-connector .ingestro__dp2__setup-connector-types span{color:var(--ingestro-neutral-700)}.ingestro__dp2__setup-connector .ingestro__dp2__setup-connector-types .ingestro__dp2__setup-connector-type-entry{display:flex;gap:8px;align-items:center}.ingestro__dp2__setup-connector .ingestro__dp2__setup-connector-types .ingestro__dp2__setup-connector-type-entry span{color:var(--ingestro-neutral-900)}.ingestro__dp2__setup-connector .ingestro__dp2__setup-connector-details{color:var(--ingestro-neutral-700)}.ingestro__dp2__setup-connector .ingestro__dp2__setup-connector-details ul{list-style:disc;margin-left:20px}.ingestro__dp2__setup-connector .ingestro__dp2__setup-connector-details ul li{color:var(--ingestro-neutral-900);font-weight:600}.ingestro__dp2__setup__action-box{display:flex;flex-direction:column;gap:12px;padding:12px;border:1px solid var(--ingestro-primary-100);border-radius:6px;background:var(--ingestro-primary-50)}.ingestro__dp2__setup__action-box p{color:var(--ingestro-neutral-700)}.ingestro__dp2__setup__action-box .ingestro-button{max-width:-moz-fit-content;max-width:fit-content}.ingestro__dp2__setup__action-box.ingestro__dp2__setup-action-box--with-title{padding:16px;flex-direction:row;gap:16px;position:relative}.ingestro__dp2__setup__action-box.ingestro__dp2__setup-action-box--with-title .ingestro__dp2__setup-action-box-icon{min-width:28px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background-color:var(--ingestro-primary-50);border-radius:5.12px;border:1px solid var(--ingestro-primary-100)}.ingestro__dp2__setup__action-box.ingestro__dp2__setup-action-box--with-title .ingestro__dp2__setup-action-box-icon svg{color:var(--ingestro-primary-500)}.ingestro__dp2__setup__action-box.ingestro__dp2__setup-action-box--with-title>span{color:var(--ingestro-neutral-900)}.ingestro__dp2__setup__action-box.ingestro__dp2__setup-action-box--with-title p{max-width:calc(100% - 227px)}.ingestro__dp2__setup__action-box.ingestro__dp2__setup-action-box--with-title .ingestro-button{position:absolute;right:16px;top:16px}@media screen and (min-width:875px)and (max-width:1439px){.ingestro__dp2__setup__action-box.ingestro__dp2__setup-action-box--with-title p{max-width:360px}}@media screen and (max-width:874px){.ingestro__dp2__setup__action-box.ingestro__dp2__setup-action-box--with-title p{max-width:320px}}@media screen and (max-width:671px){.ingestro__dp2__setup__action-box.ingestro__dp2__setup-action-box--with-title{flex-direction:column;align-items:flex-start}.ingestro__dp2__setup__action-box.ingestro__dp2__setup-action-box--with-title p{max-width:100%}.ingestro__dp2__setup__action-box.ingestro__dp2__setup-action-box--with-title .ingestro-button{position:static}}.ingestro__dp2__setup-tdm{display:flex;flex-direction:column;gap:16px}.ingestro__dp2__setup-tdm .ingestro__dp2__setup-tdm-details{color:var(--ingestro-neutral-700)}.ingestro__dp2__setup-tdm .ingestro__dp2__setup-tdm-details ul{list-style:disc;margin-left:20px}.ingestro__dp2__setup-tdm .ingestro__dp2__setup-tdm-details ul li{color:var(--ingestro-neutral-700)}.ingestro__dp2__setup-tdm .ingestro__dp2__setup-tdm-details ul li b{font-weight:600;color:var(--ingestro-neutral-900)}.ingestro__dp2__setup-tdm .ingestro__dp2__setup-tdm-table{color:var(--ingestro-neutral-700);border-collapse:collapse;width:100%;table-layout:fixed;border:1px solid var(--ingestro-neutral-200);border-radius:4px}.ingestro__dp2__setup-tdm .ingestro__dp2__setup-tdm-table th{font-weight:400;width:33.33%;text-align:left;padding:8px 12px;border:1px solid var(--ingestro-neutral-200);background-color:var(--ingestro-neutral-100)}.ingestro__dp2__setup-tdm .ingestro__dp2__setup-tdm-table td{width:33.33%;padding:8px 12px;border:1px solid var(--ingestro-neutral-200);word-wrap:break-word}.ingestro__dp2__setup-tdm .ingestro__dp2__setup-tdm-table tbody tr:last-child td{border-bottom:none}.ingestro__dp2__setup-embed{display:flex;flex-direction:column;gap:16px}.ingestro__dp2__setup-embed .ingestro-tabs{gap:0;background-color:var(--ingestro-neutral-100);border-radius:8px;border:1px solid var(--ingestro-neutral-200)}.ingestro__dp2__setup-embed .ingestro-tabs .ingestro-tabs__tabs{background-color:var(--ingestro-white)}.ingestro__dp2__setup-embed .ingestro-tabs .ingestro-tabs__content{max-height:320px}.ingestro__dp2__setup-embed>p{color:var(--ingestro-neutral-700)}.ingestro__dp2__setup-embed>p a{color:var(--ingestro-secondary-500)}.ingestro__dp2__setup-embed .ingestro-syntax-highlighter-wrapper,.ingestro__dp2__setup-embed .ingestro-syntax-highlighter{max-height:320px}.ingestro__dp2__setup-embed .ingestro__dp2__setup-embed-extra{display:flex;flex-direction:column;gap:8px;margin-top:-8px}.ingestro__dp2__setup-embed .ingestro__dp2__setup-embed-extra .ingestro-syntax-highlighter{border:1px solid var(--ingestro-neutral-200);border-radius:8px}.ingestro__dp2__setup-embed .ingestro-syntax-highlighter-wrapper:has(.ingestro__dp2__setup-embed-vue-extra){max-height:480px}.ingestro__dp2__setup-embed .ingestro-syntax-highlighter.ingestro__dp2__setup-embed-vue-extra{max-height:480px}.ingestro__dp2__setup-embed .ingestro-code-editor__container{overflow-y:auto!important}.ingestro__sdk-importers-page__root{width:100%;display:flex;flex-direction:column}.ingestro__sdk-importers-page__root__header__root{padding:24px;border-bottom:1px solid var(--ingestro-neutral-100, #f2f2f2);background:var(--ingestro-shade-white, #fff);display:flex;flex-direction:column}.ingestro__sdk-importers-page__root__header__root--title{color:var(--ingestro-neutral-900, #2d2d2d);font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:600;line-height:125%;letter-spacing:-.56px}.ingestro__sdk-importers-page__root__header__root--description{color:var(--ingestro-neutral-600, #717171);font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:143%;margin-top:12px}.ingestro__sdk-importers-page__root__header__root--container_one{display:flex;align-items:center;justify-content:space-between;margin-top:12px;flex-wrap:wrap;gap:8px}.ingestro__sdk-importers-page__root__header__root--container_one_left{display:flex;align-items:center;gap:8px}.ingestro__sdk-importers-page__root__header__root--container_one_left .ingestro-segment__button:hover{color:var(--ingestro-neutral-900)}.ingestro__sdk-importers-page__root__header__root--container_one_left .ingestro-segment--disabled{background-color:var(--ingestro-neutral-100)}.ingestro__sdk-importers-page__root__header__root--container_one_left .ingestro-segment--disabled>button{color:var(--ingestro-neutral-300)!important}.ingestro__sdk-importers-page__root__header__root--container_one_left .ingestro-segment--disabled .ingestro-segment__button--default--active{border-radius:4px;border:1px solid var(--ingestro-neutral-300, #c5c5c5);background:var(--ingestro-neutral-50, #fbfbfb)}.ingestro__sdk-importers-page__root__header__root--container_one_left .ingestro-segment--default .ingestro-segment__button--default--active{color:var(--ingestro-primary-900, #162338);text-align:center;font-family:Inter,sans-serif;font-size:10px;font-style:normal;font-weight:600;line-height:143%;letter-spacing:.2px}.ingestro__sdk-importers-page__root__header__root--container_one_right{display:flex;align-items:center;gap:8px;color:var(--ingestro-neutral-900, #2d2d2d);font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:143%}.ingestro__sdk-importers-page__root__header__root--prebuilt-importers{display:grid;width:100%;grid-template-columns:repeat(auto-fit,minmax(261px,1fr));grid-gap:14px;padding:8px;gap:12px;align-self:stretch;border-radius:8px;border:1px solid var(--ingestro-neutral-100, #f2f2f2);background:var(--ingestro-neutral-100, #f2f2f2)}.ingestro__sdk-importers-page__root__header__root--prebuilt-importers__icon-root{display:flex;width:28px;height:28px;justify-content:center;align-items:center;aspect-ratio:1/1;border-radius:6px;border:1px solid var(--ingestro-primary-100, #d0dbed);background:var(--ingestro-primary-50, #eff3f9)}.ingestro__sdk-importers-page__root__table__root{padding:12px 24px 24px;height:100%;display:flex;flex-direction:column}.ingestro__sdk-importers-page__table__importers__icon-root{display:flex;width:28px;height:28px;justify-content:center;align-items:center;aspect-ratio:1/1;border-radius:6px;border:1px solid var(--ingestro-neutral-100, #f2f2f2);background:var(--ingestro-neutral-50, #fbfbfb)}.ingestro__sdk-importers-page__table__importers__devTag{color:var(--ingestro-neutral-900);font-size:10px;font-weight:600}.ingestro__sdk-importers-page__table__importers__devTag:before{content:"";display:inline-block;width:8px;height:8px;margin-right:4px;border-radius:16px;background:var(--ingestro-secondary-500)}.ingestro__sdk-importers-page__root__folder__root{padding:24px 24px 0;width:100%;gap:12px;display:flex;flex-direction:column}.ingestro__sdk-importers-page__root__folder__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(max(250px,20%),1fr));gap:8px;width:100%;max-height:172px;overflow:hidden}.ingestro__sdk-importers-page__root__folder__grid--show-all{max-height:none}.ingestro__sdk-importers-page__root__folder__card{display:flex;align-items:center;gap:8px;padding:12px;height:52px;border-radius:8px;border:1px solid var(--ingestro-neutral-100, #f2f2f2);background:var(--ingestro-white, #fff);cursor:pointer;transition:background-color .15s ease}.ingestro__sdk-importers-page__root__folder__card:hover{background:var(--ingestro-neutral-50, #fbfbfb)}.ingestro__sdk-importers-page__root__folder__card__content{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.ingestro__sdk-importers-page__root__folder__card__icon{display:flex;width:28px;height:28px;justify-content:center;align-items:center;flex-shrink:0;border-radius:6px;border:1px solid var(--ingestro-primary-100, #d0dbed);background:var(--ingestro-primary-50, #eff3f9);overflow:hidden;padding:4px}.ingestro__sdk-importers-page__root__folder__card__name-wrapper{display:flex;align-items:center;gap:8px;flex-shrink:1;min-width:0}.ingestro__sdk-importers-page__root__folder__card__name{color:var(--ingestro-neutral-900, #2d2d2d);font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:143%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ingestro__sdk-importers-page__root__folder__card__lock{display:flex;justify-content:center;align-items:center;flex-shrink:0;padding:4px;border-radius:4px;background:var(--ingestro-neutral-100, #f2f2f2);overflow:hidden}.ingestro__sdk-importers-page__root__folder__banner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.ingestro__sdk-importers-page__root__folder__banner__buttons{display:flex;align-items:center;gap:8px}.ingestro__sdk-importers-page__root__folder__search{width:200px;flex-shrink:0}.ingestro__sdk-importers-page__root__folder__show-more-action{display:flex;padding:8px 0;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}.ingestro__sdk-importers-page__root__folder__show-more-action-button{cursor:pointer;display:flex;height:24px;padding:4px 8px;justify-content:center;align-items:center;gap:4px;color:var(--ingestro-secondary-500, #5c8ef2);text-align:center;font-size:10px;font-style:normal;font-weight:600;line-height:143%;letter-spacing:.2px}.ingestro__sdk-importers-page__root__folder__navigation{display:flex;align-items:center}.ingestro__sdk-importers-page__root__folder__navigation__loading{width:50%;height:20px;background:var(--ingestro-neutral-100);border-radius:4px;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.ingestro__sdk-importers-page__root__folder__navigation__icon{display:flex;width:20px;height:20px;padding:4.571px;flex-direction:column;justify-content:center;align-items:center;gap:4.571px;aspect-ratio:1/1;border-radius:4px;border:.714px solid var(--ingestro-primary-100, #d0dbed);background:var(--ingestro-primary-50, #eff3f9)}.ingestro__sdk-importers-page__root__folder__navigation__paths{display:flex;align-items:center;gap:4px;margin-left:8px}.ingestro__sdk-importers-page__root__folder__navigation__path-item{display:flex;align-items:center;gap:8px}.ingestro__sdk-importers-page__root__folder__navigation__separator{color:var(--ingestro-neutral-500, #8d8d8d);font-size:14px;font-style:normal;font-weight:400;line-height:143%;cursor:default}.ingestro__sdk-importers-page__root__folder__navigation__text{color:var(--ingestro-neutral-900, #2d2d2d);font-size:14px;font-style:normal;font-weight:400;line-height:143%;cursor:pointer;padding:0 4px;max-width:200px}.ingestro__sdk-importers-page__root__folder__navigation__text:hover{border-radius:4px;background:var(--ingestro-neutral-100, #f2f2f2)}.ingestro__sdk-importers-page__root__folder__navigation__text--current{color:var(--ingestro-neutral-900, #2d2d2d);font-size:14px;font-style:normal;font-weight:600;line-height:143%;cursor:default;max-width:200px}.ingestro__sdk-importers-page__root__folder__grid__card--loading{display:flex;align-items:center;gap:8px;padding:12px;height:52px;border-radius:8px;border:1px solid var(--ingestro-neutral-100, #f2f2f2);background:var(--ingestro-white, #fff);cursor:pointer;transition:background-color .15s ease}.ingestro__sdk-importers-page__root__folder__grid__card--loading-image{display:flex;width:28px;height:28px;justify-content:center;align-items:center;flex-shrink:0;border-radius:6px;background:var(--ingestro-neutral-100, #eff3f9);overflow:hidden;padding:4px}.ingestro__sdk-importers-page__root__folder__grid__card--loading-title{border-radius:4px;background:var(--ingestro-neutral-100, #eff3f9);height:16px;width:70%}.tdm-select-dropdown .ingestro-select__content-footer{padding:0!important;height:52px!important}.create-new-importer-modal .ingestro-dialog__content{width:540px}.create-new-importer-modal .ingestro-dialog__subtitle{font-size:14px;margin-top:8px}.create-new-importer-modal .ingestro-dialog__header .ingestro-dialog__subtitle a{color:var(--ingestro-secondary-500);font-weight:600;outline:none}.create-new-importer-modal .create-importer-form .ingestro-dialog__body{margin-bottom:24px}.FolderViewModeSwitch_switch__InkLr{display:flex;align-items:center;gap:var(--spacing-8, 8px)}.FolderViewModeSwitch_folder-icon__c4Pex{color:var(--raw-color-neutral-400, #a9a9a9)}.FolderViewModeSwitch_button-content__74sSJ{display:flex;align-items:center;justify-content:center;gap:var(--spacing-4, 4px)}.FolderViewModeSwitch_separated-icon__XhYz_{transform:rotate(180deg)}.ingestro__sdk-importers-page__table{border:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);border-radius:8px;flex:0 auto;height:100%;overflow:hidden}.ingestro__sdk-importers-page__table--loading,.ingestro__sdk-importers-page__table:has(.ingestro-emptyState){flex:1 auto}.ingestro__sdk-importers-page__table--loading .ingestro-table__table{height:100%}.ingestro__sdk-importers-page__table .ingestro-table__cellHead.ingestro-table__cell{background:var(--ingestro-white);height:44px;border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro__sdk-importers-page__table .ingestro-table__wrapper{border-radius:8px}.ingestro__sdk-importers-page__table .ingestro-table__cell:has(.ingestro_table__headFilterOptions){justify-content:space-between}.ingestro__sdk-importers-page__table--loading .ingestro_table__headFilterOptions{pointer-events:none}.ingestro__sdk-importers-page__table--loading .ingestro_table__headFilterOptions svg{color:var(--ingestro-neutral-300);pointer-events:none}.ingestro__sdk-importers-page__table .ingestro-table__headText{font-weight:600}.ingestro__sdk-importers-page__table .ingestro-table__cell:has(.ingestro__sdk-importers-page__table__action-cell){padding:0 9px}.ingestro-select__content-main:has(.ingestro__sdk-importers-page__table__range-input){width:-moz-fit-content;width:fit-content}.ingestro__sdk-importers-page__table .ingestro-table__row .ingestro-tag,.ingestro__sdk-importers-page__table .ingestro-table__row .ingestro-tag__text,.ingestro__sdk-importers-page__table .ingestro-table__row .ingestro-truncated-text{max-width:100%}.ingestro__sdk-importers-page__table__headFilterIcon--filterIndicator{width:8px;height:8px;border-radius:100%;background-color:var(--ingestro-primary-900)!important;position:absolute;right:2px!important;top:2px!important}.ingestro__sdk-importers-page__table .ingestro-table__tableBody .ingestro-table__row-wrapper{cursor:pointer}.ingestro__sdk-importers-page__table .ingestro-switch__toggle{width:36px}.ingestro__sdk-importers-page__table .ingestro-pagination{max-height:24px}.ingestro__sdk-importers-page__table__folder-cell-root{display:flex;align-items:center;gap:4px;width:100%}.ingestro__sdk-importers-page__table__folder-cell-icon{display:flex;width:24px;height:24px;flex-direction:column;justify-content:center;align-items:center;gap:5.486px;aspect-ratio:1/1;border-radius:4px;border:1px solid var(--ingestro-neutral-100, #f2f2f2);background:var(--ingestro-neutral-50, #fbfbfb)}.ingestro__sdk-importers-page__table__folder-cell{padding:0 4px;text-align:justify}.ingestro__sdk-importers-page__table__folder-cell:hover{border-radius:4px;background:var(--ingestro-neutral-100, #f2f2f2)}.ingestro__sdk-importers-page__table__importers__name{width:calc(100% - 32px)}.FolderCell_root__Cj0s8{display:flex;width:100%;align-items:center;gap:var(--spacing-4, 4px)}.FolderCell_location-icon__IiqDL,.FolderCell_folder-row-icon__mRDxX{display:flex;align-items:center;justify-content:center;overflow:hidden}.FolderCell_location-icon__IiqDL{width:var(--spacing-24, 24px);height:var(--spacing-24, 24px);border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-xs, 4px);background:var(--surface-color-default-soft, #fbfbfb)}.FolderCell_folder-row-icon__mRDxX{width:var(--spacing-28, 28px);height:var(--spacing-28, 28px);flex-shrink:0;padding:var(--spacing-4, 4px);border:1px solid var(--raw-color-accent-100, #d0dbed);border-radius:var(--radius-sm, 6px);background:var(--raw-color-accent-50, #eff3f9)}.FolderCell_label__SwSrL{padding:0 var(--spacing-4, 4px)}.FolderCell_label__SwSrL:hover{border-radius:var(--radius-xs, 4px);background:var(--raw-color-neutral-100, #f2f2f2)}.UnifiedTable_folder-placeholder__iMXKz{color:var(--raw-color-neutral-500, #8d8d8d)}.ingestro__sdk-tdm-page__root{width:100%;display:flex;flex-direction:column}.ingestro__sdk-tdm-page__root__header__root{padding:24px;border-bottom:1px solid var(--ingestro-neutral-100, #f2f2f2);background:var(--ingestro-shade-white, #fff);display:flex;flex-direction:column}.ingestro__sdk-tdm-page__root__header__root--title{color:var(--ingestro-neutral-900, #2d2d2d);font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:600;line-height:125%;letter-spacing:-.56px}.ingestro__sdk-tdm-page__root__header__root--description{color:var(--ingestro-neutral-600, #717171);font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:143%;margin-top:12px}.ingestro__sdk-tdm-page__root__header__root--container_one{display:flex;align-items:center;justify-content:space-between;margin-top:12px;flex-wrap:wrap;gap:8px}.ingestro__sdk-tdm-page__root__header__root--container_one_left{display:flex;align-items:center;gap:8px}.ingestro__sdk-tdm-page__root__header__root--container_one_left .ingestro-segment__button:hover{color:var(--ingestro-neutral-900)}.ingestro__sdk-tdm-page__root__header__root--container_one_left .ingestro-segment--disabled{background-color:var(--ingestro-neutral-100)}.ingestro__sdk-tdm-page__root__header__root--container_one_left .ingestro-segment--disabled>button{color:var(--ingestro-neutral-300)!important}.ingestro__sdk-tdm-page__root__header__root--container_one_left .ingestro-segment--disabled .ingestro-segment__button--default--active{border-radius:4px;border:1px solid var(--ingestro-neutral-300, #c5c5c5);background:var(--ingestro-neutral-50, #fbfbfb)}.ingestro__sdk-tdm-page__root__header__root--container_one_left .ingestro-segment--default .ingestro-segment__button--default--active{color:var(--ingestro-primary-900, #162338);text-align:center;font-family:Inter,sans-serif;font-size:10px;font-style:normal;font-weight:600;line-height:143%;letter-spacing:.2px}.ingestro__sdk-tdm-page__root__header__root--container_one_right{display:flex;align-items:center;gap:8px;color:var(--ingestro-neutral-900, #2d2d2d);font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:143%}.ingestro__sdk-tdm-page__root__table__root{padding:12px 24px 24px;height:100%;display:flex;flex-direction:column}.ingestro__tdm-list__table__headFilterIcon--filterIndicator{width:8px;height:8px;border-radius:100%;background-color:var(--ingestro-primary-900)!important;position:absolute;right:2px!important;top:2px!important}.ingestro__sdk-tdm-page__root__folder__root{padding:24px 24px 0;width:100%;gap:12px;display:flex;flex-direction:column}.ingestro__sdk-tdm-page__root__folder__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(max(250px,20%),1fr));gap:8px;width:100%;max-height:172px;overflow:hidden}.ingestro__sdk-tdm-page__root__folder__grid--show-all{max-height:none}.ingestro__sdk-tdm-page__root__folder__card{display:flex;align-items:center;gap:8px;padding:12px;height:52px;border-radius:8px;border:1px solid var(--ingestro-neutral-100, #f2f2f2);background:var(--ingestro-white, #fff);cursor:pointer;transition:background-color .15s ease}.ingestro__sdk-tdm-page__root__folder__card:hover{background:var(--ingestro-neutral-50, #fbfbfb)}.ingestro__sdk-tdm-page__root__folder__card__content{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.ingestro__sdk-tdm-page__root__folder__card__icon{display:flex;width:28px;height:28px;justify-content:center;align-items:center;flex-shrink:0;border-radius:6px;border:1px solid var(--ingestro-primary-100, #d0dbed);background:var(--ingestro-primary-50, #eff3f9);overflow:hidden;padding:4px}.ingestro__sdk-tdm-page__root__folder__card__name-wrapper{display:flex;align-items:center;gap:8px;flex-shrink:1;min-width:0}.ingestro__sdk-tdm-page__root__folder__card__name{color:var(--ingestro-neutral-900, #2d2d2d);font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:143%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ingestro__sdk-tdm-page__root__folder__card__lock{display:flex;justify-content:center;align-items:center;flex-shrink:0;padding:4px;border-radius:4px;background:var(--ingestro-neutral-100, #f2f2f2);overflow:hidden}.ingestro__sdk-tdm-page__root__folder__banner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.ingestro__sdk-tdm-page__root__folder__banner__buttons{display:flex;align-items:center;gap:8px}.ingestro__sdk-tdm-page__root__folder__search{width:200px;flex-shrink:0}.ingestro__sdk-tdm-page__root__folder__show-more-action{display:flex;padding:8px 0;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}.ingestro__sdk-tdm-page__root__folder__show-more-action-button{cursor:pointer;display:flex;height:24px;padding:4px 8px;justify-content:center;align-items:center;gap:4px;color:var(--ingestro-secondary-500, #5c8ef2);text-align:center;font-size:10px;font-style:normal;font-weight:600;line-height:143%;letter-spacing:.2px}.ingestro__sdk-tdm-page__root__folder__navigation{display:flex;align-items:center}.ingestro__sdk-tdm-page__root__folder__navigation__loading{width:50%;height:20px;background:var(--ingestro-neutral-100);border-radius:4px;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.ingestro__sdk-tdm-page__root__folder__navigation__icon{display:flex;width:20px;height:20px;padding:4.571px;flex-direction:column;justify-content:center;align-items:center;gap:4.571px;aspect-ratio:1/1;border-radius:4px;border:.714px solid var(--ingestro-primary-100, #d0dbed);background:var(--ingestro-primary-50, #eff3f9)}.ingestro__sdk-tdm-page__root__folder__navigation__paths{display:flex;align-items:center;gap:4px;margin-left:8px}.ingestro__sdk-tdm-page__root__folder__navigation__path-item{display:flex;align-items:center;gap:8px}.ingestro__sdk-tdm-page__root__folder__navigation__separator{color:var(--ingestro-neutral-500, #8d8d8d);font-size:14px;font-style:normal;font-weight:400;line-height:143%;cursor:default}.ingestro__sdk-tdm-page__root__folder__navigation__text{color:var(--ingestro-neutral-900, #2d2d2d);font-size:14px;font-style:normal;font-weight:400;line-height:143%;cursor:pointer;padding:0 4px;max-width:200px}.ingestro__sdk-tdm-page__root__folder__navigation__text:hover{border-radius:4px;background:var(--ingestro-neutral-100, #f2f2f2)}.ingestro__sdk-tdm-page__root__folder__navigation__text--current{color:var(--ingestro-neutral-900, #2d2d2d);font-size:14px;font-style:normal;font-weight:600;line-height:143%;cursor:default;max-width:200px}.ingestro__sdk-tdm-page__root__folder__grid__card--loading{display:flex;align-items:center;gap:8px;padding:12px;height:52px;border-radius:8px;border:1px solid var(--ingestro-neutral-100, #f2f2f2);background:var(--ingestro-white, #fff);cursor:pointer;transition:background-color .15s ease}.ingestro__sdk-tdm-page__root__folder__grid__card--loading-image{display:flex;width:28px;height:28px;justify-content:center;align-items:center;flex-shrink:0;border-radius:6px;background:var(--ingestro-neutral-100, #eff3f9);overflow:hidden;padding:4px}.ingestro__sdk-tdm-page__root__folder__grid__card--loading-title{border-radius:4px;background:var(--ingestro-neutral-100, #eff3f9);height:16px;width:70%}.ingestro__delete-folder-dialog .ingestro-dialog__content{width:min(440px,90vw)!important;max-width:min(480px,100vw)!important;min-width:unset!important}.ingestro__delete-folder-dialog .ingestro-dialog__subtitle{white-space:pre-wrap;margin-top:8px;font-size:14px}.ingestro__delete-folder-dialog .ingestro-dialog__footer{padding:0}.ingestro__delete-folder-dialog__warning-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#fef3c7}.ingestro__delete-folder-dialog__error{font-size:14px;color:#dc2626;padding:8px 12px;background-color:#fef2f2;border-radius:6px;border:1px solid #fecaca}.ingestro__tdm-create-modal .ingestro-dialog__content{padding:0;width:100%;max-width:840px;gap:0px}.ingestro__tdm-create-modal .ingestro-dialog__header{padding:24px}.ingestro__tdm-create-modal .ingestro__create-tdm-root{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:16px;flex:1 0 0;align-self:stretch;background:var(--ingestro-neutral-100)}.ingestro__tdm-create-modal .ingestro__create-tdm-body{display:flex;padding:24px;align-items:flex-start;gap:20px;flex:1 0 0;align-self:stretch;border-radius:8px;border:1px solid var(--ingestro-neutral-200);background:var(--ingestro-white);min-height:305px}.ingestro__tdm-create-modal .ingestro-dialog__footer{padding:16px 24px}.ingestro__tdm-create-modal .ingestro__create-tdm-item{width:50%}.ingestro__sdk-tdm-page__table{border:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);border-radius:8px;flex:0 auto;height:100%;overflow:hidden}.ingestro__sdk-tdm-page__table--loading,.ingestro__sdk-tdm-page__table:has(.ingestro-emptyState){flex:1 auto}.ingestro__sdk-tdm-page__table--loading .ingestro-table__table{height:100%}.ingestro__sdk-tdm-page__table .ingestro-table__cellHead.ingestro-table__cell{background:var(--ingestro-white);height:44px;border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro__sdk-tdm-page__table .ingestro-table__wrapper{border-radius:8px}.ingestro__sdk-tdm-page__table .ingestro-table__cell:has(.ingestro_table__headFilterOptions){justify-content:space-between}.ingestro__sdk-tdm-page__table--loading .ingestro_table__headFilterOptions{pointer-events:none}.ingestro__sdk-tdm-page__table--loading .ingestro_table__headFilterOptions svg{color:var(--ingestro-neutral-300);pointer-events:none}.ingestro__sdk-tdm-page__table .ingestro-table__headText{font-weight:600}.ingestro__sdk-tdm-page__table .ingestro-table__cell:has(.ingestro__sdk-tdm-page__table__action-cell){padding:0 9px}.ingestro__tdm-list__no-results-state{background:var(--ingestro-neutral-50)}.ingestro__tdm-list__no-results-state .ingestro-emptyState__heading{margin-top:16px}.ingestro__tdm-list__no-results-state .ingestro-emptyState__text{width:500px}.ingestro-select__content-main:has(.ingestro__sdk-tdm-page__table__range-input){width:-moz-fit-content;width:fit-content}.ingestro__sdk-tdm-page__table .ingestro-table__row .ingestro-tag,.ingestro__sdk-tdm-page__table .ingestro-table__row .ingestro-tag__text,.ingestro__sdk-tdm-page__table .ingestro-table__row .ingestro-truncated-text{max-width:100%}.ingestro__sdk-tdm-page__table__headFilterIcon--filterIndicator{width:8px;height:8px;border-radius:100%;background-color:var(--ingestro-primary-900)!important;position:absolute;right:2px!important;top:2px!important}.ingestro__tdm-list__public-confirm-dialog b{font-weight:700}.ingestro__tdm-list__public-confirm-dialog .ingestro-dialog__subtitle>p{margin:0}.ingestro__tdm-list__shared-tag{margin-left:8px}.ingestro__sdk-tdm-page__table .ingestro-table__tableBody .ingestro-table__row-wrapper{cursor:pointer}.ingestro__sdk-tdm-page__table .ingestro-switch__toggle{width:36px}.ingestro__sdk-tdm-page__table .ingestro-pagination{max-height:24px}.ingestro__sdk-tdm-page__table__folder-cell-root{display:flex;align-items:center;gap:4px}.ingestro__sdk-tdm-page__table__folder-cell-icon{display:flex;width:24px;height:24px;flex-direction:column;justify-content:center;align-items:center;gap:5.486px;aspect-ratio:1/1;border-radius:4px;border:1px solid var(--ingestro-neutral-100, #f2f2f2);background:var(--ingestro-neutral-50, #fbfbfb)}.ingestro__sdk-tdm-page__table__folder-cell{padding:0 4px}.ingestro__sdk-tdm-page__table__folder-cell:hover{border-radius:4px;background:var(--ingestro-neutral-100, #f2f2f2)}.TargetDataModelsTable_entity-icon__rzlel{display:flex;width:var(--spacing-28, 28px);height:var(--spacing-28, 28px);flex-shrink:0;align-items:center;justify-content:center;border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-sm, 6px);background:var(--surface-color-default-soft, #fbfbfb);color:var(--raw-color-neutral-500, #8d8d8d)}.ingestro__tdm-list__table__range-input{background:var(--ingestro-white);border-radius:4px;display:flex;flex-direction:column;padding:12px;gap:8px;width:-moz-fit-content;width:fit-content;font-size:10px;line-height:1.43}.ingestro__tdm-list__table__range-input__inputs{display:flex;flex-direction:column;gap:2px}.ingestro__tdm-list__table__range-input__inputs>div{display:flex;align-items:center;gap:4px}.ingestro__tdm-list__table__range-input__inputs .ingestro-formElement{gap:2px}.ingestro__tdm-list__table__range-input__inputs .ingestro-input{height:24px;width:87px}.ingestro__tdm-list__table__range-input__inputs .ingestro-input .ingestro-input__input{font-size:12px;line-height:1.43}.ingestro__tdm-list__table__range-input__inputs .ingestro-formElement__labelText{font-size:10px;line-height:1.43}.ingestro__tdm-list__table__range-input__separator{min-width:18px;width:18px;height:24px;color:var(--ingestro-neutral-700);align-self:flex-end;display:flex;align-items:center;justify-content:center}.ingestro__tdm-list__table__range-input__actions{display:flex;justify-content:flex-end;gap:8px}.ingestro__tdm-list__table__range-input__error{margin:0;color:var(--ingestro-error-500)}.ingestro__tdm__show-code-dialog-wrapper{width:100%}.ingestro__tdm__show-code-dialog-wrapper .ingestro-dialog__content{width:100%;max-width:800px;padding:0}.ingestro__tdm__show-code-dialog-wrapper .ingestro-dialog__content .ingestro__tdm__show-code-dialog-content{max-height:100%;display:flex;flex-direction:row}.ingestro__tdm__show-code-dialog-wrapper .ingestro-dialog__content .ingestro__tdm__show-code-dialog-content .ingestro__codeblock__wrapper{max-height:100%;width:100%}.ingestro__tdm__show-code-dialog-wrapper .ingestro-dialog__content .ingestro-dialog__body{height:auto;max-width:800px;padding:0 24px;overflow:hidden;position:relative}.ingestro__tdm__show-code-dialog-wrapper .ingestro-dialog__header.ingestro-dialog__header--center{padding:24px;align-items:normal}.ingestro__tdm__show-code-dialog-wrapper .ingestro-dialog__footer{padding:16px 24px 24px;flex-direction:row}.ingestro__tdm__show-code-dialog-wrapper .ingestro-dialog__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.ingestro__tdm__show-code-dialog-wrapper .ingestro-dialog__footer .ingestro-dialog__footer-buttons{width:100%}.ingestro__tdm__show-code-dialog-wrapper .ingestro-dialog__footer .ingestro-dialog__footer-buttons>*{margin-top:0;width:auto}.ingestro__tdm__show-code-dialog-wrapper .ingestro-syntax-highlighter-wrapper{max-height:100%;display:flex}.ingestro__tdm__show-code-dialog-wrapper .ingestro-syntax-highlighter-wrapper>pre{width:100%!important;border-color:var(--ingestro-neutral-200)}.ingestro__tdm__show-code-dialog-wrapper .ingestro-syntax-highlighter-wrapper>pre>pre{padding:0!important;margin:8px 8px 8px 12px;box-sizing:content-box;height:-webkit-fill-available}.ingestro__tdm__show-code-dialog-wrapper .ingestro-syntax-highlighter-wrapper>pre>pre::-webkit-scrollbar{-webkit-appearance:none;width:5px;height:5px}.ingestro__tdm__show-code-dialog-wrapper .ingestro-syntax-highlighter-wrapper>pre>pre::-webkit-scrollbar-track{background-color:var(--ingestro-neutral-50);border-radius:60px}.ingestro__tdm__show-code-dialog-wrapper .ingestro-syntax-highlighter-wrapper>pre>pre::-webkit-scrollbar-thumb{background-color:var(--ingestro-neutral-200);border-radius:60px;opacity:1}.ingestro__tdm__show-code-dialog-wrapper .ingestro-syntax-highlighter__copy-button-wrapper{right:8px;top:8px}.Table_table__5YR3k{border:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);border-radius:8px;flex:0 auto;height:100%}.Table_table-tdm__moSUe .ingestro-table__row-wrapper:not(:last-child) .ingestro-table__cell{border-bottom:1px solid var(--ingestro-neutral-100)}.Table_table-tdm__moSUe .ingestro-table__cell{height:60px}.Table_table-tdm__moSUe .ingestro-table__cellHead.ingestro-table__cell{background:#fbfbfb;height:40px;border-bottom:1px solid var(--ingestro-neutral-100)}.Table_table-tdm__moSUe .ingestro-table__wrapper{border-radius:8px}.Table_table-tdm__moSUe .ingestro-table__headText{font-size:12px;font-weight:600;color:var(--ingestro-neutral-500);text-transform:uppercase;letter-spacing:.96px}.Table_wrapper__QK5tS{display:flex;flex-direction:column;gap:12px;padding:16px;min-height:0;width:100%}.Table_wrapper-grow__6EDZe{flex-grow:1}.Table_wrapper-shrink__wg9xP{flex-shrink:1;width:100%}.Table_table__5YR3k .ingestro-table__row-wrapper:not(:last-child) .ingestro-table__cell{border-bottom:1px solid var(--ingestro-neutral-100)}.Table_table__5YR3k .ingestro-table__cell{height:60px}.Table_table-history__IlVSL .ingestro-table__cell{height:65px}.Table_table__5YR3k .ingestro-table__cellHead.ingestro-table__cell{background:#fbfbfb;height:40px;border-bottom:1px solid var(--ingestro-neutral-100)}.Table_table__5YR3k .ingestro-table__wrapper{border-radius:8px}.Table_table__5YR3k .ingestro-table__headText{font-size:12px;font-weight:600;color:var(--ingestro-neutral-500);text-transform:uppercase;letter-spacing:.96px}.Table_table__5YR3k .ingestro-table__cellHead.ingestro-table__cell--right{justify-content:flex-end;text-align:right}.Table_table__5YR3k .ingestro-table__cellHead.ingestro-table__cell--right .ingestro-table__headText{text-align:right}.Table_table__5YR3k .ingestro-table__cellHead.ingestro-table__cell--right .ingestro-table__headText--withAdornment{margin-inline-end:0}.Table_table__5YR3k .ingestro-table__cellHead--clickable .ingestro-table__headSortIcon:not(:has(.ingestro-table__headSortIcon--hover)){color:var(--ingestro-neutral-900)}.Table_table__5YR3k .ingestro-table__cellHead--clickable .ingestro-table__headSortIcon:not(:has(.ingestro-table__headSortIcon--hover)) svg{color:var(--ingestro-neutral-900)}.Table_table__5YR3k .ingestro-table__tableBody .ingestro-table__row-wrapper{cursor:pointer}.Table_table__5YR3k .ingestro-table__cellHead--clickable .ingestro-table__headSortIcon--hover{width:18px;height:18px}.Table_table__5YR3k .ingestro-table__cellHead.ingestro-table__cellHead--clickable{gap:var(--spacing-xxs)}.Table_table__5YR3k .ingestro-table__cellHead:not(.ingestro-table__cell--right) .ingestro-table__headSortIcon{margin-inline-start:0}.Table_empty-state__2ZqDr .ingestro-emptyState__actions .ingestro-button{padding:0 12px}.Table_empty-state__2ZqDr .ingestro-emptyState__actions .ingestro-button__text{font-weight:400}.Table_empty-state__2ZqDr .ingestro-emptyState__heading{margin-top:16px;font-size:20px}.Table_empty-state__2ZqDr .ingestro-emptyState__text{margin-top:12px;font-size:14px}.Table_empty-state__2ZqDr .ingestro-emptyState__actions{margin-top:20px}.Table_table__5YR3k .ingestro-table__cellHead.ingestro-table__cell--right:has(>.ingestro-table__headSortIcon){flex-direction:row-reverse;justify-content:flex-start}.Table_table__5YR3k .ingestro-table__cellHead.ingestro-table__cell--right .ingestro-table__headSortIcon{margin-inline-start:0;margin-inline-end:0}.Table_table__5YR3k .ingestro-table__drag-handle-cell{max-width:48px;width:48px;min-width:48px;padding:0;align-items:stretch;color:var(--icon-color-disabled)}.Table_table__5YR3k .ingestro-table__drag-handle-cell .ingestro-tooltip,.Table_table__5YR3k .ingestro-table__drag-handle-cell .ingestro-tooltip__anchor{width:100%;height:100%}.LastActivityCell_spinner-wrapper__Jv0R3{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.LastActivityCell_spinner-dot__5VonS{width:8px;height:8px;background:currentColor;border-radius:50%}.LastActivityCell_muted__w8lzC{color:var(--ingestro-neutral-500, #8d8d8d)}.LastActivityCell_time__Yir9P{margin-left:8px;color:var(--ingestro-neutral-600, #717171)}.LastActivityCell_inprogress-tag__3AkGI{border-color:var(--ingestro-secondary-200)!important;height:29px!important;cursor:pointer!important}.LastActivityCell_inprogress-tag__3AkGI .ingestro-tag__text{font-size:14px}.FlowNameCell_cell__NTC88{position:relative;width:100%;display:flex;flex-direction:row;align-items:stretch;gap:var(--spacing-8, 8px);height:100%}.FlowNameCell_entity-icon__Y1f2B{display:flex;width:var(--spacing-28, 28px);height:var(--spacing-28, 28px);flex-shrink:0;align-self:center;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-sm, 6px);background:var(--surface-color-default-soft, #fbfbfb);color:var(--raw-color-neutral-500, #8d8d8d)}.FlowNameCell_cell-content__peuRx{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;align-self:stretch}.FlowNameCell_cell-row__YLU5F{display:flex;align-items:center;gap:8px;min-width:0}.FlowNameCell_name__AWpeK{font-weight:600}.FlowNameCell_cell-details-text__aulQP{font-size:10px;color:var(--ingestro-neutral-600, #717171);margin-top:8px}.FlowNameCell_tooltip-content__9almm{display:flex;flex-direction:column}.FlowNameCell_tooltip-line___Bzah{line-height:1.5}.FlowNameCell_problem-row__l-e4y{display:flex;align-items:center;gap:8px;margin-top:4px}.FlowNameCell_problem-dot__fapyA{width:8px;height:8px;border-radius:50%;flex-shrink:0}.FlowNameCell_problem-dot__fapyA[data-severity=error]{background:var(--ingestro-error-500)}.FlowNameCell_problem-dot__fapyA[data-severity=warning]{background:var(--ingestro-warning-500)}.FlowNameCell_problem-text__45Duu[data-severity=error]{color:var(--ingestro-error-500)}.FlowNameCell_problem-text__45Duu[data-severity=warning]{color:var(--ingestro-warning-500)}.FlowNameCell_text-cell-details__V4v5u{transition:opacity .3s ease-out;opacity:0}.FlowNameCell_text-cell-name__dY4E9{transform:translateY(calc((15px + .5rem)/2));transition:transform .3s ease-out}.ingestro-table__row-wrapper:hover .FlowNameCell_text-cell-details__V4v5u{opacity:1}.ingestro-table__row-wrapper:hover .FlowNameCell_text-cell-name__dY4E9{transform:translateY(0)}.FlowNameCell_status-tag__f8Vf-{position:absolute;top:0;left:-16px;width:3px;height:100%}.FlowNameCell_status-tag__f8Vf-[data-severity=error]{background-color:var(--ingestro-error-500)}.FlowNameCell_status-tag__f8Vf-[data-severity=warning]{background-color:var(--ingestro-warning-500)}.LastActivityContent_container__LZJlO{display:flex;flex-direction:column;gap:12px;padding:12px}.LastActivityContent_field__di76V{display:flex;flex-direction:column;gap:4px}.LastActivityContent_label__QjHmI{font-size:12px;color:#717171;letter-spacing:.24px}.LastActivityContent_actions__caVrp{display:flex;align-items:center;justify-content:space-between}.SearchSelect_search-wrapper__HbCnp{background:var(--ingestro-primary-50, #f5f8fe);padding:8px;width:100%;box-sizing:border-box;display:flex}.SearchSelect_search-bar__KRTnV{flex:1}.SearchSelect_search-bar__KRTnV .ingestro-input__startAdornment{padding-left:8px}.SearchSelect_search-bar__KRTnV.ingestro-input--disabled .ingestro-input__startAdornment{color:var(--ingestro-neutral-300)}.SearchSelect_search-bar__KRTnV .ingestro-input__input{padding-left:4px}.SearchSelect_dropdown__b2nQw .ingestro-select__content-footer{padding:8px 8px 8px 16px;align-items:unset}.SearchSelect_dropdown-footer-no-hover__yZVGV{cursor:default}.SearchSelect_dropdown__b2nQw.SearchSelect_dropdown-footer-no-hover__yZVGV .ingestro-select__content-footer:hover{background-color:transparent}.SearchSelect_dropdown__b2nQw .ingestro-emptyState__text.caption{white-space:pre-line}.SearchSelect_dropdown__b2nQw{overflow:hidden}.SearchSelect_dropdown-loading__utQl2 .ingestro-select__option-left,.SearchSelect_dropdown-loading__utQl2 .ingestro-select__option-text{width:100%;height:100%}.PanelFooter_footer__lecR0{display:flex;align-items:center;justify-content:space-between;width:100%}.PanelFooter_count__IXFSr{color:var(--ingestro-neutral-500);font-size:10px;line-height:143%}.FlowsTableFilters_owner-option__QlgN1{display:flex;align-items:center;gap:8px;height:38px;overscroll-behavior:auto!important;width:100%}html.ingestro-select--open #ingestro__df-owner-select .ingestro-select__content *{overscroll-behavior:auto!important}#ingestro__df-owner-select .select__option-description{display:none}#ingestro__df-owner-select .ingestro-select__option{height:38px}#ingestro__df-owner-select .ingestro-select__content-footer{padding:8px}.FlowsTableFilters_filter-select__Oc4pS{width:-moz-fit-content;width:fit-content}.FlowsTableFilters_filter-select__Oc4pS .ingestro-select__toggle-value{white-space:nowrap}.FlowsTableFilters_filter-empty__JRo10{padding:8px;width:100%;height:160px}.FlowsTableFilters_filter-empty__JRo10 .ingestro-emptyState__heading{font-size:12px}.FlowsTableFilters_filter-empty__JRo10 .ingestro-emptyState__text{margin:0;font-size:10px}.FlowsTableFilters_filters__0oF35{display:flex;align-items:center;gap:8px}.FlowsTableFilters_search__-ZtFW{flex:1}.FlowsTableFilters_controls__p0GDc{display:flex;align-items:center;gap:8px;flex-shrink:0}.ItemSelectorEmpty_empty-state__MqUKZ{padding:8px;width:100%;height:200px}.ItemSelectorEmpty_empty-state__MqUKZ .ingestro-emptyState__heading{font-size:12px}.ItemSelectorEmpty_empty-state__MqUKZ .ingestro-emptyState__text{margin:0;font-size:10px;white-space:pre-line}.ItemSelectorEmpty_retry-button__2XK9N .ingestro-button__text{font-weight:400}.ItemSelector_dropdown__6FTk-{width:100%}.ItemSelector_dropdown__6FTk- .ingestro-select__option{padding:var(--spacing-8) var(--spacing-12);height:var(--spacing-40)}.ItemSelector_dropdown__6FTk- .ingestro-select__option .ingestro-button__text{font-size:var(--font-size-xs);font-weight:var(--font-regular)}.ItemSelector_dropdown__6FTk- .ingestro-select__content-footer{padding:0}.ItemSelector_footer__we-b_{padding:var(--spacing-8) var(--spacing-12);display:flex;gap:var(--spacing-8);align-items:center;width:100%;cursor:pointer}.ItemSelector_footer__we-b_:hover{background-color:var(--surface-color-default-soft)}.ItemSelector_footer-text__2FzLv{font-size:var(--font-size-sm);font-weight:var(--font-semi-bold);color:var(--text-color-primary)}.ItemSelector_footer-loading__SKDjx{cursor:default;opacity:.6;pointer-events:none}.ConnectorField_root__XmoTE{display:flex;flex-direction:column;gap:var(--spacing-8, 8px)}.ConnectorField_view-link__mRn-9{display:inline-flex;align-items:center;gap:var(--spacing-4, 4px);color:var(--color-primary, #5c8ef2);font-size:var(--font-size-xs, 12px);text-decoration:none}.ConnectorField_view-link__mRn-9:hover{text-decoration:underline}.AfterImportSection_root__SFjQi{display:flex;flex-direction:column;gap:var(--spacing-xs, 4px)}.AfterImportSection_title__eGndI{margin:0;font-size:var(--font-size-sm, 14px);font-weight:var(--font-semi-bold, 600);color:var(--text-color-neutral, #2d2d2d);line-height:150%}.AfterImportSection_description__FKWAj{margin:0;font-size:var(--font-size-xs, 12px);font-weight:var(--font-normal, 400);color:var(--text-color-neutral-subtle, #717171);line-height:150%}.AfterImportSection_container__Ms0W3{margin-top:var(--spacing-4, 4px);display:flex;flex-direction:column;gap:var(--spacing-12, 12px);padding:var(--spacing-12, 12px);background-color:var(--surface-color-default-soft);border:1px solid var(--border-color-default);border-radius:var(--radius-sm, 6px)}.AfterImportSection_toggle-row__To7UU{display:flex;flex-direction:column;gap:var(--spacing-4, 4px)}.AfterImportSection_toggle-row__To7UU .ingestro-switch__text,.AfterImportSection_toggle-row__To7UU .ingestro-switch__label{font-size:var(--font-size-sm, 14px)}.AfterImportSection_toggle-description__XrKkd{margin:0;padding-left:var(--spacing-40, 40px);font-size:var(--font-size-xs, 12px);color:var(--text-color-neutral-subtle, #717171);line-height:150%}.AfterImportSection_format-checkboxes__h-G6t{display:flex;flex-wrap:wrap;gap:var(--spacing-12, 12px);padding-left:var(--spacing-40, 40px);padding-top:var(--spacing-4, 4px)}.AfterImportSection_connector-select-row__CFmVo{display:flex;flex-direction:column;gap:var(--spacing-8, 8px);padding-left:var(--spacing-40, 40px);padding-top:var(--spacing-4, 4px)}.CreateFlow_create-flow-modal__QWSvE .ingestro-dialog__content{padding:16px;gap:32px;width:540px}.CreateFlow_create-flow-modal__QWSvE .ingestro-dialog__header{justify-content:center;height:64px;margin:-16px;padding:16px;border-bottom:1px solid var(--ingestro-neutral-100)}.CreateFlow_create-flow-modal__QWSvE .ingestro-dialog__header-actions{top:16px;right:16px;height:32px}.CreateFlow_create-flow-modal__QWSvE .ingestro-formElement__labelText{color:var(--ingestro-neutral-600)}.CreateFlow_create-flow-modal__QWSvE .ingestro-dialog__footer{margin:16px -16px -16px;padding:16px;border-top:1px solid var(--ingestro-neutral-100)}.Flows_create-button__fXDvg{margin-left:auto}.Flows_page__q8nGt{display:flex;flex-direction:column;width:100%;min-height:0;flex:1}.Flows_header__57Mn3{display:flex;padding:12px 16px;gap:8px;align-items:center;width:100%;border-bottom:1px solid var(--ingestro-neutral-100, #f2f2f2);background:#fff}.Flows_title__mKGZC{font-size:24px;font-weight:600;line-height:36px}.Flows_count-badge__ispCS{display:inline-flex;padding:var(--spcing-xs);justify-content:center;align-items:center;border-radius:var(--border-radius-full);border:1px solid var(--border-color-mid);background:var(--background-color-default);font-size:var(--font-size-xs);line-height:1;height:26px;min-width:22px;flex-shrink:0}.Flows_spinner-wrapper__-ApZb{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.Flows_spinner-dot__O-6Zo{width:8px;height:8px;background:currentColor;border-radius:50%}.TDMNameCell_cell__w_9rL{position:relative;width:100%;display:flex;flex-direction:row;align-items:stretch;gap:var(--spacing-8, 8px);height:100%}.TDMNameCell_entity-icon__5P-hw{display:flex;width:var(--spacing-28, 28px);height:var(--spacing-28, 28px);flex-shrink:0;align-self:center;align-items:center;justify-content:center;border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-sm, 6px);background:var(--surface-color-default-soft, #fbfbfb);color:var(--raw-color-neutral-500, #8d8d8d)}.TDMNameCell_cell-row__2sDSW{display:flex;align-items:center;align-self:stretch;gap:8px;min-width:0;flex:1}.TDMNameCell_name__LZxLZ{font-weight:600}.UsedInCell_trigger__eZkqg{display:inline-flex;padding:0;margin:0;border:none;background:none;font:inherit;cursor:pointer}.UsedInCell_cell__nkYBk{display:flex;padding:var(--spcing-xs);justify-content:center;align-items:center;border-radius:var(--border-radius-full);border:1px solid var(--border-color-mid);background:var(--background-color-default);font-size:var(--font-size-xs);height:26px;min-width:22px}.UsedInCell_popover-container__uGIDo{padding:0;margin:0;border:none;background:var(--surface-color-default)}.UsedInCell_popover__nuJsT{width:220px;max-height:320px;padding:var(--spcing-sm);border-radius:var(--radius-xs);border:1px solid var(--border-color-mid);background:var(--surface-color-default);box-shadow:var(--shadow-dropdown);display:flex;flex-direction:column;gap:var(--spcing-xs);overflow:hidden}.UsedInCell_popover-title__89ith{margin:0;color:var(--text-color-neutral-subtle);font-size:var(--font-size-xs);font-weight:var(--font-semi-bold);line-height:var(--font-line-height)}.UsedInCell_popover-list__FDeUZ{margin:0;padding:0;padding-right:var(--spcing-xxs);list-style:none;min-height:0;overflow-y:scroll;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--raw-color-neutral-300) var(--raw-color-neutral-100)}.UsedInCell_popover-list__FDeUZ::-webkit-scrollbar{-webkit-appearance:none;width:5px;min-width:5px;max-width:5px;height:5px}.UsedInCell_popover-list__FDeUZ::-webkit-scrollbar:hover{width:5px;min-width:5px;max-width:5px}.UsedInCell_popover-list__FDeUZ::-webkit-scrollbar-track{background-color:var(--raw-color-neutral-100);border-radius:var(--border-radius-full)}.UsedInCell_popover-list__FDeUZ::-webkit-scrollbar-thumb{background-color:var(--raw-color-neutral-300);border-radius:var(--border-radius-full);opacity:1}.UsedInCell_popover-list__FDeUZ::-webkit-scrollbar-thumb:hover{background-color:var(--raw-color-neutral-300)}.UsedInCell_cell-text__BTcT_{color:var(--text-color-mute);font-family:var(--theme-font-family);font-size:var(--font-size-sm);font-style:normal;font-weight:var(--font-regular);line-height:var(--font-line-height)}.ActionMenuCell_root__K-V1Y{display:flex;gap:8px}.ActionMenuCell_action-button__BpGqp{width:100%}.ActionMenuCell_action-button-active__5-xyf.ActionMenuCell_action-button-active__5-xyf{background:var(--ingestro-primary-100)}.ActionMenuCell_action-button-cursor-default__yVcyV{cursor:default}.ActionMenuCell_ellipsis-icon__oQYc5{color:var(--ingestro-primary-900, #162338)}.ActionMenuCell_ellipsis-icon-disabled__qFqys{color:var(--ingestro-neutral-300, #c7c7c7)!important}.ActionMenuCell_nav-button__VW0kk{width:16px!important}.DfActionMenu_menu-content__D-q6G .ingestro-menu__option{height:40px;padding:0 12px;font-size:14px}.DfActionMenu_menu-content__D-q6G .ingestro-menu__option:not(.ingestro-menu__option--disabled):hover,.DfActionMenu_menu-content__D-q6G .ingestro-menu__option:not(.ingestro-menu__option--disabled):focus-visible{background-color:var(--feedback-info-subtle)}.DfActionMenu_menu-content__D-q6G .ingestro-menu__option:not(.ingestro-menu__option--disabled) .ingestro-menu__option-icon{color:var(--ingestro-neutral-900)}.DfActionMenu_menu-content__D-q6G .ingestro-menu__option--disabled,.DfActionMenu_menu-content__D-q6G .ingestro-menu__option--disabled .ingestro-menu__option-icon{color:var(--ingestro-neutral-300)}.DfActionMenu_option-danger__sPuls:not(.DfActionMenu_option-disabled__kPGJy){color:var(--ingestro-error-500)!important}.DfActionMenu_option-danger__sPuls:not(.DfActionMenu_option-disabled__kPGJy) .ingestro-menu__option-icon{color:var(--ingestro-error-500)!important}.DfActionMenu_option-danger__sPuls{border-top:1px solid var(--ingestro-neutral-100)!important}.TargetDataModels_create-button__INCuy{margin-left:auto}.TargetDataModels_page__y5gqe{display:flex;flex-direction:column;width:100%;min-height:0;flex:1}.TargetDataModels_header__mNSh6{display:flex;padding:12px 16px;gap:8px;align-items:center;width:100%;border-bottom:1px solid var(--ingestro-neutral-100, #f2f2f2);background:#fff}.TargetDataModels_title__6SkPM{font-size:24px;font-weight:600;line-height:36px}.TargetDataModels_count-badge__R1eCW{display:inline-flex;padding:var(--spcing-xs);justify-content:center;align-items:center;border-radius:var(--border-radius-full);border:1px solid var(--border-color-mid);background:var(--background-color-default);font-size:var(--font-size-xs);line-height:1;height:26px;min-width:22px;flex-shrink:0}.TargetDataModels_action-cell__Urhca{display:flex;width:100%;justify-content:flex-end}.TargetDataModels_toast-title__9J7Bv{margin-bottom:2px;font-weight:600;color:#111827}.TargetDataModels_toast-desc__f0Ju-{margin-top:2px;color:#374151}.TargetDataModels_page__y5gqe .ingestro__df-target-data-models__empty-state .ingestro-emptyState__heading{color:var(--text-color-neutral, #2d2d2d);text-align:center;font-family:var(--theme-font-family, Inter);font-size:20px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.4px;margin-top:16px}.TargetDataModels_page__y5gqe .ingestro__df-target-data-models__empty-state .ingestro-emptyState__text{color:var(--text-color-neutral-subtle, #717171);text-align:center;font-family:var(--theme-font-family, Inter);font-size:14px;font-style:normal;font-weight:400;line-height:150%;margin-top:12px}.TargetDataModels_page__y5gqe .ingestro__df-target-data-models__empty-state .ingestro-emptyState__actions{margin:20px auto 0}.FlowsTDMTableFilters_owner-option__CZ8NG{display:flex;align-items:center;gap:8px;padding:8px;height:38px;width:100%;overscroll-behavior:auto!important}html.ingestro-select--open #ingestro__df-tdm-owner-select .ingestro-select__content *{overscroll-behavior:auto!important}#ingestro__df-tdm-owner-select .select__option-description{display:none}#ingestro__df-tdm-owner-select .ingestro-select__option{height:38px}#ingestro__df-tdm-owner-select .ingestro-select__content-footer{padding:8px}.FlowsTDMTableFilters_filter-select__PAgv9{width:-moz-fit-content;width:fit-content}.FlowsTDMTableFilters_filter-select__PAgv9 .ingestro-select__toggle-value{white-space:nowrap}.FlowsTDMTableFilters_filter-select__PAgv9>div{width:-moz-fit-content;width:fit-content;min-width:100%}.FlowsTDMTableFilters_filters__X1foW{display:flex;align-items:center;gap:8px}.FlowsTDMTableFilters_search__pYFyP{flex:1}.FlowsTDMTableFilters_controls__vd4Fp{display:flex;align-items:center;gap:8px;flex-shrink:0}.FlowsTDMTableFilters_mode-select__cwnhS{width:-moz-fit-content;width:fit-content}.FlowsTDMTableFilters_mode-select__cwnhS .ingestro-select__toggle-value{white-space:nowrap}.FlowsTDMTableFilters_mode-select__cwnhS>div{width:-moz-fit-content;width:fit-content;min-width:100%}.FlowsTDMTableFilters_date-select__cEyCg{min-width:8.75rem;width:-moz-fit-content;width:fit-content}.FlowsTDMTableFilters_date-select__cEyCg .ingestro-select__toggle-value{white-space:nowrap}.FlowsTDMTableFilters_date-select-active__QulKO{min-width:12rem;width:-moz-fit-content;width:fit-content}.FlowsTDMTableFilters_date-select-active__QulKO .ingestro-select__toggle-value{white-space:nowrap}.FlowsTDMTableFilters_filter-empty__lB3c5{padding:8px;width:100%;height:160px}.FlowsTDMTableFilters_filter-empty__lB3c5 .ingestro-emptyState__heading{font-size:12px}.FlowsTDMTableFilters_filter-empty__lB3c5 .ingestro-emptyState__text{margin:0;font-size:10px}.AddPeopleSection_add-section__hWnHC{padding:0;display:flex;flex-direction:column;gap:var(--spacing-xxs, 4px)}.AddPeopleSection_add-section-title__YAO5a{color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px);font-style:normal;font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);letter-spacing:.24px}.AddPeopleSection_add-row__KdYYY{display:flex;align-items:flex-end;gap:var(--spacing-xs, 8px)}.AddPeopleSection_dropdown__gy0yD .ingestro-textarea__textarea.ingestro-tagInput__textarea.ingestro__user-select-dropdown__input{max-width:calc(100% - 100px)}.AddPeopleSection_dropdown__gy0yD .ingestro__user-select-dropdown__field{min-height:32px;padding:4px 2px 4px 8px}.AddPeopleSection_dropdown__gy0yD .ingestro__user-select-dropdown__icon{padding:2px 0}.AddPeopleSection_dropdown__gy0yD .ingestro-textarea.ingestro__user-select-dropdown__input,.AddPeopleSection_dropdown__gy0yD .ingestro-textarea__textarea.ingestro__user-select-dropdown__input{flex:1;border:none;outline:none;font-size:14px;line-height:20px;background:transparent;color:#1f2937;min-height:20px;padding:0!important;background-color:transparent!important;border-radius:0}.AddPeopleSection_dropdown__gy0yD .ingestro-input{height:20px}.AddPeopleSection_dropdown__gy0yD .ingestro-input__input{color:var(--text-color-mute, #c5c5c5);height:20px;font-family:var(--theme-font-family, Inter);font-size:14px;font-style:normal;font-weight:400;line-height:150%}.AddPeopleSection_permission-select__LsFJ4{width:auto!important;min-width:95px;flex-shrink:0;position:absolute!important;right:3px;top:3px}.AddPeopleSection_permission-select__LsFJ4 .ingestro-select__anchor{position:fixed;width:95px}.AddPeopleSection_permission-select__LsFJ4 .ingestro-select__toggle{height:26px;padding:4px!important;gap:var(--spacing-xxs, 4px);background:var(--raw-color-accent-50, #eff3f9);border:none;border-radius:var(--radius-xs, 4px)}.AddPeopleSection_permission-select__LsFJ4 .ingestro-select__toggle:hover{background:var(--raw-color-accent-100, #d0dbed)}.AddPeopleSection_permission-select__LsFJ4 .ingestro-select__toggle--focused{background:var(--raw-color-accent-100, #d0dbed);border-color:transparent!important}.AddPeopleSection_permission-select__LsFJ4 .ingestro-select__toggle-chevron-button svg,.AddPeopleSection_permission-select__LsFJ4 .ingestro-select__toggle-chevron-button{background:transparent!important}.AddPeopleSection_permission-select__LsFJ4 .ingestro-select__content-main>div button.ingestro-select__option>.ingestro-select__option-left{min-width:100%;max-width:100%}.AddPeopleSection_permission-select__LsFJ4 .ingestro-select__content{width:180px!important}#ingestro__share-modal__permission-select .ingestro-select__content-main>div button.ingestro-select__option{padding:8px;display:flex;min-height:48px;max-height:48px}#ingestro__share-modal__permission-select .ingestro-select__content{width:180px!important}.AddPeopleSection_permission-select-text__jpjPa{color:var(--ingestro-neutral-900, #2d2d2d);font-size:14px;font-style:normal;font-weight:400;line-height:143%;display:flex;align-items:center;justify-content:flex-start}.AddPeopleSection_permission-select-desc__qSEKK{color:var(--ingestro-neutral-500, #8d8d8d);font-size:10px;font-style:normal;font-weight:400;line-height:143%;letter-spacing:.2px;display:flex;align-items:center;justify-content:flex-start}.AddPeopleSection_option__PjheG{display:flex;align-items:center}.AddPeopleSection_option-text__zoP1q{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.PeopleWithAccessSection_people-section__zQoQp{display:flex;flex-direction:column;gap:var(--spacing-xxs, 4px);height:auto;overflow:hidden}.PeopleWithAccessSection_people-section-title__hsiVs{color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px);font-style:normal;font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);letter-spacing:.24px;margin:0}.PeopleWithAccessSection_people-list__GoE5I{overflow-y:auto;display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:var(--radius-sm, 6px);border:1px solid var(--border-color-default, #f2f2f2);background:var(--background-color-default, #fbfbfb);max-height:560px}.PeopleWithAccessSection_people-item__oSXbj{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-lg, 20px);padding:var(--spacing-xs, 8px);border-radius:var(--radius-xs, 4px);transition:background-color .1s}.PeopleWithAccessSection_people-item__oSXbj:hover{background:var(--state-hover-on-surface, #fbfbfb)}.PeopleWithAccessSection_people-item-info-container__geclJ{display:flex;align-items:center;gap:var(--spacing-xs, 8px);min-width:0;flex:1}.PeopleWithAccessSection_people-item-info__NsZQp{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.PeopleWithAccessSection_people-item-avatar__lBlNt{display:flex;width:32px;height:32px;flex-shrink:0;justify-content:center;align-items:center;border-radius:var(--radius-md, 8px);border:.5px solid var(--raw-color-accent-200, #b1c3e1);background:var(--raw-color-accent-50, #eff3f9);color:var(--text-color-primary, #162338);text-align:center;font-size:var(--font-size-xs, 12px);font-style:normal;font-weight:var(--font-semi-bold, 600);line-height:143%;letter-spacing:.6px;text-transform:uppercase}.PeopleWithAccessSection_people-item-name-row__iCzHT{display:flex;align-items:center;gap:var(--spacing-xs, 8px);min-width:0}.PeopleWithAccessSection_people-item-name__CtgAf{color:var(--text-color-neutral, #2d2d2d);font-size:var(--font-size-sm, 14px);font-style:normal;font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);min-width:0}.PeopleWithAccessSection_people-item-email__6exP0{overflow:hidden;color:var(--text-color-neutral-subtle, #717171);text-overflow:ellipsis;font-size:var(--font-size-xxs, 10px);font-style:normal;font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);letter-spacing:0;min-width:0}.PeopleWithAccessSection_people-item-actions__PawC6{display:flex;align-items:center;gap:var(--spacing-xs, 8px);flex-shrink:0;width:180px;justify-content:flex-end}.PeopleWithAccessSection_permission-select__pzSFi{width:140px!important;flex-shrink:0}.PeopleWithAccessSection_permission-select__pzSFi .ingestro-select__toggle{height:32px;padding:4px 8px!important;gap:var(--spacing-xs, 8px);background:var(--surface-color-default, #fff);border:1px solid var(--border-color-default, #f2f2f2)}.PeopleWithAccessSection_permission-select__pzSFi .ingestro-select__toggle:hover,.PeopleWithAccessSection_permission-select__pzSFi .ingestro-select__toggle--focused{background:var(--surface-color-default, #fff);border-color:var(--border-color-default, #f2f2f2)!important}.PeopleWithAccessSection_permission-select-owner__DF0qk .ingestro-select__toggle{background:var(--background-color-default, #fbfbfb);cursor:default}.PeopleWithAccessSection_permission-select-owner__DF0qk .ingestro-select__toggle:hover,.PeopleWithAccessSection_permission-select-owner__DF0qk .ingestro-select__toggle--focused{background:var(--background-color-default, #fbfbfb);border-color:var(--border-color-default, #f2f2f2)!important}#ingestro__share-modal__people-item-permission-select .ingestro-select__content-main>div button.ingestro-select__option{padding:8px;display:flex;min-height:48px;max-height:48px}#ingestro__share-modal__people-item-permission-select .ingestro-select__content{width:180px!important}.PeopleWithAccessSection_permission-select-text__pefr8{color:var(--text-color-neutral, #2d2d2d);font-size:var(--font-size-sm, 14px);font-style:normal;font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);display:flex;align-items:center;justify-content:flex-start}.PeopleWithAccessSection_permission-select-desc__lVFnH{color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xxs, 10px);font-style:normal;font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);letter-spacing:0;display:flex;align-items:center;justify-content:flex-start}.PeopleWithAccessSection_delete-button__o62ZB{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;border:none;background:transparent;color:var(--icon-color-neutral-subtle, #717171);border-radius:var(--radius-xs, 4px);cursor:pointer;transition:color .1s,background-color .1s}.PeopleWithAccessSection_delete-button__o62ZB:hover{color:var(--feedback-error, #ef4444);background:var(--feedback-error-subtle, #fef2f2)}.PeopleWithAccessSection_origin-tag__y9rVm{flex-shrink:0}.PeopleWithAccessSection_tag-text__JHc0e{max-width:110px}.PeopleWithAccessSection_option__j8cTO{display:flex;align-items:center}.PeopleWithAccessSection_option-text__SreKm{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.ImporterShareModalLoading_people-section-title__5sMZ3{color:var(--ingestro-neutral-700, #545454);font-size:14px;font-style:normal;font-weight:400;line-height:143%}.ImporterShareModalLoading_container__c7YvK{display:flex;flex-direction:column;width:100%;height:330px;gap:24px}.ImporterShareModalLoading_people-section__1-Dmf{display:flex;flex-direction:column;gap:12px}.ImporterShareModalLoading_skeleton-list__EH8KV{width:100%;height:100%;border-radius:8px;border:1px solid var(--ingestro-neutral-100, #f2f2f2);background:var(--ingestro-neutral-50, #fbfbfb);overflow:auto}.ImporterShareModalLoading_skeleton-item__toqwq{width:100%;height:52px;border-radius:4px;padding:8px}.ImporterShareModalLoading_skeleton-bar__aZc7z{width:100%;height:100%;border-radius:8px;background:var(--ingestro-neutral-100, #f2f2f2);animation:ImporterShareModalLoading_pulse__5s7HD 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes ImporterShareModalLoading_pulse__5s7HD{0%,to{opacity:1}50%{opacity:.5}}.ShareModal_modal__KQ1aZ .ingestro-dialog__content{width:560px;max-height:80vh;padding:0;gap:0;border-radius:var(--radius-md, 8px);box-shadow:var(--dropshadow-md);overflow:hidden}.ShareModal_modal__KQ1aZ .ingestro-dialog__header{padding:var(--spacing-md, 16px);border-bottom:1px solid var(--border-color-default)}.ShareModal_modal__KQ1aZ .ingestro-dialog__body{padding:var(--spacing-md, 16px);width:100%}.ShareModal_modal__KQ1aZ .ingestro-dialog__footer{padding:0;border-top:1px solid var(--border-color-default)}.ShareModal_title-container__O4sX3{display:flex;align-items:center;gap:8px;min-width:0;max-width:90%}.ShareModal_title-text__yEzFP{min-width:0;overflow:hidden;color:var(--text-color-neutral, #2d2d2d);text-overflow:ellipsis;font-family:var(--theme-font-family, Inter),sans-serif;font-size:var(--font-size-h3, 20px);font-style:normal;font-weight:var(--font-semi-bold, 600);line-height:var(--font-line-height, 150%);letter-spacing:-.4px}.ShareModal_loading__jEfxP{display:flex;align-items:center;justify-content:center}.ShareModal_body__sTLbW{display:flex;flex-direction:column;gap:var(--spacing-lg, 20px);height:100%;overflow:hidden}.ShareModal_section-divider__DE9hs{width:100%;height:0;border:none;border-top:1px solid var(--border-color-default, #f2f2f2);margin:0}.ShareModal_footer__mBDdX{display:flex;align-items:center;justify-content:flex-end;gap:var(--spacing-sm, 12px);width:100%;padding:var(--spacing-lg, 20px)}.ShareModal_unsaved-label__RkUdU{font-size:13px;color:#9ca3af;font-style:italic}.ShareModal_tag-lock__y3D9-{flex-shrink:0}.ShareModal_tag-content__Uc14n{display:flex;font-size:12px;align-items:center;gap:4px;font-weight:400}.ShareModal_toast-title__JUA1Q{margin-bottom:2px;font-weight:600;color:#111827}.ShareModal_toast-desc__zzg6B{margin-top:2px;color:#374151}.ShareModal_error-state__UdD8d .ingestro-emptyState__heading{margin-top:var(--spacing-16, 16px);font-size:var(--font-size-h3, 20px)}.ShareModal_error-state__UdD8d .ingestro-emptyState__text{margin-top:var(--spacing-12, 12px);font-size:var(--font-size-sm, 14px)}.ShareModal_error-state__UdD8d .ingestro-emptyState__actions{margin-top:var(--spacing-20, 20px)}.ShareModal_error-state__UdD8d .ingestro-emptyState__actions .ingestro-button{padding:0 var(--spacing-12, 12px)}.ShareModal_error-state__UdD8d .ingestro-emptyState__actions .ingestro-button__text{font-weight:var(--font-regular, 400)}.DeleteModal_modal__zOvGM .ingestro-dialog__body{display:flex;flex-direction:column;gap:20px;max-width:540px}.DeleteModal_body__mG1pI{display:flex;flex-direction:column;gap:8px}.DeleteModal_title__Elrh5{color:var(--text-color-neutral, #2d2d2d);font-family:var(--theme-font-family, Inter);font-size:16px;font-style:normal;font-weight:600;line-height:150%}.DeleteModal_description__mBc-1{color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:12px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.24px}.DeleteModal_confirmation-field__tQJCt{display:flex;flex-direction:column;gap:8px}.DeleteModal_confirmation-label__1mIvp{color:var(--text-color-neutral, #2d2d2d);font-family:var(--theme-font-family, Inter);font-size:12px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.24px;word-break:break-all}.DeleteModal_confirmation-label__1mIvp>span{word-break:break-word}.DeleteModal_footer__vMw25{display:flex;justify-content:flex-end;gap:8px}.DeleteModal_used-by-container__u870g{background:var(--feedback-warning-subtle, #fffbeb)}.DeleteModal_used-by__dBThM{display:flex;max-height:200px;padding:8px;align-items:flex-start;gap:16px;border-radius:var(--radius-xs, 4px);border:1px solid var(--raw-color-warning-200, #fde68a);background:var(--feedback-warning-subtle, #fffbeb);overflow:auto;color:var(--feedback-warning, #f59e0b);font-family:var(--theme-font-family, Inter);font-size:10px;font-style:normal;font-weight:400;line-height:150%}.DeleteModal_warning-row__37aHE{display:flex}.DeleteModal_warning-icon__ojO2F{color:var(--ingestro-warning-550);margin-right:8px;min-width:14px}.DeleteModal_used-by-list__9QzE3{display:flex;flex-wrap:wrap;gap:4px;padding:4px 0 4px 22px}.DeleteModal_used-by-content__t5pp3{display:flex;width:100%;flex-direction:column}.DeleteModal_used-by-content-text__GLheV{word-break:break-word}.DeleteModal_used-by-desc__NM7V7{margin-left:22px;color:var(--feedback-warning, #f59e0b);font-family:var(--theme-font-family, Inter);font-size:10px;font-style:normal;font-weight:400;line-height:150%}.RoundUserSelectDropdown_container__ckZeW{flex:1;position:relative;min-width:0}.RoundUserSelectDropdown_field__sfaBR{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--spacing-xs, 8px);min-height:var(--spacing-40, 40px);max-height:160px;padding:var(--spacing-6, 6px) var(--spacing-xs, 8px);border:1px solid var(--border-color-mid, #d1d5db);border-radius:var(--radius-sm, 6px);background:var(--surface-color-default, #fff);cursor:text;transition:border-color .15s;overflow:visible;box-sizing:border-box}.RoundUserSelectDropdown_field-selected__AvNp2{cursor:pointer}.RoundUserSelectDropdown_field-single__AdAby{align-items:center;min-height:var(--spacing-40, 40px)}.RoundUserSelectDropdown_field-single__AdAby .RoundUserSelectDropdown_icon__o4YyX,.RoundUserSelectDropdown_field-single__AdAby .RoundUserSelectDropdown_field-content__YWViC,.RoundUserSelectDropdown_field-single__AdAby .RoundUserSelectDropdown_icon-pointer__4vjUh{height:var(--spacing-24, 24px);min-height:var(--spacing-24, 24px);max-height:var(--spacing-24, 24px);padding:0;box-sizing:border-box}.RoundUserSelectDropdown_field-single__AdAby .RoundUserSelectDropdown_field-content__YWViC{align-items:center}.RoundUserSelectDropdown_field-single__AdAby .RoundUserSelectDropdown_search-input__l_Tfe{height:var(--spacing-24, 24px);line-height:var(--spacing-24, 24px)}.RoundUserSelectDropdown_field-single__AdAby .RoundUserSelectDropdown_selected-user-tag__oKml9{display:inline-flex;align-items:center;height:var(--spacing-24, 24px);max-width:100%;min-width:0;overflow:hidden}.RoundUserSelectDropdown_field-single__AdAby .RoundUserSelectDropdown_selected-user-tag__oKml9>div{box-sizing:border-box;height:var(--spacing-24, 24px);max-height:var(--spacing-24, 24px)}.RoundUserSelectDropdown_field__sfaBR[aria-disabled=true]{background:var(--surface-color-default-soft, #f9fafb);cursor:default;border-color:var(--border-color-mid, #e5e7eb)}.RoundUserSelectDropdown_field__sfaBR:focus-within,.RoundUserSelectDropdown_field-open__b8Jf2{border-color:var(--border-color-primary, #2563eb);box-shadow:0 0 0 2px #2563eb1a}.RoundUserSelectDropdown_icon__o4YyX{display:flex;align-items:center;flex-shrink:0;padding:5px 0;color:var(--text-color-neutral-subtle, #717171)}.RoundUserSelectDropdown_field-content__YWViC{display:flex;align-items:flex-start;flex:1;min-width:0;min-height:var(--spacing-24, 24px);padding:1px 0}.RoundUserSelectDropdown_selected-user-tag__oKml9{max-width:100%;min-width:0;overflow:hidden}.RoundUserSelectDropdown_search-input__l_Tfe{width:100%;border:none;outline:none;font-family:var(--theme-font-family, Inter),sans-serif;font-size:var(--font-size-sm, 14px);line-height:var(--spacing-24, 24px);background:transparent;color:var(--text-color-neutral, #1f2937);padding:0}.RoundUserSelectDropdown_search-input__l_Tfe::placeholder{color:var(--text-color-neutral-subtle, #9ca3af)}.RoundUserSelectDropdown_search-input__l_Tfe:disabled{cursor:default}.RoundUserSelectDropdown_chevron-open__b9E6c{transform:rotate(180deg)}.RoundUserSelectDropdown_icon-pointer__4vjUh{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:5px 0;border:none;background:none;color:inherit;cursor:pointer;transition:transform .15s ease}.RoundUserSelectDropdown_icon-pointer__4vjUh:disabled{cursor:default;opacity:.5}.RoundUserSelectDropdown_field-input__pRSql{max-height:148px;overflow:auto;width:100%;flex:1;padding:1px 0}.RoundUserSelectDropdown_field-input__pRSql .ingestro-tag__text{align-items:center;display:flex}.ingestro-textarea.RoundUserSelectDropdown_input__6QV8r,.ingestro-textarea__textarea.RoundUserSelectDropdown_input__6QV8r{flex:1;border:none;outline:none;font-size:var(--font-size-sm, 14px);line-height:var(--spacing-24, 24px);background:transparent;color:var(--text-color-neutral, #1f2937);min-height:var(--spacing-24, 24px);padding:0!important;background-color:transparent!important;border-radius:0}.RoundUserSelectDropdown_input__6QV8r::placeholder{color:var(--text-color-neutral-subtle, #9ca3af)}.RoundUserSelectDropdown_list__bWs_E{max-height:240px;overflow-y:auto;background:var(--surface-color-default, #fff);border:1px solid var(--border-color-mid, #e5e7eb);border-radius:var(--radius-sm, 6px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;z-index:100}.RoundUserSelectDropdown_list__bWs_E .RoundUserSelectDropdown_result__CS4Da:not(:last-child){border-bottom:1px solid var(--border-color-default, #f2f2f2)}.RoundUserSelectDropdown_result__CS4Da{display:flex;align-items:center;width:100%;padding:var(--spacing-xs, 8px) var(--spacing-12, 12px);border:none;background:transparent;cursor:pointer;text-align:left;transition:background-color .1s}.RoundUserSelectDropdown_result__CS4Da:hover,.RoundUserSelectDropdown_result__CS4Da[data-active=true],.RoundUserSelectDropdown_result__CS4Da[data-selected=true]{background:var(--feedback-info-subtle, #f5f8fe)}.RoundUserSelectDropdown_no-results___pGfJ{padding:var(--spacing-32, 32px);text-align:center;font-size:var(--font-size-sm, 14px);color:var(--text-color-neutral-subtle, #9ca3af);display:flex;flex-direction:column;align-items:center;justify-content:center}.RoundUserSelectDropdown_no-results-empty-state__5HKpA .ingestro-emptyState__text{white-space:pre-line}.RoundUserSelectDropdown_people-item-info-container__Pzkcj{display:flex;align-items:center;gap:var(--spacing-xs, 8px);width:100%}.RoundUserSelectDropdown_people-item-info__4r33n{display:flex;flex-direction:column;min-width:0;flex:1}.RoundUserSelectDropdown_people-item-avatar__GkOtH{display:flex;width:var(--spacing-32, 32px);height:var(--spacing-32, 32px);padding:var(--spacing-xs, 8px);justify-content:center;align-items:center;color:var(--ingestro-primary-900, #162338);text-align:center;font-size:var(--font-size-xs, 12px);font-style:normal;font-weight:600;line-height:143%;letter-spacing:.96px;text-transform:uppercase;border-radius:100%;border:.5px solid var(--raw-color-accent-200, #b1c3e1);background:var(--raw-color-accent-50, #eff3f9)}.RoundUserSelectDropdown_people-item-name-row__hhWxy{display:flex;align-items:center;gap:var(--spacing-6, 6px);min-width:0;width:100%;color:var(--text-color-neutral, #2d2d2d);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-style:normal;font-weight:400;line-height:150%;letter-spacing:.24px}.RoundUserSelectDropdown_people-item-name__faaUd{color:var(--ingestro-neutral-900, #2d2d2d);font-size:var(--font-size-sm, 14px);font-style:normal;font-weight:600;line-height:143%;min-width:0;flex:1}.RoundUserSelectDropdown_people-item-email__qaRQY{color:var(--text-color-mute, #c5c5c5);font-family:var(--theme-font-family, Inter);font-size:10px;font-style:normal;font-weight:400;line-height:150%;min-width:0;width:100%}.TransferOwnershipModal_modal__UAgoB .ingestro-dialog__content{padding:0;gap:0;width:100%;max-width:540px}.TransferOwnershipModal_modal__UAgoB .ingestro-dialog__header{padding:var(--spacing-16, 16px)}.TransferOwnershipModal_modal__UAgoB .ingestro-dialog__body{display:flex;flex-direction:column;max-width:540px;padding:var(--spacing-16, 16px);gap:var(--spacing-20, 20px);width:100%}.TransferOwnershipModal_header__rxAhg{display:flex;flex-direction:column;gap:var(--spacing-8, 8px)}.TransferOwnershipModal_title__uqamb{color:var(--text-color-neutral, #2d2d2d);font-family:var(--theme-font-family, Inter),sans-serif;font-size:var(--font-size-h3, 20px);font-style:normal;font-weight:var(--font-semi-bold, 600);line-height:var(--font-line-height, 150%);letter-spacing:-.4px}.TransferOwnershipModal_description__-Z9zn{display:flex;flex-wrap:wrap;align-items:center;gap:var(--spacing-4, 4px);color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter),sans-serif;font-size:var(--font-size-xs, 12px);font-style:normal;font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);letter-spacing:.24px}.TransferOwnershipModal_body__pu_bo{display:flex;flex-direction:column;gap:var(--spacing-8, 8px)}.TransferOwnershipModal_body-title__PVevy{color:var(--text-color-neutral, #2d2d2d);font-family:var(--theme-font-family, Inter),sans-serif;font-size:var(--font-size-xs, 12px);font-style:normal;font-weight:var(--font-semi-bold, 600);line-height:var(--font-line-height, 150%);letter-spacing:.24px}.TransferOwnershipModal_confirmation-field__ueNTT{display:flex;flex-direction:column;gap:var(--spacing-8, 8px)}.TransferOwnershipModal_confirmation-label__Al4Vt{color:var(--text-color-neutral, #2d2d2d);font-family:var(--theme-font-family, Inter),sans-serif;font-size:var(--font-size-xs, 12px);font-style:normal;font-weight:var(--font-semi-bold, 600);line-height:var(--font-line-height, 150%);letter-spacing:.24px}.TransferOwnershipModal_avatar-wrapper__qtvWv{display:flex;align-items:center;width:-moz-fit-content;width:fit-content}.TransferOwnershipModal_footer__DnnE9{display:flex;align-items:center;justify-content:flex-end;gap:var(--spacing-8, 8px);padding:0 var(--spacing-16, 16px) var(--spacing-16, 16px)}@keyframes PulsingDot_ring-2__7Onej{0%,12.12%{opacity:0}30.3%,33.33%{opacity:1}51.52%,60.61%{opacity:0}78.79%,81.82%{opacity:1}to{opacity:0}}@keyframes PulsingDot_ring-3__DF-oW{0%,33.33%{opacity:0}51.52%,60.61%{opacity:1}78.79%,to{opacity:0}}.PulsingDot_wrapper__E-Zu9{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:100%}.PulsingDot_ring-2__7Onej,.PulsingDot_ring-3__DF-oW,.PulsingDot_core__ZLAkW{position:absolute;width:.5rem;height:.5rem;border-radius:9999px}.PulsingDot_core__ZLAkW{position:relative}.PulsingDot_ring-2__7Onej{box-shadow:0 0 0 2px var(--ingestro-pulsing-dot-color, var(--ingestro-secondary-200));animation:PulsingDot_ring-2__7Onej 1.65s linear infinite}.PulsingDot_ring-3__DF-oW{box-shadow:0 0 0 3px var(--ingestro-pulsing-dot-color, var(--ingestro-secondary-200));animation:PulsingDot_ring-3__DF-oW 1.65s linear infinite}@media(prefers-reduced-motion:reduce){.PulsingDot_ring-2__7Onej,.PulsingDot_ring-3__DF-oW{animation:none;opacity:0}}.FlowDetailsHeader_header__TbHJ6{background-color:var(--ingestro-white);border-bottom:1px solid var(--ingestro-neutral-100);display:flex;flex-direction:column;gap:.75rem;align-items:flex-start;justify-content:center;padding-top:.75rem;padding-left:1rem;padding-right:1rem}.FlowDetailsHeader_content__UX6Yd{display:flex;flex-direction:column;align-items:flex-start;width:100%}.FlowDetailsHeader_top-row__mFJy9{display:flex;gap:.5rem;align-items:center;width:100%;justify-content:space-between}.FlowDetailsHeader_title-area__Dogv-{display:flex;gap:.5rem;align-items:center;height:2.5rem;min-width:0}.FlowDetailsHeader_title-input__AU5xD{flex:1;margin:0 -8px;border-width:0!important;min-width:0}.FlowDetailsHeader_title-input__AU5xD:hover,.FlowDetailsHeader_title-input__AU5xD:has(>.ingestro-input__input--truncated--focused){margin:0 0 0 -9px;border-width:1px!important}.FlowDetailsHeader_title-input__AU5xD .ingestro-input__input,.FlowDetailsHeader_title-input__AU5xD .ingestro-truncated-text{font-size:1.5rem;font-weight:600;line-height:1.5!important;height:36px}.FlowDetailsHeader_title__oZ_-t{font-size:1.5rem;font-weight:600;line-height:1.5;color:var(--ingestro-neutral-900);cursor:pointer}.FlowDetailsHeader_inprogress-tag__6qFni{border:1px solid var(--ingestro-secondary-200);cursor:pointer}.FlowDetailsHeader_actions__iHio3{display:flex;gap:.5rem;align-items:flex-start;flex-shrink:0}.FlowDetailsHeader_meta__loWkX{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;font-size:var(--font-size-xs);line-height:1.5;margin-top:8px}@media(max-width:640px){.FlowDetailsHeader_meta__loWkX{font-size:var(--font-size-xxs)}}.FlowDetailsHeader_meta-separator__dFeYV{color:var(--ingestro-neutral-200)}.FlowDetailsHeader_mode-select__Bh34x{width:-moz-fit-content!important;width:fit-content!important}.FlowDetailsHeader_mode-select-dropdown___KrX3 .ingestro-select__option{height:32px;padding:var(--spacing-xxs) var(--spacing-sm)}.FlowDetailsHeader_mode-select-dropdown___KrX3 .ingestro-select__option .ingestro-button__text{font-size:var(--font-size-xs);font-weight:var(--font-regular)}.FlowDetailsHeader_mode-select-tag__gDasz .ingestro-tag__icon{max-width:0;transition:max-width .3s;overflow:hidden}.FlowDetailsHeader_mode-select-tag__gDasz.FlowDetailsHeader_mode-select-tag-open__KAFfT .ingestro-tag__icon,.FlowDetailsHeader_mode-select-tag__gDasz:hover .ingestro-tag__icon{max-width:16px}.FlowDetailsHeader_banner__T_c28 .ingestro__banner__action .ingestro-button__text{font-weight:400}.FlowDetailsHeader_tabs-disabled__2oDcq .ingestro-tabs__active-underline{display:none}.FlowDetailsHeader_banners__VG-iP{display:flex;flex-direction:column;gap:4px;width:100%;margin-top:12px}.FlowDetailsHeader_measure-span__wezb0{position:fixed;visibility:hidden;pointer-events:none;white-space:pre;font-size:1.5rem;font-weight:600;font-family:Inter,Arial,sans-serif}.MetaItem_label__WKWUO{color:var(--ingestro-neutral-400)}.MetaItem_value__h0aLi{color:var(--ingestro-neutral-900)}.Banner_banner___9Nqb{display:flex;align-items:center;box-sizing:border-box;min-height:42px;padding:8px;border-radius:4px;border:1px solid;width:100%}.Banner_banner___9Nqb[data-variant=error]{background-color:var(--ingestro-error-50);border-color:var(--ingestro-error-200)}.Banner_banner___9Nqb[data-variant=error] .Banner_icon__N6GT8,.Banner_banner___9Nqb[data-variant=error] .Banner_text__D4haX{color:var(--ingestro-error-500)}.Banner_banner___9Nqb[data-variant=warning]{background-color:var(--ingestro-warning-50);border-color:var(--ingestro-warning-200)}.Banner_banner___9Nqb[data-variant=warning] .Banner_icon__N6GT8,.Banner_banner___9Nqb[data-variant=warning] .Banner_text__D4haX{color:var(--ingestro-warning-500)}.Banner_banner___9Nqb[data-variant=info]{background-color:var(--ingestro-primary-50);border-color:var(--ingestro-primary-200)}.Banner_banner___9Nqb[data-variant=info] .Banner_icon__N6GT8,.Banner_banner___9Nqb[data-variant=info] .Banner_text__D4haX{color:var(--ingestro-primary-500)}.Banner_content__XN2MA{display:flex;flex:1;gap:8px;align-items:center;min-width:0}.Banner_content__XN2MA[data-icon-align=start]{align-items:flex-start}.Banner_icon-wrapper__nQ1dt{display:flex;flex-shrink:0}.Banner_summary__qPhtq{display:flex;flex:1;flex-direction:column;align-items:flex-start;min-width:0}.Banner_tile__SEMPj{display:flex;gap:8px;align-items:center;width:100%;min-height:26px}.Banner_text__D4haX{flex:1;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.5;letter-spacing:.24px;min-width:0;margin:0}.Banner_text__D4haX[data-text-size=xxs]{font-size:var(--font-size-xxs, 10px);letter-spacing:var(--tracking-none, 0em)}.Banner_text__D4haX strong,.Banner_text__D4haX b{font-weight:700}.Banner_action__T_4ca{flex-shrink:0}.Banner_action__T_4ca .ingestro-button__text{font-size:12px;font-weight:400}.Banner_action-icon__TYy1o{display:flex;flex-shrink:0;width:14px;height:14px}.Banner_action-placeholder__vXXYT{visibility:hidden;pointer-events:none}.EntityDetailsPageBodySkeleton_body__DEg0_{display:flex;flex:1;flex-direction:column;gap:var(--spacing-16, 16px);min-height:0;padding:var(--spacing-16, 16px)}.EntityDetailsPageBodySkeleton_tab-bar__0N8g4{display:flex;align-items:center;gap:var(--spacing-8, 8px);min-height:var(--spacing-40, 40px);padding:0 var(--spacing-16, 16px);border-bottom:1px solid var(--border-color-default, #f2f2f2);background:var(--surface-color-default, #ffffff)}.EntityDetailsPageBodySkeleton_panel__bc_GH{display:flex;flex:1;flex-direction:column;gap:var(--spacing-16, 16px);min-height:var(--spacing-320, 320px);padding:var(--spacing-24, 24px);border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-sm, 6px);background:var(--surface-color-default, #ffffff)}.EntityDetailsPageBodySkeleton_panel-line__eHxTo{max-width:100%}.EntityDetailsPageBodySkeleton_panel-field__0lSjU{max-width:min(var(--spacing-480, 480px),100%)}.FlowDetailsLoading_details__WBLr2{display:flex;flex-direction:column;min-width:0;min-height:0;flex:1;background:var(--ingestro-neutral-50)}.FlowDetailsLoading_header__rTRIu{display:flex;flex-direction:column;gap:var(--spacing-8, 8px);padding:var(--spcing-sm, 12px);border-bottom:1px solid var(--ingestro-neutral-100);background:var(--ingestro-white)}.FlowDetailsLoading_topline__Z6r4I{display:flex;align-items:baseline;gap:var(--spacing-16, 16px);min-width:0;justify-content:space-between}.FlowDetailsLoading_skeleton-heading__GmXM5{display:flex;flex-direction:column;gap:var(--spacing-8, 8px);min-width:0}.FlowDetailsLoading_title-row__POHrQ{display:flex;align-items:center;flex-wrap:wrap;gap:var(--spacing-10, 10px);min-width:0}.FlowDetailsLoading_skeleton-title__hvzVc{max-width:100%}.FlowDetailsLoading_meta-row__3ZSml{display:flex;align-items:center;gap:var(--spacing-4, 4px);min-width:0;white-space:nowrap}.FlowDetailsLoading_actions__69Zd_{display:flex;align-items:center;gap:var(--spacing-8, 8px);flex:0 0 auto}.FlowDetailsLoading_tabs__vgsly{display:flex;gap:var(--spacing-8, 8px);padding-top:var(--spacing-4, 4px)}@media (max-width: var(--modal-split-column-width, 640px)){.FlowDetailsLoading_topline__Z6r4I,.FlowDetailsLoading_meta-row__3ZSml{align-items:flex-start;flex-direction:column}.FlowDetailsLoading_actions__69Zd_{align-self:flex-end}.FlowDetailsLoading_skeleton-heading__GmXM5{width:100%}}.DeleteFlowModal_modal___rQG4 .ingestro-dialog__content{padding:20px;max-width:540px}.DeleteFlowModal_modal___rQG4 .ingestro-dialog__body{display:flex;flex-direction:column;gap:20px;max-width:540px;width:100%;padding:0}.DeleteFlowModal_modal___rQG4 .ingestro-dialog__footer{padding:0}.DeleteFlowModal_title__W--xl{color:var(--text-color-neutral, #2d2d2d);font-family:var(--theme-font-family, Inter);font-size:16px;font-style:normal;font-weight:600;line-height:150%}.DeleteFlowModal_body__BUB1_{display:flex;flex-direction:column;gap:8px}.DeleteFlowModal_description__5tsOc{color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:12px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.24px}.DeleteFlowModal_confirmation-field__XSvH9{display:flex;flex-direction:column;gap:8px}.DeleteFlowModal_confirmation-label__A8x_L{color:var(--text-color-neutral, #2d2d2d);font-family:var(--theme-font-family, Inter);font-size:12px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.24px;word-break:break-all}.DeleteFlowModal_confirmation-label__A8x_L>span{word-break:break-word}.DeleteFlowModal_footer__u8rQw{display:flex;justify-content:flex-end;gap:8px}.DeleteFlowModal_icon-container__4QB_h{min-width:32px;min-height:32px;width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:6px;background:#fef2f2;color:var(--ingestro-error-500)}.DeleteFlowModal_description__5tsOc b{color:var(--text-color-neutral, #2d2d2d)}.DeleteFlowModal_confirmation-input__DeiF9>input{min-height:32px}.DeleteFlowModal_warning__zD_zz{display:flex;width:100%;padding:var(--spcing-xs, 8px);align-items:flex-start;gap:8px;border-radius:var(--radius-xs, 4px);border:1px solid var(--raw-color-warning-200, #fde68a);background:var(--feedback-warning-subtle, #fffbeb)}.DeleteFlowModal_warning__zD_zz>svg{color:var(--feedback-warning, #f59e0b)}.DeleteFlowModal_warning__zD_zz>span{color:var(--feedback-warning, #f59e0b);font-family:var(--theme-font-family, Inter);font-size:10px;font-style:normal;font-weight:400;line-height:150%}.NameCell_cell__OnBpX{position:relative;width:100%;display:flex;flex-direction:column;justify-content:center;height:100%}.NameCell_name-row__Pmt5m{display:flex;align-items:center;gap:var(--spacing-8);min-width:0;transform:translateY(calc((15px + .5rem)/2))}.NameCell_name-text__Q3V5G{flex-shrink:1;min-width:0}.NameCell_name-text__Q3V5G[data-processing-failed=true]{opacity:.4}.NameCell_name-input__vOfYu{flex:1;min-width:0;height:32px;margin:0 -8px;border-width:0!important}.NameCell_name-input__vOfYu:hover,.NameCell_name-input__vOfYu:has(>.ingestro-input__input--truncated--focused){margin:0 0 0 -9px;border-width:1px!important}.NameCell_name-input__vOfYu .ingestro-input__input,.NameCell_name-input__vOfYu .ingestro-truncated-text{font-size:var(--font-size-sm);font-weight:400;line-height:32px!important;height:32px!important}.NameCell_detail-row__7-a9q{transition:opacity .3s ease-out;opacity:0}.ingestro-table__row-wrapper:hover .NameCell_detail-row__7-a9q{opacity:1}.ingestro-table__row-wrapper:hover .NameCell_detail-row__7-a9q[data-processing-failed=true]{opacity:.4}.ingestro-table__row-wrapper:hover .NameCell_name-row__Pmt5m{transform:translateY(0);transition:transform .3s ease-out}.NameCell_cell__OnBpX[data-renaming] .NameCell_name-row__Pmt5m{transform:translateY(0)}.NameCell_detail-text__RANgY{font-size:10px;color:var(--ingestro-neutral-600, #717171);margin-top:var(--spacing-8)}.UpdatedCell_updated__OfQZW[data-processing-failed=true],.ContributorsCell_contributors__BrGar[data-processing-failed=true]{opacity:.4}.ActionCell_cell__Ws2T2{display:flex;align-items:center;justify-content:flex-end;gap:var(--spacing-4)}.ActionCell_more-btn__vXTWs{display:contents}.FlowHistoryFilters_contributor-option__D1grW{display:flex;align-items:center;gap:8px;height:38px;overscroll-behavior:auto!important;width:100%}html.ingestro-select--open #ingestro__df-history-contributor-select .ingestro-select__content *{overscroll-behavior:auto!important}#ingestro__df-history-contributor-select .select__option-description{display:none}#ingestro__df-history-contributor-select .ingestro-select__option{height:38px}#ingestro__df-history-contributor-select .ingestro-select__content-footer{padding:8px}.FlowHistoryFilters_filter-empty__K5D2N{padding:8px;width:100%;height:160px}.FlowHistoryFilters_filter-empty__K5D2N .ingestro-emptyState__heading{font-size:12px}.FlowHistoryFilters_filter-empty__K5D2N .ingestro-emptyState__text{margin:0;font-size:10px}.FlowHistoryFilters_filters__TUwUT{display:flex;align-items:center;gap:var(--spacing-8)}.FlowHistoryFilters_search__RT6uB{flex:1}.FlowHistoryFilters_controls__tSFWn{display:flex;align-items:center;gap:var(--spacing-8);flex-shrink:0}.FlowHistoryFilters_filter-select__8LqJm{width:-moz-fit-content;width:fit-content}.FlowHistoryFilters_filter-select__8LqJm .ingestro-select__toggle-value{white-space:nowrap}.FlowHistory_scroll-sentinel__XjL55{height:1px;width:100%}.TdmSection_root__Bwerw{display:flex;flex-direction:column;gap:var(--spacing-m, 16px)}.TdmSection_heading__bV3tK{display:flex;flex-direction:column;gap:var(--spacing-xs, 4px)}.TdmSection_title__kZkq-{margin:0;color:var(--text-color-neutral, #2d2d2d);font-size:14px;font-weight:600;line-height:150%}.TdmSection_description__cWS_A{margin:0;color:var(--text-color-neutral-subtle, #717171);font-size:12px;font-weight:400;line-height:150%}.TdmSection_view-link__ywk1G{display:inline-flex;align-items:center;gap:var(--spacing-xs, 4px);color:var(--color-primary, #5c8ef2);font-size:12px;text-decoration:none}.TdmSection_view-link__ywk1G:hover{text-decoration:underline}.OutputDeliverySection_root__OBR4U{display:flex;flex-direction:column;gap:var(--spacing-24, 24px)}.OutputDeliverySection_section-group__EmTNs{display:flex;flex-direction:column;gap:var(--spacing-8, 8px)}.OutputDeliverySection_heading__UJj5Y{display:flex;flex-direction:column;gap:var(--spacing-4, 4px)}.OutputDeliverySection_title__YuL0N{margin:0;color:var(--text-color-neutral);font-size:var(--font-size-sm);font-weight:var(--font-semi-bold);line-height:1.5}.OutputDeliverySection_description__arfv9{margin:0;color:var(--text-color-neutral-subtle);font-size:var(--font-size-xs);font-weight:var(--font-regular);line-height:1.5}.OutputDeliverySection_filename-input__Bfxrl{width:100%}.OutputDeliverySection_required-mark__oN97q{color:var(--ingestro-error-500, #ef4444)}.OutputDeliverySection_variables-row__9HFOT{display:flex;align-items:center;gap:var(--spacing-12, 12px)}.OutputDeliverySection_variables-chips__HSEHC{display:flex;flex-wrap:wrap;align-items:center;gap:var(--spacing-4, 4px)}.OutputDeliverySection_variables-label__i37n4{color:var(--text-color-neutral-subtle);font-size:var(--font-size-xs);font-weight:var(--font-regular)}.OutputDeliverySection_variable-chip__f4Kka{display:inline-flex;align-items:center;justify-content:center;height:23px;padding:var(--spacing-4, 4px) var(--spacing-8, 8px);background-color:var(--raw-color-accent-50, #eff3f9);border:none;border-radius:var(--radius-xs, 4px);color:var(--raw-color-accent-900, #162338);font-size:var(--font-size-xxs);font-family:var(--theme-font-family);font-weight:var(--font-regular);line-height:1.5;white-space:nowrap;cursor:pointer;transition:opacity .1s}.OutputDeliverySection_variable-chip__f4Kka:hover:not(:disabled){opacity:.8}.OutputDeliverySection_variable-chip__f4Kka:disabled{opacity:.5;cursor:not-allowed}.FileManagementSection_root__k4KPV{display:flex;flex-direction:column;gap:var(--spacing-m, 16px)}.FileManagementSection_heading__ejpKJ{display:flex;flex-direction:column;gap:var(--spacing-xs, 4px)}.FileManagementSection_title__oCx2U{margin:0;color:var(--text-color-neutral, #2d2d2d);font-size:14px;font-weight:600;line-height:150%}.FileManagementSection_description__OKwGo{margin:0;color:var(--text-color-neutral-subtle, #717171);font-size:12px;font-weight:400;line-height:150%}.RadioOptionGroup_section-group__aRZey,.RadioOptionGroup_heading__vM3WW{display:flex;flex-direction:column;gap:var(--spacing-xs, 4px)}.RadioOptionGroup_title__coBUw{margin:0;color:var(--text-color-neutral, #2d2d2d);font-size:14px;font-weight:400;line-height:150%}.RadioOptionGroup_description__N4pAh{margin:0;color:var(--text-color-neutral-subtle, #717171);font-size:12px;font-weight:400;line-height:150%}.RadioOptionGroup_options__EYNtF,.RadioOptionGroup_option__bSikw{display:flex;flex-direction:column;gap:var(--spacing-xs, 4px)}.RadioOptionGroup_option-description__Nk_Gc{margin:0;padding-left:var(--spacing-l, 24px);color:var(--text-color-neutral-subtle, #717171);font-size:12px;font-weight:400;line-height:150%}.MappingTemplateSection_root__b-S2a{display:flex;flex-direction:column;gap:var(--spacing-m, 16px)}.ConfigurationModalErrorState_error-state__2AHNf{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100%;text-align:center;padding:var(--spacing-xl, 32px)}.ConfigurationModalErrorState_error-state__2AHNf .ingestro-emptyState__heading{margin-top:var(--spacing-16, 16px);font-size:var(--font-size-h3, 20px)}.ConfigurationModalErrorState_error-state__2AHNf .ingestro-emptyState__text{margin-top:var(--spacing-12, 12px);font-size:var(--font-size-sm, 14px)}.ConfigurationModalErrorState_error-state__2AHNf .ingestro-emptyState__actions{margin-top:var(--spacing-20, 20px)}.ConfigurationModalErrorState_error-state__2AHNf .ingestro-emptyState__actions .ingestro-button{padding:0 var(--spacing-12, 12px)}.ConfigurationModalErrorState_error-state__2AHNf .ingestro-emptyState__actions .ingestro-button__text{font-weight:var(--font-regular, 400)}.ConfigurationModal_modal__Ubq7Y .ingestro-dialog__content{width:var(--modal-config-width, 800px);max-width:calc(100vw - var(--spacing-48, 48px));padding:0;gap:0}.ConfigurationModal_modal__Ubq7Y .ingestro-dialog__header{padding:var(--spacing-l, 24px) var(--spacing-l, 24px) var(--spacing-m, 16px);border-bottom:1px solid var(--border-color-neutral, #e0e0e0)}.ConfigurationModal_modal__Ubq7Y .ingestro-dialog__subtitle{min-width:0;max-width:100%;padding-right:var(--spacing-3xl, 48px);overflow:hidden}.ConfigurationModal_modal__Ubq7Y .ingestro-dialog__body{flex:1;overflow:hidden;margin-inline-end:0;padding-inline-end:0}.ConfigurationModal_modal__Ubq7Y .ingestro-dialog__footer{padding:var(--spacing-m, 16px) var(--spacing-l, 24px);border-top:1px solid var(--border-color-neutral, #e0e0e0)}.ConfigurationModal_lock-bar__R-nXw{display:flex;align-items:flex-start;gap:var(--spacing-s, 8px);padding:var(--spacing-s, 8px) var(--spacing-m, 16px);background-color:var(--feedback-warning-subtle, #fffbeb);border-bottom:1px solid var(--raw-color-warning-200, #fde68a);color:var(--feedback-warning, #f59e0b);font-size:var(--font-size-xs, 12px);line-height:150%}.ConfigurationModal_lock-bar-icon__5g_5h{flex-shrink:0;margin-top:1px}.ConfigurationModal_body__ZpXnT{display:flex;height:var(--modal-config-body-height, 568px);overflow:hidden}.ConfigurationModal_sidebar__jar6D{flex-shrink:0;width:var(--modal-config-sidebar-width, 200px);border-right:1px solid var(--border-color-neutral, #e0e0e0);padding:var(--spacing-m, 16px) 0;overflow-y:auto}.ConfigurationModal_sidebar-group-label__BC5vV{display:block;padding:0 var(--spacing-m, 16px) var(--spacing-xs, 4px);color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xxs, 11px);font-weight:var(--font-semi-bold, 600);text-transform:uppercase;letter-spacing:.06em}.ConfigurationModal_sidebar-list__xIKsQ{list-style:none;margin:0;padding:0}.ConfigurationModal_sidebar-item__6Ofo8{display:block;width:100%;padding:var(--spacing-s, 8px) var(--spacing-m, 16px);background:none;border:none;border-left:2px solid transparent;text-align:left;cursor:pointer;color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-sm, 13px);font-weight:var(--font-regular, 400);transition:background-color .1s,color .1s}.ConfigurationModal_sidebar-item__6Ofo8:hover{background-color:var(--bg-color-neutral-hover, #f5f5f5);color:var(--text-color-neutral, #2d2d2d)}.ConfigurationModal_sidebar-item-active__jhpQu{border-left-color:var(--color-primary, #5c8ef2);color:var(--text-color-neutral, #2d2d2d);font-weight:var(--font-semi-bold, 600);background-color:var(--bg-color-neutral, #f5f5f5)}.ConfigurationModal_sidebar-disabled__zo8mw .ConfigurationModal_sidebar-item__6Ofo8:disabled{cursor:not-allowed;opacity:.5}.ConfigurationModal_sidebar-disabled__zo8mw .ConfigurationModal_sidebar-item__6Ofo8:disabled:hover{background-color:transparent;color:var(--text-color-neutral-subtle, #717171)}.ConfigurationModal_content__RM5AZ{flex:1;overflow-y:auto;padding:var(--spacing-l, 24px)}.ConfigurationModal_content-gated__KEdIq{display:flex;flex-direction:column}.ConfigurationModal_skeleton-stack___A5AS{display:flex;flex:1;flex-direction:column;gap:var(--spacing-s, 8px)}.ConfigurationModal_footer__dlJe8{display:flex;justify-content:flex-end;gap:var(--spacing-s, 8px)}.InputFilesEmptyState_root__RMYUz{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;flex:1;width:100%;min-height:0;align-self:stretch;background:var(--surface-color-default)}.InputFilesEmptyState_heading__HPP2u{font-size:20px;font-weight:var(--font-semi-bold);color:var(--text-color-neutral);margin:0;font-style:normal;line-height:150%;letter-spacing:-.4px}.InputFilesEmptyState_badges-container__PiLTG{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-sm)}.InputFilesEmptyState_badges-heading__20hKn{letter-spacing:.24px;color:var(--text-color-neutral-subtle);text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.InputFilesEmptyState_badges__21wHj{display:flex;gap:var(--spacing-xxs);flex-wrap:wrap;justify-content:center}.InputFilesEmptyState_badge__CCBS3{padding:var(--spacing-xxs);font-size:var(--font-size-xs);font-weight:400;font-style:normal;line-height:150%;letter-spacing:.24px;color:var(--text-color-neutral-subtle);text-transform:uppercase;letter-spacing:var(--tracking-wide-2);border-radius:4px;border:1px solid var(--raw-color-neutral-200);background:var(--raw-color-neutral-50)}.InputFilesTable_root__Rrczz{display:flex;flex-direction:column;flex:1;min-height:0;background:var(--background-color-default);padding:var(--spacing-md);gap:var(--spacing-sm)}.InputFilesTable_action-bar__gSPdO{display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.InputFilesTable_table-body-container__ISKjb{position:relative;display:flex;flex-direction:column;flex:1;min-height:0}.InputFilesTable_drag-overlay__HQX7B{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-sm);background:transparent;pointer-events:none;opacity:0;transition:all .15s ease;border-radius:0;border:none}.InputFilesTable_drag-overlay__HQX7B[data-dragging=true]{background:var(--feedback-info-subtle);opacity:.2;border-radius:var(--radius-md);border:2px dashed var(--border-color-primary)}.InputFilesTable_table__RaXcN{display:flex;flex-direction:column;flex:1;min-height:0;width:100%;min-width:0;border:1px solid var(--border-color-default);border-radius:var(--radius-md);background:var(--background-color-default);overflow:hidden;container-type:inline-size;container-name:input-files-table;--input-files-grid-columns: 48px minmax(140px, 1fr) 200px 100px 132px 120px 48px}.InputFilesTable_table__RaXcN[data-empty=true]{flex:1;min-height:0}@container input-files-table (max-width: var(--input-files-table-max-width, 960px)){.InputFilesTable_table-scroll__XNJc3{--input-files-grid-columns: 48px minmax(120px, 1fr) 180px 80px 120px 100px 48px}}.InputFilesTable_table-scroll__XNJc3{display:flex;flex-direction:column;flex:1;min-height:0;overflow:auto}.InputFilesTable_empty-body__7ZBb2{display:flex;flex:1;flex-direction:column;align-items:stretch;min-height:0;width:100%}.InputFilesTable_empty-state__Q_2N3 .ingestro-emptyState__actions .ingestro-button{padding:0 var(--spacing-12, 12px)}.InputFilesTable_empty-state__Q_2N3 .ingestro-emptyState__actions .ingestro-button__text{font-weight:var(--font-regular, 400)}.InputFilesTable_empty-state__Q_2N3 .ingestro-emptyState__heading{margin-top:var(--spacing-16, 16px);font-size:var(--font-size-h3, 20px)}.InputFilesTable_empty-state__Q_2N3 .ingestro-emptyState__text{margin-top:var(--spacing-12, 12px);font-size:var(--font-size-sm, 14px)}.InputFilesTable_empty-state__Q_2N3 .ingestro-emptyState__actions{margin-top:var(--spacing-20, 20px)}.InputFilesTable_header-row__7qcyh,.InputFilesTable_data-row__BF04h,.InputFilesTable_skeleton-row__JcNQx{display:grid;grid-template-columns:var(--input-files-grid-columns);column-gap:var(--spacing-xs);width:100%;min-width:0;align-items:stretch;flex-shrink:0}.InputFilesTable_header-row__7qcyh{position:sticky;top:0;z-index:1;flex-shrink:0;height:var(--spacing-40, 40px);background:var(--raw-color-neutral-50);border-bottom:1px solid var(--border-color-default)}.InputFilesTable_header-label__uWSLR{font-size:var(--font-size-xxs);font-weight:var(--font-medium, 500);color:var(--text-color-neutral-subtle);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.InputFilesTable_data-row__BF04h{height:var(--input-files-row-height, 65px);border-bottom:1px solid var(--border-color-default);background:var(--surface-color-default);transition:background-color 0ms}.InputFilesTable_data-row__BF04h[data-selectable=true],.InputFilesTable_data-row__BF04h[data-expandable=true]{cursor:pointer}.InputFilesTable_data-row__BF04h[data-selectable=false]:not([data-expandable=true]){cursor:default}.InputFilesTable_data-row__BF04h[data-selectable=true]{cursor:pointer}.InputFilesTable_data-row__BF04h[data-disabled=true],.InputFilesTable_data-row__BF04h[data-disabled=true] *{cursor:not-allowed}.InputFilesTable_data-row__BF04h[data-disabled=true] :is(.InputFilesTable_trash__GoaBT:not(:has(:disabled)),.InputFilesTable_trash__GoaBT:not(:has(:disabled)) *,.InputFilesTable_preview__menNA:not(:has(:disabled)),.InputFilesTable_preview__menNA:not(:has(:disabled)) *,[data-clickable=true],[data-clickable=true] *){cursor:pointer}.InputFilesTable_data-row__BF04h:hover,.InputFilesTable_data-row__BF04h[data-selected=true]{background-color:var(--feedback-info-subtle)}.InputFilesTable_cell-checkbox__K_W7x,.InputFilesTable_cell-name__xT06k,.InputFilesTable_cell-uploaded-at__HTzcx,.InputFilesTable_cell-size__XAiLn,.InputFilesTable_cell-status__o7mcA,.InputFilesTable_cell-preview__3glr-,.InputFilesTable_cell-actions__PHud6{display:flex;align-items:center;padding:0 var(--spacing-md);box-sizing:border-box;min-width:0}.InputFilesTable_cell-checkbox__K_W7x{justify-content:center}.InputFilesTable_cell-name__xT06k{overflow:hidden;min-width:0}.InputFilesTable_cell-uploaded-at__HTzcx{min-width:0}.InputFilesTable_cell-size__XAiLn{justify-content:flex-end;padding-right:var(--spacing-xs)}.InputFilesTable_cell-status__o7mcA{justify-content:flex-end;padding-left:var(--spacing-xs);overflow:hidden}.InputFilesTable_cell-preview__3glr-{justify-content:flex-end;padding-left:0;padding-right:var(--spacing-sm)}.InputFilesTable_cell-actions__PHud6{justify-content:flex-end;padding-right:var(--spacing-md);padding-left:0}.InputFilesTable_cell-actions__PHud6:has(:disabled){cursor:not-allowed}.InputFilesTable_cell-actions__PHud6:has(:disabled) *{cursor:not-allowed}.InputFilesTable_cell-right__LEAmG{justify-content:flex-end}.InputFilesTable_expand-button__bwSs6{display:flex;align-items:center;justify-content:center;width:var(--spacing-20, 20px);height:var(--spacing-20, 20px);padding:0;background:none;border:none;border-radius:var(--border-radius-sm);color:var(--text-color-neutral);cursor:pointer;flex-shrink:0}.InputFilesTable_expand-button__bwSs6:hover{background:var(--background-color-mid)}.InputFilesTable_expand-button__bwSs6:focus-visible{outline:2px solid var(--color-focus-ring, var(--text-color-primary));outline-offset:2px}.InputFilesTable_expand-button__bwSs6[aria-expanded=true] .InputFilesTable_expand-icon__tpjF_{transform:rotate(0)}.InputFilesTable_expand-icon__tpjF_{transition:transform .3s cubic-bezier(.4,0,.2,1);transform:rotate(-90deg)}.InputFilesTable_skeleton-row__JcNQx{min-height:var(--input-files-row-height, 65px);border-bottom:1px solid var(--border-color-default)}.InputFilesTableSkeleton_skeleton__VkCMe{flex:1;width:100%;min-width:0}.SortableHeaderCell_header-button__Mmefi{display:inline-flex;align-items:center;gap:var(--spacing-xxs);width:100%;min-width:0;padding:0;margin:0;border:none;background:none;cursor:pointer;font-size:var(--font-size-xs);font-weight:var(--font-semi-bold);color:var(--raw-color-neutral-600);text-transform:uppercase;letter-spacing:.96px;white-space:nowrap;text-align:inherit;line-height:143%}.SortableHeaderCell_header-button__Mmefi[data-align=right]{justify-content:flex-end}.SortableHeaderCell_header-button__Mmefi[data-disabled=true]{cursor:default;pointer-events:none}.SortableHeaderCell_header-button__Mmefi:not([data-disabled=true]):focus-visible{outline:2px solid var(--color-focus-ring, var(--text-color-primary));outline-offset:2px;border-radius:var(--radius-sm)}.SortableHeaderCell_sort-icon__1HOOy{display:inline-flex;flex-shrink:0;width:18px;height:18px;color:var(--ingestro-neutral-500, var(--raw-color-neutral-500))}.SortableHeaderCell_sort-icon-active__juIYK{color:var(--ingestro-neutral-900, var(--raw-color-neutral-900))}.SortableHeaderCell_sort-icon-hover__1d8Ps{display:none}.SortableHeaderCell_header-button__Mmefi:not([data-disabled=true]):hover .SortableHeaderCell_sort-icon-hover__1d8Ps,.SortableHeaderCell_header-button__Mmefi:not([data-disabled=true]):focus-visible .SortableHeaderCell_sort-icon-hover__1d8Ps{display:inline-flex}.SortableHeaderCell_header-button__Mmefi[data-active=true] .SortableHeaderCell_sort-icon-hover__1d8Ps{display:none}.Cell_file-name-wrapper__ktRUd{display:flex;align-items:center;gap:var(--spacing-6);overflow:hidden;min-width:0;width:100%}.Cell_name-stack__md5-C{display:flex;flex-direction:column;gap:0;min-width:0;max-width:100%;overflow:hidden}.Cell_name-row__3JHm7{display:inline-flex;align-items:center;gap:var(--spacing-xs);min-width:0;max-width:100%;overflow:hidden}.Cell_dimensions__mTgaV{display:block;height:0;margin-top:0;font-size:var(--font-size-xxs);line-height:1.43;letter-spacing:.02em;color:var(--text-color-neutral-subtle);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:0;transition:height .3s ease-out,margin-top .3s ease-out,opacity .3s ease-out}[data-hover-meta=true]:hover .Cell_name-stack__md5-C[data-hover-meta=true] .Cell_dimensions__mTgaV{height:inherit;margin-top:var(--spacing-xs);opacity:1}.Cell_file-name__NrjrT{font-size:var(--font-size-sm);color:var(--text-color-neutral);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Cell_file-name__NrjrT[data-failed=true]{color:var(--text-color-mute)}.Cell_sheets-badge__d1RPW{flex:0 1 auto;display:inline-flex;align-items:center;gap:var(--spacing-xxs);min-width:0;max-width:100%;padding:var(--spacing-xxs) var(--spacing-xs);border-radius:var(--border-radius-full);background:var(--raw-color-neutral-50, #fbfbfb);border:1px solid var(--raw-color-neutral-200, #e1e1e1);font-size:var(--font-size-xxs);color:var(--text-color-neutral);line-height:1.5;overflow:hidden}.Cell_sheets-badge-count__Ki10d{flex-shrink:0}.Cell_sheets-badge-label__-9k6v{min-width:0;flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Cell_date-row__o7CqF{display:inline-flex;align-items:center;gap:var(--spacing-xs);white-space:nowrap;font-size:var(--font-size-sm)}.Cell_date-part__Cl7yb{color:var(--text-color-neutral)}.Cell_date-time__yoF1a{color:var(--text-color-neutral-subtle)}.Cell_size__1dKtU{font-size:var(--font-size-sm);color:var(--text-color-neutral-subtle);white-space:nowrap}.Cell_status-in-progress__ZjgSE{display:flex;align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-sm);color:var(--text-color-neutral-subtle)}.Cell_status-neutral__KLnS0{font-size:var(--font-size-sm);color:var(--text-color-neutral-subtle)}.Cell_trash__KIvVK{display:flex;align-items:center;justify-content:center}.Cell_trash__KIvVK:has(:disabled),.Cell_trash__KIvVK:has(:disabled) *{cursor:not-allowed}.Cell_preview__LfOQo{display:flex;align-items:center;justify-content:flex-end}.Cell_radio-label__JQveS{display:flex;align-items:center;cursor:pointer}.Cell_radio-label__JQveS:has(.Cell_radio-input__I2k7k:disabled){cursor:not-allowed}.Cell_radio-input__I2k7k{position:absolute;opacity:0;width:0;height:0}.Cell_radio-dot__KIrdx{width:16px;height:16px;position:relative;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius-full);background:var(--surface-color-default);border:1px solid var(--text-color-mute);flex-shrink:0}.Cell_radio-dot__KIrdx:after{content:"";width:6px;height:6px;border-radius:var(--border-radius-full);background:var(--icon-color-on-primary);opacity:0;transition:opacity .2s ease}.Cell_radio-input__I2k7k:checked+.Cell_radio-dot__KIrdx{background:var(--button-btn-fill-primary-default);border-color:var(--button-btn-fill-primary-default)}.Cell_radio-input__I2k7k:checked+.Cell_radio-dot__KIrdx:after{opacity:1}.Cell_radio-input__I2k7k:disabled+.Cell_radio-dot__KIrdx{background:var(--background-color-mid);border:1px solid var(--border-color-mid)}.Cell_radio-input__I2k7k:disabled:checked+.Cell_radio-dot__KIrdx{background:var(--background-color-mid);border:1px solid var(--border-color-default)}.Cell_radio-input__I2k7k:disabled:checked+.Cell_radio-dot__KIrdx:after{opacity:0}.Cell_radio-input__I2k7k:focus-visible+.Cell_radio-dot__KIrdx{outline:2px solid var(--color-focus-ring, var(--text-color-primary));outline-offset:2px}.Cell_import-status-pill__qrisH{display:inline-flex;align-items:center;height:24px;padding:var(--spacing-xxs);border-radius:var(--border-radius-12);background:var(--raw-color-inform-50);border:1px solid var(--raw-color-inform-200);font-size:var(--font-size-xs);line-height:18px;color:var(--raw-color-inform-500);white-space:nowrap;letter-spacing:.24px}.Cell_import-status-dot__Ezkjn{display:flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0}.Cell_import-status-dot__Ezkjn:after{content:"";width:8px;height:8px;border-radius:var(--border-radius-full);background:var(--feedback-info);animation:Cell_import-status-pulse__ARCXQ 1.5s ease-in-out infinite}.Cell_import-status-pill__qrisH>span:last-child{padding:0 var(--spacing-xxs)}@keyframes Cell_import-status-pulse__ARCXQ{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.7);opacity:.7}}.InputFileStatusTag_root__02bxo{display:inline-flex;align-items:center;flex-shrink:0;overflow:hidden;border:1px solid transparent}.InputFileStatusTag_root__02bxo[data-clickable=true]{cursor:pointer;padding:0;background:none;font:inherit}.InputFileStatusTag_root__02bxo[data-clickable=true]:focus-visible{outline:2px solid var(--color-focus-ring, var(--text-color-primary));outline-offset:2px}.InputFileStatusTag_icon__w2ggF{display:flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0}.InputFileStatusTag_label__0GfJB{padding:0 var(--spacing-xxs);white-space:nowrap}.InputFileStatusTag_root__02bxo[data-variant=imported]{height:24px;padding:var(--spacing-xxs);border-radius:var(--border-radius-12);background:var(--raw-color-success-50);border-color:var(--feedback-success)}.InputFileStatusTag_root__02bxo[data-variant=imported] .InputFileStatusTag_label__0GfJB{font-size:var(--font-size-xs);line-height:1.5;letter-spacing:.02em;color:var(--feedback-success)}.InputFileStatusTag_root__02bxo[data-variant=imported] .InputFileStatusTag_icon__w2ggF{color:var(--feedback-success)}.InputFileStatusTag_root__02bxo[data-variant=error],.InputFileStatusTag_root__02bxo[data-variant=empty]{height:24px;padding:var(--spacing-xxs);border-radius:var(--border-radius-full)}.InputFileStatusTag_root__02bxo[data-variant=error]{background:var(--raw-color-error-100)}.InputFileStatusTag_root__02bxo[data-variant=error] .InputFileStatusTag_icon__w2ggF,.InputFileStatusTag_root__02bxo[data-variant=error] .InputFileStatusTag_label__0GfJB{color:var(--feedback-error)}.InputFileStatusTag_root__02bxo[data-variant=error] .InputFileStatusTag_label__0GfJB{font-size:var(--font-size-xxs);line-height:1.5}.InputFileStatusTag_root__02bxo[data-variant=error][data-clickable=true]:hover{background:var(--raw-color-error-200)}.InputFileStatusTag_root__02bxo[data-variant=empty]{background:var(--raw-color-warning-100)}.InputFileStatusTag_root__02bxo[data-variant=empty] .InputFileStatusTag_icon__w2ggF,.InputFileStatusTag_root__02bxo[data-variant=empty] .InputFileStatusTag_label__0GfJB{color:var(--feedback-warning)}.InputFileStatusTag_root__02bxo[data-variant=empty] .InputFileStatusTag_label__0GfJB{font-size:var(--font-size-xxs);line-height:1.5}@container input-files-table (max-width: 800px){.InputFileStatusTag_root__02bxo[data-variant=error] .InputFileStatusTag_label__0GfJB,.InputFileStatusTag_root__02bxo[data-variant=empty] .InputFileStatusTag_label__0GfJB{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.InputFileStatusTag_root__02bxo[data-variant=error],.InputFileStatusTag_root__02bxo[data-variant=empty]{position:relative}}.SheetNameCell_root__MhyC4{display:inline-flex;align-items:initial;gap:var(--spacing-xs);overflow:hidden;min-width:0;padding:var(--spacing-xs) 0 var(--spacing-xs) var(--spacing-24)}.SheetNameCell_icon__yNKyn{flex-shrink:0;width:var(--font-size-sm);height:var(--font-size-sm);align-self:flex-start;margin-top:var(--spacing-xxs);color:var(--text-color-mute)}.SheetNameCell_name__g46r1{font-size:var(--font-size-sm);font-weight:400;line-height:var(--font-line-height);color:var(--text-color-neutral);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.SheetNameCell_name__g46r1[data-dimmed=true]{color:var(--text-color-mute)}.SheetAccordion_container__dPkca{display:grid;grid-template-rows:0fr;width:100%;flex-shrink:0;overflow:hidden;transition:grid-template-rows .3s cubic-bezier(.4,0,.2,1)}.SheetAccordion_container__dPkca[data-expanded=true]{grid-template-rows:1fr}.SheetAccordion_inner__VZszc{display:flex;flex-direction:column;overflow:hidden}.SheetAccordion_sheet-row__8_hV6{display:grid;grid-template-columns:var( --input-files-grid-columns, 48px minmax(140px, 1fr) 200px 100px 132px 120px 48px );column-gap:var(--spacing-xs);width:100%;min-width:0;flex-shrink:0;align-items:stretch;height:65px;border-bottom:1px solid var(--border-color-default);background:var(--raw-color-neutral-50);transition:background-color 0ms}.SheetAccordion_sheet-row__8_hV6[data-selectable=false]{cursor:default}.SheetAccordion_sheet-row__8_hV6[data-selectable=true]{cursor:pointer}.SheetAccordion_sheet-row__8_hV6[data-disabled=true],.SheetAccordion_sheet-row__8_hV6[data-disabled=true] *{cursor:not-allowed}.SheetAccordion_sheet-row__8_hV6[data-disabled=true] :is(.SheetAccordion_preview__Uoui4:not(:has(:disabled)),.SheetAccordion_preview__Uoui4:not(:has(:disabled)) *,[data-clickable=true],[data-clickable=true] *){cursor:pointer}.SheetAccordion_sheet-row__8_hV6:hover,.SheetAccordion_sheet-row__8_hV6[data-selected=true]{background-color:var(--feedback-info-subtle)}.SheetAccordion_cell-checkbox__mBFgr{display:flex;align-items:center;justify-content:center;padding:var(--spacing-xs) var(--spacing-sm);box-sizing:border-box;min-width:0}.SheetAccordion_cell-name__hmNbM{display:flex;align-items:center;padding:var(--spacing-xs) var(--spacing-sm);box-sizing:border-box;overflow:hidden;min-width:0}.SheetAccordion_cell-uploaded-at__-5bnK,.SheetAccordion_cell-size__Gtbfo{min-width:0}.SheetAccordion_cell-status__8d4SB{display:flex;align-items:center;justify-content:flex-end;padding:var(--spacing-xs) var(--spacing-sm);box-sizing:border-box;min-width:0}.SheetAccordion_cell-preview__RF51i{display:flex;align-items:center;justify-content:flex-end;padding:var(--spacing-xs) var(--spacing-sm);padding-left:0;box-sizing:border-box;min-width:0}.SheetAccordion_cell-actions__Tj5td{display:flex;align-items:center;justify-content:flex-end;padding:var(--spacing-xs) var(--spacing-md);padding-left:0;box-sizing:border-box;min-width:0}.UnsupportedFileModal_modal__vHmhn .ingestro-dialog__content{max-width:440px}.UnsupportedFileModal_body__7hGmt{display:flex;flex-direction:column;gap:var(--spacing-sm);padding:var(--spacing-md)}.UnsupportedFileModal_title__lwQJB{font-size:var(--font-size-default);font-weight:var(--font-semi-bold);color:var(--text-color-neutral)}.UnsupportedFileModal_description__2OhXd{font-size:var(--font-size-sm);color:var(--text-color-neutral-subtle);line-height:var(--font-line-height)}.UnsupportedFileModal_file-list__9-MWX{margin:0;padding-inline-start:var(--spacing-md)}.UnsupportedFileModal_file-name__HiizV{font-size:var(--font-size-sm);color:var(--text-color-neutral);word-break:break-all}.UnsupportedFileModal_footer__xSnFH{display:flex;justify-content:flex-end;padding:var(--spacing-xs) var(--spacing-md)}/*!
 * Copyright (c) HANDSONCODE sp. z o. o.
 *
 * HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o., a Polish corporation based in
 * Gdynia, Poland, at Aleja Zwyciestwa 96-98, registered by the District Court in Gdansk under number
 * 538651, EU tax ID number: PL5862294002, share capital: PLN 62,800.00.
 *
 * This software is protected by applicable copyright laws, including international treaties, and dual-
 * licensed - depending on whether your use for commercial purposes, meaning intended for or
 * resulting in commercial advantage or monetary compensation, or not.
 *
 * If your use is strictly personal or solely for evaluation purposes, meaning for the purposes of testing
 * the suitability, performance, and usefulness of this software outside the production environment,
 * you agree to be bound by the terms included in the "handsontable-non-commercial-license.pdf" file.
 *
 * Your use of this software for commercial purposes is subject to the terms included in an applicable
 * license agreement.
 *
 * In any case, you must not make any such use of this software as to develop software which may be
 * considered competitive with this software.
 *
 * UNLESS EXPRESSLY AGREED OTHERWISE, HANDSONCODE PROVIDES THIS SOFTWARE ON AN "AS IS"
 * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, AND IN NO EVENT AND UNDER NO
 * LEGAL THEORY, SHALL HANDSONCODE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT,
 * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
 * USE OR INABILITY TO USE THIS SOFTWARE.
 *
 * Version: 17.1.0
 * Release date: 19/05/2026 (built at 19/05/2026 14:51:40)
 */.ht-root-wrapper{font-family:var(--ht-font-family),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;flex-direction:column;height:100%;display:flex;position:relative}.htFocusCatcher{opacity:0;z-index:-1;border:0;outline:0;width:0;height:0;margin:0;padding:0;position:absolute;display:block!important}.ht-grid{flex:auto;min-height:0}.htScrollbarTest{scrollbar-width:auto;scrollbar-color:var(--ht-scrollbar-thumb-color)var(--ht-scrollbar-track-color)}.htScrollbarSafariTest::-webkit-scrollbar{width:9px;height:9px}.handsontable{font-family:var(--ht-font-family),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:var(--ht-font-size);line-height:var(--ht-line-height);font-weight:var(--ht-font-weight);letter-spacing:var(--ht-letter-spacing);color:var(--ht-foreground-color);touch-action:manipulation;position:relative}.handsontable .wtHolder{scrollbar-width:auto;scrollbar-color:var(--ht-scrollbar-thumb-color)var(--ht-scrollbar-track-color)}.handsontable .wtHolder::-webkit-scrollbar{width:9px;height:9px}.handsontable .wtHolder::-webkit-scrollbar-track{background:var(--ht-scrollbar-track-color);border-radius:var(--ht-scrollbar-border-radius)}.handsontable .wtHolder::-webkit-scrollbar-thumb{background-color:var(--ht-scrollbar-thumb-color);border-radius:var(--ht-scrollbar-border-radius)}.handsontable .wtHolder::-webkit-scrollbar-corner{background:var(--ht-scrollbar-track-color)}.handsontable .wtHolder:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))::-webkit-scrollbar-corner{border-bottom-right-radius:var(--ht-scrollbar-border-radius)}.handsontable .wtHolder:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))::-webkit-scrollbar-corner{border-bottom-left-radius:var(--ht-scrollbar-border-radius)}.handsontable.ht-wrapper{border-radius:var(--ht-wrapper-border-radius,0);width:100%;height:100%}.handsontable.ht-wrapper:not(.htFirstDatasetColumnNotRendered) td:first-of-type{border-inline-start-width:1px}.handsontable.ht-wrapper:before{content:"";border:var(--ht-wrapper-border-width)solid var(--ht-wrapper-border-color);border-radius:var(--ht-wrapper-border-radius,0);z-index:999;pointer-events:none;display:block;position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.handsontable.htGhostTable.htNestedHeaders table{border-spacing:0;border-collapse:collapse}.handsontable.htGhostTable table thead th{border-bottom-width:0}.handsontable.htGhostTable table tbody tr:first-of-type th:first-child,.handsontable.htGhostTable table tbody tr:first-of-type td:first-child{height:calc(var(--ht-cell-vertical-padding)*2 + var(--ht-line-height) + 1px)}.handsontable.htGhostTable table tbody tr th,.handsontable.htGhostTable table tbody tr td{height:calc(var(--ht-cell-vertical-padding)*2 + var(--ht-line-height) + 1px);border-top-width:0}.handsontable.htHasScrollX:not(.htHorizontallyScrollableByWindow):not(.htScrollbarHidden) .ht_master .wtHolder,.handsontable.htHasScrollY:not(.htVerticallyScrollableByWindow):not(.htScrollbarHidden) .ht_master .wtHolder{border-radius:var(--ht-wrapper-border-radius,0)}.handsontable:not(.htHorizontallyScrollableByWindow).htPagination .ht_master .wtHolder,.handsontable:not(.htHorizontallyScrollableByWindow).htHasScrollX .ht_master .wtHolder,.handsontable:not(.htHorizontallyScrollableByWindow).htHasScrollY .ht_master .wtHolder,.handsontable:not(.htVerticallyScrollableByWindow).htPagination .ht_master .wtHolder,.handsontable:not(.htVerticallyScrollableByWindow).htHasScrollX .ht_master .wtHolder,.handsontable:not(.htVerticallyScrollableByWindow).htHasScrollY .ht_master .wtHolder{background-color:var(--ht-background-color)}.handsontable tr.ht__row_even th{background-color:var(--ht-row-header-even-background-color)}.handsontable tr.ht__row_even td{background-color:var(--ht-row-cell-even-background-color)}.handsontable tr.ht__row_odd th{background-color:var(--ht-row-header-odd-background-color)}.handsontable tr.ht__row_odd td{background-color:var(--ht-row-cell-odd-background-color)}.handsontable th,.handsontable td{height:calc(var(--ht-cell-vertical-padding)*2 + var(--ht-line-height) + 1px);padding:var(--ht-cell-vertical-padding)var(--ht-cell-horizontal-padding);vertical-align:top;border-top-width:0;border-inline-width:0 1px;font-size:var(--ht-font-size);line-height:var(--ht-line-height);white-space:pre-wrap;empty-cells:show;box-sizing:border-box;color:var(--ht-foreground-color);border-style:solid;border-bottom-width:1px;border-top-color:var(--ht-cell-vertical-border-color);border-bottom-color:var(--ht-cell-vertical-border-color);border-inline-start-color:var(--ht-cell-horizontal-border-color);border-inline-end-color:var(--ht-cell-horizontal-border-color);outline:0;overflow:hidden}.handsontable th.invisibleSelection,.handsontable td.invisibleSelection{outline:none}.handsontable th.invisibleSelection::-moz-selection,.handsontable td.invisibleSelection::-moz-selection{background:0 0}.handsontable th.invisibleSelection::selection,.handsontable td.invisibleSelection::selection{background:0 0}.handsontable th{text-align:center;font-weight:var(--ht-header-font-weight);white-space:nowrap;color:var(--ht-header-foreground-color);background-color:var(--ht-header-background-color);position:relative;overflow:visible}.handsontable th:last-child{border-inline-width:0 1px;border-bottom-width:1px;border-inline-end-color:var(--ht-border-color)}.handsontable th:last-child.ht__active_highlight{border-inline-end-color:var(--ht-header-active-border-color)}.handsontable th:first-child{border-inline-start-color:var(--ht-border-color)}.handsontable th:first-child.ht__active_highlight{border-inline-start-color:var(--ht-header-active-border-color)}.handsontable th:first-child,.handsontable th:nth-child(2){border-inline-start-width:1px}.handsontable th.current{box-shadow:inset 0 0 0 1px var(--ht-cell-selection-border-color)}.handsontable th.active{color:var(--ht-header-active-foreground-color);background-color:var(--ht-header-active-background-color)}.handsontable th.ht__highlight{color:var(--ht-header-highlighted-foreground-color);background-color:var(--ht-header-highlighted-background-color)}.handsontable th.ht__active_highlight{border-color:var(--ht-header-active-border-color);color:var(--ht-header-active-foreground-color);background-color:var(--ht-header-active-background-color)}.handsontable tbody tr.ht__row_odd th.ht__highlight,.handsontable tbody tr.ht__row_even th.ht__highlight{color:var(--ht-header-row-highlighted-foreground-color);background-color:var(--ht-header-row-highlighted-background-color)}.handsontable tbody tr.ht__row_odd th.ht__active_highlight,.handsontable tbody tr.ht__row_even th.ht__active_highlight{color:var(--ht-header-row-active-foreground-color);background-color:var(--ht-header-row-active-background-color)}.handsontable tbody tr:first-of-type th:first-child:empty:after,.handsontable tbody tr:first-of-type td:first-child:empty:after{content:"";min-height:var(--ht-line-height);display:block}.handsontable tbody tr th{color:var(--ht-header-row-foreground-color);background-color:var(--ht-header-row-background-color);padding:0}.handsontable tbody tr th.ht__active_highlight{box-shadow:0 -1px 0 0 var(--ht-header-active-border-color)}.handsontable tbody tr th .relative{padding:var(--ht-cell-vertical-padding)var(--ht-cell-horizontal-padding);min-height:100%}.handsontable tbody tr td:first-child{border-inline-start-color:var(--ht-border-color)}.handsontable tbody tr td:last-child{border-inline-end-color:var(--ht-border-color)}.handsontable thead tr th{padding:0}.handsontable thead tr th.ht__active_highlight{box-shadow:-1px 0 0 0 var(--ht-header-active-border-color)}.handsontable thead tr th .relative{padding:var(--ht-cell-vertical-padding)var(--ht-cell-horizontal-padding);flex-direction:row;align-items:center;gap:2px;display:flex}.handsontable thead tr th .relative .colHeader{text-overflow:ellipsis;vertical-align:top;flex:auto;min-width:0;overflow:hidden}.handsontable tr:first-child th,.handsontable tr:first-child td{border-top-color:var(--ht-border-color);border-top-width:1px}.handsontable tr:first-child th.ht__active_highlight,.handsontable tr:first-child td.ht__active_highlight{border-top-color:var(--ht-header-active-border-color)}.handsontable tr:last-child th,.handsontable tr:last-child td{border-bottom-color:var(--ht-border-color)}.handsontable tr:last-child th.ht__active_highlight,.handsontable tr:last-child td.ht__active_highlight{border-bottom-color:var(--ht-header-active-border-color)}.handsontable div[class^=ht_clone] thead .ht__highlight .relative:after{content:"";height:var(--ht-header-highlighted-shadow-size);background-color:var(--ht-accent-color);display:block;position:absolute;bottom:-1px;left:-1px;right:-1px}.handsontable div[class^=ht_clone] thead tr:only-of-type .ht__highlight .relative:after{bottom:0}.handsontable div[class^=ht_clone] tbody .ht__highlight .relative:after{content:"";width:var(--ht-header-highlighted-shadow-size);background-color:var(--ht-accent-color);display:block;position:absolute;top:-1px;bottom:-1px;right:-1px}.handsontable div[class^=ht_clone] td:first-of-type{border-inline-start-width:1px}.handsontable thead tr:not(:last-child) th{overflow:hidden}.handsontable .hide{display:none}.handsontable .relative{box-sizing:border-box;position:relative}.handsontable .wtHider{width:0}.handsontable .wtSpreader{width:0;height:auto;position:relative}.handsontable .htAutoSize{visibility:hidden;position:absolute;top:-99000px;left:-99000px}.handsontable .htTextEllipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.handsontable table,.handsontable tbody,.handsontable thead,.handsontable input,.handsontable textarea,.handsontable div{box-sizing:content-box}.handsontable input,.handsontable textarea{min-height:initial}.handsontable .htCore{border-spacing:0;border-collapse:separate;table-layout:fixed;cursor:default;background-color:var(--ht-background-color);border-width:0;outline-width:0;width:0;margin:0}.handsontable col,.handsontable col.rowHeader{width:64px}.handsontable col.hidden{width:0!important}.handsontable span.colHeader,.handsontable span.rowHeader{font-size:var(--ht-font-size);line-height:var(--ht-line-height);display:inline-block}.handsontable tr.hidden,.handsontable tr.hidden td,.handsontable tr.hidden th{display:none}.handsontable a{color:var(--ht-link-color)}.handsontable a:hover{color:var(--ht-link-hover-color)}.handsontable .ht_clone_top th:nth-child(2),.handsontable .ht_clone_top_inline_start_corner th:nth-child(2){border-inline-width:0 1px}.handsontable.htRowHeaders thead tr th:nth-child(2){border-inline-start-width:1px}.handsontable .ht_master:not(.innerBorderInlineStart):not(.emptyColumns) tbody tr th,.handsontable .ht_master:not(.innerBorderInlineStart):not(.emptyColumns) thead tr th:first-child,.handsontable .ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.htGhostTable) tbody tr th,.handsontable .ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.ht_clone_top):not(.htGhostTable) thead tr th:first-child{border-inline-width:1px 0}.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr:last-child th,.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr:last-child th,.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr.lastChild th,.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr.lastChild th{border-bottom-width:0}.handsontable.htAutoRowSize .ht_master.innerBorderTop tbody tr:first-child th,.handsontable.htAutoRowSize .ht_master.innerBorderTop tbody tr:first-child td,.handsontable.htAutoRowSize .ht_master.innerBorderTop~.ht_clone_inline_start tbody tr:first-child th,.handsontable.htAutoRowSize .ht_master.innerBorderTop~.ht_clone_inline_start tbody tr:first-child td{border-top-width:0}.handsontable .ht_master table.htCore>thead,.handsontable .ht_master table.htCore>tbody>tr>th,.handsontable .ht_clone_inline_start table.htCore>thead{visibility:hidden}.ht_master,.ht_clone_inline_start,.ht_clone_top,.ht_clone_bottom,.ht_master .wtHolder,.ht_clone_inline_start .wtHolder,.ht_clone_top .wtHolder,.ht_clone_bottom .wtHolder{overflow:hidden}.ht_master .wtHolder{overflow:auto}[dir=rtl].handsontable td[dir=ltr]{border-inline-width:1px 0}[dir=rtl].handsontable tbody tr td[dir=ltr]:last-child{border-inline-start-color:var(--ht-border-color)}[dir=rtl].handsontable div[class^=ht_clone] tbody .ht__highlight .relative:after{left:-1px;right:auto}.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_master .htCore tbody tr:first-child td:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-left-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_master .htCore tbody tr:first-child td:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_master .htCore tbody tr:first-child td:last-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_master .htCore tbody tr:first-child td:last-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-left-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_top_inline_start_corner .htCore tbody tr:first-child td:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-left-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_top_inline_start_corner .htCore tbody tr:first-child td:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_top .htCore tbody tr:first-child td:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-left-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_top .htCore tbody tr:first-child td:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_top .htCore tbody tr:first-child td:last-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_top .htCore tbody tr:first-child td:last-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-left-radius:var(--ht-wrapper-border-radius)}:is(.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_inline_start .htCore tbody tr:first-child th:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_inline_start .htCore tbody tr:first-child td:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-top-left-radius:var(--ht-wrapper-border-radius)}:is(.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_inline_start .htCore tbody tr:first-child th:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_inline_start .htCore tbody tr:first-child td:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-top-right-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore{border-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore thead tr:first-child th:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-left-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore thead tr:first-child th:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore thead tr:first-child th:last-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore thead tr:first-child th:last-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-left-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore thead tr:last-child th:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-bottom-left-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore thead tr:last-child th:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-bottom-right-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore thead tr:last-child th:last-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-bottom-right-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore thead tr:last-child th:last-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-bottom-left-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore tbody tr:last-child td:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-bottom-left-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore tbody tr:last-child td:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-bottom-right-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore tbody tr:last-child td:last-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-bottom-right-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore tbody tr:last-child td:last-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-bottom-left-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_top_inline_start_corner .htCore:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-left-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_top_inline_start_corner .htCore:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_top_inline_start_corner .htCore thead tr:first-child th:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-left-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_top_inline_start_corner .htCore thead tr:first-child th:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_top .htCore:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-left-radius:var(--ht-wrapper-border-radius);border-top-right-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_top .htCore:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:var(--ht-wrapper-border-radius);border-top-left-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_top .htCore thead tr:first-child th:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-left-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_top .htCore thead tr:first-child th:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_top .htCore thead tr:first-child th:last-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_top .htCore thead tr:first-child th:last-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-left-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_inline_start .htCore:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-left-radius:var(--ht-wrapper-border-radius);border-bottom-left-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_inline_start .htCore:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:var(--ht-wrapper-border-radius);border-bottom-right-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_inline_start .htCore thead tr:first-child th:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-left-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_inline_start .htCore thead tr:first-child th:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:var(--ht-wrapper-border-radius)}:is(.handsontable.ht-wrapper .ht_clone_inline_start .htCore tbody tr:last-child th:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper .ht_clone_inline_start .htCore tbody tr:last-child td:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-bottom-left-radius:var(--ht-wrapper-border-radius)}:is(.handsontable.ht-wrapper .ht_clone_inline_start .htCore tbody tr:last-child th:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper .ht_clone_inline_start .htCore tbody tr:last-child td:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-bottom-right-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_bottom_inline_start_corner .htCore:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-bottom-left-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_bottom_inline_start_corner .htCore:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-bottom-right-radius:var(--ht-wrapper-border-radius)}:is(.handsontable.ht-wrapper .ht_clone_bottom_inline_start_corner .htCore tr:last-child th:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper .ht_clone_bottom_inline_start_corner .htCore tr:last-child td:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-bottom-left-radius:var(--ht-wrapper-border-radius)}:is(.handsontable.ht-wrapper .ht_clone_bottom_inline_start_corner .htCore tr:last-child th:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper .ht_clone_bottom_inline_start_corner .htCore tr:last-child td:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-bottom-right-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_bottom .htCore:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-bottom-right-radius:var(--ht-wrapper-border-radius);border-bottom-left-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_bottom .htCore:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-bottom-left-radius:var(--ht-wrapper-border-radius);border-bottom-right-radius:var(--ht-wrapper-border-radius)}:is(.handsontable.ht-wrapper .ht_clone_bottom .htCore tr:last-child th:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper .ht_clone_bottom .htCore tr:last-child td:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-bottom-left-radius:var(--ht-wrapper-border-radius)}:is(.handsontable.ht-wrapper .ht_clone_bottom .htCore tr:last-child th:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper .ht_clone_bottom .htCore tr:last-child td:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-bottom-right-radius:var(--ht-wrapper-border-radius)}:is(.handsontable.ht-wrapper .ht_clone_bottom .htCore tr:last-child th:last-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper .ht_clone_bottom .htCore tr:last-child td:last-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-bottom-right-radius:var(--ht-wrapper-border-radius)}:is(.handsontable.ht-wrapper .ht_clone_bottom .htCore tr:last-child th:last-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper .ht_clone_bottom .htCore tr:last-child td:last-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-bottom-left-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper.htHasScrollX .htCore:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htHasScrollX .htCore:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-bottom-right-radius:0;border-bottom-left-radius:0}:is(.handsontable.ht-wrapper.htHasScrollX .htCore thead tr:last-child th:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htHasScrollX .htCore tbody tr:last-child td:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htHasScrollX .htCore tbody tr:last-child th:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-bottom-left-radius:0}:is(.handsontable.ht-wrapper.htHasScrollX .htCore thead tr:last-child th:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htHasScrollX .htCore tbody tr:last-child td:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htHasScrollX .htCore tbody tr:last-child th:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-bottom-right-radius:0}:is(.handsontable.ht-wrapper.htHasScrollX .htCore thead tr:last-child th:last-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htHasScrollX .htCore tbody tr:last-child td:last-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htHasScrollX .htCore tbody tr:last-child th:last-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-bottom-right-radius:0}:is(.handsontable.ht-wrapper.htHasScrollX .htCore thead tr:last-child th:last-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htHasScrollX .htCore tbody tr:last-child td:last-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htHasScrollX .htCore tbody tr:last-child th:last-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-bottom-left-radius:0}.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:0;border-bottom-right-radius:0}.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-left-radius:0;border-bottom-left-radius:0}:is(.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore thead tr:first-child th:last-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore tbody tr:first-child td:last-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore tbody tr:first-child th:last-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-top-right-radius:0}:is(.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore thead tr:first-child th:last-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore tbody tr:first-child td:last-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore tbody tr:first-child th:last-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-top-left-radius:0}:is(.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore thead tr:last-child th:last-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore tbody tr:last-child td:last-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore tbody tr:last-child th:last-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-bottom-right-radius:0}:is(.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore thead tr:last-child th:last-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore tbody tr:last-child td:last-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore tbody tr:last-child th:last-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-bottom-left-radius:0}.handsontable.mobile,.handsontable.mobile .wtHolder{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:#0000;-webkit-overflow-scrolling:touch}.handsontable.mobile .handsontableInput:focus{box-shadow:inset 0 0 0 2px var(--ht-accent-color);-webkit-appearance:none}.handsontable .topSelectionHandle,.handsontable .topSelectionHandle-HitArea,.handsontable .bottomSelectionHandle,.handsontable .bottomSelectionHandle-HitArea{inset-inline-start:-10000px;inset-inline-end:unset;z-index:9999;top:-10000px}.handsontable.hide-tween{animation:.2s forwards opacity-hide}.handsontable.show-tween{animation:.3s forwards opacity-show}.ht_clone_master{z-index:100}.ht_clone_inline_start{z-index:120}.ht_clone_bottom{z-index:130}.ht_clone_bottom_inline_start_corner{z-index:150}.ht_clone_top{z-index:160}.ht_clone_top_inline_start_corner{z-index:180}.ht_editor_hidden{z-index:-1}.ht_editor_visible{z-index:200}.handsontable td.area{position:relative}.handsontable td.area:before{content:"";background:var(--ht-cell-selection-background-color,#1a42e8);position:absolute;top:0;right:0;bottom:0;left:0}.handsontable td.area-1{position:relative}.handsontable td.area-1:before{content:"";background:var(--ht-cell-selection-background-color,#1a42e8);position:absolute;top:0;right:0;bottom:0;left:0}.handsontable td.area-2{position:relative}.handsontable td.area-2:before{content:"";background:var(--ht-cell-selection-background-color,#1a42e8);position:absolute;top:0;right:0;bottom:0;left:0}.handsontable td.area-3{position:relative}.handsontable td.area-3:before{content:"";background:var(--ht-cell-selection-background-color,#1a42e8);position:absolute;top:0;right:0;bottom:0;left:0}.handsontable td.area-4{position:relative}.handsontable td.area-4:before{content:"";background:var(--ht-cell-selection-background-color,#1a42e8);position:absolute;top:0;right:0;bottom:0;left:0}.handsontable td.area-5{position:relative}.handsontable td.area-5:before{content:"";background:var(--ht-cell-selection-background-color,#1a42e8);position:absolute;top:0;right:0;bottom:0;left:0}.handsontable td.area-6{position:relative}.handsontable td.area-6:before{content:"";background:var(--ht-cell-selection-background-color,#1a42e8);position:absolute;top:0;right:0;bottom:0;left:0}.handsontable td.area-7{position:relative}.handsontable td.area-7:before{content:"";background:var(--ht-cell-selection-background-color,#1a42e8);position:absolute;top:0;right:0;bottom:0;left:0}.handsontable td.area:before{opacity:.14}.handsontable td.area-1:before{opacity:.21}.handsontable td.area-2:before{opacity:.28}.handsontable td.area-3:before{opacity:.35}.handsontable td.area-4:before{opacity:.42}.handsontable td.area-5:before{opacity:.49}.handsontable td.area-6:before{opacity:.56}.handsontable td.area-7:before{opacity:.63}.handsontable td.area{border-color:color-mix(in srgb,var(--ht-border-color),var(--ht-foreground-color)10%)}.handsontable .wtBorder{font-size:0;position:absolute}.handsontable .wtBorder:first-child,.handsontable .wtBorder:nth-child(3){z-index:2}.handsontable .wtBorder:nth-child(2),.handsontable .wtBorder:nth-child(4){z-index:1}.handsontable .wtBorder.hidden{display:none!important}.handsontable .wtBorder.current{z-index:10;background-color:var(--ht-cell-selection-border-color)!important}.handsontable .wtBorder.area{z-index:8;background-color:var(--ht-cell-selection-border-color)!important}.handsontable .wtBorder.fill{z-index:6;background-color:var(--ht-cell-autofill-fill-border-color,#68696c)!important}.handsontable .wtBorder.corner{cursor:crosshair;z-index:10;font-size:0;border-radius:var(--ht-cell-autofill-border-radius)!important;background-color:var(--ht-cell-autofill-background-color,#1a42e8)!important;border-color:var(--ht-cell-autofill-border-color)!important}.handsontable .wtBorder.corner:after{content:"";border-radius:var(--ht-cell-autofill-border-radius);inset:min(0px,(var(--ht-cell-autofill-size) - var(--ht-cell-autofill-hit-area-size))/2);background:0 0;position:absolute}.handsontable .wtBorder.corner.wtCornerInlineEndEdge:after{inset-inline-end:0}.handsontable .wtBorder.corner.wtCornerBlockEndEdge:after{inset-block-end:0}.hot-display-license-info{font-family:var(--ht-font-family),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;padding:var(--ht-license-vertical-padding,16px)var(--ht-license-horizontal-padding,16px);font-size:var(--ht-font-size-small);line-height:var(--ht-line-height-small);color:var(--ht-license-foreground-color);background-color:var(--ht-license-background-color,#f7f7f9);text-align:left;border:1px solid var(--ht-border-color,#f7f7f9);border-radius:var(--ht-wrapper-border-radius);margin-top:10px}.hot-display-license-info a{font-size:var(--ht-license-font-size);color:var(--ht-link-color)}.hot-display-license-info a:hover{color:var(--ht-link-hover-color)}.handsontable .htAutocompleteArrow{cursor:default;width:var(--ht-icon-size);height:var(--ht-icon-size);float:right;top:calc((var(--ht-line-height) - var(--ht-icon-size))/2);margin-inline-start:calc(var(--ht-gap-size)*2);margin-inline-end:1px;font-size:0;position:relative}.handsontable .htAutocompleteArrow:after{content:"";opacity:.6;display:block;position:absolute;top:0;left:0}[dir=rtl].handsontable .htAutocompleteArrow{float:left}.handsontable .htCheckboxRendererInput{width:var(--ht-checkbox-size);height:var(--ht-checkbox-size);vertical-align:middle;cursor:pointer;margin:-2px 0 0;outline:none;display:inline-block;position:relative}.handsontable .htCheckboxRendererInput:first-child{margin-inline-end:var(--ht-gap-size)}.handsontable .htCheckboxRendererInput:last-child{margin-inline-start:var(--ht-gap-size)}.handsontable .htCheckboxRendererInput:before{content:"";width:var(--ht-checkbox-size);height:var(--ht-checkbox-size);border-radius:var(--ht-checkbox-border-radius);border:1px solid var(--ht-checkbox-border-color);background-color:var(--ht-checkbox-background-color);box-sizing:border-box;pointer-events:none;transition:all var(--ht-table-transition)ease-in-out;display:inline-block;position:absolute;top:0;left:0}.handsontable .htCheckboxRendererInput:after{content:"";color:var(--ht-checkbox-icon-color);pointer-events:none;display:block;position:absolute;top:0;left:0;width:var(--ht-checkbox-size)!important;height:var(--ht-checkbox-size)!important}.handsontable .htCheckboxRendererInput:checked:before{border-color:var(--ht-checkbox-checked-border-color);background-color:var(--ht-checkbox-checked-background-color)}.handsontable .htCheckboxRendererInput:checked:after{color:var(--ht-checkbox-checked-icon-color)}.handsontable .htCheckboxRendererInput:checked:disabled:before{border-color:var(--ht-checkbox-checked-disabled-border-color);background-color:var(--ht-checkbox-checked-disabled-background-color)}.handsontable .htCheckboxRendererInput:checked:disabled:after{color:var(--ht-checkbox-checked-disabled-icon-color)}.handsontable .htCheckboxRendererInput:checked:focus:before{border-color:var(--ht-checkbox-checked-focus-border-color);background-color:var(--ht-checkbox-checked-focus-background-color)}.handsontable .htCheckboxRendererInput:checked:focus:after{color:var(--ht-checkbox-checked-focus-icon-color)}.handsontable .htCheckboxRendererInput:focus:before{border-color:var(--ht-checkbox-focus-border-color);background-color:var(--ht-checkbox-focus-background-color);outline:1px solid var(--ht-checkbox-focus-ring-color)}.handsontable .htCheckboxRendererInput:focus:after{color:var(--ht-checkbox-focus-icon-color)}.handsontable .htCheckboxRendererInput:disabled{cursor:initial}.handsontable .htCheckboxRendererInput:disabled:before{border-color:var(--ht-checkbox-disabled-border-color);background-color:var(--ht-checkbox-disabled-background-color)}.handsontable .htCheckboxRendererInput:disabled:after{color:var(--ht-checkbox-disabled-icon-color)}.handsontable .htCheckboxRendererInput:indeterminate:before{border-color:var(--ht-checkbox-indeterminate-border-color);background-color:var(--ht-checkbox-indeterminate-background-color)}.handsontable .htCheckboxRendererInput:indeterminate:after{color:var(--ht-checkbox-indeterminate-icon-color)}.handsontable .htCheckboxRendererInput:indeterminate:disabled:before{border-color:var(--ht-checkbox-indeterminate-disabled-border-color);background-color:var(--ht-checkbox-indeterminate-disabled-background-color)}.handsontable .htCheckboxRendererInput:indeterminate:disabled:after{color:var(--ht-checkbox-indeterminate-disabled-icon-color)}.handsontable .htCheckboxRendererInput:indeterminate:focus:before{border-color:var(--ht-checkbox-indeterminate-focus-border-color);background-color:var(--ht-checkbox-indeterminate-focus-background-color)}.handsontable .htCheckboxRendererInput:indeterminate:focus:after{color:var(--ht-checkbox-indeterminate-focus-icon-color)}.handsontable .htCheckboxRendererInput.noValue{opacity:.5}.handsontable .htCheckboxRendererLabel{font-size:inherit;line-height:inherit;cursor:pointer;color:inherit;margin:0;display:inline-block;position:relative}.handsontable .htCheckboxRendererLabel.fullWidth{width:100%}.handsontable .htPlaceholder{color:var(--ht-placeholder-color)}.handsontable .htDimmed{color:var(--ht-read-only-color)!important;background-color:var(--ht-cell-read-only-background-color)!important}.handsontable .htLeft{text-align:left}.handsontable .htCenter{text-align:center}.handsontable .htRight{text-align:right}.handsontable .htJustify{text-align:justify}.handsontable .htTop{vertical-align:top}.handsontable .htMiddle{vertical-align:middle}.handsontable .htBottom{vertical-align:bottom}.handsontable .htInvalid{background-color:var(--ht-cell-error-background-color)!important}.handsontable .htNoWrap{white-space:nowrap}.handsontable .htSearchResult{background-color:var(--ht-cell-success-background-color)!important}.handsontable .ht-multi-select-renderer{padding:var(--ht-cell-vertical-padding)var(--ht-cell-horizontal-padding);overflow:hidden}.handsontable .ht-multi-select-chips-container{align-items:center;gap:var(--ht-gap-size);flex-wrap:nowrap;max-width:100%;display:flex;overflow:hidden}.handsontable .ht-multi-select-chip{align-items:center;gap:var(--ht-gap-size);padding:var(--ht-chip-vertical-padding)calc((var(--ht-line-height) - var(--ht-icon-size))/2)var(--ht-chip-vertical-padding)var(--ht-chip-horizontal-padding);border-radius:var(--ht-chip-border-radius);background:var(--ht-chip-background);white-space:nowrap;box-sizing:border-box;flex-shrink:0;max-width:100px;display:inline-flex}.handsontable .ht-multi-select-chip-label{text-overflow:ellipsis;color:var(--ht-foreground-color);font-style:normal;font-weight:var(--ht-font-weight);line-height:var(--ht-line-height,40px);letter-spacing:var(--ht-letter-spacing,0);padding:0 var(--ht-chip-gap);overflow:hidden}.handsontable .ht-multi-select-chip-remove{cursor:pointer;color:var(--ht-icon-button-icon-color);background-position:50%;background-repeat:no-repeat;background-size:contain;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex;position:relative;width:var(--ht-icon-size)!important;height:var(--ht-icon-size)!important}.handsontable .ht-multi-select-chip-remove:before{content:"";display:block;position:absolute;top:0;left:0}.handsontable .ht-multi-select-chip-remove:hover{background-color:var(--ht-icon-button-hover-background-color)}.handsontable .ht-multi-select-overflow{padding:var(--ht-chip-vertical-padding)var(--ht-chip-horizontal-padding);background:var(--ht-chip-background);border-radius:var(--ht-chip-border-radius);color:var(--ht-foreground-color);white-space:nowrap;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.handsontableInputHolder{position:absolute;top:0;left:0}.handsontableInputHolder .handsontableInput{padding:calc(var(--ht-cell-vertical-padding,4px) + 1px)calc(var(--ht-cell-horizontal-padding,8px) + 1px);color:var(--ht-cell-editor-foreground-color);background-color:var(--ht-cell-editor-background-color,#fff);box-shadow:inset 0 0 0 var(--ht-cell-editor-border-width,2px) var(--ht-cell-editor-border-color,#1a42e8),0 0 var(--ht-cell-editor-shadow-blur-radius,0) 0 var(--ht-cell-editor-shadow-color,transparent);box-sizing:border-box;border:none;border-radius:0;outline-width:0;margin:0;display:block;font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;-webkit-appearance:none!important}.handsontableInputHolder .handsontableInput:focus{outline:none}.htSelectEditor{position:absolute}.htSelectEditor select{width:100%;height:100%;padding:calc(var(--ht-cell-vertical-padding,4px) + 1px)calc(var(--ht-cell-horizontal-padding,8px) + 1px);white-space:nowrap;text-overflow:ellipsis;color:var(--ht-cell-editor-foreground-color);background-color:var(--ht-cell-editor-background-color,#fff);box-shadow:inset 0 0 0 var(--ht-cell-editor-border-width,2px) var(--ht-cell-editor-border-color,#1a42e8),0 0 var(--ht-cell-editor-shadow-blur-radius,0) 0 var(--ht-cell-editor-shadow-color,transparent);box-sizing:border-box;border:none;border-radius:0;margin:0;padding-inline-end:26px;position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;-webkit-appearance:none!important}.htSelectEditor select:focus{outline:none}.htSelectEditor .htAutocompleteArrow{z-index:1;pointer-events:none;margin-inline-end:4px;top:50%;transform:translateY(-50%)}.handsontable.listbox{box-shadow:var(--ht-menu-shadow-x,0) var(--ht-menu-shadow-y,0) var(--ht-menu-shadow-blur,8px) color-mix(in srgb,var(--ht-menu-shadow-color,#000)var(--ht-menu-shadow-opacity,100%),transparent);border:var(--ht-menu-border-width,1px)solid var(--ht-menu-border-color,#e5e5e9);margin:0}.handsontable.listbox .ht_master{background-color:var(--ht-background-color);overflow:hidden}.handsontable.listbox .wtHolder{overflow:auto;border-radius:0!important}.handsontable.listbox .wtHider,.handsontable.listbox .htCore{border-radius:0!important}.handsontable.listbox table{overflow:hidden}.handsontable.listbox table th,.handsontable.listbox table tr:first-child th,.handsontable.listbox table tr:last-child th,.handsontable.listbox table tr:first-child td,.handsontable.listbox table td{border-color:#0000!important}.handsontable.listbox table th,.handsontable.listbox table td{white-space:nowrap;text-overflow:ellipsis;border-radius:0!important}.handsontable.listbox table .wtBorder{visibility:hidden}.handsontable.listbox table strong{color:inherit;font-weight:700}.handsontable.listbox table tr td:hover td{cursor:pointer;background:color-mix(in srgb,var(--ht-menu-item-hover-color)var(--ht-menu-item-hover-color-opacity,100%),transparent)!important;box-shadow:none!important}.handsontable.listbox table td{transition:var(--ht-table-transition)background ease-in-out}.handsontable.listbox table td:hover{cursor:pointer;background-color:color-mix(in srgb,var(--ht-menu-item-hover-color)var(--ht-menu-item-hover-color-opacity,100%),transparent)!important}.handsontable.listbox table td.current:not([aria-expanded=true]){box-shadow:inset 0 0 0 1px var(--ht-accent-color)}.handsontable.listbox table td.htDimmed{cursor:default;font-style:inherit;color:inherit!important}.handsontable.listbox table td.htDimmed:not(.handsontable.listbox table td:hover){background-color:inherit!important}.handsontable.listbox table thead th{text-align:left;height:auto!important}.handsontable.listbox table thead th .relative{padding-top:calc(var(--ht-cell-vertical-padding) + var(--ht-gap-size));padding-bottom:calc(var(--ht-cell-vertical-padding) + var(--ht-gap-size))}.handsontable.listbox .ht_clone_top .wtHider{overflow:hidden}.handsontable.listbox .ht_clone_top table{border-radius:0}.handsontable.listbox .htBorders div{background:0 0!important}.handsontable.autocompleteEditor tr.ht__row_even th,.handsontable.autocompleteEditor tr.ht__row_even td,.handsontable.autocompleteEditor tr.ht__row_odd th,.handsontable.autocompleteEditor tr.ht__row_odd td{background-color:var(--ht-background-color,#fff)}[dir=rtl].handsontable.listbox table thead th{text-align:right}.pika-single{font-family:var(--ht-font-family),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;box-shadow:var(--ht-menu-shadow-x,0) var(--ht-menu-shadow-y,0) var(--ht-menu-shadow-blur,8px) color-mix(in srgb,var(--ht-menu-shadow-color,#000)var(--ht-menu-shadow-opacity,100%),transparent);font-size:var(--ht-font-size);line-height:var(--ht-line-height);font-weight:var(--ht-font-weight);color:var(--ht-foreground-color);background:var(--ht-background-color,#fff);border:var(--ht-menu-border-width,1px)solid var(--ht-menu-border-color,#e5e5e9);border-radius:var(--ht-menu-border-radius);z-index:9999;padding:10px;display:block;position:relative}.pika-single.is-hidden{display:none}.pika-single .pika-row{background-color:#0000}.pika-single .pika-title{justify-content:center;align-items:center;display:flex}.pika-single .pika-label{color:var(--ht-accent-color);order:2;padding:5px;position:relative}.pika-single .pika-label .pika-select{opacity:0;cursor:pointer;position:absolute;top:0;right:0;bottom:0;left:0}.pika-single .pika-prev,.pika-single .pika-next{white-space:nowrap;text-indent:-9999px;cursor:pointer;width:20px;height:20px;color:var(--ht-accent-color);background:0 0;border:none;padding:0}.pika-single .pika-prev{order:1;margin-right:auto}.pika-single .pika-next{order:3;margin-left:auto}.pika-single .pika-table thead{height:50px}.pika-single .pika-table th{vertical-align:middle;padding:1px}.pika-single .pika-table th abbr{cursor:initial;border:none;font-weight:400;text-decoration:none}.pika-single .pika-table td{vertical-align:middle;padding:1px}.pika-single .pika-table td.is-disabled .pika-button{pointer-events:none;opacity:.5}.pika-single .pika-table td.is-today .pika-button{background:color-mix(in srgb,var(--ht-menu-item-hover-color)var(--ht-menu-item-hover-color-opacity,100%),transparent)}.pika-single .pika-table td.is-selected .pika-button{background:var(--ht-accent-color,#1a42e8);color:var(--ht-primary-button-foreground-color,#fff)}.pika-single .pika-table td.pika-week{text-align:center;width:12.5%}.pika-single .pika-table .pika-button{aspect-ratio:1;width:100%;color:var(--ht-foreground-color);border-radius:var(--ht-button-border-radius);cursor:pointer;font-size:inherit;background:0 0;border:none;margin:0;padding:10px}.pika-single .pika-table .pika-button:hover{background:color-mix(in srgb,var(--ht-menu-item-hover-color)var(--ht-menu-item-hover-color-opacity,100%),transparent)}[dir=rtl].htDatepickerHolder .pika-single .pika-next{margin-left:0;margin-right:auto;transform:rotate(180deg)}[dir=rtl].htDatepickerHolder .pika-single .pika-prev{margin-left:auto;margin-right:0;transform:rotate(180deg)}.handsontableEditor{position:absolute}.handsontableEditor .ht-multi-select-editor{box-shadow:var(--ht-menu-shadow-x,0) var(--ht-menu-shadow-y,0) var(--ht-menu-shadow-blur,8px) color-mix(in srgb,var(--ht-menu-shadow-color,#000)var(--ht-menu-shadow-opacity,100%),transparent);scrollbar-width:auto;scrollbar-color:var(--ht-scrollbar-thumb-color)var(--ht-scrollbar-track-color);border-radius:0 0 var(--ht-menu-border-radius)var(--ht-menu-border-radius);border:var(--ht-menu-border-width)solid var(--ht-menu-border-color);background:var(--ht-background-color);width:-moz-max-content;width:max-content;min-width:120px;padding:var(--ht-menu-vertical-padding)var(--ht-menu-horizontal-padding);overflow-y:auto}.handsontableEditor .ht-multi-select-editor .ht-multi-select-editor-search-input-wrapper{padding:var(--ht-menu-item-vertical-padding)var(--ht-menu-item-horizontal-padding);align-items:center;gap:var(--ht-gap-size);align-self:stretch;display:flex;position:relative}.handsontableEditor .ht-multi-select-editor .ht-multi-select-editor-search-icon{left:calc(var(--ht-menu-item-horizontal-padding) + 10px);opacity:.5;pointer-events:none;z-index:1;background-position:50%;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;position:absolute;top:50%;transform:translateY(-50%)}.handsontableEditor .ht-multi-select-editor input.ht-multi-select-editor-search-input{box-sizing:border-box;border-radius:var(--ht-input-border-radius);width:100%;color:var(--ht-input-foreground-color);background-color:var(--ht-input-background-color);border:1px solid var(--ht-input-border-color);transition:var(--ht-table-transition)all ease-in-out;line-height:var(--ht-line-height);font-size:var(--ht-font-size);padding:var(--ht-input-vertical-padding)var(--ht-menu-item-horizontal-padding)var(--ht-input-vertical-padding)32px}.handsontableEditor .ht-multi-select-editor input.ht-multi-select-editor-search-input:hover{border-color:var(--ht-input-hover-border-color);color:var(--ht-input-hover-foreground-color);background-color:var(--ht-input-hover-background-color)}.handsontableEditor .ht-multi-select-editor input.ht-multi-select-editor-search-input:disabled{border-color:var(--ht-input-disabled-border-color);color:var(--ht-input-disabled-foreground-color);background-color:var(--ht-input-disabled-background-color)}.handsontableEditor .ht-multi-select-editor input.ht-multi-select-editor-search-input:focus{border-color:var(--ht-input-focus-border-color);color:var(--ht-input-focus-foreground-color);background-color:var(--ht-input-focus-background-color);outline-offset:0;box-shadow:none;outline:none}.handsontableEditor .ht-multi-select-editor input.ht-multi-select-editor-search-input::-moz-placeholder{color:var(--ht-foreground-color);opacity:.6}.handsontableEditor .ht-multi-select-editor input.ht-multi-select-editor-search-input::placeholder{color:var(--ht-foreground-color);opacity:.6}.handsontableEditor .ht-multi-select-editor .ht-multi-select-editor-separator{background-color:var(--ht-menu-border-color);width:100%;height:1px;margin:var(--ht-menu-vertical-padding)0 var(--ht-menu-vertical-padding)0;padding:0}.handsontableEditor .ht-multi-select-editor ul{width:100%;padding:var(--ht-gap-size)var(--ht-menu-horizontal-padding);flex-direction:column;align-items:flex-start;margin:0;list-style:none;display:flex}.handsontableEditor .ht-multi-select-editor ul li{background:var(--ht-background-color);padding:var(--ht-menu-item-vertical-padding)var(--ht-menu-item-horizontal-padding);-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;align-self:stretch;align-items:center;display:flex}.handsontableEditor .ht-multi-select-editor ul li *{cursor:pointer}.handsontableEditor .ht-multi-select-editor ul li.ht-multi-select-editor-item-selected{background:color-mix(in srgb,var(--ht-menu-item-active-color)var(--ht-menu-item-active-color-opacity,100%),transparent)}.handsontableEditor .ht-multi-select-editor ul li div{flex:1 0 0;align-items:center;display:flex}.handsontableEditor .ht-multi-select-editor ul li div input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--ht-checkbox-size);height:var(--ht-checkbox-size);margin:0;padding:0;display:flex;position:relative}.handsontableEditor .ht-multi-select-editor ul li div input:after{content:"";display:block;position:absolute;top:0;left:0}.handsontableEditor .ht-multi-select-editor ul li div input:before{content:"";box-sizing:border-box;width:var(--ht-checkbox-size);height:var(--ht-checkbox-size);border-radius:var(--ht-checkbox-border-radius);border:1px solid var(--ht-checkbox-border-color);background:var(--ht-checkbox-background-color);background-position:50%;background-repeat:no-repeat;display:block;position:absolute;top:0;left:0}.handsontableEditor .ht-multi-select-editor ul li div input:checked:before{border-color:var(--ht-checkbox-checked-border-color);background:var(--ht-checkbox-checked-background-color)}.handsontableEditor .ht-multi-select-editor ul li div input:checked:after{color:var(--ht-checkbox-checked-icon-color);background-color:currentColor}.handsontableEditor .ht-multi-select-editor ul li div input:focus{outline:none}.handsontableEditor .ht-multi-select-editor ul li div label{color:var(--ht-foreground-color);text-overflow:ellipsis;font-size:var(--ht-font-size);font-style:normal;font-weight:400;line-height:var(--ht-line-height);letter-spacing:var(--ht-letter-spacing);width:100%;padding:0 0 0 calc(var(--ht-gap-size)*2);overflow:hidden}.handsontableEditor .ht-multi-select-editor ul li:hover{background:color-mix(in srgb,var(--ht-menu-item-hover-color)var(--ht-menu-item-hover-color-opacity,100%),transparent)}.handsontableEditor .ht-multi-select-editor ul li:has(input:focus){background:color-mix(in srgb,var(--ht-menu-item-hover-color)var(--ht-menu-item-hover-color-opacity,100%),transparent)}.handsontable .htUISelectCaption{width:100%;padding:var(--ht-input-vertical-padding)var(--ht-input-horizontal-padding);font-family:inherit;font-size:var(--ht-font-size);line-height:var(--ht-line-height);font-weight:var(--ht-font-weight);border-radius:var(--ht-input-border-radius);box-sizing:border-box;cursor:pointer;border:var(--ht-input-border-width)solid var(--ht-input-border-color);color:var(--ht-input-foreground-color);background-color:var(--ht-input-background-color);text-overflow:ellipsis;white-space:nowrap;transition:var(--ht-table-transition)all ease-in-out;margin:0;padding-inline-end:calc(var(--ht-input-horizontal-padding) + var(--ht-icon-size));overflow:hidden;outline:none!important}.handsontable .htUISelectCaption:after{content:"";right:calc(var(--ht-input-horizontal-padding) - var(--ht-icon-size)/4);display:block;position:absolute;top:50%;transform:translateY(-50%)}.handsontable .htUISelectCaption:hover{border-color:var(--ht-input-hover-border-color);color:var(--ht-input-hover-foreground-color);background-color:var(--ht-input-hover-background-color)}.handsontable .htUISelectCaption:disabled{border-color:var(--ht-input-disabled-border-color);color:var(--ht-input-disabled-foreground-color);background-color:var(--ht-input-disabled-background-color)}.handsontable .htUISelectCaption:focus{border-color:var(--ht-input-focus-border-color);color:var(--ht-input-focus-foreground-color);background-color:var(--ht-input-focus-background-color)}.handsontable .htUISelect{cursor:pointer;position:relative;outline:none!important}.handsontable .htUISelect:focus .htUISelectCaption{border-color:var(--ht-input-focus-border-color);color:var(--ht-input-focus-foreground-color);background-color:var(--ht-input-focus-background-color)}[dir=rtl].handsontable .htUISelectCaption:after{right:auto;left:calc(var(--ht-input-horizontal-padding) - var(--ht-icon-size)/4)}.handsontable .htFiltersMenuCondition .htUIInput input,.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input{width:100%;padding:var(--ht-input-vertical-padding)var(--ht-input-horizontal-padding);font-family:inherit;font-size:var(--ht-font-size);line-height:var(--ht-line-height);font-weight:var(--ht-font-weight);border-radius:var(--ht-input-border-radius);box-sizing:border-box;cursor:pointer;border:var(--ht-input-border-width)solid var(--ht-input-border-color);color:var(--ht-input-foreground-color);background-color:var(--ht-input-background-color);transition:var(--ht-table-transition)all ease-in-out;outline:none!important}.handsontable .htFiltersMenuCondition .htUIInput input:hover,.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input:hover{border-color:var(--ht-input-hover-border-color);color:var(--ht-input-hover-foreground-color);background-color:var(--ht-input-hover-background-color)}.handsontable .htFiltersMenuCondition .htUIInput input:disabled,.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input:disabled{border-color:var(--ht-input-disabled-border-color);color:var(--ht-input-disabled-foreground-color);background-color:var(--ht-input-disabled-background-color)}.handsontable .htFiltersMenuCondition .htUIInput input:focus,.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input:focus{border-color:var(--ht-input-focus-border-color);color:var(--ht-input-focus-foreground-color);background-color:var(--ht-input-focus-background-color)}.handsontable .htUIInput{text-align:center;padding:0;position:relative;outline:none!important}.handsontable .htUIInputIcon{position:absolute}.handsontable .htUIInput.htUIButton input,.handsontable .ht-button{min-width:64px;padding:var(--ht-button-vertical-padding)var(--ht-button-horizontal-padding);font-family:inherit;font-size:var(--ht-font-size);line-height:var(--ht-line-height);font-weight:var(--ht-font-weight);border-radius:var(--ht-button-border-radius);box-sizing:border-box;cursor:pointer;transition:var(--ht-table-transition)all ease-in-out;border-style:solid;border-width:1px;outline:none!important}.handsontable .htUIInput.htUIButtonCancel input,.handsontable .ht-button--secondary{border-color:var(--ht-secondary-button-border-color);background-color:var(--ht-secondary-button-background-color);color:var(--ht-secondary-button-foreground-color)}.handsontable .htUIInput.htUIButtonCancel input:hover,.handsontable .ht-button--secondary:hover{border-color:var(--ht-secondary-button-hover-border-color);background-color:var(--ht-secondary-button-hover-background-color);color:var(--ht-secondary-button-hover-foreground-color)}.handsontable .htUIInput.htUIButtonCancel input:disabled,.handsontable .ht-button--secondary:disabled{border-color:var(--ht-secondary-button-disabled-border-color);background-color:var(--ht-secondary-button-disabled-background-color);color:var(--ht-secondary-button-disabled-foreground-color)}.handsontable .htUIInput.htUIButtonCancel input:focus,.handsontable .ht-button--secondary:focus{border-color:var(--ht-secondary-button-focus-border-color);background-color:var(--ht-secondary-button-focus-background-color);color:var(--ht-secondary-button-focus-foreground-color);box-shadow:0 0 0 1px var(--ht-accent-color)}.htUIInput.htUIButtonOK input,.ht-button--primary{border-color:var(--ht-primary-button-border-color);background-color:var(--ht-primary-button-background-color);color:var(--ht-primary-button-foreground-color)}.htUIInput.htUIButtonOK input:hover,.ht-button--primary:hover{border-color:var(--ht-primary-button-hover-border-color);background-color:var(--ht-primary-button-hover-background-color);color:var(--ht-primary-button-hover-foreground-color)}.htUIInput.htUIButtonOK input:disabled,.ht-button--primary:disabled{border-color:var(--ht-primary-button-disabled-border-color);background-color:var(--ht-primary-button-disabled-background-color);color:var(--ht-primary-button-disabled-foreground-color)}.htUIInput.htUIButtonOK input:focus,.ht-button--primary:focus{border-color:var(--ht-primary-button-focus-border-color);background-color:var(--ht-primary-button-focus-background-color);color:var(--ht-primary-button-focus-foreground-color);box-shadow:0 0 0 1px var(--ht-accent-color)}.handsontable .htUIRadio{padding:var(--ht-gap-size)calc(2*var(--ht-gap-size));align-items:center;gap:var(--ht-gap-size);cursor:pointer;margin:0;padding-bottom:0;display:inline-flex;position:relative}.handsontable .htUIRadio:first-child{padding-inline-start:0}.handsontable .htUIRadio>input[type=radio]{width:var(--ht-radio-size);height:var(--ht-radio-size);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border-radius:calc(.5*var(--ht-radio-size));outline:none;margin:0;position:relative}.handsontable .htUIRadio>input[type=radio]:before{content:"";border-radius:calc(.5*var(--ht-radio-size));border:1px solid var(--ht-radio-border-color);background-color:var(--ht-radio-background-color);display:block;position:absolute;top:0;right:0;bottom:0;left:0}.handsontable .htUIRadio>input[type=radio]:after{content:"";color:var(--ht-radio-icon-color);display:block;position:absolute}.handsontable .htUIRadio>input[type=radio]:checked:before{border-color:var(--ht-radio-checked-border-color);background-color:var(--ht-radio-checked-background-color)}.handsontable .htUIRadio>input[type=radio]:checked:after{color:var(--ht-radio-checked-icon-color)}.handsontable .htUIRadio>input[type=radio]:checked:disabled{cursor:initial}.handsontable .htUIRadio>input[type=radio]:checked:disabled:before{border-color:var(--ht-radio-checked-disabled-border-color);background-color:var(--ht-radio-checked-disabled-background-color)}.handsontable .htUIRadio>input[type=radio]:checked:disabled:after{color:var(--ht-radio-checked-disabled-icon-color)}.handsontable .htUIRadio>input[type=radio]:checked:focus:before{border-color:var(--ht-radio-checked-focus-border-color);background-color:var(--ht-radio-checked-focus-background-color)}.handsontable .htUIRadio>input[type=radio]:checked:focus:after{color:var(--ht-radio-checked-focus-icon-color)}.handsontable .htUIRadio>input[type=radio]:disabled{cursor:initial}.handsontable .htUIRadio>input[type=radio]:disabled:before{border-color:var(--ht-radio-disabled-border-color);background-color:var(--ht-radio-disabled-background-color)}.handsontable .htUIRadio>input[type=radio]:disabled:after{color:var(--ht-radio-disabled-icon-color)}.handsontable .htUIRadio>input[type=radio]:focus:before{border-color:var(--ht-radio-focus-border-color);background-color:var(--ht-radio-focus-background-color);outline:1px solid var(--ht-radio-focus-ring-color)}.handsontable .htUIRadio>input[type=radio]:focus:after{color:var(--ht-radio-focus-icon-color)}.handsontable .htUIRadio label{vertical-align:middle;cursor:pointer;color:inherit}.handsontable .htUIRadio label:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0}.handsontable .collapsibleIndicator,.handsontable .ht_nestingButton{width:var(--ht-icon-button-hit-area-size);height:var(--ht-icon-button-hit-area-size);margin:calc(-1*(var(--ht-icon-button-hit-area-size) - var(--ht-icon-size))/2 + 1px);box-sizing:border-box;cursor:pointer;text-indent:-100px;flex-shrink:0;font-size:0;position:relative;overflow:visible}.handsontable .collapsibleIndicator:before,.handsontable .ht_nestingButton:before{content:"";width:var(--ht-icon-size);height:var(--ht-icon-size);margin-top:calc(-.5*var(--ht-icon-size));margin-left:calc(-.5*var(--ht-icon-size));border-radius:var(--ht-collapse-button-border-radius);transition:var(--ht-table-transition)all ease-in-out;z-index:1;display:block;position:absolute;top:50%;left:50%}.handsontable .collapsibleIndicator:after,.handsontable .ht_nestingButton:after{content:"";width:var(--ht-icon-size);height:var(--ht-icon-size);margin-top:calc(-.5*var(--ht-icon-size));margin-left:calc(-.5*var(--ht-icon-size));border-radius:var(--ht-collapse-button-border-radius);transition:var(--ht-table-transition)all ease-in-out;z-index:0;display:block;position:absolute;top:50%;left:50%}.handsontable .collapsibleIndicator.expanded:before,.handsontable .collapsibleIndicator.ht_nestingCollapse:before,.handsontable .ht_nestingButton.expanded:before,.handsontable .ht_nestingButton.ht_nestingCollapse:before{color:var(--ht-collapse-button-open-icon-color)}.handsontable .collapsibleIndicator.expanded:after,.handsontable .collapsibleIndicator.ht_nestingCollapse:after,.handsontable .ht_nestingButton.expanded:after,.handsontable .ht_nestingButton.ht_nestingCollapse:after{background-color:var(--ht-collapse-button-open-background-color);box-shadow:0 0 0 1px var(--ht-collapse-button-open-border-color)}.handsontable .collapsibleIndicator.expanded:hover:before,.handsontable .collapsibleIndicator.ht_nestingCollapse:hover:before,.handsontable .ht_nestingButton.expanded:hover:before,.handsontable .ht_nestingButton.ht_nestingCollapse:hover:before{color:var(--ht-collapse-button-open-hover-icon-color)}.handsontable .collapsibleIndicator.expanded:hover:after,.handsontable .collapsibleIndicator.ht_nestingCollapse:hover:after,.handsontable .ht_nestingButton.expanded:hover:after,.handsontable .ht_nestingButton.ht_nestingCollapse:hover:after{background-color:var(--ht-collapse-button-open-hover-background-color);box-shadow:0 0 0 1px var(--ht-collapse-button-open-hover-border-color)}.handsontable .collapsibleIndicator.collapsed:before,.handsontable .collapsibleIndicator.ht_nestingExpand:before,.handsontable .ht_nestingButton.collapsed:before,.handsontable .ht_nestingButton.ht_nestingExpand:before{color:var(--ht-collapse-button-close-icon-color)}.handsontable .collapsibleIndicator.collapsed:after,.handsontable .collapsibleIndicator.ht_nestingExpand:after,.handsontable .ht_nestingButton.collapsed:after,.handsontable .ht_nestingButton.ht_nestingExpand:after{background-color:var(--ht-collapse-button-close-background-color);box-shadow:0 0 0 1px var(--ht-collapse-button-close-border-color)}.handsontable .collapsibleIndicator.collapsed:hover:before,.handsontable .collapsibleIndicator.ht_nestingExpand:hover:before,.handsontable .ht_nestingButton.collapsed:hover:before,.handsontable .ht_nestingButton.ht_nestingExpand:hover:before{color:var(--ht-collapse-button-close-hover-icon-color)}.handsontable .collapsibleIndicator.collapsed:hover:after,.handsontable .collapsibleIndicator.ht_nestingExpand:hover:after,.handsontable .ht_nestingButton.collapsed:hover:after,.handsontable .ht_nestingButton.ht_nestingExpand:hover:after{background-color:var(--ht-collapse-button-close-hover-background-color);box-shadow:0 0 0 1px var(--ht-collapse-button-close-hover-border-color)}.handsontable th.ht__active_highlight .collapsibleIndicator.collapsed:before,.handsontable th.ht__active_highlight .collapsibleIndicator.ht_nestingExpand:before,.handsontable th.ht__active_highlight .ht_nestingButton.collapsed:before,.handsontable th.ht__active_highlight .ht_nestingButton.ht_nestingExpand:before{color:var(--ht-collapse-button-close-icon-active-color)}.handsontable th.ht__active_highlight .collapsibleIndicator.collapsed:hover:before,.handsontable th.ht__active_highlight .collapsibleIndicator.ht_nestingExpand:hover:before,.handsontable th.ht__active_highlight .ht_nestingButton.collapsed:hover:before,.handsontable th.ht__active_highlight .ht_nestingButton.ht_nestingExpand:hover:before{color:var(--ht-collapse-button-close-hover-icon-active-color)}.handsontable th.ht__active_highlight .collapsibleIndicator.expanded:before,.handsontable th.ht__active_highlight .collapsibleIndicator.ht_nestingCollapse:before,.handsontable th.ht__active_highlight .ht_nestingButton.expanded:before,.handsontable th.ht__active_highlight .ht_nestingButton.ht_nestingCollapse:before{color:var(--ht-collapse-button-open-icon-active-color)}.handsontable th.ht__active_highlight .collapsibleIndicator.expanded:hover:before,.handsontable th.ht__active_highlight .collapsibleIndicator.ht_nestingCollapse:hover:before,.handsontable th.ht__active_highlight .ht_nestingButton.expanded:hover:before,.handsontable th.ht__active_highlight .ht_nestingButton.ht_nestingCollapse:hover:before{color:var(--ht-collapse-button-open-hover-icon-active-color)}.handsontable thead th.htRowspanHeader+th{border-inline-start-width:0}.handsontable thead th.htRowspanHeader{vertical-align:bottom;height:auto;overflow:visible}.handsontable thead th.htRowspanHeader.ht__active_highlight{border-inline-start-color:var(--ht-header-active-border-color);z-index:1}.handsontable.htRowHeaders.htHasRowspanHeaders thead tr:last-child th:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-bottom-left-radius:0}.handsontable.htRowHeaders.htHasRowspanHeaders thead tr:last-child th:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-bottom-right-radius:0}.handsontable.htHasRowspanHeaders .ht_clone_inline_start .htCore tbody tr:first-child th:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-left-radius:0}.handsontable.htHasRowspanHeaders .ht_clone_inline_start .htCore tbody tr:first-child th:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:0}.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead th.htRowspanBottomLevel,.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead th.htRowspanBottomLevel{border-bottom-width:0}.handsontable thead th.hiddenHeader:not(:first-of-type){display:none}.handsontable thead th.hiddenHeaderText .colHeader{opacity:0}.handsontable th.ht_nestingLevels>.relative{align-items:center;gap:5px;display:flex}.handsontable th.ht_nestingLevels span:last-child{padding-left:calc(var(--ht-icon-size) + 5px)}.handsontable th.ht_nestingLevels span.ht_nestingLevel{display:inline-block}.handsontable th.ht_nestingLevels span.ht_nestingLevel_empty{order:-2;width:5px;height:1px;display:inline-block;position:relative}.handsontable th.ht_nestingLevels .ht_nestingButton{cursor:pointer;order:-1;position:relative}.handsontable th.beforeHiddenColumn,.handsontable th.afterHiddenColumn{position:relative}.handsontable th.beforeHiddenColumn:before,.handsontable th.beforeHiddenColumn:after,.handsontable th.afterHiddenColumn:before,.handsontable th.afterHiddenColumn:after{color:var(--ht-hidden-indicator-color);position:absolute;top:50%;transform:translateY(-50%);width:10px!important;height:10px!important}.handsontable th.beforeHiddenColumn:after{content:"";display:block;right:-2px}.handsontable th.afterHiddenColumn:before{content:"";display:block;left:-2px}.handsontable th.ht__active_highlight.beforeHiddenColumn:before,.handsontable th.ht__active_highlight.beforeHiddenColumn:after,.handsontable th.ht__active_highlight.afterHiddenColumn:before,.handsontable th.ht__active_highlight.afterHiddenColumn:after{color:var(--ht-icon-button-active-icon-color,var(--ht-icon-active-button-icon-color))}[dir=rtl].handsontable th.beforeHiddenColumn:after{right:initial;left:-2px;transform:translateY(-50%)rotate(180deg)}[dir=rtl].handsontable th.afterHiddenColumn:before{right:-2px;left:initial;transform:translateY(-50%)rotate(180deg)}.handsontable th.beforeHiddenRow,.handsontable th.afterHiddenRow{position:relative}.handsontable th.beforeHiddenRow:before,.handsontable th.beforeHiddenRow:after,.handsontable th.afterHiddenRow:before,.handsontable th.afterHiddenRow:after{color:var(--ht-hidden-indicator-color);position:absolute;left:50%;transform:translate(-50%);width:10px!important;height:10px!important}.handsontable th.beforeHiddenRow:after{content:"";display:block;bottom:-2px}.handsontable th.afterHiddenRow:before{content:"";display:block;top:-2px}.handsontable th.ht__active_highlight.beforeHiddenRow:before,.handsontable th.ht__active_highlight.beforeHiddenRow:after,.handsontable th.ht__active_highlight.afterHiddenRow:before,.handsontable th.ht__active_highlight.afterHiddenRow:after{color:var(--ht-icon-button-active-icon-color,var(--ht-icon-active-button-icon-color))}.handsontable .changeType{box-sizing:border-box;width:var(--ht-icon-button-hit-area-size);height:var(--ht-icon-button-hit-area-size);margin:calc(-1*(var(--ht-icon-button-hit-area-size) - var(--ht-icon-size))/2 + 1px);box-shadow:none;color:inherit;z-index:1;background:0 0;border:none;outline:none;flex-shrink:0;padding:0;position:relative;overflow:visible}.handsontable .changeType:before{content:"";width:var(--ht-icon-size);height:var(--ht-icon-size);margin-top:calc(-.5*var(--ht-icon-size));margin-left:calc(-.5*var(--ht-icon-size));color:var(--ht-icon-button-icon-color);z-index:1;display:block;position:absolute;top:50%;left:50%}.handsontable .changeType:after{content:"";width:var(--ht-icon-size);height:var(--ht-icon-size);margin-top:calc(-.5*var(--ht-icon-size));margin-left:calc(-.5*var(--ht-icon-size));border-radius:var(--ht-icon-button-border-radius);box-shadow:0 0 0 1px var(--ht-icon-button-border-color);background-color:var(--ht-icon-button-background-color);z-index:0;display:block;position:absolute;top:50%;left:50%}.handsontable .changeType:hover{cursor:pointer}.handsontable .changeType:hover:before{color:var(--ht-icon-button-hover-icon-color)}.handsontable .changeType:hover:after{box-shadow:0 0 0 1px var(--ht-icon-button-hover-border-color);background-color:var(--ht-icon-button-hover-background-color)}.handsontable .ht__active_highlight .changeType:before{color:var(--ht-icon-button-active-icon-color,var(--ht-icon-active-button-icon-color))}.handsontable .ht__active_highlight .changeType:after{box-shadow:0 0 0 1px var(--ht-icon-button-active-border-color,var(--ht-icon-active-button-border-color));background-color:var(--ht-icon-button-active-background-color,var(--ht-icon-active-button-background-color))}.handsontable .ht__active_highlight .changeType:hover:before{color:var(--ht-icon-button-active-hover-icon-color,var(--ht-icon-active-button-hover-icon-color))}.handsontable .ht__active_highlight .changeType:hover:after{box-shadow:0 0 0 1px var(--ht-icon-button-active-hover-border-color,var(--ht-icon-active-button-hover-border-color));background-color:var(--ht-icon-button-active-hover-background-color,var(--ht-icon-active-button-hover-background-color))}.handsontable th.htFiltersActive{background-color:var(--ht-header-filter-background-color)}.handsontable th.htFiltersActive.ht__active_highlight{background-color:color-mix(in srgb,var(--ht-header-active-background-color),var(--ht-header-filter-background-color)20%)}.handsontable.htDropdownMenu>.ht_master,.handsontable.htContextMenu>.ht_master,.handsontable.htFiltersConditionsMenu>.ht_master{box-shadow:var(--ht-menu-shadow-x,0) var(--ht-menu-shadow-y,0) var(--ht-menu-shadow-blur,8px) color-mix(in srgb,var(--ht-menu-shadow-color,#000)var(--ht-menu-shadow-opacity,100%),transparent);border:var(--ht-menu-border-width,1px)solid var(--ht-menu-border-color,#e5e5e9);border-radius:var(--ht-menu-border-radius);padding:var(--ht-menu-vertical-padding,8px)var(--ht-menu-horizontal-padding,0);background-color:var(--ht-background-color,#fff);overflow:hidden}.handsontable.htDropdownMenu:not(.htGhostTable),.handsontable.htContextMenu:not(.htGhostTable),.handsontable.htFiltersConditionsMenu:not(.htGhostTable){z-index:1060;display:none;position:absolute}.handsontable.htDropdownMenu .ht_clone_top,.handsontable.htDropdownMenu .ht_clone_bottom,.handsontable.htDropdownMenu .ht_clone_inline_start,.handsontable.htDropdownMenu .ht_clone_top_inline_start_corner,.handsontable.htDropdownMenu .ht_clone_bottom_inline_start_corner,.handsontable.htContextMenu .ht_clone_top,.handsontable.htContextMenu .ht_clone_bottom,.handsontable.htContextMenu .ht_clone_inline_start,.handsontable.htContextMenu .ht_clone_top_inline_start_corner,.handsontable.htContextMenu .ht_clone_bottom_inline_start_corner,.handsontable.htFiltersConditionsMenu .ht_clone_top,.handsontable.htFiltersConditionsMenu .ht_clone_bottom,.handsontable.htFiltersConditionsMenu .ht_clone_inline_start,.handsontable.htFiltersConditionsMenu .ht_clone_top_inline_start_corner,.handsontable.htFiltersConditionsMenu .ht_clone_bottom_inline_start_corner{display:none}.handsontable.htDropdownMenu table.htCore,.handsontable.htContextMenu table.htCore,.handsontable.htFiltersConditionsMenu table.htCore{overflow:hidden}.handsontable.htDropdownMenu .htCustomMenuRenderer .table.htCore,.handsontable.htContextMenu .htCustomMenuRenderer .table.htCore,.handsontable.htFiltersConditionsMenu .htCustomMenuRenderer .table.htCore{box-shadow:none}.handsontable.htDropdownMenu.handsontable:focus,.handsontable.htContextMenu.handsontable:focus,.handsontable.htFiltersConditionsMenu.handsontable:focus{outline:none}.handsontable.htDropdownMenu .wtBorder,.handsontable.htContextMenu .wtBorder,.handsontable.htFiltersConditionsMenu .wtBorder{visibility:hidden}.handsontable.htDropdownMenu tbody tr:first-of-type td:first-child,.handsontable.htDropdownMenu tbody tr:first-of-type th:first-child,.handsontable.htContextMenu tbody tr:first-of-type td:first-child,.handsontable.htContextMenu tbody tr:first-of-type th:first-child,.handsontable.htFiltersConditionsMenu tbody tr:first-of-type td:first-child,.handsontable.htFiltersConditionsMenu tbody tr:first-of-type th:first-child{height:calc(var(--ht-cell-vertical-padding)*2 + var(--ht-line-height) + 1px)}.handsontable.htDropdownMenu table tbody tr td,.handsontable.htContextMenu table tbody tr td,.handsontable.htFiltersConditionsMenu table tbody tr td{padding:var(--ht-menu-item-vertical-padding,4px)var(--ht-menu-item-horizontal-padding,8px);white-space:nowrap;text-overflow:ellipsis;background:var(--ht-background-color,#fff);cursor:pointer;transition:var(--ht-table-transition)background ease-in-out;border-width:0;position:relative;overflow:hidden}.handsontable.htDropdownMenu table tbody tr td:first-child,.handsontable.htContextMenu table tbody tr td:first-child,.handsontable.htFiltersConditionsMenu table tbody tr td:first-child{border-top-width:0;border-inline-end-width:0;border-bottom-width:0;border-inline-start-width:0}.handsontable.htDropdownMenu table tbody tr td.htDimmed,.handsontable.htContextMenu table tbody tr td.htDimmed,.handsontable.htFiltersConditionsMenu table tbody tr td.htDimmed{font-style:normal;color:inherit!important;background-color:inherit!important}.handsontable.htDropdownMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htDropdownMenu table tbody tr td.htDisabled,.handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htContextMenu table tbody tr td.htDisabled,.handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled):hover,.handsontable.htContextMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htDropdownMenu table tbody tr td.htDisabled,.handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htContextMenu table tbody tr td.htDisabled,.handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled):hover,.handsontable.htFiltersConditionsMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htDropdownMenu table tbody tr td.htDisabled,.handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htContextMenu table tbody tr td.htDisabled,.handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled):hover{cursor:pointer;background:color-mix(in srgb,var(--ht-menu-item-hover-color)var(--ht-menu-item-hover-color-opacity,100%),transparent)!important}.handsontable.htDropdownMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htDropdownMenu table tbody tr td.htDisabled,.handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htContextMenu table tbody tr td.htDisabled,.handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled).current:not([aria-expanded=true]),.handsontable.htContextMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htDropdownMenu table tbody tr td.htDisabled,.handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htContextMenu table tbody tr td.htDisabled,.handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled).current:not([aria-expanded=true]),.handsontable.htFiltersConditionsMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htDropdownMenu table tbody tr td.htDisabled,.handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htContextMenu table tbody tr td.htDisabled,.handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled).current:not([aria-expanded=true]){box-shadow:inset 0 0 0 1px var(--ht-accent-color)}.handsontable.htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper,.handsontable.htContextMenu table tbody tr td.htSubmenu .htItemWrapper,.handsontable.htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper{margin-inline-end:calc(2*var(--ht-gap-size,4px) + var(--ht-icon-size))}.handsontable.htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper:after,.handsontable.htContextMenu table tbody tr td.htSubmenu .htItemWrapper:after,.handsontable.htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper:after{content:"";top:50%;right:calc(var(--ht-menu-item-horizontal-padding) + var(--ht-gap-size)*2);display:block;position:absolute;transform:translateY(-50%)}.handsontable.htDropdownMenu table tbody tr td.htSeparator,.handsontable.htContextMenu table tbody tr td.htSeparator,.handsontable.htFiltersConditionsMenu table tbody tr td.htSeparator{border-top:1px solid var(--ht-border-color);cursor:default;height:0;padding:0}.handsontable.htDropdownMenu table tbody tr td.htDisabled,.handsontable.htContextMenu table tbody tr td.htDisabled,.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled{color:var(--ht-disabled-color);cursor:default}.handsontable.htDropdownMenu table tbody tr td.htDisabled:hover,.handsontable.htContextMenu table tbody tr td.htDisabled:hover,.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled:hover{background:var(--ht-background-color);color:var(--ht-disabled-color)}.handsontable.htDropdownMenu table tbody tr td.htHidden,.handsontable.htContextMenu table tbody tr td.htHidden,.handsontable.htFiltersConditionsMenu table tbody tr td.htHidden{display:none}:is(.handsontable.htDropdownMenu table tbody tr td:has(.htItemWrapper .selected),.handsontable.htContextMenu table tbody tr td:has(.htItemWrapper .selected),.handsontable.htFiltersConditionsMenu table tbody tr td:has(.htItemWrapper .selected)){background-color:color-mix(in srgb,var(--ht-menu-item-active-color)var(--ht-menu-item-active-color-opacity,100%),transparent)}.handsontable.htDropdownMenu table tbody tr td .htItemWrapper,.handsontable.htContextMenu table tbody tr td .htItemWrapper,.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper{margin-inline:calc(2*var(--ht-gap-size,4px))}.handsontable.htDropdownMenu table tbody tr td .htItemWrapper:before,.handsontable.htContextMenu table tbody tr td .htItemWrapper:before,.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper:before{vertical-align:text-bottom;margin-right:12px}.handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected,.handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected,.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected{font-size:0;top:0;right:0;bottom:0;left:0}.handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected:after,.handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected:after,.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected:after{content:"";top:50%;right:calc(var(--ht-menu-item-horizontal-padding) + var(--ht-gap-size)*2);color:var(--ht-accent-color);display:block;position:absolute;transform:translateY(-50%)}.handsontable.htDropdownMenu table tbody tr td div span.selected,.handsontable.htContextMenu table tbody tr td div span.selected,.handsontable.htFiltersConditionsMenu table tbody tr td div span.selected{position:absolute;inset-inline-end:0}.handsontable.htDropdownMenu table tbody tr td .htUIButton,.handsontable.htContextMenu table tbody tr td .htUIButton,.handsontable.htFiltersConditionsMenu table tbody tr td .htUIButton{width:calc(50% - var(--ht-gap-size))}.handsontable.htDropdownMenu table tbody tr td .htUIButton input,.handsontable.htContextMenu table tbody tr td .htUIButton input,.handsontable.htFiltersConditionsMenu table tbody tr td .htUIButton input{width:100%}.handsontable .htUIClearAll a,.handsontable .htUISelectAll a{padding:var(--ht-gap-size);text-decoration:none;display:inline-block}.handsontable .htUIMultipleSelect .ht_master .wtHolder{background:0 0;border-radius:0!important;overflow-y:scroll!important}.handsontable .htUIMultipleSelect .ht_master .wtHolder .htCore{box-shadow:none}[dir=rtl].handsontable.htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper:after,[dir=rtl].handsontable.htContextMenu table tbody tr td.htSubmenu .htItemWrapper:after,[dir=rtl].handsontable.htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper:after{left:calc(4*var(--ht-gap-size));right:auto;transform:translateY(-50%)rotate(180deg)}[dir=rtl].handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected:after,[dir=rtl].handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected:after,[dir=rtl].handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected:after{left:calc(4*var(--ht-gap-size));right:auto}.handsontable.htFiltersConditionsMenu:not(.htGhostTable){z-index:1070}.handsontable .ht_master table td.htCustomMenuRenderer{cursor:auto}.handsontable .ht_master table td.htCustomMenuRenderer.htFiltersMenuActionBar{padding-top:calc(var(--ht-menu-item-vertical-padding,4px)*2)}.handsontable .htFiltersMenuLabel{font-size:var(--ht-font-size-small);line-height:var(--ht-line-height-small);font-weight:var(--ht-font-weight);margin-bottom:calc(var(--ht-gap-size,2px)*2)}.handsontable .htFiltersMenuLabel:empty{display:none}.handsontable .htFiltersMenuCondition{padding-top:calc(var(--ht-gap-size,2px)*3)!important;padding-bottom:0!important}.handsontable .htFiltersMenuCondition .border{border-bottom:1px solid var(--ht-border-color)!important}.handsontable .htFiltersMenuCondition .htUIInput{margin-top:calc(var(--ht-gap-size,2px)*2)}.handsontable .htFiltersMenuValue{padding-top:calc(var(--ht-gap-size,2px)*3)!important;border-bottom:1px solid var(--ht-border-color)!important;padding-bottom:0!important}.handsontable .htFiltersMenuOperators{padding-top:calc(var(--ht-gap-size,2px)*2)!important;padding-bottom:0!important}.handsontable .htUISelectionControls{margin:0 calc(var(--ht-gap-size,2px)*-1);padding-top:calc(var(--ht-gap-size,2px)*2)!important;padding-bottom:var(--ht-gap-size,2px)!important}.handsontable .htUIMultipleSelectHot{--ht-cell-horizontal-padding:calc(var(--ht-menu-item-horizontal-padding,2px) + var(--ht-gap-size,2px)*2);width:calc(100% + var(--ht-menu-item-horizontal-padding,2px)*2 + var(--ht-gap-size,2px)*4);margin:0 calc((var(--ht-menu-item-horizontal-padding,2px) + var(--ht-gap-size,2px)*2)*-1);overflow:initial!important}.handsontable .htUIMultipleSelectHot:before{content:"";background-color:var(--ht-border-color);width:100%;height:1px;display:block;position:absolute;top:-1px;left:0}.handsontable .htUIMultipleSelectHot .wtHolder{box-sizing:border-box;padding:0;overflow-x:hidden}.handsontable .htUIMultipleSelectHot .wtHolder .wtSpreader{padding:calc(var(--ht-gap-size)*2)0}.handsontable .htUIMultipleSelectHot .wtHolder td{padding:4px var(--ht-cell-horizontal-padding);height:auto!important}.handsontable .htUIClearAll,.handsontable .htUISelectAll{margin-right:var(--ht-gap-size,4px);margin-bottom:var(--ht-gap-size,4px);display:inline-block}.handsontable .htUIClearAll a,.handsontable .htUISelectAll a{font-size:var(--ht-font-size);line-height:var(--ht-line-height);color:var(--ht-link-color);border-radius:var(--ht-button-border-radius)}.handsontable .htUIClearAll a:hover,.handsontable .htUISelectAll a:hover{color:var(--ht-link-hover-color)}.handsontable .htUIClearAll a:focus,.handsontable .htUISelectAll a:focus{outline:1px solid var(--ht-link-hover-color)}.handsontable .htUIMultipleSelect .ht_master .wtHolder{overflow:auto}.handsontable .htUIMultipleSelect .ht_master .wtHolder .wtHider,.handsontable .htUIMultipleSelect .ht_master .wtHolder .htCore,.handsontable .htUIMultipleSelect .ht_master .wtHolder tr,.handsontable .htUIMultipleSelect .ht_master .wtHolder td{background:0 0}.handsontable .htUIInput.htUIButton{cursor:pointer;display:inline-block}.handsontable .htUIInput.htUIButtonOK{margin-inline-start:0;margin-inline-end:calc(2*var(--ht-gap-size,2px))}.handsontable .htCommentCell{position:relative}.handsontable .htCommentCell:after{content:"";top:0;border-inline-start:var(--ht-comments-indicator-size,4px)solid #0000;border-inline-end:none;border-top:var(--ht-comments-indicator-size,4px)solid var(--ht-comments-indicator-color,#1a42e8);display:block;position:absolute;inset-inline-start:unset;inset-inline-end:0}.htCommentsContainer .htComments{z-index:1059;display:none;position:absolute}.htCommentsContainer .htCommentTextArea{font-family:var(--ht-font-family),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;box-shadow:var(--ht-menu-shadow-x,0) var(--ht-menu-shadow-y,0) var(--ht-menu-shadow-blur,8px) color-mix(in srgb,var(--ht-menu-shadow-color,#000)var(--ht-menu-shadow-opacity,100%),transparent);width:240px;height:88px;font-size:var(--ht-font-size);line-height:var(--ht-line-height);font-weight:var(--ht-font-weight);padding:var(--ht-comments-textarea-vertical-padding)var(--ht-comments-textarea-horizontal-padding);border:var(--ht-comments-textarea-border-width,1px)solid var(--ht-comments-textarea-border-color,transparent);border-inline-start:var(--ht-comments-textarea-border-width,1px)solid var(--ht-comments-textarea-border-color,#1a42e8);color:var(--ht-comments-textarea-foreground-color);background-color:var(--ht-comments-textarea-background-color,#fff);box-sizing:border-box;-webkit-appearance:none;margin:0 -1px;outline:0!important}.htCommentsContainer .htCommentTextArea:focus{border:var(--ht-comments-textarea-focus-border-width,1px)solid var(--ht-comments-textarea-focus-border-color,#1a42e8);color:var(--ht-comments-textarea-focus-foreground-color);background-color:var(--ht-comments-textarea-focus-background-color,#fff)}.htBorders .wtBorder.ht-border-style-dashed-vertical{background-image:repeating-linear-gradient(to bottom,var(--ht-custom-border-color)0 5px,transparent 0 10px)}.htBorders .wtBorder.ht-border-style-dashed-horizontal{background-image:repeating-linear-gradient(to right,var(--ht-custom-border-color)0 5px,transparent 0 10px)}.htBorders .wtBorder.ht-border-style-dotted-horizontal{background-image:radial-gradient(circle,var(--ht-custom-border-color)calc(var(--ht-custom-border-size)/2),transparent 0);background-size:calc(var(--ht-custom-border-size)*2)var(--ht-custom-border-size);background-repeat:repeat-x}.htBorders .wtBorder.ht-border-style-dotted-vertical{background-image:radial-gradient(circle,var(--ht-custom-border-color)calc(var(--ht-custom-border-size)/2),transparent 0);background-size:var(--ht-custom-border-size)calc(var(--ht-custom-border-size)*2);background-repeat:repeat-y}.handsontable .columnSorting:not(.indicatorDisabled){position:relative}.handsontable .columnSorting:not(.indicatorDisabled).sortAction.ascending,.handsontable .columnSorting:not(.indicatorDisabled).sortAction.descending{padding-inline-end:calc(var(--ht-icon-size,16px) + 2px)}.handsontable .columnSorting:not(.indicatorDisabled).sortAction:hover{cursor:pointer;text-decoration:none}.handsontable .columnSorting:not(.indicatorDisabled).sortAction:before{content:"";width:var(--ht-icon-size,16px);text-align:right;display:block;position:absolute;top:50%;right:2px;transform:translateY(-50%)}.handsontable .htRight .columnSorting.sortAction.ascending,.handsontable .htRight .columnSorting.sortAction.descending{padding-inline-start:calc(var(--ht-icon-size,16px) + 2px);padding-inline-end:0}.handsontable .htRight .columnSorting.sortAction:before,[dir=rtl] .handsontable .columnSorting.sortAction:before{text-align:left;left:2px;right:auto}[dir=rtl] .handsontable .htRight .columnSorting.sortAction.ascending,[dir=rtl] .handsontable .htRight .columnSorting.sortAction.descending{padding-inline-start:0;padding-inline-end:calc(var(--ht-icon-size,16px) + 2px)}[dir=rtl] .handsontable .htLeft .columnSorting.sortAction.ascending,[dir=rtl] .handsontable .htLeft .columnSorting.sortAction.descending{padding-inline-start:calc(var(--ht-icon-size,16px) + 2px);padding-inline-end:0}[dir=rtl] .handsontable .htLeft .columnSorting.sortAction:before{text-align:right;left:auto;right:2px}.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled):before{content:"*";padding-inline-end:calc(var(--ht-icon-size,16px) + 2px);display:inline-block;position:relative}.handsontable .colHeader.columnSorting:after{content:"";text-align:right;width:8px;margin-top:4px;font-size:8px;display:block;position:absolute;top:50%;right:0;transform:translateY(-50%)}.handsontable .colHeader.columnSorting[class^=sort-]:after,.handsontable .colHeader.columnSorting[class*=" sort-"]:after{content:"+"}.handsontable .colHeader.columnSorting.sort-1:after{content:"1"}.handsontable .colHeader.columnSorting.sort-2:after{content:"2"}.handsontable .colHeader.columnSorting.sort-3:after{content:"3"}.handsontable .colHeader.columnSorting.sort-4:after{content:"4"}.handsontable .colHeader.columnSorting.sort-5:after{content:"5"}.handsontable .colHeader.columnSorting.sort-6:after{content:"6"}.handsontable .colHeader.columnSorting.sort-7:after{content:"7"}.handsontable .htRight .colHeader.columnSorting:after,[dir=rtl] .handsontable .colHeader.columnSorting:after{text-align:left;left:0;right:auto}[dir=rtl] .handsontable .htLeft .colHeader.columnSorting:after{text-align:right;left:auto;right:0}.htGhostTable th div:has(.changeType) span.colHeader.columnSorting:not(.indicatorDisabled){padding-inline-end:var(--ht-gap-size)}.handsontable .htRowHeaders .ht_master.innerBorderInlineStart~.ht_clone_top_inline_start_corner th:nth-child(2),.handsontable .htRowHeaders .ht_master.innerBorderInlineStart~.ht_clone_inline_start td:first-of-type{border-left:0}.handsontable .ht_clone_top_inline_start_corner th.ht__active_highlight{box-shadow:none}.handsontable .manualColumnResizer{cursor:col-resize;opacity:0;z-index:210;background:0 0;width:10px;margin:0;position:absolute;top:0}.handsontable .manualColumnResizer:before,.handsontable .manualColumnResizer:after{content:"";background:var(--ht-resize-indicator-color);border-radius:2px;width:2px;height:calc(100% - 12px);max-height:16px;margin-top:.5px;display:block;position:absolute;top:50%;left:1px;transform:translateY(-50%)}.handsontable .manualColumnResizer:after{left:auto;right:0}.handsontable .manualColumnResizer:hover,.handsontable .manualColumnResizer.active{opacity:1}.handsontable .manualColumnResizerGuide{inset-inline-end:unset;width:0;border-inline-end:1px solid var(--ht-accent-color);border-inline-start:none;margin-inline-start:5px;margin-inline-end:unset;display:none;position:absolute;top:0}.handsontable .manualColumnResizerGuide.active{z-index:209;display:block}.handsontable .manualRowResizer{z-index:210;cursor:row-resize;opacity:0;background:0 0;height:10px;margin:0;position:absolute;left:0}.handsontable .manualRowResizer:before,.handsontable .manualRowResizer:after{content:"";background:var(--ht-resize-indicator-color);border-radius:2px;width:calc(100% - 12px);max-width:16px;height:2px;display:block;position:absolute;top:1px;left:50%;transform:translate(-50%)}.handsontable .manualRowResizer:after{top:auto;bottom:0}.handsontable .manualRowResizer:hover,.handsontable .manualRowResizer.active{opacity:1}.handsontable .manualRowResizerGuide{border-bottom:1px solid var(--ht-accent-color);border-top:none;height:0;margin-top:5px;display:none;position:absolute;bottom:0;left:0}.handsontable .manualRowResizerGuide.active{z-index:209;display:block}.handsontable tbody td[rowspan][class*=area][class*=highlight]:not([class*=fullySelectedMergedCell]):before{opacity:0}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-multiple]:before,.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]:before{opacity:.14}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-1]:before{opacity:.21}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-2]:before{opacity:.28}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-3]:before{opacity:.35}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-4]:before{opacity:.42}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-5]:before{opacity:.49}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-6]:before{opacity:.56}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-7]:before{opacity:.63}.handsontable .ht__manualColumnMove.after-selection--columns thead th.ht__highlight,.handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight{cursor:move;cursor:grab}.handsontable .ht__manualColumnMove.on-moving--columns *,.handsontable .ht__manualColumnMove.on-moving--columns thead th.ht__highlight,.handsontable.ht__manualColumnMove.on-moving--columns *,.handsontable.ht__manualColumnMove.on-moving--columns thead th.ht__highlight{cursor:move;cursor:grabbing}.handsontable .ht__manualColumnMove.on-moving--columns .manualColumnResizer,.handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer{display:none}.handsontable .ht__manualColumnMove--guideline,.handsontable .ht__manualColumnMove--backlight,.handsontable.ht__manualColumnMove--guideline,.handsontable.ht__manualColumnMove--backlight{height:100%;display:none;position:absolute}.handsontable .ht__manualColumnMove--guideline,.handsontable.ht__manualColumnMove--guideline{z-index:205;background:var(--ht-move-indicator-color,#1a42e8);width:1px;margin-inline:-.5px 0;top:0}.handsontable .ht__manualColumnMove--backlight,.handsontable.ht__manualColumnMove--backlight{z-index:205;pointer-events:none;background:color-mix(in srgb,var(--ht-move-backlight-color)var(--ht-move-backlight-opacity,100%),transparent);display:none}.handsontable .on-moving--columns.show-ui .ht__manualColumnMove--guideline,.handsontable .on-moving--columns .ht__manualColumnMove--backlight,.handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline,.handsontable.on-moving--columns .ht__manualColumnMove--backlight{display:block}.handsontable .wtHider{position:relative}.handsontable .ht__manualRowMove.after-selection--rows tbody th.ht__highlight,.handsontable.ht__manualRowMove.after-selection--rows tbody th.ht__highlight{cursor:move;cursor:grab}.handsontable .ht__manualRowMove.on-moving--rows *,.handsontable .ht__manualRowMove.on-moving--rows tbody th.ht__highlight,.handsontable.ht__manualRowMove.on-moving--rows *,.handsontable.ht__manualRowMove.on-moving--rows tbody th.ht__highlight{cursor:move;cursor:grabbing}.handsontable .ht__manualRowMove.on-moving--rows .manualRowResizer,.handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer{display:none}.handsontable .ht__manualRowMove--guideline,.handsontable .ht__manualRowMove--backlight,.handsontable.ht__manualRowMove--guideline,.handsontable.ht__manualRowMove--backlight{width:100%;display:none;position:absolute}.handsontable .ht__manualRowMove--guideline,.handsontable.ht__manualRowMove--guideline{border-top:1px solid var(--ht-move-indicator-color);z-index:205;left:0}.handsontable .ht__manualRowMove--backlight,.handsontable.ht__manualRowMove--backlight{z-index:205;pointer-events:none;background:color-mix(in srgb,var(--ht-move-backlight-color)var(--ht-move-backlight-opacity,100%),transparent);display:none}.handsontable .on-moving--rows.show-ui .ht__manualRowMove--guideline,.handsontable .on-moving--rows .ht__manualRowMove--backlight,.handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline,.handsontable.on-moving--rows .ht__manualRowMove--backlight{display:block}.ht-dialog{scrollbar-width:auto;scrollbar-color:var(--ht-scrollbar-thumb-color)var(--ht-scrollbar-track-color);font-size:var(--ht-font-size);line-height:var(--ht-line-height);letter-spacing:var(--ht-letter-spacing);z-index:1060;opacity:0;border-radius:var(--ht-wrapper-border-radius);border:1px solid var(--ht-border-color);width:100%;height:100%;display:none;position:absolute;top:0;left:0;overflow-y:auto;box-sizing:border-box!important}.ht-dialog[dir=rtl]{left:auto;right:0}.ht-dialog:focus{border:1px solid var(--ht-accent-color);outline:none}.ht-dialog:has(.htFocusCatcher:focus){border:1px solid var(--ht-accent-color);outline:none}.ht-dialog *{box-sizing:border-box!important}.ht-dialog--background-solid{background-color:var(--ht-dialog-solid-background-color)}.ht-dialog--background-semi-transparent{background-color:color-mix(in srgb,var(--ht-dialog-semi-transparent-background-color)var(--ht-dialog-semi-transparent-background-opacity,100%),transparent)}.ht-dialog--animation{transition:opacity var(--ht-table-transition)ease-in-out}.ht-dialog--show{opacity:1}.ht-dialog__content-wrapper{width:100%;min-height:100%;padding:calc(var(--ht-gap-size)*4);border-radius:var(--ht-wrapper-border-radius);justify-content:center;align-items:center;display:flex}.ht-dialog__content{padding:var(--ht-dialog-content-padding-horizontal)var(--ht-dialog-content-padding-vertical);max-width:480px;color:var(--ht-foreground-color);position:relative}.ht-dialog__content--background{box-shadow:var(--ht-shadow-x,0) var(--ht-shadow-y,0) var(--ht-shadow-blur,8px) color-mix(in srgb,var(--ht-shadow-color,#000)var(--ht-shadow-opacity,100%),transparent);border-radius:var(--ht-dialog-content-border-radius);background-color:var(--ht-dialog-content-background-color)}.ht-dialog--confirm .ht-dialog__content-wrapper{text-align:center;padding:calc(var(--ht-gap-size)*2)}.ht-dialog--confirm .ht-dialog__content-wrapper-inner{max-width:480px;padding:calc(var(--ht-gap-size)*2);border-radius:var(--ht-wrapper-border-radius);flex-direction:column;justify-content:center;align-items:center;display:flex}.ht-dialog--confirm .ht-dialog__content-wrapper-inner--background{box-shadow:var(--ht-shadow-x,0) var(--ht-shadow-y,0) var(--ht-shadow-blur,8px) color-mix(in srgb,var(--ht-shadow-color,#000)var(--ht-shadow-opacity,100%),transparent);border-radius:var(--ht-dialog-content-border-radius);background-color:var(--ht-dialog-content-background-color)}.ht-dialog--confirm .ht-dialog__content-wrapper-inner:focus{box-shadow:0 0 0 1px var(--ht-accent-color);outline:none}.ht-dialog--confirm .ht-dialog__content{justify-content:center;align-items:center;gap:var(--ht-gap-size);flex-direction:column;display:flex}.ht-dialog--confirm .ht-dialog__content:has(.ht-dialog__buttons){gap:calc(var(--ht-gap-size)*2)}.ht-dialog--confirm .ht-dialog__title{font-size:var(--ht-font-size);font-weight:var(--ht-font-weight);line-height:var(--ht-line-height);margin:0}.ht-dialog--confirm .ht-dialog__description{color:var(--ht-foreground-secondary-color);font-size:var(--ht-font-size-small);line-height:var(--ht-line-height-small);font-weight:var(--ht-font-weight);margin:0}.ht-dialog--confirm .ht-dialog__buttons{justify-content:center;gap:calc(var(--ht-gap-size)*2);flex-flow:wrap;display:flex}.ht-notification{z-index:1070;pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;overflow:visible}.ht-notification__stack{overscroll-behavior:contain;pointer-events:auto;-webkit-overflow-scrolling:touch;scrollbar-width:auto;scrollbar-color:var(--ht-scrollbar-thumb-color)var(--ht-scrollbar-track-color);flex-direction:column;gap:10px;max-width:min(420px,100% - 40px);min-height:0;padding:10px;display:flex;position:absolute;overflow:hidden auto}.ht-notification__stack--top-start{top:10px;align-items:flex-start;max-height:calc(100% - 40px);inset-inline-start:10px}.ht-notification__stack--top-end{top:10px;align-items:flex-end;max-height:calc(100% - 40px);inset-inline-end:10px}.ht-notification__stack--bottom-start{bottom:10px;align-items:flex-start;max-height:calc(100% - 40px);inset-inline-start:10px}.ht-notification__stack--bottom-end{bottom:10px;align-items:flex-end;max-height:calc(100% - 40px);inset-inline-end:10px}.ht-notification__toast{box-shadow:var(--ht-shadow-x,0) var(--ht-shadow-y,0) var(--ht-shadow-blur,8px) color-mix(in srgb,var(--ht-shadow-color,#000)var(--ht-shadow-opacity,100%),transparent);pointer-events:auto;max-width:100%;color:var(--ht-notification-foreground-color,var(--ht-foreground-color));background-color:var(--ht-notification-background-color,var(--ht-background-color));border:1px solid var(--ht-notification-border-color,var(--ht-border-color));border-radius:var(--ht-wrapper-border-radius,4px);font-size:var(--ht-font-size);line-height:var(--ht-line-height);letter-spacing:var(--ht-letter-spacing);outline:none;flex-shrink:0;display:flex;position:relative}.ht-notification__toast:focus-visible{box-shadow:0 0 0 1px var(--ht-accent-color)}.ht-notification__toast--animate{opacity:0;transition:opacity var(--ht-table-transition,.15s)ease-out,transform var(--ht-table-transition,.15s)ease-out}.ht-notification__toast--animate.ht-notification__toast--stack-top:not(.ht-notification__toast--visible){transform:translateY(-6px)}.ht-notification__toast--animate.ht-notification__toast--stack-bottom:not(.ht-notification__toast--visible){transform:translateY(6px)}.ht-notification__toast--visible{opacity:1;transform:translateY(0)}.ht-notification__toast--info .ht-notification__accent{display:none}.ht-notification__toast--success .ht-notification__accent{background-color:var(--ht-notification-success-accent,#37bc6c)}.ht-notification__toast--warning .ht-notification__accent{background-color:var(--ht-notification-warning-accent,#fbe952)}.ht-notification__toast--error .ht-notification__accent{background-color:var(--ht-notification-error-accent,#fa4d32)}.ht-notification__toast-inner{width:100%;min-width:0;direction:inherit;flex-direction:row;align-items:stretch;gap:0;padding:10px;display:flex}.ht-notification__accent{box-sizing:border-box;border-radius:4px;flex:0 0 4px;align-self:stretch;margin-inline-end:10px}.ht-notification__body{flex:auto;min-width:0}.ht-notification__title{margin:0 0 var(--ht-gap-size);font-size:var(--ht-font-size);font-weight:var(--ht-font-weight,600)}.ht-notification__message{font-size:var(--ht-font-size-small);word-break:break-word;margin:0}.ht-notification__actions{gap:var(--ht-gap-size);margin-top:var(--ht-gap-size);flex-wrap:wrap;display:flex}.ht-notification__close{box-sizing:border-box;width:var(--ht-icon-button-hit-area-size);height:var(--ht-icon-button-hit-area-size);color:var(--ht-icon-button-icon-color,inherit);cursor:pointer;border-radius:var(--ht-icon-button-border-radius,var(--ht-wrapper-border-radius,4px));background:0 0;border:none;flex:none;align-self:flex-start;margin-inline-start:4px;padding:0;position:relative;overflow:visible}.ht-notification__close:before{content:"";top:50%;margin-top:calc(-.5*var(--ht-icon-size));margin-inline-start:calc(-.5*var(--ht-icon-size));display:block;position:absolute;inset-inline-start:50%}.ht-notification__close:hover{color:var(--ht-icon-button-hover-icon-color,inherit);background-color:var(--ht-icon-button-hover-background-color,color-mix(in srgb,var(--ht-foreground-color)8%,transparent))}.ht-notification__close:focus-visible{outline:2px solid var(--ht-accent-color);outline-offset:2px}.handsontable.ht-pagination{color:var(--ht-pagination-bar-foreground-color);background:var(--ht-pagination-bar-background-color);border:1px solid var(--ht-wrapper-border-color);border-radius:0 0 var(--ht-wrapper-border-radius)var(--ht-wrapper-border-radius);font-size:var(--ht-font-size);line-height:var(--ht-line-height);box-sizing:border-box;border-top-color:#0000;overflow-x:auto}.handsontable.ht-pagination--bordered{border-top-color:var(--ht-wrapper-border-color)}.handsontable.ht-pagination .ht-pagination__inner{justify-content:space-between;align-items:center;gap:calc(var(--ht-gap-size)*4);border-radius:0 0 var(--ht-wrapper-border-radius)var(--ht-wrapper-border-radius);padding-inline:var(--ht-pagination-bar-horizontal-padding);padding-block:var(--ht-pagination-bar-vertical-padding);flex-wrap:wrap;min-width:230px;display:flex}.handsontable.ht-pagination .ht-page-size-section{align-items:center;gap:calc(var(--ht-gap-size)*2);display:flex}.handsontable.ht-pagination .ht-page-size-section__label{white-space:nowrap}.handsontable.ht-pagination .ht-page-size-section__select-wrapper{border-radius:var(--ht-input-border-radius);position:relative}.handsontable.ht-pagination .ht-page-size-section__select-wrapper select{padding-inline-start:var(--ht-gap-size);padding-inline-end:calc(var(--ht-gap-size) + var(--ht-icon-size));padding-top:var(--ht-gap-size);padding-bottom:var(--ht-gap-size);border-radius:var(--ht-input-border-radius);color:var(--ht-input-foreground-color);background-color:var(--ht-input-background-color);border:1px solid var(--ht-input-border-color);line-height:calc(var(--ht-line-height) - 4px);-webkit-appearance:none;font-size:inherit;cursor:pointer}.handsontable.ht-pagination .ht-page-size-section__select-wrapper select:disabled{opacity:.4;cursor:default;color:var(--ht-input-disabled-foreground-color);background-color:var(--ht-input-disabled-background-color);border-color:var(--ht-input-disabled-border-color)}.handsontable.ht-pagination .ht-page-size-section__select-wrapper select:hover:not(:disabled){color:var(--ht-input-hover-foreground-color);background-color:var(--ht-input-hover-background-color);border-color:var(--ht-input-hover-border-color)}.handsontable.ht-pagination .ht-page-size-section__select-wrapper select:focus{color:var(--ht-input-focus-foreground-color);background-color:var(--ht-input-focus-background-color);border-color:var(--ht-input-focus-border-color);outline:none}.handsontable.ht-pagination .ht-page-size-section__select-wrapper:after{content:"";background-color:var(--ht-foreground-color);pointer-events:none;display:block;position:absolute;inset-block-end:50%;inset-inline-end:var(--ht-gap-size);transform:translateY(50%)}.handsontable.ht-pagination .ht-page-counter-section{margin-inline-end:auto}.handsontable.ht-pagination .ht-page-navigation-section{align-items:center;gap:1px;display:flex}.handsontable.ht-pagination .ht-page-navigation-section__button{font-size:inherit;border:1px solid var(--ht-pagination-button-border-color);color:var(--ht-pagination-button-foreground-color);background-color:var(--ht-pagination-button-background-color);border-radius:var(--ht-icon-button-large-border-radius);padding:var(--ht-icon-button-large-padding);cursor:pointer}.handsontable.ht-pagination .ht-page-navigation-section__button:before{content:"";display:block}.handsontable.ht-pagination .ht-page-navigation-section__button--disabled{cursor:default;pointer-events:none;color:var(--ht-pagination-button-disabled-foreground-color);background-color:var(--ht-pagination-button-disabled-background-color);border-color:var(--ht-pagination-button-disabled-border-color)}.handsontable.ht-pagination .ht-page-navigation-section__button:hover:not(:disabled){border-color:var(--ht-pagination-button-hover-border-color);color:var(--ht-pagination-button-hover-foreground-color);background-color:var(--ht-pagination-button-hover-background-color)}.handsontable.ht-pagination .ht-page-navigation-section__button:focus{border-color:var(--ht-pagination-button-focus-border-color);color:var(--ht-pagination-button-focus-foreground-color);background-color:var(--ht-pagination-button-focus-background-color);outline:none}.handsontable.ht-pagination .ht-page-navigation-section__label{white-space:nowrap;text-align:center;min-width:100px}.handsontable.ht-wrapper.htPagination:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htPagination:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-bottom-right-radius:0;border-bottom-left-radius:0}.handsontable.ht-wrapper.htPagination .htCore:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htPagination .htCore:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-bottom-right-radius:0;border-bottom-left-radius:0}:is(.handsontable.ht-wrapper.htPagination .htCore thead tr:last-child th:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htPagination .htCore tbody tr:last-child td:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htPagination .htCore tbody tr:last-child th:first-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-bottom-left-radius:0}:is(.handsontable.ht-wrapper.htPagination .htCore thead tr:last-child th:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htPagination .htCore tbody tr:last-child td:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htPagination .htCore tbody tr:last-child th:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-bottom-right-radius:0}:is(.handsontable.ht-wrapper.htPagination .htCore thead tr:last-child th:last-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htPagination .htCore tbody tr:last-child td:last-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htPagination .htCore tbody tr:last-child th:last-child:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-bottom-right-radius:0}:is(.handsontable.ht-wrapper.htPagination .htCore thead tr:last-child th:last-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htPagination .htCore tbody tr:last-child td:last-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.handsontable.ht-wrapper.htPagination .htCore tbody tr:last-child th:last-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-bottom-left-radius:0}.ht-loading__icon-svg{width:var(--ht-icon-size);height:var(--ht-icon-size);color:var(--ht-accent-color);transform-origin:50%;animation:1s linear infinite ht-loading-spin;display:block}.ht-loading__content{align-items:center;gap:calc(var(--ht-gap-size)*2);display:flex}.ht-loading__title{font-size:var(--ht-font-size);font-weight:var(--ht-font-weight);line-height:var(--ht-line-height);margin:0}.ht-loading__description{color:var(--ht-foreground-secondary-color);font-size:var(--ht-font-size-small);line-height:var(--ht-line-height-small);font-weight:var(--ht-font-weight);margin:0}@keyframes ht-loading-spin{to{transform:rotate(360deg)}}.ht-empty-data-state{scrollbar-width:auto;scrollbar-color:var(--ht-scrollbar-thumb-color)var(--ht-scrollbar-track-color);z-index:999;border:1px solid var(--ht-border-color);border-radius:var(--ht-wrapper-border-radius);box-sizing:border-box;background-color:var(--ht-background-color);width:100%;display:none;position:absolute;left:0;overflow-y:auto}.ht-empty-data-state *{box-sizing:border-box!important}.ht-empty-data-state__content-wrapper{text-align:center;width:100%;min-height:100%;padding:calc(var(--ht-gap-size)*2);border-radius:var(--ht-wrapper-border-radius);justify-content:center;align-items:center;display:flex}.ht-empty-data-state__content-wrapper-inner{max-width:480px;padding:calc(var(--ht-gap-size)*2);border-radius:var(--ht-wrapper-border-radius);flex-direction:column;justify-content:center;align-items:center;display:flex}.ht-empty-data-state__content-wrapper-inner:focus{box-shadow:0 0 0 1px var(--ht-accent-color);outline:none}.ht-empty-data-state__content{justify-content:center;align-items:center;gap:var(--ht-gap-size);flex-direction:column;display:flex}.ht-empty-data-state__title{font-size:var(--ht-font-size);font-weight:var(--ht-font-weight);line-height:var(--ht-line-height);margin:0}.ht-empty-data-state__description{color:var(--ht-foreground-secondary-color);font-size:var(--ht-font-size-small);line-height:var(--ht-line-height-small);font-weight:var(--ht-font-weight);margin:0}.ht-empty-data-state__buttons{justify-content:center;gap:calc(var(--ht-gap-size)*2);flex-flow:wrap;display:flex}.ht-empty-data-state__buttons--has-buttons{margin-top:calc(var(--ht-gap-size)*2)}.ht-empty-data-state__spinner{width:28px;height:28px;margin-bottom:calc(var(--ht-gap-size)*2);border:2px solid var(--ht-border-color);border-top-color:var(--ht-accent-color);border-radius:50%;flex-shrink:0;animation:.75s linear infinite ht-empty-data-state-spin}@media(prefers-reduced-motion:reduce){.ht-empty-data-state__spinner{border-top-color:var(--ht-border-color);animation:none}}.ht-empty-data-state--loading .ht-empty-data-state__content{gap:calc(var(--ht-gap-size)*.5)}.ht-empty-data-state--disable-top-border{border-top-width:0}.ht-empty-data-state--disable-top-border:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),.ht-empty-data-state--disable-top-border:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-left-radius:0;border-top-right-radius:0}.ht-empty-data-state--disable-inline-border{border-inline-start-width:0}.ht-empty-data-state--disable-inline-border:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-left-radius:0;border-bottom-left-radius:0}.ht-empty-data-state--disable-inline-border:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-top-right-radius:0;border-bottom-right-radius:0}:is(.ht-empty-data-state--disable-bottom-border,.ht-empty-data-state:has(~.ht-pagination)){border-bottom-width:0}:is(.ht-empty-data-state--disable-bottom-border,.ht-empty-data-state:has(~.ht-pagination)):not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)),:is(.ht-empty-data-state--disable-bottom-border,.ht-empty-data-state:has(~.ht-pagination)):is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-bottom-right-radius:0;border-bottom-left-radius:0}@keyframes ht-empty-data-state-spin{to{transform:rotate(360deg)}}/*!
* Copyright (c) HANDSONCODE sp. z o. o.
*
* HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o., a Polish corporation based in
* Gdynia, Poland, at Aleja Zwyciestwa 96-98, registered by the District Court in Gdansk under number
* 538651, EU tax ID number: PL5862294002, share capital: PLN 62,800.00.
*
* This software is protected by applicable copyright laws, including international treaties, and dual-
* licensed - depending on whether your use for commercial purposes, meaning intended for or
* resulting in commercial advantage or monetary compensation, or not.
*
* If your use is strictly personal or solely for evaluation purposes, meaning for the purposes of testing
* the suitability, performance, and usefulness of this software outside the production environment,
* you agree to be bound by the terms included in the "handsontable-non-commercial-license.pdf" file.
*
* Your use of this software for commercial purposes is subject to the terms included in an applicable
* license agreement.
*
* In any case, you must not make any such use of this software as to develop software which may be
* considered competitive with this software.
*
* UNLESS EXPRESSLY AGREED OTHERWISE, HANDSONCODE PROVIDES THIS SOFTWARE ON AN "AS IS"
* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, AND IN NO EVENT AND UNDER NO
* LEGAL THEORY, SHALL HANDSONCODE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT,
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
* USE OR INABILITY TO USE THIS SOFTWARE.
*
* Version: 17.1.0
* Release date: 19/05/2026 (built at 19/05/2026 14:51:38)
*/.ht-theme-main,.ht-theme-main-dark,.ht-theme-main-dark-auto{--ht-sizing-size-0:0px;--ht-sizing-size-0-5:2px;--ht-sizing-size-1:4px;--ht-sizing-size-2:8px;--ht-sizing-size-1-5:6px;--ht-sizing-size-3:12px;--ht-sizing-size-4:16px;--ht-sizing-size-5:20px;--ht-sizing-size-6:24px;--ht-sizing-size-7:28px;--ht-sizing-size-8:32px;--ht-sizing-size-9:36px;--ht-sizing-size-10:40px;--ht-sizing-size-0-25:1px;--ht-density-cell-vertical:var(--ht-sizing-size-1);--ht-density-cell-horizontal:var(--ht-sizing-size-2);--ht-density-bars-horizontal:var(--ht-sizing-size-4);--ht-density-bars-vertical:var(--ht-sizing-size-2);--ht-density-gap:var(--ht-sizing-size-1);--ht-density-button-horizontal:var(--ht-sizing-size-3);--ht-density-button-vertical:var(--ht-sizing-size-1-5);--ht-density-dialog-horizontal:var(--ht-sizing-size-2);--ht-density-dialog-vertical:var(--ht-sizing-size-2);--ht-density-input-horizontal:var(--ht-sizing-size-3);--ht-density-input-vertical:var(--ht-sizing-size-1-5);--ht-density-menu-vertical:var(--ht-sizing-size-2);--ht-density-menu-horizontal:var(--ht-sizing-size-0);--ht-density-menu-item-vertical:var(--ht-sizing-size-1);--ht-density-menu-item-horizontal:var(--ht-sizing-size-3);--ht-colors-white:#fff;--ht-colors-black:#000;--ht-colors-primary-100:#6180ff;--ht-colors-primary-200:#5573f0;--ht-colors-primary-300:#4669f6;--ht-colors-primary-400:#2e56fc;--ht-colors-primary-500:#1a42e8;--ht-colors-primary-600:#1535bc;--ht-colors-palette-50:#f7f7f9;--ht-colors-palette-100:#e7e7e9;--ht-colors-palette-200:#b9b9bb;--ht-colors-palette-300:#a3a3a3;--ht-colors-palette-400:#68696c;--ht-colors-palette-500:#404144;--ht-colors-palette-600:#313132;--ht-colors-palette-700:#282829;--ht-colors-palette-800:#222;--ht-colors-palette-900:#1e1e1f;--ht-colors-palette-950:#050506;--ht-colors-transparent:#fff0;--ht-font-family:Inter;--ht-font-size:14px;--ht-font-size-small:12px;--ht-line-height:20px;--ht-line-height-small:18px;--ht-font-weight:400;--ht-letter-spacing:0px;--ht-border-color:var(--lightningcss-light,var(--ht-colors-palette-100))var(--lightningcss-dark,var(--ht-colors-palette-700));--ht-accent-color:var(--lightningcss-light,var(--ht-colors-primary-500))var(--lightningcss-dark,var(--ht-colors-primary-300));--ht-foreground-color:var(--lightningcss-light,var(--ht-colors-palette-800))var(--lightningcss-dark,var(--ht-colors-palette-200));--ht-foreground-secondary-color:var(--lightningcss-light,var(--ht-colors-palette-400))var(--lightningcss-dark,var(--ht-colors-palette-300));--ht-background-color:var(--lightningcss-light,var(--ht-colors-white))var(--lightningcss-dark,var(--ht-colors-palette-950));--ht-background-secondary-color:var(--lightningcss-light,var(--ht-colors-palette-50))var(--lightningcss-dark,var(--ht-colors-palette-900));--ht-placeholder-color:var(--lightningcss-light,var(--ht-colors-palette-300))var(--lightningcss-dark,var(--ht-colors-palette-400));--ht-read-only-color:var(--lightningcss-light,var(--ht-colors-palette-400))var(--lightningcss-dark,var(--ht-colors-palette-300));--ht-disabled-color:var(--lightningcss-light,var(--ht-colors-palette-300))var(--lightningcss-dark,var(--ht-colors-palette-400));--ht-gap-size:var(--ht-density-gap);--ht-icon-size:var(--ht-sizing-size-4);--ht-table-transition:.15s;--ht-wrapper-border-width:0px;--ht-wrapper-border-radius:var(--ht-sizing-size-1);--ht-wrapper-border-color:var(--ht-border-color);--ht-bar-foreground-color:var(--ht-foreground-color);--ht-bar-background-color:var(--ht-background-secondary-color);--ht-bar-horizontal-padding:var(--ht-density-bars-horizontal);--ht-bar-vertical-padding:var(--ht-density-bars-vertical);--ht-shadow-color:var(--lightningcss-light,var(--ht-colors-palette-800))var(--lightningcss-dark,var(--ht-colors-palette-200));--ht-shadow-x:var(--ht-sizing-size-0);--ht-shadow-y:var(--ht-sizing-size-2);--ht-shadow-blur:var(--ht-sizing-size-4);--ht-shadow-opacity:8%;--ht-cell-horizontal-padding:var(--ht-density-cell-horizontal);--ht-cell-vertical-padding:var(--ht-density-cell-vertical);--ht-cell-horizontal-border-color:var(--ht-border-color);--ht-cell-vertical-border-color:var(--ht-border-color);--ht-cell-selection-border-color:var(--ht-accent-color);--ht-cell-selection-background-color:var(--lightningcss-light,var(--ht-colors-primary-400))var(--lightningcss-dark,var(--ht-colors-primary-200));--ht-cell-success-background-color:#37bc6c33;--ht-cell-error-background-color:#fa4d3233;--ht-cell-read-only-background-color:var(--ht-background-secondary-color);--ht-cell-autofill-size:var(--ht-sizing-size-1-5);--ht-cell-autofill-hit-area-size:var(--ht-sizing-size-3);--ht-cell-autofill-border-width:var(--ht-sizing-size-0-25);--ht-cell-autofill-border-radius:var(--ht-sizing-size-1);--ht-cell-autofill-border-color:var(--ht-background-color);--ht-cell-autofill-background-color:var(--ht-accent-color);--ht-cell-autofill-fill-border-color:var(--ht-foreground-color);--ht-cell-editor-border-width:2px;--ht-cell-editor-border-color:var(--ht-accent-color);--ht-cell-editor-foreground-color:var(--lightningcss-light,var(--ht-colors-palette-950))var(--lightningcss-dark,var(--ht-colors-white));--ht-cell-editor-background-color:var(--ht-background-color);--ht-cell-editor-shadow-blur-radius:0px;--ht-cell-editor-shadow-color:var(--ht-accent-color);--ht-cell-mobile-handle-size:var(--ht-sizing-size-3);--ht-cell-mobile-handle-border-width:var(--ht-sizing-size-0-25);--ht-cell-mobile-handle-border-radius:var(--ht-sizing-size-3);--ht-cell-mobile-handle-border-color:var(--ht-accent-color);--ht-cell-mobile-handle-background-color:var(--ht-accent-color);--ht-cell-mobile-handle-background-opacity:40%;--ht-header-font-weight:var(--ht-font-weight);--ht-header-foreground-color:var(--ht-foreground-color);--ht-header-background-color:var(--ht-background-secondary-color);--ht-header-highlighted-shadow-size:0px;--ht-header-highlighted-foreground-color:var(--lightningcss-light,var(--ht-colors-palette-950))var(--lightningcss-dark,var(--ht-colors-white));--ht-header-highlighted-background-color:var(--lightningcss-light,var(--ht-colors-palette-100))var(--lightningcss-dark,var(--ht-colors-palette-700));--ht-header-active-border-color:var(--lightningcss-light,var(--ht-colors-primary-400))var(--lightningcss-dark,var(--ht-colors-primary-200));--ht-header-active-foreground-color:var(--ht-colors-white);--ht-header-active-background-color:var(--ht-accent-color);--ht-header-filter-background-color:var(--ht-cell-success-background-color);--ht-header-row-foreground-color:var(--ht-foreground-color);--ht-header-row-background-color:var(--ht-background-secondary-color);--ht-header-row-highlighted-foreground-color:var(--lightningcss-light,var(--ht-colors-palette-950))var(--lightningcss-dark,var(--ht-colors-white));--ht-header-row-highlighted-background-color:var(--lightningcss-light,var(--ht-colors-palette-100))var(--lightningcss-dark,var(--ht-colors-palette-700));--ht-header-row-active-foreground-color:var(--ht-colors-white);--ht-header-row-active-background-color:var(--ht-accent-color);--ht-row-header-odd-background-color:var(--ht-header-row-background-color);--ht-row-header-even-background-color:var(--ht-header-row-background-color);--ht-row-cell-odd-background-color:var(--ht-background-color);--ht-row-cell-even-background-color:var(--ht-background-color);--ht-button-border-radius:var(--ht-sizing-size-1);--ht-button-horizontal-padding:var(--ht-density-button-horizontal);--ht-button-vertical-padding:var(--ht-density-button-vertical);--ht-primary-button-border-color:var(--ht-colors-transparent);--ht-primary-button-foreground-color:var(--ht-colors-white);--ht-primary-button-background-color:var(--ht-accent-color);--ht-primary-button-disabled-border-color:var(--ht-colors-transparent);--ht-primary-button-disabled-foreground-color:var(--ht-disabled-color);--ht-primary-button-disabled-background-color:var(--lightningcss-light,var(--ht-colors-palette-100))var(--lightningcss-dark,var(--ht-colors-palette-700));--ht-primary-button-hover-border-color:var(--ht-colors-transparent);--ht-primary-button-hover-foreground-color:var(--ht-background-color);--ht-primary-button-hover-background-color:var(--lightningcss-light,var(--ht-colors-primary-600))var(--lightningcss-dark,var(--ht-colors-primary-100));--ht-primary-button-focus-border-color:var(--ht-background-color);--ht-primary-button-focus-foreground-color:var(--ht-background-color);--ht-primary-button-focus-background-color:var(--ht-accent-color);--ht-secondary-button-border-color:var(--ht-border-color);--ht-secondary-button-foreground-color:var(--ht-foreground-color);--ht-secondary-button-background-color:var(--ht-background-color);--ht-secondary-button-disabled-border-color:var(--ht-border-color);--ht-secondary-button-disabled-foreground-color:var(--ht-disabled-color);--ht-secondary-button-disabled-background-color:var(--lightningcss-light,var(--ht-colors-palette-100))var(--lightningcss-dark,var(--ht-colors-palette-700));--ht-secondary-button-hover-border-color:var(--ht-border-color);--ht-secondary-button-hover-foreground-color:var(--ht-foreground-color);--ht-secondary-button-hover-background-color:var(--lightningcss-light,var(--ht-colors-palette-100))var(--lightningcss-dark,var(--ht-colors-palette-700));--ht-secondary-button-focus-border-color:var(--ht-border-color);--ht-secondary-button-focus-foreground-color:var(--ht-foreground-color);--ht-secondary-button-focus-background-color:var(--ht-background-color);--ht-icon-button-border-radius:var(--ht-sizing-size-0-5);--ht-icon-button-large-border-radius:var(--ht-sizing-size-1);--ht-icon-button-large-padding:var(--ht-sizing-size-1);--ht-icon-button-border-color:var(--lightningcss-light,var(--ht-colors-palette-50))var(--lightningcss-dark,var(--ht-colors-palette-900));--ht-icon-button-background-color:var(--ht-background-secondary-color);--ht-icon-button-icon-color:var(--lightningcss-light,var(--ht-colors-palette-300))var(--lightningcss-dark,var(--ht-colors-palette-400));--ht-icon-button-hit-area-size:var(--ht-sizing-size-6);--ht-icon-button-hover-border-color:var(--lightningcss-light,var(--ht-colors-palette-100))var(--lightningcss-dark,var(--ht-colors-palette-700));--ht-icon-button-hover-background-color:var(--lightningcss-light,var(--ht-colors-palette-100))var(--lightningcss-dark,var(--ht-colors-palette-700));--ht-icon-button-hover-icon-color:var(--lightningcss-light,var(--ht-colors-palette-300))var(--lightningcss-dark,var(--ht-colors-palette-400));--ht-icon-button-active-border-color:var(--lightningcss-light,var(--ht-colors-primary-400))var(--lightningcss-dark,var(--ht-colors-primary-200));--ht-icon-button-active-background-color:var(--ht-accent-color);--ht-icon-button-active-icon-color:var(--ht-colors-white);--ht-icon-button-active-hover-border-color:var(--lightningcss-light,var(--ht-colors-primary-400))var(--lightningcss-dark,var(--ht-colors-primary-200));--ht-icon-button-active-hover-background-color:var(--lightningcss-light,var(--ht-colors-primary-400))var(--lightningcss-dark,var(--ht-colors-primary-200));--ht-icon-button-active-hover-icon-color:var(--ht-colors-white);--ht-collapse-button-border-radius:var(--ht-sizing-size-1);--ht-collapse-button-open-border-color:var(--lightningcss-light,var(--ht-colors-palette-200))var(--lightningcss-dark,var(--ht-colors-palette-500));--ht-collapse-button-open-background-color:var(--lightningcss-light,var(--ht-colors-white))var(--lightningcss-dark,var(--ht-colors-palette-950));--ht-collapse-button-open-icon-color:var(--lightningcss-light,var(--ht-colors-palette-400))var(--lightningcss-dark,var(--ht-colors-palette-300));--ht-collapse-button-open-icon-active-color:var(--lightningcss-light,var(--ht-colors-palette-400))var(--lightningcss-dark,var(--ht-colors-palette-300));--ht-collapse-button-open-hover-border-color:var(--lightningcss-light,var(--ht-colors-palette-200))var(--lightningcss-dark,var(--ht-colors-palette-500));--ht-collapse-button-open-hover-background-color:var(--lightningcss-light,var(--ht-colors-palette-50))var(--lightningcss-dark,var(--ht-colors-palette-900));--ht-collapse-button-open-hover-icon-color:var(--lightningcss-light,var(--ht-colors-palette-400))var(--lightningcss-dark,var(--ht-colors-palette-300));--ht-collapse-button-open-hover-icon-active-color:var(--lightningcss-light,var(--ht-colors-palette-400))var(--lightningcss-dark,var(--ht-colors-palette-300));--ht-collapse-button-close-border-color:var(--lightningcss-light,var(--ht-colors-palette-200))var(--lightningcss-dark,var(--ht-colors-palette-500));--ht-collapse-button-close-background-color:var(--lightningcss-light,var(--ht-colors-palette-100))var(--lightningcss-dark,var(--ht-colors-palette-700));--ht-collapse-button-close-icon-color:var(--lightningcss-light,var(--ht-colors-palette-400))var(--lightningcss-dark,var(--ht-colors-palette-300));--ht-collapse-button-close-icon-active-color:var(--lightningcss-light,var(--ht-colors-palette-400))var(--lightningcss-dark,var(--ht-colors-palette-300));--ht-collapse-button-close-hover-border-color:var(--lightningcss-light,var(--ht-colors-palette-200))var(--lightningcss-dark,var(--ht-colors-palette-500));--ht-collapse-button-close-hover-background-color:var(--lightningcss-light,var(--ht-colors-palette-100))var(--lightningcss-dark,var(--ht-colors-palette-700));--ht-collapse-button-close-hover-icon-color:var(--lightningcss-light,var(--ht-colors-palette-400))var(--lightningcss-dark,var(--ht-colors-palette-300));--ht-collapse-button-close-hover-icon-active-color:var(--lightningcss-light,var(--ht-colors-palette-400))var(--lightningcss-dark,var(--ht-colors-palette-300));--ht-link-color:var(--lightningcss-light,var(--ht-colors-primary-600))var(--lightningcss-dark,var(--ht-colors-primary-100));--ht-link-hover-color:var(--ht-accent-color);--ht-input-border-width:1px;--ht-input-border-radius:var(--ht-sizing-size-1);--ht-input-horizontal-padding:var(--ht-density-input-horizontal);--ht-input-vertical-padding:var(--ht-density-input-vertical);--ht-input-border-color:var(--ht-border-color);--ht-input-foreground-color:var(--ht-foreground-color);--ht-input-background-color:var(--ht-background-secondary-color);--ht-input-hover-border-color:var(--ht-border-color);--ht-input-hover-foreground-color:var(--ht-foreground-color);--ht-input-hover-background-color:var(--ht-background-color);--ht-input-disabled-border-color:var(--ht-border-color);--ht-input-disabled-foreground-color:var(--ht-disabled-color);--ht-input-disabled-background-color:var(--lightningcss-light,var(--ht-colors-palette-200))var(--lightningcss-dark,var(--ht-colors-palette-500));--ht-input-focus-border-color:var(--ht-accent-color);--ht-input-focus-foreground-color:var(--ht-foreground-color);--ht-input-focus-background-color:var(--ht-background-color);--ht-checkbox-size:var(--ht-icon-size);--ht-checkbox-border-radius:var(--ht-sizing-size-1);--ht-checkbox-border-color:var(--lightningcss-light,var(--ht-colors-palette-200))var(--lightningcss-dark,var(--ht-colors-palette-500));--ht-checkbox-background-color:var(--ht-background-color);--ht-checkbox-icon-color:var(--ht-colors-transparent);--ht-checkbox-focus-border-color:var(--lightningcss-light,var(--ht-colors-palette-200))var(--lightningcss-dark,var(--ht-colors-palette-500));--ht-checkbox-focus-background-color:var(--ht-background-color);--ht-checkbox-focus-icon-color:var(--ht-colors-transparent);--ht-checkbox-focus-ring-color:var(--ht-accent-color);--ht-checkbox-disabled-border-color:var(--lightningcss-light,var(--ht-colors-palette-200))var(--lightningcss-dark,var(--ht-colors-palette-500));--ht-checkbox-disabled-background-color:var(--lightningcss-light,var(--ht-colors-palette-100))var(--lightningcss-dark,var(--ht-colors-palette-700));--ht-checkbox-disabled-icon-color:var(--ht-colors-transparent);--ht-checkbox-checked-border-color:var(--lightningcss-light,var(--ht-colors-primary-400))var(--lightningcss-dark,var(--ht-colors-primary-200));--ht-checkbox-checked-background-color:var(--ht-accent-color);--ht-checkbox-checked-icon-color:var(--ht-colors-white);--ht-checkbox-checked-focus-border-color:var(--ht-background-color);--ht-checkbox-checked-focus-background-color:var(--ht-accent-color);--ht-checkbox-checked-focus-icon-color:var(--ht-colors-white);--ht-checkbox-checked-disabled-border-color:var(--lightningcss-light,var(--ht-colors-palette-200))var(--lightningcss-dark,var(--ht-colors-palette-500));--ht-checkbox-checked-disabled-background-color:var(--lightningcss-light,var(--ht-colors-palette-100))var(--lightningcss-dark,var(--ht-colors-palette-700));--ht-checkbox-checked-disabled-icon-color:var(--ht-disabled-color);--ht-checkbox-indeterminate-border-color:var(--lightningcss-light,var(--ht-colors-primary-400))var(--lightningcss-dark,var(--ht-colors-primary-200));--ht-checkbox-indeterminate-background-color:var(--ht-accent-color);--ht-checkbox-indeterminate-icon-color:var(--ht-colors-white);--ht-checkbox-indeterminate-focus-border-color:var(--ht-background-color);--ht-checkbox-indeterminate-focus-background-color:var(--ht-accent-color);--ht-checkbox-indeterminate-focus-icon-color:var(--ht-colors-white);--ht-checkbox-indeterminate-disabled-border-color:var(--lightningcss-light,var(--ht-colors-palette-200))var(--lightningcss-dark,var(--ht-colors-palette-600));--ht-checkbox-indeterminate-disabled-background-color:var(--lightningcss-light,var(--ht-colors-palette-200))var(--lightningcss-dark,var(--ht-colors-palette-500));--ht-checkbox-indeterminate-disabled-icon-color:var(--ht-disabled-color);--ht-radio-size:var(--ht-icon-size);--ht-radio-border-color:var(--lightningcss-light,var(--ht-colors-palette-200))var(--lightningcss-dark,var(--ht-colors-palette-500));--ht-radio-background-color:var(--ht-background-color);--ht-radio-icon-color:var(--ht-colors-transparent);--ht-radio-focus-border-color:var(--ht-border-color);--ht-radio-focus-background-color:var(--ht-background-color);--ht-radio-focus-icon-color:var(--ht-colors-transparent);--ht-radio-focus-ring-color:var(--ht-accent-color);--ht-radio-disabled-border-color:var(--lightningcss-light,var(--ht-colors-palette-200))var(--lightningcss-dark,var(--ht-colors-palette-500));--ht-radio-disabled-background-color:var(--lightningcss-light,var(--ht-colors-palette-100))var(--lightningcss-dark,var(--ht-colors-palette-700));--ht-radio-disabled-icon-color:var(--ht-colors-transparent);--ht-radio-checked-border-color:var(--ht-accent-color);--ht-radio-checked-background-color:var(--ht-background-color);--ht-radio-checked-icon-color:var(--ht-accent-color);--ht-radio-checked-focus-border-color:var(--lightningcss-light,var(--ht-colors-primary-400))var(--lightningcss-dark,var(--ht-colors-primary-200));--ht-radio-checked-focus-background-color:var(--ht-background-color);--ht-radio-checked-focus-icon-color:var(--lightningcss-light,var(--ht-colors-primary-400))var(--lightningcss-dark,var(--ht-colors-primary-200));--ht-radio-checked-disabled-border-color:var(--lightningcss-light,var(--ht-colors-palette-200))var(--lightningcss-dark,var(--ht-colors-palette-500));--ht-radio-checked-disabled-background-color:var(--lightningcss-light,var(--ht-colors-palette-100))var(--lightningcss-dark,var(--ht-colors-palette-700));--ht-radio-checked-disabled-icon-color:var(--ht-disabled-color);--ht-move-backlight-color:var(--lightningcss-light,var(--ht-colors-palette-800))var(--lightningcss-dark,var(--ht-colors-palette-200));--ht-move-backlight-opacity:8%;--ht-move-indicator-color:var(--ht-accent-color);--ht-resize-indicator-color:var(--lightningcss-light,var(--ht-colors-palette-300))var(--lightningcss-dark,var(--ht-colors-palette-400));--ht-hidden-indicator-color:var(--lightningcss-light,var(--ht-colors-palette-300))var(--lightningcss-dark,var(--ht-colors-palette-400));--ht-menu-border-width:1px;--ht-menu-border-radius:var(--ht-sizing-size-1);--ht-menu-horizontal-padding:var(--ht-density-menu-horizontal);--ht-menu-vertical-padding:var(--ht-density-menu-vertical);--ht-menu-item-horizontal-padding:var(--ht-density-menu-item-horizontal);--ht-menu-item-vertical-padding:var(--ht-density-menu-item-vertical);--ht-menu-border-color:var(--ht-border-color);--ht-menu-shadow-x:var(--ht-shadow-x);--ht-menu-shadow-y:var(--ht-shadow-y);--ht-menu-shadow-blur:var(--ht-shadow-blur);--ht-menu-shadow-color:var(--lightningcss-light,var(--ht-colors-palette-950))var(--lightningcss-dark,var(--ht-colors-white));--ht-menu-shadow-opacity:8%;--ht-menu-item-hover-color:var(--lightningcss-light,var(--ht-colors-palette-800))var(--lightningcss-dark,var(--ht-colors-palette-200));--ht-menu-item-hover-color-opacity:4%;--ht-menu-item-active-color:var(--ht-accent-color);--ht-menu-item-active-color-opacity:8%;--ht-comments-textarea-horizontal-padding:var(--ht-density-cell-horizontal);--ht-comments-textarea-vertical-padding:var(--ht-density-cell-vertical);--ht-comments-textarea-border-width:1px;--ht-comments-textarea-border-color:var(--ht-colors-transparent);--ht-comments-textarea-foreground-color:var(--ht-foreground-color);--ht-comments-textarea-background-color:var(--ht-background-secondary-color);--ht-comments-textarea-focus-border-width:1px;--ht-comments-textarea-focus-border-color:var(--ht-accent-color);--ht-comments-textarea-focus-foreground-color:var(--ht-foreground-color);--ht-comments-textarea-focus-background-color:var(--ht-background-color);--ht-comments-indicator-size:var(--ht-sizing-size-1-5);--ht-comments-indicator-color:var(--ht-accent-color);--ht-license-horizontal-padding:var(--ht-bar-horizontal-padding);--ht-license-vertical-padding:var(--ht-bar-vertical-padding);--ht-license-foreground-color:var(--ht-bar-foreground-color);--ht-license-background-color:var(--ht-bar-background-color);--ht-pagination-bar-foreground-color:var(--ht-bar-foreground-color);--ht-pagination-bar-background-color:var(--ht-bar-background-color);--ht-pagination-bar-horizontal-padding:var(--ht-bar-horizontal-padding);--ht-pagination-bar-vertical-padding:var(--ht-bar-vertical-padding);--ht-pagination-button-border-color:var(--ht-pagination-bar-background-color);--ht-pagination-button-foreground-color:var(--ht-foreground-secondary-color);--ht-pagination-button-background-color:var(--ht-pagination-bar-background-color);--ht-pagination-button-hover-border-color:var(--lightningcss-light,var(--ht-colors-palette-100))var(--lightningcss-dark,var(--ht-colors-palette-700));--ht-pagination-button-hover-foreground-color:var(--ht-foreground-color);--ht-pagination-button-hover-background-color:var(--lightningcss-light,var(--ht-colors-palette-100))var(--lightningcss-dark,var(--ht-colors-palette-700));--ht-pagination-button-disabled-border-color:var(--ht-pagination-bar-background-color);--ht-pagination-button-disabled-foreground-color:var(--ht-disabled-color);--ht-pagination-button-disabled-background-color:var(--ht-pagination-bar-background-color);--ht-pagination-button-focus-border-color:var(--ht-accent-color);--ht-pagination-button-focus-foreground-color:var(--ht-foreground-color);--ht-pagination-button-focus-background-color:var(--ht-pagination-bar-background-color);--ht-dialog-semi-transparent-background-color:var(--lightningcss-light,var(--ht-colors-white))var(--lightningcss-dark,var(--ht-colors-palette-950));--ht-dialog-semi-transparent-background-opacity:80%;--ht-dialog-solid-background-color:var(--lightningcss-light,var(--ht-colors-white))var(--lightningcss-dark,var(--ht-colors-palette-950));--ht-dialog-content-padding-horizontal:var(--ht-density-dialog-horizontal);--ht-dialog-content-padding-vertical:var(--ht-density-dialog-vertical);--ht-dialog-content-border-radius:var(--ht-sizing-size-2);--ht-dialog-content-background-color:var(--ht-background-secondary-color);--ht-notification-foreground-color:var(--ht-foreground-color);--ht-notification-background-color:var(--ht-background-color);--ht-notification-border-color:var(--ht-background-color);--ht-notification-success-accent:#37bc6c;--ht-notification-warning-accent:#fbe952;--ht-notification-error-accent:#fa4d32;--ht-chip-background:var(--ht-background-secondary-color);--ht-chip-border-radius:var(--ht-sizing-size-0-5);--ht-chip-vertical-padding:var(--ht-sizing-size-0);--ht-chip-horizontal-padding:var(--ht-sizing-size-0-5);--ht-chip-gap:var(--ht-sizing-size-1);--ht-scrollbar-border-radius:var(--ht-sizing-size-2);--ht-scrollbar-track-color:var(--ht-background-secondary-color);--ht-scrollbar-thumb-color:var(--lightningcss-light,var(--ht-colors-palette-300))var(--lightningcss-dark,var(--ht-colors-palette-400))}.ht-theme-main{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.ht-theme-main-dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.ht-theme-main-dark-auto{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media(prefers-color-scheme:dark){.ht-theme-main-dark-auto{--lightningcss-light: ;--lightningcss-dark:initial}}[class*=ht-theme-main] .htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper:after,[class*=ht-theme-main] .htContextMenu table tbody tr td.htSubmenu .htItemWrapper:after,[class*=ht-theme-main] .htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper:after,[class*=ht-theme-main] .pika-single .pika-next{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.64648 10.9393L9.93938 7.64644L6.64648 4.35354%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");-webkit-mask-size:contain}[class*=ht-theme-main] .pika-single .pika-prev{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.49268 11.2929L6.19978 8.00001L9.49268 4.70712%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");-webkit-mask-size:contain}[class*=ht-theme-main] .ht-page-size-section__select-wrapper:after{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.6%27%3E%3Cpath d=%27M11.5859 6L8.29304 9.29289L5.00015 6%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/svg%3E");-webkit-mask-size:contain}[class*=ht-theme-main] .changeType:before,[class*=ht-theme-main] .htUISelectCaption:after,.htAutocompleteArrow:after{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.0002 6.66663C11.4262 6.66663 11.6487 7.15963 11.3917 7.47813L11.3537 7.52013L8.35372 10.5201C8.26762 10.6062 8.15307 10.6579 8.03156 10.6656C7.91005 10.6732 7.78992 10.6363 7.69372 10.5616L7.64672 10.5201L4.64672 7.52013L4.60522 7.47313L4.57822 7.43463L4.55122 7.38663L4.54272 7.36863L4.52922 7.33513L4.51322 7.28113L4.50822 7.25463L4.50322 7.22463L4.50122 7.19613V7.13713L4.50372 7.10813L4.50822 7.07813L4.51322 7.05213L4.52922 6.99813L4.54272 6.96463L4.57772 6.89863L4.61022 6.85363L4.64672 6.81313L4.69372 6.77163L4.73222 6.74463L4.78022 6.71763L4.79822 6.70913L4.83172 6.69563L4.88572 6.67963L4.91222 6.67463L4.94222 6.66963L4.97072 6.66763L11.0002 6.66663Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");-webkit-mask-size:contain}[class*=ht-theme-main] .columnSorting.sortAction.ascending:before{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.00008 12.6667L8.00008 3.33335M8.00008 3.33335L5.33342 6.00002M8.00008 3.33335L10.6667 6.00002%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");-webkit-mask-size:contain}[class*=ht-theme-main] .columnSorting.sortAction.descending:before{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.00004 3.33331V12.6666M8.00004 12.6666L10.6667 9.99998M8.00004 12.6666L5.33337 9.99998%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");-webkit-mask-size:contain}[class*=ht-theme-main] .ht-page-navigation-section .ht-page-first:before{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.0713 4.64188L7.72115 7.99203L11.0713 11.3422M4.92936 4.08353L4.92936 11.3422%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");-webkit-mask-size:contain}[class*=ht-theme-main] [dir=rtl] .ht-page-navigation-section .ht-page-first:before{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.9292 4.64188L8.27934 7.99203L4.9292 11.3422M11.0711 4.08353V11.3422%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");-webkit-mask-size:contain}[class*=ht-theme-main] .ht-page-navigation-section .ht-page-prev:before{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.49268 11.2929L6.19978 8.00001L9.49268 4.70712%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");-webkit-mask-size:contain}[class*=ht-theme-main] [dir=rtl] .ht-page-navigation-section .ht-page-prev:before,[class*=ht-theme-main] .ht-page-navigation-section .ht-page-next:before{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.64648 10.9393L9.93938 7.64644L6.64648 4.35354%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");-webkit-mask-size:contain}[class*=ht-theme-main] [dir=rtl] .ht-page-navigation-section .ht-page-next:before{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.49268 11.2929L6.19978 8.00001L9.49268 4.70712%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");-webkit-mask-size:contain}[class*=ht-theme-main] .ht-page-navigation-section .ht-page-last:before{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.9292 4.64188L8.27934 7.99203L4.9292 11.3422M11.0711 4.08353V11.3422%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");-webkit-mask-size:contain}[class*=ht-theme-main] [dir=rtl] .ht-page-navigation-section .ht-page-last:before{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.0713 4.64188L7.72115 7.99203L11.0713 11.3422M4.92936 4.08353L4.92936 11.3422%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");-webkit-mask-size:contain}[class*=ht-theme-main] .htDropdownMenu table tbody tr td .htItemWrapper span.selected:after,[class*=ht-theme-main] .htContextMenu table tbody tr td .htItemWrapper span.selected:after,[class*=ht-theme-main] .htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected:after{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M3.33337 8.00002L6.66671 11.3334L13.3334 4.66669%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");-webkit-mask-size:contain}[class*=ht-theme-main] .htCheckboxRendererInput{-webkit-appearance:none;-moz-appearance:none;appearance:none}[class*=ht-theme-main] .htCheckboxRendererInput:after{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5 8L7 10L11 6%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");-webkit-mask-size:contain}[class*=ht-theme-main] th.beforeHiddenColumn:after{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width=%2710%27 height=%2710%27 viewBox=%270 0 10 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.08482 1.35771L6.11503 1.3551H6.17649L6.2067 1.35771L6.23795 1.36239L6.26503 1.3676L6.32128 1.38427L6.35618 1.39833L6.42493 1.43479L6.4718 1.46864L6.51399 1.50667L6.55722 1.55562L6.58534 1.59573L6.61347 1.64573L6.62232 1.66448L6.63639 1.69937L6.65305 1.75562L6.65826 1.78323L6.66347 1.81448L6.66555 1.84417L6.66659 1.87489V8.12489C6.66659 8.56864 6.15305 8.80042 5.82128 8.53271L5.77753 8.49312L2.65253 5.36812C2.56286 5.27844 2.50899 5.15912 2.50103 5.03254C2.49307 4.90596 2.53157 4.78083 2.6093 4.68062L2.65253 4.63167L5.77753 1.50667L5.82649 1.46344L5.86659 1.43531L5.91659 1.40719L5.93534 1.39833L5.97024 1.38427L6.02649 1.3676L6.05409 1.36239L6.08482 1.35771Z%27 fill=%27currentColor%27/%3E%3C/svg%3E");-webkit-mask-size:contain}[class*=ht-theme-main] th.afterHiddenColumn:before{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width=%2710%27 height=%2710%27 viewBox=%270 0 10 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M3.33337 1.87499C3.33337 1.43124 3.84692 1.19947 4.17869 1.46718L4.22244 1.50676L7.34744 4.63176C7.43711 4.72145 7.49098 4.84077 7.49894 4.96735C7.5069 5.09392 7.4684 5.21905 7.39067 5.31926L7.34744 5.36822L4.22244 8.49322L4.17348 8.53645L4.13337 8.56457L4.08337 8.5927L4.06462 8.60155L4.02973 8.61562L3.97348 8.63228L3.94587 8.63749L3.91462 8.6427L3.88494 8.64478L3.85421 8.64582L3.82348 8.64478L3.79327 8.64218L3.76202 8.63749L3.73494 8.63228L3.67869 8.61562L3.64379 8.60155L3.57504 8.5651L3.52817 8.53124L3.48598 8.49322L3.44275 8.44426L3.41462 8.40416L3.3865 8.35416L3.37764 8.33541L3.36358 8.30051L3.34692 8.24426L3.34171 8.21666L3.3365 8.18541L3.33442 8.15572L3.33337 1.87499Z%27 fill=%27currentColor%27/%3E%3C/svg%3E");-webkit-mask-size:contain}[class*=ht-theme-main] th.beforeHiddenRow:after{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%278%27 height=%278%27 viewBox=%270 0 8 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M3.76425 2.43099C3.82165 2.3736 3.89801 2.33913 3.97902 2.33403C4.06003 2.32894 4.14012 2.35358 4.20425 2.40333L4.23558 2.43099L6.23558 4.43099L6.26325 4.46233L6.28125 4.48799L6.29925 4.51999L6.30492 4.53199L6.31392 4.55433L6.32458 4.59033L6.32792 4.60799L6.33125 4.62799L6.33258 4.64699L6.33325 4.66666L6.33258 4.68633L6.33092 4.70566L6.32792 4.72566L6.32458 4.74299L6.31392 4.77899L6.30492 4.80133L6.28158 4.84533L6.25992 4.87533L6.23558 4.90233L6.20425 4.92999L6.17858 4.94799L6.14658 4.96599L6.13458 4.97166L6.11225 4.98066L6.07625 4.99133L6.05858 4.99466L6.03858 4.99799L6.01958 4.99933L5.99992 4.99999H1.99992C1.71592 4.99999 1.56758 4.67133 1.73892 4.45899L1.76425 4.43099L3.76425 2.43099Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");-webkit-mask-size:contain}[class*=ht-theme-main] th.afterHiddenRow:before{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%278%27 height=%278%27 viewBox=%270 0 8 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5.9999 3C6.2839 3 6.43224 3.32867 6.2609 3.541L6.23557 3.569L4.23557 5.569C4.17817 5.62639 4.10181 5.66087 4.0208 5.66596C3.93979 5.67106 3.8597 5.64642 3.79557 5.59667L3.76424 5.569L1.76424 3.569L1.73657 3.53767L1.71857 3.512L1.70057 3.48L1.6949 3.468L1.6859 3.44567L1.67524 3.40967L1.6719 3.392L1.66857 3.372L1.66724 3.353V3.31367L1.6689 3.29433L1.6719 3.27433L1.67524 3.257L1.6859 3.221L1.6949 3.19867L1.71824 3.15467L1.7399 3.12467L1.76424 3.09767L1.79557 3.07L1.82124 3.052L1.85324 3.034L1.86524 3.02833L1.88757 3.01933L1.92357 3.00867L1.94124 3.00533L1.96124 3.002L1.98024 3.00067L5.9999 3Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");-webkit-mask-size:contain}[class*=ht-theme-main] .collapsibleIndicator:before,[class*=ht-theme-main] .ht_nestingButton:before{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.33325 8H11.6666%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");-webkit-mask-size:contain}[class*=ht-theme-main] .collapsibleIndicator.collapsed:before,[class*=ht-theme-main] .ht_nestingButton.ht_nestingExpand:before{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M7.49988 11.6667C7.49988 11.9428 7.72374 12.1667 7.99988 12.1667C8.27602 12.1667 8.49988 11.9428 8.49988 11.6667V8.50002H11.6666C11.9427 8.50002 12.1666 8.27616 12.1666 8.00002C12.1666 7.72388 11.9427 7.50002 11.6666 7.50002H8.49988V4.33337C8.49988 4.05723 8.27602 3.83337 7.99988 3.83337C7.72374 3.83337 7.49988 4.05723 7.49988 4.33337V7.50002H4.33325C4.05711 7.50002 3.83325 7.72388 3.83325 8.00002C3.83325 8.27616 4.05711 8.50002 4.33325 8.50002H7.49988V11.6667Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");-webkit-mask-size:contain}[class*=ht-theme-main] .htUIRadio>input[type=radio]:after{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Ccircle cx=%278%27 cy=%278%27 r=%274%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");-webkit-mask-size:contain}[class*=ht-theme-main] .ht-multi-select-chip-remove:before,[class*=ht-theme-main] .ht-notification__close:before{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12 4L4 12M4 4L12 12%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");-webkit-mask-size:contain}[class*=ht-theme-main] .ht-multi-select-editor-search-icon{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27%3E%3Cg opacity=%270.5%27%3E%3Cpath d=%27M28 28L20 20M4 13.3333C4 14.559 4.24141 15.7727 4.71046 16.905C5.1795 18.0374 5.86699 19.0663 6.73367 19.933C7.60035 20.7997 8.62925 21.4872 9.76162 21.9562C10.894 22.4253 12.1077 22.6667 13.3333 22.6667C14.559 22.6667 15.7727 22.4253 16.905 21.9562C18.0374 21.4872 19.0663 20.7997 19.933 19.933C20.7997 19.0663 21.4872 18.0374 21.9562 16.905C22.4253 15.7727 22.6667 14.559 22.6667 13.3333C22.6667 12.1077 22.4253 10.894 21.9562 9.76162C21.4872 8.62925 20.7997 7.60035 19.933 6.73367C19.0663 5.86699 18.0374 5.1795 16.905 4.71046C15.7727 4.24141 14.559 4 13.3333 4C12.1077 4 10.894 4.24141 9.76162 4.71046C8.62925 5.1795 7.60035 5.86699 6.73367 6.73367C5.86699 7.60035 5.1795 8.62925 4.71046 9.76162C4.24141 10.894 4 12.1077 4 13.3333Z%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/svg%3E");-webkit-mask-size:contain}[class*=ht-theme-main] .ht-multi-select-editor-item-selected input:after{width:var(--ht-icon-size);height:var(--ht-icon-size);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5 8L7 10L11 6%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");-webkit-mask-size:contain}@keyframes DataTable_fade-in__GmRIi{0%{opacity:0}to{opacity:1}}.DataTable_table-container__WFl6v{flex:1;min-height:0;align-self:stretch;display:flex;flex-direction:column;gap:var(--spacing-sm);background:var(--surface-color-default);overflow:hidden}.DataTable_grid-wrapper__V6G80{flex:1;min-height:0;position:relative;overflow:hidden;border-radius:var(--radius-xs);background:var(--background-color-default)}.DataTable_grid-content__b8L_B{height:100%}.DataTable_grid-content__b8L_B:not([data-disable-fade-in=true]){animation:DataTable_fade-in__GmRIi .35s ease both}.DataTable_grid-wrapper__V6G80 .ht_master.handsontable,.DataTable_grid-wrapper__V6G80 .ht_master .wtHolder{overscroll-behavior:contain}.DataTable_grid-wrapper__V6G80 .handsontable{--ht-font-size: var(--font-size-xs);--ht-font-size-small: var(--font-size-xs);--ht-line-height: 18px;--ht-line-height-small: 18px;--ht-letter-spacing: var(--tracking-wide-2);--ht-cell-vertical-padding: var(--spacing-6);--ht-cell-horizontal-padding: var(--spacing-6)}.DataTable_grid-wrapper__V6G80 .handsontable td,.DataTable_grid-wrapper__V6G80 .handsontable th,.DataTable_grid-wrapper__V6G80 .handsontable .colHeader,.DataTable_grid-wrapper__V6G80 .handsontable .rowHeader{font-size:var(--font-size-xs);font-weight:var(--font-regular);line-height:18px;letter-spacing:var(--tracking-wide-2)}.DataTable_grid-wrapper__V6G80 .handsontable .colHeader{padding:var(--spacing-6);display:flex;align-items:center;gap:var(--spacing-4);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.DataTable_grid-wrapper__V6G80 .handsontable td:not([class*=area]){background:var(--surface-color-default)!important;padding:var(--spacing-6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.DataTable_grid-wrapper__V6G80[data-disable-selection=true] .wtBorder{display:none!important}.DataTable_grid-wrapper__V6G80[data-disable-selection=true] .handsontable td.current,.DataTable_grid-wrapper__V6G80[data-disable-selection=true] .handsontable td.area,.DataTable_grid-wrapper__V6G80[data-disable-selection=true] .handsontable tbody th.current,.DataTable_grid-wrapper__V6G80[data-disable-selection=true] .handsontable .rowHeader.current{background:var(--surface-color-default, #fff)!important;font-weight:var(--font-regular, 400)!important}.DataTable_grid-wrapper__V6G80 .handsontable td.selected-header-row{background:var(--surface-color-primary-soft)!important;border-top:1px solid var(--border-color-primary);border-bottom:1px solid var(--border-color-primary);font-weight:var(--font-semi-bold, 600);color:var(--text-color-neutral, #2d2d2d)}.DataTable_grid-wrapper__V6G80 .handsontable tbody th.selected-header-row{background:var(--surface-color-primary-soft)!important;border-top:1px solid var(--border-color-primary)!important;border-bottom:1px solid var(--border-color-primary)!important}.DataTable_grid-wrapper__V6G80 .handsontable .rowHeader.selected-header-row{background:var(--surface-color-primary-soft)!important}.DataTable_grid-wrapper__V6G80 .handsontable tbody tr th .relative{padding:var(--spacing-6)}.DataTable_grid-wrapper__V6G80 .handsontable thead tr th .relative{padding:0}.DataTable_grid-wrapper__V6G80 .handsontableInputHolder .handsontableInput{font-family:inherit!important;font-size:var(--font-size-xs)!important;font-weight:var(--font-regular)!important;line-height:18px!important;letter-spacing:var(--tracking-wide-2)!important;padding:var(--spacing-6)!important;margin:0!important;border:none!important;outline:none!important;resize:none!important;overflow:hidden!important;white-space:nowrap!important;box-shadow:inset 0 0 0 2px var(--border-color-primary)!important;box-sizing:border-box!important}.PreviewModal_modal__6L1yU{overscroll-behavior-x:none}.PreviewModal_modal__6L1yU .ingestro-dialog__content{width:90vw;max-width:90vw;height:90vh;display:flex;flex-direction:column;gap:0;padding:0;overscroll-behavior-x:none}.PreviewModal_modal__6L1yU .ingestro-dialog__header{padding:var(--spacing-md);border-bottom:1px solid var(--border-color-default);margin-bottom:var(--spacing-md);gap:var(--spacing-xs)}.PreviewModal_modal__6L1yU .heading-5{font-size:var(--font-size-h3);font-style:normal;font-weight:var(--font-semi-bold);line-height:var(--font-line-height);letter-spacing:var(--tracking-tight-2)}.PreviewModal_modal__6L1yU .ingestro-dialog__subtitle{font-size:var(--font-size-xs);font-style:normal;font-weight:var(--font-regular);line-height:var(--font-line-height);letter-spacing:var(--tracking-wide-2);margin:0}.PreviewModal_modal__6L1yU .ingestro-dialog__body{flex:1;overflow:hidden;display:flex;flex-direction:column;padding:0 var(--spacing-md);width:100%}.PreviewModal_modal__6L1yU .ingestro-dialog__footer{padding:var(--spacing-lg);border-top:1px solid var(--border-color-default)}.PreviewModal_body__Bgmmf{flex:1;overflow:hidden;display:flex;flex-direction:column;padding:0}.PreviewModal_error-state__8inOT{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-sm);text-align:center;padding:var(--spacing-xl);background:var(--surface-color-default)}.PreviewModal_error-state__8inOT .ingestro-emptyState__heading{margin-top:var(--spacing-16, 16px);font-size:var(--font-size-h3, 20px)}.PreviewModal_error-state__8inOT .ingestro-emptyState__text{margin-top:var(--spacing-12, 12px);font-size:var(--font-size-sm, 14px)}.PreviewModal_error-state__8inOT .ingestro-emptyState__actions{margin-top:var(--spacing-20, 20px)}.PreviewModal_error-state__8inOT .ingestro-emptyState__actions .ingestro-button{padding:0 var(--spacing-12, 12px)}.PreviewModal_error-state__8inOT .ingestro-emptyState__actions .ingestro-button__text{font-weight:var(--font-regular, 400)}.PreviewModal_grid-container___qp-q{position:relative;flex:1;min-height:0;display:flex;flex-direction:column}.ParsingFailedInfoModal_modal__d1f6n .ingestro-dialog__content{padding:var(--spacing-lg);max-width:440px;overflow:hidden;gap:var(--spacing-lg)}.ParsingFailedInfoModal_modal__d1f6n .ingestro-dialog__body{display:flex;flex-direction:column;padding:0;width:100%}.ParsingFailedInfoModal_modal__d1f6n .ingestro-dialog__footer{padding:0}.ParsingFailedInfoModal_content__qgmLr{display:flex;flex-direction:column;gap:var(--spacing-lg)}.ParsingFailedInfoModal_title__-qpNF{color:var(--text-color-neutral);font-size:16px;font-weight:600;line-height:24px}.ParsingFailedInfoModal_divider__hWiFH{height:0;border-top:1px solid var(--border-color-default)}.ParsingFailedInfoModal_details__Bhz9X{display:flex;flex-direction:column}.ParsingFailedInfoModal_file-name__ZUlJT{margin:0;color:var(--text-color-neutral);font-size:12px;font-weight:600;line-height:18px;letter-spacing:.24px;word-break:break-word}.ParsingFailedInfoModal_description__mwwYd{margin:0;color:var(--text-color-neutral-subtle);font-size:12px;font-weight:400;line-height:18px;letter-spacing:.24px;white-space:pre-wrap}.ParsingFailedInfoModal_footer__LpOHS{display:flex;justify-content:flex-end}.InputFilesDeleteModal_modal__bwYxd .ingestro-dialog__content{padding:var(--spacing-lg);max-width:440px;overflow:hidden;gap:var(--spacing-lg)}.InputFilesDeleteModal_modal__bwYxd .ingestro-dialog__body{display:flex;flex-direction:column;padding:0;width:100%}.InputFilesDeleteModal_modal__bwYxd .ingestro-dialog__footer{padding:0}.InputFilesDeleteModal_content__9CW1D{display:flex;flex-direction:column;gap:var(--spacing-lg)}.InputFilesDeleteModal_title__qDTr9{color:var(--text-color-neutral);font-size:16px;font-weight:600;line-height:24px}.InputFilesDeleteModal_divider__73s22{height:0;border-top:1px solid var(--border-color-default)}.InputFilesDeleteModal_description__eLkaD{color:var(--text-color-neutral);font-size:12px;font-weight:400;line-height:18px;letter-spacing:.24px}.InputFilesDeleteModal_description__eLkaD strong{font-weight:700}.InputFilesDeleteModal_sections__3f-SP{display:flex;flex-direction:column;gap:var(--spacing-md)}.InputFilesDeleteModal_section__G_BJW{display:flex;flex-direction:column;gap:var(--spacing-xs)}.InputFilesDeleteModal_section-label__7yI4J{color:var(--text-color-neutral-subtle);font-size:10px;font-weight:600;line-height:15px;text-transform:uppercase}.InputFilesDeleteModal_file-list-box__6Nlt1{padding:var(--spacing-xs);background:var(--background-color-default);border:1px solid var(--border-color-default);border-radius:var(--radius-xs)}.InputFilesDeleteModal_file-list__so8Zc{margin:0;padding-inline-start:var(--spacing-md);list-style:disc}.InputFilesDeleteModal_file-name__IZyTX{color:var(--text-color-neutral);font-size:12px;font-weight:400;line-height:18px;letter-spacing:.24px;overflow-wrap:break-word}.InputFilesDeleteModal_footer__6SxMw{display:flex;justify-content:flex-end;gap:var(--spacing-xs)}.InputFilesTab_root__uWikX{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.InputFilesTab_hidden-input__-O4tA{display:none}.FlowDetails_root__WJ4G0{display:flex;flex-direction:column;width:100%;min-height:0;flex:1}.FlowDetails_body__Minrt{display:flex;flex-direction:column;flex:1;min-height:0;min-width:0;width:100%;overflow:auto}.FlowDetails_empty__1cKEI .ingestro-emptyState__heading{font-size:20px;margin-top:16px}.FlowDetails_empty__1cKEI .ingestro-emptyState__text{font-size:14px;margin-top:12px}.FlowDetails_empty__1cKEI .ingestro-emptyState__actions{margin-top:20px}.FlowDetails_empty__1cKEI .ingestro-emptyState__actions .ingestro-button{padding:0 12px}.FlowDetails_empty__1cKEI .ingestro-emptyState__actions .ingestro-button__text{font-weight:400}.RequiredMappingMissingContent_content__UYC4Y{display:flex;flex-direction:column;color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:1.5;letter-spacing:var(--tracking-wide-2, .02em)}.RequiredMappingMissingContent_paragraph__u8l3H{margin:0}.RequiredMappingMissingContent_list__hYNUw{margin:var(--spacing-8, 8px) 0 0;padding-inline-start:var(--spacing-16, 16px);list-style:disc;min-width:0}.ImportFlowHeader_header___X0ef{display:flex;flex-direction:column;gap:var(--spacing-xs);padding:var(--spacing-12) var(--spacing-16);background:var(--surface-color-default);border-bottom:1px solid var(--border-color-default);flex-shrink:0}.ImportFlowHeader_stepper__jro2s{display:flex;align-items:center;gap:var(--spacing-8);list-style:none;margin:0;padding:0}.ImportFlowHeader_stepper-item__SsKQS{display:flex;align-items:center;gap:var(--spacing-8)}.ImportFlowHeader_stepper-separator___6wzQ{display:block;width:24px;height:1px;background:var(--border-color-default);flex-shrink:0}.ImportFlowHeader_step__RyiOU{display:inline-flex;align-items:center;gap:var(--spacing-4);padding:var(--spacing-4) var(--spacing-6);border:none;border-radius:var(--border-radius-full);background:transparent;font-family:inherit;font-size:var(--font-size-xxs);font-weight:var(--font-regular);color:var(--text-color-mute);line-height:1.5;cursor:default;transition:background .15s ease,color .15s ease}.ImportFlowHeader_step__RyiOU[data-state=previous]{cursor:pointer}.ImportFlowHeader_step__RyiOU[data-state=previous]:hover{background:var(--surface-color-default-soft)}.ImportFlowHeader_step__RyiOU[data-state=current]{background:var(--feedback-primary-subtle);color:var(--text-color-neutral);font-weight:var(--font-semi-bold)}.ImportFlowHeader_step__RyiOU:focus-visible{outline:2px solid var(--feedback-primary);outline-offset:2px}.ImportFlowHeader_step-indicator__hnSFh{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:var(--border-radius-full);flex-shrink:0}.ImportFlowHeader_step__RyiOU[data-state=previous] .ImportFlowHeader_step-indicator__hnSFh{background:var(--feedback-primary);color:var(--icon-color-on-primary)}.ImportFlowHeader_step__RyiOU[data-state=current] .ImportFlowHeader_step-indicator__hnSFh{border:1px solid var(--feedback-primary)}.ImportFlowHeader_step__RyiOU[data-state=next] .ImportFlowHeader_step-indicator__hnSFh{border:1px solid var(--icon-color-disabled)}.ImportFlowHeader_step-check__v1w9p{display:block}.ImportFlowHeader_step-label__g0GxT{white-space:nowrap}.ImportFlowHeader_title__HKwgi{font-size:var(--font-size-h2);font-weight:var(--font-semi-bold);color:var(--text-color-neutral);margin:0;line-height:1.5;letter-spacing:-.02em}.ImportFlowHeader_description__60snv{font-size:var(--font-size-xxs);color:var(--text-color-neutral-subtle);margin:0;line-height:1.5}.ImportFlowFooter_footer__FI7AO{display:flex;align-items:center;justify-content:flex-end;height:56px;min-height:56px;padding:var(--spacing-12, 12px);background:var(--surface-color-default);border-top:1px solid var(--border-color-default);flex-shrink:0}.ImportFlowFooter_actions__9NDNd{display:flex;align-items:center;gap:var(--spacing-8, 8px)}.ImportFlowFooter_actions__9NDNd button{transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,opacity .2s ease!important}.ImportFlowFooter_back-btn__WlfUL{all:unset;cursor:pointer;display:inline-flex;align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-sm);font-weight:var(--font-regular);color:var(--text-color-primary, #162338);height:32px;padding:0 var(--spacing-sm);border-radius:var(--radius-xs, 4px);transition:background .2s ease}.ImportFlowFooter_back-btn__WlfUL:hover{background:var(--state-hover-on-surface)}.ImportFlowFooter_back-btn__WlfUL:focus-visible{outline:2px solid var(--feedback-primary);outline-offset:2px}.ImportFlowFooter_back-btn__WlfUL:disabled{cursor:not-allowed;opacity:.5}.ImportFlowFooter_continue-tooltip-trigger__in6UX{display:inline-flex}.ImportFlowFooter_continue-tooltip-trigger__in6UX:focus-visible{outline:2px solid var(--feedback-primary);outline-offset:2px;border-radius:var(--radius-xs, 4px)}.ReviewRevalidationModal_modal__dHXHH .ingestro-dialog__content{max-width:var(--modal-review-status-max-width)}.ReviewRevalidationModal_content__T7C5K{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-lg);padding:var(--spacing-xl)}.ReviewRevalidationModal_icon-wrap__Tu2OM{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--radius-sm);background:var(--feedback-primary-subtle);color:var(--icon-color-primary)}.ReviewRevalidationModal_icon-wrap--success__ohR0s{background:var(--feedback-success-subtle);color:var(--feedback-success)}.ReviewRevalidationModal_copy__XzxH7{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-8);width:100%}.ReviewRevalidationModal_title__yK0WH{margin:0;font-size:var(--font-size-sm);font-weight:var(--font-semi-bold);line-height:21px;color:var(--text-color-neutral);text-align:center}.ReviewRevalidationModal_description__ABWVG{margin:0;font-size:var(--font-size-xs);font-weight:var(--font-regular);line-height:18px;letter-spacing:.24px;color:var(--text-color-neutral-subtle);text-align:center}.ReviewRevalidationModal_progress-track__Glphs{position:relative;width:160px;height:10px;border-radius:var(--border-radius-full);background:var(--feedback-primary-subtle);overflow:hidden}.ReviewRevalidationModal_progress-fill__Egz2f{height:100%;border-radius:var(--border-radius-full);background:var(--feedback-primary);transition:width .3s ease}.ImportSummaryModal_modal__4mD-Y .ingestro-dialog__content{max-width:540px}.ImportSummaryModal_body__BpG67{display:flex;flex-direction:column;gap:var(--spacing-md)}.ImportSummaryModal_field__otXel{display:flex;flex-direction:column;gap:var(--spacing-4)}.ImportSummaryModal_field-label__Mx3kQ{font-size:var(--font-size-sm);color:var(--text-color-neutral-subtle)}.ImportSummaryModal_file-name__JdI8r{display:flex;align-items:center;gap:var(--spacing-8);min-height:40px;padding:var(--spacing-8) var(--spacing-12);border-radius:var(--radius-xs);border:1px solid var(--input-border-default);background:var(--input-fill-default);color:var(--text-color-neutral);font-size:var(--font-size-default)}.ImportSummaryModal_summary__VFTfq{display:flex;flex-direction:column;gap:var(--spacing-8)}.ImportSummaryModal_summary-label__EJcv5{font-size:var(--font-size-sm);color:var(--text-color-neutral-subtle)}.ImportSummaryModal_summary-table__pcz20{margin:0;border:1px solid var(--border-color-default);border-radius:var(--radius-md);overflow:hidden}.ImportSummaryModal_summary-row__qaZS9{display:flex;justify-content:space-between;align-items:center;gap:var(--spacing-md);padding:var(--spacing-12);border-bottom:1px solid var(--border-color-default)}.ImportSummaryModal_summary-row__qaZS9:last-child{border-bottom:none}.ImportSummaryModal_summary-term__Rg-xg,.ImportSummaryModal_summary-value__D5zUw{margin:0;font-size:var(--font-size-xs);line-height:18px;letter-spacing:.24px}.ImportSummaryModal_summary-term__Rg-xg{font-weight:var(--font-regular)}.ImportSummaryModal_summary-value__D5zUw{font-weight:var(--font-semi-bold)}.ImportSummaryModal_summary-term--neutral__YCv_J,.ImportSummaryModal_summary-value--neutral__jgh-4{color:var(--text-color-neutral-subtle)}.ImportSummaryModal_summary-term--success__433sO,.ImportSummaryModal_summary-value--success__trMcB{color:var(--feedback-success)}.ImportSummaryModal_summary-term--error__XfOX2,.ImportSummaryModal_summary-value--error__W4KK8{color:var(--feedback-error)}.ImportSummaryModal_summary-term--warning__vjurY,.ImportSummaryModal_summary-value--warning__VZ_Cl{color:var(--feedback-warning)}.ImportSummaryModal_footer__-jEhH{display:flex;justify-content:flex-end;gap:var(--spacing-8);width:100%;padding:var(--spacing-xs) var(--spacing-md)}.ReviewSubmitErrorModal_modal__LAK5l{max-width:var(--modal-review-status-max-width)}.ReviewSubmitErrorModal_description__ZzfxB{margin:0;font-size:var(--font-size-xs);color:var(--text-color-neutral-subtle);line-height:1.5}.ReviewSubmitErrorModal_footer__ThJEc{display:flex;justify-content:flex-end;gap:var(--spacing-xs);width:100%}.ImportCompleteSuccessModal_modal__uNg6e{max-width:var(--modal-review-status-max-width)}.ImportCompleteSuccessModal_body__d37hy{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-sm);text-align:center}.ImportCompleteSuccessModal_icon-wrap__OPCTM{display:flex;align-items:center;justify-content:center;width:var(--spacing-40, 40px);height:var(--spacing-40, 40px);border-radius:50%;background:var(--feedback-success-subtle);color:var(--feedback-success)}.ImportCompleteSuccessModal_description__DuGQ3{margin:0;font-size:var(--font-size-xs);color:var(--text-color-neutral-subtle);line-height:1.5}.ImportCompleteSuccessModal_footer__7f2G0{display:flex;justify-content:center;width:100%}.ImportFlowShell_shell__-FM1s{display:flex;flex-direction:column;height:100%;width:100%;overscroll-behavior-x:none}.ImportFlowShell_step-body__-zT2V{flex:1;min-height:0;overflow:hidden}.CollapsiblePanel_wrapper__7wRMk{position:absolute;top:0;right:0;bottom:0;z-index:2;display:flex;overflow:hidden;background:var(--surface-color-default);border-left:1px solid var(--border-color-default);transform:translate(0)}.CollapsiblePanel_wrapper__7wRMk[data-animated=true]{transition:transform .3s cubic-bezier(.4,0,.2,1)}.CollapsiblePanel_wrapper__7wRMk[data-enter=true]{animation:CollapsiblePanel_panel-enter__m-mgs .28s cubic-bezier(.4,0,.2,1)}.CollapsiblePanel_wrapper__7wRMk[data-open=false]{transform:translate(calc(100% - 40px))}.CollapsiblePanel_panel__87RIU{flex:1;min-width:0;position:relative;display:flex;overflow:hidden}.CollapsiblePanel_collapse-strip__CsNbA{cursor:pointer;padding:var(--spacing-sm);background:var(--surface-color-default);overflow:hidden;display:inline-flex;flex-direction:column;justify-content:center;align-items:flex-end;transition:width .3s ease,padding .3s ease,opacity .15s ease,background .15s ease;width:40px;flex-shrink:0;align-self:stretch;border:none;border-left:1px solid var(--border-color-default)}.CollapsiblePanel_collapse-strip__CsNbA:hover:not(:disabled){background:var(--feedback-primary-subtle)}.CollapsiblePanel_collapse-strip__CsNbA:disabled{cursor:not-allowed;opacity:.5}.CollapsiblePanel_wrapper__7wRMk[data-open=true] .CollapsiblePanel_collapse-strip__CsNbA{width:0;padding:0;opacity:0;pointer-events:none;border-left:none}@keyframes CollapsiblePanel_panel-enter__m-mgs{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.ExpandableCard_card__ijwUQ{width:100%;background:var(--surface-color-default);border:1px solid var(--border-color-mid);border-radius:var(--radius-md);overflow:hidden}.ExpandableCard_card-header__x_KeS{display:flex;align-items:center;gap:var(--spacing-xs);min-height:36px;padding:var(--spacing-xs);box-sizing:border-box}.ExpandableCard_card-header__x_KeS[data-expanded=true]{border-bottom:1px solid var(--border-color-default)}.ExpandableCard_step-badge__1tF9B{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--spacing-20);height:var(--spacing-20);padding:var(--spacing-2) var(--spacing-xs);border-radius:var(--border-radius-full);background:var(--theme-primary-mid);color:var(--text-color-on-primary);font-size:var(--font-size-xxs);font-weight:var(--font-regular);line-height:1.5;box-sizing:border-box}.ExpandableCard_step-badge__1tF9B[data-variant=outlined]{background:var(--surface-color-default);border:1px solid var(--border-color-primary);color:var(--theme-primary-mid)}.ExpandableCard_card-header-main__rKFUZ{flex:1;min-width:0;display:flex;align-items:center}.ExpandableCard_card-header-title__BwbJF{font-size:var(--font-size-xs);font-weight:var(--font-semi-bold);color:var(--text-color-neutral);letter-spacing:.24px;line-height:1.5;margin:0}.ExpandableCard_icon-btn__RKssI{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;width:14px;height:14px;flex-shrink:0;color:var(--icon-color-primary);background:transparent;transition:transform .2s ease}.ExpandableCard_icon-btn__RKssI:hover{opacity:.8}.ExpandableCard_icon-btn__RKssI[data-rotated=true]{transform:rotate(180deg)}.ExpandableCard_card-body-wrapper__epdX4{display:grid;grid-template-rows:0fr;transition:grid-template-rows .22s ease}.ExpandableCard_card-body-wrapper__epdX4[data-expanded=true]{grid-template-rows:1fr}.ExpandableCard_card-body__fkrA8{display:flex;flex-direction:column;overflow:hidden}.ExpandableCard_card-actions___5f85{display:flex;justify-content:flex-end;gap:var(--spacing-xs);padding:var(--spacing-xs) var(--spacing-sm) var(--spacing-sm)}.ImportFlowStepLoadingOverlay_overlay__hSsP4{position:absolute;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;gap:var(--spacing-8, 8px);pointer-events:none;font-size:var(--font-size-sm, 14px);font-weight:var(--font-semi-bold, 600);color:var(--text-color-neutral, #2d2d2d);background:color-mix(in srgb,var(--surface-color-default, #ffffff) 72%,transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ColumnTypeIcon_badge__rof0P{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--spacing-16, 16px);height:var(--spacing-16, 16px);background:var(--background-color-mid, #f2f2f2);border-radius:var(--radius-xxs, 2px);overflow:hidden}.ColumnTypeIcon_badge__rof0P svg{width:var(--spacing-16, 16px);height:var(--spacing-16, 16px);display:block}.ColumnTypeIcon_badge__rof0P svg rect{fill:transparent}.ComboBox_combobox__KyZde{flex:1;min-width:0;position:relative}.ComboBox_input-wrapper__KkA7r{display:flex;align-items:center;gap:var(--spacing-8, 8px);width:100%;height:var(--spacing-32, 32px);padding:var(--spacing-4, 4px) var(--spacing-8, 8px);box-sizing:border-box;background:var(--button-btn-fill-outline-default, #fff);border:1px solid var(--border-color-mid, #e1e1e1);border-radius:var(--radius-xs, 4px);transition:background .15s ease,border-color .15s ease}.ComboBox_input-wrapper__KkA7r:hover:not([data-disabled=true]):not([data-open=true]){background:var(--button-btn-fill-outline-primary-hover, #eff3f9)}.ComboBox_input-wrapper__KkA7r[data-open=true]{background:var(--input-input-fill-default, #fff);border-color:var(--input-input-border-active, #547cbc)}.ComboBox_input-wrapper__KkA7r[data-highlighted=true]:not([data-open=true]){background:var(--button-btn-fill-outline-primary-hover, #eff3f9)}.ComboBox_input-wrapper__KkA7r[data-keyboard-focus=true]{background:var(--input-input-fill-default, #fff);border-color:var(--input-input-border-active, #547cbc)}.ComboBox_input-wrapper__KkA7r[data-disabled=true]{cursor:not-allowed;opacity:.5}.ComboBox_input__77aj7,.ComboBox_display__tWGto{flex:1;min-width:0;margin:0;border:none;outline:none;background:transparent;padding:0;font-size:var(--font-size-sm, 14px);line-height:1.43;color:var(--text-color-neutral, #2d2d2d);cursor:pointer}.ComboBox_input__77aj7:focus{cursor:text}.ComboBox_input__77aj7::placeholder{color:var(--raw-color-neutral-400, #a9a9a9)}.ComboBox_display__tWGto{display:flex;align-items:center;text-align:left}.ComboBox_display-text__CYbw9,.ComboBox_placeholder-text__mGwEi{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ComboBox_placeholder-text__mGwEi{color:var(--raw-color-neutral-400, #a9a9a9)}.ComboBox_toggle-btn__VV24r,.ComboBox_clear-btn__WQgVy{all:unset;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.ComboBox_clear-btn__WQgVy{width:var(--spacing-20, 20px);height:var(--spacing-20, 20px);border-radius:var(--radius-xs, 4px);color:var(--icon-color-neutral-subtle, #717171)}.ComboBox_toggle-btn__VV24r{width:var(--spacing-16, 16px);height:var(--spacing-16, 16px);color:var(--icon-color-neutral, #2d2d2d)}.ComboBox_clear-btn__WQgVy:hover{color:var(--text-color-primary, #162338)}.ComboBox_clear-btn__WQgVy:focus-visible{color:var(--text-color-primary, #162338);outline:1px solid var(--feedback-primary, #162338);outline-offset:-1px;border-radius:var(--radius-xs, 4px)}.ComboBox_trailing__If1YK{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.ComboBox_chevron__qtusd{transition:transform .2s ease}.ComboBox_input-wrapper__KkA7r[data-open=true] .ComboBox_chevron__qtusd{transform:rotate(180deg)}.ComboBox_dropdown__q8rn_{position:fixed;z-index:200;display:flex;flex-direction:column;max-height:472px;background:var(--surface-color-default, #fff);border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-xs, 4px);box-shadow:0 0 16px var(--elevation-soft, rgba(0, 0, 0, .1));overflow:hidden;animation:ComboBox_dropdown-enter__e1w7X .12s ease forwards}.ComboBox_dropdown__q8rn_[data-closing=true]{animation:ComboBox_dropdown-exit__dAk1N .12s ease forwards}.ComboBox_dropdown__q8rn_[data-upward=true]{animation:ComboBox_dropdown-enter-up__bKFfD .12s ease forwards}.ComboBox_dropdown__q8rn_[data-upward=true][data-closing=true]{animation:ComboBox_dropdown-exit-up__DfzVF .12s ease forwards}.ComboBox_dropdown-search-header__d1Sdu{flex-shrink:0;height:var(--spacing-40, 40px);box-sizing:border-box;display:flex;align-items:center;padding:var(--spacing-8, 8px);background:var(--raw-color-accent-50, #eff3f9);border-bottom:1px solid var(--border-color-default, #f2f2f2)}.ComboBox_dropdown-search-field__d7BP1{display:flex;align-items:center;gap:var(--spacing-4, 4px);width:100%;height:var(--spacing-24, 24px);padding:var(--spacing-4, 4px) var(--spacing-4, 4px) var(--spacing-4, 4px) var(--spacing-8, 8px);box-sizing:border-box;background:var(--input-input-fill-default, #fff);border:1px solid var(--input-input-border-default, #f2f2f2);border-radius:var(--radius-xs, 4px)}.ComboBox_search-icon__jaB2R{flex-shrink:0;width:var(--spacing-14, 14px);height:var(--spacing-14, 14px);color:var(--icon-color-neutral-subtle, #717171)}.ComboBox_dropdown-search-input__WVmz7{flex:1;min-width:0;margin:0;padding:0;border:none;outline:none;background:transparent;font-size:var(--font-size-xs, 12px);line-height:1.5;letter-spacing:var(--tracking-wide-2, .02em);color:var(--text-color-neutral, #2d2d2d)}.ComboBox_dropdown-search-input__WVmz7::placeholder{color:var(--text-color-mute, #c5c5c5)}@keyframes ComboBox_dropdown-enter__e1w7X{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes ComboBox_dropdown-exit__dAk1N{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}@keyframes ComboBox_dropdown-enter-up__bKFfD{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes ComboBox_dropdown-exit-up__DfzVF{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(4px)}}.ComboBox_option-list__6X__y{all:unset;box-sizing:border-box;display:flex;width:100%;max-height:260px;flex-direction:column;align-items:flex-start;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--icon-color-disabled, #c5c5c5) var(--background-color-mid, #f2f2f2)}.ComboBox_option-list__6X__y::-webkit-scrollbar{width:var(--spacing-4, 4px)}.ComboBox_option-list__6X__y::-webkit-scrollbar-track{background:var(--background-color-mid, #f2f2f2);border-radius:var(--radius-pill, 16px)}.ComboBox_option-list__6X__y::-webkit-scrollbar-thumb{background:var(--icon-color-disabled, #c5c5c5);border-radius:var(--radius-pill, 16px)}.ComboBox_option__mZOBa{box-sizing:border-box;display:flex;align-items:center;gap:var(--spacing-8, 8px);width:100%;min-height:var(--spacing-40, 40px);padding:var(--spacing-8, 8px) var(--spacing-12, 12px);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-sm, 14px);font-weight:var(--font-regular, 400);font-style:normal;line-height:1.43;color:var(--raw-color-neutral-900, #2d2d2d);cursor:pointer;list-style:none;transition:background .15s ease}.ComboBox_option__mZOBa:hover,.ComboBox_option__mZOBa:focus-visible,.ComboBox_option__mZOBa[data-active=true]{background:var(--button-btn-fill-outline-primary-hover, #eff3f9);outline:none}.ComboBox_option__mZOBa[data-selected=true] .ComboBox_option-label__5C7Tr{font-weight:var(--font-semi-bold)}.ComboBox_option-check__tmHtj{flex-shrink:0;width:var(--spacing-12, 12px);display:flex;align-items:center;justify-content:center;color:var(--text-color-primary)}.ComboBox_option-label__5C7Tr{flex:1;min-width:0;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ComboBox_create-option__-oni5{box-sizing:border-box;display:flex;align-items:center;gap:var(--spacing-8, 8px);width:100%;min-height:var(--spacing-40, 40px);padding:0 var(--spacing-12, 12px);flex-shrink:0}.ComboBox_create-option-main__4J1le{all:unset;box-sizing:border-box;display:flex;align-items:center;gap:var(--spacing-8, 8px);flex:1;min-width:0;min-height:var(--spacing-40, 40px);cursor:pointer;font-family:var(--theme-font-family, Inter);font-size:var(--font-size-sm, 14px);font-weight:var(--font-regular, 400);line-height:1.5;color:var(--text-color-neutral, #2d2d2d);transition:background .15s ease;border-radius:var(--radius-xs, 4px)}.ComboBox_create-option-main__4J1le:hover,.ComboBox_create-option-main__4J1le:focus-visible{background:var(--button-btn-fill-outline-primary-hover, #eff3f9);outline:none}.ComboBox_create-option-main__4J1le span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ComboBox_create-option-settings__TEs4s{all:unset;box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--spacing-20, 20px);height:var(--spacing-20, 20px);border:1px solid var(--button-btn-stroke-outline-default, #f2f2f2);border-radius:var(--radius-xs, 4px);background:var(--raw-color-shade-white, #fff);color:var(--icon-color-neutral-subtle, #717171);cursor:pointer;transition:background .15s ease,color .15s ease}.ComboBox_create-option-settings__TEs4s:hover,.ComboBox_create-option-settings__TEs4s:focus-visible{background:var(--button-btn-fill-outline-primary-hover, #eff3f9);color:var(--text-color-primary, #162338);outline:none}.ComboBox_empty-state__5o4WY{padding:var(--spacing-8, 8px)}.ComboBox_dropdown-footer__0megx{all:unset;box-sizing:border-box;display:flex;align-items:center;gap:var(--spacing-8, 8px);width:100%;flex-shrink:0;padding:var(--spacing-8, 8px) var(--spacing-12, 12px);border-top:1px solid var(--border-color-default, #f2f2f2);background:var(--state-hover-on-surface, #fbfbfb);cursor:pointer;font-family:var(--theme-font-family, Inter);font-size:var(--font-size-sm, 14px);font-weight:var(--font-semi-bold, 600);line-height:1.5;color:var(--text-color-primary, #162338);transition:background .15s ease}.ComboBox_dropdown-footer__0megx:hover,.ComboBox_dropdown-footer__0megx:focus-visible{background:var(--button-btn-fill-outline-primary-hover, #eff3f9);outline:none}.ComboBox_dropdown-footer__0megx span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ColumnConfiguration_configuration-fields__FJ5Y3{display:flex;flex-direction:column;gap:var(--spacing-sm)}.ColumnConfiguration_control-form-element__pYfbJ.ingestro-formElement .ingestro-formElement__element{display:flex}.ColumnConfiguration_stacked-config__adsfc{display:flex;flex-direction:column;gap:var(--spacing-sm);width:100%}.ColumnConfiguration_config-field-row__9f4V9{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-sm)}.ColumnConfiguration_config-field-full__pTw2B{grid-column:1 / -1}.ColumnConfiguration_config-helper-text__xOm_i{margin:0;font-size:var(--font-size-xs);font-weight:var(--font-regular);line-height:1.5;letter-spacing:.02em;color:var(--text-color-neutral-subtle)}.ColumnConfiguration_config-switch-helper__JzuBi{margin:0;padding-left:var(--spacing-xl);font-size:var(--font-size-xs);font-weight:var(--font-regular);line-height:1.5;letter-spacing:.02em;color:var(--text-color-neutral-subtle)}.ColumnConfiguration_field-error-text__bvhjE{margin:var(--spacing-xxs) 0 0;font-size:var(--font-size-xs);line-height:1.5;color:var(--text-color-danger)}.ColumnConfiguration_custom-pattern-input__Kvfrq{font-family:monospace}.ColumnConfiguration_pattern-flag-options__5EVOv{display:flex;flex-direction:column;gap:var(--spacing-xs)}.ColumnConfiguration_pattern-flag-helper__wnpBe{margin:0;padding-left:calc(var(--spacing-lg) + var(--spacing-xs));font-size:var(--font-size-xs);line-height:1.5;color:var(--text-color-neutral-subtle)}.ColumnConfiguration_matching-mode-options__vys4x{display:flex;flex-direction:column;gap:var(--spacing-xxs)}.ColumnConfiguration_matching-mode-helper__KdJ4B{margin:0;padding-left:calc(var(--spacing-md) + var(--spacing-xs));font-size:var(--font-size-xs);line-height:1.5;color:var(--text-color-neutral-subtle)}.ColumnConfiguration_collapsible-sections__aoHEz{display:flex;flex-direction:column;gap:var(--spacing-xs);width:100%}.ColumnConfiguration_collapsible-section__NZ2Qn{display:flex;flex-direction:column;gap:var(--spacing-xxs);width:100%}.ColumnConfiguration_collapsible-trigger__sQrSt{display:inline-flex;align-items:center;gap:var(--spacing-xxs);width:-moz-fit-content;width:fit-content;max-width:100%;padding:0;border:none;background:transparent;cursor:pointer;text-align:left}.ColumnConfiguration_collapsible-trigger__sQrSt:disabled{cursor:not-allowed;opacity:.6}.ColumnConfiguration_collapsible-trigger__sQrSt:focus-visible{outline:none;box-shadow:0 0 0 2px var(--state-focus-ring);border-radius:var(--radius-xs)}.ColumnConfiguration_collapsible-title__gXGtx{font-size:var(--font-size-sm);font-weight:var(--font-regular);line-height:1.5;color:var(--text-color-neutral)}.ColumnConfiguration_collapsible-summary__reVO1,.ColumnConfiguration_collapsible-description__sjWTh{margin:0;padding-left:var(--spacing-lg);font-size:var(--font-size-xs);font-weight:var(--font-regular);line-height:1.5;letter-spacing:.02em;color:var(--text-color-neutral-subtle)}.ColumnConfiguration_collapsible-chevron__TnDMy{flex-shrink:0;color:var(--text-color-neutral-subtle);transition:transform .15s ease-out}.ColumnConfiguration_collapsible-chevron__TnDMy[data-expanded=false]{transform:rotate(-90deg)}.ColumnConfiguration_collapsible-content__KJuBa{display:flex;flex-direction:column;gap:var(--spacing-xxs);padding-inline:var(--spacing-lg)}.StepperNumberInput_stepper-input__cyxA-.ingestro-input .ingestro-input__endAdornment{align-self:stretch;height:100%;padding-right:0}.StepperNumberInput_controls__8uX_B{display:flex;align-items:center;height:100%;padding-right:var(--spacing-4)}.StepperNumberInput_step-button--minus__Nz2YG{border-top-right-radius:0;border-bottom-right-radius:0}.StepperNumberInput_step-button--plus__cIehW{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.AddEditColumnForm_add-edit-column-modal__5YgF9 .ingestro-dialog__content{display:flex;flex-direction:column;width:min(var(--modal-add-edit-column-width),calc(100vw - var(--spacing-40)));max-height:calc(100vh - var(--spacing-40));padding:0;gap:0;overflow:hidden;border-radius:var(--radius-md);box-shadow:var(--dropshadow-md)}.AddEditColumnForm_add-edit-column-modal__5YgF9 .ingestro-formElement__label{font-size:var(--font-size-xs)}.AddEditColumnForm_add-edit-column-modal__5YgF9 .ingestro-formElement__labelText{color:var(--text-color-neutral-subtle)}.AddEditColumnForm_add-edit-column-modal__5YgF9 .ingestro-switch__text{font-size:var(--font-size-sm);font-weight:var(--font-regular);line-height:1.5;color:var(--text-color-neutral)}.AddEditColumnForm_add-edit-column-modal__5YgF9 .ingestro-dialog__header{flex-shrink:0;margin:0;padding:var(--spacing-md);border-bottom:1px solid var(--border-color-default)}.AddEditColumnForm_add-edit-column-modal__5YgF9 .ingestro-dialog__title{color:var(--text-color-neutral);font-size:var(--font-size-h3);font-weight:var(--font-semi-bold);line-height:var(--font-line-height);letter-spacing:var(--tracking-tight-2)}.AddEditColumnForm_add-edit-column-modal__5YgF9 .ingestro-dialog__header-actions{top:var(--spacing-md);right:var(--spacing-md);height:var(--spacing-32)}.AddEditColumnForm_form__pMsiX{display:flex;flex:1;flex-direction:column;min-height:0}.AddEditColumnForm_add-edit-column-modal__5YgF9 .ingestro-dialog__body{flex:1;min-height:0;margin:0;padding:var(--spacing-md);overflow-y:auto}.AddEditColumnForm_add-edit-column-modal__5YgF9 .ingestro-dialog__footer{flex-shrink:0;margin:0;padding:var(--spacing-lg);border-top:1px solid var(--border-color-default)}.AddEditColumnForm_add-edit-column-modal__5YgF9 .ingestro-dialog__footer-buttons{gap:var(--spacing-8)}.AddEditColumnForm_sections__uBfe1{display:flex;flex-direction:column;gap:var(--spacing-md)}.AddEditColumnForm_configuration-title___Ja7j{margin:0;font-size:var(--font-size-sm);font-weight:var(--font-regular);line-height:1.5;color:var(--text-color-neutral)}.AddEditColumnForm_field-row__MrL_Y{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-sm)}.AddEditColumnForm_configuration__3Lpk2{display:flex;flex-direction:column;gap:var(--spacing-sm);padding:var(--spacing-sm);border:thin solid var(--border-color-default);border-radius:var(--radius-sm);background:var(--background-color-default)}.AddEditColumnForm_unique-validation-settings__9G8kd{display:flex;flex-direction:column;gap:var(--spacing-sm);padding-left:var(--spacing-xl)}.AddEditColumnForm_unique-validation-timings__WFogn{display:flex;flex-direction:column;gap:var(--spacing-xs)}.AddEditColumnForm_unique-validation-timing__FhvfM{display:flex;flex-direction:column;gap:var(--spacing-xxs)}.AddEditColumnForm_unique-value-example__MnWFf{padding:0 var(--spacing-xxs, 4px);border-radius:var(--radius-xs, 4px);background:var(--feedback-primary-subtle, #eff3f9);color:var(--text-color-kbd, #4167a5);font-family:var(--theme-code-font);font-weight:var(--font-regular, 400)}.AddEditColumnForm_key-input__mGzzw{font-family:var(--theme-code-font)}.AddEditColumnForm_description-textarea__t6PPu .ingestro-textarea__textarea{padding:var(--spacing-4) var(--spacing-8);font-size:var(--font-size-sm)}.AddEditColumnForm_alternative-matches-input__JZZum .ingestro-textarea__textarea.ingestro-tagInput__textarea{padding:var(--spacing-4) var(--spacing-8);min-height:var(--spacing-32)}.AddEditColumnForm_alternative-matches-input__JZZum .ingestro-input .ingestro-input__input{font-size:var(--font-size-sm)}.AddEditColumnForm_add-edit-column-modal__5YgF9 svg rect[fill=white]{fill:var(--background-color-mid)}.AddEditColumnModalSection_section__vM_FK{display:flex;flex-direction:column;gap:var(--spacing-md)}.AddEditColumnModalSection_section-header__1_hht{display:flex;flex-direction:column;gap:var(--spacing-xxs)}.AddEditColumnModalSection_section-title__XyMhZ{margin:0;font-size:var(--font-size-sm);font-weight:var(--font-regular);line-height:1.5;color:var(--text-color-neutral)}.AddEditColumnModalSection_section-description__8KQ81{margin:0;font-size:var(--font-size-xs);font-weight:var(--font-regular);line-height:1.5;letter-spacing:.02em;color:var(--text-color-neutral-subtle)}.CategoryOptionsSection_category-options-section__3LVCe .ingestro-formElement__label,.CategoryOptionsSection_category-options-section__3LVCe .ingestro-formElement__bottom .ingestro-message--error{font-size:var(--font-size-xxs)}.CategoryOptionsSection_category-options-card__VdV9W{display:flex;flex-direction:column;gap:var(--spacing-sm);padding:var(--spacing-sm);border:thin solid var(--border-color-default);border-radius:var(--radius-sm);background:var(--background-color-default)}.CategoryOptionsSection_action-bar__z-2gY{display:flex;align-items:center;justify-content:space-between}.CategoryOptionsSection_options-list__zE-QZ{display:flex;flex-direction:column;gap:var(--spacing-sm)}.CategoryOptionsSection_section-error__lju0E{margin:0;font-size:var(--font-size-xs);line-height:1.5;letter-spacing:.02em;color:var(--feedback-error)}.CategoryOptionsSection_option-row-card__IEmOf{display:flex;flex-direction:column;gap:var(--spacing-xs);padding:var(--spacing-sm) var(--spacing-xs);border:thin solid var(--border-color-mid);border-radius:var(--radius-sm);background:var(--surface-color-default)}.CategoryOptionsSection_option-row-main__ztn4o{display:flex;gap:var(--spacing-xs);align-items:flex-start}.CategoryOptionsSection_option-label-field__CWH4y{width:calc(var(--spacing-xl) * 8);flex-shrink:0}.CategoryOptionsSection_option-value-type-fields__NlVcU{display:flex;flex:1;gap:var(--spacing-xs);min-width:0}.CategoryOptionsSection_option-value-field__0Golo,.CategoryOptionsSection_option-type-field__1whCR{flex:1;min-width:0}.CategoryOptionsSection_remove-button-field__q1eAj .ingestro-formElement__label{visibility:hidden}.CategoryOptionsSection_remove-button__z7sav{flex-shrink:0}.CategoryOptionsSection_option-alt-matches-field__SXVed .ingestro-formElement__label{font-size:var(--font-size-xxs)}.CategoryOptionsSection_option-alt-matches-field__SXVed .ingestro-tagInput.ingestro-textarea{gap:var(--spacing-2)}.CategoryOptionsSection_option-alt-matches-field__SXVed .ingestro-textarea--s .ingestro-textarea__textarea.ingestro-tagInput__textarea{min-height:var(--spacing-24);padding:var(--spacing-2) var(--spacing-4) var(--spacing-2) var(--spacing-8);align-items:center;gap:var(--spacing-4)}.CategoryOptionsSection_option-alt-matches-field__SXVed .ingestro-tagInput__textarea .ingestro-tagInput__input.ingestro-input{height:auto;min-height:var(--spacing-20);align-items:center}.CategoryOptionsSection_option-alt-matches-field__SXVed .ingestro-tagInput__input .ingestro-input__input{height:var(--spacing-20);font-size:var(--font-size-xxs);line-height:1.5}.AddEditColumnModal_add-edit-column-modal__3Do4P .ingestro-dialog__content{display:flex;flex-direction:column;width:min(var(--modal-add-edit-column-width),calc(100vw - var(--spacing-40)));max-height:calc(100vh - var(--spacing-40));padding:0;gap:0;overflow:hidden;border-radius:var(--radius-md);box-shadow:var(--dropshadow-md)}.AddEditColumnModal_add-edit-column-modal__3Do4P .ingestro-formElement__label{font-size:var(--font-size-xs)}.AddEditColumnModal_add-edit-column-modal__3Do4P .ingestro-formElement__labelText{color:var(--text-color-neutral-subtle)}.AddEditColumnModal_add-edit-column-modal__3Do4P .ingestro-switch__text{font-size:var(--font-size-sm);font-weight:var(--font-regular);line-height:1.5;color:var(--text-color-neutral)}.AddEditColumnModal_add-edit-column-modal__3Do4P .ingestro-dialog__header{flex-shrink:0;margin:0;padding:var(--spacing-md);border-bottom:1px solid var(--border-color-default)}.AddEditColumnModal_add-edit-column-modal__3Do4P .ingestro-dialog__title{color:var(--text-color-neutral);font-size:var(--font-size-h3);font-weight:var(--font-semi-bold);line-height:var(--font-line-height);letter-spacing:var(--tracking-tight-2)}.AddEditColumnModal_add-edit-column-modal__3Do4P .ingestro-dialog__header-actions{top:var(--spacing-md);right:var(--spacing-md);height:var(--spacing-32)}.AddEditColumnModal_form__2E3Zr{display:flex;flex:1;flex-direction:column;min-height:0}.AddEditColumnModal_add-edit-column-modal__3Do4P .ingestro-dialog__body{flex:1;min-height:0;margin:0;padding:var(--spacing-md);overflow-y:auto}.AddEditColumnModal_add-edit-column-modal__3Do4P .ingestro-dialog__footer{flex-shrink:0;margin:0;padding:var(--spacing-lg);border-top:1px solid var(--border-color-default)}.AddEditColumnModal_add-edit-column-modal__3Do4P .ingestro-dialog__footer-buttons{gap:var(--spacing-8)}.AddEditColumnModal_add-edit-column-modal__3Do4P svg rect[fill=white]{fill:var(--background-color-mid)}.AddEditColumnModal_footer-checkbox__9HDNY{display:flex;align-items:center;margin-right:auto;min-width:0}.AddEditColumnModal_footer-actions__yy40A{display:flex;align-items:center;flex-shrink:0;gap:var(--spacing-8)}.AddEditColumnModal_footer__DGD3G{display:flex;align-items:center;width:100%;gap:var(--spacing-16)}.AddEditColumnModal_content-loading__BFLcF{display:flex;flex-direction:column;gap:var(--spacing-md)}.AddEditColumnModal_content-error__75AAT .ingestro-emptyState__heading{margin-top:var(--spacing-16, 16px);font-size:var(--font-size-h3, 20px)}.AddEditColumnModal_content-error__75AAT .ingestro-emptyState__text{margin-top:var(--spacing-12, 12px);font-size:var(--font-size-sm, 14px)}.AddEditColumnModal_content-error__75AAT .ingestro-emptyState__actions{margin-top:var(--spacing-20, 20px)}.AddEditColumnModal_content-error__75AAT .ingestro-emptyState__actions .ingestro-button{padding:0 var(--spacing-12, 12px)}.AddEditColumnModal_content-error__75AAT .ingestro-emptyState__actions .ingestro-button__text{font-weight:var(--font-regular, 400)}.MergeSeparatorPicker_picker__53Cdt{display:flex;flex-direction:column;width:var(--merge-separator-popover-width, 266px);animation:MergeSeparatorPicker_merge-separator-picker-enter__3EYIv .18s ease forwards}.ingestro-popover__content:has(.MergeSeparatorPicker_picker__53Cdt){box-sizing:border-box;padding:0;border-radius:var(--radius-xs, 4px);background:var(--surface-color-default, #ffffff);box-shadow:inset 0 0 0 1px var(--border-color-default, #f2f2f2),0 0 var(--spacing-16, 16px) var(--elevation-soft, rgba(0, 0, 0, .1));overflow:hidden}@keyframes MergeSeparatorPicker_merge-separator-picker-enter__3EYIv{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.MergeSeparatorPicker_picker__53Cdt{animation:none}}.MergeSeparatorPicker_header__1bFBz{box-sizing:border-box;display:flex;align-items:center;width:100%;padding:var(--spacing-8, 8px);box-shadow:inset 0 -1px 0 var(--border-color-default, #f2f2f2)}.MergeSeparatorPicker_title__ULLL1{margin:0;font-size:var(--font-size-xs, 12px);font-weight:var(--font-semi-bold, 600);line-height:1.5;letter-spacing:var(--tracking-wide-2, .02em);color:var(--text-color-neutral, #2d2d2d);white-space:nowrap}.MergeSeparatorPicker_presets__RuI_r{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;width:100%}.MergeSeparatorPicker_preset-row__XuBZU{all:unset;box-sizing:border-box;cursor:pointer;display:flex;align-items:center;gap:var(--spacing-8, 8px);width:100%;height:var(--spacing-32, 32px);padding:0 var(--spacing-8, 8px);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:1.5;color:var(--text-color-neutral, #2d2d2d);transition:background .12s ease}.MergeSeparatorPicker_preset-row__XuBZU:hover{background:var(--state-hover-on-surface, #fbfbfb)}.MergeSeparatorPicker_preset-row__XuBZU:focus{outline:none}.MergeSeparatorPicker_preset-row__XuBZU:focus-visible{outline:2px solid var(--feedback-primary);outline-offset:-2px}.MergeSeparatorPicker_preset-label___AYm0{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MergeSeparatorPicker_chip__F2PZ0{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--spacing-24, 24px);height:var(--spacing-24, 24px);padding:var(--spacing-4, 4px);border:1px solid var(--raw-color-neutral-200, #e1e1e1);border-radius:var(--radius-xs, 4px);background:var(--raw-color-neutral-50, #fbfbfb);color:var(--text-color-neutral, #2d2d2d);font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);line-height:1.5;text-align:center;white-space:nowrap}.MergeSeparatorPicker_chip-glyph__Dcbz1{display:inline-flex;align-items:center;justify-content:center;padding:0 var(--spacing-4, 4px);min-width:1ch}.MergeSeparatorPicker_custom__yGPwe{box-sizing:border-box;display:flex;align-items:flex-end;gap:var(--spacing-8, 8px);width:100%;padding:var(--spacing-8, 8px);box-shadow:inset 0 1px 0 var(--border-color-default, #f2f2f2)}.MergeSeparatorPicker_custom-input__p0WUT{flex:1;min-width:0}.MergeToolbar_toolbar__MtrM0{position:absolute;bottom:0;left:0;right:0;z-index:20;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:var(--spacing-8, 8px);box-sizing:border-box;min-height:var(--spacing-48, 48px);max-height:var(--spacing-48, 48px);padding:var(--spacing-8, 8px) var(--spacing-16, 16px);background:var(--surface-color-default, #ffffff);border-top:1px solid var(--border-color-default, #e4e4e4);box-shadow:0 calc(-1 * var(--spacing-4, 4px)) var(--spacing-16, 16px) color-mix(in srgb,var(--raw-color-neutral-900, #171717) 10%,transparent)}.MergeToolbar_status__0VvQr{display:flex;align-items:center;gap:var(--spacing-8, 8px);flex:1 1 auto;min-width:0;color:var(--text-color-neutral, #2d2d2d);white-space:nowrap}.MergeToolbar_status-icon__Owj3F{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--spacing-16, 16px);height:var(--spacing-16, 16px);background:var(--feedback-primary-subtle, #eff3f9);border-radius:var(--border-radius-full, 99999px);color:var(--text-color-primary, #162338)}.MergeToolbar_status-label__dTIhG{font-size:var(--font-size-xs, 12px);font-weight:var(--font-semi-bold, 600);color:var(--text-color-neutral, #2d2d2d)}.MergeToolbar_target-hint__y8it9{font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);color:var(--text-color-neutral-subtle, #717171)}.MergeToolbar_target-hint__y8it9:before{content:"·";margin-right:var(--spacing-8, 8px);color:var(--text-color-neutral-subtle, #717171)}.MergeToolbar_controls__d6s26{display:flex;align-items:center;flex:0 0 auto;gap:var(--spacing-4, 4px);--merge-toolbar-control-border: var(--border-color-mid, #e1e1e1)}.MergeToolbar_separator-popover__squ8C{flex:0 0 calc(var(--spacing-32, 32px) * 4);width:calc(var(--spacing-32, 32px) * 4);min-width:calc(var(--spacing-32, 32px) * 4);max-width:calc(var(--spacing-32, 32px) * 4);height:var(--spacing-24, 24px);display:inline-flex;align-items:stretch}.MergeToolbar_separator-popover__squ8C .ingestro-popover__anchor{display:flex;flex:1 1 auto;align-items:stretch;width:100%;min-height:100%}.MergeToolbar_separator-trigger__tgbA2{all:unset;box-sizing:border-box;cursor:pointer;display:inline-flex;align-items:center;gap:var(--spacing-4, 4px);flex:1 1 auto;width:100%;min-width:0;height:100%;min-height:var(--spacing-24, 24px);max-height:var(--spacing-24, 24px);padding:var(--spacing-4, 4px) var(--spacing-6, 6px);border:1px solid var(--merge-toolbar-control-border);border-radius:var(--radius-xs, 4px);background:var(--surface-color-default, #ffffff);font-size:var(--font-size-xs, 12px);line-height:1;color:var(--text-color-neutral, #2d2d2d)}.MergeToolbar_separator-trigger__tgbA2:disabled{cursor:not-allowed;opacity:.5}.MergeToolbar_separator-trigger__tgbA2:focus-visible{outline:2px solid var(--feedback-primary, #155eef);outline-offset:-2px}.MergeToolbar_separator-trigger-label__b5l2s{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MergeToolbar_separator-trigger-chip__msoxL{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--spacing-16, 16px);height:var(--spacing-16, 16px);padding:0;border:1px solid var(--raw-color-neutral-200, #e1e1e1);border-radius:var(--radius-xs, 4px);background:var(--raw-color-neutral-50, #fbfbfb);font-size:var(--font-size-xxs, 10px);line-height:1}.MergeToolbar_separator-trigger-chip-glyph__o3bLw{display:inline-flex;align-items:center;justify-content:center;min-width:0;line-height:1}.MergeToolbar_merge-mode-select__6d3gV{flex:0 0 calc(var(--spacing-32, 32px) * 4 + var(--spacing-12, 12px));width:calc(var(--spacing-32, 32px) * 4 + var(--spacing-12, 12px));min-width:calc(var(--spacing-32, 32px) * 4 + var(--spacing-12, 12px));max-width:calc(var(--spacing-32, 32px) * 4 + var(--spacing-12, 12px))}.MergeToolbar_merge-mode-select__6d3gV .ingestro-select__toggle:not(.ingestro-select__toggle--focused){border:1px solid var(--merge-toolbar-control-border);background:var(--surface-color-default, #ffffff)}.MergeToolbar_merge-mode-option__U5wAj,.MergeToolbar_separator-option__EQc7j{display:inline-flex;align-items:center;justify-content:space-between;width:100%;gap:var(--spacing-8, 8px)}.MergeToolbar_separator-option__EQc7j{gap:var(--spacing-4, 4px)}.MergeToolbar_merge-mode-option-info__-XGUv{display:inline-flex;align-items:center;color:var(--icon-color-neutral, #717171);transition:color .15s ease}.MergeToolbar_merge-mode-option-info__-XGUv:hover{color:var(--icon-color-primary, #155eef)}.MergeToolbar_separator-token__d7KTP{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;height:var(--spacing-20, 20px);padding:0 var(--spacing-4, 4px);box-sizing:border-box;font-family:Inter,sans-serif;font-size:var(--font-size-xs, 12px);line-height:1.43;letter-spacing:.2px;color:var(--text-color-neutral-subtle, #717171);background:var(--raw-color-neutral-100, #f2f2f2);border:1px solid var(--raw-color-neutral-200, #e1e1e1);border-radius:var(--radius-xs, 4px)}.MergeToolbar_custom-separator-input__HeLKW{flex:1 1 calc(var(--spacing-32, 32px) * 5);min-width:0;max-width:calc(var(--spacing-32, 32px) * 5)}.MergeToolbar_custom-separator-back__7CKVQ{all:unset;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--icon-color-neutral, #717171);border-radius:var(--radius-xs, 4px)}.MergeToolbar_custom-separator-back__7CKVQ:disabled{cursor:not-allowed}.MergeToolbar_custom-separator-back__7CKVQ:focus-visible{outline:1px solid var(--feedback-primary, #155eef);outline-offset:-1px}.PreProcessingGrid_grid-container__1-7fl{position:relative;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.PreProcessingGrid_grid-wrapper__oSu10 .handsontable td.merge-selected-row{background:var(--surface-color-primary-soft, #d0dbed)!important;font-weight:var(--font-semi-bold, 600)}.PreProcessingGrid_grid-wrapper__oSu10 .handsontable tbody th.merge-selected-row{background:var(--surface-color-primary-soft, #d0dbed)!important}.PreProcessingGrid_grid-wrapper__oSu10 .handsontable .rowHeader.merge-selected-row{background:var(--surface-color-primary-soft, #d0dbed)!important;font-weight:var(--font-semi-bold, 600)}.PreProcessingGrid_grid-wrapper__oSu10 .handsontable tbody th.dummy-header-row-header,.PreProcessingGrid_grid-wrapper__oSu10 .handsontable tbody th .relative.dummy-header-row-header,.PreProcessingGrid_grid-wrapper__oSu10 .handsontable .rowHeader.dummy-header-row-header{display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;cursor:grab;color:var(--icon-color-disabled, #c5c5c5)}.PreProcessingGrid_grid-wrapper__oSu10 .handsontable tbody th.dummy-header-row-header.selected-header-row,.PreProcessingGrid_grid-wrapper__oSu10 .handsontable tbody th .relative.dummy-header-row-header.selected-header-row,.PreProcessingGrid_grid-wrapper__oSu10 .handsontable .rowHeader.dummy-header-row-header.selected-header-row{color:var(--text-color-neutral, #2d2d2d);font-weight:var(--font-semi-bold, 600)}.PreProcessingGrid_grid-wrapper__oSu10 .handsontable .rowHeader.dummy-header-row-header.selected-header-row .PreProcessingGrid_row-drag-handle__vXJuv{color:var(--text-color-neutral, #2d2d2d)}.PreProcessingGrid_grid-wrapper__oSu10 .handsontable tbody th.dummy-header-row-header:active,.PreProcessingGrid_grid-wrapper__oSu10 .handsontable .rowHeader.dummy-header-row-header:active{cursor:grabbing}.PreProcessingGrid_row-drag-handle__vXJuv{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--icon-color-disabled, #c5c5c5);pointer-events:none}.PreProcessingGrid_row-drag-handle__vXJuv svg{display:block;width:12px;height:12px;flex-shrink:0}@keyframes FlyoutMenu_flyout-enter__6bKtc{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.FlyoutMenu_flyout__Nlw9f{position:fixed;z-index:101;min-width:160px;background:var(--surface-color-default);border:1px solid var(--border-color-default);border-radius:var(--radius-xs);box-shadow:var(--dropshadow-sm, 0 4px 16px rgb(27 80 113 / .08));overflow:hidden;animation:FlyoutMenu_flyout-enter__6bKtc .12s ease forwards}.FlyoutMenu_flyout-list__rjksV{display:flex;flex-direction:column;width:100%}.FlyoutMenu_flyout-item-wrap__PQuHE,.FlyoutMenu_tooltip-row__Tij2v{display:flex;width:100%;min-width:0}.FlyoutMenu_flyout-item-wrap__PQuHE>.FlyoutMenu_flyout-item__3dCfS{flex:1;width:100%;box-sizing:border-box}.FlyoutMenu_flyout-item__3dCfS{all:unset;cursor:pointer;box-sizing:border-box;display:flex;align-items:center;gap:var(--spacing-8, 8px);width:100%;height:var(--spacing-28, 28px);padding:0 var(--spacing-8, 8px);font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);color:var(--text-color-neutral);line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FlyoutMenu_flyout-item__3dCfS:hover{background:var(--state-hover-on-surface)}.FlyoutMenu_flyout-item__3dCfS[data-featured=true]{font-weight:var(--font-semi-bold, 600)}.FlyoutMenu_flyout-end-icon__Vfocs{flex-shrink:0;margin-left:auto;color:inherit}.FlyoutMenu_flyout-item__3dCfS:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.FlyoutMenu_flyout-item__3dCfS:disabled:hover{background:transparent}.FlyoutMenu_flyout-item-wrap__PQuHE[data-disabled=true]{cursor:not-allowed}.TransposeCard_status-pill__M6SU-{display:inline-flex;align-items:center;gap:var(--spacing-4);height:20px;padding:var(--spacing-4) var(--spacing-6);border:1px solid var(--raw-color-neutral-200);border-radius:var(--border-radius-full);background:var(--raw-color-neutral-50);flex-shrink:0;box-sizing:border-box;transition:background .25s ease,border-color .25s ease}.TransposeCard_status-dot__ExNHt{width:8px;height:8px;border-radius:var(--border-radius-full);background:var(--raw-color-neutral-300);flex-shrink:0;transition:background .25s ease}.TransposeCard_status-pill__M6SU-[data-active=true]{background:var(--raw-color-accent-50);border-color:var(--raw-color-accent-200)}.TransposeCard_status-pill__M6SU-[data-active=true] .TransposeCard_status-dot__ExNHt{background:var(--raw-color-accent-400)}.TransposeCard_status-label__d63dP{position:relative;display:grid;align-items:center;min-width:1.25rem;height:15px}.TransposeCard_status-label-text__brpjd{grid-area:1 / 1;font-size:var(--font-size-xxs);font-weight:var(--font-regular);color:var(--text-color-neutral);line-height:1.5;opacity:0;transition:opacity .25s ease;pointer-events:none}.TransposeCard_status-label-text__brpjd[data-visible=true]{opacity:1}.TransposeCard_toggle__DaET5{-moz-appearance:none;appearance:none;-webkit-appearance:none;position:relative;width:32px;height:20px;border-radius:36px;background:var(--icon-color-disabled);cursor:pointer;flex-shrink:0;transition:background .3s cubic-bezier(.4,0,.2,1);outline-offset:2px}.TransposeCard_toggle__DaET5:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:var(--border-radius-full);background:var(--icon-color-on-primary);box-shadow:var(--dropshadow-sm);transition:transform .3s cubic-bezier(.4,0,.2,1);will-change:transform}.TransposeCard_toggle__DaET5:checked{background:var(--button-btn-fill-primary-default)}.TransposeCard_toggle__DaET5:checked:after{transform:translate(12px)}.TransposeCard_toggle__DaET5:disabled{cursor:not-allowed}.TransposeCard_toggle__DaET5:focus-visible{outline:2px solid var(--feedback-primary)}.TransposeCard_description-wrap__w5yp3{display:grid;border-bottom:1px solid var(--border-color-default)}.TransposeCard_description__ypTBj{grid-area:1 / 1;margin:0;padding:var(--spacing-sm);font-size:var(--font-size-xxs);font-weight:var(--font-regular);color:var(--text-color-neutral-subtle);line-height:1.5;opacity:0;transition:opacity .25s ease;pointer-events:none}.TransposeCard_description__ypTBj[data-visible=true]{opacity:1;pointer-events:auto}.HeaderRowCard_header-selection__D2Dns{display:flex;flex-direction:column;gap:var(--spacing-4);padding:var(--spacing-sm)}.HeaderRowCard_header-table-row__Ht4Zy{display:flex;align-items:center;gap:var(--spacing-4);min-width:0;height:calc(var(--font-size-xs) * 1.5);min-height:calc(var(--font-size-xs) * 1.5)}.HeaderRowCard_header-table-label__J3QCc{font-size:var(--font-size-xs);font-weight:var(--font-regular);color:var(--text-color-neutral-subtle);line-height:1.5;letter-spacing:var(--tracking-wide-2);flex-shrink:0}.HeaderRowCard_header-table-value__GyeMm{font-size:var(--font-size-xs);font-weight:var(--font-semi-bold);color:var(--text-color-neutral);line-height:1.5;letter-spacing:var(--tracking-wide-2);min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.HeaderRowCard_header-row-line__ZSbou{display:flex;align-items:center;gap:var(--spacing-4);min-width:0;height:var(--spacing-20);min-height:var(--spacing-20)}.HeaderRowCard_header-row__wEQUL{flex:1;min-width:0;font-size:var(--font-size-xxs);font-weight:var(--font-regular);color:var(--text-color-neutral-subtle);line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.HeaderRowCard_remove-btn__dXoly{all:unset;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--spacing-20, 20px);height:var(--spacing-20, 20px);border:1px solid var(--button-btn-stroke-outline-default);border-radius:var(--radius-xs);background:var(--surface-color-default);color:var(--icon-color-primary);box-sizing:border-box;transition:background .15s ease}.HeaderRowCard_remove-btn__dXoly:hover:not(:disabled){background:var(--state-hover-on-surface)}.HeaderRowCard_remove-btn__dXoly:disabled{cursor:not-allowed;opacity:.5}.HeaderRowCard_action-btn__yoIEs{all:unset;cursor:pointer;display:inline-flex;align-items:center;gap:var(--spacing-4);padding:var(--spacing-xxs) var(--spacing-xs);border:1px solid var(--border-color-default);border-radius:var(--radius-xs);font-size:var(--font-size-xxs);font-weight:var(--font-regular);color:var(--text-color-neutral);background:var(--surface-color-default);line-height:1.5;transition:background .15s ease}.HeaderRowCard_action-btn__yoIEs:hover:not(:disabled){background:var(--state-hover-on-surface)}.HeaderRowCard_action-btn__yoIEs[data-active=true]{background:var(--state-hover-on-surface);border-color:var(--border-color-mid)}.HeaderRowCard_action-btn__yoIEs:disabled{cursor:not-allowed;opacity:.5}.HeaderRowCard_chevron-rotated__oV6L2{transform:rotate(180deg);transition:transform .2s ease}.ActionModal_step-title__ADKKb{margin:0 0 var(--spacing-xxs);font-size:var(--font-size-xs);font-weight:var(--font-semi-bold);color:var(--text-color-neutral);line-height:1.5}.ActionModal_step-desc__5C2uT{margin:0 0 var(--spacing-sm);font-size:var(--font-size-xs);font-weight:var(--font-regular);color:var(--text-color-neutral-subtle);line-height:1.6}.ActionModal_body__HeLky{margin:0;font-size:var(--font-size-xs);font-weight:var(--font-regular);color:var(--text-color-mute);line-height:1.6}.AddColumnModal_modal__UXdhJ .ingestro-dialog__content{display:flex;flex-direction:column;width:calc(var(--spacing-xl) * 10);max-height:calc(100vh - (var(--spacing-xl) * 2));padding:0;gap:0;overflow:hidden;border-radius:var(--radius-modal);border:1px solid var(--border-color-default);box-shadow:var(--dropshadow-md)}.AddColumnModal_modal__UXdhJ .ingestro-dialog__header{margin:0;padding:var(--spacing-md);border-bottom:1px solid var(--border-color-default)}.AddColumnModal_modal__UXdhJ .ingestro-dialog__header .ingestro-dialog__title{font-size:var(--font-size-h3);font-weight:var(--font-semi-bold);line-height:1.5;letter-spacing:var(--tracking-tight-4);color:var(--text-color-neutral)}.AddColumnModal_modal__UXdhJ .ingestro-dialog__header-actions{top:var(--spacing-md);right:var(--spacing-md);height:var(--spacing-32)}.AddColumnModal_modal__UXdhJ .ingestro-formElement__label{font-size:var(--font-size-xs);line-height:1.5;letter-spacing:var(--tracking-tight-4)}.AddColumnModal_modal__UXdhJ .ingestro-formElement__labelText{color:var(--text-color-neutral-subtle)}.AddColumnModal_modal__UXdhJ .ingestro-dialog__body{margin:0;padding:var(--spacing-md)}.AddColumnModal_modal__UXdhJ .ingestro-dialog__footer{margin:0;padding:var(--spacing-12);border-top:1px solid var(--border-color-default)}.AddColumnModal_fields__KEESr{display:flex;flex-direction:column;gap:var(--spacing-16)}.AddColumnModal_value-group__WcPbj{display:flex;flex-direction:column;gap:var(--spacing-8)}.AddColumnModal_badges__mfMY4{display:flex;flex-wrap:wrap;align-content:flex-start;gap:var(--spacing-4)}.AddColumnModal_badge__ao20p{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-4);height:var(--spacing-24, 24px);padding:var(--spacing-4);border:1px solid var(--raw-color-neutral-200, #e1e1e1);border-radius:var(--radius-xs);background:var(--raw-color-neutral-50, #fbfbfb);color:var(--text-color-neutral);font-size:var(--font-size-xxs);font-weight:var(--font-regular);line-height:1.5;cursor:pointer}.AddColumnModal_badge-icon__LzQyQ{flex-shrink:0;color:var(--raw-color-neutral-600, #717171)}.AddColumnModal_badge-label__EqAnw{padding:0 var(--spacing-4)}.AddColumnModal_badge__ao20p:disabled{cursor:not-allowed;opacity:.5}.AddColumnModal_badge__ao20p:not(:disabled):hover{background:var(--raw-color-neutral-100, #f5f5f5)}.AddColumnModal_footer__FShbT{display:flex;justify-content:flex-end;align-items:center;gap:var(--spacing-8);width:100%}.PreProcessingPanel_panel__31YhZ{width:var(--import-flow-side-panel-width, 280px);min-width:var(--import-flow-side-panel-width, 280px);display:flex;flex-direction:column;height:100%;border-left:1px solid var(--border-color-default);overflow:hidden}.PreProcessingPanel_panel-header__VuXJq{display:flex;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-sm);border-bottom:1px solid var(--border-color-default);background:var(--surface-color-default);flex-shrink:0;min-height:48px;box-sizing:border-box}.PreProcessingPanel_panel-title__uQUaH{flex:1;min-width:0;font-size:var(--font-size-sm);font-weight:var(--font-semi-bold);color:var(--text-color-neutral);margin:0;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PreProcessingPanel_icon-btn__xkjUN{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;border-radius:var(--radius-xs);border:1px solid var(--button-btn-stroke-outline-default);background:var(--button-btn-fill-outline-default);color:var(--icon-color-primary);box-sizing:border-box;transition:background .15s ease}.PreProcessingPanel_icon-btn__xkjUN:hover:not(:disabled){background:var(--state-hover-on-surface)}.PreProcessingPanel_icon-btn__xkjUN:disabled{cursor:not-allowed;opacity:.5}.PreProcessingPanel_panel-body__71grb{flex:1;min-height:0;padding:var(--spacing-sm);background:var(--background-color-default);overflow-y:auto}.PreProcessingPanel_cards__qPz8F{display:flex;flex-direction:column;gap:var(--spacing-sm)}.TransposeConfirmContent_content__BMEfO{display:flex;flex-direction:column;color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:1.5;letter-spacing:.02em}.TransposeConfirmContent_paragraph__f5XTh{margin:0}.TransposeConfirmContent_list__CBamK{margin:0;padding-inline-start:var(--spacing-16, 16px);list-style:disc}.AddEmptyHeaderRevertConfirmContent_content__HpW4x{display:flex;flex-direction:column;color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:1.5;letter-spacing:.02em}.AddEmptyHeaderRevertConfirmContent_paragraph__h1VcD{margin:0}.AddEmptyHeaderRevertConfirmContent_list__6X-o1{margin:0;padding-inline-start:var(--spacing-16, 16px);list-style:disc}.ReplaceMergedHeaderConfirmContent_content__40Sjt{display:flex;flex-direction:column;color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:1.5;letter-spacing:.02em}.ReplaceMergedHeaderConfirmContent_paragraph__hDY2p{margin:0}.RemoveRuleConfirmContent_content__nkn6Y{display:flex;flex-direction:column;color:var(--text-color-neutral-subtle);font-size:var(--font-size-xs);font-weight:var(--font-regular);line-height:1.5;letter-spacing:var(--tracking-wide-2)}.RemoveRuleConfirmContent_paragraph__l6cTj{margin:0}.RemoveRuleConfirmContent_list__M0WXw{margin:0;padding-inline-start:var(--spacing-16);list-style:disc}.RemoveRuleConfirmContent_list-item-name__odvoN{font-weight:var(--font-semi-bold)}.PreProcessing_container__kdRgw{display:flex;flex-direction:column;height:100%;overflow:hidden}.PreProcessing_body__7LwTB{flex:1;min-height:0;display:flex;flex-direction:row;overflow:hidden;position:relative}.PreProcessing_table-area__Ngn5D{flex:1;min-width:0;padding:var(--spacing-sm);overflow:hidden;display:flex;flex-direction:column;position:relative}.PreProcessing_table-area__Ngn5D[data-merge-mode=true]{padding-bottom:calc(var(--spacing-48, 48px) + var(--spacing-sm))}.PreProcessing_full-state__mweeL{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-sm);text-align:center;padding:var(--spacing-xl)}.PreProcessing_error-title__fHndg{font-size:var(--font-size-default);font-weight:var(--font-semi-bold);color:var(--text-color-neutral);margin:0}.PreProcessing_error-desc__mG1qb{font-size:var(--font-size-sm);color:var(--text-color-neutral-subtle);margin:0;line-height:var(--line-height-md)}.FilterDropdown_wrapper__008u_{position:relative}.FilterDropdown_trigger__fL7Q2{all:unset;box-sizing:border-box;cursor:pointer;display:flex;align-items:center;gap:var(--spacing-4, 4px);height:var(--spacing-24, 24px);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);letter-spacing:var(--tracking-wide-2, .02em);color:var(--text-color-primary, #162338);padding:0 var(--spacing-8, 8px);border:1px solid var(--button-btn-border-default, #f2f2f2);border-radius:var(--radius-xs, 4px);background:var(--button-btn-fill-outline-default, #fff);white-space:nowrap;transition:background .15s ease,border-color .15s ease}.FilterDropdown_trigger__fL7Q2:hover:not(:disabled){background:var(--button-btn-fill-outline-primary-hover, #eff3f9)}.FilterDropdown_trigger__fL7Q2:focus-visible{border-color:var(--border-color-primary, #547cbc);outline:none}.FilterDropdown_trigger__fL7Q2:disabled{cursor:not-allowed;opacity:.5}.FilterDropdown_trigger__fL7Q2[data-highlighted=true]{background:var(--button-btn-fill-outline-primary-hover, #eff3f9)}.FilterDropdown_trigger__fL7Q2>svg{flex-shrink:0}.FilterDropdown_trigger-label__QOwOr{white-space:nowrap}.FilterDropdown_count__4-Rkz{display:flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:var(--radius-pill, 16px);background:var(--surface-color-primary, #162338);color:var(--text-color-on-primary, #fff);font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%)}.FilterDropdown_dropdown__SKXJ-{all:unset;position:absolute;top:calc(100% + var(--spacing-4, 4px));left:0;z-index:200;display:flex;width:320px;max-height:260px;flex-direction:column;align-items:flex-start;background:var(--surface-color-default, #fff);border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-xs, 4px);box-shadow:0 0 16px var(--elevation-soft, rgba(0, 0, 0, .1));overflow-x:hidden;overflow-y:auto;animation:FilterDropdown_dropdown-enter__8Fr4V .12s ease}@media(prefers-reduced-motion:reduce){.FilterDropdown_dropdown__SKXJ-{animation:none}}@keyframes FilterDropdown_dropdown-enter__8Fr4V{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.FilterDropdown_option__CXGhU{display:flex;align-items:center;gap:var(--spacing-8, 8px);box-sizing:border-box;width:100%;padding:var(--spacing-8, 8px) var(--spacing-12, 12px);list-style:none;cursor:pointer;transition:background .15s ease}.FilterDropdown_option__CXGhU:hover,.FilterDropdown_option__CXGhU:focus-within{background:var(--button-btn-fill-outline-primary-hover, #eff3f9);outline:none}.FilterDropdown_option-label__tVF0q{flex:1;min-width:0;font-family:var(--theme-font-family, Inter);font-size:var(--font-size-sm, 14px);font-weight:var(--font-regular, 400);font-style:normal;line-height:1.43;color:var(--raw-color-neutral-900, #2d2d2d);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.MappingPanelToolbar_action-btn__WTo2P,.MappingPanelToolbar_sort-btn__pSquu{all:unset;box-sizing:border-box;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:var(--spacing-4, 4px);height:var(--spacing-24, 24px);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);letter-spacing:var(--tracking-wide-2, .02em);color:var(--text-color-primary, #162338);border:1px solid var(--button-btn-border-default, #f2f2f2);border-radius:var(--radius-xs, 4px);background:var(--button-btn-fill-outline-default, #fff);white-space:nowrap;transition:background .15s ease,border-color .15s ease}.MappingPanelToolbar_action-btn__WTo2P:hover:not(:disabled),.MappingPanelToolbar_sort-btn__pSquu:hover:not(:disabled){background:var(--button-btn-fill-outline-primary-hover, #eff3f9)}.MappingPanelToolbar_action-btn__WTo2P:focus-visible,.MappingPanelToolbar_sort-btn__pSquu:focus-visible{border-color:var(--border-color-primary, #547cbc);outline:none}.MappingPanelToolbar_action-btn__WTo2P:disabled,.MappingPanelToolbar_sort-btn__pSquu:disabled{cursor:not-allowed;opacity:.5}.MappingPanelToolbar_action-btn__WTo2P[data-highlighted=true],.MappingPanelToolbar_sort-btn__pSquu[data-highlighted=true]{background:var(--button-btn-fill-outline-primary-hover, #eff3f9)}.MappingPanelToolbar_action-btn__WTo2P>svg,.MappingPanelToolbar_sort-btn__pSquu>svg{flex-shrink:0}.MappingPanelToolbar_action-btn__WTo2P{padding:0 var(--spacing-8, 8px)}.MappingPanelToolbar_sort-btn__pSquu{width:var(--spacing-24, 24px);padding:0}.MappingPanelToolbar_toolbar__BfRUV{display:flex;align-items:center;gap:var(--spacing-4, 4px);padding:var(--spacing-8, 8px) var(--spacing-12, 12px);border-bottom:1px solid var(--border-color-default, #f2f2f2);background:var(--surface-color-default, #fff);box-sizing:border-box;width:100%;flex-shrink:0}.MappingPanelToolbar_search-wrapper__4udeR{flex:1;min-width:0;display:flex;align-items:center;gap:var(--spacing-4, 4px);height:var(--spacing-24, 24px);box-sizing:border-box;overflow:hidden;background:var(--input-fill-default, #fff);border:1px solid var(--input-border-default, #f2f2f2);border-radius:var(--radius-xs, 4px);padding:var(--spacing-4, 4px) var(--spacing-4, 4px) var(--spacing-4, 4px) var(--spacing-8, 8px);cursor:text}.MappingPanelToolbar_search-wrapper__4udeR:focus-within{border-color:var(--input-border-active, #547cbc)}.MappingPanelToolbar_search-wrapper__4udeR[data-disabled=true]{cursor:not-allowed;opacity:.5}.MappingPanelToolbar_search-wrapper__4udeR[data-disabled=true],.MappingPanelToolbar_search-wrapper__4udeR[data-disabled=true] *{cursor:not-allowed}.MappingPanelToolbar_search-icon__-OiTe{color:var(--text-color-neutral, #2d2d2d);flex-shrink:0}.MappingPanelToolbar_search-input__7PAWu{flex:1;min-width:0;width:100%;margin:0;padding:0;border:none;outline:none;background:transparent;color:var(--text-color-neutral, #2d2d2d);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);letter-spacing:var(--tracking-wide-2, .02em)}.MappingPanelToolbar_search-input__7PAWu::placeholder{color:var(--text-color-neutral-subtle, #717171)}.MappingPanelToolbar_search-input__7PAWu::-webkit-search-cancel-button{display:none}.MappingPanelToolbar_search-input__7PAWu:disabled{cursor:not-allowed}.TargetColumnChip_wrapper__b7Htz{display:flex;flex-direction:column;gap:var(--spacing-4, 4px);width:100%;min-width:0}.TargetColumnChip_chip-row__ZDdfO{display:flex;align-items:center;width:100%;min-width:0}.TargetColumnChip_chip__6nrMM{flex:1;min-width:0;display:flex;align-items:center;gap:var(--spacing-4, 4px);min-height:var(--spacing-32, 32px);padding:var(--spacing-6, 6px) var(--spacing-8, 8px) var(--spacing-6, 6px) var(--spacing-6, 6px);background:var(--background-color-default, #fbfbfb)}.TargetColumnChip_chip-main__Dsplm{box-sizing:border-box;flex:1;min-width:0;display:flex;align-items:center;gap:var(--spacing-4, 4px)}.TargetColumnChip_chip-main__Dsplm:is(button){all:unset;box-sizing:border-box;flex:1;min-width:0;cursor:pointer;display:flex;align-items:center;gap:var(--spacing-4, 4px)}.TargetColumnChip_chip-main__Dsplm:is(button):focus-visible{outline:2px solid var(--feedback-primary, #162338);outline-offset:1px;border-radius:var(--radius-xs, 4px)}.TargetColumnChip_chip-actions__8Bzqk{display:inline-flex;flex-shrink:0;align-items:center;gap:var(--spacing-2, 2px)}.TargetColumnChip_label-row__gAnvn{flex:1;min-width:0;display:flex;align-items:center;gap:var(--spacing-6, 6px)}.TargetColumnChip_label__HuFqQ{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--font-size-sm, 14px);font-weight:var(--font-semi-bold, 600);color:var(--text-color-neutral, #2d2d2d)}.TargetColumnChip_required__wpgP8{color:var(--feedback-error, #ef4444);font-size:var(--font-size-sm, 14px);font-weight:var(--font-semi-bold, 600);flex-shrink:0;line-height:1.43;align-self:center}.TargetColumnChip_description-info__codxy{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:var(--spacing-20, 20px);height:var(--spacing-20, 20px);color:var(--icon-color-disabled, #c5c5c5)}.TargetColumnChip_description-trigger__yABCk{all:unset;display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;color:inherit;cursor:pointer}.TargetColumnChip_description-trigger__yABCk:focus-visible{outline:2px solid var(--feedback-primary, #162338);outline-offset:1px;border-radius:var(--radius-xs, 4px)}.TargetColumnChip_complete-mark__YKxx2{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-sizing:border-box;width:calc(var(--spacing-12, 12px) + var(--spacing-2, 2px));height:calc(var(--spacing-12, 12px) + var(--spacing-2, 2px));border:1px solid var(--icon-color-disabled, #c5c5c5);border-radius:var(--radius-pill, 16px);color:var(--text-color-on-primary, #fff)}.TargetColumnChip_complete-mark__YKxx2[data-complete=true]{border-color:transparent;background:var(--feedback-success, #10b981)}.TargetColumnChip_option-mapping__KQgc8{all:unset;box-sizing:border-box;cursor:pointer;display:inline-flex;align-items:center;align-self:flex-start;max-width:100%;min-width:0;height:var(--spacing-20, 20px);padding:var(--spacing-4, 4px);border-radius:var(--radius-xs, 4px);background:var(--raw-color-warning-100, #fef3c7);color:var(--raw-color-warning-600, #d97706);font-size:var(--font-size-xxs, 10px);line-height:1.5;white-space:nowrap;overflow:hidden;transition:background-color .2s cubic-bezier(.4,0,.2,1)}.TargetColumnChip_option-mapping__KQgc8[data-status=complete]{background:var(--raw-color-success-50, #ecfdf5);color:var(--raw-color-success-700, #047857)}.TargetColumnChip_option-mapping__KQgc8[data-status=error]{background:var(--raw-color-error-100, #fee2e2);color:var(--raw-color-error-800, #991b1b)}.TargetColumnChip_option-mapping__KQgc8[data-status=loading]{justify-content:center;line-height:0}.TargetColumnChip_option-mapping__KQgc8:hover:not(:disabled){background:var(--raw-color-warning-200, #fde68a)}.TargetColumnChip_option-mapping__KQgc8[data-status=complete]:hover:not(:disabled){background:var(--raw-color-success-100, #d1fae5)}.TargetColumnChip_option-mapping__KQgc8[data-status=error]:hover:not(:disabled){background:var(--raw-color-error-200, #fecaca)}.TargetColumnChip_option-mapping__KQgc8:disabled{cursor:not-allowed}.TargetColumnChip_option-mapping__KQgc8:focus-visible{outline:2px solid var(--feedback-primary, #162338);outline-offset:1px}.TargetColumnChip_option-mapping-label-wrap__gHL4X{overflow:hidden;display:inline-flex;align-items:center;padding:0 var(--spacing-4, 4px)}.TargetColumnChip_option-mapping-label__Xz-bT{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TargetColumnChip_option-mapping-tooltip-wrap__7uZqS{display:inline-flex;align-self:flex-start;max-width:100%}.TargetColumnChip_option-mapping-disabled-tooltip__uEBGh{align-self:flex-start;width:-moz-fit-content;width:fit-content;max-width:100%}.TransformFlyout_flyout__dt55J{overflow:hidden}.ingestro-popover__content:has(.TransformFlyout_flyout__dt55J){box-sizing:border-box;padding:0;border-radius:var(--radius-xs, 4px);background:var(--surface-color-default, #ffffff);box-shadow:inset 0 0 0 1px var(--border-color-default, #f2f2f2),0 0 var(--spacing-16, 16px) var(--elevation-soft, rgba(0, 0, 0, .1));overflow:hidden}.DefaultValueInputField_input-field__EOnse{position:relative;box-sizing:border-box;inline-size:100%;block-size:calc(var(--spacing-40, 40px) * 2);overflow:clip;border:1px solid var(--input-input-border-default, #f2f2f2);border-radius:var(--radius-xs, 4px)}.DefaultValueInputField_input-field__EOnse:focus-within{border-color:var(--input-input-border-active, #547cbc)}.DefaultValueInputField_input-highlight__Ixq_Q{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;box-sizing:border-box;inline-size:100%;block-size:100%;overflow:hidden;scrollbar-gutter:stable;padding:var(--spacing-4, 4px) var(--spacing-4, 4px) var(--spacing-4, 4px) var(--spacing-8, 8px);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:1.5;letter-spacing:var(--tracking-wide-2, .02em);white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;color:var(--text-color-neutral, #2d2d2d);pointer-events:none}.DefaultValueInputField_highlight-insert__lNZmH{color:var(--text-color-link, #5c8ef2)}.DefaultValueInputField_input-textarea__boLQi{position:relative;z-index:1;box-sizing:border-box;inline-size:100%;block-size:100%;padding:var(--spacing-4, 4px) var(--spacing-4, 4px) var(--spacing-4, 4px) var(--spacing-8, 8px);overflow:auto;scrollbar-gutter:stable;resize:none;border:none;border-radius:0;background:transparent;font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:1.5;letter-spacing:var(--tracking-wide-2, .02em);white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;color:transparent;caret-color:var(--text-color-neutral, #2d2d2d)}.DefaultValueInputField_input-textarea__boLQi::placeholder{color:var(--text-color-mute, #c5c5c5)}.DefaultValueInputField_input-textarea__boLQi:focus-visible{outline:none}.ValueComposer_value-composer__43Wt4{display:flex;flex-direction:column;gap:var(--spacing-4, 4px);width:100%;min-width:0}.ValueComposer_field__xJ7Tv{display:flex;flex-direction:column;gap:var(--spacing-2, 2px);width:100%}.ValueComposer_label__Jevhv{margin:0;font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:1.5;letter-spacing:var(--tracking-wide-2, .02em);color:var(--text-color-neutral-subtle, #717171)}.ValueComposer_insert-row__Cs9Ky{display:flex;flex-wrap:wrap;gap:var(--spacing-4, 4px)}.ValueComposer_insert-btn__Sj78g{all:unset;box-sizing:border-box;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-4, 4px);height:var(--spacing-24, 24px);padding:var(--spacing-4, 4px);border:1px solid var(--raw-color-neutral-200, #e1e1e1);border-radius:var(--radius-xs, 4px);background:var(--raw-color-neutral-50, #fbfbfb);color:var(--text-color-neutral, #2d2d2d);font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);line-height:1.5}.ValueComposer_insert-btn__Sj78g:hover,.ValueComposer_insert-btn__Sj78g[data-open=true]{background:var(--raw-color-neutral-100, #f2f2f2);border-color:var(--raw-color-neutral-300, #c5c5c5)}.ValueComposer_insert-btn__Sj78g:focus-visible{outline:2px solid var(--feedback-primary, #162338);outline-offset:1px}.ValueComposer_insert-icon__YnpGR{color:var(--icon-color-primary, #162338);flex-shrink:0}.ValueComposer_insert-group__lD1c-{display:inline-flex;flex-direction:column;align-items:flex-start}.ValueComposer_picker__tpjjV{list-style:none;margin:var(--spacing-2, 2px) 0 0;padding:var(--spacing-4, 4px);display:flex;flex-direction:column;gap:var(--spacing-2, 2px);min-width:100%;box-sizing:border-box;border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-xs, 4px);background:var(--surface-color-default, #fff);box-shadow:0 0 var(--spacing-16, 16px) var(--elevation-soft, rgba(0, 0, 0, .1))}.ValueComposer_picker-item__MXTak{all:unset;box-sizing:border-box;cursor:pointer;display:flex;align-items:center;width:100%;padding:var(--spacing-4, 4px) var(--spacing-8, 8px);border-radius:var(--radius-xs, 4px);font-size:var(--font-size-xs, 12px);color:var(--text-color-neutral, #2d2d2d)}.ValueComposer_picker-item__MXTak:hover{background:var(--state-hover-on-surface, #fbfbfb)}.ValueComposer_picker-item__MXTak:focus-visible{outline:2px solid var(--feedback-primary, #162338);outline-offset:-2px}.FillEmptyValueEditor_editor__o9nyb{display:flex;flex-direction:column;gap:var(--spacing-12, 12px);box-sizing:border-box;width:100%;min-width:0}.FillEmptyValueEditor_header__tKpjk{display:flex;flex-direction:column;gap:var(--spacing-4, 4px);align-self:flex-start}.FillEmptyValueEditor_title__F21mG{margin:0;font-size:var(--font-size-xs, 12px);font-weight:var(--font-semi-bold, 600);line-height:1.5;letter-spacing:var(--tracking-wide-2, .02em);color:var(--text-color-neutral, #2d2d2d)}.FillEmptyValueEditor_description__o3_GL{margin:0;font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:1.5;letter-spacing:var(--tracking-wide-2, .02em);color:var(--text-color-neutral-subtle, #717171)}.FillEmptyValueEditor_divider__8AA8q{margin:0;border:none;border-top:1px solid var(--border-color-default, #f2f2f2)}.FillEmptyValueEditor_footer__NegTA{display:flex;justify-content:flex-end;gap:var(--spacing-8, 8px);padding-top:var(--spacing-8, 8px)}.SourceSlotDragLayer_layer__VWXpq{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:100000}.SourceSlotDragLayer_preview-inner__EHPXT{position:absolute;top:0;left:0;box-sizing:border-box;opacity:.96;cursor:grabbing}.SourceSlotDragLayer_preview-inner__EHPXT>*{inline-size:100%;block-size:100%}.MappingRow_row__21CRy{display:grid;grid-template-columns:minmax(0,1fr) calc(var(--spacing-40, 40px) * 3.5) minmax(0,1fr);align-items:flex-start;padding:var(--spacing-8, 8px);border:1px solid var(--border-color-mid);border-radius:var(--radius-md);background-color:var(--surface-color-default);width:100%;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.MappingRow_row__21CRy:has([data-keyboard-focus=true]),.MappingRow_row__21CRy:has([role=combobox][aria-expanded=true]),.MappingRow_row__21CRy:has(:focus-visible):not(:has([data-option-mapping-trigger]:focus-visible)):not(:has([role=combobox]:focus)):not(:has(.MappingRow_merge-label__MYXtF:focus-visible)),.MappingRow_row__21CRy[data-active=true]{border-radius:var(--radius-md, 8px);border:1px solid var(--border-color-primary, #547cbc);background:var(--surface-color-default, #fff);box-shadow:var(--dropshadow-sm)}.MappingRow_row__21CRy[data-disabled=true]{pointer-events:none;opacity:.5}.MappingRow_row__21CRy[data-selectable=true]{cursor:pointer}.MappingRow_source__zXOnd{flex:1;min-width:0;display:flex;align-items:flex-start}.MappingRow_source-slots-outer__zcvP4{width:100%;overflow:hidden;transition:height .25s cubic-bezier(.4,0,.2,1)}.MappingRow_source-slots__XnoxM{width:100%}.MappingRow_source-slots-list__tZWAW{display:flex;flex-direction:column;gap:var(--spacing-4, 4px);width:100%}.MappingRow_source-slot-row__YMPiP{display:flex;align-items:center;gap:var(--spacing-4, 4px);width:100%;min-width:0}.MappingRow_source-slot-row__YMPiP[data-dragging=true]{opacity:.5;z-index:1}.MappingRow_source-slots-list__tZWAW[data-reordering=true] .MappingRow_source-slot-row__YMPiP{pointer-events:none}.MappingRow_source-slots-list__tZWAW[data-reordering=true] .MappingRow_source-slot-drag-handle__t693N{opacity:1;cursor:grabbing;pointer-events:auto}.MappingRow_source-slot-drag-handle__t693N{all:unset;box-sizing:border-box;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:var(--spacing-20, 20px);height:var(--spacing-32, 32px);cursor:grab;color:var(--icon-color-neutral-subtle, #717171);opacity:0;transition:opacity .15s ease;touch-action:none;-webkit-user-select:none;user-select:none;pointer-events:auto}.MappingRow_source-slot-drag-handle__t693N:active{cursor:grabbing}.MappingRow_source-slot-drag-handle__t693N:focus-visible{opacity:1;outline:2px solid var(--feedback-primary, #162338);outline-offset:1px;border-radius:var(--radius-xs, 4px)}.MappingRow_source-slot-row__YMPiP:hover .MappingRow_source-slot-drag-handle__t693N,.MappingRow_source-slot-row__YMPiP:focus-within .MappingRow_source-slot-drag-handle__t693N{opacity:1}.MappingRow_source-slot-row__YMPiP>:last-child{flex:1;min-width:0}.MappingRow_source-slot-preview__qsaAI{display:flex;align-items:center;gap:var(--spacing-4, 4px);width:100%;min-width:0;padding:var(--spacing-4, 4px) var(--spacing-8, 8px);border-radius:var(--radius-md, 8px);background:var(--surface-color-default, #fff);box-shadow:var(--dropshadow-md, 0 0 20px #00000033);color:var(--icon-color-neutral-subtle, #717171)}.MappingRow_source-slot-preview-label__TY-2e{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--font-size-sm, 14px);line-height:var(--font-line-height, 150%);color:var(--text-color-neutral, #2d2d2d)}@media(prefers-reduced-motion:reduce){.MappingRow_source-slots-outer__zcvP4,.MappingRow_source-slot-drag-handle__t693N{transition:none}}.MappingRow_add-slot-btn__qU8a0{all:unset;box-sizing:border-box;cursor:pointer;display:inline-flex;align-self:flex-start;align-items:center;gap:var(--spacing-4, 4px);height:var(--spacing-24, 24px);padding:0 var(--spacing-8, 8px);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);letter-spacing:var(--tracking-wide-2, .02em);color:var(--text-color-primary, #162338);border:1px solid var(--button-btn-border-default, #f2f2f2);border-radius:var(--radius-xs, 4px);background:var(--button-btn-fill-outline-default, #fff);white-space:nowrap;transition:background .15s ease,border-color .15s ease}.MappingRow_add-slot-btn__qU8a0:hover:not(:disabled){background:var(--button-btn-fill-outline-primary-hover, #eff3f9)}.MappingRow_add-slot-btn__qU8a0:focus-visible{border-color:var(--border-color-primary, #547cbc);outline:none}.MappingRow_add-slot-btn__qU8a0:disabled{cursor:not-allowed;opacity:.5}.MappingRow_add-slot-btn__qU8a0>svg{flex-shrink:0}.MappingRow_transform__QzgUf{display:flex;align-items:center;justify-content:center;flex-shrink:0;height:var(--spacing-32, 32px)}.MappingRow_fill-empty-set__TlsMB{display:inline-flex;align-items:center;gap:var(--spacing-2, 2px);align-self:flex-start}.MappingRow_fill-empty-link__2Nu_8{all:unset;cursor:pointer;color:var(--text-color-link, #5c8ef2);font-size:var(--font-size-xs, 12px);line-height:1.5;white-space:nowrap}.MappingRow_fill-empty-link__2Nu_8:hover:not(:disabled){color:var(--raw-color-inform-700, #1152d5)}.MappingRow_fill-empty-link__2Nu_8:focus-visible{outline:2px solid var(--feedback-primary, #162338);outline-offset:1px}.MappingRow_fill-empty-link__2Nu_8:disabled{cursor:not-allowed;opacity:.5}.MappingRow_fill-empty-label__fLoev{display:inline-block;vertical-align:bottom;max-width:100%}.MappingRow_connector__ZDMf_{display:flex;flex:1;align-items:center;justify-content:center}.MappingRow_arrow__gF3OQ{color:var(--icon-color-disabled, #c5c5c5);flex-shrink:0}.MappingRow_transform-btn-tooltip___uacf{display:inline-flex}.MappingRow_transform-btn__DX-0h{all:unset;box-sizing:border-box;cursor:pointer;display:flex;align-items:center;justify-content:center;width:var(--spacing-20, 20px);height:var(--spacing-20, 20px);border-radius:var(--radius-xs, 4px);background:var(--button-btn-fill-outline-default, #ffffff);color:var(--icon-color-primary, #000000);border:1px solid var(--button-btn-stroke-outline-default, #f2f2f2);transition:background .15s ease,border-color .15s ease}.MappingRow_transform-btn__DX-0h:hover,.MappingRow_transform-btn__DX-0h[aria-expanded=true]{background:var(--button-btn-fill-outline-primary-hover, #eff3f9)}.MappingRow_transform-btn__DX-0h:focus-visible{outline:1px solid var(--feedback-primary, #162338);outline-offset:-1px}.MappingRow_transform-btn__DX-0h:disabled{cursor:not-allowed;background:var(--button-btn-fill-outline-disabled, #f2f2f2);border-color:var(--button-btn-stroke-outline-disabled, #e5e5e5);color:var(--icon-color-disabled, #c5c5c5)}.MappingRow_transform-btn__DX-0h:disabled:hover{background:var(--button-btn-fill-outline-disabled, #f2f2f2)}.MappingRow_target__4i7Ij{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--spacing-4, 4px)}.MappingRow_merge-badge__qPH5O{display:inline-flex;align-items:center;justify-content:center;height:var(--spacing-24, 24px);padding:var(--spacing-4, 4px);border:1px solid var(--border-color-mid, #e1e1e1);border-radius:var(--radius-xs, 4px);background:var(--raw-color-neutral-50, #fbfbfb);box-sizing:border-box}.MappingRow_merge-label__MYXtF{all:unset;display:inline-flex;align-items:center;gap:var(--spacing-4, 4px);padding:0 var(--spacing-4, 4px);font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);line-height:1.5;color:var(--text-color-neutral, #2d2d2d);white-space:nowrap}button.MappingRow_merge-label__MYXtF{cursor:pointer;flex:1;min-width:0}button.MappingRow_merge-label__MYXtF:hover{color:var(--text-color-primary)}button.MappingRow_merge-label__MYXtF:focus-visible{outline:2px solid var(--feedback-primary);outline-offset:1px;border-radius:var(--radius-xs)}.MappingRow_merge-operator__epA5E{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--spacing-14, 14px);height:var(--spacing-14, 14px);padding:0;border-radius:var(--radius-xs);background:var(--surface-color-default);border:1px solid var(--border-color-default);font-size:var(--font-size-xxs, 10px);font-weight:var(--font-semi-bold, 600);color:var(--text-color-primary)}.MappingRow_merge-operator-glyph__5D50t{display:inline-flex;align-items:center;justify-content:center;line-height:1;overflow:hidden;text-overflow:ellipsis;max-width:100%}.MappingRow_custom-merge-operator__y7sT5{display:inline-flex;vertical-align:middle;overflow:hidden}.MappingRow_fill-empty-remove__xtg4k:not(:disabled) svg{width:var(--spacing-12, 12px);height:var(--spacing-12, 12px);color:var(--text-color-link, #5c8ef2)}.MappingRowsSkeleton_skeleton-row__PyCCm{height:calc(var(--spacing-32, 32px) + var(--spacing-8, 8px) * 2 + 2px);border:1px solid var(--border-color-mid, #e5e5e5);border-radius:var(--radius-md, 8px);background-color:var(--surface-color-default, #fff);overflow:hidden;box-sizing:border-box}.MappedOptionPill_select__8jYMs{display:flex;align-items:center;gap:var(--spacing-8, 8px);width:100%;max-width:100%;min-width:0;height:var(--spacing-32, 32px);padding:var(--spacing-4, 4px) var(--spacing-8, 8px);border:1px solid var(--input-input-border-default, #f2f2f2);border-radius:var(--radius-xs, 4px);background:var(--surface-color-default);box-sizing:border-box;overflow:hidden}.MappedOptionPill_select__8jYMs[data-session-created]{border-color:var(--input-border-active, #547cbc);background:var(--input-input-fill-default, white)}.MappedOptionPill_select__8jYMs[data-read-only]{cursor:default}.MappedOptionPill_tag-slot__Yg3Qx{flex:1;min-width:0;display:flex;align-items:center;overflow:hidden}.MappedOptionPill_tag__DxqZ_{display:inline-flex;align-items:center;gap:var(--spacing-4, 4px);width:-moz-fit-content;width:fit-content;max-width:100%;min-width:0;height:var(--spacing-24, 24px);padding:var(--spacing-4, 4px);border-radius:var(--radius-xs, 4px);background:var(--tag-background);overflow:hidden}.MappedOptionPill_label__lXhLL{flex:0 1 auto;min-width:0;padding:0 var(--spacing-4, 4px);color:var(--tag-color);font-size:var(--font-size-xxs)}.MappedOptionPill_clear__SNx_2,.MappedOptionPill_icon__1o6Ji,.MappedOptionPill_chevron__CInBt{all:unset;box-sizing:border-box;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:var(--radius-xs)}.MappedOptionPill_clear__SNx_2,.MappedOptionPill_icon__1o6Ji{width:var(--spacing-12, 12px);height:var(--spacing-12, 12px);color:var(--tag-color)}.MappedOptionPill_select__8jYMs[data-session-created] .MappedOptionPill_icon__1o6Ji{width:var(--spacing-8, 8px);height:var(--spacing-8, 8px)}.MappedOptionPill_chevron__CInBt{flex-shrink:0;width:var(--spacing-16, 16px);height:var(--spacing-16, 16px);color:var(--icon-color-neutral-subtle)}.MappedOptionPill_clear__SNx_2:hover,.MappedOptionPill_icon__1o6Ji:hover,.MappedOptionPill_chevron__CInBt:hover{color:var(--icon-color-neutral)}.MappedOptionPill_clear__SNx_2:focus-visible,.MappedOptionPill_icon__1o6Ji:focus-visible,.MappedOptionPill_chevron__CInBt:focus-visible{outline:2px solid var(--feedback-primary);outline-offset:1px}.OptionEditorDialog_modal__7u8rz .ingestro-dialog__content{max-width:var(--modal-option-editor-max-width)}.OptionEditorDialog_fields___FgZg{display:flex;flex-direction:column;gap:var(--spacing-12, 12px)}.OptionEditorDialog_value-helper__NoJ25{display:block;margin-top:var(--spacing-4, 4px);color:var(--text-color-neutral-subtle);font-size:var(--font-size-xs)}.OptionEditorDialog_validation-error__yYpx2{margin:0;color:var(--text-color-danger);font-size:var(--font-size-xs)}.OptionSelectDropdown_root__A-iY6{width:100%;min-width:0;max-width:100%}.SourceColumnPicker_root__r86BN{position:relative}.SourceColumnPicker_trigger__PMRuA{all:unset;box-sizing:border-box;cursor:pointer;display:inline-flex;align-items:center;gap:var(--spacing-4, 4px);height:var(--spacing-24, 24px);padding:0 var(--spacing-8, 8px);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);letter-spacing:var(--tracking-wide-2, .02em);color:var(--text-color-primary, #162338);border:1px solid var(--button-btn-border-default, #f2f2f2);border-radius:var(--radius-xs, 4px);background:var(--button-btn-fill-outline-default, #fff);white-space:nowrap;transition:background .15s ease,border-color .15s ease}.SourceColumnPicker_trigger__PMRuA:hover:not(:disabled):not([data-open=true]){background:var(--button-btn-fill-outline-primary-hover, #eff3f9)}.SourceColumnPicker_trigger__PMRuA:focus-visible{border-color:var(--input-input-border-active, #547cbc);background:var(--input-input-fill-default, #fff);outline:none}.SourceColumnPicker_trigger__PMRuA:disabled{cursor:not-allowed;opacity:.5}.SourceColumnPicker_trigger__PMRuA[data-open=true]{background:var(--input-input-fill-default, #fff);border-color:var(--input-input-border-active, #547cbc)}.SourceColumnPicker_trigger__PMRuA[data-highlighted=true]:not([data-open=true]){background:var(--button-btn-fill-outline-primary-hover, #eff3f9)}.SourceColumnPicker_menu__Abxgm{position:absolute;z-index:3;top:calc(100% + var(--spacing-4, 4px));right:0;width:320px;max-height:var(--option-mapping-dropdown-max-height, 472px);overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-xs, 4px);background:var(--surface-color-default, #fff);box-shadow:var(--dropshadow-sm, 0 4px 16px rgb(27 80 113 / .08));animation:SourceColumnPicker_dropdown-enter__cEdEX .12s ease}@media(prefers-reduced-motion:reduce){.SourceColumnPicker_menu__Abxgm{animation:none}}@keyframes SourceColumnPicker_dropdown-enter__cEdEX{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.SourceColumnPicker_search-header__WrXWt{flex-shrink:0;padding:var(--spacing-8, 8px);background:var(--raw-color-accent-50, #eff3f9);border-bottom:1px solid var(--border-color-default, #f2f2f2)}.SourceColumnPicker_search-field__MJRRt{display:flex;align-items:center;gap:var(--spacing-4, 4px);height:var(--spacing-32, 32px);padding:var(--spacing-4, 4px) var(--spacing-4, 4px) var(--spacing-4, 4px) var(--spacing-8, 8px);box-sizing:border-box;background:var(--input-input-fill-default, #fff);border:1px solid var(--input-input-border-default, #f2f2f2);border-radius:var(--radius-xs, 4px);transition:border-color .15s ease}.SourceColumnPicker_search-field__MJRRt:focus-within{border-color:var(--input-input-border-active, #547cbc)}.SourceColumnPicker_search-icon__Dbj_Z{flex-shrink:0;color:var(--icon-color-neutral-subtle, #717171)}.SourceColumnPicker_search__zNG3p{flex:1;min-width:0;margin:0;padding:0;border:none;outline:none;background:transparent;font-size:var(--font-size-sm, 14px);line-height:1.5;color:var(--text-color-neutral, #2d2d2d)}.SourceColumnPicker_search__zNG3p::placeholder{color:var(--text-color-mute, #c5c5c5)}.SourceColumnPicker_menu-body__vBpk2{overflow:auto;display:flex;width:100%;max-height:260px;flex-direction:column}.SourceColumnPicker_menu__Abxgm section{width:100%}.SourceColumnPicker_menu__Abxgm section h4{margin:0;padding:var(--spacing-8, 8px) var(--spacing-8, 8px) var(--spacing-4, 4px);color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xxs, 10px);font-weight:var(--font-semi-bold, 600);text-transform:uppercase}.SourceColumnPicker_menu__Abxgm ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;width:100%}.SourceColumnPicker_menu__Abxgm li{width:100%}.SourceColumnPicker_menu__Abxgm button{all:unset;box-sizing:border-box;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-8, 8px);width:100%;padding:var(--spacing-8, 8px) var(--spacing-12, 12px);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-sm, 14px);font-weight:var(--font-regular, 400);font-style:normal;line-height:1.43;color:var(--raw-color-neutral-900, #2d2d2d);transition:background .15s ease}.SourceColumnPicker_menu__Abxgm button>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.SourceColumnPicker_menu__Abxgm button:hover{background:var(--button-btn-fill-outline-primary-hover, #eff3f9)}.SourceColumnPicker_menu__Abxgm button:focus-visible{outline:none;background:var(--button-btn-fill-outline-primary-hover, #eff3f9)}.SourceColumnPicker_mapped__0AkLw{flex-shrink:0;padding:0 var(--spacing-6, 6px);border-radius:var(--radius-xs, 4px);background:var(--raw-color-inform-100, #e8f4fd);color:var(--raw-color-inform-700, #1a5a8a);font-size:var(--font-size-xxs, 10px)}.SourceColumnPicker_empty__d6Gsr{margin:0;padding:var(--spacing-8, 8px);color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px)}.OptionMappingModal_modal__XpzDB .ingestro-dialog__content{width:min(var(--modal-option-mapping-max-width),calc(100vw - var(--spacing-40)));max-width:min(var(--modal-option-mapping-max-width),calc(100vw - var(--spacing-40)));height:min(var(--modal-option-mapping-height),calc(100vh - var(--spacing-40)));display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden;box-shadow:var(--dropshadow-md)}.OptionMappingModal_modal__XpzDB.OptionMappingModal_modal-loading__RNj0K .ingestro-dialog__content{height:min(var(--modal-option-mapping-loading-height),calc(100vh - var(--spacing-40)))}.OptionMappingModal_modal__XpzDB .ingestro-dialog__header{flex-shrink:0;gap:var(--spacing-8);padding:var(--spacing-16);border-bottom:1px solid var(--border-color-default)}.OptionMappingModal_modal__XpzDB .ingestro-dialog__title{color:var(--text-color-neutral);font-size:var(--font-size-h3);font-weight:var(--font-semi-bold);line-height:var(--font-line-height);letter-spacing:var(--tracking-tight-2)}.OptionMappingModal_modal__XpzDB .ingestro-dialog__subtitle{margin:0;color:var(--text-color-neutral-subtle);font-size:var(--font-size-xs);line-height:var(--font-line-height);letter-spacing:var(--tracking-wide-2)}.OptionMappingModal_modal__XpzDB .ingestro-dialog__header-actions{top:var(--spacing-16);right:var(--spacing-16);height:var(--spacing-32)}.OptionMappingModal_modal__XpzDB .ingestro-dialog__body{min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden;margin:0;padding:var(--spacing-16)}.OptionMappingModal_modal__XpzDB .ingestro-dialog__footer{flex-shrink:0;padding:var(--spacing-20);border-top:1px solid var(--border-color-default)}.OptionMappingModal_modal__XpzDB .ingestro-dialog__footer-buttons{gap:var(--spacing-8)}.OptionMappingModal_loading__7H1Hb{flex:1;min-height:var(--option-mapping-loading-min-height);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-16);text-align:center}.OptionMappingModal_loading__7H1Hb .ingestro-progress,.OptionMappingModal_loading__7H1Hb>:first-child{width:var(--option-mapping-progress-width)}.OptionMappingModal_loading-copy__9YdIM{width:100%;max-width:var(--option-mapping-loading-copy-width);display:flex;flex-direction:column;align-items:center;gap:var(--spacing-8)}.OptionMappingModal_loading-copy__9YdIM strong{color:var(--text-color-neutral);font-size:var(--font-size-sm);font-weight:var(--font-semi-bold);line-height:var(--font-line-height)}.OptionMappingModal_loading-copy__9YdIM p{margin:0;color:var(--text-color-neutral-subtle);font-size:var(--font-size-sm);line-height:var(--font-line-height)}.OptionMappingModal_content__d3DCt{display:flex;flex-direction:column;gap:var(--spacing-12, 12px);flex:1;min-height:0;height:100%}.OptionMappingModal_content-top__TUL7X{display:flex;flex-direction:column;gap:var(--spacing-12, 12px);flex-shrink:0}.OptionMappingModal_case-note__FD5l8{margin:0;color:var(--text-color-neutral-subtle);font-size:var(--font-size-xs)}.OptionMappingModal_section-headers__CNgFV{display:grid;grid-template-columns:minmax(0,1fr) var(--option-mapping-arrow-width, 56px) minmax(0,var(--option-mapping-output-width, 240px));align-items:center}.OptionMappingModal_mapping-scroll__VlRN7{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto}.OptionMappingModal_options__jnrnu{display:flex;flex-direction:column;gap:var(--spacing-12, 12px);flex-shrink:0}.OptionMappingModal_input-section-header__o4u1J{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-8, 8px);min-width:0;color:var(--text-color-neutral);font-size:var(--font-size-xs);font-weight:var(--font-semi-bold);letter-spacing:var(--tracking-wide-2)}.OptionMappingModal_output-section-header__xsQu2{color:var(--text-color-neutral);font-size:var(--font-size-xs);font-weight:var(--font-semi-bold);letter-spacing:var(--tracking-wide-2)}.OptionMappingModal_empty-state__HObUN{margin:0;padding:var(--spacing-24, 24px);border:1px dashed var(--border-color-default);border-radius:var(--radius-xs);color:var(--text-color-neutral-subtle);font-size:var(--font-size-sm);text-align:center}.OptionMappingModal_mapping-layout__jm4in{display:grid;grid-template-columns:minmax(0,1fr) var(--option-mapping-arrow-width, 56px) minmax(0,var(--option-mapping-output-width, 240px));align-items:start}.OptionMappingModal_input-side__aWbzd,.OptionMappingModal_output-side__u_6sn{display:flex;flex-direction:column;min-width:0}.OptionMappingModal_input-heading-scroll__6GiWm,.OptionMappingModal_input-panel__LaKc3,.OptionMappingModal_output-heading__yPtrP,.OptionMappingModal_output-panel__4Mvex{min-width:0;border:1px solid var(--border-color-default);background:var(--surface-color-default);box-sizing:border-box}.OptionMappingModal_input-heading-scroll__6GiWm,.OptionMappingModal_output-heading__yPtrP{position:sticky;top:0;z-index:2;overflow-x:auto;overflow-y:clip;border-bottom:none;border-radius:var(--radius-sm, 6px) var(--radius-sm, 6px) 0 0;background:var(--background-color-default);scrollbar-width:none}.OptionMappingModal_input-heading-scroll__6GiWm::-webkit-scrollbar{display:none}.OptionMappingModal_input-panel__LaKc3,.OptionMappingModal_output-panel__4Mvex{border-top:none;border-radius:0 0 var(--radius-sm, 6px) var(--radius-sm, 6px);overflow-x:auto;overflow-y:clip}.OptionMappingModal_output-panel__4Mvex{contain:inline-size;overflow-x:clip}.OptionMappingModal_input-heading__mCY6e,.OptionMappingModal_input-row__9yaLy{display:grid;grid-template-columns:var(--spacing-48, 48px) minmax(0,1fr);align-items:center;box-sizing:border-box;min-width:max(100%,calc(var(--spacing-48, 48px) + var(--source-column-count, 1) * var(--option-mapping-source-column-min-width, 200px)))}.OptionMappingModal_input-heading__mCY6e,.OptionMappingModal_output-heading__yPtrP,.OptionMappingModal_arrow-heading__LXGBM{height:var(--option-mapping-heading-height, var(--spacing-32, 32px));box-sizing:border-box}.OptionMappingModal_input-heading__mCY6e{border-bottom:1px solid var(--border-color-default)}.OptionMappingModal_arrow-heading__LXGBM{position:sticky;top:0;z-index:2;width:100%;border-bottom:1px solid transparent;background:transparent;padding:0}.OptionMappingModal_output-heading__yPtrP{display:flex;align-items:center;gap:var(--spacing-4, 4px);padding:0 var(--spacing-8, 8px);overflow-x:clip;border-bottom:1px solid var(--border-color-default)}.OptionMappingModal_count-spacer__GjU62,.OptionMappingModal_count-cell__ikJXG{position:sticky;left:0;z-index:1;display:flex;align-items:center;justify-content:center;height:100%;border-right:1px solid var(--border-color-default);box-sizing:border-box}.OptionMappingModal_count-spacer__GjU62{z-index:3;background:var(--background-color-default)}.OptionMappingModal_count-cell__ikJXG{background:var(--surface-color-default)}.OptionMappingModal_source-headings__i4GV_,.OptionMappingModal_input-values__MTuyg{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(var(--option-mapping-source-column-min-width, 200px),1fr);min-width:0;width:100%;height:100%}.OptionMappingModal_source-headings__i4GV_>span,.OptionMappingModal_input-values__MTuyg>span{display:flex;align-items:center;gap:var(--spacing-8, 8px);min-width:0;height:100%;padding:0 var(--spacing-8, 8px);border-right:1px solid var(--border-color-default);box-sizing:border-box}.OptionMappingModal_source-headings__i4GV_>span:last-child,.OptionMappingModal_input-values__MTuyg>span:last-child{border-right:none}.OptionMappingModal_source-headings__i4GV_>span{justify-content:space-between;color:var(--text-color-neutral);font-size:var(--font-size-sm);font-weight:var(--font-semi-bold)}.OptionMappingModal_source-heading-label__febjU{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.OptionMappingModal_output-heading__yPtrP strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-color-neutral);font-size:var(--font-size-xs);font-weight:var(--font-semi-bold);letter-spacing:var(--tracking-wide-2)}.OptionMappingModal_output-icon__naMX6{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--spacing-16, 16px);height:var(--spacing-16, 16px);border-radius:var(--radius-xs, 4px);background:var(--background-color-mid);color:var(--icon-color-neutral-subtle)}.OptionMappingModal_input-row__9yaLy,.OptionMappingModal_output-row__Y8LwV,.OptionMappingModal_arrow__w6RLv,.OptionMappingModal_mapped-indicator__oSDbW{height:var(--option-mapping-row-height);box-sizing:border-box}.OptionMappingModal_input-row__9yaLy{border-bottom:1px solid var(--border-color-default)}.OptionMappingModal_output-row__Y8LwV{display:flex;align-items:center;min-width:0;padding:var(--spacing-6, 6px) var(--spacing-8, 8px);border-bottom:1px solid var(--border-color-default);overflow:hidden}.OptionMappingModal_input-row__9yaLy:last-child,.OptionMappingModal_output-row__Y8LwV:last-child{border-bottom:none}.OptionMappingModal_output-skeleton__IttEs{display:block;width:100%;height:var(--spacing-32, 32px);border-radius:var(--radius-xs, 4px)}.OptionMappingModal_value-text__US92J{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-color-neutral);font-size:var(--font-size-sm)}.OptionMappingModal_input-values__MTuyg>span[data-empty=true] .OptionMappingModal_value-text__US92J{color:var(--text-color-mute);font-style:italic}.OptionMappingModal_mapped-indicator__oSDbW{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--text-color-success, var(--raw-color-success-500, #10b981))}.OptionMappingModal_count__gveW0{display:inline-flex;align-items:center;justify-content:center;min-width:var(--spacing-24, 24px);height:var(--spacing-24, 24px);padding:0 var(--spacing-4, 4px);border:1px solid var(--border-color-mid);border-radius:var(--radius-pill);background:var(--raw-color-neutral-50, #fbfbfb);color:var(--text-color-neutral);font-size:var(--font-size-xxs);box-sizing:border-box}.OptionMappingModal_arrows__ECW0c{display:flex;flex-direction:column;align-items:center}.OptionMappingModal_arrow__w6RLv{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--icon-color-neutral-subtle)}.OptionMappingModal_output-row__Y8LwV>:first-child{flex:1;min-width:0;max-width:100%}.OptionMappingModal_icon-button__kCKHI,.OptionMappingModal_quick-create__WZSYz{position:relative;z-index:1;flex-shrink:0}.OptionMappingModal_quick-create__WZSYz{all:unset;box-sizing:border-box;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:var(--spacing-20, 20px);height:var(--spacing-20, 20px);border:1px solid var(--button-btn-border-default, #f2f2f2);border-radius:var(--radius-xs, 4px);background:var(--surface-color-default, white);color:var(--icon-color-neutral)}.OptionMappingModal_quick-create__WZSYz:focus-visible{outline:2px solid var(--feedback-primary);outline-offset:1px}.OptionMappingModal_quick-create__WZSYz:hover{color:var(--icon-color-neutral-subtle)}.OptionMappingModal_bulk-create__v0OQG{all:unset;box-sizing:border-box;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;gap:var(--spacing-4, 4px);color:var(--text-color-link);font-size:var(--font-size-sm)}.OptionMappingModal_bulk-create__v0OQG:focus-visible{outline:2px solid var(--feedback-primary);outline-offset:1px}.OptionMappingModal_pass-through__HjAWz{display:flex;align-items:center;gap:var(--spacing-8, 8px);padding:var(--spacing-8, 8px);border:1px solid var(--border-color-default);border-radius:var(--radius-sm, 6px);background:var(--background-color-default)}.OptionMappingModal_pass-through__HjAWz .ingestro-checkbox__text>span{display:flex;flex-direction:column;gap:var(--spacing-2, 2px)}.OptionMappingModal_pass-through__HjAWz strong{color:var(--text-color-neutral);font-size:var(--font-size-sm);font-weight:var(--font-semi-bold)}.OptionMappingModal_pass-through__HjAWz small{color:var(--text-color-neutral-subtle);font-size:var(--font-size-xs)}.OptionMappingModal_draft-tdm-error__GBAvp{margin:0;color:var(--feedback-error, #ef4444);font-size:var(--font-size-sm, 12px);line-height:var(--line-height-sm, 16px)}.SplitColumnModal_split-modal__s8HnG .ingestro-dialog__content{width:min(var(--modal-split-column-width, 640px),calc(100vw - var(--spacing-32, 32px)));gap:0;padding:0;border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-md, 8px);overflow:hidden}.SplitColumnModal_split-modal__s8HnG .ingestro-dialog__header{gap:var(--spacing-8, 8px);padding:var(--spacing-16, 16px);border-bottom:1px solid var(--border-color-default, #f2f2f2)}.SplitColumnModal_split-modal__s8HnG .ingestro-dialog__title{color:var(--text-color-neutral, #2d2d2d);font-size:var(--font-size-h6, 19px);font-weight:var(--font-semi-bold, 600);line-height:1.25;letter-spacing:var(--tracking-tight-2, -.02em)}.SplitColumnModal_split-modal__s8HnG .ingestro-dialog__subtitle{margin:0;color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px);line-height:1.43}.SplitColumnModal_split-modal__s8HnG .ingestro-dialog__header-actions{top:var(--spacing-8, 8px);right:var(--spacing-8, 8px);height:var(--spacing-40, 40px)}.SplitColumnModal_split-modal__s8HnG .ingestro-dialog__body{min-height:0;display:flex;flex-direction:column;gap:var(--spacing-16, 16px);margin:0;padding:var(--spacing-16, 16px);overflow:auto}.SplitColumnModal_split-modal__s8HnG .ingestro-dialog__footer{padding:var(--spacing-12, 12px);border-top:1px solid var(--border-color-default, #f2f2f2)}.SplitColumnModal_split-modal__s8HnG .ingestro-dialog__footer-buttons{gap:var(--spacing-8, 8px)}.SplitColumnModal_controls__rysEx{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--spacing-32, 32px)}.SplitColumnModal_controls__rysEx:after{position:absolute;inset-block:0;inset-inline-start:50%;width:1px;background:var(--border-color-default, #f2f2f2);content:""}.SplitColumnModal_control__qo69Z{min-width:0}.SplitColumnModal_full-width__-vDyD{width:100%}.SplitColumnModal_mapping-section__pjVtq,.SplitColumnModal_preview-section__ZrYOZ{display:flex;flex-direction:column;margin:0;padding:var(--spacing-12, 12px);border-radius:var(--radius-md, 8px)}.SplitColumnModal_mapping-section__pjVtq{gap:var(--spacing-12, 12px);border:1px solid var(--border-color-default, #f2f2f2);background:var(--background-color-default, #fbfbfb)}.SplitColumnModal_preview-section__ZrYOZ{gap:var(--spacing-8, 8px);border:1px solid var(--raw-color-accent-100, #d0dbed);background:var(--feedback-primary-subtle, #eff3f9)}.SplitColumnModal_section-title__0Xn79{margin:0;color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);line-height:1.43;letter-spacing:var(--tracking-wide-2, .02em)}.SplitColumnModal_helper__oVsEx{margin:0;color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xxs, 10px);line-height:1.5}.SplitColumnModal_part-rows__dPxsS{display:flex;flex-direction:column;gap:var(--spacing-8, 8px)}.SplitColumnModal_part-row__xKNUb{display:grid;grid-template-columns:minmax(0,1fr) auto var(--modal-split-column-target-width, 240px);gap:var(--spacing-12, 12px);align-items:center;padding:var(--spacing-4, 4px);border:1px solid var(--border-color-mid, #e1e1e1);border-radius:var(--radius-sm, 6px);background:var(--surface-color-default, #ffffff)}.SplitColumnModal_sample__nKY19{display:flex;align-items:center;gap:var(--spacing-8, 8px);min-width:0;height:var(--spacing-32, 32px);padding:var(--spacing-8, 8px);color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px);line-height:1;letter-spacing:var(--tracking-wide-2, .02em);white-space:nowrap;overflow:hidden}.SplitColumnModal_sample-segment__honX8{display:inline-flex;align-items:center;flex-shrink:0;height:var(--spacing-18, 18px)}.SplitColumnModal_sample-segment__honX8[data-active=true]{padding:0 var(--spacing-4, 4px);border-radius:var(--radius-xs, 4px);background:var(--surface-color-primary-soft, #d0dbed);color:var(--text-color-primary, #162338);font-weight:var(--font-semi-bold, 600)}.SplitColumnModal_arrow__ZPMb1{flex-shrink:0;height:var(--spacing-16, 16px);color:var(--text-color-mute, #c5c5c5);font-size:var(--font-size-xs, 12px);line-height:var(--spacing-16, 16px)}.SplitColumnModal_part-target-select__FaLlx .ingestro-select__toggle-value{font-size:var(--font-size-sm, 14px);line-height:1.5}.SplitColumnModal_part-target-select__FaLlx .ingestro-select__toggle--disabled{background-color:var(--input-fill-disabled, #fbfbfb)!important;border-color:var(--border-color-default, #f2f2f2)!important}.SplitColumnModal_preview-part__QJoLp .SplitColumnModal_arrow__ZPMb1{color:var(--text-color-neutral, #2d2d2d)}.SplitColumnModal_preview-rows__lz5Nc{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--spacing-16, 16px)}.SplitColumnModal_preview-row__iawuR{display:flex;flex-direction:column;gap:var(--spacing-4, 4px);min-width:0}.SplitColumnModal_preview-input__WSCK4{min-width:0;padding:var(--spacing-4, 4px);border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-xs, 4px);background:var(--surface-color-default, #ffffff);color:var(--text-color-neutral, #2d2d2d);font-size:var(--font-size-xs, 12px);line-height:1.43;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.SplitColumnModal_preview-part__QJoLp{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:var(--spacing-8, 8px);align-items:center;padding-inline-start:var(--spacing-4, 4px)}.SplitColumnModal_preview-text__vBb2D{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px)}.SplitColumnModal_preview-chip__VR-eq{display:inline-flex;align-items:center;min-height:var(--spacing-20, 20px);max-width:100%;padding:var(--spacing-3, 3px) var(--spacing-5, 5px);border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-xs, 4px);background:var(--surface-color-default, #ffffff);color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xxs, 10px);line-height:1.43;letter-spacing:var(--tracking-wide-2, .02em);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.SplitColumnModal_preview-chip__VR-eq[data-selected=true]{color:var(--text-color-neutral, #2d2d2d)}.SplitColumnModal_delimiter-option__-SB5d{display:flex;align-items:center;justify-content:space-between;width:100%}.SplitColumnModal_delimiter-symbol__Dw4Cl{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--spacing-24, 24px);height:var(--spacing-24, 24px);padding:var(--spacing-4, 4px);border:1px solid var(--raw-color-neutral-200, #e1e1e1);border-radius:var(--radius-xs, 4px);background:var(--raw-color-neutral-50, #fbfbfb);color:var(--text-color-neutral, #2d2d2d);font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);line-height:1.5;text-align:center}.SplitColumnModal_delimiter-symbol-glyph__CpRgD{display:inline-flex;align-items:center;justify-content:center;min-width:1ch;padding:0 var(--spacing-4, 4px)}.SplitColumnModal_delimiter-dropdown__WKVTM .ingestro-select__option,.SplitColumnModal_parts-dropdown__lDXKg .ingestro-select__option{height:var(--spacing-32, 32px)}.SplitColumnModal_delimiter-dropdown__WKVTM .ingestro-select__option-left,.SplitColumnModal_delimiter-dropdown__WKVTM .ingestro-select__option-text{width:100%}.MappingPanel_panel__eFZ_0{display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden;background:var(--background-color-default, #fbfbfb)}.MappingPanel_rows-container__sZnSr{flex:1;min-height:0;overflow:hidden}.MappingPanel_empty-state__2c8y0{height:100%;padding:var(--spacing-12, 12px);box-sizing:border-box}.MappingPanel_empty-state__2c8y0 .ingestro-emptyState__heading{margin:var(--spacing-16, 16px) 0 0;color:var(--text-color-neutral, #2d2d2d);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-h3, 20px);font-weight:var(--font-semi-bold, 600);line-height:var(--font-line-height, 150%);letter-spacing:var(--tracking-tight-2, -.02em)}.MappingPanel_empty-state__2c8y0 .ingestro-emptyState__text{margin:0;color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-sm, 14px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%)}.MappingPanel_rows__hRgjm{height:100%;overflow-y:auto;scrollbar-gutter:stable;display:flex;flex-direction:column;gap:var(--spacing-8, 8px);padding:var(--spacing-12, 12px);list-style:none;margin:0;box-sizing:border-box}.MappingPanel_rows__hRgjm[aria-disabled=true],.MappingPanel_rows__hRgjm[aria-disabled=true] *{cursor:not-allowed}.previewTable_wrapper__ZksU3{flex:1;min-height:0;position:relative;display:flex;flex-direction:column}.previewTable_table__LxFOf{flex:1;min-height:0}.previewTable_table__LxFOf th:has(.colHeader){padding:var(--spacing-4, 4px) var(--spacing-8, 8px) var(--spacing-4, 4px) var(--spacing-8, 8px)!important;border:.5px solid var(--border-color-default, #f2f2f2)!important}.previewTable_table__LxFOf th:has(.colHeader):not(.highlighted-col-header){background:var(--background-color-default, #fbfbfb)!important}.previewTable_table__LxFOf th.highlighted-col-header{background:var(--surface-color-primary-soft, #d0dbed)!important;border-color:var(--border-color-default, #f2f2f2)!important}.previewTable_table__LxFOf .handsontable .colHeader{display:flex;align-items:center;gap:var(--spacing-4, 4px);min-width:0;padding:0!important;color:var(--text-color-neutral, #2d2d2d);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-weight:var(--font-semi-bold, 600)!important;line-height:150%;letter-spacing:var(--tracking-wide-2, .02em)}.previewTable_table__LxFOf th.highlighted-col-header .colHeader{font-weight:var(--font-semi-bold, 600)}.previewTable_table__LxFOf .col-header-name{display:flex;flex:1;align-items:center;gap:var(--spacing-4, 4px);min-width:0}.previewTable_table__LxFOf .col-header-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.previewTable_table__LxFOf .handsontable .colHeader:not(:has(.col-header-name)){display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.previewTable_table__LxFOf .col-required-star{flex-shrink:0;color:var(--feedback-error, #ef4444);font-size:var(--font-size-xs, 12px);font-weight:var(--font-semi-bold, 600);line-height:150%;letter-spacing:var(--tracking-wide-2, .02em)}.previewTable_table__LxFOf .handsontable td.highlighted-col{background:var(--feedback-primary-subtle, #eff3f9)!important;border-color:var(--border-color-default, #f2f2f2)!important;color:var(--text-color-neutral, #2d2d2d);font-size:var(--font-size-xs, 12px);font-weight:var(--font-semi-bold, 600)!important;letter-spacing:var(--tracking-wide-2, .02em);padding:var(--spacing-6, 6px) var(--spacing-8, 8px)!important}.previewTable_table__LxFOf .handsontable td.current:not(.highlighted-col),.previewTable_table__LxFOf .handsontable td.area,.previewTable_table__LxFOf .handsontable tbody th.current,.previewTable_table__LxFOf .handsontable .rowHeader.current{background:var(--surface-color-default, #fff)!important;font-weight:var(--font-regular, 400)!important;color:inherit}.previewTable_table__LxFOf .handsontable tbody th .rowHeader.current{background:transparent!important}.MappingPreviewPanel_wrapper__toDxq{display:flex;flex-shrink:0;height:100%;width:var(--panel-width);min-width:var(--panel-width);max-width:var(--panel-width);overflow:hidden;will-change:width;transition:width .35s cubic-bezier(.4,0,.2,1),min-width .35s cubic-bezier(.4,0,.2,1),max-width .35s cubic-bezier(.4,0,.2,1)}.MappingPreviewPanel_wrapper__toDxq[data-open=true]{flex:0 1 50%;width:50%;max-width:50%;min-width:calc(var(--spacing-12, 12px) * 2 + 3ch + var(--spacing-4, 4px) + var(--spacing-40, 40px) * 2.5 + var(--spacing-4, 4px) + var(--spacing-24, 24px))}.MappingPreviewPanel_strip__zkAYl{cursor:pointer;padding:var(--spacing-sm);background:var(--surface-color-default);display:inline-flex;flex-direction:column;justify-content:center;align-items:flex-end;width:40px;flex-shrink:0;align-self:stretch;border:none;border-left:1px solid var(--border-color-default);overflow:hidden;transition:width .35s cubic-bezier(.4,0,.2,1),padding .35s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1),background .15s ease}.MappingPreviewPanel_strip__zkAYl:hover:not(:disabled){background:var(--feedback-primary-subtle)}.MappingPreviewPanel_strip__zkAYl:focus-visible{outline:none;border-left-color:var(--feedback-primary)}.MappingPreviewPanel_strip__zkAYl:disabled{cursor:not-allowed;opacity:.5}.MappingPreviewPanel_wrapper__toDxq[data-open=true] .MappingPreviewPanel_strip__zkAYl{width:0;padding:0;opacity:0;pointer-events:none}.MappingPreviewPanel_panel__OiOh6{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden;background:var(--surface-color-default);border-left:1px solid var(--border-color-default)}.MappingPreviewPanel_panel-header___DdzV{display:flex;align-items:center;gap:var(--spacing-4, 4px);padding:var(--spacing-12, 12px);border-bottom:1px solid var(--border-color-default);flex-shrink:0;min-width:0}.MappingPreviewPanel_panel-title__tsjSI{flex:1 1 0;font-size:var(--font-size-sm, 14px);font-weight:var(--font-semi-bold, 600);line-height:1.5;color:var(--text-color-neutral);min-width:3ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MappingPreviewPanel_view-toggle__o4YTb{position:relative;display:flex;align-items:flex-start;flex-shrink:0;width:calc(var(--spacing-40, 40px) * 2.5);gap:var(--spacing-2, 2px);padding:var(--spacing-2, 2px);border-radius:var(--radius-xs, 4px);background:var(--background-color-mid);overflow:hidden}.MappingPreviewPanel_view-toggle__o4YTb:before{content:"";position:absolute;inset:var(--spacing-2, 2px) auto var(--spacing-2, 2px) var(--spacing-2, 2px);width:calc(50% - var(--spacing-2, 2px));border:1px solid var(--button-btn-border-default, #f2f2f2);border-radius:var(--radius-xs, 4px);background:var(--button-btn-fill-outline-default, #fff);box-sizing:border-box;opacity:1;transition:transform .15s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1)}.MappingPreviewPanel_view-toggle__o4YTb[data-loading=true]:before{opacity:0;transform:translate(0);transition:opacity .15s cubic-bezier(.4,0,.2,1)}.MappingPreviewPanel_view-toggle__o4YTb[data-output=true]:before{transform:translate(100%)}.MappingPreviewPanel_toggle-btn__kG4v7{all:unset;box-sizing:border-box;display:flex;flex:1;align-items:center;justify-content:center;cursor:pointer;height:var(--spacing-20, 20px);padding:0 var(--spacing-4, 4px);border-radius:var(--radius-xs, 4px);font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);line-height:1.5;color:var(--text-color-neutral);white-space:nowrap;position:relative;z-index:1;transition:color .15s ease}.MappingPreviewPanel_toggle-btn__kG4v7:hover:not(:disabled){color:var(--text-color-primary, #162338)}.MappingPreviewPanel_toggle-btn__kG4v7:focus-visible{outline:1px solid var(--feedback-primary);outline-offset:-1px}.MappingPreviewPanel_toggle-btn__kG4v7:disabled{cursor:not-allowed;opacity:.5}.MappingPreviewPanel_toggle-btn__kG4v7[data-active=true]{color:var(--text-color-primary, #162338)}.MappingPreviewPanel_view-toggle__o4YTb[data-disabled=true]{opacity:.5;cursor:not-allowed}.MappingPreviewPanel_view-toggle__o4YTb[data-disabled=true],.MappingPreviewPanel_view-toggle__o4YTb[data-disabled=true] *{cursor:not-allowed}.MappingPreviewPanel_view-toggle__o4YTb[data-disabled=true] .MappingPreviewPanel_toggle-btn__kG4v7{opacity:1}.MappingPreviewPanel_icon-btn__lJJzt{all:unset;box-sizing:border-box;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;border:1px solid var(--button-btn-stroke-outline-default, #f2f2f2);border-radius:var(--radius-xs, 4px);background:var(--surface-color-default, #fff);color:var(--text-color-neutral);transition:background .15s ease}.MappingPreviewPanel_icon-btn__lJJzt:hover:not(:disabled){background:var(--state-hover-on-surface)}.MappingPreviewPanel_icon-btn__lJJzt:focus-visible{outline:1px solid var(--feedback-primary);outline-offset:-1px}.MappingPreviewPanel_icon-btn__lJJzt:disabled{cursor:not-allowed;opacity:.5}.MappingPreviewPanel_panel-body__1jWap{flex:1;min-height:0;display:flex;flex-direction:column;padding:var(--spacing-xs)}.MappingPreviewPanel_panel-view__ZvobS{flex:1;min-height:0;position:relative}.MappingPreviewPanel_panel-view-pane__ag0nj{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;min-height:0}.MappingPreviewPanel_panel-view-pane__ag0nj[data-visible=false]{visibility:hidden;pointer-events:none}@media(prefers-reduced-motion:reduce){.MappingPreviewPanel_view-toggle__o4YTb:before,.MappingPreviewPanel_toggle-btn__kG4v7{transition:none}}.Mapping_container__an7ar{display:flex;flex-direction:column;height:100%;overflow:hidden}.Mapping_body__KDNMi{flex:1;min-height:0;display:flex;overflow-x:auto;overflow-y:hidden;position:relative}.Mapping_mapping-area__PI6Zn{flex:1 1 50%;min-width:calc(var(--spacing-40, 40px) * 15);overflow:hidden;display:flex;flex-direction:column}.Mapping_full-state__uxxli{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-sm);text-align:center;padding:var(--spacing-xl)}.ReviewToolbar_toolbar__u7umE{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-sm);padding:0 var(--spacing-sm);border-bottom:1px solid var(--border-color-default);background:var(--surface-color-default);flex-shrink:0;height:var(--spacing-40, 40px)}.ReviewToolbar_filter-tabs__dLlmT{display:flex;align-items:center;gap:var(--spacing-4);height:var(--spacing-24, 24px)}.ReviewToolbar_filter-tab___wJW1{all:unset;cursor:pointer;display:flex;align-items:center;gap:var(--spacing-4);height:var(--spacing-24, 24px);font-size:var(--font-size-xs);font-weight:var(--font-regular);color:var(--text-color-neutral-subtle);padding:0 var(--spacing-xs);border-radius:var(--radius-xs);border:1px solid transparent;transition:color .15s ease,background .15s ease,border-color .15s ease}.ReviewToolbar_filter-tab___wJW1:hover{color:var(--text-color-neutral);background:var(--state-hover-on-surface);border-color:var(--border-color-default)}.ReviewToolbar_filter-tab___wJW1:focus-visible{border-color:var(--feedback-primary);outline:none}.ReviewToolbar_filter-tab___wJW1[data-active=true]{color:var(--text-color-neutral);border-color:var(--text-color-neutral);background:var(--raw-color-accent-50)}.ReviewToolbar_filter-count__Fy0lH{font-size:var(--font-size-xxs);font-weight:var(--font-semi-bold);color:var(--text-color-neutral-subtle);background:var(--background-color-mid);border-radius:10px;padding:1px 6px;line-height:1.5}.ReviewToolbar_filter-count__Fy0lH[data-state=error]{color:var(--feedback-error);background:var(--feedback-error-subtle)}.ReviewToolbar_filter-count__Fy0lH[data-state=warning]{color:var(--feedback-warning);background:var(--feedback-warning-subtle)}.ReviewToolbar_actions__kP3og{display:flex;align-items:center;gap:var(--spacing-4)}.ReviewToolbar_action-btn__Q92zg{all:unset;cursor:pointer;display:flex;align-items:center;gap:var(--spacing-4);font-size:var(--font-size-xs);font-weight:var(--font-regular);color:var(--text-color-neutral);padding:var(--spacing-4) var(--spacing-xs);border-radius:var(--radius-xs);border:1px solid var(--border-color-default);background:var(--surface-color-default);transition:background .15s ease,border-color .15s ease}.ReviewToolbar_action-btn__Q92zg:hover{background:var(--state-hover-on-surface);border-color:var(--text-color-neutral-subtle)}.ReviewToolbar_action-btn__Q92zg:focus-visible{border-color:var(--feedback-primary);outline:none}.ReviewTable_table-wrapper__d13Cs{flex:1;min-height:0;position:relative;display:flex;flex-direction:column}.ReviewTable_table__vVjnS{flex:1;min-height:0}.ReviewTable_table-wrapper__d13Cs .handsontable td.review-cell-error{background:var(--feedback-error-subtle)!important;color:var(--feedback-error)!important;box-shadow:inset 0 0 0 1px var(--feedback-error)!important}.ReviewTable_table-wrapper__d13Cs .handsontable td.review-cell-warning{background:var(--feedback-warning-subtle)!important;color:var(--feedback-warning)!important;box-shadow:inset 0 0 0 1px var(--feedback-warning)!important}.ReviewTable_table-wrapper__d13Cs .handsontable td.review-cell-info{background:var(--feedback-info-subtle)!important;color:var(--feedback-info)!important;cursor:pointer}.ReviewTable_tooltip-anchor__-AqHu{position:fixed;pointer-events:none;outline:none}.col-required-star{color:var(--feedback-error);margin-left:var(--spacing-2, 2px);font-size:var(--font-size-xs);line-height:1}.review-col-header-actions{display:inline-flex;align-items:center;gap:var(--spacing-2, 2px);margin-left:var(--spacing-4, 4px)}.review-col-header-action{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;color:var(--text-color-neutral-subtle, #717171);cursor:pointer}.review-col-header-action-delete{color:var(--feedback-error, #d92d20)}.review-col-header-action:disabled{opacity:.5;cursor:not-allowed}.RuleCard_tdm-badge__9GDvl{display:inline-flex;align-items:center;font-size:var(--font-size-xxs);font-weight:var(--font-semi-bold);color:var(--feedback-primary);background:var(--feedback-primary-subtle);border:1px solid var(--feedback-primary-subtle);border-radius:var(--radius-xs);padding:1px var(--spacing-4);line-height:1.5;flex-shrink:0}.RuleCard_column-label__IyxSg{font-size:var(--font-size-xs);color:var(--text-color-neutral-subtle);margin:0;padding:var(--spacing-xs) var(--spacing-sm)}.RuleCard_column-value__GU_lg{font-weight:var(--font-semi-bold);color:var(--text-color-neutral)}.AppliedRulesPanel_panel__VgWqi{width:100%;min-width:0;display:flex;flex-direction:column;height:100%;overflow:hidden}.AppliedRulesPanel_panel-header__C4ZvI{display:flex;align-items:center;gap:var(--spacing-xs);padding:0 var(--spacing-sm);border-bottom:1px solid var(--border-color-default);background:var(--surface-color-default);flex-shrink:0;height:var(--spacing-40, 40px)}.AppliedRulesPanel_panel-title__sDaVH{flex:1;min-width:0;font-size:var(--font-size-sm);font-weight:var(--font-semi-bold);color:var(--text-color-neutral);margin:0;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AppliedRulesPanel_icon-btn__Dv048{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;border-radius:var(--radius-xs);color:var(--text-color-neutral);background:transparent;transition:background .15s ease}.AppliedRulesPanel_icon-btn__Dv048:hover:not(:disabled){background:var(--state-hover-on-surface)}.AppliedRulesPanel_icon-btn__Dv048:focus-visible{outline:1px solid var(--feedback-primary);outline-offset:-1px}.AppliedRulesPanel_icon-btn__Dv048:disabled{cursor:not-allowed;opacity:.5}.AppliedRulesPanel_panel-body__b0fbv{flex:1;min-height:0;padding:var(--spacing-sm);background:var(--background-color-default);overflow-y:auto}.AppliedRulesPanel_rule-list__UBvFm{display:flex;flex-direction:column;gap:var(--spacing-xs)}.AppliedRulesPanel_empty-state__xfVPQ{display:flex;flex-direction:column;gap:var(--spacing-4);padding:var(--spacing-sm) 0}.AppliedRulesPanel_empty-title__ha4at{font-size:var(--font-size-xs);font-weight:var(--font-semi-bold);color:var(--text-color-neutral);margin:0}.AppliedRulesPanel_empty-desc__5BbtJ{font-size:var(--font-size-xs);color:var(--text-color-neutral-subtle);margin:0}.Review_container__USYlg{display:flex;flex-direction:column;height:100%;overflow:hidden}.Review_body__YkEOy{flex:1;min-height:0;display:flex;flex-direction:row;overflow:hidden;position:relative}.Review_table-area__roWeA{flex:1;min-width:0;overflow:hidden;display:flex;flex-direction:column;position:relative}.Review_table-area__roWeA[data-panel-open=true]{padding-right:var(--modal-validation-editor-sidebar-width, 360px)}.Review_full-state__OvNFA{flex:1}.TargetDataModelDetailsActions_actions__Ut9eB{display:flex;align-items:center;gap:8px;flex:0 0 auto}.TargetDataModelDetailsActions_publish-button-wrap__ubdcp{display:inline-flex}.TargetDataModelDetailsActions_publish-button__YQqdq .ingestro-button__text{font-weight:500}.TargetDataModelDetailsActions_menu-button__Q7KJG{flex:0 0 auto}.TargetDataModelDetailsActions_menu-button-active__8Nn2t.TargetDataModelDetailsActions_menu-button-active__8Nn2t{background:var(--ingestro-primary-100)}.TargetDataModelDetailsActions_menu-icon__y38YW{color:var(--ingestro-primary-900, #162338)}@media(max-width:640px){.TargetDataModelDetailsActions_actions__Ut9eB{align-self:flex-end}}.TargetDataModelDetailsHeaderMeta_meta__XblU9{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;font-size:var(--font-size-xs);line-height:1.5;margin-top:8px}@media(max-width:640px){.TargetDataModelDetailsHeaderMeta_meta__XblU9{font-size:var(--font-size-xxs)}}.TargetDataModelDetailsHeaderMeta_meta-separator__RTN2P{color:var(--ingestro-neutral-200)}.TargetDataModelDetailsHeaderMeta_owner-meta-item__9Zvj3{display:flex;align-items:center;gap:.5rem}.TargetDataModelDetailsHeaderTitleInput_measure-span__sTPfS{position:fixed;visibility:hidden;pointer-events:none;white-space:pre;font-size:1.5rem;font-weight:600;font-family:Inter,Arial,sans-serif}.TargetDataModelDetailsHeaderTitleInput_title-input__lM44F{flex:1;margin:0 -8px;border-width:0!important;min-width:0;max-width:560px}.TargetDataModelDetailsHeaderTitleInput_title-input__lM44F:hover,.TargetDataModelDetailsHeaderTitleInput_title-input__lM44F:focus-within,.TargetDataModelDetailsHeaderTitleInput_title-input__lM44F:has(>.ingestro-input__input--truncated--focused){margin:0 0 0 -9px;border-width:1px!important}.TargetDataModelDetailsHeaderTitleInput_title-input__lM44F .ingestro-input__input,.TargetDataModelDetailsHeaderTitleInput_title-input__lM44F .ingestro-truncated-text{font-size:1.5rem;font-weight:600;line-height:1.5!important;height:36px}.TargetDataModelDetailsHeaderTitleInput_title-input__lM44F .ingestro-input__input{border-color:transparent}.TargetDataModelDetailsHeaderTitleInput_title-input__lM44F .ingestro-input__input--truncated--blurred:focus-within input{opacity:1;position:relative}.TargetDataModelDetailsHeaderTitleInput_title-input__lM44F .ingestro-input__input--truncated--blurred:focus-within .ingestro-truncated-text{display:none}.TargetDataModelDetailsHeaderTitleInput_title-input__lM44F .ingestro-input__input--truncated input:focus{caret-color:var(--ingestro-neutral-900)}.TargetDataModelDetailsHeaderTitleInput_title-input__lM44F:hover .ingestro-input__input,.TargetDataModelDetailsHeaderTitleInput_title-input__lM44F:focus-within .ingestro-input__input,.TargetDataModelDetailsHeaderTitleInput_title-input__lM44F:has(>.ingestro-input__input--truncated--focused) .ingestro-input__input{border-color:var(--border-color-mid)}.TargetDataModelDetailsHeaderTitleInput_title-input__lM44F input::selection{background:var(--input-input-selection)}.TargetDataModelDetailsHeaderTitleTags_status-tag__hfkSC{flex-shrink:0}.TargetDataModelDetailsHeaderTitleArea_title-area__2FseE{display:flex;gap:.5rem;align-items:center;height:2.5rem;min-width:0}.TargetDataModelDetailsHeaderTopRow_top-row__Qxjbt{display:flex;gap:.5rem;align-items:center;width:100%;justify-content:space-between}.TargetDataModelDetailsHeaderTopRow_actions__AWxVE{display:flex;gap:.5rem;align-items:flex-start;flex-shrink:0}.TargetDataModelDetailsHeader_header__zjkv8{background-color:var(--ingestro-white);display:flex;flex-direction:column;gap:var(--spcing-xs, 8px);align-items:flex-start;justify-content:center;padding-top:var(--spcing-sm, 12px);padding-left:var(--spcing-md, 16px);padding-right:var(--spcing-md, 16px);padding-bottom:var(--spcing-sm, 12px)}.TargetDataModelDetailsHeader_content__caTcL{display:flex;flex-direction:column;align-items:flex-start;width:100%}.TargetDataModelDetailsLoading_details__baBya{display:flex;flex-direction:column;min-width:0;min-height:0;flex:1;background:var(--ingestro-neutral-50)}.TargetDataModelDetailsLoading_header__XTYA_{display:flex;flex-direction:column;gap:var(--spacing-8, 8px);padding:var(--spcing-sm, 12px);border-bottom:1px solid var(--ingestro-neutral-100);background:var(--ingestro-white)}.TargetDataModelDetailsLoading_topline__clGx-{display:flex;align-items:baseline;gap:var(--spacing-16, 16px);min-width:0;justify-content:space-between}.TargetDataModelDetailsLoading_skeleton-heading__ujCUU{display:flex;flex-direction:column;gap:var(--spacing-8, 8px);min-width:0}.TargetDataModelDetailsLoading_title-row__-4UMk{display:flex;align-items:center;flex-wrap:wrap;gap:var(--spacing-10, 10px);min-width:0}.TargetDataModelDetailsLoading_skeleton-title__6wlDx{max-width:100%}.TargetDataModelDetailsLoading_meta-row__QrYan{display:flex;align-items:center;gap:var(--spacing-4, 4px);min-width:0;white-space:nowrap}.TargetDataModelDetailsLoading_actions__PxUBR{display:flex;align-items:center;gap:var(--spacing-8, 8px);flex:0 0 auto}@media(max-width:640px){.TargetDataModelDetailsLoading_topline__clGx-,.TargetDataModelDetailsLoading_meta-row__QrYan{align-items:flex-start;flex-direction:column}.TargetDataModelDetailsLoading_actions__PxUBR{align-self:flex-end}.TargetDataModelDetailsLoading_skeleton-heading__ujCUU{width:100%}}.EditableColumnTextCell_display-button__-J4lU{display:flex;align-items:center;width:100%;min-width:0;min-height:var(--spacing-32, 32px);padding:0;border:none;background:transparent;text-align:left;cursor:text}.EditableColumnTextCell_display-button--right__cQmhR{width:auto;max-width:100%;margin-inline-start:auto;text-align:right;justify-content:flex-end}.EditableColumnTextCell_editor__KWxOl{display:flex;align-items:center;width:100%;min-width:0;min-height:var(--spacing-32, 32px)}.EditableColumnTextCell_editor--right__Z7LGI .ingestro-input__input{text-align:right}.EditableColumnTextCell_editor__KWxOl .ingestro-tooltip,.EditableColumnTextCell_editor__KWxOl .ingestro-tooltip__anchor{display:flex;width:100%;min-width:0}.EditableColumnTextCell_editor__KWxOl .ingestro-input--invalid,.EditableColumnTextCell_editor__KWxOl .ingestro-input--invalid:hover,.EditableColumnTextCell_editor__KWxOl .ingestro-input--invalid:focus-within,.EditableColumnTextCell_editor__KWxOl .ingestro-input--invalid.ingestro-input--focused{border-color:var(--feedback-error)}.EditableColumnTextCell_input__ed5Fq{width:100%;min-width:0}.EditableColumnTextCell_sr-only__A5X9L{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.LabelCell_label__-nVVm{max-width:100%;font-size:var(--font-size-sm, 14px);font-weight:500;color:var(--ingestro-neutral-900)}.KeyCell_key__NMmMQ{max-width:100%;font-size:var(--font-size-sm, 13px);font-family:monospace;color:var(--text-color-neutral-subtle)}.FlagCell_cell__ikyKU{display:inline-flex}.ActionsCell_actions__7rJGt{display:flex;align-items:center;justify-content:flex-end;gap:4px}.TdmColumnTypeTag_tag__2fPNg .ingestro-tag__text{color:var(--text-color-neutral)}.TypeCell_wrapper__pwnai{display:flex;width:auto;max-width:100%;min-width:0;margin-inline-start:auto}.TypeCell_select__7VIAM{width:auto;min-width:0}.TypeCell_anchor__8ZRgh{display:inline-flex;align-items:center;gap:var(--spacing-4, 4px);width:auto;min-width:0;cursor:pointer}.TypeCell_anchor__8ZRgh[data-updating=true]{cursor:wait}.TdmSchemaTabFilters_filters__8ZtAN{display:flex;align-items:center;gap:var(--spacing-8)}.TdmSchemaTabFilters_search__2jlO5{flex:1}.TdmSchemaTabFilters_controls__U_zb2{display:flex;align-items:center;gap:var(--spacing-8);flex-shrink:0}.AffectedValidationNames_list__w4mE3{min-width:0;max-height:calc(var(--spacing-48, 48px) * 3 + var(--spacing-6, 6px));margin:var(--spacing-8, 8px) 0;padding:var(--spacing-8, 8px) var(--spacing-12, 12px);padding-inline-start:var(--spacing-24, 24px);overflow-x:hidden;overflow-y:auto;list-style:disc;border:1px solid var(--raw-color-warning-200, #fde68a);border-radius:var(--radius-sm, 6px);background:var(--feedback-warning-subtle, #fffbeb)}.AffectedValidationNames_list__w4mE3:focus-visible{outline:1px solid var(--feedback-primary, #3573ef);outline-offset:-1px}.AffectedValidationNames_list-item__L5wd4{min-width:0;color:var(--raw-color-warning-500, #f59e0b);font-size:var(--font-size-xxs, 10px);line-height:var(--font-line-height, 150%);list-style:disc}.AffectedValidationNames_title__IU0F_{min-width:0;width:100%}.ValidationImpactConfirm_body__Wmq6H{display:flex;flex-direction:column;min-width:0}.ValidationImpactConfirm_text__e8wfZ{margin:0;color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px);line-height:var(--font-line-height, 150%)}.TdmSchemaTab_table__EAaXg{padding:0}.TdmSchemaTab_table__EAaXg .ingestro-table__tableBody .ingestro-table__cell{overflow:visible}.NameCell_cell__Gbq-V{width:100%;min-width:0}.NameCell_name__h_blV{max-width:100%;font-size:var(--font-size-sm, 14px);font-weight:500;color:var(--text-color-neutral)}.NameCell_link__6YIfC{display:block;min-width:0;max-width:100%;color:inherit;text-decoration:none}.ModeCell_muted__cQUSI{color:var(--raw-color-neutral-500)}.ActionCell_cell__9UpnH{display:flex;align-items:center;justify-content:flex-end}.TdmLinkedDataFlowsTabFilters_filters__WovnF{display:flex;align-items:center;gap:var(--spacing-8)}.TdmLinkedDataFlowsTabFilters_search__Q3FvS{flex:1}.UnlinkFlowModal_modal__x_EmR .ingestro-dialog__body{display:flex;flex-direction:column;gap:var(--spacing-20);max-width:540px}.UnlinkFlowModal_body__BIlYp{display:flex;flex-direction:column;gap:var(--spacing-8)}.UnlinkFlowModal_title__J3OaY{color:var(--text-color-neutral);font-family:var(--theme-font-family);font-size:var(--font-size-default);font-style:normal;font-weight:var(--font-semi-bold);line-height:150%;word-break:break-word}.UnlinkFlowModal_description__t1Nrg{margin:0;color:var(--text-color-neutral-subtle);font-family:var(--theme-font-family);font-size:var(--font-size-xs);font-style:normal;font-weight:var(--font-regular);line-height:150%;letter-spacing:var(--tracking-wide-2)}.UnlinkFlowModal_footer___hCWK{display:flex;justify-content:flex-end;gap:var(--spacing-8)}.TdmLinkedDataFlowsTab_table__scW7k{padding:0}.TdmLinkedDataFlowsTab_table__scW7k .ingestro-table__row-wrapper .ingestro-truncated-text{max-width:100%}.TdmValidationsTabFilters_filters__RFd2y{display:flex;align-items:center;gap:var(--spacing-8)}.TdmValidationsTabFilters_search__XeSfe{flex:1}.TdmValidationsTabFilters_controls__lAkzz{display:flex;align-items:center;gap:var(--spacing-8)}.TdmValidationsTabFilters_type-filter-select__aMCRS{min-width:110px}.TdmValidationsTabFilters_severity-filter-select__Z0g90{min-width:135px}.TdmValidationsTabFilters_type-option__pVNhs,.TdmValidationsTabFilters_severity-option__isrw6{display:flex;gap:var(--spacing-8)}.TdmValidationsTabFilters_type-select-dropdown__-jg20 .ingestro-select__option,.TdmValidationsTabFilters_severity-select-dropdown__g1EZH .ingestro-select__option{height:var(--spacing-40, 40px)!important}.TdmValidationsTabFilters_type-select-dropdown__-jg20 .ingestro-select__content-footer,.TdmValidationsTabFilters_severity-select-dropdown__g1EZH .ingestro-select__content-footer{height:var(--spacing-32, 32px);flex:0 0 var(--spacing-32, 32px);padding:0 var(--spacing-8, 8px) 0 var(--spacing-16, 16px)}.TdmValidationsTabFilters_type-select-dropdown__-jg20>span,.TdmValidationsTabFilters_severity-select-dropdown__g1EZH>span{font-size:var(--font-size-xs, 12px)}.ConditionalRuleMessages_message-text-wrap__Zauil{position:relative;min-width:0;flex:1 1 auto;display:flex;flex-wrap:nowrap;align-items:baseline;gap:var(--spacing-4, 4px);overflow:hidden}.ConditionalRuleMessages_message-measure__zh8YK{position:absolute;visibility:hidden;pointer-events:none;white-space:nowrap;font-size:var(--font-size-xs);font-weight:var(--font-regular);line-height:var(--font-line-height)}.ConditionalRuleMessages_message-text__6beus{margin:0;min-width:0;flex:0 1 auto;max-width:100%;font-size:var(--font-size-xs);color:var(--text-color-neutral-subtle);line-height:var(--font-line-height)}.ConditionalRuleMessages_message-more__7MJ7j{flex-shrink:0;margin-inline-start:0;font-size:var(--font-size-xxs, 10px);font-weight:var(--font-semi-bold, 600);color:var(--text-color-neutral-subtle, #717171);white-space:nowrap}.ConditionalRuleMessages_message-tooltip-list__xXn6p{margin:0;padding-inline-start:var(--spacing-16, 16px);list-style:disc;text-align:left}.ConditionalRuleMessages_message-tooltip-list__xXn6p li+li{margin-top:var(--spacing-4, 4px)}.ValidationRuleCard_card__bO6t2{position:relative;display:flex;flex-direction:column;width:100%;border-radius:var(--radius-sm);border:1px solid var(--border-color-default);background:var(--surface-color-default);height:100%}.ValidationRuleCard_card__bO6t2[data-status=inactive]{border-left:var(--spacing-4) solid var(--feedback-error)}.ValidationRuleCard_inactive-banner__DkmNU{display:flex;align-items:center;gap:var(--spacing-8);padding:var(--spacing-8) var(--spacing-12);border-bottom:1px solid var(--border-color-default);background:var(--feedback-error-subtle)}.ValidationRuleCard_inactive-pill__NISSx{flex-shrink:0;display:inline-flex;align-items:center;border-radius:var(--border-radius-full);background:var(--raw-color-error-100);padding:var(--spacing-2) var(--spacing-8);font-size:var(--font-size-xxs);font-weight:var(--font-semi-bold);color:var(--feedback-error)}.ValidationRuleCard_inactive-hint__qSFyc{min-width:0;font-size:var(--font-size-xs);font-weight:var(--font-regular);line-height:var(--font-line-height);color:var(--feedback-error)}.ValidationRuleCard_inactive-banner-spacer__vrPkw{flex:1;min-width:0}.ValidationRuleCard_content__V6UoF{display:flex;flex-direction:column;gap:var(--spacing-8);padding:var(--spacing-12) 0px}.ValidationRuleCard_card__bO6t2[data-status=inactive] .ValidationRuleCard_content__V6UoF{opacity:.3}.ValidationRuleCard_content__V6UoF>*{padding:0 var(--spacing-12)}.ValidationRuleCard_name-row__5e4IS{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-8);min-width:0}.ValidationRuleCard_name-and-meta__dLy9q{display:flex;align-items:center;gap:var(--spacing-8);min-width:0;flex:1}.ValidationRuleCard_name__TfuHM{margin:0;min-width:0;flex:0 1 auto;font-size:var(--font-size-sm);font-weight:var(--font-semi-bold);color:var(--text-color-neutral, #2d2d2d);line-height:var(--font-line-height)}.ValidationRuleCard_meta__DDfp6{display:flex;align-items:center;gap:var(--spacing-8);flex-shrink:0}.ValidationRuleCard_type-pill__ZH9ck{display:flex;padding:var(--spacing-xxs) var(--spacing-xs);justify-content:center;align-items:center;border-radius:var(--radius-pill);color:var(--text-color-neutral, #2d2d2d);text-align:center;font-family:var(--theme-font-family);font-size:var(--font-size-xxs);font-weight:var(--font-regular);line-height:var(--font-line-height);background:var(--background-color-mid);gap:var(--spacing-4);white-space:nowrap}.ValidationRuleCard_severity__pGCN1{display:inline-flex;align-items:center;gap:var(--spacing-4);font-size:var(--font-size-xxs);color:var(--text-color-neutral-subtle);white-space:nowrap}.ValidationRuleCard_severity-dot__0w8aT{width:var(--spacing-8);height:var(--spacing-8);border-radius:50%;background:currentcolor}.ValidationRuleCard_severity__pGCN1[data-severity=error]{color:var(--feedback-error)}.ValidationRuleCard_severity__pGCN1[data-severity=warning]{color:var(--feedback-warning)}.ValidationRuleCard_actions__I0lfN{display:flex;align-items:center;gap:var(--spacing-4);flex-shrink:0}.ValidationRuleCard_message__gEQo-{display:flex;align-items:baseline;gap:var(--spacing-4);padding-top:var(--spacing-8);border-top:1px solid var(--border-color-default)}.ValidationRuleCard_message-label__l1TBR{flex-shrink:0;font-size:var(--font-size-xxs);font-weight:var(--font-semi-bold);text-transform:uppercase;color:var(--text-color-neutral-subtle)}.ValidationRuleCard_message-text-wrap__J9SSo{position:relative;min-width:0;flex:1 1 auto;display:flex;flex-wrap:nowrap;align-items:baseline;gap:var(--spacing-4, 4px);overflow:hidden}.ValidationRuleCard_message-text__9mDqu{margin:0;min-width:0;flex:0 1 auto;max-width:100%;font-size:var(--font-size-xs);color:var(--text-color-neutral-subtle);line-height:var(--font-line-height)}.ValidationRuleCommonFields_fields__9qzx0{display:flex;flex-direction:column;gap:var(--spacing-16);padding:var(--spacing-sm)}.ValidationRuleCommonFields_section__gMA7d{display:flex;flex-direction:column;gap:var(--spacing-8)}.ValidationRuleCommonFields_label__y2q0u{color:var(--text-color-neutral);font-size:var(--font-size-xs);font-weight:var(--font-semi-bold)}.ValidationRuleCommonFields_severity-toggle__ioush{border-radius:var(--radius-sm);border:1px solid var(--border-color-default);padding:1px;width:-moz-fit-content;width:fit-content}.ValidationRuleCommonFields_severity-toggle__ioush button{font-weight:var(--font-normal)}.ValidationRuleCommonFields_severity-toggle__ioush .ingestro-segment__slider{border-radius:var(--radius-xs)}.ValidationRuleCommonFields_severity-description___DDZb{margin:0;color:var(--text-color-neutral-subtle);font-size:var(--font-size-xxs);line-height:var(--font-line-height)}.ValidationRuleCommonFields_token-actions__NsXUT{display:flex;gap:var(--spacing-8);flex-wrap:wrap}.ValidationRuleCommonFields_token-button__8Onvk{all:unset;display:inline-flex;align-items:center;gap:var(--spacing-xxs, 4px);cursor:pointer;padding:var(--spacing-xxs) var(--spacing-xs);border:1px solid var(--border-color-default);border-radius:var(--radius-xs);background:var(--surface-color-default);color:var(--text-color-primary);font-size:var(--font-size-xxs);font-weight:var(--font-regular);line-height:var(--font-line-height)}.ValidationRuleCommonFields_token-button__8Onvk svg{flex-shrink:0}.ValidationRuleCommonFields_token-button__8Onvk:hover{background:var(--surface-color-default-soft)}.ValidationRuleCommonFields_preview__Bo_Oh{margin-top:var(--spacing-4)}.ValidationRuleCommonFields_advanced-section__j0LNx{display:flex;flex-direction:column;gap:var(--spacing-4)}.ValidationRuleCommonFields_advanced-toggle__RHhjF{all:unset;display:flex;align-items:center;gap:var(--spacing-4);cursor:pointer;color:var(--text-color-neutral);font-size:var(--font-size-sm);font-weight:var(--font-regular);line-height:1.5}.ValidationRuleCommonFields_advanced-toggle-icon__q5zxe{flex-shrink:0;transition:transform .15s ease}.ValidationRuleCommonFields_advanced-toggle-icon__q5zxe[data-open=false]{transform:rotate(-90deg)}.ValidationRuleCommonFields_advanced-content__1Hfo_{display:flex;flex-direction:column;gap:var(--spacing-8)}.ValidationRuleCommonFields_timing-description__bKWVZ{margin:0;padding-inline-start:var(--spacing-lg);color:var(--text-color-neutral-subtle);font-size:var(--font-size-xs);font-weight:var(--font-regular);line-height:1.5;letter-spacing:var(--tracking-wide-2)}.ValidationRuleCommonFields_timings__QVPju{display:flex;flex-direction:column;gap:var(--spacing-8);padding-inline-start:var(--spacing-lg)}.ValidationRuleCommonFields_dataset-warning__IfTeG{margin-top:0}.ValidationRuleCommonFields_divider__FWBFP{width:calc(100% + 2 * var(--spacing-sm, 12px))!important;margin-left:calc(-1 * var(--spacing-sm, 12px))}.ValidationRuleModalFooter_footer__sWRHz{display:flex;width:100%;align-items:center;justify-content:space-between;padding:var(--spacing-sm, 12px);border-top:1px solid var(--border-color-default, #e8e8e8)}.ValidationRuleModalFooter_left__X5tzI,.ValidationRuleModalFooter_right__iOdCU{display:flex;align-items:center;gap:var(--spacing-8, 8px)}.ValidationRuleModalFooter_right__iOdCU{justify-content:flex-end}.ValidationRuleTypeChooser_type-list__YMnbv{display:flex;flex-direction:column;gap:var(--spacing-12, 12px);padding:var(--spacing-16, 16px)}.ValidationRuleTypeChooser_type-card__vC_Wb{display:flex;width:100%;padding:var(--spacing-sm, 12px);align-items:flex-start;gap:var(--spacing-md, 16px);border-radius:var(--radius-md, 8px);border:1px solid var(--border-color-default, #f2f2f2);background:var(--background-color-default, #fbfbfb);text-align:start}.ValidationRuleTypeChooser_type-card__vC_Wb:not(:disabled){cursor:pointer}.ValidationRuleTypeChooser_type-card__vC_Wb:not(:disabled):hover{border-color:var(--border-color-primary, #4a6fa5);background:var(--feedback-primary-subtle, #eff3f9)}.ValidationRuleTypeChooser_type-card__vC_Wb:not(:disabled):hover .ValidationRuleTypeChooser_type-card-icon-container__JkLnu{background:var(--surface-color-default, #ffffff)}.ValidationRuleTypeChooser_type-card__vC_Wb:not(:disabled):focus-visible{outline:var(--spacing-2, 2px) solid var(--state-focus-ring);outline-offset:var(--spacing-2, 2px)}.ValidationRuleTypeChooser_type-card__vC_Wb:disabled{cursor:not-allowed;opacity:.6}.ValidationRuleTypeChooser_type-card-icon-container__JkLnu{display:flex;width:calc(var(--spacing-40, 40px) + var(--spacing-xxs, 4px));padding:var(--spacing-8, 8px) 0;justify-content:center;align-items:center;gap:var(--spacing-8, 8px);flex-shrink:0;align-self:stretch;aspect-ratio:1/1;border-radius:var(--radius-md, 8px);background:var(--feedback-primary-subtle, #eff3f9)}.ValidationRuleTypeChooser_type-card-content__LcDSX{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:var(--spacing-xxs, 4px);flex:1 0 0;align-self:stretch}.ValidationRuleTypeChooser_type-card-label__XILD0{color:var(--text-color-neutral, #2d2d2d);font-size:var(--font-size-sm, 14px);font-weight:var(--font-semi-bold, 600);line-height:var(--font-line-height, 150%)}.ValidationRuleTypeChooser_type-card-description__SGjjv{color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);letter-spacing:var(--tracking-wide-2, .02em)}.ValidationRuleTypeChooser_dev-fill-sample-button__gsOuT{padding:var(--spacing-8, 8px) var(--spacing-sm, 12px);border:1px dashed var(--border-color-default, #f2f2f2);border-radius:var(--radius-md, 8px);background:transparent;color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px);cursor:pointer}.ValueCheckDateField_date-field__gNxt8{inline-size:100%}.ValueCheckBetweenFields_between-fields__xpNa_{display:flex;flex-wrap:wrap;align-items:center;gap:var(--spacing-xs);inline-size:100%}.ValueCheckBetweenFields_between-input__i5kMN,.ValueCheckBetweenFields_between-select__sznXH{flex:1;min-inline-size:120px}.ValueCheckBetweenFields_between-separator__FApCX{color:var(--text-color-neutral-subtle);font-size:var(--font-size-xs)}.ValueCheckBetweenFields_between-error__I5xQb{flex-basis:100%;margin:0;color:var(--feedback-error);font-size:var(--font-size-xxs)}.ValueCheckExpressionField_expression-field__vCU-C{display:flex;flex-direction:column;gap:var(--spacing-2, 2px);inline-size:100%}.ValueCheckExpressionField_expression-input__RLFsj{position:relative;inline-size:100%}.ValueCheckExpressionField_expression-textarea__7kDF_ .ingestro-textarea__textarea{position:relative;z-index:1;min-block-size:var(--spacing-54, 54px);font-size:var(--font-size-xs, 12px);line-height:1.43;background-color:transparent;color:transparent;caret-color:var(--text-color-neutral, #2d2d2d)}.ValueCheckExpressionField_expression-textarea__7kDF_ .ingestro-textarea__textarea:hover,.ValueCheckExpressionField_expression-textarea__7kDF_ .ingestro-textarea__textarea:focus,.ValueCheckExpressionField_expression-textarea__7kDF_ .ingestro-textarea__textarea:focus-visible,.ValueCheckExpressionField_expression-textarea__7kDF_ .ingestro-textarea__textarea:active,.ValueCheckExpressionField_expression-textarea__7kDF_ .ingestro-textarea__textarea:focus:hover,.ValueCheckExpressionField_expression-textarea__7kDF_ .ingestro-textarea__textarea:active:hover{background-color:transparent!important}.ValueCheckExpressionField_expression-textarea__7kDF_ .ingestro-textarea__textarea::placeholder{color:var(--text-color-mute, #c5c5c5);font-family:var( --theme-code-font, "Geist Mono", "Courier New", Courier, monospace )}.ValueCheckExpressionField_expression-textarea__7kDF_.ingestro-textarea--invalid .ingestro-textarea__message{color:var(--feedback-error, #ef4444)}.ValueCheckExpressionField_expression-highlight__41DMR{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;box-sizing:border-box;padding:var(--spacing-4, 4px) var(--spacing-4, 4px) var(--spacing-4, 4px) var(--spacing-8, 8px);border:1px solid transparent;font-size:var(--font-size-xs, 12px);line-height:1.43;white-space:pre-wrap;overflow-wrap:break-word;color:var(--text-color-neutral, #2d2d2d);pointer-events:none}.ValueCheckExpressionField_highlight-column__IpBi4,.ValueCheckExpressionField_highlight-unit__-mD-s{color:var(--text-color-link, #5c8ef2)}.ValueCheckExpressionField_mention-menu__hBA5t{position:fixed;z-index:var(--z-index-popover, 1000);display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-xs, 4px);background:var(--surface-color-default, #ffffff);box-shadow:var(--shadow-dropdown, 0 4px 12px rgba(0, 0, 0, .08));max-block-size:var(--dropdown-max-height, 300px);min-inline-size:220px}.ValueCheckExpressionField_mention-options__8p2Pr{flex:1;min-block-size:0;overflow-y:auto}.ValueCheckExpressionField_mention-option__8YY32{display:flex;align-items:center;gap:var(--spacing-xs, 8px);block-size:var(--spacing-40, 40px);padding-inline:var(--spacing-sm, 12px);border:none;background:var(--surface-color-default, #ffffff);cursor:pointer;inline-size:100%;text-align:start;font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);color:var(--text-color-neutral, #2d2d2d)}.ValueCheckExpressionField_mention-option__8YY32:hover,.ValueCheckExpressionField_mention-option-active__ffixb{background:var(--background-color-mid, #f2f2f2)}.ValueCheckExpressionField_mention-option-icon__GpIrl{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;inline-size:var(--spacing-16, 16px);block-size:var(--spacing-16, 16px);color:var(--text-color-neutral-subtle, #717171)}.ValueCheckExpressionField_mention-option-label__M5TtD{flex:1;min-inline-size:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ValueCheckBetweenCustomBoundField_between-fields__0aDhu{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--spacing-xs, 8px);inline-size:100%}.ValueCheckBetweenCustomBoundField_between-bound__7b6Vo{flex:1;min-inline-size:120px}.ValueCheckBetweenCustomBoundField_between-separator__gtP9x{align-self:center;color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px)}.ValueCheckDateExpressionField_root__ACU_3{display:flex;flex-direction:column;gap:var(--spacing-8, 8px)}.ValueCheckDateExpressionField_chips-row__-MhnN{display:flex;flex-wrap:wrap;align-items:center;gap:var(--spacing-4, 4px)}.ValueCheckDateExpressionField_chip__TIO5A{display:inline-flex;align-items:center;justify-content:center;height:23px;padding:var(--spacing-4, 4px) var(--spacing-8, 8px);background-color:var(--raw-color-accent-50, #eff3f9);border:none;border-radius:var(--radius-xs, 4px);color:var(--text-color-primary, #162338);font-size:var(--font-size-xxs, 10px);font-family:var(--theme-font-family, Inter);font-weight:var(--font-regular, 400);line-height:1.5;white-space:nowrap;cursor:pointer;transition:opacity .1s}.ValueCheckDateExpressionField_chip__TIO5A:hover:not(:disabled){opacity:.8}.ValueCheckDateExpressionField_chip__TIO5A:disabled{opacity:.5;cursor:not-allowed}.ValueCheckDateBetweenBoundField_between-fields__zE2R5{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--spacing-xs, 8px);inline-size:100%}.ValueCheckDateBetweenBoundField_between-bound__lh8h5{flex:1;min-inline-size:120px}.ValueCheckDateBetweenBoundField_between-separator__qWBTv{align-self:center;color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px)}.ValueCheckRegexField_regex-field__lWZ1X{display:flex;flex-direction:column;gap:var(--spacing-xs);inline-size:100%}.ValueCheckRegexField_flag-options__Akpgh{display:flex;flex-direction:column;gap:var(--spacing-xxs)}.ValueCheckListChipsInput_list-input__-sLIo{--list-input-row-height: var(--spacing-24, 24px);--list-input-row-gap: var(--spacing-4, 4px);--list-input-padding-block: var(--spacing-3, 3px);--list-input-max-rows: 5}.ValueCheckListChipsInput_list-input__-sLIo.ingestro-textarea__textarea.ingestro-tagInput__textarea{min-height:var(--spacing-32, 32px);max-height:calc(var(--list-input-padding-block) * 2 + var(--list-input-max-rows) * var(--list-input-row-height) + (var(--list-input-max-rows) - 1) * var(--list-input-row-gap));padding:var(--list-input-padding-block) var(--spacing-8, 8px);overflow-y:auto;resize:none}.ValueCheckListChipsInput_list-input__-sLIo .ingestro-input .ingestro-input__input{font-size:var(--font-size-sm)}.ValueCheckRuleCard_card___lhG2{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border-color-default);border-radius:var(--radius-md);background:var(--surface-color-default)}.ValueCheckRuleCard_collapse-button__hNB0s{all:unset;box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-shrink:0;inline-size:var(--spacing-24, 24px);block-size:var(--spacing-24, 24px);border-radius:var(--radius-xs);background:transparent;color:var(--text-color-neutral-subtle);cursor:pointer}.ValueCheckRuleCard_collapse-button__hNB0s svg{transition:transform .15s ease}.ValueCheckRuleCard_collapse-button-collapsed__QDaae svg{transform:rotate(-90deg)}.ValueCheckRuleCard_collapsed-summary__7C_tu{margin:0;padding:var(--spacing-xs);padding-block-start:0;color:var(--text-color-neutral-subtle);font-family:var(--theme-font-family);font-size:var(--font-size-xs);font-weight:var(--font-regular);line-height:var(--font-line-height)}.ValueCheckRuleCard_header__WRt6S{display:flex;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-xs);border-block-end:1px solid var(--border-color-default)}.ValueCheckRuleCard_column-field__A075y{flex:1;min-inline-size:0}.ValueCheckRuleCard_column-type-icon__f3VL4{display:flex;align-items:center;justify-content:center;inline-size:var(--spacing-16, 16px);block-size:var(--spacing-16, 16px);flex-shrink:0;color:var(--text-color-neutral-subtle);border-radius:var(--radius-xs, 4px);background:var(--background-color-mid)}.ValueCheckRuleCard_column-type-icon__f3VL4 svg{inline-size:100%;block-size:100%}.ValueCheckRuleCard_column-type-icon__f3VL4 svg rect{fill:var(--background-color-mid)}.ValueCheckRuleCard_column-select-dropdown__kLRCj .ingestro-select__option{border-bottom:1px solid var(--border-color-default, #f2f2f2);height:var(--spacing-40, 40px)!important;background:var(--surface-color-default)}.ValueCheckRuleCard_column-select-dropdown__kLRCj .ingestro-select__option-left{gap:var(--spacing-20, 20px)}.ValueCheckRuleCard_operator-select-dropdown__rO94_ .ingestro-select__option{height:var(--spacing-40, 40px)!important;padding-left:var(--spacing-12, 12px)!important;padding-right:var(--spacing-12, 12px)!important;background:var(--surface-color-default)}.ValueCheckRuleCard_operator-select-dropdown__rO94_ .ingestro-select__option-heading{block-size:var(--spacing-28, 28px);padding-block:0;padding-inline:var(--spacing-12, 12px);background:var(--surface-color-default);color:var(--text-color-mute);font-size:var(--font-size-xxs);font-weight:var(--font-semi-bold);line-height:var(--font-line-height);letter-spacing:var(--tracking-wide-2);text-transform:uppercase}.ValueCheckRuleCard_column-select__rqy0I .ingestro-select__toggle-icon{margin:0;margin-inline-end:var(--spacing-xxs, 4px)}.ValueCheckRuleCard_delete-button__w12_p{all:unset;box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-shrink:0;inline-size:var(--spacing-24, 24px);block-size:var(--spacing-24, 24px);border:1px solid var(--button-btn-stroke-outline-error);border-radius:var(--radius-xs);background:var(--surface-color-default);color:var(--feedback-error);cursor:pointer;opacity:0;pointer-events:none;transition:opacity .15s ease}.ValueCheckRuleCard_card___lhG2:hover .ValueCheckRuleCard_delete-button__w12_p{opacity:1;pointer-events:auto;background-color:var(--button-btn-stroke-outline-error)}.ValueCheckRuleCard_delete-button__w12_p:disabled{display:none}.ValueCheckRuleCard_body__eLhUn{display:flex;flex-direction:column;gap:var(--spacing-xs);padding:var(--spacing-xs)}.ValueCheckRuleCard_condition-row__TnBRr{display:flex;align-items:center;gap:var(--spacing-xs)}.ValueCheckRuleCard_operator-field__XbXYI,.ValueCheckRuleCard_value-mode-toggle__VFTqX{flex:1;min-inline-size:0}.ValueCheckRuleCard_value-mode-toggle__VFTqX>div{width:100%;padding:3px}.ValueCheckRuleCard_value-mode-toggle__VFTqX .ingestro-segment__slider{block-size:var(--spacing-24, 24px)}.ValueCheckRuleCard_operator-field__XbXYI{display:flex;gap:var(--spacing-xs, 8px)}.ValueCheckRuleCard_operator-field__XbXYI .ingestro-select,.ValueCheckRuleCard_value-field__10spq{flex:1}.ValueCheckRuleCard_value-mode-segment__vGjD9{border-radius:var(--radius-sm);border:1px solid var(--border-color-default);background:var(--surface-color-default-soft);padding:var(--spacing-xxs)}.ValueCheckRuleCard_value-mode-segment__vGjD9 button{flex:1;block-size:var(--spacing-24, 24px);font-size:var(--font-size-xs);font-weight:var(--font-regular);letter-spacing:var(--tracking-wide-2);color:var(--text-color-primary)}.ValueCheckRuleCard_value-mode-segment__vGjD9 .ingestro-segment__slider{border-radius:var(--radius-xs);border:1px solid var(--button-btn-border-default);background:var(--button-btn-fill-outline-default)}.ValueCheckRuleCard_value-input-section__Z0dUQ{display:flex;flex-direction:column;gap:var(--spacing-xxs);inline-size:100%}.ValueCheckRuleCard_expression-input__X2zbH .ingestro-input__input{font-size:var(--font-size-xs);font-weight:var(--font-regular);color:var(--text-color-neutral)}.ValueCheckRuleCard_expression-input__X2zbH .ingestro-input__input::placeholder{color:var(--text-color-mute);font-family:var(--theme-code-font)}.ValueCheckRuleCard_expression-hint__3XNvv{display:flex;align-items:center;gap:var(--spacing-xxs);margin:0;font-family:var(--theme-font-family);font-size:var(--font-size-xxs);font-weight:var(--font-regular);line-height:var(--font-line-height);color:var(--text-color-neutral-subtle)}.ValueCheckRuleCard_hint-at-tag__p6z-4{display:inline-flex;align-items:center;justify-content:center;block-size:var(--spacing-24, 24px);padding:var(--spacing-xxs);border:1px solid var(--raw-color-neutral-200, #e1e1e1);border-radius:var(--radius-xs);background:var(--raw-color-neutral-50, #fbfbfb);font-family:var(--theme-font-family);font-size:var(--font-size-xxs);font-weight:var(--font-regular);line-height:var(--font-line-height);color:var(--text-color-neutral)}.ValueCheckRuleCard_reference-column-field__0pRCE{inline-size:100%;min-inline-size:0}.ValueCheckRuleCard_dataset-helper__UZeZg{margin:0;font-family:var(--theme-font-family);font-size:var(--font-size-xxs);font-weight:var(--font-regular);line-height:var(--font-line-height);color:var(--text-color-neutral-subtle)}.ValueCheckRuleGroupBody_group__vXC2n{display:flex;flex-direction:column;overflow:hidden;padding-block:var(--spacing-md);padding-inline:var(--spacing-sm);border:1px solid var(--border-color-mid);border-radius:var(--radius-md);background:var(--background-color-default)}.ValueCheckRuleGroupBody_inner__vHqdu{display:flex;flex-direction:column;gap:var(--spacing-md)}.ValueCheckRuleGroupBody_header__UBr2I{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-xs)}.ValueCheckRuleGroupBody_collapse-button__8_3EG{all:unset;box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-shrink:0;inline-size:var(--spacing-32, 32px);block-size:var(--spacing-32, 32px);border-radius:var(--radius-xs);background:transparent;color:var(--text-color-neutral-subtle);cursor:pointer}.ValueCheckRuleGroupBody_collapse-button__8_3EG svg{transition:transform .15s ease}.ValueCheckRuleGroupBody_collapse-button-collapsed__-HOtZ svg{transform:rotate(-90deg)}.ValueCheckRuleGroupBody_collapsed-summary__SEfO-{margin:0;color:var(--text-color-neutral-subtle);font-family:var(--theme-font-family);font-size:var(--font-size-xs);font-weight:var(--font-regular);line-height:var(--font-line-height)}.ValueCheckRuleGroupBody_header-actions__KN1ta{display:flex;align-items:center;gap:var(--spacing-xs);flex-shrink:0}.ValueCheckRuleGroupBody_group-tag__Af8j7{display:inline-flex;align-items:center;justify-content:center;min-block-size:calc(var(--spacing-20) + var(--spacing-4));padding:var(--spacing-xxs);border-radius:var(--radius-pill);background:var(--background-color-mid);color:var(--text-color-neutral);font-family:var(--theme-font-family);font-size:var(--font-size-xxs);font-weight:var(--font-regular);line-height:var(--font-line-height);white-space:nowrap}.ValueCheckRuleGroupBody_group-tag-label__uBz1u{padding-inline:var(--spacing-xxs)}.ValueCheckRuleGroupBody_delete-button__gpKDZ{all:unset;box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:var(--spacing-xxs);border-radius:var(--radius-xs);color:var(--feedback-error);cursor:pointer;aspect-ratio:1}.ValueCheckRuleGroupBody_delete-button__gpKDZ:focus-visible{outline:2px solid var(--input-border-active);outline-offset:2px}.ValueCheckRuleGroupBody_match-row__lvdtU{display:flex;flex-wrap:wrap;align-items:center;gap:var(--spacing-xs)}.ValueCheckRuleGroupBody_match-label__UUW4B,.ValueCheckRuleGroupBody_match-hint__xw8zI{color:var(--text-color-neutral-subtle);font-family:var(--theme-font-family);font-size:var(--font-size-xxs);font-weight:var(--font-regular);line-height:var(--font-line-height);white-space:nowrap}.ValueCheckRuleGroupBody_list__D5QCq{display:flex;flex-direction:column}.ValueCheckRuleGroupBody_item-row__50zWN{display:flex;align-items:stretch;gap:var(--spacing-md)}.ValueCheckRuleGroupBody_stepper__svCEh{display:flex;flex-direction:column;align-items:center;align-self:stretch;flex-shrink:0;min-inline-size:calc(var(--spacing-20) + var(--spacing-8))}.ValueCheckRuleGroupBody_step-top-spacer__jSi3N{min-block-size:var(--spacing-12)}.ValueCheckRuleGroupBody_step-top-line__LXTAX{align-self:stretch;min-block-size:var(--spacing-12);border-inline-start:1px solid var(--border-color-default);margin-inline-start:50%}.ValueCheckRuleGroupBody_step-line__1Ytsp{flex:1;align-self:stretch;min-block-size:var(--spacing-12);border-inline-start:1px solid var(--border-color-default);margin-inline-start:50%}.ValueCheckRuleGroupBody_step-badge__ypFlC{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:var(--spacing-xs);border-radius:var(--border-radius-full);background:var(--surface-color-primary-soft);color:var(--text-color-primary);font-family:var(--theme-font-family);font-size:var(--font-size-xxs);font-weight:var(--font-semi-bold);line-height:var(--font-line-height);letter-spacing:var(--tracking-wide-2);min-inline-size:calc(var(--spacing-24, 24px) + var(--spacing-4, 4px));min-block-size:calc(var(--spacing-24, 24px) + var(--spacing-4, 4px))}.ValueCheckRuleGroupBody_item-body__bnXmA{display:flex;flex:1;flex-direction:column;min-inline-size:0}.ValueCheckRuleGroupBody_separator__fcpmQ{display:flex;align-items:center;gap:var(--spacing-md);min-block-size:calc(var(--spacing-20) + var(--spacing-8))}.ValueCheckRuleGroupBody_separator-stepper__55q_p{display:flex;align-items:stretch;align-self:stretch;flex-shrink:0;min-inline-size:calc(var(--spacing-20) + var(--spacing-8))}.ValueCheckRuleGroupBody_separator-line__vCSRc{flex:1;align-self:stretch;border-inline-start:1px solid var(--border-color-default);margin-inline-start:50%}.ValueCheckRuleGroupBody_combinator-label__Q_zVm{color:var(--text-color-neutral-subtle);font-family:var(--theme-font-family);font-size:var(--font-size-xs);font-weight:var(--font-semi-bold);line-height:var(--font-line-height);letter-spacing:var(--tracking-wide-2)}.ValueCheckRuleGroupBody_actions__OkU4h{display:flex;flex-wrap:wrap;gap:var(--spacing-xs)}.ValueCheckRuleGroupBody_match-toggle__VlHcx{border-radius:var(--radius-sm);border:1px solid var(--border-color-default);background:var(--surface-color-default-soft);padding:var(--spacing-xxs)}.ValueCheckRuleGroupBody_match-toggle__VlHcx button{inline-size:var(--spacing-40, 40px);font-weight:var(--font-regular);color:var(--text-color-primary)}.ValueCheckRuleGroupBody_match-toggle__VlHcx .ingestro-segment__slider{border-radius:var(--radius-xs);border:1px solid var(--button-btn-border-default);background:var(--button-btn-fill-outline-default)}.ValueCheckRuleEditor_panel__GEFjL{display:flex;flex-direction:column;gap:var(--spacing-md, 16px);padding:var(--spacing-lg, 20px) 0 var(--spacing-lg, 20px) var(--spacing-lg, 20px);block-size:100%}.ValueCheckRuleEditor_intro__fazDX{display:flex;flex-direction:column;gap:var(--spacing-xxs, 4px)}.ValueCheckRuleEditor_intro-title__x0cfx{margin:0;color:var(--text-color-neutral, #2d2d2d);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-sm, 14px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%)}.ValueCheckRuleEditor_intro-description__WF4oK{margin:0;color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);letter-spacing:var(--tracking-wide-2, .02em)}.ValueCheckRuleEditor_match-row__wKAeP{display:flex;flex-wrap:wrap;align-items:center;gap:var(--spacing-xs, 8px)}.ValueCheckRuleEditor_match-label__DcDvW,.ValueCheckRuleEditor_match-hint__NXWCj{color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);white-space:nowrap}.ValueCheckRuleEditor_content__M0U9t{display:flex;flex-direction:column;gap:var(--spacing-md, 16px);overflow:auto;padding-right:var(--spacing-sm, 12px)}.ValueCheckRuleEditor_list__vLiUi{display:flex;flex-direction:column}.ValueCheckRuleEditor_item-row__arfyr{display:flex;align-items:stretch;gap:var(--spacing-md, 16px)}.ValueCheckRuleEditor_stepper__F8jPr{display:flex;flex-direction:column;align-items:center;align-self:stretch;flex-shrink:0}.ValueCheckRuleEditor_step-top-spacer__tPRrC{min-block-size:var(--spacing-12, 12px)}.ValueCheckRuleEditor_step-line__w0pdJ{flex:1;align-self:stretch;min-block-size:var(--spacing-12, 12px);border-inline-start:1px solid var(--border-color-default, #f2f2f2);margin-inline-start:50%}.ValueCheckRuleEditor_step-top-line__A3par{flex:1;align-self:stretch;min-block-size:var(--spacing-12, 12px);border-inline-start:1px solid var(--border-color-default, #f2f2f2);margin-inline-start:50%;max-block-size:var(--spacing-12, 12px)}.ValueCheckRuleEditor_step-badge__nCPX3{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:var(--spacing-xs, 8px);border-radius:var(--border-radius-full, 99999px);background:var(--surface-color-primary-soft, #d0dbed);color:var(--text-color-primary, #162338);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xxs, 10px);font-weight:var(--font-semi-bold, 600);line-height:var(--font-line-height, 150%);letter-spacing:var(--tracking-wide-2, .02em);min-inline-size:calc(var(--spacing-24, 24px) + var(--spacing-4, 4px));min-block-size:calc(var(--spacing-24, 24px) + var(--spacing-4, 4px))}.ValueCheckRuleEditor_item-body__BmsJH{display:flex;flex:1;flex-direction:column;gap:var(--spacing-xs, 8px);min-inline-size:0}.ValueCheckRuleEditor_separator__TLNNd{display:flex;align-items:center;gap:var(--spacing-md, 16px);min-block-size:calc(var(--spacing-20, 20px) + var(--spacing-8, 8px))}.ValueCheckRuleEditor_separator-stepper__JKQjH{display:flex;align-items:stretch;align-self:stretch;flex-shrink:0;min-inline-size:calc(var(--spacing-20, 20px) + var(--spacing-8, 8px))}.ValueCheckRuleEditor_separator-line__98hez{flex:1;align-self:stretch;border-inline-start:1px solid var(--border-color-default, #f2f2f2);margin-inline-start:50%}.ValueCheckRuleEditor_combinator-label__K404b{color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-weight:var(--font-semi-bold, 600);line-height:var(--font-line-height, 150%);letter-spacing:var(--tracking-wide-2, .02em)}.ValueCheckRuleEditor_actions__Hd1dC{display:flex;flex-wrap:wrap;gap:var(--spacing-xs, 8px)}.ValueCheckRuleEditor_match-toggle__pVx7r{border-radius:var(--radius-sm, 6px);border:1px solid var(--border-color-default, #f2f2f2);background:var(--surface-color-default-soft, #fbfbfb);padding:var(--spacing-xxs, 4px)}.ValueCheckRuleEditor_match-toggle__pVx7r button{inline-size:var(--spacing-40, 40px);font-weight:var(--font-regular, 400);color:var(--text-color-primary, #162338)}.ValueCheckRuleEditor_match-toggle__pVx7r .ingestro-segment__slider{border-radius:var(--radius-xs, 4px);border:1px solid var(--button-btn-border-default, #f2f2f2);background:var(--button-btn-fill-outline-default, #ffffff)}.ConditionalCaseOutcomeFields_fields__twU6r{display:flex;flex-direction:column;gap:var(--spacing-sm, 12px)}.ConditionalCaseOutcomeFields_section__OZiE5{display:flex;flex-direction:column;gap:var(--spacing-8, 8px)}.ConditionalCaseOutcomeFields_label__Y4RVZ{color:var(--text-color-neutral, #2d2d2d);font-size:var(--font-size-xs, 12px);font-weight:var(--font-semi-bold, 600)}.ConditionalCaseOutcomeFields_severity-fieldset__a1coL{border:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--spacing-8, 8px);min-inline-size:0}.ConditionalCaseOutcomeFields_severity-fieldset__a1coL .ConditionalCaseOutcomeFields_label__Y4RVZ{padding:0}.ConditionalCaseOutcomeFields_severity-toggle__7UnhJ{border-radius:var(--radius-sm, 6px);border:1px solid var(--border-color-default, #f2f2f2);padding:1px;width:-moz-fit-content;width:fit-content}.ConditionalCaseOutcomeFields_severity-toggle__7UnhJ button{font-weight:var(--font-regular, 400)}.ConditionalCaseOutcomeFields_severity-toggle__7UnhJ .ingestro-segment__slider{border-radius:var(--radius-xs, 4px)}.ConditionalCaseOutcomeFields_preview__nYKSk{margin-top:var(--spacing-4, 4px)}.PredicateBranchGroupBody_group__rMdIQ{display:flex;flex-direction:column;overflow:hidden;padding-block:var(--spacing-md);padding-inline:var(--spacing-sm);border:1px solid var(--border-color-mid);border-radius:var(--radius-md);background:var(--background-color-default)}.PredicateBranchGroupBody_inner__upGVa{display:flex;flex-direction:column;gap:var(--spacing-md)}.PredicateBranchGroupBody_header__5kFBb{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-xs)}.PredicateBranchGroupBody_collapse-button__Db0dj{all:unset;box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-shrink:0;inline-size:var(--spacing-32, 32px);block-size:var(--spacing-32, 32px);border-radius:var(--radius-xs);background:transparent;color:var(--text-color-neutral-subtle);cursor:pointer}.PredicateBranchGroupBody_collapse-button__Db0dj:focus-visible{outline:1px solid var(--feedback-primary);outline-offset:-1px}.PredicateBranchGroupBody_collapse-button__Db0dj svg{transition:transform .15s ease}.PredicateBranchGroupBody_collapse-button-collapsed__wP1lr svg{transform:rotate(-90deg)}.PredicateBranchGroupBody_collapsed-summary__4zftQ{margin:0;color:var(--text-color-neutral-subtle);font-family:var(--theme-font-family);font-size:var(--font-size-xs);font-weight:var(--font-regular);line-height:var(--font-line-height)}.PredicateBranchGroupBody_header-actions__xBBSl{display:flex;align-items:center;gap:var(--spacing-xs);flex-shrink:0}.PredicateBranchGroupBody_group-tag__BGoof{display:inline-flex;align-items:center;justify-content:center;min-block-size:calc(var(--spacing-20) + var(--spacing-4));padding:var(--spacing-xxs);border-radius:var(--radius-pill);background:var(--background-color-mid);color:var(--text-color-neutral);font-family:var(--theme-font-family);font-size:var(--font-size-xxs);font-weight:var(--font-regular);line-height:var(--font-line-height);white-space:nowrap}.PredicateBranchGroupBody_group-tag-label__hSMdH{padding-inline:var(--spacing-xxs)}.PredicateBranchGroupBody_delete-button__uQv7o{all:unset;box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:var(--spacing-xxs);border-radius:var(--radius-xs);color:var(--feedback-error);cursor:pointer;aspect-ratio:1}.PredicateBranchGroupBody_delete-button__uQv7o:focus-visible{outline:2px solid var(--input-border-active);outline-offset:2px}.PredicateBranchGroupBody_match-row__QIlPz{display:flex;flex-wrap:wrap;align-items:center;gap:var(--spacing-xs)}.PredicateBranchGroupBody_match-label__HL891,.PredicateBranchGroupBody_match-hint__yAfX5{color:var(--text-color-neutral-subtle);font-family:var(--theme-font-family);font-size:var(--font-size-xxs);font-weight:var(--font-regular);line-height:var(--font-line-height);white-space:nowrap}.PredicateBranchGroupBody_list__BRfwl{display:flex;flex-direction:column}.PredicateBranchGroupBody_item-row___rsrm{display:flex;align-items:stretch;gap:var(--spacing-md)}.PredicateBranchGroupBody_stepper__q3C56{display:flex;flex-direction:column;align-items:center;align-self:stretch;flex-shrink:0;min-inline-size:calc(var(--spacing-20) + var(--spacing-8))}.PredicateBranchGroupBody_step-top-spacer__ipqao{min-block-size:var(--spacing-12)}.PredicateBranchGroupBody_step-top-line__mR3fG{align-self:stretch;min-block-size:var(--spacing-12);border-inline-start:1px solid var(--border-color-default);margin-inline-start:50%}.PredicateBranchGroupBody_step-line__cAgHk{flex:1;align-self:stretch;min-block-size:var(--spacing-12);border-inline-start:1px solid var(--border-color-default);margin-inline-start:50%}.PredicateBranchGroupBody_step-badge__TMCeY{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:var(--spacing-xs);border-radius:var(--border-radius-full);background:var(--surface-color-primary-soft);color:var(--text-color-primary);font-family:var(--theme-font-family);font-size:var(--font-size-xxs);font-weight:var(--font-semi-bold);line-height:var(--font-line-height);letter-spacing:var(--tracking-wide-2);min-inline-size:calc(var(--spacing-24, 24px) + var(--spacing-4, 4px));min-block-size:calc(var(--spacing-24, 24px) + var(--spacing-4, 4px))}.PredicateBranchGroupBody_item-body__usEVn{display:flex;flex:1;flex-direction:column;min-inline-size:0}.PredicateBranchGroupBody_separator__1vIoJ{display:flex;align-items:center;gap:var(--spacing-md);min-block-size:calc(var(--spacing-20) + var(--spacing-8))}.PredicateBranchGroupBody_separator-stepper__sYaTT{display:flex;align-items:stretch;align-self:stretch;flex-shrink:0;min-inline-size:calc(var(--spacing-20) + var(--spacing-8))}.PredicateBranchGroupBody_separator-line__6YRuX{flex:1;align-self:stretch;border-inline-start:1px solid var(--border-color-default);margin-inline-start:50%}.PredicateBranchGroupBody_combinator-label__nPhGR{color:var(--text-color-neutral-subtle);font-family:var(--theme-font-family);font-size:var(--font-size-xs);font-weight:var(--font-semi-bold);line-height:var(--font-line-height);letter-spacing:var(--tracking-wide-2)}.PredicateBranchGroupBody_actions___ET3H{display:flex;flex-wrap:wrap;gap:var(--spacing-xs)}.PredicateBranchGroupBody_match-toggle__cqui-{border-radius:var(--radius-sm);border:1px solid var(--border-color-default);background:var(--surface-color-default-soft);padding:var(--spacing-xxs)}.PredicateBranchGroupBody_match-toggle__cqui- button{inline-size:var(--spacing-40, 40px);font-weight:var(--font-regular);color:var(--text-color-primary)}.PredicateBranchGroupBody_match-toggle__cqui- .ingestro-segment__slider{border-radius:var(--radius-xs);border:1px solid var(--button-btn-border-default);background:var(--button-btn-fill-outline-default)}.PredicateBranchBuilder_panel__2Ruw9{display:flex;flex-direction:column;gap:var(--spacing-md, 16px)}.PredicateBranchBuilder_intro__1Bnr_{display:flex;flex-wrap:wrap;align-items:center;gap:var(--spacing-xs, 8px)}.PredicateBranchBuilder_intro-description__m_FXz{margin:0;color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);letter-spacing:var(--tracking-none, 0em)}.PredicateBranchBuilder_match-row__s7UE0{display:flex;flex-wrap:wrap;align-items:center;gap:var(--spacing-xs, 8px)}.PredicateBranchBuilder_match-label__kP37d,.PredicateBranchBuilder_match-hint__YCzan{color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);white-space:nowrap}.PredicateBranchBuilder_content__6ynFS{display:flex;flex-direction:column;gap:var(--spacing-md, 16px)}.PredicateBranchBuilder_list__iQKKP{display:flex;flex-direction:column}.PredicateBranchBuilder_item-row__IhzsG{display:flex;align-items:stretch;gap:var(--spacing-md, 16px)}.PredicateBranchBuilder_stepper__DBmAL{display:flex;flex-direction:column;align-items:center;align-self:stretch;flex-shrink:0}.PredicateBranchBuilder_step-top-spacer__uJPYp{min-block-size:var(--spacing-12, 12px)}.PredicateBranchBuilder_step-line__Bqvrf{flex:1;align-self:stretch;min-block-size:var(--spacing-12, 12px);border-inline-start:1px solid var(--border-color-default, #f2f2f2);margin-inline-start:50%}.PredicateBranchBuilder_step-top-line__BLSEe{flex:1;align-self:stretch;min-block-size:var(--spacing-12, 12px);border-inline-start:1px solid var(--border-color-default, #f2f2f2);margin-inline-start:50%;max-block-size:var(--spacing-12, 12px)}.PredicateBranchBuilder_step-badge__bJUiQ{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:var(--spacing-xs, 8px);border-radius:var(--border-radius-full, 99999px);background:var(--surface-color-primary-soft, #d0dbed);color:var(--text-color-primary, #162338);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xxs, 10px);font-weight:var(--font-semi-bold, 600);line-height:var(--font-line-height, 150%);letter-spacing:var(--tracking-wide-2, .02em);min-inline-size:calc(var(--spacing-24, 24px) + var(--spacing-4, 4px));min-block-size:calc(var(--spacing-24, 24px) + var(--spacing-4, 4px))}.PredicateBranchBuilder_item-body__FhgYX{display:flex;flex:1;flex-direction:column;gap:var(--spacing-xs, 8px);min-inline-size:0}.PredicateBranchBuilder_separator__XEi16{display:flex;align-items:center;gap:var(--spacing-md, 16px);min-block-size:calc(var(--spacing-20, 20px) + var(--spacing-8, 8px))}.PredicateBranchBuilder_separator-stepper__6NeK9{display:flex;align-items:stretch;align-self:stretch;flex-shrink:0;min-inline-size:calc(var(--spacing-20, 20px) + var(--spacing-8, 8px))}.PredicateBranchBuilder_separator-line__c-YMJ{flex:1;align-self:stretch;border-inline-start:1px solid var(--border-color-default, #f2f2f2);margin-inline-start:50%}.PredicateBranchBuilder_combinator-label__fOhJw{color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-weight:var(--font-semi-bold, 600);line-height:var(--font-line-height, 150%);letter-spacing:var(--tracking-wide-2, .02em)}.PredicateBranchBuilder_actions__aWMSP{display:flex;flex-wrap:wrap;gap:var(--spacing-xs, 8px)}.PredicateBranchBuilder_match-toggle___5Ilh{border-radius:var(--radius-sm, 6px);border:1px solid var(--border-color-default, #f2f2f2);background:var(--surface-color-default-soft, #fbfbfb);padding:var(--spacing-xxs, 4px)}.PredicateBranchBuilder_match-toggle___5Ilh button{inline-size:var(--spacing-40, 40px);font-weight:var(--font-regular, 400);color:var(--text-color-primary, #162338)}.PredicateBranchBuilder_match-toggle___5Ilh .ingestro-segment__slider{border-radius:var(--radius-xs, 4px);border:1px solid var(--button-btn-border-default, #f2f2f2);background:var(--button-btn-fill-outline-default, #ffffff)}.ConditionalCaseCard_card__FjyQM{display:flex;flex-direction:column;gap:var(--spacing-md, 16px);padding:var(--spacing-sm, 12px);border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-md, 8px);background:var(--background-color-default, #ffffff);transition:opacity .15s ease,border-color .15s ease,box-shadow .15s ease}.ConditionalCaseCard_card__FjyQM[data-dragging=true]{opacity:.5}.ConditionalCaseCard_card__FjyQM[data-drag-over=true]{border-color:var(--border-color-primary, #2d2d2d);box-shadow:0 0 0 var(--spacing-2, 2px) var(--state-focus-ring, #2d2d2d)}.ConditionalCaseCard_case-header__ZGQYS{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-xs, 8px)}.ConditionalCaseCard_case-header-drag__jiVDC{display:flex;align-items:center;gap:var(--spacing-xxs, 4px);flex:1;min-inline-size:0;cursor:grab}.ConditionalCaseCard_case-header-drag__jiVDC:active{cursor:grabbing}.ConditionalCaseCard_drag-handle-icon__5cuR_{flex-shrink:0;color:var(--text-color-neutral-subtle, #717171)}.ConditionalCaseCard_case-label__XH5pP{color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-weight:var(--font-semi-bold, 600);line-height:var(--font-line-height, 150%);letter-spacing:var(--tracking-wide-2, .02em);text-transform:uppercase}.ConditionalCaseCard_remove-button__54OTZ{all:unset;box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:var(--spacing-xxs, 4px);border-radius:var(--radius-xs, 4px);color:var(--feedback-error, #d3352e);cursor:pointer}.ConditionalCaseCard_remove-button__54OTZ:focus-visible{outline:var(--spacing-2, 2px) solid var(--state-focus-ring);outline-offset:var(--spacing-2, 2px)}.ConditionalCaseDragLayer_layer__uX56m{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:100000}.ConditionalCaseDragLayer_preview__HEd7T{position:absolute;top:0;left:0;box-sizing:border-box;opacity:.96;box-shadow:var(--shadow-dropdown, 0 4px 12px rgba(0, 0, 0, .08));cursor:grabbing}.ConditionalCaseDragLayer_preview__HEd7T>*{inline-size:100%;block-size:100%}.ConditionalRuleEditor_panel__OMYGS{display:flex;flex-direction:column;gap:var(--spacing-md, 16px);padding:var(--spacing-lg, 20px) 0 var(--spacing-lg, 20px) var(--spacing-lg, 20px);overflow:auto;block-size:100%}.ConditionalRuleEditor_intro__sx3dk{display:flex;flex-direction:column;gap:var(--spacing-xxs, 4px)}.ConditionalRuleEditor_intro-title__wvwCa{margin:0;color:var(--text-color-neutral, #2d2d2d);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-sm, 14px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%)}.ConditionalRuleEditor_intro-description__m22Vb{margin:0;color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);letter-spacing:var(--tracking-wide-2, .02em)}.ConditionalRuleEditor_cases__LQ1vs{display:flex;flex-direction:column;gap:var(--spacing-md, 16px);padding-right:var(--spacing-sm, 12px)}.ConditionalRuleEditor_independent-note__R9zNd{margin:0;color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%)}.ConditionalRuleEditor_actions__327_V{display:flex;flex-wrap:wrap;gap:var(--spacing-xs, 8px);padding-right:var(--spacing-sm, 12px)}.ConditionalRuleEditor_otherwise-card__n8ev0{position:relative;display:flex;flex-direction:column;gap:var(--spacing-md, 16px);padding:var(--spacing-md, 16px);border:1px solid var(--border-color-mid, #f2f2f2);border-radius:var(--radius-md, 8px);background:var(--background-color-default, #ffffff);margin-right:var(--spacing-sm, 12px)}.ConditionalRuleEditor_otherwise-remove__fUCcX{all:unset;box-sizing:border-box;display:flex;align-items:center;justify-content:center;position:absolute;top:var(--spacing-md, 16px);right:var(--spacing-md, 16px);padding:var(--spacing-xxs, 4px);border-radius:var(--radius-xs, 4px);color:var(--feedback-error, #d3352e);cursor:pointer}.ConditionalRuleEditor_otherwise-remove__fUCcX:focus-visible{outline:1px solid var(--feedback-primary);outline-offset:-1px}.MonotonicRuleEditor_panel__tVoYL{display:flex;flex-direction:column;gap:var(--spacing-md, 16px);padding:var(--spacing-lg, 20px) 0 var(--spacing-lg, 20px) var(--spacing-lg, 20px);block-size:100%}.MonotonicRuleEditor_intro__G6QmC{display:flex;flex-direction:column;gap:var(--spacing-xxs, 4px)}.MonotonicRuleEditor_intro-title__46B5j{margin:0;color:var(--text-color-neutral, #2d2d2d);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-sm, 14px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%)}.MonotonicRuleEditor_intro-description__dSsEt{margin:0;color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);letter-spacing:var(--tracking-wide-2, .02em)}.MonotonicRuleEditor_card__yOFXP{display:flex;flex-direction:column;gap:var(--spacing-sm, 12px);padding:var(--spacing-md, 16px);border:1px solid var(--border-color-default);border-radius:var(--radius-md);background:var(--surface-color-default)}.MonotonicRuleEditor_card-header__qGTCC{display:flex;flex-wrap:wrap;align-items:center;gap:var(--spacing-xs, 8px)}.MonotonicRuleEditor_card-helper__w8sMs{color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%)}.MonotonicRuleEditor_column-type-icon__qSlg7{display:flex;align-items:center;justify-content:center;inline-size:var(--spacing-16, 16px);block-size:var(--spacing-16, 16px);flex-shrink:0;color:var(--text-color-neutral-subtle, #717171);border-radius:var(--radius-xs, 4px);background:var(--background-color-mid, #f2f2f2)}.MonotonicRuleEditor_column-type-icon__qSlg7 svg{inline-size:100%;block-size:100%}.MonotonicRuleEditor_column-type-icon__qSlg7 svg rect{fill:var(--background-color-mid, #f2f2f2)}.MonotonicRuleEditor_column-select-dropdown__PkzdO .ingestro-select__option{gap:var(--spacing-xxs, 4px);border-bottom:1px solid var(--border-color-default, #f2f2f2);height:var(--spacing-40, 40px)!important;background:var(--surface-color-default, #ffffff)}.MonotonicRuleEditor_direction-row__CfwBn{display:flex;flex-wrap:wrap;align-items:center;gap:var(--spacing-xs, 8px)}.MonotonicRuleEditor_direction-text__zjEGG{color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%)}.MonotonicRuleEditor_options__1Zkw2{display:flex;flex-direction:column;gap:var(--spacing-xs, 8px)}.MonotonicRuleEditor_options-label__b72Yt{margin:0;color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%)}.MonotonicRuleEditor_direction-button__2ZsRJ{display:flex;align-items:center;gap:var(--spacing-xxs, 4px)}.MonotonicRuleEditor_allow-equal-label__6U9Aq{display:inline-flex;align-items:center;gap:var(--spacing-xxs, 4px)}.MonotonicRuleEditor_allow-equal-symbol__BGX5P{color:var(--text-color-neutral-subtle, #717171)}.UniqueRuleEditor_panel__zAG8e{display:flex;flex-direction:column;gap:var(--spacing-md, 16px);padding:var(--spacing-lg, 20px) 0 var(--spacing-lg, 20px) var(--spacing-lg, 20px);block-size:100%;margin-right:var(--spacing-lg, 20px)}.UniqueRuleEditor_intro__0SPoI{display:flex;flex-direction:column;gap:var(--spacing-xxs, 4px)}.UniqueRuleEditor_intro-title__-5nZp{margin:0;color:var(--text-color-neutral, #2d2d2d);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-sm, 14px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%)}.UniqueRuleEditor_intro-description__a1Uz6{margin:0;color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);letter-spacing:var(--tracking-wide-2, .02em)}.UniqueRuleEditor_card__UUInq{display:flex;flex-direction:column;gap:var(--spacing-sm, 12px);padding:var(--spacing-md, 16px);border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-md, 8px);background:var(--surface-color-default, #ffffff)}.UniqueRuleEditor_card-header__WfsG0{display:flex;flex-wrap:wrap;align-items:center;gap:var(--spacing-xs, 8px)}.UniqueRuleEditor_card-helper__ipmpK{color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%)}.UniqueRuleEditor_column-type-icon__FFT2S{display:flex;align-items:center;justify-content:center;inline-size:var(--spacing-16, 16px);block-size:var(--spacing-16, 16px);flex-shrink:0;color:var(--text-color-neutral-subtle, #717171);border-radius:var(--radius-xs, 4px);background:var(--background-color-mid, #f2f2f2)}.UniqueRuleEditor_column-type-icon__FFT2S svg{inline-size:100%;block-size:100%}.UniqueRuleEditor_column-type-icon__FFT2S svg rect{fill:var(--background-color-mid, #f2f2f2)}.UniqueRuleEditor_column-select-dropdown__9YO2z .ingestro-select__option{gap:var(--spacing-xxs, 4px);border-bottom:1px solid var(--border-color-default, #f2f2f2);height:var(--spacing-40, 40px)!important;background:var(--surface-color-default, #ffffff)}.UniqueRuleEditor_chips__HQK4v{display:flex;flex-wrap:wrap;align-items:center;gap:var(--spacing-xxs, 4px);border-radius:var(--radius-xs, 4px);border:1px solid var(--border-color-default, #f2f2f2);background:var(--background-color-default, #fbfbfb);padding:var(--spacing-xs, 8px)}.UniqueRuleEditor_chip-group__zXFtg{display:inline-flex;align-items:center;gap:var(--spacing-xxs, 4px);max-inline-size:100%;min-width:0}.UniqueRuleEditor_chip-label__erG1Y{max-inline-size:calc(var(--spacing-64, 64px) * 3)}.UniqueRuleEditor_chip-separator__nmcXj{color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px);font-weight:var(--font-semi-bold, 600)}.UniqueRuleEditor_empty-state__7xzHY{margin:0;color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%)}.UniqueRuleEditor_options__KDXwF{display:flex;flex-direction:column;gap:var(--spacing-xs, 8px)}.UniqueRuleEditor_options-label__q9Bab{margin:0;color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%)}.AddEditValidationRuleModal_modal__YqL6n,.AddEditValidationRuleModal_modal-type-chooser__7JyKg{width:100%}.AddEditValidationRuleModal_modal__YqL6n .ingestro-dialog__body,.AddEditValidationRuleModal_modal-type-chooser__7JyKg .ingestro-dialog__body{margin-inline-end:unset;padding-inline-end:unset}.AddEditValidationRuleModal_modal__YqL6n .ingestro-dialog__body{container-type:inline-size;container-name:validation-rule-editor;min-height:0}.AddEditValidationRuleModal_modal-type-chooser__7JyKg>div{padding:0;gap:0;min-width:min(var(--modal-validation-type-chooser-min-width, 640px),100%);max-width:var(--modal-validation-editor-max-width, 1080px)}.AddEditValidationRuleModal_modal__YqL6n>div{padding:0;gap:0;width:min(var(--modal-validation-editor-max-width, 1080px),calc(100vw - var(--spacing-48)));max-width:100%;min-width:0;height:100%;overflow:hidden}.AddEditValidationRuleModal_modal__YqL6n .ingestro-dialog__header,.AddEditValidationRuleModal_modal__YqL6n .ingestro-dialog__title{min-width:0;max-width:100%;overflow:hidden}.AddEditValidationRuleModal_modal__YqL6n .ingestro-dialog__footer{padding:0;gap:0}.AddEditValidationRuleModal_modal__YqL6n .ingestro-dialog__footer-buttons{width:100%;gap:0}.AddEditValidationRuleModal_coming-soon__IZ-88{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-12);padding:var(--spacing-24) var(--spacing-16);text-align:center}.AddEditValidationRuleModal_coming-soon-icon__-aD12{color:var(--text-color-neutral-subtle)}.AddEditValidationRuleModal_coming-soon-text__g1Izc{margin:0;font-size:var(--font-size-sm);color:var(--text-color-neutral-subtle)}.AddEditValidationRuleModal_dev-action__cjltG{margin-top:var(--spacing-8)}.AddEditValidationRuleModal_editor-layout__zAcHD{display:grid;grid-template-columns:minmax(0,1fr) var( --modal-validation-editor-sidebar-width, 360px );min-height:0;overflow:hidden;height:100%;overflow:clip}.AddEditValidationRuleModal_edit-skeleton__KeQW_{display:flex;flex-direction:column;gap:var(--spacing-12, 12px);padding:var(--spacing-16, 16px)}.AddEditValidationRuleModal_load-error__GhuoS .ingestro-emptyState__heading{margin-top:var(--spacing-16, 16px);font-size:var(--font-size-h3, 20px)}.AddEditValidationRuleModal_load-error__GhuoS .ingestro-emptyState__text{margin-top:var(--spacing-12, 12px);font-size:var(--font-size-sm, 14px)}.AddEditValidationRuleModal_load-error__GhuoS .ingestro-emptyState__actions{margin-top:var(--spacing-20, 20px)}.AddEditValidationRuleModal_load-error__GhuoS .ingestro-emptyState__actions .ingestro-button{padding:0 var(--spacing-12, 12px)}.AddEditValidationRuleModal_load-error__GhuoS .ingestro-emptyState__actions .ingestro-button__text{font-weight:var(--font-regular, 400)}.AddEditValidationRuleModal_editor-left__GoyIe{min-height:0;overflow-y:auto}.AddEditValidationRuleModal_editor-right__MhTjf{min-height:0;overflow:hidden;border-left:1px solid var(--border-color-default)}@container validation-rule-editor (max-width: var(--breakpoint-mobile-max, 768px)){.AddEditValidationRuleModal_editor-layout__zAcHD{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;height:auto;min-height:100%;overflow-x:hidden;overflow-y:auto}.AddEditValidationRuleModal_editor-right__MhTjf{border-left:none;border-top:1px solid var(--border-color-default);overflow:visible}}@media (max-width: var(--breakpoint-mobile-max, 768px)){.AddEditValidationRuleModal_editor-layout__zAcHD{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;height:auto;min-height:100%;overflow-x:hidden;overflow-y:auto}.AddEditValidationRuleModal_editor-right__MhTjf{border-left:none;border-top:1px solid var(--border-color-default);overflow:visible}}.AddEditValidationRuleModal_add-rule-title-container__iqFuT{display:flex;flex-direction:column;gap:var(--spacing-8);padding:var(--spacing-16);padding-inline-end:calc(var(--spacing-48) + var(--spacing-40) + var(--spacing-12));min-width:0;max-width:100%;overflow:hidden}.AddEditValidationRuleModal_add-rule-title__ktMjS{display:flex;align-items:center;min-width:0;max-width:100%;overflow:hidden;color:var(--text-color-neutral);font-family:var(--theme-font-family);font-size:var(--font-size-h3);font-weight:var(--font-semi-bold);line-height:var(--font-line-height);letter-spacing:var(--tracking-tight-2)}.AddEditValidationRuleModal_add-rule-title-prefix__56U7O{flex-shrink:0}.AddEditValidationRuleModal_add-rule-description__qkNn0{color:var(--text-color-neutral-subtle);font-family:var(--theme-font-family);font-size:var(--font-size-xs);font-weight:var(--font-regular);line-height:var(--font-line-height);letter-spacing:var(--tracking-wide-2)}.TdmValidationsTab_tab___FKMF{display:flex;min-width:0;min-height:0;flex:1;flex-direction:column;align-self:stretch;gap:var(--spacing-12, 12px);width:100%}.TdmValidationsTab_list__HaqVw{display:flex;min-height:0;flex-direction:column;gap:var(--spacing-8, 8px);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.TdmValidationsTab_list__HaqVw::-webkit-scrollbar{display:none}.TdmValidationsTab_skeleton-card__YlPTM{display:flex;flex-direction:column;gap:var(--spacing-8, 8px);border-radius:var(--radius-sm, 8px);border:1px solid var(--border-color-default, #e1e1e1);padding:var(--spacing-12, 12px);background:var(--surface-color-default, #fff)}.TdmValidationsTab_state__baT0K{display:flex;align-items:center;justify-content:center;min-width:0;min-height:320px;flex:1;border-radius:var(--radius-sm, 6px);border:1px solid var(--border-color-default, #f2f2f2);background:var(--surface-color-default, #fff);width:100%}.TdmValidationsTab_empty-state__fnRiI{width:100%;max-width:420px}.TdmValidationsTab_empty-state__fnRiI .ingestro-emptyState__heading,.TdmValidationsTab_empty-state__fnRiI .ingestro-emptyState__actions{margin:var(--spacing-24) 0 0 0!important}.TdmValidationsTab_empty-state__fnRiI .ingestro-emptyState__text{margin:var(--spacing-12) 0 0 0!important;font-size:var(--font-size-sm, 14px)}.TdmValidationsTab_empty-state__fnRiI .ingestro-emptyState__heading{font-size:var(--font-size-h3, 24px)}.TargetDataModelDetailsTabs_tabs-shell__wTsDl{display:flex;min-width:0;min-height:0;flex:1;flex-direction:column;background:var(--ingestro-neutral-50)}.TargetDataModelDetailsTabs_banner-container__qdrBJ{padding:0 var(--spacing-md)}.TargetDataModelDetailsTabs_banner__H3OlB{flex:0 0 auto}.TargetDataModelDetailsTabs_banner-bold__DKepe{font-weight:600}.TargetDataModelDetailsTabs_tab-bar__H7xtI{display:flex;min-width:0;flex:0 0 auto;overflow-x:auto;background:var(--ingestro-white);padding:0 var(--spcing-md, 16px)}.TargetDataModelDetailsTabs_tab-list__CV3Nq{display:flex;align-items:center;min-width:max-content;margin:0;padding:0;list-style:none}.TargetDataModelDetailsTabs_tab-list-item__FpCgm{display:flex}.TargetDataModelDetailsTabs_tab-button__dYcYr{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:14px;font-weight:400;line-height:20px;white-space:nowrap;cursor:pointer}.TargetDataModelDetailsTabs_tab-button__dYcYr:hover{color:var(--text-color-neutral, #2d2d2d)}.TargetDataModelDetailsTabs_tab-button__dYcYr:focus-visible{border-radius:4px 4px 0 0;outline:2px solid var(--ingestro-primary-300);outline-offset:-2px}.TargetDataModelDetailsTabs_tab-button__dYcYr.TargetDataModelDetailsTabs_active__-hYfD{border-bottom-color:var(--text-color-neutral, #2d2d2d);color:var(--text-color-neutral, #2d2d2d)}.TargetDataModelDetailsTabs_tab-badge__GsvHh{margin-left:var(--spcing-xs, 8px)}.TargetDataModelDetailsTabs_panel___2_TZ{display:flex;align-items:center;justify-content:center;min-width:0;min-height:320px;flex:1;border-radius:var(--radius-sm, 6px);border:1px solid var(--border-color-default, #f2f2f2);background:var(--surface-color-default, #fff);width:100%}.TargetDataModelDetailsTabs_tab-content__wY7C0{display:flex;padding:var(--spcing-md, 16px);flex-direction:column;align-items:flex-start;gap:var(--spcing-sm, 12px);flex:1 1 0;align-self:stretch;background:var(--background-color-default, #fbfbfb);min-height:0;overflow:hidden}.TargetDataModelDetailsTabs_empty-state__Y8NGW{width:100%;max-width:420px}.TargetDataModelDetailsTabs_empty-state__Y8NGW .ingestro-emptyState__heading{color:var(--text-color-neutral, #2d2d2d);text-align:center;font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.4px;margin-top:16px}.TargetDataModelDetailsTabs_empty-state__Y8NGW .ingestro-emptyState__text{color:var(--text-color-neutral-subtle, #717171);text-align:center;font-family:var(--theme-font-family, Inter);font-size:14px;font-style:normal;font-weight:400;line-height:150%;margin-top:12px}@media(max-width:640px){.TargetDataModelDetailsTabs_tab-bar__H7xtI{padding:0 var(--spcing-xs, 8px)}.TargetDataModelDetailsTabs_tab-button__dYcYr{padding:0 12px}.TargetDataModelDetailsTabs_panel___2_TZ{padding:var(--spcing-md, 16px) var(--spcing-xs, 8px)}}.TdmPublishActivityCard_row__zJbSL{display:flex;flex-direction:column;background:var(--surface-color-default, #ffffff);border-bottom:1px solid var(--border-color-default, #f2f2f2)}.TdmPublishActivityCard_row__zJbSL:last-child{border-bottom:none}.TdmPublishActivityCard_header__u1nXm{all:unset;box-sizing:border-box;display:flex;align-items:center;gap:var(--spacing-40, 40px);width:100%;min-height:var(--spacing-40, 40px);padding:0 var(--spacing-xs, 8px);cursor:default}button.TdmPublishActivityCard_header__u1nXm{cursor:pointer}button.TdmPublishActivityCard_header__u1nXm:focus-visible{outline:1px solid var(--feedback-primary, #162338);outline-offset:-1px}.TdmPublishActivityCard_header-title__dudzr{display:flex;flex:1;align-items:center;gap:var(--spacing-sm, 12px);min-width:0}.TdmPublishActivityCard_activity-tag-wrap__Misv3{display:flex;flex-shrink:0;justify-content:center;width:56px}.TdmPublishActivityCard_activity-tag__S9U4W.ingestro-tag{width:100%;height:var(--spacing-18, 18px);padding:0 var(--spacing-xxs, 4px)}.TdmPublishActivityCard_activity-tag__S9U4W .ingestro-tag__text{display:flex;flex:1;align-items:center;justify-content:center;min-width:0;padding:0;text-align:center;text-transform:uppercase}.TdmPublishActivityCard_column-label__i0Laj{flex:1;min-width:0;font-size:var(--font-size-xxs, 10px);font-weight:var(--font-semi-bold, 600);line-height:1.5;color:var(--text-color-neutral, #2d2d2d)}.TdmPublishActivityCard_header-meta__5zCS9{display:flex;flex-shrink:0;align-items:center;gap:var(--spacing-xs, 8px)}.TdmPublishActivityCard_author-meta__zF3dF{display:flex;align-items:center;gap:var(--spacing-xxs, 4px)}.TdmPublishActivityCard_author-badge__OSmfa{display:inline-flex;flex-shrink:0}.TdmPublishActivityCard_timestamp__DQO_6{font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);line-height:1.5;color:var(--text-color-neutral, #2d2d2d);white-space:nowrap}.TdmPublishActivityCard_chevron__6l9zW{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:var(--spacing-20, 20px);height:var(--spacing-20, 20px);color:var(--icon-color-neutral-subtle, #717171);transition:transform .3s cubic-bezier(.4,0,.2,1)}.TdmPublishActivityCard_body-container__qds2u{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .3s cubic-bezier(.4,0,.2,1)}.TdmPublishActivityCard_body-container__qds2u[data-expanded=true]{grid-template-rows:1fr}.TdmPublishActivityCard_body-inner__Pbn9P{display:flex;flex-direction:column;min-height:0;overflow:hidden}.TdmPublishActivityCard_chevron-expanded__NAil9{transform:rotate(180deg)}.TdmPublishActivityCard_chevron-placeholder__vinfY{visibility:hidden}.TdmPublishActivityCard_unknown-user__vONQB{font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);line-height:1.5;color:var(--text-color-neutral-subtle, #717171);white-space:nowrap}.TdmPublishActivityCard_bullets__iaANh{display:flex;flex-direction:column;gap:var(--spacing-xxs, 4px);margin:0;padding:0 var(--spacing-xs, 8px) var(--spacing-xs, 8px) calc(var(--spacing-xs, 8px) + 56px + var(--spacing-sm, 12px));list-style:none}.TdmPublishActivityCard_bullet__kL24e{display:flex;align-items:baseline;gap:var(--spacing-xxs, 4px);min-width:0;font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);line-height:1.5;color:var(--text-color-neutral-subtle, #717171)}.TdmPublishActivityCard_bullet__kL24e:before{content:"•";flex-shrink:0}.TdmPublishActivityCard_field-label__fAjue{flex-shrink:0}.TdmPublishActivityCard_field-label__fAjue:after{content:":"}.TdmPublishActivityCard_field-value__X68P_{display:flex;align-items:baseline;gap:var(--spacing-xxs, 4px);min-width:0;flex:1}.TdmPublishActivityCard_value-kbd__E1yK8{display:inline-flex;align-items:center;max-width:200px;min-width:0;overflow:hidden;padding:0 var(--spacing-xxs, 4px);border-radius:var(--radius-xs, 4px);background:var(--feedback-primary-subtle, #eff3f9);color:var(--text-color-kbd, #4167a5)}.TdmPublishActivityCard_value-kbd-text__IRUoG.ingestro-truncated-text{display:block;min-width:0;font-family:var(--theme-code-font);font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);line-height:1.5;color:var(--text-color-kbd, #4167a5)}.TdmPublishActivityCard_value-plain__aDM8D.ingestro-truncated-text{display:block;min-width:0;color:var(--text-color-neutral, #2d2d2d)}.TdmPublishActivityCard_value-segments__Axm90{display:inline-flex;align-items:baseline;gap:0;min-width:0;flex-wrap:wrap}.TdmPublishActivityCard_segment-separator__DEN_p,.TdmPublishActivityCard_arrow__TM1NO{flex-shrink:0;color:var(--text-color-neutral-subtle, #717171)}.TdmPublishActivityCard_bullet__kL24e[data-field-key=description]{align-items:flex-start}.TdmPublishActivityCard_bullet__kL24e[data-field-key=description] .TdmPublishActivityCard_field-value__X68P_{flex-wrap:wrap}@media(prefers-reduced-motion:reduce){.TdmPublishActivityCard_chevron__6l9zW,.TdmPublishActivityCard_body-container__qds2u{transition:none}}.TdmPublishReviewModal_modal__S9sn5 .ingestro-dialog__content{display:flex;flex-direction:column;width:calc(var(--spacing-xl, 40px) * 20);max-width:calc(100vw - var(--spacing-32, 32px));max-height:calc(100vh - var(--spacing-32, 32px));padding:0;gap:0;overflow:hidden;border-radius:var(--radius-modal, 12px);border:1px solid var(--border-color-default, #e8e8e8);box-shadow:var(--dropshadow-md, 0 0 20px #00000033)}.TdmPublishReviewModal_modal__S9sn5 .ingestro-dialog__header{margin:0;padding:var(--spacing-md, 16px);border-bottom:1px solid var(--border-color-default, #e8e8e8)}.TdmPublishReviewModal_modal__S9sn5 .ingestro-dialog__title{font-size:var(--font-size-h3, 20px);font-weight:var(--font-semi-bold, 600);line-height:1.5;letter-spacing:var(--tracking-tight-4, -.04em);color:var(--text-color-neutral, #2d2d2d)}.TdmPublishReviewModal_modal__S9sn5 .ingestro-dialog__subtitle{font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:1.5;letter-spacing:var(--tracking-wide-2, .02em);color:var(--text-color-neutral-subtle, #717171)}.TdmPublishReviewModal_modal__S9sn5 .ingestro-dialog__header-actions{top:var(--spacing-md, 16px);right:var(--spacing-md, 16px);height:var(--spacing-32, 32px)}.TdmPublishReviewModal_modal__S9sn5 .ingestro-dialog__body{flex:1;min-height:0;overflow-y:auto;margin:0;padding:var(--spacing-md, 16px);background:var(--surface-color-default, #ffffff)}.TdmPublishReviewModal_modal__S9sn5 .ingestro-dialog__footer{flex-shrink:0;padding:var(--spacing-md, 16px);border-top:1px solid var(--border-color-default, #e8e8e8)}.TdmPublishReviewModal_body__GKNi-{display:flex;flex-direction:column;gap:var(--spacing-12, 12px);min-height:var(--spacing-120, 120px)}.TdmPublishReviewModal_list__MmwgF{display:flex;flex-direction:column;border-radius:var(--radius-sm, 6px);border:1px solid var(--border-color-default, #e8e8e8);background:var(--surface-color-default, #ffffff);overflow:hidden}.TdmPublishReviewModal_skeleton-row__1rLXU{display:flex;align-items:center;gap:var(--spacing-40, 40px);min-height:var(--spacing-40, 40px);padding:0 var(--spacing-xs, 8px)}.TdmPublishReviewModal_skeleton-row__1rLXU+.TdmPublishReviewModal_skeleton-row__1rLXU{border-top:1px solid var(--border-color-default, #e8e8e8)}.TdmPublishReviewModal_skeleton-title__R41ww{display:flex;flex:1;align-items:center;gap:var(--spacing-sm, 12px);min-width:0}.TdmPublishReviewModal_skeleton-tag__ZFaRL{flex-shrink:0;width:var(--spacing-56, 56px)}.TdmPublishReviewModal_skeleton-meta__okzVO{display:flex;flex-shrink:0;align-items:center;gap:var(--spacing-xs, 8px)}.TdmPublishReviewModal_state__yxm26{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-xl, 40px) var(--spacing-md, 16px);text-align:center}.TdmPublishReviewModal_error-state__maIiK{width:100%;max-width:var(--modal-empty-state-max-width, 420px);margin:0 auto;padding:var(--spacing-xl, 32px) var(--spacing-md, 16px);text-align:center}.TdmPublishReviewModal_error-state__maIiK .ingestro-emptyState__heading{margin:var(--spacing-12, 12px) 0 0 0!important;font-size:var(--font-size-default, 16px)!important;font-weight:var(--font-semi-bold, 600)!important}.TdmPublishReviewModal_error-state__maIiK .ingestro-emptyState__text{margin:var(--spacing-8, 8px) 0 0 0!important;font-size:var(--font-size-sm, 14px)!important}.TdmPublishReviewModal_error-state__maIiK .ingestro-emptyState__actions{margin-top:var(--spacing-md, 16px)!important}.TdmPublishReviewModal_error-state__maIiK .ingestro-emptyState__actions .ingestro-button{padding:0 var(--spacing-12, 12px)}.TdmPublishReviewModal_error-state__maIiK .ingestro-emptyState__actions .ingestro-button__text{font-weight:var(--font-regular, 400)}.TdmPublishReviewModal_empty-state__lPkOY{width:100%;max-width:var(--modal-empty-state-max-width, 420px)}.TdmPublishReviewModal_empty-state__lPkOY .ingestro-emptyState__heading{margin:var(--spacing-12, 12px) 0 0 0!important;font-size:var(--font-size-default, 16px)!important;font-weight:var(--font-semi-bold, 600)!important;line-height:var(--font-line-height, 150%)!important;color:var(--text-color-neutral, #2d2d2d)!important}.TdmPublishReviewModal_empty-state__lPkOY .ingestro-emptyState__text{margin:var(--spacing-4, 4px) 0 0 0!important;font-size:var(--font-size-sm, 14px)!important;line-height:var(--font-line-height, 150%)!important;color:var(--text-color-neutral-subtle, #717171)!important}.TargetDataModelDetails_details__cYaGE{display:flex;flex-direction:column;width:100%;min-height:0;flex:1;background:var(--ingestro-neutral-50)}.TargetDataModelDetails_body__pfbjh{display:flex;flex-direction:column;flex:1;min-height:0}.TargetDataModelDetails_empty__-0dM0 .ingestro-emptyState__heading{font-size:var(--font-size-h3, 20px);margin-top:var(--spacing-16, 16px)}.TargetDataModelDetails_empty__-0dM0 .ingestro-emptyState__text{font-size:var(--font-size-sm, 14px);margin-top:var(--spacing-12, 12px)}.TargetDataModelDetails_empty__-0dM0 .ingestro-emptyState__actions{margin-top:var(--spacing-20, 20px)}.TargetDataModelDetails_empty__-0dM0 .ingestro-emptyState__actions .ingestro-button{padding:0 var(--spacing-12, 12px)}.TargetDataModelDetails_empty__-0dM0 .ingestro-emptyState__actions .ingestro-button__text{font-weight:var(--font-regular, 400)}.providers_provider-icon__sq-Si{display:inline-flex;align-items:center;justify-content:center;width:var(--spacing-16, 16px);height:var(--spacing-16, 16px);flex-shrink:0;border-radius:var(--border-radius-2, 2px);background:var(--background-color-mid, #f2f2f2)}.providers_provider-icon__sq-Si svg{display:block;width:var(--spacing-12, 12px);height:var(--spacing-12, 12px)}.CustomLlmConfigCard_card__gDjrb{display:flex;flex-direction:column;gap:var(--spacing-12, 12px);padding:var(--spacing-12, 12px) var(--spacing-16, 16px);border:1px solid var(--border-color-mid, #e1e1e1);border-radius:var(--radius-sm, 6px);background:var(--surface-color-default, #ffffff)}.CustomLlmConfigCard_title__KhtkI{margin:0;font-size:var(--font-size-sm, 14px);font-weight:var(--font-semi-bold, 600);line-height:1.5;color:var(--text-color-neutral, #2d2d2d)}.CustomLlmConfigCard_rows__EIUc2{display:flex;flex-direction:column;gap:var(--spacing-4, 4px);margin:0}.CustomLlmConfigCard_row__AZTqs{display:grid;grid-template-columns:120px minmax(0,1fr);gap:var(--spacing-16, 16px);align-items:start;min-width:0}.CustomLlmConfigCard_term__8Uoj7{margin:0;font-size:var(--font-size-xs, 12px);line-height:1.5;letter-spacing:.02em;color:var(--text-color-neutral-subtle, #717171)}.CustomLlmConfigCard_definition__144qq{margin:0;min-width:0;font-size:var(--font-size-xs, 12px);line-height:1.5;letter-spacing:var(--tracking-wide-2, .02em);color:var(--text-color-neutral, #2d2d2d)}.CustomLlmConfigCard_definition-default__lC8d9{margin:0;min-width:0;font-size:var(--font-size-xs, 12px);line-height:1.5;letter-spacing:var(--tracking-wide-2, .02em);color:var(--raw-color-neutral-400, #a9a9a9);font-style:italic}.CustomLlmConfigCard_definition-value__cedVE{min-width:0;font-variant-ligatures:none}.CustomLlmHealthCard_card___3ZlP{display:flex;flex-direction:column;gap:var(--spacing-12, 12px);padding:var(--spacing-12, 12px) var(--spacing-16, 16px);border:1px solid var(--border-color-mid, #e1e1e1);border-radius:var(--radius-sm, 6px);background:var(--surface-color-default, #ffffff)}.CustomLlmHealthCard_header__utRZm{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-12, 12px)}.CustomLlmHealthCard_title__5RErl{margin:0;font-size:var(--font-size-sm, 14px);font-weight:var(--font-semi-bold, 600);line-height:1.5;color:var(--text-color-neutral, #2d2d2d)}.CustomLlmHealthCard_services__P3qSF{display:flex;flex-direction:column;gap:var(--spacing-8, 8px);margin:0;padding:0;list-style:none}.CustomLlmHealthCard_service__Q0tiY{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-12, 12px);padding:var(--spacing-8, 8px);border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-xs, 4px);background:var(--background-color-default, #fbfbfb)}.CustomLlmHealthCard_service__Q0tiY[data-tone=warning]{border-color:var(--feedback-warning, #f59e0b);background:var(--feedback-warning-subtle, #fffbeb)}.CustomLlmHealthCard_service-label__tgcmQ,.CustomLlmHealthCard_service-count___shNb{font-size:var(--font-size-xs, 12px);font-weight:var(--font-semi-bold, 600);line-height:1.5;letter-spacing:.02em;color:var(--text-color-neutral, #2d2d2d)}.CustomLlmActionMenu_wrapper__I9kKz{padding-top:var(--spacing-4, 4px)}.CustomLlmActionMenu_menu__2_7QD{width:calc(var(--spacing-40, 40px) * 4);border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-xs, 4px);background:var(--surface-color-default, #fff);box-shadow:var(--shadow-dropdown, 0 4px 12px rgba(0, 0, 0, .08));font-size:var(--font-size-default, 16px)}.CustomLlmActionMenu_action__mRXMB{width:100%!important;justify-content:flex-start!important;padding:var(--spacing-8, 8px)!important}.CustomLlmActionMenu_action__mRXMB>span{font-weight:var(--font-regular, 400)}.CustomLlmActionMenu_action__mRXMB svg{color:currentColor}.CustomLlmStatusHeader_header__KYMcn{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-12, 12px);padding:var(--spacing-12, 12px) var(--spacing-16, 16px);border-bottom:1px solid var(--border-color-mid, #e1e1e1);background:var(--surface-color-default, #ffffff)}.CustomLlmStatusHeader_title-block__UkWlF{display:flex;flex-direction:column;min-width:0}.CustomLlmStatusHeader_provider__Qt1zt{margin:0;font-size:var(--font-size-h3, 20px);font-weight:var(--font-semi-bold, 600);line-height:1.5;letter-spacing:var(--tracking-tight-2, -.02em);color:var(--text-color-neutral, #2d2d2d)}.CustomLlmStatusHeader_actions__B9-yh{display:flex;align-items:center;gap:var(--spacing-8, 8px);flex-shrink:0}.CustomLlmStatusHeader_enabled__-yAyk{display:flex;align-items:center;gap:var(--spacing-8, 8px);font-size:var(--font-size-sm, 14px);line-height:1.5;color:var(--text-color-neutral, #2d2d2d)}.CustomLlmConfiguredView_card__z0RU3{display:flex;flex-direction:column;width:100%;border:1px solid var(--border-color-mid, #e1e1e1);border-radius:var(--radius-sm, 6px);background:var(--surface-color-default, #ffffff);overflow:hidden}.CustomLlmConfiguredView_body__NLNnm{display:flex;flex-direction:column;gap:var(--spacing-12, 12px);padding:var(--spacing-16, 16px);background:var(--background-color-mid, #f2f2f2)}.CustomLlmModalSection_section__qiZMi{display:flex;flex-direction:column}.CustomLlmModalSection_title__rSxag{margin:0 0 var(--spacing-12, 12px);font-size:var(--font-size-sm, 14px);font-weight:var(--font-regular, 400);line-height:1.5;color:var(--text-color-neutral, #2d2d2d)}.CustomLlmModalSection_title__rSxag[data-has-helper=true]{margin-bottom:var(--spacing-4, 4px)}.CustomLlmModalSection_helper__NKQgD{margin:0 0 var(--spacing-16, 16px);font-size:var(--font-size-xs, 12px);line-height:1.43;color:var(--text-color-neutral-subtle, #717171)}.CustomLlmModalSection_body__NtwXj{display:flex;flex-direction:column;gap:var(--spacing-16, 16px)}.CustomLlmModalSection_divider__A6OPJ{width:100%;height:1px;margin:var(--spacing-16, 16px) 0;background-color:var(--raw-color-neutral-100, #f2f2f2)}.CustomLlmConfigModal_dialog__O7L33 input::placeholder,.CustomLlmConfigModal_dialog__O7L33 textarea::placeholder{font-variant-ligatures:none}.CustomLlmConfigModal_dialog__O7L33 .ingestro-dialog__content{width:var(--modal-add-edit-column-width, 800px);max-width:calc(100% - var(--spacing-24, 24px));height:min(var(--modal-custom-model-height, 720px),calc(100vh - var(--spacing-24, 24px)));max-height:min(var(--modal-custom-model-height, 720px),calc(100vh - var(--spacing-24, 24px)));min-height:unset;padding:0;gap:0;overflow:hidden}.CustomLlmConfigModal_dialog__O7L33 .ingestro-dialog__body{padding:0;width:100%;display:flex;flex-direction:column;min-height:0}.CustomLlmConfigModal_dialog__O7L33 .ingestro-dialog__header{padding:0;margin:0}.CustomLlmConfigModal_dialog__O7L33 .ingestro-dialog__header-actions{top:var(--spacing-8, 8px);right:var(--spacing-8, 8px)}.CustomLlmConfigModal_dialog__O7L33 .ingestro-dialog__footer{padding:0;margin:0;border-top:none}.CustomLlmConfigModal_dialog__O7L33 .ingestro-dialog__footer-buttons{padding:0;gap:var(--spacing-8, 8px)}.CustomLlmConfigModal_dialog__O7L33 .ingestro-formElement__labelText{color:var(--text-color-neutral-subtle, #717171)}.CustomLlmConfigModal_form__1rleS{display:flex;flex:1 1 auto;flex-direction:column;height:100%;min-height:0}.CustomLlmConfigModal_header__HOk9m{box-sizing:border-box;display:flex;align-items:center;height:var(--spacing-64, 64px);padding:var(--spacing-16, 16px);flex-shrink:0}.CustomLlmConfigModal_body__qvmE1{border-top:1px solid var(--border-color-default, #f2f2f2);display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden;min-height:0}.CustomLlmConfigModal_content__UIsX1{display:flex;flex:1 1 auto;flex-direction:column;gap:0;overflow-y:auto;padding:var(--spacing-16, 16px);background:var(--surface-color-default, #ffffff);min-height:0}.CustomLlmConfigModal_footer__iSkMu{padding:var(--spacing-20, 20px);border-top:1px solid var(--border-color-default, #f2f2f2);flex-shrink:0}.CustomLlmConfigModal_submit-spinner__nMUGX{display:inline-flex;align-items:center;justify-content:center;width:var(--spacing-16, 16px);height:var(--spacing-16, 16px)}.CustomLlmConfigModal_provider-group__TCHxj{display:flex;flex-direction:column;gap:var(--spacing-16, 16px);padding:var(--spacing-12, 12px);border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-sm, 6px);background:var(--background-color-default, #fbfbfb)}.CustomLlmConfigModal_credentials__2Sxrz{display:flex;flex-direction:column;gap:var(--spacing-12, 12px)}.CustomLlmConfigModal_credentials-title__FPlrv{margin:0;font-size:var(--font-size-sm, 14px);font-weight:var(--font-regular, 400);line-height:1.5;color:var(--text-color-neutral, #2d2d2d)}.CustomLlmConfigModal_models__6R7dZ{display:flex;flex-direction:column;margin-top:var(--spacing-16, 16px);padding-top:var(--spacing-16, 16px);border-top:1px solid var(--raw-color-neutral-100, #f2f2f2)}.CustomLlmConfigModal_models-summary__ksNCU{display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-8, 8px);cursor:pointer;list-style:none;font-size:var(--font-size-sm, 14px);font-weight:var(--font-regular, 400);line-height:1.5;color:var(--text-color-neutral, #2d2d2d)}.CustomLlmConfigModal_models-summary__ksNCU::-webkit-details-marker{display:none}.CustomLlmConfigModal_models-summary-row__NOKzl{display:flex;align-items:center}.CustomLlmConfigModal_models-summary-icon__YNQfS{flex-shrink:0;margin-right:var(--spacing-4, 4px);color:currentColor;transition:transform .15s ease}.CustomLlmConfigModal_models__6R7dZ[open] .CustomLlmConfigModal_models-summary-icon__YNQfS{transform:rotate(90deg)}.CustomLlmConfigModal_models-summary-text__FoP1v{min-width:0}.CustomLlmConfigModal_models-subtitle__cUqYf{margin:0;padding-left:var(--spacing-20, 20px);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:1.5;letter-spacing:var(--tracking-wide-2, .02em);color:var(--text-color-neutral-subtle, #717171)}.CustomLlmConfigModal_models-body__HgKz-{display:flex;flex-direction:column;gap:var(--spacing-12, 12px);margin-top:var(--spacing-12, 12px);padding:var(--spacing-12, 12px);border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-sm, 6px);background:var(--background-color-default, #fbfbfb)}.CustomLlmConfigModal_models-helper__VvKcZ{margin:0;font-size:var(--font-size-xs, 12px);line-height:1.5;letter-spacing:.02em;color:var(--text-color-neutral-subtle, #717171)}.CustomLlmConfigModal_privacy__Iwt5P{display:flex;flex-direction:column;gap:var(--spacing-4, 4px)}.CustomLlmConfigModal_privacy-helper__Fn6Fs{margin:0;padding-left:var(--spacing-40, 40px);font-size:var(--font-size-xs, 12px);line-height:1.5;letter-spacing:.02em;color:var(--text-color-neutral-subtle, #717171)}.CustomLlmEmptyState_empty-state__GQvsf{width:100%;height:100%;min-height:320px;display:flex;justify-content:center;align-items:center;flex:1}.CustomLlmEmptyState_empty-state-content__nHpCh{height:100%}.CustomLlm_page__LOaqs{width:100%;display:flex;flex-direction:column;flex:1;min-height:0;background:var(--raw-color-neutral-50, #fbfbfb)}.CustomLlm_header__yGPXA{display:flex;flex-direction:column;padding:var(--spacing-24, 24px);border-bottom:1px solid var(--border-color-default, #f2f2f2);background:var(--surface-color-default, #ffffff)}.CustomLlm_header-row__caxJo{display:flex;align-items:center;justify-content:space-between;margin-top:var(--spacing-12, 12px);flex-wrap:wrap;gap:var(--spacing-8, 8px)}.CustomLlm_header-row-left__bFIE8{display:flex;align-items:center;gap:var(--spacing-8, 8px)}.CustomLlm_header-title__IBVEx{margin:0;color:var(--text-color-neutral, #2d2d2d);font-size:var(--font-size-h1, 28px);font-weight:var(--font-semi-bold, 600);line-height:125%;letter-spacing:var(--tracking-tight-2, -.02em)}.CustomLlm_header-description__WltTe{margin:var(--spacing-12, 12px) 0 0;color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-sm, 14px);font-weight:var(--font-regular, 400);line-height:143%;white-space:normal}.CustomLlm_body__at16c{padding:var(--spacing-24, 24px);display:flex;flex-direction:column;flex:1;min-height:0;background-color:var(--raw-color-neutral-50, #fbfbfb)}.CustomLlm_body__at16c[data-empty=true]{padding:0;background:var(--surface-color-default, #ffffff)}.CustomLlm_loading__PChHa,.CustomLlm_error__WnUwX{display:flex;flex-direction:column;gap:var(--spacing-12, 12px);width:100%}.CustomLlm_error-message__5p77n{margin:0;font-size:var(--font-size-sm, 14px);color:var(--text-color-neutral-subtle, #717171)}.ConnectorsTableFilters_modal__YdrSA .ingestro-dialog__body{display:flex;flex-direction:column;gap:20px;max-width:540px}.ConnectorsTableFilters_body__N746N{display:flex;flex-direction:column;gap:8px}.ConnectorsTableFilters_title__fTDlQ{color:var(--text-color-neutral, #2d2d2d);font-family:var(--theme-font-family, Inter);font-size:16px;font-style:normal;font-weight:600;line-height:150%}.ConnectorsTableFilters_description__73_uw{color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:12px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.24px}.ConnectorsTableFilters_confirmation-field__2U1WD{display:flex;flex-direction:column;gap:8px}.ConnectorsTableFilters_confirmation-label__2zbfi{color:var(--text-color-neutral, #2d2d2d);font-family:var(--theme-font-family, Inter);font-size:12px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.24px;word-break:break-all}.ConnectorsTableFilters_confirmation-label__2zbfi>span{word-break:break-word}.ConnectorsTableFilters_footer__YAo19{display:flex;justify-content:flex-end;gap:8px}.ConnectorsTableFilters_owner-option__eiE8o{display:flex;align-items:center;gap:8px;padding:8px;height:38px;width:100%;overscroll-behavior:auto!important}html.ingestro-select--open #ingestro__df-connector-owner-select .ingestro-select__content *{overscroll-behavior:auto!important}#ingestro__df-connector-owner-select .select__option-description{display:none}#ingestro__df-connector-owner-select .ingestro-select__option{height:38px}#ingestro__df-connector-owner-select .ingestro-select__content-footer{padding:8px}.ConnectorsTableFilters_filter-select__zlMGf{width:-moz-fit-content;width:fit-content}.ConnectorsTableFilters_filter-select__zlMGf .ingestro-select__toggle-value{white-space:nowrap}.ConnectorsTableFilters_filter-select__zlMGf>div{width:-moz-fit-content;width:fit-content;min-width:100%}.ConnectorsTableFilters_filters__IoHri{display:flex;align-items:center;gap:8px}.ConnectorsTableFilters_search__Qb6c7{flex:1}.ConnectorsTableFilters_controls__KRigZ{display:flex;align-items:center;gap:8px;flex-shrink:0}.ConnectorsTableFilters_date-select__OXZ1G{min-width:8.75rem;width:-moz-fit-content;width:fit-content}.ConnectorsTableFilters_date-select__OXZ1G .ingestro-select__toggle-value{white-space:nowrap}.ConnectorsTableFilters_date-select-active__SkwoE{min-width:12rem;width:-moz-fit-content;width:fit-content}.ConnectorsTableFilters_date-select-active__SkwoE .ingestro-select__toggle-value{white-space:nowrap}.ConnectorsTableFilters_filter-empty__-GRrC{padding:8px;width:100%;height:160px}.ConnectorsTableFilters_filter-empty__-GRrC .ingestro-emptyState__heading{font-size:12px}.ConnectorsTableFilters_filter-empty__-GRrC .ingestro-emptyState__text{margin:0;font-size:10px}.CreateConnectorModal_modal__7E4Bg .ingestro-dialog__content{padding:var(--spacing-16, 16px);gap:var(--spacing-32, 32px);width:540px}.CreateConnectorModal_modal__7E4Bg .ingestro-dialog__header{justify-content:center;height:var(--spacing-64, 64px);margin:calc(-1 * var(--spacing-16, 16px));padding:var(--spacing-16, 16px);border-bottom:1px solid var(--ingestro-neutral-100, #f2f2f2)}.CreateConnectorModal_modal__7E4Bg .ingestro-dialog__header-actions{top:var(--spacing-16, 16px);right:var(--spacing-16, 16px);height:var(--spacing-32, 32px)}.CreateConnectorModal_modal__7E4Bg .ingestro-formElement__labelText{color:var(--ingestro-neutral-600, #717171)}.CreateConnectorModal_modal__7E4Bg .ingestro-dialog__footer{margin:var(--spacing-16, 16px) calc(-1 * var(--spacing-16, 16px)) calc(-1 * var(--spacing-16, 16px));padding:var(--spacing-16, 16px);border-top:1px solid var(--ingestro-neutral-100, #f2f2f2)}.CreateConnectorModal_modal__7E4Bg .ingestro-dialog__body,.CreateConnectorModal_fields__0njWQ{display:flex;flex-direction:column;gap:var(--spacing-20, 20px)}.CreateConnectorModal_type-options__arLBL{display:flex;flex-direction:column;gap:var(--spacing-12, 12px)}.CreateConnectorModal_type-option__k3UVl{display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-4, 4px);padding:var(--spacing-sm, 12px);border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-md, 8px);background:var(--background-color-default, #fbfbfb);cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease}.CreateConnectorModal_type-option__k3UVl:not(:disabled):hover,.CreateConnectorModal_type-option-selected__HOO93{border-color:var(--border-color-primary, #4a6fa5);background:var(--feedback-primary-subtle, #eff3f9)}.CreateConnectorModal_type-option__k3UVl:not(:disabled):focus-visible{outline:var(--spacing-2, 2px) solid var(--state-focus-ring, #4a6fa5);outline-offset:var(--spacing-2, 2px)}.CreateConnectorModal_type-option__k3UVl:disabled{cursor:not-allowed;opacity:.6}.CreateConnectorModal_type-option-title__5sMKQ{font-size:var(--font-size-sm, 14px);font-weight:var(--font-semi-bold, 600);line-height:var(--font-line-height, 150%);color:var(--text-color-neutral, #2d2d2d)}.CreateConnectorModal_type-option-desc__t0So5{font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);letter-spacing:var(--tracking-wide-2, .02em);color:var(--text-color-neutral-subtle, #717171)}.DeleteConnectorModal_modal__P5Dwj .ingestro-dialog__body{display:flex;flex-direction:column;gap:var(--spacing-20, 20px);max-width:540px}.DeleteConnectorModal_body__WmH-W{display:flex;flex-direction:column;gap:var(--spacing-8, 8px)}.DeleteConnectorModal_title__y3NRc{color:var(--text-color-neutral, #2d2d2d);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-default, 16px);font-style:normal;font-weight:var(--font-semi-bold, 600);line-height:var(--font-line-height, 150%)}.DeleteConnectorModal_description__f6yX5{color:var(--text-color-neutral-subtle, #717171);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-style:normal;font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);letter-spacing:var(--tracking-wide-2, .02em)}.DeleteConnectorModal_confirmation-field__h9H_C{display:flex;flex-direction:column;gap:var(--spacing-8, 8px)}.DeleteConnectorModal_confirmation-label__h7pnt{color:var(--text-color-neutral, #2d2d2d);font-family:var(--theme-font-family, Inter);font-size:var(--font-size-xs, 12px);font-style:normal;font-weight:var(--font-regular, 400);line-height:var(--font-line-height, 150%);letter-spacing:var(--tracking-wide-2, .02em);word-break:break-all}.DeleteConnectorModal_confirmation-label__h7pnt>span{word-break:break-word}.DeleteConnectorModal_footer__sjUVg{display:flex;justify-content:flex-end;gap:var(--spacing-8, 8px)}.ConnectorNameCell_cell__D8y0L{position:relative;width:100%;display:flex;flex-direction:row;align-items:stretch;gap:var(--spacing-8, 8px);height:100%}.ConnectorNameCell_entity-icon__eQVDU{display:flex;width:var(--spacing-28, 28px);height:var(--spacing-28, 28px);flex-shrink:0;align-self:center;align-items:center;justify-content:center;border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-sm, 6px);background:var(--surface-color-default-soft, #fbfbfb);color:var(--raw-color-neutral-500, #8d8d8d)}.ConnectorNameCell_cell-row__MLzjK{display:flex;align-items:center;align-self:stretch;gap:8px;min-width:0;flex:1}.ConnectorNameCell_name__hOMW2{font-weight:600}.Connectors_create-button__azCV-{margin-left:auto}.Connectors_page__kMEKw{display:flex;flex-direction:column;width:100%;min-height:0;flex:1}.Connectors_header__0MChZ{display:flex;padding:var(--spacing-12, 12px) var(--spacing-16, 16px);gap:var(--spacing-8, 8px);align-items:center;width:100%;border-bottom:1px solid var(--border-color-default, #f2f2f2);background:var(--surface-color-default, #ffffff)}.Connectors_title__2oFeQ{font-size:24px;font-weight:var(--font-semi-bold, 600);line-height:36px}.Connectors_count-badge__29pv7{display:inline-flex;padding:var(--spacing-xs, 8px);justify-content:center;align-items:center;border-radius:var(--border-radius-full);border:1px solid var(--border-color-mid);background:var(--background-color-default);font-size:var(--font-size-xs);line-height:1;height:26px;min-width:22px;flex-shrink:0}.Connectors_action-cell__LhB4w{display:flex;width:100%;justify-content:flex-end}.Connectors_name-cell__Ujwfx{font-weight:var(--font-semi-bold, 600);color:var(--text-color-neutral, #2d2d2d)}.Connectors_last-tested-cell__N-mme{color:var(--text-color-neutral-subtle, #717171)}.Connectors_page__kMEKw .ingestro__df-connectors__empty-state .ingestro-emptyState__heading{color:var(--text-color-neutral, #2d2d2d);text-align:center;font-size:var(--font-size-h3, 20px);font-weight:var(--font-semi-bold, 600);line-height:var(--font-line-height, 150%);margin-top:var(--spacing-16, 16px)}.Connectors_page__kMEKw .ingestro__df-connectors__empty-state .ingestro-emptyState__text{color:var(--text-color-neutral-subtle, #717171);text-align:center;font-size:var(--font-size-sm, 14px);line-height:var(--font-line-height, 150%);margin-top:var(--spacing-12, 12px)}.Connectors_page__kMEKw .ingestro__df-connectors__empty-state .ingestro-emptyState__actions{margin:var(--spacing-20, 20px) auto 0 auto}.ConnectorDetailsActions_actions__ipsqP{display:flex;align-items:center;gap:var(--spacing-8, 8px)}.ConnectorDetailsActions_status-button__m4wiJ{white-space:nowrap}.ConnectorDetailsActions_status-button-aria-disabled__oPIUt{cursor:not-allowed;background-color:var(--button-btn-fill-primary-disabled);border-color:transparent;color:var(--text-color-mute)}.ConnectorDetailsActions_menu-button-active__fBUbQ{background:var(--surface-color-default-soft, #fafafa)}.ConnectorDetailsActions_menu-icon__FfXXx{color:var(--text-color-neutral, #2d2d2d)}.ConnectorDetailsHeaderTitleInput_measure-span__FWqfz{position:fixed;visibility:hidden;pointer-events:none;white-space:pre;font-size:1.5rem;font-weight:600;font-family:Inter,Arial,sans-serif}.ConnectorDetailsHeaderTitleInput_title-input__RgT_q{flex:1;margin:0 -8px;border-width:0!important;min-width:0;max-width:560px}.ConnectorDetailsHeaderTitleInput_title-input__RgT_q:hover,.ConnectorDetailsHeaderTitleInput_title-input__RgT_q:focus-within,.ConnectorDetailsHeaderTitleInput_title-input__RgT_q:has(>.ingestro-input__input--truncated--focused){margin:0 0 0 -9px;border-width:1px!important}.ConnectorDetailsHeaderTitleInput_title-input__RgT_q .ingestro-input__input,.ConnectorDetailsHeaderTitleInput_title-input__RgT_q .ingestro-truncated-text{font-size:1.5rem;font-weight:600;line-height:1.5!important;height:36px}.ConnectorDetailsHeaderTitleInput_title-input__RgT_q .ingestro-input__input{border-color:transparent}.ConnectorDetailsHeaderTitleInput_title-input__RgT_q .ingestro-input__input--truncated--blurred:focus-within input{opacity:1;position:relative}.ConnectorDetailsHeaderTitleInput_title-input__RgT_q .ingestro-input__input--truncated--blurred:focus-within .ingestro-truncated-text{display:none}.ConnectorDetailsHeaderTitleInput_title-input__RgT_q .ingestro-input__input--truncated input:focus{caret-color:var(--ingestro-neutral-900)}.ConnectorDetailsHeaderTitleInput_title-input__RgT_q:hover .ingestro-input__input,.ConnectorDetailsHeaderTitleInput_title-input__RgT_q:focus-within .ingestro-input__input,.ConnectorDetailsHeaderTitleInput_title-input__RgT_q:has(>.ingestro-input__input--truncated--focused) .ingestro-input__input{border-color:var(--border-color-mid)}.ConnectorDetailsHeaderTitleInput_title-input__RgT_q input::selection{background:var(--input-input-selection)}.ConnectorDetailsHeaderTitleTags_status-tag__6O69f{flex-shrink:0}.ConnectorDetailsHeaderTitleArea_title-area__lb69I{display:flex;gap:.5rem;align-items:center;height:2.5rem;min-width:0}.ConnectorDetailsHeaderTopRow_top-row__hR6U_{display:flex;gap:.5rem;align-items:center;width:100%;justify-content:space-between}.ConnectorDetailsHeaderTopRow_actions__0G1rz{display:flex;gap:.5rem;align-items:flex-start;flex-shrink:0}.ConnectorDetailsHeaderMeta_meta__OPEdP{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;font-size:var(--font-size-xs);line-height:1.5;margin-top:8px}@media(max-width:640px){.ConnectorDetailsHeaderMeta_meta__OPEdP{font-size:var(--font-size-xxs)}}.ConnectorDetailsHeaderMeta_meta-separator__0mf0t{color:var(--ingestro-neutral-200)}.ConnectorDetailsHeaderMeta_owner-meta-item___mdwo{display:flex;align-items:center;gap:.5rem}.ConnectorDetailsHeader_header__hrCBy{background-color:var(--ingestro-white);display:flex;flex-direction:column;gap:var(--spcing-xs, 8px);align-items:flex-start;justify-content:center;padding-top:var(--spcing-sm, 12px);padding-left:var(--spcing-md, 16px);padding-right:var(--spcing-md, 16px);padding-bottom:var(--spcing-sm, 12px)}.ConnectorDetailsHeader_content__d1sy8{display:flex;flex-direction:column;align-items:flex-start;width:100%}.ConnectorHttpsConfigApiKeyPlacementPicker_api-key-placement-picker__wkkQ8{display:flex;flex-direction:column;gap:var(--spacing-8, 8px)}.ConnectorHttpsConfigApiKeyPlacementPicker_placement-helper__VC3GK{margin:0;color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px);line-height:150%}.ConnectorHttpsConfigAuthFields_auth-fields-box__D5lOQ{display:flex;flex-direction:column;gap:var(--spacing-16, 16px);padding:var(--spacing-16, 16px);border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-md, 8px);background:var(--background-color-default, #fbfbfb)}.ConnectorHttpsConfigAuthFields_auth-fields__xd7At{display:flex;flex-direction:column;gap:var(--spacing-16, 16px)}.ConnectorHttpsConfigAuthTypePicker_auth-options__5929e{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--spacing-12, 12px)}.ConnectorHttpsConfigAuthTypePicker_auth-option__kWffA{display:flex;flex-direction:row;align-items:flex-start;gap:var(--spacing-12, 12px);padding:var(--spacing-xs, 8px);border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-md, 8px);background:var(--background-color-default, #fbfbfb);cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease}.ConnectorHttpsConfigAuthTypePicker_auth-option__kWffA:hover,.ConnectorHttpsConfigAuthTypePicker_auth-option-selected__aKt1E{border-color:var(--border-color-primary, #4a6fa5);background:var(--feedback-primary-subtle, #eff3f9)}.ConnectorHttpsConfigAuthTypePicker_auth-option__kWffA:focus-visible{outline:var(--spacing-2, 2px) solid var(--state-focus-ring, #4a6fa5);outline-offset:var(--spacing-2, 2px)}.ConnectorHttpsConfigAuthTypePicker_auth-icon-wrap__6tW9S{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--spacing-28, 28px);height:var(--spacing-28, 28px);border-radius:var(--radius-sm, 6px);background:var(--surface-color-default, #fff)}.ConnectorHttpsConfigAuthTypePicker_auth-option-selected__aKt1E .ConnectorHttpsConfigAuthTypePicker_auth-icon-wrap__6tW9S{background:var(--surface-color-default, #fff)}.ConnectorHttpsConfigAuthTypePicker_auth-icon__o3Z9-{color:var(--text-color-neutral-subtle, #717171)}.ConnectorHttpsConfigAuthTypePicker_auth-option-selected__aKt1E .ConnectorHttpsConfigAuthTypePicker_auth-icon__o3Z9-{color:var(--text-color-primary, #4a6fa5)}.ConnectorHttpsConfigAuthTypePicker_auth-option-text__R2wz6{display:flex;flex-direction:column;gap:var(--spacing-2, 2px);min-width:0}.ConnectorHttpsConfigAuthTypePicker_auth-option-title__nmrb3{font-size:var(--font-size-xs, 12px);font-weight:var(--font-semi-bold, 600);line-height:150%;letter-spacing:var(--tracking-wide-2, .02em);color:var(--text-color-neutral, #2d2d2d)}.ConnectorHttpsConfigAuthTypePicker_auth-option-desc__IdN_p{font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);line-height:150%;color:var(--text-color-neutral-subtle, #717171)}@media (max-width: var(--connector-https-auth-options-md, 1100px)){.ConnectorHttpsConfigAuthTypePicker_auth-options__5929e{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: var(--modal-split-column-width, 640px)){.ConnectorHttpsConfigAuthTypePicker_auth-options__5929e{grid-template-columns:minmax(0,1fr)}}.ConnectorHttpsConfigSection_section__IC8EO{display:flex;flex-direction:column;gap:var(--spacing-12, 12px)}.ConnectorHttpsConfigSection_section-header__oNmPh{display:flex;flex-direction:column;gap:var(--spacing-4, 4px)}.ConnectorHttpsConfigSection_section-title__DQirk{margin:0;color:var(--text-color-neutral, #2d2d2d);font-size:var(--font-size-sm, 14px);font-weight:var(--font-regular, 400);line-height:150%}.ConnectorHttpsConfigSection_required-mark__NGEBe{margin-left:var(--spacing-2, 2px);color:var(--feedback-error-default, #c62828)}.ConnectorHttpsConfigSection_section-description__CuFsI{margin:0;color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px);font-weight:var(--font-regular, 400);line-height:150%;letter-spacing:var(--tracking-wide-2, .02em)}.ConnectorHttpsConfigSection_output-token__bVdtE{color:var(--theme-primary-mid, #547cbc)}.ConnectorHttpsConfigSection_section-title-optional__1iKNL{color:var(--text-color-neutral-subtle, #717171);font-weight:var(--font-regular, 400)}.ConnectorHttpsConfigBatchingFields_batching-grid__AhVbd{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--spacing-12, 12px)}.ConnectorHttpsConfigBatchingFields_disabled-field-wrap__Asils{display:block;width:100%;cursor:not-allowed}.ConnectorHttpsConfigBatchingFields_batching-grid__AhVbd .ingestro-tooltip{display:block;width:100%}.ConnectorHttpsConfigBatchingFields_batching-grid__AhVbd .ingestro-tooltip__anchor{display:block;width:100%;cursor:not-allowed}.ConnectorHttpsConfigBatchingFields_batching-grid__AhVbd .ingestro-input--disabled,.ConnectorHttpsConfigBatchingFields_batching-grid__AhVbd .ingestro-input--disabled .ingestro-input__input{cursor:not-allowed}@media(max-width:900px){.ConnectorHttpsConfigBatchingFields_batching-grid__AhVbd{grid-template-columns:1fr}}.ConnectorHttpsConfigHeaders_headers-box__gwivO{display:flex;flex-direction:column;gap:var(--spacing-12, 12px);padding:var(--spacing-16, 16px);border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-md, 8px);background:var(--background-color-default, #fbfbfb)}.ConnectorHttpsConfigHeaders_headers-columns__QcLHq{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:var(--spacing-12, 12px);color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px);font-weight:var(--font-semi-bold, 600);letter-spacing:var(--tracking-wide-2, .02em);line-height:150%;text-transform:uppercase}.ConnectorHttpsConfigHeaders_headers-action-spacer__9efcD{width:var(--spacing-32, 32px)}.ConnectorHttpsConfigHeaders_headers-list__NzxFq{display:flex;flex-direction:column;gap:var(--spacing-12, 12px)}.ConnectorHttpsConfigHeaders_header-row__JT7U1{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:var(--spacing-12, 12px);align-items:center}.ConnectorHttpsConfigHeaders_remove-button__Ri5v1{flex-shrink:0}.ConnectorHttpsConfigHeaders_headers-empty__fLkvK{display:flex;align-items:center;justify-content:center;min-height:var(--connector-https-headers-empty-min-height, 72px)}.ConnectorHttpsConfigHeaders_headers-add-row__DhAyl{display:flex;justify-content:flex-start}.ConnectorHttpsConfigHeaders_section-error__-S-WT{margin:0;font-size:var(--font-size-xs, 12px);line-height:1.5;letter-spacing:var(--tracking-wide-2, .02em);color:var(--feedback-error, #d14343)}.ConnectorHttpsConfigMethodPicker_method-picker__dIHxy{display:inline-flex;width:-moz-fit-content;width:fit-content;max-width:100%}.ConnectorHttpsConfigMethodPicker_method-picker__dIHxy .ingestro-segment{width:auto}.ConnectorHttpsConfigMethodPicker_method-picker__dIHxy .ingestro-segment__button{flex:0 0 auto;white-space:nowrap}.ConnectorHttpsConfigOutputShapePicker_output-shape-picker__fnmA7{display:inline-flex;width:-moz-fit-content;width:fit-content;max-width:100%}.ConnectorHttpsConfigOutputShapePicker_output-shape-picker__fnmA7 .ingestro-segment{width:auto}.ConnectorHttpsConfigOutputShapePicker_output-shape-picker__fnmA7 .ingestro-segment__button{flex:0 0 auto;white-space:nowrap}.ConnectorHttpsConfigQueryParams_query-params-box__lSy4h{display:flex;flex-direction:column;gap:var(--spacing-12, 12px);padding:var(--spacing-16, 16px);border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-md, 8px);background:var(--background-color-default, #fbfbfb)}.ConnectorHttpsConfigQueryParams_query-params-columns__1cqVJ{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:var(--spacing-12, 12px);color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-xs, 12px);font-weight:var(--font-semi-bold, 600);letter-spacing:var(--tracking-wide-2, .02em);line-height:150%;text-transform:uppercase}.ConnectorHttpsConfigQueryParams_query-params-action-spacer__aay0G{width:var(--spacing-32, 32px)}.ConnectorHttpsConfigQueryParams_query-params-list__bHHVl{display:flex;flex-direction:column;gap:var(--spacing-12, 12px)}.ConnectorHttpsConfigQueryParams_query-param-row__dd6iy{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:var(--spacing-12, 12px);align-items:center}.ConnectorHttpsConfigQueryParams_remove-button__JQJdp{flex-shrink:0}.ConnectorHttpsConfigQueryParams_query-params-empty__sOPek{display:flex;align-items:center;justify-content:center;min-height:72px}.ConnectorHttpsConfigQueryParams_query-params-add-row__BOrwD{display:flex;justify-content:flex-start}.ConnectorHttpsConfigQueryParams_section-error__k-d_g{margin:0;font-size:var(--font-size-xs, 12px);line-height:1.5;letter-spacing:var(--tracking-wide-2, .02em);color:var(--feedback-error, #d14343)}.ConnectorHttpsConfigRequestBodyField_editor__Sm4gi{width:100%}.ConnectorHttpsConfigRequestBodyField_request-body-input__lQkCp{position:relative;width:100%}.ConnectorHttpsConfigRequestBodyField_highlight-layer__lmmuB{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;box-sizing:border-box;pointer-events:none;border:1px solid transparent;border-radius:var(--radius-xs, 4px);padding:var(--spacing-8, 8px) var(--spacing-12, 12px);font-family:inherit;font-size:16px;line-height:1.43;letter-spacing:normal;white-space:pre-wrap;overflow-wrap:break-word;color:var(--text-color-neutral, #2d2d2d)}.ConnectorHttpsConfigRequestBodyField_output-token__knNlJ{color:var(--theme-primary-mid, #547cbc)}.ConnectorHttpsConfigRequestBodyField_textarea__oFviO .ingestro-textarea__footer:empty{display:none}.ConnectorHttpsConfigRequestBodyField_textarea__oFviO .ingestro-textarea__textarea{position:relative;z-index:1;display:block;box-sizing:border-box;overflow:auto;resize:vertical;font-family:inherit;font-size:16px;line-height:1.43;letter-spacing:normal;background-color:transparent;caret-color:var(--text-color-neutral, #2d2d2d)}.ConnectorHttpsConfigRequestBodyField_editor__Sm4gi[data-has-content=true] .ingestro-textarea__textarea{color:transparent;-webkit-text-fill-color:transparent}.ConnectorHttpsConfigRequestBodyField_editor__Sm4gi:not([data-has-content=true]) .ingestro-textarea__textarea{color:var(--text-color-neutral, #2d2d2d)}.ConnectorHttpsConfigRequestBodyField_textarea__oFviO .ingestro-textarea__textarea:hover,.ConnectorHttpsConfigRequestBodyField_textarea__oFviO .ingestro-textarea__textarea:focus,.ConnectorHttpsConfigRequestBodyField_textarea__oFviO .ingestro-textarea__textarea:focus-visible,.ConnectorHttpsConfigRequestBodyField_textarea__oFviO .ingestro-textarea__textarea:active,.ConnectorHttpsConfigRequestBodyField_textarea__oFviO .ingestro-textarea__textarea:focus:hover,.ConnectorHttpsConfigRequestBodyField_textarea__oFviO .ingestro-textarea__textarea:active:hover{background-color:transparent!important}.ConnectorHttpsConfigRequestBodyField_textarea__oFviO .ingestro-textarea__textarea::placeholder{color:var(--text-color-mute, #c5c5c5);-webkit-text-fill-color:var(--text-color-mute, #c5c5c5)}.ConnectorHttpsConfigForm_form___EQsy{display:flex;flex-direction:column;gap:var(--spacing-24, 24px);width:100%;min-width:0}.ConnectorHttpsConfigForm_banners__vlxT0{display:flex;flex-direction:column;gap:var(--spacing-12, 12px)}.ConnectorHttpsConfigForm_banner__aEL9p{width:100%}.ConnectorHttpsConfigForm_fields__oome-{display:flex;flex-direction:column;gap:var(--spacing-24, 24px)}.ConnectorSftpConfigAuthFields_auth-fields__4LJTF{display:flex;flex-direction:column;gap:var(--spacing-16, 16px)}.ConnectorSftpConfigAuthModePicker_auth-options__dA8cX{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-12, 12px)}.ConnectorSftpConfigAuthModePicker_auth-option__dnWc4{display:flex;flex-direction:row;align-items:flex-start;gap:var(--spacing-12, 12px);padding:var(--spacing-xs, 8px);border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-md, 8px);background:var(--background-color-default, #fbfbfb);cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease}.ConnectorSftpConfigAuthModePicker_auth-option__dnWc4:hover,.ConnectorSftpConfigAuthModePicker_auth-option-selected__DD8B8{border-color:var(--border-color-primary, #4a6fa5);background:var(--feedback-primary-subtle, #eff3f9)}.ConnectorSftpConfigAuthModePicker_auth-option__dnWc4:focus-visible{outline:var(--spacing-2, 2px) solid var(--state-focus-ring, #4a6fa5);outline-offset:var(--spacing-2, 2px)}.ConnectorSftpConfigAuthModePicker_auth-icon-wrap__GeSK6{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--spacing-28, 28px);height:var(--spacing-28, 28px);border-radius:var(--radius-sm, 6px);background:var(--surface-color-default, #fff)}.ConnectorSftpConfigAuthModePicker_auth-icon__iBbPI{color:var(--text-color-neutral-subtle, #717171)}.ConnectorSftpConfigAuthModePicker_auth-option-selected__DD8B8 .ConnectorSftpConfigAuthModePicker_auth-icon__iBbPI{color:var(--text-color-primary, #4a6fa5)}.ConnectorSftpConfigAuthModePicker_auth-option-text__gpa9K{display:flex;flex-direction:column;gap:var(--spacing-2, 2px);min-width:0}.ConnectorSftpConfigAuthModePicker_auth-option-title__X9XZa{font-size:var(--font-size-xs, 12px);font-weight:var(--font-semi-bold, 600);line-height:150%;letter-spacing:var(--tracking-wide-2, .02em);color:var(--text-color-neutral, #2d2d2d)}.ConnectorSftpConfigAuthModePicker_auth-option-desc__cCTZP{font-size:var(--font-size-xxs, 10px);font-weight:var(--font-regular, 400);line-height:150%;color:var(--text-color-neutral-subtle, #717171)}@media (max-width: var(--modal-split-column-width, 640px)){.ConnectorSftpConfigAuthModePicker_auth-options__dA8cX{grid-template-columns:minmax(0,1fr)}}.ConnectorSftpConfigPassiveModeField_control__2j8ig{display:inline-flex;align-items:center;gap:var(--spacing-8, 8px)}.ConnectorSftpConfigPassiveModeField_label__2Vige{font-size:var(--font-size-sm, 14px);font-weight:var(--font-regular, 400);line-height:150%;color:var(--text-color-neutral, #2d2d2d)}.ConnectorSftpConfigForm_form__yRl4i{display:flex;flex-direction:column;gap:var(--spacing-24, 24px);width:100%;min-width:0}.ConnectorSftpConfigForm_banners__EnEia{display:flex;flex-direction:column;gap:var(--spacing-12, 12px)}.ConnectorSftpConfigForm_banner__5NRvK{width:100%}.ConnectorSftpConfigForm_fields__T9M0L{display:flex;flex-direction:column;gap:var(--spacing-24, 24px)}.ConnectorConfigTab_panel__NyS1o{display:flex;flex:1;flex-direction:column;align-self:stretch;box-sizing:border-box;width:100%;min-width:0;min-height:320px;border:1px solid var(--border-color-default, #f2f2f2);border-radius:var(--radius-sm, 6px);background:var(--surface-color-default, #fff);overflow:auto}.ConnectorConfigTab_panel-body__fcyeL{box-sizing:border-box;padding:var(--spacing-24, 24px)}.ConnectorLinkedDataFlowsTabFilters_filters__Hl1VG{flex:1}.ConnectorLinkedDataFlowsTab_table__hdD8b{padding:0}.ConnectorLinkedDataFlowsTab_table__hdD8b .ingestro-table__row-wrapper .ingestro-truncated-text{max-width:100%}.ConnectorDetailsTabs_tabs__pkwo8{display:flex;flex-direction:column;flex:1;min-height:0}.ConnectorDetailsTabs_tab-bar__pCobY{display:flex;min-width:0;flex:0 0 auto;overflow-x:auto;background:var(--surface-color-default, #ffffff);padding:0 var(--spacing-16, 16px);border-bottom:1px solid var(--border-color-default, #f2f2f2)}.ConnectorDetailsTabs_tab-list__FkokY{display:flex;align-items:center;min-width:max-content;margin:0;padding:0;list-style:none}.ConnectorDetailsTabs_tab-list-item__GTq2R{display:flex}.ConnectorDetailsTabs_tab-button__SP3Zk{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-8, 8px);min-height:var(--spacing-40, 40px);padding:0 var(--spacing-16, 16px);border:0;border-bottom:2px solid transparent;background:transparent;color:var(--text-color-neutral-subtle, #717171);font-size:var(--font-size-sm, 14px);cursor:pointer}.ConnectorDetailsTabs_tab-button__SP3Zk.ConnectorDetailsTabs_active__s4-Zx{border-bottom-color:var(--text-color-neutral, #2d2d2d);color:var(--text-color-neutral, #2d2d2d)}.ConnectorDetailsTabs_tab-badge__9KX8Z{display:inline-flex;align-items:center;justify-content:center;min-width:20px;padding:0 var(--spacing-4, 4px);border-radius:var(--radius-full, 999px);background:var(--surface-color-default-soft, #f2f2f2);color:var(--text-color-neutral-subtle, #717171);font-size:12px}.ConnectorDetailsTabs_tab-content__v9vo9{display:flex;padding:var(--spacing-md, 16px);flex-direction:column;align-items:stretch;gap:var(--spacing-sm, 12px);flex:1 1 0;align-self:stretch;background:var(--background-color-default, #fbfbfb);min-height:0;overflow:hidden}.ConnectorDetailsLoading_details__DbzBD{display:flex;flex-direction:column;min-width:0;min-height:0;flex:1;background:var(--ingestro-neutral-50)}.ConnectorDetailsLoading_header__qeAoA{display:flex;flex-direction:column;gap:var(--spacing-8, 8px);padding:var(--spcing-sm, 12px);border-bottom:1px solid var(--ingestro-neutral-100);background:var(--ingestro-white)}.ConnectorDetailsLoading_topline__3KQ2R{display:flex;align-items:baseline;gap:var(--spacing-16, 16px);min-width:0;justify-content:space-between}.ConnectorDetailsLoading_skeleton-heading__aNT0m{display:flex;flex-direction:column;gap:var(--spacing-8, 8px);min-width:0}.ConnectorDetailsLoading_title-row__Wiit1{display:flex;align-items:center;flex-wrap:wrap;gap:var(--spacing-10, 10px);min-width:0}.ConnectorDetailsLoading_skeleton-title__OKy5O{max-width:100%}.ConnectorDetailsLoading_meta-row__4SBWV{display:flex;align-items:center;gap:var(--spacing-4, 4px);min-width:0;white-space:nowrap}.ConnectorDetailsLoading_actions__DoZm-{display:flex;align-items:center;gap:var(--spacing-8, 8px);flex:0 0 auto}@media(max-width:640px){.ConnectorDetailsLoading_topline__3KQ2R,.ConnectorDetailsLoading_meta-row__4SBWV{align-items:flex-start;flex-direction:column}.ConnectorDetailsLoading_actions__DoZm-{align-self:flex-end}.ConnectorDetailsLoading_skeleton-heading__aNT0m{width:100%}}.ConnectorDetails_details__ZaW4Z{display:flex;flex-direction:column;width:100%;min-height:0;flex:1;background:var(--ingestro-neutral-50)}.ConnectorDetails_body__DQjy7{display:flex;flex-direction:column;flex:1;min-height:0}.ConnectorDetails_empty__PYnHJ .ingestro-emptyState__heading{font-size:var(--font-size-h3, 20px);margin-top:var(--spacing-16, 16px)}.ConnectorDetails_empty__PYnHJ .ingestro-emptyState__text{font-size:var(--font-size-sm, 14px);margin-top:var(--spacing-12, 12px)}.ConnectorDetails_empty__PYnHJ .ingestro-emptyState__actions{margin-top:var(--spacing-20, 20px)}.ConnectorDetails_empty__PYnHJ .ingestro-emptyState__actions .ingestro-button{padding:0 var(--spacing-12, 12px)}.ConnectorDetails_empty__PYnHJ .ingestro-emptyState__actions .ingestro-button__text{font-weight:var(--font-regular, 400)}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:Inter,Arial,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.\!container{width:100%!important}.container{width:100%}@media(min-width:375px){.\!container{max-width:375px!important}.container{max-width:375px}}@media(min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media(min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media(min-width:875px){.\!container{max-width:875px!important}.container{max-width:875px}}@media(min-width:914px){.\!container{max-width:914px!important}.container{max-width:914px}}@media(min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media(min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media(min-width:1440px){.\!container{max-width:1440px!important}.container{max-width:1440px}}@media(min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}@media(min-width:1910px){.\!container{max-width:1910px!important}.container{max-width:1910px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.inset-y-0\.5{top:.125rem;bottom:.125rem}.\!bottom-0{bottom:0!important}.bottom-0{bottom:0}.bottom-2{bottom:.5rem}.bottom-4{bottom:1rem}.bottom-\[9px\]{bottom:9px}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.left-4{left:1rem}.left-\[-62px\]{left:-62px}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-\[33px\]{right:33px}.top-0{top:0}.top-0\.5{top:.125rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-6{top:1.5rem}.top-8{top:2rem}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[300\]{z-index:300}.z-\[7999\]{z-index:7999}.z-\[8000\]{z-index:8000}.z-\[8010\]{z-index:8010}.col-span-full{grid-column:1 / -1}.\!m-0{margin:0!important}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-4{margin:1rem}.m-6{margin:1.5rem}.m-auto{margin:auto}.\!my-0{margin-top:0!important;margin-bottom:0!important}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-auto{margin-top:auto;margin-bottom:auto}.\!mb-0{margin-bottom:0!important}.\!ml-2{margin-left:.5rem!important}.\!ml-3{margin-left:.75rem!important}.\!ml-6{margin-left:1.5rem!important}.\!mt-0{margin-top:0!important}.\!mt-1{margin-top:.25rem!important}.\!mt-2{margin-top:.5rem!important}.\!mt-2\.5{margin-top:.625rem!important}.\!mt-4{margin-top:1rem!important}.-ml-1{margin-left:-.25rem}.-mt-1{margin-top:-.25rem}.-mt-32{margin-top:-8rem}.-mt-4{margin-top:-1rem}.-mt-px{margin-top:-1px}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-\[10px\]{margin-bottom:10px}.mb-\[26px\]{margin-bottom:26px}.mb-\[2px\]{margin-bottom:2px}.mb-auto{margin-bottom:auto}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-7{margin-left:1.75rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-12{margin-right:3rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-8{margin-right:2rem}.mr-\[15\.5px\]{margin-right:15.5px}.mr-auto{margin-right:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-\[24\.02px\]{margin-top:24.02px}.mt-\[2px\]{margin-top:2px}.mt-\[65px\]{margin-top:65px}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.box-content{box-sizing:content-box}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-caption{display:table-caption}.grid{display:grid}.contents{display:contents}.list-item{display:list-item}.hidden{display:none}.size-3{width:.75rem;height:.75rem}.size-3\.5{width:.875rem;height:.875rem}.size-5{width:1.25rem;height:1.25rem}.size-7{width:1.75rem;height:1.75rem}.size-8{width:2rem;height:2rem}.\!h-0{height:0px!important}.\!h-12{height:3rem!important}.\!h-6{height:1.5rem!important}.\!h-9{height:2.25rem!important}.\!h-\[16px\]{height:16px!important}.\!h-\[unset\]{height:unset!important}.h-0{height:0px}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[0px\]{height:0px}.h-\[100px\]{height:100px}.h-\[1160px\]{height:1160px}.h-\[120px\]{height:120px}.h-\[16px\]{height:16px}.h-\[17px\]{height:17px}.h-\[1px\]{height:1px}.h-\[20px\]{height:20px}.h-\[21px\]{height:21px}.h-\[23px\]{height:23px}.h-\[2720px\]{height:2720px}.h-\[28px\]{height:28px}.h-\[330px\]{height:330px}.h-\[35px\]{height:35px}.h-\[36px\]{height:36px}.h-\[37px\]{height:37px}.h-\[380px\]{height:380px}.h-\[40px\]{height:40px}.h-\[43px\]{height:43px}.h-\[44px\]{height:44px}.h-\[45px\]{height:45px}.h-\[49px\]{height:49px}.h-\[51px\]{height:51px}.h-\[52\]{height:52}.h-\[52px\]{height:52px}.h-\[54px\]{height:54px}.h-\[57px\]{height:57px}.h-\[5px\]{height:5px}.h-\[60px\]{height:60px}.h-\[640px\]{height:640px}.h-\[70px\]{height:70px}.h-\[70vh\]{height:70vh}.h-\[76px\]{height:76px}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-max{height:max-content}.h-px{height:1px}.h-screen{height:100vh}.max-h-0{max-height:0px}.max-h-4{max-height:1rem}.max-h-40{max-height:10rem}.max-h-5{max-height:1.25rem}.max-h-64{max-height:16rem}.max-h-9{max-height:2.25rem}.max-h-\[207px\]{max-height:207px}.max-h-\[324px\]{max-height:324px}.max-h-\[400px\]{max-height:400px}.max-h-\[620px\]{max-height:620px}.max-h-\[70px\]{max-height:70px}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.\!min-h-0{min-height:0px!important}.\!min-h-\[36px\]{min-height:36px!important}.min-h-0{min-height:0px}.min-h-10{min-height:2.5rem}.min-h-11{min-height:2.75rem}.min-h-20{min-height:5rem}.min-h-4{min-height:1rem}.min-h-5{min-height:1.25rem}.min-h-6{min-height:1.5rem}.min-h-7{min-height:1.75rem}.min-h-96{min-height:24rem}.min-h-\[100px\]{min-height:100px}.min-h-\[190px\]{min-height:190px}.min-h-\[28px\]{min-height:28px}.min-h-\[386px\]{min-height:386px}.min-h-\[440px\]{min-height:440px}.min-h-\[45px\]{min-height:45px}.min-h-\[585px\]{min-height:585px}.min-h-\[60px\]{min-height:60px}.min-h-\[630px\]{min-height:630px}.min-h-\[69px\]{min-height:69px}.min-h-\[70px\]{min-height:70px}.min-h-\[824px\]{min-height:824px}.min-h-\[calc\(100vh-180px\)\]{min-height:calc(100vh - 180px)}.min-h-px{min-height:1px}.min-h-screen{min-height:100vh}.\!w-0{width:0px!important}.\!w-32{width:8rem!important}.\!w-5{width:1.25rem!important}.\!w-\[16px\]{width:16px!important}.\!w-\[211px\]{width:211px!important}.\!w-\[94px\]{width:94px!important}.\!w-auto{width:auto!important}.\!w-fit{width:-moz-fit-content!important;width:fit-content!important}.\!w-full{width:100%!important}.w-0{width:0px}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/6{width:16.666667%}.w-11{width:2.75rem}.w-2{width:.5rem}.w-20{width:5rem}.w-4{width:1rem}.w-40{width:10rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-98{width:400px}.w-\[100\%\]{width:100%}.w-\[110px\]{width:110px}.w-\[136px\]{width:136px}.w-\[160px\]{width:160px}.w-\[17px\]{width:17px}.w-\[185px\]{width:185px}.w-\[196px\]{width:196px}.w-\[208px\]{width:208px}.w-\[23px\]{width:23px}.w-\[240px\]{width:240px}.w-\[250px\]{width:250px}.w-\[28px\]{width:28px}.w-\[376px\]{width:376px}.w-\[37px\]{width:37px}.w-\[396px\]{width:396px}.w-\[40px\]{width:40px}.w-\[498px\]{width:498px}.w-\[50\%\]{width:50%}.w-\[5px\]{width:5px}.w-\[70\%\]{width:70%}.w-\[70px\]{width:70px}.w-\[95\%\]{width:95%}.w-\[calc\(100\%-120px\)\]{width:calc(100% - 120px)}.w-\[calc\(100\%-36px\)\]{width:calc(100% - 36px)}.w-\[calc\(100\%-68px\)\]{width:calc(100% - 68px)}.w-\[calc\(100\%_-_28px\)\]{width:calc(100% - 28px)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:max-content}.w-px{width:1px}.w-screen{width:100vw}.\!min-w-0{min-width:0px!important}.\!min-w-\[109px\]{min-width:109px!important}.min-w-0{min-width:0px}.min-w-4{min-width:1rem}.min-w-5{min-width:1.25rem}.min-w-6{min-width:1.5rem}.min-w-7{min-width:1.75rem}.min-w-\[100px\]{min-width:100px}.min-w-\[124px\]{min-width:124px}.min-w-\[140px\]{min-width:140px}.min-w-\[15\.5px\]{min-width:15.5px}.min-w-\[185px\]{min-width:185px}.min-w-\[28px\]{min-width:28px}.min-w-\[342px\]{min-width:342px}.min-w-\[520px\]{min-width:520px}.min-w-\[60px\]{min-width:60px}.min-w-\[880px\]{min-width:880px}.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.min-w-full{min-width:100%}.min-w-min{min-width:min-content}.\!max-w-none{max-width:none!important}.max-w-4{max-width:1rem}.max-w-5{max-width:1.25rem}.max-w-\[110px\]{max-width:110px}.max-w-\[1200px\]{max-width:1200px}.max-w-\[160px\]{max-width:160px}.max-w-\[1700px\]{max-width:1700px}.max-w-\[200px\]{max-width:200px}.max-w-\[240px\]{max-width:240px}.max-w-\[280px\]{max-width:280px}.max-w-\[300px\]{max-width:300px}.max-w-\[320px\]{max-width:320px}.max-w-\[370px\]{max-width:370px}.max-w-\[420px\]{max-width:420px}.max-w-\[424px\]{max-width:424px}.max-w-\[490px\]{max-width:490px}.max-w-\[498px\]{max-width:498px}.max-w-\[523px\]{max-width:523px}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.flex-grow-0{flex-grow:0}.grow{flex-grow:1}.basis-\[calc\(50\%-16px\)\]{flex-basis:calc(50% - 16px)}.origin-center{transform-origin:center}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-\[50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-\[75\%\]{--tw-translate-y: -75%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-3{--tw-translate-x: .75rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-4{--tw-translate-x: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.\!cursor-not-allowed{cursor:not-allowed!important}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.select-all{-webkit-user-select:all;user-select:all}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.list-disc{list-style-type:disc}.\!grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[max-content_1fr\]{grid-template-columns:max-content 1fr}.grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.\!justify-start{justify-content:flex-start!important}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.\!gap-0{gap:0px!important}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-15{gap:60px}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[10px\]{gap:10px}.gap-\[3px\]{gap:3px}.gap-\[8px\]{gap:8px}.gap-x-15{column-gap:60px}.gap-x-2{column-gap:.5rem}.gap-x-2\.5{column-gap:.625rem}.gap-x-3{column-gap:.75rem}.gap-x-4{column-gap:1rem}.gap-x-7{column-gap:1.75rem}.gap-y-2{row-gap:.5rem}.gap-y-2\.5{row-gap:.625rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.gap-y-5{row-gap:1.25rem}.gap-y-6{row-gap:1.5rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity))}.self-start{align-self:flex-start}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.\!overflow-hidden{overflow:hidden!important}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflow-ellipsis,.text-ellipsis{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-normal{overflow-wrap:normal;word-break:normal}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded{border-radius:.25rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[25px\]{border-radius:25px}.rounded-\[3px\]{border-radius:3px}.rounded-\[4px\]{border-radius:4px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.\!border-0{border-width:0px!important}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-\[1px\]{border-width:1px}.border-x-0{border-left-width:0px;border-right-width:0px}.\!border-l-0{border-left-width:0px!important}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0px}.border-t-\[1px\]{border-top-width:1px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-error-500{--tw-border-opacity: 1 !important;border-color:rgb(239 68 68 / var(--tw-border-opacity))!important}.\!border-neutral-100{--tw-border-opacity: 1 !important;border-color:rgb(242 242 242 / var(--tw-border-opacity))!important}.\!border-secondary-900{--tw-border-opacity: 1 !important;border-color:rgb(8 37 97 / var(--tw-border-opacity))!important}.\!border-transparent{border-color:transparent!important}.border-\[var\(--ingestro-error-200\)\]{border-color:var(--ingestro-error-200)}.border-\[var\(--ingestro-neutral-100\)\]{border-color:var(--ingestro-neutral-100)}.border-\[var\(--ingestro-neutral-200\)\]{border-color:var(--ingestro-neutral-200)}.border-blue-dark-50{--tw-border-opacity: 1;border-color:rgb(239 243 249 / var(--tw-border-opacity))}.border-error-300{--tw-border-opacity: 1;border-color:rgb(246 184 184 / var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}.border-neutral-100{--tw-border-opacity: 1;border-color:rgb(242 242 242 / var(--tw-border-opacity))}.border-neutral-200{--tw-border-opacity: 1;border-color:rgb(225 225 225 / var(--tw-border-opacity))}.border-primary-100{--tw-border-opacity: 1;border-color:rgb(208 219 237 / var(--tw-border-opacity))}.border-primary-200{--tw-border-opacity: 1;border-color:rgb(177 195 225 / var(--tw-border-opacity))}.border-primary-50{--tw-border-opacity: 1;border-color:rgb(239 243 249 / var(--tw-border-opacity))}.border-primary-500{--tw-border-opacity: 1;border-color:rgb(84 124 188 / var(--tw-border-opacity))}.border-primary-600{--tw-border-opacity: 1;border-color:rgb(65 103 165 / var(--tw-border-opacity))}.border-primary-800{--tw-border-opacity: 1;border-color:rgb(40 64 103 / var(--tw-border-opacity))}.border-primary-900{--tw-border-opacity: 1;border-color:rgb(22 35 56 / var(--tw-border-opacity))}.border-secondary-200{--tw-border-opacity: 1;border-color:rgb(194 213 250 / var(--tw-border-opacity))}.border-secondary-300{--tw-border-opacity: 1;border-color:rgb(163 191 248 / var(--tw-border-opacity))}.border-secondary-500{--tw-border-opacity: 1;border-color:rgb(92 142 242 / var(--tw-border-opacity))}.border-secondary-900{--tw-border-opacity: 1;border-color:rgb(8 37 97 / var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-warning-200{--tw-border-opacity: 1;border-color:rgb(255 232 168 / var(--tw-border-opacity))}.border-yellow-800{--tw-border-opacity: 1;border-color:rgb(133 77 14 / var(--tw-border-opacity))}.border-r-neutral-100{--tw-border-opacity: 1;border-right-color:rgb(242 242 242 / var(--tw-border-opacity))}.border-t-transparent{border-top-color:transparent}.\!bg-neutral-200{--tw-bg-opacity: 1 !important;background-color:rgb(225 225 225 / var(--tw-bg-opacity))!important}.\!bg-neutral-50{--tw-bg-opacity: 1 !important;background-color:rgb(251 251 251 / var(--tw-bg-opacity))!important}.\!bg-neutral-500{--tw-bg-opacity: 1 !important;background-color:rgb(141 141 141 / var(--tw-bg-opacity))!important}.\!bg-primary-100{--tw-bg-opacity: 1 !important;background-color:rgb(208 219 237 / var(--tw-bg-opacity))!important}.\!bg-primary-500{--tw-bg-opacity: 1 !important;background-color:rgb(84 124 188 / var(--tw-bg-opacity))!important}.\!bg-success-500{--tw-bg-opacity: 1 !important;background-color:rgb(16 185 129 / var(--tw-bg-opacity))!important}.\!bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity))!important}.bg-\[var\(--ingestro-neutral-100\)\]{background-color:var(--ingestro-neutral-100)}.bg-\[var\(--ingestro-neutral-50\)\]{background-color:var(--ingestro-neutral-50)}.bg-\[var\(--ingestro-white\)\]{background-color:var(--ingestro-white)}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.bg-blue-light-500{--tw-bg-opacity: 1;background-color:rgb(92 142 242 / var(--tw-bg-opacity))}.bg-current{background-color:currentColor}.bg-error-100{--tw-bg-opacity: 1;background-color:rgb(252 234 234 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.bg-neutral-100{--tw-bg-opacity: 1;background-color:rgb(242 242 242 / var(--tw-bg-opacity))}.bg-neutral-200{--tw-bg-opacity: 1;background-color:rgb(225 225 225 / var(--tw-bg-opacity))}.bg-neutral-400{--tw-bg-opacity: 1;background-color:rgb(169 169 169 / var(--tw-bg-opacity))}.bg-neutral-50{--tw-bg-opacity: 1;background-color:rgb(251 251 251 / var(--tw-bg-opacity))}.bg-neutral-700{--tw-bg-opacity: 1;background-color:rgb(84 84 84 / var(--tw-bg-opacity))}.bg-neutral-900\/30{background-color:#2d2d2d4d}.bg-primary-300{--tw-bg-opacity: 1;background-color:rgb(146 172 212 / var(--tw-bg-opacity))}.bg-primary-50{--tw-bg-opacity: 1;background-color:rgb(239 243 249 / var(--tw-bg-opacity))}.bg-primary-500{--tw-bg-opacity: 1;background-color:rgb(84 124 188 / var(--tw-bg-opacity))}.bg-primary-700{--tw-bg-opacity: 1;background-color:rgb(52 83 134 / var(--tw-bg-opacity))}.bg-primary-800{--tw-bg-opacity: 1;background-color:rgb(40 64 103 / var(--tw-bg-opacity))}.bg-primary-900{--tw-bg-opacity: 1;background-color:rgb(22 35 56 / var(--tw-bg-opacity))}.bg-secondary-200{--tw-bg-opacity: 1;background-color:rgb(194 213 250 / var(--tw-bg-opacity))}.bg-secondary-50{--tw-bg-opacity: 1;background-color:rgb(245 248 254 / var(--tw-bg-opacity))}.bg-shadeGray-100{--tw-bg-opacity: 1;background-color:rgb(249 249 249 / var(--tw-bg-opacity))}.bg-warning-50{--tw-bg-opacity: 1;background-color:rgb(255 251 240 / var(--tw-bg-opacity))}.bg-warning-500{--tw-bg-opacity: 1;background-color:rgb(255 193 22 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-white\/80{background-color:#fffc}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity))}.bg-opacity-75{--tw-bg-opacity: .75}.stroke-primary-500{stroke:#547cbc}.stroke-white{stroke:#fff}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.\!p-0{padding:0!important}.\!p-2{padding:.5rem!important}.\!p-4{padding:1rem!important}.\!p-8{padding:2rem!important}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.\!px-0{padding-left:0!important;padding-right:0!important}.\!px-4{padding-left:1rem!important;padding-right:1rem!important}.\!px-\[54px\]{padding-left:54px!important;padding-right:54px!important}.\!px-\[6px\]{padding-left:6px!important;padding-right:6px!important}.\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.\!py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.\!py-8{padding-top:2rem!important;padding-bottom:2rem!important}.\!py-\[5px\]{padding-top:5px!important;padding-bottom:5px!important}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[14px\]{padding-left:14px;padding-right:14px}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-\[14px\]{padding-top:14px;padding-bottom:14px}.py-\[2\]{padding-top:2;padding-bottom:2}.py-\[70px\]{padding-top:70px;padding-bottom:70px}.\!pb-6{padding-bottom:1.5rem!important}.\!pl-2{padding-left:.5rem!important}.\!pl-4{padding-left:1rem!important}.\!pr-3{padding-right:.75rem!important}.\!pr-4{padding-right:1rem!important}.\!pt-0{padding-top:0!important}.\!pt-5{padding-top:1.25rem!important}.pb-0{padding-bottom:0}.pb-0\.5{padding-bottom:.125rem}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:2rem}.pb-9{padding-bottom:2.25rem}.pb-px{padding-bottom:1px}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-7{padding-left:1.75rem}.pl-9{padding-left:2.25rem}.pr-1{padding-right:.25rem}.pr-1\.5{padding-right:.375rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pr-\[120px\]{padding-right:120px}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-9{padding-top:2.25rem}.pt-\[2px\]{padding-top:2px}.text-left{text-align:left}.text-center{text-align:center}.text-start{text-align:start}.text-end{text-align:end}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-sm{font-size:14px!important;line-height:17px!important}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-2\.5xl{font-size:28px;line-height:34px}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[10px\]{font-size:10px}.text-\[13px\]{font-size:13px}.text-\[23px\]{font-size:23px}.text-\[28px\]{font-size:28px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:18px;line-height:21.6px}.text-sm{font-size:14px;line-height:17px}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.text-xxs{font-size:10px;line-height:14.3px}.\!font-normal{font-weight:400!important}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.leading-3{line-height:.75rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-\[14\.3px\]{line-height:14.3px}.leading-\[143\%\]{line-height:143%}.leading-\[14px\]{line-height:14px}.leading-\[17\.16px\]{line-height:17.16px}.leading-\[17px\]{line-height:17px}.leading-\[19px\]{line-height:19px}.leading-\[20\.02px\]{line-height:20.02px}.leading-\[22px\]{line-height:22px}.leading-\[24px\]{line-height:24px}.leading-\[34px\]{line-height:34px}.leading-tight{line-height:1.25}.tracking-\[0\.2px\]{letter-spacing:.2px}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-black{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity))!important}.\!text-neutral-300{--tw-text-opacity: 1 !important;color:rgb(197 197 197 / var(--tw-text-opacity))!important}.\!text-neutral-400{--tw-text-opacity: 1 !important;color:rgb(169 169 169 / var(--tw-text-opacity))!important}.\!text-neutral-500{--tw-text-opacity: 1 !important;color:rgb(141 141 141 / var(--tw-text-opacity))!important}.\!text-neutral-700{--tw-text-opacity: 1 !important;color:rgb(84 84 84 / var(--tw-text-opacity))!important}.\!text-neutral-800{--tw-text-opacity: 1 !important;color:rgb(56 56 56 / var(--tw-text-opacity))!important}.\!text-neutral-900{--tw-text-opacity: 1 !important;color:rgb(45 45 45 / var(--tw-text-opacity))!important}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.text-\[\#717171\]{--tw-text-opacity: 1;color:rgb(113 113 113 / var(--tw-text-opacity))}.text-\[var\(--ingestro-error-500\)\]{color:var(--ingestro-error-500)}.text-\[var\(--ingestro-neutral-500\)\]{color:var(--ingestro-neutral-500)}.text-\[var\(--ingestro-neutral-600\)\]{color:var(--ingestro-neutral-600)}.text-\[var\(--ingestro-neutral-700\)\]{color:var(--ingestro-neutral-700)}.text-\[var\(--ingestro-neutral-900\)\]{color:var(--ingestro-neutral-900)}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-blue-dark-900{--tw-text-opacity: 1;color:rgb(22 35 56 / var(--tw-text-opacity))}.text-blue-light-500{--tw-text-opacity: 1;color:rgb(92 142 242 / var(--tw-text-opacity))}.text-current{color:currentColor}.text-error-400{--tw-text-opacity: 1;color:rgb(241 148 148 / var(--tw-text-opacity))}.text-error-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-neutral-100{--tw-text-opacity: 1;color:rgb(242 242 242 / var(--tw-text-opacity))}.text-neutral-300{--tw-text-opacity: 1;color:rgb(197 197 197 / var(--tw-text-opacity))}.text-neutral-400{--tw-text-opacity: 1;color:rgb(169 169 169 / var(--tw-text-opacity))}.text-neutral-50{--tw-text-opacity: 1;color:rgb(251 251 251 / var(--tw-text-opacity))}.text-neutral-500{--tw-text-opacity: 1;color:rgb(141 141 141 / var(--tw-text-opacity))}.text-neutral-600{--tw-text-opacity: 1;color:rgb(113 113 113 / var(--tw-text-opacity))}.text-neutral-700{--tw-text-opacity: 1;color:rgb(84 84 84 / var(--tw-text-opacity))}.text-neutral-800{--tw-text-opacity: 1;color:rgb(56 56 56 / var(--tw-text-opacity))}.text-neutral-900{--tw-text-opacity: 1;color:rgb(45 45 45 / var(--tw-text-opacity))}.text-primary-400{--tw-text-opacity: 1;color:rgb(115 148 200 / var(--tw-text-opacity))}.text-primary-50{--tw-text-opacity: 1;color:rgb(239 243 249 / var(--tw-text-opacity))}.text-primary-500{--tw-text-opacity: 1;color:rgb(84 124 188 / var(--tw-text-opacity))}.text-primary-600{--tw-text-opacity: 1;color:rgb(65 103 165 / var(--tw-text-opacity))}.text-primary-700{--tw-text-opacity: 1;color:rgb(52 83 134 / var(--tw-text-opacity))}.text-primary-800{--tw-text-opacity: 1;color:rgb(40 64 103 / var(--tw-text-opacity))}.text-primary-900{--tw-text-opacity: 1;color:rgb(22 35 56 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-secondary-500{--tw-text-opacity: 1;color:rgb(92 142 242 / var(--tw-text-opacity))}.text-secondary-900{--tw-text-opacity: 1;color:rgb(8 37 97 / var(--tw-text-opacity))}.text-transparent{color:transparent}.text-warning-800{--tw-text-opacity: 1;color:rgb(139 102 0 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity))}.placeholder-neutral-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(141 141 141 / var(--tw-placeholder-opacity))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_0px_20px_0px_rgba\(27\,80\,113\,0\.2\)\]{--tw-shadow: 0px 0px 20px 0px rgba(27,80,113,.2);--tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[var\(--dropshadow-lg\)\]{--tw-shadow-color: var(--dropshadow-lg);--tw-shadow: var(--tw-shadow-colored)}.shadow-\[var\(--dropshadow-md\)\]{--tw-shadow-color: var(--dropshadow-md);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-0{outline-width:0px}.outline-1{outline-width:1px}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.\!ring-transparent{--tw-ring-color: transparent !important}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity))}.ring-opacity-5{--tw-ring-opacity: .05}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[height\]{transition-property:height;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[padding\]{transition-property:padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[transform\,box-shadow\,background-color\]{transition-property:transform,box-shadow,background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[transform-style\:preserve-3d\]{transform-style:preserve-3d}.\!\[transform\:rotateX\(180deg\)\]{transform:rotateX(180deg)!important}.\[transition-duration\:300ms\]{transition-duration:.3s}@font-face{font-family:Inter;src:url(https://fonts.ingestro.com/inter/Inter-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(https://fonts.ingestro.com/inter/Inter-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(https://fonts.ingestro.com/inter/Inter-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(https://fonts.ingestro.com/inter/Inter-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(https://fonts.ingestro.com/inter/Inter-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Fira Code;src:url(https://fonts.ingestro.com/fira-code/FiraCode-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}body{font-family:Inter,Arial,sans-serif}.apexcharts-tooltip{border:1px solid #f2f2f2!important;box-shadow:0 4px 6px #0d27370d;padding:10px 12px;border-radius:8px!important}.apexcharts-tooltip-title{border:none!important;background-color:#fff!important;font-size:12px;color:#8d8d8d;line-height:14px!important;margin-bottom:0!important;padding:0!important}.apexcharts-tooltip-series-group{padding:0!important;margin-top:8px}.apexcharts-tooltip-text{width:100%}.apexcharts-tooltip-y-group{padding:0!important;color:#162338}.apexcharts-tooltip-text-y-value p{font-weight:600;font-size:16px}.apexcharts-tooltip-text-y-value p span{font-size:12px;font-weight:400!important}.cookie-banner-external-link{font-size:13px!important}.cookie-banner-cookie-menu-title{font-size:14px!important}.cookie-banner-cookie-menu-description{font-size:12px!important}.circle-loader{animation:spin 1.2s linear infinite;border:3px solid;border-radius:50%;display:inline-block;height:19px;margin:auto;position:relative;width:19px}[overflow-hide]{visibility:hidden!important;opacity:0!important;pointer-events:none;z-index:100}[overflow-hide] #arrow{visibility:hidden;opacity:0;pointer-events:none}[data-popper-placement^=top]>#arrow{bottom:-7px}[data-popper-placement^=top]>#arrow :before{border-top:none;border-left:none}[data-popper-placement^=bottom]>#arrow{top:-5px}[data-popper-placement^=left]>#arrow{right:-7px}.ReactModal__Body--open{overflow:hidden!important}.ingestro-syntax-highlighter.ingestro-code-editor--disabled .pce-line,.ingestro-syntax-highlighter-wrapper .ingestro-code-editor--disabled .pce-line{margin-left:8px!important}.ingestro-tooltip-scrollable__content{z-index:320}.placeholder\:text-neutral-500::placeholder{--tw-text-opacity: 1;color:rgb(141 141 141 / var(--tw-text-opacity))}.first\:rounded-tl-lg:first-child{border-top-left-radius:.5rem}.last\:rounded-tr-lg:last-child{border-top-right-radius:.5rem}.visited\:border-secondary-600:visited{border-color:#3573ef}.hover\:-translate-y-0:hover{--tw-translate-y: -0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:rounded-lg:hover{border-radius:.5rem}.hover\:border-\[var\(--ingestro-neutral-200\)\]:hover{border-color:var(--ingestro-neutral-200)}.hover\:border-blue-light-500:hover{--tw-border-opacity: 1;border-color:rgb(92 142 242 / var(--tw-border-opacity))}.hover\:border-primary-200:hover{--tw-border-opacity: 1;border-color:rgb(177 195 225 / var(--tw-border-opacity))}.hover\:border-primary-400:hover{--tw-border-opacity: 1;border-color:rgb(115 148 200 / var(--tw-border-opacity))}.hover\:border-yellow-700:hover{--tw-border-opacity: 1;border-color:rgb(161 98 7 / var(--tw-border-opacity))}.hover\:\!bg-blue-dark-50:hover{--tw-bg-opacity: 1 !important;background-color:rgb(239 243 249 / var(--tw-bg-opacity))!important}.hover\:\!bg-neutral-200:hover{--tw-bg-opacity: 1 !important;background-color:rgb(225 225 225 / var(--tw-bg-opacity))!important}.hover\:\!bg-neutral-600:hover{--tw-bg-opacity: 1 !important;background-color:rgb(113 113 113 / var(--tw-bg-opacity))!important}.hover\:\!bg-primary-400:hover{--tw-bg-opacity: 1 !important;background-color:rgb(115 148 200 / var(--tw-bg-opacity))!important}.hover\:\!bg-primary-50:hover{--tw-bg-opacity: 1 !important;background-color:rgb(239 243 249 / var(--tw-bg-opacity))!important}.hover\:\!bg-primary-800:hover{--tw-bg-opacity: 1 !important;background-color:rgb(40 64 103 / var(--tw-bg-opacity))!important}.hover\:\!bg-success-400:hover{--tw-bg-opacity: 1 !important;background-color:rgb(52 211 153 / var(--tw-bg-opacity))!important}.hover\:bg-\[var\(--ingestro-neutral-50\)\]:hover{background-color:var(--ingestro-neutral-50)}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.hover\:bg-neutral-100:hover{--tw-bg-opacity: 1;background-color:rgb(242 242 242 / var(--tw-bg-opacity))}.hover\:bg-neutral-50:hover{--tw-bg-opacity: 1;background-color:rgb(251 251 251 / var(--tw-bg-opacity))}.hover\:bg-primary-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 243 249 / var(--tw-bg-opacity))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}.hover\:bg-secondary-50:hover{--tw-bg-opacity: 1;background-color:rgb(245 248 254 / var(--tw-bg-opacity))}.hover\:text-neutral-300:hover{--tw-text-opacity: 1;color:rgb(197 197 197 / var(--tw-text-opacity))}.hover\:text-neutral-600:hover{--tw-text-opacity: 1;color:rgb(113 113 113 / var(--tw-text-opacity))}.hover\:text-neutral-700:hover{--tw-text-opacity: 1;color:rgb(84 84 84 / var(--tw-text-opacity))}.hover\:text-neutral-800:hover{--tw-text-opacity: 1;color:rgb(56 56 56 / var(--tw-text-opacity))}.hover\:text-primary-500:hover{--tw-text-opacity: 1;color:rgb(84 124 188 / var(--tw-text-opacity))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.hover\:text-secondary-700:hover{--tw-text-opacity: 1;color:rgb(17 82 213 / var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-\[var\(--dropshadow-lg\)\]:hover{--tw-shadow-color: var(--dropshadow-lg);--tw-shadow: var(--tw-shadow-colored)}.focus\:border-primary-400:focus{--tw-border-opacity: 1;border-color:rgb(115 148 200 / var(--tw-border-opacity))}.focus\:border-primary-700:focus{--tw-border-opacity: 1;border-color:rgb(52 83 134 / var(--tw-border-opacity))}.focus\:border-secondary-800:focus{--tw-border-opacity: 1;border-color:rgb(12 60 155 / var(--tw-border-opacity))}.focus\:border-secondary-900:focus{--tw-border-opacity: 1;border-color:rgb(8 37 97 / var(--tw-border-opacity))}.focus\:border-yellow-800:focus{--tw-border-opacity: 1;border-color:rgb(133 77 14 / var(--tw-border-opacity))}.focus\:bg-neutral-100:focus{--tw-bg-opacity: 1;background-color:rgb(242 242 242 / var(--tw-bg-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline:focus{outline-style:solid}.focus\:\!outline-0:focus{outline-width:0px!important}.focus\:outline-1:focus{outline-width:1px}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-primary-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(208 219 237 / var(--tw-ring-opacity))}.focus-visible\:border-secondary-600:focus-visible{--tw-border-opacity: 1;border-color:rgb(53 115 239 / var(--tw-border-opacity))}.focus-visible\:border-transparent:focus-visible{border-color:transparent}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:outline-0:focus-visible{outline-width:0px}.focus-visible\:outline-1:focus-visible{outline-width:1px}.focus-visible\:outline-offset-0:focus-visible{outline-offset:0px}.focus-visible\:outline-error-500:focus-visible{outline-color:#ef4444}.focus-visible\:outline-primary-700:focus-visible{outline-color:#345386}.focus-visible\:outline-secondary-600:focus-visible{outline-color:#3573ef}.focus-visible\:outline-transparent:focus-visible{outline-color:transparent}.active\:cursor-grabbing:active{cursor:grabbing}.disabled\:opacity-75:disabled{opacity:.75}.group:hover .group-hover\:border-neutral-200{--tw-border-opacity: 1;border-color:rgb(225 225 225 / var(--tw-border-opacity))}.group:hover .group-hover\:bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.group:hover .group-hover\:text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.group:hover .group-hover\:opacity-100{opacity:1}@media(prefers-reduced-motion:reduce){.motion-reduce\:transition-none{transition-property:none}.motion-reduce\:hover\:translate-y-0:hover{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.motion-reduce\:hover\:scale-100:hover{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}@media not all and (min-width:768px){.max-md\:order-1{order:1}.max-md\:order-2{order:2}.max-md\:w-full{width:100%}.max-md\:flex-col{flex-direction:column}.max-md\:flex-wrap{flex-wrap:wrap}.max-md\:justify-start{justify-content:flex-start}.max-md\:gap-4{gap:1rem}.max-md\:p-3{padding:.75rem}.max-md\:p-4{padding:1rem}.max-md\:pl-0{padding-left:0}}@media(min-width:375px){.xss\:flex{display:flex}.xss\:hidden{display:none}.xss\:w-\[280px\]{width:280px}.xss\:w-\[50\%\]{width:50%}.xss\:flex-row{flex-direction:row}.xss\:p-6{padding:1.5rem}}@media(min-width:640px){.sm\:block{display:block}.sm\:hidden{display:none}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-xl{max-width:36rem}.sm\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:justify-start{justify-content:flex-start}.sm\:p-0{padding:0}.sm\:align-middle{vertical-align:middle}}@media(min-width:768px){.md\:\!-right-6{right:-1.5rem!important}.md\:\!-top-6{top:-1.5rem!important}.md\:mx-0{margin-left:0;margin-right:0}.md\:mb-0{margin-bottom:0}.md\:mr-4{margin-right:1rem}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:flex{display:flex}.md\:\!w-\[418px\]{width:418px!important}.md\:\!w-auto{width:auto!important}.md\:w-1\/2{width:50%}.md\:flex-1{flex:1 1 0%}.md\:flex-row{flex-direction:row}.md\:\!justify-start{justify-content:flex-start!important}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:overflow-auto{overflow:auto}.md\:\!p-4{padding:1rem!important}.md\:\!p-6{padding:1.5rem!important}.md\:p-8{padding:2rem}.md\:\!px-4{padding-left:1rem!important;padding-right:1rem!important}.md\:\!pt-1{padding-top:.25rem!important}.md\:pl-0{padding-left:0}.md\:pr-0{padding-right:0}.md\:align-top{vertical-align:top}.md\:align-middle{vertical-align:middle}.md\:align-bottom{vertical-align:bottom}.md\:\!text-xs{font-size:.75rem!important;line-height:1rem!important}.md\:text-base{font-size:1rem;line-height:1.5rem}}@media(min-width:875px){.tablet_s\:ml-\[80px\]{margin-left:80px}.tablet_s\:block{display:block}.tablet_s\:hidden{display:none}.tablet_s\:w-\[80px\]{width:80px}.tablet_s\:px-8{padding-left:2rem;padding-right:2rem}.lmd\:absolute{position:absolute}.lmd\:mb-0{margin-bottom:0}}@media(min-width:1024px){.lg\:gap-x-20{column-gap:5rem}}@media(min-width:1280px){.xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}}@media(min-width:1440px){.desktop\:ml-\[280px\]{margin-left:280px}.desktop\:block{display:block}.desktop\:hidden{display:none}.desktop\:w-\[280px\]{width:280px}.desktop\:w-\[80px\]{width:80px}.desktop\:flex-nowrap{flex-wrap:nowrap}.desktop\:gap-16{gap:4rem}}.\[\&\>button\]\:px-8>button{padding-left:2rem;padding-right:2rem}.\[\&\>button\]\:py-3>button{padding-top:.75rem;padding-bottom:.75rem}.\[\&\>div\]\:w-full>div{width:100%}.\[\&\>span\]\:font-normal>span{font-weight:400}.\[\&_p\]\:whitespace-pre-line p{white-space:pre-line}.\[\&_path\]\:stroke-primary-800 path{stroke:#284067}.\[\&_path\]\:\[stroke-width\:2px\] path{stroke-width:2px}.ingestro-dp-frontend{@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes ingestro_toast_show{0%{opacity:0}to{opacity:1}}@keyframes ingestro_toast_hide{0%{opacity:1}to{opacity:0}}@keyframes dot-animation-1{0%{opacity:0}11.764705882%{opacity:0}35.294117647%{opacity:1}76.470588235%{opacity:1}to{opacity:0}}@keyframes dot-animation-2{0%{opacity:0}44.117647058%{opacity:0}67.647058823%{opacity:1}76.470588235%{opacity:1}to{opacity:0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}}.ingestro-dp-frontend .ingestro-dp:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}.ingestro-dp-frontend .ingestro-dp,.ingestro-dp-frontend .ingestro-dp:before,.ingestro-dp-frontend .ingestro-dp:after{box-sizing:border-box}.ingestro-dp-frontend .ingestro-dp,.ingestro-dp-frontend .ingestro-timepicker__content,.ingestro-dp-frontend .ingestro-datepicker__content,.ingestro-dp-frontend .ingestro-toast,.ingestro-dp-frontend .ingestro-dialog__overlay,.ingestro-dp-frontend .ingestro-select__content,.ingestro-dp-frontend .ingestro-tooltip__content,.ingestro-dp-frontend .ingestro__transformation-info-tooltip,.ingestro-dp-frontend .ingestro-spreadsheet__info_message_popover,.ingestro-dp-frontend .ingestro-spreadsheet__dropdown_popover{-webkit-text-size-adjust:none;text-size-adjust:none;font-family:Inter,sans-serif,serif}.ingestro-dp-frontend .ingestro-dp ol,.ingestro-dp-frontend .ingestro-dp ul,.ingestro-dp-frontend .ingestro-dp menu,.ingestro-dp-frontend .ingestro-dp summary{list-style:none}.ingestro-dp-frontend .ingestro-dp img{max-inline-size:100%;max-block-size:100%}.ingestro-dp-frontend .ingestro-dp table{border-collapse:collapse}.ingestro-dp-frontend .ingestro-dp input,.ingestro-dp-frontend .ingestro-dp textarea{-webkit-user-select:auto}.ingestro-dp-frontend .ingestro-dp textarea{white-space:revert}.ingestro-dp-frontend .ingestro-dp meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}.ingestro-dp-frontend .ingestro-dp:where(pre){all:revert;box-sizing:border-box}.ingestro-dp-frontend .ingestro-dp::placeholder{color:unset}.ingestro-dp-frontend .ingestro-dp:where([hidden]){display:none}.ingestro-dp-frontend .ingestro-dp:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}.ingestro-dp-frontend .ingestro-dp:where([draggable=true]){-webkit-user-drag:element}.ingestro-dp-frontend .ingestro-dp::-webkit-details-marker{display:none}.ingestro-dp-frontend .ingestro-dp h1,.ingestro-dp-frontend .ingestro-dp h2,.ingestro-dp-frontend .ingestro-dp h3,.ingestro-dp-frontend .ingestro-dp h4,.ingestro-dp-frontend .ingestro-dp h5,.ingestro-dp-frontend .ingestro-dp h6,.ingestro-dp-frontend .ingestro-dp p{margin:0}.ingestro-dp-frontend .ingestro__confirm-dialog .ingestro-dialog__content{max-width:480px}.ingestro-dp-frontend .ingestro__confirm-dialog .ingestro-dialog__subtitle{line-height:143%}.ingestro-dp-frontend .ingestro__confirm-dialog .ingestro-dialog__header .ingestro-dialog__title{line-height:125%}.ingestro-dp-frontend .ingestro__confirm-dialog .ingestro-dialog__footer{padding-top:0}.ingestro-dp-frontend .ingestro__confirm-dialog .ingestro-dialog__subtitle{margin-top:8px;font-size:14px;line-height:143%}.ingestro-dp-frontend .ingestro__loading-dialog__text{color:var(--ingestro-neutral-900);font-weight:600;text-align:center}.ingestro-dp-frontend .ingestro__loading-dialog .ingestro-spinner__inner{border-width:6px}.ingestro-dp-frontend .ingestro__loading-dialog .ingestro__loading-dialog__spinner{display:flex;justify-content:center;margin-block-start:48px}.ingestro-dp-frontend .ingestro__loading-dialog .ingestro__loading-dialog__text{margin-block-start:50px;margin-block-end:48px}.ingestro-dp-frontend .ingestro-modal-view .ingestro-dialog__content{width:calc(100vw - 64px);height:calc(100vh - 64px);padding:0}.ingestro-dp-frontend .ingestro__layout{display:flex;flex-direction:column;flex:1 auto;min-height:0}.ingestro-dp-frontend .ingestro__layout-header{box-sizing:border-box;padding:24px;min-height:83px;flex-shrink:0;display:flex;justify-content:center;flex-direction:column;background-color:var(--ingestro-white);border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__layout-headerTitle{margin:0;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__layout-headerActions{position:absolute;top:8px;right:8px;height:48px;display:flex;align-items:center;justify-content:center;gap:4px}.ingestro-dp-frontend .ingestro__layout-footer{box-sizing:border-box;height:72px;padding:16px;flex-shrink:0;display:flex;background-color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__layout-body{display:flex;flex-direction:column;flex:1 auto;min-height:0;padding:16px;gap:16px;background-color:var(--ingestro-neutral-100);overflow:auto}.ingestro-dp-frontend .ingestro__layout-bodyCard{display:flex;flex-direction:column;flex:1 0 auto;min-height:0;background-color:var(--ingestro-white);border-radius:8px;border:1px solid var(--ingestro-neutral-200)}.ingestro-dp-frontend .ingestro-dataTransformation-step .ingestro__layout-bodyCard{flex-shrink:1}.ingestro-dp-frontend .ingestro__layout-header--hideTitle{border:none}.ingestro-dp-frontend .ingestro__no-permission .ingestro-emptyState__text{width:350px}.ingestro-dp-frontend .ingestro__error-state .ingestro-emptyState__text,.ingestro-dp-frontend .ingestro__verify-error-state .ingestro-emptyState__text{width:260px}.ingestro-dp-frontend .ingestro-create-pipeline{display:flex;flex-direction:column;min-height:0;flex:1 auto;container-type:inline-size}.ingestro-dp-frontend .ingestro-create-pipeline .ingestro-emptyState{background-color:var(--ingestro-white)}.ingestro-dp-frontend .medium{font-weight:500}.ingestro-dp-frontend .semi-bold{font-weight:600}.ingestro-dp-frontend .bold{font-weight:700}.ingestro-dp-frontend .extra-bold{font-weight:800}.ingestro-dp-frontend .display-1{font-size:72px;line-height:1.25}.ingestro-dp-frontend .display-2{font-size:60px;line-height:1.25}.ingestro-dp-frontend .heading-1{font-size:48px;line-height:1.25}.ingestro-dp-frontend .heading-2{font-size:39px;line-height:1.25}.ingestro-dp-frontend .heading-3{font-size:33px;line-height:1.25}.ingestro-dp-frontend .heading-4{font-size:28px;line-height:1.25}.ingestro-dp-frontend .heading-5{font-size:23px;line-height:1.25}.ingestro-dp-frontend .heading-6{font-size:19px;line-height:1.25}.ingestro-dp-frontend .subheading{font-size:20px;line-height:1.43}.ingestro-dp-frontend .paragraph-1{font-size:14px;line-height:1.43}.ingestro-dp-frontend .paragraph-2{font-size:16px;line-height:1.43}.ingestro-dp-frontend .paragraph-3{font-size:18px;line-height:1.43}.ingestro-dp-frontend .caption{font-size:12px;line-height:1.43}.ingestro-dp-frontend .text-footer{font-size:10px;line-height:1.43}.ingestro-dp-frontend :root{--ingestro-white: #ffffff;--ingestro-black: #000000;--ingestro-neutral-50: #fbfbfb;--ingestro-neutral-100: #f2f2f2;--ingestro-neutral-200: #e1e1e1;--ingestro-neutral-300: #c5c5c5;--ingestro-neutral-400: #a9a9a9;--ingestro-neutral-500: #8d8d8d;--ingestro-neutral-600: #717171;--ingestro-neutral-700: #545454;--ingestro-neutral-800: #383838;--ingestro-neutral-900: #2d2d2d;--ingestro-primary-50: #eff3f9;--ingestro-primary-100: #d0dbed;--ingestro-primary-200: #b1c3e1;--ingestro-primary-300: #92acd4;--ingestro-primary-400: #7394c8;--ingestro-primary-500: #547cbc;--ingestro-primary-600: #4167a5;--ingestro-primary-700: #345386;--ingestro-primary-800: #284067;--ingestro-primary-900: #162338;--ingestro-secondary-50: #f5f8fe;--ingestro-secondary-100: #e0eafd;--ingestro-secondary-200: #c2d5fa;--ingestro-secondary-300: #a3bff8;--ingestro-secondary-400: #7ba3f4;--ingestro-secondary-500: #5c8ef2;--ingestro-secondary-600: #3573ef;--ingestro-secondary-700: #1152d5;--ingestro-secondary-800: #0c3c9b;--ingestro-secondary-900: #082561;--ingestro-success-50: #ecfdf5;--ingestro-success-100: #d1fae5;--ingestro-success-200: #a7f3d0;--ingestro-success-300: #6ee7b7;--ingestro-success-400: #34d399;--ingestro-success-500: #10b981;--ingestro-success-600: #059669;--ingestro-success-700: #047857;--ingestro-success-800: #065f46;--ingestro-success-900: #064e3b;--ingestro-warning-50: #fffbeb;--ingestro-warning-100: #fef3c7;--ingestro-warning-200: #fde68a;--ingestro-warning-300: #fcd34d;--ingestro-warning-400: #fbbf24;--ingestro-warning-500: #f59e0b;--ingestro-warning-600: #d97706;--ingestro-warning-700: #b45309;--ingestro-warning-800: #92400e;--ingestro-warning-900: #78350f;--ingestro-error-50: #fef2f2;--ingestro-error-100: #fee2e2;--ingestro-error-200: #fecaca;--ingestro-error-300: #fca5a5;--ingestro-error-400: #f87171;--ingestro-error-500: #ef4444;--ingestro-error-600: #dc2626;--ingestro-error-700: #b91c1c;--ingestro-error-800: #991b1b;--ingestro-error-900: #7f1d1d;--layer-hidden: -1;--layer-zero: 0;--layer-normal: 1;--layer-popover: 100;--layer-navigation: 200;--layer-overlay: 300;--layer-alerts: 400;--shadow-bottom: 0px 7px 15px 0px rgba(27, 80, 113, .1);--shadow-top: 0px -13px 50px 0px rgba(17, 48, 68, .08);--shadow-normal-xs: 0px 0px 12px 0px #1b50710d;--shadow-normal-s: 0px 0px 16px 0px #1b507114;--shadow-normal-m: 0px 0px 20px 0px #1b50711a;--shadow-normal-l: 0px 0px 24px 0px #1b50711f;--shadow-bottom-xs: 0px 4px 12px 0px #1b50710d;--shadow-bottom-s: 0px 4px 16px 0px #1b507114;--shadow-bottom-m: 0px 8px 20px 0px #1b50711a;--shadow-bottom-l: 0px 12px 24px 0px #1b50711f;--shadow-top-xs: 0px -4px 12px 0px #1b50710d;--shadow-top-s: 0px -4px 16px 0px #1b507114;--shadow-top-m: 0px -8px 20px 0px #1b50711a;--shadow-top-l: 0px -12px 24px 0px #1b50711f;--shadow-left-xs: -4px 0px 12px 0px #1b50710d;--shadow-left-s: -4px 0px 16px 0px #1b507114;--shadow-left-m: -8px 0px 20px 0px #1b50711a;--shadow-left-l: -12px 0px 24px 0px #1b50711f;--shadow-right-xs: 4px 0px 12px 0px #1b50710d;--shadow-right-s: 4px 0px 16px 0px #1b507114;--shadow-right-m: 8px 0px 20px 0px #1b50711a;--shadow-right-l: 12px 0px 24px 0px #1b50711f}.ingestro-dp-frontend .ingestro-alert{display:flex;flex-direction:column;padding:12px 16px;border-radius:8px;border:1px solid;gap:4px;cursor:default}.ingestro-dp-frontend .ingestro-alert--neutral{border-color:var(--ingestro-neutral-300);background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro-alert--neutral .ingestro-alert__header-icon{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-alert--info{border-color:var(--ingestro-secondary-500);background-color:var(--ingestro-secondary-50)}.ingestro-dp-frontend .ingestro-alert--info .ingestro-alert__header-icon{color:var(--ingestro-secondary-500)}.ingestro-dp-frontend .ingestro-alert--success{border-color:var(--ingestro-success-500);background-color:var(--ingestro-success-50)}.ingestro-dp-frontend .ingestro-alert--success .ingestro-alert__header-icon{color:var(--ingestro-success-500)}.ingestro-dp-frontend .ingestro-alert--warning{border-color:var(--ingestro-warning-500);background-color:var(--ingestro-warning-50)}.ingestro-dp-frontend .ingestro-alert--warning .ingestro-alert__header-icon{color:var(--ingestro-warning-500)}.ingestro-dp-frontend .ingestro-alert--error{border-color:var(--ingestro-error-500);background-color:var(--ingestro-error-50)}.ingestro-dp-frontend .ingestro-alert--error .ingestro-alert__header-icon{color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-alert__header{display:flex;align-items:center;gap:8px}.ingestro-dp-frontend .ingestro-alert__header-title{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-alert__header-actions{display:flex;align-items:center;gap:8px;margin-inline-start:auto;color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro-alert__content{padding-left:28px;color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-button{display:flex;align-items:center;justify-content:center;flex-shrink:0;gap:8px;position:relative;padding:0 32px;border:1px solid transparent;border-radius:4px;cursor:pointer;transition:.15s ease-out;outline:none;-webkit-user-select:none;user-select:none}.ingestro-dp-frontend .ingestro-button:disabled{pointer-events:none}.ingestro-dp-frontend .ingestro-button--fullWidth{width:100%}.ingestro-dp-frontend .ingestro-button__text{display:flex;align-items:center;opacity:1}.ingestro-dp-frontend .ingestro-button__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.ingestro-dp-frontend .ingestro-button--xxxs .ingestro-button__icon,.ingestro-dp-frontend .ingestro-button--xxxs .ingestro-button__spinner{width:14px;height:14px}.ingestro-dp-frontend .ingestro-button--xxs .ingestro-button__icon,.ingestro-dp-frontend .ingestro-button--xxs .ingestro-button__spinner,.ingestro-dp-frontend .ingestro-button--xs .ingestro-button__icon,.ingestro-dp-frontend .ingestro-button--xs .ingestro-button__spinner{width:16px;height:16px}.ingestro-dp-frontend .ingestro-button--s .ingestro-button__icon,.ingestro-dp-frontend .ingestro-button--s .ingestro-button__spinner,.ingestro-dp-frontend .ingestro-button--m .ingestro-button__icon,.ingestro-dp-frontend .ingestro-button--m .ingestro-button__spinner{width:20px;height:20px}.ingestro-dp-frontend .ingestro-button--l .ingestro-button__icon,.ingestro-dp-frontend .ingestro-button--l .ingestro-button__spinner{width:24px;height:24px}.ingestro-dp-frontend .ingestro-button__spinner{position:relative;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.ingestro-dp-frontend .ingestro-button--loading .ingestro-button__text,.ingestro-dp-frontend .ingestro-button--loading .ingestro-button__icon{opacity:0}.ingestro-dp-frontend .ingestro-button--loading .ingestro-spinner{position:absolute;inset-inline-start:50%;inset-block-start:50%;transform:translate(-50%,-50%)}.ingestro-dp-frontend .ingestro-button--xxxs{height:20px;padding:0 4px;gap:4px}.ingestro-dp-frontend .ingestro-button--xxs{height:24px;padding:0 8px;gap:4px}.ingestro-dp-frontend .ingestro-button--xs{height:32px;padding:0 16px}.ingestro-dp-frontend .ingestro-button--s{height:40px}.ingestro-dp-frontend .ingestro-button--m{height:48px}.ingestro-dp-frontend .ingestro-button--l{height:56px}.ingestro-dp-frontend .ingestro-button--icon.ingestro-button--xxxs{width:20px;padding:0}.ingestro-dp-frontend .ingestro-button--icon.ingestro-button--xxs{width:24px;padding:0}.ingestro-dp-frontend .ingestro-button--icon.ingestro-button--xs{width:32px;padding:0}.ingestro-dp-frontend .ingestro-button--icon.ingestro-button--s{width:40px;padding:0}.ingestro-dp-frontend .ingestro-button--icon.ingestro-button--m{width:48px;padding:0}.ingestro-dp-frontend .ingestro-button--icon.ingestro-button--l{width:54px;padding:0}.ingestro-dp-frontend .ingestro-button--primary,.ingestro-dp-frontend .ingestro-button--primary[type]{background-color:var(--ingestro-primary-900);border-color:var(--ingestro-primary-900);color:var(--ingestro-white);border:none}.ingestro-dp-frontend .ingestro-button--primary:hover,.ingestro-dp-frontend .ingestro-button--primary:focus-visible{background-color:var(--ingestro-primary-700);border-color:var(--ingestro-primary-700)}.ingestro-dp-frontend .ingestro-button--primary:active{background-color:var(--ingestro-primary-800);border-color:var(--ingestro-primary-800)}.ingestro-dp-frontend .ingestro-button--primary:disabled{background-color:var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-100);color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-button--primary:disabled .ingestro-spinner__inner{border-color:var(--ingestro-neutral-500) transparent}.ingestro-dp-frontend .ingestro-button--primary.ingestro-button--loading,.ingestro-dp-frontend .ingestro-button--primary[type].ingestro-button--loading{background-color:var(--ingestro-primary-500);border-color:var(--ingestro-primary-500)}.ingestro-dp-frontend .ingestro-button--secondary,.ingestro-dp-frontend .ingestro-button--secondary[type]{background-color:var(--ingestro-secondary-900);border-color:var(--ingestro-secondary-900);color:var(--ingestro-white);border:none}.ingestro-dp-frontend .ingestro-button--secondary:hover,.ingestro-dp-frontend .ingestro-button--secondary:focus-visible{background-color:var(--ingestro-secondary-700);border-color:var(--ingestro-secondary-700)}.ingestro-dp-frontend .ingestro-button--secondary:active{background-color:var(--ingestro-secondary-800);border-color:var(--ingestro-secondary-800)}.ingestro-dp-frontend .ingestro-button--secondary:disabled{background-color:var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-100);color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-button--secondary:disabled .ingestro-spinner__inner{border-color:var(--ingestro-neutral-500) transparent}.ingestro-dp-frontend .ingestro-button--secondary.ingestro-button--loading,.ingestro-dp-frontend .ingestro-button--secondary[type].ingestro-button--loading{background-color:var(--ingestro-secondary-500);border-color:var(--ingestro-secondary-500)}.ingestro-dp-frontend .ingestro-button--outlinePrimary,.ingestro-dp-frontend .ingestro-button--outlinePrimary[type]{background-color:var(--ingestro-white);border-color:var(--ingestro-primary-50);color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro-button--outlinePrimary:hover,.ingestro-dp-frontend .ingestro-button--outlinePrimary:focus-visible{background-color:var(--ingestro-primary-50);border-color:var(--ingestro-primary-50)}.ingestro-dp-frontend .ingestro-button--outlinePrimary:active{background-color:var(--ingestro-primary-100);border-color:var(--ingestro-primary-100)}.ingestro-dp-frontend .ingestro-button--outlinePrimary:disabled{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-300);color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro-button--outlinePrimary:disabled .ingestro-spinner__inner{border-color:var(--ingestro-primary-900) transparent}.ingestro-dp-frontend .ingestro-button--outlinePrimary.ingestro-button--loading,.ingestro-dp-frontend .ingestro-button--outlinePrimary[type].ingestro-button--loading{background-color:var(--ingestro-primary-50);border-color:var(--ingestro-primary-50)}.ingestro-dp-frontend .ingestro-button--outlineSecondary,.ingestro-dp-frontend .ingestro-button--outlineSecondary[type]{background-color:var(--ingestro-white);border-color:var(--ingestro-secondary-50);color:var(--ingestro-secondary-500)}.ingestro-dp-frontend .ingestro-button--outlineSecondary:hover,.ingestro-dp-frontend .ingestro-button--outlineSecondary:focus-visible{background-color:var(--ingestro-secondary-50);border-color:var(--ingestro-secondary-50)}.ingestro-dp-frontend .ingestro-button--outlineSecondary:active{background-color:var(--ingestro-secondary-100);border-color:var(--ingestro-secondary-100)}.ingestro-dp-frontend .ingestro-button--outlineSecondary:disabled{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-300);color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro-button--outlineSecondary:disabled .ingestro-spinner__inner{border-color:var(--ingestro-primary-900) transparent}.ingestro-dp-frontend .ingestro-button--outlineSecondary.ingestro-button--loading,.ingestro-dp-frontend .ingestro-button--outlineSecondary[type].ingestro-button--loading{background-color:var(--ingestro-secondary-50);border-color:var(--ingestro-secondary-50)}.ingestro-dp-frontend .ingestro-button--plainPrimary,.ingestro-dp-frontend .ingestro-button--plainPrimary[type]{background-color:transparent;color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro-button--plainPrimary:hover,.ingestro-dp-frontend .ingestro-button--plainPrimary:focus-visible{background-color:var(--ingestro-primary-50)}.ingestro-dp-frontend .ingestro-button--plainPrimary:active{background-color:var(--ingestro-primary-100)}.ingestro-dp-frontend .ingestro-button--plainPrimary:disabled{background-color:transparent;color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro-button--plainPrimary:disabled .ingestro-spinner__inner{border-color:var(--ingestro-neutral-300) transparent}.ingestro-dp-frontend .ingestro-button--plainPrimary.ingestro-button--loading,.ingestro-dp-frontend .ingestro-button--plainPrimary[type].ingestro-button--loading{background-color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-button--plainSecondary[type],.ingestro-dp-frontend .ingestro-button--plainSecondary{background-color:transparent;color:var(--ingestro-secondary-500)}.ingestro-dp-frontend .ingestro-button--plainSecondary:hover,.ingestro-dp-frontend .ingestro-button--plainSecondary:focus-visible{background-color:var(--ingestro-secondary-50)}.ingestro-dp-frontend .ingestro-button--plainSecondary:active{background-color:var(--ingestro-secondary-100)}.ingestro-dp-frontend .ingestro-button--plainSecondary:disabled{background-color:transparent;color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro-button--plainSecondary:disabled .ingestro-spinner__inner{border-color:var(--ingestro-neutral-300) transparent}.ingestro-dp-frontend .ingestro-button--plainSecondary.ingestro-button--loading,.ingestro-dp-frontend .ingestro-button--plainSecondary[type].ingestro-button--loading{background-color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-button--plainNeutral,.ingestro-dp-frontend .ingestro-button--plainNeutral[type]{background-color:transparent;color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro-button--plainNeutral:hover,.ingestro-dp-frontend .ingestro-button--plainNeutral:focus-visible{background-color:var(--ingestro-neutral-50);color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-button--plainNeutral:active{background-color:var(--ingestro-neutral-100);color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-button--plainNeutral:disabled{background-color:transparent;color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro-button--plainNeutral:disabled .ingestro-spinner__inner{border-color:var(--ingestro-neutral-300) transparent}.ingestro-dp-frontend .ingestro-button--plainNeutral.ingestro-button--loading,.ingestro-dp-frontend .ingestro-button--plainNeutral[type].ingestro-button--loading{background-color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-button--plainDanger,.ingestro-dp-frontend .ingestro-button--plainDanger[type]{background-color:transparent;color:var(--ingestro-error-400)}.ingestro-dp-frontend .ingestro-button--plainDanger .ingestro-spinner__inner,.ingestro-dp-frontend .ingestro-button--plainDanger[type] .ingestro-spinner__inner{border-color:var(--ingestro-error-400) transparent}.ingestro-dp-frontend .ingestro-button--plainDanger:hover,.ingestro-dp-frontend .ingestro-button--plainDanger:focus-visible{background-color:var(--ingestro-error-50);color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-button--plainDanger:active{background-color:var(--ingestro-error-100);color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-button--plainDanger:hover .ingestro-spinner__inner,.ingestro-dp-frontend .ingestro-button--plainDanger:focus .ingestro-spinner__inner,.ingestro-dp-frontend .ingestro-button--plainDanger:active .ingestro-spinner__inner{border-color:var(--ingestro-error-500) transparent}.ingestro-dp-frontend .ingestro-button--plainDanger:disabled{background-color:transparent;color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro-button--plainDanger:disabled .ingestro-spinner__inner{border-color:var(--ingestro-neutral-300) transparent}.ingestro-dp-frontend .ingestro-button--plainDanger.ingestro-button--loading,.ingestro-dp-frontend .ingestro-button--plainDanger[type].ingestro-button--loading{background-color:var(--ingestro-white);color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-button--outlineDanger,.ingestro-dp-frontend .ingestro-button--outlineDanger[type]{background-color:transparent;color:var(--ingestro-error-400);border:1px solid var(--ingestro-error-50)}.ingestro-dp-frontend .ingestro-button--outlineDanger .ingestro-spinner__inner,.ingestro-dp-frontend .ingestro-button--outlineDanger[type] .ingestro-spinner__inner{border-color:var(--ingestro-error-400) transparent}.ingestro-dp-frontend .ingestro-button--outlineDanger:hover,.ingestro-dp-frontend .ingestro-button--outlineDanger:focus-visible{background-color:var(--ingestro-error-50);color:var(--ingestro-error-500);border:1px solid var(--ingestro-error-50)}.ingestro-dp-frontend .ingestro-button--outlineDanger:active{background-color:var(--ingestro-error-100);color:var(--ingestro-error-500);border:1px solid var(--ingestro-error-50)}.ingestro-dp-frontend .ingestro-button--outlineDanger:hover .ingestro-spinner__inner,.ingestro-dp-frontend .ingestro-button--outlineDanger:focus .ingestro-spinner__inner,.ingestro-dp-frontend .ingestro-button--outlineDanger:active .ingestro-spinner__inner{border-color:var(--ingestro-error-500) transparent}.ingestro-dp-frontend .ingestro-button--outlineDanger:disabled{background-color:var(--ingestro-neutral-50);color:var(--ingestro-neutral-300);border:1px solid var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro-button--outlineDanger:disabled .ingestro-spinner__inner{border-color:var(--ingestro-neutral-300) transparent}.ingestro-dp-frontend .ingestro-button--outlineDanger.ingestro-button--loading,.ingestro-dp-frontend .ingestro-button--outlineDanger[type].ingestro-button--loading{background-color:var(--ingestro-error-50);color:var(--ingestro-error-500);border:1px solid var(--ingestro-error-50)}.ingestro-dp-frontend .ingestro-spinner{display:inline-block;flex-shrink:0;border-radius:50%}.ingestro-dp-frontend .ingestro-spinner--xs{width:12px;height:12px}.ingestro-dp-frontend .ingestro-spinner--s{width:16px;height:16px}.ingestro-dp-frontend .ingestro-spinner--m{width:24px;height:24px}.ingestro-dp-frontend .ingestro-spinner--l{width:32px;height:32px}.ingestro-dp-frontend .ingestro-spinner--xl{width:40px;height:40px}.ingestro-dp-frontend .ingestro-spinner--xxl{width:48px;height:48px}.ingestro-dp-frontend .ingestro-spinner--xxxl{width:56px;height:56px}.ingestro-dp-frontend .ingestro-spinner__inner{box-sizing:border-box;width:100%;height:100%;border-radius:50%;border:2px solid transparent;animation:rotation .8s infinite linear}.ingestro-dp-frontend .ingestro-spinner--xl .ingestro-spinner__inner,.ingestro-dp-frontend .ingestro-spinner--xxl .ingestro-spinner__inner,.ingestro-dp-frontend .ingestro-spinner--xxxl .ingestro-spinner__inner{animation-duration:1.1s}.ingestro-dp-frontend .ingestro-spinner--xs .ingestro-spinner__inner{border-width:1px}.ingestro-dp-frontend .ingestro-spinner--neutral .ingestro-spinner__inner{border-color:var(--ingestro-neutral-500) transparent}.ingestro-dp-frontend .ingestro-spinner--primary .ingestro-spinner__inner{border-color:var(--ingestro-primary-900) transparent}.ingestro-dp-frontend .ingestro-spinner--success .ingestro-spinner__inner{border-color:var(--ingestro-success-500) transparent}.ingestro-dp-frontend .ingestro-spinner--warning .ingestro-spinner__inner{border-color:var(--ingestro-warning-500) transparent}.ingestro-dp-frontend .ingestro-spinner--error .ingestro-spinner__inner{border-color:var(--ingestro-error-500) transparent}.ingestro-dp-frontend .ingestro-spinner--white .ingestro-spinner__inner{border-color:var(--ingestro-white) transparent}.ingestro-dp-frontend .ingestro-spinner--secondary .ingestro-spinner__inner{border-color:var(--ingestro-secondary-600) transparent}.ingestro-dp-frontend .ingestro-avatar{box-sizing:border-box;display:inline-flex;align-items:center;gap:8px}.ingestro-dp-frontend .ingestro-avatar__circle{box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-shrink:0;background-color:var(--ingestro-primary-50);border:1px solid var(--ingestro-primary-200);-webkit-user-select:none;user-select:none;overflow:hidden}.ingestro-dp-frontend .ingestro-avatar--xs .ingestro-avatar__circle{width:24px;height:24px}.ingestro-dp-frontend .ingestro-avatar--s .ingestro-avatar__circle{width:32px;height:32px}.ingestro-dp-frontend .ingestro-avatar--m .ingestro-avatar__circle{width:40px;height:40px}.ingestro-dp-frontend .ingestro-avatar--l .ingestro-avatar__circle{width:48px;height:48px}.ingestro-dp-frontend .ingestro-avatar--round .ingestro-avatar__circle{border-radius:50%}.ingestro-dp-frontend .ingestro-avatar--rounded .ingestro-avatar__circle{border-radius:8px}.ingestro-dp-frontend .ingestro-avatar--xs.ingestro-avatar--rounded .ingestro-avatar__circle{border-radius:4px}.ingestro-dp-frontend .ingestro-avatar__image{width:100%}.ingestro-dp-frontend .ingestro-avatar__letters{color:var(--ingestro-primary-500)}.ingestro-dp-frontend .ingestro-avatar__details{display:flex;flex-direction:column;gap:2px}.ingestro-dp-frontend .ingestro-avatar__text{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-avatar__subtext{color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro-skeleton{background-color:var(--ingestro-neutral-100);animation:skeleton-pulse 1.8s ease-in-out .5s infinite}.ingestro-dp-frontend .ingestro-stepProgress{height:20px;box-sizing:border-box;display:inline-flex;align-items:center;gap:12px;cursor:default}.ingestro-dp-frontend .ingestro-stepProgress__option{height:100%;display:flex;align-items:center;gap:12px}.ingestro-dp-frontend .ingestro-stepProgress__option:last-of-type .ingestro-stepProgress__optionIcon{display:none}.ingestro-dp-frontend .ingestro-stepProgress__optionIcon{display:flex;align-items:center;justify-content:center;color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-stepProgress__optionText{display:flex;align-items:center;gap:8px;color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .stepProgress__optionText--active{color:var(--ingestro-neutral-900);font-weight:600}.ingestro-dp-frontend .stepProgress__optionText--completed{color:var(--ingestro-neutral-900);font-weight:400}.ingestro-dp-frontend .ingestro-stepProgress__completeIcon{width:20px;height:20px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;background-color:var(--ingestro-success-500);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-checkbox{display:inline-flex;align-items:center;cursor:pointer;gap:8px;flex-shrink:0}.ingestro-dp-frontend .ingestro-checkbox__input{position:absolute;left:-9999px;opacity:0}.ingestro-dp-frontend .ingestro-checkbox__check{box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:4px;background-color:transparent;border:1px solid var(--ingestro-neutral-200);transition:ease-in .12s}.ingestro-dp-frontend .ingestro-checkbox--s .ingestro-checkbox__check{width:20px;height:20px}.ingestro-dp-frontend .ingestro-checkbox--xs .ingestro-checkbox__check{width:16px;height:16px}.ingestro-dp-frontend .ingestro-checkbox--m .ingestro-checkbox__check{width:24px;height:24px}.ingestro-dp-frontend .ingestro-checkbox__mark{width:100%;height:100%;flex-shrink:0;display:flex;align-items:center;justify-content:center;opacity:0;color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-checkbox__text{display:inline-flex;align-items:center;width:auto;transition:.1s ease-in-out;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-checkbox:focus-within .ingestro-checkbox__input:checked+.ingestro-checkbox__check{background-color:var(--ingestro-primary-900);border-color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro-checkbox__input:hover+.ingestro-checkbox__check{background-color:var(--ingestro-primary-50);border-color:var(--ingestro-primary-200)}.ingestro-dp-frontend .ingestro-checkbox:active .ingestro-checkbox__check{background-color:var(--ingestro-primary-100);border-color:var(--ingestro-primary-100)}.ingestro-dp-frontend .ingestro-checkbox.ingestro-checkbox--indeterminate .ingestro-checkbox__check,.ingestro-dp-frontend .ingestro-checkbox__input:checked+.ingestro-checkbox__check{background-color:var(--ingestro-primary-900);border-color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro-checkbox--indeterminate .ingestro-checkbox__check .ingestro-checkbox__mark,.ingestro-dp-frontend .ingestro-checkbox__input:checked+.ingestro-checkbox__check .ingestro-checkbox__mark{opacity:1}.ingestro-dp-frontend .ingestro-checkbox--indeterminate:hover .ingestro-checkbox__check,.ingestro-dp-frontend .ingestro-checkbox__input:checked:hover+.ingestro-checkbox__check{background-color:var(--ingestro-primary-700);border-color:var(--ingestro-primary-700)}.ingestro-dp-frontend .ingestro-checkbox:active .ingestro-checkbox__input:checked+.ingestro-checkbox__check{background-color:var(--ingestro-primary-800);border-color:var(--ingestro-primary-800)}.ingestro-dp-frontend .ingestro-checkbox--disabled{pointer-events:none;cursor:default}.ingestro-dp-frontend .ingestro-checkbox--disabled .ingestro-checkbox__check,.ingestro-dp-frontend .ingestro-checkbox--disabled .ingestro-checkbox__input:checked+.ingestro-checkbox__check{border-color:var(--ingestro-neutral-300);background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-checkbox--indeterminate.ingestro-checkbox--disabled .ingestro-checkbox__check{border-color:var(--ingestro-neutral-300);background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-checkbox--disabled .ingestro-checkbox__mark,.ingestro-dp-frontend .ingestro-checkbox--disabled .ingestro-checkbox__text{color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro-code-editor{display:flex;flex-direction:column;width:100%;font-family:Monaco,Menlo,Ubuntu Mono,Courier New,monospace;position:relative;--editor__bg-scrollbar: 0, 0%, 50%}.ingestro-dp-frontend .ingestro-code-editor__copy-button-wrapper{position:absolute;top:8px;right:8px;z-index:10}.ingestro-dp-frontend .ingestro-code-editor--xs{gap:2px}.ingestro-dp-frontend .ingestro-code-editor--xs .ingestro-code-editor__container{min-height:220px;font-size:11px;line-height:20px}.ingestro-dp-frontend .ingestro-code-editor--s{gap:4px}.ingestro-dp-frontend .ingestro-code-editor--s .ingestro-code-editor__container{min-height:260px;font-size:12px;line-height:24px}.ingestro-dp-frontend .ingestro-code-editor--m{gap:4px}.ingestro-dp-frontend .ingestro-code-editor--m .ingestro-code-editor__container{min-height:284px;font-size:14px;line-height:26px}.ingestro-dp-frontend .ingestro-code-editor__container{box-sizing:border-box;width:100%;border-radius:4px;border:1px solid var(--ingestro-neutral-200);--ingestro-code-editor-surface: var(--ingestro-white);background-color:var(--ingestro-code-editor-surface);overflow:hidden;position:relative;transition:border-color .2s ease,background-color .2s ease}.ingestro-dp-frontend .ingestro-code-editor__container>.prism-code-editor{overflow-y:auto;overflow-x:auto;height:100%!important;min-height:inherit!important;max-height:inherit!important}.ingestro-dp-frontend .ingestro-code-editor__container:hover{--ingestro-code-editor-surface: var(--ingestro-secondary-50);border-color:var(--ingestro-secondary-200)}.ingestro-dp-frontend .ingestro-code-editor__container:focus-within{border-color:var(--ingestro-secondary-500);--ingestro-code-editor-surface: transparent}.ingestro-dp-frontend .ingestro-code-editor__container:focus-within:hover{--ingestro-code-editor-surface: var(--ingestro-secondary-50)}.ingestro-dp-frontend .ingestro-code-editor--invalid .ingestro-code-editor__container{border-color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-code-editor--invalid .ingestro-code-editor__container:hover,.ingestro-dp-frontend .ingestro-code-editor--invalid .ingestro-code-editor__container:focus-within{border-color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-code-editor--disabled{-webkit-user-select:none;user-select:none}.ingestro-dp-frontend .ingestro-code-editor--disabled .ingestro-code-editor__container{--ingestro-code-editor-surface: var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-200);color:var(--ingestro-neutral-700)}.ingestro-dp-frontend .ingestro-code-editor--disabled .ingestro-code-editor__container:hover,.ingestro-dp-frontend .ingestro-code-editor--disabled .ingestro-code-editor__container:focus-within{--ingestro-code-editor-surface: var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-200)}.ingestro-dp-frontend .ingestro-code-editor--disabled .ingestro-code-editor__editor{caret-color:transparent}.ingestro-dp-frontend .ingestro-code-editor--disabled .ingestro-code-editor__editor textarea{caret-color:transparent!important}.ingestro-dp-frontend .ingestro-code-editor--disabled .ingestro-code-editor__editor{--pce-selection: transparent;--editor__bg-highlight: transparent}.ingestro-dp-frontend .ingestro-code-editor--readOnly{-webkit-user-select:text;user-select:text}.ingestro-dp-frontend .ingestro-code-editor--readOnly .ingestro-code-editor__container{--ingestro-code-editor-surface: var(--ingestro-neutral-50);cursor:default}.ingestro-dp-frontend .ingestro-code-editor__editor{--padding-inline: 12px;--editor__bg: var(--ingestro-code-editor-surface);--pce-selection: var(--ingestro-secondary-200);--widget__bg: var(--ingestro-white);--widget__border: var(--ingestro-neutral-100);--widget__color: var(--ingestro-neutral-900);--widget__color-active: var(--ingestro-neutral-900);--widget__bg-hover: var(--ingestro-neutral-50);--widget__bg-active: var(--ingestro-neutral-100);--editor__line-number: var(--ingestro-neutral-400);--editor__bg-highlight: var(--ingestro-secondary-100);--bg-guide-indent: var(--ingestro-neutral-200);--pce-ac-match: var(--ingestro-secondary-500);outline:none;caret-color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-code-editor--xs .ingestro-code-editor__editor{--padding-inline: 8px}.ingestro-dp-frontend .ingestro-code-editor--s .ingestro-code-editor__editor{--padding-inline: 10px}.ingestro-dp-frontend .ingestro-code-editor__editor textarea::placeholder{color:var(--ingestro-neutral-400);opacity:1}.ingestro-dp-frontend .ingestro-code-editor__editor textarea::-webkit-input-placeholder{color:var(--ingestro-neutral-400);opacity:1}.ingestro-dp-frontend .ingestro-code-editor__editor textarea::-moz-placeholder{color:var(--ingestro-neutral-400);opacity:1}.ingestro-dp-frontend .ingestro-code-editor__editor textarea:-ms-input-placeholder{color:var(--ingestro-neutral-400);opacity:1}.ingestro-dp-frontend .ingestro-code-editor__editor{--number-spacing: 12px}.ingestro-dp-frontend .ingestro-code-editor__editor .prism-code-editor>.pce-wrapper>.pce-lines{border-right:1px solid var(--ingestro-neutral-200)}.ingestro-dp-frontend .ingestro-code-editor .token.comment,.ingestro-dp-frontend .ingestro-code-editor .token.prolog,.ingestro-dp-frontend .ingestro-code-editor .token.doctype,.ingestro-dp-frontend .ingestro-code-editor .token.cdata{color:var(--ingestro-neutral-500);font-style:italic}.ingestro-dp-frontend .ingestro-code-editor .token.punctuation{color:var(--ingestro-neutral-700)}.ingestro-dp-frontend .ingestro-code-editor .token.property,.ingestro-dp-frontend .ingestro-code-editor .token.tag,.ingestro-dp-frontend .ingestro-code-editor .token.boolean,.ingestro-dp-frontend .ingestro-code-editor .token.number,.ingestro-dp-frontend .ingestro-code-editor .token.constant,.ingestro-dp-frontend .ingestro-code-editor .token.symbol,.ingestro-dp-frontend .ingestro-code-editor .token.deleted{color:var(--ingestro-error-600)}.ingestro-dp-frontend .ingestro-code-editor .token.selector,.ingestro-dp-frontend .ingestro-code-editor .token.attr-name,.ingestro-dp-frontend .ingestro-code-editor .token.string,.ingestro-dp-frontend .ingestro-code-editor .token.char,.ingestro-dp-frontend .ingestro-code-editor .token.builtin,.ingestro-dp-frontend .ingestro-code-editor .token.inserted{color:var(--ingestro-success-600)}.ingestro-dp-frontend .ingestro-code-editor .token.operator,.ingestro-dp-frontend .ingestro-code-editor .token.entity,.ingestro-dp-frontend .ingestro-code-editor .token.url,.ingestro-dp-frontend .ingestro-code-editor .language-css .token.string,.ingestro-dp-frontend .ingestro-code-editor .style .token.string{color:var(--ingestro-warning-700)}.ingestro-dp-frontend .ingestro-code-editor .token.atrule,.ingestro-dp-frontend .ingestro-code-editor .token.attr-value,.ingestro-dp-frontend .ingestro-code-editor .token.keyword{color:var(--ingestro-primary-600)}.ingestro-dp-frontend .ingestro-code-editor .token.function,.ingestro-dp-frontend .ingestro-code-editor .token.class-name{color:var(--ingestro-secondary-700)}.ingestro-dp-frontend .ingestro-code-editor .token.regex,.ingestro-dp-frontend .ingestro-code-editor .token.important,.ingestro-dp-frontend .ingestro-code-editor .token.variable{color:var(--ingestro-warning-600)}.ingestro-dp-frontend .ingestro-code-editor .token.column-reference{color:var(--ingestro-secondary-700);font-weight:500}.ingestro-dp-frontend .ingestro-code-editor--language-bash .token.package,.ingestro-dp-frontend .ingestro-code-editor--language-javascript .token.package{color:var(--ingestro-success-600)}.ingestro-dp-frontend .ingestro-code-editor__editor .pce-ac-tooltip{border-radius:6px;box-shadow:var(--shadow-bottom-xs);padding:4px 0;margin:4px 0;z-index:var(--layer-overlay, 1200);position:sticky;border:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);overflow-x:hidden!important;overflow-y:auto;overscroll-behavior:contain;width:var(--ingestro-code-editor-ac-width, 320px)!important;min-width:var(--ingestro-code-editor-ac-width, 320px);max-width:var(--ingestro-code-editor-ac-width, 320px);scrollbar-color:var(--ingestro-neutral-300) transparent;scrollbar-gutter:stable both-edges;box-sizing:border-box}.ingestro-dp-frontend .ingestro-code-editor__editor .pce-ac-icon-constant{color:var(--ingestro-primary-500)!important}.ingestro-dp-frontend .ingestro-code-editor__editor .pce-ac-tooltip>*{min-width:100%;display:flex;flex-direction:column;gap:0}.ingestro-dp-frontend .ingestro-code-editor__editor .pce-ac-tooltip::-webkit-scrollbar{width:6px;height:6px}.ingestro-dp-frontend .ingestro-code-editor__editor .pce-ac-tooltip::-webkit-scrollbar-track{background:transparent}.ingestro-dp-frontend .ingestro-code-editor__editor .pce-ac-tooltip::-webkit-scrollbar-thumb{background-color:var(--ingestro-neutral-300);border-radius:3px}.ingestro-dp-frontend .ingestro-code-editor__editor .pce-ac-tooltip::-webkit-scrollbar-thumb:hover{background-color:var(--ingestro-neutral-400)}.ingestro-dp-frontend .ingestro-code-editor__editor .pce-ac-row{font-size:13px;padding:0 12px;gap:10px;align-items:center;height:32px;min-height:32px;line-height:20px;color:var(--ingestro-neutral-900);background-color:var(--ingestro-white);cursor:pointer;transition:background-color .15s ease,color .15s ease;overflow:visible;flex-shrink:0;white-space:nowrap;display:flex;min-width:100%;box-sizing:border-box;font-weight:500;width:100%}.ingestro-dp-frontend .ingestro-code-editor__editor .pce-ac-row:hover{background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro-code-editor__editor .pce-ac-row[aria-selected]{background-color:var(--ingestro-neutral-100);color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-code-editor__editor .pce-ac-row div{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ingestro-dp-frontend .ingestro-code-editor__editor .pce-ac-row div:nth-of-type(2){flex:1 1 auto;min-width:0;width:calc(100% - 96px)}.ingestro-dp-frontend .ingestro-code-editor__editor .pce-ac-details{font-size:12px;line-height:16px;font-weight:400;color:var(--ingestro-neutral-500);margin-left:auto;flex:0 0 88px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}.ingestro-dp-frontend .ingestro-code-editor__editor .pce-ac-row>div:first-of-type{flex:0 0 20px;min-width:20px}.ingestro-dp-frontend .ingestro-code-editor__editor .pce-ac-icon{width:16px;height:16px;color:var(--ingestro-neutral-500);flex-shrink:0}.ingestro-dp-frontend .ingestro-code-editor__editor{--pce-ac-icon-function: var(--ingestro-secondary-500);--pce-ac-icon-variable: var(--ingestro-primary-500);--pce-ac-icon-keyword: var(--ingestro-error-500);--pce-ac-icon-property: var(--ingestro-warning-500);--pce-ac-icon-snippet: var(--ingestro-secondary-500)}.ingestro-dp-frontend .ingestro-code-editor__footer{display:flex;justify-content:space-between;align-items:center;color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-code-editor--xs .ingestro-code-editor__footer,.ingestro-dp-frontend .ingestro-code-editor--s .ingestro-code-editor__footer{font-size:11px;line-height:16px}.ingestro-dp-frontend .ingestro-code-editor--m .ingestro-code-editor__footer{font-size:12px;line-height:18px}.ingestro-dp-frontend .ingestro-code-editor__error-line{background-color:#ef44441a;border-bottom:2px wavy var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-code-editor--no-active-highlight .ingestro-code-editor__editor{--editor__bg-highlight: transparent}.ingestro-dp-frontend .ingestro-code-editor__footer{font-family:Inter,sans-serif,serif}.ingestro-dp-frontend .ingestro-tooltip{display:inline-flex;flex-direction:column}.ingestro-dp-frontend .ingestro-tooltip__anchor{display:inline-flex;flex-direction:column;border:0;outline:0;padding:0;background-color:transparent}.ingestro-dp-frontend .ingestro-tooltip__content{background-color:var(--ingestro-white);box-shadow:var(--shadow-bottom);border-radius:4px;padding:12px 16px;z-index:var(--layer-overlay);overflow-wrap:anywhere}.ingestro-dp-frontend .ingestro-tooltip__content--white{background-color:var(--ingestro-white);color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-tooltip__content--dark{background-color:var(--ingestro-neutral-700);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-tooltip__content--info{background-color:var(--ingestro-primary-500);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-tooltip__content--success{background-color:var(--ingestro-success-400);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-tooltip__content--warning{background-color:var(--ingestro-warning-400);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-tooltip__content--error{background-color:var(--ingestro-error-400);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-tooltip__content-value b,.ingestro-dp-frontend .ingestro-tooltip__content-value strong{font-weight:600}.ingestro-dp-frontend .ingestro-tooltip__content--align-left .ingestro-tooltip__content-value{text-align:left}.ingestro-dp-frontend .ingestro-tooltip__content--align-center .ingestro-tooltip__content-value{text-align:center}.ingestro-dp-frontend .ingestro-tooltip__content--align-right .ingestro-tooltip__content-value{text-align:right}.ingestro-dp-frontend .ingestro-tooltip__content--unhoverable{pointer-events:none}.ingestro-dp-frontend .prism-code-editor{overflow:auto;display:grid;background:var(--editor__bg);line-height:1.4;--_pse: var(--padding-inline, .75em);--_ns: var(--number-spacing, .75em);--padding-left: var(--_pse);scroll-padding-left:var(--padding-left);-webkit-user-select:none;user-select:none;isolation:isolate;white-space:pre}.ingestro-dp-frontend .show-line-numbers{--padding-left: calc(var(--_pse) + var(--number-width) + var(--_ns));grid:1fr / 0 1fr}.ingestro-dp-frontend .pce-wrapper{margin:.5em 0;position:relative;pointer-events:none;-webkit-text-size-adjust:none;text-size-adjust:none}.ingestro-dp-frontend .prism-code-editor textarea{all:unset;box-sizing:border-box;height:100%;width:100%;color:#0000;-webkit-user-select:auto;user-select:auto;overflow:hidden;pointer-events:auto;padding:0 var(--_pse) 0 var(--padding-left)}.ingestro-dp-frontend .pce-no-selection textarea:focus{z-index:1}.ingestro-dp-frontend .pce-line{padding:0 var(--_pse) 0 0;margin:0 0 0 var(--padding-left);position:relative}.ingestro-dp-frontend .show-line-numbers .pce-line:before{content:attr(data-line);display:inline-block;margin:0 0 0 calc(-1 * var(--padding-left));padding:0 var(--_ns) 0 0;box-sizing:border-box;color:var(--editor__line-number);text-align:end}.ingestro-dp-frontend .show-line-numbers:before{content:"";background:inherit;pointer-events:none}.ingestro-dp-frontend .show-line-numbers:before,.ingestro-dp-frontend .pce-line:before{position:sticky;height:100%;z-index:2;left:0;width:var(--padding-left)}.ingestro-dp-frontend .pce-wrap .pce-line:before{position:absolute}.ingestro-dp-frontend .pce-overlays,.ingestro-dp-frontend div.pce-overlays>*,.ingestro-dp-frontend .pce-no-selection .active-line:after,.ingestro-dp-frontend .active-line.match-highlight:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.ingestro-dp-frontend .active-line:after{border:var(--editor__border-highlight);background:var(--editor__bg-highlight);z-index:-2}.ingestro-dp-frontend .pce-wrap{white-space:pre-wrap;word-break:break-word}.ingestro-dp-frontend .selection-matches span{background:var(--editor__bg-selection-match)}.ingestro-dp-frontend .pce-nowrap .active-bracket{display:inline-block}@media(hover:hover){.ingestro-dp-frontend .prism-code-editor::-webkit-scrollbar-corner,.ingestro-dp-frontend .prism-code-editor::-webkit-scrollbar-track,.ingestro-dp-frontend .prism-code-editor ::-webkit-scrollbar-corner,.ingestro-dp-frontend .prism-code-editor ::-webkit-scrollbar-track{background:#0000}.ingestro-dp-frontend .prism-code-editor::-webkit-scrollbar,.ingestro-dp-frontend .prism-code-editor ::-webkit-scrollbar{height:1em;width:1em}.ingestro-dp-frontend .prism-code-editor::-webkit-scrollbar-thumb,.ingestro-dp-frontend .prism-code-editor ::-webkit-scrollbar-thumb{background:hsla(var(--editor__bg-scrollbar),.36);width:2em;height:2em}.ingestro-dp-frontend .prism-code-editor::-webkit-scrollbar-thumb:hover,.ingestro-dp-frontend .prism-code-editor ::-webkit-scrollbar-thumb:hover{background:hsla(var(--editor__bg-scrollbar),.5)}.ingestro-dp-frontend .prism-code-editor::-webkit-scrollbar-thumb:active,.ingestro-dp-frontend .prism-code-editor ::-webkit-scrollbar-thumb:active{background:hsla(var(--editor__bg-scrollbar),.66)}}.ingestro-dp-frontend .pce-ac-tooltip{background:var(--widget__bg);border:1px solid var(--widget__border);pointer-events:auto;box-sizing:border-box;position:sticky;right:.5em;left:.5em;overflow:auto;border-radius:.3em;white-space:pre}.ingestro-dp-frontend .pce-ac-tooltip>ul{all:unset;display:block;box-sizing:border-box;overflow:hidden}.ingestro-dp-frontend .pce-ac-row{display:flex;padding:0 .2em;height:1.4em;align-items:center;gap:.5em;cursor:pointer}.ingestro-dp-frontend .pce-ac-row span{color:var(--pce-ac-match, #52b1ff)}.ingestro-dp-frontend .pce-ac-row div{overflow-x:hidden;text-overflow:ellipsis}.ingestro-dp-frontend .pce-ac-details{opacity:.75;font-size:90%;margin-left:auto}.ingestro-dp-frontend .pce-ac-details:empty{display:none}@media(hover:hover){.ingestro-dp-frontend .pce-ac-row:hover{background:#7772}}.ingestro-dp-frontend .pce-ac-row[aria-selected]{background:#1094ff36;color:var(--widget__color-active)}.ingestro-dp-frontend .pce-tabstops span{background:var(--pce-tabstop, #7c7c7c4d)}.ingestro-dp-frontend .pce-tabstops :empty{padding:0 1px;margin:0 -1px}.ingestro-dp-frontend .pce-ac-icon{display:flex;flex-shrink:0;align-items:center;margin-right:-.25em}.ingestro-dp-frontend .pce-ac-icon:before{content:"";width:16px;height:16px;background:currentColor;mask:no-repeat var(--mask)}.ingestro-dp-frontend .pce-ac-row[aria-selected] .pce-ac-icon:before{color:var(--widget__color-active)}.ingestro-dp-frontend .pce-ac-icon-namespace{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" d="m6 2.5 a2 2 0 0 0-2 2v1.5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v1.5a2 2 0 0 0 2 2m4-11a2 2 0 0 1 2 2v1.5a2 2 0 0 0 2 2 2 2 0 0 0-2 2v1.5a2 2 0 0 1-2 2"/></svg>')}.ingestro-dp-frontend .pce-ac-icon-unit{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" stroke-linejoin="bevel" d="m3.5 1.5h9v13h-9zm.5 2h4m-4 3h2m-2 3h4m-4 3h2"/></svg>')}.ingestro-dp-frontend .pce-ac-icon-parameter{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" stroke="red" fill="none"><path stroke-linejoin="bevel" d="m3.3 6.2l-1.8 1.8 1.8 1.8m9.4 0l1.8-1.8-1.8-1.8"/><path d="m5.5 6v-1.5h5v1.5m-2.5-1v6.5h1.5-3m.5 0a1 1 0 0 0 1-1 1 1 0 0 0 1 1m1.5-6a1 1 0 0 0-1-1m-3 0a1 1 0 0 0-1 1"/></svg>')}.ingestro-dp-frontend .pce-ac-icon-snippet{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" stroke-linejoin="bevel" d="m2.5 13v-11.5h12v11.5m-12.5 1.5h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1"/></svg>')}.ingestro-dp-frontend .pce-ac-icon-enum{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m2 7h6l1 1v5l-1 1h-6l-1-1v-5zv6h6v-5h-6zm1 2h4v1h-4zm0 2h4v1h-4zm4-5v-3l1-1h6l1 1v5l-1 1h-4v-1h4v-5h-6v3zm2-2h4v1h-4zm0 2h4v1h-3.59l-.41-.41z"/></svg>')}.ingestro-dp-frontend .pce-ac-icon-interface{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" d="m4 8h4.5a3 3 0 0 1 6 0 3 3 0 0 1-6 0"/><circle cx="3" cy="8" r="2"/></svg>')}.ingestro-dp-frontend .pce-ac-icon-constant{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" stroke-linejoin="bevel" d="m1.5 3.5h13v9h-13zm2.5 3h8m0 3h-8"/></svg>')}.ingestro-dp-frontend .pce-ac-icon-class{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" stroke-linejoin="bevel" d="m5.5 1.5 l2 2-4 4-2-2 4-4zm0 4v7h5.5m-.5.5l2.5-2.5 1.5 1.5-2.5 2.5zm-5.5-5.5h6m-.5.5l2.5-2.5 1.5 1.5-2.5 2.5z"/></svg>')}.ingestro-dp-frontend .pce-ac-icon-property{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" d="m7.24 6.86a3.8 3.8 0 0 1 5.02-5.02l-2.8 2.8 1.9 1.9 2.8-2.8a3.8 3.8 0 0 1-5.02 5.02l-5.35 5.35a.95.95 0 0 1-1.9-1.9z"/></svg>')}.ingestro-dp-frontend .pce-ac-icon-variable{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" stroke-linejoin="bevel" d="m4 4.5h-2.5v8h2.5m8 0h2.5v-8h-2.5m-3 1l2.5 1.5v2.5l-4.5 2-2.5-1.5v-2.5zm-4.5 2l2.5 1.5v2.5m0-2.5l4.5-2"/></svg>')}.ingestro-dp-frontend .pce-ac-icon-function{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" stroke-linejoin="bevel" d="m8 1.25l5.5 3.3v6.6l-5.5 3.3-5.5-3.3v-6.6zM2.5 4.85l5.5 3v6.5m0-6.5l5.5-3"/></svg>')}.ingestro-dp-frontend .pce-ac-icon-keyword{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" d="m1.5 2.5h6v2h-6zm8.5 1h5m-14 4h11m-11 3h6m3 0h5m-3 3h2m-13 0h9"/></svg>')}.ingestro-dp-frontend .ingestro-datepicker *{box-sizing:border-box}.ingestro-dp-frontend .ingestro-datepicker{width:100%;box-sizing:border-box;display:inline-flex;flex-direction:column;position:relative}.ingestro-dp-frontend .ingestro-datepicker__anchor{width:100%;box-sizing:border-box;display:flex;flex-direction:column;border:0;outline:0;padding:0;background-color:transparent}.ingestro-dp-frontend .ingestro-datepicker__anchor .ingestro-input__input{-webkit-user-select:none;user-select:none}.ingestro-dp-frontend .ingestro-datepicker__content{box-sizing:border-box;display:flex;flex-direction:column;border-radius:4px;border:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);box-shadow:var(--shadow-bottom-xs);z-index:var(--layer-overlay);outline:none;overflow:hidden}.ingestro-dp-frontend .ingestro-datepicker__content-main{box-sizing:border-box;width:312px;padding:16px;flex:1 auto;display:flex;flex-direction:column;overflow-y:auto}.ingestro-dp-frontend .ingestro-datepicker__toggle{box-sizing:border-box;width:100%;position:relative;display:flex;align-items:center;gap:8px;background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-200);border-radius:4px;padding:0 4px 0 12px;cursor:pointer;outline:none}.ingestro-dp-frontend .ingestro-datepicker--xs .ingestro-datepicker__toggle{height:32px}.ingestro-dp-frontend .ingestro-datepicker--s .ingestro-datepicker__toggle{height:40px}.ingestro-dp-frontend .ingestro-datepicker__toggle:hover,.ingestro-dp-frontend .ingestro-datepicker__toggle:focus-visible{border-color:var(--ingestro-secondary-200);background-color:var(--ingestro-secondary-50)}.ingestro-dp-frontend .ingestro-datepicker__toggle--focused,.ingestro-dp-frontend .ingestro-datepicker__toggle--focused:hover,.ingestro-dp-frontend .ingestro-datepicker__toggle--invalid.ingestro-datepicker__toggle--focused,.ingestro-dp-frontend .ingestro-datepicker__toggle--invalid.ingestro-datepicker__toggle--focused:hover{border-color:var(--ingestro-secondary-500)}.ingestro-dp-frontend .ingestro-datepicker__toggle--invalid,.ingestro-dp-frontend .ingestro-datepicker__toggle--invalid:hover{border-color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-datepicker__toggle-placeholder{color:var(--ingestro-neutral-400)}.ingestro-dp-frontend .ingestro-datepicker__toggle-actions{display:flex;align-items:center;margin-left:auto;color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-datepicker__toggle-value{color:var(--ingestro-neutral-900);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ingestro-dp-frontend .ingestro-datepicker__toggle--disabled{pointer-events:none;-webkit-user-select:none;user-select:none;background-color:var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-200);justify-content:space-between}.ingestro-dp-frontend .ingestro-datepicker__periodControl{display:flex;align-items:center;margin-block-end:12px}.ingestro-dp-frontend .ingestro-datepicker__monthButtons{display:flex;align-items:center;margin-inline-start:auto}.ingestro-dp-frontend .ingestro-datepicker__periodControlButton{height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:0;padding:0 12px;cursor:pointer;transition:.15s ease-out;outline:none;-webkit-user-select:none;user-select:none;background-color:transparent;color:var(--ingestro-neutral-900);font-weight:600}.ingestro-dp-frontend .ingestro-datepicker__periodControlButton:focus,.ingestro-dp-frontend .ingestro-datepicker__periodControlButton:hover{background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-datepicker__dates{display:flex;flex-wrap:wrap}.ingestro-dp-frontend .ingestro-datepicker__years-wrapper{flex:1 auto;display:flex;flex-direction:column;overflow-y:auto}.ingestro-dp-frontend .ingestro-datepicker__weekDays{display:flex;align-items:center;cursor:default;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-datepicker__weekDay{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-weight:600}.ingestro-dp-frontend .ingestro-datepicker__dateButton{height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:0;cursor:pointer;transition:.15s ease-out;outline:none;-webkit-user-select:none;user-select:none;background-color:transparent;font-size:inherit;line-height:inherit}.ingestro-dp-frontend .ingestro-datepicker__day{width:40px}.ingestro-dp-frontend .ingestro-datepicker__month{width:50%;font-size:14px;font-weight:600}.ingestro-dp-frontend .ingestro-datepicker__year{width:33.33%;font-size:14px;font-weight:600}.ingestro-dp-frontend .ingestro-datepicker__dateButton--current{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-datepicker__dateButton--previous,.ingestro-dp-frontend .ingestro-datepicker__dateButton--next{color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro-datepicker__dateButton--today{color:var(--ingestro-neutral-900);background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-datepicker__dateButton--selected{background-color:var(--ingestro-primary-50);color:var(--ingestro-primary-500)}.ingestro-dp-frontend .ingestro-datepicker__dateButton--current:focus,.ingestro-dp-frontend .ingestro-datepicker__dateButton--current:hover{color:var(--ingestro-neutral-900);background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro-datepicker__dateButton--previous:focus,.ingestro-dp-frontend .ingestro-datepicker__dateButton--previous:hover,.ingestro-dp-frontend .ingestro-datepicker__dateButton--next:focus,.ingestro-dp-frontend .ingestro-datepicker__dateButton--next:hover{color:var(--ingestro-neutral-500);background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro-datepicker__dateButton--today:focus,.ingestro-dp-frontend .ingestro-datepicker__dateButton--today:hover{color:var(--ingestro-neutral-900);background-color:var(--ingestro-primary-100)}.ingestro-dp-frontend .ingestro-datepicker__dateButton--selected:focus,.ingestro-dp-frontend .ingestro-datepicker__dateButton--selected:hover{color:var(--ingestro-primary-500);background-color:var(--ingestro-primary-100)}.ingestro-dp-frontend .ingestro-datepicker__dateButton--range.ingestro-datepicker__dateButton--selected{border-radius:0}.ingestro-dp-frontend .ingestro-datepicker__dateButton--rangeStart,.ingestro-dp-frontend .ingestro-datepicker__dateButton--rangeEnd{background-color:var(--ingestro-primary-500);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-datepicker__dateButton--rangeStart:hover,.ingestro-dp-frontend .ingestro-datepicker__dateButton--rangeStart:focus,.ingestro-dp-frontend .ingestro-datepicker__dateButton--rangeEnd:hover,.ingestro-dp-frontend .ingestro-datepicker__dateButton--rangeEnd:focus{background-color:var(--ingestro-primary-700);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-datepicker__dateButton--rangeStart.ingestro-datepicker__dateButton--selected{border-top-left-radius:8px;border-bottom-left-radius:8px}.ingestro-dp-frontend .ingestro-datepicker__dateButton--rangeEnd.ingestro-datepicker__dateButton--selected{border-top-right-radius:8px;border-bottom-right-radius:8px}.ingestro-dp-frontend .ingestro-datepicker__dateButton--disabled{color:var(--ingestro-neutral-300);pointer-events:none}.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--selected{background-color:var(--ingestro-neutral-100);color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--selected:focus,.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--selected:hover{color:var(--ingestro-primary-500);background-color:var(--ingestro-primary-100)}.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--today{font-weight:600;color:var(--ingestro-neutral-900);background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--today:focus,.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--today:hover{color:var(--ingestro-neutral-900);background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--rangeStart,.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--rangeEnd{background-color:var(--ingestro-primary-900);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--range{font-weight:600}.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--current:focus,.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--current:hover{color:var(--ingestro-neutral-900);background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--rangeStart:hover,.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--rangeStart:focus,.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--rangeEnd:hover,.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--rangeEnd:focus{background-color:var(--ingestro-primary-900);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--previous:focus,.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--previous:hover,.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--next:focus,.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--next:hover{color:var(--ingestro-neutral-500);background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--selected:hover{background-color:var(--ingestro-primary-100)!important}.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton.ingestro-datepicker__day.ingestro-datepicker__dateButton--selected{color:var(--ingestro-white);background-color:var(--ingestro-primary-900);font-weight:600}.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton.ingestro-datepicker__day.ingestro-datepicker__dateButton--selected:hover{color:var(--ingestro-white)!important;background-color:var(--ingestro-primary-700)!important}.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--current.ingestro-datepicker__day.ingestro-datepicker__dateButton--today:focus,.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--current.ingestro-datepicker__day.ingestro-datepicker__dateButton--today:hover{color:var(--ingestro-neutral-900);background-color:var(--ingestro-primary-100)}.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton.ingestro-datepicker__day.ingestro-datepicker__dateButton--selected.ingestro-datepicker__dateButton--range:not(.ingestro-datepicker__dateButton--rangeStart):not(.ingestro-datepicker__dateButton--rangeEnd){background-color:var(--ingestro-primary-50);color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro-datepicker__content--primary .ingestro-datepicker__dateButton.ingestro-datepicker__day.ingestro-datepicker__dateButton--selected.ingestro-datepicker__dateButton--range:hover:not(.ingestro-datepicker__dateButton--rangeStart):not(.ingestro-datepicker__dateButton--rangeEnd){background-color:var(--ingestro-primary-100)!important}.ingestro-dp-frontend .ingestro-dialog__overlay{background:#000c;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:var(--layer-overlay);opacity:1;animation:appear .1s ease-in}.ingestro-dp-frontend .ingestro-dialog__content{position:relative;box-sizing:border-box;display:flex;flex-direction:column;min-width:480px;flex-shrink:0;gap:24px;padding:24px;max-width:calc(100% - 48px);max-height:calc(100% - 48px);background-color:var(--ingestro-white);border-radius:8px;overflow-y:auto;cursor:default;transition:.1s ease-in-out}.ingestro-dp-frontend .ingestro-dialog__content--fullScreen{width:100%;height:100%}.ingestro-dp-frontend .ingestro-dialog__header{flex-shrink:0;display:flex;flex-direction:column}.ingestro-dp-frontend .ingestro-dialog__header--center{text-align:center;align-items:center}.ingestro-dp-frontend .ingestro-dialog__title{margin:0;color:var(--ingestro-neutral-900);padding-right:96px}.ingestro-dp-frontend .ingestro-dialog__header .ingestro-dialog__title{padding-right:0}.ingestro-dp-frontend .ingestro-dialog__subtitle{margin:16px 0 0;color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro-dialog__header-actions{position:absolute;top:12px;right:12px;height:48px;display:flex;align-items:center;justify-content:center;gap:4px}.ingestro-dp-frontend .ingestro-dialog__headerIcon{color:var(--ingestro-warning-400);margin-block-end:8px}.ingestro-dp-frontend .ingestro-dialog__footer{padding-top:16px;flex-shrink:0;display:flex;flex-direction:column;gap:16px}.ingestro-dp-frontend .ingestro-dialog__footer--center .ingestro-button{flex-shrink:1;flex-grow:1}.ingestro-dp-frontend .ingestro-dialog__footer-buttons{display:flex;gap:16px;justify-content:flex-end}.ingestro-dp-frontend .ingestro-dialog__body{overflow:auto;flex:1 auto;margin-inline-end:-24px;padding-inline-end:24px}.ingestro-dp-frontend .ingestro-message--neutral{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-message--info{color:var(--ingestro-primary-500)}.ingestro-dp-frontend .ingestro-message--success{color:var(--ingestro-success-500)}.ingestro-dp-frontend .ingestro-message--warning{color:var(--ingestro-warning-500)}.ingestro-dp-frontend .ingestro-message--error{color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-divider{position:relative;background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-divider--horizontal{width:100%;height:1px}.ingestro-dp-frontend .ingestro-divider--vertical{width:1px;height:100%}.ingestro-dp-frontend .ingestro-divider__text{position:absolute;inset-inline-start:50%;inset-block-start:50%;transform:translate(-50%,-50%);padding:0 12px;background-color:var(--ingestro-white);color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-emptyState{display:flex;align-items:center;justify-content:center;width:100%;flex:1 auto}@media screen and (max-height:767px){.ingestro-dp-frontend .ingestro-emptyState{padding:32px;box-sizing:border-box}}.ingestro-dp-frontend .ingestro-emptyState__inner{display:flex;flex-direction:column;max-width:476px}.ingestro-dp-frontend .ingestro-emptyState--left .ingestro-emptyState__inner{text-align:left;align-items:flex-start}.ingestro-dp-frontend .ingestro-emptyState--center .ingestro-emptyState__inner{text-align:center;align-items:center}.ingestro-dp-frontend .ingestro-emptyState__heading{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-emptyState--l .ingestro-emptyState__heading{margin:24px 0 0}.ingestro-dp-frontend .ingestro-emptyState--m .ingestro-emptyState__heading,.ingestro-dp-frontend .ingestro-emptyState--s .ingestro-emptyState__heading{margin:16px 0 0}.ingestro-dp-frontend .ingestro-emptyState__text{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-emptyState--l .ingestro-emptyState__text{margin:16px 0 0}.ingestro-dp-frontend .ingestro-emptyState--m .ingestro-emptyState__text,.ingestro-dp-frontend .ingestro-emptyState--s .ingestro-emptyState__text{margin:4px 0 0}.ingestro-dp-frontend .ingestro-emptyState--l .ingestro-emptyState__actions,.ingestro-dp-frontend .ingestro-emptyState--m .ingestro-emptyState__actions{margin:24px 0 0}.ingestro-dp-frontend .ingestro-emptyState--s .ingestro-emptyState__actions{margin:16px 0 0}.ingestro-dp-frontend .ingestro-formElement{display:flex;flex-direction:column;gap:4px}.ingestro-dp-frontend .ingestro-formElement--xxs{gap:2px}.ingestro-dp-frontend .ingestro-formElement__label{display:flex;align-items:center;gap:4px}.ingestro-dp-frontend .ingestro-formElement__labelText{color:var(--ingestro-neutral-700)}.ingestro-dp-frontend .ingestro-formElement__requiredMark{color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-formElement__tooltip{display:flex;align-items:center;justify-content:center;color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-formElement__skeleton{display:flex;flex-direction:column;gap:4px}.ingestro-dp-frontend .ingestro-formElement__adornment{margin-inline-start:auto}.ingestro-dp-frontend .ingestro-formElement__bottom{display:flex;justify-content:space-between}.ingestro-dp-frontend .ingestro-info{display:flex;gap:8px;border-radius:8px;padding:8px 12px;border:1px solid transparent;border-left-width:4px}.ingestro-dp-frontend .ingestro-info--clear{border:none;border-left-width:0px}.ingestro-dp-frontend .ingestro-info--clear.ingestro-info--neutral,.ingestro-dp-frontend .ingestro-info--clear.ingestro-info--info,.ingestro-dp-frontend .ingestro-info--clear.ingestro-info--success,.ingestro-dp-frontend .ingestro-info--clear.ingestro-info--warning,.ingestro-dp-frontend .ingestro-info--clear.ingestro-info--error{background-color:transparent;border-color:transparent}.ingestro-dp-frontend .ingestro-info--clear.ingestro-info--info svg{fill:var(--ingestro-primary-900);stroke:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-info--neutral{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-info--neutral svg{fill:var(--ingestro-neutral-500);stroke:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-info--info{background-color:var(--ingestro-secondary-50);border-color:var(--ingestro-secondary-500)}.ingestro-dp-frontend .ingestro-info--info svg{fill:var(--ingestro-secondary-500);stroke:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-info--success{background-color:var(--ingestro-success-50);border-color:var(--ingestro-success-500)}.ingestro-dp-frontend .ingestro-info--success svg{fill:var(--ingestro-success-500);stroke:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-info--warning{background-color:var(--ingestro-warning-50);border-color:var(--ingestro-warning-500)}.ingestro-dp-frontend .ingestro-info--warning svg{fill:var(--ingestro-warning-500);stroke:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-info--error{background-color:var(--ingestro-error-50);border-color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-info--error svg{fill:var(--ingestro-error-500);stroke:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-info__details{display:flex;flex-direction:column;gap:4px}.ingestro-dp-frontend .ingestro-info__title{color:var(--ingestro-neutral-700)}.ingestro-dp-frontend .ingestro-info__text{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-input{box-sizing:border-box;width:100%;position:relative;display:flex;align-items:center;background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-200);border-radius:4px;overflow:hidden}.ingestro-dp-frontend .ingestro-input--xxs{height:26px}.ingestro-dp-frontend .ingestro-input--xs{height:32px}.ingestro-dp-frontend .ingestro-input--s{height:40px}.ingestro-dp-frontend .ingestro-input--m{height:48px}.ingestro-dp-frontend .ingestro-input--l{height:56px}.ingestro-dp-frontend .ingestro-input__input{box-sizing:border-box;display:flex;width:100%;height:100%;outline:none;padding:0 8px;border:0;font-family:inherit;cursor:text;color:var(--ingestro-neutral-900);background-color:transparent}.ingestro-dp-frontend .ingestro-input__input::placeholder{color:var(--ingestro-neutral-400)}.ingestro-dp-frontend .ingestro-input:hover{border-color:var(--ingestro-secondary-200);background-color:var(--ingestro-secondary-50)}.ingestro-dp-frontend .ingestro-input--invalid,.ingestro-dp-frontend .ingestro-input--invalid:hover,.ingestro-dp-frontend .ingestro-input--invalid:focus,.ingestro-dp-frontend .ingestro-input--invalid:focus-within,.ingestro-dp-frontend .ingestro-input--invalid.ingestro-input--focused{border-color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-input__adornment{display:flex;align-items:center;color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro-input__startAdornment{padding-left:12px}.ingestro-dp-frontend .ingestro-input__endAdornment{padding-right:4px}.ingestro-dp-frontend .ingestro-input__spinner{width:32px;height:32px;color:var(--ingestro-neutral-500);display:flex;align-items:center;justify-content:center}.ingestro-dp-frontend .ingestro-input__spinner--s{width:32px;height:32px}.ingestro-dp-frontend .ingestro-input__spinner--m{width:40px;height:40px}.ingestro-dp-frontend .ingestro-input__spinner--l{width:48px;height:48px}.ingestro-dp-frontend .ingestro-input.ingestro-input--focused,.ingestro-dp-frontend .ingestro-input:focus-within{border-color:var(--ingestro-secondary-500)}.ingestro-dp-frontend .ingestro-input--invalid{border-color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-input--disabled{pointer-events:none;-webkit-user-select:none;user-select:none;background-color:var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-200)}.ingestro-dp-frontend .ingestro-input--disabled .ingestro-button--icon,.ingestro-dp-frontend .ingestro-input--disabled .ingestro-input__adornment{color:var(--ingestro-neutral-300)!important}.ingestro-dp-frontend .ingestro-input__input::-webkit-outer-spin-button,.ingestro-dp-frontend .ingestro-input__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ingestro-dp-frontend .ingestro-input__input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.ingestro-dp-frontend .ingestro-input--readOnly{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-input--readOnly .ingestro-input__input{background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro-input-number__arrow-control svg{color:var(--ingestro-secondary-900)}.ingestro-dp-frontend .ingestro-input-number__arrow-control-up{cursor:pointer;border:1px solid var(--ingestro-secondary-50);width:16px;height:16px;border-top-left-radius:4px;border-top-right-radius:4px;display:flex}.ingestro-dp-frontend .ingestro-input-number__arrow-control-down{cursor:pointer;border:1px solid var(--ingestro-secondary-50);width:16px;height:16px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;display:flex}.ingestro-dp-frontend .ingestro-input-number__arrow-control-up:hover,.ingestro-dp-frontend .ingestro-input-number__arrow-control-down:hover,.ingestro-dp-frontend .ingestro-input-number__arrow-control-up:focus,.ingestro-dp-frontend .ingestro-input-number__arrow-control-down:focus{background-color:var(--ingestro-secondary-50)}.ingestro-dp-frontend .ingestro-input-number__arrow-control-up:active,.ingestro-dp-frontend .ingestro-input-number__arrow-control-down:active{border-color:var(--ingestro-secondary-100);background-color:var(--ingestro-secondary-100)}.ingestro-dp-frontend .ingestro-input-number__arrow-control-down--disabled,.ingestro-dp-frontend .ingestro-input-number__arrow-control-up--disabled{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-300);pointer-events:none}.ingestro-dp-frontend .ingestro-input-number__arrow-control-down--disabled svg,.ingestro-dp-frontend .ingestro-input-number__arrow-control-up--disabled svg{color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro-input__input--truncated{display:flex;align-items:center;flex:1;min-width:0}.ingestro-dp-frontend .ingestro-input__input--truncated .ingestro-truncated-text{flex:1;min-width:0}.ingestro-dp-frontend .ingestro-input__input--truncated input{flex:1;min-width:0;height:100%;cursor:text}.ingestro-dp-frontend .ingestro-input__input--truncated--focused input{opacity:1}.ingestro-dp-frontend .ingestro-input__input--truncated--blurred input{position:absolute;top:0;left:0;opacity:0}.ingestro-dp-frontend .ingestro-input__input--truncated .ingestro-truncated-text{padding:0 8px}.ingestro-dp-frontend .ingestro-input__input--truncated input,.ingestro-dp-frontend .ingestro-input__input--truncated .ingestro-truncated-text{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-input .ingestro-truncated-text{line-height:normal}.ingestro-dp-frontend .ingestro-truncated-text{position:relative;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ingestro-dp-frontend .ingestro-truncated-text .ingestro-tooltip{position:absolute;top:0;left:0;height:100%;width:100%}.ingestro-dp-frontend .ingestro-truncated-text .ingestro-tooltip__anchor{height:100%}.ingestro-dp-frontend .ingestro-truncated-text__tooltip-anchor{width:100%;height:100%}.ingestro-dp-frontend .ingestro__mention-input{position:relative}.ingestro-dp-frontend .ingestro__mention-input .ingestro-input{position:relative;overflow:hidden}.ingestro-dp-frontend .ingestro__mention-input .ingestro-input input{caret-color:var(--ingestro-primary-500)}.ingestro-dp-frontend .ingestro__mention-input:has(.ingestro-skeleton) .ingestro-input input{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:-1}.ingestro-dp-frontend .ingestro__mention-input.has-highlights .ingestro-input input{z-index:2;color:transparent}.ingestro-dp-frontend .ingestro__mention-input .ingestro-skeleton{position:absolute;top:10px;left:8px}.ingestro-dp-frontend .ingestro__mention-input__highlight-overlay{position:absolute;top:0;right:8px;bottom:0;left:0;pointer-events:none;white-space:pre;overflow:hidden;z-index:0;display:flex;align-items:center}.ingestro-dp-frontend .ingestro__mention-input__highlight-overlay span{display:inline-block;vertical-align:baseline;font-size:16px;line-height:1.43;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__mention-input__highlight-overlay span.ingestro__mention-input__highlight{color:var(--ingestro-secondary-500)}.ingestro-dp-frontend .ingestro__mention-input__dropdown{position:absolute;top:calc(100% - 4px);background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-100);border-radius:4px;box-shadow:var(--shadow-bottom-xs);z-index:1000;overflow-y:auto}.ingestro-dp-frontend .ingestro__mention-input__dropdown .ingestro__mention-input__dropdown-item{display:flex;align-items:center;height:32px;padding:0 8px;cursor:pointer;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__mention-input__dropdown .ingestro__mention-input__dropdown-item--selected{background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro__mention-input__dropdown .ingestro__mention-input__dropdown-header{display:flex;align-items:center;box-sizing:border-box;height:28px;padding:8px;color:var(--ingestro-primary-900);background-color:var(--ingestro-primary-50)}.ingestro-dp-frontend .ingestro-labelValue{display:flex;gap:8px;cursor:default}.ingestro-dp-frontend .ingestro-labelValue--row{flex-direction:row;align-items:center}.ingestro-dp-frontend .ingestro-labelValue--column{flex-direction:column;align-items:flex-start}.ingestro-dp-frontend .ingestro-labelValue__label{display:inline-flex;color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-labelValue__value-wrapper{display:inline-flex;align-items:center;gap:4px;overflow:hidden}.ingestro-dp-frontend .ingestro-labelValue__value{display:inline-block;text-overflow:ellipsis;overflow:hidden;color:var(--ingestro-neutral-800)}.ingestro-dp-frontend .ingestro-labelValue__copyIcon{display:inline-flex;opacity:0;transition:opacity .125s ease-in}.ingestro-dp-frontend .ingestro-labelValue__value-wrapper:hover .ingestro-labelValue__copyIcon{opacity:1}.ingestro-dp-frontend .ingestro-menu{box-sizing:border-box;display:inline-flex;flex-direction:column}.ingestro-dp-frontend .ingestro-menu__anchor{display:inline-flex;flex-direction:column;border:0;outline:0;padding:0;background-color:transparent}.ingestro-dp-frontend .ingestro-menu__content{background-color:var(--ingestro-white);color:var(--ingestro-neutral-900);border:1px solid var(--ingestro-neutral-100);box-shadow:var(--shadow-bottom-xs);border-radius:4px;z-index:var(--layer-overlay);outline:none;overflow-y:auto}.ingestro-dp-frontend .ingestro-menu__content:has(.ingestro-menu__option--header){padding:0}.ingestro-dp-frontend .ingestro-menu__option{position:relative;box-sizing:border-box;width:100%;flex-shrink:0;display:flex;align-items:center;outline:none;gap:8px;border:0;text-align:left;padding:0 16px;color:var(--ingestro-neutral-900);background-color:var(--ingestro-white);cursor:pointer}.ingestro-dp-frontend .ingestro-menu__option:hover,.ingestro-dp-frontend .ingestro-menu__option:focus-visible{background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro-menu__option--selected,.ingestro-dp-frontend .ingestro-menu__option:active{background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-menu__option-icon{display:flex;align-items:center;justify-content:center;color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-menu__option--header,.ingestro-dp-frontend .ingestro-menu__option--header:hover{font-size:12px;cursor:default;color:var(--ingestro-primary-900);background-color:var(--ingestro-primary-50);font-weight:400}.ingestro-dp-frontend .ingestro-menu__content--xxs .ingestro-menu__option{height:28px;padding:0 8px}.ingestro-dp-frontend .ingestro-menu__content--xs .ingestro-menu__option{height:32px;padding:0 8px}.ingestro-dp-frontend .ingestro-menu__content--s .ingestro-menu__option{height:40px;padding:0 12px}.ingestro-dp-frontend .ingestro-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px}.ingestro-dp-frontend .ingestro-pagination__pages{display:flex;align-items:center;gap:4px}.ingestro-dp-frontend .ingestro-pagination__button{border:0;outline:none;display:flex;align-items:center;justify-content:center;min-width:28px;height:28px;border-radius:14px;flex-shrink:0;cursor:pointer;transition:.15s ease-out;-webkit-user-select:none;user-select:none;background-color:transparent;color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro-pagination__buttonDots{pointer-events:none}.ingestro-dp-frontend .ingestro-pagination__button--active,.ingestro-dp-frontend .ingestro-pagination__button:hover{background-color:var(--ingestro-neutral-100);color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-pagination__button:active{background-color:var(--ingestro-neutral-200)}.ingestro-dp-frontend .ingestro-pagination__button[disabled]{pointer-events:none;color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro-pagination__dropdown{flex-shrink:0;display:flex;align-items:center;gap:8px}.ingestro-dp-frontend .ingestro-pagination__dropdown-anchor{width:100px}.ingestro-dp-frontend .ingestro-pagination__dropdown-anchor .ingestro-button{width:100%}.ingestro-dp-frontend .ingestro-pagination__dropdown-anchor .ingestro-button .ingestro-button__text{font-size:14px;line-height:1.43;width:100%;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-pagination__dropdown-anchor .ingestro-button--disabled .ingestro-button__text{color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro-pagination__dropdown-anchorIcon{transition:transform .175s ease-in}.ingestro-dp-frontend .ingestro-pagination__dropdown-anchorIcon--rotate{transform:rotate(180deg)}.ingestro-dp-frontend .ingestro-pagination__dropdown-label{-webkit-user-select:none;user-select:none;color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-pagination__count-label{-webkit-user-select:none;user-select:none;color:var(--ingestro-neutral-500);display:flex;align-items:center;flex-shrink:0;gap:4px}.ingestro-dp-frontend .ingestro-pagination__count-label span{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-pagination__left{display:flex;align-items:center;gap:12px}.ingestro-dp-frontend .ingestro-pagination__dropdown .ingestro-select__option{padding:8px;height:32px}.ingestro-dp-frontend .ingestro-select *{box-sizing:border-box;font-family:inherit}.ingestro-dp-frontend .ingestro-select{width:100%;box-sizing:border-box;display:inline-flex;flex-direction:column;position:relative}.ingestro-dp-frontend .ingestro-select__anchor{width:100%;box-sizing:border-box;display:flex;flex-direction:column;border:0;outline:0;padding:0;background-color:transparent}.ingestro-dp-frontend .ingestro-select__anchor .ingestro-input__input{-webkit-user-select:none;user-select:none}.ingestro-dp-frontend .ingestro-select__content{box-sizing:border-box;display:flex;flex-direction:column;border-radius:4px;border:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);box-shadow:var(--shadow-bottom-xs);z-index:var(--layer-overlay);outline:none;overflow:hidden}.ingestro-dp-frontend .ingestro-select__content-main{flex:1 auto;display:flex;flex-direction:column;overflow-y:auto}.ingestro-dp-frontend .ingestro-select__option{position:relative;box-sizing:border-box;width:100%;flex-shrink:0;display:flex;align-items:center;outline:none;gap:8px;border:0;text-align:left;color:var(--ingestro-neutral-900);background-color:var(--ingestro-white);cursor:pointer}.ingestro-dp-frontend .ingestro-select__content--xxs .ingestro-select__option{height:28px;padding:0 8px}.ingestro-dp-frontend .ingestro-select__content--xs .ingestro-select__option{height:32px;padding:0 8px}.ingestro-dp-frontend .ingestro-select__content--s .ingestro-select__option{height:40px;padding:0 12px}.ingestro-dp-frontend .ingestro-select__option.ingestro-select__option--disabled{color:var(--ingestro-neutral-300);cursor:auto}.ingestro-dp-frontend .ingestro-select__option-text{width:100%}.ingestro-dp-frontend .ingestro-select__option-left{display:flex;align-items:center;gap:8px;overflow:hidden}.ingestro-dp-frontend .select__option-right{margin-left:auto;display:flex;align-items:center;gap:8px;flex:none}.ingestro-dp-frontend .select__option-checkMark{width:16px;height:16px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.ingestro-dp-frontend .select__option-right-icon{color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro-select__option:not(.ingestro-select__option--disabled):hover,.ingestro-dp-frontend .ingestro-select__option:not(.ingestro-select__option--disabled):focus{background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro-select__option--active:not(.ingestro-select__option--disabled):hover,.ingestro-dp-frontend .ingestro-select__option--active:not(.ingestro-select__option--disabled):focus{background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-select__option--active{background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .select__option-description{margin-top:1px;flex-shrink:0}.ingestro-dp-frontend .select__option-description--neutral{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .select__option-description--success{color:var(--ingestro-success-500)}.ingestro-dp-frontend .select__option-description--warning{color:var(--ingestro-warning-500)}.ingestro-dp-frontend .select__option-description--error{color:var(--ingestro-error-500)}.ingestro-dp-frontend .select__option-description--info{color:var(--ingestro-primary-500)}.ingestro-dp-frontend .ingestro-select__option-divider{display:flex;align-items:center}.ingestro-dp-frontend .ingestro-select__option-dividerLine{width:100%;height:1px;flex-shrink:0;margin:4px 0;background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-select__option-heading{display:flex;align-items:center;flex-shrink:0;text-align:left;padding:8px 12px;background-color:var(--ingestro-primary-50);color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro-select__option-heading-messages{flex-shrink:0;text-align:left;padding:8px 16px}.ingestro-dp-frontend .ingestro-select__option-icon{display:flex;align-items:center;justify-content:center;color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-select__content-search{background-color:var(--ingestro-primary-50);border-bottom:1px solid var(--ingestro-neutral-100);padding:8px;z-index:var(--layer-normal)}.ingestro-dp-frontend .ingestro-select__empty-list{padding:16px;color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-select__content-footer{border-top:1px solid var(--ingestro-neutral-100);color:var(--ingestro-primary-900);background-color:var(--ingestro-white);box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.ingestro-dp-frontend .ingestro-select__content-footer:hover,.ingestro-dp-frontend .ingestro-select__content-footer:focus-visible{background-color:var(--ingestro-secondary-50);cursor:pointer}.ingestro-dp-frontend .ingestro-select__content--s .ingestro-select__content-footer{padding:0 16px;height:48px;flex:0 0 48px}.ingestro-dp-frontend .ingestro-select__content--xs .ingestro-select__content-footer{padding:0 8px;height:40px;flex:0 0 40px}.ingestro-dp-frontend .ingestro-select__content--xxs .ingestro-select__content-footer{padding:0 8px;height:32px;flex:0 0 32px}.ingestro-dp-frontend .ingestro-select__toggle{box-sizing:border-box;width:100%;position:relative;display:flex;align-items:center;gap:8px;background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-200);border-radius:4px;cursor:pointer;outline:none}.ingestro-dp-frontend .ingestro-select__toggle .ingestro-button--icon{width:16px;height:16px}.ingestro-dp-frontend .ingestro-select--xxs .ingestro-select__toggle{height:24px;padding:4px 6px}.ingestro-dp-frontend .ingestro-select--xs .ingestro-select__toggle{height:32px;padding:4px 8px}.ingestro-dp-frontend .ingestro-select--s .ingestro-select__toggle{height:40px;padding:8px 12px}.ingestro-dp-frontend .ingestro-select__toggle:hover,.ingestro-dp-frontend .ingestro-select__toggle:focus-visible{border-color:var(--ingestro-primary-300)}.ingestro-dp-frontend .ingestro-select__toggle--focused,.ingestro-dp-frontend .ingestro-select__toggle--focused:hover{border-color:var(--ingestro-secondary-500)!important}.ingestro-dp-frontend .ingestro-select__toggle:hover{border-color:var(--ingestro-secondary-200);background-color:var(--ingestro-secondary-50)}.ingestro-dp-frontend .ingestro-select__toggle--invalid,.ingestro-dp-frontend .ingestro-select__toggle--invalid:hover{border-color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-select__toggle-placeholder{color:var(--ingestro-neutral-400)}.ingestro-dp-frontend .ingestro-select__toggle-actions{display:flex;align-items:center;margin-left:auto;color:var(--ingestro-neutral-500);gap:8px}.ingestro-dp-frontend .ingestro-select__toggle .ingestro-select__toggle-chevron-button{color:var(--ingestro-neutral-900)!important;width:16px!important;height:16px}.ingestro-dp-frontend .ingestro-select__chevron{transition:transform .175s ease-in}.ingestro-dp-frontend .ingestro-select__chevron--rotate{transform:rotate(180deg)}.ingestro-dp-frontend .ingestro-select__toggle-value{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-select__toggle--disabled{pointer-events:none;-webkit-user-select:none;user-select:none;background-color:var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-200);justify-content:space-between}.ingestro-dp-frontend .ingestro-select__toggle--disabled .ingestro-select__toggle-placeholder{color:var(--ingestro-neutral-400)}.ingestro-dp-frontend .ingestro-select__toggle--disabled .ingestro-button--disabled.ingestro-select__toggle-chevron-button{color:var(--ingestro-neutral-300)!important}.ingestro-dp-frontend .ingestro-select__toggle-spinner{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.ingestro-dp-frontend .ingestro-select__toggle-icon{display:flex;margin:0 -4px}.ingestro-dp-frontend .ingestro-select__content-spinner{position:relative;box-sizing:border-box;width:100%;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:8px;border:0;text-align:left;padding:8px 16px;background-color:var(--ingestro-white)}.ingestro-dp-frontend .select__option-button{letter-spacing:.2px}.ingestro-dp-frontend .ingestro-select__content-search__icon{stroke:var(--ingestro-secondary-900)}.ingestro-dp-frontend html.ingestro-select--open{overflow:hidden}.ingestro-dp-frontend html.ingestro--select--open__keep-scrollbar{scrollbar-gutter:stable}.ingestro-dp-frontend html.ingestro-select--open .ingestro-select__content *{pointer-events:auto;overscroll-behavior:contain}.ingestro-dp-frontend .ingestro-tooltip-scrollable{display:inline-flex;flex-direction:column}.ingestro-dp-frontend .ingestro-tooltip-scrollable__anchor{display:inline-flex;flex-direction:column;border:0;outline:0;padding:0;background-color:transparent}.ingestro-dp-frontend .ingestro-tooltip-scrollable__content{border-radius:4px;padding:0;z-index:var(--layer-overlay);overflow-wrap:anywhere;position:relative}.ingestro-dp-frontend .ingestro-tooltip-scrollable__content:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;z-index:-1;pointer-events:auto}.ingestro-dp-frontend .ingestro-tooltip-scrollable__content-value{overflow-y:auto;padding:12px 16px;scrollbar-width:thin;border-radius:4px;z-index:var(--layer-overlay);overflow-wrap:anywhere;position:relative;background-color:var(--ingestro-white);box-shadow:var(--shadow-bottom)}.ingestro-dp-frontend .ingestro-tooltip-scrollable__content-value::-webkit-scrollbar{width:4px}.ingestro-dp-frontend .ingestro-tooltip-scrollable__content-value::-webkit-scrollbar-track{background:transparent;border-radius:2px}.ingestro-dp-frontend .ingestro-tooltip-scrollable__content-value::-webkit-scrollbar-thumb{border-radius:2px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.ingestro-dp-frontend .ingestro-tooltip-scrollable__content--white .ingestro-tooltip-scrollable__content-value::-webkit-scrollbar-thumb{background:#0003}.ingestro-dp-frontend .ingestro-tooltip-scrollable__content--white .ingestro-tooltip-scrollable__content-value::-webkit-scrollbar-thumb:hover{background:#000}.ingestro-dp-frontend .ingestro-tooltip-scrollable__content:not(.ingestro-tooltip-scrollable__content--white) .ingestro-tooltip-scrollable__content-value::-webkit-scrollbar-thumb{background:#fff9}.ingestro-dp-frontend .ingestro-tooltip-scrollable__content:not(.ingestro-tooltip-scrollable__content--white) .ingestro-tooltip-scrollable__content-value::-webkit-scrollbar-thumb:hover{background:#ffffff80}.ingestro-dp-frontend .ingestro-tooltip-scrollable__content--white .ingestro-tooltip-scrollable__content-value{scrollbar-color:rgba(0,0,0,.2) transparent}.ingestro-dp-frontend .ingestro-tooltip-scrollable__content:not(.ingestro-tooltip-scrollable__content--white) .ingestro-tooltip-scrollable__content-value{scrollbar-color:rgba(255,255,255,.6) transparent}.ingestro-dp-frontend .ingestro-tooltip-scrollable__content--white .ingestro-tooltip-scrollable__content-value{background-color:var(--ingestro-white);color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-tooltip-scrollable__content--dark .ingestro-tooltip-scrollable__content-value{background-color:var(--ingestro-neutral-700);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-tooltip-scrollable__content--info .ingestro-tooltip-scrollable__content-value{background-color:var(--ingestro-primary-500);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-tooltip-scrollable__content--success .ingestro-tooltip-scrollable__content-value{background-color:var(--ingestro-success-400);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-tooltip-scrollable__content--warning .ingestro-tooltip-scrollable__content-value{background-color:var(--ingestro-warning-400);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-tooltip-scrollable__content--error .ingestro-tooltip-scrollable__content-value{background-color:var(--ingestro-error-400);color:var(--ingestro-white)}.ingestro-dp-frontend .tooltip__infoIcon{transition:.2s ease-in-out;cursor:pointer;color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .tooltip__infoIcon:hover{color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro-tooltip-scrollable__content-value b,.ingestro-dp-frontend .ingestro-tooltip-scrollable__content-value strong{font-weight:600}.ingestro-dp-frontend .ingestro-tooltip-scrollable__content--align-left .ingestro-tooltip-scrollable__content-value{text-align:left}.ingestro-dp-frontend .ingestro-tooltip-scrollable__content--align-center .ingestro-tooltip-scrollable__content-value{text-align:center}.ingestro-dp-frontend .ingestro-tooltip-scrollable__content--align-right .ingestro-tooltip-scrollable__content-value{text-align:right}.ingestro-dp-frontend .ingestro-tag{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;flex-shrink:0;cursor:default;-webkit-user-select:none;user-select:none;transition:.15s ease-in;padding:4px}.ingestro-dp-frontend .ingestro-tag--m{height:24px}.ingestro-dp-frontend .ingestro-tag--s{height:20px}.ingestro-dp-frontend .ingestro-tag--round.ingestro-tag--m{min-width:24px}.ingestro-dp-frontend .ingestro-tag--round.ingestro-tag--s{min-width:20px}.ingestro-dp-frontend .ingestro-tag--round{border-radius:16px}.ingestro-dp-frontend .ingestro-tag--rounded{border-radius:4px}.ingestro-dp-frontend .ingestro-tag--clickable{cursor:pointer}.ingestro-dp-frontend .ingestro-tag__icon{width:16px;height:16px;flex-shrink:0}.ingestro-dp-frontend .ingestro-tag__remove{outline:none;border:0;display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;flex-shrink:0;background-color:transparent;color:inherit;cursor:pointer}.ingestro-dp-frontend .ingestro-tag--s .ingestro-tag__remove,.ingestro-dp-frontend .ingestro-tag--s .ingestro-tag__remove svg,.ingestro-dp-frontend .ingestro-tag--s .ingestro-tag__icon,.ingestro-dp-frontend .ingestro-tag--s .ingestro-tag__icon svg{width:14px;height:14px}.ingestro-dp-frontend .ingestro-tag--rounded .ingestro-tag__remove{border-radius:4px}.ingestro-dp-frontend .ingestro-tag--round .ingestro-tag__remove{border-radius:50%}.ingestro-dp-frontend .ingestro-tag__remove:hover,.ingestro-dp-frontend .ingestro-tag__remove:focus{background-color:#fff3}.ingestro-dp-frontend .ingestro-tag__remove--neutral:hover,.ingestro-dp-frontend .ingestro-tag__remove--neutral:focus,.ingestro-dp-frontend .ingestro-tag__remove--neutral-light:hover,.ingestro-dp-frontend .ingestro-tag__remove--neutral-light:focus{color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro-tag__remove--primary-light:hover,.ingestro-dp-frontend .ingestro-tag__remove--primary-light:focus{color:var(--ingestro-primary-700)}.ingestro-dp-frontend .ingestro-tag__remove--secondary-light:hover,.ingestro-dp-frontend .ingestro-tag__remove--secondary-light:focus{color:var(--ingestro-secondary-700)}.ingestro-dp-frontend .ingestro-tag__remove--success-light:hover,.ingestro-dp-frontend .ingestro-tag__remove--success-light:focus{color:var(--ingestro-success-700)}.ingestro-dp-frontend .ingestro-tag__remove--warning-light:hover,.ingestro-dp-frontend .ingestro-tag__remove--warning-light:focus{color:var(--ingestro-warning-700)}.ingestro-dp-frontend .ingestro-tag__remove--error-light:hover,.ingestro-dp-frontend .ingestro-tag__remove--error-light:focus{color:var(--ingestro-error-700)}.ingestro-dp-frontend .ingestro-tag__text{padding:0 4px}.ingestro-dp-frontend .ingestro-tag--neutral{background-color:var(--ingestro-neutral-100);color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro-tag--neutral:hover:not(.ingestro-tag--neutral--disabled){background-color:var(--ingestro-neutral-200)}.ingestro-dp-frontend .ingestro-tag--neutral--disabled{background-color:var(--ingestro-neutral-100);color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro-tag--neutral-light{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-200);color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro-tag--neutral-light:hover:not(.ingestro-tag--neutral-light--disabled){background-color:var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro-tag--neutral-light--disabled{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-200);color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro-tag--primary{background-color:var(--ingestro-primary-900);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-tag--primary:hover:not(.ingestro-tag--primary--disabled){background-color:var(--ingestro-primary-700)}.ingestro-dp-frontend .ingestro-tag--primary--disabled{background-color:var(--ingestro-primary-200)}.ingestro-dp-frontend .ingestro-tag--primary-light{background-color:var(--ingestro-primary-50);color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro-tag--primary-light:hover:not(.ingestro-tag--primary-light--disabled){background-color:var(--ingestro-primary-100)}.ingestro-dp-frontend .ingestro-tag--primary-light--disabled{background-color:var(--ingestro-primary-50);color:var(--ingestro-primary-300)}.ingestro-dp-frontend .ingestro-tag--secondary{background-color:var(--ingestro-secondary-500);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-tag--secondary:hover:not(.ingestro-tag--secondary--disabled){background-color:var(--ingestro-primary-600)}.ingestro-dp-frontend .ingestro-tag--secondary--disabled{background-color:var(--ingestro-secondary-200)}.ingestro-dp-frontend .ingestro-tag--secondary-light{background-color:var(--ingestro-secondary-50);color:var(--ingestro-secondary-500)}.ingestro-dp-frontend .ingestro-tag--secondary-light:hover:not(.ingestro-tag--secondary-light--disabled){background-color:var(--ingestro-secondary-100)}.ingestro-dp-frontend .ingestro-tag--secondary-light--disabled{background-color:var(--ingestro-secondary-50);color:var(--ingestro-secondary-300)}.ingestro-dp-frontend .ingestro-tag--success{background-color:var(--ingestro-success-400);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-tag--success:hover:not(.ingestro-tag--success--disabled){background-color:var(--ingestro-success-500)}.ingestro-dp-frontend .ingestro-tag--success--disabled{background-color:var(--ingestro-success-200)}.ingestro-dp-frontend .ingestro-tag--success-light{background-color:var(--ingestro-success-50);color:var(--ingestro-success-500)}.ingestro-dp-frontend .ingestro-tag--success-light:hover:not(.ingestro-tag--success-light--disabled){background-color:var(--ingestro-success-200)}.ingestro-dp-frontend .ingestro-tag--success-light--disabled{background-color:var(--ingestro-success-50);color:var(--ingestro-success-300)}.ingestro-dp-frontend .ingestro-tag--warning{background-color:var(--ingestro-warning-400);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-tag--warning:hover:not(.ingestro-tag--warning--disabled){background-color:var(--ingestro-warning-500)}.ingestro-dp-frontend .ingestro-tag--warning--disabled{background-color:var(--ingestro-warning-200)}.ingestro-dp-frontend .ingestro-tag--warning-light{background-color:var(--ingestro-warning-100);color:var(--ingestro-warning-500)}.ingestro-dp-frontend .ingestro-tag--warning-light:hover:not(.ingestro-tag--warning-light--disabled){background-color:var(--ingestro-warning-200)}.ingestro-dp-frontend .ingestro-tag--warning-light--disabled{background-color:var(--ingestro-warning-50);color:var(--ingestro-warning-300)}.ingestro-dp-frontend .ingestro-tag--error{background-color:var(--ingestro-error-400);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-tag--error:hover:not(.ingestro-tag--error--disabled){background-color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-tag--error--disabled{background-color:var(--ingestro-error-200)}.ingestro-dp-frontend .ingestro-tag--error-light{background-color:var(--ingestro-error-100);color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-tag--error-light:hover:not(.ingestro-tag--error-light--disabled){background-color:var(--ingestro-error-200)}.ingestro-dp-frontend .ingestro-tag--error-light--disabled{background-color:var(--ingestro-error-50);color:var(--ingestro-error-300)}.ingestro-dp-frontend .ingestro-truncated-option{position:relative;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ingestro-dp-frontend .ingestro-truncated-option .ingestro-tooltip{position:absolute;top:0;left:0;height:100%;width:100%}.ingestro-dp-frontend .ingestro-truncated-option .ingestro-tooltip__anchor{height:100%}.ingestro-dp-frontend .ingestro-truncated-option__tooltip-anchor{width:100%;height:100%}.ingestro-dp-frontend .ingestro-truncated-tags{position:relative;overflow:hidden;width:100%;display:flex;align-items:center}.ingestro-dp-frontend .ingestro-truncated-tags__valueHiddenTags{position:relative;display:flex;gap:4px;flex-wrap:wrap}.ingestro-dp-frontend .ingestro-truncated-tags__toggle-valueTags .ingestro-tag__text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ingestro-dp-frontend .ingestro-truncated-tags__tag-wrapper{display:inline-flex;margin-right:4px}.ingestro-dp-frontend .ingestro-truncated-tags__tag-wrapper--onlyVisible{min-width:0}.ingestro-dp-frontend .ingestro-truncated-tags__tag-wrapper:last-of-type{margin-right:0}.ingestro-dp-frontend .ingestro-truncated-tags__tag-wrapper--hidden{opacity:0;visibility:hidden;margin-right:0;position:absolute}.ingestro-dp-frontend .ingestro-truncated-tags__tagCount{display:inline-flex}.ingestro-dp-frontend .ingestro-truncated-tags .ingestro-tag,.ingestro-dp-frontend .ingestro-truncated-tags__valueHiddenTags .ingestro-tag{max-width:100%}.ingestro-dp-frontend .ingestro-truncated-tags .ingestro-tag__text,.ingestro-dp-frontend .ingestro-truncated-tags__valueHiddenTags .ingestro-tag__text{overflow:hidden}.ingestro-dp-frontend .ingestro-popover{box-sizing:border-box;display:inline-flex;flex-direction:column}.ingestro-dp-frontend .ingestro-popover__anchor{display:inline-flex;flex-direction:column;border:0;outline:0;padding:0;background-color:transparent}.ingestro-dp-frontend .ingestro-popover__content{background-color:var(--ingestro-white);color:var(--ingestro-neutral-900);box-shadow:var(--shadow-bottom);border-radius:4px;padding:12px 16px;z-index:var(--layer-overlay);outline:none;overflow-y:auto}.ingestro-dp-frontend .ingestro-progress{display:flex;flex-direction:column;align-items:center}.ingestro-dp-frontend .ingestro-progress__progress-bar{width:160px;height:10px;border-radius:10px;background-color:var(--ingestro-primary-100);overflow:hidden}.ingestro-dp-frontend .ingestro-progress__progress{width:0;height:100%;border-radius:10px;background-color:var(--ingestro-primary-900);transition-timing-function:linear;transition-property:width}.ingestro-dp-frontend .ingestro-progress__text{margin-block-start:16px;color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro-radio-container{background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-100);border-radius:4px;padding:8px 12px;transition:all .12s ease-in}.ingestro-dp-frontend .ingestro-radio-container:has(.ingestro-radio__input:checked){background-color:var(--ingestro-primary-50);border-color:var(--ingestro-primary-300)}.ingestro-dp-frontend .ingestro-radio-container:has(.ingestro-radio__input:hover:not(:disabled)){background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-200)}.ingestro-dp-frontend .ingestro-radio-container:has(.ingestro-radio__input:checked:hover:not(:disabled)){background-color:var(--ingestro-primary-100);border-color:var(--ingestro-primary-400)}.ingestro-dp-frontend .ingestro-radio-container--disabled{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-200)}.ingestro-dp-frontend .ingestro-radio{display:inline-flex;align-items:center;cursor:pointer;gap:8px;flex-shrink:0}.ingestro-dp-frontend .ingestro-radio--container{width:100%}.ingestro-dp-frontend .ingestro-radio__input{position:absolute;left:-9999px;opacity:0}.ingestro-dp-frontend .ingestro-radio--size-s{gap:6px}.ingestro-dp-frontend .ingestro-radio--size-s .ingestro-radio__check{width:14px;height:14px}.ingestro-dp-frontend .ingestro-radio--size-s .ingestro-radio__mark{width:4px;height:4px}.ingestro-dp-frontend .ingestro-radio--size-s .ingestro-radio__text{font-size:12px;line-height:1.33}.ingestro-dp-frontend .ingestro-radio--size-m .ingestro-radio__check{width:16px;height:16px}.ingestro-dp-frontend .ingestro-radio--size-m .ingestro-radio__mark{width:6px;height:6px}.ingestro-dp-frontend .ingestro-radio--size-m .ingestro-radio__text{font-size:14px;line-height:1.43}.ingestro-dp-frontend .ingestro-radio__check{box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-200);transition:all .12s ease-in;position:relative}.ingestro-dp-frontend .ingestro-radio__mark{border-radius:50%;flex-shrink:0;display:block;opacity:0;background-color:var(--ingestro-white);transition:opacity .12s ease-in;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ingestro-dp-frontend .ingestro-radio__text{display:inline-flex;align-items:center;width:auto;transition:color .12s ease-in;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--ingestro-neutral-900);font-family:Inter,sans-serif;font-weight:400;white-space:nowrap;overflow:hidden}.ingestro-dp-frontend .ingestro-radio__input:hover:not(:disabled)+.ingestro-radio__check{background-color:var(--ingestro-primary-50);border-color:var(--ingestro-primary-200)}.ingestro-dp-frontend .ingestro-radio__input:active:not(:disabled)+.ingestro-radio__check{background-color:var(--ingestro-primary-100);border-color:var(--ingestro-primary-300);transform:scale(.95)}.ingestro-dp-frontend .ingestro-radio__input:checked+.ingestro-radio__check{background-color:var(--ingestro-primary-900);border-color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro-radio__input:checked+.ingestro-radio__check .ingestro-radio__mark{opacity:1}.ingestro-dp-frontend .ingestro-radio__input:checked:hover:not(:disabled)+.ingestro-radio__check{background-color:var(--ingestro-primary-700);border-color:var(--ingestro-primary-700)}.ingestro-dp-frontend .ingestro-radio__input:checked:active:not(:disabled)+.ingestro-radio__check{background-color:var(--ingestro-primary-800);border-color:var(--ingestro-primary-800);transform:scale(.95)}.ingestro-dp-frontend .ingestro-radio--disabled{pointer-events:none;cursor:default}.ingestro-dp-frontend .ingestro-radio--disabled .ingestro-radio__check{border-color:var(--ingestro-neutral-300);background-color:var(--ingestro-neutral-200)}.ingestro-dp-frontend .ingestro-radio--disabled .ingestro-radio__input:checked+.ingestro-radio__check{border-color:var(--ingestro-neutral-300);background-color:var(--ingestro-neutral-200)}.ingestro-dp-frontend .ingestro-radio--disabled .ingestro-radio__input:checked+.ingestro-radio__check .ingestro-radio__mark{background-color:var(--ingestro-white);opacity:1}.ingestro-dp-frontend .ingestro-radio--disabled .ingestro-radio__text{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-segment{box-sizing:border-box;position:relative;display:inline-flex;align-items:center;border-radius:4px;gap:4px;background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-segment--s{padding:2px}.ingestro-dp-frontend .ingestro-segment--sm,.ingestro-dp-frontend .ingestro-segment--xxs{padding:3px;border-radius:6px}.ingestro-dp-frontend .ingestro-segment--m{padding:4px}.ingestro-dp-frontend .ingestro-segment--disabled{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-segment__button--s{font-size:10px;height:24px;padding:4px 8px;gap:4px;font-weight:400}.ingestro-dp-frontend .ingestro-segment__button--sm{display:flex;height:24px;padding:4px 8px;justify-content:center;align-items:center;gap:4px;border:0px!important;text-align:center;font-size:10px;font-weight:600;line-height:143%;letter-spacing:.2px}.ingestro-dp-frontend .ingestro-segment__button--xxs{height:20px;padding:0 6px;gap:2px;text-align:center;font-size:10px;font-weight:600;line-height:143%;letter-spacing:.2px}.ingestro-dp-frontend .ingestro-segment__button--m{font-size:14px;height:32px;padding:0 16px;gap:8px;font-weight:600}.ingestro-dp-frontend .ingestro-segment__button{box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1;border:1px solid transparent;border-radius:4px;cursor:pointer;transition:.3s ease-out;outline:none;-webkit-user-select:none;user-select:none;background-color:transparent;color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro-segment__button:hover,.ingestro-dp-frontend .ingestro-segment__button:focus{color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-segment__button--disabled{cursor:not-allowed;color:var(--ingestro-neutral-300)!important}.ingestro-dp-frontend .ingestro-segment__slider--s{height:24px;inset-block-start:2px;inset-inline-start:2px}.ingestro-dp-frontend .ingestro-segment__slider--sm{height:24px;inset-block-start:4px;inset-inline-start:4px;border:0px!important}.ingestro-dp-frontend .ingestro-segment__slider--xxs{height:20px;inset-inline-start:1px;border:0px}.ingestro-dp-frontend .ingestro-segment__slider--m{height:32px;inset-block-start:4px;inset-inline-start:4px}.ingestro-dp-frontend .ingestro-segment__slider{box-sizing:border-box;position:absolute;background-color:var(--ingestro-white);border:1px solid var(--ingestro-primary-50);border-radius:4px;transition:.3s;z-index:0}.ingestro-dp-frontend .ingestro-segment__button--primary--active{color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro-segment__button--inactive:hover{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-segment__button--secondary{background-color:var(--ingestro-secondary-500);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-segment--primary{background:var(--ingestro-neutral-50);border:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-segment__button--primary{color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro-segment__button--primary--active{color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-segment__slider--primary{background:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro-segment:has(.ingestro-segment__button--primary--active:hover) .ingestro-segment__slider--primary{background:var(--ingestro-primary-700)}.ingestro-dp-frontend .ingestro-segment__spinner--primary .ingestro-spinner__inner{border-color:var(--ingestro-white)!important}.ingestro-dp-frontend .ingestro-segment__button--primary:disabled{color:var(--ingestro-neutral-300);cursor:not-allowed}.ingestro-dp-frontend .ingestro-segment__button--primary--active:disabled{background-color:var(--ingestro-neutral-100);color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-segment__button--outlinePrimary{color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro-segment__button--outlinePrimary:hover,.ingestro-dp-frontend .ingestro-segment__button--outlinePrimary--active{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-segment--outlinePrimary{background:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro-segment__button--outlinePrimary:disabled{color:var(--ingestro-neutral-300);cursor:not-allowed}.ingestro-dp-frontend .ingestro-segment__button--outlinePrimary--active:disabled{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-300);color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro-switch{box-sizing:border-box;display:inline-flex;align-items:center;cursor:pointer;outline:none;border:none;background-color:transparent;padding:0}.ingestro-dp-frontend .ingestro-switch--reverse{flex-direction:row-reverse}.ingestro-dp-frontend .ingestro-switch__toggle{position:relative;box-sizing:border-box;border-radius:32px;transition:background-color ease-in .12s;background-color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-switch:focus .ingestro-switch__toggle,.ingestro-dp-frontend .ingestro-switch:hover .ingestro-switch__toggle,.ingestro-dp-frontend .ingestro-switch--primary.ingestro-switch:focus-within .ingestro-switch__toggle{background-color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro-switch__toggle-inner{position:absolute;top:2px;inset-inline-start:2px;transition:all .2s;display:flex;align-items:center;justify-content:center}.ingestro-dp-frontend .ingestro-switch__toggle-inner:before{content:"";position:absolute;top:0;bottom:0;inset-inline-start:0;inset-inline-end:0;background-color:#fff;transition:all .2s}.ingestro-dp-frontend .ingestro-switch:active .ingestro-switch__toggle-inner:before{inset-inline-start:0;inset-inline-end:-20%}.ingestro-dp-frontend .ingestro-switch--primary.ingestro-switch--checked .ingestro-switch__toggle{background-color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro-switch--primary.ingestro-switch--checked:focus .ingestro-switch__toggle,.ingestro-dp-frontend .ingestro-switch--primary.ingestro-switch--checked:hover .ingestro-switch__toggle{background-color:var(--ingestro-primary-700)}.ingestro-dp-frontend .ingestro-switch--success.ingestro-switch--checked .ingestro-switch__toggle{background-color:var(--ingestro-success-500)}.ingestro-dp-frontend .ingestro-switch--success.ingestro-switch--checked:focus .ingestro-switch__toggle,.ingestro-dp-frontend .ingestro-switch--success.ingestro-switch--checked:hover .ingestro-switch__toggle{background-color:var(--ingestro-success-400)}.ingestro-dp-frontend .ingestro-switch--checked.ingestro-switch--loading:focus,.ingestro-dp-frontend .ingestro-switch--checked:active .ingestro-switch__toggle-inner:before{inset-inline-start:-20%;inset-inline-end:0}.ingestro-dp-frontend .ingestro-switch__text{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-switch:disabled{pointer-events:none}.ingestro-dp-frontend .ingestro-switch:disabled .ingestro-switch__toggle{background-color:var(--ingestro-neutral-200)}.ingestro-dp-frontend .ingestro-switch--checked:disabled .ingestro-switch__toggle{background-color:var(--ingestro-primary-200)}.ingestro-dp-frontend .ingestro-switch:disabled .ingestro-switch__text{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-switch--xs{gap:4px}.ingestro-dp-frontend .ingestro-switch--xs .ingestro-switch__toggle{width:26px;height:16px}.ingestro-dp-frontend .ingestro-switch--xs .ingestro-switch__toggle-inner{width:12px;height:12px;border-radius:12px}.ingestro-dp-frontend .ingestro-switch--xs .ingestro-switch__toggle-inner:before{border-radius:6px}.ingestro-dp-frontend .ingestro-switch--xs.ingestro-switch--checked .ingestro-switch__toggle-inner{inset-inline-start:calc(100% - 15px)}.ingestro-dp-frontend .ingestro-switch--xs .ingestro-spinner{width:11px;height:11px}.ingestro-dp-frontend .ingestro-switch--s{gap:8px}.ingestro-dp-frontend .ingestro-switch--s .ingestro-switch__toggle{width:32px;height:20px}.ingestro-dp-frontend .ingestro-switch--s .ingestro-switch__toggle-inner{width:16px;height:16px;border-radius:16px}.ingestro-dp-frontend .ingestro-switch--s .ingestro-switch__toggle-inner:before{border-radius:8px}.ingestro-dp-frontend .ingestro-switch--s.ingestro-switch--checked .ingestro-switch__toggle-inner{inset-inline-start:calc(100% - 18px)}.ingestro-dp-frontend .ingestro-switch--m{gap:8px}.ingestro-dp-frontend .ingestro-switch--m .ingestro-switch__toggle{width:36px;height:24px}.ingestro-dp-frontend .ingestro-switch--m .ingestro-switch__toggle-inner{width:20px;height:20px;border-radius:20px}.ingestro-dp-frontend .ingestro-switch--m .ingestro-switch__toggle-inner:before{border-radius:10px}.ingestro-dp-frontend .ingestro-switch--m.ingestro-switch--checked .ingestro-switch__toggle-inner{inset-inline-start:calc(100% - 22px)}.ingestro-dp-frontend .ingestro-switch--primary.ingestro-switch--checked:focus-within .ingestro-switch__toggle{background-color:var(--ingestro-primary-800)}.ingestro-dp-frontend .ingestro-table{position:relative;display:flex;flex-direction:column;flex:1 auto;min-height:0}.ingestro-dp-frontend .ingestro-table__wrapper{display:flex;flex-direction:column;flex:1 auto;overflow:auto}.ingestro-dp-frontend .ingestro-table__table{width:100%}.ingestro-dp-frontend .ingestro-table__tableBody:not(.ingestro-table__tableBody--loading) .ingestro-table__row:hover .ingestro-table__cell,.ingestro-dp-frontend .ingestro-table__tableBody:not(.ingestro-table__tableBody--loading) .ingestro-table__row--highlighted .ingestro-table__cell{background-color:var(--ingestro-secondary-50)}.ingestro-dp-frontend .ingestro-table__row{display:flex;flex-grow:1}.ingestro-dp-frontend .ingestro-table__tableHead{position:sticky;top:0;z-index:1;cursor:default;display:flex;align-items:center}.ingestro-dp-frontend .ingestro-table__tableHead .ingestro-table__cell{height:56px;background:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-table__cell{box-sizing:border-box;display:flex;align-items:center;padding:0 16px;vertical-align:middle;color:var(--ingestro-neutral-700);white-space:nowrap;height:52px;flex-basis:100%}.ingestro-dp-frontend .ingestro-table__cell--left{text-align:left;justify-content:flex-start}.ingestro-dp-frontend .ingestro-table__cell--center{text-align:center;justify-content:center}.ingestro-dp-frontend .ingestro-table__cell--right{text-align:right;justify-content:flex-end}.ingestro-dp-frontend .ingestro-table__pagination,.ingestro-dp-frontend .ingestro-table__pagination--loading{padding:16px;display:flex;align-items:center;cursor:default;border-top:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-table__pagination .ingestro-pagination,.ingestro-dp-frontend .ingestro-table__pagination--loading .ingestro-pagination{width:100%}.ingestro-dp-frontend .ingestro-table__pagination-actions{display:flex;flex-shrink:0;align-items:center;gap:8px}.ingestro-dp-frontend .ingestro-table__pagination-selected{-webkit-user-select:none;user-select:none;color:var(--ingestro-neutral-500);display:flex;align-items:center;flex-shrink:0;gap:4px}.ingestro-dp-frontend .ingestro-table__pagination-selected span{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-table__headText{-webkit-user-select:none;user-select:none;display:inline-flex;vertical-align:middle}.ingestro-dp-frontend .ingestro-table__headText--withAdornment{margin-inline-end:8px}.ingestro-dp-frontend .ingestro-table__cellHead--clickable{cursor:pointer}.ingestro-dp-frontend .ingestro-table__headTooltip{display:inline-flex;align-items:center;vertical-align:middle}.ingestro-dp-frontend .ingestro-table__headTooltip--withSort{margin-inline-end:8px}.ingestro-dp-frontend .ingestro-table__headSortIcon{width:18px;height:18px;flex-shrink:0;color:var(--ingestro-neutral-500);display:inline-flex;vertical-align:middle;margin-inline-start:auto}.ingestro-dp-frontend .ingestro_table__headFilterOptions .ingestro-select__anchor{cursor:pointer;align-items:center;justify-content:center;border-radius:4px;background-color:transparent;width:24px;height:24px;position:relative;display:inline-flex;margin-inline-start:auto}.ingestro-dp-frontend .ingestro_table__headFilterOptions .ingestro-select__anchor:hover,.ingestro-dp-frontend .ingestro_table__headFilterOptions .ingestro-select__anchor:focus,.ingestro-dp-frontend .ingestro_table__headFilterOptions .ingestro-select__anchor:active{background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro_table__headFilterOptions svg{color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro_table__headFilterOptions .ingestro-select__content{border:1px solid var(--ingestro-primary-100);box-shadow:var(--shadow-bottom-xs)}.ingestro-dp-frontend .ingestro-table__headFilterIcon--filterIndicator{width:8px;height:8px;border-radius:100%;background-color:var(--ingestro-primary-900);position:absolute;right:0;top:0}.ingestro-dp-frontend .ingestro-table__headSortIcon .ingestro-button--icon.ingestro-button--xxs{width:18px;height:18px}.ingestro-dp-frontend .ingestro-table__emptyState{display:flex;flex-direction:column;flex:1 auto}.ingestro-dp-frontend .ingestro-table__cellHead--clickable:hover .ingestro-table__headSortIcon--hover{display:block;border:1px solid transparent}.ingestro-dp-frontend .ingestro-table__cellHead--clickable .ingestro-table__headSortIcon--hover{display:none}.ingestro-dp-frontend .ingestro-table__drag-handle{display:flex;align-items:center;justify-content:center;cursor:grab;width:100%;height:100%}.ingestro-dp-frontend .ingestro-table__drag-handle:active{cursor:grabbing}.ingestro-dp-frontend .ingestro-table__tableHead .ingestro-table__drag-handle-cell{width:48px;padding:0}.ingestro-dp-frontend .ingestro-table__drag-handle-cell:has(.ingestro-table__drag-handle--disabled){cursor:pointer}.ingestro-dp-frontend .ingestro-table__drag-handle--disabled{pointer-events:none}.ingestro-dp-frontend .ingestro-tabs{display:flex;flex-direction:column;gap:16px;overflow:hidden}.ingestro-dp-frontend .ingestro-tabs--contained{gap:0px}.ingestro-dp-frontend .ingestro-tabs__tabs{position:relative;display:flex;flex-direction:column}.ingestro-dp-frontend .ingestro-tabs__tabs-items{display:flex;align-items:center;overflow:auto;z-index:20;-ms-overflow-style:none;scrollbar-width:none}.ingestro-dp-frontend .ingestro-tabs__tabs-items::-webkit-scrollbar{display:none}.ingestro-dp-frontend .ingestro-tabs__tabs-divider{width:100%;height:1px;background-color:var(--ingestro-neutral-200);position:absolute;bottom:0;z-index:10}.ingestro-dp-frontend .ingestro-tabs__content--contained{border:1px solid var(--ingestro-neutral-100);border-radius:8px;padding:16px;transition:.3s}.ingestro-dp-frontend .ingestro-tabs__content--first{border-top-left-radius:0}.ingestro-dp-frontend .ingestro-tabs__active-underline{position:absolute;inset-block-end:0;height:2px;width:100px;border-radius:1px;background-color:var(--ingestro-primary-900);transition:.3s;z-index:30}.ingestro-dp-frontend .ingestro-tabs__active-contained{position:absolute;inset-block-end:0;border:1px solid var(--ingestro-neutral-100);border-radius:8px 8px 0 0;transition:.3s;margin-bottom:-1px;box-sizing:border-box}.ingestro-dp-frontend .ingestro-tabs__active-contained-underline{width:100%;height:1px;background-color:var(--ingestro-white);bottom:-1px;position:absolute}.ingestro-dp-frontend .ingestro-tabs__tab-item{display:flex;align-items:center;gap:8px;height:44px;flex-shrink:0;padding:8px 16px;border-top-left-radius:8px;border-top-right-radius:8px;border:0;outline:none;background-color:transparent;cursor:pointer;-webkit-user-select:none;user-select:none;transition:.15s ease-out}.ingestro-dp-frontend .ingestro-tabs__tab-item--primary{color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro-tabs__tab-item--gray{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-tabs__tab-item--large{height:44px}.ingestro-dp-frontend .ingestro-tabs__tab-item--medium{height:40px}.ingestro-dp-frontend .ingestro-tabs__tab-item--default{border-bottom:2px solid transparent}.ingestro-dp-frontend .ingestro-tabs__tab-item--contained{padding:12px;opacity:.5}.ingestro-dp-frontend .ingestro-tabs__tab-item--default:focus,.ingestro-dp-frontend .ingestro-tabs__tab-item--default:hover{background-color:var(--ingestro-primary-50)}.ingestro-dp-frontend .ingestro-tabs__tab-item--contained:focus,.ingestro-dp-frontend .ingestro-tabs__tab-item--contained:hover{color:var(--ingestro-neutral-900);background-color:transparent;opacity:1}.ingestro-dp-frontend .ingestro-tabs__tab-item--active--default{color:var(--ingestro-primary-900);border-color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro-tabs__tab-item--active--gray{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-tabs__tab-item--active--contained{color:var(--ingestro-neutral-900);font-weight:600;opacity:1}.ingestro-dp-frontend .ingestro-tabs__tab-item[disabled]{color:var(--ingestro-neutral-300);pointer-events:none}.ingestro-dp-frontend .ingestro-tabs__tab-item-tag{pointer-events:none;display:flex;align-items:center;justify-content:center}.ingestro-dp-frontend .ingestro-tabs__tab-item-tooltip{display:flex;align-items:center;justify-content:center;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-tabs__tab-tooltipIcon{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-tabs__tab-item-spinner{display:flex;align-items:center;justify-content:center}.ingestro-dp-frontend .ingestro-textarea{display:flex;flex-direction:column;position:relative}.ingestro-dp-frontend .ingestro-textarea--xxs,.ingestro-dp-frontend .ingestro-textarea--xs{gap:2px}.ingestro-dp-frontend .ingestro-textarea--xxs .ingestro-textarea__textarea,.ingestro-dp-frontend .ingestro-textarea--xs .ingestro-textarea__textarea{padding:4px 4px 4px 8px}.ingestro-dp-frontend .ingestro-textarea--s{gap:4px}.ingestro-dp-frontend .ingestro-textarea--s .ingestro-textarea__textarea{padding:8px 12px}.ingestro-dp-frontend .ingestro-textarea__textarea{box-sizing:border-box;display:flex;width:100%;min-height:64px;border-radius:4px;outline:none;background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-200);resize:vertical;font-family:inherit;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-textarea--autosize .ingestro-textarea__textarea{resize:none;overflow:hidden}.ingestro-dp-frontend .ingestro-textarea__textarea::placeholder{color:var(--ingestro-neutral-400)}.ingestro-dp-frontend .ingestro-textarea--invalid .ingestro-textarea__textarea:hover,.ingestro-dp-frontend .ingestro-textarea--invalid .ingestro-textarea__textarea:focus-visible{border-color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-textarea__textarea:hover,.ingestro-dp-frontend .ingestro-textarea__textarea:focus-visible{background-color:var(--ingestro-secondary-50);border-color:var(--ingestro-secondary-200)}.ingestro-dp-frontend .ingestro-textarea__textarea:active,.ingestro-dp-frontend .ingestro-textarea__textarea:focus,.ingestro-dp-frontend .ingestro-textarea--invalid .ingestro-textarea__textarea:active,.ingestro-dp-frontend .ingestro-textarea--invalid .ingestro-textarea__textarea:focus{border-color:var(--ingestro-secondary-500);background-color:transparent}.ingestro-dp-frontend .ingestro-textarea__textarea:active:hover,.ingestro-dp-frontend .ingestro-textarea__textarea:focus:hover{background-color:var(--ingestro-secondary-50)}.ingestro-dp-frontend .ingestro-textarea__footer{display:flex;justify-content:space-between;align-items:center;color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-textarea__footer:has(.ingestro-textarea__length:only-child){justify-content:flex-end}.ingestro-dp-frontend .ingestro-textarea--invalid .ingestro-textarea__textarea{border-color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-textarea--disabled{pointer-events:none;-webkit-user-select:none;user-select:none}.ingestro-dp-frontend .ingestro-textarea--disabled .ingestro-textarea__textarea{background-color:var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-200);color:var(--ingestro-neutral-400);resize:none}.ingestro-dp-frontend .ingestro-textarea__clearButton-wrapper{position:absolute;right:0;top:0}.ingestro-dp-frontend div:has(.ingestro-textarea__clearButton-wrapper) .ingestro-textarea__textarea{padding-right:32px}.ingestro-dp-frontend .ingestro-textarea__clearButton:hover{background:transparent!important}.ingestro-dp-frontend .ingestro-textarea__clearButton-wrapper>button:hover{background:transparent!important}.ingestro-dp-frontend .ingestro-timepicker *{box-sizing:border-box}.ingestro-dp-frontend .ingestro-timepicker{width:100%;box-sizing:border-box;display:inline-flex;flex-direction:column;position:relative}.ingestro-dp-frontend .ingestro-timepicker__anchor{width:100%;box-sizing:border-box;display:flex;flex-direction:column;border:0;outline:0;padding:0;background-color:transparent}.ingestro-dp-frontend .ingestro-timepicker__anchor .ingestro-input__input{-webkit-user-select:none;user-select:none}.ingestro-dp-frontend .ingestro-timepicker__content{box-sizing:border-box;display:flex;flex-direction:column;border-radius:4px;border:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);box-shadow:var(--shadow-normal-xs);z-index:var(--layer-overlay);outline:none;overflow:hidden;min-height:0}.ingestro-dp-frontend .ingestro-timepicker__content-main{box-sizing:border-box;flex:1 auto;display:flex;flex-direction:column;overflow-y:auto;min-height:0}.ingestro-dp-frontend .ingestro-timepicker__lists{display:flex;flex:1 auto;min-height:0}.ingestro-dp-frontend .ingestro-timepicker__list{flex-shrink:0;height:200px;width:50%;overflow:auto;position:relative}.ingestro-dp-frontend .ingestro-timepicker__list-item{padding:8px 16px;color:var(--ingestro-neutral-900);cursor:pointer;text-align:center}.ingestro-dp-frontend .ingestro-timepicker__list-item:hover:not(.ingestro-timepicker__list-item--disabled){background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro-timepicker__list-item--active{background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro-timepicker__list-item--active:hover{background-color:var(--ingestro-neutral-100)!important}.ingestro-dp-frontend .ingestro-timepicker__list::-webkit-scrollbar{width:4px;height:4px}.ingestro-dp-frontend .ingestro-timepicker__list::-webkit-scrollbar-track{background-color:var(--ingestro-neutral-50);border-radius:4px;background-clip:padding-box}.ingestro-dp-frontend .ingestro-timepicker__list::-webkit-scrollbar-thumb{border-radius:4px;background-color:var(--ingestro-neutral-200)}.ingestro-dp-frontend .ingestro-timepicker__list-item.ingestro-timepicker__list-item--disabled{color:var(--ingestro-neutral-200);cursor:auto}.ingestro-dp-frontend .ingestro-toast-container--show{animation:ingestro_toast_show .1s ease-out both}.ingestro-dp-frontend .ingestro-toast-container--show.ingestro-toast-container--hide,.ingestro-dp-frontend .ingestro-toast-container--hide{animation:ingestro_toast_hide .1s ease-in both}.ingestro-dp-frontend .ingestro-toast{position:relative;box-sizing:border-box;display:flex;width:480px;flex-shrink:0;background-color:var(--ingestro-white);z-index:var(--layer-alerts);box-shadow:var(--shadow-bottom-s);border-radius:4px;overflow:hidden}.ingestro-dp-frontend .ingestro-toast__icon{box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:16px;width:72px;flex-shrink:0;border-right:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-toast--info .ingestro-toast__icon{color:var(--ingestro-secondary-500)}.ingestro-dp-frontend .ingestro-toast--success .ingestro-toast__icon{color:var(--ingestro-success-500)}.ingestro-dp-frontend .ingestro-toast--warning .ingestro-toast__icon{color:var(--ingestro-warning-500)}.ingestro-dp-frontend .ingestro-toast--error .ingestro-toast__icon{color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-toast--neutral .ingestro-toast__icon{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-toast__details{box-sizing:border-box;padding:16px;flex-grow:1;display:flex;flex-direction:column;justify-content:center;gap:4px}.ingestro-dp-frontend .ingestro-toast__details-title{padding-right:32px;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-toast__details-message{color:var(--ingestro-neutral-700)}.ingestro-dp-frontend .ingestro-toast__actions{position:absolute;top:14px;right:16px;box-sizing:border-box}.ingestro-dp-frontend .ingestro-toast-container{padding:0;position:fixed;top:32px;right:32px;display:flex;flex-direction:column;gap:16px;z-index:var(--layer-alerts)}.ingestro-dp-frontend .ingestro-syntax-highlighter-wrapper{position:relative}.ingestro-dp-frontend .ingestro-syntax-highlighter__copy-button-wrapper{position:absolute;top:4px;right:4px}.ingestro-dp-frontend .ingestro-syntax-highlighter:hover .ingestro-syntax-highlighter__copy-button{display:block}.ingestro-dp-frontend .ingestro-syntax-highlighter .prism-code-editor{padding:5px!important}.ingestro-dp-frontend .ingestro-spreadsheet-viewer{width:100%;height:100%;position:relative;border-radius:4px;overflow:hidden;border:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__corner{top:0;left:0;position:absolute;z-index:3;background-color:var(--ingestro-neutral-50);border:0 solid var(--ingestro-neutral-100);border-right-width:1px;border-bottom-width:1px;box-sizing:border-box}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__row-header{position:absolute;top:0;left:0;overflow:hidden;display:flex;z-index:2}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__column-header{position:absolute;top:0;left:0;overflow:hidden;z-index:2}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__row-header__cell{height:100%;background-color:var(--ingestro-neutral-50);padding:0 8px;box-sizing:border-box;color:var(--ingestro-neutral-700);display:flex;align-items:center;border:0 solid var(--ingestro-neutral-100);border-right-width:1px;border-bottom-width:1px}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__column-header__cell{border-style:solid;border-color:var(--ingestro-neutral-100);display:flex;align-items:center;justify-content:center;background-color:var(--ingestro-white);color:var(--ingestro-neutral-700);box-sizing:border-box;border-width:0px;border-bottom-width:1px;border-right-width:1px;cursor:pointer}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__content__cell{width:100%;height:100%;color:var(--ingestro-neutral-700);padding:0 8px;border:0 solid var(--ingestro-neutral-100);border-bottom-width:1px;border-right-width:1px;background-color:var(--ingestro-white);cursor:pointer;box-sizing:border-box;display:flex;align-items:center}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__content__cell>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__cell--hovered{background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__cell--selected{background-color:var(--ingestro-primary-100)}.ingestro-dp-frontend .ingestro-spreadsheet-viewer--wrapper-reach-root-width .ingestro-spreadsheet-viewer__content__cell--last-col,.ingestro-dp-frontend .ingestro-spreadsheet-viewer--wrapper-reach-root-width .ingestro-spreadsheet-viewer__column-header__cell--last-col{border-right-width:0px}.ingestro-dp-frontend .ingestro-spreadsheet-viewer--wrapper-reach-root-height .ingestro-spreadsheet-viewer__column-header__cell--last-row,.ingestro-dp-frontend .ingestro-spreadsheet-viewer--wrapper-reach-root-height .ingestro-spreadsheet-viewer__content__cell--last-row{border-bottom-width:0px}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__column-header{box-sizing:border-box}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__content::-webkit-scrollbar{width:8px;height:8px}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__content::-webkit-scrollbar-track{background-color:var(--ingestro-neutral-50);border-radius:4px;background-clip:padding-box}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__content::-webkit-scrollbar-thumb{border-radius:4px;background-color:var(--ingestro-neutral-200)}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__loading{position:absolute;left:0;right:8px;z-index:3;display:flex;justify-content:center;align-items:center;color:var(--ingestro-primary-900);background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__loading__item{display:flex;align-items:center}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__loading__item>.caption{position:relative;top:1px}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__loading__item .ingestro-spinner{margin-right:8px}.ingestro-dp-frontend .ingestro-spreadsheet-viewer--shadow{width:10px;height:100%;left:50px;position:absolute;top:0;box-shadow:var(--shadow-right-xs);pointer-events:none}.ingestro-dp-frontend .ingestro-spreadsheet-viewer--scroll-start .ingestro-spreadsheet-viewer--shadow{display:none}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__reload{position:absolute;left:0;right:8px;z-index:3;display:flex;justify-content:center;align-items:center;color:var(--ingestro-primary-500);background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__reload__text{color:var(--ingestro-neutral-700);margin-inline-end:4px}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__reload__button{font-weight:700}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__cell_loading{width:100%;height:100%;padding:4px 0;box-sizing:border-box}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__cell_loading--inner{width:100%;height:100%;border-radius:4px;background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-spreadsheet-viewer--loading .ingestro-spreadsheet-viewer__content__cell,.ingestro-dp-frontend .ingestro-spreadsheet-viewer--loading .ingestro-spreadsheet-viewer__column-header__cell,.ingestro-dp-frontend .ingestro-spreadsheet-viewer--disable-select-row .ingestro-spreadsheet-viewer__column-header__cell,.ingestro-dp-frontend .ingestro-spreadsheet-viewer--disable-select-row .ingestro-spreadsheet-viewer__content__cell{cursor:auto}.ingestro-dp-frontend .ingestro-spreadsheet-viewer--readonly .ingestro-spreadsheet-viewer__column-header__cell,.ingestro-dp-frontend .ingestro-spreadsheet-viewer--readonly .ingestro-spreadsheet-viewer__content__cell{cursor:auto;color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro-spreadsheet-viewer--readonly .ingestro-spreadsheet-viewer__cell--selected{color:var(--ingestro-neutral-700)}.ingestro-dp-frontend .ingestro-picker__color-preview{width:16px;height:16px;border-radius:4px;border:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-picker__color-selector{display:inline-block}.ingestro-dp-frontend .ingestro-picker__color input{text-transform:uppercase}.ingestro-dp-frontend .ingestro-picker__input .ingestro-input__startAdornment{padding-left:8px}.ingestro-dp-frontend .ingestro-picker__color-selector>.chrome-picker{border-radius:8px!important;padding:4px}.ingestro-dp-frontend .ingestro-picker__color-selector>.chrome-picker>div{border-radius:6px!important}.ingestro-dp-frontend .ingestro-picker__color-selector>.chrome-picker>div>.flexbox-fix:nth-child(2){padding-top:4px!important}.ingestro-dp-frontend #rc-editable-input-1{border-radius:4px!important;height:32px!important;font-size:14px!important;margin-top:10px}.ingestro-dp-frontend .flexbox-fix>svg{width:50px!important;height:50px!important}.ingestro-dp-frontend .ingestro-text-link{cursor:pointer;display:inline-flex;align-items:center;gap:8px;flex-shrink:0;height:-moz-fit-content;height:fit-content}.ingestro-dp-frontend .ingestro-text-link .ingestro-text-link__text{color:var(--ingestro-secondary-500)}.ingestro-dp-frontend .ingestro-text-link .ingestro-text-link__icon{display:inline-flex;align-items:center;flex-shrink:0;width:16px;height:16px}.ingestro-dp-frontend .ingestro-text-link .ingestro-text-link__icon path{stroke:var(--ingestro-secondary-500)}.ingestro-dp-frontend .ingestro-text-link.ingestro-text-link--disabled{cursor:auto}.ingestro-dp-frontend .ingestro-text-link.ingestro-text-link--disabled .ingestro-text-link__text{color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro-text-link.ingestro-text-link--disabled .ingestro-text-link__icon path{stroke:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro-text-link:hover:not(.ingestro-text-link--disabled) .ingestro-text-link__text,.ingestro-dp-frontend .ingestro-text-link:hover:not(.ingestro-text-link--disabled) .ingestro-text-link__icon{color:var(--ingestro-secondary-700)}.ingestro-dp-frontend .ingestro-text-link:hover:not(.ingestro-text-link--disabled) .ingestro-text-link__icon path{stroke:var(--ingestro-secondary-700)}.ingestro-dp-frontend .ingestro-text-link--primary .ingestro-text-link__text,.ingestro-dp-frontend .ingestro-text-link--primary.ingestro-text-link:hover:not(.ingestro-text-link--disabled) .ingestro-text-link__text,.ingestro-dp-frontend .ingestro-text-link--primary.ingestro-text-link:hover:not(.ingestro-text-link--disabled) .ingestro-text-link__icon{color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro-text-link--primary.ingestro-text-link .ingestro-text-link__icon path,.ingestro-dp-frontend .ingestro-text-link--primary.ingestro-text-link:hover:not(.ingestro-text-link--disabled) .ingestro-text-link__icon path{stroke:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro-toggle-button{box-shadow:0 0 0 1px var(--ingestro-neutral-300) inset;background-color:var(--ingestro-neutral-100);border-radius:4px;display:inline-flex;height:40px}.ingestro-dp-frontend .ingestro-toggle-button__option{min-width:100px;border:0;background-color:transparent;color:var(--ingestro-neutral-900);cursor:pointer;outline:none}.ingestro-dp-frontend .ingestro-toggle-button__option.ingestro-toggle-button__option--active{font-weight:600;background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-300);border-radius:4px}.ingestro-dp-frontend .ingestro-toggle-button__option.ingestro-toggle-button__option--disable{color:var(--ingestro-neutral-500);cursor:not-allowed}.ingestro-dp-frontend .ingestro-tagInput__textarea{display:flex;align-items:start;gap:8px;flex-wrap:wrap;cursor:text}.ingestro-dp-frontend .ingestro-textarea--invalid .ingestro-tagInput__textarea.ingestro-tagInput__textarea--focus,.ingestro-dp-frontend .ingestro-tagInput__textarea.ingestro-tagInput__textarea--focus,.ingestro-dp-frontend .ingestro-textarea--invalid .ingestro-tagInput__textarea.ingestro-tagInput__textarea--focus:hover,.ingestro-dp-frontend .ingestro-tagInput__textarea.ingestro-tagInput__textarea--focus:hover{border-color:var(--ingestro-secondary-500)}.ingestro-dp-frontend .ingestro-tagInput__input.ingestro-input,.ingestro-dp-frontend .ingestro-tagInput__input .ingestro-input__input{border:none;padding:0;margin:0;height:24px;flex:1}.ingestro-dp-frontend .ingestro-tagInput__input.ingestro-input{align-items:flex-start;min-width:100px}.ingestro-dp-frontend .ingestro-tagInput__input.ingestro-input.ingestro-input--disabled,.ingestro-dp-frontend .ingestro-tagInput__input.ingestro-input.ingestro-input--disabled .ingestro-input__input{background:transparent}.ingestro-dp-frontend .ingestro-tagInput__tag{max-width:100%}.ingestro-dp-frontend .ingestro-tagInput__tag .ingestro-tag__text{flex:1;min-width:0;box-sizing:border-box}.ingestro-dp-frontend .ingestro-tagInput__textarea:hover .ingestro-tagInput__input,.ingestro-dp-frontend .ingestro-tagInput__textarea:focus-visible .ingestro-tagInput__input{background-color:transparent!important}.ingestro-dp-frontend .ingestro-autocomplete-input__textarea{gap:8px}.ingestro-dp-frontend .ingestro-autocomplete-input__textarea{border:1px solid var(--ingestro-neutral-200);min-height:39px;height:auto;max-height:95px;flex-wrap:wrap}.ingestro-dp-frontend .ingestro-autocomplete-input__textarea:hover .ingestro-autocomplete-input__menu .ingestro-autocomplete-input__input.ingestro-input,.ingestro-dp-frontend .ingestro-autocomplete-input__textarea:focus-visible .ingestro-autocomplete-input__menu .ingestro-autocomplete-input__input.ingestro-input{background-color:transparent!important}.ingestro-dp-frontend .ingestro-autocomplete-input__textarea--focus,.ingestro-dp-frontend .ingestro-autocomplete-input__textarea:focus-within{border-color:var(--ingestro-secondary-500)}.ingestro-dp-frontend .ingestro-textarea--disabled .ingestro-autocomplete-input__textarea{background-color:var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-200)}.ingestro-dp-frontend .ingestro-autocomplete-input__menu{flex:1}.ingestro-dp-frontend .ingestro-autocomplete-input__menu .ingestro-autocomplete-input__input{height:23px;border:none}.ingestro-dp-frontend .ingestro-autocomplete-input__menu .ingestro-autocomplete-input__input .ingestro-input__input{padding:0}.ingestro-dp-frontend .ingestro-autocomplete-input__menu .ingestro-autocomplete-input__input.ingestro-input:hover{background-color:transparent!important}.ingestro-dp-frontend .ingestro-autocomplete-input__menu .ingestro-menu__option{height:32px}.ingestro-dp-frontend .ingestro-autocomplete-input__tag{max-width:100%}.ingestro-dp-frontend .ingestro-autocomplete-input__tag .ingestro-tag__text{flex:1;min-width:0;box-sizing:border-box}.ingestro-dp-frontend .ingestro-autocomplete-input.ingestro-textarea--invalid .ingestro-textarea__textarea:focus-within:hover{border-color:var(--ingestro-secondary-500)!important}.ingestro-dp-frontend .ingestro-table-editable{position:relative;display:flex;flex-direction:column;flex:1 auto;min-height:0}.ingestro-dp-frontend .ingestro-table-editable__wrapper{display:flex;flex-direction:column;flex:1 auto;overflow:auto}.ingestro-dp-frontend .ingestro-table-editable__table{width:100%}.ingestro-dp-frontend .ingestro-table-editable__tableBody:not(.ingestro-table-editable__tableBody--loading) .ingestro-table-editable__row:hover .ingestro-table-editable__cell,.ingestro-dp-frontend .ingestro-table-editable__tableBody:not(.ingestro-table-editable__tableBody--loading) .ingestro-table-editable__row--highlighted .ingestro-table-editable__cell{background-color:var(--ingestro-primary-50)}.ingestro-dp-frontend .ingestro-table-editable__row{display:flex;flex-grow:1}.ingestro-dp-frontend .ingestro-table-editable__tableHead{position:sticky;top:0;z-index:1;cursor:default;display:flex;align-items:center}.ingestro-dp-frontend .ingestro-table-editable__tableHead .ingestro-table-editable__cell{height:56px;background:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-table-editable__cell{box-sizing:border-box;display:flex;align-items:center;padding:0 16px;vertical-align:middle;color:var(--ingestro-neutral-700);white-space:nowrap;height:52px;flex-basis:100%}.ingestro-dp-frontend .ingestro-table-editable__headText{-webkit-user-select:none;user-select:none;display:inline-flex;vertical-align:middle}.ingestro-dp-frontend .ingestro-table-editable__headText--withAdornment{margin-inline-end:8px}.ingestro-dp-frontend .ingestro-table-editable__cellHead--clickable{cursor:pointer}.ingestro-dp-frontend .ingestro-table-editable__headTooltip{display:inline-flex;align-items:center;vertical-align:middle}.ingestro-dp-frontend .ingestro-table-editable__headSortIcon .ingestro-button--icon.ingestro-button--xxs{width:18px;height:18px}.ingestro-dp-frontend .ingestro-table-editable__emptyState{display:flex;flex-direction:column;flex:1 auto}.ingestro-dp-frontend .ingestro-table-editable__cellHead--clickable:hover .ingestro-table-editable__headSortIcon--hover{display:block;border:1px solid transparent}.ingestro-dp-frontend .ingestro-table-editable__cellHead--clickable .ingestro-table-editable__headSortIcon--hover{display:none}.ingestro-dp-frontend .ingestro-wysiwyg-textarea,.ingestro-dp-frontend .ingestro-wysiwyg-textarea__content{position:relative}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__menu{display:flex;align-items:center;gap:7px;padding:4px;background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-200);border-bottom:none;border-radius:4px 4px 0 0}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor{box-sizing:border-box;display:flex;width:100%;min-height:64px;border-radius:0 0 4px 4px;outline:none;background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-200);padding:8px 12px;font-family:inherit;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor .ProseMirror{outline:none;width:100%;min-height:48px;position:relative}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor .ProseMirror>*{margin-bottom:.375em}.ingestro-dp-frontend .ingestro-wysiwyg-placeholder:before{content:attr(data-placeholder);color:var(--ingestro-neutral-400);pointer-events:none;position:absolute;left:0}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor .ProseMirror hr{border:none;background-color:var(--ingestro-neutral-100);height:1px;margin:1em 0}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor .ProseMirror blockquote{border-left:3px solid var(--ingestro-neutral-200);padding-left:16px}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor .ProseMirror ol{list-style:decimal;padding-left:30px}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor .ProseMirror ul{list-style:disc;padding-left:30px}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor .ProseMirror strong{font-weight:bolder}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor .ProseMirror em{font-style:italic}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor .ProseMirror u{text-decoration:underline}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor .ProseMirror h1{font-size:2em;font-weight:700;margin-top:.67em;margin-bottom:.67em}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor .ProseMirror code{font-family:monospace;font-size:.75em;background-color:var(--ingestro-primary-50);border-radius:4px;padding:.25em}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor .ProseMirror pre{font-family:monospace;background-color:var(--ingestro-neutral-100);border:1px solid var(--ingestro-neutral-200);border-radius:4px;padding:8px 12px;white-space:pre-wrap;caret-color:var(--ingestro-primary-500);margin-top:0}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor .ProseMirror pre code{background-color:transparent}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor .ProseMirror a{color:var(--ingestro-secondary-500);text-decoration:none}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor .ProseMirror img{max-width:100%;height:auto}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor .ProseMirror iframe{display:block;max-width:100%}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor .ProseMirror iframe[width="100%"]{width:100%;min-height:360px;aspect-ratio:16 / 9}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor .ProseMirror .iframe-wrapper{position:relative;display:block;padding:8px;cursor:pointer}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor .ProseMirror .iframe-wrapper iframe{display:block;pointer-events:auto}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor .ProseMirror-focused{outline:none}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor:hover{background-color:var(--ingestro-secondary-50);border-color:var(--ingestro-secondary-200)}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor:active,.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor:focus-within{border-color:var(--ingestro-secondary-500);background-color:transparent}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor:active:hover,.ingestro-dp-frontend .ingestro-wysiwyg-textarea__editor:focus-within:hover{background-color:var(--ingestro-secondary-50)}.ingestro-dp-frontend .ingestro-wysiwyg-textarea--invalid .ingestro-wysiwyg-textarea__editor,.ingestro-dp-frontend .ingestro-wysiwyg-textarea--invalid .ingestro-wysiwyg-textarea__editor:hover{border-color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-wysiwyg-textarea--invalid .ingestro-wysiwyg-textarea__editor:active,.ingestro-dp-frontend .ingestro-wysiwyg-textarea--invalid .ingestro-wysiwyg-textarea__editor:focus-within{border-color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__footer{display:flex;justify-content:space-between;align-items:center;color:var(--ingestro-neutral-500);margin-top:4px}.ingestro-dp-frontend .ingestro-wysiwyg-textarea--disabled{pointer-events:none;-webkit-user-select:none;user-select:none}.ingestro-dp-frontend .ingestro-wysiwyg-textarea--disabled .ingestro-wysiwyg-textarea__menu{background-color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-wysiwyg-textarea--disabled .ingestro-wysiwyg-textarea__editor{background-color:var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-200);color:var(--ingestro-neutral-400)}.ingestro-dp-frontend .ingestro-wysiwyg-textarea--disabled .ingestro-wysiwyg-textarea__editor .ProseMirror a{color:var(--ingestro-secondary-300)}.ingestro-dp-frontend .ProseMirror{position:relative}.ingestro-dp-frontend .ProseMirror{word-wrap:break-word;white-space:pre-wrap;white-space:break-spaces;font-variant-ligatures:none;font-feature-settings:"liga" 0}.ingestro-dp-frontend .ProseMirror pre{white-space:pre-wrap}.ingestro-dp-frontend .ProseMirror li{position:relative}.ingestro-dp-frontend .ProseMirror-hideselection *::selection{background:transparent}.ingestro-dp-frontend .ProseMirror-hideselection *::-moz-selection{background:transparent}.ingestro-dp-frontend .ProseMirror-hideselection{caret-color:transparent}.ingestro-dp-frontend .ProseMirror [draggable][contenteditable=false]{-webkit-user-select:text;user-select:text}.ingestro-dp-frontend .ProseMirror-selectednode{outline:2px solid #8cf}.ingestro-dp-frontend li.ProseMirror-selectednode{outline:none}.ingestro-dp-frontend li.ProseMirror-selectednode:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-32px;border:2px solid #8cf;pointer-events:none}.ingestro-dp-frontend img.ProseMirror-separator{display:inline!important;border:none!important;margin:0!important}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:10;border-radius:4px}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__modal{background-color:var(--ingestro-white);border-radius:8px;max-width:264px;width:100%;box-shadow:0 4px 12px #00000026}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__modal-input{padding:8px}.ingestro-dp-frontend .ingestro-wysiwyg-textarea__modal-actions{display:flex;padding:6px;gap:8px;justify-content:flex-end;border-top:1px solid var(--ingestro-neutral-200)}@font-face{.ingestro-dp-frontend{font-family:Inter;src:url(https://dp.assets.prod.ingestro.com/fonts/Inter-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}}@font-face{.ingestro-dp-frontend{font-family:Inter;src:url(https://dp.assets.prod.ingestro.com/fonts/Inter-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}}@font-face{.ingestro-dp-frontend{font-family:Inter;src:url(https://dp.assets.prod.ingestro.com/fonts/Inter-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}}@font-face{.ingestro-dp-frontend{font-family:Inter;src:url(https://dp.assets.prod.ingestro.com/fonts/Inter-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}}@font-face{.ingestro-dp-frontend{font-family:Inter;src:url(https://dp.assets.prod.ingestro.com/fonts/Inter-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}}@font-face{.ingestro-dp-frontend{font-family:Fira Code;src:url(https://dp.assets.prod.ingestro.com/fonts/FiraCode-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}}.ingestro-dp-frontend .ingestro__app-footer{display:flex;align-items:center;gap:16px;margin-inline-start:auto}.ingestro-dp-frontend .ingestro__createdByDropdown-searchWrapper{border-top:1px solid var(--ingestro-primary-100, #e0eafd);border-bottom:1px solid var(--ingestro-primary-100, #e0eafd);background:var(--ingestro-primary-50, #f5f8fe);padding:8px;width:100%;box-sizing:border-box;display:flex}.ingestro-dp-frontend .ingestro__createdByDropdown-header{display:flex;height:28px;padding:8px 16px;align-items:center;gap:10px;flex:1 0 0}.ingestro-dp-frontend .ingestro__createdByDropdown-optionWrapper{max-height:176px;overflow-y:auto;flex:1;display:flex;flex-direction:column}.ingestro-dp-frontend .ingestro__createdByDropdown .ingestro-select__content-footer:has(.ingestro__createdByDropdown-footer){align-items:unset}.ingestro-dp-frontend .ingestro__createdByDropdown .ingestro-select__content-footer:has(.ingestro__createdByDropdown-footer):hover{background:transparent;cursor:default}.ingestro-dp-frontend .ingestro__createdByDropdown-footer{display:flex;align-items:center;justify-content:space-between}.ingestro-dp-frontend .ingestro__createdByDropdown-footer-selected{color:var(--ingestro-neutral-500);font-size:10px}.ingestro-dp-frontend .ingestro__createdByDropdown{overflow:hidden}.ingestro-dp-frontend .ingestro__createdByDropdown .ingestro-select__content-footer{padding:8px 8px 8px 16px}.ingestro-dp-frontend .ingestro__createdByDropdown_noResult .ingestro-emptyState__illustration,.ingestro-dp-frontend .ingestro__createdByDropdown_noResult .ingestro-emptyState__illustration svg{width:32px;height:32px}.ingestro-dp-frontend .ingestro__createdByDropdown_noResult .ingestro-emptyState__illustration{color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro__createdByDropdown_noResult{padding:16px;box-sizing:border-box}.ingestro-dp-frontend .ingestro__createdByDropdown-searchBar{flex:1;max-width:320px}.ingestro-dp-frontend .ingestro__createdByDropdown-searchBar .ingestro-input__startAdornment{padding-left:8px}.ingestro-dp-frontend .ingestro__createdByDropdown-searchBar.ingestro-input--disabled .ingestro-input__startAdornment{color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro__createdByDropdown-searchBar .ingestro-input__input{padding-left:4px}.ingestro-dp-frontend .ingestro__setup-formControl{min-width:50%}.ingestro-dp-frontend .ingestro__setup-formSection{display:flex;flex-direction:column;gap:40px}.ingestro-dp-frontend .ingestro__setup-form .ingestro-select__content-footer{cursor:pointer}.ingestro-dp-frontend .ingestro__setup-form .ingestro__setup-formControl__footer-action{padding:0;font-weight:600;color:inherit;background-color:transparent;display:flex;align-items:center;border:0;width:100%;gap:8px;cursor:pointer}.ingestro-dp-frontend .ingestro__setup-form .ingestro__setup-formControl__footer-action:hover{background-color:var(--ingestro-secondary-50)}.ingestro-dp-frontend .ingestro__setup-form .ingestro-select__option-text{min-width:0}.ingestro-dp-frontend .ingestro__setup-form .ingestro__setup-formControl__select .ingestro-select__toggle-placeholder{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 4px;margin:0 -4px}.ingestro-dp-frontend .ingestro__setup-form .ingestro__createdByDropdown-searchWrapper{border-top:none;position:fixed;z-index:2}.ingestro-dp-frontend .ingestro__setup-form .ingestro__createdByDropdown-searchWrapper .ingestro__createdByDropdown-searchBar{max-width:100%}.ingestro-dp-frontend .ingestro__setup-form .ingestro__createdByDropdown-optionWrapper{width:100%;height:100%;max-height:100%;overflow-y:unset;margin-top:49px}.ingestro-dp-frontend .ingestro__setup-form .ingestro__createdByDropdown-optionWrapper .ingestro-select__option .ingestro-truncated-option{font-size:16px}.ingestro-dp-frontend .ingestro__common-hintedForm{padding:24px;display:flex;flex-direction:column;gap:24px}.ingestro-dp-frontend .ingestro__common-hintedFormRow{display:flex;gap:20px}.ingestro-dp-frontend .ingestro__common-hintedFormRow--sub{display:flex;min-width:50%;max-width:50%;flex-direction:column;flex:1}.ingestro-dp-frontend .ingestro__common-hintedFormRow--hint-container{display:flex;flex-direction:column;gap:16px;flex:1}.ingestro-dp-frontend .ingestro__common-hintedFormRow .ingestro-divider--vertical{height:unset}.ingestro-dp-frontend .ingestro__hint{display:flex;gap:8px}.ingestro-dp-frontend .ingestro__hint-details{display:flex;flex-direction:column;gap:4px}.ingestro-dp-frontend .ingestro__hint-detailsTitle{color:var(--ingestro-neutral-700)}.ingestro-dp-frontend .ingestro__hint-detailsText{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro__hint-detailsText b{font-weight:600;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__await-email-dialog .ingestro-dialog__content{gap:0;width:736px;padding:32px}.ingestro-dp-frontend .ingestro__await-email__header{text-align:center;margin-block-end:24px}.ingestro-dp-frontend .ingestro__await-email-time{color:var(--ingestro-primary-500);margin-block-start:8px}.ingestro-dp-frontend .ingestro__await-email-subtitle{color:var(--ingestro-neutral-600);margin-block-start:8px}.ingestro-dp-frontend .ingestro__await-email__form{margin-block-start:24px}.ingestro-dp-frontend .ingestro__await-email__form-row{display:flex;align-items:center;gap:8px;margin-block-end:24px}.ingestro-dp-frontend .ingestro__await-email__form p{margin:0}.ingestro-dp-frontend .ingestro__await-email__form-row.ingestro__await-http__form-row-email{margin-block-end:12px}.ingestro-dp-frontend .ingestro__await-timer{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro__await-timer span{display:inline-block;width:4px}.ingestro-dp-frontend .ingestro__await-http-dialog .ingestro-dialog__content{gap:0;width:736px;padding:32px}.ingestro-dp-frontend .ingestro__await-http__header{text-align:center;margin-block-end:24px}.ingestro-dp-frontend .ingestro__await-http-time{color:var(--ingestro-primary-500);margin-block-start:8px}.ingestro-dp-frontend .ingestro__await-http-subtitle{color:var(--ingestro-neutral-500);margin-block-start:8px}.ingestro-dp-frontend .ingestro__await-http__form{margin-block-start:24px}.ingestro-dp-frontend .ingestro__await-http__form-row{display:flex;align-items:center;gap:8px;margin-block-end:24px}.ingestro-dp-frontend .ingestro__await-http__form-row.ingestro__await-http__form-row-url{margin-block-end:12px}.ingestro-dp-frontend .ingestro__await-http__form p{margin:0}.ingestro-dp-frontend .ingestro__await-http-dialog .ingestro-info{margin-bottom:24px}.ingestro-dp-frontend .ingestro__await-http-method-item{flex:1 1 auto}.ingestro-dp-frontend .ingestro__await-http-method-item p{color:var(--ingestro-neutral-700);margin-bottom:4px}.ingestro-dp-frontend .ingestro__await-http-method-item span{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__await-http__form-url-input input{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ingestro-dp-frontend .ingestro__await-http-dialog .ingestro__await-http-header-title{color:var(--ingestro-neutral-700);margin-bottom:4px}.ingestro-dp-frontend .ingestro__await-http-info{margin-top:24px}.ingestro-dp-frontend .ingestro__await-http-info .ingestro-info__title{font-weight:600}.ingestro-dp-frontend .ingestro__await-http-info .ingestro__await-http-info__list{padding-left:13px}.ingestro-dp-frontend .ingestro__await-http-info .ingestro-info__title{font-weight:400}.ingestro-dp-frontend .ingestro__await-http-header pre{margin:0}.ingestro-dp-frontend .ingestro__manual-upload-modal .ingestro-dialog__content{padding:0;width:900px;height:720px;max-width:calc(100% - 64px);max-height:calc(100% - 76px);gap:0}.ingestro-dp-frontend .ingestro__metadata-header__container-base{box-sizing:border-box;padding:24px;display:flex;flex-direction:column;width:100%;border-bottom:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__metadata-header__container{display:flex;flex-direction:row;justify-content:space-between;gap:16px;width:100%;box-sizing:border-box}.ingestro-dp-frontend .ingestro__metadata-header__meta-data-container{display:flex;flex-direction:column;flex:1;min-width:0}.ingestro-dp-frontend .ingestro__metadata-header__title-container,.ingestro-dp-frontend .ingestro__metadata-header__meta-data-items,.ingestro-dp-frontend .ingestro__metadata-header__meta-data-items .ingestro__metadata-header__meta-data-items--line{display:flex;column-gap:8px;row-gap:4px;align-items:center;width:100%}.ingestro-dp-frontend .ingestro__metadata-header__meta-data-items,.ingestro-dp-frontend .ingestro__metadata-header__meta-data-items .ingestro__metadata-header__meta-data-items--line{flex-wrap:wrap}.ingestro-dp-frontend .ingestro__metadata-header__meta-data-items{color:var(--ingestro-neutral-600);margin-top:8px}.ingestro-dp-frontend .ingestro__metadata-header__meta-data-append{margin-top:8px}.ingestro-dp-frontend .ingestro__metadata-header__title{font-size:28px;line-height:1.25;font-weight:600;color:var(--ingestro-neutral-900);min-width:0}.ingestro-dp-frontend .ingestro__metadata-header__appendTitle{flex:1}.ingestro-dp-frontend .ingestro__metadata-header__meta-data-item{display:flex;gap:8px;align-items:center}.ingestro-dp-frontend .ingestro__metadata-header__meta-data-item--copy-text{cursor:pointer;color:var(--ingestro-secondary-500);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100px;font-weight:600}.ingestro-dp-frontend .ingestro__metadata-header__meta-data-item--content{display:flex;gap:4px;color:var(--ingestro-neutral-700);align-items:center;align-self:center}.ingestro-dp-frontend .ingestro__metadata-header__meta-data-item--text-value{font-weight:600}.ingestro-dp-frontend .ingestro__metadata-header__meta-data-container .ingestro-tooltip__anchor{display:flex;flex-direction:row;gap:4px;align-items:center}.ingestro-dp-frontend .ingestro__metadata-header__meta-data-items.ingestro__metadata-header__meta-data-items--multiline{flex-direction:column;align-items:flex-start;justify-items:center}.ingestro-dp-frontend .ingestro__metadata-header-action .ingestro-menu__option-icon{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__metadata-header-action .disabled{color:var(--ingestro-neutral-300);pointer-events:none}.ingestro-dp-frontend .ingestro__metadata-header-action .disabled .ingestro-menu__option-icon{color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro__manual-upload-body{background:var(--ingestro-neutral-50);padding:16px;flex:1;display:flex;flex-direction:column}.ingestro-dp-frontend .ingestro__manual-upload-drop-area{border-radius:8px;border:1px dashed var(--ingestro-neutral-200);width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;gap:16px;overflow:hidden;flex:1 1 auto}.ingestro-dp-frontend .ingestro__manual-upload-drop-area:has(.ingestro__manual-upload-drop-area-uploading-screen),.ingestro-dp-frontend .ingestro__manual-upload-drop-area:has(.ingestro__manual-upload-drop-area-uploading-screen) .ingestro-button{pointer-events:none;-webkit-user-select:none;user-select:none}.ingestro-dp-frontend .ingestro__manual-upload-drop-area--dragOver{border:1px dashed var(--ingestro-primary-500, #5c8ef2)}.ingestro-dp-frontend .ingestro__manual-upload-drop-area--dragOver:before{content:"";display:block;width:100%;height:100%;position:absolute;background:#e0eafd99;z-index:1}.ingestro-dp-frontend .ingestro__manual-upload-drop-area-or-text{position:relative;height:1px;background:var(--ingestro-neutral-200, #e1e1e1);margin:12.6px 0;width:365px;max-width:100%}.ingestro-dp-frontend .ingestro__manual-upload-drop-area-or-text div{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:0 16px;background:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro__manual-upload-drop-area-text{color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro__manual-upload-header{padding:24px}.ingestro-dp-frontend .ingestro__manual-upload-drop-area-uploading-screen{display:grid;position:absolute;width:100%;height:100%;place-items:center;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px}.ingestro-dp-frontend .ingestro__manual-upload-drop-area-uploading-screen .ingestro-progress{gap:16px}.ingestro-dp-frontend .ingestro__manual-upload-file-input{display:none}.ingestro-dp-frontend .ingestro__manual-upload-drop-area-icon{display:flex}.ingestro-dp-frontend .ingestro__confirm-dialog.ingestro__manual-upload-file__dialog .ingestro-dialog__content{min-width:400px;max-width:400px}.ingestro-dp-frontend .ingestro__multi-sheet-selection-modal .ingestro-dialog__content{padding:0;gap:0;min-width:540px;max-width:540px;max-height:800px}.ingestro-dp-frontend .ingestro__multi-sheet-selection-modal .ingestro-dialog__header{padding:24px;border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__multi-sheet-selection-modal .ingestro-dialog__header .ingestro-dialog__title{font-size:28px;line-height:125%;padding-right:24px!important}.ingestro-dp-frontend .ingestro__multi-sheet-selection-modal .ingestro-dialog__header .ingestro-dialog__subtitle{margin-top:8px;font-size:14px;line-height:143%}.ingestro-dp-frontend .ingestro__multi-sheet-selection-modal .ingestro-dialog__body{margin-inline-end:0;padding-inline-end:0;padding:16px;display:flex;flex-direction:column;gap:8px;scrollbar-color:var(--ingestro-neutral-200) var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro__multi-sheet-selection-modal .ingestro-dialog__footer{border-top:1px solid var(--ingestro-neutral-100);padding:16px}.ingestro-dp-frontend .ingestro__multi-sheet-selection-modal .ingestro-dialog__footer .ingestro__multi-sheet-selection-modal__import-options{background:var(--ingestro-neutral-50);border:1px solid var(--ingestro-neutral-100);border-radius:6px;padding:12px;display:flex;flex-direction:column;gap:8px}.ingestro-dp-frontend .ingestro__multi-sheet-selection-modal .ingestro-dialog__footer .ingestro__multi-sheet-selection-modal__import-options>span{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__multi-sheet-selection-modal .ingestro-dialog__footer .ingestro__multi-sheet-selection-modal__import-options .ingestro__multi-sheet-selection-modal__import-options-list{display:flex;flex-direction:column;gap:8px}.ingestro-dp-frontend .ingestro__multi-sheet-selection-modal .ingestro-dialog__footer .ingestro__multi-sheet-selection-modal__import-options .ingestro__multi-sheet-selection-modal__import-options-list .ingestro__multi-sheet-selection-modal__import-options-item{display:flex;flex-direction:column}.ingestro-dp-frontend .ingestro__multi-sheet-selection-modal .ingestro-dialog__footer .ingestro__multi-sheet-selection-modal__import-options .ingestro__multi-sheet-selection-modal__import-options-list .ingestro__multi-sheet-selection-modal__import-options-item>p{margin:0;padding-left:24px;color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro__multi-sheet-selection-modal .ingestro-dialog__footer .ingestro__multi-sheet-selection-modal__import-options .ingestro__multi-sheet-selection-modal__import-options-list .ingestro__multi-sheet-selection-modal__import-options-item>p b{color:var(--ingestro-neutral-900);font-weight:600}.ingestro-dp-frontend .ingestro__multi-sheet-selection-modal .ingestro-dialog__footer .ingestro__multi-sheet-selection-modal__import-options .ingestro__multi-sheet-selection-modal__import-options-list .ingestro__multi-sheet-selection-modal__import-options-item .ingestro-radio__text{font-size:14px;line-height:143%;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__multi-sheet-selection-modal .ingestro-dialog__footer .ingestro-dialog__footer-buttons{gap:12px;flex-direction:column}.ingestro-dp-frontend .ingestro__multi-sheet-selection-modal .ingestro-dialog__footer .ingestro-dialog__footer-buttons>div:last-child{display:flex;gap:16px;justify-content:flex-end}.ingestro-dp-frontend .ingestro__sheet-item{padding:8px;border:1px solid var(--ingestro-neutral-200);border-radius:6px;display:flex;gap:8px;cursor:pointer}.ingestro-dp-frontend .ingestro__sheet-item:hover{background:var(--ingestro-primary-50);border-color:var(--ingestro-primary-200)}.ingestro-dp-frontend .ingestro__sheet-item.ingestro__sheet-item--selected{background:var(--ingestro-primary-50);border-color:var(--ingestro-primary-500)}.ingestro-dp-frontend .ingestro__sheet-item.ingestro__sheet-item--selected:hover{background:var(--ingestro-primary-100)}.ingestro-dp-frontend .ingestro__sheet-item .ingestro__sheet-item-index{color:var(--ingestro-primary-900);width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--ingestro-primary-50);border-radius:4px}.ingestro-dp-frontend .ingestro__sheet-item .ingestro__sheet-item-details{display:flex;flex-direction:column;max-width:calc(100% - 32px)}.ingestro-dp-frontend .ingestro__sheet-item .ingestro__sheet-item-details .ingestro__sheet-item-name{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__sheet-item .ingestro__sheet-item-details .ingestro__sheet-item-info{display:flex;gap:8px}.ingestro-dp-frontend .ingestro__sheet-item .ingestro__sheet-item-details .ingestro__sheet-item-info span{font-size:10px;line-height:143%}.ingestro-dp-frontend .ingestro-dp .ingestro__header-selection{width:100%;height:100%;padding:24px;box-sizing:border-box;display:flex;flex-direction:column;flex:1 1 auto}.ingestro-dp-frontend .ingestro-dp .ingestro__header-selection__header-title{color:var(--ingestro-primary-900);margin-block-end:4px}.ingestro-dp-frontend .ingestro-dp .ingestro__header-selection__header{margin-block-end:12px;color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro-dp .ingestro__header-selection .ingestro-spreadsheet-viewer{min-height:394px;flex:1 1 auto}.ingestro-dp-frontend .ingestro-modal-view .ingestro-dp .ingestro__header-selection .ingestro-spreadsheet-viewer,.ingestro-dp-frontend .ingestro-dp .ingestro__header-selection .ingestro-spreadsheet-viewer{min-height:auto}.ingestro-dp-frontend .ingestro-dp .ingestro__backButton--hide{display:none}.ingestro-dp-frontend .ingestro__header-selection .ingestro__header-selection__header__sheet-name{color:var(--ingestro-neutral-900);margin-bottom:12px;display:flex;align-items:center;gap:4px}.ingestro-dp-frontend .ingestro__transformations{display:flex;flex:1 auto;min-height:0;border-radius:8px;overflow:hidden}.ingestro-dp-frontend .ingestro__transformations-data{display:flex;flex:1 auto;min-height:0;padding:8px;gap:4px;background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro__transformations-collapsibleBlock{display:flex;flex:1 auto;min-height:0;padding:8px;gap:4px}.ingestro-dp-frontend .ingestro__transformations-data--expanded{gap:0}.ingestro-dp-frontend .ingestro__transformations-data--expanded .ingestro__transformation-input{flex:0;min-width:0;max-width:0;opacity:0;border-width:0;visibility:hidden}.ingestro-dp-frontend .ingestro__transformations-data--expanded .ingestro__transformation-transformation{flex:0;min-width:0;max-width:0;opacity:0;padding:0;visibility:hidden}.ingestro-dp-frontend .ingestro__transformations-data--expanded .ingestro__transformation-output{flex:1}.ingestro-dp-frontend .ingestro-dialog__body:has(.ingestro__data-transformation__mapping-required-dialog){margin-top:-16px;margin-left:0;margin-right:0;padding:8px;border-radius:4px;background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro__data-transformation__mapping-required-dialog ul{padding-inline-start:20px;margin-block-start:0;margin-block-end:0;display:flex;flex-direction:column;gap:4px}.ingestro-dp-frontend .ingestro__data-transformation__mapping-required-dialog li{color:var(--ingestro-neutral-900);font-weight:600;font-size:14px}.ingestro-dp-frontend .ingestro__transformation-input{box-sizing:border-box;display:flex;flex-direction:column;flex:1;min-height:0;min-width:230px;border-radius:4px;border:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);overflow:hidden;transition:all .2s,opacity .15s,border-width 0s}@container (min-width: 1024px){.ingestro-dp-frontend .ingestro__transformation-input{min-width:245px}}.ingestro-dp-frontend .ingestro__inputColumn-header{box-sizing:border-box;height:36px;padding:8px 12px;display:flex;align-items:center;border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__inputColumn-header-titleText{color:var(--ingestro-neutral-900);white-space:nowrap}.ingestro-dp-frontend .ingestro__transformation-sheetViewerWrapper{position:relative;background-color:var(--ingestro-white);padding:8px;flex:1 auto;display:flex;flex-direction:column}.ingestro-dp-frontend .ingestro-spreadsheet-viewer--readonly .ingestro-spreadsheet-viewer__content__cell.ingestro__cell-error,.ingestro-dp-frontend .ingestro-spreadsheet-viewer__content__cell.ingestro__cell-error{color:var(--ingestro-error-400);background-color:var(--ingestro-error-50)}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__content__cell.ingestro__cell-error:hover{background-color:var(--ingestro-error-100)}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__content__cell.ingestro__cell-error span{color:var(--ingestro-error-400)}.ingestro-dp-frontend .ingestro-spreadsheet-viewer--readonly .ingestro-spreadsheet-viewer__content__cell.ingestro__cell-autoChanged,.ingestro-dp-frontend .ingestro-spreadsheet-viewer__content__cell.ingestro__cell-autoChanged,.ingestro-dp-frontend .ingestro-spreadsheet-viewer--readonly .ingestro-spreadsheet-viewer__content__cell.ingestro__cell-advanced-validation-info,.ingestro-dp-frontend .ingestro-spreadsheet-viewer__content__cell.ingestro__cell-advanced-validation-info{color:var(--ingestro-secondary-500);background-color:var(--ingestro-secondary-50)}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__content__cell.ingestro__cell-autoChanged:hover,.ingestro-dp-frontend .ingestro-spreadsheet-viewer__content__cell.ingestro__cell-advanced-validation-info:hover{background-color:var(--ingestro-secondary-100)}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__content__cell.ingestro__cell-autoChanged span,.ingestro-dp-frontend .ingestro-spreadsheet-viewer__content__cell.ingestro__cell-advanced-validation-info span{color:var(--ingestro-secondary-500)}.ingestro-dp-frontend .ingestro-spreadsheet-viewer--readonly .ingestro-spreadsheet-viewer__content__cell.ingestro__cell-advanced-validation-warning,.ingestro-dp-frontend .ingestro-spreadsheet-viewer__content__cell.ingestro__cell-advanced-validation-warning{color:var(--ingestro-warning-500);background-color:var(--ingestro-warning-50)}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__content__cell.ingestro__cell-advanced-validation-warning:hover{background-color:var(--ingestro-warning-100)}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__content__cell.ingestro__cell-advanced-validation-warning span{color:var(--ingestro-warning-500)}.ingestro-dp-frontend .ingestro__transformation-sheetViewerWrapper .ingestro-spreadsheet-viewer__cell_loading{padding:4px 8px}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__content__cell.ingestro__cell-deleted{background-color:color-mix(in srgb-linear,var(--ingestro-neutral-100) 50%,white);color:var(--ingestro-neutral-400)!important;font-style:italic}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__content__cell{display:flex;gap:4px}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__content__cell__text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ingestro-dp-frontend .ingestro__transformation-sheetViewerWrapper .ingestro-spreadsheet-viewer__row-header__cell{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro__transformation-sheetViewerWrapper .ingestro-spreadsheet-viewer__column-header__cell,.ingestro-dp-frontend .ingestro__transformation-sheetViewerWrapper .ingestro-spreadsheet-viewer--readonly .ingestro-spreadsheet-viewer__column-header__cell{background-color:var(--ingestro-neutral-50);color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__content__cell.ingestro__cell-autoChanged.ingestro__cell-autoChanged--deleted{color:var(--ingestro-secondary-300)}.ingestro-dp-frontend .ingestro-spreadsheet-viewer__content__cell.ingestro-spreadsheet-viewer__content__cell--empty{font-style:italic;color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro__transformation-info-tooltip{color:var(--ingestro-white);box-shadow:var(--shadow-bottom);border-radius:4px;z-index:var(--layer-overlay);background:var(--ingestro-neutral-700);word-break:normal;overflow-wrap:break-word;font-size:12px}.ingestro-dp-frontend .ingestro__transformation-info-tooltip-wrapper{padding:12px 16px;overflow-y:auto;max-height:300px;max-width:313px;display:flex;flex-direction:column;gap:8px}.ingestro-dp-frontend .ingestro__transformation-info-tooltip .ingestro-tooltip__content-floatingArrow{fill:var(--ingestro-neutral-700)}.ingestro-dp-frontend .ingestro__transformation-info-tooltip--error{background:var(--ingestro-error-400);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__transformation-info-tooltip.ingestro__transformation-info-tooltip--error .ingestro-tooltip__content-floatingArrow{fill:var(--ingestro-error-400)}.ingestro-dp-frontend .ingestro__transformation-info-tooltip--automaticallyChanged{background:var(--ingestro-secondary-400);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__transformation-info-tooltip.ingestro__transformation-info-tooltip--automaticallyChanged .ingestro-tooltip__content-floatingArrow{fill:var(--ingestro-secondary-400)}.ingestro-dp-frontend .ingestro__transformation-info-tooltip--advanced-validation-warning{background:var(--ingestro-warning-400);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__transformation-info-tooltip.ingestro__transformation-info-tooltip--advanced-validation-warning .ingestro-tooltip__content-floatingArrow{fill:var(--ingestro-warning-400)}.ingestro-dp-frontend .ingestro__transformation-error-circle{width:8px;height:8px;border-radius:16px;background:var(--ingestro-error-400);margin:4.5px 5px 0 0;flex:none}.ingestro-dp-frontend .ingestro__transformation-error-content--warning .ingestro__transformation-error-circle{background:var(--ingestro-warning-400)}.ingestro-dp-frontend .ingestro__transformation-error-content--info .ingestro__transformation-error-circle{background:var(--ingestro-secondary-500)}.ingestro-dp-frontend .ingestro__transformation-info-tooltip--error .ingestro__transformation-error-circle{background:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__transformation-error-contents{display:flex;flex-direction:column;gap:4px}.ingestro-dp-frontend .ingestro__transformation-error-content{display:flex}.ingestro-dp-frontend .ingestro__transformation-info-tooltip-auto-transform{white-space:pre-wrap;text-align:center}.ingestro-dp-frontend .ingestro__transformation-mappings{box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;min-height:0;background-color:var(--ingestro-white);border-right:1px solid var(--ingestro-neutral-100);width:245px;transition:width .1s linear}.ingestro-dp-frontend .ingestro__transformation-mappings--collapsed{width:88px}@container (min-width: 1024px){.ingestro-dp-frontend .ingestro__transformation-mappings{width:280px}.ingestro-dp-frontend .ingestro__transformation-mappings--collapsed{width:88px}}.ingestro-dp-frontend .ingestro__transformation-mappings-list{display:flex;flex:1 auto;flex-direction:column;gap:8px;padding:12px}.ingestro-dp-frontend .ingestro__transformation-mappings--scroll-area{overflow:auto;flex:1 auto;display:flex;flex-direction:column;scrollbar-color:var(--ingestro-neutral-200) transparent}.ingestro-dp-frontend .ingestro__mappings-header{flex-shrink:0}.ingestro-dp-frontend .ingestro__transformation-mappedListTooltip{margin:0;padding:0 0 0 16px}.ingestro-dp-frontend .ingestro__mapping-sourceColumnDropdown .ingestro-select__option--active .ingestro-tooltip{display:none}.ingestro-dp-frontend .ingestro__mappings-header{box-sizing:border-box;height:40px;padding:8px 12px;display:flex;align-items:center;border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__mappings-header-title{display:flex;align-items:center;gap:8px}.ingestro-dp-frontend .ingestro__mappings-header-titleText{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__mappings-header-actions{display:flex;align-items:center;gap:4px;margin-inline-start:auto;flex-shrink:0}.ingestro-dp-frontend .ingestro__transformation-mappings--collapsed .ingestro__mappings-header-title{display:none}.ingestro-dp-frontend .ingestro__transformation-mappings--collapsed .ingestro__mappings-header-actions{width:100%;justify-content:center;margin-inline-start:0}.ingestro-dp-frontend .ingestro__mappings-filters-popover .ingestro-popover__content{padding:0}.ingestro-dp-frontend .ingestro__mappings-filters-button{position:relative}.ingestro-dp-frontend .ingestro__mappings-filters-badge{width:8px;height:8px;flex-shrink:0;position:absolute;top:-2px;right:-2px;border-radius:8px;background-color:var(--ingestro-primary-900);z-index:1}.ingestro-dp-frontend .ingestro__mappings-filters-button--pressed .ingestro-button--icon{background-color:var(--ingestro-neutral-100)!important}.ingestro-dp-frontend .ingestro__transformation-filters{display:flex;flex-direction:column}.ingestro-dp-frontend .ingestro__transformation-filtersButton{position:relative;box-sizing:border-box;width:100%;height:33px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;outline:none;gap:8px;border:0;text-align:left;padding:8px;color:var(--ingestro-neutral-900);background-color:var(--ingestro-white);cursor:pointer}.ingestro-dp-frontend .ingestro__transformation-filtersButton:hover,.ingestro-dp-frontend .ingestro__transformation-filtersButton--checked{background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro__transformation-filtersButton--checked:hover{background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__transformation-filtersButtonIcon{color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro__mapping{border-radius:8px;border:1px solid var(--ingestro-neutral-200);cursor:pointer;overflow:hidden;white-space:nowrap}.ingestro-dp-frontend .ingestro__mapping.ingestro__mapping--collapsed{border-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__mapping.ingestro__mapping--collapsed:hover .ingestro__mapping-main{background-color:var(--ingestro-primary-50)}.ingestro-dp-frontend .ingestro__mapping:not(.ingestro__mapping--collapsed):hover{border-color:var(--ingestro-primary-400)}.ingestro-dp-frontend .ingestro__mapping-main{display:flex;flex-direction:column;gap:8px;padding:8px}.ingestro-dp-frontend .ingestro__mapping--selected .ingestro__mapping-header,.ingestro-dp-frontend .ingestro__mapping--selected .ingestro__mapping-main{background-color:var(--ingestro-primary-50)}.ingestro-dp-frontend .ingestro__mapping-header{display:flex;align-items:center;justify-content:space-between;max-height:0;overflow:hidden;transition:max-height .3s,padding .3s;padding:0 8px}.ingestro-dp-frontend .ingestro__mapping--selected .ingestro__mapping-header{max-height:24px;padding:8px 8px 0}.ingestro-dp-frontend .ingestro__mapping-header-button.ingestro-button--outlinePrimary[type]{background-color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__mapping-header-button .ingestro-button__text{line-height:1}.ingestro-dp-frontend .ingestro__mapping-columnDescription{color:var(--ingestro-neutral-700)}.ingestro-dp-frontend .ingestro__mapping-sourceColumns,.ingestro-dp-frontend .ingestro__mapping-targetColumn{display:flex;flex-direction:column;gap:4px}.ingestro-dp-frontend .ingestro__mapping-targetColumnBase{display:flex;align-items:center;position:relative}.ingestro-dp-frontend .ingestro__mapping-targetColumnIcon{color:var(--ingestro-neutral-500);transition:opacity .3s;margin-right:12px}.ingestro-dp-frontend .ingestro__mapping-targetColumnTextAnimate{display:flex;position:absolute;left:28px;max-width:calc(100% - 28px);transition:left .3s,transform .3s}.ingestro-dp-frontend .ingestro__mapping-targetColumnText{color:var(--ingestro-primary-900);overflow:hidden}.ingestro-dp-frontend .ingestro__mapping-targetColumnRequired{margin-inline-start:4px;color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro__mapping-footer{position:relative;display:flex;justify-content:start;border-top:1px solid var(--ingestro-neutral-200);padding:6px}.ingestro-dp-frontend .ingestro__mapping--collapsed .ingestro__mapping-footer{border-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__mapping-footer:has(.ingestro__mapping-status--mappingRequired):hover{background-color:var(--ingestro-error-50)}.ingestro-dp-frontend .ingestro__mapping-footer-fxIcon{position:absolute;top:50%;transform:translateY(-50%);right:6px}.ingestro-dp-frontend .ingestro__mapping-sourceColumnsEmpty{color:var(--ingestro-neutral-400);font-style:italic;text-align:left;padding:4px 8px}.ingestro-dp-frontend .ingestro__mapping--collapsed .ingestro__mapping-header{display:none}.ingestro-dp-frontend .ingestro__mapping--collapsed .ingestro__mapping-main{padding:6px 4px;height:40px;box-sizing:border-box;justify-content:center}.ingestro-dp-frontend .ingestro__mapping--collapsed .ingestro__mapping-sourceColumns{display:none}.ingestro-dp-frontend .ingestro__mapping--collapsed .ingestro__mapping-targetColumn{text-align:center;justify-content:center}.ingestro-dp-frontend .ingestro__mapping--collapsed .ingestro__mapping-targetColumnIcon{display:none}.ingestro-dp-frontend .ingestro__mapping--collapsed .ingestro__mapping-targetColumnTextAnimate{position:static;max-width:100%}.ingestro-dp-frontend .ingestro__mapping--collapsed .ingestro__mapping-targetColumnRequired{margin-inline-start:0}.ingestro-dp-frontend .ingestro__mapping--collapsed .ingestro__mapping-footer{height:24px;padding:0;justify-content:center;align-items:center}.ingestro-dp-frontend .ingestro__mapping--collapsed .ingestro__mapping-footer-fxIcon{right:4px;width:14px;height:14px}.ingestro-dp-frontend .ingestro__mapping--collapsed .ingestro__mapping-status{align-items:center}.ingestro-dp-frontend .ingestro__mapping--collapsed .ingestro__mapping-status .ingestro-tooltip__anchor{width:16px}.ingestro-dp-frontend .ingestro__mapping--collapsed .ingestro__mapping-statusText{display:none}.ingestro-dp-frontend .ingestro__mapping-tooltip .ingestro-tooltip__content{background-color:var(--ingestro-white);box-shadow:none;padding:0;border-radius:4px;z-index:var(--layer-overlay)}.ingestro-dp-frontend .ingestro__mapping-tooltipContent{min-width:256px}.ingestro-dp-frontend .ingestro__mapping-targetColumnIcon--selected{display:flex;align-items:flex-start;justify-content:center;color:var(--ingestro-neutral-500);height:0;opacity:0;transition:all .3s}.ingestro-dp-frontend .ingestro__mapping--selected .ingestro__mapping-targetColumnIcon{opacity:0}.ingestro-dp-frontend .ingestro__mapping--selected .ingestro__mapping-targetColumnIcon--selected{height:16px;opacity:1}.ingestro-dp-frontend .ingestro__mapping--selected .ingestro__mapping-targetColumnTextAnimate{left:50%;transform:translate(-50%);max-width:100%}.ingestro-dp-frontend .ingestro__mapping--selected.ingestro__mapping--collapsed .ingestro__mapping-targetColumnIcon--selected{display:none}.ingestro-dp-frontend .ingestro__mapping--selected.ingestro__mapping--collapsed .ingestro__mapping-targetColumnTextAnimate{transform:none;transition:none}.ingestro-dp-frontend .ingestro__mapping-sourceColumnSelected{color:var(--ingestro-neutral-900);text-align:left;padding:4px 8px}.ingestro-dp-frontend .ingestro__mapping-sourceColumns .ingestro-select__toggle{gap:0}.ingestro-dp-frontend .ingestro__mapping-sourceColumnDropdown .ingestro-select__option--active{background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro__mapping--selected:not(.ingestro__mapping--collapsed){border-color:var(--ingestro-primary-400)}.ingestro-dp-frontend .ingestro-tooltip.ingestro__mapping-status{width:100%}.ingestro-dp-frontend .ingestro__mapping-status .ingestro-tooltip__anchor{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%}.ingestro-dp-frontend .ingestro__mapping-status--empty{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro__mapping-status--errors{color:var(--ingestro-warning-500)}.ingestro-dp-frontend .ingestro__mapping-status--done{color:var(--ingestro-success-500)}.ingestro-dp-frontend .ingestro__mapping-status--mappingRequired{color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro__transformation-output{box-sizing:border-box;display:flex;flex-direction:column;flex:1;min-height:0;min-width:230px;border-radius:4px;border:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);overflow:hidden;transition:all .2s}@container (min-width: 1024px){.ingestro-dp-frontend .ingestro__transformation-output{min-width:245px}}.ingestro-dp-frontend .ingestro__outputColumn-header{box-sizing:border-box;height:36px;padding:8px 12px;display:flex;align-items:center;border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__outputColumn-header-title{display:flex;align-items:center;gap:8px}.ingestro-dp-frontend .ingestro__outputColumn-header-titleText{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__outputColumn-header-actions{display:flex;align-items:center;gap:8px;margin-inline-start:auto}.ingestro-dp-frontend .ingestro__outputColumn-header-expand--active.ingestro-button--outlinePrimary[type],.ingestro-dp-frontend .ingestro__outputColumn-header-expand--active.ingestro-button--outlinePrimary:hover,.ingestro-dp-frontend .ingestro__outputColumn-header-expand--active.ingestro-button--outlinePrimary:focus{background-color:var(--ingestro-primary-100)}.ingestro-dp-frontend .ingestro__outputColumn-header-expand--active .ingestro-button__icon{color:var(--ingestro-primary-800)}.ingestro-dp-frontend .ingestro__transformation-transformation{position:relative;box-sizing:border-box;display:flex;flex-direction:column;flex:0 0 auto;padding:0 8px;min-height:0;min-width:198px;max-width:280px;overflow:hidden;transition:all .2s,opacity .15s}.ingestro-dp-frontend .ingestro__transformation-transformationInner{box-sizing:border-box;display:flex;flex-direction:column;flex:1 auto;padding:0 8px;min-height:0;border-left:1px solid var(--ingestro-neutral-100);border-right:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__transformation-transformationIcon{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);padding:12px 0;background-color:var(--ingestro-neutral-50);color:var(--ingestro-neutral-500);z-index:1}.ingestro-dp-frontend .ingestro__transformation-transformationIconLeft{left:0}.ingestro-dp-frontend .ingestro__transformation-transformationIconRight{right:0}.ingestro-dp-frontend .ingestro__transformations-wrapper{display:flex;flex-direction:column;padding:8px 8px 4px}.ingestro-dp-frontend .ingestro__transformations-header{color:var(--ingestro-neutral-500);margin-block-end:8px}.ingestro-dp-frontend .ingestro__transformations-list{display:flex;flex-direction:column;gap:8px}.ingestro-dp-frontend .ingestro__transformations__formula-button{padding-top:8px}.ingestro-dp-frontend .ingestro__transformationColumn-header{box-sizing:border-box;height:36px;padding:8px 12px;display:flex;align-items:center;border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__transformationColumn-header-titleText{color:var(--ingestro-neutral-900);white-space:nowrap}.ingestro-dp-frontend .ingestro__transformation-banner{max-width:158px;display:flex;flex-direction:column;flex:1 auto;min-height:0;align-items:center;justify-content:center;text-align:center;gap:24px}.ingestro-dp-frontend .ingestro__transformation-bannerTitle{margin-block-start:24px;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__transformation-bannerText{margin-block-start:4px;color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro__transformation-bannerGroup{display:flex;flex-direction:column;align-items:center;gap:4px}.ingestro-dp-frontend .ingestro__addFormula .ingestro-dialog__content{width:calc(100% - 160px);min-height:800px;height:100%;max-width:1280px;max-height:calc(100% - 260px);padding:0;gap:0}.ingestro-dp-frontend .ingestro__addFormula .ingestro-dialog__header{padding:24px}.ingestro-dp-frontend .ingestro__addFormula .ingestro-dialog__header .ingestro-dialog__title{font-size:28px;line-height:125%}.ingestro-dp-frontend .ingestro__addFormula .ingestro-dialog__body{display:flex;min-height:0;border-top:1px solid var(--ingestro-neutral-100);margin-inline-end:0;padding-inline-end:0;position:relative}.ingestro-dp-frontend .ingestro__addFormula .ingestro-dialog__body>*{position:absolute;top:0;right:0;bottom:0;left:0;width:100%}.ingestro-dp-frontend .ingestro__addFormula .ingestro-dialog__body>:nth-child(1){width:50%;z-index:1;background:transparent;pointer-events:none}.ingestro-dp-frontend .ingestro__addFormula .ingestro-dialog__body>:nth-child(1) *{pointer-events:auto}.ingestro-dp-frontend .ingestro__addFormula .ingestro-dialog__body>:nth-child(1):has(.ingestro__formula-editor--focused),.ingestro-dp-frontend .ingestro__addFormula .ingestro-dialog__body>:nth-child(1):has(.ingestro__formula-editor__variable-dropdown),.ingestro-dp-frontend .ingestro__addFormula .ingestro-dialog__body>:nth-child(1):has(.suggest-widget){z-index:3}.ingestro-dp-frontend .ingestro__addFormula .ingestro-dialog__body>:nth-child(2){z-index:2;max-width:calc(100% - 408px);left:376px}.ingestro-dp-frontend .ingestro__addFormula .ingestro-dialog__footer{border-top:1px solid var(--ingestro-neutral-100);padding:24px;position:absolute;bottom:0;width:100%;box-sizing:border-box}.ingestro-dp-frontend .ingestro__addFormula-form{display:flex;flex-direction:column;width:376px;background-color:var(--ingestro-white);height:calc(100% - 89px)}.ingestro-dp-frontend .ingestro__addFormula-form .ingestro-formElement,.ingestro-dp-frontend .ingestro__addFormula-form .ingestro__accordion__label,.ingestro-dp-frontend .ingestro__addFormula-form .ingestro__accordion__content-inner{max-width:344px}.ingestro-dp-frontend .ingestro__addFormula-form .ingestro-divider{max-width:376px}.ingestro-dp-frontend .ingestro__addFormula-submit{min-width:120px}.ingestro-dp-frontend .ingestro__addFormula-formActions{display:flex;align-items:center;gap:8px}.ingestro-dp-frontend .ingestro__addFormula-form .ingestro-message{margin:0}.ingestro-dp-frontend .ingestro__addFormula__success-text{display:flex;align-items:center}.ingestro-dp-frontend .ingestro__addFormula__success-text svg{width:16px;margin-left:4px}.ingestro-dp-frontend .ingestro__addFormula__error-text{display:flex;align-items:center}.ingestro-dp-frontend .ingestro__addFormula__error-text svg{width:16px;margin-left:4px}.ingestro-dp-frontend .ingestro__addFormula-form .ingestro-formElement{padding:16px}.ingestro-dp-frontend .ingestro__addFormula-formulaSection{display:flex;flex-direction:column;max-width:376px}.ingestro-dp-frontend .ingestro__addFormula-formulaSectionLabel,.ingestro-dp-frontend .ingestro__addFormula-formulaSectionContent{max-width:344px}.ingestro-dp-frontend .ingestro__addFormula-formulaSectionLabel{padding:16px}.ingestro-dp-frontend .ingestro__addFormula-formulaSectionContent{display:flex;flex-direction:column;overflow:visible;padding:0 16px 16px}.ingestro-dp-frontend .ingestro__addFormula-form .ingestro__accordion__content-inner{flex-direction:column}.ingestro-dp-frontend .ingestro__addFormula-formulaLabel{display:flex;align-items:center;gap:4px}.ingestro-dp-frontend .ingestro__addFormula__hintText{color:var(--ingestro-neutral-500);position:relative;margin-top:4px;margin-bottom:12px}.ingestro-dp-frontend .ingestro__addFormula__hintText .ingestro-tag{height:15px;padding:0 1px}.ingestro-dp-frontend .ingestro__addFormula__hintText .ingestro-tag .ingestro-tag__text{color:var(--ingestro-neutral-400);margin-bottom:1px}.ingestro-dp-frontend .ingestro__addFormula__hintText span{position:absolute;right:0}.ingestro-dp-frontend .ingestro__addFormula__errorText{color:var(--ingestro-error-500);margin-bottom:12px}.ingestro-dp-frontend .ingestro__addFormula-form .ingestro__accordion--expanded .ingestro__accordion__content:has(.ingestro__formula-editor-wrapper),.ingestro-dp-frontend .ingestro__addFormula-form .ingestro__accordion--expanded .ingestro__accordion__content-inner:has(.ingestro__formula-editor-wrapper){overflow:visible}.ingestro-dp-frontend .ingestro__addFormula-form .ingestro__accordion--expanded.ingestro__prompt__accordion{z-index:5}.ingestro-dp-frontend .ingestro__addFormula-form .ingestro__accordion--expanded.ingestro__formula__accordion{z-index:4}.ingestro-dp-frontend .ingestro__accordion{position:relative}.ingestro-dp-frontend .ingestro__accordion .ingestro__accordion__icon{color:var(--ingestro-neutral-600);transition:transform .25s cubic-bezier(.4,0,.2,1);transition-delay:50ms}.ingestro-dp-frontend .ingestro__accordion--expanded .ingestro__accordion__icon{transform:rotate(90deg);transition-delay:0ms}.ingestro-dp-frontend .ingestro__accordion__label{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:16px}.ingestro-dp-frontend .ingestro__accordion__content{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),max-height .35s cubic-bezier(.4,0,.2,1);will-change:height}.ingestro-dp-frontend .ingestro__accordion__content-inner{opacity:0;transform:translateY(-8px);transition:opacity .3s cubic-bezier(.4,0,.2,1) 50ms,transform .35s cubic-bezier(.4,0,.2,1) 50ms;padding:0 16px 16px;display:flex}.ingestro-dp-frontend .ingestro__accordion--expanded .ingestro__accordion__content-inner{opacity:1;transform:translateY(0);transition:opacity .4s cubic-bezier(.4,0,.2,1) 80ms,transform .4s cubic-bezier(.4,0,.2,1) 80ms}.ingestro-dp-frontend .ingestro__accordion__divider{z-index:-1}.ingestro-dp-frontend .ingestro__formula-editor-wrapper{position:relative}.ingestro-dp-frontend .ingestro__formula-editor{box-sizing:border-box;width:100%;min-height:64px;border-radius:4px;outline:none;background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-100);padding:0 12px 0 4px;cursor:text;white-space:pre-wrap;word-wrap:break-word;height:120px}.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .suggest-widget .monaco-list .monaco-list-row,.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__formula-editor .monaco-highlighted-label .highlight,.ingestro-dp-frontend .ingestro__formula-editor .monaco-list-row.focused .monaco-highlighted-label .highlight{color:var(--ingestro-warning-500)!important;font-weight:400!important}.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor{outline-width:0px!important}.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .suggest-details{background-color:var(--ingestro-white);color:var(--ingestro-neutral-900);border:1px solid var(--ingestro-neutral-100);box-shadow:var(--shadow-bottom-xs);border-radius:4px;max-height:252px!important}.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .suggest-widget{background-color:var(--ingestro-white);color:var(--ingestro-neutral-900);border:1px solid var(--ingestro-neutral-100);box-shadow:var(--shadow-bottom-xs);border-radius:4px;resize:none!important;position:absolute;top:var(--suggest-top, 23px)!important;width:400px!important;max-height:252px!important;scrollbar-width:2px!important;overflow:hidden!important}.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .suggest-widget .monaco-sash{display:none!important}.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .suggest-widget .monaco-list-row:hover,.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .suggest-widget .monaco-list-row.focused{background-color:var(--ingestro-secondary-50)!important}.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .right>.details-label{display:flex!important;color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .monaco-list-row.focused:hover>.contents>.main>.right.can-expand-details>.details-label{width:100%!important}.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .monaco-list-row:hover .readMore{visibility:visible!important}.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .readMore{display:inline-flex!important;visibility:hidden!important;margin-right:-10px!important;width:48px!important;align-items:center;justify-content:center;background:linear-gradient(to right,transparent 0%,var(--ingestro-white) 70%)}.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .suggest-icon{width:18px;height:32px;margin-left:4px;border-radius:4px;background-position:center;background-size:18px 18px;background-repeat:no-repeat}.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .codicon-symbol-function:before{content:""!important}.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .codicon-symbol-variable:before{content:""!important}.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .codicon-symbol-function{background-image:url("data:image/svg+xml,%3Csvg width%3D%2218%22 height%3D%2218%22 viewBox%3D%220 0 18 18%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect width%3D%2218%22 height%3D%2218%22 rx%3D%224%22 fill%3D%22%23FFFBEB%22%2F%3E%3Cg clip-path%3D%22url(%23clip0_12_29699)%22%3E%3Cpath d%3D%22M6.41297 14C7.23009 14 7.66387 13.2702 7.79143 12.8391C7.79347 12.8323 7.79536 12.8254 7.79712 12.8183C8.09435 11.5872 8.56785 9.63594 8.91862 8.21664H10.1737C10.4096 8.21664 10.601 8.02536 10.601 7.78931C10.601 7.55326 10.4096 7.36199 10.1737 7.36199H9.13102C9.24329 6.9148 9.32546 6.59631 9.35781 6.48762L9.39373 6.36594C9.52621 5.91385 9.83643 4.85486 10.3162 4.85486C10.761 4.85486 10.8273 5.53999 10.8304 5.57311C10.8493 5.80768 11.0539 5.98486 11.2891 5.96458C11.5244 5.94662 11.7005 5.74095 11.6823 5.50575C11.6424 4.98489 11.3051 4 10.316 4C9.19607 4 8.77562 5.43551 8.5736 6.12555L8.53922 6.24196C8.49817 6.3785 8.39046 6.79923 8.24999 7.36199H6.75483C6.51879 7.36199 6.32751 7.55326 6.32751 7.78931C6.32751 8.02536 6.51879 8.21664 6.75483 8.21664H8.03829C7.59952 9.99625 7.03249 12.3436 6.97011 12.602C6.94682 12.6697 6.7716 13.1453 6.41318 13.1453C5.86587 13.1453 5.62891 12.3771 5.62702 12.3713C5.56134 12.1447 5.32494 12.0136 5.09766 12.0797C4.87102 12.1454 4.74037 12.3824 4.80604 12.6091C4.95557 13.1256 5.46212 14 6.41297 14Z%22 fill%3D%22%23F59E0B%22%2F%3E%3Cpath d%3D%22M12.7494 12.898C13.0012 12.898 13.2129 12.7191 13.2129 12.4344C13.2129 12.3021 13.16 12.1827 13.0473 12.0503L12.16 11.0304L13.021 10.0238C13.1005 9.92444 13.16 9.81848 13.16 9.67941C13.16 9.4275 12.9546 9.24219 12.6896 9.24219C12.5109 9.24219 12.372 9.35474 12.2525 9.50069L11.5838 10.3746L10.9282 9.50055C10.7956 9.33516 10.6567 9.24219 10.4581 9.24219C10.2062 9.24219 9.99445 9.42119 9.99445 9.70593C9.99445 9.8382 10.0475 9.95756 10.1598 10.0898L10.9878 11.0436L10.0803 12.1164C9.99424 12.2157 9.94141 12.3217 9.94141 12.4607C9.94141 12.7126 10.1467 12.8978 10.4115 12.8978C10.5903 12.8978 10.7293 12.7853 10.8485 12.6395L11.5636 11.6992L12.2788 12.6395C12.4117 12.8053 12.5508 12.898 12.7494 12.898Z%22 fill%3D%22%23F59E0B%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath id%3D%22clip0_12_29699%22%3E%3Crect width%3D%2210%22 height%3D%2210%22 fill%3D%22white%22 transform%3D%22translate(4 4)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E")!important}.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .slider,.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .scrollbar,.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .scroll-decoration{display:none!important}.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .snippet-placeholder{border-radius:2px!important;background-color:var(--ingestro-neutral-200)!important}.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .wordHighlightText{border-radius:2px!important;background-color:var(--ingestro-neutral-100)!important}.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .finish-snippet-placeholder{background-color:transparent!important;outline-color:transparent!important}.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .current-line-exact{border:none!important}.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor-overlaymessage{display:none!important}.ingestro-dp-frontend .ingestro__formula-editor .monaco-editor .cursor{background-color:var(--ingestro-primary-500)!important;border-color:var(--ingestro-primary-500)!important;color:var(--ingestro-primary-500)!important}.ingestro-dp-frontend .ingestro__formula-editor:hover,.ingestro-dp-frontend .ingestro__formula-editor:focus-within{border-color:var(--ingestro-secondary-500)!important}.ingestro-dp-frontend .monaco-placeholder{position:absolute;display:none;white-space:pre-wrap;top:8px;left:12px;font-size:16px;color:var(--ingestro-neutral-400);pointer-events:none;-webkit-user-select:none;user-select:none}.ingestro-dp-frontend .ingestro__formula-editor--readonly{background:var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-200)!important;-webkit-user-select:none;user-select:none;pointer-events:none}.ingestro-dp-frontend .ingestro__formula-editor--readonly:hover{border-color:var(--ingestro-neutral-200)!important}.ingestro-dp-frontend .ingestro__formula-editor--readonly .cursors-layer .cursor{visibility:hidden!important}.ingestro-dp-frontend .ingestro__formula-editor__variable-dropdown{position:absolute;background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-100);box-shadow:var(--shadow-bottom-xs);border-radius:4px;width:200px;max-height:188px;overflow:hidden;z-index:1000;display:flex;flex-direction:column}.ingestro-dp-frontend .ingestro__formula-editor__variable-dropdown-header{background-color:var(--ingestro-primary-50);color:var(--ingestro-primary-900);padding:8px 12px}.ingestro-dp-frontend .ingestro__formula-editor__variable-dropdown-list{overflow-y:auto;max-height:272px}.ingestro-dp-frontend .ingestro__formula-editor__variable-dropdown-item{display:flex;align-items:center;height:32px;padding:0 8px;cursor:pointer}.ingestro-dp-frontend .ingestro__formula-editor__variable-dropdown-item:hover,.ingestro-dp-frontend .ingestro__formula-editor__variable-dropdown-item--selected{background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro__formula-editor__variable-label{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__addFormula-playground{display:flex;min-height:0;flex:1 auto;background-color:var(--ingestro-neutral-50);padding:16px;gap:8px;height:calc(100% - 121px)}.ingestro-dp-frontend .ingestro__addFormula-playgroundDivider{position:relative;padding:0 8px}.ingestro-dp-frontend .ingestro__addFormula-playgroundDividerIcon{position:absolute;inset-inline-start:50%;inset-block-start:50%;transform:translate(-50%,-50%);padding:12px 0;background-color:var(--ingestro-neutral-50);color:var(--ingestro-neutral-500);z-index:1}.ingestro-dp-frontend .ingestro__addFormula-playgroundColumn{display:flex;flex-direction:column;min-height:0;flex:1 auto;border:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);border-radius:4px}.ingestro-dp-frontend .ingestro__addFormula-playgroundColumnHeader{padding:8px 12px;display:flex;align-items:center;color:var(--ingestro-neutral-900);border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__addFormula-playgroundColumnMain{flex:1 auto;display:flex;flex-direction:column}.ingestro-dp-frontend .ingestro__transformations-item{padding:6px;display:flex;flex-direction:column;border-radius:4px;border:1px solid var(--ingestro-primary-200);background-color:var(--ingestro-primary-50)}.ingestro-dp-frontend .ingestro__transformations-itemName{color:var(--ingestro-primary-900);display:flex;gap:8px;line-height:20px!important;overflow-wrap:anywhere}.ingestro-dp-frontend .ingestro__transformations-itemFooter{margin-block-start:8px;display:flex;align-items:center;justify-content:flex-end;gap:8px}.ingestro-dp-frontend .ingestro__transformations-itemIcon{width:20px;height:20px}.ingestro-dp-frontend .ingestro__transformations-itemIcon>rect{fill:var(--ingestro-primary-100)}.ingestro-dp-frontend .ingestro__add-option-mapping .ingestro-dialog__content{width:100%;height:100%;max-width:calc(100% - 64px);max-height:calc(100% - 76px);padding:0;gap:0}.ingestro-dp-frontend .ingestro__add-option-mapping .ingestro-dialog__header{border-bottom:1px solid var(--ingestro-neutral-100, #f2f2f2);padding:24px}.ingestro-dp-frontend .ingestro__add-option-mapping .ingestro-dialog__body{padding:0;width:100%}.ingestro-dp-frontend .ingestro__add-option-mapping .ingestro-dialog__footer{border-top:1px solid var(--ingestro-neutral-100);padding:16px 24px}.ingestro-dp-frontend .ingestro__add-option-mapping .ingestro-dialog__footer .ingestro-dialog__footer-buttons{display:flex;width:100%;align-items:center;justify-content:space-between}.ingestro-dp-frontend .ingestro__add-option-mapping-loading,.ingestro-dp-frontend .ingestro__add-option-mapping-loading-text{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.ingestro-dp-frontend .ingestro__add-option-mapping-loading{gap:16px;height:100%;background:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro__add-option-mapping-loading-text{gap:8px}.ingestro-dp-frontend .ingestro__add-option-mapping-loading-text-title{color:var(--ingestro-primary-900);font-size:14px;font-weight:600}.ingestro-dp-frontend .ingestro__add-option-mapping-loading-text-description{color:var(--ingestro-neutral-600, #717171);font-size:14px}.ingestro-dp-frontend .ingestro__add-option-mapping-footer-buttons{display:flex;gap:8px;align-items:center}.ingestro-dp-frontend .ingestro__add-option-mapping-body{padding:16px 24px;display:flex;box-sizing:border-box;min-width:100%;background:var(--ingestro-neutral-50);min-height:100%;width:max-content}.ingestro-dp-frontend .ingestro__add-option-mapping-body-title{display:flex;color:var(--ingestro-neutral-900, #2d2d2d);font-size:12px;font-weight:600;margin-bottom:8px;align-items:center;height:24px}.ingestro-dp-frontend .ingestro__add-option-mapping-body-input,.ingestro-dp-frontend .ingestro__add-option-mapping-body-output{flex:1}.ingestro-dp-frontend .ingestro__add-option-mapping-body-input .ingestro__add-option-mapping-body-title{justify-content:space-between}.ingestro-dp-frontend .ingestro__add-option-mapping-body-input .ingestro__add-option-mapping-body-table{display:grid}.ingestro-dp-frontend .ingestro__add-option-mapping-body-table{border-radius:4px;border:1px solid var(--ingestro-neutral-200);background:var(--ingestro-white);overflow:hidden}.ingestro-dp-frontend .ingestro__add-option-mapping-body-table-header-item,.ingestro-dp-frontend .ingestro__add-option-mapping-body-table-item{display:flex;align-items:center;justify-content:space-between;padding:0 8px;height:32px;border-left:1px solid var(--ingestro-neutral-100);white-space:nowrap}.ingestro-dp-frontend .ingestro__add-option-mapping-body-table-header-item{background:var(--ingestro-neutral-50, #fbfbfb);color:var(--ingestro-neutral-500);font-size:12px}.ingestro-dp-frontend .ingestro__add-option-mapping-body-table-header-item.ingestro__add-option-mapping-body-table-header-item-count,.ingestro-dp-frontend .ingestro__add-option-mapping-body-table-item.ingestro__add-option-mapping-body-table-item-count{border-left:none;padding:0 8px}.ingestro-dp-frontend .ingestro__add-option-mapping-body-table-item-count~.ingestro__add-option-mapping-body-table-item,.ingestro-dp-frontend .ingestro__add-option-mapping-body-table-header-item-count~.ingestro__add-option-mapping-body-table-header-item{border-left:none}.ingestro-dp-frontend .ingestro__add-option-mapping-body-table-item{height:44px;padding:0 16px;border-top:1px solid var(--ingestro-neutral-100);font-size:14px}.ingestro-dp-frontend .ingestro__add-option-mapping-body-table-item-count{justify-content:center}.ingestro-dp-frontend .ingestro__add-option-mapping-body-arrow{display:flex;flex-direction:column;padding-top:65px;flex:none;width:56px}.ingestro-dp-frontend .ingestro__add-option-mapping-body-arrow-item{padding-top:1px;display:flex;align-items:center;justify-content:center;height:44px;color:var(--ingestro-neutral-400)}.ingestro-dp-frontend .ingestro__add-option-mapping-body-output{max-width:360px}.ingestro-dp-frontend .ingestro__add-option-mapping-body-output .ingestro__add-option-mapping-body-table{display:flex;flex-direction:column}.ingestro-dp-frontend .ingestro__add-option-mapping-body-output .ingestro__add-option-mapping-body-table-item{padding:0 8px}.ingestro-dp-frontend .ingestro__add-option-mapping-body-output .ingestro__add-option-mapping-body-table-header-item,.ingestro-dp-frontend .ingestro__add-option-mapping-body-output .ingestro__add-option-mapping-body-table-item{border-left:none}.ingestro-dp-frontend .ingestro__add-option-mapping-body-table-item--empty{color:var(--ingestro-neutral-300);font-size:14px;font-style:italic}.ingestro-dp-frontend .ingestro__add-option-mapping-desc-tooltip{text-align:left;overflow-wrap:break-word;font-size:12px;color:var(--ingestro-white);max-width:208px}.ingestro-dp-frontend .ingestro-button.ingestro-button--outlinePrimary.ingestro__add-option-mapping--active{background-color:var(--ingestro-secondary-100);border-color:var(--ingestro-secondary-100)}.ingestro-dp-frontend .ingestro-select.ingestro__add-option-mapping-column-add{width:unset}.ingestro-dp-frontend .ingestro__add-option-mapping-body-table-item .ingestro-select__toggle-placeholder{width:100%;overflow:hidden}.ingestro-dp-frontend .ingestro__add-option-mapping-body-table-item--unmapped{max-width:100%}.ingestro-dp-frontend .ingestro__add-option-mapping-body-table-item--unmapped .ingestro-tag__text{overflow:hidden}.ingestro-dp-frontend .ingestro__transformation-totalErrors{display:flex;flex:1 auto;align-items:center}.ingestro-dp-frontend .ingestion__preview-mode-dialog .ingestro-dialog__content{min-width:440px;max-width:440px;align-items:center;gap:8px}.ingestro-dp-frontend .ingestion__preview-mode-dialog span:not(.ingestro-button__text){color:var(--ingestro-neutral-900);text-align:center}.ingestro-dp-frontend .ingestion__preview-mode-dialog p{margin:0;color:var(--ingestro-neutral-600);text-align:center}.ingestro-dp-frontend .ingestion__preview-mode-dialog p b{color:var(--ingestro-neutral-900);font-weight:600}.ingestro-dp-frontend .ingestion__preview-mode-dialog button{margin-top:16px;width:100%}.ingestro-dp-frontend .ingestro__config-formRow--sub .ingestro-switch:disabled .ingestro-switch__toggle{background-color:var(--ingestro-primary-200)}.ingestro-dp-frontend .ingestro__config__set_error_threshold{margin-block-end:12px}.ingestro-dp-frontend .ingestro__config__input--percentage>input{padding-right:0}.ingestro-dp-frontend .ingestro__config__input--percentage-icon{padding:0 8px;display:flex;align-items:center;color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro__config__unresolved-errors{margin-block-start:12px}.ingestro-dp-frontend .ingestro__schedule_form-formRow--cols{display:flex;column-gap:12px;display:grid;grid-template-columns:1fr 1fr;margin-block-end:12px}.ingestro-dp-frontend .ingestro__schedule_form__schedule_description{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-dp .ingestro__schedule_form__schedule_description{margin-block-start:4px}.ingestro-dp-frontend .ingestro__schedule_form__set_schedule{margin-block-end:12px}.ingestro-dp-frontend .ingestro__schedule_form__schedule_info{grid-column:span 2}.ingestro-dp-frontend .ingestro-dp .ingestro__schedule_form__schedule_warning{color:var(--ingestro-warning-500);margin-block-start:4px}.ingestro-dp-frontend .ingestro__schedule_form-formRow--cols.ingestro__schedule_form-formRow--end-date{margin-block-end:0}.ingestro-dp-frontend .ingestro__schedule_form--start-time,.ingestro-dp-frontend .ingestro__schedule_form--end-time{margin-block-start:24px}.ingestro-dp-frontend .ingestro__create-pipeline__error-threshold-dialog{z-index:301}.ingestro-dp-frontend .ingestro__create-pipeline__error-threshold-dialog .ingestro-dialog__content{width:100%;max-width:520px}.ingestro-dp-frontend .ingestro__create-pipeline__error-threshold-dialog .ingestro-dialog__footer{padding:0}.ingestro-dp-frontend .ingestro__create-pipeline__error-threshold-dialog .ingestro-dialog__footer-buttons{gap:24px;flex-direction:column}.ingestro-dp-frontend .ingestro__create-pipeline__error-threshold-dialog__errorInfo{border-radius:8px;background:var(--ingestro-neutral-50);padding:16px 12px}.ingestro-dp-frontend .ingestro__create-pipeline__error-threshold-dialog__errorInfo .ingestro-divider{margin:12px 0}.ingestro-dp-frontend .ingestro__create-pipeline__error-threshold-dialog__errorInfo--title{color:var(--ingestro-neutral-500);margin-bottom:4px}.ingestro-dp-frontend .ingestro__create-pipeline__error-threshold-dialog__errorInfo--percent{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__create-pipeline__error-threshold-dialog__button-group{display:flex;gap:16px}.ingestro-dp-frontend .ingestro__create-pipeline__error-threshold-dialog__button-group .ingestro-button{flex-basis:50%}.ingestro-dp-frontend .ingestro-dialog__body:has(.ingestro__create-pipeline__error-threshold-dialog__errorInfo){padding-top:8px}.ingestro-dp-frontend .ingestro__create-pipeline-home,.ingestro-dp-frontend .ingestro__create-pipeline-homeOutlet{display:flex;flex-direction:column;flex:1 auto;min-height:0}.ingestro-dp-frontend .ingestro__header-progress{padding:12px 24px;background-color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__header-progress .ingestro-stepProgress__option,.ingestro-dp-frontend .ingestro__header-progress .ingestro-stepProgress{gap:4px}.ingestro-dp-frontend .ingestro__header-progress .ingestro-stepProgress__completeIcon{width:16px;height:16px}.ingestro-dp-frontend .ingestro__header-progress .ingestro-stepProgress__optionText{gap:4px}.ingestro-dp-frontend .ingestro__header-progress .ingestro-stepProgress__optionIcon{color:var(--ingestro-neutral-400)}.ingestro-dp-frontend .ingestro__header-progress .ingestro-stepProgress__option .ingestro-stepProgress__optionText:not(.stepProgress__optionText--active):not(.stepProgress__optionText--completed){color:var(--ingestro-neutral-400)}.ingestro-dp-frontend .ingestro__preview-mode-banner{display:flex;align-items:center;color:var(--ingestro-secondary-500);background-color:var(--ingestro-secondary-50);border-bottom:1px solid var(--ingestro-secondary-100);padding:8px 24px;gap:10px}.ingestro-dp-frontend .ingestro__preview-mode-banner b{font-weight:600}.ingestro-dp-frontend .ingestro__hinted-form-row-skeleton{display:flex;gap:20px;width:100%}.ingestro-dp-frontend .ingestro__hinted-form-row-skeleton div{display:flex;flex-direction:column;gap:4px;width:100%}.ingestro-dp-frontend .ingestro__hinted-form-row-skeleton .ingestro-divider{width:1px}.ingestro-dp-frontend .ingestro__hinted-form-row-skeleton>div:last-of-type{display:flex;gap:8px;flex-direction:row}.ingestro-dp-frontend .ingestro__hinted-form-row-skeleton>div:last-of-type>div:first-of-type{width:16px}.ingestro-dp-frontend .ingestro__create-pipeline__loadingState{padding:16px;background-color:var(--ingestro-neutral-100);display:flex;flex-direction:column;min-height:0;flex:1 auto}.ingestro-dp-frontend .ingestro__create-pipeline__loadingState--body{padding:24px;background-color:var(--ingestro-white);border-radius:8px;border:1px solid var(--ingestro-neutral-200);display:flex;flex-direction:column;min-height:0;flex:1 auto;gap:24px}.ingestro-dp-frontend .ingestro__create-pipeline__loadingState--footer{background-color:var(--ingestro-white);padding:16px;display:flex;justify-content:end;gap:16px}.ingestro-dp-frontend .ingestro__execution-item--skeleton{display:flex;flex-direction:column;border-radius:6px;background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-200);max-width:-moz-fit-content;max-width:fit-content;max-height:-moz-fit-content;max-height:fit-content;padding:8px 8px 8px 12px;gap:8px}.ingestro-dp-frontend .ingestro__execution-item{border-radius:6px;border:1px solid var(--ingestro-neutral-200);background:var(--ingestro-white);padding:8px 8px 8px 12px;display:flex;flex-direction:column;gap:8px;width:360px;min-height:79px}.ingestro-dp-frontend .ingestro__execution-item:hover{background-color:var(--ingestro-primary-50);border:1px solid var(--ingestro-primary-400)}.ingestro-dp-frontend .ingestro__execution-item-info{display:flex;align-items:center;justify-content:space-between;gap:8px}.ingestro-dp-frontend .ingestro__execution-item-action{display:flex}.ingestro-dp-frontend .ingestro__execution-item-action-download{margin-left:8px}.ingestro-dp-frontend .ingestro__execution-item-detail{display:flex;gap:8px;color:var(--ingestro-neutral-700);font-size:12px}.ingestro-dp-frontend .ingestro__execution-item-status-tag .ingestro-tooltip__anchor{flex-direction:row;align-items:center;gap:4px;cursor:pointer}.ingestro-dp-frontend .ingestro__execution-item-status-tag--processing-dot:nth-child(1){animation:dot-animation-1 3.4s infinite linear}.ingestro-dp-frontend .ingestro__execution-item-status-tag--processing-dot:nth-child(2){animation:dot-animation-2 3.4s infinite linear}.ingestro-dp-frontend .ingestro__execution-item-status-tag--failed-tooltip .ingestro-tooltip__content-value b{font-weight:700!important}.ingestro-dp-frontend .ingestro__execution-item-status-tag--failed-tooltip .ingestro-tooltip__content-value{text-align:left;word-break:normal;overflow-wrap:break-word}.ingestro-dp-frontend .ingestro__execution-item-name{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__create-pipeline__success{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;flex:1 auto;gap:24px}.ingestro-dp-frontend .ingestro__create-pipeline__success .ingestro-emptyState{flex:0 auto}.ingestro-dp-frontend .ingestro__create-pipeline__success-execution-container{border-radius:8px;background-color:var(--ingestro-neutral-50);padding:12px;display:flex;flex-direction:column;justify-content:center;align-items:center}.ingestro-dp-frontend .ingestro__create-pipeline__review-entries{padding:16px;display:flex;flex-direction:column;min-height:0;flex:1 auto;background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__create-pipeline__review-entries .ingestro-review-entries{border-radius:8px;border:1px solid var(--ingestro-neutral-200);background-color:var(--ingestro-white);flex:1 1 auto;padding:24px}.ingestro-dp-frontend .ingestro__create-pipeline__review-entries .ingestro-review-entries .ingestro-spreadsheet__wrapper{flex:1 1 auto}.ingestro-dp-frontend .ingestro-spreadsheet__column_description_popover{background-color:var(--ingestro-neutral-700);word-break:break-word;z-index:300;max-width:240px;padding:12px 16px;font-size:12px;border-radius:3px;color:var(--ingestro-white);line-height:.8}.ingestro-dp-frontend .ingestro-spreadsheet__column_description_popover path{fill:var(--ingestro-neutral-700)}.ingestro-dp-frontend .ingestro-spreadsheet__column_description_popover>span a{color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-spreadsheet__info_message_popover{padding:12px 16px;border-radius:4px;word-break:break-word;z-index:300;max-width:300px;pointer-events:none}.ingestro-dp-frontend .ingestro-spreadsheet__info_message_popover--single{color:var(--ingestro-white);line-height:.8}.ingestro-dp-frontend .ingestro-spreadsheet__info_message_popover--single .caption{line-height:1}.ingestro-dp-frontend .ingestro-spreadsheet__info_message_popover--single--error{background-color:var(--ingestro-error-400)}.ingestro-dp-frontend .ingestro-spreadsheet__info_message_popover--single--error path{fill:var(--ingestro-error-400)}.ingestro-dp-frontend .ingestro-spreadsheet__info_message_popover--single--warning{background-color:var(--ingestro-warning-400)}.ingestro-dp-frontend .ingestro-spreadsheet__info_message_popover--single--warning path{fill:var(--ingestro-warning-400)}.ingestro-dp-frontend .ingestro-spreadsheet__info_message_popover--single--info{background-color:var(--ingestro-primary-400)}.ingestro-dp-frontend .ingestro-spreadsheet__info_message_popover--single--info path{fill:var(--ingestro-primary-400)}.ingestro-dp-frontend .ingestro-spreadsheet__info_message_popover--multiple{background-color:var(--ingestro-neutral-700)}.ingestro-dp-frontend .ingestro-spreadsheet__info_message_popover--multiple path{fill:var(--ingestro-neutral-700)}.ingestro-dp-frontend .ingestro-spreadsheet__info_message_popover__badge{width:12px;height:12px;border-radius:50%;margin-right:8px}.ingestro-dp-frontend .ingestro-spreadsheet__info_message_popover--multiple__item{display:flex;align-items:center;color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-spreadsheet__info_message_popover__badge--error{background-color:var(--ingestro-error-400)}.ingestro-dp-frontend .ingestro-spreadsheet__info_message_popover__badge--warning{background-color:var(--ingestro-warning-400)}.ingestro-dp-frontend .ingestro-spreadsheet__info_message_popover__badge--info{background-color:var(--ingestro-primary-400)}.ingestro-dp-frontend .ingestro-spreadsheet__info_message_popover--multiple__item:not(:last-child){margin-bottom:8px}.ingestro-dp-frontend .ingestro-spreadsheet__table{border:1px solid var(--ingestro-neutral-100);border-radius:4px;background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro-spreadsheet__table .handsontable{font-family:Inter,sans-serif,serif;font-size:12px}.ingestro-dp-frontend .ingestro-spreadsheet__table>.ht-wrapper.handsontable{min-height:423px}.ingestro-dp-frontend .ingestro-spreadsheet__table .handsontable td,.ingestro-dp-frontend .ingestro-spreadsheet__table .handsontable th{line-height:2;border-color:var(--ingestro-neutral-100)!important}.ingestro-dp-frontend .ingestro-spreadsheet__table .handsontable .ht_clone_left th{border-left-color:transparent!important}.ingestro-dp-frontend .ingestro-spreadsheet__table .ht_clone_top_left_corner th{border-left-color:transparent!important;border-top-color:transparent!important}.ingestro-dp-frontend .ingestro-spreadsheet__table .ht_clone_top th{border-top-color:transparent!important}.ingestro-dp-frontend .ingestro-spreadsheet__table .ingestro-spreadsheet__scroll-horizontal .ht_master td:last-child,.ingestro-dp-frontend .ingestro-spreadsheet__table .ingestro-spreadsheet__scroll-horizontal .ht_clone_top th:last-child{border-right-color:transparent!important}.ingestro-dp-frontend .ingestro-spreadsheet__table .handsontable .ht_clone_left th>div.relative{display:flex;height:100%;align-items:center;justify-content:center}.ingestro-dp-frontend .ingestro-spreadsheet__table .ht_master .wtHolder::-webkit-scrollbar{width:8px;height:8px}.ingestro-dp-frontend .ingestro-spreadsheet__table .ht_master .wtHolder::-webkit-scrollbar-track{background-color:#dfe2e4;border-radius:4px}.ingestro-dp-frontend .ingestro-spreadsheet__table .ht_master .wtHolder::-webkit-scrollbar-thumb{border-radius:4px;background-color:#b3bcc0}.ingestro-dp-frontend .ingestro-spreadsheet__table .ht_clone_left .wtHolder{height:100%!important}.ingestro-dp-frontend .ingestro-spreadsheet__table .ht_clone_top .wtHolder{width:100%!important}.ingestro-dp-frontend .ingestro-spreadsheet__table .ht_clone_left:not(.handsontableInputHolder){height:100%!important}.ingestro-dp-frontend .ingestro-spreadsheet__table .ht_clone_top{width:100%!important}.ingestro-dp-frontend .ingestro-spreadsheet__table .ingestro-spreadsheet__scroll-horizontal .ht_clone_left:not(.handsontableInputHolder){height:calc(100% - 8px)!important}.ingestro-dp-frontend .ingestro-spreadsheet__table .ingestro-spreadsheet__scroll-vertical .ht_clone_top{width:calc(100% - 8px)!important}.ingestro-dp-frontend .ingestro-spreadsheet__table>.handsontable .ht_clone_top th,.ingestro-dp-frontend .ingestro-spreadsheet__table>.handsontable .ht_clone_top_left_corner th{background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro-spreadsheet__table>.handsontable .ht_clone_top th:hover,.ingestro-dp-frontend .ingestro-spreadsheet__table>.handsontable .ht_clone_top_left_corner th:hover{background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-spreadsheet__table>.handsontable .ht_clone_top th>.relative{padding:0;height:100%;text-align:left;box-sizing:border-box;display:flex;align-items:center}.ingestro-dp-frontend .ingestro-spreadsheet__table>.handsontable .ingestro-spreadsheet__table__column_header_text{color:var(--ingestro-neutral-700);margin-right:8px;line-height:1.5}.ingestro-dp-frontend .ingestro-spreadsheet__table>.handsontable .colHeader{width:100%;height:100%;display:flex;flex-direction:column}.ingestro-dp-frontend .ingestro-spreadsheet__table__column_header{display:flex;align-items:center;padding-left:8px;padding-right:8px;flex-grow:1}.ingestro-dp-frontend .ingestro-spreadsheet__table__column_header_example{background-color:#c9cfd2;height:23px;padding-left:8px;padding-right:8px;display:flex;align-items:center}.ingestro-dp-frontend .ingestro-spreadsheet__table>.handsontable .ingestro-spreadsheet__table__column_header_example_text{color:#1f2937;line-height:1.5}.ingestro-dp-frontend .ingestro-spreadsheet__table>.handsontable .ht_clone_top_left_corner th{position:relative}.ingestro-dp-frontend .ingestro-spreadsheet__table.ingestro-spreadsheet__table--enable-examples>.handsontable .ht_clone_top_left_corner th:before{width:100%;height:23px;display:block;position:absolute;right:0;left:0;bottom:0;background-color:#c9cfd2}.ingestro-dp-frontend .ingestro-spreadsheet__table__column_header_description{display:block}.ingestro-dp-frontend .ingestro-spreadsheet__table__info_icon{display:block;color:var(--ingestro-neutral-300);transform:rotate(180deg)}.ingestro-dp-frontend .ingestro-spreadsheet__table__info_icon:hover{color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro-spreadsheet__table>.handsontable .ht_clone_left th{background-color:var(--ingestro-white);color:var(--ingestro-neutral-700)}.ingestro-dp-frontend .ingestro-spreadsheet__table>.handsontable .ht_master td{padding:0 8px;color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro-review-entries--edit .ingestro-spreadsheet__table>.handsontable .ht_master td{color:var(--ingestro-neutral-700)}.ingestro-dp-frontend .ingestro-spreadsheet__table>.handsontable .ht_master td:hover{background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro-spreadsheet__table>.handsontable .ht_master td.ingestro-spreadsheet__row--selected{background-color:var(--ingestro-secondary-50)}.ingestro-dp-frontend .ingestro-spreadsheet__table>.handsontable .ht_clone_left th.ingestro-spreadsheet__row--selected{background-color:var(--ingestro-secondary-50)}.ingestro-dp-frontend .ingestro-spreadsheet__table>.handsontable .ht_master td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ingestro-dp-frontend .ingestro-spreadsheet__table>.handsontable .ht_master td.ingestro-spreadsheet__error_cell{background-color:var(--ingestro-error-50);color:var(--ingestro-error-400)}.ingestro-dp-frontend .ingestro-review-entries--edit .ingestro-spreadsheet__table>.handsontable .ht_master td.ingestro-spreadsheet__error_cell{color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-spreadsheet__table>.handsontable .ht_master td.ingestro-spreadsheet__warning_cell{background-color:var(--ingestro-warning-50);color:var(--ingestro-warning-500)}.ingestro-dp-frontend .ingestro-spreadsheet__table>.handsontable .ht_master td.ingestro-spreadsheet__info_cell{background-color:var(--ingestro-secondary-50);color:var(--ingestro-secondary-500)}.ingestro-dp-frontend .ingestro-spreadsheet__table>.handsontable .ht_master td.ingestro-spreadsheet__error_cell:hover{background-color:var(--ingestro-error-100)}.ingestro-dp-frontend .ingestro-spreadsheet__table>.handsontable .ht_master td.ingestro-spreadsheet__warning_cell:hover{background-color:var(--ingestro-warning-100)}.ingestro-dp-frontend .ingestro-spreadsheet__table>.handsontable .ht_master td.ingestro-spreadsheet__info_cell:hover{background-color:var(--ingestro-secondary-100)}.ingestro-dp-frontend .ingestro-spreadsheet__table .wtBorder.current{background-color:var(--ingestro-secondary-900)!important}.ingestro-dp-frontend .ingestro-spreadsheet__table .ingestro-spreadsheet__error-border-corner .wtBorder.current{background-color:var(--ingestro-error-500)!important}.ingestro-dp-frontend .ingestro-spreadsheet__table .ingestro-spreadsheet__warning-border-corner .wtBorder.current{background-color:var(--ingestro-warning-500)!important}.ingestro-dp-frontend .ingestro-spreadsheet__table .ingestro-spreadsheet__info-border-corner .wtBorder.current{background-color:var(--ingestro-secondary-500)!important}.ingestro-dp-frontend .ingestro-spreadsheet__table .wtBorder.fill{background:var(--ingestro-secondary-500)!important}.ingestro-dp-frontend .ingestro-spreadsheet__table .handsontableInputHolder textarea{padding:0 12px;border-width:0px;box-shadow:inset 0 0 0 1px var(--ingestro-secondary-900);cursor:auto;line-height:2.2}.ingestro-dp-frontend .ingestro-spreadsheet__table .handsontableInputHolder textarea::-webkit-scrollbar{width:6px;height:6px}.ingestro-dp-frontend .ingestro-spreadsheet__table .handsontableInputHolder textarea::-webkit-scrollbar-track{background-color:#dfe2e4}.ingestro-dp-frontend .ingestro-spreadsheet__table .handsontableInputHolder textarea::-webkit-scrollbar-thumb{background-color:#b3bcc0;opacity:1}.ingestro-dp-frontend .ingestro-spreadsheet__boolean_dropdown_renderer__text{text-overflow:ellipsis;min-width:0;overflow:hidden}.ingestro-dp-frontend .ingestro-spreadsheet__dropdown_popover{z-index:300;background-color:var(--ingestro-white);display:flex;flex-direction:column;border-radius:4px;border:1px solid var(--ingestro-neutral-100);box-shadow:0 4px 12px #1b50710d}.ingestro-dp-frontend .ingestro-spreadsheet__dropdown_popover__search{padding:8px;background:var(--ingestro-primary-50);border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-spreadsheet__dropdown_popover__multi-select-info{background:var(--ingestro-primary-50);font-size:12px;padding:8px 12px;color:var(--ingestro-primary-900);line-height:14px}.ingestro-dp-frontend .ingestro-spreadsheet__dropdown_popover__search .ingestro-input__startAdornment{padding-left:8px}.ingestro-dp-frontend .ingestro-spreadsheet__dropdown_popover__search .ingestro-input__input{padding-left:4px}.ingestro-dp-frontend .ingestro-spreadsheet__dropdown_popover__options{max-height:210px;overflow:auto}.ingestro-dp-frontend .ingestro-spreadsheet__dropdown_popover__option{padding:10px 16px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.ingestro-dp-frontend .ingestro-spreadsheet__dropdown_popover__option--selected .ingestro-spreadsheet__dropdown_popover__option__check-icon{color:var(--ingestro-primary-500)}.ingestro-dp-frontend .ingestro-spreadsheet__dropdown_popover__option:hover{background-color:#f4f5f6}.ingestro-dp-frontend .ingestro-spreadsheet__dropdown_popover::-webkit-scrollbar{width:4px;height:4px}.ingestro-dp-frontend .ingestro-spreadsheet__dropdown_popover::-webkit-scrollbar-track{background-color:#dfe2e4;border-radius:4px}.ingestro-dp-frontend .ingestro-spreadsheet__dropdown_popover::-webkit-scrollbar-thumb{border-radius:4px;background-color:#b3bcc0}.ingestro-dp-frontend .ingestro-spreadsheet__dropdown_popover__option.ingestro-spreadsheet__dropdown_popover__option--highlighted{background-color:#f4f5f6}.ingestro-dp-frontend .ingestro-spreadsheet__dropdown_popover__option.ingestro-spreadsheet__dropdown_popover__option--selected{background-color:var(--ingestro-primary-50)}.ingestro-dp-frontend .ingestro-spreadsheet__dropdown_popover_no-result .ingestro-emptyState__illustration,.ingestro-dp-frontend .ingestro-spreadsheet__dropdown_popover_no-result .ingestro-emptyState__illustration svg{width:56px;height:56px}.ingestro-dp-frontend .ingestro-spreadsheet__dropdown_popover_no-result .ingestro-emptyState__illustration{padding:8px 0}.ingestro-dp-frontend .ingestro-spreadsheet__dropdown_popover_no-result .ingestro-emptyState__illustration{color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro-spreadsheet__dropdown_popover_no-result .ingestro-emptyState__inner .ingestro-emptyState__heading{margin:0}.ingestro-dp-frontend .ingestro-spreadsheet__dropdown_popover_no-result{padding:16px;box-sizing:border-box}.ingestro-dp-frontend .ingestro-spreadsheet__wrapper{display:flex;flex-direction:column;height:100%;overflow:auto}.ingestro-dp-frontend .ingestro-spreadsheet__wrapper .ingestro-spreadsheet__table{flex:1 1 0;overflow-x:auto}.ingestro-dp-frontend .ingestro-spreadsheet__wrapper .ingestro-spreadsheet__pagination{flex:0 0 auto}.ingestro-dp-frontend .ingestro-spreadsheet__footer{margin-top:12px}.ingestro-dp-frontend .ingestro-spreadsheet__wrapper .ingestro-select__content{width:110px!important}.ingestro-dp-frontend .ingestro-spreadsheet__wrapper .ingestro-toggle-button__option--error_rows{color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro-toggle-button__option--error_rows.ingestro-toggle-button__option--disable{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-spreadsheet__top_view{display:flex;margin-right:8px;margin-bottom:12px}.ingestro-dp-frontend .ingestro-spreadsheet__table--loading{display:flex;justify-content:center;align-items:center;height:100%;border:1px solid var(--ingestro-neutral-100);border-radius:4px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.ingestro-dp-frontend .ingestro-spreadsheet__top_view__checked_actions{display:flex;align-items:center}.ingestro-dp-frontend .ingestro-spreadsheet__find_error_btn{margin-right:8px}.ingestro-dp-frontend .ingestro-spreadsheet__row-header{display:flex;justify-content:center;width:100%}.ingestro-dp-frontend .ingestro-spreadsheet__row-header-checkbox,.ingestro-dp-frontend .ingestro-spreadsheet__check-all-checkbox{background:var(--ingestro-white);box-shadow:none;cursor:pointer;width:16px;height:16px;border-radius:4px;border:1px solid var(--ingestro-neutral-300);-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;margin:0;padding:0;vertical-align:middle}.ingestro-dp-frontend .ingestro-spreadsheet__row-header-checkbox:not(:checked){display:none}.ingestro-dp-frontend .ingestro-spreadsheet__row-header-checkbox:checked,.ingestro-dp-frontend .ingestro-spreadsheet__check-all-checkbox:checked{background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat;background-color:var(--ingestro-primary-900);background-image:url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path fill='%23ffffff' d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/></svg>");border-color:transparent}.ingestro-dp-frontend .ingestro-spreadsheet__check-all-checkbox:indeterminate{border-color:var(--ingestro-neutral-300);background-color:var(--ingestro-white);background-image:url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'><path stroke='%23c5c5c5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/></svg>")}.ingestro-dp-frontend .ingestro-spreadsheet__wrapper .ingestro-spreadsheet__th--checked .ingestro-spreadsheet__row-header-number,.ingestro-dp-frontend .ingestro-spreadsheet__wrapper .ingestro-spreadsheet__th--hovered .ingestro-spreadsheet__row-header-number{display:none}.ingestro-dp-frontend .ingestro-spreadsheet__wrapper .ingestro-spreadsheet__th--hovered .ingestro-spreadsheet__row-header-checkbox{display:block}.ingestro-dp-frontend .ingestro-spreadsheet__duplicate_btn{padding-left:12px;padding-right:12px;margin-right:8px}.ingestro-dp-frontend .ingestro-spreadsheet__delete_btn{padding-left:12px;padding-right:12px;margin-right:12px}.ingestro-dp-frontend .ingestro-spreadsheet__boolean_dropdown_renderer{display:flex;align-items:center;justify-content:space-between;height:100%;cursor:pointer}.ingestro-dp-frontend .ingestro-spreadsheet__boolean_dropdown_renderer.ingestro-spreadsheet__boolean_dropdown_renderer--readonly{cursor:auto}.ingestro-dp-frontend .ingestro-spreadsheet__boolean_dropdown_renderer__arrow-down{width:12px;height:12px;display:block;transform:rotate(90deg)}.ingestro-dp-frontend .ingestro-spreadsheet__boolean_dropdown_renderer__actions{display:flex;align-items:center}.ingestro-dp-frontend .ingestro-spreadsheet__boolean_dropdown_renderer__close{color:var(--ingestro-neutral-300);margin-right:4px;cursor:pointer}.ingestro-dp-frontend .ingestro-spreadsheet__add-row-button{cursor:pointer;width:100%;display:flex;justify-content:center;color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro-spreadsheet__add-row-button:hover{color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro-spreadsheet__table__column_header_required{margin-left:4px;margin-right:-4px}.ingestro-dp-frontend .ingestro-review-entries{display:flex;flex-direction:column;height:100%;justify-content:center;align-content:center}.ingestro-dp-frontend .ingestro-modal-view .ingestro-review-entries{padding:24px}.ingestro-dp-frontend .ingestro-review-entries .ingestro-progress{gap:16px}.ingestro-dp-frontend .ingestro-review-entries .ingestro-progress .ingestro-progress__text{color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro__execution-quota-out{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;flex:1 1 auto;background:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__execution-quota-out .ingestro-emptyState{border-radius:8px;border:1px solid var(--ingestro-neutral-200)}.ingestro-dp-frontend .ingestro__execution-quota-out .ingestro-button{width:200px}.ingestro-dp-frontend .ingestro-dp.ingestro-create-pipeline{min-height:min(800px,100vh)}.ingestro-dp-frontend .ingestro-modal-view .ingestro-dp.ingestro-create-pipeline{min-height:0}.ingestro-dp-frontend .ingestro-dialog__content:has(.ingestro__manual-upload-header) .ingestro-create-pipeline .ingestro__layout-header{padding:0}.ingestro-dp-frontend .ingestro-create-pipeline:has(.ingestro__manual-upload-body) .ingestro__layout-header{min-height:auto}.ingestro-dp-frontend .ingestro-execution-details{display:flex;flex-direction:column;min-height:500px;flex:1 auto;container-type:inline-size;height:100%}.ingestro-dp-frontend .ingestro-execution-details .ingestro__layout-body{overflow:visible}.ingestro-dp-frontend .ingestro-execution-details .ingestro__layout-bodyCard{height:100%;flex:1 1 auto}.ingestro-dp-frontend .ingestro-execution-details .ingestro-emptyState{overflow:auto;flex:1 1 auto;min-height:0;padding:24px;width:auto;border-radius:8px}.ingestro-dp-frontend .ingestro-execution-details .ingestro-emptyState .ingestro-emptyState__inner{min-height:0}.ingestro-dp-frontend .ingestro-execution-details .ingestro-emptyState .ingestro-emptyState__text{padding-bottom:24px}.ingestro-dp-frontend .ingestro__execution-details-modal-view .ingestro-dialog__content{gap:0}.ingestro-dp-frontend .ingestro__execution-details-home,.ingestro-dp-frontend .ingestro__execution-details-homeOutlet{display:flex;flex-direction:column;flex:1 auto;min-height:0}.ingestro-dp-frontend .ingestro-execution-details .ingestro-emptyState__actions{margin:0}.ingestro-dp-frontend .ingestro-tooltip__content{text-align:center}.ingestro-dp-frontend .ingestro-tooltip__content.ingestro-tooltip__content--dark{z-index:301}.ingestro-dp-frontend .ingestro__execution-details-skeleton{display:flex;height:100%;flex-direction:column}.ingestro-dp-frontend .ingestro__execution-details-skeleton__header{padding:24px;display:flex;justify-content:space-between;background-color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__execution-details-skeleton .ingestro__layout-bodyCard{padding:24px;gap:12px}.ingestro-dp-frontend .ingestro__execution-details-skeleton .ingestro__layout-footer{justify-content:flex-end}.ingestro-dp-frontend .ingestro__execution-details-skeleton__button-section{display:flex;justify-content:space-between}.ingestro-dp-frontend .ingestro__execution-details-skeleton__button-section div{display:flex;gap:8px}.ingestro-dp-frontend .ingestro__execution-details-skeleton__header--meta-data{display:flex;flex-direction:column;gap:16px}.ingestro-dp-frontend .ingestro__execution-details-skeleton__pagination{display:flex;justify-content:space-between;align-items:center}.ingestro-dp-frontend .ingestro__execution-details-skeleton__button-section .ingestro-toggle-button{gap:0}.ingestro-dp-frontend .ingestro__execution-details-skeleton__content{min-height:465px}.ingestro-dp-frontend .ingestro__execution-details__header-selection--loading{display:flex;flex-direction:column;height:100%;flex:1 auto}.ingestro-dp-frontend .ingestro__execution-details__header-selection--loading .ingestro__layout-bodyCard{padding:24px;justify-content:center;align-items:center}.ingestro-dp-frontend .ingestro__execution-details__header-selection--loading .ingestro-progress{height:100%;border-radius:8px;border:solid 1px transparent;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.ingestro-dp-frontend .ingestro__execution-details__header-selection--loading .ingestro-progress__progress-bar,.ingestro-dp-frontend .ingestro-execution-details .ingestro__header-selection__header__sheet-name{margin-bottom:16px}.ingestro-dp-frontend .ingestro-execution-details .ingestro__layout-bodyCard{padding:24px;gap:12px}.ingestro-dp-frontend .ingestro-execution-details .ingestro__layout-bodyCard:has(.ingestro__header-selection),.ingestro-dp-frontend .ingestro-execution-details .ingestro__layout-bodyCard:has(.ingestro__transformations){padding:0}.ingestro-dp-frontend .ingestro__dataTransformation-step .ingestro__layout-bodyCard{flex-shrink:1}.ingestro-dp-frontend .ingestro__execution-details__configuration-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__execution-details__configuration-header h5{font-weight:600;font-size:28px;color:var(--ingestro-neutral-900);line-height:1.25}.ingestro-dp-frontend .ingestro__execution-details__configuration-step-progress--last>.ingestro-stepProgress__option:first-child>.ingestro-stepProgress__optionText{font-weight:400!important}.ingestro-dp-frontend .ingestro__execution-details__configuration-step-progress--last>.ingestro-stepProgress__option:last-child .ingestro-stepProgress__completeIcon{display:none}.ingestro-dp-frontend .ingestro__execution-details__configuration-step-progress .stepProgress__optionText--completed{font-weight:600;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__execution-details__configuration-step-progress .stepProgress__optionText--active{font-weight:400;color:var(--ingestro-neutral-400)}.ingestro-dp-frontend .ingestro__execution-details__configuration-header__actions{display:flex;align-items:center;gap:6px}.ingestro-dp-frontend .ingestro-execution-details .ingestro__layout-bodyCard,.ingestro-dp-frontend .ingestro-modal-view .ingestro-execution-details .ingestro__execution-details-skeleton .ingestro__layout-bodyCard{padding:24px;gap:12px}.ingestro-dp-frontend .ingestro-modal-view .ingestro-execution-details .ingestro__layout-bodyCard{padding:0;gap:0}.ingestro-dp-frontend .ingestro__execution-details__layout{flex:1 0 0}.ingestro-dp-frontend .ingestro__execution-details__layout{flex-grow:1;flex-shrink:0;flex-basis:0}.ingestro-dp-frontend .ingestro__execution-details-header__container{display:flex;flex-direction:row;justify-content:space-between;gap:16px;padding:24px;background-color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__execution-details-header__meta-data-container{display:flex;flex-direction:column;gap:16px;word-break:break-word}.ingestro-dp-frontend .ingestro__execution-details-header__execution-name-container,.ingestro-dp-frontend .ingestro__execution-details-header__meta-data-items{display:flex;column-gap:8px;row-gap:4px;align-items:center;flex-wrap:wrap}.ingestro-dp-frontend .ingestro__execution-details-header__execution-name{font-weight:600;color:var(--ingestro-neutral-900);margin:0}.ingestro-dp-frontend .ingestro__execution-details-header__meta-data-item--content .ingestro-tooltip__anchor,.ingestro-dp-frontend .ingestro__execution-details-header__status-tag--failed-tooltip .ingestro-tooltip__anchor{flex-direction:row;gap:4px;align-items:center}.ingestro-dp-frontend .ingestro__execution-details-header__status-tag{padding:4px 8px;height:24px}.ingestro-dp-frontend .cursor-pointer{cursor:pointer}.ingestro-dp-frontend .ingestro__execution-details-header__status-tag--failed-tooltip .ingestro-tooltip__content-value b{font-weight:700!important}.ingestro-dp-frontend .ingestro__execution-details-header__meta-data-item{display:flex;gap:8px;align-items:center}.ingestro-dp-frontend .ingestro__execution-details-header__meta-data-item--execution-id-text{cursor:pointer;color:var(--ingestro-secondary-500);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100px;font-weight:600}.ingestro-dp-frontend .ingestro__execution-details-header__meta-data-item--content{display:flex;gap:4px;color:var(--ingestro-neutral-700)!important;align-items:center;align-self:center}.ingestro-dp-frontend .ingestro__execution-details-header__meta-data-item--text-value{font-weight:600}.ingestro-dp-frontend .ingestro__execution-details-header__action-button-container{display:flex;flex-direction:column;gap:8px}.ingestro-dp-frontend .ingestro__execution-details-header__action-button-container:has(.ingestro__execution-details-header__edit-and-more-button--modal){justify-content:space-between}.ingestro-dp-frontend .ingestro__execution-details-header__edit-and-more-button{display:flex;gap:8px;justify-content:flex-end}.ingestro-dp-frontend .ingestro__execution-details-header__edit-and-more-button--modal{align-items:center;gap:6px;margin-top:-16px}.ingestro-dp-frontend .ingestro__execution-details-header__action-button-container .ingestro-menu__content{padding:0}.ingestro-dp-frontend .ingestro__execution-details-header__action-button-container .ingestro-menu__option-icon{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .disabled,.ingestro-dp-frontend .disabled-menu .ingestro-menu__content button:last-child{color:var(--ingestro-neutral-300);pointer-events:none}.ingestro-dp-frontend .disabled-icon{color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro__execution-details-header__edit-and-more-button .ingestro-tooltip__content{text-align:center}.ingestro-dp-frontend .ingestro__execution-details-header--modal__actions{display:flex;align-items:center;gap:8px}.ingestro-dp-frontend .ingestro__executionHistory{z-index:301}.ingestro-dp-frontend .ingestro__executionHistory .ingestro-dialog__content{width:calc(100vw - 64px);height:calc(100vh - 64px);max-width:840px;max-height:560px;background-color:var(--ingestro-neutral-50);padding:16px}.ingestro-dp-frontend .ingestro__executionHistory .ingestro-dialog__body{margin:0;padding:0;display:flex;flex-direction:column;border-top:1px solid var(--ingestro-neutral-200);background:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro__executionHistory .ingestro-dialog__header{padding:8px 8px 0}.ingestro-dp-frontend .ingestro__executionHistory-header{display:flex;align-items:center}.ingestro-dp-frontend .ingestro__executionHistory-header .ingestro-divider{height:unset;align-self:stretch;margin:6.5px 8px}.ingestro-dp-frontend .ingestro__executionHistory-logCount{font-weight:400;color:var(--ingestro-neutral-700)}.ingestro-dp-frontend .ingestro__executionHistoryList-sort{padding:8px 0;text-align:right;display:flex;justify-content:end}.ingestro-dp-frontend .ingestro__executionHistoryList-sort .ingestro-button__text{gap:4px;letter-spacing:.2px}.ingestro-dp-frontend .ingestro__executionHistoryList-items{display:flex;flex-direction:column;gap:8px}.ingestro-dp-frontend .ingestro__executionHistoryListItem{border-radius:8px;border:1px solid var(--ingestro-neutral-200);background:var(--ingestro-white);padding:12px;display:flex;flex-direction:column;gap:8px;color:var(--ingestro-neutral-700)}.ingestro-dp-frontend .ingestro__executionHistoryListItem-statusWrapper{display:flex;align-items:center;justify-content:space-between}.ingestro-dp-frontend .ingestro__executionHistoryListItem-detail{display:flex;gap:8px;flex-wrap:wrap}.ingestro-dp-frontend .ingestro__executionHistoryListItem-detail .ingestro-divider{height:unset;align-self:stretch}.ingestro-dp-frontend .ingestro__executionHistoryListItem-errorMessage{color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro__executionHistoryList-sortButton svg{transition:transform .3s}.ingestro-dp-frontend .ingestro__executionHistoryList-sortButton--sortOldest svg{transform:rotate(180deg)}.ingestro-dp-frontend .ingestro__execution-details-footer{width:100%;display:flex;gap:16px;justify-content:flex-end}.ingestro-dp-frontend .ingestro__advanced-error-dialog.ingestro__confirm-dialog .ingestro-dialog__content{max-width:400px;min-width:400px}.ingestro-dp-frontend .ingestro__advanced-error-dialog.ingestro__confirm-dialog .ingestro-dialog__content .ingestro-dialog__header-actions .ingestro-button{color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro__runPipelineConfirm-dialog{z-index:301}.ingestro-dp-frontend .ingestro__runPipelineConfirm-dialog .ingestro-dialog__content{max-width:480px}.ingestro-dp-frontend .ingestro__runPipelineConfirm-dialog .ingestro-dialog__footer{padding:0}.ingestro-dp-frontend .ingestro__runPipelineConfirm-dialog .ingestro-dialog__footer-buttons{gap:24px;flex-direction:column}.ingestro-dp-frontend .ingestro__runPipelineConfirm-errorInfo{border-radius:8px;background:var(--ingestro-neutral-50);padding:16px 12px}.ingestro-dp-frontend .ingestro__runPipelineConfirm-errorInfo .ingestro-divider{margin:12px 0}.ingestro-dp-frontend .ingestro__runPipelineConfirm-errorInfoTitle{color:var(--ingestro-neutral-500);margin-bottom:4px}.ingestro-dp-frontend .ingestro__runPipelineConfirm-errorInfoPercent{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__runPipelineConfirm-buttonGroup{display:flex;gap:16px}.ingestro-dp-frontend .ingestro__runPipelineConfirm-buttonGroup .ingestro-button{flex-basis:50%}.ingestro-dp-frontend .ingestro-dialog__body:has(.ingestro__runPipelineConfirm-errorInfo){padding-top:8px}.ingestro-dp-frontend .ingestro__execution-devModeInfo .ingestro-info__icon path{fill:inherit;stroke:inherit}.ingestro-dp-frontend .ingestro-emptyState__text{white-space:pre-line}.ingestro-dp-frontend .ingestro__execution-details-placeholder__container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.ingestro-dp-frontend .ingestro__sheet-selection-modal .ingestro-dialog__content{padding:0;gap:0;min-width:540px;max-width:540px}.ingestro-dp-frontend .ingestro__sheet-selection-modal .ingestro-dialog__header{padding:24px;border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__sheet-selection-modal .ingestro-dialog__header .ingestro-dialog__title{font-size:28px;line-height:125%}.ingestro-dp-frontend .ingestro__sheet-selection-modal .ingestro-dialog__header .ingestro-dialog__subtitle{margin-top:8px;font-size:14px;line-height:143%}.ingestro-dp-frontend .ingestro__sheet-selection-modal .ingestro-dialog__body{margin-inline-end:0;padding-inline-end:0;padding:16px;display:flex;flex-direction:column;gap:8px}.ingestro-dp-frontend .ingestro__sheet-selection-modal .ingestro-dialog__footer{border-top:1px solid var(--ingestro-neutral-100);padding:16px}.ingestro-dp-frontend .ingestro__sheet-selection-modal .ingestro-radio{position:relative}.ingestro-dp-frontend .ingestro__sheet-selection-modal .ingestro-radio__check{position:absolute;top:2px}.ingestro-dp-frontend .ingestro__sheet-selection-modal .ingestro-radio__text{flex:1;padding-left:24px}.ingestro-dp-frontend .ingestro__sheet-selection-modal .ingestro__sheet-selection-modal__radio{display:flex;flex-direction:column;gap:8px;flex:1}.ingestro-dp-frontend .ingestro__sheet-selection-modal .ingestro__sheet-selection-modal__radio span{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__sheet-selection-modal .ingestro__sheet-selection-modal__radio p{margin:0}.ingestro-dp-frontend .ingestro__sheet-selection-modal .ingestro__sheet-selection-modal__radio .ingestro-message{font-size:10px}.ingestro-dp-frontend .ingestro-dp.ingestro-execution-details{min-height:min(800px,100vh)}.ingestro-dp-frontend .ingestro-modal-view .ingestro-dp.ingestro-execution-details{min-height:0}.ingestro-dp-frontend .ingestro-execution-details .ingestro-emptyState{background-color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-spreadsheet__top_view .ingestro-toggle-button__option.ingestro-toggle-button__option--disable.ingestro-toggle-button__option--active{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__pipeline-details-page-section{background-color:var(--ingestro-neutral-50);display:flex;flex-direction:column;gap:12px;padding:16px;flex-grow:1}.ingestro-dp-frontend .ingestro__sectionCard{flex:none}.ingestro-dp-frontend .ingestro__sectionCard-header{padding:8px 8px 8px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__sectionCard-header-title{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__sectionCard-body{padding:12px 16px 16px;display:grid;gap:16px 24px;grid-template-columns:1fr 1fr}.ingestro-dp-frontend .ingestro__sectionCard-item{display:flex;flex-direction:column;overflow:hidden;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__sectionCard-item-title{color:var(--ingestro-neutral-700);margin-bottom:4px;font-size:14px}.ingestro-dp-frontend .ingestro__sectionCard-item-content{box-sizing:border-box;min-height:40px;padding:8px 0;display:flex;align-items:center;flex:1}.ingestro-dp-frontend .ingestro__pipeline-details-configuration-tooltip .ingestro-tooltip__content-value{white-space:pre-wrap;text-align:center}.ingestro-dp-frontend .ingestro__configurationSection-eventBased{font-style:italic}.ingestro-dp-frontend .ingestro__configModal .ingestro-dialog__content{width:calc(100vw - 64px);max-width:840px;padding:24px;gap:0}.ingestro-dp-frontend .ingestro__configModal-configForm{padding:24px;margin:0 -24px;overflow-y:auto;border-top:1px solid var(--ingestro-neutral-100);border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__configModal-headerSubTitle{padding-top:8px;color:var(--ingestro-neutral-600);font-weight:400}.ingestro-dp-frontend .ingestro__configModal .ingestro-dialog__header .ingestro-dialog__title{font-size:28px;line-height:1.25;margin-bottom:24px}.ingestro-dp-frontend .ingestro__setupSection-connectorContent{display:flex;gap:8px;align-items:center;min-width:0;flex:1}.ingestro-dp-frontend .ingestro__setupSection-connectorContent-icon{display:flex;padding:2px;flex-shrink:0}.ingestro-dp-frontend .ingestro__setupSection-connectorContent-text,.ingestro-dp-frontend .ingestro__setupSection-tdm-text{flex:1;min-width:0}.ingestro-dp-frontend .ingestro__setupSection-connectorContent-detailButton{display:inline-flex;border:none;padding:0;background:none}.ingestro-dp-frontend .ingestro__pipeline-details-setup-tooltip .ingestro-tooltip__content-value{white-space:pre-wrap;text-align:center}.ingestro-dp-frontend .ingestro__setupSection-no-permission{font-style:italic}.ingestro-dp-frontend .ingestro__setupModal .ingestro-dialog__content{width:calc(100vw - 64px);max-width:840px;padding:24px;gap:0}.ingestro-dp-frontend .ingestro__setupModal .ingestro__setup-form{padding:24px;margin:0 -24px;overflow-y:auto;border-top:1px solid var(--ingestro-neutral-100);border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__setupModal .ingestro-dialog__header .ingestro-dialog__title{font-size:28px;line-height:1.25;margin-bottom:24px}.ingestro-dp-frontend .ingestro__pipeline-details-home{display:flex;flex-direction:column;flex:1 auto;min-height:0}.ingestro-dp-frontend .ingestro__pipeline-details-homeOutlet{display:flex;flex-direction:column;flex:1 auto;min-height:0;overflow-y:auto}.ingestro-dp-frontend .ingestro__pipeline-details-homeOutlet.ingestro__pipeline-details-homeOutlet--loading{overflow:hidden}.ingestro-dp-frontend .ingestro__pipeline-details-header-skeleton .ingestro__metadata-header__meta-data-items{margin-top:8px}.ingestro-dp-frontend .ingestro__pipeline-details-header-skeleton .ingestro__metadata-header__title{width:100%}.ingestro-dp-frontend .ingestro__pipeline-details-skeleton__details-container{border-top:0px;padding:16px;background-color:var(--ingestro-neutral-50);display:flex;flex-direction:column;gap:12px;pointer-events:none;flex:1}.ingestro-dp-frontend .ingestro__pipeline-details-skeleton__section-container{border:1px solid var(--ingestro-neutral-100);border-radius:8px;overflow:auto}.ingestro-dp-frontend .ingestro__pipeline-details-skeleton__section-title{border-bottom:1px solid var(--ingestro-neutral-100);border-top-left-radius:8px;border-top-right-radius:8px;background-color:#fff;padding:8px 8px 8px 16px;color:var(--ingestro-neutral-900);font-size:14px;font-weight:600;height:49px;box-sizing:border-box;display:flex;align-items:center}.ingestro-dp-frontend .ingestro__pipeline-details-skeleton__section-details{background-color:#fff;display:grid;grid-template-columns:1fr 1fr;row-gap:16px;column-gap:24px;padding:12px 16px 16px;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.ingestro-dp-frontend .ingestro__pipeline-details-skeleton__section-details-items{padding-bottom:4px;gap:12px;display:flex;flex-direction:column}.ingestro-dp-frontend .ingestro__pipeline-details-skeleton-execution-history__table-container{background-color:#fff;padding:16px}.ingestro-dp-frontend .ingestro__pipeline-details-skeleton-execution-history__table-container .ingestro-table__tableHead{border-top-left-radius:8px;border-top-right-radius:8px}.ingestro-dp-frontend .ingestro__pipeline-details-skeleton-execution-history__table-container .ingestro-table__tableHead .ingestro-table__cell{height:40px}.ingestro-dp-frontend .ingestro__pipeline-details-skeleton-execution-history__table-container .ingestro-table__tableHead .ingestro-table__cell:first-child{border-top-left-radius:8px}.ingestro-dp-frontend .ingestro__pipeline-details-skeleton-execution-history__table-container .ingestro-table__tableHead .ingestro-table__cell:last-child{border-top-right-radius:8px}.ingestro-dp-frontend .ingestro__pipeline-details-skeleton-execution-history__table-container .ingestro-table__tableBody{border:1px solid var(--ingestro-neutral-100);border-bottom-left-radius:8px;border-bottom-right-radius:8px}.ingestro-dp-frontend .ingestro__pipeline-details-header__action-button-container{display:flex;gap:12px}.ingestro-dp-frontend .ingestro__pipeline-details-header__action-button-container--modal{margin-top:48px}.ingestro-dp-frontend .ingestro__pipeline-details-header__action-button--delete,.ingestro-dp-frontend .ingestro__pipeline-details-header__action-button--delete .ingestro-menu__option-icon{color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro__pipeline-details-header__more-button-tooltip{display:block}.ingestro-dp-frontend .ingestro__pipeline-details-header__more-button-tooltip .ingestro-tooltip__anchor{width:100%}.ingestro-dp-frontend .ingestro__pipeline-details-header__action-run-button{padding:0 32px}.ingestro-dp-frontend .ingestro__pipeline-details-header__action-run-button .ingestro-spinner{width:16px;height:16px}.ingestro-dp-frontend .ingestro-button--primary.ingestro__pipeline-details-header__action-run-button.ingestro__pipeline-details-header__action-run-button--running{background-color:var(--ingestro-primary-300);border-color:var(--ingestro-primary-300);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-button--primary.ingestro__pipeline-details-header__action-run-button.ingestro__pipeline-details-header__action-run-button--running .ingestro-spinner__inner{border-color:var(--ingestro-white) transparent}.ingestro-dp-frontend .ingestro__pipeline-details-header-toggle{display:flex;gap:8px}.ingestro-dp-frontend .ingestro__pipeline-details-header-toggle-item{display:flex;height:23px;align-items:center}.ingestro-dp-frontend .ingestro__pipeline-details-header-toggle-item .ingestro-switch{padding:0}.ingestro-dp-frontend .ingestro__activatePipeline .ingestro-dialog__content{width:calc(100vw - 64px);max-width:800px;padding:24px}.ingestro-dp-frontend .ingestro__activatePipeline-headerSubTitle{padding-top:8px;color:var(--ingestro-neutral-600);font-weight:400}.ingestro-dp-frontend .ingestro__pipeline-details-header-tooltipLabel{display:inline-flex;align-items:center}.ingestro-dp-frontend .ingestro__pipeline-details-header-tooltip .ingestro-tooltip__content-value{white-space:pre-wrap;text-align:center}.ingestro-dp-frontend .ingestro__pipeline-details-header-tooltipTotalRows{padding:0 2px}.ingestro-dp-frontend .ingestro__pipeline-details-header .ingestro__metadata-header__title-container{height:40px;display:flex;align-items:center}.ingestro-dp-frontend .ingestro__pipeline-details-header-draftTag{padding:4px 8px;height:24px}.ingestro-dp-frontend .ingestro__delete-success-view{display:flex;flex:1 auto;min-height:0px;flex-direction:column;align-items:center;justify-content:center}.ingestro-dp-frontend .ingestro__delete-success-view .ingestro-emptyState__heading{margin-top:40px}.ingestro-dp-frontend .ingestro__delete-success-view .ingestro-emptyState__actions button{width:179px}.ingestro-dp-frontend .ingestro__delete-success-view .ingestro__layout-header{width:100%}.ingestro-dp-frontend .ingestro-pipeline-details{display:flex;flex-direction:column;min-height:100%}.ingestro-dp-frontend .ingestro-dp.ingestro-pipeline-details{min-height:min(800px,100vh)}.ingestro-dp-frontend .ingestro-modal-view .ingestro-dp.ingestro-pipeline-details{min-height:100%}.ingestro-dp-frontend .ingestro-pipeline-details .ingestro-emptyState{background-color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__pipeline-list-home,.ingestro-dp-frontend .ingestro__pipeline-list-homeOutlet{display:flex;flex-direction:column;flex:1 auto;min-height:0}.ingestro-dp-frontend .ingestro__pipeline-list .ingestro-emptyState__actions{margin:0}.ingestro-dp-frontend .ingestro__pipeline-list-table{background:var(--ingestro-white);border-radius:8px;border:1px solid var(--ingestro-neutral-100);overflow:hidden}.ingestro-dp-frontend .ingestro__pipeline-list-table .ingestro-table__headText{font-weight:600}.ingestro-dp-frontend .ingestro__pipeline-list-table .ingestro-table__tableHead .ingestro-table__row{border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__pipeline-list-table .ingestro-table__tableHead .ingestro-table__cell{background:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__pipeline-list-table-statusIcon--draft{color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro__pipeline-list-table-statusIcon--active{color:var(--ingestro-secondary-500)}.ingestro-dp-frontend .ingestro__pipeline-list-table-statusIcon--inactive{color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro__pipeline-list-table-name{display:flex;flex-direction:column;gap:3px;width:100%}.ingestro-dp-frontend .ingestro__pipeline-list-table-devTag{color:var(--ingestro-neutral-900);font-size:10px;font-weight:600}.ingestro-dp-frontend .ingestro__pipeline-list-table-devTag:before{content:"";display:inline-block;width:8px;height:8px;margin-right:4px;border-radius:16px;background:var(--ingestro-secondary-500)}.ingestro-dp-frontend .ingestro__pipeline-list-table-historyDot{width:8px;height:8px;border-radius:16px;background:var(--ingestro-neutral-400)}.ingestro-dp-frontend .ingestro__pipeline-list-table-historyDot--successful{background:var(--ingestro-success-400)}.ingestro-dp-frontend .ingestro__pipeline-list-table-historyDot--failed{background:var(--ingestro-error-400)}.ingestro-dp-frontend .ingestro__pipeline-list-table-historyDot--processing{background:var(--ingestro-warning-400)}.ingestro-dp-frontend .ingestro__pipeline-list-table-historyDotGroup{display:flex;gap:2px}.ingestro-dp-frontend .ingestro__pipeline-list-table-createdByTag{max-width:100%}.ingestro-dp-frontend .ingestro__pipeline-list-table-createdByTag .ingestro-tag__text{width:100%}.ingestro-dp-frontend .ingestro__pipeline-list-table-historyDotTooltip{text-align:left}.ingestro-dp-frontend .ingestro__pipeline-list-table .ingestro-table__cellHead{justify-content:space-between}.ingestro-dp-frontend .ingestro__pipeline-list-filterGroup{display:flex;justify-content:space-between;gap:8px}.ingestro-dp-frontend .ingestro__pipeline-list-searchBar{flex:1;max-width:320px}.ingestro-dp-frontend .ingestro__pipeline-list-inputGroup{flex:1}.ingestro-dp-frontend .ingestro__pipeline-list-selectGroup,.ingestro-dp-frontend .ingestro__pipeline-list-inputGroup{display:flex;gap:8px}.ingestro-dp-frontend .ingestro__pipeline-list-selectGroup .ingestro-select{width:120px}.ingestro-dp-frontend .ingestro__pipeline-list-selectGroup .ingestro-select .ingestro-select__toggle-value{color:var(--ingestro-primary-900);font-weight:600;display:flex;align-items:center}.ingestro-dp-frontend .ingestro__pipeline-list-selectGroup .ingestro-select .ingestro-select__toggle{gap:0;border-color:var(--ingestro-primary-50)!important}.ingestro-dp-frontend .ingestro__pipeline-list-selectGroup .ingestro-select .ingestro-select__toggle.ingestro-select__toggle--focused{border-color:var(--ingestro-primary-50)}.ingestro-dp-frontend .ingestro__pipeline-list-selectGroup .ingestro-select .ingestro-select__toggle--disabled .ingestro-select__toggle-placeholder{color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro__pipeline-list-statusCount{margin-left:8px;min-width:20px;height:20px;border-radius:40px;display:flex;align-items:center;justify-content:center;background:var(--ingestro-primary-900);color:var(--ingestro-white);font-weight:400;font-size:12px}.ingestro-dp-frontend .ingestro__pipeline-list-content{background-color:var(--ingestro-neutral-50);display:flex;flex-direction:column;gap:16px;padding:16px;flex-grow:1;overflow:hidden}.ingestro-dp-frontend .ingestro-pipeline-list{display:flex;flex-direction:column;min-height:100%}.ingestro-dp-frontend .ingestro-dp.ingestro-pipeline-list{min-height:min(800px,100vh)}.ingestro-dp-frontend .ingestro-modal-view .ingestro-dp.ingestro-pipeline-list{min-height:100%}.ingestro-dp-frontend .ingestro-pipeline-list .ingestro__layout .ingestro-emptyState{background-color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__pipeline-list-header__action-button-container--modal{margin-top:42px}.ingestro-dp-frontend .ingestro__pipeline-list-header-tooltip .ingestro-tooltip__content-value{white-space:pre-wrap;text-align:center}.ingestro-dp-frontend .ingestro__execution-list__index-cell{display:flex;flex-direction:column}.ingestro-dp-frontend .ingestro__execution-list__index-cell--dev,.ingestro-dp-frontend .ingestro__execution-list__index-cell--manual{color:var(--ingestro-secondary-500)}.ingestro-dp-frontend .ingestro__execution-list__index-cell--manual{cursor:pointer}.ingestro-dp-frontend .ingestro__execution-list__actions-cell{display:flex;gap:4px}.ingestro-dp-frontend .ingestro__execution-list__status-cell .ingestro-tooltip__anchor{display:flex;gap:4px;flex-direction:row}.ingestro-dp-frontend .ingestro__execution-list__status-cell .ingestro-tooltip__content-value b{font-weight:700}.ingestro-dp-frontend .ingestro__execution-list__status-cell .ingestro-tooltip__content{padding:12px 16px;text-align:left;white-space:pre-line}.ingestro-dp-frontend .ingestro__execution-list__status-cell--failed .tooltip__infoIcon{stroke:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro__execution-list__status-cell--successful .tooltip__infoIcon{stroke:var(--ingestro-success-500)}.ingestro-dp-frontend .ingestro__execution-list__pipeline-name-cell{display:flex;flex-direction:column;max-width:100%}.ingestro-dp-frontend .ingestro__execution-list__pipeline-name-cell .ingestro__execution-list__index-cell--dev{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__execution-list__pipeline-name-cell .ingestro__execution-list__index-cell--dev:before{content:"";display:inline-block;margin-right:4px;width:8px;height:8px;background-color:var(--ingestro-secondary-500);border-radius:50%}.ingestro-dp-frontend .ingestro__execution-list__table-body .ingestro__execution-list__executed-by-cell,.ingestro-dp-frontend .ingestro__execution-list__table-body .ingestro__execution-list__executed-by-cell .ingestro-tag__text{max-width:100%}.ingestro-dp-frontend .ingestro__execution-list__table-body{display:flex;flex-direction:column;flex:1 auto;min-height:0;padding:16px}.ingestro-dp-frontend .ingestro__execution-list__table-body .ingestro-table{border-radius:8px;border:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__execution-list__table-body .ingestro-table__wrapper{border-top-left-radius:8px;border-top-right-radius:8px;flex:0 auto}.ingestro-dp-frontend .ingestro__execution-list__table-body--loading .ingestro-table__wrapper{flex:1 auto}.ingestro-dp-frontend .ingestro__execution-list__table-body--empty .ingestro-table__wrapper,.ingestro-dp-frontend .ingestro__execution-list__table-body--not-found .ingestro-table__wrapper{flex:1 auto;border-radius:8px}.ingestro-dp-frontend .ingestro__execution-list__table-body .ingestro-table__emptyState{padding:40px}.ingestro-dp-frontend .ingestro__execution-list__table-body .ingestro-emptyState__heading{font-weight:600}.ingestro-dp-frontend .ingestro__execution-list__table .ingestro-table__tableHead .ingestro-table__cell{height:40px}.ingestro-dp-frontend .ingestro__execution-list__table .ingestro-table__cell{height:48px}.ingestro-dp-frontend .ingestro__execution-list__table-body--loading .ingestro-table__cellHead--clickable,.ingestro-dp-frontend .ingestro__execution-list__table-body--empty .ingestro-table__cellHead--clickable,.ingestro-dp-frontend .ingestro__execution-list__table-body--not-found .ingestro-table__cellHead--clickable{-webkit-user-select:none;user-select:none;pointer-events:none}.ingestro-dp-frontend .ingestro__execution-list__table .ingestro-table__cellHead--clickable .ingestro-table__headSortIcon .ingestro-button__icon,.ingestro-dp-frontend .ingestro__execution-list__table .ingestro-table__cellHead--clickable .ingestro-table__headSortIcon .ingestro-table__headSortIcon--hover{color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro__execution-list__table .ingestro-table__cellHead--clickable{position:relative}.ingestro-dp-frontend .ingestro__execution-list__table .ingestro-table__pagination{border-bottom-right-radius:8px;border-bottom-left-radius:8px}.ingestro-dp-frontend .ingestro__execution-list__table-body--loading .ingestro_table__headFilterOptions .ingestro-select__anchor{pointer-events:none;-webkit-user-select:none;user-select:none}.ingestro-dp-frontend .ingestro__execution-list__table-body--not-found .ingestro_table__headFilterOptions .ingestro-select__anchor,.ingestro-dp-frontend .ingestro__execution-list__table-body--not-found .ingestro_table__headFilterOptions .ingestro-select__content{pointer-events:auto;-webkit-user-select:auto;user-select:auto}.ingestro-dp-frontend .ingestro__execution-list__table-body--all-pipelines .ingestro-table__tableHead .ingestro-table__cell{height:40px;background-color:var(--ingestro-white);border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__execution-list__table-body--all-pipelines{padding:0;margin-top:12px;background-color:var(--ingestro-white);border-radius:8px}.ingestro-dp-frontend .ingestro__execution-list__table-body .ingestro-table__cellHead{justify-content:space-between}.ingestro-dp-frontend .ingestro__execution-list__executed-by-filter-header{font-size:14px;color:var(--ingestro-neutral-900);display:flex;justify-content:space-between;align-items:center;width:278px;height:36px;padding:0 16px}.ingestro-dp-frontend header:has(.ingestro__execution-list__executed-by-filter-header){cursor:pointer;min-height:24px;height:24px;display:flex;align-items:center;min-width:278px;min-height:36px}.ingestro-dp-frontend .ingestro__execution-list__executed-by-filter-header svg{color:var(--ingestro-primary-500)}.ingestro-dp-frontend header:has(.ingestro__execution-list__executed-by-filter-header):hover,.ingestro-dp-frontend header:has(.ingestro__execution-list__executed-by-filter-header):focus{background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend header:has(.ingestro__execution-list__executed-by-filter-header--active){background-color:var(--ingestro-primary-50)}.ingestro-dp-frontend .ingestro__execution-list__executed-by-filter-indicator{width:8px;height:8px;border-radius:100%;background-color:var(--ingestro-primary-400);position:absolute;right:0;top:0}.ingestro-dp-frontend .ingestro-select__content:has(.ingestro__execution-list__executed-by-filter-header) .ingestro-emptyState svg{margin-top:16px;width:32px;height:32px}.ingestro-dp-frontend .ingestro-select__content:has(.ingestro__execution-list__executed-by-filter-header) .ingestro-emptyState .ingestro-emptyState__text{margin-bottom:16px}.ingestro-dp-frontend .ingestro__execution-list__table-filters{display:flex;gap:8px}.ingestro-dp-frontend .ingestro__execution-list__table-filters .ingestro-menu__anchor button>span{display:flex;gap:8px;white-space:nowrap}.ingestro-dp-frontend .ingestro__execution-list__table-filters .ingestro-datepicker__toggle-placeholder,.ingestro-dp-frontend .ingestro__execution-list__table-filters .ingestro-datepicker__toggle-value{font-size:14px;font-weight:600;color:var(--ingestro-primary-900);gap:8px;white-space:nowrap}.ingestro-dp-frontend .ingestro__execution-list__table-filters .ingestro-datepicker__anchor .ingestro-datepicker__toggle--disabled{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-300);justify-content:space-between}.ingestro-dp-frontend .ingestro__execution-list__table-filters .ingestro-datepicker__toggle--disabled .ingestro-datepicker__toggle-placeholder{color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro__execution-list__table-filters .ingestro-datepicker__toggle{gap:0}.ingestro-dp-frontend .ingestro__execution-list__table-filters .ingestro-datepicker button{padding-left:6px;padding-right:4px;width:auto}.ingestro-dp-frontend .ingestro__execution-list__table-filters .ingestro-datepicker__toggle{border:1px solid var(--ingestro-secondary-50)}.ingestro-dp-frontend .ingestro__execution-list__table-filters .ingestro-select__anchor>button{justify-content:space-between;min-width:120px;white-space:nowrap}.ingestro-dp-frontend .ingestro__execution-list__mode-filter--disabled .ingestro-select__anchor>button{border:1px solid var(--ingestro-neutral-300);background-color:var(--ingestro-neutral-50);color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro__execution-list__mode-filter--disabled .ingestro-select__anchor{pointer-events:none;-webkit-user-select:none;user-select:none}.ingestro-dp-frontend .ingestro__execution-list__table-filters--all-pipelines .ingestro__input-search{width:320px;flex:0 1 auto}.ingestro-dp-frontend .ingestro__execution-list__table-filters--all-pipelines{width:100%;display:flex;justify-content:space-between}.ingestro-dp-frontend .ingestro__execution-list__table-filters--all-pipelines>div{display:flex;gap:4px}.ingestro-dp-frontend .ingestro__execution-list__table-header{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;border-bottom:1px solid var(--ingestro-neutral-100);overflow-x:scroll;gap:32px}.ingestro-dp-frontend .ingestro__execution-list__table-header h5{color:var(--ingestro-neutral-900);font-weight:600;font-size:14px}.ingestro-dp-frontend .ingestro__execution-list__table{display:flex;flex-direction:column;flex:0 auto;min-height:0}.ingestro-dp-frontend .ingestro__execution-list__table:has(.ingestro__execution-list__table-body--empty),.ingestro-dp-frontend .ingestro__execution-list__table:has(.ingestro__execution-list__table-body--loading),.ingestro-dp-frontend .ingestro__execution-list__table:has(.ingestro__execution-list__table-body--not-found),.ingestro-dp-frontend .ingestro__execution-list__table:has(.ingestro__no-permission){flex:1 auto}.ingestro-dp-frontend .ingestro__no-permission .ingestro-emptyState__heading{font-weight:600}.ingestro-dp-frontend .ingestro__execution-list__table--single-pipeline{background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-200);border-radius:8px}.ingestro-dp-frontend .ingestro__execution-list__table-no-permission{padding:56px 0}.ingestro-dp-frontend .ingestro__execution-list__header-text,.ingestro-dp-frontend .ingestro-execution-list .ingestro__metadata-header__title{color:var(--ingestro-neutral-900);text-align:left}.ingestro-dp-frontend .ingestro__execution-list__header{padding:24px;border-bottom:1px solid var(--ingestro-neutral-100);background:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-execution-list .ingestro__metadata-header__container-base{background:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-execution-list .ingestro__metadata-header__container .ingestro-button--m,.ingestro-dp-frontend .ingestro__execution-list__header button{position:absolute;top:8px;right:8px;color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro-execution-list .ingestro__metadata-header__meta-data-items,.ingestro-dp-frontend .ingestro-execution-list .ingestro__execution-list__header .ingestro-skeleton{margin-top:8px}.ingestro-dp-frontend .ingestro-execution-list{display:flex;flex-direction:column;min-height:100%}.ingestro-dp-frontend .ingestro-dp.ingestro-execution-list{min-height:min(800px,100vh)}.ingestro-dp-frontend .ingestro-modal-view .ingestro-dp.ingestro-execution-list{min-height:100%}.ingestro-dp-frontend .ingestro-execution-list .ingestro__layout{padding:16px;background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro-execution-list.ingestro-execution-list--hide-header .ingestro__layout{padding:0}.ingestro-dp-frontend .execution-list-page .ingestro-toast--error{max-width:400px}.ingestro-dp-frontend .ingestro-execution-list .ingestro__layout:has(.ingestro-emptyState){background-color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-dialog__content:has(.ingestro-execution-list){border-radius:12px}.ingestro-dp-frontend .ingestro-button.ingestro-button--outlinePrimary.ingestro__radio-box-control{width:100%;justify-content:start;padding:8px 12px;border-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-button.ingestro-button--outlinePrimary.ingestro__radio-box-control:hover,.ingestro-dp-frontend .ingestro-button.ingestro-button--outlinePrimary.ingestro__radio-box-control:focus{background-color:var(--ingestro-primary-50);border-color:var(--ingestro-primary-300)}.ingestro-dp-frontend .ingestro-button.ingestro-button--outlinePrimary.ingestro__radio-box-control>span{font-weight:400}.ingestro-dp-frontend .ingestro__radio-box-control:has(input[type=radio]:checked){background-color:var(--ingestro-primary-50);border-color:var(--ingestro-primary-300)}.ingestro-dp-frontend .ingestro__radio-box-control:has(input[type=radio]:checked):hover{background-color:var(--ingestro-primary-100);border-color:var(--ingestro-primary-300)}.ingestro-dp-frontend .ingestro-button.ingestro-button--outlinePrimary.ingestro__radio-box-control.ingestro-button--disabled{border:1px solid var(--ingestro-neutral-200);background:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-button.ingestro-button--outlinePrimary.ingestro__radio-box-control.ingestro-button--disabled .ingestro-radio__text{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro-button.ingestro-button--outlinePrimary.ingestro__radio-box-control.ingestro-button--disabled .ingestro-radio__check{background-color:var(--ingestro-neutral-200);border-color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro__radio-box-group-control{display:flex;max-width:100%;gap:8px}.ingestro-dp-frontend .ingestro__radio-box-group-control.ingestro__radio-box-group-control--vertical{flex-direction:column}.ingestro-dp-frontend .ingestro__radio-box-group-control .ingestro__radio-box-group-control-radio{flex:1}.ingestro-dp-frontend .ingestro__create-connector__connector-type-selection-form .ingestro-select__toggle--disabled{justify-content:start}.ingestro-dp-frontend .ingestro__create-connector__connector-type-selection-form .ingestro-select__toggle-icon{margin:0}.ingestro-dp-frontend .ingestro__create-connector__connector-type-selection__node-type .ingestro-select__option{height:40px}.ingestro-dp-frontend .ingestro__create-connector__connector-type-selection-publish-section{padding:0}.ingestro-dp-frontend .ingestro__create-connector-home .ingestro__layout-footer{justify-content:end;gap:16px}.ingestro-dp-frontend .ingestro__create-connector__connector-type-selection-form{display:flex;flex-direction:column;gap:24px}.ingestro-dp-frontend .ingestro__create-connector__header--single-step .ingestro-stepProgress__optionText.stepProgress__optionText--completed{font-weight:600}.ingestro-dp-frontend .ingestro__create-connector-home,.ingestro-dp-frontend .ingestro__create-connector-homeOutlet{display:flex;flex-direction:column;flex:1 auto;min-height:0;height:100%}.ingestro-dp-frontend .ingestro__create-connector-homeOutlet{background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__create-connector-homeOutlet .ingestro__create-connector_scrollSection{flex:1;overflow:auto}.ingestro-dp-frontend .ingestro__create-connector-homeOutlet .ingestro__create-connector_scrollSection>div{background-color:var(--ingestro-white);border-radius:8px;border:1px solid var(--ingestro-neutral-200);padding:24px;margin:16px;display:flex;flex-direction:column;gap:24px;min-height:calc(100% - 32px);box-sizing:border-box}.ingestro-dp-frontend .ingestro__create-connector-homeOutlet .ingestro-emptyState{width:auto}.ingestro-dp-frontend .ingestro__connector-config__advanced-configuration .ingestro-switch{padding:0}.ingestro-dp-frontend .ingestro__connector-config__advanced-configuration-content{border-radius:8px;border:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-neutral-50);margin-top:24px;padding:16px}.ingestro-dp-frontend .ingestro__connector-config__advanced-configuration-content .ingestro-divider{margin:20px 0}.ingestro-dp-frontend .ingestro__connector-config__advanced-configuration-content h5{font-size:14px;font-weight:600;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__connector-config__advanced-configuration-optional-tags,.ingestro-dp-frontend .ingestro__connector-config__advanced-configuration-file-handling-option{display:flex;flex-direction:column;gap:12px}.ingestro-dp-frontend .ingestro__connector-config__advanced-configuration-optional-tags .ingestro__hint-detailsText{white-space:pre-line}.ingestro-dp-frontend .ingestro__connector-config__advanced-configuration-optional-tags .ingestro-divider--vertical,.ingestro-dp-frontend .ingestro__connector-config__advanced-configuration-file-handling-option .ingestro-divider--vertical{height:auto;min-width:1px;margin:0}.ingestro-dp-frontend .ingestro__connector-config__advanced-configuration-optional-tags .ingestro__hint-detailsText b.sub-header{font-weight:400;color:var(--ingestro-neutral-700)}.ingestro-dp-frontend .ingestro__connector-config__advanced-configuration-optional-tags .ingestro__hint-detailsText{display:flex;flex-direction:column;gap:4px}.ingestro-dp-frontend .ingestro__connector-config__advanced-configuration-optional-tags .ingestro-tagInput__textarea{height:80px;overflow:auto;resize:none}.ingestro-dp-frontend .ingestro__connector-config__advanced-configuration-file-handling-option .ingestro__common-hintedFormRow--sub{gap:12px}.ingestro-dp-frontend .ingestro__connector-config__advanced-configuration-file-handling-option .ingestro-radio__text{font-size:14px}.ingestro-dp-frontend .ingestro__connector-config__advanced-configuration-new-file-name{padding-left:24px}.ingestro-dp-frontend .ingestro__connector-config__advanced-configuration-optional-tags .ingestro__common-hintedFormRow--sub{gap:16px;flex:0 0 calc(50% - 41px)}.ingestro-dp-frontend .ingestro__connector-config_sectionTitle{color:var(--ingestro-neutral-900);font-size:14px;font-style:normal;font-weight:600}.ingestro-dp-frontend .ingestro__connector-config_section{display:flex;flex-direction:column}.ingestro-dp-frontend .ingestro__connector-config_section .ingestro__connector-config_sectionTitle{margin-bottom:8px}.ingestro-dp-frontend .ingestro__connector-config_row .ingestro__common-hintedFormRow--sub{display:flex;flex-direction:column;gap:16px}.ingestro-dp-frontend .ingestro__connector-config_row~.ingestro-formElement{margin-top:16px}.ingestro-dp-frontend .ingestro__connector-config_textarea .ingestro-textarea__textarea{resize:none;height:80px}.ingestro-dp-frontend .ingestro__connector-config_section .ingestro__connector-config_formElement--half{max-width:50%}.ingestro-dp-frontend .ingestro__connector-config_row-email .ingestro__common-hintedFormRow--sub{gap:16px;flex:0 0 calc(50% - 41px)}.ingestro-dp-frontend .ingestro__connector-config_email__recipients-input .ingestro-tagInput__textarea{height:104px;overflow:auto;resize:none}.ingestro-dp-frontend .ingestro__connector-config__http-output{display:flex;flex-direction:column;gap:24px}.ingestro-dp-frontend .ingestro__connector-config__http-output-url{display:flex;gap:8px}.ingestro-dp-frontend .ingestro__connector-config__http-output-url .ingestro-formElement:last-child{width:100%}.ingestro-dp-frontend .ingestro__common__header-configuration{display:flex;flex-direction:column;gap:8px}.ingestro-dp-frontend .ingestro__common__header-configuration--border{padding:16px;border-radius:8px;border:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro__common__header-configuration span{font-size:14px;color:var(--ingestro-neutral-700)}.ingestro-dp-frontend .ingestro__common__header-configuration-input-container{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:8px;background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__common__header-configuration-input-container .ingestro-button__text,.ingestro-dp-frontend .ingestro__common__header-configuration-input-container .ingestro-button__icon{color:var(--ingestro-primary-900);white-space:nowrap}.ingestro-dp-frontend .ingestro__common__header-configuration-input-container .ingestro-button{max-width:135px}.ingestro-dp-frontend .ingestro__common__header-configuration-table{border-radius:8px;border:1px solid var(--ingestro-neutral-200);border-collapse:collapse;background-color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__common__header-configuration-table-header{display:flex;height:40px;background-color:var(--ingestro-neutral-50);border-radius:8px}.ingestro-dp-frontend .ingestro__common__header-configuration-table-header div{padding:12px 16px;width:50%;font-size:14px;font-weight:600;color:var(--ingestro-neutral-700);border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__common__header-configuration-table-header div:first-child{border-right:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__common__header-configuration-table-body{display:flex;flex-direction:column}.ingestro-dp-frontend .ingestro__common__header-configuration-table-body input{height:40px}.ingestro-dp-frontend .ingestro__common__header-configuration-table-body .ingestro-button__icon{color:var(--ingestro-error-400);width:16px;height:16px}.ingestro-dp-frontend .ingestro__common__header-configuration-input-row{display:flex;width:100%;height:max-content}.ingestro-dp-frontend .ingestro__common__header-configuration-input-row:not(:last-child){border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__common__header-configuration-key-input,.ingestro-dp-frontend .ingestro__common__header-configuration-value-input{width:50%;padding:12px 16px}.ingestro-dp-frontend .ingestro__common__header-configuration-value-input{display:flex;align-items:center;border-left:1px solid var(--ingestro-neutral-100);gap:16px}.ingestro-dp-frontend .ingestro__common__header-configuration-value-input .ingestro__mention-input__highlight-overlay span{font-size:16px!important;line-height:1.43!important}.ingestro-dp-frontend .ingestro__common__header-configuration-value-input .ingestro-button--outlineDanger.ingestro-button--disabled .ingestro-button__icon{color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro__common__header-configuration-value-input .ingestro-button--icon .ingestro-button__icon{width:16px;height:16px}.ingestro-dp-frontend .ingestro__common__header-configuration-input-container .ingestro-button--outlinePrimary.ingestro-button--disabled .ingestro-button__icon,.ingestro-dp-frontend .ingestro__common__header-configuration-input-container .ingestro-button--outlinePrimary.ingestro-button--disabled .ingestro-button__text{color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro__common__header-configuration-value-input .ingestro__mention-input{width:100%}.ingestro-dp-frontend .ingestro__common__header-configuration-value-input .ingestro__mention-input .ingestro__mention-input__dropdown{max-height:156px}.ingestro-dp-frontend .ingestro__common__header-configuration-actions{display:flex;justify-content:space-between;align-items:center}.ingestro-dp-frontend .ingestro__common__header-configuration-actions .ingestro__common__header-configuration__info-text{font-size:12px;color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro__common__header-configuration-actions .ingestro__common__header-configuration__info-text .ingestro-tag{width:20px;height:15px}.ingestro-dp-frontend .ingestro__common__header-configuration-actions .ingestro__common__header-configuration__info-text .ingestro-tag .ingestro-tag__text{color:var(--ingestro-neutral-400);margin-bottom:1px}.ingestro-dp-frontend .ingestro__method-url-section{display:flex;gap:8px}.ingestro-dp-frontend .ingestro__method-url-section .ingestro__method-url-section__url-form-element{flex:1;width:0}.ingestro-dp-frontend .ingestro__common__method-dropdown .ingestro-select__option{height:40px}.ingestro-dp-frontend .ingestro-formElement__element:has(.ingestro__common__method-dropdown){width:200px}.ingestro-dp-frontend .ingestro__dynamic-refresh-token{display:flex;flex-direction:column;gap:12px}.ingestro-dp-frontend .ingestro__dynamic-refresh-token .ingestro__dynamic-refresh-token__button{max-width:-moz-fit-content;max-width:fit-content}.ingestro-dp-frontend .ingestro__dynamic-refresh-token__title{color:var(--ingestro-neutral-900);display:flex;align-items:center;justify-content:space-between}.ingestro-dp-frontend .ingestro__dynamic-refresh-token__title>div{display:flex;align-items:center;gap:8px}.ingestro-dp-frontend .ingestro__dynamic-refresh-token__modal .ingestro-dialog__content{padding:24px;min-width:800px;max-width:800px}.ingestro-dp-frontend .ingestro__dynamic-refresh-token__modal .ingestro-dialog__title{font-size:28px;line-height:125%}.ingestro-dp-frontend .ingestro__dynamic-refresh-token__modal .ingestro-dialog__subtitle{margin-top:8px;font-size:14px;line-height:143%}.ingestro-dp-frontend .ingestro__dynamic-refresh-token__modal .ingestro-dialog__body{margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.ingestro-dp-frontend .ingestro__dynamic-refresh-token__modal .ingestro-message--error{margin:0}.ingestro-dp-frontend .ingestro__dynamic-refresh-token__response-modal .ingestro-dialog__content{padding:0;gap:0;min-width:800px;max-width:800px}.ingestro-dp-frontend .ingestro__dynamic-refresh-token__response-modal .ingestro-dialog__header{padding:24px;border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__dynamic-refresh-token__response-modal .ingestro-dialog__title{font-size:28px;line-height:125%}.ingestro-dp-frontend .ingestro__dynamic-refresh-token__response-modal .ingestro-dialog__subtitle{margin-top:8px;font-size:14px;line-height:143%}.ingestro-dp-frontend .ingestro__dynamic-refresh-token__response-modal .ingestro-dialog__body{margin:0;padding:16px 24px 24px;display:flex;flex-direction:column;gap:8px}.ingestro-dp-frontend .ingestro__dynamic-refresh-token__response-modal .ingestro-dialog__body>span.caption{color:var(--ingestro-neutral-400)}.ingestro-dp-frontend .ingestro__dynamic-refresh-token__response-modal .ingestro-dialog__body>pre>pre{margin:0;min-height:522px;font-size:16px;line-height:143%}.ingestro-dp-frontend .ingestro__dynamic-refresh-token__response-modal .ingestro-dialog__footer{border-top:1px solid var(--ingestro-neutral-100);padding:16px 24px 24px}.ingestro-dp-frontend .ingestro__dynamic-refresh-token__response-modal .ingestro-dialog__footer .ingestro-dialog__footer-buttons{align-items:center}.ingestro-dp-frontend .ingestro__connector-config__ftp-input,.ingestro-dp-frontend .ingestro__connector-config__ftp-output{display:flex;flex-direction:column;gap:24px}.ingestro-dp-frontend .ingestro__connector-config__ftp-input .ingestro__connector-config__ftp-host-section{width:50%}.ingestro-dp-frontend .ingestro__connector-config__ftp-host-section{display:flex;flex-direction:column;gap:16px}.ingestro-dp-frontend .ingestro__connector-config__ftp-input .ingestro__connector-config__advanced-configuration,.ingestro-dp-frontend .ingestro__connector-config__ftp-output .ingestro__common-hintedFormRow:first-child{padding-bottom:24px;border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__connector-config__ftp-output .ingestro__common-hintedFormRow--sub,.ingestro-dp-frontend .ingestro__connector-config__ftp-protocol-section .ingestro__common-hintedFormRow--sub{display:flex;flex-direction:column;gap:16px}.ingestro-dp-frontend .ingestro__connector-config__ftp-protocol-field{gap:8px!important}.ingestro-dp-frontend .ingestro__connector-config__ftp-protocol,.ingestro-dp-frontend .ingestro__connector-config__sftp-protocol{display:flex;flex-direction:column;gap:8px}.ingestro-dp-frontend .ingestro__connector-config__ftp-protocol-field .ingestro-formElement__label .ingestro-formElement__labelText,.ingestro-dp-frontend .ingestro__connector-config__ftp-protocol-authentication-text{font-weight:600;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__connector-config__ftp-protocol-authentication-text b{margin-left:4px;color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro__connector-config__sftp-protocol .ingestro-radio__text{font-size:14px}.ingestro-dp-frontend .ingestro__connector-config__sftp-password{padding-left:24px}.ingestro-dp-frontend .ingestro__connector-config__sftp-password .ingestro__connector-config__ftp-error-message{margin-top:4px;font-size:12px;color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro__clipboard{display:flex;gap:8px;height:40px;max-width:100%;width:100%;justify-content:center}.ingestro-dp-frontend .ingestro__clipboard__text{border-radius:4px;padding:0 4px 0 12px;border:1px solid var(--ingestro-neutral-200);background-color:var(--ingestro-neutral-100);color:var(--ingestro-neutral-900);overflow:hidden;height:40px;display:flex;align-items:center;box-sizing:border-box}.ingestro-dp-frontend .ingestro__clipboard--disabled .ingestro__clipboard__text{color:var(--ingestro-neutral-400)}.ingestro-dp-frontend .ingestro__clipboard .ingestro-select__toggle--disabled .ingestro-select__toggle-value{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__create-connector__create-connector-success-page{background-color:var(--ingestro-white);display:flex;flex-direction:column;flex:1 auto;min-height:0;justify-content:center;align-items:center;margin:16px;border-radius:8px;border:1px solid var(--ingestro-neutral-200);padding:64px 48px;overflow:auto}.ingestro-dp-frontend .ingestro__create-connector__create-connector-success-page:has(.ingestro-syntax-highlighter){justify-content:flex-start}.ingestro-dp-frontend .ingestro__create-connector__create-connector-success-page .ingestro-syntax-highlighter{padding-right:106px!important;background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__create-connector__create-connector-success-page .ingestro-syntax-highlighter>pre{margin:0}.ingestro-dp-frontend .ingestro__create-connector__create-connector-success-page .ingestro-syntax-highlighter>code{max-height:126px;display:block;overflow:auto}.ingestro-dp-frontend .ingestro__create-connector__create-connector-success-page>svg{flex-shrink:0;margin-bottom:24px}.ingestro-dp-frontend .ingestro__create-connector__create-connector-success-page>span{font-size:23px;font-weight:600;color:var(--ingestro-neutral-900);margin-bottom:16px}.ingestro-dp-frontend .ingestro__create-connector__create-connector-success-page>p{font-size:16px;font-weight:400;color:var(--ingestro-neutral-500);margin-bottom:24px;white-space:pre-line;text-align:center}.ingestro-dp-frontend .ingestro__create-connector__create-connector-success-page .ingestro__clipboard{margin-bottom:24px;max-width:600px}.ingestro-dp-frontend .ingestro__create-connector__create-connector-success-page:has(.ingestro__clipboard)>p{margin-bottom:16px}.ingestro-dp-frontend .ingestro__create-connector__create-connector-success-http-event-base-input{display:flex;flex-direction:column;gap:16px;max-width:800px}.ingestro-dp-frontend .ingestro__create-connector__create-connector-success-http-event-base-input .ingestro-syntax-highlighter .token{white-space:pre-line;word-break:break-all}.ingestro-dp-frontend .ingestro__create-connector__create-connector-success-http-event-base-input .ingestro-formElement__element{position:relative}.ingestro-dp-frontend .ingestro__create-connector__create-connector-success-http-event-base-input .ingestro-formElement__element pre+.ingestro-button{position:absolute;top:8px;right:8px}.ingestro-dp-frontend .ingestro__create-connector__create-connector-success-http-event-base-input .ingestro-formElement__element pre+.ingestro-button .ingestro-button__icon{width:16px;height:16px}.ingestro-dp-frontend .ingestro__create-connector__create-connector-success-http-event-base-input .ingestro-info{margin-bottom:24px}.ingestro-dp-frontend .ingestro__create-connector__create-connector-success-http-event-base-input .ingestro__clipboard{margin-bottom:0}.ingestro-dp-frontend .ingestro__create-connector__create-connector-success-http-event-base-input .ingestro__clipboard:has(.ingestro-formElement){height:64px;max-width:100%;align-items:end}.ingestro-dp-frontend .ingestro__create-connector__create-connector-success-http-event-base-input .ingestro__clipboard .ingestro-formElement:first-of-type{min-width:200px}.ingestro-dp-frontend .ingestro__create-connector__create-connector-success-http-event-base-input .ingestro-formElement:has(.ingestro__clipboard__text){max-width:456px}.ingestro-dp-frontend .ingestro__create-connector__create-connector-success-http-event-base-input .ingestro-info__text{color:var(--ingestro-neutral-400)}.ingestro-dp-frontend .ingestro__create-connector__loading-skeleton{display:flex;flex-direction:column;gap:16px;background-color:var(--ingestro-neutral-100);flex:1 auto}.ingestro-dp-frontend .ingestro__create-connector__loading-skeleton--header{padding:12px 24px;background-color:var(--ingestro-white);height:21px}.ingestro-dp-frontend .ingestro__create-connector__loading-skeleton--body{background-color:var(--ingestro-neutral-100);padding:0 16px;display:flex;flex-direction:column;flex:1 auto;min-height:0;gap:24px}.ingestro-dp-frontend .ingestro__create-connector__loading-skeleton--body>div{padding:24px;background-color:var(--ingestro-white);border-radius:8px;display:flex;flex-direction:column;flex:1 auto;min-height:0;gap:24px}.ingestro-dp-frontend .ingestro__create-connector__loading-skeleton--footer{padding:16px;background-color:var(--ingestro-white);display:flex;justify-content:flex-end;gap:16px}.ingestro-dp-frontend .ingestro-create-connector{display:flex;flex-direction:column;min-height:100%;background:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-dp.ingestro-create-connector{min-height:min(800px,100vh)}.ingestro-dp-frontend .ingestro-modal-view .ingestro-dp.ingestro-create-connector{min-height:100%}.ingestro-dp-frontend .ingestro-create-connector .ingestro__layout{padding:16px;background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .create-connector-page .ingestro-toast--error{max-width:400px}.ingestro-dp-frontend .ingestro-create-connector .ingestro__layout:has(.ingestro-emptyState){background-color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__create-tdm .ingestro__layout-footer{padding:16px;justify-content:end;align-items:center;gap:16px;border-top:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-dialog__content:has(.ingestro__create-tdm) .ingestro__layout-footer{padding:16px 24px 24px;height:-moz-fit-content;height:fit-content}.ingestro-dp-frontend .ingestro__create-tdm-root{display:flex;flex-direction:column;flex:1 1 fit-content;background-color:var(--ingestro-neutral-100);padding:16px}.ingestro-dp-frontend .ingestro__create-tdm-form{height:100%;background-color:var(--ingestro-white);padding:24px;border-radius:8px;border:1px solid var(--ingestro-neutral-200)}.ingestro-dp-frontend .ingestro__create-tdm__create-success-page{background-color:var(--ingestro-neutral-100);padding:16px}.ingestro-dp-frontend .ingestro__create-tdm__create-success-page .ingestro-emptyState{flex:1 0 auto;background-color:var(--ingestro-white);border-radius:8px}.ingestro-dp-frontend .ingestro__create-tdm__loading-skeleton-body{display:flex;flex-direction:column;flex:1 auto;min-height:0;background-color:var(--ingestro-neutral-100);padding:16px}.ingestro-dp-frontend .ingestro__create-tdm__loading-skeleton-content{padding:24px;display:flex;flex-direction:column;flex:1 auto;min-height:0;background-color:var(--ingestro-white);border-radius:8px;border:1px solid var(--ingestro-neutral-200)}.ingestro-dp-frontend .ingestro__create-tdm__loading-skeleton-footer{display:flex;gap:8px;align-items:center;justify-content:end;padding:16px}.ingestro-dp-frontend .ingestro__create-tdm{display:flex;flex-direction:column;max-height:500px;height:500px;background:var(--ingestro-white)}.ingestro-dp-frontend .ingestro-dp.ingestro__create-tdm{min-height:min(800px,100vh)}.ingestro-dp-frontend .ingestro-modal-view .ingestro-dp.ingestro__create-tdm{min-height:0}.ingestro-dp-frontend .ingestro__create-tdm .ingestro__layout{padding:16px;background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro__create-tdm .ingestro-emptyState__inner{padding:64px 48px}.ingestro-dp-frontend .ingestro-dialog__content:has(.ingestro__create-tdm){height:500px}.ingestro-dp-frontend .ingestro__file-uploader__root{background-color:var(--ingestro-neutral-50);display:flex;flex-direction:column;min-height:0;flex:1 auto}.ingestro-dp-frontend .ingestro__file-uploader-success-page{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:24px;border-radius:8px;background:var(--ingestro-white);border:1px solid var(--ingestro-neutral-200);padding:24px;margin:16px;overflow:hidden}.ingestro-dp-frontend .ingestro__file-uploader-processing-file{display:flex;flex-direction:column;align-items:center;gap:12px;overflow:hidden}.ingestro-dp-frontend .ingestro__file-uploader-processing-file-title{color:var(--ingestro-neutral-900);font-size:23px}.ingestro-dp-frontend .ingestro__file-uploader-processing-file-desc{color:var(--ingestro-neutral-500);font-size:14px}.ingestro-dp-frontend .ingestro__file-uploader-processing-file-execution{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:12px;background:var(--ingestro-neutral-50);border-radius:8px;overflow:auto;max-height:313.5px}.ingestro-dp-frontend .ingestro__file-uploader-processing-file-execution.ingestro__file-uploader-processing-file-execution--single{grid-template-columns:1fr}.ingestro-dp-frontend .ingestro__file-uploader-no-pipeline-page{display:flex;background:var(--ingestro-white);height:100%;flex-direction:column;align-items:center;justify-content:center}.ingestro-dp-frontend .ingestro__file-uploader-no-pipeline-page__title{margin-top:24px;font-size:23px}.ingestro-dp-frontend .ingestro__file-uploader-no-pipeline-page__desc{margin-top:16px;color:var(--ingestro-neutral-500);font-size:16px}.ingestro-dp-frontend .ingestro__file-uploader__loading-skeleton-container{display:flex;flex-direction:column;min-height:0;flex:1 auto;background-color:var(--ingestro-neutral-50);padding:16px}.ingestro-dp-frontend .ingestro__file-uploader__loading-skeleton-content{display:flex;flex-direction:column;min-height:0;flex:1 auto;gap:16px;justify-content:center;align-items:center;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23B3BCC0FF' stroke-width='1' stroke-dasharray='10' stroke-dashoffset='10' stroke-linecap='butt'/%3e%3c/svg%3e")}.ingestro-dp-frontend .ingestro__file-uploader__loading-skeleton-files{display:flex;gap:8px}.ingestro-dp-frontend .ingestro__file-uploader__loading-skeleton-texts{display:flex;flex-direction:column;gap:12px;justify-content:center;align-items:center}.ingestro-dp-frontend .ingestro__file-uploader__header{display:flex;flex-direction:column;gap:8px;padding:24px;border-bottom:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__file-uploader__header--modal{position:relative}.ingestro-dp-frontend .ingestro__file-uploader__header--modal .ingestro-button--icon{position:absolute;top:8px;right:8px}.ingestro-dp-frontend .ingestro__file-uploader__header h5{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__file-uploader__header p{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro__file-uploader{display:flex;flex-direction:column;width:100%;height:100%}.ingestro-dp-frontend .ingestro-dp.ingestro__file-uploader{min-height:min(800px,100vh)}.ingestro-dp-frontend .ingestro-modal-view .ingestro-dp.ingestro__file-uploader{min-height:0}.ingestro-dp-frontend .ingestro-dialog__content:has(.ingestro__file-uploader) .ingestro__file-uploader{min-height:0;flex:1 auto;width:auto;height:auto}.ingestro-dp-frontend .ingestro__file-uploader .ingestro-emptyState{background-color:var(--ingestro-white)}.ingestro-dp-frontend #update-permission-success .ingestro-toast__details-title,.ingestro-dp-frontend #update-permissions-error .ingestro-toast__details-title,.ingestro-dp-frontend #update-tdm-name-success .ingestro-toast__details-title,.ingestro-dp-frontend #update-tdm-name-error .ingestro-toast__details-title,.ingestro-dp-frontend #delete-tdm-error .ingestro-toast__details-title{font-weight:600}.ingestro-dp-frontend body:has(.ingestro-tdm-details) .ingestro-tooltip__content-value{word-break:break-word}.ingestro-dp-frontend .ingestro-tdm-details{display:flex;flex-direction:column;min-height:100%}.ingestro-dp-frontend .ingestro-dp.ingestro-tdm-details{min-height:min(800px,100vh)}.ingestro-dp-frontend .ingestro-modal-view .ingestro-dp.ingestro-tdm-details{min-height:100%}.ingestro-dp-frontend .ingestro-tdm-details .ingestro-emptyState.ingestro__no-permission .ingestro-emptyState__text{width:640px}.ingestro-dp-frontend .ingestro-tdm-details .ingestro-emptyState{background-color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__tdm-details__body,.ingestro-dp-frontend .ingestro__tdm-details__body-chat-container,.ingestro-dp-frontend .ingestro__tdm-details__body-container{background-color:var(--ingestro-neutral-50);display:flex;flex:1 auto;min-height:0;box-sizing:border-box}.ingestro-dp-frontend .ingestro__tdm-details__body{flex-direction:column;gap:8px;padding:16px;min-width:0;max-width:100%}.ingestro-dp-frontend .ingestro__tdm-details__body-chat-container{width:100%}.ingestro-dp-frontend .ingestro__tdm-details__body-container{flex-direction:column;min-width:0;max-width:100%}.ingestro-dp-frontend .ingestro__tdm-details__header-title,.ingestro-dp-frontend .ingestro__tdm-details__header-append{display:flex;align-items:center;gap:8px}.ingestro-dp-frontend .ingestro__tdm-details__header-title{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__tdm-details__header-description{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro__tdm-details__header-title .ingestro-input{width:320px}.ingestro-dp-frontend .ingestro__tdm-details__header-append .ingestro-tag__text{font-weight:400}.ingestro-dp-frontend .ingestro__tdm-details__header .ingestro__metadata-header__meta-data-items--line{display:flex;gap:8px}.ingestro-dp-frontend .ingestro__tdm-details__header .ingestro__metadata-header__meta-data-item--content .ingestro-tooltip__anchor{display:flex;gap:4px;flex-direction:row;align-items:center}.ingestro-dp-frontend .ingestro__tdm-details__header-title .ingestro-truncated-text{max-width:700px}.ingestro-dp-frontend .ingestro__tdm-details__header .ingestro__metadata-header__title-container{height:40px;display:flex;align-items:center}.ingestro-dp-frontend .ingestro__tdm-details__action-button-container{display:flex;gap:12px;align-items:center}.ingestro-dp-frontend .ingestro__tdm-details__action-button-container--modal{margin-top:-4px;margin-right:40px;height:48px}.ingestro-dp-frontend .ingestro__tdm-details__header .ingestro__layout-headerActions{top:20px}.ingestro-dp-frontend .ingestro__tdm-details__header .ingestro__layout-headerActions button{color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro__tdm-details__action-button-menu--disabled{pointer-events:none}.ingestro-dp-frontend .ingestro__tdm-details__public-toggle{display:flex;align-items:center;gap:8px;font-size:16px;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__tdm-details__public-toggle .ingestro-switch{padding:0}.ingestro-dp-frontend .ingestro__tdm-details__public-toggle--disabled{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro__tdm-details__action-button-menu .ingestro-menu__content{border-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__tdm-details__action-button-menu .ingestro-menu__option{height:40px;font-size:16px}.ingestro-dp-frontend .ingestro__tdm-details__action-button-menu .ingestro-menu__content .ingestro-menu__option:last-child,.ingestro-dp-frontend .ingestro__tdm-details__action-button-menu .ingestro-menu__content .ingestro-menu__option:last-child .ingestro-menu__option-icon{color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro__tdm-details__public-confirm-dialog b{font-weight:600}.ingestro-dp-frontend .ingestro__tdm-details__action-button-menu--disabled-delete .ingestro-menu__content .ingestro-menu__option:last-child,.ingestro-dp-frontend .ingestro__tdm-details__action-button-menu--disabled-delete .ingestro-menu__content .ingestro-menu__option:last-child .ingestro-menu__option-icon{pointer-events:none;color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro__tdm-details__action-button-menu-option{width:100%}.ingestro-dp-frontend .ingestro__tdm-details__action-button-view-switch{display:flex;align-items:center;gap:4px;padding:4px;border-radius:4px;background:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-button.ingestro-button--outlinePrimary.ingestro__tdm-details__ai-chat-button--active{border:1px solid var(--ingestro-primary-200);background:var(--ingestro-primary-100)}.ingestro-dp-frontend .ingestro__tdm-details__table{background:var(--ingestro-white);border-radius:8px;border:1px solid var(--ingestro-neutral-100);overflow:hidden}.ingestro-dp-frontend .ingestro__tdm-details__table .ingestro-table__cellHead.ingestro-table__cell{border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__tdm-details__table .ingestro-table__headText{font-weight:600;color:var(--ingestro-neutral-700)}.ingestro-dp-frontend .ingestro__tdm-details__table .ingestro-table__tableHead .ingestro-table__cell{background-color:var(--ingestro-white);height:44px}.ingestro-dp-frontend .ingestro__tdm-details__table .ingestro-table__drag-handle-cell{max-width:48px;width:48px;min-width:48px;color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro__tdm-details__table .ingestro-table__drag-handle--disabled{color:var(--ingestro-neutral-200)}.ingestro-dp-frontend .ingestro__tdm-details__table .ingestro-table__tableBody,.ingestro-dp-frontend .ingestro__tdm-details__table .ingestro-table__pagination,.ingestro-dp-frontend .ingestro__tdm-details__table .ingestro-table__wrapper{background-color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__tdm-details__table .ingestro-emptyState__inner{max-width:100%}.ingestro-dp-frontend .ingestro__tdm-details__table .ingestro-table__cell:has(.ingestro_table__headFilterOptions){display:flex;justify-content:space-between}.ingestro-dp-frontend .ingestro__tdm-details__table--editing .ingestro-table__tableHead .ingestro_table__headFilterOptions{pointer-events:none}.ingestro-dp-frontend .ingestro__tdm-details__type-filter-tag .ingestro-tag__text{display:flex;gap:4px;align-items:center}.ingestro-dp-frontend .ingestro-select__option:has(.ingestro__tdm-details__type-filter-tag){padding:8px}.ingestro-dp-frontend .ingestro__tdm-details__type-filter-tag{overflow:hidden;max-width:100%;width:100%;display:flex;justify-content:start}.ingestro-dp-frontend .ingestro__tdm-details__type-filter-tag .ingestro-tag__text{max-width:100%}.ingestro-dp-frontend .ingestro-select__content-footer:has(.ingestro__tdm-details__type-filter-footer){padding:8px 8px 8px 16px;align-items:unset;cursor:default}.ingestro-dp-frontend .ingestro-select__content-footer:has(.ingestro__tdm-details__type-filter-footer):hover{background-color:transparent}.ingestro-dp-frontend .ingestro__tdm-details__type-filter-footer{display:flex;justify-content:space-between}.ingestro-dp-frontend .ingestro__tdm-details__type-filter-footer span{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro__tdm-details__table .ingestro-table__tableBody .ingestro-table__row{min-height:52px;max-height:-moz-fit-content;max-height:fit-content;height:-moz-fit-content;height:fit-content}.ingestro-dp-frontend .ingestro__tdm-details__table .ingestro-table__cell{height:auto}.ingestro-dp-frontend .ingestro__tdm-details__text-cell{min-width:0;max-width:100%}.ingestro-dp-frontend .ingestro__tdm-details__table .ingestro-table__row .ingestro-truncated-text{max-width:100%}.ingestro-dp-frontend .ingestro__tdm-details__diff-table-status-tag{position:relative;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.ingestro-dp-frontend .ingestro__tdm-details__diff-table-status-tag--unchanged{color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro__tdm-details__diff-table-status-tag-border{position:absolute;top:0;left:-16px;width:3px;height:100%}.ingestro-dp-frontend .ingestro__tdm-details__diff-table-status-tag--added .ingestro__tdm-details__diff-table-status-tag-border{background-color:var(--ingestro-success-400)}.ingestro-dp-frontend .ingestro__tdm-details__diff-table-status-tag--removed .ingestro__tdm-details__diff-table-status-tag-border{background-color:var(--ingestro-error-400)}.ingestro-dp-frontend .ingestro__tdm-details__diff-table-status-tag--changed .ingestro__tdm-details__diff-table-status-tag-border{background-color:var(--ingestro-warning-400)}.ingestro-dp-frontend .ingestro__tdm-details__diff-table-status-tag-ai-icon{color:var(--ingestro-primary-500);display:flex;width:24px;height:24px;justify-content:center;align-items:center;border-radius:4px;background:var(--ingestro-primary-50)}.ingestro-dp-frontend .ingestro__tdm-details__table-action-cell-reject-button-wrapper{background-color:var(--ingestro-white);border-radius:4px}.ingestro-dp-frontend .ingestro__tdm-details__diff-table-status-tag-ai-icon-tooltip-wrapper{position:absolute}.ingestro-dp-frontend .ingestro__tdm-details__diff-table-removed{display:contents}.ingestro-dp-frontend .ingestro__tdm-details__diff-table-removed>*{text-decoration:line-through}.ingestro-dp-frontend .ingestro__tdm-details__table .ingestro-table__row-wrapper{cursor:pointer}.ingestro-dp-frontend .ingestro__tdm-details__table-action-cell{display:flex;gap:8px;width:100%;justify-content:flex-end}.ingestro-dp-frontend .ingestro__tdm-details__delete-column-confirm-dialog .ingestro-dialog__content{max-width:520px;width:100%;max-height:685px}.ingestro-dp-frontend .ingestro__tdm-details__delete-column-confirm-dialog .ingestro-dialog__footer-buttons{max-width:103px}.ingestro-dp-frontend .ingestro__tdm-details__delete-column-confirm-dialog .ingestro-dialog__footer{align-items:center}.ingestro-dp-frontend .ingestro-dialog__body:has(.ingestro__tdm-details__delete-column-confirm-dialog-content){padding:12px;border-radius:4px;background-color:var(--ingestro-neutral-50);overflow-y:scroll;margin:0;scrollbar-color:var(--ingestro-neutral-200) transparent}.ingestro-dp-frontend .ingestro__tdm-details__delete-column-confirm-dialog-content{display:flex;flex-direction:column;gap:8px}.ingestro-dp-frontend .ingestro__tdm-details__delete-column-confirm-dialog-item{padding:8px 12px;border:1px solid var(--ingestro-neutral-100);border-radius:4px;background-color:var(--ingestro-white);display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--ingestro-neutral-900);font-size:14px}.ingestro-dp-frontend .ingestro__tdm-details__row-highlighted{position:relative;z-index:1}.ingestro-dp-frontend .ingestro__tdm-details__row-highlighted>div{border-top:4px solid rgba(92,142,242,.4);border-bottom:4px solid rgba(92,142,242,.4);margin:-4px 0}.ingestro-dp-frontend .ingestro__tdm-details__row-highlighted>div:last-child{border-right:4px solid rgba(92,142,242,.4);padding-right:12px}.ingestro-dp-frontend .ingestro__tdm-details__column-type-tag-cell .ingestro-tag__text{display:flex;align-items:center;padding:0}.ingestro-dp-frontend .ingestro__tdm-details__column-type-tag-cell .ingestro-tag__text svg{margin-right:4px}.ingestro-dp-frontend .ingestro__tdm-details__configuration-cell{display:flex;gap:8px;flex-direction:column;padding:16px 0}.ingestro-dp-frontend .ingestro__tdm-details__configuration-cell .ingestro-tag{width:-moz-fit-content;width:fit-content}.ingestro-dp-frontend .ingestro__tdm-details__configuration-cell-validation-tags{display:flex;flex-wrap:nowrap}.ingestro-dp-frontend .ingestro__tdm-details__configuration-cell-validation-tags>*+*{margin-left:6px}.ingestro-dp-frontend .ingestro__tdm-details__configuration-badge--mapping-required{background-color:var(--ingestro-neutral-200)!important;color:var(--ingestro-neutral-700)!important}.ingestro-dp-frontend .ingestro__tdm-details__configuration-badge--mapping-required .ingestro-tag__text{color:var(--ingestro-neutral-700)!important}.ingestro-dp-frontend .ingestro__tdm-details__configuration-badge--required{background-color:var(--ingestro-neutral-200)!important;color:var(--ingestro-neutral-700)!important}.ingestro-dp-frontend .ingestro__tdm-details__configuration-badge--required .ingestro-tag__text{color:var(--ingestro-neutral-700)!important}.ingestro-dp-frontend .ingestro__tdm-details__configuration-badge--unique{background-color:var(--ingestro-neutral-200)!important;color:var(--ingestro-neutral-700)!important}.ingestro-dp-frontend .ingestro__tdm-details__configuration-badge--unique .ingestro-tag__text{color:var(--ingestro-neutral-700)!important}.ingestro-dp-frontend .ingestro__tdm-details__toolbar{display:flex;justify-content:space-between;gap:8px;overflow-x:scroll;flex:none}.ingestro-dp-frontend .ingestro__tdm-details__toolbar .ingestro__input-search{max-width:320px}.ingestro-dp-frontend .ingestro__tdm-details__toolbar-search{flex:1;min-width:200px}.ingestro-dp-frontend .ingestro__tdm-details__toolbar-btn{display:flex;gap:8px;flex:none}.ingestro-dp-frontend .ingestro__tdm-details__toolbar .ingestro__tdm-details__toolbar-search{display:flex;gap:4px}.ingestro-dp-frontend .ingestro__tdm-details__toolbar .ingestro__tdm-details__toolbar-btn .ingestro-button__text:has(.ingestro-tag){gap:8px}.ingestro-dp-frontend .ingestro__tdm-details__toolbar .ingestro__tdm-details__toolbar-btn .ingestro-tag{align-items:end;position:relative}.ingestro-dp-frontend .ingestro__tdm-details__toolbar .ingestro__tdm-details__toolbar-btn .ingestro-tag__text{font-weight:400;position:absolute;top:2px;padding:0}.ingestro-dp-frontend .ingestro__tdm-details__diff-action-bar-container{display:contents;--diff-action-bar-width: 37px}.ingestro-dp-frontend .ingestro__tdm-details__diff-action-bar{box-sizing:border-box;height:var(--diff-action-bar-width);display:flex;padding:0 6px;justify-content:space-between;align-items:center;border-bottom:1px solid var(--ingestro-primary-100);background:var(--ingestro-primary-50);box-shadow:0 0 20px #1b50711a;flex:none}.ingestro-dp-frontend .ingestro__tdm-details__diff-action-bar-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;color:var(--ingestro-primary-500)}.ingestro-dp-frontend .ingestro__tdm-details__diff-action-bar-info{display:flex;justify-content:space-between;align-items:center;gap:2px;font-size:12px}.ingestro-dp-frontend .ingestro__tdm-details__diff-action-bar-nav-button{display:inline-flex;background:none;border:none;padding:0;color:var(--ingestro-secondary-500);cursor:pointer;font-size:12px;transform:translateY(2.5px)}.ingestro-dp-frontend .ingestro__tdm-details__diff-action-bar-actions{display:flex;justify-content:space-between;align-items:center;gap:4px}.ingestro-dp-frontend .ingestro__tdm-details__diff-action-bar-transition-enter{height:0}.ingestro-dp-frontend .ingestro__tdm-details__diff-action-bar-transition-enter-active{height:var(--diff-action-bar-width);transition:height .3s ease-out}.ingestro-dp-frontend .ingestro__tdm-details__diff-action-bar-transition-exit{height:var(--diff-action-bar-width)}.ingestro-dp-frontend .ingestro__tdm-details__diff-action-bar-transition-exit-active{height:0;transition:height .3s ease-in}.ingestro-dp-frontend .ingestro__tdm-details__diff-action-bar-counter{font-variant-numeric:tabular-nums}.ingestro-dp-frontend .ingestro__tdm-details__ai-creation-empty-state{display:flex;flex-direction:column;flex:1 auto;min-height:0;border-radius:8px}.ingestro-dp-frontend .ingestro__tdm-details__ai-creation-empty-state .ingestro-emptyState__heading{margin-top:16px}.ingestro-dp-frontend .ingestro__tdm-details__ai-creation-scroll-container{overflow-x:hidden;overflow-y:scroll;display:flex;flex:1}.ingestro-dp-frontend .ingestro__tdm-details__ai-creation-container{padding:8px 0;background-color:var(--ingestro-neutral-50);width:100%;min-height:-moz-fit-content;min-height:fit-content;display:flex;align-items:center;justify-content:center;border-radius:8px}.ingestro-dp-frontend .ingestro__tdm-details__ai-creation-content{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:520px;width:100%}.ingestro-dp-frontend .ingestro__tdm-details__ai-creation-icon{width:100px;height:100px}.ingestro-dp-frontend .ingestro__tdm-details__ai-creation-icon svg{width:100%;height:100%}.ingestro-dp-frontend .ingestro__tdm-details__ai-creation-text-container{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.ingestro-dp-frontend .ingestro__tdm-details__ai-creation-text-container--without-tabs{margin-bottom:4px}.ingestro-dp-frontend .ingestro__tdm-details__ai-creation-title{font-size:19px;font-weight:600;color:var(--ingestro-neutral-900);margin:0;text-align:center}.ingestro-dp-frontend .ingestro__tdm-details__ai-creation-description{font-size:12px;color:var(--ingestro-neutral-600);margin:0;text-align:center}.ingestro-dp-frontend .ingestro__tdm-details__ai-creation-tabs{display:flex;align-items:center;gap:2px;padding:2px;border-radius:4px;background:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__tdm-details__ai-creation-tabs .ingestro-button--xxs .ingestro-button__icon,.ingestro-dp-frontend .ingestro__tdm-details__ai-creation-tabs .ingestro-button--xxs .ingestro-button__icon svg{width:14px;height:14px}.ingestro-dp-frontend .ingestro__tdm-details__ai-creation-content-wrapper{width:100%;display:flex;justify-content:center;position:relative}.ingestro-dp-frontend .ingestro__tdm-details__ai-creation-content-area{width:100%;flex-shrink:0;transition:opacity .6s ease-in-out,transform .6s ease-in-out}.ingestro-dp-frontend .ingestro__tdm-details__ai-creation-content-area--file-visible{opacity:1;transform:translate(50%);pointer-events:auto;z-index:2}.ingestro-dp-frontend .ingestro__tdm-details__ai-creation-content-area--file-hidden{opacity:0;transform:translate(0);pointer-events:none;z-index:1}.ingestro-dp-frontend .ingestro__tdm-details__ai-creation-content-area--prompt-visible{opacity:1;transform:translate(-50%);pointer-events:auto;z-index:2}.ingestro-dp-frontend .ingestro__tdm-details__ai-creation-content-area--prompt-hidden{opacity:0;transform:translate(0);pointer-events:none;z-index:1}.ingestro-dp-frontend .ingestro__tdm-details__code-view-header{display:flex;gap:8px;align-items:center;justify-content:space-between}.ingestro-dp-frontend .ingestro__tdm-details__code-view-header-actions{display:flex;gap:8px}.ingestro-dp-frontend .ingestro__tdm-details__code-view-editor{flex:1 1 100%;overflow:hidden}.ingestro-dp-frontend .ingestro__tdm-details__code-view-editor .ingestro-code-editor__container{flex:1;overflow:scroll}.ingestro-dp-frontend .ingestro__tdm-details__code-view-editor .ingestro-code-editor__container>.prism-code-editor{overflow:visible}.ingestro-dp-frontend .ingestro__tdm-details__code-view-header-description{color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro__tdm-details__code-view-header-description b{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__tdm-details__code-view-editor .ingestro-code-editor__footer{max-height:25%;overflow-y:auto}.ingestro-dp-frontend .ingestro__tdm-details__code-view-error-message{color:var(--ingestro-error-500);white-space:pre-wrap}.ingestro-dp-frontend .ingestro__tdm-details__code-view-error-message a{color:var(--ingestro-secondary-500);text-decoration:none}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-container{display:contents;--ai-chat-width: 282px}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-section{box-sizing:border-box;width:var(--ai-chat-width);flex:none;background-color:var(--ingestro-white);display:flex;flex-direction:column;height:100%;border-left:1px solid var(--ingestro-neutral-100);box-shadow:-12px 0 24px #1b50711f}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat{width:var(--ai-chat-width);flex:none;height:100%}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);height:36px;padding:0 8px}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-header-title{display:flex;align-items:center;gap:4px;font-size:10px}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-header-title-text{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-header-title-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;background-color:var(--ingestro-primary-50);border-radius:4px}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-header-title-icon svg{width:12px;height:12px;color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-header-close{flex:none}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-history{flex:1;overflow-y:auto;padding:8px;background-color:var(--ingestro-white);border-bottom:1px solid var(--ingestro-neutral-100);display:flex;flex-direction:column;gap:8px}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:12px 32px;gap:0;min-height:240px}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-empty-icon{position:relative;width:100px;height:100px;display:flex;align-items:center;justify-content:center;margin-bottom:0}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-empty-icon-bg{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:var(--ingestro-white);border-radius:9px;box-shadow:0 0 36px #a2c1ffcc}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-empty-icon-bg svg{width:32px;height:32px}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-empty-content{display:flex;flex-direction:column;gap:8px;text-align:center}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-empty-title{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-empty-description{color:var(--ingestro-neutral-600);font-size:10px}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-messages{display:flex;flex-direction:column;gap:8px}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-transition-enter{width:0}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-transition-enter-active{width:var(--ai-chat-width);transition:width .3s ease-out}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-transition-exit{width:var(--ai-chat-width)}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-transition-exit-active{width:0;transition:width .3s ease-in}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-loading-icon{animation:spin 1s linear infinite;margin-right:4px}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-message--loading{width:100%}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-message--loading .ingestro__tdm-details__ai-chat-message-text-wrapper{flex:1}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-message-cancel{display:inline;margin-left:auto;background:none;border:none;padding:0;color:var(--ingestro-secondary-500);font-size:10px;cursor:pointer}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-prompt{padding:8px;background-color:var(--ingestro-white);flex:none}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-message.ingestro__tdm-details__ai-chat-message--error{background:var(--ingestro-error-50);border:1px solid var(--ingestro-error-200)}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-prompt-message-container{margin-top:4px;display:flex;justify-content:space-between;width:100%}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-prompt-message-container>.caption{font-size:10px}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-prompt-message{color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-prompt-length-message{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-message{box-sizing:border-box;padding:6px;border-radius:4px;max-width:100%;border:1px solid transparent;display:flex;gap:6px}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-message--user{background-color:var(--ingestro-primary-50);border-color:var(--ingestro-primary-100);align-self:flex-end}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-message--ai{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-100);align-self:flex-start}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-message-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0;border-radius:2.4px;background:var(--ingestro-primary-50);color:var(--ingestro-primary-500)}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-message-text{color:var(--ingestro-neutral-900);word-wrap:break-word;white-space:pre-wrap;font-size:10px}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-message-text--clamped{overflow:hidden;display:-webkit-box;-webkit-line-clamp:15;-webkit-box-orient:vertical;line-clamp:15}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-message-text-wrapper{display:flex;align-items:center}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-read-more-button{display:inline;background:none;border:none;padding:0;color:var(--ingestro-secondary-500);cursor:pointer;font-size:10px}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-prompt-field{position:relative;height:120px}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-prompt-textarea,.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-prompt-textarea .ingestro-textarea__textarea{height:100%;resize:none}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-prompt-textarea.ingestro-textarea .ingestro-textarea__textarea{font-size:12px;padding:8px 8px 40px;caret-color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-prompt-textarea .ingestro-textarea__footer{display:none}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-prompt-send{bottom:8px;right:8px;position:absolute}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-prompt-send>.ingestro-button__icon{transition:.3s ease-out}.ingestro-dp-frontend .ingestro__tdm-details__ai-chat-prompt-send:hover>.ingestro-button__icon{transform:translate(1px,-1px)}.ingestro-dp-frontend .ingestro__tdm-details__ai-loading-dot:nth-child(2){animation:dot-animation-1 3s infinite linear}.ingestro-dp-frontend .ingestro__tdm-details__ai-loading-dot:nth-child(3){animation:dot-animation-2 3s infinite linear}.ingestro-dp-frontend .ingestro__tdm-details-home{display:flex;flex-direction:column;flex:1 auto;min-height:0}.ingestro-dp-frontend .ingestro__tdm-details-homeOutlet{display:flex;flex-direction:column;flex:1 auto;min-height:0;overflow:hidden}.ingestro-dp-frontend .ingestro__tdm-details-skeleton-body{flex:1;background:var(--ingestro-neutral-50, #fbfbfb);padding:12px;display:flex;flex-direction:column;gap:8px;pointer-events:none}.ingestro-dp-frontend .ingestro__tdm-details-skeleton-btn-bar{display:flex;justify-content:space-between;gap:8px}.ingestro-dp-frontend .ingestro__tdm-details-skeleton-btn-bar .ingestro__input-search{max-width:320px;flex:1}.ingestro-dp-frontend .ingestro__tdm-details-skeleton-btn-group{display:flex;gap:8px;flex:none}.ingestro-dp-frontend .ingestro__tdm-details-skeleton-table-wrapper{background:var(--ingestro-white);border-radius:8px;border:1px solid var(--ingestro-neutral-100);overflow:hidden;flex:1 auto;display:flex;flex-direction:column}.ingestro-dp-frontend .ingestro__tdm-details-skeleton-table-wrapper .ingestro-table__headText{font-weight:600}.ingestro-dp-frontend .ingestro__tdm-details-skeleton-table-wrapper .ingestro-table__tableHead .ingestro-table__cell{background:var(--ingestro-white);height:44px;justify-content:space-between}.ingestro-dp-frontend .ingestro__tdm-details-skeleton-table-wrapper .ingestro-table__tableHead .ingestro-table__cell .ingestro_table__headFilterOptions svg{color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro__tdm-details-skeleton-table-wrapper .ingestro-table__drag-handle-cell,.ingestro-dp-frontend .ingestro__tdm-details-skeleton-table-wrapper .ingestro-table__tableBody--loading .ingestro-table__drag-handle-cell{max-width:48px;width:48px;color:var(--ingestro-neutral-200)}.ingestro-dp-frontend .ingestro__tdm-details-skeleton-table-wrapper .ingestro-table__tableHead{border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal .ingestro-dialog__content{padding:0;gap:0;max-width:1024px;width:100%;max-height:calc(100% - 48px);height:100%}.ingestro-dp-frontend .ingestro__tdm-details__column-modal .ingestro-dialog__body{min-height:0}.ingestro-dp-frontend .ingestro__tdm-details__column-modal .ingestro-tabs{min-height:0;max-height:100%;height:100%;gap:0}.ingestro-dp-frontend .ingestro__tdm-details__column-modal .ingestro-dialog__body{padding:0;width:100%;overflow:visible}.ingestro-dp-frontend .ingestro__tdm-details__column-modal .ingestro-dialog__header{padding:24px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal .ingestro__tdm-details__column-modal__content{display:flex;flex-direction:column;min-height:calc(100% - 50px)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__content:has(.ingestro__tdm-details__column-modal__mapping-validation__advanced-rule){height:calc(100% - 76px)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal .ingestro-dialog__header .ingestro-dialog__header-actions .ingestro-button__icon{color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal .ingestro-dialog__body{padding:0;margin:0}.ingestro-dp-frontend .ingestro__tdm-details__column-modal .ingestro-tabs__tabs{padding:0;position:absolute;background-color:var(--ingestro-white);z-index:999;gap:3px;width:100%;box-sizing:border-box}.ingestro-dp-frontend .ingestro__tdm-details__column-modal .ingestro-tabs__content{background-color:var(--ingestro-neutral-100);padding:16px;margin-top:44px;min-height:0;max-height:100%;height:100%;overflow:auto}.ingestro-dp-frontend .ingestro__tdm-details__column-modal .ingestro-dialog__footer{position:relative;padding:16px 24px 24px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__delete-button{position:absolute;left:24px;top:16px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal .ingestro-message--error{margin:0}.ingestro-dp-frontend .ingestro__tdm-details__column-modal{max-height:100%}.ingestro-dp-frontend .ingestro__tdm-details__column-modal .ingestro-dialog__title{font-size:28px;line-height:1.25}.ingestro-dp-frontend .ingestro__tdm-details__column-modal .ingestro-tabs__tabs-items{padding:0 8px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__tabs--ai-loading .ingestro-tabs__tabs{pointer-events:none}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__tabs--ai-loading .ingestro-tabs__tab-item:not(.ingestro-tabs__tab-item--active){color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__tabs--ai-loading .ingestro-tabs__content{padding:0;border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__header-title{display:flex;align-items:center;gap:12px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__header-title .ingestro-tag__text{font-weight:400}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__content{padding:24px;background-color:var(--ingestro-white);border-radius:8px;border:1px solid var(--ingestro-neutral-200)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__details{display:flex;flex-direction:column;gap:24px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__details .ingestro-input--readOnly .ingestro-input__input,.ingestro-dp-frontend .ingestro__tdm-details__column-modal__details .ingestro-input--readOnly{background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__type .ingestro-select__option-text{width:-moz-fit-content;width:fit-content;max-width:calc(100% - 24px)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__type .ingestro-select__option-left{width:calc(70% - 8px)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__type .ingestro__createdByDropdown-searchWrapper{border-top:none;position:fixed;z-index:2}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__type .ingestro__createdByDropdown-searchBar{max-width:100%}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__type .ingestro__createdByDropdown-optionWrapper{width:100%;height:100%;max-height:100%;overflow-y:unset;margin-top:49px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__configuration,.ingestro-dp-frontend .ingestro__tdm-details__column-modal__general{display:flex;flex-direction:column;gap:24px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__general>span{color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__general .ingestro-textarea,.ingestro-dp-frontend .ingestro__tdm-details__column-modal__general .ingestro-tagInput__textarea{max-height:84px;min-height:40px;height:auto;overflow-y:auto;resize:none}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__form-row .ingestro__common-hintedFormRow--sub{display:flex;flex-direction:column;gap:8px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__form-row .ingestro-select__option-text{width:-moz-fit-content;width:fit-content;max-width:calc(100% - 24px)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__alternative-matches-field .ingestro-textarea--disabled .ingestro-tagInput__textarea{background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-mapping-configuration{display:flex;flex-direction:column;gap:24px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-mapping-configuration>span{color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-mapping-configuration .ingestro-select__option--disabled{cursor:pointer}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-mapping-configuration .ingestro-select__option--disabled .tooltip__infoIcon{pointer-events:none}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-mapping-configuration .ingestro-input-number__arrow-control-up--disabled,.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-mapping-configuration .ingestro-input-number__arrow-control-down--disabled{height:14px;border:1px solid var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-mapping-configuration .ingestro-input-number__arrow-control-up--disabled{border-radius:4px 4px 0 0}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-mapping-configuration .ingestro-input-number__arrow-control-down--disabled{border-radius:0 0 4px 4px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-mapping-configuration__mapping-layers-option{display:flex;align-items:center;gap:8px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-mapping-configuration__mapping-layers-option>div{display:flex;align-items:center}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__checkbox-section{display:flex;gap:24px;align-items:center}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__checkbox-section .ingestro-checkbox__text>div{display:flex;align-items:center;gap:8px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dropdown-options{display:flex;flex-direction:column;gap:16px;scroll-margin-bottom:12px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dropdown-options-header{display:flex;flex-direction:column;gap:4px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dropdown-options-header span{color:var(--ingestro-primary-900)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dropdown-options-header p{color:var(--ingestro-neutral-500);margin:0}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dropdown-options-content{border-radius:8px;background-color:var(--ingestro-neutral-50);border:1px solid var(--ingestro-neutral-100);display:flex;flex-direction:column}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dropdown-options-content-header{display:flex;justify-content:space-between;align-items:center;padding:8px;border-bottom:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);border-radius:4px 4px 0 0}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dropdown-options-title{font-size:14px;font-weight:600;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dropdown-options-header-actions{display:flex;gap:8px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dropdown-options-list{padding:8px;display:flex;flex-direction:column;gap:8px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dropdown-options-footer{border-top:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);height:44px;padding:0 8px;border-radius:0 0 4px 4px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dropdown-options-footer .ingestro-pagination__count-label{margin:0}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dropdown-options-footer .ingestro-pagination{height:100%}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-item{border-radius:4px;background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-200);padding:8px;display:flex;flex-direction:column;gap:8px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-item .ingestro-input,.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-item-label .ingestro-select__toggle{height:32px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-item .ingestro-input .ingestro-input__input{font-size:14px;height:100%}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-item .ingestro__tdm-details__column-modal__option-item-label{display:flex;gap:8px;width:100%}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-item-label .ingestro-formElement:first-child{width:320px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-item-label .ingestro-formElement:last-of-type,.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-item-label .ingestro-formElement:nth-child(2){width:176px;flex-grow:1}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-item .ingestro__tdm-details__column-modal__option-item-label .ingestro-button--icon{width:32px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dropdown-options-content>.ingestro-button{width:-moz-fit-content;width:fit-content;align-self:flex-end}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-item .ingestro-text-link{gap:4px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-item .ingestro-text-link .ingestro-text-link__icon{width:14px;height:14px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-item-label .ingestro-select__option{padding:8px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-item-label .ingestro-select__toggle-value{font-size:14px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__option-item-label>.ingestro-button--icon{top:24px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dropdown-options .ingestro-input--readOnly,.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dropdown-options .ingestro-input--readOnly .ingestro-input__input{background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dropdown-options-content .ingestro-textarea__textarea{max-height:90px;min-height:32px;height:32px;overflow-y:auto;resize:none;padding:4px 4px 4px 8px;font-size:14px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__alternative-matches-input.ingestro-textarea:has(.ingestro-tagInput__textarea){max-height:90px;min-height:32px;height:auto;overflow-y:auto;resize:none}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dropdown-options-content .ingestro-tagInput__textarea{max-height:90px;min-height:32px;height:auto;overflow-y:auto;resize:none;padding:5px 8px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dropdown-options-content .ingestro-tag{margin:-2px 0}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dropdown-options-content .ingestro-tagInput__textarea .ingestro-tagInput__input{height:20px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dropdown-options-actions{display:flex;justify-content:flex-end;gap:4px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dropdown-options-hidden-file-input{display:none}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dynamic-options-method-url{display:flex;gap:8px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dynamic-options-method-url .ingestro__method-url-section{flex:1}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dynamic-options-method-url-example-button{margin-top:24.02px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dynamic-options-example-modal .ingestro-dialog__content{padding:0;max-width:800px;max-height:750px;gap:0;width:calc(100% - 96px);height:calc(100% - 96px)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dynamic-options-example-modal .ingestro-dialog__header,.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dynamic-options-example-modal .ingestro-dialog__body,.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dynamic-options-example-modal .ingestro-dialog__footer{box-sizing:border-box;width:100%}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dynamic-options-example-modal .ingestro-dialog__body,.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dynamic-options-example-modal .ingestro-dialog__footer{padding:16px 24px 24px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dynamic-options-example-modal .ingestro-dialog__header{border-bottom:1px solid var(--ingestro-neutral-100, #f2f2f2);font-size:28px;padding:24px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dynamic-options-example-modal .ingestro-dialog__body{border-bottom:1px solid var(--ingestro-neutral-100, #f2f2f2);display:flex;flex-direction:column}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dynamic-options-example-modal .ingestro-dialog__body .ingestro-syntax-highlighter{flex:1}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dynamic-options-example-description{margin:0 0 8px;color:var(--ingestro-neutral-400, #a9a9a9);font-size:12px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dynamic-options-example-modal .ingestro-dialog__footer .ingestro-dialog__footer-buttons{justify-content:space-between}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dynamic-options-example-modal .ingestro-dialog__title{font-size:28px;line-height:125%}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dynamic-options-example-modal pre{background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__dynamic-options-example-modal pre>pre{margin:0;font-size:16px}.ingestro-dp-frontend .ingestro__tdm-details__ai-loading-view{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--ingestro-white);height:100%;flex:1}.ingestro-dp-frontend .ingestro__tdm-details__ai-loading-content{display:flex;flex-direction:column;align-items:center;gap:16px}.ingestro-dp-frontend .ingestro__tdm-details__ai-loading-icon{width:100px;height:100px;display:flex;align-items:center;justify-content:center}.ingestro-dp-frontend .ingestro__tdm-details__ai-loading-icon svg{width:100%;height:100%}.ingestro-dp-frontend .ingestro__tdm-details__ai-loading-text-content{display:flex;flex-direction:column;align-items:center;gap:8px}.ingestro-dp-frontend .ingestro__tdm-details__ai-loading-status{display:flex;align-items:flex-start;font-size:14px;font-weight:600}.ingestro-dp-frontend .ingestro__tdm-details__ai-loading-description{color:var(--ingestro-neutral-600);text-align:center;white-space:nowrap}.ingestro-dp-frontend .ingestro__tdm-details__ai-loading-cancel .ingestro-button--xxs .ingestro-button__icon{width:14px;height:14px}.ingestro-dp-frontend .ingestro__loading-dialog__text{line-height:1}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__data-validations__description{color:var(--ingestro-neutral-400)}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__error-message__textarea textarea{max-height:100px;overflow:auto!important;min-height:42px!important;box-sizing:border-box}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__error-message__textarea.ingestro-textarea--disabled textarea.ingestro-textarea__textarea{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__divider{height:1px;background-color:var(--ingestro-neutral-100);margin-bottom:12px;margin-top:12px}.ingestro-dp-frontend .ingestro__tdm-details__data-validations-tabs .ingestro-tabs__tabs{position:relative;background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__tdm-details__data-validations-tabs .ingestro-tabs__tabs-items{padding:0}.ingestro-dp-frontend .ingestro__tdm-details__data-validations-tabs .ingestro-tabs__tabs-items .ingestro-tabs__tab-item{padding:8px 12px;font-size:12px;line-height:143%}.ingestro-dp-frontend .ingestro__tdm-details__data-validations-tabs .ingestro-tabs__tabs-items .ingestro-tabs__tab-item--active{background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-200);border-bottom:none}.ingestro-dp-frontend .ingestro__tdm-details__data-validations-tabs .ingestro-tabs__tabs-items:has(.ingestro-tabs__tab-item-spinner){-webkit-user-select:none;user-select:none;pointer-events:none}.ingestro-dp-frontend .ingestro__tdm-details__data-validations-tabs .ingestro-tabs__content{margin-top:0;padding:0;display:flex;flex-direction:column;min-height:0;flex:1 1 auto;background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-200)}.ingestro-dp-frontend .ingestro__tdm-details__data-validations-tabs .ingestro-tabs__tab-item--primary{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro__tdm-details__data-validations-tabs .ingestro-tabs__tab-item--active--contained{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__tdm-details__data-validations-tabs .ingestro-tabs__tab-item-tag .ingestro-tag{width:20px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__data-validation__advanced-rules-wrapper{height:calc(100% - 32px);padding:16px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__data-validation__advanced-rules{display:flex;flex-direction:column;height:100%;gap:8px;overflow:auto}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__data-validation__advanced-rules__description-wrapper{display:flex;align-items:center}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__data-validation__advanced-rules__description{margin:0 40px 0 0;color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro__switch-select__select-builder .ingestro__switch-select__option{width:60px}.ingestro-dp-frontend .ingestro__switch-select__select-builder{height:32px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__data-validations__advanced-rules__layout-content{display:flex;border:1px solid var(--ingestro-neutral-100);border-radius:8px;flex:1 1 auto;height:calc(100% - 48px)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__data-validations__advanced-rules__tab{background-color:var(--ingestro-neutral-50);width:120px;padding:12px 8px;box-sizing:border-box;flex-shrink:0;display:flex;flex-direction:column;border-top-left-radius:8px;border-bottom-left-radius:8px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__data-validations__advanced-rules__tab__content{padding:12px 0 0 12px;flex-grow:1;min-width:0}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__data-validations__advanced-rules__tab-list{display:flex;flex-direction:column;gap:6px;flex:1 1 auto;overflow:auto}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__data-validations__advanced-rules__add-button-wrapper{padding-top:12px}.ingestro-dp-frontend .ingestro-button.ingestro__tdm-details__column-modal__data-validations__advanced-rules__add-button{width:100%;margin-top:auto;flex:0 0 auto}.ingestro-dp-frontend .ingestro__switch-select{display:inline-flex;padding:4px;border-radius:6px;background-color:var(--ingestro-neutral-50);border:1px solid var(--ingestro-neutral-100);height:28px;box-sizing:border-box}.ingestro-dp-frontend .ingestro__switch-select__option{border-radius:4px;border:0;width:40px;height:100%;font-size:10px;font-weight:600;color:var(--ingestro-neutral-600);cursor:pointer;background:transparent;outline:none}.ingestro-dp-frontend .ingestro__switch-select__option--selected{background-color:var(--ingestro-primary-900);color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__switch-select__option--disabled .ingestro__switch-select__option--not-selected{color:var(--ingestro-neutral-300)!important}.ingestro-dp-frontend .ingestro__switch-select__option--disabled .ingestro__switch-select__option{cursor:not-allowed}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__tab_item{display:flex;align-items:center;justify-content:space-between;border-radius:4px;padding:8px 12px;border:0;background-color:transparent;cursor:pointer}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__tab_item:hover,.ingestro-dp-frontend .ingestro__tdm-details__column-modal__tab_item--selected{background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__tab_item__label{font-weight:600;font-size:14px;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__code-visual-builder{display:flex;flex-direction:column;height:100%}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__error-message{margin-top:auto;padding:0 12px 12px 0}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__error-message__tooltip .ingestro-tooltip__content{width:220px}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__error-message__tooltip b{font-weight:700}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__code-visual-builder-content{overflow:auto;padding-right:12px}.ingestro-dp-frontend .ingestro-select__tdm-details__column-field__dropdown{width:280px!important}.ingestro-dp-frontend .ingestro-select__tdm-details__column-field__dropdown .select__option-checkMark{display:none}.ingestro-dp-frontend .ingestro-select__tdm-details__column-field{width:180px;flex-shrink:0}.ingestro-dp-frontend .ingestro-select__tdm-details__operator-field{width:150px;flex-shrink:0}.ingestro-dp-frontend .ingestro-select__tdm-details__operator-field__dropdown{width:260px!important}.ingestro-dp-frontend .ingestro-select__tdm-details__operator-field__dropdown .select__option-checkMark{display:none}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__condition__container{display:flex;align-items:stretch}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__condition__item{background-color:var(--ingestro-neutral-100);display:flex;margin-top:8px;min-height:40px;padding:4px;box-sizing:border-box;flex-grow:1;gap:4px;border:1px solid var(--ingestro-neutral-200);border-radius:6px;height:100%;min-width:0}.ingestro-dp-frontend .ingestro-select__tdm-details__column-field__dropdown .ingestro-select__content-main,.ingestro-dp-frontend .ingestro-select__tdm-details__operator-field__dropdown .ingestro-select__content-main{max-height:188px}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__condition__item--error{background-color:var(--ingestro-error-50);border:1px solid var(--ingestro-error-200)}.ingestro-dp-frontend .ingestro-select__tdm-details__column-field__dropdown .ingestro-select__option-left{flex:1 1 0}.ingestro-dp-frontend .ingestro-select__tdm-details__column-field__dropdown .ingestro-tag{background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro-tag-input__tdm-details__value-field{max-height:none;min-height:30px}.ingestro-dp-frontend .ingestro-tag-input__tdm-details__value-field.ingestro-tagInput__textarea{max-height:100px;overflow-y:auto;scrollbar-color:var(--ingestro-neutral-200) transparent;border:1px solid var(--ingestro-neutral-200);resize:none}.ingestro-dp-frontend .ingestro-tag-input__tdm-details__value-field .ingestro-input__input{font-size:14px}.ingestro-dp-frontend .ingestro-tag-input__tdm-details__value-field .ingestro-input{height:13px}.ingestro-dp-frontend .ingestro-tag-input__tdm-details__value-field.ingestro-tagInput__textarea{padding:4px 8px;min-height:32px;min-width:220px}.ingestro-dp-frontend .ingestro-tag-input__tdm-details__value-field.ingestro-tagInput__textarea .ingestro-input{height:auto}.ingestro-dp-frontend .ingestro-tag-input__tdm-details__value-field .ingestro-input__input{height:20px}.ingestro-dp-frontend .ingestro-multiple-select__tdm-details__column-field__dropdown .select__option-checkMark{display:none}.ingestro-dp-frontend .ingestro-multiple-select__tdm-details__column-field__dropdown,.ingestro-dp-frontend .ingestro-select__tdm-details__value-field__dropdown{max-height:188px!important}.ingestro-dp-frontend .ingestro-select__tdm-details__value-field__dropdown:has(.ingestro-multiple-select__tdm-details__empty-options){max-height:220px!important}.ingestro-dp-frontend .ingestro-multiple-select__tdm-details__empty-options__title{background-color:var(--ingestro-primary-50);color:var(--ingestro-primary-900);padding:8px 7px;margin:0;font-size:12px}.ingestro-dp-frontend .ingestro-multiple-select__tdm-details__empty-options__empty-section{display:flex;justify-content:center;padding:24px 0}.ingestro-dp-frontend .ingestro-multiple-select__tdm-details__empty-options__subtitle{font-weight:600;font-size:16px;color:var(--ingestro-neutral-900);text-align:center;margin:0 0 4px}.ingestro-dp-frontend .ingestro-multiple-select__tdm-details__empty-options__description{font-size:14px;color:var(--ingestro-neutral-500);text-align:center;margin:0}.ingestro-dp-frontend .ingestro-multiple-select__tdm-details__empty-options__section{max-width:240px;margin:0 auto;padding-bottom:24px}.ingestro-dp-frontend .ingestro-input__tdm-details__value-field__error-message{margin-top:2px!important;font-size:10px!important}.ingestro-dp-frontend .ingestro__tdm-details__operand-field{flex:1 1 auto;min-width:0}.ingestro-dp-frontend .ingestro__tdm-details__column__validation__line-icon{width:32px;padding-left:16px;display:flex;flex-direction:column;box-sizing:border-box}.ingestro-dp-frontend .ingestro__tdm-details__column__validation__line-icon__line{width:16px;border-left:1px solid var(--ingestro-primary-500);border-bottom:1px solid var(--ingestro-primary-500);flex:0 0 auto;padding-top:8px;height:20px}.ingestro-dp-frontend .ingestro__tdm-details__column__validation__line-icon__bottom-line{flex:1 1 auto;border-left:1px solid var(--ingestro-primary-500)}.ingestro-dp-frontend .ingestro__tdm-details__column__validation__line-icon__radius{border-bottom-left-radius:8px;position:relative}.ingestro-dp-frontend .ingestro__tdm-details__column__validation__line-icon__bottom-line-last{border-left:0px}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__group__container{display:flex}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__group__item{border:1px solid var(--ingestro-neutral-100);padding:6px;border-radius:6px;margin-top:8px;width:100%;overflow:hidden;transition:height .2s linear;interpolate-size:allow-keywords;min-width:600px}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__group__actions{display:flex;align-items:center}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__group__actions__buttons{display:flex;align-items:center;margin-left:8px;gap:6px}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__group__actions__divider{width:1px;height:20px;background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__group__chevron-down{margin-left:auto}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__group__chevron-down--icon{transition:transform .2s linear 50ms}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__group__chevron-down--collapse .ingestro__tdm-details__column__data-validation__group__chevron-down--icon{transform:rotate(-90deg)}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__group__maximum-warning{border-radius:16px;margin-left:6px;margin-top:8px;background-color:var(--ingestro-warning-100)!important;border-color:var(--ingestro-warning-100)!important}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__group__maximum-warning .ingestro-tag__icon{display:flex;align-items:center;width:14px}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__group__container--exceed__folder{height:40px;display:flex;align-items:center;margin-top:8px}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__group__container--exceed{display:flex}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__root-header{display:flex;align-items:center}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__logical-description{color:var(--ingestro-neutral-700);margin:0 0 0 8px}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__logical-description b{font-weight:700;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__data-validations__root__actions{display:flex;align-items:center;gap:4px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__data-validations__root__expr{margin-bottom:8px}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__code-editor{min-height:0;box-sizing:border-box;display:flex;flex-direction:column;flex:1 1 auto;height:100%}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__code-editor__title{margin:0 0 4px;color:var(--ingestro-neutral-700);display:flex;justify-content:space-between}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__code-editor__description{margin:0;padding:0 0 0 16px}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__code-editor__description li{margin:0;color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__code-editor__description li b{font-weight:600;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__code-editor__description li span{color:var(--ingestro-neutral-900);font-weight:600}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__code-editor__description li a{color:var(--ingestro-neutral-900);text-decoration:none}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__code-editor__description li p{display:inline;margin-right:4px}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__wrapper{display:flex;flex-direction:column;flex:1 1 auto;height:calc(100% - 95px)}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__syntax-error{color:var(--ingestro-warning-500);margin:4px 0 0}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__code-editor__content{overflow:auto;padding-right:12px;flex:1 1 auto;display:flex;flex-direction:column}.ingestro-dp-frontend .ingestro__tdm-details__column__data-validation__code-editor__content .ingestro__tdm-details__code-editor__editor{flex:1 1 auto}.ingestro-dp-frontend .ingestro__code-editor--placeholder{position:absolute;display:none;white-space:pre-wrap;top:8px;left:12px;right:8px;font-size:12px;color:var(--ingestro-neutral-400);pointer-events:none;-webkit-user-select:none;user-select:none;font-family:Menlo,Monaco,Courier New,monospace;z-index:100;margin:0}.ingestro-dp-frontend .ingestro__tdm-details__code-editor__editor{box-sizing:border-box;border-radius:4px;width:100%;border:1.5px solid var(--ingestro-neutral-200);margin-top:12px;overflow:hidden;position:relative}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .suggest-widget{z-index:1000}.ingestro-dp-frontend .ingestro__validation-editor .monaco-list-row>.contents>.main>.right{display:none!important}.ingestro-dp-frontend .ingestro__validation-editor .details-label{font-size:10px!important;color:var(--ingestro-neutral-600);display:inline!important;width:100%!important;max-width:100%!important;padding:3px 8px!important;border-radius:4px!important;border:1px solid var(--ingestro-neutral-200)!important;background-color:var(--ingestro-neutral-100)!important;box-sizing:border-box!important;overflow:visible!important;height:20px;line-height:1.2;font-family:Inter,sans-serif,serif}.ingestro-dp-frontend .ingestro__validation-editor .monaco-list-row>.contents>.main>.right.can-expand-details{display:block!important;width:95px!important;flex-shrink:0!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .suggest-widget .monaco-list .monaco-list-row,.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__validation-editor .monaco-highlighted-label{font-family:Inter}.ingestro-dp-frontend .ingestro__validation-editor .monaco-highlighted-label .highlight,.ingestro-dp-frontend .ingestro__validation-editor .monaco-list-row.focused .monaco-highlighted-label .highlight{color:var(--ingestro-primary-500)!important;font-weight:400!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor>div{width:100%!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor>div>.monaco-scrollable-element{width:100%!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor{outline-width:0px!important;width:100%!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .right .readMore.codicon.codicon-suggest-more-info{display:none!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .monaco-list-row:hover .readMore{visibility:visible!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .readMore{display:inline-flex!important;visibility:hidden!important;margin-right:-10px!important;width:320px!important;align-items:center;justify-content:center;background:linear-gradient(to right,transparent 0%,var(--ingestro-white) 70%)}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .suggest-icon{width:18px;height:32px;margin-left:4px;border-radius:4px;background-position:center;background-size:18px 18px;background-repeat:no-repeat}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .slider{border-radius:4px!important;background-color:var(--ingestro-neutral-200)!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .scrollbar{background-color:var(--ingestro-neutral-50)!important;border-radius:4px!important;background-clip:padding-box!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .scroll-decoration{display:none!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .snippet-placeholder{border-radius:2px!important;background-color:var(--ingestro-neutral-200)!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .wordHighlightText{border-radius:2px!important;background-color:var(--ingestro-neutral-100)!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .finish-snippet-placeholder{background-color:transparent!important;outline-color:transparent!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .current-line-exact{border:none!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .editor-widget.suggest-widget .scrollbar.vertical{width:4px!important;cursor:default!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .editor-widget.suggest-widget .scrollbar.vertical>div{width:4px!important;cursor:default!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .editor-widget.suggest-widget{overflow:hidden!important;max-width:240px!important;background:#fff!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .monaco-list .monaco-scrollable-element>.scrollbar.vertical .monaco-list-rows>div{padding:0!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main{width:100%!important;align-items:center!important;padding:6px 0 6px 8px!important;height:32px;box-sizing:border-box}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .monaco-list .monaco-list-row.focused,.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .monaco-list .monaco-list-row.focused:hover{background-color:#f5f8fe!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .monaco-list .monaco-list-row:hover{background-color:#fbfbfb!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .monaco-list-row>.contents>.main>.left{flex:1 1 auto!important;width:100%!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .suggest-widget{background-color:#fff;border:0px solid #f2f2f2;box-shadow:0 4px 12px #1b50710d;border-radius:4px;resize:none!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .suggest-widget .monaco-sash{display:none!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .suggest-widget .tree{background-color:#fff;border:1px solid #f2f2f2;border-radius:4px;resize:none!important;box-sizing:border-box!important;overflow:hidden!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .suggest-details{background-color:#fff;border:1px solid #f2f2f2;box-shadow:0 4px 12px #1b50710d;border-radius:4px}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .codicon-symbol-property:before{display:none!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .codicon-symbol-property,.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor .codicon-symbol-function{display:none!important;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' rx='4' fill='%23FFFBEB' /%3E%3Cpath d='M5.25004 6.5C5.25004 6.16848 5.38173 5.85054 5.61615 5.61612C5.85057 5.3817 6.16852 5.25 6.50004 5.25C6.61054 5.25 6.71653 5.2939 6.79467 5.37204C6.87281 5.45018 6.9167 5.55616 6.9167 5.66667C6.9167 5.77717 6.87281 5.88315 6.79467 5.96129C6.71653 6.03943 6.61054 6.08333 6.50004 6.08333C6.38953 6.08333 6.28355 6.12723 6.20541 6.20537C6.12727 6.28351 6.08337 6.38949 6.08337 6.5V8.14083C6.08337 8.46958 5.95545 8.77375 5.7417 9C5.95545 9.22625 6.08337 9.53042 6.08337 9.85917V11.5C6.08337 11.6105 6.12727 11.7165 6.20541 11.7946C6.28355 11.8728 6.38953 11.9167 6.50004 11.9167C6.61054 11.9167 6.71653 11.9606 6.79467 12.0387C6.87281 12.1168 6.9167 12.2228 6.9167 12.3333C6.9167 12.4438 6.87281 12.5498 6.79467 12.628C6.71653 12.7061 6.61054 12.75 6.50004 12.75C6.16852 12.75 5.85057 12.6183 5.61615 12.3839C5.38173 12.1495 5.25004 11.8315 5.25004 11.5V9.85917C5.25004 9.76628 5.219 9.67606 5.16185 9.60283C5.1047 9.5296 5.02472 9.47757 4.93462 9.455L4.73212 9.40417C4.64203 9.38159 4.56206 9.32955 4.50492 9.25633C4.44778 9.1831 4.41675 9.09288 4.41675 9C4.41675 8.90712 4.44778 8.8169 4.50492 8.74367C4.56206 8.67045 4.64203 8.61841 4.73212 8.59583L4.93462 8.54542C5.02472 8.52285 5.1047 8.47081 5.16185 8.39759C5.219 8.32436 5.25004 8.23414 5.25004 8.14125V6.5ZM12.75 6.5C12.75 6.16848 12.6183 5.85054 12.3839 5.61612C12.1495 5.3817 11.8316 5.25 11.5 5.25C11.3895 5.25 11.2835 5.2939 11.2054 5.37204C11.1273 5.45018 11.0834 5.55616 11.0834 5.66667C11.0834 5.77717 11.1273 5.88315 11.2054 5.96129C11.2835 6.03943 11.3895 6.08333 11.5 6.08333C11.6105 6.08333 11.7165 6.12723 11.7947 6.20537C11.8728 6.28351 11.9167 6.38949 11.9167 6.5V8.14083C11.9167 8.46958 12.0446 8.77375 12.2584 9C12.0389 9.23219 11.9166 9.53964 11.9167 9.85917V11.5C11.9167 11.6105 11.8728 11.7165 11.7947 11.7946C11.7165 11.8728 11.6105 11.9167 11.5 11.9167C11.3895 11.9167 11.2835 11.9606 11.2054 12.0387C11.1273 12.1168 11.0834 12.2228 11.0834 12.3333C11.0834 12.4438 11.1273 12.5498 11.2054 12.628C11.2835 12.7061 11.3895 12.75 11.5 12.75C11.8316 12.75 12.1495 12.6183 12.3839 12.3839C12.6183 12.1495 12.75 11.8315 12.75 11.5V9.85917C12.7501 9.76622 12.7812 9.67596 12.8384 9.60272C12.8956 9.52949 12.9757 9.47749 13.0659 9.455L13.268 9.40417C13.358 9.38159 13.438 9.32955 13.4952 9.25633C13.5523 9.1831 13.5833 9.09288 13.5833 9C13.5833 8.90712 13.5523 8.8169 13.4952 8.74367C13.438 8.67045 13.358 8.61841 13.268 8.59583L13.0659 8.54542C12.9757 8.52292 12.8956 8.47093 12.8384 8.39769C12.7812 8.32446 12.7501 8.23419 12.75 8.14125V6.5ZM7.87087 6.86917C7.83727 6.82594 7.79549 6.78975 7.74791 6.76267C7.70033 6.73559 7.64788 6.71815 7.59356 6.71134C7.53924 6.70453 7.4841 6.70849 7.43131 6.72299C7.37852 6.73748 7.3291 6.76224 7.28587 6.79583C7.24264 6.82943 7.20646 6.87121 7.17938 6.91879C7.1523 6.96637 7.13486 7.01882 7.12805 7.07315C7.12124 7.12747 7.12519 7.1826 7.13969 7.23539C7.15419 7.28819 7.17894 7.33761 7.21254 7.38083L8.47254 9L7.21337 10.6192C7.17834 10.6622 7.15225 10.7118 7.13665 10.765C7.12104 10.8183 7.11623 10.8741 7.12249 10.9293C7.12875 10.9844 7.14597 11.0377 7.17312 11.0861C7.20027 11.1345 7.23681 11.177 7.2806 11.2111C7.32439 11.2451 7.37455 11.2701 7.42813 11.2846C7.48171 11.299 7.53763 11.3026 7.59261 11.2951C7.64759 11.2876 7.70053 11.2692 7.74831 11.241C7.7961 11.2128 7.83776 11.1754 7.87087 11.1308L9.00004 9.67875L10.1292 11.1308C10.1628 11.1741 10.2046 11.2102 10.2522 11.2373C10.2997 11.2644 10.3522 11.2818 10.4065 11.2887C10.4608 11.2955 10.516 11.2915 10.5688 11.277C10.6216 11.2625 10.671 11.2378 10.7142 11.2042C10.7574 11.1706 10.7936 11.1288 10.8207 11.0812C10.8478 11.0336 10.8652 10.9812 10.872 10.9269C10.8788 10.8725 10.8749 10.8174 10.8604 10.7646C10.8459 10.7118 10.8211 10.6624 10.7875 10.6192L9.52754 9L10.7867 7.38083C10.8517 7.29342 10.8799 7.18404 10.8652 7.07611C10.8505 6.96819 10.7942 6.87029 10.7082 6.8034C10.6223 6.7365 10.5135 6.70593 10.4053 6.71822C10.2971 6.73052 10.198 6.7847 10.1292 6.86917L9.00004 8.32125L7.87087 6.86917Z' fill='%23FBBF24' /%3E%3C/svg%3E%0A")!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;margin-left:0!important}.ingestro-dp-frontend .ingestro__validation-editor .monaco-editor-overlaymessage{display:none!important}.ingestro-dp-frontend .ingestro__validation-editor div.monaco-scrollable-element.editor-scrollable>div.scrollbar.vertical{right:10px!important;width:4px!important}.ingestro-dp-frontend .ingestro__validation-editor div.monaco-scrollable-element.editor-scrollable>div.scrollbar.vertical>div{width:4px!important}.ingestro-dp-frontend .ingestro__validation-editor--disabled{pointer-events:none;-webkit-user-select:none;user-select:none}.ingestro-dp-frontend .ingestro__validation-editor--disabled .monaco-editor .monaco-editor-background,.ingestro-dp-frontend .ingestro__validation-editor--disabled .monaco-editor .margin{background-color:var(--ingestro-neutral-100)!important}.ingestro-dp-frontend .ingestro__tdm-details__code-editor__editor--error{border-color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro__tdm-details__code-editor__editor--focus{border-color:var(--ingestro-secondary-500)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__data-validations__basic-rules{height:100%;padding:24px;display:flex;flex-direction:column;gap:24px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__data-validations__basic-rules .ingestro__common-hintedFormRow--sub{gap:8px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__data-validations__basic-rules .ingestro__common-hintedFormRow--sub .ingestro-formElement{padding-left:28px}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__error-message__textarea textarea{max-height:100px;overflow:auto!important;min-height:42px!important;box-sizing:border-box}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__divider{height:1px;background-color:var(--ingestro-neutral-100);margin-bottom:12px;margin-top:12px}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__error-message{margin-top:auto;padding-top:0}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__error-message__textarea.ingestro-textarea--disabled textarea.ingestro-textarea__textarea{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__mapping-validation__advanced-rule{min-height:0;max-height:100%;display:flex;flex-direction:column;height:100%;flex:1 1 auto}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__mapping-validation__advanced-rule__description{margin:0 40px 0 0;color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__mapping-validation__advanced-rule__description b{color:var(--ingestro-neutral-900);font-weight:600}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__mapping-validation__advanced-rule__layout-content{display:flex;flex-grow:1;flex:1 1 auto;min-height:0}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__mapping-validation__advanced-rule__sub-header{display:flex;align-items:center;margin-bottom:12px}.ingestro-dp-frontend .ingestro-select__tdm-details_mapping-validation__column-field{width:280px!important;flex:1 1 auto;flex-shrink:0}.ingestro-dp-frontend .ingestro-select__tdm-details_mapping-validation__column-field .select__option-checkMark{display:none}.ingestro-dp-frontend .ingestro-select__tdm-details__mapping-validation__operator-field{width:200px;flex-shrink:0}.ingestro-dp-frontend .ingestro-select__tdm-details__mapping-validation__operator-field__dropdown{width:200px!important}.ingestro-dp-frontend .ingestro-select__tdm-details__mapping-validation__operator-field__dropdown .select__option-checkMark{display:none}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__condition__container{display:flex;align-items:stretch}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__condition__item{background-color:var(--ingestro-neutral-100);display:flex;margin-top:8px;min-height:40px;padding:4px;box-sizing:border-box;flex-grow:1;gap:4px;border:1px solid var(--ingestro-neutral-200);border-radius:6px;height:100%;min-width:0}.ingestro-dp-frontend .ingestro-select__tdm-details__operator__delete-btn{margin-left:auto}.ingestro-dp-frontend .ingestro-select__tdm-details_mapping-validation__column-field__dropdown .ingestro-select__content-main{max-height:188px}.ingestro-dp-frontend .ingestro-select__tdm-details_mapping-validation__column-field__dropdown .select__option-checkMark{display:none}.ingestro-dp-frontend .ingestro-select__tdm-details__mapping-validation__operator-field__dropdown .ingestro-select__content-main{max-height:188px}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__condition__item--error{background-color:var(--ingestro-error-50);border:1px solid var(--ingestro-error-200)}.ingestro-dp-frontend .ingestro-select__tdm-details__column-field__error-message{margin-top:2px!important;font-size:10px!important}.ingestro-dp-frontend .ingestro-select__tdm-details_mapping-validation__column-field__dropdown .ingestro-tag{background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__line-icon{width:32px;padding-left:16px;display:flex;flex-direction:column;box-sizing:border-box}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__line-icon__line{width:16px;border-left:1px solid var(--ingestro-primary-500);border-bottom:1px solid var(--ingestro-primary-500);flex:0 0 auto;padding-top:8px;height:20px}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__line-icon__bottom-line{flex:1 1 auto;border-left:1px solid var(--ingestro-primary-500)}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__line-icon__radius{border-bottom-left-radius:8px;position:relative}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__line-icon__bottom-line-last{border-left:0px}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__group__container{display:flex}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__group__item{border:1px solid var(--ingestro-neutral-100);padding:6px;border-radius:6px;margin-top:8px;width:100%;overflow:hidden;transition:height .2s linear;interpolate-size:allow-keywords;min-width:600px}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__group__actions{display:flex;align-items:center}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__group__actions__buttons{display:flex;align-items:center;margin-left:8px;gap:6px}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__group__actions__divider{width:1px;height:20px;background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__group__chevron-down{margin-left:auto}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__group__chevron-down--icon{transition:transform .2s linear 50ms}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__group__chevron-down--collapse .ingestro__tdm-details__column__mapping-validation__group__chevron-down--icon{transform:rotate(-90deg)}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__group__maximum-warning{border-radius:16px;margin-left:6px;margin-top:8px;background-color:var(--ingestro-warning-100)!important;border-color:var(--ingestro-warning-100)!important}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__group__maximum-warning .ingestro-tag__icon{display:flex;align-items:center;width:14px}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__group__container--exceed__folder{height:40px;display:flex;align-items:center;margin-top:8px}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__group__container--exceed{display:flex}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__root-header{display:flex;align-items:center}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__logical-description{color:var(--ingestro-neutral-700);margin:0 0 0 8px}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__logical-description b{font-weight:700;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__mapping-validation__root__actions{display:flex;align-items:center;gap:4px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__mapping-validation__root__expr{margin-bottom:8px}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__code-visual-builder{display:flex;flex-direction:column;flex:1 1 auto}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__error-message__tooltip .ingestro-tooltip__content{width:220px}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__error-message__tooltip b{font-weight:700}.ingestro-dp-frontend .ingestro-select__content.ingestro-select__tdm-details__operator-field__dropdown{width:200px}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__code-visual-builder-content{overflow:auto}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__code-editor{box-sizing:border-box;display:flex;flex-direction:column;width:100%}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__code-editor__title{margin:0 0 4px;color:var(--ingestro-neutral-700)}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__code-editor__description{margin:0;padding:0 0 0 16px}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__code-editor__description li{margin:0;color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__code-editor__description li b{font-weight:600;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__code-editor__description li span{color:var(--ingestro-neutral-900);font-weight:600}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__code-editor__description li a{color:var(--ingestro-neutral-900);text-decoration:none}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__code-editor__description li p{display:inline;margin-right:4px}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__wrapper{display:flex;flex-direction:column;height:calc(100% - 96px);flex:1 1 auto}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__syntax-error{color:var(--ingestro-warning-500);margin:4px 0 0}.ingestro-dp-frontend .ingestro-input__tdm-details__code-error-message{font-size:12px!important;margin-top:4px!important}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__code-editor__content{flex:1 1 auto;display:flex;flex-direction:column;overflow:auto}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__error-message__wrapper,.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__code-editor__content .ingestro__tdm-details__code-editor__editor{flex:1 1 auto}.ingestro-dp-frontend .ingestro__tdm-details__column__mapping-validation__code-editor__header{display:flex;justify-content:space-between;align-items:center}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__content.ingestro__tdm-details__column-modal__mapping-validation__basic-rule{gap:24px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__content.ingestro__tdm-details__column-modal__mapping-validation__basic-rule .ingestro__common-hintedFormRow--sub{gap:8px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__content.ingestro__tdm-details__column-modal__mapping-validation__basic-rule .ingestro__common-hintedFormRow--sub .ingestro-formElement{padding-left:28px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__content.ingestro__tdm-details__column-modal__mapping-validation__basic-rule .ingestro__tdm-details__column-modal__mapping-validation__basic-rule__action{display:flex;flex-direction:column;gap:8px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__content.ingestro__tdm-details__column-modal__mapping-validation__basic-rule .ingestro__tdm-details__column-modal__mapping-validation__basic-rule__action p{margin:0;color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__content.ingestro__tdm-details__column-modal__mapping-validation__basic-rule .ingestro__tdm-details__column-modal__mapping-validation__basic-rule__action .ingestro-button{max-width:138px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__content.ingestro__tdm-details__column-modal__mapping-validation__basic-rule .ingestro__tdm-details__column-modal__mapping-validation__basic-rule__action .ingestro-button .ingestro-button__icon{width:14px;height:14px}.ingestro-dp-frontend .ingestro__tdm-details__column-modal__advanced-rule-loading{display:flex;flex-direction:column;gap:12px}.ingestro-dp-frontend .ingestro__mapping-validation__loading-conditions{height:calc(100% - 34px);background-color:var(--ingestro-white);border-radius:8px;border:1px solid var(--ingestro-neutral-200);padding:16px;display:flex;flex-direction:column;gap:8px}.ingestro-dp-frontend .ingestro__mapping-validation__loading-conditions>div:first-child{display:flex;justify-content:space-between;align-items:center;gap:16px}.ingestro-dp-frontend .ingestro__mapping-validation__loading-conditions>div:nth-child(2){display:flex;flex-direction:column;gap:4px}.ingestro-dp-frontend .ingestro__mapping-validation__loading-conditions>div:last-child{margin-top:auto}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal .ingestro-dialog__content{padding:0;gap:0;max-width:1000px;width:100%;height:633px}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal .ingestro-dialog__header{padding:24px;border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal .ingestro-dialog__header h5{font-size:28px;line-height:1.25}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal .ingestro-dialog__header .ingestro-dialog__header-actions .ingestro-button__icon{color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal .ingestro-dialog__body{padding:0;margin:0;display:flex}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal .ingestro-dialog__body .ingestro-emptyState__heading{margin-top:16px}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal .ingestro-dialog__body .ingestro-emptyState__text{width:max-content}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal .ingestro-dialog__footer{border-top:1px solid var(--ingestro-neutral-100);padding:16px 24px 24px}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal p{margin:0}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal .ingestro-dialog__header .ingestro-button--plainNeutral:focus{background-color:transparent}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal .ingestro-dialog__header .ingestro-button--plainNeutral:hover{background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-body{display:flex;flex:1 auto;max-width:1000px}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-sidebar{padding:8px;background-color:var(--ingestro-neutral-50);display:flex;flex-direction:column;gap:16px;border-right:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-sidebar-list{display:flex;flex-direction:column;gap:8px;overflow-y:auto;overflow-x:hidden;max-height:100%;height:100%;scrollbar-color:var(--ingestro-neutral-200) transparent}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-sidebar-item{min-height:40px;height:40px;padding:4px 12px;display:flex;gap:8px;cursor:pointer;border-radius:4px;align-items:center;justify-content:space-between}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-sidebar-item .ingestro-truncated-text{font-weight:600;font-size:14px;color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-sidebar-item--selected{background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-sidebar-item-url{width:-moz-fit-content;width:fit-content;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:1.43;color:var(--ingestro-neutral-900);font-weight:600}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-sidebar .ingestro-tooltip__anchor:has(.ingestro__tdm-details__advanced-modal-sidebar-item-url){width:168px}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-content{flex:1 auto;overflow-y:auto;overflow-x:hidden;scrollbar-color:var(--ingestro-neutral-200) transparent}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-content .ingestro-tabs{gap:0}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-content .ingestro-tabs__tabs{padding:8px 8px 0;position:fixed;background-color:var(--ingestro-white);width:743px;z-index:1;gap:3px}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-content .ingestro-tabs__content{padding:16px;margin-top:56px}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-content .ingestro-tabs__tabs-divider{max-width:743px}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-setup{display:flex;flex-direction:column;gap:16px}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-setup-header{display:flex;flex-direction:column;gap:4px}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-setup-header span{font-size:14px;font-weight:600;color:var(--ingestro-neutral-700)}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-setup-header p{font-size:12px;color:var(--ingestro-neutral-400);margin:0}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-configuration{display:flex;flex-direction:column;gap:24px}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal__column-autocomplete-input{display:flex;flex-direction:column;gap:12px}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal__column-autocomplete-input__header{display:flex;justify-content:space-between}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal__column-autocomplete-input__header>div{display:flex;flex-direction:column;gap:4px}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal__column-autocomplete-input__header>div span{font-size:14px;font-weight:600;color:var(--ingestro-black)}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal__column-autocomplete-input__header>div p{font-size:12px;color:var(--ingestro-neutral-400)}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal__column-autocomplete-input__bottom-adornment{color:var(--ingestro-neutral-400);font-size:10px}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal__column-autocomplete-input__bottom-adornment .ingestro-tag{margin:0 4px;height:15px;width:21px}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal__column-autocomplete-input__bottom-adornment .ingestro-tag__text{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal__column-autocomplete-input__adornment{display:flex;gap:12px}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal__column-autocomplete-input__adornment .ingestro-divider{height:unset}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal__column-autocomplete-input .ingestro-tooltip{width:100%}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-configuration .ingestro-autocomplete-input__textarea{overflow-y:auto;overflow-x:hidden;resize:none;scrollbar-color:var(--ingestro-neutral-200) transparent;max-height:97px}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-configuration .ingestro-input-number__arrow-control-up--disabled,.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-configuration .ingestro-input-number__arrow-control-down--disabled{height:14px;border:1px solid var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-configuration .ingestro-input-number__arrow-control-up--disabled{border-radius:4px 4px 0 0}.ingestro-dp-frontend .ingestro__tdm-details__advanced-modal-configuration .ingestro-input-number__arrow-control-down--disabled{border-radius:0 0 4px 4px}.ingestro-dp-frontend .ingestro__tdm-details__payload-response-modal .ingestro-dialog__content{padding:0;gap:0;max-width:800px;width:100%;max-height:750px}.ingestro-dp-frontend .ingestro__tdm-details__payload-response-modal .ingestro-dialog__header{padding:24px;border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__tdm-details__payload-response-modal .ingestro-dialog__header h5{font-size:28px;line-height:1.25}.ingestro-dp-frontend .ingestro__tdm-details__payload-response-modal .ingestro-dialog__header .ingestro-dialog__header-actions .ingestro-button__icon{color:var(--ingestro-neutral-600)}.ingestro-dp-frontend .ingestro__tdm-details__payload-response-modal .ingestro-dialog__body{padding:0;margin:0}.ingestro-dp-frontend .ingestro__tdm-details__payload-response-modal .ingestro-tabs{gap:0}.ingestro-dp-frontend .ingestro__tdm-details__payload-response-modal .ingestro-tabs__tabs{padding:8px 8px 0;position:fixed;background-color:var(--ingestro-white);width:784px;z-index:1;gap:3px}.ingestro-dp-frontend .ingestro__tdm-details__payload-response-modal .ingestro-tabs__content{margin-top:56px}.ingestro-dp-frontend .ingestro__tdm-details__payload-response-modal .ingestro-dialog__footer{border-top:1px solid var(--ingestro-neutral-100);padding:16px 24px 24px}.ingestro-dp-frontend .ingestro__tdm-details__payload-response-modal .ingestro-dialog__footer .ingestro-dialog__footer-buttons{justify-content:space-between;align-items:center}.ingestro-dp-frontend .ingestro__tdm-details__payload-response-modal__payload{display:flex;flex-direction:column;gap:8px;padding:16px 24px 24px}.ingestro-dp-frontend .ingestro__tdm-details__payload-response-modal__payload p{margin:0;font-size:12px;color:var(--ingestro-neutral-400)}.ingestro-dp-frontend .ingestro__tdm-details__payload-response-modal__payload .ingestro-syntax-highlighter>pre{margin:0}.ingestro-dp-frontend .ingestro__tdm-details__payload-response-modal__payload .ingestro-syntax-highlighter code{font-size:16px!important}.ingestro-dp-frontend .ingestro__tdm-details__payload-response-modal .ingestro-dialog__header .ingestro-button--plainNeutral:focus{background-color:transparent}.ingestro-dp-frontend .ingestro__tdm-details__payload-response-modal .ingestro-dialog__header .ingestro-button--plainNeutral:hover{background-color:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro__tdm-details__payload-response-modal .ingestro-tabs__tabs-divider{width:784px}.ingestro-dp-frontend .ingestro__connector-details-page-section{background-color:var(--ingestro-neutral-50);display:flex;flex-direction:column;gap:8px;padding:16px;flex:1;overflow-y:auto}.ingestro-dp-frontend .ingestro__connector-details-page-section .ingestro__sectionCard-header{height:48px;padding:0 16px}.ingestro-dp-frontend .ingestro__connector-details-page-section .ingestro__sectionCard-header-action{margin-right:-8px}.ingestro-dp-frontend .ingestro__connector-details-page-section .ingestro__sectionCard-body{padding:16px}.ingestro-dp-frontend .ingestro__connector-details-page-section .ingestro__sectionCard-item-title{margin-bottom:4px}.ingestro-dp-frontend .ingestro__connector-details-general-connectorContent{display:flex;align-items:center;gap:8px;height:24px}.ingestro-dp-frontend .ingestro__connector-details-general-connectorContent-icon{display:flex}.ingestro-dp-frontend .ingestro__connector-details-general-connectorContent-icon svg{width:20px;height:20px}.ingestro-dp-frontend .ingestro__connector-details-header__action-button-container{display:flex;gap:12px;align-items:center;height:40px}.ingestro-dp-frontend .ingestro__connector-details-header__action-button-container--modal{margin-top:-7.5px;margin-right:40px}.ingestro-dp-frontend .ingestro__connector-details-header__action-button-menu .ingestro-menu__option,.ingestro-dp-frontend .ingestro__connector-details-header__action-button-menu .ingestro-menu__option .ingestro-menu__option-icon{color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro__connector-details-header__public-toggle{display:flex;align-items:center;gap:8px}.ingestro-dp-frontend .ingestro__connector-details-header__public-toggle .ingestro-switch{padding:0}.ingestro-dp-frontend .ingestro__connector-details-header__public-toggle.ingestro__connector-details-header__public-toggle--disabled{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro__connector-details-header__action-button-menu--disabled-delete .ingestro-menu__content .ingestro-menu__option:last-child,.ingestro-dp-frontend .ingestro__connector-details-header__action-button-menu--disabled-delete .ingestro-menu__content .ingestro-menu__option:last-child .ingestro-menu__option-icon{pointer-events:none;color:var(--ingestro-neutral-300)}.ingestro-dp-frontend .ingestro__connector-details-header__more-button-tooltip{display:block}.ingestro-dp-frontend .ingestro__connector-details-header__more-button-tooltip .ingestro-tooltip__anchor{width:100%}.ingestro-dp-frontend .ingestro__connector-details-header .ingestro__metadata-header__title{display:flex;align-items:center;height:40px}.ingestro-dp-frontend .ingestro__connector-details-editable-title{display:flex;align-items:center;gap:8px;width:100%}.ingestro-dp-frontend .ingestro__connector-details-editable-title-input{width:320px}.ingestro-dp-frontend .ingestro__connector-details-edit-disabled-tooltip .ingestro-tooltip__content-value{white-space:pre-wrap;text-align:center;font-weight:400;max-width:160px}.ingestro-dp-frontend .ingestro__connector-details-config-modal-httpType .ingestro-formElement__labelText{color:var(--ingestro-neutral-900, #2d2d2d);font-weight:600}.ingestro-dp-frontend .ingestro__connector-details-http-header-wrapper .ingestro-syntax-highlighter{padding-right:56px!important;background-color:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__connector-details-http-header-wrapper .ingestro-syntax-highlighter>pre{margin:0}.ingestro-dp-frontend .ingestro__connector-details-http-dynamic-refresh-token{display:flex;flex-direction:column;gap:8px;padding:16px;grid-column:span 2;background-color:var(--ingestro-neutral-50);border:1px solid var(--ingestro-neutral-100);border-radius:4px}.ingestro-dp-frontend .ingestro__connector-details-http-dynamic-refresh-token .ingestro__sectionCard-item.ingestro__connector-details-http-dynamic-refresh-token-top .ingestro__sectionCard-item-title{font-weight:600;color:var(--ingestro-neutral-900);margin-bottom:8px}.ingestro-dp-frontend .ingestro__connector-details-http-dynamic-refresh-token .ingestro__sectionCard-item-content{gap:8px}.ingestro-dp-frontend .ingestro__connector-details-page-section .ingestro__sectionCard-body{gap:12px}.ingestro-dp-frontend .ingestro__connector-details-clipboard-group{display:flex;grid-column:span 2;gap:8px}.ingestro-dp-frontend .ingestro__connector-details-clipboard-group .ingestro__connector-details-overflowText{flex:1;overflow:hidden}.ingestro-dp-frontend .ingestro__connector-details-clipboard-group .ingestro__connector-details-clipboard-copy{margin-top:24.02px}.ingestro-dp-frontend .ingestro__connector-details-email-recipients{padding:7.5px 0;display:flex;flex-wrap:wrap;gap:8px;width:100%}.ingestro-dp-frontend .ingestro__connector-details-http-input-method{width:200px}.ingestro-dp-frontend .ingestro__connector-details-http-header-wrapper{position:relative;width:100%}.ingestro-dp-frontend .ingestro__connector-details-http-header-copy-button{position:absolute;right:8px;top:8px;z-index:1}.ingestro-dp-frontend .ingestro__connector-details-http-header-copy-button .ingestro-button__icon{width:16px;height:16px}.ingestro-dp-frontend .ingestro__connector-details-advanced-configuration{border-radius:6px;border:1px solid var(--ingestro-neutral-100);background:var(--ingestro-neutral-50);grid-column:span 2}.ingestro-dp-frontend .ingestro__connector-details-advanced-configuration-tags,.ingestro-dp-frontend .ingestro__connector-details-email-recipients-tags{display:flex;flex-wrap:wrap;gap:4px;max-width:100%}.ingestro-dp-frontend .ingestro__connector-details-advanced-configuration-tags .ingestro-tag,.ingestro-dp-frontend .ingestro__connector-details-advanced-configuration-tags .ingestro-tag__text,.ingestro-dp-frontend .ingestro__connector-details-email-recipients-tags .ingestro-tag,.ingestro-dp-frontend .ingestro__connector-details-email-recipients-tags .ingestro-tag__text{max-width:100%}.ingestro-dp-frontend .ingestro__connector-details-page-section .ingestro__connector-details-advanced-configuration .ingestro__sectionCard-header{padding:16px 16px 0;border:none;height:unset}.ingestro-dp-frontend .ingestro__connector-details-config-modal .ingestro-dialog__content{width:100%;max-width:calc(100% - 64px);max-height:calc(100% - 64px);padding:0;gap:0}.ingestro-dp-frontend .ingestro__connector-details-config-modal .ingestro-dialog__header{border-bottom:1px solid var(--ingestro-neutral-100);padding:24px}.ingestro-dp-frontend .ingestro__connector-details-config-modal .ingestro-dialog__header .ingestro-dialog__title{font-size:28px;line-height:1.25}.ingestro-dp-frontend .ingestro__connector-details-config-modal .ingestro-dialog__body{padding:0;width:100%;background:var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__connector-details-config-modal .ingestro-dialog__footer{border-top:1px solid var(--ingestro-neutral-100);padding:16px 24px}.ingestro-dp-frontend .ingestro__connector-details-config-modal .ingestro__connector-details-config-modal-body-card{margin:16px;padding:24px;border-radius:8px;border:1px solid var(--ingestro-neutral-200);background:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__connector-details-config-modal-body-card{display:flex;flex-direction:column;gap:24px}.ingestro-dp-frontend .ingestro__connector-details-home,.ingestro-dp-frontend .ingestro__connector-details-homeOutlet{display:flex;flex-direction:column;flex:1 auto;min-height:0}.ingestro-dp-frontend .ingestro__connector-details-configuration-skeleton{grid-column:1 / span 2}.ingestro-dp-frontend .ingestro__connector-details-page-section--skeleton .ingestro__sectionCard-header{height:48px;padding:0 16px}.ingestro-dp-frontend .ingestro__connector-details-page-section--skeleton .ingestro__sectionCard-body{padding:16px}.ingestro-dp-frontend .ingestro__connector-details-page-section.ingestro__connector-details-page-section--skeleton .ingestro__sectionCard-item-title{margin-bottom:6px}.ingestro-dp-frontend .ingestro__connector-details-page-section--skeleton .ingestro__sectionCard-item-content{padding:0;min-height:24px}.ingestro-dp-frontend .ingestro-connector-details{display:flex;flex-direction:column;min-height:100%;background:#fff}.ingestro-dp-frontend .ingestro-dp.ingestro-connector-details{min-height:min(800px,100vh)}.ingestro-dp-frontend .ingestro-modal-view .ingestro-dp.ingestro-connector-details{min-height:100%}.ingestro-dp-frontend .ingestro-tdm-list{display:flex;flex-direction:column;min-height:100%}.ingestro-dp-frontend .ingestro-tdm-list .ingestro-emptyState.ingestro__no-permission .ingestro-emptyState__text{width:640px}.ingestro-dp-frontend .ingestro-tdm-list .ingestro-emptyState{padding:64px 0}.ingestro-dp-frontend .ingestro-tdm-list .ingestro-emptyState.ingestro__no-permission{background:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__tdm-list__content{padding:16px;background-color:var(--ingestro-neutral-50);display:flex;flex-direction:column;flex:1 1 auto;min-height:0;gap:16px}.ingestro-dp-frontend .ingestro__tdm-list__empty-state .ingestro-emptyState__heading{margin-top:16px}.ingestro-dp-frontend .ingestro__tdm-list__table{border:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);border-radius:8px;flex:0 auto}.ingestro-dp-frontend .ingestro__tdm-list__table--loading,.ingestro-dp-frontend .ingestro__tdm-list__table:has(.ingestro-emptyState){flex:1 auto}.ingestro-dp-frontend .ingestro__tdm-list__table--loading .ingestro-table__table{height:100%}.ingestro-dp-frontend .ingestro__tdm-list__table .ingestro-table__cellHead.ingestro-table__cell{background:var(--ingestro-white);height:44px;border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__tdm-list__table .ingestro-table__wrapper{border-radius:8px}.ingestro-dp-frontend .ingestro__tdm-list__table .ingestro-table__cell:has(.ingestro_table__headFilterOptions){justify-content:space-between}.ingestro-dp-frontend .ingestro__tdm-list__table--loading .ingestro_table__headFilterOptions{pointer-events:none}.ingestro-dp-frontend .ingestro__tdm-list__table--loading .ingestro_table__headFilterOptions svg{color:var(--ingestro-neutral-300);pointer-events:none}.ingestro-dp-frontend .ingestro__tdm-list__table .ingestro-table__headText{font-weight:600}.ingestro-dp-frontend .ingestro__tdm-list__table .ingestro-table__cell:has(.ingestro__tdm-list__table__action-cell){padding:0 9px}.ingestro-dp-frontend .ingestro__tdm-list__no-results-state{background:var(--ingestro-neutral-50)}.ingestro-dp-frontend .ingestro__tdm-list__no-results-state .ingestro-emptyState__heading{margin-top:16px}.ingestro-dp-frontend .ingestro__tdm-list__no-results-state .ingestro-emptyState__text{width:500px}.ingestro-dp-frontend .ingestro-select__content-main:has(.ingestro__tdm-list__table__range-input){width:-moz-fit-content;width:fit-content}.ingestro-dp-frontend .ingestro__tdm-list__table .ingestro-table__row .ingestro-tag,.ingestro-dp-frontend .ingestro__tdm-list__table .ingestro-table__row .ingestro-tag__text,.ingestro-dp-frontend .ingestro__tdm-list__table .ingestro-table__row .ingestro-truncated-text{max-width:100%}.ingestro-dp-frontend .ingestro__tdm-list__table__headFilterIcon--filterIndicator{width:8px;height:8px;border-radius:100%;background-color:var(--ingestro-primary-400);position:absolute;right:0;top:0}.ingestro-dp-frontend .ingestro__tdm-list__public-confirm-dialog b{font-weight:700}.ingestro-dp-frontend .ingestro__tdm-list__public-confirm-dialog .ingestro-dialog__subtitle>p{margin:0}.ingestro-dp-frontend .ingestro__tdm-list__shared-tag{margin-left:8px}.ingestro-dp-frontend .ingestro__tdm-list__table--selectable .ingestro-table__tableBody .ingestro-table__row-wrapper{cursor:pointer}.ingestro-dp-frontend .ingestro__tdm-list__table .ingestro-switch__toggle{width:36px}.ingestro-dp-frontend .ingestro__tdm-list__table__range-input{background:var(--ingestro-white);border-radius:4px;display:flex;flex-direction:column;padding:12px;gap:8px;width:-moz-fit-content;width:fit-content;font-size:10px;line-height:1.43}.ingestro-dp-frontend .ingestro__tdm-list__table__range-input__inputs{display:flex;flex-direction:column;gap:2px}.ingestro-dp-frontend .ingestro__tdm-list__table__range-input__inputs>div{display:flex;align-items:center;gap:4px}.ingestro-dp-frontend .ingestro__tdm-list__table__range-input__inputs .ingestro-formElement{gap:2px}.ingestro-dp-frontend .ingestro__tdm-list__table__range-input__inputs .ingestro-input{height:24px;width:87px}.ingestro-dp-frontend .ingestro__tdm-list__table__range-input__inputs .ingestro-input .ingestro-input__input{font-size:12px;line-height:1.43}.ingestro-dp-frontend .ingestro__tdm-list__table__range-input__inputs .ingestro-formElement__labelText{font-size:10px;line-height:1.43}.ingestro-dp-frontend .ingestro__tdm-list__table__range-input__separator{min-width:18px;width:18px;height:24px;color:var(--ingestro-neutral-700);align-self:flex-end;display:flex;align-items:center;justify-content:center}.ingestro-dp-frontend .ingestro__tdm-list__table__range-input__actions{display:flex;justify-content:flex-end;gap:8px}.ingestro-dp-frontend .ingestro__tdm-list__table__range-input__error{margin:0;color:var(--ingestro-error-500)}.ingestro-dp-frontend .ingestro__tdm-list__toolbar{display:flex;justify-content:space-between}.ingestro-dp-frontend .ingestro__tdm-list__toolbar>div{display:flex;gap:12px}.ingestro-dp-frontend .ingestro__tdm-list__toolbar .ingestro__input-search{width:320px}.ingestro-dp-frontend .ingestro__tdm-list__sub-org-permission-select{max-width:-moz-fit-content;max-width:fit-content}.ingestro-dp-frontend .ingestro__tdm-list__sub-org-permission-select .ingestro-select__anchor{max-width:136px}.ingestro-dp-frontend .ingestro__tdm-list__sub-org-permission-select .ingestro-select__toggle{gap:8px;border-color:var(--ingestro-primary-50)!important}.ingestro-dp-frontend .ingestro__tdm-list__sub-org-permission-select .ingestro-select__toggle .ingestro-select__toggle.ingestro-select__toggle--focused{border-color:var(--ingestro-primary-50)}.ingestro-dp-frontend .ingestro__tdm-list__sub-org-permission-select .ingestro-select__content{width:160px!important}.ingestro-dp-frontend .ingestro__tdm-list__sub-org-permission-select .ingestro-select__option{height:32px;padding:8px}.ingestro-dp-frontend .ingestro__tdm-list__sub-org-permission-select .ingestro-select__toggle-value{font-weight:600;white-space:nowrap}.ingestro-dp-frontend .ingestro__tdm-list__header{padding:24px;border-bottom:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);display:flex;justify-content:space-between}.ingestro-dp-frontend .ingestro__tdm-list__header-title{display:flex;flex-direction:column;gap:8px}.ingestro-dp-frontend .ingestro__tdm-list__header-title .heading-4{color:var(--ingestro-neutral-900)}.ingestro-dp-frontend .ingestro__tdm-list__header-title .paragraph-1{color:var(--ingestro-neutral-500)}.ingestro-dp-frontend .ingestro__tdm-list__header--modal .ingestro__tdm-list__header-actions .ingestro-tooltip{margin-top:43px}.ingestro-dp-frontend .ingestro__connector-list-home,.ingestro-dp-frontend .ingestro__connector-list-homeOutlet{display:flex;flex-direction:column;flex:1 auto;min-height:0}.ingestro-dp-frontend .ingestro__connector-list .ingestro-emptyState__actions{margin:0}.ingestro-dp-frontend .ingestro__connector-list-table{background:var(--ingestro-white);border-radius:8px;border:1px solid var(--ingestro-neutral-100);overflow:hidden}.ingestro-dp-frontend .ingestro__connector-list-table .ingestro-table__headText{font-weight:600}.ingestro-dp-frontend .ingestro__connector-list-table .ingestro-table__tableHead .ingestro-table__row{border-bottom:1px solid var(--ingestro-neutral-100)}.ingestro-dp-frontend .ingestro__connector-list-table .ingestro-table__tableHead .ingestro-table__cell{background:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__connector-list-table .ingestro-table__cellHead{justify-content:space-between}.ingestro-dp-frontend .ingestro__connector-list-table-searchInput{max-width:320px;flex:none}.ingestro-dp-frontend .ingestro__connector-list-table-createdByTag{max-width:100%}.ingestro-dp-frontend .ingestro__connector-list-table-createdByTag .ingestro-tag__text{width:100%}.ingestro-dp-frontend .ingestro__connector-list-type{display:flex;align-items:center;gap:8px;height:24px}.ingestro-dp-frontend .ingestro__connector-list-type-icon{display:flex}.ingestro-dp-frontend .ingestro__connector-list-type-icon svg{width:20px;height:20px}.ingestro-dp-frontend .ingestro__connector-list-table-publicSwitch{padding:0}.ingestro-dp-frontend .ingestro__connector-list-type-options-icon,.ingestro-dp-frontend .ingestro__connector-list-type-options-icon svg{width:16px;height:16px}.ingestro-dp-frontend .ingestro__connector-list-table-filters,.ingestro-dp-frontend .ingestro__connector-list-table-filters-sub{display:flex;align-items:center;gap:4px}.ingestro-dp-frontend .ingestro__connector-list-table-filters{justify-content:space-between}.ingestro-dp-frontend .ingestro__connector-list-table-filters-sub{width:100%}.ingestro-dp-frontend .ingestro__connector-list-table-publicSwitch.ingestro-switch--checked:disabled .ingestro-switch__toggle{background:var(--ingestro-primary-200)}.ingestro-dp-frontend .ingestro__connector-list-table-filters-sub-end{display:flex;min-width:190px}.ingestro-dp-frontend .ingestro__connector-list-table-filters-sub-end .ingestro-select__toggle-value{white-space:nowrap;font-weight:600}.ingestro-dp-frontend .ingestro__connector-list-table--view .ingestro-table__tableBody .ingestro-table__row-wrapper{cursor:pointer}.ingestro-dp-frontend .ingestro__connector-list-table-name{display:flex;gap:8px;width:100%;align-items:center}.ingestro-dp-frontend .ingestro__connector-list-table-publicTag{flex:none}.ingestro-dp-frontend .ingestro__connector-list-table-publicSwitch-eventGuard{display:contents}.ingestro-dp-frontend .ingestro__connector-list-content{background-color:var(--ingestro-neutral-50);display:flex;flex-direction:column;gap:16px;padding:16px;flex-grow:1;overflow:hidden}.ingestro-dp-frontend .ingestro-connector-list{display:flex;flex-direction:column;min-height:100%}.ingestro-dp-frontend .ingestro-dp.ingestro-connector-list{min-height:min(800px,100vh)}.ingestro-dp-frontend .ingestro-modal-view .ingestro-dp.ingestro-connector-list{min-height:100%}.ingestro-dp-frontend .ingestro-connector-list>.ingestro__layout>.ingestro-emptyState{background-color:var(--ingestro-white)}.ingestro-dp-frontend .ingestro__connector-list-header .ingestro__metadata-header__meta-data-items{color:var(--ingestro-neutral-500);font-size:14px;line-height:1.43}.ingestro-dp-frontend .ingestro__connector-list-header__action-button-container--modal{margin-top:42px}.ingestro-dp-frontend .ingestro__connector-list-disabled-tooltip .ingestro-tooltip__content-value{white-space:pre-wrap;text-align:center}.medium{font-weight:500}.semi-bold{font-weight:600}.bold{font-weight:700}.extra-bold{font-weight:800}.display-1{font-size:72px;line-height:1.25}.display-2{font-size:60px;line-height:1.25}.heading-1{font-size:48px;line-height:1.25}.heading-2{font-size:39px;line-height:1.25}.heading-3{font-size:33px;line-height:1.25}.heading-4{font-size:28px;line-height:1.25}.heading-5{font-size:23px;line-height:1.25}.heading-6{font-size:19px;line-height:1.25}.subheading{font-size:20px;line-height:1.43}.paragraph-1{font-size:14px;line-height:1.43}.paragraph-2{font-size:16px;line-height:1.43}.paragraph-3{font-size:18px;line-height:1.43}.caption{font-size:12px;line-height:1.43}.text-footer{font-size:10px;line-height:1.43}:root{--ingestro-white: #ffffff;--ingestro-black: #000000;--ingestro-neutral-50: #fbfbfb;--ingestro-neutral-100: #f2f2f2;--ingestro-neutral-200: #e1e1e1;--ingestro-neutral-300: #c5c5c5;--ingestro-neutral-400: #a9a9a9;--ingestro-neutral-500: #8d8d8d;--ingestro-neutral-600: #717171;--ingestro-neutral-700: #545454;--ingestro-neutral-800: #383838;--ingestro-neutral-900: #2d2d2d;--ingestro-primary-50: #eff3f9;--ingestro-primary-100: #d0dbed;--ingestro-primary-200: #b1c3e1;--ingestro-primary-300: #92acd4;--ingestro-primary-400: #7394c8;--ingestro-primary-500: #547cbc;--ingestro-primary-600: #4167a5;--ingestro-primary-700: #345386;--ingestro-primary-800: #284067;--ingestro-primary-900: #162338;--ingestro-secondary-50: #f5f8fe;--ingestro-secondary-100: #e0eafd;--ingestro-secondary-200: #c2d5fa;--ingestro-secondary-300: #a3bff8;--ingestro-secondary-400: #7ba3f4;--ingestro-secondary-500: #5c8ef2;--ingestro-secondary-600: #3573ef;--ingestro-secondary-700: #1152d5;--ingestro-secondary-800: #0c3c9b;--ingestro-secondary-900: #082561;--ingestro-success-50: #ecfdf5;--ingestro-success-100: #d1fae5;--ingestro-success-200: #a7f3d0;--ingestro-success-300: #6ee7b7;--ingestro-success-400: #34d399;--ingestro-success-500: #10b981;--ingestro-success-600: #059669;--ingestro-success-700: #047857;--ingestro-success-800: #065f46;--ingestro-success-900: #064e3b;--ingestro-warning-50: #fffbeb;--ingestro-warning-100: #fef3c7;--ingestro-warning-200: #fde68a;--ingestro-warning-300: #fcd34d;--ingestro-warning-400: #fbbf24;--ingestro-warning-500: #f59e0b;--ingestro-warning-600: #d97706;--ingestro-warning-700: #b45309;--ingestro-warning-800: #92400e;--ingestro-warning-900: #78350f;--ingestro-error-50: #fef2f2;--ingestro-error-100: #fee2e2;--ingestro-error-200: #fecaca;--ingestro-error-300: #fca5a5;--ingestro-error-400: #f87171;--ingestro-error-500: #ef4444;--ingestro-error-600: #dc2626;--ingestro-error-700: #b91c1c;--ingestro-error-800: #991b1b;--ingestro-error-900: #7f1d1d;--layer-hidden: -1;--layer-zero: 0;--layer-normal: 1;--layer-popover: 100;--layer-navigation: 200;--layer-overlay: 300;--layer-alerts: 400;--shadow-bottom: 0px 7px 15px 0px rgba(27, 80, 113, .1);--shadow-top: 0px -13px 50px 0px rgba(17, 48, 68, .08);--shadow-normal-xs: 0px 0px 12px 0px #1b50710d;--shadow-normal-s: 0px 0px 16px 0px #1b507114;--shadow-normal-m: 0px 0px 20px 0px #1b50711a;--shadow-normal-l: 0px 0px 24px 0px #1b50711f;--shadow-bottom-xs: 0px 4px 12px 0px #1b50710d;--shadow-bottom-s: 0px 4px 16px 0px #1b507114;--shadow-bottom-m: 0px 8px 20px 0px #1b50711a;--shadow-bottom-l: 0px 12px 24px 0px #1b50711f;--shadow-top-xs: 0px -4px 12px 0px #1b50710d;--shadow-top-s: 0px -4px 16px 0px #1b507114;--shadow-top-m: 0px -8px 20px 0px #1b50711a;--shadow-top-l: 0px -12px 24px 0px #1b50711f;--shadow-left-xs: -4px 0px 12px 0px #1b50710d;--shadow-left-s: -4px 0px 16px 0px #1b507114;--shadow-left-m: -8px 0px 20px 0px #1b50711a;--shadow-left-l: -12px 0px 24px 0px #1b50711f;--shadow-right-xs: 4px 0px 12px 0px #1b50710d;--shadow-right-s: 4px 0px 16px 0px #1b507114;--shadow-right-m: 8px 0px 20px 0px #1b50711a;--shadow-right-l: 12px 0px 24px 0px #1b50711f}.ingestro-alert{display:flex;flex-direction:column;padding:12px 16px;border-radius:8px;border:1px solid;gap:4px;cursor:default}.ingestro-alert--neutral{border-color:var(--ingestro-neutral-300);background-color:var(--ingestro-neutral-50)}.ingestro-alert--neutral .ingestro-alert__header-icon{color:var(--ingestro-neutral-500)}.ingestro-alert--info{border-color:var(--ingestro-secondary-500);background-color:var(--ingestro-secondary-50)}.ingestro-alert--info .ingestro-alert__header-icon{color:var(--ingestro-secondary-500)}.ingestro-alert--success{border-color:var(--ingestro-success-500);background-color:var(--ingestro-success-50)}.ingestro-alert--success .ingestro-alert__header-icon{color:var(--ingestro-success-500)}.ingestro-alert--warning{border-color:var(--ingestro-warning-500);background-color:var(--ingestro-warning-50)}.ingestro-alert--warning .ingestro-alert__header-icon{color:var(--ingestro-warning-500)}.ingestro-alert--error{border-color:var(--ingestro-error-500);background-color:var(--ingestro-error-50)}.ingestro-alert--error .ingestro-alert__header-icon{color:var(--ingestro-error-500)}.ingestro-alert__header{display:flex;align-items:center;gap:8px}.ingestro-alert__header-title{color:var(--ingestro-neutral-900)}.ingestro-alert__header-actions{display:flex;align-items:center;gap:8px;margin-inline-start:auto;color:var(--ingestro-neutral-600)}.ingestro-alert__content{padding-left:28px;color:var(--ingestro-neutral-500)}.ingestro-button{display:flex;align-items:center;justify-content:center;flex-shrink:0;gap:8px;position:relative;padding:0 32px;border:1px solid transparent;border-radius:4px;cursor:pointer;transition:.15s ease-out;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ingestro-button:disabled{pointer-events:none}.ingestro-button--fullWidth{width:100%}.ingestro-button__text{display:flex;align-items:center;opacity:1}.ingestro-button__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.ingestro-button--xxxs .ingestro-button__icon,.ingestro-button--xxxs .ingestro-button__spinner{width:14px;height:14px}.ingestro-button--xxs .ingestro-button__icon,.ingestro-button--xxs .ingestro-button__spinner,.ingestro-button--xs .ingestro-button__icon,.ingestro-button--xs .ingestro-button__spinner{width:16px;height:16px}.ingestro-button--s .ingestro-button__icon,.ingestro-button--s .ingestro-button__spinner,.ingestro-button--m .ingestro-button__icon,.ingestro-button--m .ingestro-button__spinner{width:20px;height:20px}.ingestro-button--l .ingestro-button__icon,.ingestro-button--l .ingestro-button__spinner{width:24px;height:24px}.ingestro-button__spinner{position:relative;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.ingestro-button--loading .ingestro-button__text,.ingestro-button--loading .ingestro-button__icon{opacity:0}.ingestro-button--loading .ingestro-spinner{position:absolute;inset-inline-start:50%;inset-block-start:50%;transform:translate(-50%,-50%)}.ingestro-button--xxxs{height:20px;padding:0 4px;gap:4px}.ingestro-button--xxs{height:24px;padding:0 8px;gap:4px}.ingestro-button--xs{height:32px;padding:0 16px}.ingestro-button--s{height:40px}.ingestro-button--m{height:48px}.ingestro-button--l{height:56px}.ingestro-button--icon.ingestro-button--xxxs{width:20px;padding:0}.ingestro-button--icon.ingestro-button--xxs{width:24px;padding:0}.ingestro-button--icon.ingestro-button--xs{width:32px;padding:0}.ingestro-button--icon.ingestro-button--s{width:40px;padding:0}.ingestro-button--icon.ingestro-button--m{width:48px;padding:0}.ingestro-button--icon.ingestro-button--l{width:54px;padding:0}.ingestro-button--primary,.ingestro-button--primary[type]{background-color:var(--ingestro-primary-900);border-color:var(--ingestro-primary-900);color:var(--ingestro-white);border:none}.ingestro-button--primary:hover,.ingestro-button--primary:focus-visible{background-color:var(--ingestro-primary-700);border-color:var(--ingestro-primary-700)}.ingestro-button--primary:active{background-color:var(--ingestro-primary-800);border-color:var(--ingestro-primary-800)}.ingestro-button--primary:disabled{background-color:var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-100);color:var(--ingestro-neutral-500)}.ingestro-button--primary:disabled .ingestro-spinner__inner{border-color:var(--ingestro-neutral-500) transparent}.ingestro-button--primary.ingestro-button--loading,.ingestro-button--primary[type].ingestro-button--loading{background-color:var(--ingestro-primary-500);border-color:var(--ingestro-primary-500)}.ingestro-button--secondary,.ingestro-button--secondary[type]{background-color:var(--ingestro-secondary-900);border-color:var(--ingestro-secondary-900);color:var(--ingestro-white);border:none}.ingestro-button--secondary:hover,.ingestro-button--secondary:focus-visible{background-color:var(--ingestro-secondary-700);border-color:var(--ingestro-secondary-700)}.ingestro-button--secondary:active{background-color:var(--ingestro-secondary-800);border-color:var(--ingestro-secondary-800)}.ingestro-button--secondary:disabled{background-color:var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-100);color:var(--ingestro-neutral-500)}.ingestro-button--secondary:disabled .ingestro-spinner__inner{border-color:var(--ingestro-neutral-500) transparent}.ingestro-button--secondary.ingestro-button--loading,.ingestro-button--secondary[type].ingestro-button--loading{background-color:var(--ingestro-secondary-500);border-color:var(--ingestro-secondary-500)}.ingestro-button--outlinePrimary,.ingestro-button--outlinePrimary[type]{background-color:var(--ingestro-white);border-color:var(--ingestro-primary-50);color:var(--ingestro-primary-900)}.ingestro-button--outlinePrimary:hover,.ingestro-button--outlinePrimary:focus-visible{background-color:var(--ingestro-primary-50);border-color:var(--ingestro-primary-50)}.ingestro-button--outlinePrimary:active{background-color:var(--ingestro-primary-100);border-color:var(--ingestro-primary-100)}.ingestro-button--outlinePrimary:disabled{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-300);color:var(--ingestro-neutral-300)}.ingestro-button--outlinePrimary:disabled .ingestro-spinner__inner{border-color:var(--ingestro-primary-900) transparent}.ingestro-button--outlinePrimary.ingestro-button--loading,.ingestro-button--outlinePrimary[type].ingestro-button--loading{background-color:var(--ingestro-primary-50);border-color:var(--ingestro-primary-50)}.ingestro-button--outlineSecondary,.ingestro-button--outlineSecondary[type]{background-color:var(--ingestro-white);border-color:var(--ingestro-secondary-50);color:var(--ingestro-secondary-500)}.ingestro-button--outlineSecondary:hover,.ingestro-button--outlineSecondary:focus-visible{background-color:var(--ingestro-secondary-50);border-color:var(--ingestro-secondary-50)}.ingestro-button--outlineSecondary:active{background-color:var(--ingestro-secondary-100);border-color:var(--ingestro-secondary-100)}.ingestro-button--outlineSecondary:disabled{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-300);color:var(--ingestro-neutral-300)}.ingestro-button--outlineSecondary:disabled .ingestro-spinner__inner{border-color:var(--ingestro-primary-900) transparent}.ingestro-button--outlineSecondary.ingestro-button--loading,.ingestro-button--outlineSecondary[type].ingestro-button--loading{background-color:var(--ingestro-secondary-50);border-color:var(--ingestro-secondary-50)}.ingestro-button--plainPrimary,.ingestro-button--plainPrimary[type]{background-color:transparent;color:var(--ingestro-primary-900)}.ingestro-button--plainPrimary:hover,.ingestro-button--plainPrimary:focus-visible{background-color:var(--ingestro-primary-50)}.ingestro-button--plainPrimary:active{background-color:var(--ingestro-primary-100)}.ingestro-button--plainPrimary:disabled{background-color:transparent;color:var(--ingestro-neutral-300)}.ingestro-button--plainPrimary:disabled .ingestro-spinner__inner{border-color:var(--ingestro-neutral-300) transparent}.ingestro-button--plainPrimary.ingestro-button--loading,.ingestro-button--plainPrimary[type].ingestro-button--loading{background-color:var(--ingestro-white)}.ingestro-button--plainSecondary[type],.ingestro-button--plainSecondary{background-color:transparent;color:var(--ingestro-secondary-500)}.ingestro-button--plainSecondary:hover,.ingestro-button--plainSecondary:focus-visible{background-color:var(--ingestro-secondary-50)}.ingestro-button--plainSecondary:active{background-color:var(--ingestro-secondary-100)}.ingestro-button--plainSecondary:disabled{background-color:transparent;color:var(--ingestro-neutral-300)}.ingestro-button--plainSecondary:disabled .ingestro-spinner__inner{border-color:var(--ingestro-neutral-300) transparent}.ingestro-button--plainSecondary.ingestro-button--loading,.ingestro-button--plainSecondary[type].ingestro-button--loading{background-color:var(--ingestro-white)}.ingestro-button--plainNeutral,.ingestro-button--plainNeutral[type]{background-color:transparent;color:var(--ingestro-neutral-600)}.ingestro-button--plainNeutral:hover,.ingestro-button--plainNeutral:focus-visible{background-color:var(--ingestro-neutral-50);color:var(--ingestro-neutral-900)}.ingestro-button--plainNeutral:active{background-color:var(--ingestro-neutral-100);color:var(--ingestro-neutral-900)}.ingestro-button--plainNeutral:disabled{background-color:transparent;color:var(--ingestro-neutral-300)}.ingestro-button--plainNeutral:disabled .ingestro-spinner__inner{border-color:var(--ingestro-neutral-300) transparent}.ingestro-button--plainNeutral.ingestro-button--loading,.ingestro-button--plainNeutral[type].ingestro-button--loading{background-color:var(--ingestro-white)}.ingestro-button--plainDanger,.ingestro-button--plainDanger[type]{background-color:transparent;color:var(--ingestro-error-400)}.ingestro-button--plainDanger .ingestro-spinner__inner,.ingestro-button--plainDanger[type] .ingestro-spinner__inner{border-color:var(--ingestro-error-400) transparent}.ingestro-button--plainDanger:hover,.ingestro-button--plainDanger:focus-visible{background-color:var(--ingestro-error-50);color:var(--ingestro-error-500)}.ingestro-button--plainDanger:active{background-color:var(--ingestro-error-100);color:var(--ingestro-error-500)}.ingestro-button--plainDanger:hover .ingestro-spinner__inner,.ingestro-button--plainDanger:focus .ingestro-spinner__inner,.ingestro-button--plainDanger:active .ingestro-spinner__inner{border-color:var(--ingestro-error-500) transparent}.ingestro-button--plainDanger:disabled{background-color:transparent;color:var(--ingestro-neutral-300)}.ingestro-button--plainDanger:disabled .ingestro-spinner__inner{border-color:var(--ingestro-neutral-300) transparent}.ingestro-button--plainDanger.ingestro-button--loading,.ingestro-button--plainDanger[type].ingestro-button--loading{background-color:var(--ingestro-white);color:var(--ingestro-error-500)}.ingestro-button--outlineDanger,.ingestro-button--outlineDanger[type]{background-color:transparent;color:var(--ingestro-error-400);border:1px solid var(--ingestro-error-50)}.ingestro-button--outlineDanger .ingestro-spinner__inner,.ingestro-button--outlineDanger[type] .ingestro-spinner__inner{border-color:var(--ingestro-error-400) transparent}.ingestro-button--outlineDanger:hover,.ingestro-button--outlineDanger:focus-visible{background-color:var(--ingestro-error-50);color:var(--ingestro-error-500);border:1px solid var(--ingestro-error-50)}.ingestro-button--outlineDanger:active{background-color:var(--ingestro-error-100);color:var(--ingestro-error-500);border:1px solid var(--ingestro-error-50)}.ingestro-button--outlineDanger:hover .ingestro-spinner__inner,.ingestro-button--outlineDanger:focus .ingestro-spinner__inner,.ingestro-button--outlineDanger:active .ingestro-spinner__inner{border-color:var(--ingestro-error-500) transparent}.ingestro-button--outlineDanger:disabled{background-color:var(--ingestro-neutral-50);color:var(--ingestro-neutral-300);border:1px solid var(--ingestro-neutral-300)}.ingestro-button--outlineDanger:disabled .ingestro-spinner__inner{border-color:var(--ingestro-neutral-300) transparent}.ingestro-button--outlineDanger.ingestro-button--loading,.ingestro-button--outlineDanger[type].ingestro-button--loading{background-color:var(--ingestro-error-50);color:var(--ingestro-error-500);border:1px solid var(--ingestro-error-50)}.ingestro-spinner{display:inline-block;flex-shrink:0;border-radius:50%}.ingestro-spinner--xs{width:12px;height:12px}.ingestro-spinner--s{width:16px;height:16px}.ingestro-spinner--m{width:24px;height:24px}.ingestro-spinner--l{width:32px;height:32px}.ingestro-spinner--xl{width:40px;height:40px}.ingestro-spinner--xxl{width:48px;height:48px}.ingestro-spinner--xxxl{width:56px;height:56px}.ingestro-spinner__inner{box-sizing:border-box;width:100%;height:100%;border-radius:50%;border:2px solid transparent;animation:rotation .8s infinite linear}.ingestro-spinner--xl .ingestro-spinner__inner,.ingestro-spinner--xxl .ingestro-spinner__inner,.ingestro-spinner--xxxl .ingestro-spinner__inner{animation-duration:1.1s}.ingestro-spinner--xs .ingestro-spinner__inner{border-width:1px}.ingestro-spinner--neutral .ingestro-spinner__inner{border-color:var(--ingestro-neutral-500) transparent}.ingestro-spinner--primary .ingestro-spinner__inner{border-color:var(--ingestro-primary-900) transparent}.ingestro-spinner--success .ingestro-spinner__inner{border-color:var(--ingestro-success-500) transparent}.ingestro-spinner--warning .ingestro-spinner__inner{border-color:var(--ingestro-warning-500) transparent}.ingestro-spinner--error .ingestro-spinner__inner{border-color:var(--ingestro-error-500) transparent}.ingestro-spinner--white .ingestro-spinner__inner{border-color:var(--ingestro-white) transparent}.ingestro-spinner--secondary .ingestro-spinner__inner{border-color:var(--ingestro-secondary-600) transparent}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ingestro-avatar{box-sizing:border-box;display:inline-flex;align-items:center;gap:8px}.ingestro-avatar__circle{box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-shrink:0;background-color:var(--ingestro-primary-50);border:1px solid var(--ingestro-primary-200);-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.ingestro-avatar--xs .ingestro-avatar__circle{width:24px;height:24px}.ingestro-avatar--s .ingestro-avatar__circle{width:32px;height:32px}.ingestro-avatar--m .ingestro-avatar__circle{width:40px;height:40px}.ingestro-avatar--l .ingestro-avatar__circle{width:48px;height:48px}.ingestro-avatar--round .ingestro-avatar__circle{border-radius:50%}.ingestro-avatar--rounded .ingestro-avatar__circle{border-radius:8px}.ingestro-avatar--xs.ingestro-avatar--rounded .ingestro-avatar__circle{border-radius:4px}.ingestro-avatar__image{width:100%}.ingestro-avatar__letters{color:var(--ingestro-primary-500)}.ingestro-avatar__details{display:flex;flex-direction:column;gap:2px}.ingestro-avatar__text{color:var(--ingestro-neutral-900)}.ingestro-avatar__subtext{color:var(--ingestro-neutral-600)}.ingestro-skeleton{background-color:var(--ingestro-neutral-100);animation:skeleton-pulse 1.8s ease-in-out .5s infinite}@keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.ingestro-stepProgress{height:20px;box-sizing:border-box;display:inline-flex;align-items:center;gap:12px;cursor:default}.ingestro-stepProgress__option{height:100%;display:flex;align-items:center;gap:12px}.ingestro-stepProgress__option:last-of-type .ingestro-stepProgress__optionIcon{display:none}.ingestro-stepProgress__optionIcon{display:flex;align-items:center;justify-content:center;color:var(--ingestro-neutral-500)}.ingestro-stepProgress__optionText{display:flex;align-items:center;gap:8px;color:var(--ingestro-neutral-500)}.stepProgress__optionText--active{color:var(--ingestro-neutral-900);font-weight:600}.stepProgress__optionText--completed{color:var(--ingestro-neutral-900);font-weight:400}.ingestro-stepProgress__completeIcon{width:20px;height:20px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;background-color:var(--ingestro-success-500);color:var(--ingestro-white)}.ingestro-checkbox{display:inline-flex;align-items:center;cursor:pointer;gap:8px;flex-shrink:0}.ingestro-checkbox__input{position:absolute;left:-9999px;opacity:0}.ingestro-checkbox__check{box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:4px;background-color:transparent;border:1px solid var(--ingestro-neutral-200);transition:ease-in .12s}.ingestro-checkbox--s .ingestro-checkbox__check{width:20px;height:20px}.ingestro-checkbox--xs .ingestro-checkbox__check{width:16px;height:16px}.ingestro-checkbox--m .ingestro-checkbox__check{width:24px;height:24px}.ingestro-checkbox__mark{width:100%;height:100%;flex-shrink:0;display:flex;align-items:center;justify-content:center;opacity:0;color:var(--ingestro-white)}.ingestro-checkbox__text{display:inline-flex;align-items:center;width:auto;transition:.1s ease-in-out;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;color:var(--ingestro-neutral-900)}.ingestro-checkbox:focus-within .ingestro-checkbox__input:checked+.ingestro-checkbox__check{background-color:var(--ingestro-primary-900);border-color:var(--ingestro-primary-900)}.ingestro-checkbox__input:hover+.ingestro-checkbox__check{background-color:var(--ingestro-primary-50);border-color:var(--ingestro-primary-200)}.ingestro-checkbox:active .ingestro-checkbox__check{background-color:var(--ingestro-primary-100);border-color:var(--ingestro-primary-100)}.ingestro-checkbox.ingestro-checkbox--indeterminate .ingestro-checkbox__check,.ingestro-checkbox__input:checked+.ingestro-checkbox__check{background-color:var(--ingestro-primary-900);border-color:var(--ingestro-primary-900)}.ingestro-checkbox--indeterminate .ingestro-checkbox__check .ingestro-checkbox__mark,.ingestro-checkbox__input:checked+.ingestro-checkbox__check .ingestro-checkbox__mark{opacity:1}.ingestro-checkbox--indeterminate:hover .ingestro-checkbox__check,.ingestro-checkbox__input:checked:hover+.ingestro-checkbox__check{background-color:var(--ingestro-primary-700);border-color:var(--ingestro-primary-700)}.ingestro-checkbox:active .ingestro-checkbox__input:checked+.ingestro-checkbox__check{background-color:var(--ingestro-primary-800);border-color:var(--ingestro-primary-800)}.ingestro-checkbox--disabled{pointer-events:none;cursor:default}.ingestro-checkbox--disabled .ingestro-checkbox__check,.ingestro-checkbox--disabled .ingestro-checkbox__input:checked+.ingestro-checkbox__check{border-color:var(--ingestro-neutral-300);background-color:var(--ingestro-neutral-100)}.ingestro-checkbox--indeterminate.ingestro-checkbox--disabled .ingestro-checkbox__check{border-color:var(--ingestro-neutral-300);background-color:var(--ingestro-neutral-100)}.ingestro-checkbox--disabled .ingestro-checkbox__mark,.ingestro-checkbox--disabled .ingestro-checkbox__text{color:var(--ingestro-neutral-600)}.ingestro-code-editor{display:flex;flex-direction:column;width:100%;font-family:Monaco,Menlo,Ubuntu Mono,Courier New,monospace;position:relative;--editor__bg-scrollbar: 0, 0%, 50%}.ingestro-code-editor__copy-button-wrapper{position:absolute;top:8px;right:8px;z-index:10}.ingestro-code-editor--xs{gap:2px}.ingestro-code-editor--xs .ingestro-code-editor__container{min-height:220px;font-size:11px;line-height:20px}.ingestro-code-editor--s{gap:4px}.ingestro-code-editor--s .ingestro-code-editor__container{min-height:260px;font-size:12px;line-height:24px}.ingestro-code-editor--m{gap:4px}.ingestro-code-editor--m .ingestro-code-editor__container{min-height:284px;font-size:14px;line-height:26px}.ingestro-code-editor__container{box-sizing:border-box;width:100%;border-radius:4px;border:1px solid var(--ingestro-neutral-200);--ingestro-code-editor-surface: var(--ingestro-white);background-color:var(--ingestro-code-editor-surface);overflow:hidden;position:relative;transition:border-color .2s ease,background-color .2s ease}.ingestro-code-editor__container>.prism-code-editor{overflow-y:auto;overflow-x:auto;height:100%!important;min-height:inherit!important;max-height:inherit!important}.ingestro-code-editor__container:hover{--ingestro-code-editor-surface: var(--ingestro-secondary-50);border-color:var(--ingestro-secondary-200)}.ingestro-code-editor__container:focus-within{border-color:var(--ingestro-secondary-500);--ingestro-code-editor-surface: transparent}.ingestro-code-editor__container:focus-within:hover{--ingestro-code-editor-surface: var(--ingestro-secondary-50)}.ingestro-code-editor--invalid .ingestro-code-editor__container{border-color:var(--ingestro-error-500)}.ingestro-code-editor--invalid .ingestro-code-editor__container:hover,.ingestro-code-editor--invalid .ingestro-code-editor__container:focus-within{border-color:var(--ingestro-error-500)}.ingestro-code-editor--disabled{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ingestro-code-editor--disabled .ingestro-code-editor__container{--ingestro-code-editor-surface: var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-200);color:var(--ingestro-neutral-700)}.ingestro-code-editor--disabled .ingestro-code-editor__container:hover,.ingestro-code-editor--disabled .ingestro-code-editor__container:focus-within{--ingestro-code-editor-surface: var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-200)}.ingestro-code-editor--disabled .ingestro-code-editor__editor{caret-color:transparent}.ingestro-code-editor--disabled .ingestro-code-editor__editor textarea{caret-color:transparent!important}.ingestro-code-editor--disabled .ingestro-code-editor__editor{--pce-selection: transparent;--editor__bg-highlight: transparent}.ingestro-code-editor--readOnly{-webkit-user-select:text;-moz-user-select:text;user-select:text}.ingestro-code-editor--readOnly .ingestro-code-editor__container{--ingestro-code-editor-surface: var(--ingestro-neutral-50);cursor:default}.ingestro-code-editor__editor{--padding-inline: 28px;--editor__bg: var(--ingestro-code-editor-surface);--pce-selection: var(--ingestro-secondary-200);--widget__bg: var(--ingestro-white);--widget__border: var(--ingestro-neutral-100);--widget__color: var(--ingestro-neutral-900);--widget__color-active: var(--ingestro-neutral-900);--widget__bg-hover: var(--ingestro-neutral-50);--widget__bg-active: var(--ingestro-neutral-100);--editor__line-number: var(--ingestro-neutral-400);--editor__bg-highlight: var(--ingestro-secondary-100);--bg-guide-indent: var(--ingestro-neutral-200);--pce-ac-match: var(--ingestro-secondary-500);outline:none;caret-color:var(--ingestro-neutral-900)}.ingestro-code-editor--xs .ingestro-code-editor__editor{--padding-inline: 17px}.ingestro-code-editor--s .ingestro-code-editor__editor{--padding-inline: 22px}.ingestro-code-editor__editor textarea::placeholder{color:var(--ingestro-neutral-400);opacity:1}.ingestro-code-editor__editor textarea::-webkit-input-placeholder{color:var(--ingestro-neutral-400);opacity:1}.ingestro-code-editor__editor textarea::-moz-placeholder{color:var(--ingestro-neutral-400);opacity:1}.ingestro-code-editor__editor textarea:-ms-input-placeholder{color:var(--ingestro-neutral-400);opacity:1}.ingestro-code-editor__editor{--number-spacing: 12px}.ingestro-code-editor__editor .prism-code-editor>.pce-wrapper>.pce-lines{border-right:1px solid var(--ingestro-neutral-200)}.ingestro-code-editor .token.comment,.ingestro-code-editor .token.prolog,.ingestro-code-editor .token.doctype,.ingestro-code-editor .token.cdata{color:var(--ingestro-neutral-500);font-style:italic}.ingestro-code-editor .token.punctuation{color:var(--ingestro-neutral-700)}.ingestro-code-editor .token.property,.ingestro-code-editor .token.tag,.ingestro-code-editor .token.boolean,.ingestro-code-editor .token.number,.ingestro-code-editor .token.constant,.ingestro-code-editor .token.symbol,.ingestro-code-editor .token.deleted{color:var(--ingestro-error-600)}.ingestro-code-editor .token.selector,.ingestro-code-editor .token.attr-name,.ingestro-code-editor .token.string,.ingestro-code-editor .token.char,.ingestro-code-editor .token.builtin,.ingestro-code-editor .token.inserted{color:var(--ingestro-success-600)}.ingestro-code-editor .token.operator,.ingestro-code-editor .token.entity,.ingestro-code-editor .token.url,.ingestro-code-editor .language-css .token.string,.ingestro-code-editor .style .token.string{color:var(--ingestro-warning-700)}.ingestro-code-editor .token.atrule,.ingestro-code-editor .token.attr-value,.ingestro-code-editor .token.keyword{color:var(--ingestro-primary-600)}.ingestro-code-editor .token.function,.ingestro-code-editor .token.class-name{color:var(--ingestro-secondary-700)}.ingestro-code-editor .token.regex,.ingestro-code-editor .token.important,.ingestro-code-editor .token.variable{color:var(--ingestro-warning-600)}.ingestro-code-editor .token.column-reference{color:var(--ingestro-secondary-700);font-weight:500}.ingestro-code-editor--language-bash .token.package,.ingestro-code-editor--language-javascript .token.package{color:var(--ingestro-success-600)}.ingestro-code-editor__editor .pce-ac-tooltip{border-radius:6px;box-shadow:var(--shadow-bottom-xs);padding:4px 0;margin:4px 0;z-index:var(--layer-overlay, 1200);position:sticky;border:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);overflow-x:hidden!important;overflow-y:auto;overscroll-behavior:contain;width:var(--ingestro-code-editor-ac-width, 320px)!important;min-width:var(--ingestro-code-editor-ac-width, 320px);max-width:var(--ingestro-code-editor-ac-width, 320px);scrollbar-color:var(--ingestro-neutral-300) transparent;scrollbar-gutter:stable both-edges;box-sizing:border-box}.ingestro-code-editor__editor .pce-ac-icon-constant{color:var(--ingestro-primary-500)!important}.ingestro-code-editor__editor .pce-ac-tooltip>*{min-width:100%;display:flex;flex-direction:column;gap:0}.ingestro-code-editor__editor .pce-ac-tooltip::-webkit-scrollbar{width:6px;height:6px}.ingestro-code-editor__editor .pce-ac-tooltip::-webkit-scrollbar-track{background:transparent}.ingestro-code-editor__editor .pce-ac-tooltip::-webkit-scrollbar-thumb{background-color:var(--ingestro-neutral-300);border-radius:3px}.ingestro-code-editor__editor .pce-ac-tooltip::-webkit-scrollbar-thumb:hover{background-color:var(--ingestro-neutral-400)}.ingestro-code-editor__editor .pce-ac-row{font-size:13px;padding:0 12px;gap:10px;align-items:center;height:32px;min-height:32px;line-height:20px;color:var(--ingestro-neutral-900);background-color:var(--ingestro-white);cursor:pointer;transition:background-color .15s ease,color .15s ease;overflow:visible;flex-shrink:0;white-space:nowrap;display:flex;min-width:100%;box-sizing:border-box;font-weight:500;width:100%}.ingestro-code-editor__editor .pce-ac-row:hover{background-color:var(--ingestro-neutral-50)}.ingestro-code-editor__editor .pce-ac-row[aria-selected]{background-color:var(--ingestro-neutral-100);color:var(--ingestro-neutral-900)}.ingestro-code-editor__editor .pce-ac-row div{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ingestro-code-editor__editor .pce-ac-row div:nth-of-type(2){flex:1 1 auto;min-width:0;width:calc(100% - 96px)}.ingestro-code-editor__editor .pce-ac-details{font-size:12px;line-height:16px;font-weight:400;color:var(--ingestro-neutral-500);margin-left:auto;flex:0 0 88px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}.ingestro-code-editor__editor .pce-ac-row>div:first-of-type{flex:0 0 20px;min-width:20px}.ingestro-code-editor__editor .pce-ac-icon{width:16px;height:16px;color:var(--ingestro-neutral-500);flex-shrink:0}.ingestro-code-editor__editor{--pce-ac-icon-function: var(--ingestro-secondary-500);--pce-ac-icon-variable: var(--ingestro-primary-500);--pce-ac-icon-keyword: var(--ingestro-error-500);--pce-ac-icon-property: var(--ingestro-warning-500);--pce-ac-icon-snippet: var(--ingestro-secondary-500)}.ingestro-code-editor__footer{display:flex;justify-content:space-between;align-items:center;color:var(--ingestro-neutral-500)}.ingestro-code-editor--xs .ingestro-code-editor__footer,.ingestro-code-editor--s .ingestro-code-editor__footer{font-size:11px;line-height:16px}.ingestro-code-editor--m .ingestro-code-editor__footer{font-size:12px;line-height:18px}.ingestro-code-editor__error-line{background-color:#ef44441a;border-bottom:2px wavy var(--ingestro-error-500)}.ingestro-code-editor__error-line-dot{position:absolute;width:8px;height:8px;background-color:var(--ingestro-error-400);border-radius:50%;left:calc(-1 * var(--padding-left) + 10px);top:50%;transform:translateY(-50%);z-index:10}.ingestro-code-editor--xs .ingestro-code-editor__error-line-dot{width:5px;height:5px;left:calc(-1 * var(--padding-left) + 6px)}.ingestro-code-editor--s .ingestro-code-editor__error-line-dot{width:6px;height:6px;left:calc(-1 * var(--padding-left) + 8px)}.ingestro-code-editor--no-active-highlight .ingestro-code-editor__editor{--editor__bg-highlight: transparent}.ingestro-code-editor__footer{font-family:Inter,sans-serif,serif}.ingestro-tooltip{display:inline-flex;flex-direction:column}.ingestro-tooltip__anchor{display:inline-flex;flex-direction:column;border:0;outline:0;padding:0;background-color:transparent}.ingestro-tooltip__content{background-color:var(--ingestro-white);box-shadow:var(--shadow-bottom);border-radius:4px;padding:12px 16px;z-index:var(--layer-overlay);overflow-wrap:anywhere}.ingestro-tooltip__content--white{background-color:var(--ingestro-white);color:var(--ingestro-neutral-900)}.ingestro-tooltip__content--dark{background-color:var(--ingestro-neutral-700);color:var(--ingestro-white)}.ingestro-tooltip__content--info{background-color:var(--ingestro-primary-500);color:var(--ingestro-white)}.ingestro-tooltip__content--success{background-color:var(--ingestro-success-400);color:var(--ingestro-white)}.ingestro-tooltip__content--warning{background-color:var(--ingestro-warning-400);color:var(--ingestro-white)}.ingestro-tooltip__content--error{background-color:var(--ingestro-error-400);color:var(--ingestro-white)}.ingestro-tooltip__content-value b,.ingestro-tooltip__content-value strong{font-weight:600}.ingestro-tooltip__content--align-left .ingestro-tooltip__content-value{text-align:left}.ingestro-tooltip__content--align-center .ingestro-tooltip__content-value{text-align:center}.ingestro-tooltip__content--align-right .ingestro-tooltip__content-value{text-align:right}.ingestro-tooltip__content--unhoverable{pointer-events:none}.prism-code-editor{overflow:auto;display:grid;background:var(--editor__bg);line-height:1.4;--_pse: var(--padding-inline, .75em);--_ns: var(--number-spacing, .75em);--padding-left: var(--_pse);scroll-padding-left:var(--padding-left);-webkit-user-select:none;-moz-user-select:none;user-select:none;isolation:isolate;white-space:pre}.show-line-numbers{--padding-left: calc(var(--_pse) + var(--number-width) + var(--_ns));grid:1fr / 0 1fr}.pce-wrapper{margin:.5em 0;position:relative;pointer-events:none;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none}.prism-code-editor textarea{all:unset;box-sizing:border-box;height:100%;width:100%;color:#0000;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;overflow:hidden;pointer-events:auto;padding:0 var(--_pse) 0 var(--padding-left)}.pce-no-selection textarea:focus{z-index:1}.pce-line{padding:0 var(--_pse) 0 0;margin:0 0 0 var(--padding-left);position:relative}.show-line-numbers .pce-line:before{content:attr(data-line);display:inline-block;margin:0 0 0 calc(-1 * var(--padding-left));padding:0 var(--_ns) 0 0;box-sizing:border-box;color:var(--editor__line-number);text-align:end}.show-line-numbers:before{content:"";background:inherit;pointer-events:none}.show-line-numbers:before,.pce-line:before{position:sticky;height:100%;z-index:2;left:0;width:var(--padding-left)}.pce-wrap .pce-line:before{position:absolute}.pce-overlays,div.pce-overlays>*,.pce-no-selection .active-line:after,.active-line.match-highlight:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.active-line:after{border:var(--editor__border-highlight);background:var(--editor__bg-highlight);z-index:-2}.pce-wrap{white-space:pre-wrap;word-break:break-word}.selection-matches span{background:var(--editor__bg-selection-match)}.pce-nowrap .active-bracket{display:inline-block}@media(hover:hover){.prism-code-editor::-webkit-scrollbar-corner,.prism-code-editor::-webkit-scrollbar-track,.prism-code-editor ::-webkit-scrollbar-corner,.prism-code-editor ::-webkit-scrollbar-track{background:#0000}.prism-code-editor::-webkit-scrollbar,.prism-code-editor ::-webkit-scrollbar{height:1em;width:1em}.prism-code-editor::-webkit-scrollbar-thumb,.prism-code-editor ::-webkit-scrollbar-thumb{background:hsla(var(--editor__bg-scrollbar),.36);width:2em;height:2em}.prism-code-editor::-webkit-scrollbar-thumb:hover,.prism-code-editor ::-webkit-scrollbar-thumb:hover{background:hsla(var(--editor__bg-scrollbar),.5)}.prism-code-editor::-webkit-scrollbar-thumb:active,.prism-code-editor ::-webkit-scrollbar-thumb:active{background:hsla(var(--editor__bg-scrollbar),.66)}}.pce-ac-tooltip{background:var(--widget__bg);border:1px solid var(--widget__border);pointer-events:auto;box-sizing:border-box;position:sticky;right:.5em;left:.5em;overflow:auto;border-radius:.3em;white-space:pre}.pce-ac-tooltip>ul{all:unset;display:block;box-sizing:border-box;overflow:hidden}.pce-ac-row{display:flex;padding:0 .2em;height:1.4em;align-items:center;gap:.5em;cursor:pointer}.pce-ac-row span{color:var(--pce-ac-match, #52b1ff)}.pce-ac-row div{overflow-x:hidden;text-overflow:ellipsis}.pce-ac-details{opacity:.75;font-size:90%;margin-left:auto}.pce-ac-details:empty{display:none}@media(hover:hover){.pce-ac-row:hover{background:#7772}}.pce-ac-row[aria-selected]{background:#1094ff36;color:var(--widget__color-active)}.pce-tabstops span{background:var(--pce-tabstop, #7c7c7c4d)}.pce-tabstops :empty{padding:0 1px;margin:0 -1px}.pce-ac-icon{display:flex;flex-shrink:0;align-items:center;margin-right:-.25em}.pce-ac-icon:before{content:"";width:16px;height:16px;background:currentColor;-webkit-mask:no-repeat var(--mask);mask:no-repeat var(--mask)}.pce-ac-row[aria-selected] .pce-ac-icon:before{color:var(--widget__color-active)}.pce-ac-icon-namespace{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" d="m6 2.5 a2 2 0 0 0-2 2v1.5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v1.5a2 2 0 0 0 2 2m4-11a2 2 0 0 1 2 2v1.5a2 2 0 0 0 2 2 2 2 0 0 0-2 2v1.5a2 2 0 0 1-2 2"/></svg>')}.pce-ac-icon-unit{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" stroke-linejoin="bevel" d="m3.5 1.5h9v13h-9zm.5 2h4m-4 3h2m-2 3h4m-4 3h2"/></svg>')}.pce-ac-icon-parameter{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" stroke="red" fill="none"><path stroke-linejoin="bevel" d="m3.3 6.2l-1.8 1.8 1.8 1.8m9.4 0l1.8-1.8-1.8-1.8"/><path d="m5.5 6v-1.5h5v1.5m-2.5-1v6.5h1.5-3m.5 0a1 1 0 0 0 1-1 1 1 0 0 0 1 1m1.5-6a1 1 0 0 0-1-1m-3 0a1 1 0 0 0-1 1"/></svg>')}.pce-ac-icon-snippet{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" stroke-linejoin="bevel" d="m2.5 13v-11.5h12v11.5m-12.5 1.5h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1m1 0h1"/></svg>')}.pce-ac-icon-enum{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="m2 7h6l1 1v5l-1 1h-6l-1-1v-5zv6h6v-5h-6zm1 2h4v1h-4zm0 2h4v1h-4zm4-5v-3l1-1h6l1 1v5l-1 1h-4v-1h4v-5h-6v3zm2-2h4v1h-4zm0 2h4v1h-3.59l-.41-.41z"/></svg>')}.pce-ac-icon-interface{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" d="m4 8h4.5a3 3 0 0 1 6 0 3 3 0 0 1-6 0"/><circle cx="3" cy="8" r="2"/></svg>')}.pce-ac-icon-constant{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" stroke-linejoin="bevel" d="m1.5 3.5h13v9h-13zm2.5 3h8m0 3h-8"/></svg>')}.pce-ac-icon-class{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" stroke-linejoin="bevel" d="m5.5 1.5 l2 2-4 4-2-2 4-4zm0 4v7h5.5m-.5.5l2.5-2.5 1.5 1.5-2.5 2.5zm-5.5-5.5h6m-.5.5l2.5-2.5 1.5 1.5-2.5 2.5z"/></svg>')}.pce-ac-icon-property{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" d="m7.24 6.86a3.8 3.8 0 0 1 5.02-5.02l-2.8 2.8 1.9 1.9 2.8-2.8a3.8 3.8 0 0 1-5.02 5.02l-5.35 5.35a.95.95 0 0 1-1.9-1.9z"/></svg>')}.pce-ac-icon-variable{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" stroke-linejoin="bevel" d="m4 4.5h-2.5v8h2.5m8 0h2.5v-8h-2.5m-3 1l2.5 1.5v2.5l-4.5 2-2.5-1.5v-2.5zm-4.5 2l2.5 1.5v2.5m0-2.5l4.5-2"/></svg>')}.pce-ac-icon-function{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" stroke-linejoin="bevel" d="m8 1.25l5.5 3.3v6.6l-5.5 3.3-5.5-3.3v-6.6zM2.5 4.85l5.5 3v6.5m0-6.5l5.5-3"/></svg>')}.pce-ac-icon-keyword{--mask: url('data:image/svg+xml,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path stroke="red" fill="none" d="m1.5 2.5h6v2h-6zm8.5 1h5m-14 4h11m-11 3h6m3 0h5m-3 3h2m-13 0h9"/></svg>')}.ingestro-datepicker *{box-sizing:border-box}.ingestro-datepicker{width:100%;box-sizing:border-box;display:inline-flex;flex-direction:column;position:relative}.ingestro-datepicker__anchor{width:100%;box-sizing:border-box;display:flex;flex-direction:column;border:0;outline:0;padding:0;background-color:transparent}.ingestro-datepicker__anchor .ingestro-input__input{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ingestro-datepicker__content{box-sizing:border-box;display:flex;flex-direction:column;border-radius:4px;border:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);box-shadow:var(--shadow-bottom-xs);z-index:var(--layer-overlay);outline:none;overflow:hidden}.ingestro-datepicker__content-main{box-sizing:border-box;width:312px;padding:16px;flex:1 auto;display:flex;flex-direction:column;overflow-y:auto}.ingestro-datepicker__toggle{box-sizing:border-box;width:100%;position:relative;display:flex;align-items:center;gap:8px;background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-200);border-radius:4px;padding:0 4px 0 12px;cursor:pointer;outline:none}.ingestro-datepicker--xs .ingestro-datepicker__toggle{height:32px}.ingestro-datepicker--s .ingestro-datepicker__toggle{height:40px}.ingestro-datepicker__toggle:hover,.ingestro-datepicker__toggle:focus-visible{border-color:var(--ingestro-secondary-200);background-color:var(--ingestro-secondary-50)}.ingestro-datepicker__toggle--focused,.ingestro-datepicker__toggle--focused:hover,.ingestro-datepicker__toggle--invalid.ingestro-datepicker__toggle--focused,.ingestro-datepicker__toggle--invalid.ingestro-datepicker__toggle--focused:hover{border-color:var(--ingestro-secondary-500)}.ingestro-datepicker__toggle--invalid,.ingestro-datepicker__toggle--invalid:hover{border-color:var(--ingestro-error-500)}.ingestro-datepicker__toggle-placeholder{color:var(--ingestro-neutral-400)}.ingestro-datepicker__toggle-actions{display:flex;align-items:center;margin-left:auto;color:var(--ingestro-neutral-500)}.ingestro-datepicker__toggle-value{color:var(--ingestro-neutral-900);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ingestro-datepicker__toggle--disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-200);justify-content:space-between}.ingestro-datepicker__toggle--disabled .ingestro-datepicker__toggle-placeholder,.ingestro-datepicker__toggle--disabled .ingestro-datepicker__toggle-value{color:var(--ingestro-neutral-400);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-200)}.ingestro-datepicker__periodControl{display:flex;align-items:center;margin-block-end:12px}.ingestro-datepicker__monthButtons{display:flex;align-items:center;margin-inline-start:auto}.ingestro-datepicker__periodControlButton{height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:0;padding:0 12px;cursor:pointer;transition:.15s ease-out;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;color:var(--ingestro-neutral-900);font-weight:600}.ingestro-datepicker__periodControlButton:focus,.ingestro-datepicker__periodControlButton:hover{background-color:var(--ingestro-neutral-100)}.ingestro-datepicker__dates{display:flex;flex-wrap:wrap}.ingestro-datepicker__years-wrapper{flex:1 auto;display:flex;flex-direction:column;overflow-y:auto}.ingestro-datepicker__weekDays{display:flex;align-items:center;cursor:default;color:var(--ingestro-neutral-900)}.ingestro-datepicker__weekDay{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-weight:600}.ingestro-datepicker__dateButton{height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:0;cursor:pointer;transition:.15s ease-out;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;font-size:inherit;line-height:inherit}.ingestro-datepicker__day{width:40px}.ingestro-datepicker__month{width:50%;font-size:14px;font-weight:600}.ingestro-datepicker__year{width:33.33%;font-size:14px;font-weight:600}.ingestro-datepicker__dateButton--current{color:var(--ingestro-neutral-900)}.ingestro-datepicker__dateButton--previous,.ingestro-datepicker__dateButton--next{color:var(--ingestro-neutral-300)}.ingestro-datepicker__dateButton--today{color:var(--ingestro-neutral-900);background-color:var(--ingestro-neutral-100)}.ingestro-datepicker__dateButton--selected{background-color:var(--ingestro-primary-50);color:var(--ingestro-primary-500)}.ingestro-datepicker__dateButton--current:focus,.ingestro-datepicker__dateButton--current:hover{color:var(--ingestro-neutral-900);background-color:var(--ingestro-neutral-50)}.ingestro-datepicker__dateButton--previous:focus,.ingestro-datepicker__dateButton--previous:hover,.ingestro-datepicker__dateButton--next:focus,.ingestro-datepicker__dateButton--next:hover{color:var(--ingestro-neutral-500);background-color:var(--ingestro-neutral-50)}.ingestro-datepicker__dateButton--today:focus,.ingestro-datepicker__dateButton--today:hover{color:var(--ingestro-neutral-900);background-color:var(--ingestro-primary-100)}.ingestro-datepicker__dateButton--selected:focus,.ingestro-datepicker__dateButton--selected:hover{color:var(--ingestro-primary-500);background-color:var(--ingestro-primary-100)}.ingestro-datepicker__dateButton--range.ingestro-datepicker__dateButton--selected{border-radius:0}.ingestro-datepicker__dateButton--rangeStart,.ingestro-datepicker__dateButton--rangeEnd{background-color:var(--ingestro-primary-500);color:var(--ingestro-white)}.ingestro-datepicker__dateButton--rangeStart:hover,.ingestro-datepicker__dateButton--rangeStart:focus,.ingestro-datepicker__dateButton--rangeEnd:hover,.ingestro-datepicker__dateButton--rangeEnd:focus{background-color:var(--ingestro-primary-700);color:var(--ingestro-white)}.ingestro-datepicker__dateButton--rangeStart.ingestro-datepicker__dateButton--selected{border-top-left-radius:8px;border-bottom-left-radius:8px}.ingestro-datepicker__dateButton--rangeEnd.ingestro-datepicker__dateButton--selected{border-top-right-radius:8px;border-bottom-right-radius:8px}.ingestro-datepicker__dateButton--disabled{color:var(--ingestro-neutral-300);pointer-events:none}.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--selected{background-color:var(--ingestro-neutral-100);color:var(--ingestro-neutral-900)}.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--selected:focus,.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--selected:hover{color:var(--ingestro-primary-500);background-color:var(--ingestro-primary-100)}.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--today{font-weight:600;color:var(--ingestro-neutral-900);background-color:var(--ingestro-neutral-100)}.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--today:focus,.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--today:hover{color:var(--ingestro-neutral-900);background-color:var(--ingestro-neutral-100)}.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--rangeStart,.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--rangeEnd{background-color:var(--ingestro-primary-900);color:var(--ingestro-white)}.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--range{font-weight:600}.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--current:focus,.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--current:hover{color:var(--ingestro-neutral-900);background-color:var(--ingestro-neutral-50)}.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--rangeStart:hover,.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--rangeStart:focus,.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--rangeEnd:hover,.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--rangeEnd:focus{background-color:var(--ingestro-primary-900);color:var(--ingestro-white)}.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--previous:focus,.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--previous:hover,.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--next:focus,.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--next:hover{color:var(--ingestro-neutral-500);background-color:var(--ingestro-neutral-50)}.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--selected:hover{background-color:var(--ingestro-primary-100)!important}.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton.ingestro-datepicker__day.ingestro-datepicker__dateButton--selected{color:var(--ingestro-white);background-color:var(--ingestro-primary-900);font-weight:600}.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton.ingestro-datepicker__day.ingestro-datepicker__dateButton--selected:hover{color:var(--ingestro-white)!important;background-color:var(--ingestro-primary-700)!important}.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--current.ingestro-datepicker__day.ingestro-datepicker__dateButton--today:focus,.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton--current.ingestro-datepicker__day.ingestro-datepicker__dateButton--today:hover{color:var(--ingestro-neutral-900);background-color:var(--ingestro-primary-100)}.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton.ingestro-datepicker__day.ingestro-datepicker__dateButton--selected.ingestro-datepicker__dateButton--range:not(.ingestro-datepicker__dateButton--rangeStart):not(.ingestro-datepicker__dateButton--rangeEnd){background-color:var(--ingestro-primary-50);color:var(--ingestro-primary-900)}.ingestro-datepicker__content--primary .ingestro-datepicker__dateButton.ingestro-datepicker__day.ingestro-datepicker__dateButton--selected.ingestro-datepicker__dateButton--range:hover:not(.ingestro-datepicker__dateButton--rangeStart):not(.ingestro-datepicker__dateButton--rangeEnd){background-color:var(--ingestro-primary-100)!important}.ingestro-dialog__overlay{background:#000c;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:var(--layer-overlay);opacity:1;animation:appear .1s ease-in}.ingestro-dialog__content{position:relative;box-sizing:border-box;display:flex;flex-direction:column;min-width:480px;flex-shrink:0;gap:24px;padding:24px;max-width:calc(100% - 48px);max-height:calc(100% - 48px);background-color:var(--ingestro-white);border-radius:8px;overflow-y:auto;cursor:default;transition:.1s ease-in-out}.ingestro-dialog__content--fullScreen{width:100%;height:100%}.ingestro-dialog__header{flex-shrink:0;display:flex;flex-direction:column}.ingestro-dialog__header--center{text-align:center;align-items:center}.ingestro-dialog__title{margin:0;color:var(--ingestro-neutral-900);padding-right:96px}.ingestro-dialog__header .ingestro-dialog__title{padding-right:0}.ingestro-dialog__subtitle{margin:16px 0 0;color:var(--ingestro-neutral-600)}.ingestro-dialog__header-actions{position:absolute;top:12px;right:12px;height:48px;display:flex;align-items:center;justify-content:center;gap:4px}.ingestro-dialog__headerIcon{color:var(--ingestro-warning-400);margin-block-end:8px}.ingestro-dialog__footer{padding-top:16px;flex-shrink:0;display:flex;flex-direction:column;gap:16px}.ingestro-dialog__footer--center .ingestro-button{flex-shrink:1;flex-grow:1}.ingestro-dialog__footer-buttons{display:flex;gap:16px;justify-content:flex-end}.ingestro-dialog__body{overflow:auto;flex:1 auto;margin-inline-end:-24px;padding-inline-end:24px}@keyframes appear{0%{opacity:0}to{opacity:1}}.ingestro-message--neutral{color:var(--ingestro-neutral-500)}.ingestro-message--info{color:var(--ingestro-primary-500)}.ingestro-message--success{color:var(--ingestro-success-500)}.ingestro-message--warning{color:var(--ingestro-warning-500)}.ingestro-message--error{color:var(--ingestro-error-500)}.ingestro-divider{position:relative;background-color:var(--ingestro-neutral-100)}.ingestro-divider--horizontal{width:100%;height:1px}.ingestro-divider--vertical{width:1px;height:100%}.ingestro-divider__text{position:absolute;inset-inline-start:50%;inset-block-start:50%;transform:translate(-50%,-50%);padding:0 12px;background-color:var(--ingestro-white);color:var(--ingestro-neutral-900)}.ingestro-emptyState{display:flex;align-items:center;justify-content:center;width:100%;flex:1 auto}@media screen and (max-height:767px){.ingestro-emptyState{padding:32px;box-sizing:border-box}}.ingestro-emptyState__inner{display:flex;flex-direction:column;max-width:476px}.ingestro-emptyState--left .ingestro-emptyState__inner{text-align:left;align-items:flex-start}.ingestro-emptyState--center .ingestro-emptyState__inner{text-align:center;align-items:center}.ingestro-emptyState__heading{color:var(--ingestro-neutral-900)}.ingestro-emptyState--l .ingestro-emptyState__heading{margin:24px 0 0}.ingestro-emptyState--m .ingestro-emptyState__heading,.ingestro-emptyState--s .ingestro-emptyState__heading{margin:16px 0 0}.ingestro-emptyState__text{color:var(--ingestro-neutral-500)}.ingestro-emptyState--l .ingestro-emptyState__text{margin:16px 0 0}.ingestro-emptyState--m .ingestro-emptyState__text,.ingestro-emptyState--s .ingestro-emptyState__text{margin:4px 0 0}.ingestro-emptyState--l .ingestro-emptyState__actions,.ingestro-emptyState--m .ingestro-emptyState__actions{margin:24px 0 0}.ingestro-emptyState--s .ingestro-emptyState__actions{margin:16px 0 0}.ingestro-formElement{display:flex;flex-direction:column;gap:4px}.ingestro-formElement--xxs{gap:2px}.ingestro-formElement__label{display:flex;align-items:center;gap:4px}.ingestro-formElement__labelText{color:var(--ingestro-neutral-700)}.ingestro-formElement__requiredMark{color:var(--ingestro-error-500)}.ingestro-formElement__tooltip{display:flex;align-items:center;justify-content:center;color:var(--ingestro-neutral-500)}.ingestro-formElement__skeleton{display:flex;flex-direction:column;gap:4px}.ingestro-formElement__adornment{margin-inline-start:auto}.ingestro-formElement__bottom{display:flex;justify-content:space-between}.ingestro-info{display:flex;gap:8px;border-radius:8px;padding:8px 12px;border:1px solid transparent;border-left-width:4px}.ingestro-info--clear{border:none;border-left-width:0px}.ingestro-info--clear.ingestro-info--neutral,.ingestro-info--clear.ingestro-info--info,.ingestro-info--clear.ingestro-info--success,.ingestro-info--clear.ingestro-info--warning,.ingestro-info--clear.ingestro-info--error{background-color:transparent;border-color:transparent}.ingestro-info--clear.ingestro-info--info svg{fill:var(--ingestro-primary-900);stroke:var(--ingestro-white)}.ingestro-info--neutral{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-500)}.ingestro-info--neutral svg{fill:var(--ingestro-neutral-500);stroke:var(--ingestro-white)}.ingestro-info--info{background-color:var(--ingestro-secondary-50);border-color:var(--ingestro-secondary-500)}.ingestro-info--info svg{fill:var(--ingestro-secondary-500);stroke:var(--ingestro-white)}.ingestro-info--success{background-color:var(--ingestro-success-50);border-color:var(--ingestro-success-500)}.ingestro-info--success svg{fill:var(--ingestro-success-500);stroke:var(--ingestro-white)}.ingestro-info--warning{background-color:var(--ingestro-warning-50);border-color:var(--ingestro-warning-500)}.ingestro-info--warning svg{fill:var(--ingestro-warning-500);stroke:var(--ingestro-white)}.ingestro-info--error{background-color:var(--ingestro-error-50);border-color:var(--ingestro-error-500)}.ingestro-info--error svg{fill:var(--ingestro-error-500);stroke:var(--ingestro-white)}.ingestro-info__details{display:flex;flex-direction:column;gap:4px}.ingestro-info__title{color:var(--ingestro-neutral-700)}.ingestro-info__text{color:var(--ingestro-neutral-500)}.ingestro-input{box-sizing:border-box;width:100%;position:relative;display:flex;align-items:center;background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-200);border-radius:4px;overflow:hidden}.ingestro-input--xxs{height:26px}.ingestro-input--xs{height:32px}.ingestro-input--s{height:40px}.ingestro-input--m{height:48px}.ingestro-input--l{height:56px}.ingestro-input__input{box-sizing:border-box;display:flex;width:100%;height:100%;outline:none;padding:0 8px;border:0;font-family:inherit;cursor:text;color:var(--ingestro-neutral-900);background-color:transparent}.ingestro-input__input::-moz-placeholder{color:var(--ingestro-neutral-400)}.ingestro-input__input::placeholder{color:var(--ingestro-neutral-400)}.ingestro-input:hover{border-color:var(--ingestro-secondary-200);background-color:var(--ingestro-secondary-50)}.ingestro-input--invalid,.ingestro-input--invalid:hover,.ingestro-input--invalid:focus,.ingestro-input--invalid:focus-within,.ingestro-input--invalid.ingestro-input--focused{border-color:var(--ingestro-error-500)}.ingestro-input__adornment{display:flex;align-items:center;color:var(--ingestro-primary-900)}.ingestro-input__startAdornment{padding-left:12px}.ingestro-input__endAdornment{padding-right:4px}.ingestro-input__spinner{width:32px;height:32px;color:var(--ingestro-neutral-500);display:flex;align-items:center;justify-content:center}.ingestro-input__spinner--s{width:32px;height:32px}.ingestro-input__spinner--m{width:40px;height:40px}.ingestro-input__spinner--l{width:48px;height:48px}.ingestro-input.ingestro-input--focused,.ingestro-input:focus-within{border-color:var(--ingestro-secondary-500)}.ingestro-input--invalid{border-color:var(--ingestro-error-500)}.ingestro-input--disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-200)}.ingestro-input--disabled .ingestro-button--icon,.ingestro-input--disabled .ingestro-input__adornment{color:var(--ingestro-neutral-300)!important}.ingestro-input__input::-webkit-outer-spin-button,.ingestro-input__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ingestro-input__input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.ingestro-input--readOnly{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-100)}.ingestro-input--readOnly .ingestro-input__input{background-color:var(--ingestro-neutral-50)}.ingestro-input-number__arrow-control svg{color:var(--ingestro-secondary-900)}.ingestro-input-number__arrow-control-up{cursor:pointer;border:1px solid var(--ingestro-secondary-50);width:16px;height:16px;border-top-left-radius:4px;border-top-right-radius:4px;display:flex}.ingestro-input-number__arrow-control-down{cursor:pointer;border:1px solid var(--ingestro-secondary-50);width:16px;height:16px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;display:flex}.ingestro-input-number__arrow-control-up:hover,.ingestro-input-number__arrow-control-down:hover,.ingestro-input-number__arrow-control-up:focus,.ingestro-input-number__arrow-control-down:focus{background-color:var(--ingestro-secondary-50)}.ingestro-input-number__arrow-control-up:active,.ingestro-input-number__arrow-control-down:active{border-color:var(--ingestro-secondary-100);background-color:var(--ingestro-secondary-100)}.ingestro-input-number__arrow-control-down--disabled,.ingestro-input-number__arrow-control-up--disabled{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-300);pointer-events:none}.ingestro-input-number__arrow-control-down--disabled svg,.ingestro-input-number__arrow-control-up--disabled svg{color:var(--ingestro-neutral-300)}.ingestro-input__input--truncated{display:flex;align-items:center;flex:1;min-width:0}.ingestro-input__input--truncated .ingestro-truncated-text{flex:1;min-width:0}.ingestro-input__input--truncated input{flex:1;min-width:0;height:100%;cursor:text}.ingestro-input__input--truncated--focused input{opacity:1}.ingestro-input__input--truncated--blurred input{position:absolute;top:0;left:0;opacity:0}.ingestro-input__input--truncated .ingestro-truncated-text{padding:0 8px}.ingestro-input__input--truncated input,.ingestro-input__input--truncated .ingestro-truncated-text{color:var(--ingestro-neutral-900)}.ingestro-input .ingestro-truncated-text{line-height:normal}.ingestro-truncated-text{position:relative;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ingestro-truncated-text .ingestro-tooltip{position:absolute;top:0;left:0;height:100%;width:100%}.ingestro-truncated-text .ingestro-tooltip__anchor{height:100%}.ingestro-truncated-text__tooltip-anchor{width:100%;height:100%}.ingestro-tooltip-scrollable{display:inline-flex;flex-direction:column}.ingestro-tooltip-scrollable__anchor{display:inline-flex;flex-direction:column;border:0;outline:0;padding:0;background-color:transparent}.ingestro-tooltip-scrollable__content{border-radius:4px;padding:0;z-index:var(--layer-overlay);overflow-wrap:anywhere;position:relative}.ingestro-tooltip-scrollable__content:before{content:"";position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px;z-index:-1;pointer-events:auto}.ingestro-tooltip-scrollable__content-value{overflow-y:auto;padding:12px 16px;scrollbar-width:thin;border-radius:4px;z-index:var(--layer-overlay);overflow-wrap:anywhere;position:relative;background-color:var(--ingestro-white);box-shadow:var(--shadow-bottom)}.ingestro-tooltip-scrollable__content-value::-webkit-scrollbar{width:4px}.ingestro-tooltip-scrollable__content-value::-webkit-scrollbar-track{background:transparent;border-radius:2px}.ingestro-tooltip-scrollable__content-value::-webkit-scrollbar-thumb{border-radius:2px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.ingestro-tooltip-scrollable__content--white .ingestro-tooltip-scrollable__content-value::-webkit-scrollbar-thumb{background:#0003}.ingestro-tooltip-scrollable__content--white .ingestro-tooltip-scrollable__content-value::-webkit-scrollbar-thumb:hover{background:#000}.ingestro-tooltip-scrollable__content:not(.ingestro-tooltip-scrollable__content--white) .ingestro-tooltip-scrollable__content-value::-webkit-scrollbar-thumb{background:#fff9}.ingestro-tooltip-scrollable__content:not(.ingestro-tooltip-scrollable__content--white) .ingestro-tooltip-scrollable__content-value::-webkit-scrollbar-thumb:hover{background:#ffffff80}.ingestro-tooltip-scrollable__content--white .ingestro-tooltip-scrollable__content-value{scrollbar-color:rgba(0,0,0,.2) transparent}.ingestro-tooltip-scrollable__content:not(.ingestro-tooltip-scrollable__content--white) .ingestro-tooltip-scrollable__content-value{scrollbar-color:rgba(255,255,255,.6) transparent}.ingestro-tooltip-scrollable__content--white .ingestro-tooltip-scrollable__content-value{background-color:var(--ingestro-white);color:var(--ingestro-neutral-900)}.ingestro-tooltip-scrollable__content--dark .ingestro-tooltip-scrollable__content-value{background-color:var(--ingestro-neutral-700);color:var(--ingestro-white)}.ingestro-tooltip-scrollable__content--info .ingestro-tooltip-scrollable__content-value{background-color:var(--ingestro-primary-500);color:var(--ingestro-white)}.ingestro-tooltip-scrollable__content--success .ingestro-tooltip-scrollable__content-value{background-color:var(--ingestro-success-400);color:var(--ingestro-white)}.ingestro-tooltip-scrollable__content--warning .ingestro-tooltip-scrollable__content-value{background-color:var(--ingestro-warning-400);color:var(--ingestro-white)}.ingestro-tooltip-scrollable__content--error .ingestro-tooltip-scrollable__content-value{background-color:var(--ingestro-error-400);color:var(--ingestro-white)}.tooltip__infoIcon{transition:.2s ease-in-out;cursor:pointer;color:var(--ingestro-neutral-300)}.tooltip__infoIcon:hover{color:var(--ingestro-neutral-600)}.ingestro-tooltip-scrollable__content-value b,.ingestro-tooltip-scrollable__content-value strong{font-weight:600}.ingestro-tooltip-scrollable__content--align-left .ingestro-tooltip-scrollable__content-value{text-align:left}.ingestro-tooltip-scrollable__content--align-center .ingestro-tooltip-scrollable__content-value{text-align:center}.ingestro-tooltip-scrollable__content--align-right .ingestro-tooltip-scrollable__content-value{text-align:right}.ingestro__mention-input{position:relative}.ingestro__mention-input .ingestro-input{position:relative;overflow:hidden}.ingestro__mention-input .ingestro-input input{caret-color:var(--ingestro-primary-500)}.ingestro__mention-input:has(.ingestro-skeleton) .ingestro-input input{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:-1}.ingestro__mention-input.has-highlights .ingestro-input input{z-index:2;color:transparent}.ingestro__mention-input .ingestro-skeleton{position:absolute;top:10px;left:8px}.ingestro__mention-input__highlight-overlay{position:absolute;top:0;left:0;right:8px;bottom:0;pointer-events:none;white-space:pre;overflow:hidden;z-index:0;display:flex;align-items:center}.ingestro__mention-input__highlight-overlay span{display:inline-block;vertical-align:baseline;font-size:16px;line-height:1.43;color:var(--ingestro-neutral-900)}.ingestro__mention-input__highlight-overlay span.ingestro__mention-input__highlight{color:var(--ingestro-secondary-500)}.ingestro__mention-input__dropdown{position:absolute;top:calc(100% - 4px);background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-100);border-radius:4px;box-shadow:var(--shadow-bottom-xs);z-index:1000;overflow-y:auto}.ingestro__mention-input__dropdown .ingestro__mention-input__dropdown-item{display:flex;align-items:center;height:32px;padding:0 8px;cursor:pointer;color:var(--ingestro-neutral-900)}.ingestro__mention-input__dropdown .ingestro__mention-input__dropdown-item--selected{background-color:var(--ingestro-neutral-50)}.ingestro__mention-input__dropdown .ingestro__mention-input__dropdown-header{display:flex;align-items:center;box-sizing:border-box;height:28px;padding:8px;color:var(--ingestro-primary-900);background-color:var(--ingestro-primary-50)}.ingestro-labelValue{display:flex;gap:8px;cursor:default}.ingestro-labelValue--row{flex-direction:row;align-items:center}.ingestro-labelValue--column{flex-direction:column;align-items:flex-start}.ingestro-labelValue__label{display:inline-flex;color:var(--ingestro-neutral-500)}.ingestro-labelValue__value-wrapper{display:inline-flex;align-items:center;gap:4px;overflow:hidden}.ingestro-labelValue__value{display:inline-block;text-overflow:ellipsis;overflow:hidden;color:var(--ingestro-neutral-800)}.ingestro-labelValue__copyIcon{display:inline-flex;opacity:0;transition:opacity .125s ease-in}.ingestro-labelValue__value-wrapper:hover .ingestro-labelValue__copyIcon{opacity:1}.ingestro-menu{box-sizing:border-box;display:inline-flex;flex-direction:column}.ingestro-menu__anchor{display:inline-flex;flex-direction:column;border:0;outline:0;padding:0;background-color:transparent}.ingestro-menu__content{background-color:var(--ingestro-white);color:var(--ingestro-neutral-900);border:1px solid var(--ingestro-neutral-100);box-shadow:var(--shadow-bottom-xs);border-radius:4px;z-index:var(--layer-overlay);outline:none;overflow-y:auto;display:flex;flex-direction:column}.ingestro-menu__content:has(.ingestro-menu__option--header){padding:0}.ingestro-menu__option{position:relative;box-sizing:border-box;width:100%;flex-shrink:0;display:flex;align-items:center;outline:none;gap:8px;border:0;text-align:left;padding:0 16px;color:var(--ingestro-neutral-900);background-color:var(--ingestro-white);cursor:pointer}.ingestro-menu__option:hover,.ingestro-menu__option:focus-visible{background-color:var(--ingestro-neutral-50)}.ingestro-menu__option--selected,.ingestro-menu__option:active{background-color:var(--ingestro-neutral-100)}.ingestro-menu__option-icon{display:flex;align-items:center;justify-content:center;color:var(--ingestro-neutral-500)}.ingestro-menu__option--header,.ingestro-menu__option--header:hover{font-size:12px;cursor:default;color:var(--ingestro-primary-900);background-color:var(--ingestro-primary-50);font-weight:400}.ingestro-menu__content--xxs .ingestro-menu__option{height:28px;padding:0 8px}.ingestro-menu__content--xs .ingestro-menu__option{height:32px;padding:0 8px}.ingestro-menu__content--s .ingestro-menu__option{height:40px;padding:0 12px}.ingestro-menu__option--disabled{cursor:default;color:var(--ingestro-neutral-300)}.ingestro-menu__option--has-submenu{justify-content:flex-start}.ingestro-menu__option-submenu-icon{display:flex;align-items:center;justify-content:center;margin-left:auto;color:var(--ingestro-neutral-500);flex-shrink:0}.ingestro-menu__option--submenu-open{background-color:var(--ingestro-neutral-50)}.ingestro-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px}.ingestro-pagination__pages{display:flex;align-items:center;gap:4px}.ingestro-pagination__button{border:0;outline:none;display:flex;align-items:center;justify-content:center;min-width:28px;height:28px;border-radius:14px;flex-shrink:0;cursor:pointer;transition:.15s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;color:var(--ingestro-neutral-600)}.ingestro-pagination__buttonDots{pointer-events:none}.ingestro-pagination__button--active,.ingestro-pagination__button:hover{background-color:var(--ingestro-neutral-100);color:var(--ingestro-neutral-900)}.ingestro-pagination__button:active{background-color:var(--ingestro-neutral-200)}.ingestro-pagination__button[disabled]{pointer-events:none;color:var(--ingestro-neutral-300)}.ingestro-pagination__dropdown{flex-shrink:0;display:flex;align-items:center;gap:8px}.ingestro-pagination__dropdown-anchor{width:100px}.ingestro-pagination__dropdown-anchor .ingestro-button{width:100%}.ingestro-pagination__dropdown-anchor .ingestro-button .ingestro-button__text{font-size:14px;line-height:1.43;width:100%;color:var(--ingestro-neutral-900)}.ingestro-pagination__dropdown-anchor .ingestro-button--disabled .ingestro-button__text{color:var(--ingestro-neutral-300)}.ingestro-pagination__dropdown-anchorIcon{transition:transform .175s ease-in}.ingestro-pagination__dropdown-anchorIcon--rotate{transform:rotate(180deg)}.ingestro-pagination__dropdown-label{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--ingestro-neutral-500)}.ingestro-pagination__count-label{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--ingestro-neutral-500);display:flex;align-items:center;flex-shrink:0;gap:4px}.ingestro-pagination__count-label span{color:var(--ingestro-neutral-900)}.ingestro-pagination__left{display:flex;align-items:center;gap:12px}.ingestro-pagination__dropdown .ingestro-select__option{padding:8px;height:32px}.ingestro-select *{box-sizing:border-box;font-family:inherit}.ingestro-select{width:100%;box-sizing:border-box;display:inline-flex;flex-direction:column;position:relative}.ingestro-select__anchor{width:100%;box-sizing:border-box;display:flex;flex-direction:column;border:0;outline:0;padding:0;background-color:transparent}.ingestro-select__anchor .ingestro-input__input{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ingestro-select__content{box-sizing:border-box;display:flex;flex-direction:column;border-radius:4px;border:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);box-shadow:var(--shadow-bottom-xs);z-index:var(--layer-overlay);outline:none;overflow:hidden}.ingestro-select__content-main{flex:1 auto;display:flex;flex-direction:column;overflow-y:auto}.ingestro-select__option{position:relative;box-sizing:border-box;width:100%;flex-shrink:0;display:flex;align-items:center;outline:none;gap:8px;border:0;text-align:left;color:var(--ingestro-neutral-900);background-color:var(--ingestro-white);cursor:pointer}.ingestro-select__content--xxs .ingestro-select__option{height:28px;padding:0 8px}.ingestro-select__content--xs .ingestro-select__option{height:32px;padding:0 8px}.ingestro-select__content--s .ingestro-select__option{height:40px;padding:0 12px}.ingestro-select__option.ingestro-select__option--disabled{color:var(--ingestro-neutral-300);cursor:auto}.ingestro-select__option-text{width:100%}.ingestro-select__option-left{display:flex;align-items:center;gap:8px;overflow:hidden}.select__option-right{margin-left:auto;display:flex;align-items:center;gap:8px;flex:none}.select__option-checkMark{width:16px;height:16px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.select__option-right-icon{color:var(--ingestro-primary-900)}.ingestro-select__option:not(.ingestro-select__option--disabled):hover,.ingestro-select__option:not(.ingestro-select__option--disabled):focus{background-color:var(--ingestro-neutral-50)}.ingestro-select__option--active:not(.ingestro-select__option--disabled):hover,.ingestro-select__option--active:not(.ingestro-select__option--disabled):focus{background-color:var(--ingestro-neutral-100)}.ingestro-select__option--active{background-color:var(--ingestro-neutral-50)}.select__option-description{margin-top:1px;flex-shrink:0}.select__option-description--neutral{color:var(--ingestro-neutral-500)}.select__option-description--success{color:var(--ingestro-success-500)}.select__option-description--warning{color:var(--ingestro-warning-500)}.select__option-description--error{color:var(--ingestro-error-500)}.select__option-description--info{color:var(--ingestro-primary-500)}.ingestro-select__option-divider{display:flex;align-items:center}.ingestro-select__option-dividerLine{width:100%;height:1px;flex-shrink:0;margin:4px 0;background-color:var(--ingestro-neutral-100)}.ingestro-select__option-heading{display:flex;align-items:center;flex-shrink:0;text-align:left;padding:8px 12px;background-color:var(--ingestro-primary-50);color:var(--ingestro-primary-900)}.ingestro-select__option-heading-messages{flex-shrink:0;text-align:left;padding:8px 16px}.ingestro-select__option-icon{display:flex;align-items:center;justify-content:center;color:var(--ingestro-neutral-500)}.ingestro-select__content-search{background-color:var(--ingestro-primary-50);border-bottom:1px solid var(--ingestro-neutral-100);padding:8px;z-index:var(--layer-normal)}.ingestro-select__empty-list{padding:16px;color:var(--ingestro-neutral-500)}.ingestro-select__content-footer{border-top:1px solid var(--ingestro-neutral-100);color:var(--ingestro-primary-900);background-color:var(--ingestro-white);box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.ingestro-select__content-footer:hover,.ingestro-select__content-footer:focus-visible{background-color:var(--ingestro-secondary-50);cursor:pointer}.ingestro-select__content--s .ingestro-select__content-footer{padding:0 16px;height:48px;flex:0 0 48px}.ingestro-select__content--xs .ingestro-select__content-footer{padding:0 8px;height:40px;flex:0 0 40px}.ingestro-select__content--xxs .ingestro-select__content-footer{padding:0 8px;height:32px;flex:0 0 32px}.ingestro-select__toggle{box-sizing:border-box;width:100%;position:relative;display:flex;align-items:center;gap:8px;background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-200);border-radius:4px;cursor:pointer;outline:none}.ingestro-select__toggle .ingestro-button--icon{width:16px;height:16px}.ingestro-select--xxs .ingestro-select__toggle{height:24px;padding:4px 6px}.ingestro-select--xs .ingestro-select__toggle{height:32px;padding:4px 8px}.ingestro-select--s .ingestro-select__toggle{height:40px;padding:8px 12px}.ingestro-select__toggle:hover,.ingestro-select__toggle:focus-visible{border-color:var(--ingestro-primary-300)}.ingestro-select__toggle--focused,.ingestro-select__toggle--focused:hover{border-color:var(--ingestro-secondary-500)!important}.ingestro-select__toggle:hover{border-color:var(--ingestro-secondary-200);background-color:var(--ingestro-secondary-50)}.ingestro-select__toggle--invalid,.ingestro-select__toggle--invalid:hover{border-color:var(--ingestro-error-500)}.ingestro-select__toggle-placeholder{color:var(--ingestro-neutral-400)}.ingestro-select__toggle-actions{display:flex;align-items:center;margin-left:auto;color:var(--ingestro-neutral-500);gap:8px}.ingestro-select__toggle .ingestro-select__toggle-chevron-button{color:var(--ingestro-neutral-900)!important;width:16px!important;height:16px}.ingestro-select__chevron{transition:transform .175s ease-in}.ingestro-select__chevron--rotate{transform:rotate(180deg)}.ingestro-select__toggle-value{color:var(--ingestro-neutral-900)}.ingestro-select__toggle--disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-200);justify-content:space-between}.ingestro-select__toggle--disabled .ingestro-select__toggle-placeholder{color:var(--ingestro-neutral-400)}.ingestro-select__toggle--disabled .ingestro-button--disabled.ingestro-select__toggle-chevron-button{color:var(--ingestro-neutral-300)!important}.ingestro-select__toggle-spinner{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.ingestro-select__toggle-icon{display:flex;margin:0 -4px}.ingestro-select__content-spinner{position:relative;box-sizing:border-box;width:100%;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:8px;border:0;text-align:left;padding:8px 16px;background-color:var(--ingestro-white)}.select__option-button{letter-spacing:.2px}.ingestro-select__content-search__icon{stroke:var(--ingestro-secondary-900)}html.ingestro-select--open{overflow:hidden}html.ingestro--select--open__keep-scrollbar{scrollbar-gutter:stable}html.ingestro-select--open .ingestro-select__content *{pointer-events:auto;overscroll-behavior:contain}.ingestro-tag{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;flex-shrink:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:.15s ease-in;padding:4px}.ingestro-tag--m{height:24px}.ingestro-tag--s{height:20px}.ingestro-tag--round.ingestro-tag--m{min-width:24px}.ingestro-tag--round.ingestro-tag--s{min-width:20px}.ingestro-tag--round{border-radius:16px}.ingestro-tag--rounded{border-radius:4px}.ingestro-tag--clickable{cursor:pointer}.ingestro-tag__icon{width:16px;height:16px;flex-shrink:0}.ingestro-tag__remove{outline:none;border:0;display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;flex-shrink:0;background-color:transparent;color:inherit;cursor:pointer}.ingestro-tag--s .ingestro-tag__remove,.ingestro-tag--s .ingestro-tag__remove svg,.ingestro-tag--s .ingestro-tag__icon,.ingestro-tag--s .ingestro-tag__icon svg{width:14px;height:14px}.ingestro-tag--rounded .ingestro-tag__remove{border-radius:4px}.ingestro-tag--round .ingestro-tag__remove{border-radius:50%}.ingestro-tag__remove:hover,.ingestro-tag__remove:focus{background-color:#fff3}.ingestro-tag__remove--neutral:hover,.ingestro-tag__remove--neutral:focus,.ingestro-tag__remove--neutral-light:hover,.ingestro-tag__remove--neutral-light:focus{color:var(--ingestro-neutral-600)}.ingestro-tag__remove--primary-light:hover,.ingestro-tag__remove--primary-light:focus{color:var(--ingestro-primary-700)}.ingestro-tag__remove--secondary-light:hover,.ingestro-tag__remove--secondary-light:focus{color:var(--ingestro-secondary-700)}.ingestro-tag__remove--success-light:hover,.ingestro-tag__remove--success-light:focus{color:var(--ingestro-success-700)}.ingestro-tag__remove--warning-light:hover,.ingestro-tag__remove--warning-light:focus{color:var(--ingestro-warning-700)}.ingestro-tag__remove--error-light:hover,.ingestro-tag__remove--error-light:focus{color:var(--ingestro-error-700)}.ingestro-tag__text{padding:0 4px}.ingestro-tag--neutral{background-color:var(--ingestro-neutral-100);color:var(--ingestro-neutral-600)}.ingestro-tag--neutral:hover:not(.ingestro-tag--neutral--disabled){background-color:var(--ingestro-neutral-200)}.ingestro-tag--neutral--disabled{background-color:var(--ingestro-neutral-100);color:var(--ingestro-neutral-300)}.ingestro-tag--neutral-light{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-200);color:var(--ingestro-neutral-600)}.ingestro-tag--neutral-light:hover:not(.ingestro-tag--neutral-light--disabled){background-color:var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-300)}.ingestro-tag--neutral-light--disabled{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-200);color:var(--ingestro-neutral-300)}.ingestro-tag--primary{background-color:var(--ingestro-primary-900);color:var(--ingestro-white)}.ingestro-tag--primary:hover:not(.ingestro-tag--primary--disabled){background-color:var(--ingestro-primary-700)}.ingestro-tag--primary--disabled{background-color:var(--ingestro-primary-200)}.ingestro-tag--primary-light{background-color:var(--ingestro-primary-50);color:var(--ingestro-primary-900)}.ingestro-tag--primary-light:hover:not(.ingestro-tag--primary-light--disabled){background-color:var(--ingestro-primary-100)}.ingestro-tag--primary-light--disabled{background-color:var(--ingestro-primary-50);color:var(--ingestro-primary-300)}.ingestro-tag--secondary{background-color:var(--ingestro-secondary-500);color:var(--ingestro-white)}.ingestro-tag--secondary:hover:not(.ingestro-tag--secondary--disabled){background-color:var(--ingestro-primary-600)}.ingestro-tag--secondary--disabled{background-color:var(--ingestro-secondary-200)}.ingestro-tag--secondary-light{background-color:var(--ingestro-secondary-50);color:var(--ingestro-secondary-500)}.ingestro-tag--secondary-light:hover:not(.ingestro-tag--secondary-light--disabled){background-color:var(--ingestro-secondary-100)}.ingestro-tag--secondary-light--disabled{background-color:var(--ingestro-secondary-50);color:var(--ingestro-secondary-300)}.ingestro-tag--success{background-color:var(--ingestro-success-400);color:var(--ingestro-white)}.ingestro-tag--success:hover:not(.ingestro-tag--success--disabled){background-color:var(--ingestro-success-500)}.ingestro-tag--success--disabled{background-color:var(--ingestro-success-200)}.ingestro-tag--success-light{background-color:var(--ingestro-success-50);color:var(--ingestro-success-500)}.ingestro-tag--success-light:hover:not(.ingestro-tag--success-light--disabled){background-color:var(--ingestro-success-200)}.ingestro-tag--success-light--disabled{background-color:var(--ingestro-success-50);color:var(--ingestro-success-300)}.ingestro-tag--warning{background-color:var(--ingestro-warning-400);color:var(--ingestro-white)}.ingestro-tag--warning:hover:not(.ingestro-tag--warning--disabled){background-color:var(--ingestro-warning-500)}.ingestro-tag--warning--disabled{background-color:var(--ingestro-warning-200)}.ingestro-tag--warning-light{background-color:var(--ingestro-warning-100);color:var(--ingestro-warning-500)}.ingestro-tag--warning-light:hover:not(.ingestro-tag--warning-light--disabled){background-color:var(--ingestro-warning-200)}.ingestro-tag--warning-light--disabled{background-color:var(--ingestro-warning-50);color:var(--ingestro-warning-300)}.ingestro-tag--error{background-color:var(--ingestro-error-400);color:var(--ingestro-white)}.ingestro-tag--error:hover:not(.ingestro-tag--error--disabled){background-color:var(--ingestro-error-500)}.ingestro-tag--error--disabled{background-color:var(--ingestro-error-200)}.ingestro-tag--error-light{background-color:var(--ingestro-error-100);color:var(--ingestro-error-500)}.ingestro-tag--error-light:hover:not(.ingestro-tag--error-light--disabled){background-color:var(--ingestro-error-200)}.ingestro-tag--error-light--disabled{background-color:var(--ingestro-error-50);color:var(--ingestro-error-300)}.ingestro-truncated-option{position:relative;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ingestro-truncated-option .ingestro-tooltip{position:absolute;top:0;left:0;height:100%;width:100%}.ingestro-truncated-option .ingestro-tooltip__anchor{height:100%}.ingestro-truncated-option__tooltip-anchor{width:100%;height:100%}.ingestro-truncated-tags{position:relative;overflow:hidden;width:100%;display:flex;align-items:center}.ingestro-truncated-tags__valueHiddenTags{position:relative;display:flex;gap:4px;flex-wrap:wrap}.ingestro-truncated-tags__toggle-valueTags .ingestro-tag__text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ingestro-truncated-tags__tag-wrapper{display:inline-flex;margin-right:4px}.ingestro-truncated-tags__tag-wrapper--onlyVisible{min-width:0}.ingestro-truncated-tags__tag-wrapper:last-of-type{margin-right:0}.ingestro-truncated-tags__tag-wrapper--hidden{opacity:0;visibility:hidden;margin-right:0;position:absolute}.ingestro-truncated-tags__tagCount{display:inline-flex}.ingestro-truncated-tags .ingestro-tag,.ingestro-truncated-tags__valueHiddenTags .ingestro-tag{max-width:100%}.ingestro-truncated-tags .ingestro-tag__text,.ingestro-truncated-tags__valueHiddenTags .ingestro-tag__text{overflow:hidden}.ingestro-popover{box-sizing:border-box;display:inline-flex;flex-direction:column}.ingestro-popover__anchor{display:inline-flex;flex-direction:column;border:0;outline:0;padding:0;background-color:transparent}.ingestro-popover__content{background-color:var(--ingestro-white);color:var(--ingestro-neutral-900);box-shadow:var(--shadow-bottom);border-radius:4px;padding:12px 16px;z-index:var(--layer-overlay);outline:none;overflow-y:auto}.ingestro-progress{display:flex;flex-direction:column;align-items:center}.ingestro-progress__progress-bar{width:160px;height:10px;border-radius:10px;background-color:var(--ingestro-primary-100);overflow:hidden}.ingestro-progress__progress{width:0;height:100%;border-radius:10px;background-color:var(--ingestro-primary-900);transition-timing-function:linear;transition-property:width}.ingestro-progress__text{margin-block-start:16px;color:var(--ingestro-primary-900)}.ingestro-radio-container{background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-100);border-radius:4px;padding:8px 12px;transition:all .12s ease-in}.ingestro-radio-container:has(.ingestro-radio__input:checked){background-color:var(--ingestro-primary-50);border-color:var(--ingestro-primary-300)}.ingestro-radio-container:has(.ingestro-radio__input:hover:not(:disabled)){background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-200)}.ingestro-radio-container:has(.ingestro-radio__input:checked:hover:not(:disabled)){background-color:var(--ingestro-primary-100);border-color:var(--ingestro-primary-400)}.ingestro-radio-container--disabled{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-200)}.ingestro-radio{display:inline-flex;align-items:center;cursor:pointer;gap:8px;flex-shrink:0}.ingestro-radio--container{width:100%}.ingestro-radio__input{position:absolute;left:-9999px;opacity:0}.ingestro-radio--size-s{gap:6px}.ingestro-radio--size-s .ingestro-radio__check{width:14px;height:14px}.ingestro-radio--size-s .ingestro-radio__mark{width:4px;height:4px}.ingestro-radio--size-s .ingestro-radio__text{font-size:12px;line-height:1.33}.ingestro-radio--size-m .ingestro-radio__check{width:16px;height:16px}.ingestro-radio--size-m .ingestro-radio__mark{width:6px;height:6px}.ingestro-radio--size-m .ingestro-radio__text{font-size:14px;line-height:1.43}.ingestro-radio__check{box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-200);transition:all .12s ease-in;position:relative}.ingestro-radio__mark{border-radius:50%;flex-shrink:0;display:block;opacity:0;background-color:var(--ingestro-white);transition:opacity .12s ease-in;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ingestro-radio__text{display:inline-flex;align-items:center;width:auto;transition:color .12s ease-in;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;color:var(--ingestro-neutral-900);font-family:Inter,sans-serif;font-weight:400;white-space:nowrap;overflow:hidden}.ingestro-radio__input:hover:not(:disabled)+.ingestro-radio__check{background-color:var(--ingestro-primary-50);border-color:var(--ingestro-primary-200)}.ingestro-radio__input:active:not(:disabled)+.ingestro-radio__check{background-color:var(--ingestro-primary-100);border-color:var(--ingestro-primary-300);transform:scale(.95)}.ingestro-radio__input:checked+.ingestro-radio__check{background-color:var(--ingestro-primary-900);border-color:var(--ingestro-primary-900)}.ingestro-radio__input:checked+.ingestro-radio__check .ingestro-radio__mark{opacity:1}.ingestro-radio__input:checked:hover:not(:disabled)+.ingestro-radio__check{background-color:var(--ingestro-primary-700);border-color:var(--ingestro-primary-700)}.ingestro-radio__input:checked:active:not(:disabled)+.ingestro-radio__check{background-color:var(--ingestro-primary-800);border-color:var(--ingestro-primary-800);transform:scale(.95)}.ingestro-radio--disabled{pointer-events:none;cursor:default}.ingestro-radio--disabled .ingestro-radio__check{border-color:var(--ingestro-neutral-300);background-color:var(--ingestro-neutral-200)}.ingestro-radio--disabled .ingestro-radio__input:checked+.ingestro-radio__check{border-color:var(--ingestro-neutral-300);background-color:var(--ingestro-neutral-200)}.ingestro-radio--disabled .ingestro-radio__input:checked+.ingestro-radio__check .ingestro-radio__mark{background-color:var(--ingestro-white);opacity:1}.ingestro-radio--disabled .ingestro-radio__text{color:var(--ingestro-neutral-500)}.ingestro-segment{box-sizing:border-box;position:relative;display:inline-flex;align-items:center;border-radius:4px;gap:4px;background-color:var(--ingestro-neutral-100)}.ingestro-segment--s{padding:2px}.ingestro-segment--sm,.ingestro-segment--xxs{padding:3px;border-radius:6px}.ingestro-segment--m{padding:4px}.ingestro-segment--disabled{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-100)}.ingestro-segment__button--s{font-size:10px;height:24px;padding:4px 8px;gap:4px;font-weight:400}.ingestro-segment__button--sm{display:flex;height:24px;padding:4px 8px;justify-content:center;align-items:center;gap:4px;border:0px!important;text-align:center;font-size:10px;font-weight:600;line-height:143%;letter-spacing:.2px}.ingestro-segment__button--xxs{height:20px;padding:0 6px;gap:2px;text-align:center;font-size:10px;font-weight:600;line-height:143%;letter-spacing:.2px}.ingestro-segment__button--m{font-size:14px;height:32px;padding:0 16px;gap:8px;font-weight:600}.ingestro-segment__button{box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1;border:1px solid transparent;border-radius:4px;cursor:pointer;transition:.3s ease-out;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;color:var(--ingestro-neutral-600)}.ingestro-segment__button:hover,.ingestro-segment__button:focus{color:var(--ingestro-white)}.ingestro-segment__button--disabled{cursor:not-allowed;color:var(--ingestro-neutral-300)!important}.ingestro-segment__slider--s{height:24px;inset-block-start:2px;inset-inline-start:2px}.ingestro-segment__slider--sm{height:24px;inset-block-start:4px;inset-inline-start:4px;border:0px!important}.ingestro-segment__slider--xxs{height:20px;inset-inline-start:1px;border:0px}.ingestro-segment__slider--m{height:32px;inset-block-start:4px;inset-inline-start:4px}.ingestro-segment__slider{box-sizing:border-box;position:absolute;background-color:var(--ingestro-white);border:1px solid var(--ingestro-primary-50);border-radius:4px;transition:.3s;z-index:0}.ingestro-segment__button--primary--active{color:var(--ingestro-primary-900)}.ingestro-segment__button--inactive:hover{color:var(--ingestro-neutral-900)}.ingestro-segment__button--secondary{background-color:var(--ingestro-secondary-500);color:var(--ingestro-white)}.ingestro-segment--primary{background:var(--ingestro-neutral-50);border:1px solid var(--ingestro-neutral-100)}.ingestro-segment__button--primary{color:var(--ingestro-neutral-600)}.ingestro-segment__button--primary--active{color:var(--ingestro-white)}.ingestro-segment__slider--primary{background:var(--ingestro-primary-900)}.ingestro-segment:has(.ingestro-segment__button--primary--active:hover) .ingestro-segment__slider--primary{background:var(--ingestro-primary-700)}.ingestro-segment__spinner--primary .ingestro-spinner__inner{border-color:var(--ingestro-white)!important}.ingestro-segment__button--primary:disabled{color:var(--ingestro-neutral-300);cursor:not-allowed}.ingestro-segment__button--primary--active:disabled{background-color:var(--ingestro-neutral-100);color:var(--ingestro-neutral-500)}.ingestro-segment__button--outlinePrimary{color:var(--ingestro-neutral-600)}.ingestro-segment__button--outlinePrimary:hover,.ingestro-segment__button--outlinePrimary--active{color:var(--ingestro-neutral-900)}.ingestro-segment--outlinePrimary{background:var(--ingestro-neutral-50)}.ingestro-segment__button--outlinePrimary:disabled{color:var(--ingestro-neutral-300);cursor:not-allowed}.ingestro-segment__button--outlinePrimary--active:disabled{background-color:var(--ingestro-neutral-50);border-color:var(--ingestro-neutral-300);color:var(--ingestro-neutral-300)}.ingestro-switch{box-sizing:border-box;display:inline-flex;align-items:center;cursor:pointer;outline:none;border:none;background-color:transparent;padding:0}.ingestro-switch--reverse{flex-direction:row-reverse}.ingestro-switch__toggle{position:relative;box-sizing:border-box;border-radius:32px;transition:background-color ease-in .12s;background-color:var(--ingestro-neutral-500)}.ingestro-switch:focus .ingestro-switch__toggle,.ingestro-switch:hover .ingestro-switch__toggle,.ingestro-switch--primary.ingestro-switch:focus-within .ingestro-switch__toggle{background-color:var(--ingestro-neutral-600)}.ingestro-switch__toggle-inner{position:absolute;top:2px;inset-inline-start:2px;transition:all .2s;display:flex;align-items:center;justify-content:center}.ingestro-switch__toggle-inner:before{content:"";position:absolute;top:0;bottom:0;inset-inline-start:0;inset-inline-end:0;background-color:#fff;transition:all .2s}.ingestro-switch:active .ingestro-switch__toggle-inner:before{inset-inline-start:0;inset-inline-end:-20%}.ingestro-switch--primary.ingestro-switch--checked .ingestro-switch__toggle{background-color:var(--ingestro-primary-900)}.ingestro-switch--primary.ingestro-switch--checked:focus .ingestro-switch__toggle,.ingestro-switch--primary.ingestro-switch--checked:hover .ingestro-switch__toggle{background-color:var(--ingestro-primary-700)}.ingestro-switch--success.ingestro-switch--checked .ingestro-switch__toggle{background-color:var(--ingestro-success-500)}.ingestro-switch--success.ingestro-switch--checked:focus .ingestro-switch__toggle,.ingestro-switch--success.ingestro-switch--checked:hover .ingestro-switch__toggle{background-color:var(--ingestro-success-400)}.ingestro-switch--checked.ingestro-switch--loading:focus,.ingestro-switch--checked:active .ingestro-switch__toggle-inner:before{inset-inline-start:-20%;inset-inline-end:0}.ingestro-switch__text{color:var(--ingestro-neutral-900)}.ingestro-switch:disabled{pointer-events:none}.ingestro-switch:disabled .ingestro-switch__toggle{background-color:var(--ingestro-neutral-200)}.ingestro-switch--checked:disabled .ingestro-switch__toggle{background-color:var(--ingestro-primary-200)}.ingestro-switch:disabled .ingestro-switch__text{color:var(--ingestro-neutral-500)}.ingestro-switch--xs{gap:4px}.ingestro-switch--xs .ingestro-switch__toggle{width:26px;height:16px}.ingestro-switch--xs .ingestro-switch__toggle-inner{width:12px;height:12px;border-radius:12px}.ingestro-switch--xs .ingestro-switch__toggle-inner:before{border-radius:6px}.ingestro-switch--xs.ingestro-switch--checked .ingestro-switch__toggle-inner{inset-inline-start:calc(100% - 15px)}.ingestro-switch--xs .ingestro-spinner{width:11px;height:11px}.ingestro-switch--s{gap:8px}.ingestro-switch--s .ingestro-switch__toggle{width:32px;height:20px}.ingestro-switch--s .ingestro-switch__toggle-inner{width:16px;height:16px;border-radius:16px}.ingestro-switch--s .ingestro-switch__toggle-inner:before{border-radius:8px}.ingestro-switch--s.ingestro-switch--checked .ingestro-switch__toggle-inner{inset-inline-start:calc(100% - 18px)}.ingestro-switch--m{gap:8px}.ingestro-switch--m .ingestro-switch__toggle{width:36px;height:24px}.ingestro-switch--m .ingestro-switch__toggle-inner{width:20px;height:20px;border-radius:20px}.ingestro-switch--m .ingestro-switch__toggle-inner:before{border-radius:10px}.ingestro-switch--m.ingestro-switch--checked .ingestro-switch__toggle-inner{inset-inline-start:calc(100% - 22px)}.ingestro-switch--primary.ingestro-switch--checked:focus-within .ingestro-switch__toggle{background-color:var(--ingestro-primary-800)}.ingestro-table{position:relative;display:flex;flex-direction:column;flex:1 auto;min-height:0}.ingestro-table__wrapper{display:flex;flex-direction:column;flex:1 auto;overflow:auto}.ingestro-table__table{width:100%}.ingestro-table__tableBody:not(.ingestro-table__tableBody--loading) .ingestro-table__row:hover .ingestro-table__cell,.ingestro-table__tableBody:not(.ingestro-table__tableBody--loading) .ingestro-table__row--highlighted .ingestro-table__cell{background-color:var(--ingestro-secondary-50)}.ingestro-table__row{display:flex;flex-grow:1}.ingestro-table__tableHead{position:sticky;top:0;z-index:1;cursor:default;display:flex;align-items:center}.ingestro-table__tableHead .ingestro-table__cell{height:56px;background:var(--ingestro-neutral-100)}.ingestro-table__cell{box-sizing:border-box;display:flex;align-items:center;padding:0 16px;vertical-align:middle;color:var(--ingestro-neutral-700);white-space:nowrap;height:52px;flex-basis:100%}.ingestro-table__cell--left{text-align:left;justify-content:flex-start}.ingestro-table__cell--center{text-align:center;justify-content:center}.ingestro-table__cell--right{text-align:right;justify-content:flex-end}.ingestro-table__pagination,.ingestro-table__pagination--loading{padding:16px;display:flex;align-items:center;cursor:default;border-top:1px solid var(--ingestro-neutral-100)}.ingestro-table__pagination .ingestro-pagination,.ingestro-table__pagination--loading .ingestro-pagination{width:100%}.ingestro-table__pagination-actions{display:flex;flex-shrink:0;align-items:center;gap:8px}.ingestro-table__pagination-selected{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--ingestro-neutral-500);display:flex;align-items:center;flex-shrink:0;gap:4px}.ingestro-table__pagination-selected span{color:var(--ingestro-neutral-900)}.ingestro-table__headText{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-flex;vertical-align:middle}.ingestro-table__headText--withAdornment{margin-inline-end:8px}.ingestro-table__cellHead--clickable{cursor:pointer}.ingestro-table__headTooltip{display:inline-flex;align-items:center;vertical-align:middle}.ingestro-table__headTooltip--withSort{margin-inline-end:8px}.ingestro-table__headSortIcon{width:18px;height:18px;flex-shrink:0;color:var(--ingestro-neutral-500);display:inline-flex;vertical-align:middle;margin-inline-start:auto}.ingestro_table__headFilterOptions .ingestro-select__anchor{cursor:pointer;align-items:center;justify-content:center;border-radius:4px;background-color:transparent;width:24px;height:24px;position:relative;display:inline-flex;margin-inline-start:auto}.ingestro_table__headFilterOptions .ingestro-select__anchor:hover,.ingestro_table__headFilterOptions .ingestro-select__anchor:focus,.ingestro_table__headFilterOptions .ingestro-select__anchor:active{background-color:var(--ingestro-neutral-100)}.ingestro_table__headFilterOptions svg{color:var(--ingestro-neutral-600)}.ingestro_table__headFilterOptions .ingestro-select__content{border:1px solid var(--ingestro-primary-100);box-shadow:var(--shadow-bottom-xs)}.ingestro-table__headFilterIcon--filterIndicator{width:8px;height:8px;border-radius:100%;background-color:var(--ingestro-primary-900);position:absolute;right:0;top:0}.ingestro-table__headSortIcon .ingestro-button--icon.ingestro-button--xxs{width:18px;height:18px}.ingestro-table__emptyState{display:flex;flex-direction:column;flex:1 auto}.ingestro-table__cellHead--clickable:hover .ingestro-table__headSortIcon--hover{display:block;border:1px solid transparent}.ingestro-table__cellHead--clickable .ingestro-table__headSortIcon--hover{display:none}.ingestro-table__drag-handle{display:flex;align-items:center;justify-content:center;cursor:grab;width:100%;height:100%}.ingestro-table__drag-handle:active{cursor:grabbing}.ingestro-table__tableHead .ingestro-table__drag-handle-cell{width:48px;padding:0}.ingestro-table__drag-handle-cell:has(.ingestro-table__drag-handle--disabled){cursor:pointer}.ingestro-table__drag-handle--disabled{pointer-events:none}.ingestro-table__drag-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none}.ingestro-table__drag-layer-inner{position:absolute;top:0;left:0}.ingestro-table__row--drag-preview{background-color:var(--ingestro-white);box-shadow:var(--shadow-bottom-m);border-radius:4px;overflow:hidden}.ingestro-tabs{display:flex;flex-direction:column;gap:16px;overflow:hidden}.ingestro-tabs--contained{gap:0px}.ingestro-tabs__tabs{position:relative;display:flex;flex-direction:column}.ingestro-tabs__tabs-items{display:flex;align-items:center;overflow:auto;z-index:20;-ms-overflow-style:none;scrollbar-width:none}.ingestro-tabs__tabs-items::-webkit-scrollbar{display:none}.ingestro-tabs__tabs-divider{width:100%;height:1px;background-color:var(--ingestro-neutral-200);position:absolute;bottom:0;z-index:10}.ingestro-tabs__content--contained{border:1px solid var(--ingestro-neutral-100);border-radius:8px;padding:16px;transition:.3s}.ingestro-tabs__content--first{border-top-left-radius:0}.ingestro-tabs__active-underline{position:absolute;inset-block-end:0;height:2px;width:100px;border-radius:1px;background-color:var(--ingestro-primary-900);transition:.3s;z-index:30}.ingestro-tabs__active-contained{position:absolute;inset-block-end:0;border:1px solid var(--ingestro-neutral-100);border-radius:8px 8px 0 0/8px 8px 0px 0px;transition:.3s;margin-bottom:-1px;box-sizing:border-box}.ingestro-tabs__active-contained-underline{width:100%;height:1px;background-color:var(--ingestro-white);bottom:-1px;position:absolute}.ingestro-tabs__tab-item{display:flex;align-items:center;gap:8px;height:44px;flex-shrink:0;padding:8px 16px;border-top-left-radius:8px;border-top-right-radius:8px;border:0;outline:none;background-color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:.15s ease-out}.ingestro-tabs__tab-item--primary{color:var(--ingestro-neutral-600)}.ingestro-tabs__tab-item--gray{color:var(--ingestro-neutral-500)}.ingestro-tabs__tab-item--large{height:44px}.ingestro-tabs__tab-item--medium{height:40px}.ingestro-tabs__tab-item--default{border-bottom:2px solid transparent}.ingestro-tabs__tab-item--contained{padding:12px;opacity:.5}.ingestro-tabs__tab-item--default:focus,.ingestro-tabs__tab-item--default:hover{background-color:var(--ingestro-primary-50)}.ingestro-tabs__tab-item--contained:focus,.ingestro-tabs__tab-item--contained:hover{color:var(--ingestro-neutral-900);background-color:transparent;opacity:1}.ingestro-tabs__tab-item--active--default{color:var(--ingestro-primary-900);border-color:var(--ingestro-primary-900)}.ingestro-tabs__tab-item--active--gray{color:var(--ingestro-neutral-900)}.ingestro-tabs__tab-item--active--contained{color:var(--ingestro-neutral-900);font-weight:600;opacity:1}.ingestro-tabs__tab-item[disabled]{color:var(--ingestro-neutral-300);pointer-events:none}.ingestro-tabs__tab-item-tag{pointer-events:none;display:flex;align-items:center;justify-content:center}.ingestro-tabs__tab-item-tooltip{display:flex;align-items:center;justify-content:center;color:var(--ingestro-neutral-900)}.ingestro-tabs__tab-tooltipIcon{color:var(--ingestro-neutral-500)}.ingestro-tabs__tab-item-spinner{display:flex;align-items:center;justify-content:center}.ingestro-textarea{display:flex;flex-direction:column;position:relative}.ingestro-textarea--xxs,.ingestro-textarea--xs{gap:2px}.ingestro-textarea--xxs .ingestro-textarea__textarea,.ingestro-textarea--xs .ingestro-textarea__textarea{padding:4px 4px 4px 8px}.ingestro-textarea--s{gap:4px}.ingestro-textarea--s .ingestro-textarea__textarea{padding:8px 12px}.ingestro-textarea__textarea{box-sizing:border-box;display:flex;width:100%;min-height:64px;border-radius:4px;outline:none;background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-200);resize:vertical;font-family:inherit;color:var(--ingestro-neutral-900)}.ingestro-textarea--autosize .ingestro-textarea__textarea{resize:none;overflow:hidden}.ingestro-textarea__textarea::-moz-placeholder{color:var(--ingestro-neutral-400)}.ingestro-textarea__textarea::placeholder{color:var(--ingestro-neutral-400)}.ingestro-textarea--invalid .ingestro-textarea__textarea:hover,.ingestro-textarea--invalid .ingestro-textarea__textarea:focus-visible{border-color:var(--ingestro-error-500)}.ingestro-textarea__textarea:hover,.ingestro-textarea__textarea:focus-visible{background-color:var(--ingestro-secondary-50);border-color:var(--ingestro-secondary-200)}.ingestro-textarea__textarea:active,.ingestro-textarea__textarea:focus,.ingestro-textarea--invalid .ingestro-textarea__textarea:active,.ingestro-textarea--invalid .ingestro-textarea__textarea:focus{border-color:var(--ingestro-secondary-500);background-color:transparent}.ingestro-textarea__textarea:active:hover,.ingestro-textarea__textarea:focus:hover{background-color:var(--ingestro-secondary-50)}.ingestro-textarea__footer{display:flex;justify-content:space-between;align-items:center;color:var(--ingestro-neutral-500)}.ingestro-textarea__footer:has(.ingestro-textarea__length:only-child){justify-content:flex-end}.ingestro-textarea--invalid .ingestro-textarea__textarea{border-color:var(--ingestro-error-500)}.ingestro-textarea--disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ingestro-textarea--disabled .ingestro-textarea__textarea{background-color:var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-200);color:var(--ingestro-neutral-400);resize:none}.ingestro-textarea__clearButton-wrapper{position:absolute;right:0;top:0}div:has(.ingestro-textarea__clearButton-wrapper) .ingestro-textarea__textarea{padding-right:32px}.ingestro-textarea__clearButton:hover{background:transparent!important}.ingestro-textarea__clearButton-wrapper>button:hover{background:transparent!important}.ingestro-timepicker *{box-sizing:border-box}.ingestro-timepicker{width:100%;box-sizing:border-box;display:inline-flex;flex-direction:column;position:relative}.ingestro-timepicker__anchor{width:100%;box-sizing:border-box;display:flex;flex-direction:column;border:0;outline:0;padding:0;background-color:transparent}.ingestro-timepicker__anchor .ingestro-input__input{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ingestro-timepicker__content{box-sizing:border-box;display:flex;flex-direction:column;border-radius:4px;border:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-white);box-shadow:var(--shadow-normal-xs);z-index:var(--layer-overlay);outline:none;overflow:hidden;min-height:0}.ingestro-timepicker__content-main{box-sizing:border-box;flex:1 auto;display:flex;flex-direction:column;overflow-y:auto;min-height:0}.ingestro-timepicker__lists{display:flex;flex:1 auto;min-height:0}.ingestro-timepicker__list{flex-shrink:0;height:200px;width:50%;overflow:auto;position:relative}.ingestro-timepicker__list-item{padding:8px 16px;color:var(--ingestro-neutral-900);cursor:pointer;text-align:center}.ingestro-timepicker__list-item:hover:not(.ingestro-timepicker__list-item--disabled){background-color:var(--ingestro-neutral-50)}.ingestro-timepicker__list-item--active{background-color:var(--ingestro-neutral-50)}.ingestro-timepicker__list-item--active:hover{background-color:var(--ingestro-neutral-100)!important}.ingestro-timepicker__list::-webkit-scrollbar{width:4px;height:4px}.ingestro-timepicker__list::-webkit-scrollbar-track{background-color:var(--ingestro-neutral-50);border-radius:4px;background-clip:padding-box}.ingestro-timepicker__list::-webkit-scrollbar-thumb{border-radius:4px;background-color:var(--ingestro-neutral-200)}.ingestro-timepicker__list-item.ingestro-timepicker__list-item--disabled{color:var(--ingestro-neutral-200);cursor:auto}@keyframes ingestro_toast_show{0%{opacity:0}to{opacity:1}}@keyframes ingestro_toast_hide{0%{opacity:1}to{opacity:0}}.ingestro-toast-container--show{animation:ingestro_toast_show .1s ease-out both}.ingestro-toast-container--show.ingestro-toast-container--hide,.ingestro-toast-container--hide{animation:ingestro_toast_hide .1s ease-in both}.ingestro-toast{position:relative;box-sizing:border-box;display:flex;width:480px;flex-shrink:0;background-color:var(--ingestro-white);z-index:var(--layer-alerts);box-shadow:var(--shadow-bottom-s);border-radius:4px;overflow:hidden}.ingestro-toast__icon{box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:16px;width:72px;flex-shrink:0;border-right:1px solid var(--ingestro-neutral-100)}.ingestro-toast--info .ingestro-toast__icon{color:var(--ingestro-secondary-500)}.ingestro-toast--success .ingestro-toast__icon{color:var(--ingestro-success-500)}.ingestro-toast--warning .ingestro-toast__icon{color:var(--ingestro-warning-500)}.ingestro-toast--error .ingestro-toast__icon{color:var(--ingestro-error-500)}.ingestro-toast--neutral .ingestro-toast__icon{color:var(--ingestro-neutral-500)}.ingestro-toast__details{box-sizing:border-box;padding:16px;flex-grow:1;display:flex;flex-direction:column;justify-content:center;gap:4px}.ingestro-toast__details-title{padding-right:32px;color:var(--ingestro-neutral-900)}.ingestro-toast__details-message{color:var(--ingestro-neutral-700)}.ingestro-toast__actions{position:absolute;top:14px;right:16px;box-sizing:border-box}.ingestro-toast-container{padding:0;position:fixed;top:32px;right:32px;display:flex;flex-direction:column;gap:16px;z-index:var(--layer-alerts)}.ingestro-syntax-highlighter-wrapper{position:relative}.ingestro-syntax-highlighter__copy-button-wrapper{position:absolute;top:4px;right:4px}.ingestro-syntax-highlighter:hover .ingestro-syntax-highlighter__copy-button{display:block}.ingestro-syntax-highlighter .prism-code-editor{padding:5px!important}.ingestro-spreadsheet-viewer{width:100%;height:100%;position:relative;border-radius:4px;overflow:hidden;border:1px solid var(--ingestro-neutral-100);background-color:var(--ingestro-neutral-50)}.ingestro-spreadsheet-viewer__corner{top:0;left:0;position:absolute;z-index:3;background-color:var(--ingestro-neutral-50);border:0 solid var(--ingestro-neutral-100);border-right-width:1px;border-bottom-width:1px;box-sizing:border-box}.ingestro-spreadsheet-viewer__row-header{position:absolute;top:0;left:0;overflow:hidden;display:flex;z-index:2}.ingestro-spreadsheet-viewer__column-header{position:absolute;top:0;left:0;overflow:hidden;z-index:2}.ingestro-spreadsheet-viewer__row-header__cell{height:100%;background-color:var(--ingestro-neutral-50);padding:0 8px;box-sizing:border-box;color:var(--ingestro-neutral-700);display:flex;align-items:center;border:0 solid var(--ingestro-neutral-100);border-right-width:1px;border-bottom-width:1px}.ingestro-spreadsheet-viewer__column-header__cell{border-style:solid;border-color:var(--ingestro-neutral-100);display:flex;align-items:center;justify-content:center;background-color:var(--ingestro-white);color:var(--ingestro-neutral-700);box-sizing:border-box;border-width:0px;border-bottom-width:1px;border-right-width:1px;cursor:pointer}.ingestro-spreadsheet-viewer__content__cell{width:100%;height:100%;color:var(--ingestro-neutral-700);padding:0 8px;border:0 solid var(--ingestro-neutral-100);border-bottom-width:1px;border-right-width:1px;background-color:var(--ingestro-white);cursor:pointer;box-sizing:border-box;display:flex;align-items:center}.ingestro-spreadsheet-viewer__content__cell>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ingestro-spreadsheet-viewer__cell--hovered{background-color:var(--ingestro-neutral-50)}.ingestro-spreadsheet-viewer__cell--selected{background-color:var(--ingestro-primary-100)}.ingestro-spreadsheet-viewer--wrapper-reach-root-width .ingestro-spreadsheet-viewer__content__cell--last-col,.ingestro-spreadsheet-viewer--wrapper-reach-root-width .ingestro-spreadsheet-viewer__column-header__cell--last-col{border-right-width:0px}.ingestro-spreadsheet-viewer--wrapper-reach-root-height .ingestro-spreadsheet-viewer__column-header__cell--last-row,.ingestro-spreadsheet-viewer--wrapper-reach-root-height .ingestro-spreadsheet-viewer__content__cell--last-row{border-bottom-width:0px}.ingestro-spreadsheet-viewer__column-header{box-sizing:border-box}.ingestro-spreadsheet-viewer__content::-webkit-scrollbar{width:8px;height:8px}.ingestro-spreadsheet-viewer__content::-webkit-scrollbar-track{background-color:var(--ingestro-neutral-50);border-radius:4px;background-clip:padding-box}.ingestro-spreadsheet-viewer__content::-webkit-scrollbar-thumb{border-radius:4px;background-color:var(--ingestro-neutral-200)}.ingestro-spreadsheet-viewer__loading{position:absolute;left:0;right:8px;z-index:3;display:flex;justify-content:center;align-items:center;color:var(--ingestro-primary-900);background-color:var(--ingestro-neutral-50)}.ingestro-spreadsheet-viewer__loading__item{display:flex;align-items:center}.ingestro-spreadsheet-viewer__loading__item>.caption{position:relative;top:1px}.ingestro-spreadsheet-viewer__loading__item .ingestro-spinner{margin-right:8px}.ingestro-spreadsheet-viewer--shadow{width:10px;height:100%;left:50px;position:absolute;top:0;box-shadow:var(--shadow-right-xs);pointer-events:none}.ingestro-spreadsheet-viewer--scroll-start .ingestro-spreadsheet-viewer--shadow{display:none}.ingestro-spreadsheet-viewer__reload{position:absolute;left:0;right:8px;z-index:3;display:flex;justify-content:center;align-items:center;color:var(--ingestro-primary-500);background-color:var(--ingestro-neutral-50)}.ingestro-spreadsheet-viewer__reload__text{color:var(--ingestro-neutral-700);margin-inline-end:4px}.ingestro-spreadsheet-viewer__reload__button{font-weight:700}.ingestro-spreadsheet-viewer__cell_loading{width:100%;height:100%;padding:4px 0;box-sizing:border-box}.ingestro-spreadsheet-viewer__cell_loading--inner{width:100%;height:100%;border-radius:4px;background-color:var(--ingestro-neutral-100)}.ingestro-spreadsheet-viewer--loading .ingestro-spreadsheet-viewer__content__cell,.ingestro-spreadsheet-viewer--loading .ingestro-spreadsheet-viewer__column-header__cell,.ingestro-spreadsheet-viewer--disable-select-row .ingestro-spreadsheet-viewer__column-header__cell,.ingestro-spreadsheet-viewer--disable-select-row .ingestro-spreadsheet-viewer__content__cell{cursor:auto}.ingestro-spreadsheet-viewer--readonly .ingestro-spreadsheet-viewer__column-header__cell,.ingestro-spreadsheet-viewer--readonly .ingestro-spreadsheet-viewer__content__cell{cursor:auto;color:var(--ingestro-neutral-600)}.ingestro-spreadsheet-viewer--readonly .ingestro-spreadsheet-viewer__cell--selected{color:var(--ingestro-neutral-700)}.ingestro-picker__color-preview{width:16px;height:16px;border-radius:4px;border:1px solid var(--ingestro-neutral-100)}.ingestro-picker__color-selector{display:inline-block}.ingestro-picker__color input{text-transform:uppercase}.ingestro-picker__input .ingestro-input__startAdornment{padding-left:8px}.ingestro-picker__color-selector>.chrome-picker{border-radius:8px!important;padding:4px}.ingestro-picker__color-selector>.chrome-picker>div{border-radius:6px!important}.ingestro-picker__color-selector>.chrome-picker>div>.flexbox-fix:nth-child(2){padding-top:4px!important}#rc-editable-input-1{border-radius:4px!important;height:32px!important;font-size:14px!important;margin-top:10px}.flexbox-fix>svg{width:50px!important;height:50px!important}.ingestro-text-link{cursor:pointer;display:inline-flex;align-items:center;gap:8px;flex-shrink:0;height:-moz-fit-content;height:fit-content}.ingestro-text-link .ingestro-text-link__text{color:var(--ingestro-secondary-500)}.ingestro-text-link .ingestro-text-link__icon{display:inline-flex;align-items:center;flex-shrink:0;width:16px;height:16px}.ingestro-text-link .ingestro-text-link__icon path{stroke:var(--ingestro-secondary-500)}.ingestro-text-link.ingestro-text-link--disabled{cursor:auto}.ingestro-text-link.ingestro-text-link--disabled .ingestro-text-link__text{color:var(--ingestro-neutral-300)}.ingestro-text-link.ingestro-text-link--disabled .ingestro-text-link__icon path{stroke:var(--ingestro-neutral-300)}.ingestro-text-link:hover:not(.ingestro-text-link--disabled) .ingestro-text-link__text,.ingestro-text-link:hover:not(.ingestro-text-link--disabled) .ingestro-text-link__icon{color:var(--ingestro-secondary-700)}.ingestro-text-link:hover:not(.ingestro-text-link--disabled) .ingestro-text-link__icon path{stroke:var(--ingestro-secondary-700)}.ingestro-text-link--primary .ingestro-text-link__text,.ingestro-text-link--primary.ingestro-text-link:hover:not(.ingestro-text-link--disabled) .ingestro-text-link__text,.ingestro-text-link--primary.ingestro-text-link:hover:not(.ingestro-text-link--disabled) .ingestro-text-link__icon{color:var(--ingestro-primary-900)}.ingestro-text-link--primary.ingestro-text-link .ingestro-text-link__icon path,.ingestro-text-link--primary.ingestro-text-link:hover:not(.ingestro-text-link--disabled) .ingestro-text-link__icon path{stroke:var(--ingestro-primary-900)}.ingestro-toggle-button{box-shadow:0 0 0 1px var(--ingestro-neutral-300) inset;background-color:var(--ingestro-neutral-100);border-radius:4px;display:inline-flex;height:40px}.ingestro-toggle-button__option{min-width:100px;border:0;background-color:transparent;color:var(--ingestro-neutral-900);cursor:pointer;outline:none}.ingestro-toggle-button__option.ingestro-toggle-button__option--active{font-weight:600;background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-300);border-radius:4px}.ingestro-toggle-button__option.ingestro-toggle-button__option--disable{color:var(--ingestro-neutral-500);cursor:not-allowed}.ingestro-tagInput__textarea{display:flex;align-items:start;gap:8px;flex-wrap:wrap;cursor:text}.ingestro-textarea--invalid .ingestro-tagInput__textarea.ingestro-tagInput__textarea--focus,.ingestro-tagInput__textarea.ingestro-tagInput__textarea--focus,.ingestro-textarea--invalid .ingestro-tagInput__textarea.ingestro-tagInput__textarea--focus:hover,.ingestro-tagInput__textarea.ingestro-tagInput__textarea--focus:hover{border-color:var(--ingestro-secondary-500)}.ingestro-tagInput__input.ingestro-input,.ingestro-tagInput__input .ingestro-input__input{border:none;padding:0;margin:0;height:24px;flex:1;border-radius:0}.ingestro-tagInput__input.ingestro-input{align-items:flex-start;min-width:100px}.ingestro-tagInput__input.ingestro-input.ingestro-input--disabled,.ingestro-tagInput__input.ingestro-input.ingestro-input--disabled .ingestro-input__input{background:transparent}.ingestro-tagInput__tag{max-width:100%}.ingestro-tagInput__tag .ingestro-tag__text{flex:1;min-width:0;box-sizing:border-box}.ingestro-tagInput__textarea:hover .ingestro-tagInput__input,.ingestro-tagInput__textarea:focus-visible .ingestro-tagInput__input{background-color:transparent!important}.ingestro-autocomplete-input__textarea{gap:8px;border:1px solid var(--ingestro-neutral-200);min-height:39px;height:auto;max-height:95px;flex-wrap:wrap}.ingestro-autocomplete-input__textarea:hover .ingestro-autocomplete-input__menu .ingestro-autocomplete-input__input.ingestro-input,.ingestro-autocomplete-input__textarea:focus-visible .ingestro-autocomplete-input__menu .ingestro-autocomplete-input__input.ingestro-input{background-color:transparent!important}.ingestro-autocomplete-input__textarea--focus,.ingestro-autocomplete-input__textarea:focus-within{border-color:var(--ingestro-secondary-500)}.ingestro-textarea--disabled .ingestro-autocomplete-input__textarea{background-color:var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-200)}.ingestro-autocomplete-input__menu{flex:1}.ingestro-autocomplete-input__menu .ingestro-autocomplete-input__input{height:23px;border:none}.ingestro-autocomplete-input__menu .ingestro-autocomplete-input__input .ingestro-input__input{padding:0}.ingestro-autocomplete-input__menu .ingestro-autocomplete-input__input.ingestro-input:hover{background-color:transparent!important}.ingestro-autocomplete-input__menu .ingestro-menu__option{height:32px}.ingestro-autocomplete-input__tag{max-width:100%}.ingestro-autocomplete-input__tag .ingestro-tag__text{flex:1;min-width:0;box-sizing:border-box}.ingestro-autocomplete-input.ingestro-textarea--invalid .ingestro-textarea__textarea:focus-within:hover{border-color:var(--ingestro-secondary-500)!important}.ingestro-table-editable{position:relative;display:flex;flex-direction:column;flex:1 auto;min-height:0}.ingestro-table-editable__wrapper{display:flex;flex-direction:column;flex:1 auto;overflow:auto}.ingestro-table-editable__table{width:100%}.ingestro-table-editable__tableBody:not(.ingestro-table-editable__tableBody--loading) .ingestro-table-editable__row:hover .ingestro-table-editable__cell,.ingestro-table-editable__tableBody:not(.ingestro-table-editable__tableBody--loading) .ingestro-table-editable__row--highlighted .ingestro-table-editable__cell{background-color:var(--ingestro-primary-50)}.ingestro-table-editable__row{display:flex;flex-grow:1}.ingestro-table-editable__tableHead{position:sticky;top:0;z-index:1;cursor:default;display:flex;align-items:center}.ingestro-table-editable__tableHead .ingestro-table-editable__cell{height:56px;background:var(--ingestro-neutral-100)}.ingestro-table-editable__cell{box-sizing:border-box;display:flex;align-items:center;padding:0 16px;vertical-align:middle;color:var(--ingestro-neutral-700);white-space:nowrap;height:52px;flex-basis:100%}.ingestro-table-editable__headText{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-flex;vertical-align:middle}.ingestro-table-editable__headText--withAdornment{margin-inline-end:8px}.ingestro-table-editable__cellHead--clickable{cursor:pointer}.ingestro-table-editable__headTooltip{display:inline-flex;align-items:center;vertical-align:middle}.ingestro-table-editable__headSortIcon .ingestro-button--icon.ingestro-button--xxs{width:18px;height:18px}.ingestro-table-editable__emptyState{display:flex;flex-direction:column;flex:1 auto}.ingestro-table-editable__cellHead--clickable:hover .ingestro-table-editable__headSortIcon--hover{display:block;border:1px solid transparent}.ingestro-table-editable__cellHead--clickable .ingestro-table-editable__headSortIcon--hover{display:none}.ingestro-wysiwyg-textarea,.ingestro-wysiwyg-textarea__content{position:relative}.ingestro-wysiwyg-textarea__menu{display:flex;align-items:center;gap:7px;padding:4px;background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-200);border-bottom:none;border-radius:4px 4px 0 0}.ingestro-wysiwyg-textarea__editor{box-sizing:border-box;display:flex;width:100%;min-height:64px;border-radius:0 0 4px 4px;outline:none;background-color:var(--ingestro-white);border:1px solid var(--ingestro-neutral-200);padding:8px 12px;font-family:inherit;color:var(--ingestro-neutral-900)}.ingestro-wysiwyg-textarea__editor .ProseMirror{outline:none;width:100%;min-height:48px;position:relative}.ingestro-wysiwyg-textarea__editor .ProseMirror>*{margin-bottom:.375em}.ingestro-wysiwyg-placeholder:before{content:attr(data-placeholder);color:var(--ingestro-neutral-400);pointer-events:none;position:absolute;left:0}.ingestro-wysiwyg-textarea__editor .ProseMirror hr{border:none;background-color:var(--ingestro-neutral-100);height:1px;margin:1em 0}.ingestro-wysiwyg-textarea__editor .ProseMirror blockquote{border-left:3px solid var(--ingestro-neutral-200);padding-left:16px}.ingestro-wysiwyg-textarea__editor .ProseMirror ol{list-style:decimal;padding-left:30px}.ingestro-wysiwyg-textarea__editor .ProseMirror ul{list-style:disc;padding-left:30px}.ingestro-wysiwyg-textarea__editor .ProseMirror strong{font-weight:bolder}.ingestro-wysiwyg-textarea__editor .ProseMirror em{font-style:italic}.ingestro-wysiwyg-textarea__editor .ProseMirror u{text-decoration:underline}.ingestro-wysiwyg-textarea__editor .ProseMirror h1{font-size:2em;font-weight:700;margin-top:.67em;margin-bottom:.67em}.ingestro-wysiwyg-textarea__editor .ProseMirror code{font-family:monospace;font-size:.75em;background-color:var(--ingestro-primary-50);border-radius:4px;padding:.25em}.ingestro-wysiwyg-textarea__editor .ProseMirror pre{font-family:monospace;background-color:var(--ingestro-neutral-100);border:1px solid var(--ingestro-neutral-200);border-radius:4px;padding:8px 12px;white-space:pre-wrap;caret-color:var(--ingestro-primary-500);margin-top:0}.ingestro-wysiwyg-textarea__editor .ProseMirror pre code{background-color:transparent}.ingestro-wysiwyg-textarea__editor .ProseMirror a{color:var(--ingestro-secondary-500);text-decoration:none}.ingestro-wysiwyg-textarea__editor .ProseMirror img{max-width:100%;height:auto}.ingestro-wysiwyg-textarea__editor .ProseMirror iframe{display:block;max-width:100%}.ingestro-wysiwyg-textarea__editor .ProseMirror iframe[width="100%"]{width:100%;min-height:360px;aspect-ratio:16 / 9}.ingestro-wysiwyg-textarea__editor .ProseMirror .iframe-wrapper{position:relative;display:block;padding:8px;cursor:pointer}.ingestro-wysiwyg-textarea__editor .ProseMirror .iframe-wrapper iframe{display:block;pointer-events:auto}.ingestro-wysiwyg-textarea__editor .ProseMirror-focused{outline:none}.ingestro-wysiwyg-textarea__editor:hover{background-color:var(--ingestro-secondary-50);border-color:var(--ingestro-secondary-200)}.ingestro-wysiwyg-textarea__editor:active,.ingestro-wysiwyg-textarea__editor:focus-within{border-color:var(--ingestro-secondary-500);background-color:transparent}.ingestro-wysiwyg-textarea__editor:active:hover,.ingestro-wysiwyg-textarea__editor:focus-within:hover{background-color:var(--ingestro-secondary-50)}.ingestro-wysiwyg-textarea--invalid .ingestro-wysiwyg-textarea__editor,.ingestro-wysiwyg-textarea--invalid .ingestro-wysiwyg-textarea__editor:hover{border-color:var(--ingestro-error-500)}.ingestro-wysiwyg-textarea--invalid .ingestro-wysiwyg-textarea__editor:active,.ingestro-wysiwyg-textarea--invalid .ingestro-wysiwyg-textarea__editor:focus-within{border-color:var(--ingestro-error-500)}.ingestro-wysiwyg-textarea__footer{display:flex;justify-content:space-between;align-items:center;color:var(--ingestro-neutral-500);margin-top:4px}.ingestro-wysiwyg-textarea--disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ingestro-wysiwyg-textarea--disabled .ingestro-wysiwyg-textarea__menu{background-color:var(--ingestro-white)}.ingestro-wysiwyg-textarea--disabled .ingestro-wysiwyg-textarea__editor{background-color:var(--ingestro-neutral-100);border-color:var(--ingestro-neutral-200);color:var(--ingestro-neutral-400)}.ingestro-wysiwyg-textarea--disabled .ingestro-wysiwyg-textarea__editor .ProseMirror a{color:var(--ingestro-secondary-300)}.ProseMirror{position:relative;word-wrap:break-word;white-space:pre-wrap;white-space:break-spaces;font-variant-ligatures:none;font-feature-settings:"liga" 0}.ProseMirror pre{white-space:pre-wrap}.ProseMirror li{position:relative}.ProseMirror-hideselection *::selection{background:transparent}.ProseMirror-hideselection *::-moz-selection{background:transparent}.ProseMirror-hideselection{caret-color:transparent}.ProseMirror [draggable][contenteditable=false]{-webkit-user-select:text;-moz-user-select:text;user-select:text}.ProseMirror-selectednode{outline:2px solid #8cf}li.ProseMirror-selectednode{outline:none}li.ProseMirror-selectednode:after{content:"";position:absolute;left:-32px;right:-2px;top:-2px;bottom:-2px;border:2px solid #8cf;pointer-events:none}img.ProseMirror-separator{display:inline!important;border:none!important;margin:0!important}.ingestro-wysiwyg-textarea__modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:10;border-radius:4px}.ingestro-wysiwyg-textarea__modal{background-color:var(--ingestro-white);border-radius:8px;max-width:264px;width:100%;box-shadow:0 4px 12px #00000026}.ingestro-wysiwyg-textarea__modal-input{padding:8px}.ingestro-wysiwyg-textarea__modal-actions{display:flex;padding:6px;gap:8px;justify-content:flex-end;border-top:1px solid var(--ingestro-neutral-200)}:root,.theme,[data-theme=light]{--color-50: #eff3f9;--color-100: #d0dbed;--color-200: #b1c3e1;--color-300: #92acd4;--color-400: #7394c8;--color-500: #547cbc;--color-600: #4167a5;--color-700: #345386;--color-800: #284067;--color-900: #162338;--font-family: "Inter";--font-line-height: 150%;--font-semi-bold: 600;--font-regular: 400;--font-size-h1: 28px;--font-size-h2: 24px;--font-size-h3: 20px;--font-size-h6: 19px;--font-size-default: 16px;--font-size-sm: 14px;--font-size-xs: 12px;--font-size-xxs: 10px;--tracking-none: 0em;--tracking-tight-2: -.02em;--tracking-tight-4: -.04em;--tracking-wide-2: .02em;--dropshadow-sm: 0 0 16px #1b507114;--dropshadow-md: 0 0 20px #00000033;--dropshadow-lg: 0 0 24px #00000066;--shadow-dropdown: 0 4px 12px rgba(0, 0, 0, .08);--raw-color-accent-50: var(--color-50);--raw-color-accent-100: var(--color-100);--raw-color-accent-200: var(--color-200);--raw-color-accent-300: var(--color-300);--raw-color-accent-400: var(--color-400);--raw-color-accent-500: var(--color-500);--raw-color-accent-600: var(--color-600);--raw-color-accent-700: var(--color-700);--raw-color-accent-800: var(--color-800);--raw-color-accent-900: var(--color-900);--raw-color-shade-white: #ffffff;--raw-color-shade-black: #000000;--raw-color-neutral-50: #fbfbfb;--raw-color-neutral-100: #f2f2f2;--raw-color-neutral-200: #e1e1e1;--raw-color-neutral-300: #c5c5c5;--raw-color-neutral-400: #a9a9a9;--raw-color-neutral-500: #8d8d8d;--raw-color-neutral-600: #717171;--raw-color-neutral-700: #545454;--raw-color-neutral-800: #383838;--raw-color-neutral-900: #2d2d2d;--raw-color-inform-selection: #b3d7fe;--raw-color-inform-50: #f5f8fe;--raw-color-inform-100: #e0eafd;--raw-color-inform-200: #c2d5fa;--raw-color-inform-300: #a3bff8;--raw-color-inform-400: #7ba3f4;--raw-color-inform-500: #5c8ef2;--raw-color-inform-600: #3573ef;--raw-color-inform-700: #1152d5;--raw-color-inform-800: #0c3c9b;--raw-color-inform-900: #082561;--raw-color-success-50: #ecfdf5;--raw-color-success-100: #d1fae5;--raw-color-success-200: #a7f3d0;--raw-color-success-300: #6ee7b7;--raw-color-success-400: #34d399;--raw-color-success-500: #10b981;--raw-color-success-600: #059669;--raw-color-success-700: #047857;--raw-color-success-800: #065f46;--raw-color-success-900: #064e3b;--raw-color-warning-50: #fffbeb;--raw-color-warning-100: #fef3c7;--raw-color-warning-200: #fde68a;--raw-color-warning-300: #fcd34d;--raw-color-warning-400: #fbbf24;--raw-color-warning-500: #f59e0b;--raw-color-warning-600: #d97706;--raw-color-warning-700: #b45309;--raw-color-warning-800: #92400e;--raw-color-warning-900: #78350f;--raw-color-error-50: #fef2f2;--raw-color-error-100: #fee2e2;--raw-color-error-200: #fecaca;--raw-color-error-300: #fca5a5;--raw-color-error-400: #f87171;--raw-color-error-500: #ef4444;--raw-color-error-600: #dc2626;--raw-color-error-700: #b91c1c;--raw-color-error-800: #991b1b;--raw-color-error-900: #7f1d1d;--border-radius-2: 2px;--border-radius-4: 4px;--border-radius-6: 6px;--border-radius-8: 8px;--border-radius-12: 12px;--border-radius-16: 16px;--border-radius-none: 0px;--border-radius-full: 99999px;--spacing-2: 2px;--spacing-3: 3px;--spacing-4: 4px;--spacing-5: 5px;--spacing-6: 6px;--spacing-8: 8px;--spacing-12: 12px;--spacing-16: 16px;--spacing-18: 18px;--spacing-20: 20px;--spacing-24: 24px;--spacing-28: 28px;--spacing-32: 32px;--spacing-40: 40px;--spacing-48: 48px;--spacing-64: 64px;--spacing-none: 0px;--elevation-strong: rgba(0, 0, 0, .4);--elevation-mid: rgba(0, 0, 0, .2);--elevation-soft: rgba(0, 0, 0, .1);--surface-color-default: var(--raw-color-shade-white);--surface-color-tooltip: var(--raw-color-neutral-800);--surface-color-default-soft: var(--raw-color-neutral-50);--surface-color-primary: var(--theme-primary-base);--surface-color-primary-soft: var(--theme-primary-soft);--theme-primary-base: var(--raw-color-accent-900);--theme-primary-mid: var(--raw-color-accent-500);--theme-primary-soft: var(--raw-color-accent-100);--theme-font-family: var(--font-family);--theme-code-font: "Geist Mono", "Courier New", Courier, monospace;--border-color-default: var(--raw-color-neutral-100);--border-color-mid: var(--raw-color-neutral-200);--border-color-primary: var(--theme-primary-mid);--modal-validation-editor-max-width: 1080px;--modal-validation-type-chooser-min-width: 640px;--modal-validation-editor-sidebar-width: 360px;--modal-option-mapping-width: 900px;--modal-option-mapping-max-width: 1200px;--modal-option-mapping-height: 800px;--modal-option-mapping-loading-height: 600px;--modal-add-edit-column-width: 800px;--modal-custom-model-height: 720px;--modal-option-editor-max-width: 480px;--modal-split-column-width: 640px;--modal-split-column-target-width: 240px;--modal-review-status-max-width: 360px;--option-mapping-row-height: 44px;--option-mapping-heading-height: 32px;--option-mapping-arrow-width: 56px;--option-mapping-output-width: 240px;--option-mapping-source-column-min-width: 200px;--option-mapping-loading-min-height: 360px;--option-mapping-loading-copy-width: 470px;--option-mapping-progress-width: 160px;--option-mapping-dropdown-max-height: 240px;--option-mapping-column-picker-width: 280px;--import-flow-side-panel-width: 280px;--mapping-separator-popover-width: 266px;--dropdown-max-height: 300px;--breakpoint-mobile-max: 768px;--breakpoint-tablet: 875px;--background-color-default: var(--raw-color-neutral-50);--background-color-mid: var(--raw-color-neutral-100);--background-color-deep: var(--raw-color-neutral-200);--text-color-primary: var(--raw-color-accent-900);--text-color-neutral: var(--raw-color-neutral-900);--text-color-on-primary: var(--raw-color-shade-white);--text-color-on-dense: var(--raw-color-shade-white);--text-color-neutral-subtle: var(--raw-color-neutral-600);--text-color-mute: var(--raw-color-neutral-300);--text-color-link: var(--raw-color-inform-500);--text-color-kbd: var(--raw-color-accent-600);--icon-color-primary: var(--raw-color-accent-900);--icon-color-neutral: var(--raw-color-neutral-900);--icon-color-neutral-subtle: var(--raw-color-neutral-600);--icon-color-on-primary: var(--raw-color-shade-white);--icon-color-disabled: var(--raw-color-neutral-300);--feedback-primary: var(--raw-color-accent-900);--feedback-primary-subtle: var(--color-50);--feedback-success: var(--raw-color-success-500);--feedback-success-subtle: var(--raw-color-success-50);--feedback-info: var(--raw-color-inform-500);--feedback-info-subtle: var(--raw-color-inform-50);--feedback-warning: var(--raw-color-warning-500);--feedback-warning-subtle: var(--raw-color-warning-50);--feedback-error: var(--raw-color-error-500);--feedback-error-subtle: var(--raw-color-error-50);--state-hover-on-surface: var(--raw-color-neutral-50);--state-hover-on-primary: var(--raw-color-accent-800);--state-hover-on-secondary: var(--raw-color-neutral-700);--state-hover-on-link: var(--raw-color-inform-600);--state-focus-ring: rgba(53, 115, 239, .5);--state-disabled: rgba(255, 255, 255, .2);--radius-modal: var(--border-radius-12);--radius-md: var(--border-radius-8);--radius-sm: var(--border-radius-6);--radius-xs: var(--border-radius-4);--radius-pill: var(--border-radius-16);--spcing-xl: var(--spacing-40);--spcing-lg: var(--spacing-20);--spcing-md: var(--spacing-16);--spcing-sm: var(--spacing-12);--spcing-xs: var(--spacing-8);--spcing-xxs: var(--spacing-4);--spacing-xl: var(--spcing-xl);--spacing-lg: var(--spcing-lg);--spacing-md: var(--spcing-md);--spacing-sm: var(--spcing-sm);--spacing-xs: var(--spcing-xs);--spacing-xxs: var(--spcing-xxs);--input-input-selection: var(--raw-color-inform-selection);--input-input-fill-default: var(--raw-color-shade-white);--input-input-fill-hover: var(--raw-color-accent-50);--input-input-fill-disabled: var(--raw-color-neutral-50);--input-input-border-default: var(--border-color-default);--input-input-border-active: var(--raw-color-accent-500);--input-input-border-error: var(--feedback-error);--input-fill-default: var(--input-input-fill-default);--input-fill-hover: var(--input-input-fill-hover);--input-fill-disabled: var(--input-input-fill-disabled);--input-border-default: var(--input-input-border-default);--input-border-active: var(--input-input-border-active);--input-border-error: var(--input-input-border-error);--button-btn-fill-primary-default: var(--theme-primary-base);--button-btn-fill-primary-hover: var(--raw-color-accent-700);--button-btn-fill-primary-disabled: var(--raw-color-neutral-100);--button-btn-border-default: var(--border-color-default);--button-btn-fill-outline-default: var(--raw-color-shade-white);--button-btn-fill-outline-primary-hover: var(--raw-color-accent-50);--button-btn-fill-outline-neutral-hover: var(--raw-color-neutral-50);--button-btn-fill-outline-error-hover: var(--raw-color-error-50);--button-btn-fill-outline-disabled: var(--raw-color-neutral-100);--button-btn-stroke-outline-disabled: var(--raw-color-neutral-200);--button-btn-stroke-outline-default: var(--raw-color-neutral-100);--button-btn-stroke-outline-error: var(--feedback-error-subtle);--agent-chat-bar-height: calc(var(--spacing-40) + var(--spacing-4))}.dropshadow-sm{box-shadow:var(--dropshadow-sm)}.dropshadow-md{box-shadow:var(--dropshadow-md)}.dropshadow-lg{box-shadow:var(--dropshadow-lg)}
