ca-components 1.3.41 → 1.3.92

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 (216) hide show
  1. package/assets/scss/filters.scss +3 -0
  2. package/assets/scss/text-selection.scss +5 -0
  3. package/esm2022/lib/ca-components.module.mjs +8 -2
  4. package/esm2022/lib/components/ca-activity-log-list/ca-activity-log-list.component.mjs +3 -3
  5. package/esm2022/lib/components/ca-checkbox/ca-checkbox.component.mjs +2 -2
  6. package/esm2022/lib/components/ca-collapsible-filter/ca-collapsible-filter.component.mjs +2 -2
  7. package/esm2022/lib/components/ca-comment/ca-comment.component.mjs +2 -2
  8. package/esm2022/lib/components/ca-comment/modals/comment-modal/comment-modal.component.mjs +3 -3
  9. package/esm2022/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.mjs +3 -3
  10. package/esm2022/lib/components/ca-details-dropdown/ca-details-dropdown.component.mjs +2 -2
  11. package/esm2022/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.mjs +3 -3
  12. package/esm2022/lib/components/ca-filters/ca-filter.component.mjs +2 -2
  13. package/esm2022/lib/components/ca-filters/components/ca-dispatcher-filter/ca-dispatcher-filter.component.mjs +2 -2
  14. package/esm2022/lib/components/ca-filters/components/ca-location-filter/ca-location-filter.component.mjs +2 -2
  15. package/esm2022/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.mjs +2 -2
  16. package/esm2022/lib/components/ca-filters/components/ca-pm-filter/ca-pm-filter.component.mjs +2 -2
  17. package/esm2022/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.mjs +2 -2
  18. package/esm2022/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.mjs +2 -2
  19. package/esm2022/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.mjs +3 -3
  20. package/esm2022/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.mjs +2 -2
  21. package/esm2022/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.mjs +2 -2
  22. package/esm2022/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.mjs +2 -2
  23. package/esm2022/lib/components/ca-filters/components/ca-violation-filter/ca-violation-filter.component.mjs +2 -2
  24. package/esm2022/lib/components/ca-input/ca-input.component.mjs +2 -2
  25. package/esm2022/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.mjs +2 -2
  26. package/esm2022/lib/components/ca-input-datetime-picker/ca-input-datetime-picker.component.mjs +2 -2
  27. package/esm2022/lib/components/ca-input-dropdown/ca-input-dropdown.component.mjs +2 -2
  28. package/esm2022/lib/components/ca-input-dropdown-test/animations/index.mjs +2 -0
  29. package/esm2022/lib/components/ca-input-dropdown-test/animations/input-dropdown.animation.mjs +11 -0
  30. package/esm2022/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.mjs +692 -0
  31. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.mjs +62 -0
  32. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.mjs +72 -0
  33. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.mjs +60 -0
  34. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.mjs +62 -0
  35. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.mjs +76 -0
  36. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.mjs +58 -0
  37. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.mjs +76 -0
  38. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker-item/ca-input-dropdown-load-broker-item.component.mjs +41 -0
  39. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.mjs +64 -0
  40. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact-item/ca-input-dropdown-load-broker-contact-item.component.mjs +38 -0
  41. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.mjs +62 -0
  42. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper-item/ca-input-dropdown-load-broker-shipper-item.component.mjs +37 -0
  43. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.mjs +61 -0
  44. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher-item/ca-input-dropdown-load-dispatcher-item.component.mjs +49 -0
  45. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.mjs +60 -0
  46. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd-item/ca-input-dropdown-load-dispatches-ttd-item.mjs +49 -0
  47. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.mjs +65 -0
  48. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.mjs +58 -0
  49. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.mjs +62 -0
  50. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.mjs +63 -0
  51. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.mjs +72 -0
  52. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template-item/ca-input-dropdown-svgtext-template-item.component.mjs +56 -0
  53. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.mjs +77 -0
  54. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.mjs +58 -0
  55. package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.mjs +62 -0
  56. package/esm2022/lib/components/ca-input-dropdown-test/enums/dropdown-string.enum.mjs +6 -0
  57. package/esm2022/lib/components/ca-input-dropdown-test/enums/dropdown-template-type.enum.mjs +23 -0
  58. package/esm2022/lib/components/ca-input-dropdown-test/enums/index.mjs +3 -0
  59. package/esm2022/lib/components/ca-input-dropdown-test/models/index.mjs +4 -0
  60. package/esm2022/lib/components/ca-input-dropdown-test/models/input-dropdown-option.model.mjs +2 -0
  61. package/esm2022/lib/components/ca-input-dropdown-test/models/load-modal-status.model.mjs +2 -0
  62. package/esm2022/lib/components/ca-input-dropdown-test/models/status-order.model.mjs +2 -0
  63. package/esm2022/lib/components/ca-input-dropdown-test/pipes/dropdown-count.pipe.mjs +29 -0
  64. package/esm2022/lib/components/ca-input-dropdown-test/pipes/dropdown-options.pipe.mjs +73 -0
  65. package/esm2022/lib/components/ca-input-dropdown-test/pipes/index.mjs +10 -0
  66. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.mjs +27 -0
  67. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.mjs +22 -0
  68. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-get-icon.pipe.mjs +18 -0
  69. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-label-class.pipe.mjs +27 -0
  70. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.mjs +25 -0
  71. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.mjs +23 -0
  72. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-container.pipe.mjs +25 -0
  73. package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.mjs +23 -0
  74. package/esm2022/lib/components/ca-input-dropdown-test/utils/svg-routes/index.mjs +2 -0
  75. package/esm2022/lib/components/ca-input-dropdown-test/utils/svg-routes/input-dropdown-svg-routes.mjs +13 -0
  76. package/esm2022/lib/components/ca-input-note/ca-input-note.component.mjs +2 -2
  77. package/esm2022/lib/components/ca-input-test/input-test.component.mjs +2 -2
  78. package/esm2022/lib/components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component.mjs +75 -0
  79. package/esm2022/lib/components/ca-last-fuel-price-progress/enums/index.mjs +2 -0
  80. package/esm2022/lib/components/ca-last-fuel-price-progress/enums/last-fuel-price-progress.enum.mjs +6 -0
  81. package/esm2022/lib/components/ca-last-fuel-price-progress/interfaces/index.mjs +3 -0
  82. package/esm2022/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-config.interface.mjs +2 -0
  83. package/esm2022/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-data.interface.mjs +2 -0
  84. package/esm2022/lib/components/ca-last-fuel-price-progress/utils/constants/index.mjs +2 -0
  85. package/esm2022/lib/components/ca-last-fuel-price-progress/utils/constants/last-fuel-price-progress.constants.mjs +10 -0
  86. package/esm2022/lib/components/ca-last-fuel-price-progress/utils/helpers/index.mjs +2 -0
  87. package/esm2022/lib/components/ca-last-fuel-price-progress/utils/helpers/last-fuel-price-progress.helper.mjs +25 -0
  88. package/esm2022/lib/components/ca-last-fuel-price-progress/utils/svg-routes/index.mjs +2 -0
  89. package/esm2022/lib/components/ca-last-fuel-price-progress/utils/svg-routes/last-fuel-price-progress-svg-routes.mjs +4 -0
  90. package/esm2022/lib/components/ca-logo-change/ca-logo-change.component.mjs +3 -3
  91. package/esm2022/lib/components/ca-main-table/ca-main-table.component.mjs +3 -3
  92. package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +2 -2
  93. package/esm2022/lib/components/ca-modal-button/ca-modal-button.component.mjs +3 -3
  94. package/esm2022/lib/components/ca-new-filter/ca-filter-dropdown.component.mjs +24 -5
  95. package/esm2022/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.mjs +14 -3
  96. package/esm2022/lib/components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component.mjs +3 -3
  97. package/esm2022/lib/components/ca-new-filter/components/ca-filter-time-dropdown/ca-filter-time-dropdown.component.mjs +3 -3
  98. package/esm2022/lib/components/ca-new-filter/constant/filter-dropdown-icons.constant.mjs +29 -4
  99. package/esm2022/lib/components/ca-new-filter/enums/filter-dropdown-types.enum.mjs +3 -1
  100. package/esm2022/lib/components/ca-new-filter/interface/filter-dropdown-configuration.interface.mjs +1 -1
  101. package/esm2022/lib/components/ca-ngx-slider/ca-ngx-slider.component.mjs +2 -2
  102. package/esm2022/lib/components/ca-note/ca-note.component.mjs +2 -2
  103. package/esm2022/lib/components/ca-note-container/ca-note-container.component.mjs +2 -2
  104. package/esm2022/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.mjs +2 -2
  105. package/esm2022/lib/components/ca-period-content/ca-period-content.component.mjs +3 -3
  106. package/esm2022/lib/components/ca-period-content/components/ca-period-content-extra-info/ca-period-content-extra-info.component.mjs +3 -3
  107. package/esm2022/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.mjs +3 -3
  108. package/esm2022/lib/components/ca-period-content/components/ca-period-content-user-info/ca-period-content-user-info.component.mjs +3 -3
  109. package/esm2022/lib/components/ca-period-content/enums/period-title-type.enum.mjs +6 -6
  110. package/esm2022/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.mjs +3 -3
  111. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.mjs +3 -3
  112. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.mjs +3 -3
  113. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.mjs +3 -3
  114. package/esm2022/lib/components/ca-profile-image/ca-profile-image.component.mjs +3 -3
  115. package/esm2022/lib/components/ca-progress-bar/ca-progress-bar.component.mjs +2 -2
  116. package/esm2022/lib/components/ca-progress-expiration/ca-progress-expiration.component.mjs +2 -2
  117. package/esm2022/lib/components/ca-rating-review/ca-rating-review.component.mjs +2 -2
  118. package/esm2022/lib/components/ca-rating-review/components/ca-rating-review-user/ca-rating-review-user.component.mjs +2 -2
  119. package/esm2022/lib/components/ca-rating-review/components/ca-ratings-reviews-popup/ca-ratings-reviews-popup.component.mjs +2 -2
  120. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component.mjs +3 -3
  121. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component.mjs +3 -3
  122. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-top-bar/ca-right-side-panel-top-bar.component.mjs +3 -3
  123. package/esm2022/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.mjs +2 -2
  124. package/esm2022/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.mjs +2 -2
  125. package/esm2022/lib/components/ca-spinner/ca-spinner.component.mjs +2 -2
  126. package/esm2022/lib/components/ca-tab-switch/ca-tab-switch.component.mjs +3 -3
  127. package/esm2022/lib/components/ca-todo/ca-todo.component.mjs +3 -3
  128. package/esm2022/lib/components/ca-todo/components/ca-todo-card.component.mjs +3 -3
  129. package/esm2022/lib/components/ca-tooltip-list/ca-tooltip-list.component.mjs +3 -3
  130. package/esm2022/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.mjs +2 -2
  131. package/esm2022/lib/components/ca-upload-files/ca-upload-files.component.mjs +3 -3
  132. package/esm2022/lib/components/ca-upload-files/components/ca-upload-dropzone/ca-upload-dropzone.component.mjs +3 -3
  133. package/esm2022/lib/components/ca-upload-files/components/ca-upload-file/ca-upload-file.component.mjs +2 -2
  134. package/esm2022/lib/components/ca-upload-files/components/ca-upload-files-carousel/ca-upload-files-carousel.component.mjs +3 -3
  135. package/esm2022/lib/components/ca-vehicle-list/ca-vehicle-list.component.mjs +5 -3
  136. package/esm2022/lib/components/ca-vehicle-list/utils/constants/vehicle-list.constants.mjs +34 -1
  137. package/esm2022/lib/enums/index.mjs +2 -0
  138. package/esm2022/lib/enums/string-placeholder.enum.mjs +14 -0
  139. package/esm2022/public-api.mjs +8 -6
  140. package/fesm2022/ca-components.mjs +2704 -304
  141. package/fesm2022/ca-components.mjs.map +1 -1
  142. package/lib/ca-components.module.d.ts +3 -2
  143. package/lib/components/ca-input-dropdown-test/animations/index.d.ts +1 -0
  144. package/lib/components/ca-input-dropdown-test/animations/input-dropdown.animation.d.ts +1 -0
  145. package/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.d.ts +125 -0
  146. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.d.ts +20 -0
  147. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.d.ts +22 -0
  148. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.d.ts +19 -0
  149. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.d.ts +20 -0
  150. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.d.ts +27 -0
  151. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.d.ts +18 -0
  152. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.d.ts +24 -0
  153. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker-item/ca-input-dropdown-load-broker-item.component.d.ts +10 -0
  154. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.d.ts +18 -0
  155. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact-item/ca-input-dropdown-load-broker-contact-item.component.d.ts +11 -0
  156. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.d.ts +18 -0
  157. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper-item/ca-input-dropdown-load-broker-shipper-item.component.d.ts +11 -0
  158. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.d.ts +18 -0
  159. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher-item/ca-input-dropdown-load-dispatcher-item.component.d.ts +14 -0
  160. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.d.ts +20 -0
  161. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd-item/ca-input-dropdown-load-dispatches-ttd-item.d.ts +14 -0
  162. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.d.ts +20 -0
  163. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.d.ts +18 -0
  164. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.d.ts +20 -0
  165. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.d.ts +20 -0
  166. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.d.ts +22 -0
  167. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template-item/ca-input-dropdown-svgtext-template-item.component.d.ts +15 -0
  168. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.d.ts +22 -0
  169. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.d.ts +18 -0
  170. package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.d.ts +20 -0
  171. package/lib/components/ca-input-dropdown-test/enums/dropdown-string.enum.d.ts +4 -0
  172. package/lib/components/ca-input-dropdown-test/enums/dropdown-template-type.enum.d.ts +21 -0
  173. package/lib/components/ca-input-dropdown-test/enums/index.d.ts +2 -0
  174. package/lib/components/ca-input-dropdown-test/models/index.d.ts +3 -0
  175. package/lib/components/ca-input-dropdown-test/models/input-dropdown-option.model.d.ts +95 -0
  176. package/lib/components/ca-input-dropdown-test/models/load-modal-status.model.d.ts +5 -0
  177. package/lib/components/ca-input-dropdown-test/models/status-order.model.d.ts +4 -0
  178. package/lib/components/ca-input-dropdown-test/pipes/dropdown-count.pipe.d.ts +7 -0
  179. package/lib/components/ca-input-dropdown-test/pipes/dropdown-options.pipe.d.ts +10 -0
  180. package/lib/components/ca-input-dropdown-test/pipes/index.d.ts +9 -0
  181. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.d.ts +11 -0
  182. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.d.ts +10 -0
  183. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-get-icon.pipe.d.ts +9 -0
  184. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-label-class.pipe.d.ts +11 -0
  185. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.d.ts +10 -0
  186. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.d.ts +11 -0
  187. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-container.pipe.d.ts +10 -0
  188. package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.d.ts +11 -0
  189. package/lib/components/ca-input-dropdown-test/utils/svg-routes/index.d.ts +1 -0
  190. package/lib/components/ca-input-dropdown-test/utils/svg-routes/input-dropdown-svg-routes.d.ts +12 -0
  191. package/lib/components/ca-input-test/mixins/input-command.mixin.d.ts +1 -1
  192. package/lib/components/ca-input-test/mixins/input-helper.mixin.d.ts +1 -1
  193. package/lib/components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component.d.ts +18 -0
  194. package/lib/components/ca-last-fuel-price-progress/enums/index.d.ts +1 -0
  195. package/lib/components/ca-last-fuel-price-progress/enums/last-fuel-price-progress.enum.d.ts +4 -0
  196. package/lib/components/ca-last-fuel-price-progress/interfaces/index.d.ts +2 -0
  197. package/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-config.interface.d.ts +9 -0
  198. package/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-data.interface.d.ts +10 -0
  199. package/lib/components/ca-last-fuel-price-progress/utils/constants/index.d.ts +1 -0
  200. package/lib/components/ca-last-fuel-price-progress/utils/constants/last-fuel-price-progress.constants.d.ts +3 -0
  201. package/lib/components/ca-last-fuel-price-progress/utils/helpers/index.d.ts +1 -0
  202. package/lib/components/ca-last-fuel-price-progress/utils/helpers/last-fuel-price-progress.helper.d.ts +7 -0
  203. package/lib/components/ca-last-fuel-price-progress/utils/svg-routes/index.d.ts +1 -0
  204. package/lib/components/ca-last-fuel-price-progress/utils/svg-routes/last-fuel-price-progress-svg-routes.d.ts +3 -0
  205. package/lib/components/ca-new-filter/ca-filter-dropdown.component.d.ts +5 -1
  206. package/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.d.ts +3 -0
  207. package/lib/components/ca-new-filter/enums/filter-dropdown-types.enum.d.ts +2 -0
  208. package/lib/components/ca-new-filter/interface/filter-dropdown-configuration.interface.d.ts +2 -1
  209. package/lib/components/ca-period-content/enums/period-title-type.enum.d.ts +5 -5
  210. package/lib/components/ca-vehicle-list/ca-vehicle-list.component.d.ts +2 -0
  211. package/lib/components/ca-vehicle-list/utils/constants/vehicle-list.constants.d.ts +2 -0
  212. package/lib/enums/index.d.ts +1 -0
  213. package/lib/enums/string-placeholder.enum.d.ts +12 -0
  214. package/package.json +1 -1
  215. package/public-api.d.ts +7 -5
  216. package/src/assets/ca-components/svg/common/ic_owner-status.svg +7 -0
@@ -98,7 +98,7 @@ export class CaTodoCardComponent {
98
98
  return index;
99
99
  }
