handsontable 0.0.0-next-3a00df6-20241001 → 0.0.0-next-b914c1c-20241001

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of handsontable might be problematic. Click here for more details.

Files changed (96) hide show
  1. package/3rdparty/walkontable/src/selection/manager.js +7 -7
  2. package/3rdparty/walkontable/src/selection/manager.mjs +7 -7
  3. package/3rdparty/walkontable/src/selection/scanner.js +7 -7
  4. package/3rdparty/walkontable/src/selection/scanner.mjs +7 -7
  5. package/CHANGELOG.md +0 -29
  6. package/base.js +2 -2
  7. package/base.mjs +2 -2
  8. package/core.js +18 -7
  9. package/core.mjs +18 -7
  10. package/dataMap/metaManager/lazyFactoryMap.js +7 -7
  11. package/dataMap/metaManager/lazyFactoryMap.mjs +7 -7
  12. package/dataMap/metaManager/metaSchema.js +17 -0
  13. package/dataMap/metaManager/metaSchema.mjs +19 -2
  14. package/dataMap/metaManager/mods/dynamicCellMeta.js +7 -7
  15. package/dataMap/metaManager/mods/dynamicCellMeta.mjs +7 -7
  16. package/dataMap/metaManager/mods/extendMetaProperties.js +7 -7
  17. package/dataMap/metaManager/mods/extendMetaProperties.mjs +7 -7
  18. package/dataMap/metaManager/utils.js +7 -7
  19. package/dataMap/metaManager/utils.mjs +7 -7
  20. package/dist/handsontable.css +296 -145
  21. package/dist/handsontable.full.css +305 -152
  22. package/dist/handsontable.full.js +3641 -3755
  23. package/dist/handsontable.full.min.css +85 -14
  24. package/dist/handsontable.full.min.js +132 -122
  25. package/dist/handsontable.js +3336 -3440
  26. package/dist/handsontable.min.css +82 -11
  27. package/dist/handsontable.min.js +23 -23
  28. package/editors/dateEditor/dateEditor.js +2 -0
  29. package/editors/dateEditor/dateEditor.mjs +2 -0
  30. package/editors/handsontableEditor/handsontableEditor.js +1 -1
  31. package/editors/handsontableEditor/handsontableEditor.mjs +1 -1
  32. package/editors/selectEditor/selectEditor.js +20 -9
  33. package/editors/selectEditor/selectEditor.mjs +20 -9
  34. package/editors/textEditor/textEditor.js +4 -11
  35. package/editors/textEditor/textEditor.mjs +4 -11
  36. package/helpers/array.js +7 -7
  37. package/helpers/array.mjs +7 -7
  38. package/helpers/mixed.js +3 -3
  39. package/helpers/mixed.mjs +3 -3
  40. package/helpers/number.js +7 -7
  41. package/helpers/number.mjs +7 -7
  42. package/helpers/themes.js +17 -0
  43. package/helpers/themes.mjs +13 -0
  44. package/package.json +10 -3
  45. package/pluginHooks.js +1 -3
  46. package/pluginHooks.mjs +1 -3
  47. package/plugins/columnSorting/utils.js +7 -7
  48. package/plugins/columnSorting/utils.mjs +7 -7
  49. package/plugins/comments/commentEditor.js +8 -1
  50. package/plugins/comments/commentEditor.mjs +8 -1
  51. package/plugins/comments/comments.js +1 -1
  52. package/plugins/comments/comments.mjs +1 -1
  53. package/plugins/contextMenu/menu/menu.js +4 -4
  54. package/plugins/contextMenu/menu/menu.mjs +4 -4
  55. package/plugins/filters/utils.js +7 -7
  56. package/plugins/filters/utils.mjs +7 -7
  57. package/plugins/formulas/formulas.js +7 -7
  58. package/plugins/formulas/formulas.mjs +7 -7
  59. package/plugins/hiddenColumns/hiddenColumns.js +7 -7
  60. package/plugins/hiddenColumns/hiddenColumns.mjs +7 -7
  61. package/plugins/hiddenRows/hiddenRows.js +7 -7
  62. package/plugins/hiddenRows/hiddenRows.mjs +7 -7
  63. package/plugins/mergeCells/cellsCollection.js +7 -7
  64. package/plugins/mergeCells/cellsCollection.mjs +7 -7
  65. package/plugins/mergeCells/mergeCells.js +7 -7
  66. package/plugins/mergeCells/mergeCells.mjs +7 -7
  67. package/plugins/nestedHeaders/stateManager/nodeModifiers/collapse.js +7 -7
  68. package/plugins/nestedHeaders/stateManager/nodeModifiers/collapse.mjs +7 -7
  69. package/plugins/nestedHeaders/stateManager/nodeModifiers/expand.js +7 -7
  70. package/plugins/nestedHeaders/stateManager/nodeModifiers/expand.mjs +7 -7
  71. package/plugins/nestedRows/nestedRows.js +7 -7
  72. package/plugins/nestedRows/nestedRows.mjs +7 -7
  73. package/plugins/trimRows/trimRows.js +7 -7
  74. package/plugins/trimRows/trimRows.mjs +7 -7
  75. package/selection/selection.js +7 -7
  76. package/selection/selection.mjs +7 -7
  77. package/selection/utils.js +7 -7
  78. package/selection/utils.mjs +7 -7
  79. package/shortcuts/keyObserver.js +7 -7
  80. package/shortcuts/keyObserver.mjs +7 -7
  81. package/styles/handsontable.css +1918 -0
  82. package/styles/handsontable.min.css +30 -0
  83. package/styles/ht-theme-gemini.css +689 -0
  84. package/styles/ht-theme-gemini.min.css +30 -0
  85. package/styles/ht-theme-main.css +697 -0
  86. package/styles/ht-theme-main.min.css +30 -0
  87. package/translations/changesObservable/observable.js +7 -7
  88. package/translations/changesObservable/observable.mjs +7 -7
  89. package/translations/indexMapper.js +7 -7
  90. package/translations/indexMapper.mjs +7 -7
  91. package/utils/dataStructures/uniqueSet.js +7 -7
  92. package/utils/dataStructures/uniqueSet.mjs +7 -7
  93. package/utils/ghostTable.js +1 -1
  94. package/utils/ghostTable.mjs +1 -1
  95. package/utils/paginator.js +7 -7
  96. package/utils/paginator.mjs +7 -7
