:root{--safe-area-inset-bottom:env(safe-area-inset-bottom,0px);--safe-area-inset-top:env(safe-area-inset-top,0px);--safe-area-inset-left:env(safe-area-inset-left,0px);--safe-area-inset-right:env(safe-area-inset-right,0px)}.safe-area-pb{padding-bottom:max(var(--safe-area-inset-bottom),16px)}.pb-safe{padding-bottom:var(--safe-area-inset-bottom)}.pt-safe{padding-top:var(--safe-area-inset-top)}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px hsl(var(--background)) inset!important;-webkit-text-fill-color:hsl(var(--foreground))!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important}input:-moz-autofill{background-color:hsl(var(--background))!important;color:hsl(var(--foreground))!important;filter:none!important}#neo-data-grid .neo-cell-readonly,#neo-data-grid .neo-cell-readonly *{color:hsl(var(--muted-foreground))!important}#neo-data-grid .neo-cell-staged-dirty{background-color:rgb(219 234 254/.5)!important;border-left:2px solid rgb(59 130 246)!important}.dark #neo-data-grid .neo-cell-staged-dirty{background-color:rgb(30 58 138/.2)!important;border-left:2px solid rgb(96 165 250)!important}#neo-data-grid .neo-cell-missing-required{background-color:rgb(254 249 195)!important}.dark #neo-data-grid .neo-cell-missing-required{background-color:rgb(113 63 18/.2)!important}#neo-data-grid .neo-cell-actions .ag-cell-range-handle,#neo-data-grid .neo-cell-actions .ag-fill-handle,#neo-data-grid .neo-cell-readonly .ag-cell-range-handle,#neo-data-grid .neo-cell-readonly .ag-fill-handle{display:none!important}#neo-data-grid .ag-right-aligned-cell{text-align:right;justify-content:flex-end}#neo-data-grid .ag-right-aligned-cell .ag-cell-wrapper{justify-content:flex-end}#neo-data-grid .neo-cell-positive{color:hsl(var(--green-600))!important}.dark #neo-data-grid .neo-cell-positive{color:hsl(var(--green-500))!important}#neo-data-grid .neo-cell-negative{color:hsl(var(--red-600))!important}.dark #neo-data-grid .neo-cell-negative{color:hsl(var(--red-500))!important}#neo-data-grid .ag-cell-edit-input,#neo-data-grid .ag-cell-editor input,#neo-data-grid .ag-input-field-input,#neo-data-grid .ag-text-field-input{padding-left:0!important}#neo-data-grid .ag-popup-editor:has(.custom-text-editor){background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important}#neo-data-grid .ag-cell[col-id=description],#neo-data-grid .ag-cell[col-id=title]{align-items:flex-start!important;padding-top:8px!important;padding-bottom:8px!important}#neo-data-grid .ag-cell[col-id=title] .ag-cell-wrapper,#neo-data-grid .ag-cell[col-id=title] .ag-cell-wrapper>*{width:100%}#neo-data-grid .ag-cell[col-id=default_image_url]{padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}#neo-data-grid .ag-cell[col-id=default_image_url] .ag-cell-wrapper{padding:0;display:flex;align-items:center;justify-content:center}#neo-data-grid.neo-wrap-text-enabled .ag-cell[col-id=default_image_url]{align-items:flex-start!important;padding-top:8px!important}#neo-data-grid.neo-wrap-text-enabled .ag-cell[col-id=default_image_url] .ag-cell-wrapper{align-items:flex-start}#neo-data-grid.neo-wrap-text-enabled .ag-cell[col-id=default_image_url]>div{margin-top:-.5rem!important}#neo-data-grid .ag-row-number-cell{color:hsl(var(--muted-foreground))!important;font-size:11px;font-weight:500;text-align:right;display:flex!important;align-items:center!important;justify-content:flex-end!important;padding-right:6px!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}#neo-data-grid .ag-header-cell.ag-row-number-header,#neo-data-grid .ag-row-number-cell{background-color:hsl(var(--muted)/.5)!important}#neo-data-grid .ag-row-selected .ag-row-number-cell{background-color:hsl(var(--blue-primary))!important;color:white!important}#neo-data-grid .neo-row-missing-required .ag-row-number-cell{box-shadow:inset 3px 0 0 0 rgb(250 204 21)!important}.dark #neo-data-grid .neo-row-missing-required .ag-row-number-cell{box-shadow:inset 3px 0 0 0 rgb(234 179 8)!important}#neo-data-grid .ag-row-selected.neo-row-missing-required .ag-row-number-cell{box-shadow:inset 3px 0 0 0 rgb(250 204 21)!important}.dark #neo-data-grid .ag-row-selected.neo-row-missing-required .ag-row-number-cell{box-shadow:inset 3px 0 0 0 rgb(234 179 8)!important}@keyframes slideInFromTopWithFade{0%{transform:translateY(-20px);opacity:0;background-color:rgb(224 231 255)}20%{transform:translateY(0);opacity:1;background-color:rgb(224 231 255)}to{transform:translateY(0);opacity:1;background-color:transparent}}@keyframes slideInFromTopWithFadeDark{0%{transform:translateY(-20px);opacity:0;background-color:rgb(49 46 129)}20%{transform:translateY(0);opacity:1;background-color:rgb(49 46 129)}to{transform:translateY(0);opacity:1;background-color:transparent}}#neo-data-grid .neo-row-newly-enriched{animation:slideInFromTopWithFade 2s ease-out forwards}.dark #neo-data-grid .neo-row-newly-enriched{animation:slideInFromTopWithFadeDark 2s ease-out forwards}@keyframes highlightRainbow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}#neo-data-grid .highlight-color-red{background-color:rgb(254 202 202/.35)!important}#neo-data-grid .highlight-color-orange{background-color:rgb(254 215 170/.35)!important}#neo-data-grid .highlight-color-yellow{background-color:rgb(254 240 138/.35)!important}#neo-data-grid .highlight-color-green{background-color:rgb(187 247 208/.35)!important}#neo-data-grid .highlight-color-blue{background-color:rgb(191 219 254/.35)!important}#neo-data-grid .highlight-color-purple{background-color:rgb(233 213 255/.35)!important}#neo-data-grid .highlight-color-pink{background-color:rgb(254 205 211/.35)!important}#neo-data-grid .highlight-color-gray{background-color:rgb(229 231 235/.35)!important}.dark #neo-data-grid .highlight-color-red{background-color:rgb(127 29 29/.25)!important}.dark #neo-data-grid .highlight-color-orange{background-color:rgb(124 45 18/.25)!important}.dark #neo-data-grid .highlight-color-yellow{background-color:rgb(113 63 18/.25)!important}.dark #neo-data-grid .highlight-color-green{background-color:rgb(20 83 45/.25)!important}.dark #neo-data-grid .highlight-color-blue{background-color:rgb(30 58 138/.25)!important}.dark #neo-data-grid .highlight-color-purple{background-color:rgb(88 28 135/.25)!important}.dark #neo-data-grid .highlight-color-pink{background-color:rgb(136 19 55/.25)!important}.dark #neo-data-grid .highlight-color-gray{background-color:rgb(55 65 81/.25)!important}#neo-data-grid .highlight-color-rainbow{background:repeating-linear-gradient(90deg,rgb(254 240 138/.3),rgb(254 215 170/.3) 114px,rgb(254 202 202/.3) 228px,rgb(233 213 255/.3) 342px,rgb(191 219 254/.3) 456px,rgb(167 243 208/.3) 686px,rgb(254 240 138/.3) 800px)!important;background-size:200% 100%;animation:highlightRainbow 6s ease infinite}.dark #neo-data-grid .highlight-color-rainbow{background:repeating-linear-gradient(90deg,rgb(66 32 6/.3),rgb(67 20 7/.3) 114px,rgb(76 5 25/.3) 228px,rgb(59 7 100/.3) 342px,rgb(23 37 84/.3) 456px,rgb(2 44 34/.3) 686px,rgb(66 32 6/.3) 800px)!important;background-size:200% 100%;animation:highlightRainbow 6s ease infinite}#neo-data-grid .ag-pinned-right-cols-container [class*=highlight-color-]{background:none!important;background-color:transparent!important;animation:none!important}#neo-data-grid .highlight-color-red .ag-row-number-cell{box-shadow:inset 3px 0 0 0 #fecaca!important}#neo-data-grid .highlight-color-orange .ag-row-number-cell{box-shadow:inset 3px 0 0 0 #fed7aa!important}#neo-data-grid .highlight-color-yellow .ag-row-number-cell{box-shadow:inset 3px 0 0 0 #fef08a!important}#neo-data-grid .highlight-color-green .ag-row-number-cell{box-shadow:inset 3px 0 0 0 #bbf7d0!important}#neo-data-grid .highlight-color-blue .ag-row-number-cell{box-shadow:inset 3px 0 0 0 #bfdbfe!important}#neo-data-grid .highlight-color-purple .ag-row-number-cell{box-shadow:inset 3px 0 0 0 #e9d5ff!important}#neo-data-grid .highlight-color-pink .ag-row-number-cell{box-shadow:inset 3px 0 0 0 #fecdd3!important}#neo-data-grid .highlight-color-gray .ag-row-number-cell{box-shadow:inset 3px 0 0 0 #e5e7eb!important}#neo-data-grid .highlight-color-rainbow .ag-row-number-cell{box-shadow:inset 3px 0 0 0 #e9d5ff!important}.dark #neo-data-grid .highlight-color-red .ag-row-number-cell{box-shadow:inset 3px 0 0 0 #7f1d1d!important}.dark #neo-data-grid .highlight-color-orange .ag-row-number-cell{box-shadow:inset 3px 0 0 0 #7c2d12!important}.dark #neo-data-grid .highlight-color-yellow .ag-row-number-cell{box-shadow:inset 3px 0 0 0 #713f12!important}.dark #neo-data-grid .highlight-color-green .ag-row-number-cell{box-shadow:inset 3px 0 0 0 #14532d!important}.dark #neo-data-grid .highlight-color-blue .ag-row-number-cell{box-shadow:inset 3px 0 0 0 #1e3a8a!important}.dark #neo-data-grid .highlight-color-purple .ag-row-number-cell{box-shadow:inset 3px 0 0 0 #581c87!important}.dark #neo-data-grid .highlight-color-pink .ag-row-number-cell{box-shadow:inset 3px 0 0 0 #881337!important}.dark #neo-data-grid .highlight-color-gray .ag-row-number-cell{box-shadow:inset 3px 0 0 0 #374151!important}.dark #neo-data-grid .highlight-color-rainbow .ag-row-number-cell{box-shadow:inset 3px 0 0 0 #581c87!important}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes textShimmer{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes loadingBar{0%{transform:translateX(-100%)}to{transform:translateX(300%)}}#neo-data-grid.neo-wrap-text-enabled .ag-cell:not([col-id=actions]){align-items:flex-start!important;padding-top:8px!important}#neo-data-grid.neo-wrap-text-enabled .ag-cell:not([col-id=actions]) .ag-cell-value,#neo-data-grid.neo-wrap-text-enabled .ag-cell:not([col-id=actions]) .ag-cell-wrapper{align-items:flex-start!important}#neo-data-grid.neo-wrap-text-enabled .ag-body-viewport .ag-row .ag-row-number-cell{align-items:flex-start!important;justify-content:flex-end!important;padding:12px 6px 0 0!important}#neo-data-grid.neo-wrap-text-enabled .ag-cell:not([col-id=actions]):not([col-id=default_image_url]):not(.ag-row-number-cell) .ag-cell-value>div:not(.flex-col),#neo-data-grid.neo-wrap-text-enabled .ag-cell:not([col-id=actions]):not([col-id=default_image_url]):not(.ag-row-number-cell) .ag-cell-wrapper>span>div:not(.flex-col),#neo-data-grid.neo-wrap-text-enabled .ag-cell:not([col-id=actions]):not([col-id=default_image_url]):not(.ag-row-number-cell)>div:not(.flex-col):not(.ag-fill-handle):not(.ag-cell-range-handle){align-items:flex-start!important;height:auto!important}#neo-data-grid.neo-wrap-text-enabled .ag-cell:not([col-id=actions]):not([col-id=default_image_url]):not(.ag-row-number-cell) .flex-col{justify-content:flex-start!important;height:auto!important}@media print{@page{size:A4;margin:15mm}body{-webkit-print-color-adjust:exact;print-color-adjust:exact}*{color:black!important}*,.print\:bg-white{background:white!important}.print\:text-black{color:black!important}.print\:border,.print\:border-gray-300{border:1px solid #d1d5db!important}.print\:break-inside-avoid{-moz-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid}}@keyframes fieldHighlight{0%{background-color:transparent}20%{background-color:rgb(199 210 254)}to{background-color:transparent}}@keyframes fieldHighlightDark{0%{background-color:transparent}20%{background-color:rgb(67 56 202/.4)}to{background-color:transparent}}@keyframes fieldHighlightGreen{0%{background-color:transparent}20%{background-color:rgb(187 247 208)}to{background-color:transparent}}@keyframes fieldHighlightGreenDark{0%{background-color:transparent}20%{background-color:rgb(22 101 52/.4)}to{background-color:transparent}}.animate-field-highlight{animation:fieldHighlight 1s ease-in-out forwards}.dark .animate-field-highlight{animation:fieldHighlightDark 1s ease-in-out forwards}.animate-field-highlight-green{animation:fieldHighlightGreen 1s ease-in-out forwards}.dark .animate-field-highlight-green{animation:fieldHighlightGreenDark 1s ease-in-out forwards}@keyframes fieldHighlightYellow{0%{background-color:transparent}20%{background-color:rgb(254 249 195)}to{background-color:transparent}}@keyframes fieldHighlightYellowDark{0%{background-color:transparent}20%{background-color:rgb(202 138 4/.25)}to{background-color:transparent}}.animate-field-highlight-yellow{animation:fieldHighlightYellow 1s ease-in-out forwards}.dark .animate-field-highlight-yellow{animation:fieldHighlightYellowDark 1s ease-in-out forwards}