100
100
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CaTodoCardComponent, deps: [{ token: i1.FileService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
101
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: CaTodoCardComponent, isStandalone: true, selector: "app-ca-todo-card", inputs: { config: "config", commentConfig: "commentConfig", newCommentConfig: "newCommentConfig", configProgress: "configProgress", uploadFilesConfig: "uploadFilesConfig" }, outputs: { onFileEvent: "onFileEvent" }, providers: [FileService], viewQueries: [{ propertyName: "modalCarousel", first: true, predicate: CaUploadFilesCarouselComponent, descendants: true }], ngImport: i0, template: "<div class=\"todo-container\">\n <div class=\"todo-content d-grid\">\n <!--Header-->\n <div\n class=\"todo-header d-flex align-items-center justify-content-between\"\n >\n <div class=\"title-container\">\n <div class=\"title\">{{ config.title }}</div>\n </div>\n\n <!--SVG Icons-->\n <div class=\"svg-container d-flex\">\n <div\n class=\"icon-box\"\n [tooltipBackground]=\"'#424242'\"\n ngbTooltip\n [mainCaTooltip]=\"config.link ? 'Hyperlink' : 'No Hyperlink'\"\n position=\"bottom\"\n (click)=\"addLink()\"\n [ngClass]=\"{\n 'icon-active': !isLinkVisible && config.link,\n 'icon-has-link d-flex align-items-center justify-content-center':\n config.link,\n 'icon-without-link': !config.link,\n }\"\n >\n <svg-icon class=\"icon\" [src]=\"svgTodo.web\"></svg-icon>\n </div>\n <div\n class=\"icon-box\"\n [tooltipBackground]=\"'#424242'\"\n ngbTooltip\n [mainCaTooltip]=\"\n uploadFilesConfig.files.length ? 'Attachment' : 'No Attachment'\n \"\n position=\"bottom\"\n (click)=\"toggleDocument()\"\n [ngClass]=\"{\n 'icon-active': isDocumentVisible && uploadFilesConfig.files.length,\n 'icon-has-link d-flex align-items-center justify-content-center':\n uploadFilesConfig.files.length,\n 'icon-without-link': !uploadFilesConfig.files.length,\n }\"\n [ngStyle]=\"{\n 'pointer-events': uploadFilesConfig.files.length ? 'auto' : 'none',\n }\"\n >\n <svg-icon\n class=\"icon\"\n [src]=\"svgTodo.attachment\"\n ></svg-icon>\n </div>\n <div\n class=\"icon-box\"\n [tooltipBackground]=\"'#424242'\"\n ngbTooltip\n [mainCaTooltip]=\"\n commentConfig.length ? 'Comment' : 'No Comment'\n \"\n position=\"bottom\"\n (click)=\"toggleComments()\"\n [ngClass]=\"{\n 'icon-active':\n isCommentsVisible && commentConfig.length,\n 'icon-has-link d-flex align-items-center justify-content-center':\n commentConfig.length,\n 'icon-without-link': !commentConfig.length,\n }\"\n >\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"18\"\n height=\"18\"\n viewBox=\"26 26\"\n >\n <g\n id=\"Comment_-_Count\"\n data-name=\"Comment - Count\"\n transform=\"translate(0.5 2.5)\"\n >\n <path\n id=\"Path_10563\"\n data-name=\"Path 10563\"\n d=\"M963.974,510.676H950.584a2.274,2.274,0,0,0-2.305,2.237v10.5a2.274,2.274,0,0,0,2.305,2.237h.82l1.574,2.645a.792.792,0,0,0,1.351,0l1.574-2.645h8.07a2.275,2.275,0,0,0,2.305-2.237v-10.5a2.274,2.274,0,0,0-2.305-2.237\"\n transform=\"translate(-948.279 -512.676)\"\n fill=\"#aaa\"\n stroke=\"rgba(0,0,0,0)\"\n stroke-width=\"1\"\n />\n </g>\n <text\n x=\"50%\"\n y=\"50%\"\n dominant-baseline=\"middle\"\n text-anchor=\"middle\"\n id=\"_1\"\n data-name=\"1\"\n fill=\"#fff\"\n font-size=\"9\"\n font-family=\"Montserrat-Bold, Montserrat\"\n font-weight=\"600\"\n >\n <tspan class=\"number-comments\">\n {{ commentCounter }}\n </tspan>\n </text>\n </svg>\n </div>\n </div>\n </div>\n\n <!--Body-->\n <div class=\"todo-body d-flex flex-column\">\n <div class=\"everybody-container d-flex align-items-center\">\n <ng-container\n *ngIf=\"!config.imageProfiles?.length; else showProfiles\"\n >\n <div class=\"asignee-everybody\">\n <p class=\"asignee-everybody-p\">Everybody</p>\n </div>\n </ng-container>\n </div>\n\n <ng-template #showProfiles>\n <div class=\"asignee-images-container d-flex align-items-center\">\n <!--Asigment-->\n <ng-container *ngIf=\"config.assigment\">\n <ng-container\n *ngFor=\"\n let item of config.assigment;\n trackBy: identity\n \"\n >\n <div\n class=\"asignee\"\n [ngClass]=\"{ 'asignee-list': config.assigment }\"\n >\n <p\n [ngClass]=\"{\n 'asignee-item': config.assigment,\n }\"\n >\n {{ item }}\n </p>\n </div>\n </ng-container>\n </ng-container>\n\n <!--Images-->\n <div\n class=\"images-container d-flex align-items-center flex-row\"\n >\n <ng-container\n *ngFor=\"\n let profile of config.imageProfiles;\n trackBy: identity\n \"\n >\n <div class=\"image\">\n <app-ca-profile-image\n [indx]=\"profile.indx\"\n [textShortName]=\"profile.textShortName\"\n [avatarColor]=\"profile.avatarColor\"\n ></app-ca-profile-image>\n </div>\n </ng-container>\n </div>\n </div>\n </ng-template>\n\n <!--Description-->\n <div class=\"description-container d-flex\">\n <p class=\"description\">{{ config.description }}</p>\n </div>\n\n <!--Link-->\n <ng-container *ngIf=\"!isLinkVisible\">\n <div\n class=\"link-container\"\n [@showHideCardBody]=\"!isLinkVisible\"\n >\n <a\n class=\"link\"\n [href]=\"link\"\n style=\"text-decoration: none\"\n target=\"_blank\"\n >{{ link }}</a\n >\n </div>\n </ng-container>\n\n <!--Progress expiration-->\n <div class=\"progress-expiration\">\n <lib-ca-progress-expiration\n [config]=\"configProgress\"\n ></lib-ca-progress-expiration>\n </div>\n </div>\n\n <!--Documents and Comments-->\n <div class=\"todo-actions\">\n <!--Line-->\n <ng-container *ngIf=\"isDocumentVisible\">\n <div class=\"border-container\">\n <div class=\"border-line\"></div>\n </div>\n\n <!--Documents-->\n <div class=\"comment-header-container\">\n <div\n class=\"comment-title-content d-flex justify-content-between\"\n >\n <div class=\"comment-title d-flex align-items-center\">\n <p>Documents</p>\n <span\n class=\"counter d-flex align-items-center justify-content-center\"\n >{{ documentCounter }}</span\n >\n </div>\n <div class=\"comment-svg\">\n <svg-icon\n [src]=\"svgTodo.upload\"\n (click)=\"saveAllFiles()\"\n ></svg-icon>\n </div>\n </div>\n </div>\n\n <!-- Container for carousel with all files -->\n <div\n class=\"upload-section\"\n [@showHideCardBody]=\"isDocumentVisible\"\n >\n <app-ca-upload-files\n [uploadFilesConfig] = \"uploadFilesConfig\"\n ></app-ca-upload-files>\n </div>\n </ng-container>\n\n <!--Line-->\n <ng-container *ngIf=\"isCommentsVisible\">\n <div class=\"border-container\">\n <div class=\"border-line\"></div>\n </div>\n\n <!--Comments-->\n <div class=\"comment-header-container\">\n <div\n class=\"comment-title-content d-flex justify-content-between\"\n >\n <div class=\"comment-title d-flex align-items-center\">\n <p>Comment</p>\n <span\n class=\"counter d-flex align-items-center justify-content-center\"\n >{{ commentCounter }}</span\n >\n </div>\n\n <div class=\"comment-svg\">\n <svg-icon\n [src]=\"svgTodo.plus\"\n (click)=\"toggleNewComment()\"\n ></svg-icon>\n </div>\n </div>\n </div>\n\n <ng-container\n *ngFor=\"let item of commentConfig; trackBy: identity\"\n >\n <div\n class=\"comment-body\"\n [@showHideCardBody]=\"isCommentsVisible\"\n >\n <div class=\"comment\">\n <app-ca-comment [config]=\"item\"></app-ca-comment>\n </div>\n </div>\n </ng-container>\n\n <!--New Comment-->\n <ng-container *ngIf=\"isNewComment\">\n <ng-container\n *ngFor=\"let item of newCommentConfig; trackBy: identity\"\n >\n <div\n class=\"comment-body\"\n [@showHideCardBody]=\"isCommentsVisible\"\n >\n <div class=\"comment\">\n <app-ca-comment\n [config]=\"item\"\n ></app-ca-comment>\n </div>\n </div>\n </ng-container>\n </ng-container>\n </ng-container>\n </div>\n </div>\n</div>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium,.todo-container .todo-content .todo-body .link-container .link{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold,.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title .counter,.todo-container .todo-content .todo-body .asignee-images-container .asignee p,.todo-container .todo-content .todo-body .asignee-everybody .asignee-everybody-p,.todo-container .todo-content .todo-header .title-container .title{font-weight:700!important}.ca-font-extra-bold,.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title p{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:340px!important}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.gps_dropdown_popover{top:-38px;max-width:494px}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#fff}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#fff}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#fff}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:.83}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{padding:4px 10px;white-space:nowrap;max-width:none;border-radius:3px}.tooltip-inner:empty{padding:0}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;background-color:transparent;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;font-weight:700;border-radius:2px;padding:2px 8px;animation:scaleItem .3s;white-space:normal}.app-ca-main-tooltip .tooltip-inner .tooltip-holder:empty{padding:0}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background-color:#42424233!important;color:#424242!important}.text-color-black::selection{background-color:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-muted::selection{background-color:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green-2{color:#259f94!important}.text-color-green-2::-moz-selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-2::selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-4{color:#86c9c3!important}.text-color-green-4::-moz-selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-green-4::selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-13::selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-16{color:#e9effd!important}.text-color-blue-16::-moz-selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-16::selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-19{color:#92b1f5!important}.text-color-blue-19::-moz-selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-blue-19::selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-11{color:#df3c3c!important}.text-color-red-11::-moz-selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-11::selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-13{color:#ed9292!important}.text-color-red-13::-moz-selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-red-13::selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-yellow{color:#fab15c!important}.text-color-yellow::-moz-selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow::selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-purple{color:#b370f0!important}.text-color-purple::-moz-selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-purple::selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{background-color:#ccc3!important;color:#ccc!important}.text-color-light-grey-6::selection{background-color:#ccc3!important;color:#ccc!important}.text-color-white{color:#fff!important}.text-color-white::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2{color:#fff!important}.text-color-white-2::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-white-4::selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw6-2::selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{background-color:#dadada33!important;color:#dadada!important}.text-color-bw-9::selection{background-color:#dadada33!important;color:#dadada!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey::selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{background-color:#91919133!important;color:#919191!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}.svg-fill-black svg path,.svg-fill-black svg circle{fill:#424242!important}.svg-fill-white svg path,.svg-fill-white svg circle{fill:#fff!important}.svg-fill-white-2 svg path,.svg-fill-white-2 svg circle{fill:#fff!important}.svg-fill-muted svg path,.svg-fill-muted svg circle{fill:#919191!important}.svg-fill-bw-9 svg path,.svg-fill-bw-9 svg circle{fill:#dadada!important}.svg-fill-light-grey-2 svg path,.svg-fill-light-grey-2 svg circle{fill:#aaa!important}.svg-fill-light-grey-6 svg path,.svg-fill-light-grey-6 svg circle{fill:#ccc!important}.svg-fill-blue-8 svg path,.svg-fill-blue-8 svg circle{fill:#6692f1!important}.svg-fill-blue-13 svg path,.svg-fill-blue-13 svg circle{fill:#6692f1!important}.svg-fill-blue-14 svg path,.svg-fill-blue-14 svg circle{fill:#3b73ed!important}.svg-fill-blue-17 svg path,.svg-fill-blue-17 svg circle{fill:#bed0f9!important}.svg-fill-blue-19 svg path,.svg-fill-blue-19 svg circle{fill:#92b1f5!important}.svg-fill-blue-26 svg path,.svg-fill-blue-26 svg circle{fill:#4dc5eb!important}.svg-fill-green svg path,.svg-fill-green svg circle{fill:#56b4ac!important}.svg-fill-green-2 svg path,.svg-fill-green-2 svg circle{fill:#259f94!important}.svg-fill-green-4 svg path,.svg-fill-green-4 svg circle{fill:#86c9c3!important}.svg-fill-yellow-1 svg path,.svg-fill-yellow-1 svg circle{fill:#fab15c!important}.svg-fill-yellow-4 svg path,.svg-fill-yellow-4 svg circle{fill:#fbc88b!important}.svg-fill-yellow-5 svg path,.svg-fill-yellow-5 svg circle{fill:#f89b2e!important}.svg-fill-white-4 svg path,.svg-fill-white-4 svg circle{fill:#ffffffb2!important}.svg-fill-grey svg path,.svg-fill-grey svg circle{fill:#919191!important}.svg-fill-red-10 svg path,.svg-fill-red-10 svg circle{fill:#e66767!important}.svg-fill-red-11 svg path,.svg-fill-red-11 svg circle{fill:#df3c3c!important}.svg-hover-white svg path{transition:fill .3s ease-in-out}.svg-hover-white:hover svg path{fill:#fff!important}.svg-hover-white-2 svg path{transition:fill .3s ease-in-out}.svg-hover-white-2:hover svg path{fill:#fff!important}.svg-hover-muted svg path{transition:fill .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-grey-4 svg path{transition:fill .3s ease-in-out}.svg-hover-grey-4:hover svg path{fill:#ccc!important}.svg-hover-black svg path{transition:fill .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-10 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-10:hover svg path{fill:#bed0f9!important}.svg-hover-blue-15 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-blue-19 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-19:hover svg path{fill:#92b1f5!important}.svg-hover-bw6-2 svg path{transition:fill .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-trash-red svg path{transition:fill .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:fill .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-10 svg{width:10px;height:10px}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-18 svg{width:18px;height:18px}.svg-size-22 svg{width:22px;height:22px}.svg-size-26 svg{width:26px;height:26px}.svg-size-44-16 svg{width:44px;height:16px}.background-black{background-color:#424242}.background-black-2{background-color:#2f2f2f}.background-blue-13{background-color:#6692f1}.background-blue-14{background-color:#3b73ed}.background-dark-2{background-color:#91919133}.background-hover-bw2{transition:background-color .3s ease-in-out}.background-hover-bw2:hover{background-color:#eee!important}.background-hover-blue-15{transition:background-color .3s ease-in-out}.background-hover-blue-15:hover{background-color:#0b49d1!important}.br-1{border-radius:1px}.br-2{border-radius:2px}.br-3{border-radius:3px}.br-10{border-radius:10px}.br-circle{border-radius:50%}.padding-2{padding:2px}.padding-4{padding:4px}.padding-y-2{padding-top:2px;padding-bottom:2px}.padding-y-4{padding-top:4px;padding-bottom:4px}.padding-x-4{padding-left:4px;padding-right:4px}.padding-x-5{padding-left:5px;padding-right:5px}.margin-t-4{margin-top:4px}.margin-r-4{margin-right:4px}.margin-b-4{margin-bottom:4px}.margin-t-6{margin-top:6px}.margin-r-6{margin-right:6px}.margin-b-6{margin-bottom:6px}.margin-t-24{margin-top:24px}.margin-r-24{margin-right:24px}.margin-b-24{margin-bottom:24px}.gap-xs{gap:2px}.height-1{height:1px}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.filter-dropdown-popover{width:260px}.filter-dropdown-popover-max-height{max-height:360px}.filter-dropdown-list{max-height:260px;overflow-y:auto}.filter-dropdown-list-icon{height:26px;transition:background-color .3s ease-in-out}.filter-dropdown-list-icon-value{height:14px;width:14px}.filter-dropdown-list-icon-remove{display:none}.filter-dropdown-list-icon:hover{background-color:#424242}.filter-dropdown-list-icon:hover .filter-dropdown-icon-count{display:none}.filter-dropdown-list-icon-selected:hover{background-color:#0b49d1}.filter-dropdown-list-item-icons{transition:opacity .3s ease-in-out;opacity:0}.filter-dropdown-list-item-status-circle{height:10px;width:10px}.filter-dropdown-list-item-remove{display:none}.filter-dropdown-list-item:hover{background-color:#424242}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons{opacity:1}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons svg path{fill:var(--svg-fill-color, #e66767)}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove{display:flex}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove svg path{fill:#e66767!important}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-count{display:none!important}.filter-dropdown-icon{height:26px;width:26px}.filter-dropdown-count{height:14px;width:14px}.filter-dropdown-count-remove,.filter-dropdown-count-hover:hover .filter-dropdown-count-value{display:none}.filter-dropdown-count-hover:hover .filter-dropdown-count-remove{display:flex}.filter-dropdown-button{height:26px}.filter-dropdown-footer-button{color:#dadada;transition:color .3s ease-in-out,background-color .3s ease-in-out;height:18px;width:50%}.filter-dropdown-footer-button-set{color:#fff;background-color:#3b73ed}.filter-dropdown-footer-button-set:hover{background-color:#e9effd;color:#0b49d1}.filter-dropdown-footer-button-clear{color:#dadada}.filter-dropdown-footer-button-clear:hover{background-color:#eee;color:#424242}.filter-dropdown-list-badge{min-width:18px}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.c-pointer{cursor:pointer}.ca-scroll-bar{overflow-y:scroll}.ca-scroll-bar::-webkit-scrollbar{width:2px}.ca-scroll-bar::-webkit-scrollbar-thumb{background:#ccc;border-radius:1px}.ca-scroll-bar::-webkit-scrollbar-track{background:#2f2f2f}.cdk-drag-preview{background-color:#fff;border-radius:3px;box-shadow:0 0 6px #0000004d;z-index:1000}.todo-container{border-radius:3px}.todo-container .todo-content{cursor:grab}.todo-container .todo-content .todo-header{padding:6px 4px 0 6px}.todo-container .todo-content .todo-header .title-container{padding:4px 4px 4px 6px}.todo-container .todo-content .todo-header .title-container .title{font-family:Montserrat,sans-serif;font-size:14px;line-height:18px;color:#424242}.todo-container .todo-content .todo-header .svg-container{cursor:pointer;gap:4px}.todo-container .todo-content .todo-header .svg-container .icon-box .icon-without-link svg path{fill:#ccc}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link{width:26px;height:26px}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link svg path{fill:#919191}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link svg path:nth-of-type(2){fill:#fff!important}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link:not(.icon-active):hover{background-color:#eee;border-radius:2px}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link:not(.icon-active):hover svg path{fill:#424242}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link:not(.icon-active):hover svg path:nth-of-type(2){fill:#fff!important}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-active{background-color:#e9effd}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-active svg path{fill:#6692f1}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-active svg path:nth-of-type(2){fill:#fff!important}.todo-container .todo-content .todo-header .svg-container .icon-box:focus.icon-active{background-color:#e9effd}.todo-container .todo-content .todo-header .svg-container .icon{height:26px;width:26px;border-radius:2px}.todo-container .todo-content .todo-body{padding:0 6px 8px 12px;gap:8px}.todo-container .todo-content .todo-body .asignee-everybody{background-color:#e9effd;padding:2px 6px;border-radius:2px;height:18px;margin:4px 2px}.todo-container .todo-content .todo-body .asignee-everybody .asignee-everybody-p{font-size:11px;line-height:14px;font-family:Montserrat,sans-serif;color:#3b73ed}.todo-container .todo-content .todo-body .asignee-images-container .asignee{background-color:#e9effd;padding:2px 6px;border-radius:2px;height:18px}.todo-container .todo-content .todo-body .asignee-images-container .asignee.asignee-list{background-color:#eee;margin:2px}.todo-container .todo-content .todo-body .asignee-images-container .asignee p{font-size:11px;line-height:14px;font-family:Montserrat,sans-serif;color:#3b73ed}.todo-container .todo-content .todo-body .asignee-images-container .asignee p.asignee-item{color:#424242}.todo-container .todo-content .todo-body .asignee-images-container .images-container{margin-left:8px;height:30px}.todo-container .todo-content .todo-body .description-container{width:578.67px;gap:10px}.todo-container .todo-content .todo-body .description-container .description{font-size:14px;line-height:18px}.todo-container .todo-content .todo-body .progress-expiration{width:100%}.todo-container .todo-content .todo-body .link-container{transition:max-height .3s ease-in-out,opacity .3s ease-in-out}.todo-container .todo-content .todo-body .link-container .link{font-family:Montserrat,sans-serif;font-size:14px;line-height:18px}.todo-container .todo-content .todo-actions{margin-bottom:8px}.todo-container .todo-content .todo-actions .border-container{padding:4px 2px}.todo-container .todo-content .todo-actions .border-container .border-line{border:1px solid #dadada;width:100%}.todo-container .todo-content .todo-actions .comment-header-container,.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content{padding:0 0 0 6px}.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title{font-family:Montserrat,sans-serif;gap:4px}.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title p{font-size:14px;line-height:18px;color:#424242}.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title .counter{color:#fff;background-color:#6c6c6c;width:18px;height:18px;border-radius:60px;font-size:11px;line-height:14px}.todo-container .todo-content .todo-actions .comment-body{padding:4px 0 4px 6px}.todo-container .todo-content .todo-actions .upload-section{padding:6px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: AngularSvgIconModule }, { kind: "component", type: i3.SvgIconComponent, selector: "svg-icon", inputs: ["src", "name", "stretch", "applyClass", "applyCss", "svgClass", "class", "viewBox", "svgAriaLabel", "svgStyle"] }, { kind: "ngmodule", type: HttpClientModule }, { kind: "directive", type: NgbTooltip, selector: "[ngbTooltip]", inputs: ["animation", "autoClose", "placement", "popperOptions", "triggers", "positionTarget", "container", "disableTooltip", "tooltipClass", "tooltipContext", "openDelay", "closeDelay", "ngbTooltip"], outputs: ["shown", "hidden"], exportAs: ["ngbTooltip"] }, { kind: "ngmodule", type: NgbModule }, { kind: "component", type:
101
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: CaTodoCardComponent, isStandalone: true, selector: "app-ca-todo-card", inputs: { config: "config", commentConfig: "commentConfig", newCommentConfig: "newCommentConfig", configProgress: "configProgress", uploadFilesConfig: "uploadFilesConfig" }, outputs: { onFileEvent: "onFileEvent" }, providers: [FileService], viewQueries: [{ propertyName: "modalCarousel", first: true, predicate: CaUploadFilesCarouselComponent, descendants: true }], ngImport: i0, template: "<div class=\"todo-container\">\n <div class=\"todo-content d-grid\">\n <!--Header-->\n <div\n class=\"todo-header d-flex align-items-center justify-content-between\"\n >\n <div class=\"title-container\">\n <div class=\"title\">{{ config.title }}</div>\n </div>\n\n <!--SVG Icons-->\n <div class=\"svg-container d-flex\">\n <div\n class=\"icon-box\"\n [tooltipBackground]=\"'#424242'\"\n ngbTooltip\n [mainCaTooltip]=\"config.link ? 'Hyperlink' : 'No Hyperlink'\"\n position=\"bottom\"\n (click)=\"addLink()\"\n [ngClass]=\"{\n 'icon-active': !isLinkVisible && config.link,\n 'icon-has-link d-flex align-items-center justify-content-center':\n config.link,\n 'icon-without-link': !config.link,\n }\"\n >\n <svg-icon class=\"icon\" [src]=\"svgTodo.web\"></svg-icon>\n </div>\n <div\n class=\"icon-box\"\n [tooltipBackground]=\"'#424242'\"\n ngbTooltip\n [mainCaTooltip]=\"\n uploadFilesConfig.files.length ? 'Attachment' : 'No Attachment'\n \"\n position=\"bottom\"\n (click)=\"toggleDocument()\"\n [ngClass]=\"{\n 'icon-active': isDocumentVisible && uploadFilesConfig.files.length,\n 'icon-has-link d-flex align-items-center justify-content-center':\n uploadFilesConfig.files.length,\n 'icon-without-link': !uploadFilesConfig.files.length,\n }\"\n [ngStyle]=\"{\n 'pointer-events': uploadFilesConfig.files.length ? 'auto' : 'none',\n }\"\n >\n <svg-icon\n class=\"icon\"\n [src]=\"svgTodo.attachment\"\n ></svg-icon>\n </div>\n <div\n class=\"icon-box\"\n [tooltipBackground]=\"'#424242'\"\n ngbTooltip\n [mainCaTooltip]=\"\n commentConfig.length ? 'Comment' : 'No Comment'\n \"\n position=\"bottom\"\n (click)=\"toggleComments()\"\n [ngClass]=\"{\n 'icon-active':\n isCommentsVisible && commentConfig.length,\n 'icon-has-link d-flex align-items-center justify-content-center':\n commentConfig.length,\n 'icon-without-link': !commentConfig.length,\n }\"\n >\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"18\"\n height=\"18\"\n viewBox=\"26 26\"\n >\n <g\n id=\"Comment_-_Count\"\n data-name=\"Comment - Count\"\n transform=\"translate(0.5 2.5)\"\n >\n <path\n id=\"Path_10563\"\n data-name=\"Path 10563\"\n d=\"M963.974,510.676H950.584a2.274,2.274,0,0,0-2.305,2.237v10.5a2.274,2.274,0,0,0,2.305,2.237h.82l1.574,2.645a.792.792,0,0,0,1.351,0l1.574-2.645h8.07a2.275,2.275,0,0,0,2.305-2.237v-10.5a2.274,2.274,0,0,0-2.305-2.237\"\n transform=\"translate(-948.279 -512.676)\"\n fill=\"#aaa\"\n stroke=\"rgba(0,0,0,0)\"\n stroke-width=\"1\"\n />\n </g>\n <text\n x=\"50%\"\n y=\"50%\"\n dominant-baseline=\"middle\"\n text-anchor=\"middle\"\n id=\"_1\"\n data-name=\"1\"\n fill=\"#fff\"\n font-size=\"9\"\n font-family=\"Montserrat-Bold, Montserrat\"\n font-weight=\"600\"\n >\n <tspan class=\"number-comments\">\n {{ commentCounter }}\n </tspan>\n </text>\n </svg>\n </div>\n </div>\n </div>\n\n <!--Body-->\n <div class=\"todo-body d-flex flex-column\">\n <div class=\"everybody-container d-flex align-items-center\">\n <ng-container\n *ngIf=\"!config.imageProfiles?.length; else showProfiles\"\n >\n <div class=\"asignee-everybody\">\n <p class=\"asignee-everybody-p\">Everybody</p>\n </div>\n </ng-container>\n </div>\n\n <ng-template #showProfiles>\n <div class=\"asignee-images-container d-flex align-items-center\">\n <!--Asigment-->\n <ng-container *ngIf=\"config.assigment\">\n <ng-container\n *ngFor=\"\n let item of config.assigment;\n trackBy: identity\n \"\n >\n <div\n class=\"asignee\"\n [ngClass]=\"{ 'asignee-list': config.assigment }\"\n >\n <p\n [ngClass]=\"{\n 'asignee-item': config.assigment,\n }\"\n >\n {{ item }}\n </p>\n </div>\n </ng-container>\n </ng-container>\n\n <!--Images-->\n <div\n class=\"images-container d-flex align-items-center flex-row\"\n >\n <ng-container\n *ngFor=\"\n let profile of config.imageProfiles;\n trackBy: identity\n \"\n >\n <div class=\"image\">\n <app-ca-profile-image\n [indx]=\"profile.indx\"\n [textShortName]=\"profile.textShortName\"\n [avatarColor]=\"profile.avatarColor\"\n ></app-ca-profile-image>\n </div>\n </ng-container>\n </div>\n </div>\n </ng-template>\n\n <!--Description-->\n <div class=\"description-container d-flex\">\n <p class=\"description\">{{ config.description }}</p>\n </div>\n\n <!--Link-->\n <ng-container *ngIf=\"!isLinkVisible\">\n <div\n class=\"link-container\"\n [@showHideCardBody]=\"!isLinkVisible\"\n >\n <a\n class=\"link\"\n [href]=\"link\"\n style=\"text-decoration: none\"\n target=\"_blank\"\n >{{ link }}</a\n >\n </div>\n </ng-container>\n\n <!--Progress expiration-->\n <div class=\"progress-expiration\">\n <lib-ca-progress-expiration\n [config]=\"configProgress\"\n ></lib-ca-progress-expiration>\n </div>\n </div>\n\n <!--Documents and Comments-->\n <div class=\"todo-actions\">\n <!--Line-->\n <ng-container *ngIf=\"isDocumentVisible\">\n <div class=\"border-container\">\n <div class=\"border-line\"></div>\n </div>\n\n <!--Documents-->\n <div class=\"comment-header-container\">\n <div\n class=\"comment-title-content d-flex justify-content-between\"\n >\n <div class=\"comment-title d-flex align-items-center\">\n <p>Documents</p>\n <span\n class=\"counter d-flex align-items-center justify-content-center\"\n >{{ documentCounter }}</span\n >\n </div>\n <div class=\"comment-svg\">\n <svg-icon\n [src]=\"svgTodo.upload\"\n (click)=\"saveAllFiles()\"\n ></svg-icon>\n </div>\n </div>\n </div>\n\n <!-- Container for carousel with all files -->\n <div\n class=\"upload-section\"\n [@showHideCardBody]=\"isDocumentVisible\"\n >\n <app-ca-upload-files\n [uploadFilesConfig] = \"uploadFilesConfig\"\n ></app-ca-upload-files>\n </div>\n </ng-container>\n\n <!--Line-->\n <ng-container *ngIf=\"isCommentsVisible\">\n <div class=\"border-container\">\n <div class=\"border-line\"></div>\n </div>\n\n <!--Comments-->\n <div class=\"comment-header-container\">\n <div\n class=\"comment-title-content d-flex justify-content-between\"\n >\n <div class=\"comment-title d-flex align-items-center\">\n <p>Comment</p>\n <span\n class=\"counter d-flex align-items-center justify-content-center\"\n >{{ commentCounter }}</span\n >\n </div>\n\n <div class=\"comment-svg\">\n <svg-icon\n [src]=\"svgTodo.plus\"\n (click)=\"toggleNewComment()\"\n ></svg-icon>\n </div>\n </div>\n </div>\n\n <ng-container\n *ngFor=\"let item of commentConfig; trackBy: identity\"\n >\n <div\n class=\"comment-body\"\n [@showHideCardBody]=\"isCommentsVisible\"\n >\n <div class=\"comment\">\n <app-ca-comment [config]=\"item\"></app-ca-comment>\n </div>\n </div>\n </ng-container>\n\n <!--New Comment-->\n <ng-container *ngIf=\"isNewComment\">\n <ng-container\n *ngFor=\"let item of newCommentConfig; trackBy: identity\"\n >\n <div\n class=\"comment-body\"\n [@showHideCardBody]=\"isCommentsVisible\"\n >\n <div class=\"comment\">\n <app-ca-comment\n [config]=\"item\"\n ></app-ca-comment>\n </div>\n </div>\n </ng-container>\n </ng-container>\n </ng-container>\n </div>\n </div>\n</div>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium,.todo-container .todo-content .todo-body .link-container .link{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold,.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title .counter,.todo-container .todo-content .todo-body .asignee-images-container .asignee p,.todo-container .todo-content .todo-body .asignee-everybody .asignee-everybody-p,.todo-container .todo-content .todo-header .title-container .title{font-weight:700!important}.ca-font-extra-bold,.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title p{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:340px!important}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.gps_dropdown_popover{top:-38px;max-width:494px}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#fff}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#fff}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#fff}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:.83}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{padding:4px 10px;white-space:nowrap;max-width:none;border-radius:3px}.tooltip-inner:empty{padding:0}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;background-color:transparent;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;font-weight:700;border-radius:2px;padding:2px 8px;animation:scaleItem .3s;white-space:normal}.app-ca-main-tooltip .tooltip-inner .tooltip-holder:empty{padding:0}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background-color:#42424233!important;color:#424242!important}.text-color-black::selection{background-color:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-muted::selection{background-color:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green-2{color:#259f94!important}.text-color-green-2::-moz-selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-2::selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-4{color:#86c9c3!important}.text-color-green-4::-moz-selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-green-4::selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-13::selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-16{color:#e9effd!important}.text-color-blue-16::-moz-selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-16::selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-19{color:#92b1f5!important}.text-color-blue-19::-moz-selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-blue-19::selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-11{color:#df3c3c!important}.text-color-red-11::-moz-selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-11::selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-13{color:#ed9292!important}.text-color-red-13::-moz-selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-red-13::selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-yellow{color:#fab15c!important}.text-color-yellow::-moz-selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow::selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-purple{color:#b370f0!important}.text-color-purple::-moz-selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-purple::selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-special-filter-purple{color:#9e47ec!important}.text-color-special-filter-purple::-moz-selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-special-filter-purple::selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{background-color:#ccc3!important;color:#ccc!important}.text-color-light-grey-6::selection{background-color:#ccc3!important;color:#ccc!important}.text-color-white{color:#fff!important}.text-color-white::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2{color:#fff!important}.text-color-white-2::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-white-4::selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw6-2::selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{background-color:#dadada33!important;color:#dadada!important}.text-color-bw-9::selection{background-color:#dadada33!important;color:#dadada!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey::selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{background-color:#91919133!important;color:#919191!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}.svg-fill-black svg path,.svg-fill-black svg circle{fill:#424242!important}.svg-fill-white svg path,.svg-fill-white svg circle{fill:#fff!important}.svg-fill-white-2 svg path,.svg-fill-white-2 svg circle{fill:#fff!important}.svg-fill-muted svg path,.svg-fill-muted svg circle{fill:#919191!important}.svg-fill-bw-9 svg path,.svg-fill-bw-9 svg circle{fill:#dadada!important}.svg-fill-light-grey-2 svg path,.svg-fill-light-grey-2 svg circle{fill:#aaa!important}.svg-fill-light-grey-6 svg path,.svg-fill-light-grey-6 svg circle{fill:#ccc!important}.svg-fill-blue-8 svg path,.svg-fill-blue-8 svg circle{fill:#6692f1!important}.svg-fill-blue-13 svg path,.svg-fill-blue-13 svg circle{fill:#6692f1!important}.svg-fill-blue-14 svg path,.svg-fill-blue-14 svg circle{fill:#3b73ed!important}.svg-fill-blue-17 svg path,.svg-fill-blue-17 svg circle{fill:#bed0f9!important}.svg-fill-blue-19 svg path,.svg-fill-blue-19 svg circle{fill:#92b1f5!important}.svg-fill-blue-26 svg path,.svg-fill-blue-26 svg circle{fill:#4dc5eb!important}.svg-fill-green svg path,.svg-fill-green svg circle{fill:#56b4ac!important}.svg-fill-green-2 svg path,.svg-fill-green-2 svg circle{fill:#259f94!important}.svg-fill-green-4 svg path,.svg-fill-green-4 svg circle{fill:#86c9c3!important}.svg-fill-yellow-1 svg path,.svg-fill-yellow-1 svg circle{fill:#fab15c!important}.svg-fill-yellow-4 svg path,.svg-fill-yellow-4 svg circle{fill:#fbc88b!important}.svg-fill-yellow-5 svg path,.svg-fill-yellow-5 svg circle{fill:#f89b2e!important}.svg-fill-white-4 svg path,.svg-fill-white-4 svg circle{fill:#ffffffb2!important}.svg-fill-grey svg path,.svg-fill-grey svg circle{fill:#919191!important}.svg-fill-red-10 svg path,.svg-fill-red-10 svg circle{fill:#e66767!important}.svg-fill-red-11 svg path,.svg-fill-red-11 svg circle{fill:#df3c3c!important}.svg-hover-white svg path{transition:fill .3s ease-in-out}.svg-hover-white:hover svg path{fill:#fff!important}.svg-hover-white-2 svg path{transition:fill .3s ease-in-out}.svg-hover-white-2:hover svg path{fill:#fff!important}.svg-hover-muted svg path{transition:fill .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-grey-4 svg path{transition:fill .3s ease-in-out}.svg-hover-grey-4:hover svg path{fill:#ccc!important}.svg-hover-black svg path{transition:fill .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-10 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-10:hover svg path{fill:#bed0f9!important}.svg-hover-blue-15 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-blue-19 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-19:hover svg path{fill:#92b1f5!important}.svg-hover-bw6-2 svg path{transition:fill .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-trash-red svg path{transition:fill .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:fill .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-10 svg{width:10px;height:10px}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-18 svg{width:18px;height:18px}.svg-size-22 svg{width:22px;height:22px}.svg-size-26 svg{width:26px;height:26px}.svg-size-44-16 svg{width:44px;height:16px}.background-black{background-color:#424242}.background-black-2{background-color:#2f2f2f}.background-blue-13{background-color:#6692f1}.background-blue-14{background-color:#3b73ed}.background-dark-2{background-color:#91919133}.background-hover-bw2{transition:background-color .3s ease-in-out}.background-hover-bw2:hover{background-color:#eee!important}.background-hover-blue-15{transition:background-color .3s ease-in-out}.background-hover-blue-15:hover{background-color:#0b49d1!important}.br-1{border-radius:1px}.br-2{border-radius:2px}.br-3{border-radius:3px}.br-10{border-radius:10px}.br-circle{border-radius:50%}.padding-2{padding:2px}.padding-4{padding:4px}.padding-y-2{padding-top:2px;padding-bottom:2px}.padding-y-4{padding-top:4px;padding-bottom:4px}.padding-x-4{padding-left:4px;padding-right:4px}.padding-x-5{padding-left:5px;padding-right:5px}.margin-t-4{margin-top:4px}.margin-r-4{margin-right:4px}.margin-b-4{margin-bottom:4px}.margin-t-6{margin-top:6px}.margin-r-6{margin-right:6px}.margin-b-6{margin-bottom:6px}.margin-t-24{margin-top:24px}.margin-r-24{margin-right:24px}.margin-b-24{margin-bottom:24px}.gap-xs{gap:2px}.height-1{height:1px}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.filter-dropdown-popover{width:260px;position:relative;top:-4px;left:-4px}.filter-dropdown-popover-max-height{max-height:360px}.filter-dropdown-list{max-height:260px;overflow-y:auto}.filter-dropdown-list-icon{height:26px;transition:background-color .3s ease-in-out}.filter-dropdown-list-icon-value{height:14px;width:14px}.filter-dropdown-list-icon-remove{display:none}.filter-dropdown-list-icon:hover{background-color:#424242}.filter-dropdown-list-icon:hover .filter-dropdown-icon-count{display:none}.filter-dropdown-list-icon-selected:hover{background-color:#0b49d1}.filter-dropdown-list-item-icons{transition:opacity .3s ease-in-out;opacity:0}.filter-dropdown-list-item-status-circle{height:10px;width:10px}.filter-dropdown-list-item-remove{display:none}.filter-dropdown-list-item:hover{background-color:#424242}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons{opacity:1}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons svg path{fill:var(--svg-fill-color, #e66767)}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove{display:flex}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove svg path{fill:#e66767!important}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-count{display:none!important}.filter-dropdown-icon{height:26px;width:26px}.filter-dropdown-count{height:14px;width:14px}.filter-dropdown-count-remove,.filter-dropdown-count-hover:hover .filter-dropdown-count-value{display:none}.filter-dropdown-count-hover:hover .filter-dropdown-count-remove{display:flex}.filter-dropdown-button{height:26px}.filter-dropdown-footer-button{color:#dadada;transition:color .3s ease-in-out,background-color .3s ease-in-out;height:18px;width:50%}.filter-dropdown-footer-button-set{color:#fff;background-color:#3b73ed}.filter-dropdown-footer-button-set:hover{background-color:#e9effd;color:#0b49d1}.filter-dropdown-footer-button-clear{color:#dadada}.filter-dropdown-footer-button-clear:hover{background-color:#eee;color:#424242}.filter-dropdown-list-badge{min-width:18px}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.c-pointer{cursor:pointer}.ca-scroll-bar{overflow-y:scroll}.ca-scroll-bar::-webkit-scrollbar{width:2px}.ca-scroll-bar::-webkit-scrollbar-thumb{background:#ccc;border-radius:1px}.ca-scroll-bar::-webkit-scrollbar-track{background:#2f2f2f}.cdk-drag-preview{background-color:#fff;border-radius:3px;box-shadow:0 0 6px #0000004d;z-index:1000}.todo-container{border-radius:3px}.todo-container .todo-content{cursor:grab}.todo-container .todo-content .todo-header{padding:6px 4px 0 6px}.todo-container .todo-content .todo-header .title-container{padding:4px 4px 4px 6px}.todo-container .todo-content .todo-header .title-container .title{font-family:Montserrat,sans-serif;font-size:14px;line-height:18px;color:#424242}.todo-container .todo-content .todo-header .svg-container{cursor:pointer;gap:4px}.todo-container .todo-content .todo-header .svg-container .icon-box .icon-without-link svg path{fill:#ccc}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link{width:26px;height:26px}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link svg path{fill:#919191}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link svg path:nth-of-type(2){fill:#fff!important}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link:not(.icon-active):hover{background-color:#eee;border-radius:2px}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link:not(.icon-active):hover svg path{fill:#424242}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link:not(.icon-active):hover svg path:nth-of-type(2){fill:#fff!important}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-active{background-color:#e9effd}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-active svg path{fill:#6692f1}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-active svg path:nth-of-type(2){fill:#fff!important}.todo-container .todo-content .todo-header .svg-container .icon-box:focus.icon-active{background-color:#e9effd}.todo-container .todo-content .todo-header .svg-container .icon{height:26px;width:26px;border-radius:2px}.todo-container .todo-content .todo-body{padding:0 6px 8px 12px;gap:8px}.todo-container .todo-content .todo-body .asignee-everybody{background-color:#e9effd;padding:2px 6px;border-radius:2px;height:18px;margin:4px 2px}.todo-container .todo-content .todo-body .asignee-everybody .asignee-everybody-p{font-size:11px;line-height:14px;font-family:Montserrat,sans-serif;color:#3b73ed}.todo-container .todo-content .todo-body .asignee-images-container .asignee{background-color:#e9effd;padding:2px 6px;border-radius:2px;height:18px}.todo-container .todo-content .todo-body .asignee-images-container .asignee.asignee-list{background-color:#eee;margin:2px}.todo-container .todo-content .todo-body .asignee-images-container .asignee p{font-size:11px;line-height:14px;font-family:Montserrat,sans-serif;color:#3b73ed}.todo-container .todo-content .todo-body .asignee-images-container .asignee p.asignee-item{color:#424242}.todo-container .todo-content .todo-body .asignee-images-container .images-container{margin-left:8px;height:30px}.todo-container .todo-content .todo-body .description-container{width:578.67px;gap:10px}.todo-container .todo-content .todo-body .description-container .description{font-size:14px;line-height:18px}.todo-container .todo-content .todo-body .progress-expiration{width:100%}.todo-container .todo-content .todo-body .link-container{transition:max-height .3s ease-in-out,opacity .3s ease-in-out}.todo-container .todo-content .todo-body .link-container .link{font-family:Montserrat,sans-serif;font-size:14px;line-height:18px}.todo-container .todo-content .todo-actions{margin-bottom:8px}.todo-container .todo-content .todo-actions .border-container{padding:4px 2px}.todo-container .todo-content .todo-actions .border-container .border-line{border:1px solid #dadada;width:100%}.todo-container .todo-content .todo-actions .comment-header-container,.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content{padding:0 0 0 6px}.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title{font-family:Montserrat,sans-serif;gap:4px}.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title p{font-size:14px;line-height:18px;color:#424242}.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title .counter{color:#fff;background-color:#6c6c6c;width:18px;height:18px;border-radius:60px;font-size:11px;line-height:14px}.todo-container .todo-content .todo-actions .comment-body{padding:4px 0 4px 6px}.todo-container .todo-content .todo-actions .upload-section{padding:6px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: AngularSvgIconModule }, { kind: "component", type: i3.SvgIconComponent, selector: "svg-icon", inputs: ["src", "name", "stretch", "applyClass", "applyCss", "svgClass", "class", "viewBox", "svgAriaLabel", "svgStyle"] }, { kind: "ngmodule", type: HttpClientModule }, { kind: "directive", type: NgbTooltip, selector: "[ngbTooltip]", inputs: ["animation", "autoClose", "placement", "popperOptions", "triggers", "positionTarget", "container", "disableTooltip", "tooltipClass", "tooltipContext", "openDelay", "closeDelay", "ngbTooltip"], outputs: ["shown", "hidden"], exportAs: ["ngbTooltip"] }, { kind: "ngmodule", type: NgbModule }, { kind: "component", type:
102
102
  //Components
103
103
  CaProfileImageComponent, selector: "app-ca-profile-image", inputs: ["indx", "avatarImg", "avatarColor", "textShortName", "name", "isRound", "size", "height", "fontSize", "isHoverEffect"] }, { kind: "component", type: CaProgressExpirationComponent, selector: "lib-ca-progress-expiration", inputs: ["config"] }, { kind: "component", type: CaUploadFilesComponent, selector: "app-ca-upload-files", inputs: ["uploadFilesConfig"], outputs: ["documentReviewInputEvent", "onFileEvent", "closeDropzone", "fileAdded"] }, { kind: "component", type: CaAppTooltipV2Component, selector: "mainCaTooltip, [mainCaTooltip]", inputs: ["mainCaTooltip", "position", "openTooltipDelay", "tooltipBackground", "tooltipColor", "tooltipTextAlign", "tooltipMarginTop", "disableTooltip"] }, { kind: "component", type: CaCommentComponent, selector: "app-ca-comment", inputs: ["config"], outputs: ["onSave", "onUpdate", "onDelete"] }], animations: [cardComponentAnimation('showHideCardBody')], encapsulation: i0.ViewEncapsulation.None }); }