@@ -0,0 +1,30 @@
1
+ /*!
2
+ * Copyright (c) HANDSONCODE sp. z o. o.
3
+ *
4
+ * HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o., a Polish corporation based in
5
+ * Gdynia, Poland, at Aleja Zwyciestwa 96-98, registered by the District Court in Gdansk under number
6
+ * 538651, EU tax ID number: PL5862294002, share capital: PLN 62,800.00.
7
+ *
8
+ * This software is protected by applicable copyright laws, including international treaties, and dual-
9
+ * licensed - depending on whether your use for commercial purposes, meaning intended for or
10
+ * resulting in commercial advantage or monetary compensation, or not.
11
+ *
12
+ * If your use is strictly personal or solely for evaluation purposes, meaning for the purposes of testing
13
+ * the suitability, performance, and usefulness of this software outside the production environment,
14
+ * you agree to be bound by the terms included in the "handsontable-non-commercial-license.pdf" file.
15
+ *
16
+ * Your use of this software for commercial purposes is subject to the terms included in an applicable
17
+ * license agreement.
18
+ *
19
+ * In any case, you must not make any such use of this software as to develop software which may be
20
+ * considered competitive with this software.
21
+ *
22
+ * UNLESS EXPRESSLY AGREED OTHERWISE, HANDSONCODE PROVIDES THIS SOFTWARE ON AN "AS IS"
23
+ * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, AND IN NO EVENT AND UNDER NO
24
+ * LEGAL THEORY, SHALL HANDSONCODE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT,
25
+ * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
26
+ * USE OR INABILITY TO USE THIS SOFTWARE.
27
+ *
28
+ * Version: 0.0.0-next-b914c1c-20241001
29
+ * Release date: 30/07/2024 (built at 01/10/2024 11:43:53)
30
+ */.handsontable .htUIClearAll a,.handsontable .htUISelectAll a{display:inline-block;padding:8px;text-decoration:none}.handsontable .htUIMultipleSelect .ht_master .wtHolder{background:transparent}.handsontable .htUIMultipleSelect .ht_master .wtHolder .htCore{box-shadow:none}.handsontable{color:var(--ht-foreground-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:var(--ht-font-size,12px);font-weight:var(--ht-font-weight);line-height:var(--ht-line-height,20px);position:relative;touch-action:manipulation}.handsontable .ht_master,.handsontable td,.handsontable th{background-color:var(--ht-background-color,#fff)}.handsontable td,.handsontable th{border-bottom:1px solid var(--ht-cell-horizontal-border-color);border-inline-end-color:var(--ht-cell-vertical-border-color);border-inline-end-width:1px;border-inline-start-color:var(--ht-cell-vertical-border-color);border-inline-start-width:0;border-left-style:solid;border-right-style:solid;border-top:0 solid var(--ht-cell-horizontal-border-color);box-sizing:border-box;color:var(--ht-foreground-color);empty-cells:show;font-size:var(--ht-font-size);line-height:var(--ht-line-height,20px);outline:none;outline-width:0;overflow:hidden;padding:var(--ht-cell-horizontal-padding,4px) var(--ht-cell-vertical-padding,8px);vertical-align:top;white-space:pre-wrap}.handsontable td.invisibleSelection,.handsontable th.invisibleSelection{outline:none}.handsontable td.invisibleSelection::selection,.handsontable th.invisibleSelection::selection{background:transparent}.handsontable td:first-of-type{border-inline-start-width:1px}.handsontable th{background-color:var(--ht-header-background-color,#f7f7f9);color:var(--ht-header-foreground-color);font-weight:var(--ht-header-font-weight);overflow:visible;position:relative;text-align:center;white-space:nowrap}.handsontable th:last-child{border-bottom-width:1px;border-inline-end-width:1px;border-inline-start-width:0}.handsontable th:first-child,.handsontable th:nth-child(2){border-inline-start-width:1px}.handsontable th.ht__highlight{background-color:var(--ht-header-highlighted-background-color);color:var(--ht-header-highlighted-foreground-color)}.handsontable th.ht__highlight:before{background-color:var(--ht-accent-color);content:"";display:block;height:var(--ht-header-highlighted-shadow-size);inset:auto -1px 0 -1px;position:absolute}.handsontable th.ht__active_highlight{border-color:var(--ht-header-active-border-color);box-shadow:-1px -1px 0 var(--ht-header-active-border-color),0 -1px 0 var(--ht-header-active-border-color),-1px 0 0 var(--ht-header-active-border-color);color:var(--ht-header-active-foreground-color)}.handsontable th.active,.handsontable th.ht__active_highlight,.handsontable th.ht__active_highlight:before{background-color:var(--ht-header-active-background-color)}.handsontable th.active{color:var(--ht-header-active-foreground-color)}.handsontable thead th{padding:0}.handsontable thead th .relative{align-items:center;display:flex;height:calc(var(--ht-line-height, 20px) + var(--ht-cell-horizontal-padding, 8px)*2 + 1px);justify-content:space-between;padding:var(--ht-cell-horizontal-padding,8px) var(--ht-cell-vertical-padding,4px)}.handsontable thead tr:not(:last-child) th{overflow:hidden}.handsontable tbody th.ht__highlight:before{height:auto;inset:0 -1px -1px auto;width:var(--ht-header-highlighted-shadow-size)}.handsontable .hide{display:none}.handsontable .relative{box-sizing:border-box;position:relative}.handsontable .wtHider{width:0}.handsontable .wtSpreader{height:auto;position:relative;width:0}.handsontable .htAutoSize{left:-99000px;position:absolute;top:-99000px;visibility:hidden}.handsontable .htFocusCatcher{border:0;height:0;margin:0;opacity:0;padding:0;position:absolute;width:0;z-index:-1}.handsontable div,.handsontable input,.handsontable table,.handsontable tbody,.handsontable textarea,.handsontable thead{box-sizing:content-box}.handsontable input,.handsontable textarea{min-height:auto}.handsontable .htCore{border-collapse:separate;border-spacing:0;border-width:0;cursor:default;margin:0;outline-width:0;table-layout:fixed;width:0}.handsontable col,.handsontable col.rowHeader{width:64px}.handsontable col.hidden{width:0!important}.handsontable span.colHeader{display:inline-block;line-height:var(--ht-line-height,20px)}.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){border-inline-end-width:1px;border-inline-start-width:0}.handsontable.htRowHeaders thead tr th:nth-child(2){border-inline-start-width:1px}.handsontable tr:first-child td,.handsontable tr:first-child th{border-top-width:1px}.handsontable .ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable tbody tr th,.handsontable .ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.ht_clone_top) thead tr th:first-child{border-inline-end-width:0;border-inline-start-width:1px}.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr.lastChild th,.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr:last-child th,.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr.lastChild th,.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr:last-child th{border-bottom-width:0}.handsontable{scrollbar-color:var(--ht-scrollbar-thumb-color) var(--ht-scrollbar-track-color);scrollbar-width:thin}.handsontable::-webkit-scrollbar-track{border-radius:30px}.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,.ht_clone_bottom .wtHolder,.ht_clone_inline_start,.ht_clone_inline_start .wtHolder,.ht_clone_top,.ht_clone_top .wtHolder,.ht_master,.ht_master .wtHolder{overflow:hidden}.ht_master .wtHolder{overflow:auto}tr.ht__row_even td,tr.ht__row_even th{background-color:var(--ht-row-even-background-color,#fff)}tr.ht__row_odd td,tr.ht__row_odd th{background-color:var(--ht-row-odd-background-color,#fff)}.handsontable.mobile,.handsontable.mobile .wtHolder{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:0 0 2px var(--ht-accent-color) inset}.handsontable .bottomSelectionHandle,.handsontable .bottomSelectionHandle-HitArea,.handsontable .topSelectionHandle,.handsontable .topSelectionHandle-HitArea{inset-inline-end:unset;inset-inline-start:-10000px;top:-10000px;z-index:9999}.handsontable.hide-tween{-webkit-animation:opacity-hide .2s;animation:opacity-hide .2s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.handsontable.show-tween{-webkit-animation:opacity-show .3s;animation:opacity-show .3s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.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}@keyframes marching-ants{0%{background-position:0 0,8px 100%,0 8px,100% 0}to{background-position:8px 0,0 100%,0 0,100% 8px}}.handsontable td.area{position:relative}.handsontable td.area:before{background:var(--ht-cell-selection-background-color);content:"";inset:0;position:absolute}.handsontable td.area-1{position:relative}.handsontable td.area-1:before{background:var(--ht-cell-selection-background-color);content:"";inset:0;position:absolute}.handsontable td.area-2{position:relative}.handsontable td.area-2:before{background:var(--ht-cell-selection-background-color);content:"";inset:0;position:absolute}.handsontable td.area-3{position:relative}.handsontable td.area-3:before{background:var(--ht-cell-selection-background-color);content:"";inset:0;position:absolute}.handsontable td.area-4{position:relative}.handsontable td.area-4:before{background:var(--ht-cell-selection-background-color);content:"";inset:0;position:absolute}.handsontable td.area-5{position:relative}.handsontable td.area-5:before{background:var(--ht-cell-selection-background-color);content:"";inset:0;position:absolute}.handsontable td.area-6{position:relative}.handsontable td.area-6:before{background:var(--ht-cell-selection-background-color);content:"";inset:0;position:absolute}.handsontable td.area-7{position:relative}.handsontable td.area-7:before{background:var(--ht-cell-selection-background-color);content:"";inset:0;position:absolute}.handsontable td.area:before{opacity:.1}.handsontable td.area-1:before{opacity:.17}.handsontable td.area-2:before{opacity:.24}.handsontable td.area-3:before{opacity:.31}.handsontable td.area-4:before{opacity:.38}.handsontable td.area-5:before{opacity:.45}.handsontable td.area-6:before{opacity:.52}.handsontable td.area-7:before{opacity:.59}.handsontable .wtBorder{font-size:0;position:absolute}.handsontable .wtBorder.hidden{display:none!important}.handsontable .wtBorder.current{z-index:10}.handsontable .wtBorder.area,.handsontable .wtBorder.current{background-color:var(--ht-cell-selection-border-color)!important}.handsontable .wtBorder.area{z-index:8}.handsontable .wtBorder.fill{animation:marching-ants .6s linear infinite;background-color:var(--ht-cell-selection-border-color)!important;background-image:linear-gradient(90deg,#fff 50%,transparent 0),linear-gradient(90deg,#fff 50%,transparent 0),linear-gradient(0,#fff 50%,transparent 0),linear-gradient(0,#fff 50%,transparent 0);background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:8px 2px,0 0,2px 8px,0 0;z-index:6}.handsontable .wtBorder.corner{background-color:var(--ht-cell-autofill-background-color)!important;border-color:var(--ht-cell-autofill-border-color)!important;border-radius:var(--ht-cell-autofill-border-radius)!important;border-style:solid;border-width:var(--ht-cell-autofill-border-width)!important;cursor:crosshair;font-size:0;height:var(--ht-cell-autofill-size)!important;margin-left:3px;margin-top:3px;transform:translate(-50%,-50%);width:var(--ht-cell-autofill-size)!important;z-index:10}.hot-display-license-info{background-color:var(--ht-license-background-color);border-color:var(--ht-border-color);border-style:solid;border-width:0 1px 1px;color:var(--ht-license-foreground-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:var(--ht-license-font-size);line-height:var(--ht-license-line-height);padding:var(--ht-license-horizontal-padding,16px) var(--ht-license-vertical-padding);text-align:left}.hot-display-license-info a{color:var(--ht-link-color);font-size:var(--ht-license-font-size)}.hot-display-license-info a:hover{color:var(--ht-link-hover-color)}.handsontable .htAutocompleteArrow{cursor:default;float:inline-end;font-size:0;height:var(--ht-icon-size);margin-inline-end:calc(var(--ht-gap-size) - var(--ht-cell-horizontal-padding));position:relative;top:calc((var(--ht-line-height) - 16px)*.5);width:var(--ht-icon-size)}.handsontable .htAutocompleteArrow:after{content:"";display:block;left:0;opacity:.6;position:absolute;top:0}.handsontable .htCheckboxRendererInput{appearance:none;cursor:pointer;display:inline-block;height:var(--ht-checkbox-size);margin:0;position:relative;vertical-align:middle;width:var(--ht-checkbox-size)}.handsontable .htCheckboxRendererInput:before{background-color:var(--ht-checkbox-background-color);border:1px solid var(--ht-checkbox-border-color);border-radius:var(--ht-border-radius);box-sizing:border-box;content:"";display:inline-block;height:var(--ht-checkbox-size);pointer-events:none;transition:all var(--ht-table-transition) ease-in-out;width:var(--ht-checkbox-size)}.handsontable .htCheckboxRendererInput:after{color:var(--ht-checkbox-icon-color);content:"";display:block;left:0;pointer-events:none;position:absolute;top:0}.handsontable .htCheckboxRendererInput:hover:before{background-color:var(--ht-checkbox-hover-background-color);border-color:var(--ht-checkbox-hover-border-color)}.handsontable .htCheckboxRendererInput:hover:after{color:var(--ht-checkbox-hover-icon-color)}.handsontable .htCheckboxRendererInput:checked:before{background-color:var(--ht-checkbox-checked-background-color);border-color:var(--ht-checkbox-checked-border-color)}.handsontable .htCheckboxRendererInput:checked:after{color:var(--ht-checkbox-checked-icon-color)}.handsontable .htCheckboxRendererInput:checked:hover:before{background-color:var(--ht-checkbox-checked-hover-background-color);border-color:var(--ht-checkbox-checked-hover-border-color)}.handsontable .htCheckboxRendererInput:checked:hover:after{color:var(--ht-checkbox-checked-hover-icon-color)}.handsontable .htCheckboxRendererInput:checked:disabled:before{background-color:var(--ht-checkbox-checked-disabled-background-color);border-color:var(--ht-checkbox-checked-disabled-border-color)}.handsontable .htCheckboxRendererInput:checked:disabled:after{color:var(--ht-checkbox-checked-disabled-icon-color)}.handsontable .htCheckboxRendererInput:focus:before{background-color:var(--ht-checkbox-checked-focus-background-color);border-color:var(--ht-checkbox-checked-focus-border-color);outline:1px solid var(--ht-checkbox-focus-ring-color)}.handsontable .htCheckboxRendererInput:focus:after{color:var(--ht-checkbox-checked-focus-icon-color)}.handsontable .htCheckboxRendererInput:disabled{cursor:auto}.handsontable .htCheckboxRendererInput:disabled:before{background-color:var(--ht-checkbox-disabled-background-color);border-color:var(--ht-checkbox-disabled-border-color)}.handsontable .htCheckboxRendererInput:disabled:after{color:var(--ht-checkbox-disabled-icon-color)}.handsontable .htCheckboxRendererInput.noValue{opacity:.5}.handsontable .htCheckboxRendererLabel{align-items:center;cursor:pointer;display:flex;font-size:inherit;gap:var(--ht-gap-size);position:relative;vertical-align:middle}.handsontable .htCheckboxRendererLabel.fullWidth{width:100%}.handsontable .htPlaceholder{color:var(--ht-placeholder-color)}.handsontable .htDimmed{color:var(--ht-read-only-color)}.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:var(--ht-cell-success-background-color)}.handsontableInputHolder{left:0;position:absolute;top:0}.handsontableInputHolder .handsontableInput{-webkit-appearance:none!important;background-color:var(--ht-background-color,#fff);border:none;box-shadow:inset 0 0 0 1px var(--ht-cell-editor-border-color),0 0 var(--ht-cell-editor-shadow-blur-radius) var(--ht-cell-editor-shadow-color);box-sizing:border-box;color:var(--ht-cell-editor-foreground-color);display:block;font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;margin:0;outline-width:0;overflow:hidden!important;padding:calc(var(--ht-cell-horizontal-padding, 4px) + 1px) calc(var(--ht-cell-vertical-padding, 8px) + 1px);resize:none!important}.handsontableInputHolder .handsontableInput:focus{outline:none}.htSelectEditor{position:absolute}.htSelectEditor select{-webkit-appearance:none!important;background-color:var(--ht-background-color,#fff);border:none;box-shadow:inset 0 0 0 1px var(--ht-cell-editor-border-color),0 0 var(--ht-cell-editor-shadow-blur-radius) var(--ht-cell-editor-shadow-color);color:var(--ht-cell-editor-foreground-color);font-family:inherit!important;font-size:inherit!important;height:100%;inset:0;line-height:inherit!important;overflow:hidden;padding:calc(var(--ht-cell-horizontal-padding, 4px) + 1px) calc(var(--ht-cell-vertical-padding, 8px) + 1px);padding-right:26px;position:absolute;text-overflow:ellipsis;white-space:nowrap;width:100%}.htSelectEditor select:focus{outline:none}.htSelectEditor .htAutocompleteArrow{margin-inline-end:4px;top:50%;transform:translateY(-50%);z-index:1}.handsontable.listbox{box-shadow:var(--ht-menu-shadow-x) var(--ht-menu-shadow-y) var(--ht-menu-shadow-blur) var(--ht-menu-shadow-color);margin:0}.handsontable.listbox .ht_master{overflow:hidden}.handsontable.listbox .wtHolder{overflow:auto}.handsontable.listbox table{overflow:hidden}.handsontable.listbox table td,.handsontable.listbox table th,.handsontable.listbox table tr:first-child td,.handsontable.listbox table tr:first-child th,.handsontable.listbox table tr:last-child th{border-color:transparent!important}.handsontable.listbox table td,.handsontable.listbox table th{text-overflow:ellipsis;white-space:nowrap}.handsontable.listbox table td.htDimmed{color:inherit;cursor:default;font-style:inherit}.handsontable.listbox table .wtBorder{visibility:hidden}.handsontable.listbox table strong{font-weight:var(--ht-font-weight)}.handsontable.listbox table tr:hover td{background:var(--ht-menu-item-hover-color);cursor:pointer}.handsontable.listbox table tr td.current{background:var(--ht-menu-item-active-color)}.handsontable.listbox table thead th{border-width:0 1px 1px;height:auto!important;text-align:left}.handsontable.listbox table thead th>div{padding-bottom:8px;padding-top:8px}.handsontable.listbox table thead th:first-child{padding-left:8px}.handsontable.listbox .ht_clone_top .wtHider{overflow:hidden}.handsontable.listbox .ht_clone_top table{border-radius:0}.handsontable.listbox .htBorders div{background:none!important}.handsontable.autocompleteEditor tr.ht__row_even td,.handsontable.autocompleteEditor tr.ht__row_even th,.handsontable.autocompleteEditor tr.ht__row_odd td,.handsontable.autocompleteEditor tr.ht__row_odd th{background-color:var(--ht-background-color,#fff)}.pika-single{background:var(--ht-background-color,#fff);box-shadow:var(--ht-menu-shadow-x) var(--ht-menu-shadow-y) var(--ht-menu-shadow-blur) var(--ht-menu-shadow-color);color:var(--ht-foreground-color);display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:var(--ht-font-size);font-weight:var(--ht-font-weight);padding:10px;position:relative;z-index:9999}.pika-single.is-hidden{display:none}.pika-single .pika-title{align-items:center;display:flex;justify-content:center}.pika-single .pika-label{color:var(--ht-accent-color);order:2;padding:5px;position:relative}.pika-single .pika-label .pika-select{cursor:pointer;inset:0;opacity:0;position:absolute}.pika-single .pika-next,.pika-single .pika-prev{cursor:pointer;height:20px;text-indent:-9999px;white-space:nowrap;width:20px}.pika-single .pika-prev{margin-right:auto;order:1}.pika-single .pika-next{margin-left:auto;order:3}.pika-single .pika-table thead{height:50px}.pika-single .pika-table th abbr{font-weight:400;text-decoration:none}.pika-single .pika-table td{padding:1px}.pika-single .pika-table td.is-disabled .pika-button{opacity:.5;pointer-events:none}.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);color:var(--ht-background-color)}.pika-single .pika-table td.pika-week{text-align:center;width:12.5%}.pika-single .pika-table .pika-button{aspect-ratio:1/1;background:transparent;border:none;border-radius:var(--ht-button-border-radius);color:var(--ht-foreground-color);cursor:pointer;margin:0;padding:10px;width:100%}.pika-single .pika-table .pika-button:hover{background:var(--ht-menu-item-hover-color)}.handsontable .htUISelectCaption{background-color:var(--ht-input-background-color);border-color:var(--ht-input-border-color);border-radius:var(--ht-border-radius);border-style:solid;border-width:1px;box-sizing:border-box;color:var(--ht-input-foreground-color);cursor:pointer;font-family:inherit;font-size:var(--ht-font-size);font-weight:var(--ht-font-weight);line-height:var(--ht-line-height);outline:none!important;overflow:hidden;padding:var(--ht-input-horizontal-padding) var(--ht-input-vertical-padding);text-overflow:ellipsis;white-space:nowrap;width:100%}.handsontable .htUISelectCaption:hover{background-color:var(--ht-input-hover-background-color);border-color:var(--ht-input-hover-border-color);color:var(--ht-input-hover-foreground-color)}.handsontable .htUISelectCaption:disabled{background-color:var(--ht-input-disabled-background-color);border-color:var(--ht-input-disabled-border-color);color:var(--ht-input-disabled-foreground-color)}.handsontable .htUISelectCaption:focus{background-color:var(--ht-input-focus-background-color);border-color:var(--ht-input-focus-border-color);color:var(--ht-input-focus-foreground-color)}.handsontable .htUISelect{cursor:pointer;outline:none!important;position:relative}.handsontable .htFiltersMenuCondition .htUIInput input,.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input{background-color:var(--ht-input-background-color);border-color:var(--ht-input-border-color);border-radius:var(--ht-border-radius);border-style:solid;border-width:1px;box-sizing:border-box;color:var(--ht-input-foreground-color);cursor:pointer;font-family:inherit;font-size:var(--ht-font-size);font-weight:var(--ht-font-weight);line-height:var(--ht-line-height);outline:none!important;padding:var(--ht-input-horizontal-padding) var(--ht-input-vertical-padding);width:100%}.handsontable .htFiltersMenuCondition .htUIInput input:hover,.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input:hover{background-color:var(--ht-input-hover-background-color);border-color:var(--ht-input-hover-border-color);color:var(--ht-input-hover-foreground-color)}.handsontable .htFiltersMenuCondition .htUIInput input:disabled,.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input:disabled{background-color:var(--ht-input-disabled-background-color);border-color:var(--ht-input-disabled-border-color);color:var(--ht-input-disabled-foreground-color)}.handsontable .htFiltersMenuCondition .htUIInput input:focus,.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input:focus{background-color:var(--ht-input-focus-background-color);border-color:var(--ht-input-focus-border-color);color:var(--ht-input-focus-foreground-color)}.handsontable .htUIInput{outline:none!important;padding:0;position:relative;text-align:center}.handsontable .htUIInputIcon{position:absolute}.handsontable .htUIInput.htUIButton{cursor:pointer;display:inline-block}.handsontable .htUIInput.htUIButton input{background-color:var(--ht-secondary-button-background-color);border-color:var(--ht-secondary-button-border-color);border-radius:var(--ht-button-border-radius);border-style:solid;border-width:1px;box-sizing:border-box;color:var(--ht-secondary-button-foreground-color);cursor:pointer;font-family:inherit;font-size:var(--ht-font-size);font-weight:var(--ht-font-weight);line-height:var(--ht-line-height);min-width:64px;outline:none!important;padding:var(--ht-button-horizontal-padding) var(--ht-button-vertical-padding)}.handsontable .htUIInput.htUIButton input:hover{background-color:var(--ht-secondary-button-hover-background-color);border-color:var(--ht-secondary-button-hover-border-color);color:var(--ht-secondary-button-hover-foreground-color)}.handsontable .htUIInput.htUIButton input:disabled{background-color:var(--ht-secondary-button-disabled-background-color);border-color:var(--ht-secondary-button-disabled-border-color);color:var(--ht-secondary-button-disabled-foreground-color)}.handsontable .htUIInput.htUIButton input:focus{background-color:var(--ht-secondary-button-focus-background-color);border-color:var(--ht-secondary-button-focus-border-color);color:var(--ht-secondary-button-focus-foreground-color)}.handsontable .htUIInput.htUIButtonOK{margin-inline-end:calc(var(--ht-gap-size)*2);margin-inline-start:0}.handsontable .htUIInput.htUIButtonOK input{background-color:var(--ht-primary-button-background-color);border-color:var(--ht-primary-button-border-color);color:var(--ht-primary-button-foreground-color)}.handsontable .htUIInput.htUIButtonOK input:hover{background-color:var(--ht-primary-button-hover-background-color);border-color:var(--ht-primary-button-hover-border-color);color:var(--ht-primary-button-hover-foreground-color)}.handsontable .htUIInput.htUIButtonOK input:disabled{background-color:var(--ht-primary-button-disabled-background-color);border-color:var(--ht-primary-button-disabled-border-color);color:var(--ht-primary-button-disabled-foreground-color)}.handsontable .htUIInput.htUIButtonOK input:focus{background-color:var(--ht-primary-button-focus-background-color);border-color:var(--ht-primary-button-focus-border-color);color:var(--ht-primary-button-focus-foreground-color)}.handsontable .htUIRadio{align-items:center;cursor:pointer;display:inline-flex;gap:calc(var(--ht-gap-size)*2);margin:0;padding:var(--ht-gap-size) calc(var(--ht-gap-size)*2);position:relative}.handsontable .htUIRadio:first-child{padding-inline-start:0}.handsontable .htUIRadio>input[type=radio]{appearance:none;cursor:pointer;height:var(--ht-checkbox-size);margin:0;position:relative;width:var(--ht-checkbox-size)}.handsontable .htUIRadio>input[type=radio]:before{background-color:var(--ht-checkbox-background-color);border:1px solid var(--ht-checkbox-border-color);border-radius:calc(var(--ht-checkbox-size)*.5);content:"";display:block;inset:0;position:absolute}.handsontable .htUIRadio>input[type=radio]:after{color:var(--ht-checkbox-background-color);content:"";display:block;position:absolute}.handsontable .htUIRadio>input[type=radio]:hover:before{border-color:var(--ht-checkbox-hover-border-color)}.handsontable .htUIRadio>input[type=radio]:hover:after{color:var(--ht-checkbox-hover-background-color)}.handsontable .htUIRadio>input[type=radio]:checked:before{border-color:var(--ht-checkbox-checked-border-color)}.handsontable .htUIRadio>input[type=radio]:checked:after{color:var(--ht-checkbox-checked-background-color)}.handsontable .htUIRadio>input[type=radio]:checked:hover:before{border-color:var(--ht-checkbox-checked-hover-border-color)}.handsontable .htUIRadio>input[type=radio]:checked:hover:after{color:var(--ht-checkbox-checked-hover-background-color)}.handsontable .htUIRadio>input[type=radio]:checked:disabled{cursor:auto}.handsontable .htUIRadio>input[type=radio]:checked:disabled:before{border-color:var(--ht-checkbox-checked-disabled-border-color)}.handsontable .htUIRadio>input[type=radio]:checked:disabled:after{color:var(--ht-checkbox-checked-disabled-icon-color)}.handsontable .htUIRadio>input[type=radio]:disabled:after{color:var(--ht-checkbox-disabled-background-color)}.handsontable .htUIRadio>input[type=radio]:focus:before{border-color:var(--ht-checkbox-checked-focus-border-color)}.handsontable .htUIRadio>input[type=radio]:focus:after{color:var(--ht-checkbox-checked-focus-icon-color)}.handsontable .htUIRadio>input[type=radio]:disabled{cursor:auto}.handsontable .htUIRadio>input[type=radio]:disabled:before{border-color:var(--ht-checkbox-disabled-border-color)}.handsontable .htUIRadio>input[type=radio]:disabled:after{color:var(--ht-checkbox-disabled-icon-color)}.handsontable .htUIRadio label{cursor:pointer;vertical-align:middle}.handsontable .htUIRadio label:before{content:"";display:block;inset:0;position:absolute}.handsontable .collapsibleIndicator,.handsontable .ht_nestingButton{border-radius:var(--ht-collapse-button-border-radius);box-sizing:border-box;cursor:pointer;font-size:0;height:var(--ht-icon-size);overflow:hidden;position:relative;text-indent:-100px;width:var(--ht-icon-size)}.handsontable .collapsibleIndicator:before,.handsontable .ht_nestingButton:before{content:"";display:block;left:0;position:absolute;top: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: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: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.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.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: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: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)}.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 thead th.hiddenHeader:not(:first-of-type){display:none}.handsontable th.ht_nestingLevels>.relative{align-items:center;display:flex;gap:var(--ht-gap-size)}.handsontable th.ht_nestingLevels span:last-child{padding-left:calc(var(--ht-icon-size) + var(--ht-gap-size))}.handsontable th.ht_nestingLevels span.ht_nestingLevel{display:inline-block}.handsontable th.ht_nestingLevels span.ht_nestingLevel_empty{display:inline-block;height:var(--ht-gap-size);order:-2;position:relative;width:var(--ht-gap-size)}.handsontable th.ht_nestingLevels .ht_nestingButton{cursor:pointer;order:-1;position:relative}.handsontable th.afterHiddenColumn,.handsontable th.beforeHiddenColumn{position:relative}.handsontable th.afterHiddenColumn:after,.handsontable th.beforeHiddenColumn:after{color:var(--ht-border-color);content:"";display:block;height:10px!important;position:absolute;top:50%;transform:translateY(-50%);width:10px!important}.handsontable th.beforeHiddenColumn:after{right:-2px}.handsontable th.afterHiddenColumn:after{left:-2px}[dir=rtl].handsontable th.beforeHiddenColumn:after{left:-2px;right:auto;transform:translateY(-50%) rotate(180deg)}[dir=rtl].handsontable th.afterHiddenColumn:after{left:auto;right:-2px;transform:translateY(-50%) rotate(180deg)}.handsontable th.afterHiddenRow,.handsontable th.beforeHiddenRow{position:relative}.handsontable th.afterHiddenRow:after,.handsontable th.beforeHiddenRow:after{color:var(--ht-border-color);content:"";display:block;height:10px!important;left:50%;position:absolute;transform:translateX(-50%);width:10px!important}.handsontable th.beforeHiddenRow:after{bottom:-2px}.handsontable th.afterHiddenRow:after{top:-2px}.handsontable .changeType{background-color:var(--ht-icon-button-background);border:none;border-radius:var(--ht-icon-button-border-radius);box-sizing:border-box;color:inherit;height:var(--ht-icon-size);order:1;position:relative;transition:var(--ht-table-transition) all ease-in-out;width:var(--ht-icon-size);z-index:1}.handsontable .changeType:before{content:"";display:block;left:0;opacity:.6;position:absolute;top:0}.handsontable .changeType:hover{background-color:var(--ht-icon-button-hover-background);border:none;box-shadow:0 0 0 1px var(--ht-border-color);cursor:pointer}.handsontable .changeType:hover:before{border-color:var(--ht-icon-button-hover-icon-color)}.handsontable .htFiltersActive .changeType{background-color:var(--ht-icon-button-focus-background);color:var(--ht-icon-button-focus-icon-color)}.handsontable.htContextMenu>.ht_master,.handsontable.htDropdownMenu>.ht_master,.handsontable.htFiltersConditionsMenu>.ht_master{border-color:var(--ht-menu-border-color);border-radius:var(--ht-menu-border-radius);border-style:solid;border-width:var(--ht-menu-border-width);box-shadow:var(--ht-menu-shadow-x) var(--ht-menu-shadow-y) var(--ht-menu-shadow-blur) var(--ht-menu-shadow-color);overflow:hidden;padding:var(--ht-menu-vertical-padding) var(--ht-menu-horizontal-padding)}.handsontable.htContextMenu:not(.htGhostTable),.handsontable.htDropdownMenu:not(.htGhostTable),.handsontable.htFiltersConditionsMenu:not(.htGhostTable){display:none;position:absolute;z-index:1060}.handsontable.htContextMenu .ht_clone_bottom,.handsontable.htContextMenu .ht_clone_bottom_inline_start_corner,.handsontable.htContextMenu .ht_clone_inline_start,.handsontable.htContextMenu .ht_clone_top,.handsontable.htContextMenu .ht_clone_top_inline_start_corner,.handsontable.htDropdownMenu .ht_clone_bottom,.handsontable.htDropdownMenu .ht_clone_bottom_inline_start_corner,.handsontable.htDropdownMenu .ht_clone_inline_start,.handsontable.htDropdownMenu .ht_clone_top,.handsontable.htDropdownMenu .ht_clone_top_inline_start_corner,.handsontable.htFiltersConditionsMenu .ht_clone_bottom,.handsontable.htFiltersConditionsMenu .ht_clone_bottom_inline_start_corner,.handsontable.htFiltersConditionsMenu .ht_clone_inline_start,.handsontable.htFiltersConditionsMenu .ht_clone_top,.handsontable.htFiltersConditionsMenu .ht_clone_top_inline_start_corner{display:none}.handsontable.htContextMenu table.htCore,.handsontable.htDropdownMenu table.htCore,.handsontable.htFiltersConditionsMenu table.htCore{overflow:hidden}.handsontable.htContextMenu .htCustomMenuRenderer .table.htCore,.handsontable.htDropdownMenu .htCustomMenuRenderer .table.htCore,.handsontable.htFiltersConditionsMenu .htCustomMenuRenderer .table.htCore{box-shadow:none}.handsontable.htContextMenu.handsontable:focus,.handsontable.htDropdownMenu.handsontable:focus,.handsontable.htFiltersConditionsMenu.handsontable:focus{outline:none}.handsontable.htContextMenu .wtBorder,.handsontable.htDropdownMenu .wtBorder,.handsontable.htFiltersConditionsMenu .wtBorder{visibility:hidden}.handsontable.htContextMenu table tbody tr td,.handsontable.htDropdownMenu table tbody tr td,.handsontable.htFiltersConditionsMenu table tbody tr td{background:var(--ht-background-color);border-width:0;cursor:pointer;overflow:hidden;padding:var(--ht-menu-item-horizontal-padding) var(--ht-menu-item-vertical-padding);position:relative;text-overflow:ellipsis;transition:background calc(var(--ht-table-transition)*.5) ease-in-out;white-space:nowrap}.handsontable.htContextMenu table tbody tr td:first-child,.handsontable.htDropdownMenu table tbody tr td:first-child,.handsontable.htFiltersConditionsMenu table tbody tr td:first-child{border-bottom-width:0;border-inline-end-width:0;border-inline-start-width:0;border-top-width:0}.handsontable.htContextMenu table tbody tr td.htDimmed,.handsontable.htDropdownMenu table tbody tr td.htDimmed,.handsontable.htFiltersConditionsMenu table tbody tr td.htDimmed{color:var(--ht-foreground-color);font-style:normal}.handsontable.htContextMenu table tbody tr td.current:not(.htSelectionDisabled),.handsontable.htDropdownMenu table tbody tr td.current:not(.htSelectionDisabled),.handsontable.htFiltersConditionsMenu table tbody tr td.current:not(.htSelectionDisabled){background:var(--ht-menu-item-active-color)}.handsontable.htContextMenu table tbody tr td.htSubmenu .htItemWrapper:after,.handsontable.htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper:after,.handsontable.htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper:after{content:"";display:block;position:absolute;right:calc(var(--ht-gap-size)*4);top:50%;transform:translateY(-50%)}.handsontable.htContextMenu table tbody tr td.htSeparator,.handsontable.htDropdownMenu table tbody tr td.htSeparator,.handsontable.htFiltersConditionsMenu table tbody tr td.htSeparator{border-top:1px solid var(--ht-menu-border-color);cursor:default;height:0;padding:0}.handsontable.htContextMenu table tbody tr td.htDisabled,.handsontable.htDropdownMenu table tbody tr td.htDisabled,.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled{color:var(--ht-disabled-color);cursor:default}.handsontable.htContextMenu table tbody tr td.htDisabled:hover,.handsontable.htDropdownMenu 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.htContextMenu table tbody tr td.htHidden,.handsontable.htDropdownMenu table tbody tr td.htHidden,.handsontable.htFiltersConditionsMenu table tbody tr td.htHidden{display:none}.handsontable.htContextMenu table tbody tr td .htItemWrapper,.handsontable.htDropdownMenu table tbody tr td .htItemWrapper,.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper{margin-inline:calc(var(--ht-gap-size)*2)}.handsontable.htContextMenu table tbody tr td .htItemWrapper i,.handsontable.htDropdownMenu table tbody tr td .htItemWrapper i,.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper i{font-size:18px;margin-right:5px}.handsontable.htContextMenu table tbody tr td .htItemWrapper:before,.handsontable.htDropdownMenu table tbody tr td .htItemWrapper:before,.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper:before{margin-right:12px;vertical-align:text-bottom}.handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected,.handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected,.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected{font-size:0;inset:0}.handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected:after,.handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected:after,.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected:after{color:var(--ht-accent-color);content:"";display:block;position:absolute;right:calc(var(--ht-gap-size)*4);top:50%;transform:translateY(-50%)}.handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected:before,.handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected:before,.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected:before{background-color:var(--ht-accent-color);content:"";display:block;inset:0;opacity:.1;position:absolute}.handsontable.htContextMenu table tbody tr td div span.selected,.handsontable.htDropdownMenu table tbody tr td div span.selected,.handsontable.htFiltersConditionsMenu table tbody tr td div span.selected{inset-inline-end:0;position:absolute}.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-horizontal-padding)*2)}.handsontable .htFiltersMenuLabel{font-size:var(--ht-label-font-size);line-height:var(--ht-label-line-height);margin-bottom:calc(var(--ht-gap-size)*2)}.handsontable .htFiltersMenuLabel:empty{display:none}.handsontable .htFiltersMenuCondition{padding-bottom:0!important;padding-top:calc(var(--ht-gap-size)*4)!important}.handsontable .htFiltersMenuCondition .border{border-bottom:1px solid var(--ht-border-color)!important}.handsontable .htFiltersMenuCondition .htUIInput{margin-top:calc(var(--ht-gap-size)*2)}.handsontable .htFiltersMenuValue{border-bottom:1px solid var(--ht-border-color)!important;padding-bottom:0!important;padding-top:calc(var(--ht-gap-size)*4)!important}.handsontable .htFiltersMenuOperators,.handsontable .htUISelectionControls{margin:0 -8px;padding-bottom:0!important;padding-top:calc(var(--ht-gap-size)*2)!important}.handsontable .htUIMultipleSelectHot{margin:0 calc((var(--ht-menu-item-vertical-padding) + var(--ht-gap-size)*2)*-1);overflow:initial!important;width:calc(100% + var(--ht-menu-item-vertical-padding)*2 + var(--ht-gap-size)*4)}.handsontable .htUIMultipleSelectHot:before{background-color:var(--ht-border-color);content:"";display:block;height:1px;left:0;position:absolute;top:0;width:100%}.handsontable .htUIMultipleSelectHot .wtHolder{box-sizing:border-box;overflow-x:hidden;padding:calc(var(--ht-gap-size)*4) 0}.handsontable .htUIMultipleSelectHot .wtHolder td{height:auto;padding:0;padding:0 calc(var(--ht-menu-item-vertical-padding) + var(--ht-gap-size)*2)}.handsontable .htUIClearAll,.handsontable .htUISelectAll{display:inline-block}.handsontable .htUIClearAll a,.handsontable .htUISelectAll a{color:var(--ht-link-color)}.handsontable .htUIClearAll a:hover,.handsontable .htUISelectAll a:hover{color:var(--ht-link-hover-color)}.handsontable .htUIMultipleSelect .ht_master .wtHolder{overflow-y:auto}.handsontable .htUIMultipleSelect .ht_master .wtHolder .htCore,.handsontable .htUIMultipleSelect .ht_master .wtHolder .wtHider,.handsontable .htUIMultipleSelect .ht_master .wtHolder td,.handsontable .htUIMultipleSelect .ht_master .wtHolder tr{background:none}.handsontable .htCommentCell{position:relative}.handsontable .htCommentCell:after{border-inline-end:none;border-inline-start:var(--ht-comments-indicator-size) solid transparent;border-top:var(--ht-comments-indicator-size) solid var(--ht-comments-indicator-color);content:"";display:block;inset-inline-end:0;inset-inline-start:unset;position:absolute;top:0}.htCommentsContainer .htComments{display:none;position:absolute;z-index:1059}.htCommentsContainer .htCommentTextArea{-webkit-appearance:none;background-color:var(--ht-comments-textarea-background-color);border:0;border-inline-end:none;border-inline-start:var(--ht-comments-textarea-focus-border-width) solid var(--ht-comments-textarea-border-color);border-radius:0 calc(var(--ht-gap-size)*2) calc(var(--ht-gap-size)*2) 0;box-shadow:var(--ht-menu-shadow-x) var(--ht-menu-shadow-y) var(--ht-menu-shadow-blur) var(--ht-menu-shadow-color);box-sizing:border-box;color:var(--ht-comments-textarea-foreground-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:var(--ht-comments-font-size);font-weight:var(--ht-font-weight);height:88px;line-height:var(--ht-comments-line-height);margin:0 -1px;outline:0!important;padding:var(--ht-comments-textarea-horizontal-padding) var(--ht-comments-textarea-vertical-padding);width:240px}.htCommentsContainer .htCommentTextArea:focus{border-inline-end:none;border-inline-start:var(--ht-comments-textarea-focus-border-width) solid var(--ht-comments-textarea-focus-border-color)}.handsontable .columnSorting{position:relative}.handsontable .columnSorting.sortAction{align-items:center;display:inline-flex;gap:0;inset:0}.handsontable .columnSorting.sortAction:hover{cursor:pointer;text-decoration:none}.handsontable .columnSorting.sortAction:before{content:"";display:block;order:1}.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled):before{content:"*";display:inline-block;padding-right:20px;position:relative}.handsontable span.colHeader.columnSorting:after{font-size:7px;margin-left:calc(var(--ht-gap-size)*-1);order:2;padding-inline-end:1px;padding-inline-start:1px;position:relative;top:var(--ht-gap-size)}.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:var(--ht-gap-size)}.handsontable .htRowHeaders .ht_master.innerBorderInlineStart~.ht_clone_inline_start td:first-of-type,.handsontable .htRowHeaders .ht_master.innerBorderInlineStart~.ht_clone_top_inline_start_corner th:nth-child(2){border-left:0}.ht_clone_top_left_corner tbody tr:last-child td:last-child{box-shadow:calc((var(--ht-frozen-shadow-size) - 1px)*-1) calc((var(--ht-frozen-shadow-size) - 1px)*-1) 0 0 inset var(--ht-frozen-shadow-color)}.ht_clone_bottom tbody tr:first-child td,.ht_clone_bottom tbody tr:first-child th,.ht_clone_bottom_left_corner tbody tr:first-child td,.ht_clone_bottom_left_corner tbody tr:first-child th{box-shadow:0 var(--ht-frozen-shadow-size)-1px 0 0 inset var(--ht-frozen-shadow-color)}.ht_clone_bottom tbody tr:first-child td.current,.ht_clone_bottom tbody tr:first-child th.current,.ht_clone_bottom_left_corner tbody tr:first-child td.current,.ht_clone_bottom_left_corner tbody tr:first-child th.current{box-shadow:0 var(--ht-frozen-shadow-size)-1px 0 0 inset var(--ht-frozen-shadow-color),0 0 0 1px inset var(--ht-cell-selection-background-color)}.ht_clone_top tbody tr:last-child td,.ht_clone_top tbody tr:last-child th,.ht_clone_top_left_corner tbody tr:last-child td,.ht_clone_top_left_corner tbody tr:last-child th{box-shadow:0 calc((var(--ht-frozen-shadow-size) - 1px)*-1) 0 0 inset var(--ht-frozen-shadow-color)}.ht_clone_top tbody tr:last-child td.current,.ht_clone_top tbody tr:last-child th.current,.ht_clone_top_left_corner tbody tr:last-child td.current,.ht_clone_top_left_corner tbody tr:last-child th.current{box-shadow:calc((var(--ht-frozen-shadow-size) - 1px)*-1) 0 0 inset var(--ht-frozen-shadow-color),0 0 0 calc((var(--ht-frozen-shadow-size) - 1px)*-1) inset var(--ht-cell-selection-background-color)}.ht_clone_bottom_left_corner,.ht_clone_inline_start.ht_clone_left,.ht_clone_top_left_corner{background-color:var(--ht-background-color)}.ht_clone_bottom_left_corner tbody tr td:last-child,.ht_clone_bottom_left_corner thead tr th:not(:first-child):last-child,.ht_clone_inline_start.ht_clone_left tbody tr td:last-child,.ht_clone_inline_start.ht_clone_left thead tr th:not(:first-child):last-child,.ht_clone_top_left_corner tbody tr td:last-child,.ht_clone_top_left_corner thead tr th:not(:first-child):last-child{box-shadow:calc((var(--ht-frozen-shadow-size) - 1px)*-1) 0 0 0 inset var(--ht-frozen-shadow-color)}.ht_clone_bottom_left_corner tbody tr td:last-child.current,.ht_clone_bottom_left_corner thead tr th:not(:first-child):last-child.current,.ht_clone_inline_start.ht_clone_left tbody tr td:last-child.current,.ht_clone_inline_start.ht_clone_left thead tr th:not(:first-child):last-child.current,.ht_clone_top_left_corner tbody tr td:last-child.current,.ht_clone_top_left_corner thead tr th:not(:first-child):last-child.current{box-shadow:calc((var(--ht-frozen-shadow-size) - 1px)*-1) 0 0 0 inset var(--ht-frozen-shadow-color),0 0 0 calc((var(--ht-frozen-shadow-size) - 1px)*-1) inset var(--ht-cell-selection-background-color)}.ht_clone_top_inline_start_corner thead tr th:first-child{border-bottom:transparent}.handsontable .manualColumnResizer{background:none;cursor:col-resize;margin:0;opacity:0;position:absolute;top:0;transition:opacity var(--ht-table-transition) ease-in-out;width:10px;z-index:210}.handsontable .manualColumnResizer:after,.handsontable .manualColumnResizer:before{background:var(--ht-read-only-color);border-radius:2px;content:"";display:block;height:calc(100% - 8px);left:1px;margin:4px 0;position:absolute;top:0;width:2px}.handsontable .manualColumnResizer:after{left:auto;right:0}.handsontable .manualColumnResizer.active,.handsontable .manualColumnResizer:hover{opacity:1}.handsontable .manualColumnResizerGuide{border-inline-end:1px solid var(--ht-accent-color);border-inline-start:none;display:none;inset-inline-end:unset;margin-inline-end:unset;margin-inline-start:4px;position:absolute;top:0;width:0}.handsontable .manualColumnResizerGuide.active{display:block;z-index:209}.handsontable .manualRowResizer{background:none;cursor:row-resize;height:10px;left:0;margin:0;opacity:0;position:absolute;transition:opacity .2s ease-in-out;z-index:210}.handsontable .manualRowResizer:after,.handsontable .manualRowResizer:before{background:var(--ht-resize-indicator-color);border-radius:2px;content:"";display:block;height:2px;left:0;margin:0 4px;position:absolute;top:1px;width:calc(100% - 8px)}.handsontable .manualRowResizer:after{bottom:0;top:auto}.handsontable .manualRowResizer.active,.handsontable .manualRowResizer:hover{opacity:1}.handsontable .manualRowResizerGuide{border-bottom:1px solid var(--ht-accent-color);border-top:none;bottom:0;display:none;height:0;left:0;margin-top:4px;position:absolute}.handsontable .manualRowResizerGuide.active{display:block;z-index:209}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]:before{opacity:.1}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-1]:before{opacity:.17}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-2]:before{opacity:.24}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-3]:before{opacity:.31}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-4]:before{opacity:.38}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-5]:before{opacity:.45}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-6]:before{opacity:.52}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-7]:before{opacity:.59}.handsontable .ht__manualColumnMove.after-selection--columns thead th.ht__highlight,.handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight{cursor:move;cursor:-moz-grab;cursor:-webkit-grab;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:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}.handsontable .ht__manualColumnMove.on-moving--columns .manualColumnResizer,.handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer{display:none}.handsontable .ht__manualColumnMove--backlight,.handsontable .ht__manualColumnMove--guideline,.handsontable.ht__manualColumnMove--backlight,.handsontable.ht__manualColumnMove--guideline{display:none;height:100%;position:absolute}.handsontable .ht__manualColumnMove--guideline,.handsontable.ht__manualColumnMove--guideline{background:var(--ht-move-indicator-color);margin-inline-end:0;margin-inline-start:-.5px;top:0;width:1px;z-index:205}.handsontable .ht__manualColumnMove--backlight,.handsontable.ht__manualColumnMove--backlight{background:var(--ht-move-backlight-color);display:none;pointer-events:none;z-index:205}.handsontable .on-moving--columns .ht__manualColumnMove--backlight,.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{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:-moz-grab;cursor:-webkit-grab;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:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}.handsontable .ht__manualRowMove.on-moving--rows .manualRowResizer,.handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer{display:none}.handsontable .ht__manualRowMove--backlight,.handsontable .ht__manualRowMove--guideline,.handsontable.ht__manualRowMove--backlight,.handsontable.ht__manualRowMove--guideline{display:none;position:absolute;width:100%}.handsontable .ht__manualRowMove--guideline,.handsontable.ht__manualRowMove--guideline{background:var(--ht-move-indicator-color);height:1px;left:0;margin-top:-.5px;z-index:205}.handsontable .ht__manualRowMove--backlight,.handsontable.ht__manualRowMove--backlight{background:var(--ht-move-backlight-color);display:none;pointer-events:none;z-index:205}.handsontable .on-moving--rows .ht__manualRowMove--backlight,.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{display:block}