@ng-matero/extensions 18.1.3 → 18.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/alert/alert.scss +1 -1
  2. package/core/theming/_definition.scss +16 -5
  3. package/core/tokens/_m3-tokens.scss +311 -153
  4. package/core/tokens/_token-definition.scss +271 -0
  5. package/core/tokens/_token-utils.scss +70 -301
  6. package/core/tokens/m2/mdc/_plain-tooltip.scss +4 -4
  7. package/core/tokens/m2/mtx/_alert.scss +4 -4
  8. package/core/tokens/m2/mtx/_colorpicker.scss +4 -4
  9. package/core/tokens/m2/mtx/_datetimepicker.scss +4 -4
  10. package/core/tokens/m2/mtx/_drawer.scss +4 -4
  11. package/core/tokens/m2/mtx/_grid.scss +4 -4
  12. package/core/tokens/m2/mtx/_loader.scss +4 -4
  13. package/core/tokens/m2/mtx/_popover.scss +4 -4
  14. package/core/tokens/m2/mtx/_progress.scss +4 -4
  15. package/core/tokens/m2/mtx/_select.scss +4 -4
  16. package/core/tokens/m2/mtx/_split.scss +4 -4
  17. package/core/tokens/m3/mtx/_alert.scss +2 -2
  18. package/core/tokens/m3/mtx/_colorpicker.scss +2 -2
  19. package/core/tokens/m3/mtx/_datetimepicker.scss +6 -6
  20. package/core/tokens/m3/mtx/_drawer.scss +3 -3
  21. package/core/tokens/m3/mtx/_grid.scss +3 -3
  22. package/core/tokens/m3/mtx/_loader.scss +2 -2
  23. package/core/tokens/m3/mtx/_popover.scss +3 -3
  24. package/core/tokens/m3/mtx/_progress.scss +6 -6
  25. package/core/tokens/m3/mtx/_select.scss +4 -4
  26. package/core/tokens/m3/mtx/_split.scss +2 -2
  27. package/datetimepicker/calendar-body.scss +1 -1
  28. package/datetimepicker/calendar.scss +5 -5
  29. package/esm2022/alert/alert-module.mjs +4 -4
  30. package/esm2022/alert/alert.mjs +5 -5
  31. package/esm2022/button/button-loading.mjs +3 -3
  32. package/esm2022/button/button-module.mjs +4 -4
  33. package/esm2022/checkbox-group/checkbox-group-module.mjs +4 -4
  34. package/esm2022/checkbox-group/checkbox-group.mjs +5 -5
  35. package/esm2022/colorpicker/colorpicker-input.mjs +3 -3
  36. package/esm2022/colorpicker/colorpicker-module.mjs +4 -4
  37. package/esm2022/colorpicker/colorpicker-toggle.mjs +8 -8
  38. package/esm2022/colorpicker/colorpicker.mjs +6 -6
  39. package/esm2022/column-resize/column-resize-directives/column-resize-flex.mjs +3 -3
  40. package/esm2022/column-resize/column-resize-directives/column-resize.mjs +3 -3
  41. package/esm2022/column-resize/column-resize-module.mjs +4 -4
  42. package/esm2022/column-resize/column-resize-notifier.mjs +6 -6
  43. package/esm2022/column-resize/column-resize.mjs +3 -3
  44. package/esm2022/column-resize/column-size-store.mjs +3 -3
  45. package/esm2022/column-resize/event-dispatcher.mjs +3 -3
  46. package/esm2022/column-resize/overlay-handle.mjs +3 -3
  47. package/esm2022/column-resize/resizable.mjs +3 -3
  48. package/esm2022/column-resize/resize-strategy.mjs +9 -9
  49. package/esm2022/core/datetime/datetime.module.mjs +8 -8
  50. package/esm2022/core/datetime/native-datetime-adapter.mjs +3 -3
  51. package/esm2022/core/pipes/is-template-ref.pipe.mjs +3 -3
  52. package/esm2022/core/pipes/pipes.module.mjs +4 -4
  53. package/esm2022/core/pipes/to-observable.pipe.mjs +3 -3
  54. package/esm2022/datetimepicker/calendar-body.mjs +4 -4
  55. package/esm2022/datetimepicker/calendar.mjs +5 -5
  56. package/esm2022/datetimepicker/clock.mjs +4 -4
  57. package/esm2022/datetimepicker/datetimepicker-actions.mjs +12 -12
  58. package/esm2022/datetimepicker/datetimepicker-input.mjs +3 -3
  59. package/esm2022/datetimepicker/datetimepicker-intl.mjs +3 -3
  60. package/esm2022/datetimepicker/datetimepicker-module.mjs +4 -4
  61. package/esm2022/datetimepicker/datetimepicker-toggle.mjs +8 -8
  62. package/esm2022/datetimepicker/datetimepicker.mjs +8 -8
  63. package/esm2022/datetimepicker/month-view.mjs +3 -3
  64. package/esm2022/datetimepicker/multi-year-view.mjs +3 -3
  65. package/esm2022/datetimepicker/time.mjs +8 -8
  66. package/esm2022/datetimepicker/year-view.mjs +3 -3
  67. package/esm2022/dialog/dialog-container.mjs +3 -3
  68. package/esm2022/dialog/dialog-module.mjs +4 -4
  69. package/esm2022/dialog/dialog.mjs +3 -3
  70. package/esm2022/drawer/drawer-container.mjs +5 -5
  71. package/esm2022/drawer/drawer-module.mjs +4 -4
  72. package/esm2022/drawer/drawer.mjs +3 -3
  73. package/esm2022/grid/cell.mjs +4 -4
  74. package/esm2022/grid/column-menu.mjs +5 -5
  75. package/esm2022/grid/column-resize/column-resize-directives/column-resize-flex.mjs +3 -3
  76. package/esm2022/grid/column-resize/column-resize-directives/column-resize.mjs +3 -3
  77. package/esm2022/grid/column-resize/column-resize-module.mjs +8 -8
  78. package/esm2022/grid/column-resize/overlay-handle.mjs +3 -3
  79. package/esm2022/grid/column-resize/resizable-directives/resizable.mjs +3 -3
  80. package/esm2022/grid/column-resize/resize-strategy.mjs +3 -3
  81. package/esm2022/grid/expansion-toggle.mjs +3 -3
  82. package/esm2022/grid/grid-module.mjs +4 -4
  83. package/esm2022/grid/grid-pipes.mjs +21 -21
  84. package/esm2022/grid/grid-utils.mjs +3 -3
  85. package/esm2022/grid/grid.mjs +5 -5
  86. package/esm2022/grid/selectable-cell.mjs +3 -3
  87. package/esm2022/loader/loader-module.mjs +4 -4
  88. package/esm2022/loader/loader.mjs +3 -3
  89. package/esm2022/photoviewer/photoviewer-module.mjs +4 -4
  90. package/esm2022/photoviewer/photoviewer.mjs +3 -3
  91. package/esm2022/popover/popover-content.mjs +6 -6
  92. package/esm2022/popover/popover-module.mjs +4 -4
  93. package/esm2022/popover/popover-target.mjs +3 -3
  94. package/esm2022/popover/popover-trigger.mjs +3 -3
  95. package/esm2022/popover/popover.mjs +5 -5
  96. package/esm2022/progress/progress-module.mjs +4 -4
  97. package/esm2022/progress/progress.mjs +4 -4
  98. package/esm2022/select/option.mjs +3 -3
  99. package/esm2022/select/select-module.mjs +12 -8
  100. package/esm2022/select/select.mjs +9 -6
  101. package/esm2022/select/templates.mjs +45 -34
  102. package/esm2022/split/split-module.mjs +4 -4
  103. package/esm2022/split/split-pane.mjs +3 -3
  104. package/esm2022/split/split.mjs +4 -4
  105. package/esm2022/tooltip/tooltip-module.mjs +4 -4
  106. package/esm2022/tooltip/tooltip.mjs +6 -6
  107. package/fesm2022/mtxAlert.mjs +8 -8
  108. package/fesm2022/mtxAlert.mjs.map +1 -1
  109. package/fesm2022/mtxButton.mjs +7 -7
  110. package/fesm2022/mtxCheckboxGroup.mjs +8 -8
  111. package/fesm2022/mtxCheckboxGroup.mjs.map +1 -1
  112. package/fesm2022/mtxColorpicker.mjs +20 -20
  113. package/fesm2022/mtxColorpicker.mjs.map +1 -1
  114. package/fesm2022/mtxColumnResize.mjs +40 -40
  115. package/fesm2022/mtxCore.mjs +21 -21
  116. package/fesm2022/mtxDatetimepicker.mjs +64 -64
  117. package/fesm2022/mtxDatetimepicker.mjs.map +1 -1
  118. package/fesm2022/mtxDialog.mjs +10 -10
  119. package/fesm2022/mtxDrawer.mjs +11 -11
  120. package/fesm2022/mtxDrawer.mjs.map +1 -1
  121. package/fesm2022/mtxGrid.mjs +68 -68
  122. package/fesm2022/mtxGrid.mjs.map +1 -1
  123. package/fesm2022/mtxLoader.mjs +7 -7
  124. package/fesm2022/mtxPhotoviewer.mjs +7 -7
  125. package/fesm2022/mtxPopover.mjs +20 -20
  126. package/fesm2022/mtxPopover.mjs.map +1 -1
  127. package/fesm2022/mtxProgress.mjs +8 -8
  128. package/fesm2022/mtxProgress.mjs.map +1 -1
  129. package/fesm2022/mtxSelect.mjs +65 -47
  130. package/fesm2022/mtxSelect.mjs.map +1 -1
  131. package/fesm2022/mtxSplit.mjs +11 -11
  132. package/fesm2022/mtxSplit.mjs.map +1 -1
  133. package/fesm2022/mtxTooltip.mjs +10 -10
  134. package/grid/column-menu.scss +3 -3
  135. package/grid/column-resize/_column-resize.scss +2 -2
  136. package/grid/grid.scss +8 -8
  137. package/package.json +37 -25
  138. package/prebuilt-themes/azure-blue.css +1 -1
  139. package/prebuilt-themes/cyan-orange.css +1 -1
  140. package/prebuilt-themes/deeppurple-amber.css +1 -1
  141. package/prebuilt-themes/indigo-pink.css +1 -1
  142. package/prebuilt-themes/magenta-violet.css +1 -1
  143. package/prebuilt-themes/pink-bluegrey.css +1 -1
  144. package/prebuilt-themes/purple-green.css +1 -1
  145. package/prebuilt-themes/rose-red.css +1 -1
  146. package/select/select-module.d.ts +1 -1
  147. package/select/select.d.ts +2 -1
  148. package/select/select.scss +8 -8
  149. package/select/templates.d.ts +6 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-matero/extensions",
3
- "version": "18.1.3",
3
+ "version": "18.2.0",
4
4
  "description": "Angular Material Extensions",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -54,6 +54,18 @@
54
54
  "./prebuilt-themes/purple-green.css": {
55
55
  "style": "./prebuilt-themes/purple-green.css"
56
56
  },
57
+ "./prebuilt-themes/azure-blue.css": {
58
+ "style": "./prebuilt-themes/azure-blue.css"
59
+ },
60
+ "./prebuilt-themes/rose-red.css": {
61
+ "style": "./prebuilt-themes/rose-red.css"
62
+ },
63
+ "./prebuilt-themes/cyan-orange.css": {
64
+ "style": "./prebuilt-themes/cyan-orange.css"
65
+ },
66
+ "./prebuilt-themes/magenta-violet.css": {
67
+ "style": "./prebuilt-themes/magenta-violet.css"
68
+ },
57
69
  "./prebuilt-themes/*": {
58
70
  "style": "./prebuilt-themes/*.css"
59
71
  },
@@ -72,18 +84,6 @@
72
84
  "esm": "./esm2022/button/mtxButton.mjs",
73
85
  "default": "./fesm2022/mtxButton.mjs"
74
86
  },
75
- "./colorpicker": {
76
- "types": "./colorpicker/index.d.ts",
77
- "esm2022": "./esm2022/colorpicker/mtxColorpicker.mjs",
78
- "esm": "./esm2022/colorpicker/mtxColorpicker.mjs",
79
- "default": "./fesm2022/mtxColorpicker.mjs"
80
- },
81
- "./checkbox-group": {
82
- "types": "./checkbox-group/index.d.ts",
83
- "esm2022": "./esm2022/checkbox-group/mtxCheckboxGroup.mjs",
84
- "esm": "./esm2022/checkbox-group/mtxCheckboxGroup.mjs",
85
- "default": "./fesm2022/mtxCheckboxGroup.mjs"
86
- },
87
87
  "./core": {
88
88
  "types": "./core/index.d.ts",
89
89
  "esm2022": "./esm2022/core/mtxCore.mjs",
@@ -96,6 +96,18 @@
96
96
  "esm": "./esm2022/column-resize/mtxColumnResize.mjs",
97
97
  "default": "./fesm2022/mtxColumnResize.mjs"
98
98
  },
99
+ "./colorpicker": {
100
+ "types": "./colorpicker/index.d.ts",
101
+ "esm2022": "./esm2022/colorpicker/mtxColorpicker.mjs",
102
+ "esm": "./esm2022/colorpicker/mtxColorpicker.mjs",
103
+ "default": "./fesm2022/mtxColorpicker.mjs"
104
+ },
105
+ "./checkbox-group": {
106
+ "types": "./checkbox-group/index.d.ts",
107
+ "esm2022": "./esm2022/checkbox-group/mtxCheckboxGroup.mjs",
108
+ "esm": "./esm2022/checkbox-group/mtxCheckboxGroup.mjs",
109
+ "default": "./fesm2022/mtxCheckboxGroup.mjs"
110
+ },
99
111
  "./datetimepicker": {
100
112
  "types": "./datetimepicker/index.d.ts",
101
113
  "esm2022": "./esm2022/datetimepicker/mtxDatetimepicker.mjs",
@@ -126,12 +138,6 @@
126
138
  "esm": "./esm2022/loader/mtxLoader.mjs",
127
139
  "default": "./fesm2022/mtxLoader.mjs"
128
140
  },
129
- "./photoviewer": {
130
- "types": "./photoviewer/index.d.ts",
131
- "esm2022": "./esm2022/photoviewer/mtxPhotoviewer.mjs",
132
- "esm": "./esm2022/photoviewer/mtxPhotoviewer.mjs",
133
- "default": "./fesm2022/mtxPhotoviewer.mjs"
134
- },
135
141
  "./popover": {
136
142
  "types": "./popover/index.d.ts",
137
143
  "esm2022": "./esm2022/popover/mtxPopover.mjs",
@@ -144,6 +150,12 @@
144
150
  "esm": "./esm2022/progress/mtxProgress.mjs",
145
151
  "default": "./fesm2022/mtxProgress.mjs"
146
152
  },
153
+ "./photoviewer": {
154
+ "types": "./photoviewer/index.d.ts",
155
+ "esm2022": "./esm2022/photoviewer/mtxPhotoviewer.mjs",
156
+ "esm": "./esm2022/photoviewer/mtxPhotoviewer.mjs",
157
+ "default": "./fesm2022/mtxPhotoviewer.mjs"
158
+ },
147
159
  "./select": {
148
160
  "types": "./select/index.d.ts",
149
161
  "esm2022": "./esm2022/select/mtxSelect.mjs",
@@ -164,17 +176,17 @@
164
176
  }
165
177
  },
166
178
  "dependencies": {
167
- "@ng-select/ng-select": "^13.0.0",
179
+ "@ng-select/ng-select": "^13.7.0",
168
180
  "ngx-color": "^9.0.0",
169
181
  "photoviewer": "^3.10.0",
170
182
  "tslib": "^2.4.0"
171
183
  },
172
184
  "peerDependencies": {
173
- "@angular/animations": ">=18.0.0",
174
- "@angular/cdk": ">=18.0.0",
175
- "@angular/common": ">=18.0.0",
176
- "@angular/core": ">=18.0.0",
177
- "@angular/material": ">=18.0.0"
185
+ "@angular/animations": ">=18.2.0",
186
+ "@angular/cdk": ">=18.2.0",
187
+ "@angular/common": ">=18.2.0",
188
+ "@angular/core": ">=18.2.0",
189
+ "@angular/material": ">=18.2.0"
178
190
  },
179
191
  "sideEffects": false,
180
192
  "module": "fesm2022/ng-matero-extensions.mjs",