104
104
  }
@@ -116,7 +116,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
116
116
  CaUploadFilesComponent,
117
117
  CaAppTooltipV2Component,
118
118
  CaCommentComponent,
119
- ], selector: 'app-ca-todo-card', providers: [FileService], animations: [cardComponentAnimation('showHideCardBody')], encapsulation: ViewEncapsulation.None, template: "<div class=\"todo-container\">\n <div class=\"todo-content d-grid\">\n <!--Header-->\n <div\n class=\"todo-header d-flex align-items-center justify-content-between\"\n >\n <div class=\"title-container\">\n <div class=\"title\">{{ config.title }}</div>\n </div>\n\n <!--SVG Icons-->\n <div class=\"svg-container d-flex\">\n <div\n class=\"icon-box\"\n [tooltipBackground]=\"'#424242'\"\n ngbTooltip\n [mainCaTooltip]=\"config.link ? 'Hyperlink' : 'No Hyperlink'\"\n position=\"bottom\"\n (click)=\"addLink()\"\n [ngClass]=\"{\n 'icon-active': !isLinkVisible && config.link,\n 'icon-has-link d-flex align-items-center justify-content-center':\n config.link,\n 'icon-without-link': !config.link,\n }\"\n >\n <svg-icon class=\"icon\" [src]=\"svgTodo.web\"></svg-icon>\n </div>\n <div\n class=\"icon-box\"\n [tooltipBackground]=\"'#424242'\"\n ngbTooltip\n [mainCaTooltip]=\"\n uploadFilesConfig.files.length ? 'Attachment' : 'No Attachment'\n \"\n position=\"bottom\"\n (click)=\"toggleDocument()\"\n [ngClass]=\"{\n 'icon-active': isDocumentVisible && uploadFilesConfig.files.length,\n 'icon-has-link d-flex align-items-center justify-content-center':\n uploadFilesConfig.files.length,\n 'icon-without-link': !uploadFilesConfig.files.length,\n }\"\n [ngStyle]=\"{\n 'pointer-events': uploadFilesConfig.files.length ? 'auto' : 'none',\n }\"\n >\n <svg-icon\n class=\"icon\"\n [src]=\"svgTodo.attachment\"\n ></svg-icon>\n </div>\n <div\n class=\"icon-box\"\n [tooltipBackground]=\"'#424242'\"\n ngbTooltip\n [mainCaTooltip]=\"\n commentConfig.length ? 'Comment' : 'No Comment'\n \"\n position=\"bottom\"\n (click)=\"toggleComments()\"\n [ngClass]=\"{\n 'icon-active':\n isCommentsVisible && commentConfig.length,\n 'icon-has-link d-flex align-items-center justify-content-center':\n commentConfig.length,\n 'icon-without-link': !commentConfig.length,\n }\"\n >\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"18\"\n height=\"18\"\n viewBox=\"26 26\"\n >\n <g\n id=\"Comment_-_Count\"\n data-name=\"Comment - Count\"\n transform=\"translate(0.5 2.5)\"\n >\n <path\n id=\"Path_10563\"\n data-name=\"Path 10563\"\n d=\"M963.974,510.676H950.584a2.274,2.274,0,0,0-2.305,2.237v10.5a2.274,2.274,0,0,0,2.305,2.237h.82l1.574,2.645a.792.792,0,0,0,1.351,0l1.574-2.645h8.07a2.275,2.275,0,0,0,2.305-2.237v-10.5a2.274,2.274,0,0,0-2.305-2.237\"\n transform=\"translate(-948.279 -512.676)\"\n fill=\"#aaa\"\n stroke=\"rgba(0,0,0,0)\"\n stroke-width=\"1\"\n />\n </g>\n <text\n x=\"50%\"\n y=\"50%\"\n dominant-baseline=\"middle\"\n text-anchor=\"middle\"\n id=\"_1\"\n data-name=\"1\"\n fill=\"#fff\"\n font-size=\"9\"\n font-family=\"Montserrat-Bold, Montserrat\"\n font-weight=\"600\"\n >\n <tspan class=\"number-comments\">\n {{ commentCounter }}\n </tspan>\n </text>\n </svg>\n </div>\n </div>\n </div>\n\n <!--Body-->\n <div class=\"todo-body d-flex flex-column\">\n <div class=\"everybody-container d-flex align-items-center\">\n <ng-container\n *ngIf=\"!config.imageProfiles?.length; else showProfiles\"\n >\n <div class=\"asignee-everybody\">\n <p class=\"asignee-everybody-p\">Everybody</p>\n </div>\n </ng-container>\n </div>\n\n <ng-template #showProfiles>\n <div class=\"asignee-images-container d-flex align-items-center\">\n <!--Asigment-->\n <ng-container *ngIf=\"config.assigment\">\n <ng-container\n *ngFor=\"\n let item of config.assigment;\n trackBy: identity\n \"\n >\n <div\n class=\"asignee\"\n [ngClass]=\"{ 'asignee-list': config.assigment }\"\n >\n <p\n [ngClass]=\"{\n 'asignee-item': config.assigment,\n }\"\n >\n {{ item }}\n </p>\n </div>\n </ng-container>\n </ng-container>\n\n <!--Images-->\n <div\n class=\"images-container d-flex align-items-center flex-row\"\n >\n <ng-container\n *ngFor=\"\n let profile of config.imageProfiles;\n trackBy: identity\n \"\n >\n <div class=\"image\">\n <app-ca-profile-image\n [indx]=\"profile.indx\"\n [textShortName]=\"profile.textShortName\"\n [avatarColor]=\"profile.avatarColor\"\n ></app-ca-profile-image>\n </div>\n </ng-container>\n </div>\n </div>\n </ng-template>\n\n <!--Description-->\n <div class=\"description-container d-flex\">\n <p class=\"description\">{{ config.description }}</p>\n </div>\n\n <!--Link-->\n <ng-container *ngIf=\"!isLinkVisible\">\n <div\n class=\"link-container\"\n [@showHideCardBody]=\"!isLinkVisible\"\n >\n <a\n class=\"link\"\n [href]=\"link\"\n style=\"text-decoration: none\"\n target=\"_blank\"\n >{{ link }}</a\n >\n </div>\n </ng-container>\n\n <!--Progress expiration-->\n <div class=\"progress-expiration\">\n <lib-ca-progress-expiration\n [config]=\"configProgress\"\n ></lib-ca-progress-expiration>\n </div>\n </div>\n\n <!--Documents and Comments-->\n <div class=\"todo-actions\">\n <!--Line-->\n <ng-container *ngIf=\"isDocumentVisible\">\n <div class=\"border-container\">\n <div class=\"border-line\"></div>\n </div>\n\n <!--Documents-->\n <div class=\"comment-header-container\">\n <div\n class=\"comment-title-content d-flex justify-content-between\"\n >\n <div class=\"comment-title d-flex align-items-center\">\n <p>Documents</p>\n <span\n class=\"counter d-flex align-items-center justify-content-center\"\n >{{ documentCounter }}</span\n >\n </div>\n <div class=\"comment-svg\">\n <svg-icon\n [src]=\"svgTodo.upload\"\n (click)=\"saveAllFiles()\"\n ></svg-icon>\n </div>\n </div>\n </div>\n\n <!-- Container for carousel with all files -->\n <div\n class=\"upload-section\"\n [@showHideCardBody]=\"isDocumentVisible\"\n >\n <app-ca-upload-files\n [uploadFilesConfig] = \"uploadFilesConfig\"\n ></app-ca-upload-files>\n </div>\n </ng-container>\n\n <!--Line-->\n <ng-container *ngIf=\"isCommentsVisible\">\n <div class=\"border-container\">\n <div class=\"border-line\"></div>\n </div>\n\n <!--Comments-->\n <div class=\"comment-header-container\">\n <div\n class=\"comment-title-content d-flex justify-content-between\"\n >\n <div class=\"comment-title d-flex align-items-center\">\n <p>Comment</p>\n <span\n class=\"counter d-flex align-items-center justify-content-center\"\n >{{ commentCounter }}</span\n >\n </div>\n\n <div class=\"comment-svg\">\n <svg-icon\n [src]=\"svgTodo.plus\"\n (click)=\"toggleNewComment()\"\n ></svg-icon>\n </div>\n </div>\n </div>\n\n <ng-container\n *ngFor=\"let item of commentConfig; trackBy: identity\"\n >\n <div\n class=\"comment-body\"\n [@showHideCardBody]=\"isCommentsVisible\"\n >\n <div class=\"comment\">\n <app-ca-comment [config]=\"item\"></app-ca-comment>\n </div>\n </div>\n </ng-container>\n\n <!--New Comment-->\n <ng-container *ngIf=\"isNewComment\">\n <ng-container\n *ngFor=\"let item of newCommentConfig; trackBy: identity\"\n >\n <div\n class=\"comment-body\"\n [@showHideCardBody]=\"isCommentsVisible\"\n >\n <div class=\"comment\">\n <app-ca-comment\n [config]=\"item\"\n ></app-ca-comment>\n </div>\n </div>\n </ng-container>\n </ng-container>\n </ng-container>\n </div>\n </div>\n</div>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium,.todo-container .todo-content .todo-body .link-container .link{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold,.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title .counter,.todo-container .todo-content .todo-body .asignee-images-container .asignee p,.todo-container .todo-content .todo-body .asignee-everybody .asignee-everybody-p,.todo-container .todo-content .todo-header .title-container .title{font-weight:700!important}.ca-font-extra-bold,.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title p{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:340px!important}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.gps_dropdown_popover{top:-38px;max-width:494px}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#fff}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#fff}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#fff}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:.83}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{padding:4px 10px;white-space:nowrap;max-width:none;border-radius:3px}.tooltip-inner:empty{padding:0}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;background-color:transparent;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;font-weight:700;border-radius:2px;padding:2px 8px;animation:scaleItem .3s;white-space:normal}.app-ca-main-tooltip .tooltip-inner .tooltip-holder:empty{padding:0}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background-color:#42424233!important;color:#424242!important}.text-color-black::selection{background-color:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-muted::selection{background-color:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green-2{color:#259f94!important}.text-color-green-2::-moz-selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-2::selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-4{color:#86c9c3!important}.text-color-green-4::-moz-selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-green-4::selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-13::selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-16{color:#e9effd!important}.text-color-blue-16::-moz-selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-16::selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-19{color:#92b1f5!important}.text-color-blue-19::-moz-selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-blue-19::selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-11{color:#df3c3c!important}.text-color-red-11::-moz-selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-11::selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-13{color:#ed9292!important}.text-color-red-13::-moz-selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-red-13::selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-yellow{color:#fab15c!important}.text-color-yellow::-moz-selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow::selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-purple{color:#b370f0!important}.text-color-purple::-moz-selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-purple::selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{background-color:#ccc3!important;color:#ccc!important}.text-color-light-grey-6::selection{background-color:#ccc3!important;color:#ccc!important}.text-color-white{color:#fff!important}.text-color-white::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2{color:#fff!important}.text-color-white-2::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-white-4::selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw6-2::selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{background-color:#dadada33!important;color:#dadada!important}.text-color-bw-9::selection{background-color:#dadada33!important;color:#dadada!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey::selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{background-color:#91919133!important;color:#919191!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}.svg-fill-black svg path,.svg-fill-black svg circle{fill:#424242!important}.svg-fill-white svg path,.svg-fill-white svg circle{fill:#fff!important}.svg-fill-white-2 svg path,.svg-fill-white-2 svg circle{fill:#fff!important}.svg-fill-muted svg path,.svg-fill-muted svg circle{fill:#919191!important}.svg-fill-bw-9 svg path,.svg-fill-bw-9 svg circle{fill:#dadada!important}.svg-fill-light-grey-2 svg path,.svg-fill-light-grey-2 svg circle{fill:#aaa!important}.svg-fill-light-grey-6 svg path,.svg-fill-light-grey-6 svg circle{fill:#ccc!important}.svg-fill-blue-8 svg path,.svg-fill-blue-8 svg circle{fill:#6692f1!important}.svg-fill-blue-13 svg path,.svg-fill-blue-13 svg circle{fill:#6692f1!important}.svg-fill-blue-14 svg path,.svg-fill-blue-14 svg circle{fill:#3b73ed!important}.svg-fill-blue-17 svg path,.svg-fill-blue-17 svg circle{fill:#bed0f9!important}.svg-fill-blue-19 svg path,.svg-fill-blue-19 svg circle{fill:#92b1f5!important}.svg-fill-blue-26 svg path,.svg-fill-blue-26 svg circle{fill:#4dc5eb!important}.svg-fill-green svg path,.svg-fill-green svg circle{fill:#56b4ac!important}.svg-fill-green-2 svg path,.svg-fill-green-2 svg circle{fill:#259f94!important}.svg-fill-green-4 svg path,.svg-fill-green-4 svg circle{fill:#86c9c3!important}.svg-fill-yellow-1 svg path,.svg-fill-yellow-1 svg circle{fill:#fab15c!important}.svg-fill-yellow-4 svg path,.svg-fill-yellow-4 svg circle{fill:#fbc88b!important}.svg-fill-yellow-5 svg path,.svg-fill-yellow-5 svg circle{fill:#f89b2e!important}.svg-fill-white-4 svg path,.svg-fill-white-4 svg circle{fill:#ffffffb2!important}.svg-fill-grey svg path,.svg-fill-grey svg circle{fill:#919191!important}.svg-fill-red-10 svg path,.svg-fill-red-10 svg circle{fill:#e66767!important}.svg-fill-red-11 svg path,.svg-fill-red-11 svg circle{fill:#df3c3c!important}.svg-hover-white svg path{transition:fill .3s ease-in-out}.svg-hover-white:hover svg path{fill:#fff!important}.svg-hover-white-2 svg path{transition:fill .3s ease-in-out}.svg-hover-white-2:hover svg path{fill:#fff!important}.svg-hover-muted svg path{transition:fill .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-grey-4 svg path{transition:fill .3s ease-in-out}.svg-hover-grey-4:hover svg path{fill:#ccc!important}.svg-hover-black svg path{transition:fill .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-10 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-10:hover svg path{fill:#bed0f9!important}.svg-hover-blue-15 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-blue-19 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-19:hover svg path{fill:#92b1f5!important}.svg-hover-bw6-2 svg path{transition:fill .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-trash-red svg path{transition:fill .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:fill .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-10 svg{width:10px;height:10px}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-18 svg{width:18px;height:18px}.svg-size-22 svg{width:22px;height:22px}.svg-size-26 svg{width:26px;height:26px}.svg-size-44-16 svg{width:44px;height:16px}.background-black{background-color:#424242}.background-black-2{background-color:#2f2f2f}.background-blue-13{background-color:#6692f1}.background-blue-14{background-color:#3b73ed}.background-dark-2{background-color:#91919133}.background-hover-bw2{transition:background-color .3s ease-in-out}.background-hover-bw2:hover{background-color:#eee!important}.background-hover-blue-15{transition:background-color .3s ease-in-out}.background-hover-blue-15:hover{background-color:#0b49d1!important}.br-1{border-radius:1px}.br-2{border-radius:2px}.br-3{border-radius:3px}.br-10{border-radius:10px}.br-circle{border-radius:50%}.padding-2{padding:2px}.padding-4{padding:4px}.padding-y-2{padding-top:2px;padding-bottom:2px}.padding-y-4{padding-top:4px;padding-bottom:4px}.padding-x-4{padding-left:4px;padding-right:4px}.padding-x-5{padding-left:5px;padding-right:5px}.margin-t-4{margin-top:4px}.margin-r-4{margin-right:4px}.margin-b-4{margin-bottom:4px}.margin-t-6{margin-top:6px}.margin-r-6{margin-right:6px}.margin-b-6{margin-bottom:6px}.margin-t-24{margin-top:24px}.margin-r-24{margin-right:24px}.margin-b-24{margin-bottom:24px}.gap-xs{gap:2px}.height-1{height:1px}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.filter-dropdown-popover{width:260px}.filter-dropdown-popover-max-height{max-height:360px}.filter-dropdown-list{max-height:260px;overflow-y:auto}.filter-dropdown-list-icon{height:26px;transition:background-color .3s ease-in-out}.filter-dropdown-list-icon-value{height:14px;width:14px}.filter-dropdown-list-icon-remove{display:none}.filter-dropdown-list-icon:hover{background-color:#424242}.filter-dropdown-list-icon:hover .filter-dropdown-icon-count{display:none}.filter-dropdown-list-icon-selected:hover{background-color:#0b49d1}.filter-dropdown-list-item-icons{transition:opacity .3s ease-in-out;opacity:0}.filter-dropdown-list-item-status-circle{height:10px;width:10px}.filter-dropdown-list-item-remove{display:none}.filter-dropdown-list-item:hover{background-color:#424242}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons{opacity:1}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons svg path{fill:var(--svg-fill-color, #e66767)}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove{display:flex}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove svg path{fill:#e66767!important}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-count{display:none!important}.filter-dropdown-icon{height:26px;width:26px}.filter-dropdown-count{height:14px;width:14px}.filter-dropdown-count-remove,.filter-dropdown-count-hover:hover .filter-dropdown-count-value{display:none}.filter-dropdown-count-hover:hover .filter-dropdown-count-remove{display:flex}.filter-dropdown-button{height:26px}.filter-dropdown-footer-button{color:#dadada;transition:color .3s ease-in-out,background-color .3s ease-in-out;height:18px;width:50%}.filter-dropdown-footer-button-set{color:#fff;background-color:#3b73ed}.filter-dropdown-footer-button-set:hover{background-color:#e9effd;color:#0b49d1}.filter-dropdown-footer-button-clear{color:#dadada}.filter-dropdown-footer-button-clear:hover{background-color:#eee;color:#424242}.filter-dropdown-list-badge{min-width:18px}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.c-pointer{cursor:pointer}.ca-scroll-bar{overflow-y:scroll}.ca-scroll-bar::-webkit-scrollbar{width:2px}.ca-scroll-bar::-webkit-scrollbar-thumb{background:#ccc;border-radius:1px}.ca-scroll-bar::-webkit-scrollbar-track{background:#2f2f2f}.cdk-drag-preview{background-color:#fff;border-radius:3px;box-shadow:0 0 6px #0000004d;z-index:1000}.todo-container{border-radius:3px}.todo-container .todo-content{cursor:grab}.todo-container .todo-content .todo-header{padding:6px 4px 0 6px}.todo-container .todo-content .todo-header .title-container{padding:4px 4px 4px 6px}.todo-container .todo-content .todo-header .title-container .title{font-family:Montserrat,sans-serif;font-size:14px;line-height:18px;color:#424242}.todo-container .todo-content .todo-header .svg-container{cursor:pointer;gap:4px}.todo-container .todo-content .todo-header .svg-container .icon-box .icon-without-link svg path{fill:#ccc}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link{width:26px;height:26px}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link svg path{fill:#919191}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link svg path:nth-of-type(2){fill:#fff!important}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link:not(.icon-active):hover{background-color:#eee;border-radius:2px}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link:not(.icon-active):hover svg path{fill:#424242}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link:not(.icon-active):hover svg path:nth-of-type(2){fill:#fff!important}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-active{background-color:#e9effd}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-active svg path{fill:#6692f1}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-active svg path:nth-of-type(2){fill:#fff!important}.todo-container .todo-content .todo-header .svg-container .icon-box:focus.icon-active{background-color:#e9effd}.todo-container .todo-content .todo-header .svg-container .icon{height:26px;width:26px;border-radius:2px}.todo-container .todo-content .todo-body{padding:0 6px 8px 12px;gap:8px}.todo-container .todo-content .todo-body .asignee-everybody{background-color:#e9effd;padding:2px 6px;border-radius:2px;height:18px;margin:4px 2px}.todo-container .todo-content .todo-body .asignee-everybody .asignee-everybody-p{font-size:11px;line-height:14px;font-family:Montserrat,sans-serif;color:#3b73ed}.todo-container .todo-content .todo-body .asignee-images-container .asignee{background-color:#e9effd;padding:2px 6px;border-radius:2px;height:18px}.todo-container .todo-content .todo-body .asignee-images-container .asignee.asignee-list{background-color:#eee;margin:2px}.todo-container .todo-content .todo-body .asignee-images-container .asignee p{font-size:11px;line-height:14px;font-family:Montserrat,sans-serif;color:#3b73ed}.todo-container .todo-content .todo-body .asignee-images-container .asignee p.asignee-item{color:#424242}.todo-container .todo-content .todo-body .asignee-images-container .images-container{margin-left:8px;height:30px}.todo-container .todo-content .todo-body .description-container{width:578.67px;gap:10px}.todo-container .todo-content .todo-body .description-container .description{font-size:14px;line-height:18px}.todo-container .todo-content .todo-body .progress-expiration{width:100%}.todo-container .todo-content .todo-body .link-container{transition:max-height .3s ease-in-out,opacity .3s ease-in-out}.todo-container .todo-content .todo-body .link-container .link{font-family:Montserrat,sans-serif;font-size:14px;line-height:18px}.todo-container .todo-content .todo-actions{margin-bottom:8px}.todo-container .todo-content .todo-actions .border-container{padding:4px 2px}.todo-container .todo-content .todo-actions .border-container .border-line{border:1px solid #dadada;width:100%}.todo-container .todo-content .todo-actions .comment-header-container,.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content{padding:0 0 0 6px}.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title{font-family:Montserrat,sans-serif;gap:4px}.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title p{font-size:14px;line-height:18px;color:#424242}.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title .counter{color:#fff;background-color:#6c6c6c;width:18px;height:18px;border-radius:60px;font-size:11px;line-height:14px}.todo-container .todo-content .todo-actions .comment-body{padding:4px 0 4px 6px}.todo-container .todo-content .todo-actions .upload-section{padding:6px}\n"] }]
119
+ ], selector: 'app-ca-todo-card', providers: [FileService], animations: [cardComponentAnimation('showHideCardBody')], encapsulation: ViewEncapsulation.None, template: "<div class=\"todo-container\">\n <div class=\"todo-content d-grid\">\n <!--Header-->\n <div\n class=\"todo-header d-flex align-items-center justify-content-between\"\n >\n <div class=\"title-container\">\n <div class=\"title\">{{ config.title }}</div>\n </div>\n\n <!--SVG Icons-->\n <div class=\"svg-container d-flex\">\n <div\n class=\"icon-box\"\n [tooltipBackground]=\"'#424242'\"\n ngbTooltip\n [mainCaTooltip]=\"config.link ? 'Hyperlink' : 'No Hyperlink'\"\n position=\"bottom\"\n (click)=\"addLink()\"\n [ngClass]=\"{\n 'icon-active': !isLinkVisible && config.link,\n 'icon-has-link d-flex align-items-center justify-content-center':\n config.link,\n 'icon-without-link': !config.link,\n }\"\n >\n <svg-icon class=\"icon\" [src]=\"svgTodo.web\"></svg-icon>\n </div>\n <div\n class=\"icon-box\"\n [tooltipBackground]=\"'#424242'\"\n ngbTooltip\n [mainCaTooltip]=\"\n uploadFilesConfig.files.length ? 'Attachment' : 'No Attachment'\n \"\n position=\"bottom\"\n (click)=\"toggleDocument()\"\n [ngClass]=\"{\n 'icon-active': isDocumentVisible && uploadFilesConfig.files.length,\n 'icon-has-link d-flex align-items-center justify-content-center':\n uploadFilesConfig.files.length,\n 'icon-without-link': !uploadFilesConfig.files.length,\n }\"\n [ngStyle]=\"{\n 'pointer-events': uploadFilesConfig.files.length ? 'auto' : 'none',\n }\"\n >\n <svg-icon\n class=\"icon\"\n [src]=\"svgTodo.attachment\"\n ></svg-icon>\n </div>\n <div\n class=\"icon-box\"\n [tooltipBackground]=\"'#424242'\"\n ngbTooltip\n [mainCaTooltip]=\"\n commentConfig.length ? 'Comment' : 'No Comment'\n \"\n position=\"bottom\"\n (click)=\"toggleComments()\"\n [ngClass]=\"{\n 'icon-active':\n isCommentsVisible && commentConfig.length,\n 'icon-has-link d-flex align-items-center justify-content-center':\n commentConfig.length,\n 'icon-without-link': !commentConfig.length,\n }\"\n >\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"18\"\n height=\"18\"\n viewBox=\"26 26\"\n >\n <g\n id=\"Comment_-_Count\"\n data-name=\"Comment - Count\"\n transform=\"translate(0.5 2.5)\"\n >\n <path\n id=\"Path_10563\"\n data-name=\"Path 10563\"\n d=\"M963.974,510.676H950.584a2.274,2.274,0,0,0-2.305,2.237v10.5a2.274,2.274,0,0,0,2.305,2.237h.82l1.574,2.645a.792.792,0,0,0,1.351,0l1.574-2.645h8.07a2.275,2.275,0,0,0,2.305-2.237v-10.5a2.274,2.274,0,0,0-2.305-2.237\"\n transform=\"translate(-948.279 -512.676)\"\n fill=\"#aaa\"\n stroke=\"rgba(0,0,0,0)\"\n stroke-width=\"1\"\n />\n </g>\n <text\n x=\"50%\"\n y=\"50%\"\n dominant-baseline=\"middle\"\n text-anchor=\"middle\"\n id=\"_1\"\n data-name=\"1\"\n fill=\"#fff\"\n font-size=\"9\"\n font-family=\"Montserrat-Bold, Montserrat\"\n font-weight=\"600\"\n >\n <tspan class=\"number-comments\">\n {{ commentCounter }}\n </tspan>\n </text>\n </svg>\n </div>\n </div>\n </div>\n\n <!--Body-->\n <div class=\"todo-body d-flex flex-column\">\n <div class=\"everybody-container d-flex align-items-center\">\n <ng-container\n *ngIf=\"!config.imageProfiles?.length; else showProfiles\"\n >\n <div class=\"asignee-everybody\">\n <p class=\"asignee-everybody-p\">Everybody</p>\n </div>\n </ng-container>\n </div>\n\n <ng-template #showProfiles>\n <div class=\"asignee-images-container d-flex align-items-center\">\n <!--Asigment-->\n <ng-container *ngIf=\"config.assigment\">\n <ng-container\n *ngFor=\"\n let item of config.assigment;\n trackBy: identity\n \"\n >\n <div\n class=\"asignee\"\n [ngClass]=\"{ 'asignee-list': config.assigment }\"\n >\n <p\n [ngClass]=\"{\n 'asignee-item': config.assigment,\n }\"\n >\n {{ item }}\n </p>\n </div>\n </ng-container>\n </ng-container>\n\n <!--Images-->\n <div\n class=\"images-container d-flex align-items-center flex-row\"\n >\n <ng-container\n *ngFor=\"\n let profile of config.imageProfiles;\n trackBy: identity\n \"\n >\n <div class=\"image\">\n <app-ca-profile-image\n [indx]=\"profile.indx\"\n [textShortName]=\"profile.textShortName\"\n [avatarColor]=\"profile.avatarColor\"\n ></app-ca-profile-image>\n </div>\n </ng-container>\n </div>\n </div>\n </ng-template>\n\n <!--Description-->\n <div class=\"description-container d-flex\">\n <p class=\"description\">{{ config.description }}</p>\n </div>\n\n <!--Link-->\n <ng-container *ngIf=\"!isLinkVisible\">\n <div\n class=\"link-container\"\n [@showHideCardBody]=\"!isLinkVisible\"\n >\n <a\n class=\"link\"\n [href]=\"link\"\n style=\"text-decoration: none\"\n target=\"_blank\"\n >{{ link }}</a\n >\n </div>\n </ng-container>\n\n <!--Progress expiration-->\n <div class=\"progress-expiration\">\n <lib-ca-progress-expiration\n [config]=\"configProgress\"\n ></lib-ca-progress-expiration>\n </div>\n </div>\n\n <!--Documents and Comments-->\n <div class=\"todo-actions\">\n <!--Line-->\n <ng-container *ngIf=\"isDocumentVisible\">\n <div class=\"border-container\">\n <div class=\"border-line\"></div>\n </div>\n\n <!--Documents-->\n <div class=\"comment-header-container\">\n <div\n class=\"comment-title-content d-flex justify-content-between\"\n >\n <div class=\"comment-title d-flex align-items-center\">\n <p>Documents</p>\n <span\n class=\"counter d-flex align-items-center justify-content-center\"\n >{{ documentCounter }}</span\n >\n </div>\n <div class=\"comment-svg\">\n <svg-icon\n [src]=\"svgTodo.upload\"\n (click)=\"saveAllFiles()\"\n ></svg-icon>\n </div>\n </div>\n </div>\n\n <!-- Container for carousel with all files -->\n <div\n class=\"upload-section\"\n [@showHideCardBody]=\"isDocumentVisible\"\n >\n <app-ca-upload-files\n [uploadFilesConfig] = \"uploadFilesConfig\"\n ></app-ca-upload-files>\n </div>\n </ng-container>\n\n <!--Line-->\n <ng-container *ngIf=\"isCommentsVisible\">\n <div class=\"border-container\">\n <div class=\"border-line\"></div>\n </div>\n\n <!--Comments-->\n <div class=\"comment-header-container\">\n <div\n class=\"comment-title-content d-flex justify-content-between\"\n >\n <div class=\"comment-title d-flex align-items-center\">\n <p>Comment</p>\n <span\n class=\"counter d-flex align-items-center justify-content-center\"\n >{{ commentCounter }}</span\n >\n </div>\n\n <div class=\"comment-svg\">\n <svg-icon\n [src]=\"svgTodo.plus\"\n (click)=\"toggleNewComment()\"\n ></svg-icon>\n </div>\n </div>\n </div>\n\n <ng-container\n *ngFor=\"let item of commentConfig; trackBy: identity\"\n >\n <div\n class=\"comment-body\"\n [@showHideCardBody]=\"isCommentsVisible\"\n >\n <div class=\"comment\">\n <app-ca-comment [config]=\"item\"></app-ca-comment>\n </div>\n </div>\n </ng-container>\n\n <!--New Comment-->\n <ng-container *ngIf=\"isNewComment\">\n <ng-container\n *ngFor=\"let item of newCommentConfig; trackBy: identity\"\n >\n <div\n class=\"comment-body\"\n [@showHideCardBody]=\"isCommentsVisible\"\n >\n <div class=\"comment\">\n <app-ca-comment\n [config]=\"item\"\n ></app-ca-comment>\n </div>\n </div>\n </ng-container>\n </ng-container>\n </ng-container>\n </div>\n </div>\n</div>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium,.todo-container .todo-content .todo-body .link-container .link{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold,.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title .counter,.todo-container .todo-content .todo-body .asignee-images-container .asignee p,.todo-container .todo-content .todo-body .asignee-everybody .asignee-everybody-p,.todo-container .todo-content .todo-header .title-container .title{font-weight:700!important}.ca-font-extra-bold,.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title p{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:340px!important}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.gps_dropdown_popover{top:-38px;max-width:494px}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#fff}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#fff}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#fff}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:.83}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{padding:4px 10px;white-space:nowrap;max-width:none;border-radius:3px}.tooltip-inner:empty{padding:0}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;background-color:transparent;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;font-weight:700;border-radius:2px;padding:2px 8px;animation:scaleItem .3s;white-space:normal}.app-ca-main-tooltip .tooltip-inner .tooltip-holder:empty{padding:0}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background-color:#42424233!important;color:#424242!important}.text-color-black::selection{background-color:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-muted::selection{background-color:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green-2{color:#259f94!important}.text-color-green-2::-moz-selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-2::selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-4{color:#86c9c3!important}.text-color-green-4::-moz-selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-green-4::selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-13::selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-16{color:#e9effd!important}.text-color-blue-16::-moz-selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-16::selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-19{color:#92b1f5!important}.text-color-blue-19::-moz-selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-blue-19::selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-11{color:#df3c3c!important}.text-color-red-11::-moz-selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-11::selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-13{color:#ed9292!important}.text-color-red-13::-moz-selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-red-13::selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-yellow{color:#fab15c!important}.text-color-yellow::-moz-selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow::selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-purple{color:#b370f0!important}.text-color-purple::-moz-selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-purple::selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-special-filter-purple{color:#9e47ec!important}.text-color-special-filter-purple::-moz-selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-special-filter-purple::selection{background-color:#9e47ec33!important;color:#9e47ec!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{background-color:#ccc3!important;color:#ccc!important}.text-color-light-grey-6::selection{background-color:#ccc3!important;color:#ccc!important}.text-color-white{color:#fff!important}.text-color-white::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2{color:#fff!important}.text-color-white-2::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-white-4::selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw6-2::selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{background-color:#dadada33!important;color:#dadada!important}.text-color-bw-9::selection{background-color:#dadada33!important;color:#dadada!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey::selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{background-color:#91919133!important;color:#919191!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}.svg-fill-black svg path,.svg-fill-black svg circle{fill:#424242!important}.svg-fill-white svg path,.svg-fill-white svg circle{fill:#fff!important}.svg-fill-white-2 svg path,.svg-fill-white-2 svg circle{fill:#fff!important}.svg-fill-muted svg path,.svg-fill-muted svg circle{fill:#919191!important}.svg-fill-bw-9 svg path,.svg-fill-bw-9 svg circle{fill:#dadada!important}.svg-fill-light-grey-2 svg path,.svg-fill-light-grey-2 svg circle{fill:#aaa!important}.svg-fill-light-grey-6 svg path,.svg-fill-light-grey-6 svg circle{fill:#ccc!important}.svg-fill-blue-8 svg path,.svg-fill-blue-8 svg circle{fill:#6692f1!important}.svg-fill-blue-13 svg path,.svg-fill-blue-13 svg circle{fill:#6692f1!important}.svg-fill-blue-14 svg path,.svg-fill-blue-14 svg circle{fill:#3b73ed!important}.svg-fill-blue-17 svg path,.svg-fill-blue-17 svg circle{fill:#bed0f9!important}.svg-fill-blue-19 svg path,.svg-fill-blue-19 svg circle{fill:#92b1f5!important}.svg-fill-blue-26 svg path,.svg-fill-blue-26 svg circle{fill:#4dc5eb!important}.svg-fill-green svg path,.svg-fill-green svg circle{fill:#56b4ac!important}.svg-fill-green-2 svg path,.svg-fill-green-2 svg circle{fill:#259f94!important}.svg-fill-green-4 svg path,.svg-fill-green-4 svg circle{fill:#86c9c3!important}.svg-fill-yellow-1 svg path,.svg-fill-yellow-1 svg circle{fill:#fab15c!important}.svg-fill-yellow-4 svg path,.svg-fill-yellow-4 svg circle{fill:#fbc88b!important}.svg-fill-yellow-5 svg path,.svg-fill-yellow-5 svg circle{fill:#f89b2e!important}.svg-fill-white-4 svg path,.svg-fill-white-4 svg circle{fill:#ffffffb2!important}.svg-fill-grey svg path,.svg-fill-grey svg circle{fill:#919191!important}.svg-fill-red-10 svg path,.svg-fill-red-10 svg circle{fill:#e66767!important}.svg-fill-red-11 svg path,.svg-fill-red-11 svg circle{fill:#df3c3c!important}.svg-hover-white svg path{transition:fill .3s ease-in-out}.svg-hover-white:hover svg path{fill:#fff!important}.svg-hover-white-2 svg path{transition:fill .3s ease-in-out}.svg-hover-white-2:hover svg path{fill:#fff!important}.svg-hover-muted svg path{transition:fill .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-grey-4 svg path{transition:fill .3s ease-in-out}.svg-hover-grey-4:hover svg path{fill:#ccc!important}.svg-hover-black svg path{transition:fill .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-10 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-10:hover svg path{fill:#bed0f9!important}.svg-hover-blue-15 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-blue-19 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-19:hover svg path{fill:#92b1f5!important}.svg-hover-bw6-2 svg path{transition:fill .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-trash-red svg path{transition:fill .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:fill .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-10 svg{width:10px;height:10px}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-18 svg{width:18px;height:18px}.svg-size-22 svg{width:22px;height:22px}.svg-size-26 svg{width:26px;height:26px}.svg-size-44-16 svg{width:44px;height:16px}.background-black{background-color:#424242}.background-black-2{background-color:#2f2f2f}.background-blue-13{background-color:#6692f1}.background-blue-14{background-color:#3b73ed}.background-dark-2{background-color:#91919133}.background-hover-bw2{transition:background-color .3s ease-in-out}.background-hover-bw2:hover{background-color:#eee!important}.background-hover-blue-15{transition:background-color .3s ease-in-out}.background-hover-blue-15:hover{background-color:#0b49d1!important}.br-1{border-radius:1px}.br-2{border-radius:2px}.br-3{border-radius:3px}.br-10{border-radius:10px}.br-circle{border-radius:50%}.padding-2{padding:2px}.padding-4{padding:4px}.padding-y-2{padding-top:2px;padding-bottom:2px}.padding-y-4{padding-top:4px;padding-bottom:4px}.padding-x-4{padding-left:4px;padding-right:4px}.padding-x-5{padding-left:5px;padding-right:5px}.margin-t-4{margin-top:4px}.margin-r-4{margin-right:4px}.margin-b-4{margin-bottom:4px}.margin-t-6{margin-top:6px}.margin-r-6{margin-right:6px}.margin-b-6{margin-bottom:6px}.margin-t-24{margin-top:24px}.margin-r-24{margin-right:24px}.margin-b-24{margin-bottom:24px}.gap-xs{gap:2px}.height-1{height:1px}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.filter-dropdown-popover{width:260px;position:relative;top:-4px;left:-4px}.filter-dropdown-popover-max-height{max-height:360px}.filter-dropdown-list{max-height:260px;overflow-y:auto}.filter-dropdown-list-icon{height:26px;transition:background-color .3s ease-in-out}.filter-dropdown-list-icon-value{height:14px;width:14px}.filter-dropdown-list-icon-remove{display:none}.filter-dropdown-list-icon:hover{background-color:#424242}.filter-dropdown-list-icon:hover .filter-dropdown-icon-count{display:none}.filter-dropdown-list-icon-selected:hover{background-color:#0b49d1}.filter-dropdown-list-item-icons{transition:opacity .3s ease-in-out;opacity:0}.filter-dropdown-list-item-status-circle{height:10px;width:10px}.filter-dropdown-list-item-remove{display:none}.filter-dropdown-list-item:hover{background-color:#424242}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons{opacity:1}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons svg path{fill:var(--svg-fill-color, #e66767)}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove{display:flex}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove svg path{fill:#e66767!important}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-count{display:none!important}.filter-dropdown-icon{height:26px;width:26px}.filter-dropdown-count{height:14px;width:14px}.filter-dropdown-count-remove,.filter-dropdown-count-hover:hover .filter-dropdown-count-value{display:none}.filter-dropdown-count-hover:hover .filter-dropdown-count-remove{display:flex}.filter-dropdown-button{height:26px}.filter-dropdown-footer-button{color:#dadada;transition:color .3s ease-in-out,background-color .3s ease-in-out;height:18px;width:50%}.filter-dropdown-footer-button-set{color:#fff;background-color:#3b73ed}.filter-dropdown-footer-button-set:hover{background-color:#e9effd;color:#0b49d1}.filter-dropdown-footer-button-clear{color:#dadada}.filter-dropdown-footer-button-clear:hover{background-color:#eee;color:#424242}.filter-dropdown-list-badge{min-width:18px}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.c-pointer{cursor:pointer}.ca-scroll-bar{overflow-y:scroll}.ca-scroll-bar::-webkit-scrollbar{width:2px}.ca-scroll-bar::-webkit-scrollbar-thumb{background:#ccc;border-radius:1px}.ca-scroll-bar::-webkit-scrollbar-track{background:#2f2f2f}.cdk-drag-preview{background-color:#fff;border-radius:3px;box-shadow:0 0 6px #0000004d;z-index:1000}.todo-container{border-radius:3px}.todo-container .todo-content{cursor:grab}.todo-container .todo-content .todo-header{padding:6px 4px 0 6px}.todo-container .todo-content .todo-header .title-container{padding:4px 4px 4px 6px}.todo-container .todo-content .todo-header .title-container .title{font-family:Montserrat,sans-serif;font-size:14px;line-height:18px;color:#424242}.todo-container .todo-content .todo-header .svg-container{cursor:pointer;gap:4px}.todo-container .todo-content .todo-header .svg-container .icon-box .icon-without-link svg path{fill:#ccc}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link{width:26px;height:26px}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link svg path{fill:#919191}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link svg path:nth-of-type(2){fill:#fff!important}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link:not(.icon-active):hover{background-color:#eee;border-radius:2px}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link:not(.icon-active):hover svg path{fill:#424242}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-has-link:not(.icon-active):hover svg path:nth-of-type(2){fill:#fff!important}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-active{background-color:#e9effd}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-active svg path{fill:#6692f1}.todo-container .todo-content .todo-header .svg-container .icon-box.icon-active svg path:nth-of-type(2){fill:#fff!important}.todo-container .todo-content .todo-header .svg-container .icon-box:focus.icon-active{background-color:#e9effd}.todo-container .todo-content .todo-header .svg-container .icon{height:26px;width:26px;border-radius:2px}.todo-container .todo-content .todo-body{padding:0 6px 8px 12px;gap:8px}.todo-container .todo-content .todo-body .asignee-everybody{background-color:#e9effd;padding:2px 6px;border-radius:2px;height:18px;margin:4px 2px}.todo-container .todo-content .todo-body .asignee-everybody .asignee-everybody-p{font-size:11px;line-height:14px;font-family:Montserrat,sans-serif;color:#3b73ed}.todo-container .todo-content .todo-body .asignee-images-container .asignee{background-color:#e9effd;padding:2px 6px;border-radius:2px;height:18px}.todo-container .todo-content .todo-body .asignee-images-container .asignee.asignee-list{background-color:#eee;margin:2px}.todo-container .todo-content .todo-body .asignee-images-container .asignee p{font-size:11px;line-height:14px;font-family:Montserrat,sans-serif;color:#3b73ed}.todo-container .todo-content .todo-body .asignee-images-container .asignee p.asignee-item{color:#424242}.todo-container .todo-content .todo-body .asignee-images-container .images-container{margin-left:8px;height:30px}.todo-container .todo-content .todo-body .description-container{width:578.67px;gap:10px}.todo-container .todo-content .todo-body .description-container .description{font-size:14px;line-height:18px}.todo-container .todo-content .todo-body .progress-expiration{width:100%}.todo-container .todo-content .todo-body .link-container{transition:max-height .3s ease-in-out,opacity .3s ease-in-out}.todo-container .todo-content .todo-body .link-container .link{font-family:Montserrat,sans-serif;font-size:14px;line-height:18px}.todo-container .todo-content .todo-actions{margin-bottom:8px}.todo-container .todo-content .todo-actions .border-container{padding:4px 2px}.todo-container .todo-content .todo-actions .border-container .border-line{border:1px solid #dadada;width:100%}.todo-container .todo-content .todo-actions .comment-header-container,.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content{padding:0 0 0 6px}.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title{font-family:Montserrat,sans-serif;gap:4px}.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title p{font-size:14px;line-height:18px;color:#424242}.todo-container .todo-content .todo-actions .comment-header-container .comment-title-content .comment-title .counter{color:#fff;background-color:#6c6c6c;width:18px;height:18px;border-radius:60px;font-size:11px;line-height:14px}.todo-container .todo-content .todo-actions .comment-body{padding:4px 0 4px 6px}.todo-container .todo-content .todo-actions .upload-section{padding:6px}\n"] }]
120
120
  }], ctorParameters: () => [{ type: i1.FileService }, { type: i0.Renderer2 }], propDecorators: { modalCarousel: [{
121
121
  type: ViewChild,
122
122
  args: [CaUploadFilesCarouselComponent]
@@ -133,4 +133,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
133
133
  }], onFileEvent: [{
134
134
  type: Output
135
135
  }] } });