@@ -1 +1 @@
1
- .mat-button-loading .mdc-button__label,.mat-button-loading .mat-icon{visibility:hidden}.mat-button-loading .mat-mdc-progress-spinner{position:absolute;top:calc(50% - 12px);left:calc(50% - 12px)}.mat-column-resize-table.cdk-column-resize-with-resized-column{table-layout:fixed}.mat-column-resize-flex .mat-mdc-header-cell,.mat-column-resize-flex .mat-mdc-cell{box-sizing:border-box;min-width:32px}.mat-mdc-header-cell{position:relative}.mat-resizable{box-sizing:border-box}.mat-mdc-header-cell:not(.mat-resizable)::after,.mat-resizable-handle{position:absolute;bottom:0;top:0;right:0;width:1px;background:rgba(0,0,0,0);transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2)}.mat-mdc-header-cell:not(.mat-resizable)::after{content:""}[dir=rtl] .mat-mdc-header-cell:not(.mat-resizable)::after,[dir=rtl] .mat-resizable-handle{left:0;right:auto}[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-header-cell,[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-left:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-right:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell:not(.mat-resizable)::after{background-color:var(--mtx-grid-resizable-handle-disabled-background-color)}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle{background-color:var(--mtx-grid-resizable-handle-hover-background-color)}.mat-resizable.cdk-resizable-overlay-thumb-active>.mat-resizable-handle{opacity:0;transition:none}.mat-resizable-handle:focus,.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle:focus{outline:none;background-color:var(--mtx-grid-resizable-handle-active-background-color)}.mat-column-resize-overlay-thumb{background:rgba(0,0,0,0);cursor:col-resize;width:100%;height:100%;transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2);-webkit-user-select:none;user-select:none}.mat-column-resize-overlay-thumb:active{will-change:transform;background:linear-gradient(90deg, transparent, transparent 7px, var(--mtx-grid-resizable-handle-active-background-color) 7px, var(--mtx-grid-resizable-handle-active-background-color) 9px, transparent 9px, transparent)}.mat-column-resize-overlay-thumb:active .mat-column-resize-overlay-thumb-top{background:linear-gradient(90deg, transparent, transparent 4px, var(--mtx-grid-resizable-handle-active-background-color) 4px, var(--mtx-grid-resizable-handle-active-background-color) 12px, transparent 12px, transparent)}.mat-column-resize-overlay-thumb-top{width:100%}html{--mtx-alert-outline-color:#c4c6d0;--mtx-alert-background-color:#efedf1;--mtx-alert-text-color:#1a1b1f;--mtx-alert-info-outline-color:#abc7ff;--mtx-alert-info-background-color:#d7e3ff;--mtx-alert-info-text-color:#002f65;--mtx-alert-success-outline-color:#02e600;--mtx-alert-success-background-color:#cbffb8;--mtx-alert-success-text-color:#013a00;--mtx-alert-warning-outline-color:#cdcd00;--mtx-alert-warning-background-color:#fffeac;--mtx-alert-warning-text-color:#323200;--mtx-alert-danger-outline-color:#ffb4a8;--mtx-alert-danger-background-color:#ffdad4;--mtx-alert-danger-text-color:#690100;--mtx-alert-container-shape:8px;--mtx-colorpicker-toggle-active-state-icon-color:#44474e;--mtx-colorpicker-toggle-icon-color:#44474e;--mtx-datetimepicker-calendar-date-selected-state-text-color:#ffffff;--mtx-datetimepicker-calendar-date-selected-state-background-color:#005cbb;--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(26, 27, 31, 0.38);--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:#005cbb;--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(26, 27, 31, 0.12);--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(26, 27, 31, 0.08);--mtx-datetimepicker-clock-hand-background-color:#005cbb;--mtx-datetimepicker-clock-cell-selected-state-background-color:#005cbb;--mtx-datetimepicker-time-input-active-state-text-color:#001b3f;--mtx-datetimepicker-time-input-active-state-background-color:#d7e3ff;--mtx-datetimepicker-time-input-focus-state-outline-color:#005cbb;--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:#001b3f;--mtx-datetimepicker-time-ampm-selected-state-background-color:#e0e0ff;--mtx-datetimepicker-toggle-active-state-icon-color:#44474e;--mtx-datetimepicker-toggle-icon-color:#44474e;--mtx-datetimepicker-calendar-body-label-text-color:#1a1b1f;--mtx-datetimepicker-calendar-header-text-color:#44474e;--mtx-datetimepicker-calendar-header-divider-color:#c4c6d0;--mtx-datetimepicker-calendar-table-header-text-color:#1a1b1f;--mtx-datetimepicker-calendar-date-today-outline-color:#005cbb;--mtx-datetimepicker-calendar-date-text-color:#1a1b1f;--mtx-datetimepicker-calendar-date-disabled-state-text-color:rgba(26, 27, 31, 0.38);--mtx-datetimepicker-container-background-color:#e9e8ec;--mtx-datetimepicker-container-text-color:#1a1b1f;--mtx-datetimepicker-clock-dial-background-color:#e3e2e6;--mtx-datetimepicker-clock-cell-text-color:#1a1b1f;--mtx-datetimepicker-clock-cell-hover-state-background-color:rgba(26, 27, 31, 0.08);--mtx-datetimepicker-clock-cell-disabled-state-text-color:rgba(26, 27, 31, 0.38);--mtx-datetimepicker-time-input-text-color:#1a1b1f;--mtx-datetimepicker-time-input-background-color:#e3e2e6;--mtx-datetimepicker-time-input-focus-state-background-color:#d7e3ff;--mtx-datetimepicker-time-input-warn-state-outline-color:#ba1a1a;--mtx-datetimepicker-time-ampm-text-color:#1a1b1f;--mtx-datetimepicker-time-ampm-outline-color:#74777f;--mtx-datetimepicker-time-ampm-selected-state-text-color:#00006e;--mtx-datetimepicker-calendar-text-font:Roboto, sans-serif;--mtx-datetimepicker-calendar-text-size:1rem;--mtx-datetimepicker-calendar-body-label-text-size:0.875rem;--mtx-datetimepicker-calendar-body-label-text-weight:500;--mtx-datetimepicker-calendar-period-button-text-size:0.875rem;--mtx-datetimepicker-calendar-period-button-text-weight:500;--mtx-datetimepicker-clock-text-size:0.875rem;--mtx-datetimepicker-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mtx-datetimepicker-container-touch-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mtx-datetimepicker-container-shape:16px;--mtx-datetimepicker-container-touch-shape:28px;--mtx-datetimepicker-selector-container-shape:8px;--mtx-datetimepicker-calendar-header-background-color:transparent;--mtx-datetimepicker-calendar-date-outline-color:transparent;--mtx-drawer-container-background-color:#fdfbff;--mtx-drawer-container-text-color:#44474e;--mtx-drawer-container-shape:16px;--mtx-drawer-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mtx-grid-outline-color:#c4c6d0;--mtx-grid-column-menu-text-color:#44474e;--mtx-grid-column-menu-divider-color:#c4c6d0;--mtx-grid-table-footer-background-color:#efedf1;--mtx-grid-table-row-striped-background-color:#efedf1;--mtx-grid-table-row-hover-background-color:#dae2f9;--mtx-grid-table-row-selected-background-color:#dae2f9;--mtx-grid-table-row-selected-hover-background-color:#d7e3ff;--mtx-grid-table-cell-selected-outline-color:#005cbb;--mtx-grid-resizable-handle-active-background-color:#005cbb;--mtx-grid-resizable-handle-hover-background-color:#005cbb;--mtx-grid-resizable-handle-disabled-background-color:#c4c6d0;--mtx-grid-container-shape:12px;--mtx-grid-table-cell-min-width:80px;--mtx-loader-backdrop-background-color:rgba(253, 251, 255, 0.75);--mtx-popover-outline-color:#efedf1;--mtx-popover-background-color:#efedf1;--mtx-popover-text-color:#1a1b1f;--mtx-popover-container-shape:4px;--mtx-popover-base-elevation-level:2;--mtx-progress-track-color:#efedf1;--mtx-progress-indicator-color:#c4c6d0;--mtx-progress-text-color:#1a1b1f;--mtx-progress-info-indicator-color:#5a64ff;--mtx-progress-success-indicator-color:#038b00;--mtx-progress-warning-indicator-color:#bc5d00;--mtx-progress-danger-indicator-color:#ef0000;--mtx-progress-container-shape:4px;--mtx-progress-info-text-color:white;--mtx-progress-success-text-color:white;--mtx-progress-warning-text-color:white;--mtx-progress-danger-text-color:white;--mtx-select-option-selected-state-text-color:#1a1b1f;--mtx-select-container-text-color:#1a1b1f;--mtx-select-placeholder-text-color:rgba(26, 27, 31, 0.38);--mtx-select-disabled-text-color:rgba(26, 27, 31, 0.38);--mtx-select-multiple-value-outline-color:#74777f;--mtx-select-multiple-value-icon-hover-background-color:#c4c6d0;--mtx-select-clear-icon-color:#1a1b1f;--mtx-select-clear-icon-hover-color:#ba1a1a;--mtx-select-enabled-arrow-color:#1a1b1f;--mtx-select-disabled-arrow-color:rgba(26, 27, 31, 0.38);--mtx-select-invalid-arrow-color:#ba1a1a;--mtx-select-panel-background-color:#efedf1;--mtx-select-panel-divider-color:#74777f;--mtx-select-optgroup-label-text-color:#1a1b1f;--mtx-select-option-label-text-color:#1a1b1f;--mtx-select-option-selected-state-background-color:#dae2f9;--mtx-select-option-hover-state-background-color:rgba(26, 27, 31, 0.08);--mtx-select-option-disabled-state-text-color:rgba(26, 27, 31, 0.38);--mtx-select-container-shape:4px;--mtx-select-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mtx-select-multiple-value-background-color:transparent;--mtx-split-gutter-hover-state-background-color:#005cbb;--mtx-split-gutter-background-color:#c4c6d0;--mdc-plain-tooltip-container-color:#2f3033;--mdc-plain-tooltip-supporting-text-color:#f2f0f4;--mdc-plain-tooltip-supporting-text-line-height:1rem;--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:0.75rem;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:0.025rem;--mdc-plain-tooltip-container-shape:4px}.mat-accent.mtx-split-gutter{--mtx-split-gutter-hover-state-background-color:#343dff}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-selected-state-text-color:#ffffff;--mtx-datetimepicker-calendar-date-selected-state-background-color:#343dff;--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:#343dff;--mtx-datetimepicker-clock-hand-background-color:#343dff;--mtx-datetimepicker-clock-cell-selected-state-background-color:#343dff;--mtx-datetimepicker-time-input-active-state-text-color:#00006e;--mtx-datetimepicker-time-input-active-state-background-color:#e0e0ff;--mtx-datetimepicker-time-input-focus-state-outline-color:#343dff;--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:#00006e;--mtx-datetimepicker-time-ampm-selected-state-background-color:#ffdad6;--mtx-datetimepicker-calendar-date-today-outline-color:#343dff;--mtx-datetimepicker-time-input-focus-state-background-color:#e0e0ff;--mtx-datetimepicker-time-ampm-selected-state-text-color:#410002}.mat-accent.ng-dropdown-panel{--mtx-select-option-selected-state-background-color:#e0e0ff}.mat-warn.mtx-split-gutter{--mtx-split-gutter-hover-state-background-color:#ba1a1a}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-selected-state-text-color:#ffffff;--mtx-datetimepicker-calendar-date-selected-state-background-color:#ba1a1a;--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:#ba1a1a;--mtx-datetimepicker-clock-hand-background-color:#ba1a1a;--mtx-datetimepicker-clock-cell-selected-state-background-color:#ba1a1a;--mtx-datetimepicker-time-input-active-state-text-color:#410002;--mtx-datetimepicker-time-input-active-state-background-color:#ffdad6;--mtx-datetimepicker-time-input-focus-state-outline-color:#ba1a1a;--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:#410002;--mtx-datetimepicker-time-ampm-selected-state-background-color:#d7e3ff;--mtx-datetimepicker-calendar-date-today-outline-color:#ba1a1a;--mtx-datetimepicker-time-input-focus-state-background-color:#ffdad6;--mtx-datetimepicker-time-ampm-selected-state-text-color:#001b3f}.mat-warn.ng-dropdown-panel{--mtx-select-option-selected-state-background-color:#ffdad6}
1
+ .mat-button-loading .mdc-button__label,.mat-button-loading .mat-icon{visibility:hidden}.mat-button-loading .mat-mdc-progress-spinner{position:absolute;top:calc(50% - 12px);left:calc(50% - 12px)}.mat-column-resize-table.cdk-column-resize-with-resized-column{table-layout:fixed}.mat-column-resize-flex .mat-mdc-header-cell,.mat-column-resize-flex .mat-mdc-cell{box-sizing:border-box;min-width:32px}.mat-mdc-header-cell{position:relative}.mat-resizable{box-sizing:border-box}.mat-mdc-header-cell:not(.mat-resizable)::after,.mat-resizable-handle{position:absolute;bottom:0;top:0;right:0;width:1px;background:rgba(0,0,0,0);transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2)}.mat-mdc-header-cell:not(.mat-resizable)::after{content:""}[dir=rtl] .mat-mdc-header-cell:not(.mat-resizable)::after,[dir=rtl] .mat-resizable-handle{left:0;right:auto}[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-header-cell,[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-left:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-right:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell:not(.mat-resizable)::after{background-color:var(--mtx-grid-resizable-handle-disabled-background-color, var(--mat-app-outline-variant))}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle{background-color:var(--mtx-grid-resizable-handle-hover-background-color, var(--mat-app-primary))}.mat-resizable.cdk-resizable-overlay-thumb-active>.mat-resizable-handle{opacity:0;transition:none}.mat-resizable-handle:focus,.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle:focus{outline:none;background-color:var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary))}.mat-column-resize-overlay-thumb{background:rgba(0,0,0,0);cursor:col-resize;width:100%;height:100%;transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2);-webkit-user-select:none;user-select:none}.mat-column-resize-overlay-thumb:active{will-change:transform;background:linear-gradient(90deg, transparent, transparent 7px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 7px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 9px, transparent 9px, transparent)}.mat-column-resize-overlay-thumb:active .mat-column-resize-overlay-thumb-top{background:linear-gradient(90deg, transparent, transparent 4px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 4px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 12px, transparent 12px, transparent)}.mat-column-resize-overlay-thumb-top{width:100%}html{--mtx-alert-outline-color:#c4c6d0}html{--mtx-alert-background-color:#efedf1}html{--mtx-alert-text-color:#1a1b1f}html{--mtx-alert-info-outline-color:#abc7ff}html{--mtx-alert-info-background-color:#d7e3ff}html{--mtx-alert-info-text-color:#002f65}html{--mtx-alert-success-outline-color:#02e600}html{--mtx-alert-success-background-color:#cbffb8}html{--mtx-alert-success-text-color:#013a00}html{--mtx-alert-warning-outline-color:#cdcd00}html{--mtx-alert-warning-background-color:#fffeac}html{--mtx-alert-warning-text-color:#323200}html{--mtx-alert-danger-outline-color:#ffb4a8}html{--mtx-alert-danger-background-color:#ffdad4}html{--mtx-alert-danger-text-color:#690100}html{--mtx-alert-container-shape:8px}html{--mtx-colorpicker-toggle-active-state-icon-color:#44474e}html{--mtx-colorpicker-toggle-icon-color:#44474e}html{--mtx-datetimepicker-calendar-date-selected-state-text-color:#ffffff}html{--mtx-datetimepicker-calendar-date-selected-state-background-color:#005cbb}html{--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(26, 27, 31, 0.38)}html{--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:#005cbb}html{--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(26, 27, 31, 0.12)}html{--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(26, 27, 31, 0.08)}html{--mtx-datetimepicker-clock-hand-background-color:#005cbb}html{--mtx-datetimepicker-clock-cell-selected-state-background-color:#005cbb}html{--mtx-datetimepicker-time-input-active-state-text-color:#001b3f}html{--mtx-datetimepicker-time-input-active-state-background-color:#d7e3ff}html{--mtx-datetimepicker-time-input-focus-state-outline-color:#005cbb}html{--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:#001b3f}html{--mtx-datetimepicker-time-ampm-selected-state-background-color:#e0e0ff}html{--mtx-datetimepicker-toggle-active-state-icon-color:#44474e}html{--mtx-datetimepicker-toggle-icon-color:#44474e}html{--mtx-datetimepicker-calendar-body-label-text-color:#1a1b1f}html{--mtx-datetimepicker-calendar-header-text-color:#44474e}html{--mtx-datetimepicker-calendar-header-divider-color:#c4c6d0}html{--mtx-datetimepicker-calendar-table-header-text-color:#1a1b1f}html{--mtx-datetimepicker-calendar-date-today-outline-color:#005cbb}html{--mtx-datetimepicker-calendar-date-text-color:#1a1b1f}html{--mtx-datetimepicker-calendar-date-disabled-state-text-color:rgba(26, 27, 31, 0.38)}html{--mtx-datetimepicker-container-background-color:#e9e8ec}html{--mtx-datetimepicker-container-text-color:#1a1b1f}html{--mtx-datetimepicker-clock-dial-background-color:#e3e2e6}html{--mtx-datetimepicker-clock-cell-text-color:#1a1b1f}html{--mtx-datetimepicker-clock-cell-hover-state-background-color:rgba(26, 27, 31, 0.08)}html{--mtx-datetimepicker-clock-cell-disabled-state-text-color:rgba(26, 27, 31, 0.38)}html{--mtx-datetimepicker-time-input-text-color:#1a1b1f}html{--mtx-datetimepicker-time-input-background-color:#e3e2e6}html{--mtx-datetimepicker-time-input-focus-state-background-color:#d7e3ff}html{--mtx-datetimepicker-time-input-warn-state-outline-color:#ba1a1a}html{--mtx-datetimepicker-time-ampm-text-color:#1a1b1f}html{--mtx-datetimepicker-time-ampm-outline-color:#74777f}html{--mtx-datetimepicker-time-ampm-selected-state-text-color:#00006e}html{--mtx-datetimepicker-calendar-text-font:Roboto, sans-serif}html{--mtx-datetimepicker-calendar-text-size:1rem}html{--mtx-datetimepicker-calendar-body-label-text-size:0.875rem}html{--mtx-datetimepicker-calendar-body-label-text-weight:500}html{--mtx-datetimepicker-calendar-period-button-text-size:0.875rem}html{--mtx-datetimepicker-calendar-period-button-text-weight:500}html{--mtx-datetimepicker-clock-text-size:0.875rem}html{--mtx-datetimepicker-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)}html{--mtx-datetimepicker-container-touch-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)}html{--mtx-datetimepicker-container-shape:16px}html{--mtx-datetimepicker-container-touch-shape:28px}html{--mtx-datetimepicker-selector-container-shape:8px}html{--mtx-datetimepicker-calendar-header-background-color:transparent}html{--mtx-datetimepicker-calendar-date-outline-color:transparent}html{--mtx-drawer-container-background-color:#fdfbff}html{--mtx-drawer-container-text-color:#44474e}html{--mtx-drawer-container-shape:16px}html{--mtx-drawer-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}html{--mtx-grid-outline-color:#c4c6d0}html{--mtx-grid-column-menu-text-color:#44474e}html{--mtx-grid-column-menu-divider-color:#c4c6d0}html{--mtx-grid-table-footer-background-color:#efedf1}html{--mtx-grid-table-row-striped-background-color:#efedf1}html{--mtx-grid-table-row-hover-background-color:#dae2f9}html{--mtx-grid-table-row-selected-background-color:#dae2f9}html{--mtx-grid-table-row-selected-hover-background-color:#d7e3ff}html{--mtx-grid-table-cell-selected-outline-color:#005cbb}html{--mtx-grid-resizable-handle-active-background-color:#005cbb}html{--mtx-grid-resizable-handle-hover-background-color:#005cbb}html{--mtx-grid-resizable-handle-disabled-background-color:#c4c6d0}html{--mtx-grid-container-shape:12px}html{--mtx-grid-table-cell-min-width:80px}html{--mtx-loader-backdrop-background-color:rgba(253, 251, 255, 0.75)}html{--mtx-popover-outline-color:#efedf1}html{--mtx-popover-background-color:#efedf1}html{--mtx-popover-text-color:#1a1b1f}html{--mtx-popover-container-shape:4px}html{--mtx-popover-base-elevation-level:2}html{--mtx-progress-track-color:#efedf1}html{--mtx-progress-indicator-color:#c4c6d0}html{--mtx-progress-text-color:#1a1b1f}html{--mtx-progress-info-indicator-color:#5a64ff}html{--mtx-progress-success-indicator-color:#038b00}html{--mtx-progress-warning-indicator-color:#bc5d00}html{--mtx-progress-danger-indicator-color:#ef0000}html{--mtx-progress-container-shape:4px}html{--mtx-progress-info-text-color:white}html{--mtx-progress-success-text-color:white}html{--mtx-progress-warning-text-color:white}html{--mtx-progress-danger-text-color:white}html{--mtx-select-option-selected-state-text-color:#1a1b1f}html{--mtx-select-container-text-color:#1a1b1f}html{--mtx-select-placeholder-text-color:rgba(26, 27, 31, 0.38)}html{--mtx-select-disabled-text-color:rgba(26, 27, 31, 0.38)}html{--mtx-select-multiple-value-outline-color:#74777f}html{--mtx-select-multiple-value-icon-hover-background-color:#c4c6d0}html{--mtx-select-clear-icon-color:#1a1b1f}html{--mtx-select-clear-icon-hover-color:#ba1a1a}html{--mtx-select-enabled-arrow-color:#1a1b1f}html{--mtx-select-disabled-arrow-color:rgba(26, 27, 31, 0.38)}html{--mtx-select-invalid-arrow-color:#ba1a1a}html{--mtx-select-panel-background-color:#efedf1}html{--mtx-select-panel-divider-color:#74777f}html{--mtx-select-optgroup-label-text-color:#1a1b1f}html{--mtx-select-option-label-text-color:#1a1b1f}html{--mtx-select-option-selected-state-background-color:#dae2f9}html{--mtx-select-option-hover-state-background-color:rgba(26, 27, 31, 0.08)}html{--mtx-select-option-disabled-state-text-color:rgba(26, 27, 31, 0.38)}html{--mtx-select-container-shape:4px}html{--mtx-select-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}html{--mtx-select-multiple-value-background-color:transparent}html{--mtx-split-gutter-hover-state-background-color:#005cbb}html{--mtx-split-gutter-background-color:#c4c6d0}html{--mdc-plain-tooltip-container-color:#2f3033}html{--mdc-plain-tooltip-supporting-text-color:#f2f0f4}html{--mdc-plain-tooltip-supporting-text-line-height:1rem}html{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif}html{--mdc-plain-tooltip-supporting-text-size:0.75rem}html{--mdc-plain-tooltip-supporting-text-weight:400}html{--mdc-plain-tooltip-supporting-text-tracking:0.025rem}html{--mdc-plain-tooltip-container-shape:4px}.mat-accent.mtx-split-gutter{--mtx-split-gutter-hover-state-background-color:#343dff}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-selected-state-text-color:#ffffff}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-selected-state-background-color:#343dff}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:#343dff}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-clock-hand-background-color:#343dff}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-clock-cell-selected-state-background-color:#343dff}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-active-state-text-color:#00006e}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-active-state-background-color:#e0e0ff}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-focus-state-outline-color:#343dff}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:#00006e}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-time-ampm-selected-state-background-color:#ffdad6}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-today-outline-color:#343dff}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-focus-state-background-color:#e0e0ff}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-time-ampm-selected-state-text-color:#410002}.mat-accent.ng-dropdown-panel{--mtx-select-option-selected-state-background-color:#e0e0ff}.mat-warn.mtx-split-gutter{--mtx-split-gutter-hover-state-background-color:#ba1a1a}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-selected-state-text-color:#ffffff}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-selected-state-background-color:#ba1a1a}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:#ba1a1a}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-clock-hand-background-color:#ba1a1a}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-clock-cell-selected-state-background-color:#ba1a1a}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-active-state-text-color:#410002}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-active-state-background-color:#ffdad6}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-focus-state-outline-color:#ba1a1a}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:#410002}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-time-ampm-selected-state-background-color:#d7e3ff}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-today-outline-color:#ba1a1a}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-focus-state-background-color:#ffdad6}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-time-ampm-selected-state-text-color:#001b3f}.mat-warn.ng-dropdown-panel{--mtx-select-option-selected-state-background-color:#ffdad6}
@@ -1 +1 @@
1
- .mat-button-loading .mdc-button__label,.mat-button-loading .mat-icon{visibility:hidden}.mat-button-loading .mat-mdc-progress-spinner{position:absolute;top:calc(50% - 12px);left:calc(50% - 12px)}.mat-column-resize-table.cdk-column-resize-with-resized-column{table-layout:fixed}.mat-column-resize-flex .mat-mdc-header-cell,.mat-column-resize-flex .mat-mdc-cell{box-sizing:border-box;min-width:32px}.mat-mdc-header-cell{position:relative}.mat-resizable{box-sizing:border-box}.mat-mdc-header-cell:not(.mat-resizable)::after,.mat-resizable-handle{position:absolute;bottom:0;top:0;right:0;width:1px;background:rgba(0,0,0,0);transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2)}.mat-mdc-header-cell:not(.mat-resizable)::after{content:""}[dir=rtl] .mat-mdc-header-cell:not(.mat-resizable)::after,[dir=rtl] .mat-resizable-handle{left:0;right:auto}[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-header-cell,[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-left:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-right:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell:not(.mat-resizable)::after{background-color:var(--mtx-grid-resizable-handle-disabled-background-color)}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle{background-color:var(--mtx-grid-resizable-handle-hover-background-color)}.mat-resizable.cdk-resizable-overlay-thumb-active>.mat-resizable-handle{opacity:0;transition:none}.mat-resizable-handle:focus,.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle:focus{outline:none;background-color:var(--mtx-grid-resizable-handle-active-background-color)}.mat-column-resize-overlay-thumb{background:rgba(0,0,0,0);cursor:col-resize;width:100%;height:100%;transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2);-webkit-user-select:none;user-select:none}.mat-column-resize-overlay-thumb:active{will-change:transform;background:linear-gradient(90deg, transparent, transparent 7px, var(--mtx-grid-resizable-handle-active-background-color) 7px, var(--mtx-grid-resizable-handle-active-background-color) 9px, transparent 9px, transparent)}.mat-column-resize-overlay-thumb:active .mat-column-resize-overlay-thumb-top{background:linear-gradient(90deg, transparent, transparent 4px, var(--mtx-grid-resizable-handle-active-background-color) 4px, var(--mtx-grid-resizable-handle-active-background-color) 12px, transparent 12px, transparent)}.mat-column-resize-overlay-thumb-top{width:100%}html{--mtx-alert-outline-color:#3f4948;--mtx-alert-background-color:#1d2020;--mtx-alert-text-color:#e0e3e2;--mtx-alert-info-outline-color:#abc7ff;--mtx-alert-info-background-color:#d7e3ff;--mtx-alert-info-text-color:#002f65;--mtx-alert-success-outline-color:#02e600;--mtx-alert-success-background-color:#cbffb8;--mtx-alert-success-text-color:#013a00;--mtx-alert-warning-outline-color:#cdcd00;--mtx-alert-warning-background-color:#fffeac;--mtx-alert-warning-text-color:#323200;--mtx-alert-danger-outline-color:#ffb4a8;--mtx-alert-danger-background-color:#ffdad4;--mtx-alert-danger-text-color:#690100;--mtx-alert-container-shape:8px;--mtx-colorpicker-toggle-active-state-icon-color:#bec9c8;--mtx-colorpicker-toggle-icon-color:#bec9c8;--mtx-datetimepicker-calendar-date-selected-state-text-color:#003737;--mtx-datetimepicker-calendar-date-selected-state-background-color:#00dddd;--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(224, 227, 226, 0.38);--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:#00dddd;--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(224, 227, 226, 0.12);--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(224, 227, 226, 0.08);--mtx-datetimepicker-clock-hand-background-color:#00dddd;--mtx-datetimepicker-clock-cell-selected-state-background-color:#00dddd;--mtx-datetimepicker-time-input-active-state-text-color:#00fbfb;--mtx-datetimepicker-time-input-active-state-background-color:#004f4f;--mtx-datetimepicker-time-input-focus-state-outline-color:#00dddd;--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:#00fbfb;--mtx-datetimepicker-time-ampm-selected-state-background-color:#723600;--mtx-datetimepicker-toggle-active-state-icon-color:#bec9c8;--mtx-datetimepicker-toggle-icon-color:#bec9c8;--mtx-datetimepicker-calendar-body-label-text-color:#e0e3e2;--mtx-datetimepicker-calendar-header-text-color:#bec9c8;--mtx-datetimepicker-calendar-header-divider-color:#3f4948;--mtx-datetimepicker-calendar-table-header-text-color:#e0e3e2;--mtx-datetimepicker-calendar-date-today-outline-color:#00dddd;--mtx-datetimepicker-calendar-date-text-color:#e0e3e2;--mtx-datetimepicker-calendar-date-disabled-state-text-color:rgba(224, 227, 226, 0.38);--mtx-datetimepicker-container-background-color:#272b2b;--mtx-datetimepicker-container-text-color:#e0e3e2;--mtx-datetimepicker-clock-dial-background-color:#313535;--mtx-datetimepicker-clock-cell-text-color:#e0e3e2;--mtx-datetimepicker-clock-cell-hover-state-background-color:rgba(224, 227, 226, 0.08);--mtx-datetimepicker-clock-cell-disabled-state-text-color:rgba(224, 227, 226, 0.38);--mtx-datetimepicker-time-input-text-color:#e0e3e2;--mtx-datetimepicker-time-input-background-color:#313535;--mtx-datetimepicker-time-input-focus-state-background-color:#004f4f;--mtx-datetimepicker-time-input-warn-state-outline-color:#ffb4ab;--mtx-datetimepicker-time-ampm-text-color:#e0e3e2;--mtx-datetimepicker-time-ampm-outline-color:#889392;--mtx-datetimepicker-time-ampm-selected-state-text-color:#ffdcc7;--mtx-datetimepicker-calendar-text-font:Roboto, sans-serif;--mtx-datetimepicker-calendar-text-size:1rem;--mtx-datetimepicker-calendar-body-label-text-size:0.875rem;--mtx-datetimepicker-calendar-body-label-text-weight:500;--mtx-datetimepicker-calendar-period-button-text-size:0.875rem;--mtx-datetimepicker-calendar-period-button-text-weight:500;--mtx-datetimepicker-clock-text-size:0.875rem;--mtx-datetimepicker-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mtx-datetimepicker-container-touch-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mtx-datetimepicker-container-shape:16px;--mtx-datetimepicker-container-touch-shape:28px;--mtx-datetimepicker-selector-container-shape:8px;--mtx-datetimepicker-calendar-header-background-color:transparent;--mtx-datetimepicker-calendar-date-outline-color:transparent;--mtx-drawer-container-background-color:#191c1c;--mtx-drawer-container-text-color:#bec9c8;--mtx-drawer-container-shape:16px;--mtx-drawer-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mtx-grid-outline-color:#3f4948;--mtx-grid-column-menu-text-color:#bec9c8;--mtx-grid-column-menu-divider-color:#3f4948;--mtx-grid-table-footer-background-color:#1d2020;--mtx-grid-table-row-striped-background-color:#1d2020;--mtx-grid-table-row-hover-background-color:#324b4b;--mtx-grid-table-row-selected-background-color:#324b4b;--mtx-grid-table-row-selected-hover-background-color:#004f4f;--mtx-grid-table-cell-selected-outline-color:#00dddd;--mtx-grid-resizable-handle-active-background-color:#00dddd;--mtx-grid-resizable-handle-hover-background-color:#00dddd;--mtx-grid-resizable-handle-disabled-background-color:#3f4948;--mtx-grid-container-shape:12px;--mtx-grid-table-cell-min-width:80px;--mtx-loader-backdrop-background-color:rgba(25, 28, 28, 0.75);--mtx-popover-outline-color:#1d2020;--mtx-popover-background-color:#1d2020;--mtx-popover-text-color:#e0e3e2;--mtx-popover-container-shape:4px;--mtx-popover-base-elevation-level:2;--mtx-progress-track-color:#1d2020;--mtx-progress-indicator-color:#3f4948;--mtx-progress-text-color:#e0e3e2;--mtx-progress-info-indicator-color:#5a64ff;--mtx-progress-success-indicator-color:#038b00;--mtx-progress-warning-indicator-color:#bc5d00;--mtx-progress-danger-indicator-color:#ef0000;--mtx-progress-container-shape:4px;--mtx-progress-info-text-color:white;--mtx-progress-success-text-color:white;--mtx-progress-warning-text-color:white;--mtx-progress-danger-text-color:white;--mtx-select-option-selected-state-text-color:#e0e3e2;--mtx-select-container-text-color:#e0e3e2;--mtx-select-placeholder-text-color:rgba(224, 227, 226, 0.38);--mtx-select-disabled-text-color:rgba(224, 227, 226, 0.38);--mtx-select-multiple-value-outline-color:#889392;--mtx-select-multiple-value-icon-hover-background-color:#3f4948;--mtx-select-clear-icon-color:#e0e3e2;--mtx-select-clear-icon-hover-color:#ffb4ab;--mtx-select-enabled-arrow-color:#e0e3e2;--mtx-select-disabled-arrow-color:rgba(224, 227, 226, 0.38);--mtx-select-invalid-arrow-color:#ffb4ab;--mtx-select-panel-background-color:#1d2020;--mtx-select-panel-divider-color:#889392;--mtx-select-optgroup-label-text-color:#e0e3e2;--mtx-select-option-label-text-color:#e0e3e2;--mtx-select-option-selected-state-background-color:#324b4b;--mtx-select-option-hover-state-background-color:rgba(224, 227, 226, 0.08);--mtx-select-option-disabled-state-text-color:rgba(224, 227, 226, 0.38);--mtx-select-container-shape:4px;--mtx-select-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mtx-select-multiple-value-background-color:transparent;--mtx-split-gutter-hover-state-background-color:#00dddd;--mtx-split-gutter-background-color:#3f4948;--mdc-plain-tooltip-container-color:#e0e3e2;--mdc-plain-tooltip-supporting-text-color:#2d3131;--mdc-plain-tooltip-supporting-text-line-height:1rem;--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:0.75rem;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:0.025rem;--mdc-plain-tooltip-container-shape:4px}.mat-accent.mtx-split-gutter{--mtx-split-gutter-hover-state-background-color:#ffb787}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-selected-state-text-color:#502400;--mtx-datetimepicker-calendar-date-selected-state-background-color:#ffb787;--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:#ffb787;--mtx-datetimepicker-clock-hand-background-color:#ffb787;--mtx-datetimepicker-clock-cell-selected-state-background-color:#ffb787;--mtx-datetimepicker-time-input-active-state-text-color:#ffdcc7;--mtx-datetimepicker-time-input-active-state-background-color:#723600;--mtx-datetimepicker-time-input-focus-state-outline-color:#ffb787;--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:#ffdcc7;--mtx-datetimepicker-time-ampm-selected-state-background-color:#93000a;--mtx-datetimepicker-calendar-date-today-outline-color:#ffb787;--mtx-datetimepicker-time-input-focus-state-background-color:#723600;--mtx-datetimepicker-time-ampm-selected-state-text-color:#ffdad6}.mat-accent.ng-dropdown-panel{--mtx-select-option-selected-state-background-color:#723600}.mat-warn.mtx-split-gutter{--mtx-split-gutter-hover-state-background-color:#ffb4ab}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-selected-state-text-color:#690005;--mtx-datetimepicker-calendar-date-selected-state-background-color:#ffb4ab;--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:#ffb4ab;--mtx-datetimepicker-clock-hand-background-color:#ffb4ab;--mtx-datetimepicker-clock-cell-selected-state-background-color:#ffb4ab;--mtx-datetimepicker-time-input-active-state-text-color:#ffdad6;--mtx-datetimepicker-time-input-active-state-background-color:#93000a;--mtx-datetimepicker-time-input-focus-state-outline-color:#ffb4ab;--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:#ffdad6;--mtx-datetimepicker-time-ampm-selected-state-background-color:#004f4f;--mtx-datetimepicker-calendar-date-today-outline-color:#ffb4ab;--mtx-datetimepicker-time-input-focus-state-background-color:#93000a;--mtx-datetimepicker-time-ampm-selected-state-text-color:#00fbfb}.mat-warn.ng-dropdown-panel{--mtx-select-option-selected-state-background-color:#93000a}
1
+ .mat-button-loading .mdc-button__label,.mat-button-loading .mat-icon{visibility:hidden}.mat-button-loading .mat-mdc-progress-spinner{position:absolute;top:calc(50% - 12px);left:calc(50% - 12px)}.mat-column-resize-table.cdk-column-resize-with-resized-column{table-layout:fixed}.mat-column-resize-flex .mat-mdc-header-cell,.mat-column-resize-flex .mat-mdc-cell{box-sizing:border-box;min-width:32px}.mat-mdc-header-cell{position:relative}.mat-resizable{box-sizing:border-box}.mat-mdc-header-cell:not(.mat-resizable)::after,.mat-resizable-handle{position:absolute;bottom:0;top:0;right:0;width:1px;background:rgba(0,0,0,0);transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2)}.mat-mdc-header-cell:not(.mat-resizable)::after{content:""}[dir=rtl] .mat-mdc-header-cell:not(.mat-resizable)::after,[dir=rtl] .mat-resizable-handle{left:0;right:auto}[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-header-cell,[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-left:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-right:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell:not(.mat-resizable)::after{background-color:var(--mtx-grid-resizable-handle-disabled-background-color, var(--mat-app-outline-variant))}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle{background-color:var(--mtx-grid-resizable-handle-hover-background-color, var(--mat-app-primary))}.mat-resizable.cdk-resizable-overlay-thumb-active>.mat-resizable-handle{opacity:0;transition:none}.mat-resizable-handle:focus,.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle:focus{outline:none;background-color:var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary))}.mat-column-resize-overlay-thumb{background:rgba(0,0,0,0);cursor:col-resize;width:100%;height:100%;transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2);-webkit-user-select:none;user-select:none}.mat-column-resize-overlay-thumb:active{will-change:transform;background:linear-gradient(90deg, transparent, transparent 7px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 7px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 9px, transparent 9px, transparent)}.mat-column-resize-overlay-thumb:active .mat-column-resize-overlay-thumb-top{background:linear-gradient(90deg, transparent, transparent 4px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 4px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 12px, transparent 12px, transparent)}.mat-column-resize-overlay-thumb-top{width:100%}html{--mtx-alert-outline-color:#3f4948}html{--mtx-alert-background-color:#1d2020}html{--mtx-alert-text-color:#e0e3e2}html{--mtx-alert-info-outline-color:#abc7ff}html{--mtx-alert-info-background-color:#d7e3ff}html{--mtx-alert-info-text-color:#002f65}html{--mtx-alert-success-outline-color:#02e600}html{--mtx-alert-success-background-color:#cbffb8}html{--mtx-alert-success-text-color:#013a00}html{--mtx-alert-warning-outline-color:#cdcd00}html{--mtx-alert-warning-background-color:#fffeac}html{--mtx-alert-warning-text-color:#323200}html{--mtx-alert-danger-outline-color:#ffb4a8}html{--mtx-alert-danger-background-color:#ffdad4}html{--mtx-alert-danger-text-color:#690100}html{--mtx-alert-container-shape:8px}html{--mtx-colorpicker-toggle-active-state-icon-color:#bec9c8}html{--mtx-colorpicker-toggle-icon-color:#bec9c8}html{--mtx-datetimepicker-calendar-date-selected-state-text-color:#003737}html{--mtx-datetimepicker-calendar-date-selected-state-background-color:#00dddd}html{--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(224, 227, 226, 0.38)}html{--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:#00dddd}html{--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(224, 227, 226, 0.12)}html{--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(224, 227, 226, 0.08)}html{--mtx-datetimepicker-clock-hand-background-color:#00dddd}html{--mtx-datetimepicker-clock-cell-selected-state-background-color:#00dddd}html{--mtx-datetimepicker-time-input-active-state-text-color:#00fbfb}html{--mtx-datetimepicker-time-input-active-state-background-color:#004f4f}html{--mtx-datetimepicker-time-input-focus-state-outline-color:#00dddd}html{--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:#00fbfb}html{--mtx-datetimepicker-time-ampm-selected-state-background-color:#723600}html{--mtx-datetimepicker-toggle-active-state-icon-color:#bec9c8}html{--mtx-datetimepicker-toggle-icon-color:#bec9c8}html{--mtx-datetimepicker-calendar-body-label-text-color:#e0e3e2}html{--mtx-datetimepicker-calendar-header-text-color:#bec9c8}html{--mtx-datetimepicker-calendar-header-divider-color:#3f4948}html{--mtx-datetimepicker-calendar-table-header-text-color:#e0e3e2}html{--mtx-datetimepicker-calendar-date-today-outline-color:#00dddd}html{--mtx-datetimepicker-calendar-date-text-color:#e0e3e2}html{--mtx-datetimepicker-calendar-date-disabled-state-text-color:rgba(224, 227, 226, 0.38)}html{--mtx-datetimepicker-container-background-color:#272b2b}html{--mtx-datetimepicker-container-text-color:#e0e3e2}html{--mtx-datetimepicker-clock-dial-background-color:#313535}html{--mtx-datetimepicker-clock-cell-text-color:#e0e3e2}html{--mtx-datetimepicker-clock-cell-hover-state-background-color:rgba(224, 227, 226, 0.08)}html{--mtx-datetimepicker-clock-cell-disabled-state-text-color:rgba(224, 227, 226, 0.38)}html{--mtx-datetimepicker-time-input-text-color:#e0e3e2}html{--mtx-datetimepicker-time-input-background-color:#313535}html{--mtx-datetimepicker-time-input-focus-state-background-color:#004f4f}html{--mtx-datetimepicker-time-input-warn-state-outline-color:#ffb4ab}html{--mtx-datetimepicker-time-ampm-text-color:#e0e3e2}html{--mtx-datetimepicker-time-ampm-outline-color:#889392}html{--mtx-datetimepicker-time-ampm-selected-state-text-color:#ffdcc7}html{--mtx-datetimepicker-calendar-text-font:Roboto, sans-serif}html{--mtx-datetimepicker-calendar-text-size:1rem}html{--mtx-datetimepicker-calendar-body-label-text-size:0.875rem}html{--mtx-datetimepicker-calendar-body-label-text-weight:500}html{--mtx-datetimepicker-calendar-period-button-text-size:0.875rem}html{--mtx-datetimepicker-calendar-period-button-text-weight:500}html{--mtx-datetimepicker-clock-text-size:0.875rem}html{--mtx-datetimepicker-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)}html{--mtx-datetimepicker-container-touch-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)}html{--mtx-datetimepicker-container-shape:16px}html{--mtx-datetimepicker-container-touch-shape:28px}html{--mtx-datetimepicker-selector-container-shape:8px}html{--mtx-datetimepicker-calendar-header-background-color:transparent}html{--mtx-datetimepicker-calendar-date-outline-color:transparent}html{--mtx-drawer-container-background-color:#191c1c}html{--mtx-drawer-container-text-color:#bec9c8}html{--mtx-drawer-container-shape:16px}html{--mtx-drawer-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}html{--mtx-grid-outline-color:#3f4948}html{--mtx-grid-column-menu-text-color:#bec9c8}html{--mtx-grid-column-menu-divider-color:#3f4948}html{--mtx-grid-table-footer-background-color:#1d2020}html{--mtx-grid-table-row-striped-background-color:#1d2020}html{--mtx-grid-table-row-hover-background-color:#324b4b}html{--mtx-grid-table-row-selected-background-color:#324b4b}html{--mtx-grid-table-row-selected-hover-background-color:#004f4f}html{--mtx-grid-table-cell-selected-outline-color:#00dddd}html{--mtx-grid-resizable-handle-active-background-color:#00dddd}html{--mtx-grid-resizable-handle-hover-background-color:#00dddd}html{--mtx-grid-resizable-handle-disabled-background-color:#3f4948}html{--mtx-grid-container-shape:12px}html{--mtx-grid-table-cell-min-width:80px}html{--mtx-loader-backdrop-background-color:rgba(25, 28, 28, 0.75)}html{--mtx-popover-outline-color:#1d2020}html{--mtx-popover-background-color:#1d2020}html{--mtx-popover-text-color:#e0e3e2}html{--mtx-popover-container-shape:4px}html{--mtx-popover-base-elevation-level:2}html{--mtx-progress-track-color:#1d2020}html{--mtx-progress-indicator-color:#3f4948}html{--mtx-progress-text-color:#e0e3e2}html{--mtx-progress-info-indicator-color:#5a64ff}html{--mtx-progress-success-indicator-color:#038b00}html{--mtx-progress-warning-indicator-color:#bc5d00}html{--mtx-progress-danger-indicator-color:#ef0000}html{--mtx-progress-container-shape:4px}html{--mtx-progress-info-text-color:white}html{--mtx-progress-success-text-color:white}html{--mtx-progress-warning-text-color:white}html{--mtx-progress-danger-text-color:white}html{--mtx-select-option-selected-state-text-color:#e0e3e2}html{--mtx-select-container-text-color:#e0e3e2}html{--mtx-select-placeholder-text-color:rgba(224, 227, 226, 0.38)}html{--mtx-select-disabled-text-color:rgba(224, 227, 226, 0.38)}html{--mtx-select-multiple-value-outline-color:#889392}html{--mtx-select-multiple-value-icon-hover-background-color:#3f4948}html{--mtx-select-clear-icon-color:#e0e3e2}html{--mtx-select-clear-icon-hover-color:#ffb4ab}html{--mtx-select-enabled-arrow-color:#e0e3e2}html{--mtx-select-disabled-arrow-color:rgba(224, 227, 226, 0.38)}html{--mtx-select-invalid-arrow-color:#ffb4ab}html{--mtx-select-panel-background-color:#1d2020}html{--mtx-select-panel-divider-color:#889392}html{--mtx-select-optgroup-label-text-color:#e0e3e2}html{--mtx-select-option-label-text-color:#e0e3e2}html{--mtx-select-option-selected-state-background-color:#324b4b}html{--mtx-select-option-hover-state-background-color:rgba(224, 227, 226, 0.08)}html{--mtx-select-option-disabled-state-text-color:rgba(224, 227, 226, 0.38)}html{--mtx-select-container-shape:4px}html{--mtx-select-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}html{--mtx-select-multiple-value-background-color:transparent}html{--mtx-split-gutter-hover-state-background-color:#00dddd}html{--mtx-split-gutter-background-color:#3f4948}html{--mdc-plain-tooltip-container-color:#e0e3e2}html{--mdc-plain-tooltip-supporting-text-color:#2d3131}html{--mdc-plain-tooltip-supporting-text-line-height:1rem}html{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif}html{--mdc-plain-tooltip-supporting-text-size:0.75rem}html{--mdc-plain-tooltip-supporting-text-weight:400}html{--mdc-plain-tooltip-supporting-text-tracking:0.025rem}html{--mdc-plain-tooltip-container-shape:4px}.mat-accent.mtx-split-gutter{--mtx-split-gutter-hover-state-background-color:#ffb787}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-selected-state-text-color:#502400}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-selected-state-background-color:#ffb787}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:#ffb787}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-clock-hand-background-color:#ffb787}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-clock-cell-selected-state-background-color:#ffb787}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-active-state-text-color:#ffdcc7}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-active-state-background-color:#723600}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-focus-state-outline-color:#ffb787}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:#ffdcc7}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-time-ampm-selected-state-background-color:#93000a}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-today-outline-color:#ffb787}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-focus-state-background-color:#723600}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-time-ampm-selected-state-text-color:#ffdad6}.mat-accent.ng-dropdown-panel{--mtx-select-option-selected-state-background-color:#723600}.mat-warn.mtx-split-gutter{--mtx-split-gutter-hover-state-background-color:#ffb4ab}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-selected-state-text-color:#690005}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-selected-state-background-color:#ffb4ab}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:#ffb4ab}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-clock-hand-background-color:#ffb4ab}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-clock-cell-selected-state-background-color:#ffb4ab}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-active-state-text-color:#ffdad6}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-active-state-background-color:#93000a}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-focus-state-outline-color:#ffb4ab}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:#ffdad6}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-time-ampm-selected-state-background-color:#004f4f}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-today-outline-color:#ffb4ab}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-focus-state-background-color:#93000a}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-time-ampm-selected-state-text-color:#00fbfb}.mat-warn.ng-dropdown-panel{--mtx-select-option-selected-state-background-color:#93000a}
@@ -1 +1 @@
1
- .mat-button-loading .mdc-button__label,.mat-button-loading .mat-icon{visibility:hidden}.mat-button-loading .mat-mdc-progress-spinner{position:absolute;top:calc(50% - 12px);left:calc(50% - 12px)}.mat-column-resize-table.cdk-column-resize-with-resized-column{table-layout:fixed}.mat-column-resize-flex .mat-mdc-header-cell,.mat-column-resize-flex .mat-mdc-cell{box-sizing:border-box;min-width:32px}.mat-mdc-header-cell{position:relative}.mat-resizable{box-sizing:border-box}.mat-mdc-header-cell:not(.mat-resizable)::after,.mat-resizable-handle{position:absolute;bottom:0;top:0;right:0;width:1px;background:rgba(0,0,0,0);transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2)}.mat-mdc-header-cell:not(.mat-resizable)::after{content:""}[dir=rtl] .mat-mdc-header-cell:not(.mat-resizable)::after,[dir=rtl] .mat-resizable-handle{left:0;right:auto}[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-header-cell,[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-left:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-right:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell:not(.mat-resizable)::after{background-color:var(--mtx-grid-resizable-handle-disabled-background-color)}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle{background-color:var(--mtx-grid-resizable-handle-hover-background-color)}.mat-resizable.cdk-resizable-overlay-thumb-active>.mat-resizable-handle{opacity:0;transition:none}.mat-resizable-handle:focus,.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle:focus{outline:none;background-color:var(--mtx-grid-resizable-handle-active-background-color)}.mat-column-resize-overlay-thumb{background:rgba(0,0,0,0);cursor:col-resize;width:100%;height:100%;transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2);-webkit-user-select:none;user-select:none}.mat-column-resize-overlay-thumb:active{will-change:transform;background:linear-gradient(90deg, transparent, transparent 7px, var(--mtx-grid-resizable-handle-active-background-color) 7px, var(--mtx-grid-resizable-handle-active-background-color) 9px, transparent 9px, transparent)}.mat-column-resize-overlay-thumb:active .mat-column-resize-overlay-thumb-top{background:linear-gradient(90deg, transparent, transparent 4px, var(--mtx-grid-resizable-handle-active-background-color) 4px, var(--mtx-grid-resizable-handle-active-background-color) 12px, transparent 12px, transparent)}.mat-column-resize-overlay-thumb-top{width:100%}html{--mtx-alert-container-shape:4px}html{--mtx-alert-outline-color:transparent;--mtx-alert-background-color:whitesmoke;--mtx-alert-text-color:rgba(0, 0, 0, 0.87);--mtx-alert-info-outline-color:transparent;--mtx-alert-info-background-color:#bbdefb;--mtx-alert-info-text-color:rgba(0, 0, 0, 0.87);--mtx-alert-success-outline-color:transparent;--mtx-alert-success-background-color:#c8e6c9;--mtx-alert-success-text-color:rgba(0, 0, 0, 0.87);--mtx-alert-warning-outline-color:transparent;--mtx-alert-warning-background-color:#ffecb3;--mtx-alert-warning-text-color:rgba(0, 0, 0, 0.87);--mtx-alert-danger-outline-color:transparent;--mtx-alert-danger-background-color:#ffcdd2;--mtx-alert-danger-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-colorpicker-toggle-active-state-icon-color:#673ab7;--mtx-colorpicker-toggle-icon-color:rgba(0, 0, 0, 0.54)}.mtx-colorpicker-toggle-active.mat-accent{--mtx-colorpicker-toggle-active-state-icon-color:#ffd740}.mtx-colorpicker-toggle-active.mat-warn{--mtx-colorpicker-toggle-active-state-icon-color:#f44336}html{--mtx-datetimepicker-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mtx-datetimepicker-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);--mtx-datetimepicker-container-shape:4px;--mtx-datetimepicker-container-touch-shape:4px;--mtx-datetimepicker-selector-container-shape:4px}html{--mtx-datetimepicker-calendar-header-background-color:#673ab7;--mtx-datetimepicker-calendar-date-selected-state-text-color:white;--mtx-datetimepicker-calendar-date-selected-state-background-color:#673ab7;--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(103, 58, 183, 0.4);--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:white;--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(103, 58, 183, 0.3);--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(103, 58, 183, 0.3);--mtx-datetimepicker-clock-hand-background-color:#673ab7;--mtx-datetimepicker-clock-cell-selected-state-background-color:#673ab7;--mtx-datetimepicker-time-input-active-state-text-color:#673ab7;--mtx-datetimepicker-time-input-active-state-background-color:rgba(103, 58, 183, 0.2);--mtx-datetimepicker-time-input-focus-state-outline-color:#673ab7;--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(103, 58, 183, 0.6);--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(103, 58, 183, 0.2);--mtx-datetimepicker-toggle-active-state-icon-color:#673ab7;--mtx-datetimepicker-toggle-icon-color:rgba(0, 0, 0, 0.54);--mtx-datetimepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54);--mtx-datetimepicker-calendar-header-text-color:white;--mtx-datetimepicker-calendar-header-divider-color:transparent;--mtx-datetimepicker-calendar-table-header-text-color:rgba(0, 0, 0, 0.54);--mtx-datetimepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38);--mtx-datetimepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87);--mtx-datetimepicker-calendar-date-outline-color:transparent;--mtx-datetimepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38);--mtx-datetimepicker-container-background-color:white;--mtx-datetimepicker-container-text-color:rgba(0, 0, 0, 0.87);--mtx-datetimepicker-clock-dial-background-color:rgba(0, 0, 0, 0.12);--mtx-datetimepicker-clock-cell-text-color:rgba(0, 0, 0, 0.87);--mtx-datetimepicker-clock-cell-hover-state-background-color:rgba(0, 0, 0, 0.04);--mtx-datetimepicker-clock-cell-disabled-state-text-color:rgba(0, 0, 0, 0.38);--mtx-datetimepicker-time-input-text-color:rgba(0, 0, 0, 0.87);--mtx-datetimepicker-time-input-background-color:rgba(0, 0, 0, 0.12);--mtx-datetimepicker-time-input-focus-state-background-color:#fafafa;--mtx-datetimepicker-time-input-warn-state-outline-color:#f44336;--mtx-datetimepicker-time-ampm-text-color:rgba(0, 0, 0, 0.75);--mtx-datetimepicker-time-ampm-outline-color:rgba(0, 0, 0, 0.38);--mtx-datetimepicker-time-ampm-selected-state-text-color:rgba(0, 0, 0, 0.87)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-header-background-color:#ffd740;--mtx-datetimepicker-calendar-date-selected-state-text-color:rgba(0, 0, 0, 0.87);--mtx-datetimepicker-calendar-date-selected-state-background-color:#ffd740;--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 215, 64, 0.4);--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:rgba(0, 0, 0, 0.87);--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(255, 215, 64, 0.3);--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(255, 215, 64, 0.3);--mtx-datetimepicker-clock-hand-background-color:#ffd740;--mtx-datetimepicker-clock-cell-selected-state-background-color:#ffd740;--mtx-datetimepicker-time-input-active-state-text-color:#ffd740;--mtx-datetimepicker-time-input-active-state-background-color:rgba(255, 215, 64, 0.2);--mtx-datetimepicker-time-input-focus-state-outline-color:#ffd740;--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(255, 215, 64, 0.6);--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(255, 215, 64, 0.2)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-header-background-color:#f44336;--mtx-datetimepicker-calendar-date-selected-state-text-color:white;--mtx-datetimepicker-calendar-date-selected-state-background-color:#f44336;--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:white;--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);--mtx-datetimepicker-clock-hand-background-color:#f44336;--mtx-datetimepicker-clock-cell-selected-state-background-color:#f44336;--mtx-datetimepicker-time-input-active-state-text-color:#f44336;--mtx-datetimepicker-time-input-active-state-background-color:rgba(244, 67, 54, 0.2);--mtx-datetimepicker-time-input-focus-state-outline-color:#f44336;--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(244, 67, 54, 0.6);--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(244, 67, 54, 0.2)}.mtx-datetimepicker-toggle-active.mat-accent{--mtx-datetimepicker-toggle-active-state-icon-color:#ffd740}.mtx-datetimepicker-toggle-active.mat-warn{--mtx-datetimepicker-toggle-active-state-icon-color:#f44336}html{--mtx-datetimepicker-calendar-text-font:Roboto, sans-serif;--mtx-datetimepicker-calendar-text-size:13px;--mtx-datetimepicker-calendar-body-label-text-size:14px;--mtx-datetimepicker-calendar-body-label-text-weight:500;--mtx-datetimepicker-calendar-period-button-text-size:14px;--mtx-datetimepicker-calendar-period-button-text-weight:500;--mtx-datetimepicker-calendar-table-header-text-size:11px;--mtx-datetimepicker-calendar-table-header-text-weight:400;--mtx-datetimepicker-clock-text-size:14px}html{--mtx-drawer-container-shape:0;--mtx-drawer-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12)}html{--mtx-drawer-container-background-color:white;--mtx-drawer-container-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-grid-container-shape:0;--mtx-grid-table-cell-min-width:80px}html{--mtx-grid-outline-color:rgba(0, 0, 0, 0.2);--mtx-grid-column-menu-text-color:rgba(0, 0, 0, 0.87);--mtx-grid-column-menu-divider-color:rgba(0, 0, 0, 0.12);--mtx-grid-table-footer-background-color:whitesmoke;--mtx-grid-table-row-striped-background-color:#f5f5f5;--mtx-grid-table-row-hover-background-color:#eee;--mtx-grid-table-row-selected-background-color:#eee;--mtx-grid-table-row-selected-hover-background-color:#e0e0e0;--mtx-grid-table-cell-selected-outline-color:#ffd740;--mtx-grid-resizable-handle-active-background-color:#673ab7;--mtx-grid-resizable-handle-hover-background-color:#673ab7;--mtx-grid-resizable-handle-disabled-background-color:rgba(0, 0, 0, 0.12)}html{--mtx-grid-row-expand-button-size:48px}html{--mtx-loader-backdrop-background-color:rgba(250, 250, 250, 0.75)}html{--mtx-popover-container-shape:4px;--mtx-popover-base-elevation-level:8}html{--mtx-popover-outline-color:rgba(0, 0, 0, 0.12);--mtx-popover-background-color:white;--mtx-popover-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-progress-container-shape:4px}html{--mtx-progress-track-color:rgba(0, 0, 0, 0.04);--mtx-progress-indicator-color:rgba(0, 0, 0, 0.12);--mtx-progress-text-color:rgba(0, 0, 0, 0.87);--mtx-progress-info-indicator-color:#2196f3;--mtx-progress-info-text-color:white;--mtx-progress-success-indicator-color:#4caf50;--mtx-progress-success-text-color:white;--mtx-progress-warning-indicator-color:#ff9800;--mtx-progress-warning-text-color:white;--mtx-progress-danger-indicator-color:#f44336;--mtx-progress-danger-text-color:white}html{--mtx-progress-text-size:12px}html{--mtx-select-container-shape:4px;--mtx-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mtx-select-option-selected-state-text-color:#673ab7;--mtx-select-container-text-color:rgba(0, 0, 0, 0.87);--mtx-select-placeholder-text-color:rgba(0, 0, 0, 0.38);--mtx-select-disabled-text-color:rgba(0, 0, 0, 0.38);--mtx-select-multiple-value-background-color:#e0e0e0;--mtx-select-multiple-value-outline-color:rgba(0, 0, 0, 0.12);--mtx-select-multiple-value-icon-hover-background-color:rgba(0, 0, 0, 0.12);--mtx-select-clear-icon-color:rgba(0, 0, 0, 0.54);--mtx-select-clear-icon-hover-color:#f44336;--mtx-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mtx-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mtx-select-invalid-arrow-color:#f44336;--mtx-select-panel-background-color:white;--mtx-select-panel-divider-color:rgba(0, 0, 0, 0.12);--mtx-select-optgroup-label-text-color:rgba(0, 0, 0, 0.54);--mtx-select-option-label-text-color:rgba(0, 0, 0, 0.87);--mtx-select-option-selected-state-background-color:rgba(0, 0, 0, 0.04);--mtx-select-option-hover-state-background-color:rgba(0, 0, 0, 0.04);--mtx-select-option-disabled-state-text-color:rgba(0, 0, 0, 0.38)}.ng-dropdown-panel.mat-accent{--mtx-select-option-selected-state-text-color:#ffd740}.ng-dropdown-panel.mat-warn{--mtx-select-option-selected-state-text-color:#f44336}html{--mtx-split-gutter-hover-state-background-color:#673ab7;--mtx-split-gutter-background-color:rgba(0, 0, 0, 0.12)}.mtx-split>.mtx-split-gutter.mat-accent:hover{--mtx-split-gutter-hover-state-background-color:#ffd740}.mtx-split>.mtx-split-gutter.mat-warn:hover{--mtx-split-gutter-hover-state-background-color:#f44336}html{--mdc-plain-tooltip-container-shape:4px;--mdc-plain-tooltip-supporting-text-line-height:16px}html{--mdc-plain-tooltip-container-color:#616161;--mdc-plain-tooltip-supporting-text-color:#fff}html{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:12px;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:0.0333333333em}
1
+ .mat-button-loading .mdc-button__label,.mat-button-loading .mat-icon{visibility:hidden}.mat-button-loading .mat-mdc-progress-spinner{position:absolute;top:calc(50% - 12px);left:calc(50% - 12px)}.mat-column-resize-table.cdk-column-resize-with-resized-column{table-layout:fixed}.mat-column-resize-flex .mat-mdc-header-cell,.mat-column-resize-flex .mat-mdc-cell{box-sizing:border-box;min-width:32px}.mat-mdc-header-cell{position:relative}.mat-resizable{box-sizing:border-box}.mat-mdc-header-cell:not(.mat-resizable)::after,.mat-resizable-handle{position:absolute;bottom:0;top:0;right:0;width:1px;background:rgba(0,0,0,0);transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2)}.mat-mdc-header-cell:not(.mat-resizable)::after{content:""}[dir=rtl] .mat-mdc-header-cell:not(.mat-resizable)::after,[dir=rtl] .mat-resizable-handle{left:0;right:auto}[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-header-cell,[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-left:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-right:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell:not(.mat-resizable)::after{background-color:var(--mtx-grid-resizable-handle-disabled-background-color, var(--mat-app-outline-variant))}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle{background-color:var(--mtx-grid-resizable-handle-hover-background-color, var(--mat-app-primary))}.mat-resizable.cdk-resizable-overlay-thumb-active>.mat-resizable-handle{opacity:0;transition:none}.mat-resizable-handle:focus,.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle:focus{outline:none;background-color:var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary))}.mat-column-resize-overlay-thumb{background:rgba(0,0,0,0);cursor:col-resize;width:100%;height:100%;transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2);-webkit-user-select:none;user-select:none}.mat-column-resize-overlay-thumb:active{will-change:transform;background:linear-gradient(90deg, transparent, transparent 7px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 7px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 9px, transparent 9px, transparent)}.mat-column-resize-overlay-thumb:active .mat-column-resize-overlay-thumb-top{background:linear-gradient(90deg, transparent, transparent 4px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 4px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 12px, transparent 12px, transparent)}.mat-column-resize-overlay-thumb-top{width:100%}html{--mtx-alert-container-shape:4px}html{--mtx-alert-outline-color:transparent}html{--mtx-alert-background-color:whitesmoke}html{--mtx-alert-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-alert-info-outline-color:transparent}html{--mtx-alert-info-background-color:#bbdefb}html{--mtx-alert-info-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-alert-success-outline-color:transparent}html{--mtx-alert-success-background-color:#c8e6c9}html{--mtx-alert-success-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-alert-warning-outline-color:transparent}html{--mtx-alert-warning-background-color:#ffecb3}html{--mtx-alert-warning-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-alert-danger-outline-color:transparent}html{--mtx-alert-danger-background-color:#ffcdd2}html{--mtx-alert-danger-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-colorpicker-toggle-active-state-icon-color:#673ab7}html{--mtx-colorpicker-toggle-icon-color:rgba(0, 0, 0, 0.54)}.mtx-colorpicker-toggle-active.mat-accent{--mtx-colorpicker-toggle-active-state-icon-color:#ffd740}.mtx-colorpicker-toggle-active.mat-warn{--mtx-colorpicker-toggle-active-state-icon-color:#f44336}html{--mtx-datetimepicker-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12)}html{--mtx-datetimepicker-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mtx-datetimepicker-container-shape:4px}html{--mtx-datetimepicker-container-touch-shape:4px}html{--mtx-datetimepicker-selector-container-shape:4px}html{--mtx-datetimepicker-calendar-header-background-color:#673ab7}html{--mtx-datetimepicker-calendar-date-selected-state-text-color:white}html{--mtx-datetimepicker-calendar-date-selected-state-background-color:#673ab7}html{--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(103, 58, 183, 0.4)}html{--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:white}html{--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(103, 58, 183, 0.3)}html{--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(103, 58, 183, 0.3)}html{--mtx-datetimepicker-clock-hand-background-color:#673ab7}html{--mtx-datetimepicker-clock-cell-selected-state-background-color:#673ab7}html{--mtx-datetimepicker-time-input-active-state-text-color:#673ab7}html{--mtx-datetimepicker-time-input-active-state-background-color:rgba(103, 58, 183, 0.2)}html{--mtx-datetimepicker-time-input-focus-state-outline-color:#673ab7}html{--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(103, 58, 183, 0.6)}html{--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(103, 58, 183, 0.2)}html{--mtx-datetimepicker-toggle-active-state-icon-color:#673ab7}html{--mtx-datetimepicker-toggle-icon-color:rgba(0, 0, 0, 0.54)}html{--mtx-datetimepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54)}html{--mtx-datetimepicker-calendar-header-text-color:white}html{--mtx-datetimepicker-calendar-header-divider-color:transparent}html{--mtx-datetimepicker-calendar-table-header-text-color:rgba(0, 0, 0, 0.54)}html{--mtx-datetimepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38)}html{--mtx-datetimepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-datetimepicker-calendar-date-outline-color:transparent}html{--mtx-datetimepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38)}html{--mtx-datetimepicker-container-background-color:white}html{--mtx-datetimepicker-container-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-datetimepicker-clock-dial-background-color:rgba(0, 0, 0, 0.12)}html{--mtx-datetimepicker-clock-cell-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-datetimepicker-clock-cell-hover-state-background-color:rgba(0, 0, 0, 0.04)}html{--mtx-datetimepicker-clock-cell-disabled-state-text-color:rgba(0, 0, 0, 0.38)}html{--mtx-datetimepicker-time-input-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-datetimepicker-time-input-background-color:rgba(0, 0, 0, 0.12)}html{--mtx-datetimepicker-time-input-focus-state-background-color:#fafafa}html{--mtx-datetimepicker-time-input-warn-state-outline-color:#f44336}html{--mtx-datetimepicker-time-ampm-text-color:rgba(0, 0, 0, 0.75)}html{--mtx-datetimepicker-time-ampm-outline-color:rgba(0, 0, 0, 0.38)}html{--mtx-datetimepicker-time-ampm-selected-state-text-color:rgba(0, 0, 0, 0.87)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-header-background-color:#ffd740}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-selected-state-text-color:rgba(0, 0, 0, 0.87)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-selected-state-background-color:#ffd740}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 215, 64, 0.4)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:rgba(0, 0, 0, 0.87)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(255, 215, 64, 0.3)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(255, 215, 64, 0.3)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-clock-hand-background-color:#ffd740}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-clock-cell-selected-state-background-color:#ffd740}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-time-input-active-state-text-color:#ffd740}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-time-input-active-state-background-color:rgba(255, 215, 64, 0.2)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-time-input-focus-state-outline-color:#ffd740}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(255, 215, 64, 0.6)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(255, 215, 64, 0.2)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-header-background-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-selected-state-text-color:white}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-selected-state-background-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:white}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-clock-hand-background-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-clock-cell-selected-state-background-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-time-input-active-state-text-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-time-input-active-state-background-color:rgba(244, 67, 54, 0.2)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-time-input-focus-state-outline-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(244, 67, 54, 0.6)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(244, 67, 54, 0.2)}.mtx-datetimepicker-toggle-active.mat-accent{--mtx-datetimepicker-toggle-active-state-icon-color:#ffd740}.mtx-datetimepicker-toggle-active.mat-warn{--mtx-datetimepicker-toggle-active-state-icon-color:#f44336}html{--mtx-datetimepicker-calendar-text-font:Roboto, sans-serif}html{--mtx-datetimepicker-calendar-text-size:13px}html{--mtx-datetimepicker-calendar-body-label-text-size:14px}html{--mtx-datetimepicker-calendar-body-label-text-weight:500}html{--mtx-datetimepicker-calendar-period-button-text-size:14px}html{--mtx-datetimepicker-calendar-period-button-text-weight:500}html{--mtx-datetimepicker-calendar-table-header-text-size:11px}html{--mtx-datetimepicker-calendar-table-header-text-weight:400}html{--mtx-datetimepicker-clock-text-size:14px}html{--mtx-drawer-container-shape:0}html{--mtx-drawer-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12)}html{--mtx-drawer-container-background-color:white}html{--mtx-drawer-container-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-grid-container-shape:0}html{--mtx-grid-table-cell-min-width:80px}html{--mtx-grid-outline-color:rgba(0, 0, 0, 0.2)}html{--mtx-grid-column-menu-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-grid-column-menu-divider-color:rgba(0, 0, 0, 0.12)}html{--mtx-grid-table-footer-background-color:whitesmoke}html{--mtx-grid-table-row-striped-background-color:#f5f5f5}html{--mtx-grid-table-row-hover-background-color:#eee}html{--mtx-grid-table-row-selected-background-color:#eee}html{--mtx-grid-table-row-selected-hover-background-color:#e0e0e0}html{--mtx-grid-table-cell-selected-outline-color:#ffd740}html{--mtx-grid-resizable-handle-active-background-color:#673ab7}html{--mtx-grid-resizable-handle-hover-background-color:#673ab7}html{--mtx-grid-resizable-handle-disabled-background-color:rgba(0, 0, 0, 0.12)}html{--mtx-grid-row-expand-button-size:48px}html{--mtx-loader-backdrop-background-color:rgba(250, 250, 250, 0.75)}html{--mtx-popover-container-shape:4px}html{--mtx-popover-base-elevation-level:8}html{--mtx-popover-outline-color:rgba(0, 0, 0, 0.12)}html{--mtx-popover-background-color:white}html{--mtx-popover-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-progress-container-shape:4px}html{--mtx-progress-track-color:rgba(0, 0, 0, 0.04)}html{--mtx-progress-indicator-color:rgba(0, 0, 0, 0.12)}html{--mtx-progress-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-progress-info-indicator-color:#2196f3}html{--mtx-progress-info-text-color:white}html{--mtx-progress-success-indicator-color:#4caf50}html{--mtx-progress-success-text-color:white}html{--mtx-progress-warning-indicator-color:#ff9800}html{--mtx-progress-warning-text-color:white}html{--mtx-progress-danger-indicator-color:#f44336}html{--mtx-progress-danger-text-color:white}html{--mtx-progress-text-size:12px}html{--mtx-select-container-shape:4px}html{--mtx-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mtx-select-option-selected-state-text-color:#673ab7}html{--mtx-select-container-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-select-placeholder-text-color:rgba(0, 0, 0, 0.38)}html{--mtx-select-disabled-text-color:rgba(0, 0, 0, 0.38)}html{--mtx-select-multiple-value-background-color:#e0e0e0}html{--mtx-select-multiple-value-outline-color:rgba(0, 0, 0, 0.12)}html{--mtx-select-multiple-value-icon-hover-background-color:rgba(0, 0, 0, 0.12)}html{--mtx-select-clear-icon-color:rgba(0, 0, 0, 0.54)}html{--mtx-select-clear-icon-hover-color:#f44336}html{--mtx-select-enabled-arrow-color:rgba(0, 0, 0, 0.54)}html{--mtx-select-disabled-arrow-color:rgba(0, 0, 0, 0.38)}html{--mtx-select-invalid-arrow-color:#f44336}html{--mtx-select-panel-background-color:white}html{--mtx-select-panel-divider-color:rgba(0, 0, 0, 0.12)}html{--mtx-select-optgroup-label-text-color:rgba(0, 0, 0, 0.54)}html{--mtx-select-option-label-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-select-option-selected-state-background-color:rgba(0, 0, 0, 0.04)}html{--mtx-select-option-hover-state-background-color:rgba(0, 0, 0, 0.04)}html{--mtx-select-option-disabled-state-text-color:rgba(0, 0, 0, 0.38)}.ng-dropdown-panel.mat-accent{--mtx-select-option-selected-state-text-color:#ffd740}.ng-dropdown-panel.mat-warn{--mtx-select-option-selected-state-text-color:#f44336}html{--mtx-split-gutter-hover-state-background-color:#673ab7}html{--mtx-split-gutter-background-color:rgba(0, 0, 0, 0.12)}.mtx-split>.mtx-split-gutter.mat-accent:hover{--mtx-split-gutter-hover-state-background-color:#ffd740}.mtx-split>.mtx-split-gutter.mat-warn:hover{--mtx-split-gutter-hover-state-background-color:#f44336}html{--mdc-plain-tooltip-container-shape:4px}html{--mdc-plain-tooltip-supporting-text-line-height:16px}html{--mdc-plain-tooltip-container-color:#616161}html{--mdc-plain-tooltip-supporting-text-color:#fff}html{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif}html{--mdc-plain-tooltip-supporting-text-size:12px}html{--mdc-plain-tooltip-supporting-text-weight:400}html{--mdc-plain-tooltip-supporting-text-tracking:0.0333333333em}
@@ -1 +1 @@
1
- .mat-button-loading .mdc-button__label,.mat-button-loading .mat-icon{visibility:hidden}.mat-button-loading .mat-mdc-progress-spinner{position:absolute;top:calc(50% - 12px);left:calc(50% - 12px)}.mat-column-resize-table.cdk-column-resize-with-resized-column{table-layout:fixed}.mat-column-resize-flex .mat-mdc-header-cell,.mat-column-resize-flex .mat-mdc-cell{box-sizing:border-box;min-width:32px}.mat-mdc-header-cell{position:relative}.mat-resizable{box-sizing:border-box}.mat-mdc-header-cell:not(.mat-resizable)::after,.mat-resizable-handle{position:absolute;bottom:0;top:0;right:0;width:1px;background:rgba(0,0,0,0);transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2)}.mat-mdc-header-cell:not(.mat-resizable)::after{content:""}[dir=rtl] .mat-mdc-header-cell:not(.mat-resizable)::after,[dir=rtl] .mat-resizable-handle{left:0;right:auto}[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-header-cell,[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-left:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-right:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell:not(.mat-resizable)::after{background-color:var(--mtx-grid-resizable-handle-disabled-background-color)}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle{background-color:var(--mtx-grid-resizable-handle-hover-background-color)}.mat-resizable.cdk-resizable-overlay-thumb-active>.mat-resizable-handle{opacity:0;transition:none}.mat-resizable-handle:focus,.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle:focus{outline:none;background-color:var(--mtx-grid-resizable-handle-active-background-color)}.mat-column-resize-overlay-thumb{background:rgba(0,0,0,0);cursor:col-resize;width:100%;height:100%;transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2);-webkit-user-select:none;user-select:none}.mat-column-resize-overlay-thumb:active{will-change:transform;background:linear-gradient(90deg, transparent, transparent 7px, var(--mtx-grid-resizable-handle-active-background-color) 7px, var(--mtx-grid-resizable-handle-active-background-color) 9px, transparent 9px, transparent)}.mat-column-resize-overlay-thumb:active .mat-column-resize-overlay-thumb-top{background:linear-gradient(90deg, transparent, transparent 4px, var(--mtx-grid-resizable-handle-active-background-color) 4px, var(--mtx-grid-resizable-handle-active-background-color) 12px, transparent 12px, transparent)}.mat-column-resize-overlay-thumb-top{width:100%}html{--mtx-alert-container-shape:4px}html{--mtx-alert-outline-color:transparent;--mtx-alert-background-color:whitesmoke;--mtx-alert-text-color:rgba(0, 0, 0, 0.87);--mtx-alert-info-outline-color:transparent;--mtx-alert-info-background-color:#bbdefb;--mtx-alert-info-text-color:rgba(0, 0, 0, 0.87);--mtx-alert-success-outline-color:transparent;--mtx-alert-success-background-color:#c8e6c9;--mtx-alert-success-text-color:rgba(0, 0, 0, 0.87);--mtx-alert-warning-outline-color:transparent;--mtx-alert-warning-background-color:#ffecb3;--mtx-alert-warning-text-color:rgba(0, 0, 0, 0.87);--mtx-alert-danger-outline-color:transparent;--mtx-alert-danger-background-color:#ffcdd2;--mtx-alert-danger-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-colorpicker-toggle-active-state-icon-color:#3f51b5;--mtx-colorpicker-toggle-icon-color:rgba(0, 0, 0, 0.54)}.mtx-colorpicker-toggle-active.mat-accent{--mtx-colorpicker-toggle-active-state-icon-color:#ff4081}.mtx-colorpicker-toggle-active.mat-warn{--mtx-colorpicker-toggle-active-state-icon-color:#f44336}html{--mtx-datetimepicker-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mtx-datetimepicker-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);--mtx-datetimepicker-container-shape:4px;--mtx-datetimepicker-container-touch-shape:4px;--mtx-datetimepicker-selector-container-shape:4px}html{--mtx-datetimepicker-calendar-header-background-color:#3f51b5;--mtx-datetimepicker-calendar-date-selected-state-text-color:white;--mtx-datetimepicker-calendar-date-selected-state-background-color:#3f51b5;--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(63, 81, 181, 0.4);--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:white;--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(63, 81, 181, 0.3);--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(63, 81, 181, 0.3);--mtx-datetimepicker-clock-hand-background-color:#3f51b5;--mtx-datetimepicker-clock-cell-selected-state-background-color:#3f51b5;--mtx-datetimepicker-time-input-active-state-text-color:#3f51b5;--mtx-datetimepicker-time-input-active-state-background-color:rgba(63, 81, 181, 0.2);--mtx-datetimepicker-time-input-focus-state-outline-color:#3f51b5;--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(63, 81, 181, 0.6);--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(63, 81, 181, 0.2);--mtx-datetimepicker-toggle-active-state-icon-color:#3f51b5;--mtx-datetimepicker-toggle-icon-color:rgba(0, 0, 0, 0.54);--mtx-datetimepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54);--mtx-datetimepicker-calendar-header-text-color:white;--mtx-datetimepicker-calendar-header-divider-color:transparent;--mtx-datetimepicker-calendar-table-header-text-color:rgba(0, 0, 0, 0.54);--mtx-datetimepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38);--mtx-datetimepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87);--mtx-datetimepicker-calendar-date-outline-color:transparent;--mtx-datetimepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38);--mtx-datetimepicker-container-background-color:white;--mtx-datetimepicker-container-text-color:rgba(0, 0, 0, 0.87);--mtx-datetimepicker-clock-dial-background-color:rgba(0, 0, 0, 0.12);--mtx-datetimepicker-clock-cell-text-color:rgba(0, 0, 0, 0.87);--mtx-datetimepicker-clock-cell-hover-state-background-color:rgba(0, 0, 0, 0.04);--mtx-datetimepicker-clock-cell-disabled-state-text-color:rgba(0, 0, 0, 0.38);--mtx-datetimepicker-time-input-text-color:rgba(0, 0, 0, 0.87);--mtx-datetimepicker-time-input-background-color:rgba(0, 0, 0, 0.12);--mtx-datetimepicker-time-input-focus-state-background-color:#fafafa;--mtx-datetimepicker-time-input-warn-state-outline-color:#f44336;--mtx-datetimepicker-time-ampm-text-color:rgba(0, 0, 0, 0.75);--mtx-datetimepicker-time-ampm-outline-color:rgba(0, 0, 0, 0.38);--mtx-datetimepicker-time-ampm-selected-state-text-color:rgba(0, 0, 0, 0.87)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-header-background-color:#ff4081;--mtx-datetimepicker-calendar-date-selected-state-text-color:white;--mtx-datetimepicker-calendar-date-selected-state-background-color:#ff4081;--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 64, 129, 0.4);--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:white;--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(255, 64, 129, 0.3);--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(255, 64, 129, 0.3);--mtx-datetimepicker-clock-hand-background-color:#ff4081;--mtx-datetimepicker-clock-cell-selected-state-background-color:#ff4081;--mtx-datetimepicker-time-input-active-state-text-color:#ff4081;--mtx-datetimepicker-time-input-active-state-background-color:rgba(255, 64, 129, 0.2);--mtx-datetimepicker-time-input-focus-state-outline-color:#ff4081;--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(255, 64, 129, 0.6);--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(255, 64, 129, 0.2)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-header-background-color:#f44336;--mtx-datetimepicker-calendar-date-selected-state-text-color:white;--mtx-datetimepicker-calendar-date-selected-state-background-color:#f44336;--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:white;--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);--mtx-datetimepicker-clock-hand-background-color:#f44336;--mtx-datetimepicker-clock-cell-selected-state-background-color:#f44336;--mtx-datetimepicker-time-input-active-state-text-color:#f44336;--mtx-datetimepicker-time-input-active-state-background-color:rgba(244, 67, 54, 0.2);--mtx-datetimepicker-time-input-focus-state-outline-color:#f44336;--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(244, 67, 54, 0.6);--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(244, 67, 54, 0.2)}.mtx-datetimepicker-toggle-active.mat-accent{--mtx-datetimepicker-toggle-active-state-icon-color:#ff4081}.mtx-datetimepicker-toggle-active.mat-warn{--mtx-datetimepicker-toggle-active-state-icon-color:#f44336}html{--mtx-datetimepicker-calendar-text-font:Roboto, sans-serif;--mtx-datetimepicker-calendar-text-size:13px;--mtx-datetimepicker-calendar-body-label-text-size:14px;--mtx-datetimepicker-calendar-body-label-text-weight:500;--mtx-datetimepicker-calendar-period-button-text-size:14px;--mtx-datetimepicker-calendar-period-button-text-weight:500;--mtx-datetimepicker-calendar-table-header-text-size:11px;--mtx-datetimepicker-calendar-table-header-text-weight:400;--mtx-datetimepicker-clock-text-size:14px}html{--mtx-drawer-container-shape:0;--mtx-drawer-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12)}html{--mtx-drawer-container-background-color:white;--mtx-drawer-container-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-grid-container-shape:0;--mtx-grid-table-cell-min-width:80px}html{--mtx-grid-outline-color:rgba(0, 0, 0, 0.2);--mtx-grid-column-menu-text-color:rgba(0, 0, 0, 0.87);--mtx-grid-column-menu-divider-color:rgba(0, 0, 0, 0.12);--mtx-grid-table-footer-background-color:whitesmoke;--mtx-grid-table-row-striped-background-color:#f5f5f5;--mtx-grid-table-row-hover-background-color:#eee;--mtx-grid-table-row-selected-background-color:#eee;--mtx-grid-table-row-selected-hover-background-color:#e0e0e0;--mtx-grid-table-cell-selected-outline-color:#ff4081;--mtx-grid-resizable-handle-active-background-color:#3f51b5;--mtx-grid-resizable-handle-hover-background-color:#3f51b5;--mtx-grid-resizable-handle-disabled-background-color:rgba(0, 0, 0, 0.12)}html{--mtx-grid-row-expand-button-size:48px}html{--mtx-loader-backdrop-background-color:rgba(250, 250, 250, 0.75)}html{--mtx-popover-container-shape:4px;--mtx-popover-base-elevation-level:8}html{--mtx-popover-outline-color:rgba(0, 0, 0, 0.12);--mtx-popover-background-color:white;--mtx-popover-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-progress-container-shape:4px}html{--mtx-progress-track-color:rgba(0, 0, 0, 0.04);--mtx-progress-indicator-color:rgba(0, 0, 0, 0.12);--mtx-progress-text-color:rgba(0, 0, 0, 0.87);--mtx-progress-info-indicator-color:#2196f3;--mtx-progress-info-text-color:white;--mtx-progress-success-indicator-color:#4caf50;--mtx-progress-success-text-color:white;--mtx-progress-warning-indicator-color:#ff9800;--mtx-progress-warning-text-color:white;--mtx-progress-danger-indicator-color:#f44336;--mtx-progress-danger-text-color:white}html{--mtx-progress-text-size:12px}html{--mtx-select-container-shape:4px;--mtx-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mtx-select-option-selected-state-text-color:#3f51b5;--mtx-select-container-text-color:rgba(0, 0, 0, 0.87);--mtx-select-placeholder-text-color:rgba(0, 0, 0, 0.38);--mtx-select-disabled-text-color:rgba(0, 0, 0, 0.38);--mtx-select-multiple-value-background-color:#e0e0e0;--mtx-select-multiple-value-outline-color:rgba(0, 0, 0, 0.12);--mtx-select-multiple-value-icon-hover-background-color:rgba(0, 0, 0, 0.12);--mtx-select-clear-icon-color:rgba(0, 0, 0, 0.54);--mtx-select-clear-icon-hover-color:#f44336;--mtx-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);--mtx-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);--mtx-select-invalid-arrow-color:#f44336;--mtx-select-panel-background-color:white;--mtx-select-panel-divider-color:rgba(0, 0, 0, 0.12);--mtx-select-optgroup-label-text-color:rgba(0, 0, 0, 0.54);--mtx-select-option-label-text-color:rgba(0, 0, 0, 0.87);--mtx-select-option-selected-state-background-color:rgba(0, 0, 0, 0.04);--mtx-select-option-hover-state-background-color:rgba(0, 0, 0, 0.04);--mtx-select-option-disabled-state-text-color:rgba(0, 0, 0, 0.38)}.ng-dropdown-panel.mat-accent{--mtx-select-option-selected-state-text-color:#ff4081}.ng-dropdown-panel.mat-warn{--mtx-select-option-selected-state-text-color:#f44336}html{--mtx-split-gutter-hover-state-background-color:#3f51b5;--mtx-split-gutter-background-color:rgba(0, 0, 0, 0.12)}.mtx-split>.mtx-split-gutter.mat-accent:hover{--mtx-split-gutter-hover-state-background-color:#ff4081}.mtx-split>.mtx-split-gutter.mat-warn:hover{--mtx-split-gutter-hover-state-background-color:#f44336}html{--mdc-plain-tooltip-container-shape:4px;--mdc-plain-tooltip-supporting-text-line-height:16px}html{--mdc-plain-tooltip-container-color:#616161;--mdc-plain-tooltip-supporting-text-color:#fff}html{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:12px;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:0.0333333333em}
1
+ .mat-button-loading .mdc-button__label,.mat-button-loading .mat-icon{visibility:hidden}.mat-button-loading .mat-mdc-progress-spinner{position:absolute;top:calc(50% - 12px);left:calc(50% - 12px)}.mat-column-resize-table.cdk-column-resize-with-resized-column{table-layout:fixed}.mat-column-resize-flex .mat-mdc-header-cell,.mat-column-resize-flex .mat-mdc-cell{box-sizing:border-box;min-width:32px}.mat-mdc-header-cell{position:relative}.mat-resizable{box-sizing:border-box}.mat-mdc-header-cell:not(.mat-resizable)::after,.mat-resizable-handle{position:absolute;bottom:0;top:0;right:0;width:1px;background:rgba(0,0,0,0);transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2)}.mat-mdc-header-cell:not(.mat-resizable)::after{content:""}[dir=rtl] .mat-mdc-header-cell:not(.mat-resizable)::after,[dir=rtl] .mat-resizable-handle{left:0;right:auto}[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-header-cell,[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-left:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-right:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell:not(.mat-resizable)::after{background-color:var(--mtx-grid-resizable-handle-disabled-background-color, var(--mat-app-outline-variant))}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle{background-color:var(--mtx-grid-resizable-handle-hover-background-color, var(--mat-app-primary))}.mat-resizable.cdk-resizable-overlay-thumb-active>.mat-resizable-handle{opacity:0;transition:none}.mat-resizable-handle:focus,.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle:focus{outline:none;background-color:var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary))}.mat-column-resize-overlay-thumb{background:rgba(0,0,0,0);cursor:col-resize;width:100%;height:100%;transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2);-webkit-user-select:none;user-select:none}.mat-column-resize-overlay-thumb:active{will-change:transform;background:linear-gradient(90deg, transparent, transparent 7px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 7px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 9px, transparent 9px, transparent)}.mat-column-resize-overlay-thumb:active .mat-column-resize-overlay-thumb-top{background:linear-gradient(90deg, transparent, transparent 4px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 4px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 12px, transparent 12px, transparent)}.mat-column-resize-overlay-thumb-top{width:100%}html{--mtx-alert-container-shape:4px}html{--mtx-alert-outline-color:transparent}html{--mtx-alert-background-color:whitesmoke}html{--mtx-alert-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-alert-info-outline-color:transparent}html{--mtx-alert-info-background-color:#bbdefb}html{--mtx-alert-info-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-alert-success-outline-color:transparent}html{--mtx-alert-success-background-color:#c8e6c9}html{--mtx-alert-success-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-alert-warning-outline-color:transparent}html{--mtx-alert-warning-background-color:#ffecb3}html{--mtx-alert-warning-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-alert-danger-outline-color:transparent}html{--mtx-alert-danger-background-color:#ffcdd2}html{--mtx-alert-danger-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-colorpicker-toggle-active-state-icon-color:#3f51b5}html{--mtx-colorpicker-toggle-icon-color:rgba(0, 0, 0, 0.54)}.mtx-colorpicker-toggle-active.mat-accent{--mtx-colorpicker-toggle-active-state-icon-color:#ff4081}.mtx-colorpicker-toggle-active.mat-warn{--mtx-colorpicker-toggle-active-state-icon-color:#f44336}html{--mtx-datetimepicker-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12)}html{--mtx-datetimepicker-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mtx-datetimepicker-container-shape:4px}html{--mtx-datetimepicker-container-touch-shape:4px}html{--mtx-datetimepicker-selector-container-shape:4px}html{--mtx-datetimepicker-calendar-header-background-color:#3f51b5}html{--mtx-datetimepicker-calendar-date-selected-state-text-color:white}html{--mtx-datetimepicker-calendar-date-selected-state-background-color:#3f51b5}html{--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(63, 81, 181, 0.4)}html{--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:white}html{--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(63, 81, 181, 0.3)}html{--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(63, 81, 181, 0.3)}html{--mtx-datetimepicker-clock-hand-background-color:#3f51b5}html{--mtx-datetimepicker-clock-cell-selected-state-background-color:#3f51b5}html{--mtx-datetimepicker-time-input-active-state-text-color:#3f51b5}html{--mtx-datetimepicker-time-input-active-state-background-color:rgba(63, 81, 181, 0.2)}html{--mtx-datetimepicker-time-input-focus-state-outline-color:#3f51b5}html{--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(63, 81, 181, 0.6)}html{--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(63, 81, 181, 0.2)}html{--mtx-datetimepicker-toggle-active-state-icon-color:#3f51b5}html{--mtx-datetimepicker-toggle-icon-color:rgba(0, 0, 0, 0.54)}html{--mtx-datetimepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54)}html{--mtx-datetimepicker-calendar-header-text-color:white}html{--mtx-datetimepicker-calendar-header-divider-color:transparent}html{--mtx-datetimepicker-calendar-table-header-text-color:rgba(0, 0, 0, 0.54)}html{--mtx-datetimepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38)}html{--mtx-datetimepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-datetimepicker-calendar-date-outline-color:transparent}html{--mtx-datetimepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38)}html{--mtx-datetimepicker-container-background-color:white}html{--mtx-datetimepicker-container-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-datetimepicker-clock-dial-background-color:rgba(0, 0, 0, 0.12)}html{--mtx-datetimepicker-clock-cell-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-datetimepicker-clock-cell-hover-state-background-color:rgba(0, 0, 0, 0.04)}html{--mtx-datetimepicker-clock-cell-disabled-state-text-color:rgba(0, 0, 0, 0.38)}html{--mtx-datetimepicker-time-input-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-datetimepicker-time-input-background-color:rgba(0, 0, 0, 0.12)}html{--mtx-datetimepicker-time-input-focus-state-background-color:#fafafa}html{--mtx-datetimepicker-time-input-warn-state-outline-color:#f44336}html{--mtx-datetimepicker-time-ampm-text-color:rgba(0, 0, 0, 0.75)}html{--mtx-datetimepicker-time-ampm-outline-color:rgba(0, 0, 0, 0.38)}html{--mtx-datetimepicker-time-ampm-selected-state-text-color:rgba(0, 0, 0, 0.87)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-header-background-color:#ff4081}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-selected-state-text-color:white}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-selected-state-background-color:#ff4081}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 64, 129, 0.4)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:white}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(255, 64, 129, 0.3)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(255, 64, 129, 0.3)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-clock-hand-background-color:#ff4081}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-clock-cell-selected-state-background-color:#ff4081}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-time-input-active-state-text-color:#ff4081}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-time-input-active-state-background-color:rgba(255, 64, 129, 0.2)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-time-input-focus-state-outline-color:#ff4081}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(255, 64, 129, 0.6)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(255, 64, 129, 0.2)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-header-background-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-selected-state-text-color:white}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-selected-state-background-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:white}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-clock-hand-background-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-clock-cell-selected-state-background-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-time-input-active-state-text-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-time-input-active-state-background-color:rgba(244, 67, 54, 0.2)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-time-input-focus-state-outline-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(244, 67, 54, 0.6)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(244, 67, 54, 0.2)}.mtx-datetimepicker-toggle-active.mat-accent{--mtx-datetimepicker-toggle-active-state-icon-color:#ff4081}.mtx-datetimepicker-toggle-active.mat-warn{--mtx-datetimepicker-toggle-active-state-icon-color:#f44336}html{--mtx-datetimepicker-calendar-text-font:Roboto, sans-serif}html{--mtx-datetimepicker-calendar-text-size:13px}html{--mtx-datetimepicker-calendar-body-label-text-size:14px}html{--mtx-datetimepicker-calendar-body-label-text-weight:500}html{--mtx-datetimepicker-calendar-period-button-text-size:14px}html{--mtx-datetimepicker-calendar-period-button-text-weight:500}html{--mtx-datetimepicker-calendar-table-header-text-size:11px}html{--mtx-datetimepicker-calendar-table-header-text-weight:400}html{--mtx-datetimepicker-clock-text-size:14px}html{--mtx-drawer-container-shape:0}html{--mtx-drawer-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12)}html{--mtx-drawer-container-background-color:white}html{--mtx-drawer-container-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-grid-container-shape:0}html{--mtx-grid-table-cell-min-width:80px}html{--mtx-grid-outline-color:rgba(0, 0, 0, 0.2)}html{--mtx-grid-column-menu-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-grid-column-menu-divider-color:rgba(0, 0, 0, 0.12)}html{--mtx-grid-table-footer-background-color:whitesmoke}html{--mtx-grid-table-row-striped-background-color:#f5f5f5}html{--mtx-grid-table-row-hover-background-color:#eee}html{--mtx-grid-table-row-selected-background-color:#eee}html{--mtx-grid-table-row-selected-hover-background-color:#e0e0e0}html{--mtx-grid-table-cell-selected-outline-color:#ff4081}html{--mtx-grid-resizable-handle-active-background-color:#3f51b5}html{--mtx-grid-resizable-handle-hover-background-color:#3f51b5}html{--mtx-grid-resizable-handle-disabled-background-color:rgba(0, 0, 0, 0.12)}html{--mtx-grid-row-expand-button-size:48px}html{--mtx-loader-backdrop-background-color:rgba(250, 250, 250, 0.75)}html{--mtx-popover-container-shape:4px}html{--mtx-popover-base-elevation-level:8}html{--mtx-popover-outline-color:rgba(0, 0, 0, 0.12)}html{--mtx-popover-background-color:white}html{--mtx-popover-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-progress-container-shape:4px}html{--mtx-progress-track-color:rgba(0, 0, 0, 0.04)}html{--mtx-progress-indicator-color:rgba(0, 0, 0, 0.12)}html{--mtx-progress-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-progress-info-indicator-color:#2196f3}html{--mtx-progress-info-text-color:white}html{--mtx-progress-success-indicator-color:#4caf50}html{--mtx-progress-success-text-color:white}html{--mtx-progress-warning-indicator-color:#ff9800}html{--mtx-progress-warning-text-color:white}html{--mtx-progress-danger-indicator-color:#f44336}html{--mtx-progress-danger-text-color:white}html{--mtx-progress-text-size:12px}html{--mtx-select-container-shape:4px}html{--mtx-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mtx-select-option-selected-state-text-color:#3f51b5}html{--mtx-select-container-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-select-placeholder-text-color:rgba(0, 0, 0, 0.38)}html{--mtx-select-disabled-text-color:rgba(0, 0, 0, 0.38)}html{--mtx-select-multiple-value-background-color:#e0e0e0}html{--mtx-select-multiple-value-outline-color:rgba(0, 0, 0, 0.12)}html{--mtx-select-multiple-value-icon-hover-background-color:rgba(0, 0, 0, 0.12)}html{--mtx-select-clear-icon-color:rgba(0, 0, 0, 0.54)}html{--mtx-select-clear-icon-hover-color:#f44336}html{--mtx-select-enabled-arrow-color:rgba(0, 0, 0, 0.54)}html{--mtx-select-disabled-arrow-color:rgba(0, 0, 0, 0.38)}html{--mtx-select-invalid-arrow-color:#f44336}html{--mtx-select-panel-background-color:white}html{--mtx-select-panel-divider-color:rgba(0, 0, 0, 0.12)}html{--mtx-select-optgroup-label-text-color:rgba(0, 0, 0, 0.54)}html{--mtx-select-option-label-text-color:rgba(0, 0, 0, 0.87)}html{--mtx-select-option-selected-state-background-color:rgba(0, 0, 0, 0.04)}html{--mtx-select-option-hover-state-background-color:rgba(0, 0, 0, 0.04)}html{--mtx-select-option-disabled-state-text-color:rgba(0, 0, 0, 0.38)}.ng-dropdown-panel.mat-accent{--mtx-select-option-selected-state-text-color:#ff4081}.ng-dropdown-panel.mat-warn{--mtx-select-option-selected-state-text-color:#f44336}html{--mtx-split-gutter-hover-state-background-color:#3f51b5}html{--mtx-split-gutter-background-color:rgba(0, 0, 0, 0.12)}.mtx-split>.mtx-split-gutter.mat-accent:hover{--mtx-split-gutter-hover-state-background-color:#ff4081}.mtx-split>.mtx-split-gutter.mat-warn:hover{--mtx-split-gutter-hover-state-background-color:#f44336}html{--mdc-plain-tooltip-container-shape:4px}html{--mdc-plain-tooltip-supporting-text-line-height:16px}html{--mdc-plain-tooltip-container-color:#616161}html{--mdc-plain-tooltip-supporting-text-color:#fff}html{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif}html{--mdc-plain-tooltip-supporting-text-size:12px}html{--mdc-plain-tooltip-supporting-text-weight:400}html{--mdc-plain-tooltip-supporting-text-tracking:0.0333333333em}
@@ -1 +1 @@
1
- .mat-button-loading .mdc-button__label,.mat-button-loading .mat-icon{visibility:hidden}.mat-button-loading .mat-mdc-progress-spinner{position:absolute;top:calc(50% - 12px);left:calc(50% - 12px)}.mat-column-resize-table.cdk-column-resize-with-resized-column{table-layout:fixed}.mat-column-resize-flex .mat-mdc-header-cell,.mat-column-resize-flex .mat-mdc-cell{box-sizing:border-box;min-width:32px}.mat-mdc-header-cell{position:relative}.mat-resizable{box-sizing:border-box}.mat-mdc-header-cell:not(.mat-resizable)::after,.mat-resizable-handle{position:absolute;bottom:0;top:0;right:0;width:1px;background:rgba(0,0,0,0);transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2)}.mat-mdc-header-cell:not(.mat-resizable)::after{content:""}[dir=rtl] .mat-mdc-header-cell:not(.mat-resizable)::after,[dir=rtl] .mat-resizable-handle{left:0;right:auto}[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-header-cell,[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-left:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-right:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell:not(.mat-resizable)::after{background-color:var(--mtx-grid-resizable-handle-disabled-background-color)}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle{background-color:var(--mtx-grid-resizable-handle-hover-background-color)}.mat-resizable.cdk-resizable-overlay-thumb-active>.mat-resizable-handle{opacity:0;transition:none}.mat-resizable-handle:focus,.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle:focus{outline:none;background-color:var(--mtx-grid-resizable-handle-active-background-color)}.mat-column-resize-overlay-thumb{background:rgba(0,0,0,0);cursor:col-resize;width:100%;height:100%;transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2);-webkit-user-select:none;user-select:none}.mat-column-resize-overlay-thumb:active{will-change:transform;background:linear-gradient(90deg, transparent, transparent 7px, var(--mtx-grid-resizable-handle-active-background-color) 7px, var(--mtx-grid-resizable-handle-active-background-color) 9px, transparent 9px, transparent)}.mat-column-resize-overlay-thumb:active .mat-column-resize-overlay-thumb-top{background:linear-gradient(90deg, transparent, transparent 4px, var(--mtx-grid-resizable-handle-active-background-color) 4px, var(--mtx-grid-resizable-handle-active-background-color) 12px, transparent 12px, transparent)}.mat-column-resize-overlay-thumb-top{width:100%}html{--mtx-alert-outline-color:#4e444b;--mtx-alert-background-color:#221e21;--mtx-alert-text-color:#e9e0e4;--mtx-alert-info-outline-color:#abc7ff;--mtx-alert-info-background-color:#d7e3ff;--mtx-alert-info-text-color:#002f65;--mtx-alert-success-outline-color:#02e600;--mtx-alert-success-background-color:#cbffb8;--mtx-alert-success-text-color:#013a00;--mtx-alert-warning-outline-color:#cdcd00;--mtx-alert-warning-background-color:#fffeac;--mtx-alert-warning-text-color:#323200;--mtx-alert-danger-outline-color:#ffb4a8;--mtx-alert-danger-background-color:#ffdad4;--mtx-alert-danger-text-color:#690100;--mtx-alert-container-shape:8px;--mtx-colorpicker-toggle-active-state-icon-color:#d1c2cb;--mtx-colorpicker-toggle-icon-color:#d1c2cb;--mtx-datetimepicker-calendar-date-selected-state-text-color:#5b005b;--mtx-datetimepicker-calendar-date-selected-state-background-color:#ffabf3;--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(233, 224, 228, 0.38);--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:#ffabf3;--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(233, 224, 228, 0.12);--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(233, 224, 228, 0.08);--mtx-datetimepicker-clock-hand-background-color:#ffabf3;--mtx-datetimepicker-clock-cell-selected-state-background-color:#ffabf3;--mtx-datetimepicker-time-input-active-state-text-color:#ffd7f5;--mtx-datetimepicker-time-input-active-state-background-color:#810081;--mtx-datetimepicker-time-input-focus-state-outline-color:#ffabf3;--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:#ffd7f5;--mtx-datetimepicker-time-ampm-selected-state-background-color:#5f00c0;--mtx-datetimepicker-toggle-active-state-icon-color:#d1c2cb;--mtx-datetimepicker-toggle-icon-color:#d1c2cb;--mtx-datetimepicker-calendar-body-label-text-color:#e9e0e4;--mtx-datetimepicker-calendar-header-text-color:#d1c2cb;--mtx-datetimepicker-calendar-header-divider-color:#4e444b;--mtx-datetimepicker-calendar-table-header-text-color:#e9e0e4;--mtx-datetimepicker-calendar-date-today-outline-color:#ffabf3;--mtx-datetimepicker-calendar-date-text-color:#e9e0e4;--mtx-datetimepicker-calendar-date-disabled-state-text-color:rgba(233, 224, 228, 0.38);--mtx-datetimepicker-container-background-color:#2d292c;--mtx-datetimepicker-container-text-color:#e9e0e4;--mtx-datetimepicker-clock-dial-background-color:#383336;--mtx-datetimepicker-clock-cell-text-color:#e9e0e4;--mtx-datetimepicker-clock-cell-hover-state-background-color:rgba(233, 224, 228, 0.08);--mtx-datetimepicker-clock-cell-disabled-state-text-color:rgba(233, 224, 228, 0.38);--mtx-datetimepicker-time-input-text-color:#e9e0e4;--mtx-datetimepicker-time-input-background-color:#383336;--mtx-datetimepicker-time-input-focus-state-background-color:#810081;--mtx-datetimepicker-time-input-warn-state-outline-color:#ffb4ab;--mtx-datetimepicker-time-ampm-text-color:#e9e0e4;--mtx-datetimepicker-time-ampm-outline-color:#9a8d95;--mtx-datetimepicker-time-ampm-selected-state-text-color:#ecdcff;--mtx-datetimepicker-calendar-text-font:Roboto, sans-serif;--mtx-datetimepicker-calendar-text-size:1rem;--mtx-datetimepicker-calendar-body-label-text-size:0.875rem;--mtx-datetimepicker-calendar-body-label-text-weight:500;--mtx-datetimepicker-calendar-period-button-text-size:0.875rem;--mtx-datetimepicker-calendar-period-button-text-weight:500;--mtx-datetimepicker-clock-text-size:0.875rem;--mtx-datetimepicker-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mtx-datetimepicker-container-touch-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);--mtx-datetimepicker-container-shape:16px;--mtx-datetimepicker-container-touch-shape:28px;--mtx-datetimepicker-selector-container-shape:8px;--mtx-datetimepicker-calendar-header-background-color:transparent;--mtx-datetimepicker-calendar-date-outline-color:transparent;--mtx-drawer-container-background-color:#1e1a1d;--mtx-drawer-container-text-color:#d1c2cb;--mtx-drawer-container-shape:16px;--mtx-drawer-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mtx-grid-outline-color:#4e444b;--mtx-grid-column-menu-text-color:#d1c2cb;--mtx-grid-column-menu-divider-color:#4e444b;--mtx-grid-table-footer-background-color:#221e21;--mtx-grid-table-row-striped-background-color:#221e21;--mtx-grid-table-row-hover-background-color:#554151;--mtx-grid-table-row-selected-background-color:#554151;--mtx-grid-table-row-selected-hover-background-color:#810081;--mtx-grid-table-cell-selected-outline-color:#ffabf3;--mtx-grid-resizable-handle-active-background-color:#ffabf3;--mtx-grid-resizable-handle-hover-background-color:#ffabf3;--mtx-grid-resizable-handle-disabled-background-color:#4e444b;--mtx-grid-container-shape:12px;--mtx-grid-table-cell-min-width:80px;--mtx-loader-backdrop-background-color:rgba(30, 26, 29, 0.75);--mtx-popover-outline-color:#221e21;--mtx-popover-background-color:#221e21;--mtx-popover-text-color:#e9e0e4;--mtx-popover-container-shape:4px;--mtx-popover-base-elevation-level:2;--mtx-progress-track-color:#221e21;--mtx-progress-indicator-color:#4e444b;--mtx-progress-text-color:#e9e0e4;--mtx-progress-info-indicator-color:#5a64ff;--mtx-progress-success-indicator-color:#038b00;--mtx-progress-warning-indicator-color:#bc5d00;--mtx-progress-danger-indicator-color:#ef0000;--mtx-progress-container-shape:4px;--mtx-progress-info-text-color:white;--mtx-progress-success-text-color:white;--mtx-progress-warning-text-color:white;--mtx-progress-danger-text-color:white;--mtx-select-option-selected-state-text-color:#e9e0e4;--mtx-select-container-text-color:#e9e0e4;--mtx-select-placeholder-text-color:rgba(233, 224, 228, 0.38);--mtx-select-disabled-text-color:rgba(233, 224, 228, 0.38);--mtx-select-multiple-value-outline-color:#9a8d95;--mtx-select-multiple-value-icon-hover-background-color:#4e444b;--mtx-select-clear-icon-color:#e9e0e4;--mtx-select-clear-icon-hover-color:#ffb4ab;--mtx-select-enabled-arrow-color:#e9e0e4;--mtx-select-disabled-arrow-color:rgba(233, 224, 228, 0.38);--mtx-select-invalid-arrow-color:#ffb4ab;--mtx-select-panel-background-color:#221e21;--mtx-select-panel-divider-color:#9a8d95;--mtx-select-optgroup-label-text-color:#e9e0e4;--mtx-select-option-label-text-color:#e9e0e4;--mtx-select-option-selected-state-background-color:#554151;--mtx-select-option-hover-state-background-color:rgba(233, 224, 228, 0.08);--mtx-select-option-disabled-state-text-color:rgba(233, 224, 228, 0.38);--mtx-select-container-shape:4px;--mtx-select-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--mtx-select-multiple-value-background-color:transparent;--mtx-split-gutter-hover-state-background-color:#ffabf3;--mtx-split-gutter-background-color:#4e444b;--mdc-plain-tooltip-container-color:#e9e0e4;--mdc-plain-tooltip-supporting-text-color:#342f32;--mdc-plain-tooltip-supporting-text-line-height:1rem;--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:0.75rem;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:0.025rem;--mdc-plain-tooltip-container-shape:4px}.mat-accent.mtx-split-gutter{--mtx-split-gutter-hover-state-background-color:#d5baff}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-selected-state-text-color:#42008a;--mtx-datetimepicker-calendar-date-selected-state-background-color:#d5baff;--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:#d5baff;--mtx-datetimepicker-clock-hand-background-color:#d5baff;--mtx-datetimepicker-clock-cell-selected-state-background-color:#d5baff;--mtx-datetimepicker-time-input-active-state-text-color:#ecdcff;--mtx-datetimepicker-time-input-active-state-background-color:#5f00c0;--mtx-datetimepicker-time-input-focus-state-outline-color:#d5baff;--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:#ecdcff;--mtx-datetimepicker-time-ampm-selected-state-background-color:#93000a;--mtx-datetimepicker-calendar-date-today-outline-color:#d5baff;--mtx-datetimepicker-time-input-focus-state-background-color:#5f00c0;--mtx-datetimepicker-time-ampm-selected-state-text-color:#ffdad6}.mat-accent.ng-dropdown-panel{--mtx-select-option-selected-state-background-color:#5f00c0}.mat-warn.mtx-split-gutter{--mtx-split-gutter-hover-state-background-color:#ffb4ab}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-selected-state-text-color:#690005;--mtx-datetimepicker-calendar-date-selected-state-background-color:#ffb4ab;--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:#ffb4ab;--mtx-datetimepicker-clock-hand-background-color:#ffb4ab;--mtx-datetimepicker-clock-cell-selected-state-background-color:#ffb4ab;--mtx-datetimepicker-time-input-active-state-text-color:#ffdad6;--mtx-datetimepicker-time-input-active-state-background-color:#93000a;--mtx-datetimepicker-time-input-focus-state-outline-color:#ffb4ab;--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:#ffdad6;--mtx-datetimepicker-time-ampm-selected-state-background-color:#810081;--mtx-datetimepicker-calendar-date-today-outline-color:#ffb4ab;--mtx-datetimepicker-time-input-focus-state-background-color:#93000a;--mtx-datetimepicker-time-ampm-selected-state-text-color:#ffd7f5}.mat-warn.ng-dropdown-panel{--mtx-select-option-selected-state-background-color:#93000a}
1
+ .mat-button-loading .mdc-button__label,.mat-button-loading .mat-icon{visibility:hidden}.mat-button-loading .mat-mdc-progress-spinner{position:absolute;top:calc(50% - 12px);left:calc(50% - 12px)}.mat-column-resize-table.cdk-column-resize-with-resized-column{table-layout:fixed}.mat-column-resize-flex .mat-mdc-header-cell,.mat-column-resize-flex .mat-mdc-cell{box-sizing:border-box;min-width:32px}.mat-mdc-header-cell{position:relative}.mat-resizable{box-sizing:border-box}.mat-mdc-header-cell:not(.mat-resizable)::after,.mat-resizable-handle{position:absolute;bottom:0;top:0;right:0;width:1px;background:rgba(0,0,0,0);transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2)}.mat-mdc-header-cell:not(.mat-resizable)::after{content:""}[dir=rtl] .mat-mdc-header-cell:not(.mat-resizable)::after,[dir=rtl] .mat-resizable-handle{left:0;right:auto}[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-header-cell,[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-left:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-right:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell:not(.mat-resizable)::after{background-color:var(--mtx-grid-resizable-handle-disabled-background-color, var(--mat-app-outline-variant))}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle{background-color:var(--mtx-grid-resizable-handle-hover-background-color, var(--mat-app-primary))}.mat-resizable.cdk-resizable-overlay-thumb-active>.mat-resizable-handle{opacity:0;transition:none}.mat-resizable-handle:focus,.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle:focus{outline:none;background-color:var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary))}.mat-column-resize-overlay-thumb{background:rgba(0,0,0,0);cursor:col-resize;width:100%;height:100%;transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2);-webkit-user-select:none;user-select:none}.mat-column-resize-overlay-thumb:active{will-change:transform;background:linear-gradient(90deg, transparent, transparent 7px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 7px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 9px, transparent 9px, transparent)}.mat-column-resize-overlay-thumb:active .mat-column-resize-overlay-thumb-top{background:linear-gradient(90deg, transparent, transparent 4px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 4px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 12px, transparent 12px, transparent)}.mat-column-resize-overlay-thumb-top{width:100%}html{--mtx-alert-outline-color:#4e444b}html{--mtx-alert-background-color:#221e21}html{--mtx-alert-text-color:#e9e0e4}html{--mtx-alert-info-outline-color:#abc7ff}html{--mtx-alert-info-background-color:#d7e3ff}html{--mtx-alert-info-text-color:#002f65}html{--mtx-alert-success-outline-color:#02e600}html{--mtx-alert-success-background-color:#cbffb8}html{--mtx-alert-success-text-color:#013a00}html{--mtx-alert-warning-outline-color:#cdcd00}html{--mtx-alert-warning-background-color:#fffeac}html{--mtx-alert-warning-text-color:#323200}html{--mtx-alert-danger-outline-color:#ffb4a8}html{--mtx-alert-danger-background-color:#ffdad4}html{--mtx-alert-danger-text-color:#690100}html{--mtx-alert-container-shape:8px}html{--mtx-colorpicker-toggle-active-state-icon-color:#d1c2cb}html{--mtx-colorpicker-toggle-icon-color:#d1c2cb}html{--mtx-datetimepicker-calendar-date-selected-state-text-color:#5b005b}html{--mtx-datetimepicker-calendar-date-selected-state-background-color:#ffabf3}html{--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(233, 224, 228, 0.38)}html{--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:#ffabf3}html{--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(233, 224, 228, 0.12)}html{--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(233, 224, 228, 0.08)}html{--mtx-datetimepicker-clock-hand-background-color:#ffabf3}html{--mtx-datetimepicker-clock-cell-selected-state-background-color:#ffabf3}html{--mtx-datetimepicker-time-input-active-state-text-color:#ffd7f5}html{--mtx-datetimepicker-time-input-active-state-background-color:#810081}html{--mtx-datetimepicker-time-input-focus-state-outline-color:#ffabf3}html{--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:#ffd7f5}html{--mtx-datetimepicker-time-ampm-selected-state-background-color:#5f00c0}html{--mtx-datetimepicker-toggle-active-state-icon-color:#d1c2cb}html{--mtx-datetimepicker-toggle-icon-color:#d1c2cb}html{--mtx-datetimepicker-calendar-body-label-text-color:#e9e0e4}html{--mtx-datetimepicker-calendar-header-text-color:#d1c2cb}html{--mtx-datetimepicker-calendar-header-divider-color:#4e444b}html{--mtx-datetimepicker-calendar-table-header-text-color:#e9e0e4}html{--mtx-datetimepicker-calendar-date-today-outline-color:#ffabf3}html{--mtx-datetimepicker-calendar-date-text-color:#e9e0e4}html{--mtx-datetimepicker-calendar-date-disabled-state-text-color:rgba(233, 224, 228, 0.38)}html{--mtx-datetimepicker-container-background-color:#2d292c}html{--mtx-datetimepicker-container-text-color:#e9e0e4}html{--mtx-datetimepicker-clock-dial-background-color:#383336}html{--mtx-datetimepicker-clock-cell-text-color:#e9e0e4}html{--mtx-datetimepicker-clock-cell-hover-state-background-color:rgba(233, 224, 228, 0.08)}html{--mtx-datetimepicker-clock-cell-disabled-state-text-color:rgba(233, 224, 228, 0.38)}html{--mtx-datetimepicker-time-input-text-color:#e9e0e4}html{--mtx-datetimepicker-time-input-background-color:#383336}html{--mtx-datetimepicker-time-input-focus-state-background-color:#810081}html{--mtx-datetimepicker-time-input-warn-state-outline-color:#ffb4ab}html{--mtx-datetimepicker-time-ampm-text-color:#e9e0e4}html{--mtx-datetimepicker-time-ampm-outline-color:#9a8d95}html{--mtx-datetimepicker-time-ampm-selected-state-text-color:#ecdcff}html{--mtx-datetimepicker-calendar-text-font:Roboto, sans-serif}html{--mtx-datetimepicker-calendar-text-size:1rem}html{--mtx-datetimepicker-calendar-body-label-text-size:0.875rem}html{--mtx-datetimepicker-calendar-body-label-text-weight:500}html{--mtx-datetimepicker-calendar-period-button-text-size:0.875rem}html{--mtx-datetimepicker-calendar-period-button-text-weight:500}html{--mtx-datetimepicker-clock-text-size:0.875rem}html{--mtx-datetimepicker-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)}html{--mtx-datetimepicker-container-touch-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)}html{--mtx-datetimepicker-container-shape:16px}html{--mtx-datetimepicker-container-touch-shape:28px}html{--mtx-datetimepicker-selector-container-shape:8px}html{--mtx-datetimepicker-calendar-header-background-color:transparent}html{--mtx-datetimepicker-calendar-date-outline-color:transparent}html{--mtx-drawer-container-background-color:#1e1a1d}html{--mtx-drawer-container-text-color:#d1c2cb}html{--mtx-drawer-container-shape:16px}html{--mtx-drawer-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}html{--mtx-grid-outline-color:#4e444b}html{--mtx-grid-column-menu-text-color:#d1c2cb}html{--mtx-grid-column-menu-divider-color:#4e444b}html{--mtx-grid-table-footer-background-color:#221e21}html{--mtx-grid-table-row-striped-background-color:#221e21}html{--mtx-grid-table-row-hover-background-color:#554151}html{--mtx-grid-table-row-selected-background-color:#554151}html{--mtx-grid-table-row-selected-hover-background-color:#810081}html{--mtx-grid-table-cell-selected-outline-color:#ffabf3}html{--mtx-grid-resizable-handle-active-background-color:#ffabf3}html{--mtx-grid-resizable-handle-hover-background-color:#ffabf3}html{--mtx-grid-resizable-handle-disabled-background-color:#4e444b}html{--mtx-grid-container-shape:12px}html{--mtx-grid-table-cell-min-width:80px}html{--mtx-loader-backdrop-background-color:rgba(30, 26, 29, 0.75)}html{--mtx-popover-outline-color:#221e21}html{--mtx-popover-background-color:#221e21}html{--mtx-popover-text-color:#e9e0e4}html{--mtx-popover-container-shape:4px}html{--mtx-popover-base-elevation-level:2}html{--mtx-progress-track-color:#221e21}html{--mtx-progress-indicator-color:#4e444b}html{--mtx-progress-text-color:#e9e0e4}html{--mtx-progress-info-indicator-color:#5a64ff}html{--mtx-progress-success-indicator-color:#038b00}html{--mtx-progress-warning-indicator-color:#bc5d00}html{--mtx-progress-danger-indicator-color:#ef0000}html{--mtx-progress-container-shape:4px}html{--mtx-progress-info-text-color:white}html{--mtx-progress-success-text-color:white}html{--mtx-progress-warning-text-color:white}html{--mtx-progress-danger-text-color:white}html{--mtx-select-option-selected-state-text-color:#e9e0e4}html{--mtx-select-container-text-color:#e9e0e4}html{--mtx-select-placeholder-text-color:rgba(233, 224, 228, 0.38)}html{--mtx-select-disabled-text-color:rgba(233, 224, 228, 0.38)}html{--mtx-select-multiple-value-outline-color:#9a8d95}html{--mtx-select-multiple-value-icon-hover-background-color:#4e444b}html{--mtx-select-clear-icon-color:#e9e0e4}html{--mtx-select-clear-icon-hover-color:#ffb4ab}html{--mtx-select-enabled-arrow-color:#e9e0e4}html{--mtx-select-disabled-arrow-color:rgba(233, 224, 228, 0.38)}html{--mtx-select-invalid-arrow-color:#ffb4ab}html{--mtx-select-panel-background-color:#221e21}html{--mtx-select-panel-divider-color:#9a8d95}html{--mtx-select-optgroup-label-text-color:#e9e0e4}html{--mtx-select-option-label-text-color:#e9e0e4}html{--mtx-select-option-selected-state-background-color:#554151}html{--mtx-select-option-hover-state-background-color:rgba(233, 224, 228, 0.08)}html{--mtx-select-option-disabled-state-text-color:rgba(233, 224, 228, 0.38)}html{--mtx-select-container-shape:4px}html{--mtx-select-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}html{--mtx-select-multiple-value-background-color:transparent}html{--mtx-split-gutter-hover-state-background-color:#ffabf3}html{--mtx-split-gutter-background-color:#4e444b}html{--mdc-plain-tooltip-container-color:#e9e0e4}html{--mdc-plain-tooltip-supporting-text-color:#342f32}html{--mdc-plain-tooltip-supporting-text-line-height:1rem}html{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif}html{--mdc-plain-tooltip-supporting-text-size:0.75rem}html{--mdc-plain-tooltip-supporting-text-weight:400}html{--mdc-plain-tooltip-supporting-text-tracking:0.025rem}html{--mdc-plain-tooltip-container-shape:4px}.mat-accent.mtx-split-gutter{--mtx-split-gutter-hover-state-background-color:#d5baff}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-selected-state-text-color:#42008a}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-selected-state-background-color:#d5baff}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:#d5baff}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-clock-hand-background-color:#d5baff}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-clock-cell-selected-state-background-color:#d5baff}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-active-state-text-color:#ecdcff}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-active-state-background-color:#5f00c0}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-focus-state-outline-color:#d5baff}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:#ecdcff}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-time-ampm-selected-state-background-color:#93000a}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-today-outline-color:#d5baff}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-focus-state-background-color:#5f00c0}.mat-accent.mtx-datetimepicker-content{--mtx-datetimepicker-time-ampm-selected-state-text-color:#ffdad6}.mat-accent.ng-dropdown-panel{--mtx-select-option-selected-state-background-color:#5f00c0}.mat-warn.mtx-split-gutter{--mtx-split-gutter-hover-state-background-color:#ffb4ab}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-selected-state-text-color:#690005}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-selected-state-background-color:#ffb4ab}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:#ffb4ab}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-clock-hand-background-color:#ffb4ab}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-clock-cell-selected-state-background-color:#ffb4ab}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-active-state-text-color:#ffdad6}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-active-state-background-color:#93000a}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-focus-state-outline-color:#ffb4ab}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:#ffdad6}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-time-ampm-selected-state-background-color:#810081}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-calendar-date-today-outline-color:#ffb4ab}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-time-input-focus-state-background-color:#93000a}.mat-warn.mtx-datetimepicker-content{--mtx-datetimepicker-time-ampm-selected-state-text-color:#ffd7f5}.mat-warn.ng-dropdown-panel{--mtx-select-option-selected-state-background-color:#93000a}
@@ -1 +1 @@
1
- .mat-button-loading .mdc-button__label,.mat-button-loading .mat-icon{visibility:hidden}.mat-button-loading .mat-mdc-progress-spinner{position:absolute;top:calc(50% - 12px);left:calc(50% - 12px)}.mat-column-resize-table.cdk-column-resize-with-resized-column{table-layout:fixed}.mat-column-resize-flex .mat-mdc-header-cell,.mat-column-resize-flex .mat-mdc-cell{box-sizing:border-box;min-width:32px}.mat-mdc-header-cell{position:relative}.mat-resizable{box-sizing:border-box}.mat-mdc-header-cell:not(.mat-resizable)::after,.mat-resizable-handle{position:absolute;bottom:0;top:0;right:0;width:1px;background:rgba(0,0,0,0);transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2)}.mat-mdc-header-cell:not(.mat-resizable)::after{content:""}[dir=rtl] .mat-mdc-header-cell:not(.mat-resizable)::after,[dir=rtl] .mat-resizable-handle{left:0;right:auto}[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-header-cell,[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-left:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-right:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell:not(.mat-resizable)::after{background-color:var(--mtx-grid-resizable-handle-disabled-background-color)}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle{background-color:var(--mtx-grid-resizable-handle-hover-background-color)}.mat-resizable.cdk-resizable-overlay-thumb-active>.mat-resizable-handle{opacity:0;transition:none}.mat-resizable-handle:focus,.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle:focus{outline:none;background-color:var(--mtx-grid-resizable-handle-active-background-color)}.mat-column-resize-overlay-thumb{background:rgba(0,0,0,0);cursor:col-resize;width:100%;height:100%;transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2);-webkit-user-select:none;user-select:none}.mat-column-resize-overlay-thumb:active{will-change:transform;background:linear-gradient(90deg, transparent, transparent 7px, var(--mtx-grid-resizable-handle-active-background-color) 7px, var(--mtx-grid-resizable-handle-active-background-color) 9px, transparent 9px, transparent)}.mat-column-resize-overlay-thumb:active .mat-column-resize-overlay-thumb-top{background:linear-gradient(90deg, transparent, transparent 4px, var(--mtx-grid-resizable-handle-active-background-color) 4px, var(--mtx-grid-resizable-handle-active-background-color) 12px, transparent 12px, transparent)}.mat-column-resize-overlay-thumb-top{width:100%}html{--mtx-alert-container-shape:4px}html{--mtx-alert-outline-color:transparent;--mtx-alert-background-color:#212121;--mtx-alert-text-color:white;--mtx-alert-info-outline-color:transparent;--mtx-alert-info-background-color:#0d47a1;--mtx-alert-info-text-color:white;--mtx-alert-success-outline-color:transparent;--mtx-alert-success-background-color:#1b5e20;--mtx-alert-success-text-color:white;--mtx-alert-warning-outline-color:transparent;--mtx-alert-warning-background-color:#ff6f00;--mtx-alert-warning-text-color:white;--mtx-alert-danger-outline-color:transparent;--mtx-alert-danger-background-color:#b71c1c;--mtx-alert-danger-text-color:white}html{--mtx-colorpicker-toggle-active-state-icon-color:#c2185b;--mtx-colorpicker-toggle-icon-color:white}.mtx-colorpicker-toggle-active.mat-accent{--mtx-colorpicker-toggle-active-state-icon-color:#b0bec5}.mtx-colorpicker-toggle-active.mat-warn{--mtx-colorpicker-toggle-active-state-icon-color:#f44336}html{--mtx-datetimepicker-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mtx-datetimepicker-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);--mtx-datetimepicker-container-shape:4px;--mtx-datetimepicker-container-touch-shape:4px;--mtx-datetimepicker-selector-container-shape:4px}html{--mtx-datetimepicker-calendar-header-background-color:#c2185b;--mtx-datetimepicker-calendar-date-selected-state-text-color:white;--mtx-datetimepicker-calendar-date-selected-state-background-color:#c2185b;--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(194, 24, 91, 0.4);--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:white;--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(194, 24, 91, 0.3);--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(194, 24, 91, 0.3);--mtx-datetimepicker-clock-hand-background-color:#c2185b;--mtx-datetimepicker-clock-cell-selected-state-background-color:#c2185b;--mtx-datetimepicker-time-input-active-state-text-color:#c2185b;--mtx-datetimepicker-time-input-active-state-background-color:rgba(194, 24, 91, 0.2);--mtx-datetimepicker-time-input-focus-state-outline-color:#c2185b;--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(194, 24, 91, 0.6);--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(194, 24, 91, 0.2);--mtx-datetimepicker-toggle-active-state-icon-color:#c2185b;--mtx-datetimepicker-toggle-icon-color:white;--mtx-datetimepicker-calendar-body-label-text-color:rgba(255, 255, 255, 0.7);--mtx-datetimepicker-calendar-header-text-color:white;--mtx-datetimepicker-calendar-header-divider-color:transparent;--mtx-datetimepicker-calendar-table-header-text-color:rgba(255, 255, 255, 0.7);--mtx-datetimepicker-calendar-date-today-outline-color:rgba(255, 255, 255, 0.5);--mtx-datetimepicker-calendar-date-text-color:white;--mtx-datetimepicker-calendar-date-outline-color:transparent;--mtx-datetimepicker-calendar-date-disabled-state-text-color:rgba(255, 255, 255, 0.5);--mtx-datetimepicker-container-background-color:#424242;--mtx-datetimepicker-container-text-color:white;--mtx-datetimepicker-clock-dial-background-color:rgba(255, 255, 255, 0.12);--mtx-datetimepicker-clock-cell-text-color:white;--mtx-datetimepicker-clock-cell-hover-state-background-color:rgba(255, 255, 255, 0.04);--mtx-datetimepicker-clock-cell-disabled-state-text-color:rgba(255, 255, 255, 0.5);--mtx-datetimepicker-time-input-text-color:white;--mtx-datetimepicker-time-input-background-color:rgba(255, 255, 255, 0.12);--mtx-datetimepicker-time-input-focus-state-background-color:#303030;--mtx-datetimepicker-time-input-warn-state-outline-color:#f44336;--mtx-datetimepicker-time-ampm-text-color:rgba(255, 255, 255, 0.75);--mtx-datetimepicker-time-ampm-outline-color:rgba(255, 255, 255, 0.5);--mtx-datetimepicker-time-ampm-selected-state-text-color:white}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-header-background-color:#b0bec5;--mtx-datetimepicker-calendar-date-selected-state-text-color:rgba(0, 0, 0, 0.87);--mtx-datetimepicker-calendar-date-selected-state-background-color:#b0bec5;--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(176, 190, 197, 0.4);--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:rgba(0, 0, 0, 0.87);--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(176, 190, 197, 0.3);--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(176, 190, 197, 0.3);--mtx-datetimepicker-clock-hand-background-color:#b0bec5;--mtx-datetimepicker-clock-cell-selected-state-background-color:#b0bec5;--mtx-datetimepicker-time-input-active-state-text-color:#b0bec5;--mtx-datetimepicker-time-input-active-state-background-color:rgba(176, 190, 197, 0.2);--mtx-datetimepicker-time-input-focus-state-outline-color:#b0bec5;--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(176, 190, 197, 0.6);--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(176, 190, 197, 0.2)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-header-background-color:#f44336;--mtx-datetimepicker-calendar-date-selected-state-text-color:white;--mtx-datetimepicker-calendar-date-selected-state-background-color:#f44336;--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:white;--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);--mtx-datetimepicker-clock-hand-background-color:#f44336;--mtx-datetimepicker-clock-cell-selected-state-background-color:#f44336;--mtx-datetimepicker-time-input-active-state-text-color:#f44336;--mtx-datetimepicker-time-input-active-state-background-color:rgba(244, 67, 54, 0.2);--mtx-datetimepicker-time-input-focus-state-outline-color:#f44336;--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(244, 67, 54, 0.6);--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(244, 67, 54, 0.2)}.mtx-datetimepicker-toggle-active.mat-accent{--mtx-datetimepicker-toggle-active-state-icon-color:#b0bec5}.mtx-datetimepicker-toggle-active.mat-warn{--mtx-datetimepicker-toggle-active-state-icon-color:#f44336}html{--mtx-datetimepicker-calendar-text-font:Roboto, sans-serif;--mtx-datetimepicker-calendar-text-size:13px;--mtx-datetimepicker-calendar-body-label-text-size:14px;--mtx-datetimepicker-calendar-body-label-text-weight:500;--mtx-datetimepicker-calendar-period-button-text-size:14px;--mtx-datetimepicker-calendar-period-button-text-weight:500;--mtx-datetimepicker-calendar-table-header-text-size:11px;--mtx-datetimepicker-calendar-table-header-text-weight:400;--mtx-datetimepicker-clock-text-size:14px}html{--mtx-drawer-container-shape:0;--mtx-drawer-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12)}html{--mtx-drawer-container-background-color:#424242;--mtx-drawer-container-text-color:white}html{--mtx-grid-container-shape:0;--mtx-grid-table-cell-min-width:80px}html{--mtx-grid-outline-color:rgba(255, 255, 255, 0.2);--mtx-grid-column-menu-text-color:white;--mtx-grid-column-menu-divider-color:rgba(255, 255, 255, 0.12);--mtx-grid-table-footer-background-color:#212121;--mtx-grid-table-row-striped-background-color:#3a3a3a;--mtx-grid-table-row-hover-background-color:#2a2a2a;--mtx-grid-table-row-selected-background-color:#2a2a2a;--mtx-grid-table-row-selected-hover-background-color:#1a1a1a;--mtx-grid-table-cell-selected-outline-color:#b0bec5;--mtx-grid-resizable-handle-active-background-color:#c2185b;--mtx-grid-resizable-handle-hover-background-color:#c2185b;--mtx-grid-resizable-handle-disabled-background-color:rgba(255, 255, 255, 0.12)}html{--mtx-grid-row-expand-button-size:48px}html{--mtx-loader-backdrop-background-color:rgba(48, 48, 48, 0.75)}html{--mtx-popover-container-shape:4px;--mtx-popover-base-elevation-level:8}html{--mtx-popover-outline-color:rgba(255, 255, 255, 0.12);--mtx-popover-background-color:#424242;--mtx-popover-text-color:white}html{--mtx-progress-container-shape:4px}html{--mtx-progress-track-color:rgba(255, 255, 255, 0.04);--mtx-progress-indicator-color:rgba(255, 255, 255, 0.12);--mtx-progress-text-color:white;--mtx-progress-info-indicator-color:#0d47a1;--mtx-progress-info-text-color:white;--mtx-progress-success-indicator-color:#1b5e20;--mtx-progress-success-text-color:white;--mtx-progress-warning-indicator-color:#e65100;--mtx-progress-warning-text-color:white;--mtx-progress-danger-indicator-color:#b71c1c;--mtx-progress-danger-text-color:white}html{--mtx-progress-text-size:12px}html{--mtx-select-container-shape:4px;--mtx-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mtx-select-option-selected-state-text-color:#c2185b;--mtx-select-container-text-color:white;--mtx-select-placeholder-text-color:rgba(255, 255, 255, 0.5);--mtx-select-disabled-text-color:rgba(255, 255, 255, 0.5);--mtx-select-multiple-value-background-color:#616161;--mtx-select-multiple-value-outline-color:rgba(255, 255, 255, 0.12);--mtx-select-multiple-value-icon-hover-background-color:rgba(255, 255, 255, 0.12);--mtx-select-clear-icon-color:rgba(255, 255, 255, 0.7);--mtx-select-clear-icon-hover-color:#f44336;--mtx-select-enabled-arrow-color:rgba(255, 255, 255, 0.7);--mtx-select-disabled-arrow-color:rgba(255, 255, 255, 0.5);--mtx-select-invalid-arrow-color:#f44336;--mtx-select-panel-background-color:#424242;--mtx-select-panel-divider-color:rgba(255, 255, 255, 0.12);--mtx-select-optgroup-label-text-color:rgba(255, 255, 255, 0.7);--mtx-select-option-label-text-color:white;--mtx-select-option-selected-state-background-color:rgba(255, 255, 255, 0.04);--mtx-select-option-hover-state-background-color:rgba(255, 255, 255, 0.04);--mtx-select-option-disabled-state-text-color:rgba(255, 255, 255, 0.5)}.ng-dropdown-panel.mat-accent{--mtx-select-option-selected-state-text-color:#b0bec5}.ng-dropdown-panel.mat-warn{--mtx-select-option-selected-state-text-color:#f44336}html{--mtx-split-gutter-hover-state-background-color:#c2185b;--mtx-split-gutter-background-color:rgba(255, 255, 255, 0.12)}.mtx-split>.mtx-split-gutter.mat-accent:hover{--mtx-split-gutter-hover-state-background-color:#b0bec5}.mtx-split>.mtx-split-gutter.mat-warn:hover{--mtx-split-gutter-hover-state-background-color:#f44336}html{--mdc-plain-tooltip-container-shape:4px;--mdc-plain-tooltip-supporting-text-line-height:16px}html{--mdc-plain-tooltip-container-color:#616161;--mdc-plain-tooltip-supporting-text-color:#fff}html{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:12px;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:0.0333333333em}
1
+ .mat-button-loading .mdc-button__label,.mat-button-loading .mat-icon{visibility:hidden}.mat-button-loading .mat-mdc-progress-spinner{position:absolute;top:calc(50% - 12px);left:calc(50% - 12px)}.mat-column-resize-table.cdk-column-resize-with-resized-column{table-layout:fixed}.mat-column-resize-flex .mat-mdc-header-cell,.mat-column-resize-flex .mat-mdc-cell{box-sizing:border-box;min-width:32px}.mat-mdc-header-cell{position:relative}.mat-resizable{box-sizing:border-box}.mat-mdc-header-cell:not(.mat-resizable)::after,.mat-resizable-handle{position:absolute;bottom:0;top:0;right:0;width:1px;background:rgba(0,0,0,0);transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2)}.mat-mdc-header-cell:not(.mat-resizable)::after{content:""}[dir=rtl] .mat-mdc-header-cell:not(.mat-resizable)::after,[dir=rtl] .mat-resizable-handle{left:0;right:auto}[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-header-cell,[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-left:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-right:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell:not(.mat-resizable)::after{background-color:var(--mtx-grid-resizable-handle-disabled-background-color, var(--mat-app-outline-variant))}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle{background-color:var(--mtx-grid-resizable-handle-hover-background-color, var(--mat-app-primary))}.mat-resizable.cdk-resizable-overlay-thumb-active>.mat-resizable-handle{opacity:0;transition:none}.mat-resizable-handle:focus,.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle:focus{outline:none;background-color:var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary))}.mat-column-resize-overlay-thumb{background:rgba(0,0,0,0);cursor:col-resize;width:100%;height:100%;transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2);-webkit-user-select:none;user-select:none}.mat-column-resize-overlay-thumb:active{will-change:transform;background:linear-gradient(90deg, transparent, transparent 7px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 7px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 9px, transparent 9px, transparent)}.mat-column-resize-overlay-thumb:active .mat-column-resize-overlay-thumb-top{background:linear-gradient(90deg, transparent, transparent 4px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 4px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 12px, transparent 12px, transparent)}.mat-column-resize-overlay-thumb-top{width:100%}html{--mtx-alert-container-shape:4px}html{--mtx-alert-outline-color:transparent}html{--mtx-alert-background-color:#212121}html{--mtx-alert-text-color:white}html{--mtx-alert-info-outline-color:transparent}html{--mtx-alert-info-background-color:#0d47a1}html{--mtx-alert-info-text-color:white}html{--mtx-alert-success-outline-color:transparent}html{--mtx-alert-success-background-color:#1b5e20}html{--mtx-alert-success-text-color:white}html{--mtx-alert-warning-outline-color:transparent}html{--mtx-alert-warning-background-color:#ff6f00}html{--mtx-alert-warning-text-color:white}html{--mtx-alert-danger-outline-color:transparent}html{--mtx-alert-danger-background-color:#b71c1c}html{--mtx-alert-danger-text-color:white}html{--mtx-colorpicker-toggle-active-state-icon-color:#c2185b}html{--mtx-colorpicker-toggle-icon-color:white}.mtx-colorpicker-toggle-active.mat-accent{--mtx-colorpicker-toggle-active-state-icon-color:#b0bec5}.mtx-colorpicker-toggle-active.mat-warn{--mtx-colorpicker-toggle-active-state-icon-color:#f44336}html{--mtx-datetimepicker-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12)}html{--mtx-datetimepicker-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mtx-datetimepicker-container-shape:4px}html{--mtx-datetimepicker-container-touch-shape:4px}html{--mtx-datetimepicker-selector-container-shape:4px}html{--mtx-datetimepicker-calendar-header-background-color:#c2185b}html{--mtx-datetimepicker-calendar-date-selected-state-text-color:white}html{--mtx-datetimepicker-calendar-date-selected-state-background-color:#c2185b}html{--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(194, 24, 91, 0.4)}html{--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:white}html{--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(194, 24, 91, 0.3)}html{--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(194, 24, 91, 0.3)}html{--mtx-datetimepicker-clock-hand-background-color:#c2185b}html{--mtx-datetimepicker-clock-cell-selected-state-background-color:#c2185b}html{--mtx-datetimepicker-time-input-active-state-text-color:#c2185b}html{--mtx-datetimepicker-time-input-active-state-background-color:rgba(194, 24, 91, 0.2)}html{--mtx-datetimepicker-time-input-focus-state-outline-color:#c2185b}html{--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(194, 24, 91, 0.6)}html{--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(194, 24, 91, 0.2)}html{--mtx-datetimepicker-toggle-active-state-icon-color:#c2185b}html{--mtx-datetimepicker-toggle-icon-color:white}html{--mtx-datetimepicker-calendar-body-label-text-color:rgba(255, 255, 255, 0.7)}html{--mtx-datetimepicker-calendar-header-text-color:white}html{--mtx-datetimepicker-calendar-header-divider-color:transparent}html{--mtx-datetimepicker-calendar-table-header-text-color:rgba(255, 255, 255, 0.7)}html{--mtx-datetimepicker-calendar-date-today-outline-color:rgba(255, 255, 255, 0.5)}html{--mtx-datetimepicker-calendar-date-text-color:white}html{--mtx-datetimepicker-calendar-date-outline-color:transparent}html{--mtx-datetimepicker-calendar-date-disabled-state-text-color:rgba(255, 255, 255, 0.5)}html{--mtx-datetimepicker-container-background-color:#424242}html{--mtx-datetimepicker-container-text-color:white}html{--mtx-datetimepicker-clock-dial-background-color:rgba(255, 255, 255, 0.12)}html{--mtx-datetimepicker-clock-cell-text-color:white}html{--mtx-datetimepicker-clock-cell-hover-state-background-color:rgba(255, 255, 255, 0.04)}html{--mtx-datetimepicker-clock-cell-disabled-state-text-color:rgba(255, 255, 255, 0.5)}html{--mtx-datetimepicker-time-input-text-color:white}html{--mtx-datetimepicker-time-input-background-color:rgba(255, 255, 255, 0.12)}html{--mtx-datetimepicker-time-input-focus-state-background-color:#303030}html{--mtx-datetimepicker-time-input-warn-state-outline-color:#f44336}html{--mtx-datetimepicker-time-ampm-text-color:rgba(255, 255, 255, 0.75)}html{--mtx-datetimepicker-time-ampm-outline-color:rgba(255, 255, 255, 0.5)}html{--mtx-datetimepicker-time-ampm-selected-state-text-color:white}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-header-background-color:#b0bec5}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-selected-state-text-color:rgba(0, 0, 0, 0.87)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-selected-state-background-color:#b0bec5}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(176, 190, 197, 0.4)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:rgba(0, 0, 0, 0.87)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(176, 190, 197, 0.3)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(176, 190, 197, 0.3)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-clock-hand-background-color:#b0bec5}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-clock-cell-selected-state-background-color:#b0bec5}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-time-input-active-state-text-color:#b0bec5}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-time-input-active-state-background-color:rgba(176, 190, 197, 0.2)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-time-input-focus-state-outline-color:#b0bec5}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(176, 190, 197, 0.6)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(176, 190, 197, 0.2)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-header-background-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-selected-state-text-color:white}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-selected-state-background-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:white}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-clock-hand-background-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-clock-cell-selected-state-background-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-time-input-active-state-text-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-time-input-active-state-background-color:rgba(244, 67, 54, 0.2)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-time-input-focus-state-outline-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(244, 67, 54, 0.6)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(244, 67, 54, 0.2)}.mtx-datetimepicker-toggle-active.mat-accent{--mtx-datetimepicker-toggle-active-state-icon-color:#b0bec5}.mtx-datetimepicker-toggle-active.mat-warn{--mtx-datetimepicker-toggle-active-state-icon-color:#f44336}html{--mtx-datetimepicker-calendar-text-font:Roboto, sans-serif}html{--mtx-datetimepicker-calendar-text-size:13px}html{--mtx-datetimepicker-calendar-body-label-text-size:14px}html{--mtx-datetimepicker-calendar-body-label-text-weight:500}html{--mtx-datetimepicker-calendar-period-button-text-size:14px}html{--mtx-datetimepicker-calendar-period-button-text-weight:500}html{--mtx-datetimepicker-calendar-table-header-text-size:11px}html{--mtx-datetimepicker-calendar-table-header-text-weight:400}html{--mtx-datetimepicker-clock-text-size:14px}html{--mtx-drawer-container-shape:0}html{--mtx-drawer-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12)}html{--mtx-drawer-container-background-color:#424242}html{--mtx-drawer-container-text-color:white}html{--mtx-grid-container-shape:0}html{--mtx-grid-table-cell-min-width:80px}html{--mtx-grid-outline-color:rgba(255, 255, 255, 0.2)}html{--mtx-grid-column-menu-text-color:white}html{--mtx-grid-column-menu-divider-color:rgba(255, 255, 255, 0.12)}html{--mtx-grid-table-footer-background-color:#212121}html{--mtx-grid-table-row-striped-background-color:#3a3a3a}html{--mtx-grid-table-row-hover-background-color:#2a2a2a}html{--mtx-grid-table-row-selected-background-color:#2a2a2a}html{--mtx-grid-table-row-selected-hover-background-color:#1a1a1a}html{--mtx-grid-table-cell-selected-outline-color:#b0bec5}html{--mtx-grid-resizable-handle-active-background-color:#c2185b}html{--mtx-grid-resizable-handle-hover-background-color:#c2185b}html{--mtx-grid-resizable-handle-disabled-background-color:rgba(255, 255, 255, 0.12)}html{--mtx-grid-row-expand-button-size:48px}html{--mtx-loader-backdrop-background-color:rgba(48, 48, 48, 0.75)}html{--mtx-popover-container-shape:4px}html{--mtx-popover-base-elevation-level:8}html{--mtx-popover-outline-color:rgba(255, 255, 255, 0.12)}html{--mtx-popover-background-color:#424242}html{--mtx-popover-text-color:white}html{--mtx-progress-container-shape:4px}html{--mtx-progress-track-color:rgba(255, 255, 255, 0.04)}html{--mtx-progress-indicator-color:rgba(255, 255, 255, 0.12)}html{--mtx-progress-text-color:white}html{--mtx-progress-info-indicator-color:#0d47a1}html{--mtx-progress-info-text-color:white}html{--mtx-progress-success-indicator-color:#1b5e20}html{--mtx-progress-success-text-color:white}html{--mtx-progress-warning-indicator-color:#e65100}html{--mtx-progress-warning-text-color:white}html{--mtx-progress-danger-indicator-color:#b71c1c}html{--mtx-progress-danger-text-color:white}html{--mtx-progress-text-size:12px}html{--mtx-select-container-shape:4px}html{--mtx-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mtx-select-option-selected-state-text-color:#c2185b}html{--mtx-select-container-text-color:white}html{--mtx-select-placeholder-text-color:rgba(255, 255, 255, 0.5)}html{--mtx-select-disabled-text-color:rgba(255, 255, 255, 0.5)}html{--mtx-select-multiple-value-background-color:#616161}html{--mtx-select-multiple-value-outline-color:rgba(255, 255, 255, 0.12)}html{--mtx-select-multiple-value-icon-hover-background-color:rgba(255, 255, 255, 0.12)}html{--mtx-select-clear-icon-color:rgba(255, 255, 255, 0.7)}html{--mtx-select-clear-icon-hover-color:#f44336}html{--mtx-select-enabled-arrow-color:rgba(255, 255, 255, 0.7)}html{--mtx-select-disabled-arrow-color:rgba(255, 255, 255, 0.5)}html{--mtx-select-invalid-arrow-color:#f44336}html{--mtx-select-panel-background-color:#424242}html{--mtx-select-panel-divider-color:rgba(255, 255, 255, 0.12)}html{--mtx-select-optgroup-label-text-color:rgba(255, 255, 255, 0.7)}html{--mtx-select-option-label-text-color:white}html{--mtx-select-option-selected-state-background-color:rgba(255, 255, 255, 0.04)}html{--mtx-select-option-hover-state-background-color:rgba(255, 255, 255, 0.04)}html{--mtx-select-option-disabled-state-text-color:rgba(255, 255, 255, 0.5)}.ng-dropdown-panel.mat-accent{--mtx-select-option-selected-state-text-color:#b0bec5}.ng-dropdown-panel.mat-warn{--mtx-select-option-selected-state-text-color:#f44336}html{--mtx-split-gutter-hover-state-background-color:#c2185b}html{--mtx-split-gutter-background-color:rgba(255, 255, 255, 0.12)}.mtx-split>.mtx-split-gutter.mat-accent:hover{--mtx-split-gutter-hover-state-background-color:#b0bec5}.mtx-split>.mtx-split-gutter.mat-warn:hover{--mtx-split-gutter-hover-state-background-color:#f44336}html{--mdc-plain-tooltip-container-shape:4px}html{--mdc-plain-tooltip-supporting-text-line-height:16px}html{--mdc-plain-tooltip-container-color:#616161}html{--mdc-plain-tooltip-supporting-text-color:#fff}html{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif}html{--mdc-plain-tooltip-supporting-text-size:12px}html{--mdc-plain-tooltip-supporting-text-weight:400}html{--mdc-plain-tooltip-supporting-text-tracking:0.0333333333em}
@@ -1 +1 @@
1
- .mat-button-loading .mdc-button__label,.mat-button-loading .mat-icon{visibility:hidden}.mat-button-loading .mat-mdc-progress-spinner{position:absolute;top:calc(50% - 12px);left:calc(50% - 12px)}.mat-column-resize-table.cdk-column-resize-with-resized-column{table-layout:fixed}.mat-column-resize-flex .mat-mdc-header-cell,.mat-column-resize-flex .mat-mdc-cell{box-sizing:border-box;min-width:32px}.mat-mdc-header-cell{position:relative}.mat-resizable{box-sizing:border-box}.mat-mdc-header-cell:not(.mat-resizable)::after,.mat-resizable-handle{position:absolute;bottom:0;top:0;right:0;width:1px;background:rgba(0,0,0,0);transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2)}.mat-mdc-header-cell:not(.mat-resizable)::after{content:""}[dir=rtl] .mat-mdc-header-cell:not(.mat-resizable)::after,[dir=rtl] .mat-resizable-handle{left:0;right:auto}[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-header-cell,[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-left:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-right:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell:not(.mat-resizable)::after{background-color:var(--mtx-grid-resizable-handle-disabled-background-color)}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle{background-color:var(--mtx-grid-resizable-handle-hover-background-color)}.mat-resizable.cdk-resizable-overlay-thumb-active>.mat-resizable-handle{opacity:0;transition:none}.mat-resizable-handle:focus,.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle:focus{outline:none;background-color:var(--mtx-grid-resizable-handle-active-background-color)}.mat-column-resize-overlay-thumb{background:rgba(0,0,0,0);cursor:col-resize;width:100%;height:100%;transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2);-webkit-user-select:none;user-select:none}.mat-column-resize-overlay-thumb:active{will-change:transform;background:linear-gradient(90deg, transparent, transparent 7px, var(--mtx-grid-resizable-handle-active-background-color) 7px, var(--mtx-grid-resizable-handle-active-background-color) 9px, transparent 9px, transparent)}.mat-column-resize-overlay-thumb:active .mat-column-resize-overlay-thumb-top{background:linear-gradient(90deg, transparent, transparent 4px, var(--mtx-grid-resizable-handle-active-background-color) 4px, var(--mtx-grid-resizable-handle-active-background-color) 12px, transparent 12px, transparent)}.mat-column-resize-overlay-thumb-top{width:100%}html{--mtx-alert-container-shape:4px}html{--mtx-alert-outline-color:transparent;--mtx-alert-background-color:#212121;--mtx-alert-text-color:white;--mtx-alert-info-outline-color:transparent;--mtx-alert-info-background-color:#0d47a1;--mtx-alert-info-text-color:white;--mtx-alert-success-outline-color:transparent;--mtx-alert-success-background-color:#1b5e20;--mtx-alert-success-text-color:white;--mtx-alert-warning-outline-color:transparent;--mtx-alert-warning-background-color:#ff6f00;--mtx-alert-warning-text-color:white;--mtx-alert-danger-outline-color:transparent;--mtx-alert-danger-background-color:#b71c1c;--mtx-alert-danger-text-color:white}html{--mtx-colorpicker-toggle-active-state-icon-color:#7b1fa2;--mtx-colorpicker-toggle-icon-color:white}.mtx-colorpicker-toggle-active.mat-accent{--mtx-colorpicker-toggle-active-state-icon-color:#69f0ae}.mtx-colorpicker-toggle-active.mat-warn{--mtx-colorpicker-toggle-active-state-icon-color:#f44336}html{--mtx-datetimepicker-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);--mtx-datetimepicker-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);--mtx-datetimepicker-container-shape:4px;--mtx-datetimepicker-container-touch-shape:4px;--mtx-datetimepicker-selector-container-shape:4px}html{--mtx-datetimepicker-calendar-header-background-color:#7b1fa2;--mtx-datetimepicker-calendar-date-selected-state-text-color:white;--mtx-datetimepicker-calendar-date-selected-state-background-color:#7b1fa2;--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(123, 31, 162, 0.4);--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:white;--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(123, 31, 162, 0.3);--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(123, 31, 162, 0.3);--mtx-datetimepicker-clock-hand-background-color:#7b1fa2;--mtx-datetimepicker-clock-cell-selected-state-background-color:#7b1fa2;--mtx-datetimepicker-time-input-active-state-text-color:#7b1fa2;--mtx-datetimepicker-time-input-active-state-background-color:rgba(123, 31, 162, 0.2);--mtx-datetimepicker-time-input-focus-state-outline-color:#7b1fa2;--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(123, 31, 162, 0.6);--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(123, 31, 162, 0.2);--mtx-datetimepicker-toggle-active-state-icon-color:#7b1fa2;--mtx-datetimepicker-toggle-icon-color:white;--mtx-datetimepicker-calendar-body-label-text-color:rgba(255, 255, 255, 0.7);--mtx-datetimepicker-calendar-header-text-color:white;--mtx-datetimepicker-calendar-header-divider-color:transparent;--mtx-datetimepicker-calendar-table-header-text-color:rgba(255, 255, 255, 0.7);--mtx-datetimepicker-calendar-date-today-outline-color:rgba(255, 255, 255, 0.5);--mtx-datetimepicker-calendar-date-text-color:white;--mtx-datetimepicker-calendar-date-outline-color:transparent;--mtx-datetimepicker-calendar-date-disabled-state-text-color:rgba(255, 255, 255, 0.5);--mtx-datetimepicker-container-background-color:#424242;--mtx-datetimepicker-container-text-color:white;--mtx-datetimepicker-clock-dial-background-color:rgba(255, 255, 255, 0.12);--mtx-datetimepicker-clock-cell-text-color:white;--mtx-datetimepicker-clock-cell-hover-state-background-color:rgba(255, 255, 255, 0.04);--mtx-datetimepicker-clock-cell-disabled-state-text-color:rgba(255, 255, 255, 0.5);--mtx-datetimepicker-time-input-text-color:white;--mtx-datetimepicker-time-input-background-color:rgba(255, 255, 255, 0.12);--mtx-datetimepicker-time-input-focus-state-background-color:#303030;--mtx-datetimepicker-time-input-warn-state-outline-color:#f44336;--mtx-datetimepicker-time-ampm-text-color:rgba(255, 255, 255, 0.75);--mtx-datetimepicker-time-ampm-outline-color:rgba(255, 255, 255, 0.5);--mtx-datetimepicker-time-ampm-selected-state-text-color:white}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-header-background-color:#69f0ae;--mtx-datetimepicker-calendar-date-selected-state-text-color:rgba(0, 0, 0, 0.87);--mtx-datetimepicker-calendar-date-selected-state-background-color:#69f0ae;--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(105, 240, 174, 0.4);--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:rgba(0, 0, 0, 0.87);--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(105, 240, 174, 0.3);--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(105, 240, 174, 0.3);--mtx-datetimepicker-clock-hand-background-color:#69f0ae;--mtx-datetimepicker-clock-cell-selected-state-background-color:#69f0ae;--mtx-datetimepicker-time-input-active-state-text-color:#69f0ae;--mtx-datetimepicker-time-input-active-state-background-color:rgba(105, 240, 174, 0.2);--mtx-datetimepicker-time-input-focus-state-outline-color:#69f0ae;--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(105, 240, 174, 0.6);--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(105, 240, 174, 0.2)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-header-background-color:#f44336;--mtx-datetimepicker-calendar-date-selected-state-text-color:white;--mtx-datetimepicker-calendar-date-selected-state-background-color:#f44336;--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:white;--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);--mtx-datetimepicker-clock-hand-background-color:#f44336;--mtx-datetimepicker-clock-cell-selected-state-background-color:#f44336;--mtx-datetimepicker-time-input-active-state-text-color:#f44336;--mtx-datetimepicker-time-input-active-state-background-color:rgba(244, 67, 54, 0.2);--mtx-datetimepicker-time-input-focus-state-outline-color:#f44336;--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(244, 67, 54, 0.6);--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(244, 67, 54, 0.2)}.mtx-datetimepicker-toggle-active.mat-accent{--mtx-datetimepicker-toggle-active-state-icon-color:#69f0ae}.mtx-datetimepicker-toggle-active.mat-warn{--mtx-datetimepicker-toggle-active-state-icon-color:#f44336}html{--mtx-datetimepicker-calendar-text-font:Roboto, sans-serif;--mtx-datetimepicker-calendar-text-size:13px;--mtx-datetimepicker-calendar-body-label-text-size:14px;--mtx-datetimepicker-calendar-body-label-text-weight:500;--mtx-datetimepicker-calendar-period-button-text-size:14px;--mtx-datetimepicker-calendar-period-button-text-weight:500;--mtx-datetimepicker-calendar-table-header-text-size:11px;--mtx-datetimepicker-calendar-table-header-text-weight:400;--mtx-datetimepicker-clock-text-size:14px}html{--mtx-drawer-container-shape:0;--mtx-drawer-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12)}html{--mtx-drawer-container-background-color:#424242;--mtx-drawer-container-text-color:white}html{--mtx-grid-container-shape:0;--mtx-grid-table-cell-min-width:80px}html{--mtx-grid-outline-color:rgba(255, 255, 255, 0.2);--mtx-grid-column-menu-text-color:white;--mtx-grid-column-menu-divider-color:rgba(255, 255, 255, 0.12);--mtx-grid-table-footer-background-color:#212121;--mtx-grid-table-row-striped-background-color:#3a3a3a;--mtx-grid-table-row-hover-background-color:#2a2a2a;--mtx-grid-table-row-selected-background-color:#2a2a2a;--mtx-grid-table-row-selected-hover-background-color:#1a1a1a;--mtx-grid-table-cell-selected-outline-color:#69f0ae;--mtx-grid-resizable-handle-active-background-color:#7b1fa2;--mtx-grid-resizable-handle-hover-background-color:#7b1fa2;--mtx-grid-resizable-handle-disabled-background-color:rgba(255, 255, 255, 0.12)}html{--mtx-grid-row-expand-button-size:48px}html{--mtx-loader-backdrop-background-color:rgba(48, 48, 48, 0.75)}html{--mtx-popover-container-shape:4px;--mtx-popover-base-elevation-level:8}html{--mtx-popover-outline-color:rgba(255, 255, 255, 0.12);--mtx-popover-background-color:#424242;--mtx-popover-text-color:white}html{--mtx-progress-container-shape:4px}html{--mtx-progress-track-color:rgba(255, 255, 255, 0.04);--mtx-progress-indicator-color:rgba(255, 255, 255, 0.12);--mtx-progress-text-color:white;--mtx-progress-info-indicator-color:#0d47a1;--mtx-progress-info-text-color:white;--mtx-progress-success-indicator-color:#1b5e20;--mtx-progress-success-text-color:white;--mtx-progress-warning-indicator-color:#e65100;--mtx-progress-warning-text-color:white;--mtx-progress-danger-indicator-color:#b71c1c;--mtx-progress-danger-text-color:white}html{--mtx-progress-text-size:12px}html{--mtx-select-container-shape:4px;--mtx-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mtx-select-option-selected-state-text-color:#7b1fa2;--mtx-select-container-text-color:white;--mtx-select-placeholder-text-color:rgba(255, 255, 255, 0.5);--mtx-select-disabled-text-color:rgba(255, 255, 255, 0.5);--mtx-select-multiple-value-background-color:#616161;--mtx-select-multiple-value-outline-color:rgba(255, 255, 255, 0.12);--mtx-select-multiple-value-icon-hover-background-color:rgba(255, 255, 255, 0.12);--mtx-select-clear-icon-color:rgba(255, 255, 255, 0.7);--mtx-select-clear-icon-hover-color:#f44336;--mtx-select-enabled-arrow-color:rgba(255, 255, 255, 0.7);--mtx-select-disabled-arrow-color:rgba(255, 255, 255, 0.5);--mtx-select-invalid-arrow-color:#f44336;--mtx-select-panel-background-color:#424242;--mtx-select-panel-divider-color:rgba(255, 255, 255, 0.12);--mtx-select-optgroup-label-text-color:rgba(255, 255, 255, 0.7);--mtx-select-option-label-text-color:white;--mtx-select-option-selected-state-background-color:rgba(255, 255, 255, 0.04);--mtx-select-option-hover-state-background-color:rgba(255, 255, 255, 0.04);--mtx-select-option-disabled-state-text-color:rgba(255, 255, 255, 0.5)}.ng-dropdown-panel.mat-accent{--mtx-select-option-selected-state-text-color:#69f0ae}.ng-dropdown-panel.mat-warn{--mtx-select-option-selected-state-text-color:#f44336}html{--mtx-split-gutter-hover-state-background-color:#7b1fa2;--mtx-split-gutter-background-color:rgba(255, 255, 255, 0.12)}.mtx-split>.mtx-split-gutter.mat-accent:hover{--mtx-split-gutter-hover-state-background-color:#69f0ae}.mtx-split>.mtx-split-gutter.mat-warn:hover{--mtx-split-gutter-hover-state-background-color:#f44336}html{--mdc-plain-tooltip-container-shape:4px;--mdc-plain-tooltip-supporting-text-line-height:16px}html{--mdc-plain-tooltip-container-color:#616161;--mdc-plain-tooltip-supporting-text-color:#fff}html{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:12px;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:0.0333333333em}
1
+ .mat-button-loading .mdc-button__label,.mat-button-loading .mat-icon{visibility:hidden}.mat-button-loading .mat-mdc-progress-spinner{position:absolute;top:calc(50% - 12px);left:calc(50% - 12px)}.mat-column-resize-table.cdk-column-resize-with-resized-column{table-layout:fixed}.mat-column-resize-flex .mat-mdc-header-cell,.mat-column-resize-flex .mat-mdc-cell{box-sizing:border-box;min-width:32px}.mat-mdc-header-cell{position:relative}.mat-resizable{box-sizing:border-box}.mat-mdc-header-cell:not(.mat-resizable)::after,.mat-resizable-handle{position:absolute;bottom:0;top:0;right:0;width:1px;background:rgba(0,0,0,0);transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2)}.mat-mdc-header-cell:not(.mat-resizable)::after{content:""}[dir=rtl] .mat-mdc-header-cell:not(.mat-resizable)::after,[dir=rtl] .mat-resizable-handle{left:0;right:auto}[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-header-cell,[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-left:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell{border-right:none}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell:not(.mat-resizable)::after{background-color:var(--mtx-grid-resizable-handle-disabled-background-color, var(--mat-app-outline-variant))}.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle{background-color:var(--mtx-grid-resizable-handle-hover-background-color, var(--mat-app-primary))}.mat-resizable.cdk-resizable-overlay-thumb-active>.mat-resizable-handle{opacity:0;transition:none}.mat-resizable-handle:focus,.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle:focus{outline:none;background-color:var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary))}.mat-column-resize-overlay-thumb{background:rgba(0,0,0,0);cursor:col-resize;width:100%;height:100%;transition:background 300ms cubic-bezier(0.55, 0, 0.55, 0.2);-webkit-user-select:none;user-select:none}.mat-column-resize-overlay-thumb:active{will-change:transform;background:linear-gradient(90deg, transparent, transparent 7px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 7px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 9px, transparent 9px, transparent)}.mat-column-resize-overlay-thumb:active .mat-column-resize-overlay-thumb-top{background:linear-gradient(90deg, transparent, transparent 4px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 4px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-app-primary)) 12px, transparent 12px, transparent)}.mat-column-resize-overlay-thumb-top{width:100%}html{--mtx-alert-container-shape:4px}html{--mtx-alert-outline-color:transparent}html{--mtx-alert-background-color:#212121}html{--mtx-alert-text-color:white}html{--mtx-alert-info-outline-color:transparent}html{--mtx-alert-info-background-color:#0d47a1}html{--mtx-alert-info-text-color:white}html{--mtx-alert-success-outline-color:transparent}html{--mtx-alert-success-background-color:#1b5e20}html{--mtx-alert-success-text-color:white}html{--mtx-alert-warning-outline-color:transparent}html{--mtx-alert-warning-background-color:#ff6f00}html{--mtx-alert-warning-text-color:white}html{--mtx-alert-danger-outline-color:transparent}html{--mtx-alert-danger-background-color:#b71c1c}html{--mtx-alert-danger-text-color:white}html{--mtx-colorpicker-toggle-active-state-icon-color:#7b1fa2}html{--mtx-colorpicker-toggle-icon-color:white}.mtx-colorpicker-toggle-active.mat-accent{--mtx-colorpicker-toggle-active-state-icon-color:#69f0ae}.mtx-colorpicker-toggle-active.mat-warn{--mtx-colorpicker-toggle-active-state-icon-color:#f44336}html{--mtx-datetimepicker-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12)}html{--mtx-datetimepicker-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12)}html{--mtx-datetimepicker-container-shape:4px}html{--mtx-datetimepicker-container-touch-shape:4px}html{--mtx-datetimepicker-selector-container-shape:4px}html{--mtx-datetimepicker-calendar-header-background-color:#7b1fa2}html{--mtx-datetimepicker-calendar-date-selected-state-text-color:white}html{--mtx-datetimepicker-calendar-date-selected-state-background-color:#7b1fa2}html{--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(123, 31, 162, 0.4)}html{--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:white}html{--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(123, 31, 162, 0.3)}html{--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(123, 31, 162, 0.3)}html{--mtx-datetimepicker-clock-hand-background-color:#7b1fa2}html{--mtx-datetimepicker-clock-cell-selected-state-background-color:#7b1fa2}html{--mtx-datetimepicker-time-input-active-state-text-color:#7b1fa2}html{--mtx-datetimepicker-time-input-active-state-background-color:rgba(123, 31, 162, 0.2)}html{--mtx-datetimepicker-time-input-focus-state-outline-color:#7b1fa2}html{--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(123, 31, 162, 0.6)}html{--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(123, 31, 162, 0.2)}html{--mtx-datetimepicker-toggle-active-state-icon-color:#7b1fa2}html{--mtx-datetimepicker-toggle-icon-color:white}html{--mtx-datetimepicker-calendar-body-label-text-color:rgba(255, 255, 255, 0.7)}html{--mtx-datetimepicker-calendar-header-text-color:white}html{--mtx-datetimepicker-calendar-header-divider-color:transparent}html{--mtx-datetimepicker-calendar-table-header-text-color:rgba(255, 255, 255, 0.7)}html{--mtx-datetimepicker-calendar-date-today-outline-color:rgba(255, 255, 255, 0.5)}html{--mtx-datetimepicker-calendar-date-text-color:white}html{--mtx-datetimepicker-calendar-date-outline-color:transparent}html{--mtx-datetimepicker-calendar-date-disabled-state-text-color:rgba(255, 255, 255, 0.5)}html{--mtx-datetimepicker-container-background-color:#424242}html{--mtx-datetimepicker-container-text-color:white}html{--mtx-datetimepicker-clock-dial-background-color:rgba(255, 255, 255, 0.12)}html{--mtx-datetimepicker-clock-cell-text-color:white}html{--mtx-datetimepicker-clock-cell-hover-state-background-color:rgba(255, 255, 255, 0.04)}html{--mtx-datetimepicker-clock-cell-disabled-state-text-color:rgba(255, 255, 255, 0.5)}html{--mtx-datetimepicker-time-input-text-color:white}html{--mtx-datetimepicker-time-input-background-color:rgba(255, 255, 255, 0.12)}html{--mtx-datetimepicker-time-input-focus-state-background-color:#303030}html{--mtx-datetimepicker-time-input-warn-state-outline-color:#f44336}html{--mtx-datetimepicker-time-ampm-text-color:rgba(255, 255, 255, 0.75)}html{--mtx-datetimepicker-time-ampm-outline-color:rgba(255, 255, 255, 0.5)}html{--mtx-datetimepicker-time-ampm-selected-state-text-color:white}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-header-background-color:#69f0ae}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-selected-state-text-color:rgba(0, 0, 0, 0.87)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-selected-state-background-color:#69f0ae}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(105, 240, 174, 0.4)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:rgba(0, 0, 0, 0.87)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(105, 240, 174, 0.3)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(105, 240, 174, 0.3)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-clock-hand-background-color:#69f0ae}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-clock-cell-selected-state-background-color:#69f0ae}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-time-input-active-state-text-color:#69f0ae}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-time-input-active-state-background-color:rgba(105, 240, 174, 0.2)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-time-input-focus-state-outline-color:#69f0ae}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(105, 240, 174, 0.6)}.mtx-datetimepicker-content.mat-accent{--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(105, 240, 174, 0.2)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-header-background-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-selected-state-text-color:white}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-selected-state-background-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-today-selected-state-outline-color:white}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-clock-hand-background-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-clock-cell-selected-state-background-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-time-input-active-state-text-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-time-input-active-state-background-color:rgba(244, 67, 54, 0.2)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-time-input-focus-state-outline-color:#f44336}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-time-input-focus-state-placeholder-text-color:rgba(244, 67, 54, 0.6)}.mtx-datetimepicker-content.mat-warn{--mtx-datetimepicker-time-ampm-selected-state-background-color:rgba(244, 67, 54, 0.2)}.mtx-datetimepicker-toggle-active.mat-accent{--mtx-datetimepicker-toggle-active-state-icon-color:#69f0ae}.mtx-datetimepicker-toggle-active.mat-warn{--mtx-datetimepicker-toggle-active-state-icon-color:#f44336}html{--mtx-datetimepicker-calendar-text-font:Roboto, sans-serif}html{--mtx-datetimepicker-calendar-text-size:13px}html{--mtx-datetimepicker-calendar-body-label-text-size:14px}html{--mtx-datetimepicker-calendar-body-label-text-weight:500}html{--mtx-datetimepicker-calendar-period-button-text-size:14px}html{--mtx-datetimepicker-calendar-period-button-text-weight:500}html{--mtx-datetimepicker-calendar-table-header-text-size:11px}html{--mtx-datetimepicker-calendar-table-header-text-weight:400}html{--mtx-datetimepicker-clock-text-size:14px}html{--mtx-drawer-container-shape:0}html{--mtx-drawer-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12)}html{--mtx-drawer-container-background-color:#424242}html{--mtx-drawer-container-text-color:white}html{--mtx-grid-container-shape:0}html{--mtx-grid-table-cell-min-width:80px}html{--mtx-grid-outline-color:rgba(255, 255, 255, 0.2)}html{--mtx-grid-column-menu-text-color:white}html{--mtx-grid-column-menu-divider-color:rgba(255, 255, 255, 0.12)}html{--mtx-grid-table-footer-background-color:#212121}html{--mtx-grid-table-row-striped-background-color:#3a3a3a}html{--mtx-grid-table-row-hover-background-color:#2a2a2a}html{--mtx-grid-table-row-selected-background-color:#2a2a2a}html{--mtx-grid-table-row-selected-hover-background-color:#1a1a1a}html{--mtx-grid-table-cell-selected-outline-color:#69f0ae}html{--mtx-grid-resizable-handle-active-background-color:#7b1fa2}html{--mtx-grid-resizable-handle-hover-background-color:#7b1fa2}html{--mtx-grid-resizable-handle-disabled-background-color:rgba(255, 255, 255, 0.12)}html{--mtx-grid-row-expand-button-size:48px}html{--mtx-loader-backdrop-background-color:rgba(48, 48, 48, 0.75)}html{--mtx-popover-container-shape:4px}html{--mtx-popover-base-elevation-level:8}html{--mtx-popover-outline-color:rgba(255, 255, 255, 0.12)}html{--mtx-popover-background-color:#424242}html{--mtx-popover-text-color:white}html{--mtx-progress-container-shape:4px}html{--mtx-progress-track-color:rgba(255, 255, 255, 0.04)}html{--mtx-progress-indicator-color:rgba(255, 255, 255, 0.12)}html{--mtx-progress-text-color:white}html{--mtx-progress-info-indicator-color:#0d47a1}html{--mtx-progress-info-text-color:white}html{--mtx-progress-success-indicator-color:#1b5e20}html{--mtx-progress-success-text-color:white}html{--mtx-progress-warning-indicator-color:#e65100}html{--mtx-progress-warning-text-color:white}html{--mtx-progress-danger-indicator-color:#b71c1c}html{--mtx-progress-danger-text-color:white}html{--mtx-progress-text-size:12px}html{--mtx-select-container-shape:4px}html{--mtx-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}html{--mtx-select-option-selected-state-text-color:#7b1fa2}html{--mtx-select-container-text-color:white}html{--mtx-select-placeholder-text-color:rgba(255, 255, 255, 0.5)}html{--mtx-select-disabled-text-color:rgba(255, 255, 255, 0.5)}html{--mtx-select-multiple-value-background-color:#616161}html{--mtx-select-multiple-value-outline-color:rgba(255, 255, 255, 0.12)}html{--mtx-select-multiple-value-icon-hover-background-color:rgba(255, 255, 255, 0.12)}html{--mtx-select-clear-icon-color:rgba(255, 255, 255, 0.7)}html{--mtx-select-clear-icon-hover-color:#f44336}html{--mtx-select-enabled-arrow-color:rgba(255, 255, 255, 0.7)}html{--mtx-select-disabled-arrow-color:rgba(255, 255, 255, 0.5)}html{--mtx-select-invalid-arrow-color:#f44336}html{--mtx-select-panel-background-color:#424242}html{--mtx-select-panel-divider-color:rgba(255, 255, 255, 0.12)}html{--mtx-select-optgroup-label-text-color:rgba(255, 255, 255, 0.7)}html{--mtx-select-option-label-text-color:white}html{--mtx-select-option-selected-state-background-color:rgba(255, 255, 255, 0.04)}html{--mtx-select-option-hover-state-background-color:rgba(255, 255, 255, 0.04)}html{--mtx-select-option-disabled-state-text-color:rgba(255, 255, 255, 0.5)}.ng-dropdown-panel.mat-accent{--mtx-select-option-selected-state-text-color:#69f0ae}.ng-dropdown-panel.mat-warn{--mtx-select-option-selected-state-text-color:#f44336}html{--mtx-split-gutter-hover-state-background-color:#7b1fa2}html{--mtx-split-gutter-background-color:rgba(255, 255, 255, 0.12)}.mtx-split>.mtx-split-gutter.mat-accent:hover{--mtx-split-gutter-hover-state-background-color:#69f0ae}.mtx-split>.mtx-split-gutter.mat-warn:hover{--mtx-split-gutter-hover-state-background-color:#f44336}html{--mdc-plain-tooltip-container-shape:4px}html{--mdc-plain-tooltip-supporting-text-line-height:16px}html{--mdc-plain-tooltip-container-color:#616161}html{--mdc-plain-tooltip-supporting-text-color:#fff}html{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif}html{--mdc-plain-tooltip-supporting-text-size:12px}html{--mdc-plain-tooltip-supporting-text-weight:400}html{--mdc-plain-tooltip-supporting-text-tracking:0.0333333333em}