136
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2EtdG9kby1jYXJkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLXRvZG8vY29tcG9uZW50cy9jYS10b2RvLWNhcmQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtdG9kby9jb21wb25lbnRzL2NhLXRvZG8tY2FyZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0gsU0FBUyxFQUNULFlBQVksRUFDWixLQUFLLEVBQ0wsTUFBTSxFQUVOLFNBQVMsRUFDVCxpQkFBaUIsR0FDcEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDeEQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDeEQsT0FBTyxFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUNuRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFPL0MsT0FBTyxFQUFFLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFZMUMsUUFBUTtBQUNSLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxVQUFVLENBQUM7QUFFeEMsWUFBWTtBQUNaLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLG1EQUFtRCxDQUFDO0FBQzVGLE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLCtEQUErRCxDQUFDO0FBQzlHLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBQzNFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLHFEQUFxRCxDQUFDO0FBQzlGLE9BQU8sRUFBRSw4QkFBOEIsRUFBRSxNQUFNLDhGQUE4RixDQUFDO0FBQzlJLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGlEQUFpRCxDQUFDO0FBRXpGLFdBQVc7QUFDWCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQztBQUV0RixVQUFVO0FBQ1YsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGFBQWEsQ0FBQztBQUUxQyxPQUFPO0FBQ1AsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLFVBQVUsQ0FBQzs7Ozs7QUF5QnhDLE1BQU0sT0FBTyxtQkFBbUI7SUFpQzVCLFlBQ1ksV0FBd0IsRUFDeEIsUUFBbUI7UUFEbkIsZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUFDeEIsYUFBUSxHQUFSLFFBQVEsQ0FBVztRQTVCL0IsU0FBUztRQUNBLGtCQUFhLEdBQW9CLEVBQUUsQ0FBQztRQUNwQyxxQkFBZ0IsR0FBb0IsRUFBRSxDQUFDO1FBRWhELG9CQUFvQjtRQUNYLG1CQUFjLEdBQXlCLEVBQUUsQ0FBQztRQUt6QyxnQkFBVyxHQUNqQixJQUFJLFlBQVksRUFBYyxDQUFDO1FBRTVCLFlBQU8sR0FBRyxZQUFZLENBQUM7UUFDdEIsaUJBQVksR0FBRyxJQUFJLE9BQU8sRUFBUSxDQUFDO1FBQ3BDLFNBQUksR0FBVyxFQUFFLENBQUM7UUFDbEIsa0JBQWEsR0FBWSxLQUFLLENBQUM7UUFDL0IsbUJBQWMsR0FBVyxDQUFDLENBQUM7UUFDM0Isb0JBQWUsR0FBVyxDQUFDLENBQUM7UUFDNUIscUJBQWdCLEdBQVksS0FBSyxDQUFDO1FBQ2xDLHNCQUFpQixHQUFZLEtBQUssQ0FBQztRQUNuQyxzQkFBaUIsR0FBWSxLQUFLLENBQUM7UUFDbkMsaUJBQVksR0FBWSxLQUFLLENBQUM7UUFDOUIsV0FBTSxHQUFrQixFQUFFLENBQUM7SUFNL0IsQ0FBQztJQUVKLFFBQVE7UUFDSixJQUFJLENBQUMsT0FBTyxFQUFFLENBQUM7UUFFZixJQUFJLENBQUMsaUJBQWlCLEVBQUUsQ0FBQztRQUV6QixJQUFJLENBQUMsa0JBQWtCLEVBQUUsQ0FBQztJQUM5QixDQUFDO0lBRUQsV0FBVztRQUNQLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxFQUFFLENBQUM7UUFDekIsSUFBSSxDQUFDLFlBQVksQ0FBQyxRQUFRLEVBQUUsQ0FBQztJQUNqQyxDQUFDO0lBRU0sT0FBTztRQUNWLElBQUksSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEVBQUUsQ0FBQztZQUNuQixJQUFJLENBQUMsSUFBSSxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDO1lBQzdCLElBQUksQ0FBQyxhQUFhLEdBQUcsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDO1FBQzdDLENBQUM7SUFDTCxDQUFDO0lBRU0sY0FBYztRQUNqQixJQUFJLENBQUMsaUJBQWlCLEdBQUcsQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUM7SUFDckQsQ0FBQztJQUVNLGNBQWM7UUFDakIsSUFBSSxDQUFDLGlCQUFpQixHQUFHLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDO0lBQ3JELENBQUM7SUFFTSxnQkFBZ0I7UUFDbkIsSUFBSSxDQUFDLFlBQVksR0FBRyxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUM7SUFDM0MsQ0FBQztJQUVNLGlCQUFpQjtRQUNwQixJQUFJLENBQUMsY0FBYyxHQUFHLElBQUksQ0FBQyxhQUFhLENBQUMsTUFBTSxDQUFDO0lBQ3BELENBQUM7SUFFTSxrQkFBa0I7UUFDckIsSUFBSSxDQUFDLGVBQWUsR0FBRyxJQUFJLENBQUMsaUJBQWlCLENBQUMsS0FBSyxDQUFDLE1BQU0sQ0FBQztJQUMvRCxDQUFDO0lBRU0sWUFBWTtRQUNmLElBQUksSUFBSSxDQUFDLGlCQUFpQixDQUFDLEtBQUssSUFBSSxJQUFJLENBQUMsaUJBQWlCLENBQUMsS0FBSyxDQUFDLE1BQU07WUFDbkUsSUFBSSxDQUFDLGlCQUFpQixDQUFDLEtBQUssQ0FBQyxPQUFPLENBQUMsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUMxQyxJQUFJLENBQUMsWUFBWSxDQUNiLElBQUksQ0FBQyxHQUFHLEVBQ1IsSUFBSSxDQUFDLFFBQVEsSUFBSSxZQUFZLENBQUMsUUFBUSxDQUN6QyxDQUNKLENBQUM7O1lBQ0QsT0FBTyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQztJQUNqQyxDQUFDO0lBRU0sWUFBWSxDQUFDLEdBQVcsRUFBRSxRQUFnQjtRQUM3QyxJQUFJLENBQUMsV0FBVzthQUNYLFlBQVksQ0FBQyxHQUFHLENBQUM7YUFDakIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUM7YUFDbEMsU0FBUyxDQUNOLENBQUMsSUFBVSxFQUFFLEVBQUU7WUFDWCxNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLGFBQWEsQ0FDeEMsWUFBWSxDQUFDLE1BQU0sQ0FDdEIsQ0FBQztZQUNGLE1BQU0sU0FBUyxHQUFHLEdBQUcsQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLENBQUM7WUFDNUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxZQUFZLENBQ3RCLFFBQVEsRUFDUixZQUFZLENBQUMsSUFBSSxFQUNqQixTQUFTLENBQ1osQ0FBQztZQUNGLElBQUksQ0FBQyxRQUFRLENBQUMsWUFBWSxDQUN0QixRQUFRLEVBQ1IsWUFBWSxDQUFDLFFBQVEsRUFDckIsUUFBUSxDQUNYLENBQUM7WUFDRixRQUFRLENBQUMsS0FBSyxFQUFFLENBQUM7WUFDakIsR0FBRyxDQUFDLGVBQWUsQ0FBQyxTQUFTLENBQUMsQ0FBQztRQUNuQyxDQUFDLEVBQ0QsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMseUJBQXlCLEVBQUUsS0FBSyxDQUFDLENBQzdELENBQUM7SUFDVixDQUFDO0lBRU0sUUFBUSxDQUFDLEtBQWE7UUFDekIsT0FBTyxLQUFLLENBQUM7SUFDakIsQ0FBQzsrR0F0SFEsbUJBQW1CO21HQUFuQixtQkFBbUIsc1JBTmpCLENBQUMsV0FBVyxDQUFDLHlFQU9iLDhCQUE4QixnREMzRTdDLG9nWkE2U0EsKzY1QkR2UFEsWUFBWSxrYkFDWixvQkFBb0IsZ09BQ3BCLGdCQUFnQiwrQkFDaEIsVUFBVSwwVEFDVixTQUFTO2dCQUVULFlBQVk7Z0JBQ1osdUJBQXVCLGtNQUN2Qiw2QkFBNkIsMkZBQzdCLHNCQUFzQixtTEFDdEIsdUJBQXVCLHFPQUN2QixrQkFBa0IsOEdBTVYsQ0FBQyxzQkFBc0IsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDOzs0RkFHL0MsbUJBQW1CO2tCQXZCL0IsU0FBUztpQ0FDTSxJQUFJLFdBQ1A7d0JBQ0wsWUFBWTt3QkFDWixvQkFBb0I7d0JBQ3BCLGdCQUFnQjt3QkFDaEIsVUFBVTt3QkFDVixTQUFTO3dCQUVULFlBQVk7d0JBQ1osdUJBQXVCO3dCQUN2Qiw2QkFBNkI7d0JBQzdCLHNCQUFzQjt3QkFDdEIsdUJBQXVCO3dCQUN2QixrQkFBa0I7cUJBQ3JCLFlBQ1Msa0JBQWtCLGFBQ2pCLENBQUMsV0FBVyxDQUFDLGNBR1osQ0FBQyxzQkFBc0IsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDLGlCQUN6QyxpQkFBaUIsQ0FBQyxJQUFJO3dHQUk5QixhQUFhO3NCQURuQixTQUFTO3VCQUFDLDhCQUE4QjtnQkFJaEMsTUFBTTtzQkFBZCxLQUFLO2dCQUdHLGFBQWE7c0JBQXJCLEtBQUs7Z0JBQ0csZ0JBQWdCO3NCQUF4QixLQUFLO2dCQUdHLGNBQWM7c0JBQXRCLEtBQUs7Z0JBR0csaUJBQWlCO3NCQUF6QixLQUFLO2dCQUVJLFdBQVc7c0JBQXBCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICAgIENvbXBvbmVudCxcbiAgICBFdmVudEVtaXR0ZXIsXG4gICAgSW5wdXQsXG4gICAgT3V0cHV0LFxuICAgIFJlbmRlcmVyMixcbiAgICBWaWV3Q2hpbGQsXG4gICAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQW5ndWxhclN2Z0ljb25Nb2R1bGUgfSBmcm9tICdhbmd1bGFyLXN2Zy1pY29uJztcbmltcG9ydCB7IEh0dHBDbGllbnRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24vaHR0cCc7XG5pbXBvcnQgeyBOZ2JNb2R1bGUsIE5nYlRvb2x0aXAgfSBmcm9tICdAbmctYm9vdHN0cmFwL25nLWJvb3RzdHJhcCc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuXG4vL01vZGVsc1xuaW1wb3J0IHsgVG9Eb0NhcmRDb25maWcgfSBmcm9tICcuLi9tb2RlbHMnO1xuaW1wb3J0IHsgUHJvZ3Jlc3NFeHBpcmF0aW9uIH0gZnJvbSAnLi4vLi4vY2EtcHJvZ3Jlc3MtZXhwaXJhdGlvbi9tb2RlbHMnO1xuaW1wb3J0IHsgQ29tbWVudENvbmZpZyB9IGZyb20gJy4uLy4uL2NhLWNvbW1lbnQvbW9kZWxzJztcblxuaW1wb3J0IHsgU3ViamVjdCwgdGFrZVVudGlsIH0gZnJvbSAncnhqcyc7XG5cbi8vSW50ZXJmYWNlc1xuaW1wb3J0IHtcbiAgICBJRmlsZU9wdGlvbkNvbmZpZyxcbiAgICBJVXBsb2FkRmlsZXNDb25maWcsXG59IGZyb20gJy4uLy4uL2NhLXVwbG9hZC1maWxlcy9pbnRlcmZhY2VzJztcbmltcG9ydCB7XG4gICAgSUZpbGVDb25maWcsXG4gICAgSUZpbGVFdmVudCxcbn0gZnJvbSAnLi4vLi4vY2EtdXBsb2FkLWZpbGVzL2NvbXBvbmVudHMvY2EtdXBsb2FkLWRyb3B6b25lL2ludGVyZmFjZXMnO1xuXG4vL1JvdXRlc1xuaW1wb3J0IHsgVG9kb1N2Z1JvdXRlIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vL0NvbXBvbmVudHNcbmltcG9ydCB7IENhUHJvZmlsZUltYWdlQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vY2EtcHJvZmlsZS1pbWFnZS9jYS1wcm9maWxlLWltYWdlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVByb2dyZXNzRXhwaXJhdGlvbkNvbXBvbmVudCB9IGZyb20gJy4uLy4uL2NhLXByb2dyZXNzLWV4cGlyYXRpb24vY2EtcHJvZ3Jlc3MtZXhwaXJhdGlvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FDb21tZW50Q29tcG9uZW50IH0gZnJvbSAnLi4vLi4vY2EtY29tbWVudC9jYS1jb21tZW50LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUFwcFRvb2x0aXBWMkNvbXBvbmVudCB9IGZyb20gJy4uLy4uL2NhLWFwcC10b29sdGlwLXYyL2NhLWFwcC10b29sdGlwLXYyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVVwbG9hZEZpbGVzQ2Fyb3VzZWxDb21wb25lbnQgfSBmcm9tICcuLi8uLi9jYS11cGxvYWQtZmlsZXMvY29tcG9uZW50cy9jYS11cGxvYWQtZmlsZXMtY2Fyb3VzZWwvY2EtdXBsb2FkLWZpbGVzLWNhcm91c2VsLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVVwbG9hZEZpbGVzQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vY2EtdXBsb2FkLWZpbGVzL2NhLXVwbG9hZC1maWxlcy5jb21wb25lbnQnO1xuXG4vL0FuaW1hdGlvblxuaW1wb3J0IHsgY2FyZENvbXBvbmVudEFuaW1hdGlvbiB9IGZyb20gJy4uLy4uLy4uL2FuaW1hdGlvbnMvY2FyZC1jb21wb25lbnQuYW5pbWF0aW9uJztcblxuLy9TZXJ2aWNlc1xuaW1wb3J0IHsgRmlsZVNlcnZpY2UgfSBmcm9tICcuLi9zZXJ2aWNlcyc7XG5cbi8vRW51bXNcbmltcG9ydCB7IERvd25sb2FkTGluayB9IGZyb20gJy4uL2VudW1zJztcblxuQENvbXBvbmVudCh7XG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIENvbW1vbk1vZHVsZSxcbiAgICAgICAgQW5ndWxhclN2Z0ljb25Nb2R1bGUsXG4gICAgICAgIEh0dHBDbGllbnRNb2R1bGUsXG4gICAgICAgIE5nYlRvb2x0aXAsXG4gICAgICAgIE5nYk1vZHVsZSxcblxuICAgICAgICAvL0NvbXBvbmVudHNcbiAgICAgICAgQ2FQcm9maWxlSW1hZ2VDb21wb25lbnQsXG4gICAgICAgIENhUHJvZ3Jlc3NFeHBpcmF0aW9uQ29tcG9uZW50LFxuICAgICAgICBDYVVwbG9hZEZpbGVzQ29tcG9uZW50LFxuICAgICAgICBDYUFwcFRvb2x0aXBWMkNvbXBvbmVudCxcbiAgICAgICAgQ2FDb21tZW50Q29tcG9uZW50LFxuICAgIF0sXG4gICAgc2VsZWN0b3I6ICdhcHAtY2EtdG9kby1jYXJkJyxcbiAgICBwcm92aWRlcnM6IFtGaWxlU2VydmljZV0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2NhLXRvZG8tY2FyZC5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vY2EtdG9kby1jYXJkLmNvbXBvbmVudC5zY3NzJ10sXG4gICAgYW5pbWF0aW9uczogW2NhcmRDb21wb25lbnRBbmltYXRpb24oJ3Nob3dIaWRlQ2FyZEJvZHknKV0sXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgQ2FUb2RvQ2FyZENvbXBvbmVudCB7XG4gICAgQFZpZXdDaGlsZChDYVVwbG9hZEZpbGVzQ2Fyb3VzZWxDb21wb25lbnQpXG4gICAgcHVibGljIG1vZGFsQ2Fyb3VzZWwhOiBDYVVwbG9hZEZpbGVzQ2Fyb3VzZWxDb21wb25lbnQ7XG5cbiAgICAvL3Rvb2x0aXBcbiAgICBASW5wdXQoKSBjb25maWchOiBUb0RvQ2FyZENvbmZpZztcblxuICAgIC8vQ29tbWVudFxuICAgIEBJbnB1dCgpIGNvbW1lbnRDb25maWc6IENvbW1lbnRDb25maWdbXSA9IFtdO1xuICAgIEBJbnB1dCgpIG5ld0NvbW1lbnRDb25maWc6IENvbW1lbnRDb25maWdbXSA9IFtdO1xuXG4gICAgLy9Qcm9ncmVzc0V4cGlyYXRpb25cbiAgICBASW5wdXQoKSBjb25maWdQcm9ncmVzczogUHJvZ3Jlc3NFeHBpcmF0aW9uW10gPSBbXTtcblxuICAgIC8vVXBsb2FkIGZpbGVzXG4gICAgQElucHV0KCkgdXBsb2FkRmlsZXNDb25maWchOiBJVXBsb2FkRmlsZXNDb25maWc7XG5cbiAgICBAT3V0cHV0KCkgb25GaWxlRXZlbnQ6IEV2ZW50RW1pdHRlcjxJRmlsZUV2ZW50PiA9XG4gICAgICAgIG5ldyBFdmVudEVtaXR0ZXI8SUZpbGVFdmVudD4oKTtcblxuICAgIHB1YmxpYyBzdmdUb2RvID0gVG9kb1N2Z1JvdXRlO1xuICAgIHByaXZhdGUgdW5zdWJzY3JpYmUkID0gbmV3IFN1YmplY3Q8dm9pZD4oKTtcbiAgICBwdWJsaWMgbGluazogc3RyaW5nID0gJyc7XG4gICAgcHVibGljIGlzTGlua1Zpc2libGU6IGJvb2xlYW4gPSBmYWxzZTtcbiAgICBwdWJsaWMgY29tbWVudENvdW50ZXI6IG51bWJlciA9IDA7XG4gICAgcHVibGljIGRvY3VtZW50Q291bnRlcjogbnVtYmVyID0gMDtcbiAgICBwdWJsaWMgaXNDb21tZW50VmlzaWJsZTogYm9vbGVhbiA9IGZhbHNlO1xuICAgIHB1YmxpYyBpc0NvbW1lbnRzVmlzaWJsZTogYm9vbGVhbiA9IGZhbHNlO1xuICAgIHB1YmxpYyBpc0RvY3VtZW50VmlzaWJsZTogYm9vbGVhbiA9IGZhbHNlO1xuICAgIHB1YmxpYyBpc05ld0NvbW1lbnQ6IGJvb2xlYW4gPSBmYWxzZTtcbiAgICBwdWJsaWMgX2ZpbGVzOiBJRmlsZUNvbmZpZ1tdID0gW107XG4gICAgcHVibGljIF9jb25maWchOiBJRmlsZU9wdGlvbkNvbmZpZztcblxuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwcml2YXRlIGZpbGVTZXJ2aWNlOiBGaWxlU2VydmljZSxcbiAgICAgICAgcHJpdmF0ZSByZW5kZXJlcjogUmVuZGVyZXIyXG4gICAgKSB7fVxuXG4gICAgbmdPbkluaXQoKSB7XG4gICAgICAgIHRoaXMuYWRkTGluaygpO1xuXG4gICAgICAgIHRoaXMuZ2V0Q29tbWVudENvdW50ZXIoKTtcblxuICAgICAgICB0aGlzLmdldERvY3VtZW50Q291bnRlcigpO1xuICAgIH1cblxuICAgIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICB0aGlzLnVuc3Vic2NyaWJlJC5uZXh0KCk7XG4gICAgICAgIHRoaXMudW5zdWJzY3JpYmUkLmNvbXBsZXRlKCk7XG4gICAgfVxuXG4gICAgcHVibGljIGFkZExpbmsoKTogdm9pZCB7XG4gICAgICAgIGlmICh0aGlzLmNvbmZpZy5saW5rKSB7XG4gICAgICAgICAgICB0aGlzLmxpbmsgPSB0aGlzLmNvbmZpZy5saW5rO1xuICAgICAgICAgICAgdGhpcy5pc0xpbmtWaXNpYmxlID0gIXRoaXMuaXNMaW5rVmlzaWJsZTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIHB1YmxpYyB0b2dnbGVDb21tZW50cygpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5pc0NvbW1lbnRzVmlzaWJsZSA9ICF0aGlzLmlzQ29tbWVudHNWaXNpYmxlO1xuICAgIH1cblxuICAgIHB1YmxpYyB0b2dnbGVEb2N1bWVudCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5pc0RvY3VtZW50VmlzaWJsZSA9ICF0aGlzLmlzRG9jdW1lbnRWaXNpYmxlO1xuICAgIH1cblxuICAgIHB1YmxpYyB0b2dnbGVOZXdDb21tZW50KCk6IHZvaWQge1xuICAgICAgICB0aGlzLmlzTmV3Q29tbWVudCA9ICF0aGlzLmlzTmV3Q29tbWVudDtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0Q29tbWVudENvdW50ZXIoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuY29tbWVudENvdW50ZXIgPSB0aGlzLmNvbW1lbnRDb25maWcubGVuZ3RoO1xuICAgIH1cblxuICAgIHB1YmxpYyBnZXREb2N1bWVudENvdW50ZXIoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuZG9jdW1lbnRDb3VudGVyID0gdGhpcy51cGxvYWRGaWxlc0NvbmZpZy5maWxlcy5sZW5ndGg7XG4gICAgfVxuXG4gICAgcHVibGljIHNhdmVBbGxGaWxlcygpOiB2b2lkIHtcbiAgICAgICAgaWYgKHRoaXMudXBsb2FkRmlsZXNDb25maWcuZmlsZXMgJiYgdGhpcy51cGxvYWRGaWxlc0NvbmZpZy5maWxlcy5sZW5ndGgpXG4gICAgICAgICAgICB0aGlzLnVwbG9hZEZpbGVzQ29uZmlnLmZpbGVzLmZvckVhY2goKGZpbGUpID0+XG4gICAgICAgICAgICAgICAgdGhpcy5kb3dubG9hZEZpbGUoXG4gICAgICAgICAgICAgICAgICAgIGZpbGUudXJsLFxuICAgICAgICAgICAgICAgICAgICBmaWxlLmZpbGVOYW1lID8/IERvd25sb2FkTGluay5ET1dOTE9BRFxuICAgICAgICAgICAgICAgIClcbiAgICAgICAgICAgICk7XG4gICAgICAgIGVsc2UgY29uc29sZS53YXJuKCdObyBmaWxlJyk7XG4gICAgfVxuXG4gICAgcHVibGljIGRvd25sb2FkRmlsZSh1cmw6IHN0cmluZywgZmlsZW5hbWU6IHN0cmluZyk6IHZvaWQge1xuICAgICAgICB0aGlzLmZpbGVTZXJ2aWNlXG4gICAgICAgICAgICAuZG93bmxvYWRGaWxlKHVybClcbiAgICAgICAgICAgIC5waXBlKHRha2VVbnRpbCh0aGlzLnVuc3Vic2NyaWJlJCkpXG4gICAgICAgICAgICAuc3Vic2NyaWJlKFxuICAgICAgICAgICAgICAgIChibG9iOiBCbG9iKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgIGNvbnN0IGRvY3VtZW50ID0gdGhpcy5yZW5kZXJlci5jcmVhdGVFbGVtZW50KFxuICAgICAgICAgICAgICAgICAgICAgICAgRG93bmxvYWRMaW5rLkFOQ0hPUlxuICAgICAgICAgICAgICAgICAgICApO1xuICAgICAgICAgICAgICAgICAgICBjb25zdCBvYmplY3RVcmwgPSBVUkwuY3JlYXRlT2JqZWN0VVJMKGJsb2IpO1xuICAgICAgICAgICAgICAgICAgICB0aGlzLnJlbmRlcmVyLnNldEF0dHJpYnV0ZShcbiAgICAgICAgICAgICAgICAgICAgICAgIGRvY3VtZW50LFxuICAgICAgICAgICAgICAgICAgICAgICAgRG93bmxvYWRMaW5rLkhSRUYsXG4gICAgICAgICAgICAgICAgICAgICAgICBvYmplY3RVcmxcbiAgICAgICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5yZW5kZXJlci5zZXRBdHRyaWJ1dGUoXG4gICAgICAgICAgICAgICAgICAgICAgICBkb2N1bWVudCxcbiAgICAgICAgICAgICAgICAgICAgICAgIERvd25sb2FkTGluay5ET1dOTE9BRCxcbiAgICAgICAgICAgICAgICAgICAgICAgIGZpbGVuYW1lXG4gICAgICAgICAgICAgICAgICAgICk7XG4gICAgICAgICAgICAgICAgICAgIGRvY3VtZW50LmNsaWNrKCk7XG4gICAgICAgICAgICAgICAgICAgIFVSTC5yZXZva2VPYmplY3RVUkwob2JqZWN0VXJsKTtcbiAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICAgIChlcnJvcikgPT4gY29uc29sZS5lcnJvcignRXJyb3IgZG93bmxvYWRpbmcgZmlsZTonLCBlcnJvcilcbiAgICAgICAgICAgICk7XG4gICAgfVxuXG4gICAgcHVibGljIGlkZW50aXR5KGluZGV4OiBudW1iZXIpOiBudW1iZXIge1xuICAgICAgICByZXR1cm4gaW5kZXg7XG4gICAgfVxufVxuIiwiPGRpdiBjbGFzcz1cInRvZG8tY29udGFpbmVyXCI+XG4gICAgPGRpdiBjbGFzcz1cInRvZG8tY29udGVudCBkLWdyaWRcIj5cbiAgICAgICAgPCEtLUhlYWRlci0tPlxuICAgICAgICA8ZGl2XG4gICAgICAgICAgICBjbGFzcz1cInRvZG8taGVhZGVyIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXIganVzdGlmeS1jb250ZW50LWJldHdlZW5cIlxuICAgICAgICA+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwidGl0bGUtY29udGFpbmVyXCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRpdGxlXCI+e3sgY29uZmlnLnRpdGxlIH19PC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgICAgPCEtLVNWRyBJY29ucy0tPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInN2Zy1jb250YWluZXIgZC1mbGV4XCI+XG4gICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImljb24tYm94XCJcbiAgICAgICAgICAgICAgICAgICAgW3Rvb2x0aXBCYWNrZ3JvdW5kXT1cIicjNDI0MjQyJ1wiXG4gICAgICAgICAgICAgICAgICAgIG5nYlRvb2x0aXBcbiAgICAgICAgICAgICAgICAgICAgW21haW5DYVRvb2x0aXBdPVwiY29uZmlnLmxpbmsgPyAnSHlwZXJsaW5rJyA6ICdObyBIeXBlcmxpbmsnXCJcbiAgICAgICAgICAgICAgICAgICAgcG9zaXRpb249XCJib3R0b21cIlxuICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwiYWRkTGluaygpXCJcbiAgICAgICAgICAgICAgICAgICAgW25nQ2xhc3NdPVwie1xuICAgICAgICAgICAgICAgICAgICAgICAgJ2ljb24tYWN0aXZlJzogIWlzTGlua1Zpc2libGUgJiYgY29uZmlnLmxpbmssXG4gICAgICAgICAgICAgICAgICAgICAgICAnaWNvbi1oYXMtbGluayBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyIGp1c3RpZnktY29udGVudC1jZW50ZXInOlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNvbmZpZy5saW5rLFxuICAgICAgICAgICAgICAgICAgICAgICAgJ2ljb24td2l0aG91dC1saW5rJzogIWNvbmZpZy5saW5rLFxuICAgICAgICAgICAgICAgICAgICB9XCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIDxzdmctaWNvbiBjbGFzcz1cImljb25cIiBbc3JjXT1cInN2Z1RvZG8ud2ViXCI+PC9zdmctaWNvbj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaWNvbi1ib3hcIlxuICAgICAgICAgICAgICAgICAgICBbdG9vbHRpcEJhY2tncm91bmRdPVwiJyM0MjQyNDInXCJcbiAgICAgICAgICAgICAgICAgICAgbmdiVG9vbHRpcFxuICAgICAgICAgICAgICAgICAgICBbbWFpbkNhVG9vbHRpcF09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgIHVwbG9hZEZpbGVzQ29uZmlnLmZpbGVzLmxlbmd0aCA/ICdBdHRhY2htZW50JyA6ICdObyBBdHRhY2htZW50J1xuICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICBwb3NpdGlvbj1cImJvdHRvbVwiXG4gICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJ0b2dnbGVEb2N1bWVudCgpXCJcbiAgICAgICAgICAgICAgICAgICAgW25nQ2xhc3NdPVwie1xuICAgICAgICAgICAgICAgICAgICAgICAgJ2ljb24tYWN0aXZlJzogaXNEb2N1bWVudFZpc2libGUgJiYgdXBsb2FkRmlsZXNDb25maWcuZmlsZXMubGVuZ3RoLFxuICAgICAgICAgICAgICAgICAgICAgICAgJ2ljb24taGFzLWxpbmsgZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlciBqdXN0aWZ5LWNvbnRlbnQtY2VudGVyJzpcbiAgICAgICAgICAgICAgICAgICAgICAgIHVwbG9hZEZpbGVzQ29uZmlnLmZpbGVzLmxlbmd0aCxcbiAgICAgICAgICAgICAgICAgICAgICAgICdpY29uLXdpdGhvdXQtbGluayc6ICF1cGxvYWRGaWxlc0NvbmZpZy5maWxlcy5sZW5ndGgsXG4gICAgICAgICAgICAgICAgICAgIH1cIlxuICAgICAgICAgICAgICAgICAgICBbbmdTdHlsZV09XCJ7XG4gICAgICAgICAgICAgICAgICAgICAgICAncG9pbnRlci1ldmVudHMnOiB1cGxvYWRGaWxlc0NvbmZpZy5maWxlcy5sZW5ndGggPyAnYXV0bycgOiAnbm9uZScsXG4gICAgICAgICAgICAgICAgICAgIH1cIlxuICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgPHN2Zy1pY29uXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImljb25cIlxuICAgICAgICAgICAgICAgICAgICAgICAgW3NyY109XCJzdmdUb2RvLmF0dGFjaG1lbnRcIlxuICAgICAgICAgICAgICAgICAgICA+PC9zdmctaWNvbj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaWNvbi1ib3hcIlxuICAgICAgICAgICAgICAgICAgICBbdG9vbHRpcEJhY2tncm91bmRdPVwiJyM0MjQyNDInXCJcbiAgICAgICAgICAgICAgICAgICAgbmdiVG9vbHRpcFxuICAgICAgICAgICAgICAgICAgICBbbWFpbkNhVG9vbHRpcF09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgIGNvbW1lbnRDb25maWcubGVuZ3RoID8gJ0NvbW1lbnQnIDogJ05vIENvbW1lbnQnXG4gICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgIHBvc2l0aW9uPVwiYm90dG9tXCJcbiAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cInRvZ2dsZUNvbW1lbnRzKClcIlxuICAgICAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJ7XG4gICAgICAgICAgICAgICAgICAgICAgICAnaWNvbi1hY3RpdmUnOlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlzQ29tbWVudHNWaXNpYmxlICYmIGNvbW1lbnRDb25maWcubGVuZ3RoLFxuICAgICAgICAgICAgICAgICAgICAgICAgJ2ljb24taGFzLWxpbmsgZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlciBqdXN0aWZ5LWNvbnRlbnQtY2VudGVyJzpcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjb21tZW50Q29uZmlnLmxlbmd0aCxcbiAgICAgICAgICAgICAgICAgICAgICAgICdpY29uLXdpdGhvdXQtbGluayc6ICFjb21tZW50Q29uZmlnLmxlbmd0aCxcbiAgICAgICAgICAgICAgICAgICAgfVwiXG4gICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICA8c3ZnXG4gICAgICAgICAgICAgICAgICAgICAgICB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIHdpZHRoPVwiMThcIlxuICAgICAgICAgICAgICAgICAgICAgICAgaGVpZ2h0PVwiMThcIlxuICAgICAgICAgICAgICAgICAgICAgICAgdmlld0JveD1cIjI2IDI2XCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZD1cIkNvbW1lbnRfLV9Db3VudFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZGF0YS1uYW1lPVwiQ29tbWVudCAtIENvdW50XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMC41IDIuNSlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlkPVwiUGF0aF8xMDU2M1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGRhdGEtbmFtZT1cIlBhdGggMTA1NjNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBkPVwiTTk2My45NzQsNTEwLjY3Nkg5NTAuNTg0YTIuMjc0LDIuMjc0LDAsMCwwLTIuMzA1LDIuMjM3djEwLjVhMi4yNzQsMi4yNzQsMCwwLDAsMi4zMDUsMi4yMzdoLjgybDEuNTc0LDIuNjQ1YS43OTIuNzkyLDAsMCwwLDEuMzUxLDBsMS41NzQtMi42NDVoOC4wN2EyLjI3NSwyLjI3NSwwLDAsMCwyLjMwNS0yLjIzN3YtMTAuNWEyLjI3NCwyLjI3NCwwLDAsMC0yLjMwNS0yLjIzN1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgtOTQ4LjI3OSAtNTEyLjY3NilcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBmaWxsPVwiI2FhYVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0cm9rZT1cInJnYmEoMCwwLDAsMClcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHJva2Utd2lkdGg9XCIxXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9nPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHRleHRcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB4PVwiNTAlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB5PVwiNTAlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBkb21pbmFudC1iYXNlbGluZT1cIm1pZGRsZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgdGV4dC1hbmNob3I9XCJtaWRkbGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlkPVwiXzFcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGRhdGEtbmFtZT1cIjFcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGw9XCIjZmZmXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBmb250LXNpemU9XCI5XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBmb250LWZhbWlseT1cIk1vbnRzZXJyYXQtQm9sZCwgTW9udHNlcnJhdFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9udC13ZWlnaHQ9XCI2MDBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0c3BhbiBjbGFzcz1cIm51bWJlci1jb21tZW50c1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyBjb21tZW50Q291bnRlciB9fVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdHNwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L3RleHQ+XG4gICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuXG4gICAgICAgIDwhLS1Cb2R5LS0+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJ0b2RvLWJvZHkgZC1mbGV4IGZsZXgtY29sdW1uXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXZlcnlib2R5LWNvbnRhaW5lciBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyXCI+XG4gICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lclxuICAgICAgICAgICAgICAgICAgICAqbmdJZj1cIiFjb25maWcuaW1hZ2VQcm9maWxlcz8ubGVuZ3RoOyBlbHNlIHNob3dQcm9maWxlc1wiXG4gICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYXNpZ25lZS1ldmVyeWJvZHlcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwiYXNpZ25lZS1ldmVyeWJvZHktcFwiPkV2ZXJ5Ym9keTwvcD5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgICAgPG5nLXRlbXBsYXRlICNzaG93UHJvZmlsZXM+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImFzaWduZWUtaW1hZ2VzLWNvbnRhaW5lciBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyXCI+XG4gICAgICAgICAgICAgICAgICAgIDwhLS1Bc2lnbWVudC0tPlxuICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiY29uZmlnLmFzc2lnbWVudFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICpuZ0Zvcj1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsZXQgaXRlbSBvZiBjb25maWcuYXNzaWdtZW50O1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFja0J5OiBpZGVudGl0eVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImFzaWduZWVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJ7ICdhc2lnbmVlLWxpc3QnOiBjb25maWcuYXNzaWdtZW50IH1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cIntcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAnYXNpZ25lZS1pdGVtJzogY29uZmlnLmFzc2lnbWVudCxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyBpdGVtIH19XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cblxuICAgICAgICAgICAgICAgICAgICA8IS0tSW1hZ2VzLS0+XG4gICAgICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaW1hZ2VzLWNvbnRhaW5lciBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyIGZsZXgtcm93XCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICpuZ0Zvcj1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsZXQgcHJvZmlsZSBvZiBjb25maWcuaW1hZ2VQcm9maWxlcztcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdHJhY2tCeTogaWRlbnRpdHlcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbWFnZVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YXBwLWNhLXByb2ZpbGUtaW1hZ2VcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtpbmR4XT1cInByb2ZpbGUuaW5keFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbdGV4dFNob3J0TmFtZV09XCJwcm9maWxlLnRleHRTaG9ydE5hbWVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F2YXRhckNvbG9yXT1cInByb2ZpbGUuYXZhdGFyQ29sb3JcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC9hcHAtY2EtcHJvZmlsZS1pbWFnZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+XG5cbiAgICAgICAgICAgIDwhLS1EZXNjcmlwdGlvbi0tPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImRlc2NyaXB0aW9uLWNvbnRhaW5lciBkLWZsZXhcIj5cbiAgICAgICAgICAgICAgICA8cCBjbGFzcz1cImRlc2NyaXB0aW9uXCI+e3sgY29uZmlnLmRlc2NyaXB0aW9uIH19PC9wPlxuICAgICAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgICAgIDwhLS1MaW5rLS0+XG4gICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiIWlzTGlua1Zpc2libGVcIj5cbiAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwibGluay1jb250YWluZXJcIlxuICAgICAgICAgICAgICAgICAgICBbQHNob3dIaWRlQ2FyZEJvZHldPVwiIWlzTGlua1Zpc2libGVcIlxuICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwibGlua1wiXG4gICAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJsaW5rXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIHN0eWxlPVwidGV4dC1kZWNvcmF0aW9uOiBub25lXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiXG4gICAgICAgICAgICAgICAgICAgICAgICA+e3sgbGluayB9fTwvYVxuICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cblxuICAgICAgICAgICAgPCEtLVByb2dyZXNzIGV4cGlyYXRpb24tLT5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJwcm9ncmVzcy1leHBpcmF0aW9uXCI+XG4gICAgICAgICAgICAgICAgPGxpYi1jYS1wcm9ncmVzcy1leHBpcmF0aW9uXG4gICAgICAgICAgICAgICAgICAgIFtjb25maWddPVwiY29uZmlnUHJvZ3Jlc3NcIlxuICAgICAgICAgICAgICAgID48L2xpYi1jYS1wcm9ncmVzcy1leHBpcmF0aW9uPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuXG4gICAgICAgIDwhLS1Eb2N1bWVudHMgYW5kIENvbW1lbnRzLS0+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJ0b2RvLWFjdGlvbnNcIj5cbiAgICAgICAgICAgIDwhLS1MaW5lLS0+XG4gICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiaXNEb2N1bWVudFZpc2libGVcIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYm9yZGVyLWNvbnRhaW5lclwiPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYm9yZGVyLWxpbmVcIj48L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgICAgICAgIDwhLS1Eb2N1bWVudHMtLT5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29tbWVudC1oZWFkZXItY29udGFpbmVyXCI+XG4gICAgICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiY29tbWVudC10aXRsZS1jb250ZW50IGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtYmV0d2VlblwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb21tZW50LXRpdGxlIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cD5Eb2N1bWVudHM8L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJjb3VudGVyIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXIganVzdGlmeS1jb250ZW50LWNlbnRlclwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID57eyBkb2N1bWVudENvdW50ZXIgfX08L3NwYW5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb21tZW50LXN2Z1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdmctaWNvblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3JjXT1cInN2Z1RvZG8udXBsb2FkXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cInNhdmVBbGxGaWxlcygpXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC9zdmctaWNvbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgICAgICAgIDwhLS0gQ29udGFpbmVyIGZvciBjYXJvdXNlbCB3aXRoIGFsbCBmaWxlcyAtLT5cbiAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidXBsb2FkLXNlY3Rpb25cIlxuICAgICAgICAgICAgICAgICAgICBbQHNob3dIaWRlQ2FyZEJvZHldPVwiaXNEb2N1bWVudFZpc2libGVcIlxuICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgPGFwcC1jYS11cGxvYWQtZmlsZXNcbiAgICAgICAgICAgICAgICAgICAgICAgIFt1cGxvYWRGaWxlc0NvbmZpZ10gPSBcInVwbG9hZEZpbGVzQ29uZmlnXCJcbiAgICAgICAgICAgICAgICAgICAgPjwvYXBwLWNhLXVwbG9hZC1maWxlcz5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuXG4gICAgICAgICAgICA8IS0tTGluZS0tPlxuICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cImlzQ29tbWVudHNWaXNpYmxlXCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJvcmRlci1jb250YWluZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJvcmRlci1saW5lXCI+PC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgICAgICAgICA8IS0tQ29tbWVudHMtLT5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29tbWVudC1oZWFkZXItY29udGFpbmVyXCI+XG4gICAgICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiY29tbWVudC10aXRsZS1jb250ZW50IGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtYmV0d2VlblwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb21tZW50LXRpdGxlIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cD5Db21tZW50PC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiY291bnRlciBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyIGp1c3RpZnktY29udGVudC1jZW50ZXJcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+e3sgY29tbWVudENvdW50ZXIgfX08L3NwYW5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbW1lbnQtc3ZnXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN2Zy1pY29uXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtzcmNdPVwic3ZnVG9kby5wbHVzXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cInRvZ2dsZU5ld0NvbW1lbnQoKVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvc3ZnLWljb24+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyXG4gICAgICAgICAgICAgICAgICAgICpuZ0Zvcj1cImxldCBpdGVtIG9mIGNvbW1lbnRDb25maWc7IHRyYWNrQnk6IGlkZW50aXR5XCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiY29tbWVudC1ib2R5XCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtAc2hvd0hpZGVDYXJkQm9keV09XCJpc0NvbW1lbnRzVmlzaWJsZVwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb21tZW50XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFwcC1jYS1jb21tZW50IFtjb25maWddPVwiaXRlbVwiPjwvYXBwLWNhLWNvbW1lbnQ+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG5cbiAgICAgICAgICAgICAgICA8IS0tTmV3IENvbW1lbnQtLT5cbiAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiaXNOZXdDb21tZW50XCI+XG4gICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXJcbiAgICAgICAgICAgICAgICAgICAgICAgICpuZ0Zvcj1cImxldCBpdGVtIG9mIG5ld0NvbW1lbnRDb25maWc7IHRyYWNrQnk6IGlkZW50aXR5XCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiY29tbWVudC1ib2R5XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbQHNob3dIaWRlQ2FyZEJvZHldPVwiaXNDb21tZW50c1Zpc2libGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb21tZW50XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhcHAtY2EtY29tbWVudFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2NvbmZpZ109XCJpdGVtXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvYXBwLWNhLWNvbW1lbnQ+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
136
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2EtdG9kby1jYXJkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLXRvZG8vY29tcG9uZW50cy9jYS10b2RvLWNhcmQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtdG9kby9jb21wb25lbnRzL2NhLXRvZG8tY2FyZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0gsU0FBUyxFQUNULFlBQVksRUFDWixLQUFLLEVBQ0wsTUFBTSxFQUVOLFNBQVMsRUFDVCxpQkFBaUIsR0FDcEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDeEQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDeEQsT0FBTyxFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUNuRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFPL0MsT0FBTyxFQUFFLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFZMUMsUUFBUTtBQUNSLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxVQUFVLENBQUM7QUFFeEMsWUFBWTtBQUNaLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLG1EQUFtRCxDQUFDO0FBQzVGLE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLCtEQUErRCxDQUFDO0FBQzlHLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBQzNFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLHFEQUFxRCxDQUFDO0FBQzlGLE9BQU8sRUFBRSw4QkFBOEIsRUFBRSxNQUFNLDhGQUE4RixDQUFDO0FBQzlJLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGlEQUFpRCxDQUFDO0FBRXpGLFdBQVc7QUFDWCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQztBQUV0RixVQUFVO0FBQ1YsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGFBQWEsQ0FBQztBQUUxQyxPQUFPO0FBQ1AsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLFVBQVUsQ0FBQzs7Ozs7QUF5QnhDLE1BQU0sT0FBTyxtQkFBbUI7SUFpQzVCLFlBQ1ksV0FBd0IsRUFDeEIsUUFBbUI7UUFEbkIsZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUFDeEIsYUFBUSxHQUFSLFFBQVEsQ0FBVztRQTVCL0IsU0FBUztRQUNBLGtCQUFhLEdBQW9CLEVBQUUsQ0FBQztRQUNwQyxxQkFBZ0IsR0FBb0IsRUFBRSxDQUFDO1FBRWhELG9CQUFvQjtRQUNYLG1CQUFjLEdBQXlCLEVBQUUsQ0FBQztRQUt6QyxnQkFBVyxHQUNqQixJQUFJLFlBQVksRUFBYyxDQUFDO1FBRTVCLFlBQU8sR0FBRyxZQUFZLENBQUM7UUFDdEIsaUJBQVksR0FBRyxJQUFJLE9BQU8sRUFBUSxDQUFDO1FBQ3BDLFNBQUksR0FBVyxFQUFFLENBQUM7UUFDbEIsa0JBQWEsR0FBWSxLQUFLLENBQUM7UUFDL0IsbUJBQWMsR0FBVyxDQUFDLENBQUM7UUFDM0Isb0JBQWUsR0FBVyxDQUFDLENBQUM7UUFDNUIscUJBQWdCLEdBQVksS0FBSyxDQUFDO1FBQ2xDLHNCQUFpQixHQUFZLEtBQUssQ0FBQztRQUNuQyxzQkFBaUIsR0FBWSxLQUFLLENBQUM7UUFDbkMsaUJBQVksR0FBWSxLQUFLLENBQUM7UUFDOUIsV0FBTSxHQUFrQixFQUFFLENBQUM7SUFNL0IsQ0FBQztJQUVKLFFBQVE7UUFDSixJQUFJLENBQUMsT0FBTyxFQUFFLENBQUM7UUFFZixJQUFJLENBQUMsaUJBQWlCLEVBQUUsQ0FBQztRQUV6QixJQUFJLENBQUMsa0JBQWtCLEVBQUUsQ0FBQztJQUM5QixDQUFDO0lBRUQsV0FBVztRQUNQLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxFQUFFLENBQUM7UUFDekIsSUFBSSxDQUFDLFlBQVksQ0FBQyxRQUFRLEVBQUUsQ0FBQztJQUNqQyxDQUFDO0lBRU0sT0FBTztRQUNWLElBQUksSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEVBQUUsQ0FBQztZQUNuQixJQUFJLENBQUMsSUFBSSxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDO1lBQzdCLElBQUksQ0FBQyxhQUFhLEdBQUcsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDO1FBQzdDLENBQUM7SUFDTCxDQUFDO0lBRU0sY0FBYztRQUNqQixJQUFJLENBQUMsaUJBQWlCLEdBQUcsQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUM7SUFDckQsQ0FBQztJQUVNLGNBQWM7UUFDakIsSUFBSSxDQUFDLGlCQUFpQixHQUFHLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDO0lBQ3JELENBQUM7SUFFTSxnQkFBZ0I7UUFDbkIsSUFBSSxDQUFDLFlBQVksR0FBRyxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUM7SUFDM0MsQ0FBQztJQUVNLGlCQUFpQjtRQUNwQixJQUFJLENBQUMsY0FBYyxHQUFHLElBQUksQ0FBQyxhQUFhLENBQUMsTUFBTSxDQUFDO0lBQ3BELENBQUM7SUFFTSxrQkFBa0I7UUFDckIsSUFBSSxDQUFDLGVBQWUsR0FBRyxJQUFJLENBQUMsaUJBQWlCLENBQUMsS0FBSyxDQUFDLE1BQU0sQ0FBQztJQUMvRCxDQUFDO0lBRU0sWUFBWTtRQUNmLElBQUksSUFBSSxDQUFDLGlCQUFpQixDQUFDLEtBQUssSUFBSSxJQUFJLENBQUMsaUJBQWlCLENBQUMsS0FBSyxDQUFDLE1BQU07WUFDbkUsSUFBSSxDQUFDLGlCQUFpQixDQUFDLEtBQUssQ0FBQyxPQUFPLENBQUMsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUMxQyxJQUFJLENBQUMsWUFBWSxDQUNiLElBQUksQ0FBQyxHQUFHLEVBQ1IsSUFBSSxDQUFDLFFBQVEsSUFBSSxZQUFZLENBQUMsUUFBUSxDQUN6QyxDQUNKLENBQUM7O1lBQ0QsT0FBTyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQztJQUNqQyxDQUFDO0lBRU0sWUFBWSxDQUFDLEdBQVcsRUFBRSxRQUFnQjtRQUM3QyxJQUFJLENBQUMsV0FBVzthQUNYLFlBQVksQ0FBQyxHQUFHLENBQUM7YUFDakIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUM7YUFDbEMsU0FBUyxDQUNOLENBQUMsSUFBVSxFQUFFLEVBQUU7WUFDWCxNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLGFBQWEsQ0FDeEMsWUFBWSxDQUFDLE1BQU0sQ0FDdEIsQ0FBQztZQUNGLE1BQU0sU0FBUyxHQUFHLEdBQUcsQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLENBQUM7WUFDNUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxZQUFZLENBQ3RCLFFBQVEsRUFDUixZQUFZLENBQUMsSUFBSSxFQUNqQixTQUFTLENBQ1osQ0FBQztZQUNGLElBQUksQ0FBQyxRQUFRLENBQUMsWUFBWSxDQUN0QixRQUFRLEVBQ1IsWUFBWSxDQUFDLFFBQVEsRUFDckIsUUFBUSxDQUNYLENBQUM7WUFDRixRQUFRLENBQUMsS0FBSyxFQUFFLENBQUM7WUFDakIsR0FBRyxDQUFDLGVBQWUsQ0FBQyxTQUFTLENBQUMsQ0FBQztRQUNuQyxDQUFDLEVBQ0QsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMseUJBQXlCLEVBQUUsS0FBSyxDQUFDLENBQzdELENBQUM7SUFDVixDQUFDO0lBRU0sUUFBUSxDQUFDLEtBQWE7UUFDekIsT0FBTyxLQUFLLENBQUM7SUFDakIsQ0FBQzsrR0F0SFEsbUJBQW1CO21HQUFuQixtQkFBbUIsc1JBTmpCLENBQUMsV0FBVyxDQUFDLHlFQU9iLDhCQUE4QixnREMzRTdDLG9nWkE2U0EsdXU2QkR2UFEsWUFBWSxrYkFDWixvQkFBb0IsZ09BQ3BCLGdCQUFnQiwrQkFDaEIsVUFBVSwwVEFDVixTQUFTO2dCQUVULFlBQVk7Z0JBQ1osdUJBQXVCLGtNQUN2Qiw2QkFBNkIsMkZBQzdCLHNCQUFzQixtTEFDdEIsdUJBQXVCLHFPQUN2QixrQkFBa0IsOEdBTVYsQ0FBQyxzQkFBc0IsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDOzs0RkFHL0MsbUJBQW1CO2tCQXZCL0IsU0FBUztpQ0FDTSxJQUFJLFdBQ1A7d0JBQ0wsWUFBWTt3QkFDWixvQkFBb0I7d0JBQ3BCLGdCQUFnQjt3QkFDaEIsVUFBVTt3QkFDVixTQUFTO3dCQUVULFlBQVk7d0JBQ1osdUJBQXVCO3dCQUN2Qiw2QkFBNkI7d0JBQzdCLHNCQUFzQjt3QkFDdEIsdUJBQXVCO3dCQUN2QixrQkFBa0I7cUJBQ3JCLFlBQ1Msa0JBQWtCLGFBQ2pCLENBQUMsV0FBVyxDQUFDLGNBR1osQ0FBQyxzQkFBc0IsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDLGlCQUN6QyxpQkFBaUIsQ0FBQyxJQUFJO3dHQUk5QixhQUFhO3NCQURuQixTQUFTO3VCQUFDLDhCQUE4QjtnQkFJaEMsTUFBTTtzQkFBZCxLQUFLO2dCQUdHLGFBQWE7c0JBQXJCLEtBQUs7Z0JBQ0csZ0JBQWdCO3NCQUF4QixLQUFLO2dCQUdHLGNBQWM7c0JBQXRCLEtBQUs7Z0JBR0csaUJBQWlCO3NCQUF6QixLQUFLO2dCQUVJLFdBQVc7c0JBQXBCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICAgIENvbXBvbmVudCxcbiAgICBFdmVudEVtaXR0ZXIsXG4gICAgSW5wdXQsXG4gICAgT3V0cHV0LFxuICAgIFJlbmRlcmVyMixcbiAgICBWaWV3Q2hpbGQsXG4gICAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQW5ndWxhclN2Z0ljb25Nb2R1bGUgfSBmcm9tICdhbmd1bGFyLXN2Zy1pY29uJztcbmltcG9ydCB7IEh0dHBDbGllbnRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24vaHR0cCc7XG5pbXBvcnQgeyBOZ2JNb2R1bGUsIE5nYlRvb2x0aXAgfSBmcm9tICdAbmctYm9vdHN0cmFwL25nLWJvb3RzdHJhcCc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuXG4vL01vZGVsc1xuaW1wb3J0IHsgVG9Eb0NhcmRDb25maWcgfSBmcm9tICcuLi9tb2RlbHMnO1xuaW1wb3J0IHsgUHJvZ3Jlc3NFeHBpcmF0aW9uIH0gZnJvbSAnLi4vLi4vY2EtcHJvZ3Jlc3MtZXhwaXJhdGlvbi9tb2RlbHMnO1xuaW1wb3J0IHsgQ29tbWVudENvbmZpZyB9IGZyb20gJy4uLy4uL2NhLWNvbW1lbnQvbW9kZWxzJztcblxuaW1wb3J0IHsgU3ViamVjdCwgdGFrZVVudGlsIH0gZnJvbSAncnhqcyc7XG5cbi8vSW50ZXJmYWNlc1xuaW1wb3J0IHtcbiAgICBJRmlsZU9wdGlvbkNvbmZpZyxcbiAgICBJVXBsb2FkRmlsZXNDb25maWcsXG59IGZyb20gJy4uLy4uL2NhLXVwbG9hZC1maWxlcy9pbnRlcmZhY2VzJztcbmltcG9ydCB7XG4gICAgSUZpbGVDb25maWcsXG4gICAgSUZpbGVFdmVudCxcbn0gZnJvbSAnLi4vLi4vY2EtdXBsb2FkLWZpbGVzL2NvbXBvbmVudHMvY2EtdXBsb2FkLWRyb3B6b25lL2ludGVyZmFjZXMnO1xuXG4vL1JvdXRlc1xuaW1wb3J0IHsgVG9kb1N2Z1JvdXRlIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vL0NvbXBvbmVudHNcbmltcG9ydCB7IENhUHJvZmlsZUltYWdlQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vY2EtcHJvZmlsZS1pbWFnZS9jYS1wcm9maWxlLWltYWdlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVByb2dyZXNzRXhwaXJhdGlvbkNvbXBvbmVudCB9IGZyb20gJy4uLy4uL2NhLXByb2dyZXNzLWV4cGlyYXRpb24vY2EtcHJvZ3Jlc3MtZXhwaXJhdGlvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FDb21tZW50Q29tcG9uZW50IH0gZnJvbSAnLi4vLi4vY2EtY29tbWVudC9jYS1jb21tZW50LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUFwcFRvb2x0aXBWMkNvbXBvbmVudCB9IGZyb20gJy4uLy4uL2NhLWFwcC10b29sdGlwLXYyL2NhLWFwcC10b29sdGlwLXYyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVVwbG9hZEZpbGVzQ2Fyb3VzZWxDb21wb25lbnQgfSBmcm9tICcuLi8uLi9jYS11cGxvYWQtZmlsZXMvY29tcG9uZW50cy9jYS11cGxvYWQtZmlsZXMtY2Fyb3VzZWwvY2EtdXBsb2FkLWZpbGVzLWNhcm91c2VsLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVVwbG9hZEZpbGVzQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vY2EtdXBsb2FkLWZpbGVzL2NhLXVwbG9hZC1maWxlcy5jb21wb25lbnQnO1xuXG4vL0FuaW1hdGlvblxuaW1wb3J0IHsgY2FyZENvbXBvbmVudEFuaW1hdGlvbiB9IGZyb20gJy4uLy4uLy4uL2FuaW1hdGlvbnMvY2FyZC1jb21wb25lbnQuYW5pbWF0aW9uJztcblxuLy9TZXJ2aWNlc1xuaW1wb3J0IHsgRmlsZVNlcnZpY2UgfSBmcm9tICcuLi9zZXJ2aWNlcyc7XG5cbi8vRW51bXNcbmltcG9ydCB7IERvd25sb2FkTGluayB9IGZyb20gJy4uL2VudW1zJztcblxuQENvbXBvbmVudCh7XG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIENvbW1vbk1vZHVsZSxcbiAgICAgICAgQW5ndWxhclN2Z0ljb25Nb2R1bGUsXG4gICAgICAgIEh0dHBDbGllbnRNb2R1bGUsXG4gICAgICAgIE5nYlRvb2x0aXAsXG4gICAgICAgIE5nYk1vZHVsZSxcblxuICAgICAgICAvL0NvbXBvbmVudHNcbiAgICAgICAgQ2FQcm9maWxlSW1hZ2VDb21wb25lbnQsXG4gICAgICAgIENhUHJvZ3Jlc3NFeHBpcmF0aW9uQ29tcG9uZW50LFxuICAgICAgICBDYVVwbG9hZEZpbGVzQ29tcG9uZW50LFxuICAgICAgICBDYUFwcFRvb2x0aXBWMkNvbXBvbmVudCxcbiAgICAgICAgQ2FDb21tZW50Q29tcG9uZW50LFxuICAgIF0sXG4gICAgc2VsZWN0b3I6ICdhcHAtY2EtdG9kby1jYXJkJyxcbiAgICBwcm92aWRlcnM6IFtGaWxlU2VydmljZV0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2NhLXRvZG8tY2FyZC5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vY2EtdG9kby1jYXJkLmNvbXBvbmVudC5zY3NzJ10sXG4gICAgYW5pbWF0aW9uczogW2NhcmRDb21wb25lbnRBbmltYXRpb24oJ3Nob3dIaWRlQ2FyZEJvZHknKV0sXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgQ2FUb2RvQ2FyZENvbXBvbmVudCB7XG4gICAgQFZpZXdDaGlsZChDYVVwbG9hZEZpbGVzQ2Fyb3VzZWxDb21wb25lbnQpXG4gICAgcHVibGljIG1vZGFsQ2Fyb3VzZWwhOiBDYVVwbG9hZEZpbGVzQ2Fyb3VzZWxDb21wb25lbnQ7XG5cbiAgICAvL3Rvb2x0aXBcbiAgICBASW5wdXQoKSBjb25maWchOiBUb0RvQ2FyZENvbmZpZztcblxuICAgIC8vQ29tbWVudFxuICAgIEBJbnB1dCgpIGNvbW1lbnRDb25maWc6IENvbW1lbnRDb25maWdbXSA9IFtdO1xuICAgIEBJbnB1dCgpIG5ld0NvbW1lbnRDb25maWc6IENvbW1lbnRDb25maWdbXSA9IFtdO1xuXG4gICAgLy9Qcm9ncmVzc0V4cGlyYXRpb25cbiAgICBASW5wdXQoKSBjb25maWdQcm9ncmVzczogUHJvZ3Jlc3NFeHBpcmF0aW9uW10gPSBbXTtcblxuICAgIC8vVXBsb2FkIGZpbGVzXG4gICAgQElucHV0KCkgdXBsb2FkRmlsZXNDb25maWchOiBJVXBsb2FkRmlsZXNDb25maWc7XG5cbiAgICBAT3V0cHV0KCkgb25GaWxlRXZlbnQ6IEV2ZW50RW1pdHRlcjxJRmlsZUV2ZW50PiA9XG4gICAgICAgIG5ldyBFdmVudEVtaXR0ZXI8SUZpbGVFdmVudD4oKTtcblxuICAgIHB1YmxpYyBzdmdUb2RvID0gVG9kb1N2Z1JvdXRlO1xuICAgIHByaXZhdGUgdW5zdWJzY3JpYmUkID0gbmV3IFN1YmplY3Q8dm9pZD4oKTtcbiAgICBwdWJsaWMgbGluazogc3RyaW5nID0gJyc7XG4gICAgcHVibGljIGlzTGlua1Zpc2libGU6IGJvb2xlYW4gPSBmYWxzZTtcbiAgICBwdWJsaWMgY29tbWVudENvdW50ZXI6IG51bWJlciA9IDA7XG4gICAgcHVibGljIGRvY3VtZW50Q291bnRlcjogbnVtYmVyID0gMDtcbiAgICBwdWJsaWMgaXNDb21tZW50VmlzaWJsZTogYm9vbGVhbiA9IGZhbHNlO1xuICAgIHB1YmxpYyBpc0NvbW1lbnRzVmlzaWJsZTogYm9vbGVhbiA9IGZhbHNlO1xuICAgIHB1YmxpYyBpc0RvY3VtZW50VmlzaWJsZTogYm9vbGVhbiA9IGZhbHNlO1xuICAgIHB1YmxpYyBpc05ld0NvbW1lbnQ6IGJvb2xlYW4gPSBmYWxzZTtcbiAgICBwdWJsaWMgX2ZpbGVzOiBJRmlsZUNvbmZpZ1tdID0gW107XG4gICAgcHVibGljIF9jb25maWchOiBJRmlsZU9wdGlvbkNvbmZpZztcblxuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwcml2YXRlIGZpbGVTZXJ2aWNlOiBGaWxlU2VydmljZSxcbiAgICAgICAgcHJpdmF0ZSByZW5kZXJlcjogUmVuZGVyZXIyXG4gICAgKSB7fVxuXG4gICAgbmdPbkluaXQoKSB7XG4gICAgICAgIHRoaXMuYWRkTGluaygpO1xuXG4gICAgICAgIHRoaXMuZ2V0Q29tbWVudENvdW50ZXIoKTtcblxuICAgICAgICB0aGlzLmdldERvY3VtZW50Q291bnRlcigpO1xuICAgIH1cblxuICAgIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICB0aGlzLnVuc3Vic2NyaWJlJC5uZXh0KCk7XG4gICAgICAgIHRoaXMudW5zdWJzY3JpYmUkLmNvbXBsZXRlKCk7XG4gICAgfVxuXG4gICAgcHVibGljIGFkZExpbmsoKTogdm9pZCB7XG4gICAgICAgIGlmICh0aGlzLmNvbmZpZy5saW5rKSB7XG4gICAgICAgICAgICB0aGlzLmxpbmsgPSB0aGlzLmNvbmZpZy5saW5rO1xuICAgICAgICAgICAgdGhpcy5pc0xpbmtWaXNpYmxlID0gIXRoaXMuaXNMaW5rVmlzaWJsZTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIHB1YmxpYyB0b2dnbGVDb21tZW50cygpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5pc0NvbW1lbnRzVmlzaWJsZSA9ICF0aGlzLmlzQ29tbWVudHNWaXNpYmxlO1xuICAgIH1cblxuICAgIHB1YmxpYyB0b2dnbGVEb2N1bWVudCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5pc0RvY3VtZW50VmlzaWJsZSA9ICF0aGlzLmlzRG9jdW1lbnRWaXNpYmxlO1xuICAgIH1cblxuICAgIHB1YmxpYyB0b2dnbGVOZXdDb21tZW50KCk6IHZvaWQge1xuICAgICAgICB0aGlzLmlzTmV3Q29tbWVudCA9ICF0aGlzLmlzTmV3Q29tbWVudDtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0Q29tbWVudENvdW50ZXIoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuY29tbWVudENvdW50ZXIgPSB0aGlzLmNvbW1lbnRDb25maWcubGVuZ3RoO1xuICAgIH1cblxuICAgIHB1YmxpYyBnZXREb2N1bWVudENvdW50ZXIoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuZG9jdW1lbnRDb3VudGVyID0gdGhpcy51cGxvYWRGaWxlc0NvbmZpZy5maWxlcy5sZW5ndGg7XG4gICAgfVxuXG4gICAgcHVibGljIHNhdmVBbGxGaWxlcygpOiB2b2lkIHtcbiAgICAgICAgaWYgKHRoaXMudXBsb2FkRmlsZXNDb25maWcuZmlsZXMgJiYgdGhpcy51cGxvYWRGaWxlc0NvbmZpZy5maWxlcy5sZW5ndGgpXG4gICAgICAgICAgICB0aGlzLnVwbG9hZEZpbGVzQ29uZmlnLmZpbGVzLmZvckVhY2goKGZpbGUpID0+XG4gICAgICAgICAgICAgICAgdGhpcy5kb3dubG9hZEZpbGUoXG4gICAgICAgICAgICAgICAgICAgIGZpbGUudXJsLFxuICAgICAgICAgICAgICAgICAgICBmaWxlLmZpbGVOYW1lID8/IERvd25sb2FkTGluay5ET1dOTE9BRFxuICAgICAgICAgICAgICAgIClcbiAgICAgICAgICAgICk7XG4gICAgICAgIGVsc2UgY29uc29sZS53YXJuKCdObyBmaWxlJyk7XG4gICAgfVxuXG4gICAgcHVibGljIGRvd25sb2FkRmlsZSh1cmw6IHN0cmluZywgZmlsZW5hbWU6IHN0cmluZyk6IHZvaWQge1xuICAgICAgICB0aGlzLmZpbGVTZXJ2aWNlXG4gICAgICAgICAgICAuZG93bmxvYWRGaWxlKHVybClcbiAgICAgICAgICAgIC5waXBlKHRha2VVbnRpbCh0aGlzLnVuc3Vic2NyaWJlJCkpXG4gICAgICAgICAgICAuc3Vic2NyaWJlKFxuICAgICAgICAgICAgICAgIChibG9iOiBCbG9iKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgIGNvbnN0IGRvY3VtZW50ID0gdGhpcy5yZW5kZXJlci5jcmVhdGVFbGVtZW50KFxuICAgICAgICAgICAgICAgICAgICAgICAgRG93bmxvYWRMaW5rLkFOQ0hPUlxuICAgICAgICAgICAgICAgICAgICApO1xuICAgICAgICAgICAgICAgICAgICBjb25zdCBvYmplY3RVcmwgPSBVUkwuY3JlYXRlT2JqZWN0VVJMKGJsb2IpO1xuICAgICAgICAgICAgICAgICAgICB0aGlzLnJlbmRlcmVyLnNldEF0dHJpYnV0ZShcbiAgICAgICAgICAgICAgICAgICAgICAgIGRvY3VtZW50LFxuICAgICAgICAgICAgICAgICAgICAgICAgRG93bmxvYWRMaW5rLkhSRUYsXG4gICAgICAgICAgICAgICAgICAgICAgICBvYmplY3RVcmxcbiAgICAgICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5yZW5kZXJlci5zZXRBdHRyaWJ1dGUoXG4gICAgICAgICAgICAgICAgICAgICAgICBkb2N1bWVudCxcbiAgICAgICAgICAgICAgICAgICAgICAgIERvd25sb2FkTGluay5ET1dOTE9BRCxcbiAgICAgICAgICAgICAgICAgICAgICAgIGZpbGVuYW1lXG4gICAgICAgICAgICAgICAgICAgICk7XG4gICAgICAgICAgICAgICAgICAgIGRvY3VtZW50LmNsaWNrKCk7XG4gICAgICAgICAgICAgICAgICAgIFVSTC5yZXZva2VPYmplY3RVUkwob2JqZWN0VXJsKTtcbiAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICAgIChlcnJvcikgPT4gY29uc29sZS5lcnJvcignRXJyb3IgZG93bmxvYWRpbmcgZmlsZTonLCBlcnJvcilcbiAgICAgICAgICAgICk7XG4gICAgfVxuXG4gICAgcHVibGljIGlkZW50aXR5KGluZGV4OiBudW1iZXIpOiBudW1iZXIge1xuICAgICAgICByZXR1cm4gaW5kZXg7XG4gICAgfVxufVxuIiwiPGRpdiBjbGFzcz1cInRvZG8tY29udGFpbmVyXCI+XG4gICAgPGRpdiBjbGFzcz1cInRvZG8tY29udGVudCBkLWdyaWRcIj5cbiAgICAgICAgPCEtLUhlYWRlci0tPlxuICAgICAgICA8ZGl2XG4gICAgICAgICAgICBjbGFzcz1cInRvZG8taGVhZGVyIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXIganVzdGlmeS1jb250ZW50LWJldHdlZW5cIlxuICAgICAgICA+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwidGl0bGUtY29udGFpbmVyXCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRpdGxlXCI+e3sgY29uZmlnLnRpdGxlIH19PC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgICAgPCEtLVNWRyBJY29ucy0tPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInN2Zy1jb250YWluZXIgZC1mbGV4XCI+XG4gICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImljb24tYm94XCJcbiAgICAgICAgICAgICAgICAgICAgW3Rvb2x0aXBCYWNrZ3JvdW5kXT1cIicjNDI0MjQyJ1wiXG4gICAgICAgICAgICAgICAgICAgIG5nYlRvb2x0aXBcbiAgICAgICAgICAgICAgICAgICAgW21haW5DYVRvb2x0aXBdPVwiY29uZmlnLmxpbmsgPyAnSHlwZXJsaW5rJyA6ICdObyBIeXBlcmxpbmsnXCJcbiAgICAgICAgICAgICAgICAgICAgcG9zaXRpb249XCJib3R0b21cIlxuICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwiYWRkTGluaygpXCJcbiAgICAgICAgICAgICAgICAgICAgW25nQ2xhc3NdPVwie1xuICAgICAgICAgICAgICAgICAgICAgICAgJ2ljb24tYWN0aXZlJzogIWlzTGlua1Zpc2libGUgJiYgY29uZmlnLmxpbmssXG4gICAgICAgICAgICAgICAgICAgICAgICAnaWNvbi1oYXMtbGluayBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyIGp1c3RpZnktY29udGVudC1jZW50ZXInOlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNvbmZpZy5saW5rLFxuICAgICAgICAgICAgICAgICAgICAgICAgJ2ljb24td2l0aG91dC1saW5rJzogIWNvbmZpZy5saW5rLFxuICAgICAgICAgICAgICAgICAgICB9XCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIDxzdmctaWNvbiBjbGFzcz1cImljb25cIiBbc3JjXT1cInN2Z1RvZG8ud2ViXCI+PC9zdmctaWNvbj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaWNvbi1ib3hcIlxuICAgICAgICAgICAgICAgICAgICBbdG9vbHRpcEJhY2tncm91bmRdPVwiJyM0MjQyNDInXCJcbiAgICAgICAgICAgICAgICAgICAgbmdiVG9vbHRpcFxuICAgICAgICAgICAgICAgICAgICBbbWFpbkNhVG9vbHRpcF09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgIHVwbG9hZEZpbGVzQ29uZmlnLmZpbGVzLmxlbmd0aCA/ICdBdHRhY2htZW50JyA6ICdObyBBdHRhY2htZW50J1xuICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICBwb3NpdGlvbj1cImJvdHRvbVwiXG4gICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJ0b2dnbGVEb2N1bWVudCgpXCJcbiAgICAgICAgICAgICAgICAgICAgW25nQ2xhc3NdPVwie1xuICAgICAgICAgICAgICAgICAgICAgICAgJ2ljb24tYWN0aXZlJzogaXNEb2N1bWVudFZpc2libGUgJiYgdXBsb2FkRmlsZXNDb25maWcuZmlsZXMubGVuZ3RoLFxuICAgICAgICAgICAgICAgICAgICAgICAgJ2ljb24taGFzLWxpbmsgZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlciBqdXN0aWZ5LWNvbnRlbnQtY2VudGVyJzpcbiAgICAgICAgICAgICAgICAgICAgICAgIHVwbG9hZEZpbGVzQ29uZmlnLmZpbGVzLmxlbmd0aCxcbiAgICAgICAgICAgICAgICAgICAgICAgICdpY29uLXdpdGhvdXQtbGluayc6ICF1cGxvYWRGaWxlc0NvbmZpZy5maWxlcy5sZW5ndGgsXG4gICAgICAgICAgICAgICAgICAgIH1cIlxuICAgICAgICAgICAgICAgICAgICBbbmdTdHlsZV09XCJ7XG4gICAgICAgICAgICAgICAgICAgICAgICAncG9pbnRlci1ldmVudHMnOiB1cGxvYWRGaWxlc0NvbmZpZy5maWxlcy5sZW5ndGggPyAnYXV0bycgOiAnbm9uZScsXG4gICAgICAgICAgICAgICAgICAgIH1cIlxuICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgPHN2Zy1pY29uXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImljb25cIlxuICAgICAgICAgICAgICAgICAgICAgICAgW3NyY109XCJzdmdUb2RvLmF0dGFjaG1lbnRcIlxuICAgICAgICAgICAgICAgICAgICA+PC9zdmctaWNvbj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaWNvbi1ib3hcIlxuICAgICAgICAgICAgICAgICAgICBbdG9vbHRpcEJhY2tncm91bmRdPVwiJyM0MjQyNDInXCJcbiAgICAgICAgICAgICAgICAgICAgbmdiVG9vbHRpcFxuICAgICAgICAgICAgICAgICAgICBbbWFpbkNhVG9vbHRpcF09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgIGNvbW1lbnRDb25maWcubGVuZ3RoID8gJ0NvbW1lbnQnIDogJ05vIENvbW1lbnQnXG4gICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgIHBvc2l0aW9uPVwiYm90dG9tXCJcbiAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cInRvZ2dsZUNvbW1lbnRzKClcIlxuICAgICAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJ7XG4gICAgICAgICAgICAgICAgICAgICAgICAnaWNvbi1hY3RpdmUnOlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlzQ29tbWVudHNWaXNpYmxlICYmIGNvbW1lbnRDb25maWcubGVuZ3RoLFxuICAgICAgICAgICAgICAgICAgICAgICAgJ2ljb24taGFzLWxpbmsgZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlciBqdXN0aWZ5LWNvbnRlbnQtY2VudGVyJzpcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjb21tZW50Q29uZmlnLmxlbmd0aCxcbiAgICAgICAgICAgICAgICAgICAgICAgICdpY29uLXdpdGhvdXQtbGluayc6ICFjb21tZW50Q29uZmlnLmxlbmd0aCxcbiAgICAgICAgICAgICAgICAgICAgfVwiXG4gICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICA8c3ZnXG4gICAgICAgICAgICAgICAgICAgICAgICB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIHdpZHRoPVwiMThcIlxuICAgICAgICAgICAgICAgICAgICAgICAgaGVpZ2h0PVwiMThcIlxuICAgICAgICAgICAgICAgICAgICAgICAgdmlld0JveD1cIjI2IDI2XCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZD1cIkNvbW1lbnRfLV9Db3VudFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZGF0YS1uYW1lPVwiQ29tbWVudCAtIENvdW50XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMC41IDIuNSlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlkPVwiUGF0aF8xMDU2M1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGRhdGEtbmFtZT1cIlBhdGggMTA1NjNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBkPVwiTTk2My45NzQsNTEwLjY3Nkg5NTAuNTg0YTIuMjc0LDIuMjc0LDAsMCwwLTIuMzA1LDIuMjM3djEwLjVhMi4yNzQsMi4yNzQsMCwwLDAsMi4zMDUsMi4yMzdoLjgybDEuNTc0LDIuNjQ1YS43OTIuNzkyLDAsMCwwLDEuMzUxLDBsMS41NzQtMi42NDVoOC4wN2EyLjI3NSwyLjI3NSwwLDAsMCwyLjMwNS0yLjIzN3YtMTAuNWEyLjI3NCwyLjI3NCwwLDAsMC0yLjMwNS0yLjIzN1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgtOTQ4LjI3OSAtNTEyLjY3NilcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBmaWxsPVwiI2FhYVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN0cm9rZT1cInJnYmEoMCwwLDAsMClcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdHJva2Utd2lkdGg9XCIxXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9nPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHRleHRcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB4PVwiNTAlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB5PVwiNTAlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBkb21pbmFudC1iYXNlbGluZT1cIm1pZGRsZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgdGV4dC1hbmNob3I9XCJtaWRkbGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlkPVwiXzFcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGRhdGEtbmFtZT1cIjFcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGw9XCIjZmZmXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBmb250LXNpemU9XCI5XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBmb250LWZhbWlseT1cIk1vbnRzZXJyYXQtQm9sZCwgTW9udHNlcnJhdFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9udC13ZWlnaHQ9XCI2MDBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0c3BhbiBjbGFzcz1cIm51bWJlci1jb21tZW50c1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyBjb21tZW50Q291bnRlciB9fVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdHNwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L3RleHQ+XG4gICAgICAgICAgICAgICAgICAgIDwvc3ZnPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuXG4gICAgICAgIDwhLS1Cb2R5LS0+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJ0b2RvLWJvZHkgZC1mbGV4IGZsZXgtY29sdW1uXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZXZlcnlib2R5LWNvbnRhaW5lciBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyXCI+XG4gICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lclxuICAgICAgICAgICAgICAgICAgICAqbmdJZj1cIiFjb25maWcuaW1hZ2VQcm9maWxlcz8ubGVuZ3RoOyBlbHNlIHNob3dQcm9maWxlc1wiXG4gICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYXNpZ25lZS1ldmVyeWJvZHlcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwiYXNpZ25lZS1ldmVyeWJvZHktcFwiPkV2ZXJ5Ym9keTwvcD5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgICAgPG5nLXRlbXBsYXRlICNzaG93UHJvZmlsZXM+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImFzaWduZWUtaW1hZ2VzLWNvbnRhaW5lciBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyXCI+XG4gICAgICAgICAgICAgICAgICAgIDwhLS1Bc2lnbWVudC0tPlxuICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiY29uZmlnLmFzc2lnbWVudFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICpuZ0Zvcj1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsZXQgaXRlbSBvZiBjb25maWcuYXNzaWdtZW50O1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFja0J5OiBpZGVudGl0eVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImFzaWduZWVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJ7ICdhc2lnbmVlLWxpc3QnOiBjb25maWcuYXNzaWdtZW50IH1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cIntcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAnYXNpZ25lZS1pdGVtJzogY29uZmlnLmFzc2lnbWVudCxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyBpdGVtIH19XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cblxuICAgICAgICAgICAgICAgICAgICA8IS0tSW1hZ2VzLS0+XG4gICAgICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaW1hZ2VzLWNvbnRhaW5lciBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyIGZsZXgtcm93XCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICpuZ0Zvcj1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsZXQgcHJvZmlsZSBvZiBjb25maWcuaW1hZ2VQcm9maWxlcztcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdHJhY2tCeTogaWRlbnRpdHlcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbWFnZVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YXBwLWNhLXByb2ZpbGUtaW1hZ2VcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtpbmR4XT1cInByb2ZpbGUuaW5keFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbdGV4dFNob3J0TmFtZV09XCJwcm9maWxlLnRleHRTaG9ydE5hbWVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F2YXRhckNvbG9yXT1cInByb2ZpbGUuYXZhdGFyQ29sb3JcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC9hcHAtY2EtcHJvZmlsZS1pbWFnZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+XG5cbiAgICAgICAgICAgIDwhLS1EZXNjcmlwdGlvbi0tPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImRlc2NyaXB0aW9uLWNvbnRhaW5lciBkLWZsZXhcIj5cbiAgICAgICAgICAgICAgICA8cCBjbGFzcz1cImRlc2NyaXB0aW9uXCI+e3sgY29uZmlnLmRlc2NyaXB0aW9uIH19PC9wPlxuICAgICAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgICAgIDwhLS1MaW5rLS0+XG4gICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiIWlzTGlua1Zpc2libGVcIj5cbiAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwibGluay1jb250YWluZXJcIlxuICAgICAgICAgICAgICAgICAgICBbQHNob3dIaWRlQ2FyZEJvZHldPVwiIWlzTGlua1Zpc2libGVcIlxuICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwibGlua1wiXG4gICAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJsaW5rXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIHN0eWxlPVwidGV4dC1kZWNvcmF0aW9uOiBub25lXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiXG4gICAgICAgICAgICAgICAgICAgICAgICA+e3sgbGluayB9fTwvYVxuICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cblxuICAgICAgICAgICAgPCEtLVByb2dyZXNzIGV4cGlyYXRpb24tLT5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJwcm9ncmVzcy1leHBpcmF0aW9uXCI+XG4gICAgICAgICAgICAgICAgPGxpYi1jYS1wcm9ncmVzcy1leHBpcmF0aW9uXG4gICAgICAgICAgICAgICAgICAgIFtjb25maWddPVwiY29uZmlnUHJvZ3Jlc3NcIlxuICAgICAgICAgICAgICAgID48L2xpYi1jYS1wcm9ncmVzcy1leHBpcmF0aW9uPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuXG4gICAgICAgIDwhLS1Eb2N1bWVudHMgYW5kIENvbW1lbnRzLS0+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJ0b2RvLWFjdGlvbnNcIj5cbiAgICAgICAgICAgIDwhLS1MaW5lLS0+XG4gICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiaXNEb2N1bWVudFZpc2libGVcIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYm9yZGVyLWNvbnRhaW5lclwiPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYm9yZGVyLWxpbmVcIj48L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgICAgICAgIDwhLS1Eb2N1bWVudHMtLT5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29tbWVudC1oZWFkZXItY29udGFpbmVyXCI+XG4gICAgICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiY29tbWVudC10aXRsZS1jb250ZW50IGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtYmV0d2VlblwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb21tZW50LXRpdGxlIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cD5Eb2N1bWVudHM8L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJjb3VudGVyIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXIganVzdGlmeS1jb250ZW50LWNlbnRlclwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID57eyBkb2N1bWVudENvdW50ZXIgfX08L3NwYW5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb21tZW50LXN2Z1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzdmctaWNvblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3JjXT1cInN2Z1RvZG8udXBsb2FkXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cInNhdmVBbGxGaWxlcygpXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC9zdmctaWNvbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgICAgICAgIDwhLS0gQ29udGFpbmVyIGZvciBjYXJvdXNlbCB3aXRoIGFsbCBmaWxlcyAtLT5cbiAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidXBsb2FkLXNlY3Rpb25cIlxuICAgICAgICAgICAgICAgICAgICBbQHNob3dIaWRlQ2FyZEJvZHldPVwiaXNEb2N1bWVudFZpc2libGVcIlxuICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgPGFwcC1jYS11cGxvYWQtZmlsZXNcbiAgICAgICAgICAgICAgICAgICAgICAgIFt1cGxvYWRGaWxlc0NvbmZpZ10gPSBcInVwbG9hZEZpbGVzQ29uZmlnXCJcbiAgICAgICAgICAgICAgICAgICAgPjwvYXBwLWNhLXVwbG9hZC1maWxlcz5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuXG4gICAgICAgICAgICA8IS0tTGluZS0tPlxuICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cImlzQ29tbWVudHNWaXNpYmxlXCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJvcmRlci1jb250YWluZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJvcmRlci1saW5lXCI+PC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgICAgICAgICA8IS0tQ29tbWVudHMtLT5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29tbWVudC1oZWFkZXItY29udGFpbmVyXCI+XG4gICAgICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiY29tbWVudC10aXRsZS1jb250ZW50IGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtYmV0d2VlblwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb21tZW50LXRpdGxlIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cD5Db21tZW50PC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiY291bnRlciBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyIGp1c3RpZnktY29udGVudC1jZW50ZXJcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+e3sgY29tbWVudENvdW50ZXIgfX08L3NwYW5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbW1lbnQtc3ZnXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN2Zy1pY29uXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtzcmNdPVwic3ZnVG9kby5wbHVzXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cInRvZ2dsZU5ld0NvbW1lbnQoKVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvc3ZnLWljb24+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyXG4gICAgICAgICAgICAgICAgICAgICpuZ0Zvcj1cImxldCBpdGVtIG9mIGNvbW1lbnRDb25maWc7IHRyYWNrQnk6IGlkZW50aXR5XCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiY29tbWVudC1ib2R5XCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtAc2hvd0hpZGVDYXJkQm9keV09XCJpc0NvbW1lbnRzVmlzaWJsZVwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb21tZW50XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGFwcC1jYS1jb21tZW50IFtjb25maWddPVwiaXRlbVwiPjwvYXBwLWNhLWNvbW1lbnQ+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG5cbiAgICAgICAgICAgICAgICA8IS0tTmV3IENvbW1lbnQtLT5cbiAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiaXNOZXdDb21tZW50XCI+XG4gICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXJcbiAgICAgICAgICAgICAgICAgICAgICAgICpuZ0Zvcj1cImxldCBpdGVtIG9mIG5ld0NvbW1lbnRDb25maWc7IHRyYWNrQnk6IGlkZW50aXR5XCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiY29tbWVudC1ib2R5XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbQHNob3dIaWRlQ2FyZEJvZHldPVwiaXNDb21tZW50c1Zpc2libGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb21tZW50XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhcHAtY2EtY29tbWVudFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2NvbmZpZ109XCJpdGVtXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvYXBwLWNhLWNvbW1lbnQ+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==