ca-components 0.0.4 → 0.0.6

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 (367) hide show
  1. package/esm2022/lib/animations/in-out.animation.mjs +73 -0
  2. package/esm2022/lib/animations/state-header.animation.mjs +17 -0
  3. package/esm2022/lib/components/ca-app-tooltip-v2/ca-app-tooltip-v2.component.mjs +1 -1
  4. package/esm2022/lib/components/ca-details-dropdown/ca-details-dropdown.component.mjs +14 -14
  5. package/esm2022/lib/components/ca-dropdown/ca-dropdown.component.mjs +6 -6
  6. package/esm2022/lib/components/ca-filters/ca-filter.component.mjs +119 -55
  7. package/esm2022/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.mjs +127 -111
  8. package/esm2022/lib/components/ca-filters/components/ca-money-filter/config/ca-money-filter.config.mjs +1 -1
  9. package/esm2022/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.mjs +242 -0
  10. package/esm2022/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.mjs +35 -34
  11. package/esm2022/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.mjs +26 -25
  12. package/esm2022/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.mjs +178 -0
  13. package/esm2022/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.mjs +178 -0
  14. package/esm2022/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.mjs +247 -0
  15. package/esm2022/lib/components/ca-filters/components/ca-user-filter/config/ca-user-filter.config.mjs +15 -0
  16. package/esm2022/lib/components/ca-filters/pipes/filter-conditions-clear.pipe.mjs +39 -0
  17. package/esm2022/lib/components/ca-filters/pipes/filter-conditions-set.pipe.mjs +47 -0
  18. package/esm2022/lib/components/ca-filters/pipes/filter-trailer-color.pipe.mjs +45 -0
  19. package/esm2022/lib/components/ca-filters/utils/constants/directive.constants.mjs +548 -0
  20. package/esm2022/lib/components/ca-filters/utils/constants/filter-icons-routes.constants.mjs +7 -0
  21. package/esm2022/lib/components/ca-input/ca-input.component.mjs +59 -45
  22. package/esm2022/lib/components/ca-input/components/ca-input-clear/ca-input-clear.component.mjs +3 -3
  23. package/esm2022/lib/components/ca-input/components/ca-input-commands/ca-input-commands.component.mjs +45 -0
  24. package/esm2022/lib/components/ca-input/components/ca-input-password/ca-input-password.component.mjs +4 -4
  25. package/esm2022/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.mjs +4 -4
  26. package/esm2022/lib/components/ca-input/enums/input-commands-action.enum.mjs +11 -0
  27. package/esm2022/lib/components/ca-input/enums/input-commands-type.enum.mjs +7 -0
  28. package/esm2022/lib/components/ca-input/models/command-click.model.mjs +2 -0
  29. package/esm2022/lib/components/ca-input/models/commands-event.model.mjs +2 -0
  30. package/esm2022/lib/components/ca-input/pipes/input-class.pipe.mjs +1 -1
  31. package/esm2022/lib/components/ca-input/pipes/input-clear-class.pipe.mjs +1 -1
  32. package/esm2022/lib/components/ca-input/pipes/input-container-class.pipe.mjs +1 -1
  33. package/esm2022/lib/components/ca-input/pipes/input-password-eye-class.pipe.mjs +1 -1
  34. package/esm2022/lib/components/ca-input/pipes/input-placeholder-icon.class.pipe.mjs +1 -1
  35. package/esm2022/lib/components/ca-input/pipes/label-class.pipe.mjs +1 -1
  36. package/esm2022/lib/components/ca-input/pipes/show-clear.pipe.mjs +1 -1
  37. package/esm2022/lib/components/ca-input/pipes/show-invalid-danger-mark.pipe.mjs +1 -1
  38. package/esm2022/lib/components/ca-input/pipes/show-valid-check.pipe.mjs +1 -1
  39. package/esm2022/lib/components/ca-input/services/ca-input-state.service.mjs +225 -7
  40. package/esm2022/lib/components/ca-input/utils/input-svg-routes.mjs +4 -2
  41. package/esm2022/lib/components/ca-map/ca-map.component.mjs +6 -5
  42. package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +10 -10
  43. package/esm2022/lib/components/ca-note/ca-note.component.mjs +34 -32
  44. package/esm2022/lib/components/ca-note-container/ca-note-container.component.mjs +17 -17
  45. package/esm2022/lib/components/ca-note-container/utils/constants/note-config.constant.mjs +25 -25
  46. package/esm2022/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.mjs +12 -12
  47. package/esm2022/lib/components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component.mjs +7 -7
  48. package/esm2022/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.mjs +7 -7
  49. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.mjs +18 -17
  50. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.mjs +24 -19
  51. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.mjs +21 -18
  52. package/esm2022/lib/components/ca-pickup-delivery-block/models/animation-model.mjs +1 -1
  53. package/esm2022/lib/components/ca-pickup-delivery-block/models/broker-short-response.mjs +1 -1
  54. package/esm2022/lib/components/ca-pickup-delivery-block/models/dispatch-assigned-load-list-response.mjs +1 -1
  55. package/esm2022/lib/components/ca-pickup-delivery-block/models/load-short-response.mjs +1 -1
  56. package/esm2022/lib/components/ca-pickup-delivery-block/models/load-stop-short-response.mjs +1 -1
  57. package/esm2022/lib/components/ca-pickup-delivery-block/models/shipper-short-response.mjs +1 -1
  58. package/esm2022/lib/components/ca-pickup-delivery-block/utils/constants/animation-object-default.constants.mjs +3 -3
  59. package/esm2022/lib/components/ca-pickup-delivery-block/utils/helpers/pickup-delivery.helper.mjs +6 -3
  60. package/esm2022/lib/components/ca-profile-image/ca-profile-image.component.mjs +3 -3
  61. package/esm2022/lib/components/ca-progress-bar/ca-progress-bar.component.mjs +31 -31
  62. package/esm2022/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.mjs +20 -20
  63. package/esm2022/lib/components/ca-search-multiple-states/utils/config/input-config.mjs +1 -1
  64. package/esm2022/lib/components/ca-spinner/ca-spinner.component.mjs +2 -2
  65. package/esm2022/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.mjs +24 -20
  66. package/esm2022/lib/components/ca-truck-trailer-progress-bar/models/progress-dropdown-data.model.mjs +1 -1
  67. package/esm2022/lib/enums/trailer-name-string.enum.mjs +18 -0
  68. package/esm2022/lib/models/card-models/card-table-data.model.mjs +1 -1
  69. package/esm2022/lib/models/table-models/all-table-animation.model.mjs +2 -0
  70. package/esm2022/lib/models/trailer-minimal-response.mjs +1 -1
  71. package/esm2022/lib/models/truck-minimal-response.mjs +1 -1
  72. package/esm2022/lib/models/user-selected.model.mjs +2 -0
  73. package/esm2022/lib/pipes/thousand-separator.pipe.mjs +2 -2
  74. package/esm2022/lib/pipes/thousand-to-short-format-pipe.mjs +4 -4
  75. package/esm2022/lib/services/truckassist-table.service.mjs +3 -1
  76. package/fesm2022/ca-components.mjs +6032 -525
  77. package/fesm2022/ca-components.mjs.map +1 -1
  78. package/index.d.ts +0 -1
  79. package/lib/animations/accordion-animation.d.ts +0 -1
  80. package/lib/animations/animation.d.ts +0 -1
  81. package/lib/animations/close-form.animation.d.ts +0 -1
  82. package/lib/animations/expand-search-button.animation.d.ts +0 -1
  83. package/lib/{animation → animations}/in-out.animation.d.ts +0 -1
  84. package/lib/animations/show.animation.d.ts +0 -1
  85. package/lib/animations/state-header.animation.d.ts +1 -0
  86. package/lib/animations/tabs-modal.animation.d.ts +0 -1
  87. package/lib/ca-components.module.d.ts +0 -1
  88. package/lib/components/ca-app-tooltip-v2/ca-app-tooltip-v2.component.d.ts +2 -3
  89. package/lib/components/ca-details-dropdown/ca-details-dropdown.component.d.ts +7 -8
  90. package/lib/components/ca-details-dropdown/models/detail-dropdown.model.d.ts +0 -1
  91. package/lib/components/ca-details-dropdown/utils/svg-routes/detail-dropdown-svg-routes.d.ts +0 -1
  92. package/lib/components/ca-dropdown/ca-dropdown.component.d.ts +2 -3
  93. package/lib/components/ca-filters/ca-filter.component.d.ts +20 -15
  94. package/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.d.ts +10 -11
  95. package/lib/components/ca-filters/components/ca-money-filter/config/ca-money-filter.config.d.ts +1 -2
  96. package/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.d.ts +52 -0
  97. package/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.d.ts +9 -10
  98. package/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.d.ts +6 -7
  99. package/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.d.ts +35 -0
  100. package/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.d.ts +35 -0
  101. package/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.d.ts +46 -0
  102. package/lib/components/ca-filters/components/ca-user-filter/config/ca-user-filter.config.d.ts +4 -0
  103. package/lib/components/ca-filters/pipes/filter-conditions-clear.pipe.d.ts +14 -0
  104. package/lib/components/ca-filters/pipes/filter-conditions-set.pipe.d.ts +14 -0
  105. package/lib/components/ca-filters/pipes/filter-trailer-color.pipe.d.ts +7 -0
  106. package/lib/components/ca-filters/utils/constants/directive.constants.d.ts +8 -0
  107. package/lib/components/ca-filters/utils/constants/filter-icons-routes.constants.d.ts +6 -0
  108. package/lib/components/ca-filters/utils/constants/status-filter.constants.d.ts +0 -1
  109. package/lib/components/ca-filters/utils/constants/time-filter.constants.d.ts +0 -1
  110. package/lib/components/ca-filters/utils/svg-routes/ca-filters-svg-routes.d.ts +0 -1
  111. package/lib/components/ca-filters/utils/svg-routes/ca-money-filter-svg-routes.d.ts +0 -1
  112. package/lib/components/ca-input/ca-input.component.d.ts +16 -9
  113. package/lib/components/ca-input/components/ca-input-clear/ca-input-clear.component.d.ts +3 -4
  114. package/lib/components/ca-input/components/ca-input-commands/ca-input-commands.component.d.ts +14 -0
  115. package/lib/components/ca-input/components/ca-input-password/ca-input-password.component.d.ts +2 -3
  116. package/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.d.ts +2 -3
  117. package/lib/components/ca-input/config/ca-input.config.d.ts +0 -1
  118. package/lib/components/ca-input/enums/input-commands-action.enum.d.ts +9 -0
  119. package/lib/components/ca-input/enums/input-commands-type.enum.d.ts +5 -0
  120. package/lib/components/ca-input/models/command-click.model.d.ts +5 -0
  121. package/lib/components/ca-input/models/commands-event.model.d.ts +5 -0
  122. package/lib/components/ca-input/models/label-color.model.d.ts +0 -1
  123. package/lib/components/ca-input/pipes/input-class.pipe.d.ts +1 -2
  124. package/lib/components/ca-input/pipes/input-clear-class.pipe.d.ts +1 -2
  125. package/lib/components/ca-input/pipes/input-container-class.pipe.d.ts +1 -2
  126. package/lib/components/ca-input/pipes/input-error.pipe.d.ts +0 -1
  127. package/lib/components/ca-input/pipes/input-password-eye-class.pipe.d.ts +1 -2
  128. package/lib/components/ca-input/pipes/input-placeholder-icon.class.pipe.d.ts +2 -3
  129. package/lib/components/ca-input/pipes/input-type.pipe.d.ts +0 -1
  130. package/lib/components/ca-input/pipes/label-class.pipe.d.ts +1 -2
  131. package/lib/components/ca-input/pipes/show-clear.pipe.d.ts +1 -2
  132. package/lib/components/ca-input/pipes/show-invalid-danger-mark.pipe.d.ts +1 -2
  133. package/lib/components/ca-input/pipes/show-valid-check.pipe.d.ts +1 -2
  134. package/lib/components/ca-input/services/ca-input-state.service.d.ts +31 -6
  135. package/lib/components/ca-input/utils/input-svg-routes.d.ts +2 -1
  136. package/lib/components/ca-input-radiobuttons/ca-input-radiobuttons.component.d.ts +0 -1
  137. package/lib/components/ca-map/ca-map.component.d.ts +1 -2
  138. package/lib/components/ca-map/enums/google-map.enum.d.ts +0 -1
  139. package/lib/components/ca-map/enums/toolbar-filter-string.enum.d.ts +0 -1
  140. package/lib/components/ca-map/models/map.model.d.ts +0 -1
  141. package/lib/components/ca-map/utils/helpers/map.helper.d.ts +0 -1
  142. package/lib/components/ca-map/utils/map-svg-routes/map-svg-routes.d.ts +0 -1
  143. package/lib/components/ca-map-dropdown/ca-map-dropdown.component.d.ts +4 -29
  144. package/lib/components/ca-map-dropdown/utils/svg-routes/map-dropdown-svg-routes.d.ts +0 -1
  145. package/lib/components/ca-note/ca-note.component.d.ts +5 -6
  146. package/lib/components/ca-note/utils/helper/copy-paste.helper.d.ts +0 -1
  147. package/lib/components/ca-note/utils/svg-routes/note-svg-routes.d.ts +0 -1
  148. package/lib/components/ca-note-container/ca-note-container.component.d.ts +4 -5
  149. package/lib/components/ca-note-container/enums/note-default-string.enum.d.ts +0 -1
  150. package/lib/components/ca-note-container/enums/note-selected-color.enum.d.ts +0 -1
  151. package/lib/components/ca-note-container/models/note-colors.model.d.ts +0 -1
  152. package/lib/components/ca-note-container/utils/constants/note-config.constant.d.ts +2 -3
  153. package/lib/components/ca-note-container/utils/svg-routes/note-container-svg-routes.d.ts +0 -1
  154. package/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.d.ts +3 -4
  155. package/lib/components/ca-payroll-list-summary-overview/utils/svg-routes/payroll-list-summary-svg-routes.d.ts +0 -1
  156. package/lib/components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component.d.ts +1 -2
  157. package/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.d.ts +5 -6
  158. package/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.d.ts +4 -5
  159. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.d.ts +6 -7
  160. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.d.ts +5 -6
  161. package/lib/components/ca-pickup-delivery-block/models/adress-model.d.ts +0 -1
  162. package/lib/components/ca-pickup-delivery-block/models/animation-model.d.ts +1 -2
  163. package/lib/components/ca-pickup-delivery-block/models/broker-short-response.d.ts +1 -2
  164. package/lib/components/ca-pickup-delivery-block/models/dispatch-assigned-load-list-response.d.ts +1 -2
  165. package/lib/components/ca-pickup-delivery-block/models/enum-value.d.ts +0 -1
  166. package/lib/components/ca-pickup-delivery-block/models/load-short-response.d.ts +3 -4
  167. package/lib/components/ca-pickup-delivery-block/models/load-stop-short-response.d.ts +2 -3
  168. package/lib/components/ca-pickup-delivery-block/models/shipper-short-response.d.ts +1 -2
  169. package/lib/components/ca-pickup-delivery-block/models/status-types.enum.d.ts +0 -1
  170. package/lib/components/ca-pickup-delivery-block/utils/constants/animation-object-default.constants.d.ts +1 -2
  171. package/lib/components/ca-pickup-delivery-block/utils/constants/pickup-delivery-block.constants.d.ts +0 -1
  172. package/lib/components/ca-pickup-delivery-block/utils/helpers/pickup-delivery.helper.d.ts +3 -4
  173. package/lib/components/ca-pickup-delivery-block/utils/svg-routes/options-icon.routes.d.ts +0 -1
  174. package/lib/components/ca-pickup-delivery-block/utils/svg-routes/pickup-delivery-svg.routes.d.ts +0 -1
  175. package/lib/components/ca-pickup-delivery-block/utils/svg-routes/return-arrow.routes.d.ts +0 -1
  176. package/lib/components/ca-profile-image/ca-profile-image.component.d.ts +0 -1
  177. package/lib/components/ca-progress-bar/ca-progress-bar.component.d.ts +3 -4
  178. package/lib/components/ca-progress-bar/models/gps-progress.model.d.ts +0 -1
  179. package/lib/components/ca-progress-bar/utils/constants/progress-bar.constants.d.ts +0 -1
  180. package/lib/components/ca-progress-bar/utils/svg-routes/progress-bar-svg-routes.d.ts +0 -1
  181. package/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.d.ts +3 -4
  182. package/lib/components/ca-search-multiple-states/utils/config/input-config.d.ts +1 -2
  183. package/lib/components/ca-search-multiple-states/utils/svg-routes/search-multiple-states.routes.d.ts +0 -1
  184. package/lib/components/ca-spinner/ca-spinner.component.d.ts +0 -1
  185. package/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.d.ts +2 -3
  186. package/lib/components/ca-truck-trailer-progress-bar/models/progress-dropdown-data.model.d.ts +1 -2
  187. package/lib/constants/map.constant.d.ts +0 -1
  188. package/lib/directives/placeholder-directive.d.ts +0 -1
  189. package/lib/enums/load-filter-string.enum.d.ts +0 -1
  190. package/lib/enums/load-status.enum.d.ts +0 -1
  191. package/lib/enums/trailer-name-string.enum.d.ts +16 -0
  192. package/lib/models/array-status.model.d.ts +0 -1
  193. package/lib/models/card-models/card-table-data.model.d.ts +3 -4
  194. package/lib/models/color-response.d.ts +0 -1
  195. package/lib/models/dropdown.model.d.ts +0 -1
  196. package/lib/models/filter-output-params.model.d.ts +0 -1
  197. package/lib/models/filter-output.model.d.ts +0 -1
  198. package/lib/models/note-active-options.model.d.ts +0 -1
  199. package/lib/models/payroll-list-summary.model.d.ts +0 -1
  200. package/lib/models/table-models/all-table-animation.model.d.ts +10 -0
  201. package/lib/models/table-models/table-body-color-label.model.d.ts +0 -1
  202. package/lib/models/time-filter.model.d.ts +0 -1
  203. package/lib/models/trailer-minimal-response.d.ts +1 -2
  204. package/lib/models/trailer-type-response.d.ts +0 -1
  205. package/lib/models/truck-minimal-response.d.ts +2 -3
  206. package/lib/models/truck-type-response.d.ts +0 -1
  207. package/lib/models/user-selected.model.d.ts +8 -0
  208. package/lib/pipes/dropdown-load-status-color.pipe.d.ts +0 -1
  209. package/lib/pipes/format-currency.pipe.d.ts +0 -1
  210. package/lib/pipes/safe-html.pipe.d.ts +0 -1
  211. package/lib/pipes/ta-svg.pipe.d.ts +0 -1
  212. package/lib/pipes/thousand-separator.pipe.d.ts +0 -1
  213. package/lib/pipes/thousand-to-short-format-pipe.d.ts +1 -2
  214. package/lib/services/truckassist-table.service.d.ts +2 -1
  215. package/lib/utils/helpers/methods-calculations.helper.d.ts +0 -1
  216. package/package.json +3 -2
  217. package/public-api.d.ts +0 -1
  218. package/src/assets/global_style/styles.scss +1 -0
  219. package/src/assets/scss/input-dropdown.scss +1876 -0
  220. package/src/assets/scss/popover.scss +89 -89
  221. package/src/assets/svg/common/trailers/ic_carhauler_stinger.svg +6 -0
  222. package/src/assets/svg/common/trailers/ic_trailer_carhauler.svg +1 -0
  223. package/src/assets/svg/common/trailers/ic_trailer_chassis.svg +1 -0
  224. package/src/assets/svg/common/trailers/ic_trailer_conestoga.svg +1 -0
  225. package/src/assets/svg/common/trailers/ic_trailer_container.svg +1 -0
  226. package/src/assets/svg/common/trailers/ic_trailer_dryvan.svg +1 -0
  227. package/src/assets/svg/common/trailers/ic_trailer_dumper.svg +1 -0
  228. package/src/assets/svg/common/trailers/ic_trailer_flatbed.svg +1 -0
  229. package/src/assets/svg/common/trailers/ic_trailer_low-boy.svg +1 -0
  230. package/src/assets/svg/common/trailers/ic_trailer_reefer.svg +1 -0
  231. package/src/assets/svg/common/trailers/ic_trailer_side-kit.svg +1 -0
  232. package/src/assets/svg/common/trailers/ic_trailer_step-deck.svg +1 -0
  233. package/src/assets/svg/common/trailers/ic_trailer_tanker.svg +6 -0
  234. package/src/assets/svg/common/trailers/ic_trailer_tanker_pneumatic.svg +6 -0
  235. package/src/assets/svg/common/trucks/ic_truck_box-truck.svg +1 -0
  236. package/src/assets/svg/common/trucks/ic_truck_bus.svg +7 -0
  237. package/src/assets/svg/common/trucks/ic_truck_car-hauler.svg +1 -0
  238. package/src/assets/svg/common/trucks/ic_truck_cargo-van.svg +1 -0
  239. package/src/assets/svg/common/trucks/ic_truck_semi-truck.svg +1 -0
  240. package/src/assets/svg/common/trucks/ic_truck_semi-wSleeper.svg +9 -0
  241. package/src/assets/svg/common/trucks/ic_truck_spotter.svg +1 -0
  242. package/src/assets/svg/common/trucks/ic_truck_tow-truck.svg +1 -0
  243. package/src/assets/svg/input/ic_dollar.svg +6 -0
  244. package/src/assets/svg/input/ic_pm_decrement.svg +4 -0
  245. package/src/assets/svg/input/ic_pm_increment.svg +4 -0
  246. package/ca-components.d.ts.map +0 -1
  247. package/esm2022/lib/animation/in-out.animation.mjs +0 -73
  248. package/lib/animation/in-out.animation.d.ts.map +0 -1
  249. package/lib/animations/accordion-animation.d.ts.map +0 -1
  250. package/lib/animations/animation.d.ts.map +0 -1
  251. package/lib/animations/close-form.animation.d.ts.map +0 -1
  252. package/lib/animations/expand-search-button.animation.d.ts.map +0 -1
  253. package/lib/animations/show.animation.d.ts.map +0 -1
  254. package/lib/animations/tabs-modal.animation.d.ts.map +0 -1
  255. package/lib/ca-components.module.d.ts.map +0 -1
  256. package/lib/components/ca-app-tooltip-v2/ca-app-tooltip-v2.component.d.ts.map +0 -1
  257. package/lib/components/ca-details-dropdown/ca-details-dropdown.component.d.ts.map +0 -1
  258. package/lib/components/ca-details-dropdown/models/detail-dropdown.model.d.ts.map +0 -1
  259. package/lib/components/ca-details-dropdown/utils/svg-routes/detail-dropdown-svg-routes.d.ts.map +0 -1
  260. package/lib/components/ca-dropdown/ca-dropdown.component.d.ts.map +0 -1
  261. package/lib/components/ca-filters/ca-filter.component.d.ts.map +0 -1
  262. package/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.d.ts.map +0 -1
  263. package/lib/components/ca-filters/components/ca-money-filter/config/ca-money-filter.config.d.ts.map +0 -1
  264. package/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.d.ts.map +0 -1
  265. package/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.d.ts.map +0 -1
  266. package/lib/components/ca-filters/utils/constants/status-filter.constants.d.ts.map +0 -1
  267. package/lib/components/ca-filters/utils/constants/time-filter.constants.d.ts.map +0 -1
  268. package/lib/components/ca-filters/utils/svg-routes/ca-filters-svg-routes.d.ts.map +0 -1
  269. package/lib/components/ca-filters/utils/svg-routes/ca-money-filter-svg-routes.d.ts.map +0 -1
  270. package/lib/components/ca-input/ca-input.component.d.ts.map +0 -1
  271. package/lib/components/ca-input/components/ca-input-clear/ca-input-clear.component.d.ts.map +0 -1
  272. package/lib/components/ca-input/components/ca-input-password/ca-input-password.component.d.ts.map +0 -1
  273. package/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.d.ts.map +0 -1
  274. package/lib/components/ca-input/config/ca-input.config.d.ts.map +0 -1
  275. package/lib/components/ca-input/models/label-color.model.d.ts.map +0 -1
  276. package/lib/components/ca-input/pipes/input-class.pipe.d.ts.map +0 -1
  277. package/lib/components/ca-input/pipes/input-clear-class.pipe.d.ts.map +0 -1
  278. package/lib/components/ca-input/pipes/input-container-class.pipe.d.ts.map +0 -1
  279. package/lib/components/ca-input/pipes/input-error.pipe.d.ts.map +0 -1
  280. package/lib/components/ca-input/pipes/input-password-eye-class.pipe.d.ts.map +0 -1
  281. package/lib/components/ca-input/pipes/input-placeholder-icon.class.pipe.d.ts.map +0 -1
  282. package/lib/components/ca-input/pipes/input-type.pipe.d.ts.map +0 -1
  283. package/lib/components/ca-input/pipes/label-class.pipe.d.ts.map +0 -1
  284. package/lib/components/ca-input/pipes/show-clear.pipe.d.ts.map +0 -1
  285. package/lib/components/ca-input/pipes/show-invalid-danger-mark.pipe.d.ts.map +0 -1
  286. package/lib/components/ca-input/pipes/show-valid-check.pipe.d.ts.map +0 -1
  287. package/lib/components/ca-input/services/ca-input-state.service.d.ts.map +0 -1
  288. package/lib/components/ca-input/utils/input-svg-routes.d.ts.map +0 -1
  289. package/lib/components/ca-input-radiobuttons/ca-input-radiobuttons.component.d.ts.map +0 -1
  290. package/lib/components/ca-map/ca-map.component.d.ts.map +0 -1
  291. package/lib/components/ca-map/enums/google-map.enum.d.ts.map +0 -1
  292. package/lib/components/ca-map/enums/toolbar-filter-string.enum.d.ts.map +0 -1
  293. package/lib/components/ca-map/models/map.model.d.ts.map +0 -1
  294. package/lib/components/ca-map/utils/helpers/map.helper.d.ts.map +0 -1
  295. package/lib/components/ca-map/utils/map-svg-routes/map-svg-routes.d.ts.map +0 -1
  296. package/lib/components/ca-map-dropdown/ca-map-dropdown.component.d.ts.map +0 -1
  297. package/lib/components/ca-map-dropdown/utils/svg-routes/map-dropdown-svg-routes.d.ts.map +0 -1
  298. package/lib/components/ca-note/ca-note.component.d.ts.map +0 -1
  299. package/lib/components/ca-note/utils/helper/copy-paste.helper.d.ts.map +0 -1
  300. package/lib/components/ca-note/utils/svg-routes/note-svg-routes.d.ts.map +0 -1
  301. package/lib/components/ca-note-container/ca-note-container.component.d.ts.map +0 -1
  302. package/lib/components/ca-note-container/enums/note-default-string.enum.d.ts.map +0 -1
  303. package/lib/components/ca-note-container/enums/note-selected-color.enum.d.ts.map +0 -1
  304. package/lib/components/ca-note-container/models/note-colors.model.d.ts.map +0 -1
  305. package/lib/components/ca-note-container/utils/constants/note-config.constant.d.ts.map +0 -1
  306. package/lib/components/ca-note-container/utils/svg-routes/note-container-svg-routes.d.ts.map +0 -1
  307. package/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.d.ts.map +0 -1
  308. package/lib/components/ca-payroll-list-summary-overview/utils/svg-routes/payroll-list-summary-svg-routes.d.ts.map +0 -1
  309. package/lib/components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component.d.ts.map +0 -1
  310. package/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.d.ts.map +0 -1
  311. package/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.d.ts.map +0 -1
  312. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.d.ts.map +0 -1
  313. package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.d.ts.map +0 -1
  314. package/lib/components/ca-pickup-delivery-block/models/adress-model.d.ts.map +0 -1
  315. package/lib/components/ca-pickup-delivery-block/models/animation-model.d.ts.map +0 -1
  316. package/lib/components/ca-pickup-delivery-block/models/broker-short-response.d.ts.map +0 -1
  317. package/lib/components/ca-pickup-delivery-block/models/dispatch-assigned-load-list-response.d.ts.map +0 -1
  318. package/lib/components/ca-pickup-delivery-block/models/enum-value.d.ts.map +0 -1
  319. package/lib/components/ca-pickup-delivery-block/models/load-short-response.d.ts.map +0 -1
  320. package/lib/components/ca-pickup-delivery-block/models/load-stop-short-response.d.ts.map +0 -1
  321. package/lib/components/ca-pickup-delivery-block/models/shipper-short-response.d.ts.map +0 -1
  322. package/lib/components/ca-pickup-delivery-block/models/status-types.enum.d.ts.map +0 -1
  323. package/lib/components/ca-pickup-delivery-block/utils/constants/animation-object-default.constants.d.ts.map +0 -1
  324. package/lib/components/ca-pickup-delivery-block/utils/constants/pickup-delivery-block.constants.d.ts.map +0 -1
  325. package/lib/components/ca-pickup-delivery-block/utils/helpers/pickup-delivery.helper.d.ts.map +0 -1
  326. package/lib/components/ca-pickup-delivery-block/utils/svg-routes/options-icon.routes.d.ts.map +0 -1
  327. package/lib/components/ca-pickup-delivery-block/utils/svg-routes/pickup-delivery-svg.routes.d.ts.map +0 -1
  328. package/lib/components/ca-pickup-delivery-block/utils/svg-routes/return-arrow.routes.d.ts.map +0 -1
  329. package/lib/components/ca-profile-image/ca-profile-image.component.d.ts.map +0 -1
  330. package/lib/components/ca-progress-bar/ca-progress-bar.component.d.ts.map +0 -1
  331. package/lib/components/ca-progress-bar/models/gps-progress.model.d.ts.map +0 -1
  332. package/lib/components/ca-progress-bar/utils/constants/progress-bar.constants.d.ts.map +0 -1
  333. package/lib/components/ca-progress-bar/utils/svg-routes/progress-bar-svg-routes.d.ts.map +0 -1
  334. package/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.d.ts.map +0 -1
  335. package/lib/components/ca-search-multiple-states/utils/config/input-config.d.ts.map +0 -1
  336. package/lib/components/ca-search-multiple-states/utils/svg-routes/search-multiple-states.routes.d.ts.map +0 -1
  337. package/lib/components/ca-spinner/ca-spinner.component.d.ts.map +0 -1
  338. package/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.d.ts.map +0 -1
  339. package/lib/components/ca-truck-trailer-progress-bar/models/progress-dropdown-data.model.d.ts.map +0 -1
  340. package/lib/constants/map.constant.d.ts.map +0 -1
  341. package/lib/directives/placeholder-directive.d.ts.map +0 -1
  342. package/lib/enums/load-filter-string.enum.d.ts.map +0 -1
  343. package/lib/enums/load-status.enum.d.ts.map +0 -1
  344. package/lib/models/array-status.model.d.ts.map +0 -1
  345. package/lib/models/card-models/card-table-data.model.d.ts.map +0 -1
  346. package/lib/models/color-response.d.ts.map +0 -1
  347. package/lib/models/dropdown.model.d.ts.map +0 -1
  348. package/lib/models/filter-output-params.model.d.ts.map +0 -1
  349. package/lib/models/filter-output.model.d.ts.map +0 -1
  350. package/lib/models/note-active-options.model.d.ts.map +0 -1
  351. package/lib/models/payroll-list-summary.model.d.ts.map +0 -1
  352. package/lib/models/table-models/table-body-color-label.model.d.ts.map +0 -1
  353. package/lib/models/time-filter.model.d.ts.map +0 -1
  354. package/lib/models/trailer-minimal-response.d.ts.map +0 -1
  355. package/lib/models/trailer-type-response.d.ts.map +0 -1
  356. package/lib/models/truck-minimal-response.d.ts.map +0 -1
  357. package/lib/models/truck-type-response.d.ts.map +0 -1
  358. package/lib/pipes/dropdown-load-status-color.pipe.d.ts.map +0 -1
  359. package/lib/pipes/format-currency.pipe.d.ts.map +0 -1
  360. package/lib/pipes/safe-html.pipe.d.ts.map +0 -1
  361. package/lib/pipes/ta-svg.pipe.d.ts.map +0 -1
  362. package/lib/pipes/thousand-separator.pipe.d.ts.map +0 -1
  363. package/lib/pipes/thousand-to-short-format-pipe.d.ts.map +0 -1
  364. package/lib/services/truckassist-table.service.d.ts.map +0 -1
  365. package/lib/utils/helpers/methods-calculations.helper.d.ts.map +0 -1
  366. package/public-api.d.ts.map +0 -1
  367. /package/src/assets/svg/{common → input}/ic_search.svg +0 -0
@@ -1,23 +1,23 @@
1
- import { Component, Input } from "@angular/core";
2
- import { Subject, takeUntil } from "rxjs";
1
+ import { Component, Input } from '@angular/core';
2
+ import { Subject, takeUntil } from 'rxjs';
3
3
  // modules
4
- import { AngularSvgIconModule } from "angular-svg-icon";
5
- import { CommonModule } from "@angular/common";
6
- import { HttpClientModule } from "@angular/common/http";
4
+ import { AngularSvgIconModule } from 'angular-svg-icon';
5
+ import { CommonModule } from '@angular/common';
6
+ import { HttpClientModule } from '@angular/common/http';
7
7
  // enums
8
- import { LoadFilterStringEnum } from "@ca-shared/enums/load-filter-string.enum";
9
- import { ToolbarFilterStringEnum } from "@ca-shared/components/ca-map/enums/toolbar-filter-string.enum";
10
- import { LoadStatusEnum } from "@ca-shared/enums/load-status.enum";
8
+ import { LoadFilterStringEnum } from '../../../../enums/load-filter-string.enum';
9
+ import { ToolbarFilterStringEnum } from '../../../ca-map/enums/toolbar-filter-string.enum';
10
+ import { LoadStatusEnum } from '../../../../enums/load-status.enum';
11
11
  // pipes
12
- import { DropdownLoadStatusColorPipe } from "@ca-shared/pipes/dropdown-load-status-color.pipe";
12
+ import { DropdownLoadStatusColorPipe } from '../../../../pipes/dropdown-load-status-color.pipe';
13
13
  // animations
14
- import { inOutAnimation } from "@ca-shared/animation/in-out.animation";
15
- import { showAnimation } from "@ca-shared/animations/show.animation";
16
- import { CaFiltersSvgRoutes } from "@ca-shared/components/ca-filters/utils/svg-routes/ca-filters-svg-routes";
14
+ import { inOutAnimation } from '../../../../animations/in-out.animation';
15
+ import { showAnimation } from '../../../../animations/show.animation';
16
+ import { CaFiltersSvgRoutes } from '../../utils/svg-routes/ca-filters-svg-routes';
17
17
  // constants
18
- import { StatusFilterConstants } from "@ca-shared/components/ca-filters/utils/constants/status-filter.constants";
18
+ import { StatusFilterConstants } from '../../utils/constants/status-filter.constants';
19
19
  import * as i0 from "@angular/core";
20
- import * as i1 from "@ca-shared/services/truckassist-table.service";
20
+ import * as i1 from "../../../../services/truckassist-table.service";
21
21
  import * as i2 from "angular-svg-icon";
22
22
  import * as i3 from "@angular/common";
23
23
  export class CaStatusFilterComponent {
@@ -28,7 +28,6 @@ export class CaStatusFilterComponent {
28
28
  this.type = ToolbarFilterStringEnum.STATUS_FILTER;
29
29
  this.isLegendView = false;
30
30
  this.isFilterActive = false;
31
- this.toDoSubType = ToolbarFilterStringEnum.EMPTY_STRING_PLACEHOLDER;
32
31
  this.destroy$ = new Subject();
33
32
  this.unselectedVisibleCount = 0;
34
33
  this.selectedUser = [];
@@ -42,14 +41,10 @@ export class CaStatusFilterComponent {
42
41
  ngOnInit() {
43
42
  this.watchLoadStatusFilterValueChanges();
44
43
  }
45
- ngOnDestroy() {
46
- this.destroy$.next();
47
- this.destroy$.complete();
48
- }
49
44
  trackByIndex(index) {
50
45
  return index;
51
46
  }
52
- setFilterValue($event) {
47
+ setFilterValue() {
53
48
  let queryParams = {};
54
49
  let subType = ToolbarFilterStringEnum.EMPTY_STRING_PLACEHOLDER.toString();
55
50
  this.filterActiveArray = [...this.selectedUser];
@@ -58,10 +53,10 @@ export class CaStatusFilterComponent {
58
53
  const mainArray = this.loadStatusOptionsArray;
59
54
  mainArray.map((item) => {
60
55
  if (item.isSelected) {
61
- item["currentSet"] = true;
56
+ item['currentSet'] = true;
62
57
  }
63
58
  else {
64
- item["currentSet"] = false;
59
+ item['currentSet'] = false;
65
60
  }
66
61
  });
67
62
  this.filterActiveArray.map((data) => {
@@ -71,11 +66,12 @@ export class CaStatusFilterComponent {
71
66
  subType =
72
67
  this.toDoSubType ??
73
68
  ToolbarFilterStringEnum.EMPTY_STRING_PLACEHOLDER.toString();
69
+ const action = 'Set';
74
70
  const data = {
75
71
  filterType: this.type,
76
- action: "Set",
77
- queryParams: queryParams,
78
- subType: subType,
72
+ action,
73
+ queryParams,
74
+ subType,
79
75
  };
80
76
  return data;
81
77
  }
@@ -89,8 +85,9 @@ export class CaStatusFilterComponent {
89
85
  this.isButtonAvailable = true;
90
86
  this.filterActiveArray = [];
91
87
  this.totalFiltersNum = 0;
88
+ const action = 'Clear';
92
89
  const data = {
93
- action: "Clear",
90
+ action,
94
91
  type: this.type,
95
92
  filterType: this.type,
96
93
  };
@@ -156,19 +153,23 @@ export class CaStatusFilterComponent {
156
153
  getSvgPath(propertyName) {
157
154
  return CaFiltersSvgRoutes[propertyName];
158
155
  }
156
+ ngOnDestroy() {
157
+ this.destroy$.next();
158
+ this.destroy$.complete();
159
+ }
159
160
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CaStatusFilterComponent, deps: [{ token: i1.TruckassistTableService }], target: i0.ɵɵFactoryTarget.Component }); }
160
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CaStatusFilterComponent, isStandalone: true, selector: "app-ca-status-filter", inputs: { type: "type", isLegendView: "isLegendView", isFilterActive: "isFilterActive", toDoSubType: "toDoSubType" }, ngImport: i0, template: "<div class=\"border-filter\"></div>\n<div class=\"user-holder\" *ngIf=\"type === 'statusFilter'\">\n <div class=\"status-data-main-holder\">\n <ng-container\n *ngFor=\"let item of selectedUser; let indx = index; trackBy: trackByIndex\"\n >\n <div class=\"user-frame-holder d-flex align-items-center\">\n <div\n class=\"selected-user-holder d-flex flex-column justify-content-start align-items-start\"\n >\n <div\n class=\"user-main-holder\"\n [@inOutAnimation]=\"'in'\"\n [@showAnimation]=\"!!isFilterActive\"\n (click)=\"removeFromSelectedUser(item, indx)\"\n >\n <div class=\"selected-user-frame d-flex align-items-center fw-bold\">\n <div class=\"user-profile-img d-flex align-items-center\">\n <div\n class=\"status-circle\"\n [ngStyle]=\"\n loadStatusEnum[item.id] | dropdownLoadStatusColor: true\n \"\n ></div>\n </div>\n <div\n class=\"selected-name-text d-flex align-items-center\"\n [class.text-uppercase]=\"type === 'statusFilter'\"\n >\n <div\n class=\"selected-name-text d-flex align-items-center\"\n [class.text-uppercase]=\"type === 'statusFilter'\"\n >\n <span> {{ item.name }}</span>\n </div>\n </div>\n <ng-container *ngIf=\"item?.count; else noCount\">\n <span\n class=\"count-holder d-flex align-items-center justify-content-center activeCount fw-semibold\"\n >\n {{ item.count }}\n </span>\n </ng-container>\n\n <ng-template #noCount>\n <ng-container *ngIf=\"!item.count; else noCounter\">\n <div class=\"selected-icon\">\n <svg-icon\n [src]=\"getSvgPath('removeSelectedValue')\"\n ></svg-icon>\n </div>\n </ng-container>\n <ng-template #noCounter>\n <div class=\"counter-holder activeCounter\">2</div>\n </ng-template>\n </ng-template>\n <div\n (click)=\"removeFromSelectedUser(item, indx)\"\n class=\"icon-delete d-flex\"\n [class.counterMargin]=\"item.count\"\n >\n <svg-icon [src]=\"getSvgPath('removeSelectedValue')\"></svg-icon>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div\n *ngIf=\"selectedUser.length > 0 && unselectedVisibleCount\"\n class=\"border-filter border-thrird-margin\"\n ></div>\n </ng-container>\n\n <ng-container\n *ngFor=\"\n let item of loadStatusOptionsArray;\n let indx = index;\n trackBy: trackByIndex\n \"\n >\n <div class=\"user-frame-holder d-flex align-items-center\">\n <ng-container *ngIf=\"!item.hidden && !item.isSelected\">\n <div\n [@inOutAnimation]=\"'in'\"\n [@showAnimation]=\"!!isFilterActive\"\n (click)=\"addToSelectedUser(item, indx)\"\n class=\"user-main-holder d-flex align-items-center justify-content-center;\"\n >\n <div class=\"user-profile-img d-flex align-items-center\">\n <div\n class=\"status-circle\"\n [ngStyle]=\"\n loadStatusEnum[item.id!] | dropdownLoadStatusColor: true\n \"\n ></div>\n </div>\n <div\n class=\"user-frame d-flex justify-content-between align-items-center fw-normal\"\n >\n <div\n class=\"selected-name-text text-uppercase d-flex align-items-center\"\n >\n <span> {{ item.name }} </span>\n </div>\n\n <ng-container *ngIf=\"item?.count\">\n <span\n class=\"count-holder d-flex align-items-center justify-content-center fw-semibold\"\n >\n {{ item.count }}\n </span>\n </ng-container>\n </div>\n </div>\n </ng-container>\n </div>\n </ng-container>\n </div>\n</div>\n<ng-container\n *ngIf=\"!isLegendView && (type === 'statusFilter' || type === 'userFilter')\"\n>\n <div class=\"border-filter\"></div>\n</ng-container>\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\"/node_modules/bootstrap/dist/css/bootstrap.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{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}@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}}.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;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#dadada}.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:#dadada}.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:#dadada}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@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}*{margin:0;font-family:Roboto,Helvetica Neue,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}.border-filter{width:100%;height:1px;border-radius:1px;margin:4px 0;background-color:#424242}.selected-name-text{width:100%;line-height:26px}.user-holder{width:100%;height:auto;max-height:none}.user-holder .user-frame-holder{position:relative;width:100%;opacity:1;transition:height .2s linear}.user-holder .user-frame-holder .user-main-holder{width:100%;padding-right:4px;transition:height .2s linear}.user-holder .user-frame-holder .user-main-holder .icon-delete{visibility:hidden}.user-holder .user-frame-holder .user-main-holder:hover{cursor:pointer;background-color:#1d1d1d}.user-holder .user-frame-holder .user-main-holder:hover .icon-delete{visibility:visible}.user-holder .user-frame-holder .user-main-holder:hover .icon-delete svg-icon svg path{fill:#e57373!important}.user-holder .user-frame-holder .user-main-holder.state-main-holder{height:26px}.user-holder .user-frame-holder .user-frame{position:relative;width:100%;min-height:26px;border-radius:2px;padding-left:30px;box-sizing:border-box;font-size:14px;color:#dadada;line-height:18px;margin-bottom:2px}.user-holder .user-frame-holder .user-frame::selection{background:#6c6c6c20;color:#6c6c6c}.user-holder .user-frame-holder .selected-name-text{line-height:26px}.user-holder .user-frame-holder .count-holder{position:absolute;right:0;min-width:18px;min-height:18px;font-size:11px;line-height:14px;color:#ffffffb2;background-color:#424242;border-radius:100%}.user-holder .user-frame-holder .count-holder.activeCount{background-color:#3b73ed;color:#dadada}.selected-user-holder{width:100%;box-sizing:border-box;transition:height .2s linear}.selected-user-holder:hover .count-holder{display:none!important}.selected-user-holder .user-main-holder{position:relative;width:100%;height:28px;transition:height .2s linear;cursor:pointer}.selected-user-holder .user-main-holder:hover{cursor:pointer;background-color:#1d1d1d}.selected-user-holder .user-main-holder:hover .user-profile-img svg-icon svg path{fill:#dadada}.selected-user-holder .user-main-holder:hover .selected-icon{display:none}.selected-user-holder .user-main-holder.removeClass{scale:.7;height:0px;background-color:#424242;opacity:0;pointer-events:none}.selected-user-holder .user-main-holder .user-profile-img{position:absolute;left:6px;top:0;height:26px;width:18px}.selected-user-holder .user-main-holder .user-profile-img .user_avatar{width:18px;height:18px;background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:100%}.selected-user-holder .user-main-holder .user-profile-img .user_avatar.driver_avatar{height:18px;width:15px;border-radius:2px}.selected-user-holder .selected-user-frame{position:relative;width:100%;height:26px;padding-left:30px;border-radius:2px;box-sizing:border-box;font-size:14px;color:#dadada;line-height:26px;margin-bottom:2px;-webkit-user-select:none;user-select:none}.selected-user-holder .selected-user-frame:hover{padding-right:4px}.status-data-main-holder{width:100%}.user-profile-img{position:absolute;top:0!important;left:6px!important;height:26px}.user-profile-img .status-circle{height:12px!important;width:12px!important;border-radius:100%}\n"], dependencies: [{ kind: "ngmodule", type:
161
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CaStatusFilterComponent, isStandalone: true, selector: "app-ca-status-filter", inputs: { type: "type", isLegendView: "isLegendView", isFilterActive: "isFilterActive", toDoSubType: "toDoSubType" }, ngImport: i0, template: "<div class=\"border-filter\"></div>\n<div class=\"user-holder\" *ngIf=\"type === 'statusFilter'\">\n <div class=\"status-data-main-holder\">\n <ng-container\n *ngFor=\"\n let item of selectedUser;\n let indx = index;\n trackBy: trackByIndex\n \"\n >\n <div class=\"user-frame-holder d-flex align-items-center\">\n <div\n class=\"selected-user-holder d-flex flex-column justify-content-start align-items-start\"\n >\n <div\n class=\"user-main-holder\"\n [@inOutAnimation]=\"'in'\"\n [@showAnimation]=\"!!isFilterActive\"\n (click)=\"removeFromSelectedUser(item, indx)\"\n >\n <div\n class=\"selected-user-frame d-flex align-items-center fw-bold\"\n >\n <div\n class=\"user-profile-img d-flex align-items-center\"\n >\n <div\n class=\"status-circle\"\n [ngStyle]=\"\n loadStatusEnum[item.id]\n | dropdownLoadStatusColor: true\n \"\n ></div>\n </div>\n <div\n class=\"selected-name-text d-flex align-items-center\"\n [class.text-uppercase]=\"type === 'statusFilter'\"\n >\n <div\n class=\"selected-name-text d-flex align-items-center\"\n [class.text-uppercase]=\"\n type === 'statusFilter'\n \"\n >\n <span> {{ item.name }}</span>\n </div>\n </div>\n <ng-container *ngIf=\"item?.count; else noCount\">\n <span\n class=\"count-holder d-flex align-items-center justify-content-center activeCount fw-semibold\"\n >\n {{ item.count }}\n </span>\n </ng-container>\n\n <ng-template #noCount>\n <ng-container\n *ngIf=\"!item.count; else noCounter\"\n >\n <div class=\"selected-icon\">\n <svg-icon\n [src]=\"\n getSvgPath(\n 'removeSelectedValue'\n )\n \"\n ></svg-icon>\n </div>\n </ng-container>\n <ng-template #noCounter>\n <div class=\"counter-holder activeCounter\">\n 2\n </div>\n </ng-template>\n </ng-template>\n <div\n (click)=\"removeFromSelectedUser(item, indx)\"\n class=\"icon-delete d-flex\"\n [class.counterMargin]=\"item.count\"\n >\n <svg-icon\n [src]=\"getSvgPath('removeSelectedValue')\"\n ></svg-icon>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div\n *ngIf=\"selectedUser.length > 0 && unselectedVisibleCount\"\n class=\"border-filter border-thrird-margin\"\n ></div>\n </ng-container>\n\n <ng-container\n *ngFor=\"\n let item of loadStatusOptionsArray;\n let indx = index;\n trackBy: trackByIndex\n \"\n >\n <div class=\"user-frame-holder d-flex align-items-center\">\n <ng-container *ngIf=\"!item.hidden && !item.isSelected\">\n <div\n [@inOutAnimation]=\"'in'\"\n [@showAnimation]=\"!!isFilterActive\"\n (click)=\"addToSelectedUser(item, indx)\"\n class=\"user-main-holder d-flex align-items-center justify-content-center;\"\n >\n <div class=\"user-profile-img d-flex align-items-center\">\n <div\n class=\"status-circle\"\n [ngStyle]=\"\n loadStatusEnum[item.id!]\n | dropdownLoadStatusColor: true\n \"\n ></div>\n </div>\n <div\n class=\"user-frame d-flex justify-content-between align-items-center fw-normal\"\n >\n <div\n class=\"selected-name-text text-uppercase d-flex align-items-center\"\n >\n <span> {{ item.name }} </span>\n </div>\n\n <ng-container *ngIf=\"item?.count\">\n <span\n class=\"count-holder d-flex align-items-center justify-content-center fw-semibold\"\n >\n {{ item.count }}\n </span>\n </ng-container>\n </div>\n </div>\n </ng-container>\n </div>\n </ng-container>\n </div>\n</div>\n<ng-container\n *ngIf=\"!isLegendView && (type === 'statusFilter' || type === 'userFilter')\"\n>\n <div class=\"border-filter\"></div>\n</ng-container>\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\"/node_modules/bootstrap/dist/css/bootstrap.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{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}.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;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#dadada}.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:#dadada}.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:#dadada}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@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}@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}}.ta-input-dropdown .arrow{display:none!important}.ta-input-dropdown .popover-body{margin-top:-2px!important}.ta-input-dropdown .popover-body .dropdown-options-divider{content:\"\";height:1px;border-radius:1px;background-color:#424242;position:absolute;z-index:99999;top:0;left:0}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-1{width:-7px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-2{width:-6px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-3{width:-5px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-4{width:-4px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-5{width:-3px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-6{width:-2px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-7{width:-1px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-8{width:0px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-9{width:1px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-10{width:2px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-11{width:3px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-12{width:4px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-13{width:5px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-14{width:6px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-15{width:7px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-16{width:8px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-17{width:9px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-18{width:10px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-19{width:11px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-20{width:12px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-21{width:13px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-22{width:14px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-23{width:15px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-24{width:16px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-25{width:17px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-26{width:18px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-27{width:19px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-28{width:20px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-29{width:21px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-30{width:22px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-31{width:23px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-32{width:24px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-33{width:25px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-34{width:26px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-35{width:27px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-36{width:28px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-37{width:29px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-38{width:30px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-39{width:31px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-40{width:32px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-41{width:33px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-42{width:34px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-43{width:35px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-44{width:36px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-45{width:37px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-46{width:38px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-47{width:39px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-48{width:40px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-49{width:41px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-50{width:42px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-51{width:43px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-52{width:44px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-53{width:45px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-54{width:46px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-55{width:47px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-56{width:48px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-57{width:49px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-58{width:50px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-59{width:51px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-60{width:52px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-61{width:53px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-62{width:54px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-63{width:55px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-64{width:56px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-65{width:57px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-66{width:58px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-67{width:59px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-68{width:60px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-69{width:61px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-70{width:62px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-71{width:63px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-72{width:64px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-73{width:65px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-74{width:66px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-75{width:67px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-76{width:68px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-77{width:69px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-78{width:70px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-79{width:71px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-80{width:72px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-81{width:73px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-82{width:74px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-83{width:75px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-84{width:76px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-85{width:77px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-86{width:78px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-87{width:79px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-88{width:80px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-89{width:81px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-90{width:82px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-91{width:83px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-92{width:84px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-93{width:85px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-94{width:86px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-95{width:87px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-96{width:88px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-97{width:89px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-98{width:90px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-99{width:91px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-100{width:92px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-101{width:93px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-102{width:94px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-103{width:95px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-104{width:96px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-105{width:97px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-106{width:98px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-107{width:99px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-108{width:100px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-109{width:101px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-110{width:102px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-111{width:103px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-112{width:104px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-113{width:105px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-114{width:106px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-115{width:107px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-116{width:108px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-117{width:109px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-118{width:110px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-119{width:111px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-120{width:112px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-121{width:113px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-122{width:114px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-123{width:115px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-124{width:116px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-125{width:117px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-126{width:118px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-127{width:119px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-128{width:120px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-129{width:121px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-130{width:122px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-131{width:123px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-132{width:124px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-133{width:125px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-134{width:126px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-135{width:127px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-136{width:128px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-137{width:129px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-138{width:130px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-139{width:131px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-140{width:132px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-141{width:133px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-142{width:134px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-143{width:135px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-144{width:136px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-145{width:137px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-146{width:138px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-147{width:139px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-148{width:140px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-149{width:141px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-150{width:142px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-151{width:143px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-152{width:144px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-153{width:145px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-154{width:146px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-155{width:147px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-156{width:148px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-157{width:149px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-158{width:150px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-159{width:151px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-160{width:152px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-161{width:153px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-162{width:154px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-163{width:155px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-164{width:156px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-165{width:157px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-166{width:158px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-167{width:159px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-168{width:160px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-169{width:161px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-170{width:162px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-171{width:163px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-172{width:164px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-173{width:165px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-174{width:166px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-175{width:167px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-176{width:168px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-177{width:169px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-178{width:170px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-179{width:171px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-180{width:172px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-181{width:173px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-182{width:174px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-183{width:175px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-184{width:176px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-185{width:177px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-186{width:178px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-187{width:179px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-188{width:180px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-189{width:181px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-190{width:182px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-191{width:183px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-192{width:184px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-193{width:185px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-194{width:186px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-195{width:187px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-196{width:188px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-197{width:189px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-198{width:190px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-199{width:191px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-200{width:192px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-201{width:193px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-202{width:194px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-203{width:195px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-204{width:196px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-205{width:197px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-206{width:198px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-207{width:199px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-208{width:200px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-209{width:201px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-210{width:202px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-211{width:203px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-212{width:204px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-213{width:205px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-214{width:206px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-215{width:207px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-216{width:208px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-217{width:209px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-218{width:210px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-219{width:211px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-220{width:212px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-221{width:213px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-222{width:214px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-223{width:215px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-224{width:216px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-225{width:217px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-226{width:218px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-227{width:219px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-228{width:220px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-229{width:221px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-230{width:222px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-231{width:223px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-232{width:224px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-233{width:225px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-234{width:226px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-235{width:227px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-236{width:228px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-237{width:229px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-238{width:230px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-239{width:231px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-240{width:232px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-241{width:233px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-242{width:234px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-243{width:235px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-244{width:236px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-245{width:237px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-246{width:238px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-247{width:239px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-248{width:240px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-249{width:241px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-250{width:242px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-251{width:243px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-252{width:244px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-253{width:245px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-254{width:246px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-255{width:247px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-256{width:248px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-257{width:249px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-258{width:250px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-259{width:251px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-260{width:252px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-261{width:253px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-262{width:254px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-263{width:255px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-264{width:256px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-265{width:257px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-266{width:258px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-267{width:259px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-268{width:260px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-269{width:261px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-270{width:262px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-271{width:263px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-272{width:264px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-273{width:265px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-274{width:266px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-275{width:267px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-276{width:268px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-277{width:269px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-278{width:270px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-279{width:271px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-280{width:272px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-281{width:273px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-282{width:274px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-283{width:275px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-284{width:276px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-285{width:277px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-286{width:278px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-287{width:279px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-288{width:280px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-289{width:281px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-290{width:282px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-291{width:283px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-292{width:284px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-293{width:285px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-294{width:286px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-295{width:287px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-296{width:288px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-297{width:289px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-298{width:290px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-299{width:291px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-300{width:292px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-301{width:293px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-302{width:294px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-303{width:295px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-304{width:296px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-305{width:297px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-306{width:298px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-307{width:299px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-308{width:300px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-309{width:301px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-310{width:302px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-311{width:303px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-312{width:304px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-313{width:305px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-314{width:306px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-315{width:307px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-316{width:308px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-317{width:309px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-318{width:310px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-319{width:311px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-320{width:312px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-321{width:313px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-322{width:314px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-323{width:315px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-324{width:316px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-325{width:317px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-326{width:318px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-327{width:319px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-328{width:320px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-329{width:321px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-330{width:322px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-331{width:323px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-332{width:324px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-333{width:325px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-334{width:326px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-335{width:327px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-336{width:328px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-337{width:329px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-338{width:330px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-339{width:331px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-340{width:332px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-341{width:333px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-342{width:334px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-343{width:335px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-344{width:336px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-345{width:337px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-346{width:338px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-347{width:339px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-348{width:340px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-349{width:341px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-350{width:342px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-351{width:343px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-352{width:344px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-353{width:345px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-354{width:346px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-355{width:347px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-356{width:348px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-357{width:349px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-358{width:350px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-359{width:351px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-360{width:352px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-361{width:353px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-362{width:354px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-363{width:355px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-364{width:356px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-365{width:357px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-366{width:358px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-367{width:359px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-368{width:360px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-369{width:361px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-370{width:362px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-371{width:363px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-372{width:364px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-373{width:365px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-374{width:366px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-375{width:367px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-376{width:368px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-377{width:369px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-378{width:370px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-379{width:371px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-380{width:372px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-381{width:373px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-382{width:374px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-383{width:375px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-384{width:376px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-385{width:377px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-386{width:378px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-387{width:379px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-388{width:380px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-389{width:381px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-390{width:382px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-391{width:383px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-392{width:384px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-393{width:385px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-394{width:386px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-395{width:387px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-396{width:388px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-397{width:389px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-398{width:390px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-399{width:391px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-400{width:392px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-401{width:393px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-402{width:394px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-403{width:395px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-404{width:396px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-405{width:397px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-406{width:398px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-407{width:399px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-408{width:400px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-409{width:401px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-410{width:402px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-411{width:403px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-412{width:404px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-413{width:405px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-414{width:406px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-415{width:407px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-416{width:408px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-417{width:409px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-418{width:410px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-419{width:411px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-420{width:412px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-421{width:413px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-422{width:414px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-423{width:415px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-424{width:416px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-425{width:417px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-426{width:418px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-427{width:419px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-428{width:420px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-429{width:421px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-430{width:422px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-431{width:423px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-432{width:424px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-433{width:425px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-434{width:426px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-435{width:427px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-436{width:428px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-437{width:429px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-438{width:430px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-439{width:431px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-440{width:432px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-441{width:433px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-442{width:434px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-443{width:435px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-444{width:436px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-445{width:437px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-446{width:438px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-447{width:439px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-448{width:440px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-449{width:441px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-450{width:442px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-451{width:443px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-452{width:444px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-453{width:445px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-454{width:446px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-455{width:447px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-456{width:448px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-457{width:449px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-458{width:450px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-459{width:451px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-460{width:452px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-461{width:453px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-462{width:454px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-463{width:455px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-464{width:456px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-465{width:457px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-466{width:458px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-467{width:459px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-468{width:460px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-469{width:461px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-470{width:462px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-471{width:463px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-472{width:464px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-473{width:465px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-474{width:466px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-475{width:467px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-476{width:468px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-477{width:469px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-478{width:470px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-479{width:471px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-480{width:472px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-481{width:473px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-482{width:474px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-483{width:475px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-484{width:476px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-485{width:477px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-486{width:478px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-487{width:479px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-488{width:480px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-489{width:481px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-490{width:482px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-491{width:483px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-492{width:484px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-493{width:485px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-494{width:486px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-495{width:487px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-496{width:488px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-497{width:489px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-498{width:490px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-499{width:491px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-500{width:492px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-501{width:493px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-502{width:494px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-503{width:495px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-504{width:496px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-505{width:497px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-506{width:498px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-507{width:499px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-508{width:500px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-509{width:501px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-510{width:502px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-511{width:503px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-512{width:504px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-513{width:505px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-514{width:506px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-515{width:507px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-516{width:508px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-517{width:509px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-518{width:510px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-519{width:511px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-520{width:512px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-521{width:513px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-522{width:514px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-523{width:515px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-524{width:516px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-525{width:517px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-526{width:518px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-527{width:519px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-528{width:520px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-529{width:521px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-530{width:522px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-531{width:523px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-532{width:524px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-533{width:525px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-534{width:526px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-535{width:527px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-536{width:528px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-537{width:529px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-538{width:530px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-539{width:531px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-540{width:532px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-541{width:533px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-542{width:534px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-543{width:535px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-544{width:536px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-545{width:537px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-546{width:538px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-547{width:539px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-548{width:540px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-549{width:541px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-550{width:542px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-551{width:543px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-552{width:544px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-553{width:545px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-554{width:546px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-555{width:547px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-556{width:548px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-557{width:549px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-558{width:550px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-559{width:551px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-560{width:552px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-561{width:553px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-562{width:554px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-563{width:555px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-564{width:556px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-565{width:557px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-566{width:558px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-567{width:559px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-568{width:560px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-569{width:561px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-570{width:562px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-571{width:563px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-572{width:564px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-573{width:565px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-574{width:566px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-575{width:567px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-576{width:568px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-577{width:569px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-578{width:570px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-579{width:571px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-580{width:572px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-581{width:573px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-582{width:574px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-583{width:575px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-584{width:576px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-585{width:577px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-586{width:578px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-587{width:579px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-588{width:580px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-589{width:581px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-590{width:582px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-591{width:583px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-592{width:584px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-593{width:585px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-594{width:586px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-595{width:587px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-596{width:588px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-597{width:589px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-598{width:590px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-599{width:591px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-600{width:592px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-601{width:593px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-602{width:594px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-603{width:595px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-604{width:596px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-605{width:597px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-606{width:598px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-607{width:599px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-608{width:600px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-609{width:601px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-610{width:602px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-611{width:603px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-612{width:604px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-613{width:605px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-614{width:606px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-615{width:607px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-616{width:608px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-617{width:609px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-618{width:610px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-619{width:611px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-620{width:612px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-621{width:613px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-622{width:614px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-623{width:615px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-624{width:616px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-625{width:617px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-626{width:618px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-627{width:619px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-628{width:620px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-629{width:621px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-630{width:622px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-631{width:623px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-632{width:624px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-633{width:625px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-634{width:626px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-635{width:627px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-636{width:628px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-637{width:629px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-638{width:630px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-639{width:631px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-640{width:632px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-641{width:633px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-642{width:634px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-643{width:635px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-644{width:636px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-645{width:637px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-646{width:638px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-647{width:639px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-648{width:640px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-649{width:641px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-650{width:642px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-651{width:643px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-652{width:644px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-653{width:645px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-654{width:646px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-655{width:647px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-656{width:648px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-657{width:649px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-658{width:650px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-659{width:651px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-660{width:652px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-661{width:653px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-662{width:654px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-663{width:655px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-664{width:656px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-665{width:657px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-666{width:658px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-667{width:659px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-668{width:660px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-669{width:661px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-670{width:662px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-671{width:663px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-672{width:664px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-673{width:665px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-674{width:666px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-675{width:667px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-676{width:668px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-677{width:669px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-678{width:670px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-679{width:671px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-680{width:672px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-681{width:673px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-682{width:674px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-683{width:675px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-684{width:676px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-685{width:677px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-686{width:678px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-687{width:679px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-688{width:680px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-689{width:681px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-690{width:682px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-691{width:683px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-692{width:684px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-693{width:685px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-694{width:686px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-695{width:687px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-696{width:688px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-697{width:689px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-698{width:690px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-699{width:691px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-700{width:692px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-701{width:693px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-702{width:694px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-703{width:695px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-704{width:696px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-705{width:697px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-706{width:698px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-707{width:699px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-708{width:700px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-709{width:701px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-710{width:702px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-711{width:703px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-712{width:704px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-713{width:705px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-714{width:706px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-715{width:707px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-716{width:708px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-717{width:709px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-718{width:710px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-719{width:711px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-720{width:712px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-721{width:713px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-722{width:714px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-723{width:715px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-724{width:716px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-725{width:717px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-726{width:718px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-727{width:719px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-728{width:720px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-729{width:721px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-730{width:722px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-731{width:723px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-732{width:724px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-733{width:725px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-734{width:726px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-735{width:727px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-736{width:728px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-737{width:729px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-738{width:730px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-739{width:731px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-740{width:732px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-741{width:733px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-742{width:734px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-743{width:735px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-744{width:736px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-745{width:737px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-746{width:738px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-747{width:739px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-748{width:740px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-749{width:741px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-750{width:742px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-751{width:743px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-752{width:744px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-753{width:745px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-754{width:746px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-755{width:747px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-756{width:748px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-757{width:749px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-758{width:750px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-759{width:751px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-760{width:752px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-761{width:753px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-762{width:754px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-763{width:755px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-764{width:756px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-765{width:757px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-766{width:758px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-767{width:759px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-768{width:760px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-769{width:761px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-770{width:762px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-771{width:763px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-772{width:764px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-773{width:765px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-774{width:766px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-775{width:767px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-776{width:768px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-777{width:769px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-778{width:770px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-779{width:771px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-780{width:772px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-781{width:773px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-782{width:774px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-783{width:775px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-784{width:776px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-785{width:777px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-786{width:778px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-787{width:779px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-788{width:780px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-789{width:781px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-790{width:782px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-791{width:783px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-792{width:784px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-793{width:785px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-794{width:786px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-795{width:787px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-796{width:788px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-797{width:789px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-798{width:790px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-799{width:791px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-800{width:792px}.ta-input-dropdown .popover-body .dropdown-options-divider.dispatch_dropdown{top:-4px}.ta-input-dropdown .popover-body .dropdown-options{position:relative;top:0;left:0;z-index:1000;max-height:190px;width:100%;background-color:#2f2f2f;border-radius:3px;padding:4px;overflow:hidden}.ta-input-dropdown .popover-body .dropdown-options.scroll{transition:all .3s ease-in-out;overflow-y:scroll!important;scrollbar-width:none!important;padding-right:0}.ta-input-dropdown .popover-body .dropdown-options.scroll::-webkit-scrollbar{width:3px}.ta-input-dropdown .popover-body .dropdown-options.scroll::-webkit-scrollbar-thumb{background-color:transparent;border:6px solid #aaaaaa;border-radius:1px}.ta-input-dropdown .popover-body .dropdown-options.scroll::-webkit-scrollbar-track{padding:0;position:relative;right:0;top:0;background:transparent}.ta-input-dropdown .popover-body .dropdown-options-fuel-franchise{padding:4px;max-height:300px}.ta-input-dropdown .popover-body .dropdown-options.no-result-container{padding:6px 10px!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option:not(:hover):not(.active):not(.dropdown-option-hovered) .svg-template-logo{height:18px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option:not(:hover):not(.active):not(.dropdown-option-hovered) .svg-template-logo svg:not(:hover) path{fill:#aaa}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option:not(:hover):not(.active):not(.dropdown-option-hovered) .load-dispatches-container svg:not(:hover):not(.load-dipstaches-owner-flag) #Ellipse_9856,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option:not(:hover):not(.active):not(.dropdown-option-hovered) .load-dispatches-container svg:not(:hover):not(.load-dipstaches-owner-flag) #Ellipse_9857,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option:not(:hover):not(.active):not(.dropdown-option-hovered) .load-dispatches-container svg:not(:hover):not(.load-dipstaches-owner-flag) #Ellipse_9858,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option:not(:hover):not(.active):not(.dropdown-option-hovered) .load-dispatches-container svg:not(:hover):not(.load-dipstaches-owner-flag) path{fill:#aaa}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option{padding:3px 4px;height:26px;font-size:14px;font-weight:400;border-radius:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#dadada}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-double-text-option{display:flex;align-items:center;justify-content:space-between}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-double-text-option .additional-text{font-size:11px;font-weight:400;color:#919191;line-height:14px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-double-text-option .additional-text.active{color:#6f9ee0}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-double-text-option:hover .additional-text.active{color:#bed0f9}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-double-column-option{display:grid;grid-template-columns:118px 470px;grid-gap:4px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-double-column-option-add-new{display:flex;align-items:center;justify-content:flex-end;padding-left:0!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-double-column-option-text{color:#dadada;font-size:14px;line-height:18px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-triple-column-option{display:grid;grid-template-columns:216px 138px 206px;grid-gap:4px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-triple-column-option-add-new{display:flex;align-items:center;justify-content:flex-end;padding-left:0!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-triple-column-option-text{color:#dadada;font-size:14px;line-height:18px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-option-hovered{background:#424242;color:#dadada;border-radius:2px;cursor:pointer}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-option-hovered .svgtext-template-logo.truck-trailer-logo{display:inline-block!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option:hover{background:#424242;color:#dadada;border-radius:2px;cursor:pointer}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option:hover .svgtext-template-logo.truck-trailer-logo{display:inline-block!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.disabled{color:#6c6c6c;pointer-events:none;-webkit-user-select:none;user-select:none}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.no-result{line-height:14px;font-size:11px;font-weight:700;color:#919191;height:auto!important;-webkit-user-select:none;user-select:none;pointer-events:none}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.no-result:hover{background-color:transparent!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.no-result div{padding-top:1px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.add-new{padding:4.5px 6px 4.5px 4px;font-size:11px;font-weight:700;color:#92b1f5;position:relative;transition:background .2s ease-in-out,color .2s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.add-new:hover{color:#dadada;background:#3b73ed66}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.add-new .labels-template-text{color:#6f9ee0;font-weight:600!important;transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.add-new .plus-icon{margin-left:auto!important;position:relative;bottom:1px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.add-new .plus-icon svg path{fill:#92b1f5}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.all-assigned .details-template-text,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.all-assigned .svgtext-template-text{color:#919191;font-size:11px;font-weight:700;line-height:14px;pointer-events:none;-webkit-user-select:none;user-select:none}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-repair-truck-trailer{color:#6f9ee0;position:relative}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-repair-truck-trailer:hover{color:#bed0f9;transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-repair-truck-trailer .highlight-text-45632{font-weight:700;transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-repair-truck-trailer .highlight-text-45632:hover{color:#bed0f9!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-repair-truck-trailer:after{display:none}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-label .labels-template-counter,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-dark .labels-template-counter{background-color:#3b73ed!important;color:#fff!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-label{color:#fff;font-size:14px;font-weight:700;position:relative}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active .highlight-text-45632,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-label .highlight-text-45632{font-weight:700;transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active .highlight-text-45632:hover,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-label .highlight-text-45632:hover{color:#fff!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active:after,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-label:after{display:inline-block;position:absolute;right:6px;top:28%;transform:translateY(-50%);content:url(../svg/common/ic_confirm.svg);width:14px;height:10px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-label:after{right:35px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.last-active{position:relative}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.last-active:before{content:\"\";position:absolute;bottom:-1px;left:0;height:2px;width:100%;background-color:#aaa3;border-radius:1px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option .highlight-text-45632{font-weight:700;transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option .highlight-text-45632:hover{color:#fff!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template{display:flex;align-items:center}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template.hazardous{display:flex;flex-direction:row-reverse;justify-content:flex-end}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template.hazardous svg{margin-right:5px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo{display:flex;margin-right:6px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.no-svg{margin-right:0!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.hazardous-svg{line-height:14px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.state-logo svg path{fill:#cccc}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.truck-trailer-logo{position:absolute;right:25px;text-align:right;display:none;margin-right:0}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.truck-trailer-logo.container{right:13px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.radiator svg path,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.turbo svg path,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.alignment svg path,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.accompressor svg path,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.aircompressor svg path,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.fuelpump svg path,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.waterpump svg path,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.oilpump svg path,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.brakechamber svg path,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.battery svg path,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.enginetuneup svg path{fill:#919191}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-text{position:relative}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-text.truck-text{top:1px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-text.flex-1{flex:1}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-text.additional-text{font-size:11px;font-weight:400;line-height:14px;color:#919191;text-align:right}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .colors{height:18px;width:18px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template.hazardous-dropdown .svgtext-template-logo{order:2;margin-right:0;position:relative;bottom:1px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template.hazardous-dropdown .svgtext-template-text{order:1;margin-right:6px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-left-side{display:flex;align-items:center}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-left-side .labels-template-logo svg{width:18px;height:18px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-left-side .labels-template-vertical-divider{width:1px;height:15px;background-color:#aaa3;content:\"\";margin:0 6px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-right-side{flex:1;display:flex;align-items:center;justify-content:space-between}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-right-side .labels-template-text{margin-right:28px;font-size:14px;font-weight:400;line-height:18px;color:#fff}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-right-side .labels-template-text.lable-text-wrap{text-overflow:ellipsis;overflow:hidden;width:80px;white-space:nowrap}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-right-side .labels-template-text.add-new{font-size:11px;font-weight:700;color:#6f9ee0;transition:all .3s ease-in-out;position:relative}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-right-side .labels-template-text.no-result{line-height:14px;font-size:11px;font-weight:700;padding:0!important;color:#919191;height:12px;-webkit-user-select:none;user-select:none;pointer-events:none}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-right-side .labels-template-text.no-result:hover{background-color:transparent!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-right-side .labels-template-text.no-result div{padding-top:1px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-right-side .labels-template-counter{width:22px;height:16px;border-radius:20px;background-color:#ccc3;color:#aaa;text-align:center;font-size:11px;font-weight:500;padding:0 4.5px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-right-side .labels-template-counter.dont-show-counter{display:none}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template.no-result{height:14px;font-size:11px;font-weight:700;padding:0!important;color:#919191;-webkit-user-select:none;user-select:none;pointer-events:none}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template.no-result:hover{background-color:transparent!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template.no-result div{padding-top:1px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template:hover .labels-template-text{color:#fff}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template:hover .labels-template-text.add-new{color:#bed0f9}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template:hover .labels-template-counter{background-color:#ccc3;color:#dadada}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template{display:grid;grid-template-columns:auto 14px 1fr;align-items:center;justify-content:space-between}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template.load-details-template{grid-template-columns:30px 130px 1fr;grid-gap:4px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template.add-new{grid-template-columns:1fr 1fr;margin-right:6px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template.dropdown-option{position:relative}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template .details-template-text.active{color:#6f9ee0}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template .details-template-text.active:hover{color:#bed0f9;transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template .details-template-logo{margin-left:6px;line-height:15px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template .driver-details-template-container{position:absolute;right:6px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template .driver-details-template-container p{font-size:11px;line-height:18px;color:#919191;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template .driver-details-template-container .right-box{margin-left:4px;padding:0 6px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template .driver-details-template-container .right-box p{color:#aaa}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template .additional-text{font-size:11px;color:#919191;line-height:12px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-text-counter{display:flex;align-items:center;justify-content:space-between}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-text-counter .option-counter{min-width:22px;height:16px;border-radius:20px;background-color:#ccc3;color:#aaa;font-size:11px;font-weight:500;text-align:center;padding:0 4.5px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-text-counter.active:after{right:35px;top:3.5px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-text-counter:hover .option-counter{background-color:#ccc3}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise{display:flex;flex-direction:column;justify-content:center;height:auto;min-height:26px;border-radius:2px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-header{display:flex;align-items:center;justify-content:space-between;padding:0 2px;-webkit-user-select:none;user-select:none}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-header .fuel-franchise-header-right-side{display:flex;align-items:center;gap:6px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-header .fuel-franchise-header-right-side .option-counter{min-width:22px;height:16px;border-radius:20px;background-color:#ccc3;color:#aaa;font-size:11px;font-weight:500;text-align:center;padding:0 4.5px;-webkit-user-select:none;user-select:none}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-header .fuel-franchise-header-right-side .header-arrow{width:18px;height:18px;line-height:15px;transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-header .fuel-franchise-header-right-side .header-arrow svg{transform:rotate(0);transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-header .fuel-franchise-header-right-side .header-arrow svg path{fill:#aaa}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-header .fuel-franchise-header-right-side .header-arrow.rotate svg{transform:rotate(180deg);transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-header .fuel-franchise-header-right-side .header-arrow:hover svg path{fill:#dadada}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores{display:flex;flex-direction:column;justify-content:center;gap:4px;max-height:237px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores .fuel-franchise-single-store{height:26px;border-radius:2px;display:flex;align-items:center;justify-content:space-between;padding:3px 26px 4px 4px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores .fuel-franchise-single-store .fuel-franchise-store-name{font-size:14px;font-weight:400;height:19px;-webkit-user-select:none;user-select:none;color:#fff}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores .fuel-franchise-single-store .fuel-franchise-store-address{font-size:11px;font-weight:500;line-height:14px;-webkit-user-select:none;user-select:none;color:#ccc}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores .fuel-franchise-single-store.active .fuel-franchise-store-name,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores .fuel-franchise-single-store.active .fuel-franchise-store-address{color:#fff!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores .fuel-franchise-single-store.active .highlight-text-45632{font-weight:700;transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores .fuel-franchise-single-store:hover{color:#fff;background-color:#1d1d1d}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores .fuel-franchise-single-store:hover.active .fuel-franchise-store-name,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores .fuel-franchise-single-store:hover.active .fuel-franchise-store-address{color:#fff!important;font-weight:700}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores.scroll{transition:all .3s ease-in-out;overflow-y:scroll!important;scrollbar-width:none!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores.scroll::-webkit-scrollbar{width:3px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores.scroll::-webkit-scrollbar-thumb{background-color:transparent;border:6px solid #aaaaaa;border-radius:1px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores.scroll::-webkit-scrollbar-track{padding:0;position:relative;right:0;top:0;background:transparent}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores.scroll .fuel-franchise-single-store{padding:3px 22px 4px 4px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise.active-stores{background-color:#aaaaaa1a}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise.active-stores .fuel-franchise-main-header{color:#fff;font-weight:700}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise.active-stores:hover{background-color:#aaaaaa1a;color:#dadada}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise.active-stores-header-hover:hover{background-color:#2f2f2f;position:relative}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise.active-stores-header-hover:hover .fuel-franchise-header{color:#fff;background-color:#1d1d1d;font-weight:700;position:relative}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise.active-stores-header-hover:hover .helper-hover-container{content:\"\";width:105%;height:26px;background-color:#1d1d1d;position:absolute;top:0;left:0;border-radius:2px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise.active-stores-header-hover:hover .fuel-franchise-header .fuel-franchise-header-right-side .header-arrow svg path{fill:#dadada}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option .svg-template-logo{height:18px;aspect-ratio:1}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.routing_dropdown{font-size:11px;height:22px}.ta-input-dropdown .popover-body .dropdown-options.dropdown-status .dropdown-option{font-weight:700;text-transform:uppercase}.ta-input-dropdown .popover-body .dropdown-options .load-dispatcher-template{display:flex;align-items:center;gap:6px}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template{display:grid;grid-template-columns:repeat(3,155px) 97px;align-items:center}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatches-container{display:flex;align-items:center;gap:6px;position:relative}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatches-container .owner-avatar{position:absolute;left:13px;bottom:-3px;width:10px;height:10px}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatches-container .load-dispatch-driver,.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatches-container .load-dispatch-truck,.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatches-container .load-dispatch-trailer{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:116px;max-width:-moz-fit-content;max-width:fit-content;line-height:18px;font-size:14px;font-weight:400}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatches-container .load-dispatches-svg{line-height:16px}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatches-container .load-dispatches-svg svg{width:46px;height:16px}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatches-container .load-dipstaches-owner-flag{position:absolute;top:44%;right:0;transform:translateY(-50%)}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatches-container .load-dipstaches-owner-flag svg path{fill:#6f9ee0!important}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatches-container.trailerContainer{width:max-content!important;padding:0!important;margin:0!important}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatch-driver-rate{width:130px;text-align:right;font-size:11px;font-weight:400;color:#919191;padding-bottom:1px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatch-driver-rate.active{color:#6f9ee0}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatch-driver-rate.driver-owner{text-align:left;width:80px}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template.active .load-dispatch-driver-rate,.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template.active .load-dispatch-driver,.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template.active .load-dispatch-truck,.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template.active .load-dispatch-trailer{font-weight:700}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template{display:grid;align-items:center;grid-template-columns:276px 92px;column-gap:29px}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template.hide-loads{grid-template-columns:333px 92px!important}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template .load-broker-status-text{display:flex;align-items:center;gap:6px;line-height:18px}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template .load-broker-status-text .load-broker-status{position:relative;line-height:17px}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template .load-broker-status-text .load-broker-status.dnu-status svg path{fill:#aaa}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template .load-broker-status-text .load-broker-text.disabled{color:#6c6c6c}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template .load-broker-progress-status{height:14px;display:flex;align-items:center;justify-content:flex-end;grid-gap:4px;gap:4px;text-align:center}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template .load-broker-progress-status .progress-bar-price{color:#919191;font-size:11px;font-weight:400}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template .load-broker-progress-status .progress-bar-line{width:24px}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template .load-broker-load-counter{max-width:max-content;height:18px;border-radius:30px;text-align:center;font-size:11px;font-weight:400;color:#919191;background-color:#91919133;padding:1px 6px}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template .load-broker-load-counter.active{color:#6f9ee0;background-color:#6f9ee033}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template .load-broker-load-counter.hasOneValue{max-width:19px!important}.ta-input-dropdown .popover-body .dropdown-options .load-shipper-template{display:grid;grid-template-columns:405px 166px;align-items:center;padding-right:25px}.ta-input-dropdown .popover-body .dropdown-options .load-shipper-template .load-shipper-status-text{display:flex;align-items:center;gap:6px;line-height:18px}.ta-input-dropdown .popover-body .dropdown-options .load-shipper-template .load-shipper-status-text .load-shipper-status{position:relative;line-height:17px}.ta-input-dropdown .popover-body .dropdown-options .load-shipper-template .load-shipper-status-text .load-shipper-text.disabled{color:#6c6c6c}.ta-input-dropdown .popover-body .dropdown-options .load-shipper-template div:nth-child(2),.ta-input-dropdown .popover-body .dropdown-options .load-shipper-template div:nth-child(3){text-align:right}.ta-input-dropdown .popover-body .dropdown-options .load-shipper-template div:nth-child(2){color:#919191;font-size:11px;font-weight:400}.ta-input-dropdown .popover-body .dropdown-options .load-shipper-template div:nth-child(2).active{color:#6f9ee0;font-weight:700}.ta-input-dropdown .popover-body .dropdown-options .load-shipper-template .load-shipper-load-counter{max-width:max-content;height:18px;border-radius:30px;text-align:right;font-size:11px;font-weight:400;color:#919191;background-color:#91919133;padding:1px 6px;justify-self:flex-end}.ta-input-dropdown .popover-body .dropdown-options .load-shipper-template .load-shipper-load-counter.active{color:#6f9ee0;background-color:#6f9ee033}.ta-input-dropdown .popover-body .dropdown-options.w-col-1{width:1px}.ta-input-dropdown .popover-body .dropdown-options.w-col-2{width:2px}.ta-input-dropdown .popover-body .dropdown-options.w-col-3{width:3px}.ta-input-dropdown .popover-body .dropdown-options.w-col-4{width:4px}.ta-input-dropdown .popover-body .dropdown-options.w-col-5{width:5px}.ta-input-dropdown .popover-body .dropdown-options.w-col-6{width:6px}.ta-input-dropdown .popover-body .dropdown-options.w-col-7{width:7px}.ta-input-dropdown .popover-body .dropdown-options.w-col-8{width:8px}.ta-input-dropdown .popover-body .dropdown-options.w-col-9{width:9px}.ta-input-dropdown .popover-body .dropdown-options.w-col-10{width:10px}.ta-input-dropdown .popover-body .dropdown-options.w-col-11{width:11px}.ta-input-dropdown .popover-body .dropdown-options.w-col-12{width:12px}.ta-input-dropdown .popover-body .dropdown-options.w-col-13{width:13px}.ta-input-dropdown .popover-body .dropdown-options.w-col-14{width:14px}.ta-input-dropdown .popover-body .dropdown-options.w-col-15{width:15px}.ta-input-dropdown .popover-body .dropdown-options.w-col-16{width:16px}.ta-input-dropdown .popover-body .dropdown-options.w-col-17{width:17px}.ta-input-dropdown .popover-body .dropdown-options.w-col-18{width:18px}.ta-input-dropdown .popover-body .dropdown-options.w-col-19{width:19px}.ta-input-dropdown .popover-body .dropdown-options.w-col-20{width:20px}.ta-input-dropdown .popover-body .dropdown-options.w-col-21{width:21px}.ta-input-dropdown .popover-body .dropdown-options.w-col-22{width:22px}.ta-input-dropdown .popover-body .dropdown-options.w-col-23{width:23px}.ta-input-dropdown .popover-body .dropdown-options.w-col-24{width:24px}.ta-input-dropdown .popover-body .dropdown-options.w-col-25{width:25px}.ta-input-dropdown .popover-body .dropdown-options.w-col-26{width:26px}.ta-input-dropdown .popover-body .dropdown-options.w-col-27{width:27px}.ta-input-dropdown .popover-body .dropdown-options.w-col-28{width:28px}.ta-input-dropdown .popover-body .dropdown-options.w-col-29{width:29px}.ta-input-dropdown .popover-body .dropdown-options.w-col-30{width:30px}.ta-input-dropdown .popover-body .dropdown-options.w-col-31{width:31px}.ta-input-dropdown .popover-body .dropdown-options.w-col-32{width:32px}.ta-input-dropdown .popover-body .dropdown-options.w-col-33{width:33px}.ta-input-dropdown .popover-body .dropdown-options.w-col-34{width:34px}.ta-input-dropdown .popover-body .dropdown-options.w-col-35{width:35px}.ta-input-dropdown .popover-body .dropdown-options.w-col-36{width:36px}.ta-input-dropdown .popover-body .dropdown-options.w-col-37{width:37px}.ta-input-dropdown .popover-body .dropdown-options.w-col-38{width:38px}.ta-input-dropdown .popover-body .dropdown-options.w-col-39{width:39px}.ta-input-dropdown .popover-body .dropdown-options.w-col-40{width:40px}.ta-input-dropdown .popover-body .dropdown-options.w-col-41{width:41px}.ta-input-dropdown .popover-body .dropdown-options.w-col-42{width:42px}.ta-input-dropdown .popover-body .dropdown-options.w-col-43{width:43px}.ta-input-dropdown .popover-body .dropdown-options.w-col-44{width:44px}.ta-input-dropdown .popover-body .dropdown-options.w-col-45{width:45px}.ta-input-dropdown .popover-body .dropdown-options.w-col-46{width:46px}.ta-input-dropdown .popover-body .dropdown-options.w-col-47{width:47px}.ta-input-dropdown .popover-body .dropdown-options.w-col-48{width:48px}.ta-input-dropdown .popover-body .dropdown-options.w-col-49{width:49px}.ta-input-dropdown .popover-body .dropdown-options.w-col-50{width:50px}.ta-input-dropdown .popover-body .dropdown-options.w-col-51{width:51px}.ta-input-dropdown .popover-body .dropdown-options.w-col-52{width:52px}.ta-input-dropdown .popover-body .dropdown-options.w-col-53{width:53px}.ta-input-dropdown .popover-body .dropdown-options.w-col-54{width:54px}.ta-input-dropdown .popover-body .dropdown-options.w-col-55{width:55px}.ta-input-dropdown .popover-body .dropdown-options.w-col-56{width:56px}.ta-input-dropdown .popover-body .dropdown-options.w-col-57{width:57px}.ta-input-dropdown .popover-body .dropdown-options.w-col-58{width:58px}.ta-input-dropdown .popover-body .dropdown-options.w-col-59{width:59px}.ta-input-dropdown .popover-body .dropdown-options.w-col-60{width:60px}.ta-input-dropdown .popover-body .dropdown-options.w-col-61{width:61px}.ta-input-dropdown .popover-body .dropdown-options.w-col-62{width:62px}.ta-input-dropdown .popover-body .dropdown-options.w-col-63{width:63px}.ta-input-dropdown .popover-body .dropdown-options.w-col-64{width:64px}.ta-input-dropdown .popover-body .dropdown-options.w-col-65{width:65px}.ta-input-dropdown .popover-body .dropdown-options.w-col-66{width:66px}.ta-input-dropdown .popover-body .dropdown-options.w-col-67{width:67px}.ta-input-dropdown .popover-body .dropdown-options.w-col-68{width:68px}.ta-input-dropdown .popover-body .dropdown-options.w-col-69{width:69px}.ta-input-dropdown .popover-body .dropdown-options.w-col-70{width:70px}.ta-input-dropdown .popover-body .dropdown-options.w-col-71{width:71px}.ta-input-dropdown .popover-body .dropdown-options.w-col-72{width:72px}.ta-input-dropdown .popover-body .dropdown-options.w-col-73{width:73px}.ta-input-dropdown .popover-body .dropdown-options.w-col-74{width:74px}.ta-input-dropdown .popover-body .dropdown-options.w-col-75{width:75px}.ta-input-dropdown .popover-body .dropdown-options.w-col-76{width:76px}.ta-input-dropdown .popover-body .dropdown-options.w-col-77{width:77px}.ta-input-dropdown .popover-body .dropdown-options.w-col-78{width:78px}.ta-input-dropdown .popover-body .dropdown-options.w-col-79{width:79px}.ta-input-dropdown .popover-body .dropdown-options.w-col-80{width:80px}.ta-input-dropdown .popover-body .dropdown-options.w-col-81{width:81px}.ta-input-dropdown .popover-body .dropdown-options.w-col-82{width:82px}.ta-input-dropdown .popover-body .dropdown-options.w-col-83{width:83px}.ta-input-dropdown .popover-body .dropdown-options.w-col-84{width:84px}.ta-input-dropdown .popover-body .dropdown-options.w-col-85{width:85px}.ta-input-dropdown .popover-body .dropdown-options.w-col-86{width:86px}.ta-input-dropdown .popover-body .dropdown-options.w-col-87{width:87px}.ta-input-dropdown .popover-body .dropdown-options.w-col-88{width:88px}.ta-input-dropdown .popover-body .dropdown-options.w-col-89{width:89px}.ta-input-dropdown .popover-body .dropdown-options.w-col-90{width:90px}.ta-input-dropdown .popover-body .dropdown-options.w-col-91{width:91px}.ta-input-dropdown .popover-body .dropdown-options.w-col-92{width:92px}.ta-input-dropdown .popover-body .dropdown-options.w-col-93{width:93px}.ta-input-dropdown .popover-body .dropdown-options.w-col-94{width:94px}.ta-input-dropdown .popover-body .dropdown-options.w-col-95{width:95px}.ta-input-dropdown .popover-body .dropdown-options.w-col-96{width:96px}.ta-input-dropdown .popover-body .dropdown-options.w-col-97{width:97px}.ta-input-dropdown .popover-body .dropdown-options.w-col-98{width:98px}.ta-input-dropdown .popover-body .dropdown-options.w-col-99{width:99px}.ta-input-dropdown .popover-body .dropdown-options.w-col-100{width:100px}.ta-input-dropdown .popover-body .dropdown-options.w-col-101{width:101px}.ta-input-dropdown .popover-body .dropdown-options.w-col-102{width:102px}.ta-input-dropdown .popover-body .dropdown-options.w-col-103{width:103px}.ta-input-dropdown .popover-body .dropdown-options.w-col-104{width:104px}.ta-input-dropdown .popover-body .dropdown-options.w-col-105{width:105px}.ta-input-dropdown .popover-body .dropdown-options.w-col-106{width:106px}.ta-input-dropdown .popover-body .dropdown-options.w-col-107{width:107px}.ta-input-dropdown .popover-body .dropdown-options.w-col-108{width:108px}.ta-input-dropdown .popover-body .dropdown-options.w-col-109{width:109px}.ta-input-dropdown .popover-body .dropdown-options.w-col-110{width:110px}.ta-input-dropdown .popover-body .dropdown-options.w-col-111{width:111px}.ta-input-dropdown .popover-body .dropdown-options.w-col-112{width:112px}.ta-input-dropdown .popover-body .dropdown-options.w-col-113{width:113px}.ta-input-dropdown .popover-body .dropdown-options.w-col-114{width:114px}.ta-input-dropdown .popover-body .dropdown-options.w-col-115{width:115px}.ta-input-dropdown .popover-body .dropdown-options.w-col-116{width:116px}.ta-input-dropdown .popover-body .dropdown-options.w-col-117{width:117px}.ta-input-dropdown .popover-body .dropdown-options.w-col-118{width:118px}.ta-input-dropdown .popover-body .dropdown-options.w-col-119{width:119px}.ta-input-dropdown .popover-body .dropdown-options.w-col-120{width:120px}.ta-input-dropdown .popover-body .dropdown-options.w-col-121{width:121px}.ta-input-dropdown .popover-body .dropdown-options.w-col-122{width:122px}.ta-input-dropdown .popover-body .dropdown-options.w-col-123{width:123px}.ta-input-dropdown .popover-body .dropdown-options.w-col-124{width:124px}.ta-input-dropdown .popover-body .dropdown-options.w-col-125{width:125px}.ta-input-dropdown .popover-body .dropdown-options.w-col-126{width:126px}.ta-input-dropdown .popover-body .dropdown-options.w-col-127{width:127px}.ta-input-dropdown .popover-body .dropdown-options.w-col-128{width:128px}.ta-input-dropdown .popover-body .dropdown-options.w-col-129{width:129px}.ta-input-dropdown .popover-body .dropdown-options.w-col-130{width:130px}.ta-input-dropdown .popover-body .dropdown-options.w-col-131{width:131px}.ta-input-dropdown .popover-body .dropdown-options.w-col-132{width:132px}.ta-input-dropdown .popover-body .dropdown-options.w-col-133{width:133px}.ta-input-dropdown .popover-body .dropdown-options.w-col-134{width:134px}.ta-input-dropdown .popover-body .dropdown-options.w-col-135{width:135px}.ta-input-dropdown .popover-body .dropdown-options.w-col-136{width:136px}.ta-input-dropdown .popover-body .dropdown-options.w-col-137{width:137px}.ta-input-dropdown .popover-body .dropdown-options.w-col-138{width:138px}.ta-input-dropdown .popover-body .dropdown-options.w-col-139{width:139px}.ta-input-dropdown .popover-body .dropdown-options.w-col-140{width:140px}.ta-input-dropdown .popover-body .dropdown-options.w-col-141{width:141px}.ta-input-dropdown .popover-body .dropdown-options.w-col-142{width:142px}.ta-input-dropdown .popover-body .dropdown-options.w-col-143{width:143px}.ta-input-dropdown .popover-body .dropdown-options.w-col-144{width:144px}.ta-input-dropdown .popover-body .dropdown-options.w-col-145{width:145px}.ta-input-dropdown .popover-body .dropdown-options.w-col-146{width:146px}.ta-input-dropdown .popover-body .dropdown-options.w-col-147{width:147px}.ta-input-dropdown .popover-body .dropdown-options.w-col-148{width:148px}.ta-input-dropdown .popover-body .dropdown-options.w-col-149{width:149px}.ta-input-dropdown .popover-body .dropdown-options.w-col-150{width:150px}.ta-input-dropdown .popover-body .dropdown-options.w-col-151{width:151px}.ta-input-dropdown .popover-body .dropdown-options.w-col-152{width:152px}.ta-input-dropdown .popover-body .dropdown-options.w-col-153{width:153px}.ta-input-dropdown .popover-body .dropdown-options.w-col-154{width:154px}.ta-input-dropdown .popover-body .dropdown-options.w-col-155{width:155px}.ta-input-dropdown .popover-body .dropdown-options.w-col-156{width:156px}.ta-input-dropdown .popover-body .dropdown-options.w-col-157{width:157px}.ta-input-dropdown .popover-body .dropdown-options.w-col-158{width:158px}.ta-input-dropdown .popover-body .dropdown-options.w-col-159{width:159px}.ta-input-dropdown .popover-body .dropdown-options.w-col-160{width:160px}.ta-input-dropdown .popover-body .dropdown-options.w-col-161{width:161px}.ta-input-dropdown .popover-body .dropdown-options.w-col-162{width:162px}.ta-input-dropdown .popover-body .dropdown-options.w-col-163{width:163px}.ta-input-dropdown .popover-body .dropdown-options.w-col-164{width:164px}.ta-input-dropdown .popover-body .dropdown-options.w-col-165{width:165px}.ta-input-dropdown .popover-body .dropdown-options.w-col-166{width:166px}.ta-input-dropdown .popover-body .dropdown-options.w-col-167{width:167px}.ta-input-dropdown .popover-body .dropdown-options.w-col-168{width:168px}.ta-input-dropdown .popover-body .dropdown-options.w-col-169{width:169px}.ta-input-dropdown .popover-body .dropdown-options.w-col-170{width:170px}.ta-input-dropdown .popover-body .dropdown-options.w-col-171{width:171px}.ta-input-dropdown .popover-body .dropdown-options.w-col-172{width:172px}.ta-input-dropdown .popover-body .dropdown-options.w-col-173{width:173px}.ta-input-dropdown .popover-body .dropdown-options.w-col-174{width:174px}.ta-input-dropdown .popover-body .dropdown-options.w-col-175{width:175px}.ta-input-dropdown .popover-body .dropdown-options.w-col-176{width:176px}.ta-input-dropdown .popover-body .dropdown-options.w-col-177{width:177px}.ta-input-dropdown .popover-body .dropdown-options.w-col-178{width:178px}.ta-input-dropdown .popover-body .dropdown-options.w-col-179{width:179px}.ta-input-dropdown .popover-body .dropdown-options.w-col-180{width:180px}.ta-input-dropdown .popover-body .dropdown-options.w-col-181{width:181px}.ta-input-dropdown .popover-body .dropdown-options.w-col-182{width:182px}.ta-input-dropdown .popover-body .dropdown-options.w-col-183{width:183px}.ta-input-dropdown .popover-body .dropdown-options.w-col-184{width:184px}.ta-input-dropdown .popover-body .dropdown-options.w-col-185{width:185px}.ta-input-dropdown .popover-body .dropdown-options.w-col-186{width:186px}.ta-input-dropdown .popover-body .dropdown-options.w-col-187{width:187px}.ta-input-dropdown .popover-body .dropdown-options.w-col-188{width:188px}.ta-input-dropdown .popover-body .dropdown-options.w-col-189{width:189px}.ta-input-dropdown .popover-body .dropdown-options.w-col-190{width:190px}.ta-input-dropdown .popover-body .dropdown-options.w-col-191{width:191px}.ta-input-dropdown .popover-body .dropdown-options.w-col-192{width:192px}.ta-input-dropdown .popover-body .dropdown-options.w-col-193{width:193px}.ta-input-dropdown .popover-body .dropdown-options.w-col-194{width:194px}.ta-input-dropdown .popover-body .dropdown-options.w-col-195{width:195px}.ta-input-dropdown .popover-body .dropdown-options.w-col-196{width:196px}.ta-input-dropdown .popover-body .dropdown-options.w-col-197{width:197px}.ta-input-dropdown .popover-body .dropdown-options.w-col-198{width:198px}.ta-input-dropdown .popover-body .dropdown-options.w-col-199{width:199px}.ta-input-dropdown .popover-body .dropdown-options.w-col-200{width:200px}.ta-input-dropdown .popover-body .dropdown-options.w-col-201{width:201px}.ta-input-dropdown .popover-body .dropdown-options.w-col-202{width:202px}.ta-input-dropdown .popover-body .dropdown-options.w-col-203{width:203px}.ta-input-dropdown .popover-body .dropdown-options.w-col-204{width:204px}.ta-input-dropdown .popover-body .dropdown-options.w-col-205{width:205px}.ta-input-dropdown .popover-body .dropdown-options.w-col-206{width:206px}.ta-input-dropdown .popover-body .dropdown-options.w-col-207{width:207px}.ta-input-dropdown .popover-body .dropdown-options.w-col-208{width:208px}.ta-input-dropdown .popover-body .dropdown-options.w-col-209{width:209px}.ta-input-dropdown .popover-body .dropdown-options.w-col-210{width:210px}.ta-input-dropdown .popover-body .dropdown-options.w-col-211{width:211px}.ta-input-dropdown .popover-body .dropdown-options.w-col-212{width:212px}.ta-input-dropdown .popover-body .dropdown-options.w-col-213{width:213px}.ta-input-dropdown .popover-body .dropdown-options.w-col-214{width:214px}.ta-input-dropdown .popover-body .dropdown-options.w-col-215{width:215px}.ta-input-dropdown .popover-body .dropdown-options.w-col-216{width:216px}.ta-input-dropdown .popover-body .dropdown-options.w-col-217{width:217px}.ta-input-dropdown .popover-body .dropdown-options.w-col-218{width:218px}.ta-input-dropdown .popover-body .dropdown-options.w-col-219{width:219px}.ta-input-dropdown .popover-body .dropdown-options.w-col-220{width:220px}.ta-input-dropdown .popover-body .dropdown-options.w-col-221{width:221px}.ta-input-dropdown .popover-body .dropdown-options.w-col-222{width:222px}.ta-input-dropdown .popover-body .dropdown-options.w-col-223{width:223px}.ta-input-dropdown .popover-body .dropdown-options.w-col-224{width:224px}.ta-input-dropdown .popover-body .dropdown-options.w-col-225{width:225px}.ta-input-dropdown .popover-body .dropdown-options.w-col-226{width:226px}.ta-input-dropdown .popover-body .dropdown-options.w-col-227{width:227px}.ta-input-dropdown .popover-body .dropdown-options.w-col-228{width:228px}.ta-input-dropdown .popover-body .dropdown-options.w-col-229{width:229px}.ta-input-dropdown .popover-body .dropdown-options.w-col-230{width:230px}.ta-input-dropdown .popover-body .dropdown-options.w-col-231{width:231px}.ta-input-dropdown .popover-body .dropdown-options.w-col-232{width:232px}.ta-input-dropdown .popover-body .dropdown-options.w-col-233{width:233px}.ta-input-dropdown .popover-body .dropdown-options.w-col-234{width:234px}.ta-input-dropdown .popover-body .dropdown-options.w-col-235{width:235px}.ta-input-dropdown .popover-body .dropdown-options.w-col-236{width:236px}.ta-input-dropdown .popover-body .dropdown-options.w-col-237{width:237px}.ta-input-dropdown .popover-body .dropdown-options.w-col-238{width:238px}.ta-input-dropdown .popover-body .dropdown-options.w-col-239{width:239px}.ta-input-dropdown .popover-body .dropdown-options.w-col-240{width:240px}.ta-input-dropdown .popover-body .dropdown-options.w-col-241{width:241px}.ta-input-dropdown .popover-body .dropdown-options.w-col-242{width:242px}.ta-input-dropdown .popover-body .dropdown-options.w-col-243{width:243px}.ta-input-dropdown .popover-body .dropdown-options.w-col-244{width:244px}.ta-input-dropdown .popover-body .dropdown-options.w-col-245{width:245px}.ta-input-dropdown .popover-body .dropdown-options.w-col-246{width:246px}.ta-input-dropdown .popover-body .dropdown-options.w-col-247{width:247px}.ta-input-dropdown .popover-body .dropdown-options.w-col-248{width:248px}.ta-input-dropdown .popover-body .dropdown-options.w-col-249{width:249px}.ta-input-dropdown .popover-body .dropdown-options.w-col-250{width:250px}.ta-input-dropdown .popover-body .dropdown-options.w-col-251{width:251px}.ta-input-dropdown .popover-body .dropdown-options.w-col-252{width:252px}.ta-input-dropdown .popover-body .dropdown-options.w-col-253{width:253px}.ta-input-dropdown .popover-body .dropdown-options.w-col-254{width:254px}.ta-input-dropdown .popover-body .dropdown-options.w-col-255{width:255px}.ta-input-dropdown .popover-body .dropdown-options.w-col-256{width:256px}.ta-input-dropdown .popover-body .dropdown-options.w-col-257{width:257px}.ta-input-dropdown .popover-body .dropdown-options.w-col-258{width:258px}.ta-input-dropdown .popover-body .dropdown-options.w-col-259{width:259px}.ta-input-dropdown .popover-body .dropdown-options.w-col-260{width:260px}.ta-input-dropdown .popover-body .dropdown-options.w-col-261{width:261px}.ta-input-dropdown .popover-body .dropdown-options.w-col-262{width:262px}.ta-input-dropdown .popover-body .dropdown-options.w-col-263{width:263px}.ta-input-dropdown .popover-body .dropdown-options.w-col-264{width:264px}.ta-input-dropdown .popover-body .dropdown-options.w-col-265{width:265px}.ta-input-dropdown .popover-body .dropdown-options.w-col-266{width:266px}.ta-input-dropdown .popover-body .dropdown-options.w-col-267{width:267px}.ta-input-dropdown .popover-body .dropdown-options.w-col-268{width:268px}.ta-input-dropdown .popover-body .dropdown-options.w-col-269{width:269px}.ta-input-dropdown .popover-body .dropdown-options.w-col-270{width:270px}.ta-input-dropdown .popover-body .dropdown-options.w-col-271{width:271px}.ta-input-dropdown .popover-body .dropdown-options.w-col-272{width:272px}.ta-input-dropdown .popover-body .dropdown-options.w-col-273{width:273px}.ta-input-dropdown .popover-body .dropdown-options.w-col-274{width:274px}.ta-input-dropdown .popover-body .dropdown-options.w-col-275{width:275px}.ta-input-dropdown .popover-body .dropdown-options.w-col-276{width:276px}.ta-input-dropdown .popover-body .dropdown-options.w-col-277{width:277px}.ta-input-dropdown .popover-body .dropdown-options.w-col-278{width:278px}.ta-input-dropdown .popover-body .dropdown-options.w-col-279{width:279px}.ta-input-dropdown .popover-body .dropdown-options.w-col-280{width:280px}.ta-input-dropdown .popover-body .dropdown-options.w-col-281{width:281px}.ta-input-dropdown .popover-body .dropdown-options.w-col-282{width:282px}.ta-input-dropdown .popover-body .dropdown-options.w-col-283{width:283px}.ta-input-dropdown .popover-body .dropdown-options.w-col-284{width:284px}.ta-input-dropdown .popover-body .dropdown-options.w-col-285{width:285px}.ta-input-dropdown .popover-body .dropdown-options.w-col-286{width:286px}.ta-input-dropdown .popover-body .dropdown-options.w-col-287{width:287px}.ta-input-dropdown .popover-body .dropdown-options.w-col-288{width:288px}.ta-input-dropdown .popover-body .dropdown-options.w-col-289{width:289px}.ta-input-dropdown .popover-body .dropdown-options.w-col-290{width:290px}.ta-input-dropdown .popover-body .dropdown-options.w-col-291{width:291px}.ta-input-dropdown .popover-body .dropdown-options.w-col-292{width:292px}.ta-input-dropdown .popover-body .dropdown-options.w-col-293{width:293px}.ta-input-dropdown .popover-body .dropdown-options.w-col-294{width:294px}.ta-input-dropdown .popover-body .dropdown-options.w-col-295{width:295px}.ta-input-dropdown .popover-body .dropdown-options.w-col-296{width:296px}.ta-input-dropdown .popover-body .dropdown-options.w-col-297{width:297px}.ta-input-dropdown .popover-body .dropdown-options.w-col-298{width:298px}.ta-input-dropdown .popover-body .dropdown-options.w-col-299{width:299px}.ta-input-dropdown .popover-body .dropdown-options.w-col-300{width:300px}.ta-input-dropdown .popover-body .dropdown-options.w-col-301{width:301px}.ta-input-dropdown .popover-body .dropdown-options.w-col-302{width:302px}.ta-input-dropdown .popover-body .dropdown-options.w-col-303{width:303px}.ta-input-dropdown .popover-body .dropdown-options.w-col-304{width:304px}.ta-input-dropdown .popover-body .dropdown-options.w-col-305{width:305px}.ta-input-dropdown .popover-body .dropdown-options.w-col-306{width:306px}.ta-input-dropdown .popover-body .dropdown-options.w-col-307{width:307px}.ta-input-dropdown .popover-body .dropdown-options.w-col-308{width:308px}.ta-input-dropdown .popover-body .dropdown-options.w-col-309{width:309px}.ta-input-dropdown .popover-body .dropdown-options.w-col-310{width:310px}.ta-input-dropdown .popover-body .dropdown-options.w-col-311{width:311px}.ta-input-dropdown .popover-body .dropdown-options.w-col-312{width:312px}.ta-input-dropdown .popover-body .dropdown-options.w-col-313{width:313px}.ta-input-dropdown .popover-body .dropdown-options.w-col-314{width:314px}.ta-input-dropdown .popover-body .dropdown-options.w-col-315{width:315px}.ta-input-dropdown .popover-body .dropdown-options.w-col-316{width:316px}.ta-input-dropdown .popover-body .dropdown-options.w-col-317{width:317px}.ta-input-dropdown .popover-body .dropdown-options.w-col-318{width:318px}.ta-input-dropdown .popover-body .dropdown-options.w-col-319{width:319px}.ta-input-dropdown .popover-body .dropdown-options.w-col-320{width:320px}.ta-input-dropdown .popover-body .dropdown-options.w-col-321{width:321px}.ta-input-dropdown .popover-body .dropdown-options.w-col-322{width:322px}.ta-input-dropdown .popover-body .dropdown-options.w-col-323{width:323px}.ta-input-dropdown .popover-body .dropdown-options.w-col-324{width:324px}.ta-input-dropdown .popover-body .dropdown-options.w-col-325{width:325px}.ta-input-dropdown .popover-body .dropdown-options.w-col-326{width:326px}.ta-input-dropdown .popover-body .dropdown-options.w-col-327{width:327px}.ta-input-dropdown .popover-body .dropdown-options.w-col-328{width:328px}.ta-input-dropdown .popover-body .dropdown-options.w-col-329{width:329px}.ta-input-dropdown .popover-body .dropdown-options.w-col-330{width:330px}.ta-input-dropdown .popover-body .dropdown-options.w-col-331{width:331px}.ta-input-dropdown .popover-body .dropdown-options.w-col-332{width:332px}.ta-input-dropdown .popover-body .dropdown-options.w-col-333{width:333px}.ta-input-dropdown .popover-body .dropdown-options.w-col-334{width:334px}.ta-input-dropdown .popover-body .dropdown-options.w-col-335{width:335px}.ta-input-dropdown .popover-body .dropdown-options.w-col-336{width:336px}.ta-input-dropdown .popover-body .dropdown-options.w-col-337{width:337px}.ta-input-dropdown .popover-body .dropdown-options.w-col-338{width:338px}.ta-input-dropdown .popover-body .dropdown-options.w-col-339{width:339px}.ta-input-dropdown .popover-body .dropdown-options.w-col-340{width:340px}.ta-input-dropdown .popover-body .dropdown-options.w-col-341{width:341px}.ta-input-dropdown .popover-body .dropdown-options.w-col-342{width:342px}.ta-input-dropdown .popover-body .dropdown-options.w-col-343{width:343px}.ta-input-dropdown .popover-body .dropdown-options.w-col-344{width:344px}.ta-input-dropdown .popover-body .dropdown-options.w-col-345{width:345px}.ta-input-dropdown .popover-body .dropdown-options.w-col-346{width:346px}.ta-input-dropdown .popover-body .dropdown-options.w-col-347{width:347px}.ta-input-dropdown .popover-body .dropdown-options.w-col-348{width:348px}.ta-input-dropdown .popover-body .dropdown-options.w-col-349{width:349px}.ta-input-dropdown .popover-body .dropdown-options.w-col-350{width:350px}.ta-input-dropdown .popover-body .dropdown-options.w-col-351{width:351px}.ta-input-dropdown .popover-body .dropdown-options.w-col-352{width:352px}.ta-input-dropdown .popover-body .dropdown-options.w-col-353{width:353px}.ta-input-dropdown .popover-body .dropdown-options.w-col-354{width:354px}.ta-input-dropdown .popover-body .dropdown-options.w-col-355{width:355px}.ta-input-dropdown .popover-body .dropdown-options.w-col-356{width:356px}.ta-input-dropdown .popover-body .dropdown-options.w-col-357{width:357px}.ta-input-dropdown .popover-body .dropdown-options.w-col-358{width:358px}.ta-input-dropdown .popover-body .dropdown-options.w-col-359{width:359px}.ta-input-dropdown .popover-body .dropdown-options.w-col-360{width:360px}.ta-input-dropdown .popover-body .dropdown-options.w-col-361{width:361px}.ta-input-dropdown .popover-body .dropdown-options.w-col-362{width:362px}.ta-input-dropdown .popover-body .dropdown-options.w-col-363{width:363px}.ta-input-dropdown .popover-body .dropdown-options.w-col-364{width:364px}.ta-input-dropdown .popover-body .dropdown-options.w-col-365{width:365px}.ta-input-dropdown .popover-body .dropdown-options.w-col-366{width:366px}.ta-input-dropdown .popover-body .dropdown-options.w-col-367{width:367px}.ta-input-dropdown .popover-body .dropdown-options.w-col-368{width:368px}.ta-input-dropdown .popover-body .dropdown-options.w-col-369{width:369px}.ta-input-dropdown .popover-body .dropdown-options.w-col-370{width:370px}.ta-input-dropdown .popover-body .dropdown-options.w-col-371{width:371px}.ta-input-dropdown .popover-body .dropdown-options.w-col-372{width:372px}.ta-input-dropdown .popover-body .dropdown-options.w-col-373{width:373px}.ta-input-dropdown .popover-body .dropdown-options.w-col-374{width:374px}.ta-input-dropdown .popover-body .dropdown-options.w-col-375{width:375px}.ta-input-dropdown .popover-body .dropdown-options.w-col-376{width:376px}.ta-input-dropdown .popover-body .dropdown-options.w-col-377{width:377px}.ta-input-dropdown .popover-body .dropdown-options.w-col-378{width:378px}.ta-input-dropdown .popover-body .dropdown-options.w-col-379{width:379px}.ta-input-dropdown .popover-body .dropdown-options.w-col-380{width:380px}.ta-input-dropdown .popover-body .dropdown-options.w-col-381{width:381px}.ta-input-dropdown .popover-body .dropdown-options.w-col-382{width:382px}.ta-input-dropdown .popover-body .dropdown-options.w-col-383{width:383px}.ta-input-dropdown .popover-body .dropdown-options.w-col-384{width:384px}.ta-input-dropdown .popover-body .dropdown-options.w-col-385{width:385px}.ta-input-dropdown .popover-body .dropdown-options.w-col-386{width:386px}.ta-input-dropdown .popover-body .dropdown-options.w-col-387{width:387px}.ta-input-dropdown .popover-body .dropdown-options.w-col-388{width:388px}.ta-input-dropdown .popover-body .dropdown-options.w-col-389{width:389px}.ta-input-dropdown .popover-body .dropdown-options.w-col-390{width:390px}.ta-input-dropdown .popover-body .dropdown-options.w-col-391{width:391px}.ta-input-dropdown .popover-body .dropdown-options.w-col-392{width:392px}.ta-input-dropdown .popover-body .dropdown-options.w-col-393{width:393px}.ta-input-dropdown .popover-body .dropdown-options.w-col-394{width:394px}.ta-input-dropdown .popover-body .dropdown-options.w-col-395{width:395px}.ta-input-dropdown .popover-body .dropdown-options.w-col-396{width:396px}.ta-input-dropdown .popover-body .dropdown-options.w-col-397{width:397px}.ta-input-dropdown .popover-body .dropdown-options.w-col-398{width:398px}.ta-input-dropdown .popover-body .dropdown-options.w-col-399{width:399px}.ta-input-dropdown .popover-body .dropdown-options.w-col-400{width:400px}.ta-input-dropdown .popover-body .dropdown-options.w-col-401{width:401px}.ta-input-dropdown .popover-body .dropdown-options.w-col-402{width:402px}.ta-input-dropdown .popover-body .dropdown-options.w-col-403{width:403px}.ta-input-dropdown .popover-body .dropdown-options.w-col-404{width:404px}.ta-input-dropdown .popover-body .dropdown-options.w-col-405{width:405px}.ta-input-dropdown .popover-body .dropdown-options.w-col-406{width:406px}.ta-input-dropdown .popover-body .dropdown-options.w-col-407{width:407px}.ta-input-dropdown .popover-body .dropdown-options.w-col-408{width:408px}.ta-input-dropdown .popover-body .dropdown-options.w-col-409{width:409px}.ta-input-dropdown .popover-body .dropdown-options.w-col-410{width:410px}.ta-input-dropdown .popover-body .dropdown-options.w-col-411{width:411px}.ta-input-dropdown .popover-body .dropdown-options.w-col-412{width:412px}.ta-input-dropdown .popover-body .dropdown-options.w-col-413{width:413px}.ta-input-dropdown .popover-body .dropdown-options.w-col-414{width:414px}.ta-input-dropdown .popover-body .dropdown-options.w-col-415{width:415px}.ta-input-dropdown .popover-body .dropdown-options.w-col-416{width:416px}.ta-input-dropdown .popover-body .dropdown-options.w-col-417{width:417px}.ta-input-dropdown .popover-body .dropdown-options.w-col-418{width:418px}.ta-input-dropdown .popover-body .dropdown-options.w-col-419{width:419px}.ta-input-dropdown .popover-body .dropdown-options.w-col-420{width:420px}.ta-input-dropdown .popover-body .dropdown-options.w-col-421{width:421px}.ta-input-dropdown .popover-body .dropdown-options.w-col-422{width:422px}.ta-input-dropdown .popover-body .dropdown-options.w-col-423{width:423px}.ta-input-dropdown .popover-body .dropdown-options.w-col-424{width:424px}.ta-input-dropdown .popover-body .dropdown-options.w-col-425{width:425px}.ta-input-dropdown .popover-body .dropdown-options.w-col-426{width:426px}.ta-input-dropdown .popover-body .dropdown-options.w-col-427{width:427px}.ta-input-dropdown .popover-body .dropdown-options.w-col-428{width:428px}.ta-input-dropdown .popover-body .dropdown-options.w-col-429{width:429px}.ta-input-dropdown .popover-body .dropdown-options.w-col-430{width:430px}.ta-input-dropdown .popover-body .dropdown-options.w-col-431{width:431px}.ta-input-dropdown .popover-body .dropdown-options.w-col-432{width:432px}.ta-input-dropdown .popover-body .dropdown-options.w-col-433{width:433px}.ta-input-dropdown .popover-body .dropdown-options.w-col-434{width:434px}.ta-input-dropdown .popover-body .dropdown-options.w-col-435{width:435px}.ta-input-dropdown .popover-body .dropdown-options.w-col-436{width:436px}.ta-input-dropdown .popover-body .dropdown-options.w-col-437{width:437px}.ta-input-dropdown .popover-body .dropdown-options.w-col-438{width:438px}.ta-input-dropdown .popover-body .dropdown-options.w-col-439{width:439px}.ta-input-dropdown .popover-body .dropdown-options.w-col-440{width:440px}.ta-input-dropdown .popover-body .dropdown-options.w-col-441{width:441px}.ta-input-dropdown .popover-body .dropdown-options.w-col-442{width:442px}.ta-input-dropdown .popover-body .dropdown-options.w-col-443{width:443px}.ta-input-dropdown .popover-body .dropdown-options.w-col-444{width:444px}.ta-input-dropdown .popover-body .dropdown-options.w-col-445{width:445px}.ta-input-dropdown .popover-body .dropdown-options.w-col-446{width:446px}.ta-input-dropdown .popover-body .dropdown-options.w-col-447{width:447px}.ta-input-dropdown .popover-body .dropdown-options.w-col-448{width:448px}.ta-input-dropdown .popover-body .dropdown-options.w-col-449{width:449px}.ta-input-dropdown .popover-body .dropdown-options.w-col-450{width:450px}.ta-input-dropdown .popover-body .dropdown-options.w-col-451{width:451px}.ta-input-dropdown .popover-body .dropdown-options.w-col-452{width:452px}.ta-input-dropdown .popover-body .dropdown-options.w-col-453{width:453px}.ta-input-dropdown .popover-body .dropdown-options.w-col-454{width:454px}.ta-input-dropdown .popover-body .dropdown-options.w-col-455{width:455px}.ta-input-dropdown .popover-body .dropdown-options.w-col-456{width:456px}.ta-input-dropdown .popover-body .dropdown-options.w-col-457{width:457px}.ta-input-dropdown .popover-body .dropdown-options.w-col-458{width:458px}.ta-input-dropdown .popover-body .dropdown-options.w-col-459{width:459px}.ta-input-dropdown .popover-body .dropdown-options.w-col-460{width:460px}.ta-input-dropdown .popover-body .dropdown-options.w-col-461{width:461px}.ta-input-dropdown .popover-body .dropdown-options.w-col-462{width:462px}.ta-input-dropdown .popover-body .dropdown-options.w-col-463{width:463px}.ta-input-dropdown .popover-body .dropdown-options.w-col-464{width:464px}.ta-input-dropdown .popover-body .dropdown-options.w-col-465{width:465px}.ta-input-dropdown .popover-body .dropdown-options.w-col-466{width:466px}.ta-input-dropdown .popover-body .dropdown-options.w-col-467{width:467px}.ta-input-dropdown .popover-body .dropdown-options.w-col-468{width:468px}.ta-input-dropdown .popover-body .dropdown-options.w-col-469{width:469px}.ta-input-dropdown .popover-body .dropdown-options.w-col-470{width:470px}.ta-input-dropdown .popover-body .dropdown-options.w-col-471{width:471px}.ta-input-dropdown .popover-body .dropdown-options.w-col-472{width:472px}.ta-input-dropdown .popover-body .dropdown-options.w-col-473{width:473px}.ta-input-dropdown .popover-body .dropdown-options.w-col-474{width:474px}.ta-input-dropdown .popover-body .dropdown-options.w-col-475{width:475px}.ta-input-dropdown .popover-body .dropdown-options.w-col-476{width:476px}.ta-input-dropdown .popover-body .dropdown-options.w-col-477{width:477px}.ta-input-dropdown .popover-body .dropdown-options.w-col-478{width:478px}.ta-input-dropdown .popover-body .dropdown-options.w-col-479{width:479px}.ta-input-dropdown .popover-body .dropdown-options.w-col-480{width:480px}.ta-input-dropdown .popover-body .dropdown-options.w-col-481{width:481px}.ta-input-dropdown .popover-body .dropdown-options.w-col-482{width:482px}.ta-input-dropdown .popover-body .dropdown-options.w-col-483{width:483px}.ta-input-dropdown .popover-body .dropdown-options.w-col-484{width:484px}.ta-input-dropdown .popover-body .dropdown-options.w-col-485{width:485px}.ta-input-dropdown .popover-body .dropdown-options.w-col-486{width:486px}.ta-input-dropdown .popover-body .dropdown-options.w-col-487{width:487px}.ta-input-dropdown .popover-body .dropdown-options.w-col-488{width:488px}.ta-input-dropdown .popover-body .dropdown-options.w-col-489{width:489px}.ta-input-dropdown .popover-body .dropdown-options.w-col-490{width:490px}.ta-input-dropdown .popover-body .dropdown-options.w-col-491{width:491px}.ta-input-dropdown .popover-body .dropdown-options.w-col-492{width:492px}.ta-input-dropdown .popover-body .dropdown-options.w-col-493{width:493px}.ta-input-dropdown .popover-body .dropdown-options.w-col-494{width:494px}.ta-input-dropdown .popover-body .dropdown-options.w-col-495{width:495px}.ta-input-dropdown .popover-body .dropdown-options.w-col-496{width:496px}.ta-input-dropdown .popover-body .dropdown-options.w-col-497{width:497px}.ta-input-dropdown .popover-body .dropdown-options.w-col-498{width:498px}.ta-input-dropdown .popover-body .dropdown-options.w-col-499{width:499px}.ta-input-dropdown .popover-body .dropdown-options.w-col-500{width:500px}.ta-input-dropdown .popover-body .dropdown-options.w-col-501{width:501px}.ta-input-dropdown .popover-body .dropdown-options.w-col-502{width:502px}.ta-input-dropdown .popover-body .dropdown-options.w-col-503{width:503px}.ta-input-dropdown .popover-body .dropdown-options.w-col-504{width:504px}.ta-input-dropdown .popover-body .dropdown-options.w-col-505{width:505px}.ta-input-dropdown .popover-body .dropdown-options.w-col-506{width:506px}.ta-input-dropdown .popover-body .dropdown-options.w-col-507{width:507px}.ta-input-dropdown .popover-body .dropdown-options.w-col-508{width:508px}.ta-input-dropdown .popover-body .dropdown-options.w-col-509{width:509px}.ta-input-dropdown .popover-body .dropdown-options.w-col-510{width:510px}.ta-input-dropdown .popover-body .dropdown-options.w-col-511{width:511px}.ta-input-dropdown .popover-body .dropdown-options.w-col-512{width:512px}.ta-input-dropdown .popover-body .dropdown-options.w-col-513{width:513px}.ta-input-dropdown .popover-body .dropdown-options.w-col-514{width:514px}.ta-input-dropdown .popover-body .dropdown-options.w-col-515{width:515px}.ta-input-dropdown .popover-body .dropdown-options.w-col-516{width:516px}.ta-input-dropdown .popover-body .dropdown-options.w-col-517{width:517px}.ta-input-dropdown .popover-body .dropdown-options.w-col-518{width:518px}.ta-input-dropdown .popover-body .dropdown-options.w-col-519{width:519px}.ta-input-dropdown .popover-body .dropdown-options.w-col-520{width:520px}.ta-input-dropdown .popover-body .dropdown-options.w-col-521{width:521px}.ta-input-dropdown .popover-body .dropdown-options.w-col-522{width:522px}.ta-input-dropdown .popover-body .dropdown-options.w-col-523{width:523px}.ta-input-dropdown .popover-body .dropdown-options.w-col-524{width:524px}.ta-input-dropdown .popover-body .dropdown-options.w-col-525{width:525px}.ta-input-dropdown .popover-body .dropdown-options.w-col-526{width:526px}.ta-input-dropdown .popover-body .dropdown-options.w-col-527{width:527px}.ta-input-dropdown .popover-body .dropdown-options.w-col-528{width:528px}.ta-input-dropdown .popover-body .dropdown-options.w-col-529{width:529px}.ta-input-dropdown .popover-body .dropdown-options.w-col-530{width:530px}.ta-input-dropdown .popover-body .dropdown-options.w-col-531{width:531px}.ta-input-dropdown .popover-body .dropdown-options.w-col-532{width:532px}.ta-input-dropdown .popover-body .dropdown-options.w-col-533{width:533px}.ta-input-dropdown .popover-body .dropdown-options.w-col-534{width:534px}.ta-input-dropdown .popover-body .dropdown-options.w-col-535{width:535px}.ta-input-dropdown .popover-body .dropdown-options.w-col-536{width:536px}.ta-input-dropdown .popover-body .dropdown-options.w-col-537{width:537px}.ta-input-dropdown .popover-body .dropdown-options.w-col-538{width:538px}.ta-input-dropdown .popover-body .dropdown-options.w-col-539{width:539px}.ta-input-dropdown .popover-body .dropdown-options.w-col-540{width:540px}.ta-input-dropdown .popover-body .dropdown-options.w-col-541{width:541px}.ta-input-dropdown .popover-body .dropdown-options.w-col-542{width:542px}.ta-input-dropdown .popover-body .dropdown-options.w-col-543{width:543px}.ta-input-dropdown .popover-body .dropdown-options.w-col-544{width:544px}.ta-input-dropdown .popover-body .dropdown-options.w-col-545{width:545px}.ta-input-dropdown .popover-body .dropdown-options.w-col-546{width:546px}.ta-input-dropdown .popover-body .dropdown-options.w-col-547{width:547px}.ta-input-dropdown .popover-body .dropdown-options.w-col-548{width:548px}.ta-input-dropdown .popover-body .dropdown-options.w-col-549{width:549px}.ta-input-dropdown .popover-body .dropdown-options.w-col-550{width:550px}.ta-input-dropdown .popover-body .dropdown-options.w-col-551{width:551px}.ta-input-dropdown .popover-body .dropdown-options.w-col-552{width:552px}.ta-input-dropdown .popover-body .dropdown-options.w-col-553{width:553px}.ta-input-dropdown .popover-body .dropdown-options.w-col-554{width:554px}.ta-input-dropdown .popover-body .dropdown-options.w-col-555{width:555px}.ta-input-dropdown .popover-body .dropdown-options.w-col-556{width:556px}.ta-input-dropdown .popover-body .dropdown-options.w-col-557{width:557px}.ta-input-dropdown .popover-body .dropdown-options.w-col-558{width:558px}.ta-input-dropdown .popover-body .dropdown-options.w-col-559{width:559px}.ta-input-dropdown .popover-body .dropdown-options.w-col-560{width:560px}.ta-input-dropdown .popover-body .dropdown-options.w-col-561{width:561px}.ta-input-dropdown .popover-body .dropdown-options.w-col-562{width:562px}.ta-input-dropdown .popover-body .dropdown-options.w-col-563{width:563px}.ta-input-dropdown .popover-body .dropdown-options.w-col-564{width:564px}.ta-input-dropdown .popover-body .dropdown-options.w-col-565{width:565px}.ta-input-dropdown .popover-body .dropdown-options.w-col-566{width:566px}.ta-input-dropdown .popover-body .dropdown-options.w-col-567{width:567px}.ta-input-dropdown .popover-body .dropdown-options.w-col-568{width:568px}.ta-input-dropdown .popover-body .dropdown-options.w-col-569{width:569px}.ta-input-dropdown .popover-body .dropdown-options.w-col-570{width:570px}.ta-input-dropdown .popover-body .dropdown-options.w-col-571{width:571px}.ta-input-dropdown .popover-body .dropdown-options.w-col-572{width:572px}.ta-input-dropdown .popover-body .dropdown-options.w-col-573{width:573px}.ta-input-dropdown .popover-body .dropdown-options.w-col-574{width:574px}.ta-input-dropdown .popover-body .dropdown-options.w-col-575{width:575px}.ta-input-dropdown .popover-body .dropdown-options.w-col-576{width:576px}.ta-input-dropdown .popover-body .dropdown-options.w-col-577{width:577px}.ta-input-dropdown .popover-body .dropdown-options.w-col-578{width:578px}.ta-input-dropdown .popover-body .dropdown-options.w-col-579{width:579px}.ta-input-dropdown .popover-body .dropdown-options.w-col-580{width:580px}.ta-input-dropdown .popover-body .dropdown-options.w-col-581{width:581px}.ta-input-dropdown .popover-body .dropdown-options.w-col-582{width:582px}.ta-input-dropdown .popover-body .dropdown-options.w-col-583{width:583px}.ta-input-dropdown .popover-body .dropdown-options.w-col-584{width:584px}.ta-input-dropdown .popover-body .dropdown-options.w-col-585{width:585px}.ta-input-dropdown .popover-body .dropdown-options.w-col-586{width:586px}.ta-input-dropdown .popover-body .dropdown-options.w-col-587{width:587px}.ta-input-dropdown .popover-body .dropdown-options.w-col-588{width:588px}.ta-input-dropdown .popover-body .dropdown-options.w-col-589{width:589px}.ta-input-dropdown .popover-body .dropdown-options.w-col-590{width:590px}.ta-input-dropdown .popover-body .dropdown-options.w-col-591{width:591px}.ta-input-dropdown .popover-body .dropdown-options.w-col-592{width:592px}.ta-input-dropdown .popover-body .dropdown-options.w-col-593{width:593px}.ta-input-dropdown .popover-body .dropdown-options.w-col-594{width:594px}.ta-input-dropdown .popover-body .dropdown-options.w-col-595{width:595px}.ta-input-dropdown .popover-body .dropdown-options.w-col-596{width:596px}.ta-input-dropdown .popover-body .dropdown-options.w-col-597{width:597px}.ta-input-dropdown .popover-body .dropdown-options.w-col-598{width:598px}.ta-input-dropdown .popover-body .dropdown-options.w-col-599{width:599px}.ta-input-dropdown .popover-body .dropdown-options.w-col-600{width:600px}.ta-input-dropdown .popover-body .dropdown-options.w-col-601{width:601px}.ta-input-dropdown .popover-body .dropdown-options.w-col-602{width:602px}.ta-input-dropdown .popover-body .dropdown-options.w-col-603{width:603px}.ta-input-dropdown .popover-body .dropdown-options.w-col-604{width:604px}.ta-input-dropdown .popover-body .dropdown-options.w-col-605{width:605px}.ta-input-dropdown .popover-body .dropdown-options.w-col-606{width:606px}.ta-input-dropdown .popover-body .dropdown-options.w-col-607{width:607px}.ta-input-dropdown .popover-body .dropdown-options.w-col-608{width:608px}.ta-input-dropdown .popover-body .dropdown-options.w-col-609{width:609px}.ta-input-dropdown .popover-body .dropdown-options.w-col-610{width:610px}.ta-input-dropdown .popover-body .dropdown-options.w-col-611{width:611px}.ta-input-dropdown .popover-body .dropdown-options.w-col-612{width:612px}.ta-input-dropdown .popover-body .dropdown-options.w-col-613{width:613px}.ta-input-dropdown .popover-body .dropdown-options.w-col-614{width:614px}.ta-input-dropdown .popover-body .dropdown-options.w-col-615{width:615px}.ta-input-dropdown .popover-body .dropdown-options.w-col-616{width:616px}.ta-input-dropdown .popover-body .dropdown-options.w-col-617{width:617px}.ta-input-dropdown .popover-body .dropdown-options.w-col-618{width:618px}.ta-input-dropdown .popover-body .dropdown-options.w-col-619{width:619px}.ta-input-dropdown .popover-body .dropdown-options.w-col-620{width:620px}.ta-input-dropdown .popover-body .dropdown-options.w-col-621{width:621px}.ta-input-dropdown .popover-body .dropdown-options.w-col-622{width:622px}.ta-input-dropdown .popover-body .dropdown-options.w-col-623{width:623px}.ta-input-dropdown .popover-body .dropdown-options.w-col-624{width:624px}.ta-input-dropdown .popover-body .dropdown-options.w-col-625{width:625px}.ta-input-dropdown .popover-body .dropdown-options.w-col-626{width:626px}.ta-input-dropdown .popover-body .dropdown-options.w-col-627{width:627px}.ta-input-dropdown .popover-body .dropdown-options.w-col-628{width:628px}.ta-input-dropdown .popover-body .dropdown-options.w-col-629{width:629px}.ta-input-dropdown .popover-body .dropdown-options.w-col-630{width:630px}.ta-input-dropdown .popover-body .dropdown-options.w-col-631{width:631px}.ta-input-dropdown .popover-body .dropdown-options.w-col-632{width:632px}.ta-input-dropdown .popover-body .dropdown-options.w-col-633{width:633px}.ta-input-dropdown .popover-body .dropdown-options.w-col-634{width:634px}.ta-input-dropdown .popover-body .dropdown-options.w-col-635{width:635px}.ta-input-dropdown .popover-body .dropdown-options.w-col-636{width:636px}.ta-input-dropdown .popover-body .dropdown-options.w-col-637{width:637px}.ta-input-dropdown .popover-body .dropdown-options.w-col-638{width:638px}.ta-input-dropdown .popover-body .dropdown-options.w-col-639{width:639px}.ta-input-dropdown .popover-body .dropdown-options.w-col-640{width:640px}.ta-input-dropdown .popover-body .dropdown-options.w-col-641{width:641px}.ta-input-dropdown .popover-body .dropdown-options.w-col-642{width:642px}.ta-input-dropdown .popover-body .dropdown-options.w-col-643{width:643px}.ta-input-dropdown .popover-body .dropdown-options.w-col-644{width:644px}.ta-input-dropdown .popover-body .dropdown-options.w-col-645{width:645px}.ta-input-dropdown .popover-body .dropdown-options.w-col-646{width:646px}.ta-input-dropdown .popover-body .dropdown-options.w-col-647{width:647px}.ta-input-dropdown .popover-body .dropdown-options.w-col-648{width:648px}.ta-input-dropdown .popover-body .dropdown-options.w-col-649{width:649px}.ta-input-dropdown .popover-body .dropdown-options.w-col-650{width:650px}.ta-input-dropdown .popover-body .dropdown-options.w-col-651{width:651px}.ta-input-dropdown .popover-body .dropdown-options.w-col-652{width:652px}.ta-input-dropdown .popover-body .dropdown-options.w-col-653{width:653px}.ta-input-dropdown .popover-body .dropdown-options.w-col-654{width:654px}.ta-input-dropdown .popover-body .dropdown-options.w-col-655{width:655px}.ta-input-dropdown .popover-body .dropdown-options.w-col-656{width:656px}.ta-input-dropdown .popover-body .dropdown-options.w-col-657{width:657px}.ta-input-dropdown .popover-body .dropdown-options.w-col-658{width:658px}.ta-input-dropdown .popover-body .dropdown-options.w-col-659{width:659px}.ta-input-dropdown .popover-body .dropdown-options.w-col-660{width:660px}.ta-input-dropdown .popover-body .dropdown-options.w-col-661{width:661px}.ta-input-dropdown .popover-body .dropdown-options.w-col-662{width:662px}.ta-input-dropdown .popover-body .dropdown-options.w-col-663{width:663px}.ta-input-dropdown .popover-body .dropdown-options.w-col-664{width:664px}.ta-input-dropdown .popover-body .dropdown-options.w-col-665{width:665px}.ta-input-dropdown .popover-body .dropdown-options.w-col-666{width:666px}.ta-input-dropdown .popover-body .dropdown-options.w-col-667{width:667px}.ta-input-dropdown .popover-body .dropdown-options.w-col-668{width:668px}.ta-input-dropdown .popover-body .dropdown-options.w-col-669{width:669px}.ta-input-dropdown .popover-body .dropdown-options.w-col-670{width:670px}.ta-input-dropdown .popover-body .dropdown-options.w-col-671{width:671px}.ta-input-dropdown .popover-body .dropdown-options.w-col-672{width:672px}.ta-input-dropdown .popover-body .dropdown-options.w-col-673{width:673px}.ta-input-dropdown .popover-body .dropdown-options.w-col-674{width:674px}.ta-input-dropdown .popover-body .dropdown-options.w-col-675{width:675px}.ta-input-dropdown .popover-body .dropdown-options.w-col-676{width:676px}.ta-input-dropdown .popover-body .dropdown-options.w-col-677{width:677px}.ta-input-dropdown .popover-body .dropdown-options.w-col-678{width:678px}.ta-input-dropdown .popover-body .dropdown-options.w-col-679{width:679px}.ta-input-dropdown .popover-body .dropdown-options.w-col-680{width:680px}.ta-input-dropdown .popover-body .dropdown-options.w-col-681{width:681px}.ta-input-dropdown .popover-body .dropdown-options.w-col-682{width:682px}.ta-input-dropdown .popover-body .dropdown-options.w-col-683{width:683px}.ta-input-dropdown .popover-body .dropdown-options.w-col-684{width:684px}.ta-input-dropdown .popover-body .dropdown-options.w-col-685{width:685px}.ta-input-dropdown .popover-body .dropdown-options.w-col-686{width:686px}.ta-input-dropdown .popover-body .dropdown-options.w-col-687{width:687px}.ta-input-dropdown .popover-body .dropdown-options.w-col-688{width:688px}.ta-input-dropdown .popover-body .dropdown-options.w-col-689{width:689px}.ta-input-dropdown .popover-body .dropdown-options.w-col-690{width:690px}.ta-input-dropdown .popover-body .dropdown-options.w-col-691{width:691px}.ta-input-dropdown .popover-body .dropdown-options.w-col-692{width:692px}.ta-input-dropdown .popover-body .dropdown-options.w-col-693{width:693px}.ta-input-dropdown .popover-body .dropdown-options.w-col-694{width:694px}.ta-input-dropdown .popover-body .dropdown-options.w-col-695{width:695px}.ta-input-dropdown .popover-body .dropdown-options.w-col-696{width:696px}.ta-input-dropdown .popover-body .dropdown-options.w-col-697{width:697px}.ta-input-dropdown .popover-body .dropdown-options.w-col-698{width:698px}.ta-input-dropdown .popover-body .dropdown-options.w-col-699{width:699px}.ta-input-dropdown .popover-body .dropdown-options.w-col-700{width:700px}.ta-input-dropdown .popover-body .dropdown-options.w-col-701{width:701px}.ta-input-dropdown .popover-body .dropdown-options.w-col-702{width:702px}.ta-input-dropdown .popover-body .dropdown-options.w-col-703{width:703px}.ta-input-dropdown .popover-body .dropdown-options.w-col-704{width:704px}.ta-input-dropdown .popover-body .dropdown-options.w-col-705{width:705px}.ta-input-dropdown .popover-body .dropdown-options.w-col-706{width:706px}.ta-input-dropdown .popover-body .dropdown-options.w-col-707{width:707px}.ta-input-dropdown .popover-body .dropdown-options.w-col-708{width:708px}.ta-input-dropdown .popover-body .dropdown-options.w-col-709{width:709px}.ta-input-dropdown .popover-body .dropdown-options.w-col-710{width:710px}.ta-input-dropdown .popover-body .dropdown-options.w-col-711{width:711px}.ta-input-dropdown .popover-body .dropdown-options.w-col-712{width:712px}.ta-input-dropdown .popover-body .dropdown-options.w-col-713{width:713px}.ta-input-dropdown .popover-body .dropdown-options.w-col-714{width:714px}.ta-input-dropdown .popover-body .dropdown-options.w-col-715{width:715px}.ta-input-dropdown .popover-body .dropdown-options.w-col-716{width:716px}.ta-input-dropdown .popover-body .dropdown-options.w-col-717{width:717px}.ta-input-dropdown .popover-body .dropdown-options.w-col-718{width:718px}.ta-input-dropdown .popover-body .dropdown-options.w-col-719{width:719px}.ta-input-dropdown .popover-body .dropdown-options.w-col-720{width:720px}.ta-input-dropdown .popover-body .dropdown-options.w-col-721{width:721px}.ta-input-dropdown .popover-body .dropdown-options.w-col-722{width:722px}.ta-input-dropdown .popover-body .dropdown-options.w-col-723{width:723px}.ta-input-dropdown .popover-body .dropdown-options.w-col-724{width:724px}.ta-input-dropdown .popover-body .dropdown-options.w-col-725{width:725px}.ta-input-dropdown .popover-body .dropdown-options.w-col-726{width:726px}.ta-input-dropdown .popover-body .dropdown-options.w-col-727{width:727px}.ta-input-dropdown .popover-body .dropdown-options.w-col-728{width:728px}.ta-input-dropdown .popover-body .dropdown-options.w-col-729{width:729px}.ta-input-dropdown .popover-body .dropdown-options.w-col-730{width:730px}.ta-input-dropdown .popover-body .dropdown-options.w-col-731{width:731px}.ta-input-dropdown .popover-body .dropdown-options.w-col-732{width:732px}.ta-input-dropdown .popover-body .dropdown-options.w-col-733{width:733px}.ta-input-dropdown .popover-body .dropdown-options.w-col-734{width:734px}.ta-input-dropdown .popover-body .dropdown-options.w-col-735{width:735px}.ta-input-dropdown .popover-body .dropdown-options.w-col-736{width:736px}.ta-input-dropdown .popover-body .dropdown-options.w-col-737{width:737px}.ta-input-dropdown .popover-body .dropdown-options.w-col-738{width:738px}.ta-input-dropdown .popover-body .dropdown-options.w-col-739{width:739px}.ta-input-dropdown .popover-body .dropdown-options.w-col-740{width:740px}.ta-input-dropdown .popover-body .dropdown-options.w-col-741{width:741px}.ta-input-dropdown .popover-body .dropdown-options.w-col-742{width:742px}.ta-input-dropdown .popover-body .dropdown-options.w-col-743{width:743px}.ta-input-dropdown .popover-body .dropdown-options.w-col-744{width:744px}.ta-input-dropdown .popover-body .dropdown-options.w-col-745{width:745px}.ta-input-dropdown .popover-body .dropdown-options.w-col-746{width:746px}.ta-input-dropdown .popover-body .dropdown-options.w-col-747{width:747px}.ta-input-dropdown .popover-body .dropdown-options.w-col-748{width:748px}.ta-input-dropdown .popover-body .dropdown-options.w-col-749{width:749px}.ta-input-dropdown .popover-body .dropdown-options.w-col-750{width:750px}.ta-input-dropdown .popover-body .dropdown-options.w-col-751{width:751px}.ta-input-dropdown .popover-body .dropdown-options.w-col-752{width:752px}.ta-input-dropdown .popover-body .dropdown-options.w-col-753{width:753px}.ta-input-dropdown .popover-body .dropdown-options.w-col-754{width:754px}.ta-input-dropdown .popover-body .dropdown-options.w-col-755{width:755px}.ta-input-dropdown .popover-body .dropdown-options.w-col-756{width:756px}.ta-input-dropdown .popover-body .dropdown-options.w-col-757{width:757px}.ta-input-dropdown .popover-body .dropdown-options.w-col-758{width:758px}.ta-input-dropdown .popover-body .dropdown-options.w-col-759{width:759px}.ta-input-dropdown .popover-body .dropdown-options.w-col-760{width:760px}.ta-input-dropdown .popover-body .dropdown-options.w-col-761{width:761px}.ta-input-dropdown .popover-body .dropdown-options.w-col-762{width:762px}.ta-input-dropdown .popover-body .dropdown-options.w-col-763{width:763px}.ta-input-dropdown .popover-body .dropdown-options.w-col-764{width:764px}.ta-input-dropdown .popover-body .dropdown-options.w-col-765{width:765px}.ta-input-dropdown .popover-body .dropdown-options.w-col-766{width:766px}.ta-input-dropdown .popover-body .dropdown-options.w-col-767{width:767px}.ta-input-dropdown .popover-body .dropdown-options.w-col-768{width:768px}.ta-input-dropdown .popover-body .dropdown-options.w-col-769{width:769px}.ta-input-dropdown .popover-body .dropdown-options.w-col-770{width:770px}.ta-input-dropdown .popover-body .dropdown-options.w-col-771{width:771px}.ta-input-dropdown .popover-body .dropdown-options.w-col-772{width:772px}.ta-input-dropdown .popover-body .dropdown-options.w-col-773{width:773px}.ta-input-dropdown .popover-body .dropdown-options.w-col-774{width:774px}.ta-input-dropdown .popover-body .dropdown-options.w-col-775{width:775px}.ta-input-dropdown .popover-body .dropdown-options.w-col-776{width:776px}.ta-input-dropdown .popover-body .dropdown-options.w-col-777{width:777px}.ta-input-dropdown .popover-body .dropdown-options.w-col-778{width:778px}.ta-input-dropdown .popover-body .dropdown-options.w-col-779{width:779px}.ta-input-dropdown .popover-body .dropdown-options.w-col-780{width:780px}.ta-input-dropdown .popover-body .dropdown-options.w-col-781{width:781px}.ta-input-dropdown .popover-body .dropdown-options.w-col-782{width:782px}.ta-input-dropdown .popover-body .dropdown-options.w-col-783{width:783px}.ta-input-dropdown .popover-body .dropdown-options.w-col-784{width:784px}.ta-input-dropdown .popover-body .dropdown-options.w-col-785{width:785px}.ta-input-dropdown .popover-body .dropdown-options.w-col-786{width:786px}.ta-input-dropdown .popover-body .dropdown-options.w-col-787{width:787px}.ta-input-dropdown .popover-body .dropdown-options.w-col-788{width:788px}.ta-input-dropdown .popover-body .dropdown-options.w-col-789{width:789px}.ta-input-dropdown .popover-body .dropdown-options.w-col-790{width:790px}.ta-input-dropdown .popover-body .dropdown-options.w-col-791{width:791px}.ta-input-dropdown .popover-body .dropdown-options.w-col-792{width:792px}.ta-input-dropdown .popover-body .dropdown-options.w-col-793{width:793px}.ta-input-dropdown .popover-body .dropdown-options.w-col-794{width:794px}.ta-input-dropdown .popover-body .dropdown-options.w-col-795{width:795px}.ta-input-dropdown .popover-body .dropdown-options.w-col-796{width:796px}.ta-input-dropdown .popover-body .dropdown-options.w-col-797{width:797px}.ta-input-dropdown .popover-body .dropdown-options.w-col-798{width:798px}.ta-input-dropdown .popover-body .dropdown-options.w-col-799{width:799px}.ta-input-dropdown .popover-body .dropdown-options.w-col-800{width:800px}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups{max-height:194px;overflow-y:scroll}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups{display:flex;flex-direction:column;position:relative}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups p{margin:0}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups:after{content:\"\";display:inline-block;position:absolute;bottom:-3px;height:1px;width:100%;background-color:#aaa3}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups:last-child{margin-top:4px}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups:last-child:after{display:none!important}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups .dropdown-group-header{font-size:11px;color:#ccc;font-weight:700;text-transform:uppercase;line-height:14px;padding:8px 6px 0;margin-bottom:8px}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups .dropdown-group-header::selection{background-color:#ccc3!important;color:#ccc6!important}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups .dropdown-subgroup-options{display:flex;align-items:center;padding:4px 6px;height:26px;border-radius:2px}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups .dropdown-subgroup-options:hover{background-color:#1d1d1d;cursor:pointer;transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups .dropdown-subgroup-options:hover .dropdown-subgroup-text{color:#fff}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups .dropdown-subgroup-options .dropdown-subgroup-text{font-size:14px;font-weight:400;color:#ccc;transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups .dropdown-subgroup-options .dropdown-subgroup-text.active{font-weight:700}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups .dropdown-subgroup-options .dropdown-subgroup-text.active .highlight-text-45632{font-weight:700;transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups .dropdown-subgroup-options .dropdown-subgroup-text.active .highlight-text-45632:hover{color:#fff!important}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups .dropdown-subgroup-options .dropdown-subgroup-text.active:after{position:absolute;right:11px;content:url(../svg/common/ic_confirm.svg);width:14px;height:10px}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups{display:flex;flex-direction:column;position:relative;padding-bottom:0;margin:0}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups p{margin:0}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-group-header{margin:0 0 4px;padding:8px 0 0 4px;color:#ccc;font-size:11px;text-transform:capitalize}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-group-header.add-new{font-size:11px;line-height:14px;font-weight:700;color:#6f9ee0;padding:4px;margin:0;cursor:pointer}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-group-header.add-new:hover{border-radius:2px;color:#bed0f9;background-color:#1d1d1d}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-subgroup-options{display:grid;grid-template-columns:141px 135px;grid-column-gap:10px;column-gap:10px;align-items:center;padding:3px 4px;cursor:pointer}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-subgroup-options:hover{border-radius:2px;background-color:#1d1d1d}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-subgroup-options:hover .dropdown-subgroup-text{color:#fff!important}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-subgroup-options .dropdown-subgroup-text{font-size:14px;font-weight:400;color:#fff;display:block;width:100%}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-subgroup-options .dropdown-subgroup-text .highlight-text-45632{font-weight:700}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-subgroup-options .dropdown-subgroup-text .highlight-text-45632:hover{color:#fff!important}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-subgroup-options .dropdown-subgroup-text.active{font-weight:700}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-subgroup-options .dropdown-subgroup-text.active:after{position:absolute;right:-26px;content:url(../svg/common/ic_confirm.svg);width:14px;height:10px}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-subgroup-options .dropdown-subgroup-additional-text{color:#919191;font-size:11px;font-weight:400;position:relative;text-align:right}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-subgroup-options .dropdown-subgroup-additional-text.active{font-weight:400;color:#6f9ee0}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-subgroup-options .dropdown-subgroup-additional-text .highlight-text-45632{font-weight:500;color:#6f9ee0!important}.ta-input-dropdown .popover-body .dropdown-options.merge-dropdown-body-with-input{border-radius:0 0 2px 2px!important;left:-4px!important}.ta-input-dropdown .popover-body .dropdown-options.svgtext-dispatch-template{top:-4px}.ta-input-dropdown .popover-body .dropdown-options.svgtext-dispatch-template .plus-icon{margin-right:4px}.ta-input-dropdown .popover-body .dropdown-options.svgtext-dispatch-template .icon.blue circle{fill:#92b1f5!important}.ta-input-dropdown .popover-body .dropdown-options.svgtext-dispatch-template .icon.yellow circle{fill:#fbc88b!important}.ta-input-dropdown .popover-body .dropdown-options.svgtext-dispatch-template .icon.red circle{fill:#ed9292!important}.ta-input-dropdown .popover-body .dropdown-options.svgtext-dispatch-template .icon.green circle{fill:#86c9c3!important}.ta-dropdown-popover{z-index:999999}.ta-dropdown-popover .arrow{display:none!important}.ta-dropdown-popover .popover-body{z-index:99999999}.ta-dropdown-popover .popover-body .options{position:relative;top:3px;z-index:1000;max-height:198px;width:100%;background-color:#2f2f2f;border-radius:2px;padding:2px;overflow:hidden}.ta-dropdown-popover .popover-body .options.scroll{transition:all .3s ease-in-out;overflow-y:scroll!important;scrollbar-width:none!important}.ta-dropdown-popover .popover-body .options.scroll::-webkit-scrollbar{width:3px}.ta-dropdown-popover .popover-body .options.scroll::-webkit-scrollbar-thumb{background-color:transparent;border:6px solid #aaaaaa;border-radius:1px}.ta-dropdown-popover .popover-body .options.scroll::-webkit-scrollbar-track{padding:0;position:relative;right:0;top:0;background:transparent}.ta-dropdown-popover .popover-body .options .option{position:relative;padding:3px;height:26px;font-size:14px;line-height:18px;font-weight:400;border-radius:2px;white-space:nowrap;text-overflow:ellipsis;color:#fff;display:flex;gap:4px}.ta-dropdown-popover .popover-body .options .option::-moz-selection{color:#fff;background-color:#fff3}.ta-dropdown-popover .popover-body .options .option:nth-last-child(1){margin-bottom:0}.ta-dropdown-popover .popover-body .options .option:hover{background-color:#1d1d1d;border-radius:2px;cursor:pointer}.ta-dropdown-popover .popover-body .options .option.add-option{color:#6f9ee0;font-weight:600}.ta-dropdown-popover .popover-body .options .option.add-option:after{content:\"\";height:2px;width:100%;background-color:#aaa3;border-radius:1px;position:absolute;bottom:0;left:0}.selected-item-container{height:52px;padding:6px;background:#e9effd;position:relative;border-radius:2px;transition:background .3s ease-in-out}.selected-item-container:hover{background:#bed0f9}.selected-item-container:hover .selected-item-additional .selected-item-info svg-icon svg path{fill:#3b73ed}.selected-item-container:hover .clear-selected-item{display:flex;align-items:center}.selected-item-container .selected-item-label{position:absolute;top:-16px;font-size:11px;font-weight:600;color:#424242;-webkit-user-select:none;user-select:none}.selected-item-container .selected-item-label span{color:#df3c3c}.selected-item-container .selected-item-name{font-size:14px;line-height:18px;color:#424242}.selected-item-container .selected-item-name::selection{color:#424242;background:#42424233}.selected-item-container .selected-item-name .selected-item-star{position:relative;bottom:2px}.selected-item-container .selected-item-name .selected-item-star svg{margin-left:6px}.selected-item-container .selected-item-name .selected-item-star svg path{fill:#6692f1}.selected-item-container .selected-item-additional{gap:22px}.selected-item-container .selected-item-additional .selected-item-info svg-icon{width:14px}.selected-item-container .selected-item-additional .selected-item-info svg-icon svg{width:100%;height:100%}.selected-item-container .selected-item-additional .selected-item-info svg-icon svg path{fill:#6692f1;transition:fill .3s ease-in-out}.selected-item-container .selected-item-additional .selected-item-info .hide-svg-on-copy{display:none}.selected-item-container .clear-selected-item{position:absolute;right:4px;top:0;display:none;gap:6px}.selected-item-container .clear-selected-item .clear-x{cursor:pointer;transition:transform .3s ease-in-out}.selected-item-container .clear-selected-item .clear-x:hover{transform:scale(1.2)}.selected-item-container .clear-selected-item .clear-x svg path{fill:#bed0f9}.selected-item-container .clear-selected-item .clear-x svg rect{fill:#6692f1}.selected-item-container .clear-selected-item .clear-x:hover svg rect{fill:#0b49d1}.selected-item-container.non-editable{background-color:#f7f7f7}.selected-item-container.non-editable .selected-item-label,.selected-item-container.non-editable .selected-item-name{color:#919191}.selected-item-container.non-editable .selected-item-additional .selected-item-info svg-icon svg path{fill:#ccc}.selected-item-container.non-editable .selected-item-additional .selected-item-info p{color:#919191}.dropdown-trailer-hover:hover .ic_truck_semi-truck svg path{fill:#56b4ac}.dropdown-trailer-hover:hover .ic_truck_semi-wSleeper svg path{fill:#fab15c}.dropdown-trailer-hover:hover .ic_truck_box-truck svg path{fill:#e66767}.dropdown-trailer-hover:hover .ic_truck_cargo-van svg path{fill:#6692f1}.dropdown-trailer-hover:hover .ic_truck_tow-truck svg path{fill:#b370f0}.dropdown-trailer-hover:hover .ic_truck_car-hauler svg path{fill:#e668a0}.dropdown-trailer-hover:hover .ic_truck_spotter svg path{fill:#a08266}.dropdown-trailer-hover:hover .ic_trailer_reefer svg path{fill:#6692f1}.dropdown-trailer-hover:hover .ic_trailer_dryvan svg path{fill:#8785e8}.dropdown-trailer-hover:hover .ic_trailer_side-kit svg path{fill:#ff906d}.dropdown-trailer-hover:hover .ic_trailer_conestoga svg path{fill:#daad4f}.dropdown-trailer-hover:hover .ic_trailer_dumper svg path{fill:#b370f0}.dropdown-trailer-hover:hover .ic_trailer_container svg path{fill:#fab15c}.dropdown-trailer-hover:hover .ic_trailer_tanker svg path{fill:#77bf56}.dropdown-trailer-hover:hover .ic_trailer_carhauler svg path{fill:#e668a0}.dropdown-trailer-hover:hover .ic_trailer_flatbed svg path{fill:#ed9292}.dropdown-trailer-hover:hover .ic_trailer_low-boy svg path{fill:#df3c3c}.dropdown-trailer-hover:hover .ic_trailer_chassis svg path{fill:#a08266}.dropdown-trailer-hover:hover .ic_trailer_step-deck svg path{fill:#e66767}.dropdown-trailer-hover:hover .ic_trailer_tanker_pneumatic svg path{fill:#56b4ac}.dropdown-trailer-hover:hover .ic_carhauler_stinger svg path{fill:#df3d85}.hide-after-arrow .dropdown-option.active:after{display:none!important}*{margin:0;font-family:Roboto,Helvetica Neue,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}.border-filter{width:100%;height:1px;border-radius:1px;margin:4px 0;background-color:#424242}.selected-name-text{width:100%;line-height:26px}.user-holder{width:100%;height:auto;max-height:none}.user-holder .user-frame-holder{position:relative;width:100%;opacity:1;transition:height .2s linear}.user-holder .user-frame-holder .user-main-holder{width:100%;padding-right:4px;transition:height .2s linear}.user-holder .user-frame-holder .user-main-holder .icon-delete{visibility:hidden}.user-holder .user-frame-holder .user-main-holder:hover{cursor:pointer;background-color:#1d1d1d}.user-holder .user-frame-holder .user-main-holder:hover .icon-delete{visibility:visible}.user-holder .user-frame-holder .user-main-holder:hover .icon-delete svg-icon svg path{fill:#e57373!important}.user-holder .user-frame-holder .user-main-holder.state-main-holder{height:26px}.user-holder .user-frame-holder .user-frame{position:relative;width:100%;min-height:26px;border-radius:2px;padding-left:30px;box-sizing:border-box;font-size:14px;color:#dadada;line-height:18px;margin-bottom:2px}.user-holder .user-frame-holder .user-frame::selection{background:#6c6c6c20;color:#6c6c6c}.user-holder .user-frame-holder .selected-name-text{line-height:26px}.user-holder .user-frame-holder .count-holder{position:absolute;right:0;min-width:18px;min-height:18px;font-size:11px;line-height:14px;color:#ffffffb2;background-color:#424242;border-radius:100%}.user-holder .user-frame-holder .count-holder.activeCount{background-color:#3b73ed;color:#dadada}.selected-user-holder{width:100%;box-sizing:border-box;transition:height .2s linear}.selected-user-holder:hover .count-holder{display:none!important}.selected-user-holder .user-main-holder{position:relative;width:100%;height:28px;transition:height .2s linear;cursor:pointer}.selected-user-holder .user-main-holder:hover{cursor:pointer;background-color:#1d1d1d}.selected-user-holder .user-main-holder:hover .user-profile-img svg-icon svg path{fill:#dadada}.selected-user-holder .user-main-holder:hover .selected-icon{display:none}.selected-user-holder .user-main-holder.removeClass{scale:.7;height:0px;background-color:#424242;opacity:0;pointer-events:none}.selected-user-holder .user-main-holder .user-profile-img{position:absolute;left:6px;top:0;height:26px;width:18px}.selected-user-holder .user-main-holder .user-profile-img .user_avatar{width:18px;height:18px;background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:100%}.selected-user-holder .user-main-holder .user-profile-img .user_avatar.driver_avatar{height:18px;width:15px;border-radius:2px}.selected-user-holder .selected-user-frame{position:relative;width:100%;height:26px;padding-left:30px;border-radius:2px;box-sizing:border-box;font-size:14px;color:#dadada;line-height:26px;margin-bottom:2px;-webkit-user-select:none;user-select:none}.selected-user-holder .selected-user-frame:hover{padding-right:4px}.status-data-main-holder{width:100%}.user-profile-img{position:absolute;top:0!important;left:6px!important;height:26px}.user-profile-img .status-circle{height:12px!important;width:12px!important;border-radius:100%}\n"], dependencies: [{ kind: "ngmodule", type:
161
162
  // modules
162
163
  AngularSvgIconModule }, { kind: "component", type: i2.SvgIconComponent, selector: "svg-icon", inputs: ["src", "name", "stretch", "applyClass", "applyCss", "svgClass", "class", "viewBox", "svgAriaLabel", "svgStyle"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: HttpClientModule }, { kind: "pipe", type:
163
164
  // pipes
164
165
  DropdownLoadStatusColorPipe, name: "dropdownLoadStatusColor" }], animations: [
165
- inOutAnimation("inOutAnimation"),
166
- showAnimation("showAnimation"),
166
+ inOutAnimation('inOutAnimation'),
167
+ showAnimation('showAnimation'),
167
168
  ] }); }
168
169
  }
169
170
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CaStatusFilterComponent, decorators: [{
170
171
  type: Component,
171
- args: [{ selector: "app-ca-status-filter", standalone: true, imports: [
172
+ args: [{ selector: 'app-ca-status-filter', standalone: true, imports: [
172
173
  // modules
173
174
  AngularSvgIconModule,
174
175
  CommonModule,
@@ -176,9 +177,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
176
177
  // pipes
177
178
  DropdownLoadStatusColorPipe,
178
179
  ], animations: [
179
- inOutAnimation("inOutAnimation"),
180
- showAnimation("showAnimation"),
181
- ], template: "<div class=\"border-filter\"></div>\n<div class=\"user-holder\" *ngIf=\"type === 'statusFilter'\">\n <div class=\"status-data-main-holder\">\n <ng-container\n *ngFor=\"let item of selectedUser; let indx = index; trackBy: trackByIndex\"\n >\n <div class=\"user-frame-holder d-flex align-items-center\">\n <div\n class=\"selected-user-holder d-flex flex-column justify-content-start align-items-start\"\n >\n <div\n class=\"user-main-holder\"\n [@inOutAnimation]=\"'in'\"\n [@showAnimation]=\"!!isFilterActive\"\n (click)=\"removeFromSelectedUser(item, indx)\"\n >\n <div class=\"selected-user-frame d-flex align-items-center fw-bold\">\n <div class=\"user-profile-img d-flex align-items-center\">\n <div\n class=\"status-circle\"\n [ngStyle]=\"\n loadStatusEnum[item.id] | dropdownLoadStatusColor: true\n \"\n ></div>\n </div>\n <div\n class=\"selected-name-text d-flex align-items-center\"\n [class.text-uppercase]=\"type === 'statusFilter'\"\n >\n <div\n class=\"selected-name-text d-flex align-items-center\"\n [class.text-uppercase]=\"type === 'statusFilter'\"\n >\n <span> {{ item.name }}</span>\n </div>\n </div>\n <ng-container *ngIf=\"item?.count; else noCount\">\n <span\n class=\"count-holder d-flex align-items-center justify-content-center activeCount fw-semibold\"\n >\n {{ item.count }}\n </span>\n </ng-container>\n\n <ng-template #noCount>\n <ng-container *ngIf=\"!item.count; else noCounter\">\n <div class=\"selected-icon\">\n <svg-icon\n [src]=\"getSvgPath('removeSelectedValue')\"\n ></svg-icon>\n </div>\n </ng-container>\n <ng-template #noCounter>\n <div class=\"counter-holder activeCounter\">2</div>\n </ng-template>\n </ng-template>\n <div\n (click)=\"removeFromSelectedUser(item, indx)\"\n class=\"icon-delete d-flex\"\n [class.counterMargin]=\"item.count\"\n >\n <svg-icon [src]=\"getSvgPath('removeSelectedValue')\"></svg-icon>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div\n *ngIf=\"selectedUser.length > 0 && unselectedVisibleCount\"\n class=\"border-filter border-thrird-margin\"\n ></div>\n </ng-container>\n\n <ng-container\n *ngFor=\"\n let item of loadStatusOptionsArray;\n let indx = index;\n trackBy: trackByIndex\n \"\n >\n <div class=\"user-frame-holder d-flex align-items-center\">\n <ng-container *ngIf=\"!item.hidden && !item.isSelected\">\n <div\n [@inOutAnimation]=\"'in'\"\n [@showAnimation]=\"!!isFilterActive\"\n (click)=\"addToSelectedUser(item, indx)\"\n class=\"user-main-holder d-flex align-items-center justify-content-center;\"\n >\n <div class=\"user-profile-img d-flex align-items-center\">\n <div\n class=\"status-circle\"\n [ngStyle]=\"\n loadStatusEnum[item.id!] | dropdownLoadStatusColor: true\n \"\n ></div>\n </div>\n <div\n class=\"user-frame d-flex justify-content-between align-items-center fw-normal\"\n >\n <div\n class=\"selected-name-text text-uppercase d-flex align-items-center\"\n >\n <span> {{ item.name }} </span>\n </div>\n\n <ng-container *ngIf=\"item?.count\">\n <span\n class=\"count-holder d-flex align-items-center justify-content-center fw-semibold\"\n >\n {{ item.count }}\n </span>\n </ng-container>\n </div>\n </div>\n </ng-container>\n </div>\n </ng-container>\n </div>\n</div>\n<ng-container\n *ngIf=\"!isLegendView && (type === 'statusFilter' || type === 'userFilter')\"\n>\n <div class=\"border-filter\"></div>\n</ng-container>\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\"/node_modules/bootstrap/dist/css/bootstrap.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{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}@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}}.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;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#dadada}.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:#dadada}.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:#dadada}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@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}*{margin:0;font-family:Roboto,Helvetica Neue,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}.border-filter{width:100%;height:1px;border-radius:1px;margin:4px 0;background-color:#424242}.selected-name-text{width:100%;line-height:26px}.user-holder{width:100%;height:auto;max-height:none}.user-holder .user-frame-holder{position:relative;width:100%;opacity:1;transition:height .2s linear}.user-holder .user-frame-holder .user-main-holder{width:100%;padding-right:4px;transition:height .2s linear}.user-holder .user-frame-holder .user-main-holder .icon-delete{visibility:hidden}.user-holder .user-frame-holder .user-main-holder:hover{cursor:pointer;background-color:#1d1d1d}.user-holder .user-frame-holder .user-main-holder:hover .icon-delete{visibility:visible}.user-holder .user-frame-holder .user-main-holder:hover .icon-delete svg-icon svg path{fill:#e57373!important}.user-holder .user-frame-holder .user-main-holder.state-main-holder{height:26px}.user-holder .user-frame-holder .user-frame{position:relative;width:100%;min-height:26px;border-radius:2px;padding-left:30px;box-sizing:border-box;font-size:14px;color:#dadada;line-height:18px;margin-bottom:2px}.user-holder .user-frame-holder .user-frame::selection{background:#6c6c6c20;color:#6c6c6c}.user-holder .user-frame-holder .selected-name-text{line-height:26px}.user-holder .user-frame-holder .count-holder{position:absolute;right:0;min-width:18px;min-height:18px;font-size:11px;line-height:14px;color:#ffffffb2;background-color:#424242;border-radius:100%}.user-holder .user-frame-holder .count-holder.activeCount{background-color:#3b73ed;color:#dadada}.selected-user-holder{width:100%;box-sizing:border-box;transition:height .2s linear}.selected-user-holder:hover .count-holder{display:none!important}.selected-user-holder .user-main-holder{position:relative;width:100%;height:28px;transition:height .2s linear;cursor:pointer}.selected-user-holder .user-main-holder:hover{cursor:pointer;background-color:#1d1d1d}.selected-user-holder .user-main-holder:hover .user-profile-img svg-icon svg path{fill:#dadada}.selected-user-holder .user-main-holder:hover .selected-icon{display:none}.selected-user-holder .user-main-holder.removeClass{scale:.7;height:0px;background-color:#424242;opacity:0;pointer-events:none}.selected-user-holder .user-main-holder .user-profile-img{position:absolute;left:6px;top:0;height:26px;width:18px}.selected-user-holder .user-main-holder .user-profile-img .user_avatar{width:18px;height:18px;background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:100%}.selected-user-holder .user-main-holder .user-profile-img .user_avatar.driver_avatar{height:18px;width:15px;border-radius:2px}.selected-user-holder .selected-user-frame{position:relative;width:100%;height:26px;padding-left:30px;border-radius:2px;box-sizing:border-box;font-size:14px;color:#dadada;line-height:26px;margin-bottom:2px;-webkit-user-select:none;user-select:none}.selected-user-holder .selected-user-frame:hover{padding-right:4px}.status-data-main-holder{width:100%}.user-profile-img{position:absolute;top:0!important;left:6px!important;height:26px}.user-profile-img .status-circle{height:12px!important;width:12px!important;border-radius:100%}\n"] }]
180
+ inOutAnimation('inOutAnimation'),
181
+ showAnimation('showAnimation'),
182
+ ], template: "<div class=\"border-filter\"></div>\n<div class=\"user-holder\" *ngIf=\"type === 'statusFilter'\">\n <div class=\"status-data-main-holder\">\n <ng-container\n *ngFor=\"\n let item of selectedUser;\n let indx = index;\n trackBy: trackByIndex\n \"\n >\n <div class=\"user-frame-holder d-flex align-items-center\">\n <div\n class=\"selected-user-holder d-flex flex-column justify-content-start align-items-start\"\n >\n <div\n class=\"user-main-holder\"\n [@inOutAnimation]=\"'in'\"\n [@showAnimation]=\"!!isFilterActive\"\n (click)=\"removeFromSelectedUser(item, indx)\"\n >\n <div\n class=\"selected-user-frame d-flex align-items-center fw-bold\"\n >\n <div\n class=\"user-profile-img d-flex align-items-center\"\n >\n <div\n class=\"status-circle\"\n [ngStyle]=\"\n loadStatusEnum[item.id]\n | dropdownLoadStatusColor: true\n \"\n ></div>\n </div>\n <div\n class=\"selected-name-text d-flex align-items-center\"\n [class.text-uppercase]=\"type === 'statusFilter'\"\n >\n <div\n class=\"selected-name-text d-flex align-items-center\"\n [class.text-uppercase]=\"\n type === 'statusFilter'\n \"\n >\n <span> {{ item.name }}</span>\n </div>\n </div>\n <ng-container *ngIf=\"item?.count; else noCount\">\n <span\n class=\"count-holder d-flex align-items-center justify-content-center activeCount fw-semibold\"\n >\n {{ item.count }}\n </span>\n </ng-container>\n\n <ng-template #noCount>\n <ng-container\n *ngIf=\"!item.count; else noCounter\"\n >\n <div class=\"selected-icon\">\n <svg-icon\n [src]=\"\n getSvgPath(\n 'removeSelectedValue'\n )\n \"\n ></svg-icon>\n </div>\n </ng-container>\n <ng-template #noCounter>\n <div class=\"counter-holder activeCounter\">\n 2\n </div>\n </ng-template>\n </ng-template>\n <div\n (click)=\"removeFromSelectedUser(item, indx)\"\n class=\"icon-delete d-flex\"\n [class.counterMargin]=\"item.count\"\n >\n <svg-icon\n [src]=\"getSvgPath('removeSelectedValue')\"\n ></svg-icon>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div\n *ngIf=\"selectedUser.length > 0 && unselectedVisibleCount\"\n class=\"border-filter border-thrird-margin\"\n ></div>\n </ng-container>\n\n <ng-container\n *ngFor=\"\n let item of loadStatusOptionsArray;\n let indx = index;\n trackBy: trackByIndex\n \"\n >\n <div class=\"user-frame-holder d-flex align-items-center\">\n <ng-container *ngIf=\"!item.hidden && !item.isSelected\">\n <div\n [@inOutAnimation]=\"'in'\"\n [@showAnimation]=\"!!isFilterActive\"\n (click)=\"addToSelectedUser(item, indx)\"\n class=\"user-main-holder d-flex align-items-center justify-content-center;\"\n >\n <div class=\"user-profile-img d-flex align-items-center\">\n <div\n class=\"status-circle\"\n [ngStyle]=\"\n loadStatusEnum[item.id!]\n | dropdownLoadStatusColor: true\n \"\n ></div>\n </div>\n <div\n class=\"user-frame d-flex justify-content-between align-items-center fw-normal\"\n >\n <div\n class=\"selected-name-text text-uppercase d-flex align-items-center\"\n >\n <span> {{ item.name }} </span>\n </div>\n\n <ng-container *ngIf=\"item?.count\">\n <span\n class=\"count-holder d-flex align-items-center justify-content-center fw-semibold\"\n >\n {{ item.count }}\n </span>\n </ng-container>\n </div>\n </div>\n </ng-container>\n </div>\n </ng-container>\n </div>\n</div>\n<ng-container\n *ngIf=\"!isLegendView && (type === 'statusFilter' || type === 'userFilter')\"\n>\n <div class=\"border-filter\"></div>\n</ng-container>\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\"/node_modules/bootstrap/dist/css/bootstrap.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{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}.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;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#dadada}.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:#dadada}.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:#dadada}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@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}@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}}.ta-input-dropdown .arrow{display:none!important}.ta-input-dropdown .popover-body{margin-top:-2px!important}.ta-input-dropdown .popover-body .dropdown-options-divider{content:\"\";height:1px;border-radius:1px;background-color:#424242;position:absolute;z-index:99999;top:0;left:0}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-1{width:-7px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-2{width:-6px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-3{width:-5px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-4{width:-4px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-5{width:-3px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-6{width:-2px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-7{width:-1px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-8{width:0px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-9{width:1px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-10{width:2px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-11{width:3px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-12{width:4px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-13{width:5px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-14{width:6px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-15{width:7px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-16{width:8px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-17{width:9px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-18{width:10px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-19{width:11px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-20{width:12px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-21{width:13px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-22{width:14px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-23{width:15px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-24{width:16px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-25{width:17px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-26{width:18px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-27{width:19px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-28{width:20px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-29{width:21px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-30{width:22px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-31{width:23px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-32{width:24px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-33{width:25px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-34{width:26px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-35{width:27px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-36{width:28px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-37{width:29px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-38{width:30px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-39{width:31px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-40{width:32px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-41{width:33px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-42{width:34px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-43{width:35px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-44{width:36px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-45{width:37px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-46{width:38px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-47{width:39px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-48{width:40px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-49{width:41px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-50{width:42px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-51{width:43px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-52{width:44px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-53{width:45px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-54{width:46px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-55{width:47px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-56{width:48px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-57{width:49px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-58{width:50px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-59{width:51px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-60{width:52px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-61{width:53px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-62{width:54px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-63{width:55px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-64{width:56px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-65{width:57px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-66{width:58px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-67{width:59px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-68{width:60px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-69{width:61px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-70{width:62px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-71{width:63px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-72{width:64px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-73{width:65px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-74{width:66px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-75{width:67px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-76{width:68px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-77{width:69px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-78{width:70px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-79{width:71px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-80{width:72px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-81{width:73px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-82{width:74px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-83{width:75px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-84{width:76px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-85{width:77px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-86{width:78px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-87{width:79px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-88{width:80px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-89{width:81px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-90{width:82px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-91{width:83px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-92{width:84px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-93{width:85px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-94{width:86px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-95{width:87px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-96{width:88px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-97{width:89px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-98{width:90px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-99{width:91px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-100{width:92px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-101{width:93px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-102{width:94px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-103{width:95px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-104{width:96px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-105{width:97px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-106{width:98px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-107{width:99px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-108{width:100px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-109{width:101px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-110{width:102px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-111{width:103px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-112{width:104px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-113{width:105px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-114{width:106px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-115{width:107px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-116{width:108px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-117{width:109px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-118{width:110px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-119{width:111px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-120{width:112px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-121{width:113px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-122{width:114px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-123{width:115px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-124{width:116px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-125{width:117px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-126{width:118px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-127{width:119px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-128{width:120px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-129{width:121px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-130{width:122px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-131{width:123px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-132{width:124px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-133{width:125px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-134{width:126px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-135{width:127px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-136{width:128px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-137{width:129px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-138{width:130px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-139{width:131px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-140{width:132px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-141{width:133px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-142{width:134px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-143{width:135px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-144{width:136px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-145{width:137px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-146{width:138px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-147{width:139px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-148{width:140px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-149{width:141px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-150{width:142px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-151{width:143px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-152{width:144px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-153{width:145px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-154{width:146px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-155{width:147px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-156{width:148px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-157{width:149px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-158{width:150px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-159{width:151px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-160{width:152px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-161{width:153px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-162{width:154px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-163{width:155px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-164{width:156px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-165{width:157px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-166{width:158px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-167{width:159px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-168{width:160px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-169{width:161px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-170{width:162px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-171{width:163px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-172{width:164px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-173{width:165px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-174{width:166px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-175{width:167px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-176{width:168px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-177{width:169px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-178{width:170px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-179{width:171px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-180{width:172px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-181{width:173px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-182{width:174px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-183{width:175px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-184{width:176px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-185{width:177px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-186{width:178px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-187{width:179px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-188{width:180px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-189{width:181px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-190{width:182px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-191{width:183px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-192{width:184px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-193{width:185px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-194{width:186px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-195{width:187px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-196{width:188px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-197{width:189px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-198{width:190px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-199{width:191px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-200{width:192px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-201{width:193px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-202{width:194px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-203{width:195px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-204{width:196px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-205{width:197px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-206{width:198px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-207{width:199px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-208{width:200px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-209{width:201px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-210{width:202px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-211{width:203px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-212{width:204px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-213{width:205px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-214{width:206px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-215{width:207px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-216{width:208px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-217{width:209px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-218{width:210px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-219{width:211px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-220{width:212px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-221{width:213px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-222{width:214px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-223{width:215px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-224{width:216px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-225{width:217px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-226{width:218px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-227{width:219px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-228{width:220px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-229{width:221px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-230{width:222px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-231{width:223px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-232{width:224px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-233{width:225px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-234{width:226px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-235{width:227px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-236{width:228px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-237{width:229px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-238{width:230px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-239{width:231px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-240{width:232px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-241{width:233px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-242{width:234px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-243{width:235px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-244{width:236px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-245{width:237px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-246{width:238px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-247{width:239px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-248{width:240px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-249{width:241px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-250{width:242px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-251{width:243px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-252{width:244px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-253{width:245px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-254{width:246px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-255{width:247px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-256{width:248px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-257{width:249px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-258{width:250px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-259{width:251px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-260{width:252px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-261{width:253px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-262{width:254px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-263{width:255px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-264{width:256px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-265{width:257px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-266{width:258px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-267{width:259px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-268{width:260px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-269{width:261px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-270{width:262px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-271{width:263px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-272{width:264px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-273{width:265px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-274{width:266px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-275{width:267px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-276{width:268px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-277{width:269px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-278{width:270px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-279{width:271px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-280{width:272px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-281{width:273px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-282{width:274px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-283{width:275px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-284{width:276px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-285{width:277px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-286{width:278px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-287{width:279px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-288{width:280px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-289{width:281px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-290{width:282px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-291{width:283px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-292{width:284px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-293{width:285px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-294{width:286px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-295{width:287px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-296{width:288px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-297{width:289px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-298{width:290px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-299{width:291px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-300{width:292px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-301{width:293px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-302{width:294px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-303{width:295px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-304{width:296px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-305{width:297px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-306{width:298px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-307{width:299px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-308{width:300px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-309{width:301px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-310{width:302px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-311{width:303px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-312{width:304px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-313{width:305px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-314{width:306px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-315{width:307px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-316{width:308px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-317{width:309px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-318{width:310px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-319{width:311px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-320{width:312px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-321{width:313px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-322{width:314px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-323{width:315px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-324{width:316px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-325{width:317px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-326{width:318px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-327{width:319px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-328{width:320px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-329{width:321px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-330{width:322px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-331{width:323px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-332{width:324px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-333{width:325px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-334{width:326px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-335{width:327px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-336{width:328px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-337{width:329px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-338{width:330px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-339{width:331px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-340{width:332px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-341{width:333px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-342{width:334px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-343{width:335px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-344{width:336px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-345{width:337px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-346{width:338px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-347{width:339px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-348{width:340px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-349{width:341px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-350{width:342px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-351{width:343px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-352{width:344px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-353{width:345px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-354{width:346px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-355{width:347px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-356{width:348px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-357{width:349px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-358{width:350px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-359{width:351px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-360{width:352px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-361{width:353px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-362{width:354px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-363{width:355px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-364{width:356px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-365{width:357px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-366{width:358px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-367{width:359px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-368{width:360px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-369{width:361px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-370{width:362px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-371{width:363px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-372{width:364px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-373{width:365px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-374{width:366px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-375{width:367px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-376{width:368px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-377{width:369px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-378{width:370px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-379{width:371px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-380{width:372px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-381{width:373px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-382{width:374px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-383{width:375px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-384{width:376px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-385{width:377px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-386{width:378px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-387{width:379px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-388{width:380px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-389{width:381px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-390{width:382px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-391{width:383px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-392{width:384px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-393{width:385px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-394{width:386px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-395{width:387px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-396{width:388px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-397{width:389px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-398{width:390px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-399{width:391px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-400{width:392px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-401{width:393px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-402{width:394px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-403{width:395px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-404{width:396px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-405{width:397px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-406{width:398px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-407{width:399px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-408{width:400px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-409{width:401px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-410{width:402px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-411{width:403px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-412{width:404px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-413{width:405px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-414{width:406px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-415{width:407px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-416{width:408px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-417{width:409px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-418{width:410px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-419{width:411px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-420{width:412px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-421{width:413px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-422{width:414px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-423{width:415px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-424{width:416px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-425{width:417px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-426{width:418px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-427{width:419px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-428{width:420px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-429{width:421px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-430{width:422px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-431{width:423px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-432{width:424px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-433{width:425px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-434{width:426px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-435{width:427px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-436{width:428px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-437{width:429px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-438{width:430px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-439{width:431px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-440{width:432px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-441{width:433px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-442{width:434px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-443{width:435px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-444{width:436px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-445{width:437px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-446{width:438px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-447{width:439px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-448{width:440px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-449{width:441px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-450{width:442px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-451{width:443px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-452{width:444px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-453{width:445px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-454{width:446px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-455{width:447px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-456{width:448px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-457{width:449px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-458{width:450px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-459{width:451px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-460{width:452px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-461{width:453px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-462{width:454px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-463{width:455px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-464{width:456px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-465{width:457px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-466{width:458px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-467{width:459px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-468{width:460px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-469{width:461px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-470{width:462px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-471{width:463px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-472{width:464px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-473{width:465px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-474{width:466px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-475{width:467px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-476{width:468px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-477{width:469px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-478{width:470px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-479{width:471px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-480{width:472px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-481{width:473px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-482{width:474px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-483{width:475px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-484{width:476px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-485{width:477px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-486{width:478px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-487{width:479px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-488{width:480px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-489{width:481px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-490{width:482px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-491{width:483px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-492{width:484px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-493{width:485px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-494{width:486px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-495{width:487px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-496{width:488px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-497{width:489px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-498{width:490px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-499{width:491px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-500{width:492px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-501{width:493px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-502{width:494px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-503{width:495px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-504{width:496px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-505{width:497px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-506{width:498px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-507{width:499px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-508{width:500px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-509{width:501px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-510{width:502px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-511{width:503px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-512{width:504px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-513{width:505px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-514{width:506px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-515{width:507px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-516{width:508px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-517{width:509px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-518{width:510px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-519{width:511px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-520{width:512px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-521{width:513px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-522{width:514px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-523{width:515px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-524{width:516px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-525{width:517px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-526{width:518px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-527{width:519px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-528{width:520px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-529{width:521px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-530{width:522px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-531{width:523px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-532{width:524px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-533{width:525px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-534{width:526px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-535{width:527px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-536{width:528px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-537{width:529px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-538{width:530px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-539{width:531px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-540{width:532px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-541{width:533px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-542{width:534px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-543{width:535px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-544{width:536px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-545{width:537px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-546{width:538px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-547{width:539px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-548{width:540px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-549{width:541px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-550{width:542px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-551{width:543px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-552{width:544px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-553{width:545px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-554{width:546px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-555{width:547px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-556{width:548px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-557{width:549px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-558{width:550px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-559{width:551px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-560{width:552px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-561{width:553px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-562{width:554px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-563{width:555px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-564{width:556px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-565{width:557px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-566{width:558px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-567{width:559px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-568{width:560px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-569{width:561px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-570{width:562px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-571{width:563px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-572{width:564px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-573{width:565px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-574{width:566px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-575{width:567px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-576{width:568px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-577{width:569px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-578{width:570px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-579{width:571px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-580{width:572px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-581{width:573px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-582{width:574px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-583{width:575px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-584{width:576px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-585{width:577px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-586{width:578px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-587{width:579px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-588{width:580px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-589{width:581px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-590{width:582px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-591{width:583px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-592{width:584px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-593{width:585px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-594{width:586px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-595{width:587px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-596{width:588px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-597{width:589px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-598{width:590px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-599{width:591px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-600{width:592px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-601{width:593px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-602{width:594px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-603{width:595px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-604{width:596px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-605{width:597px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-606{width:598px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-607{width:599px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-608{width:600px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-609{width:601px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-610{width:602px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-611{width:603px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-612{width:604px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-613{width:605px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-614{width:606px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-615{width:607px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-616{width:608px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-617{width:609px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-618{width:610px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-619{width:611px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-620{width:612px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-621{width:613px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-622{width:614px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-623{width:615px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-624{width:616px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-625{width:617px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-626{width:618px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-627{width:619px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-628{width:620px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-629{width:621px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-630{width:622px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-631{width:623px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-632{width:624px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-633{width:625px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-634{width:626px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-635{width:627px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-636{width:628px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-637{width:629px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-638{width:630px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-639{width:631px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-640{width:632px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-641{width:633px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-642{width:634px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-643{width:635px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-644{width:636px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-645{width:637px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-646{width:638px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-647{width:639px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-648{width:640px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-649{width:641px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-650{width:642px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-651{width:643px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-652{width:644px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-653{width:645px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-654{width:646px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-655{width:647px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-656{width:648px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-657{width:649px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-658{width:650px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-659{width:651px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-660{width:652px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-661{width:653px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-662{width:654px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-663{width:655px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-664{width:656px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-665{width:657px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-666{width:658px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-667{width:659px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-668{width:660px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-669{width:661px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-670{width:662px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-671{width:663px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-672{width:664px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-673{width:665px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-674{width:666px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-675{width:667px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-676{width:668px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-677{width:669px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-678{width:670px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-679{width:671px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-680{width:672px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-681{width:673px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-682{width:674px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-683{width:675px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-684{width:676px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-685{width:677px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-686{width:678px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-687{width:679px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-688{width:680px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-689{width:681px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-690{width:682px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-691{width:683px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-692{width:684px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-693{width:685px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-694{width:686px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-695{width:687px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-696{width:688px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-697{width:689px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-698{width:690px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-699{width:691px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-700{width:692px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-701{width:693px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-702{width:694px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-703{width:695px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-704{width:696px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-705{width:697px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-706{width:698px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-707{width:699px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-708{width:700px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-709{width:701px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-710{width:702px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-711{width:703px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-712{width:704px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-713{width:705px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-714{width:706px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-715{width:707px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-716{width:708px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-717{width:709px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-718{width:710px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-719{width:711px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-720{width:712px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-721{width:713px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-722{width:714px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-723{width:715px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-724{width:716px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-725{width:717px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-726{width:718px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-727{width:719px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-728{width:720px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-729{width:721px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-730{width:722px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-731{width:723px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-732{width:724px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-733{width:725px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-734{width:726px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-735{width:727px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-736{width:728px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-737{width:729px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-738{width:730px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-739{width:731px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-740{width:732px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-741{width:733px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-742{width:734px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-743{width:735px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-744{width:736px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-745{width:737px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-746{width:738px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-747{width:739px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-748{width:740px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-749{width:741px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-750{width:742px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-751{width:743px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-752{width:744px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-753{width:745px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-754{width:746px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-755{width:747px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-756{width:748px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-757{width:749px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-758{width:750px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-759{width:751px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-760{width:752px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-761{width:753px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-762{width:754px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-763{width:755px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-764{width:756px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-765{width:757px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-766{width:758px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-767{width:759px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-768{width:760px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-769{width:761px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-770{width:762px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-771{width:763px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-772{width:764px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-773{width:765px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-774{width:766px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-775{width:767px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-776{width:768px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-777{width:769px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-778{width:770px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-779{width:771px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-780{width:772px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-781{width:773px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-782{width:774px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-783{width:775px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-784{width:776px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-785{width:777px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-786{width:778px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-787{width:779px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-788{width:780px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-789{width:781px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-790{width:782px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-791{width:783px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-792{width:784px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-793{width:785px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-794{width:786px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-795{width:787px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-796{width:788px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-797{width:789px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-798{width:790px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-799{width:791px}.ta-input-dropdown .popover-body .dropdown-options-divider.w-col-800{width:792px}.ta-input-dropdown .popover-body .dropdown-options-divider.dispatch_dropdown{top:-4px}.ta-input-dropdown .popover-body .dropdown-options{position:relative;top:0;left:0;z-index:1000;max-height:190px;width:100%;background-color:#2f2f2f;border-radius:3px;padding:4px;overflow:hidden}.ta-input-dropdown .popover-body .dropdown-options.scroll{transition:all .3s ease-in-out;overflow-y:scroll!important;scrollbar-width:none!important;padding-right:0}.ta-input-dropdown .popover-body .dropdown-options.scroll::-webkit-scrollbar{width:3px}.ta-input-dropdown .popover-body .dropdown-options.scroll::-webkit-scrollbar-thumb{background-color:transparent;border:6px solid #aaaaaa;border-radius:1px}.ta-input-dropdown .popover-body .dropdown-options.scroll::-webkit-scrollbar-track{padding:0;position:relative;right:0;top:0;background:transparent}.ta-input-dropdown .popover-body .dropdown-options-fuel-franchise{padding:4px;max-height:300px}.ta-input-dropdown .popover-body .dropdown-options.no-result-container{padding:6px 10px!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option:not(:hover):not(.active):not(.dropdown-option-hovered) .svg-template-logo{height:18px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option:not(:hover):not(.active):not(.dropdown-option-hovered) .svg-template-logo svg:not(:hover) path{fill:#aaa}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option:not(:hover):not(.active):not(.dropdown-option-hovered) .load-dispatches-container svg:not(:hover):not(.load-dipstaches-owner-flag) #Ellipse_9856,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option:not(:hover):not(.active):not(.dropdown-option-hovered) .load-dispatches-container svg:not(:hover):not(.load-dipstaches-owner-flag) #Ellipse_9857,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option:not(:hover):not(.active):not(.dropdown-option-hovered) .load-dispatches-container svg:not(:hover):not(.load-dipstaches-owner-flag) #Ellipse_9858,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option:not(:hover):not(.active):not(.dropdown-option-hovered) .load-dispatches-container svg:not(:hover):not(.load-dipstaches-owner-flag) path{fill:#aaa}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option{padding:3px 4px;height:26px;font-size:14px;font-weight:400;border-radius:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#dadada}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-double-text-option{display:flex;align-items:center;justify-content:space-between}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-double-text-option .additional-text{font-size:11px;font-weight:400;color:#919191;line-height:14px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-double-text-option .additional-text.active{color:#6f9ee0}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-double-text-option:hover .additional-text.active{color:#bed0f9}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-double-column-option{display:grid;grid-template-columns:118px 470px;grid-gap:4px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-double-column-option-add-new{display:flex;align-items:center;justify-content:flex-end;padding-left:0!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-double-column-option-text{color:#dadada;font-size:14px;line-height:18px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-triple-column-option{display:grid;grid-template-columns:216px 138px 206px;grid-gap:4px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-triple-column-option-add-new{display:flex;align-items:center;justify-content:flex-end;padding-left:0!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-triple-column-option-text{color:#dadada;font-size:14px;line-height:18px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-option-hovered{background:#424242;color:#dadada;border-radius:2px;cursor:pointer}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.dropdown-option-hovered .svgtext-template-logo.truck-trailer-logo{display:inline-block!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option:hover{background:#424242;color:#dadada;border-radius:2px;cursor:pointer}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option:hover .svgtext-template-logo.truck-trailer-logo{display:inline-block!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.disabled{color:#6c6c6c;pointer-events:none;-webkit-user-select:none;user-select:none}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.no-result{line-height:14px;font-size:11px;font-weight:700;color:#919191;height:auto!important;-webkit-user-select:none;user-select:none;pointer-events:none}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.no-result:hover{background-color:transparent!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.no-result div{padding-top:1px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.add-new{padding:4.5px 6px 4.5px 4px;font-size:11px;font-weight:700;color:#92b1f5;position:relative;transition:background .2s ease-in-out,color .2s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.add-new:hover{color:#dadada;background:#3b73ed66}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.add-new .labels-template-text{color:#6f9ee0;font-weight:600!important;transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.add-new .plus-icon{margin-left:auto!important;position:relative;bottom:1px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.add-new .plus-icon svg path{fill:#92b1f5}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.all-assigned .details-template-text,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.all-assigned .svgtext-template-text{color:#919191;font-size:11px;font-weight:700;line-height:14px;pointer-events:none;-webkit-user-select:none;user-select:none}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-repair-truck-trailer{color:#6f9ee0;position:relative}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-repair-truck-trailer:hover{color:#bed0f9;transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-repair-truck-trailer .highlight-text-45632{font-weight:700;transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-repair-truck-trailer .highlight-text-45632:hover{color:#bed0f9!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-repair-truck-trailer:after{display:none}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-label .labels-template-counter,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-dark .labels-template-counter{background-color:#3b73ed!important;color:#fff!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-label{color:#fff;font-size:14px;font-weight:700;position:relative}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active .highlight-text-45632,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-label .highlight-text-45632{font-weight:700;transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active .highlight-text-45632:hover,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-label .highlight-text-45632:hover{color:#fff!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active:after,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-label:after{display:inline-block;position:absolute;right:6px;top:28%;transform:translateY(-50%);content:url(../svg/common/ic_confirm.svg);width:14px;height:10px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.active-label:after{right:35px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.last-active{position:relative}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.last-active:before{content:\"\";position:absolute;bottom:-1px;left:0;height:2px;width:100%;background-color:#aaa3;border-radius:1px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option .highlight-text-45632{font-weight:700;transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option .highlight-text-45632:hover{color:#fff!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template{display:flex;align-items:center}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template.hazardous{display:flex;flex-direction:row-reverse;justify-content:flex-end}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template.hazardous svg{margin-right:5px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo{display:flex;margin-right:6px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.no-svg{margin-right:0!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.hazardous-svg{line-height:14px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.state-logo svg path{fill:#cccc}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.truck-trailer-logo{position:absolute;right:25px;text-align:right;display:none;margin-right:0}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.truck-trailer-logo.container{right:13px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.radiator svg path,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.turbo svg path,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.alignment svg path,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.accompressor svg path,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.aircompressor svg path,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.fuelpump svg path,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.waterpump svg path,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.oilpump svg path,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.brakechamber svg path,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.battery svg path,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-logo.enginetuneup svg path{fill:#919191}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-text{position:relative}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-text.truck-text{top:1px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-text.flex-1{flex:1}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .svgtext-template-text.additional-text{font-size:11px;font-weight:400;line-height:14px;color:#919191;text-align:right}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template .colors{height:18px;width:18px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template.hazardous-dropdown .svgtext-template-logo{order:2;margin-right:0;position:relative;bottom:1px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.svg-text-template.hazardous-dropdown .svgtext-template-text{order:1;margin-right:6px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-left-side{display:flex;align-items:center}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-left-side .labels-template-logo svg{width:18px;height:18px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-left-side .labels-template-vertical-divider{width:1px;height:15px;background-color:#aaa3;content:\"\";margin:0 6px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-right-side{flex:1;display:flex;align-items:center;justify-content:space-between}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-right-side .labels-template-text{margin-right:28px;font-size:14px;font-weight:400;line-height:18px;color:#fff}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-right-side .labels-template-text.lable-text-wrap{text-overflow:ellipsis;overflow:hidden;width:80px;white-space:nowrap}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-right-side .labels-template-text.add-new{font-size:11px;font-weight:700;color:#6f9ee0;transition:all .3s ease-in-out;position:relative}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-right-side .labels-template-text.no-result{line-height:14px;font-size:11px;font-weight:700;padding:0!important;color:#919191;height:12px;-webkit-user-select:none;user-select:none;pointer-events:none}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-right-side .labels-template-text.no-result:hover{background-color:transparent!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-right-side .labels-template-text.no-result div{padding-top:1px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-right-side .labels-template-counter{width:22px;height:16px;border-radius:20px;background-color:#ccc3;color:#aaa;text-align:center;font-size:11px;font-weight:500;padding:0 4.5px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template .labels-template-right-side .labels-template-counter.dont-show-counter{display:none}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template.no-result{height:14px;font-size:11px;font-weight:700;padding:0!important;color:#919191;-webkit-user-select:none;user-select:none;pointer-events:none}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template.no-result:hover{background-color:transparent!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template.no-result div{padding-top:1px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template:hover .labels-template-text{color:#fff}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template:hover .labels-template-text.add-new{color:#bed0f9}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.labels-template:hover .labels-template-counter{background-color:#ccc3;color:#dadada}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template{display:grid;grid-template-columns:auto 14px 1fr;align-items:center;justify-content:space-between}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template.load-details-template{grid-template-columns:30px 130px 1fr;grid-gap:4px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template.add-new{grid-template-columns:1fr 1fr;margin-right:6px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template.dropdown-option{position:relative}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template .details-template-text.active{color:#6f9ee0}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template .details-template-text.active:hover{color:#bed0f9;transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template .details-template-logo{margin-left:6px;line-height:15px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template .driver-details-template-container{position:absolute;right:6px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template .driver-details-template-container p{font-size:11px;line-height:18px;color:#919191;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template .driver-details-template-container .right-box{margin-left:4px;padding:0 6px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template .driver-details-template-container .right-box p{color:#aaa}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.details-template .additional-text{font-size:11px;color:#919191;line-height:12px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-text-counter{display:flex;align-items:center;justify-content:space-between}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-text-counter .option-counter{min-width:22px;height:16px;border-radius:20px;background-color:#ccc3;color:#aaa;font-size:11px;font-weight:500;text-align:center;padding:0 4.5px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-text-counter.active:after{right:35px;top:3.5px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-text-counter:hover .option-counter{background-color:#ccc3}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise{display:flex;flex-direction:column;justify-content:center;height:auto;min-height:26px;border-radius:2px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-header{display:flex;align-items:center;justify-content:space-between;padding:0 2px;-webkit-user-select:none;user-select:none}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-header .fuel-franchise-header-right-side{display:flex;align-items:center;gap:6px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-header .fuel-franchise-header-right-side .option-counter{min-width:22px;height:16px;border-radius:20px;background-color:#ccc3;color:#aaa;font-size:11px;font-weight:500;text-align:center;padding:0 4.5px;-webkit-user-select:none;user-select:none}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-header .fuel-franchise-header-right-side .header-arrow{width:18px;height:18px;line-height:15px;transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-header .fuel-franchise-header-right-side .header-arrow svg{transform:rotate(0);transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-header .fuel-franchise-header-right-side .header-arrow svg path{fill:#aaa}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-header .fuel-franchise-header-right-side .header-arrow.rotate svg{transform:rotate(180deg);transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-header .fuel-franchise-header-right-side .header-arrow:hover svg path{fill:#dadada}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores{display:flex;flex-direction:column;justify-content:center;gap:4px;max-height:237px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores .fuel-franchise-single-store{height:26px;border-radius:2px;display:flex;align-items:center;justify-content:space-between;padding:3px 26px 4px 4px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores .fuel-franchise-single-store .fuel-franchise-store-name{font-size:14px;font-weight:400;height:19px;-webkit-user-select:none;user-select:none;color:#fff}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores .fuel-franchise-single-store .fuel-franchise-store-address{font-size:11px;font-weight:500;line-height:14px;-webkit-user-select:none;user-select:none;color:#ccc}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores .fuel-franchise-single-store.active .fuel-franchise-store-name,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores .fuel-franchise-single-store.active .fuel-franchise-store-address{color:#fff!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores .fuel-franchise-single-store.active .highlight-text-45632{font-weight:700;transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores .fuel-franchise-single-store:hover{color:#fff;background-color:#1d1d1d}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores .fuel-franchise-single-store:hover.active .fuel-franchise-store-name,.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores .fuel-franchise-single-store:hover.active .fuel-franchise-store-address{color:#fff!important;font-weight:700}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores.scroll{transition:all .3s ease-in-out;overflow-y:scroll!important;scrollbar-width:none!important}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores.scroll::-webkit-scrollbar{width:3px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores.scroll::-webkit-scrollbar-thumb{background-color:transparent;border:6px solid #aaaaaa;border-radius:1px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores.scroll::-webkit-scrollbar-track{padding:0;position:relative;right:0;top:0;background:transparent}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise .fuel-franchise-stores.scroll .fuel-franchise-single-store{padding:3px 22px 4px 4px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise.active-stores{background-color:#aaaaaa1a}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise.active-stores .fuel-franchise-main-header{color:#fff;font-weight:700}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise.active-stores:hover{background-color:#aaaaaa1a;color:#dadada}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise.active-stores-header-hover:hover{background-color:#2f2f2f;position:relative}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise.active-stores-header-hover:hover .fuel-franchise-header{color:#fff;background-color:#1d1d1d;font-weight:700;position:relative}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise.active-stores-header-hover:hover .helper-hover-container{content:\"\";width:105%;height:26px;background-color:#1d1d1d;position:absolute;top:0;left:0;border-radius:2px}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option-fuel-franchise.active-stores-header-hover:hover .fuel-franchise-header .fuel-franchise-header-right-side .header-arrow svg path{fill:#dadada}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option .svg-template-logo{height:18px;aspect-ratio:1}.ta-input-dropdown .popover-body .dropdown-options .dropdown-option.routing_dropdown{font-size:11px;height:22px}.ta-input-dropdown .popover-body .dropdown-options.dropdown-status .dropdown-option{font-weight:700;text-transform:uppercase}.ta-input-dropdown .popover-body .dropdown-options .load-dispatcher-template{display:flex;align-items:center;gap:6px}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template{display:grid;grid-template-columns:repeat(3,155px) 97px;align-items:center}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatches-container{display:flex;align-items:center;gap:6px;position:relative}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatches-container .owner-avatar{position:absolute;left:13px;bottom:-3px;width:10px;height:10px}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatches-container .load-dispatch-driver,.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatches-container .load-dispatch-truck,.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatches-container .load-dispatch-trailer{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:116px;max-width:-moz-fit-content;max-width:fit-content;line-height:18px;font-size:14px;font-weight:400}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatches-container .load-dispatches-svg{line-height:16px}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatches-container .load-dispatches-svg svg{width:46px;height:16px}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatches-container .load-dipstaches-owner-flag{position:absolute;top:44%;right:0;transform:translateY(-50%)}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatches-container .load-dipstaches-owner-flag svg path{fill:#6f9ee0!important}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatches-container.trailerContainer{width:max-content!important;padding:0!important;margin:0!important}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatch-driver-rate{width:130px;text-align:right;font-size:11px;font-weight:400;color:#919191;padding-bottom:1px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatch-driver-rate.active{color:#6f9ee0}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template .load-dispatch-driver-rate.driver-owner{text-align:left;width:80px}.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template.active .load-dispatch-driver-rate,.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template.active .load-dispatch-driver,.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template.active .load-dispatch-truck,.ta-input-dropdown .popover-body .dropdown-options .load-dispatches-ttd-template.active .load-dispatch-trailer{font-weight:700}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template{display:grid;align-items:center;grid-template-columns:276px 92px;column-gap:29px}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template.hide-loads{grid-template-columns:333px 92px!important}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template .load-broker-status-text{display:flex;align-items:center;gap:6px;line-height:18px}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template .load-broker-status-text .load-broker-status{position:relative;line-height:17px}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template .load-broker-status-text .load-broker-status.dnu-status svg path{fill:#aaa}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template .load-broker-status-text .load-broker-text.disabled{color:#6c6c6c}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template .load-broker-progress-status{height:14px;display:flex;align-items:center;justify-content:flex-end;grid-gap:4px;gap:4px;text-align:center}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template .load-broker-progress-status .progress-bar-price{color:#919191;font-size:11px;font-weight:400}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template .load-broker-progress-status .progress-bar-line{width:24px}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template .load-broker-load-counter{max-width:max-content;height:18px;border-radius:30px;text-align:center;font-size:11px;font-weight:400;color:#919191;background-color:#91919133;padding:1px 6px}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template .load-broker-load-counter.active{color:#6f9ee0;background-color:#6f9ee033}.ta-input-dropdown .popover-body .dropdown-options .load-broker-template .load-broker-load-counter.hasOneValue{max-width:19px!important}.ta-input-dropdown .popover-body .dropdown-options .load-shipper-template{display:grid;grid-template-columns:405px 166px;align-items:center;padding-right:25px}.ta-input-dropdown .popover-body .dropdown-options .load-shipper-template .load-shipper-status-text{display:flex;align-items:center;gap:6px;line-height:18px}.ta-input-dropdown .popover-body .dropdown-options .load-shipper-template .load-shipper-status-text .load-shipper-status{position:relative;line-height:17px}.ta-input-dropdown .popover-body .dropdown-options .load-shipper-template .load-shipper-status-text .load-shipper-text.disabled{color:#6c6c6c}.ta-input-dropdown .popover-body .dropdown-options .load-shipper-template div:nth-child(2),.ta-input-dropdown .popover-body .dropdown-options .load-shipper-template div:nth-child(3){text-align:right}.ta-input-dropdown .popover-body .dropdown-options .load-shipper-template div:nth-child(2){color:#919191;font-size:11px;font-weight:400}.ta-input-dropdown .popover-body .dropdown-options .load-shipper-template div:nth-child(2).active{color:#6f9ee0;font-weight:700}.ta-input-dropdown .popover-body .dropdown-options .load-shipper-template .load-shipper-load-counter{max-width:max-content;height:18px;border-radius:30px;text-align:right;font-size:11px;font-weight:400;color:#919191;background-color:#91919133;padding:1px 6px;justify-self:flex-end}.ta-input-dropdown .popover-body .dropdown-options .load-shipper-template .load-shipper-load-counter.active{color:#6f9ee0;background-color:#6f9ee033}.ta-input-dropdown .popover-body .dropdown-options.w-col-1{width:1px}.ta-input-dropdown .popover-body .dropdown-options.w-col-2{width:2px}.ta-input-dropdown .popover-body .dropdown-options.w-col-3{width:3px}.ta-input-dropdown .popover-body .dropdown-options.w-col-4{width:4px}.ta-input-dropdown .popover-body .dropdown-options.w-col-5{width:5px}.ta-input-dropdown .popover-body .dropdown-options.w-col-6{width:6px}.ta-input-dropdown .popover-body .dropdown-options.w-col-7{width:7px}.ta-input-dropdown .popover-body .dropdown-options.w-col-8{width:8px}.ta-input-dropdown .popover-body .dropdown-options.w-col-9{width:9px}.ta-input-dropdown .popover-body .dropdown-options.w-col-10{width:10px}.ta-input-dropdown .popover-body .dropdown-options.w-col-11{width:11px}.ta-input-dropdown .popover-body .dropdown-options.w-col-12{width:12px}.ta-input-dropdown .popover-body .dropdown-options.w-col-13{width:13px}.ta-input-dropdown .popover-body .dropdown-options.w-col-14{width:14px}.ta-input-dropdown .popover-body .dropdown-options.w-col-15{width:15px}.ta-input-dropdown .popover-body .dropdown-options.w-col-16{width:16px}.ta-input-dropdown .popover-body .dropdown-options.w-col-17{width:17px}.ta-input-dropdown .popover-body .dropdown-options.w-col-18{width:18px}.ta-input-dropdown .popover-body .dropdown-options.w-col-19{width:19px}.ta-input-dropdown .popover-body .dropdown-options.w-col-20{width:20px}.ta-input-dropdown .popover-body .dropdown-options.w-col-21{width:21px}.ta-input-dropdown .popover-body .dropdown-options.w-col-22{width:22px}.ta-input-dropdown .popover-body .dropdown-options.w-col-23{width:23px}.ta-input-dropdown .popover-body .dropdown-options.w-col-24{width:24px}.ta-input-dropdown .popover-body .dropdown-options.w-col-25{width:25px}.ta-input-dropdown .popover-body .dropdown-options.w-col-26{width:26px}.ta-input-dropdown .popover-body .dropdown-options.w-col-27{width:27px}.ta-input-dropdown .popover-body .dropdown-options.w-col-28{width:28px}.ta-input-dropdown .popover-body .dropdown-options.w-col-29{width:29px}.ta-input-dropdown .popover-body .dropdown-options.w-col-30{width:30px}.ta-input-dropdown .popover-body .dropdown-options.w-col-31{width:31px}.ta-input-dropdown .popover-body .dropdown-options.w-col-32{width:32px}.ta-input-dropdown .popover-body .dropdown-options.w-col-33{width:33px}.ta-input-dropdown .popover-body .dropdown-options.w-col-34{width:34px}.ta-input-dropdown .popover-body .dropdown-options.w-col-35{width:35px}.ta-input-dropdown .popover-body .dropdown-options.w-col-36{width:36px}.ta-input-dropdown .popover-body .dropdown-options.w-col-37{width:37px}.ta-input-dropdown .popover-body .dropdown-options.w-col-38{width:38px}.ta-input-dropdown .popover-body .dropdown-options.w-col-39{width:39px}.ta-input-dropdown .popover-body .dropdown-options.w-col-40{width:40px}.ta-input-dropdown .popover-body .dropdown-options.w-col-41{width:41px}.ta-input-dropdown .popover-body .dropdown-options.w-col-42{width:42px}.ta-input-dropdown .popover-body .dropdown-options.w-col-43{width:43px}.ta-input-dropdown .popover-body .dropdown-options.w-col-44{width:44px}.ta-input-dropdown .popover-body .dropdown-options.w-col-45{width:45px}.ta-input-dropdown .popover-body .dropdown-options.w-col-46{width:46px}.ta-input-dropdown .popover-body .dropdown-options.w-col-47{width:47px}.ta-input-dropdown .popover-body .dropdown-options.w-col-48{width:48px}.ta-input-dropdown .popover-body .dropdown-options.w-col-49{width:49px}.ta-input-dropdown .popover-body .dropdown-options.w-col-50{width:50px}.ta-input-dropdown .popover-body .dropdown-options.w-col-51{width:51px}.ta-input-dropdown .popover-body .dropdown-options.w-col-52{width:52px}.ta-input-dropdown .popover-body .dropdown-options.w-col-53{width:53px}.ta-input-dropdown .popover-body .dropdown-options.w-col-54{width:54px}.ta-input-dropdown .popover-body .dropdown-options.w-col-55{width:55px}.ta-input-dropdown .popover-body .dropdown-options.w-col-56{width:56px}.ta-input-dropdown .popover-body .dropdown-options.w-col-57{width:57px}.ta-input-dropdown .popover-body .dropdown-options.w-col-58{width:58px}.ta-input-dropdown .popover-body .dropdown-options.w-col-59{width:59px}.ta-input-dropdown .popover-body .dropdown-options.w-col-60{width:60px}.ta-input-dropdown .popover-body .dropdown-options.w-col-61{width:61px}.ta-input-dropdown .popover-body .dropdown-options.w-col-62{width:62px}.ta-input-dropdown .popover-body .dropdown-options.w-col-63{width:63px}.ta-input-dropdown .popover-body .dropdown-options.w-col-64{width:64px}.ta-input-dropdown .popover-body .dropdown-options.w-col-65{width:65px}.ta-input-dropdown .popover-body .dropdown-options.w-col-66{width:66px}.ta-input-dropdown .popover-body .dropdown-options.w-col-67{width:67px}.ta-input-dropdown .popover-body .dropdown-options.w-col-68{width:68px}.ta-input-dropdown .popover-body .dropdown-options.w-col-69{width:69px}.ta-input-dropdown .popover-body .dropdown-options.w-col-70{width:70px}.ta-input-dropdown .popover-body .dropdown-options.w-col-71{width:71px}.ta-input-dropdown .popover-body .dropdown-options.w-col-72{width:72px}.ta-input-dropdown .popover-body .dropdown-options.w-col-73{width:73px}.ta-input-dropdown .popover-body .dropdown-options.w-col-74{width:74px}.ta-input-dropdown .popover-body .dropdown-options.w-col-75{width:75px}.ta-input-dropdown .popover-body .dropdown-options.w-col-76{width:76px}.ta-input-dropdown .popover-body .dropdown-options.w-col-77{width:77px}.ta-input-dropdown .popover-body .dropdown-options.w-col-78{width:78px}.ta-input-dropdown .popover-body .dropdown-options.w-col-79{width:79px}.ta-input-dropdown .popover-body .dropdown-options.w-col-80{width:80px}.ta-input-dropdown .popover-body .dropdown-options.w-col-81{width:81px}.ta-input-dropdown .popover-body .dropdown-options.w-col-82{width:82px}.ta-input-dropdown .popover-body .dropdown-options.w-col-83{width:83px}.ta-input-dropdown .popover-body .dropdown-options.w-col-84{width:84px}.ta-input-dropdown .popover-body .dropdown-options.w-col-85{width:85px}.ta-input-dropdown .popover-body .dropdown-options.w-col-86{width:86px}.ta-input-dropdown .popover-body .dropdown-options.w-col-87{width:87px}.ta-input-dropdown .popover-body .dropdown-options.w-col-88{width:88px}.ta-input-dropdown .popover-body .dropdown-options.w-col-89{width:89px}.ta-input-dropdown .popover-body .dropdown-options.w-col-90{width:90px}.ta-input-dropdown .popover-body .dropdown-options.w-col-91{width:91px}.ta-input-dropdown .popover-body .dropdown-options.w-col-92{width:92px}.ta-input-dropdown .popover-body .dropdown-options.w-col-93{width:93px}.ta-input-dropdown .popover-body .dropdown-options.w-col-94{width:94px}.ta-input-dropdown .popover-body .dropdown-options.w-col-95{width:95px}.ta-input-dropdown .popover-body .dropdown-options.w-col-96{width:96px}.ta-input-dropdown .popover-body .dropdown-options.w-col-97{width:97px}.ta-input-dropdown .popover-body .dropdown-options.w-col-98{width:98px}.ta-input-dropdown .popover-body .dropdown-options.w-col-99{width:99px}.ta-input-dropdown .popover-body .dropdown-options.w-col-100{width:100px}.ta-input-dropdown .popover-body .dropdown-options.w-col-101{width:101px}.ta-input-dropdown .popover-body .dropdown-options.w-col-102{width:102px}.ta-input-dropdown .popover-body .dropdown-options.w-col-103{width:103px}.ta-input-dropdown .popover-body .dropdown-options.w-col-104{width:104px}.ta-input-dropdown .popover-body .dropdown-options.w-col-105{width:105px}.ta-input-dropdown .popover-body .dropdown-options.w-col-106{width:106px}.ta-input-dropdown .popover-body .dropdown-options.w-col-107{width:107px}.ta-input-dropdown .popover-body .dropdown-options.w-col-108{width:108px}.ta-input-dropdown .popover-body .dropdown-options.w-col-109{width:109px}.ta-input-dropdown .popover-body .dropdown-options.w-col-110{width:110px}.ta-input-dropdown .popover-body .dropdown-options.w-col-111{width:111px}.ta-input-dropdown .popover-body .dropdown-options.w-col-112{width:112px}.ta-input-dropdown .popover-body .dropdown-options.w-col-113{width:113px}.ta-input-dropdown .popover-body .dropdown-options.w-col-114{width:114px}.ta-input-dropdown .popover-body .dropdown-options.w-col-115{width:115px}.ta-input-dropdown .popover-body .dropdown-options.w-col-116{width:116px}.ta-input-dropdown .popover-body .dropdown-options.w-col-117{width:117px}.ta-input-dropdown .popover-body .dropdown-options.w-col-118{width:118px}.ta-input-dropdown .popover-body .dropdown-options.w-col-119{width:119px}.ta-input-dropdown .popover-body .dropdown-options.w-col-120{width:120px}.ta-input-dropdown .popover-body .dropdown-options.w-col-121{width:121px}.ta-input-dropdown .popover-body .dropdown-options.w-col-122{width:122px}.ta-input-dropdown .popover-body .dropdown-options.w-col-123{width:123px}.ta-input-dropdown .popover-body .dropdown-options.w-col-124{width:124px}.ta-input-dropdown .popover-body .dropdown-options.w-col-125{width:125px}.ta-input-dropdown .popover-body .dropdown-options.w-col-126{width:126px}.ta-input-dropdown .popover-body .dropdown-options.w-col-127{width:127px}.ta-input-dropdown .popover-body .dropdown-options.w-col-128{width:128px}.ta-input-dropdown .popover-body .dropdown-options.w-col-129{width:129px}.ta-input-dropdown .popover-body .dropdown-options.w-col-130{width:130px}.ta-input-dropdown .popover-body .dropdown-options.w-col-131{width:131px}.ta-input-dropdown .popover-body .dropdown-options.w-col-132{width:132px}.ta-input-dropdown .popover-body .dropdown-options.w-col-133{width:133px}.ta-input-dropdown .popover-body .dropdown-options.w-col-134{width:134px}.ta-input-dropdown .popover-body .dropdown-options.w-col-135{width:135px}.ta-input-dropdown .popover-body .dropdown-options.w-col-136{width:136px}.ta-input-dropdown .popover-body .dropdown-options.w-col-137{width:137px}.ta-input-dropdown .popover-body .dropdown-options.w-col-138{width:138px}.ta-input-dropdown .popover-body .dropdown-options.w-col-139{width:139px}.ta-input-dropdown .popover-body .dropdown-options.w-col-140{width:140px}.ta-input-dropdown .popover-body .dropdown-options.w-col-141{width:141px}.ta-input-dropdown .popover-body .dropdown-options.w-col-142{width:142px}.ta-input-dropdown .popover-body .dropdown-options.w-col-143{width:143px}.ta-input-dropdown .popover-body .dropdown-options.w-col-144{width:144px}.ta-input-dropdown .popover-body .dropdown-options.w-col-145{width:145px}.ta-input-dropdown .popover-body .dropdown-options.w-col-146{width:146px}.ta-input-dropdown .popover-body .dropdown-options.w-col-147{width:147px}.ta-input-dropdown .popover-body .dropdown-options.w-col-148{width:148px}.ta-input-dropdown .popover-body .dropdown-options.w-col-149{width:149px}.ta-input-dropdown .popover-body .dropdown-options.w-col-150{width:150px}.ta-input-dropdown .popover-body .dropdown-options.w-col-151{width:151px}.ta-input-dropdown .popover-body .dropdown-options.w-col-152{width:152px}.ta-input-dropdown .popover-body .dropdown-options.w-col-153{width:153px}.ta-input-dropdown .popover-body .dropdown-options.w-col-154{width:154px}.ta-input-dropdown .popover-body .dropdown-options.w-col-155{width:155px}.ta-input-dropdown .popover-body .dropdown-options.w-col-156{width:156px}.ta-input-dropdown .popover-body .dropdown-options.w-col-157{width:157px}.ta-input-dropdown .popover-body .dropdown-options.w-col-158{width:158px}.ta-input-dropdown .popover-body .dropdown-options.w-col-159{width:159px}.ta-input-dropdown .popover-body .dropdown-options.w-col-160{width:160px}.ta-input-dropdown .popover-body .dropdown-options.w-col-161{width:161px}.ta-input-dropdown .popover-body .dropdown-options.w-col-162{width:162px}.ta-input-dropdown .popover-body .dropdown-options.w-col-163{width:163px}.ta-input-dropdown .popover-body .dropdown-options.w-col-164{width:164px}.ta-input-dropdown .popover-body .dropdown-options.w-col-165{width:165px}.ta-input-dropdown .popover-body .dropdown-options.w-col-166{width:166px}.ta-input-dropdown .popover-body .dropdown-options.w-col-167{width:167px}.ta-input-dropdown .popover-body .dropdown-options.w-col-168{width:168px}.ta-input-dropdown .popover-body .dropdown-options.w-col-169{width:169px}.ta-input-dropdown .popover-body .dropdown-options.w-col-170{width:170px}.ta-input-dropdown .popover-body .dropdown-options.w-col-171{width:171px}.ta-input-dropdown .popover-body .dropdown-options.w-col-172{width:172px}.ta-input-dropdown .popover-body .dropdown-options.w-col-173{width:173px}.ta-input-dropdown .popover-body .dropdown-options.w-col-174{width:174px}.ta-input-dropdown .popover-body .dropdown-options.w-col-175{width:175px}.ta-input-dropdown .popover-body .dropdown-options.w-col-176{width:176px}.ta-input-dropdown .popover-body .dropdown-options.w-col-177{width:177px}.ta-input-dropdown .popover-body .dropdown-options.w-col-178{width:178px}.ta-input-dropdown .popover-body .dropdown-options.w-col-179{width:179px}.ta-input-dropdown .popover-body .dropdown-options.w-col-180{width:180px}.ta-input-dropdown .popover-body .dropdown-options.w-col-181{width:181px}.ta-input-dropdown .popover-body .dropdown-options.w-col-182{width:182px}.ta-input-dropdown .popover-body .dropdown-options.w-col-183{width:183px}.ta-input-dropdown .popover-body .dropdown-options.w-col-184{width:184px}.ta-input-dropdown .popover-body .dropdown-options.w-col-185{width:185px}.ta-input-dropdown .popover-body .dropdown-options.w-col-186{width:186px}.ta-input-dropdown .popover-body .dropdown-options.w-col-187{width:187px}.ta-input-dropdown .popover-body .dropdown-options.w-col-188{width:188px}.ta-input-dropdown .popover-body .dropdown-options.w-col-189{width:189px}.ta-input-dropdown .popover-body .dropdown-options.w-col-190{width:190px}.ta-input-dropdown .popover-body .dropdown-options.w-col-191{width:191px}.ta-input-dropdown .popover-body .dropdown-options.w-col-192{width:192px}.ta-input-dropdown .popover-body .dropdown-options.w-col-193{width:193px}.ta-input-dropdown .popover-body .dropdown-options.w-col-194{width:194px}.ta-input-dropdown .popover-body .dropdown-options.w-col-195{width:195px}.ta-input-dropdown .popover-body .dropdown-options.w-col-196{width:196px}.ta-input-dropdown .popover-body .dropdown-options.w-col-197{width:197px}.ta-input-dropdown .popover-body .dropdown-options.w-col-198{width:198px}.ta-input-dropdown .popover-body .dropdown-options.w-col-199{width:199px}.ta-input-dropdown .popover-body .dropdown-options.w-col-200{width:200px}.ta-input-dropdown .popover-body .dropdown-options.w-col-201{width:201px}.ta-input-dropdown .popover-body .dropdown-options.w-col-202{width:202px}.ta-input-dropdown .popover-body .dropdown-options.w-col-203{width:203px}.ta-input-dropdown .popover-body .dropdown-options.w-col-204{width:204px}.ta-input-dropdown .popover-body .dropdown-options.w-col-205{width:205px}.ta-input-dropdown .popover-body .dropdown-options.w-col-206{width:206px}.ta-input-dropdown .popover-body .dropdown-options.w-col-207{width:207px}.ta-input-dropdown .popover-body .dropdown-options.w-col-208{width:208px}.ta-input-dropdown .popover-body .dropdown-options.w-col-209{width:209px}.ta-input-dropdown .popover-body .dropdown-options.w-col-210{width:210px}.ta-input-dropdown .popover-body .dropdown-options.w-col-211{width:211px}.ta-input-dropdown .popover-body .dropdown-options.w-col-212{width:212px}.ta-input-dropdown .popover-body .dropdown-options.w-col-213{width:213px}.ta-input-dropdown .popover-body .dropdown-options.w-col-214{width:214px}.ta-input-dropdown .popover-body .dropdown-options.w-col-215{width:215px}.ta-input-dropdown .popover-body .dropdown-options.w-col-216{width:216px}.ta-input-dropdown .popover-body .dropdown-options.w-col-217{width:217px}.ta-input-dropdown .popover-body .dropdown-options.w-col-218{width:218px}.ta-input-dropdown .popover-body .dropdown-options.w-col-219{width:219px}.ta-input-dropdown .popover-body .dropdown-options.w-col-220{width:220px}.ta-input-dropdown .popover-body .dropdown-options.w-col-221{width:221px}.ta-input-dropdown .popover-body .dropdown-options.w-col-222{width:222px}.ta-input-dropdown .popover-body .dropdown-options.w-col-223{width:223px}.ta-input-dropdown .popover-body .dropdown-options.w-col-224{width:224px}.ta-input-dropdown .popover-body .dropdown-options.w-col-225{width:225px}.ta-input-dropdown .popover-body .dropdown-options.w-col-226{width:226px}.ta-input-dropdown .popover-body .dropdown-options.w-col-227{width:227px}.ta-input-dropdown .popover-body .dropdown-options.w-col-228{width:228px}.ta-input-dropdown .popover-body .dropdown-options.w-col-229{width:229px}.ta-input-dropdown .popover-body .dropdown-options.w-col-230{width:230px}.ta-input-dropdown .popover-body .dropdown-options.w-col-231{width:231px}.ta-input-dropdown .popover-body .dropdown-options.w-col-232{width:232px}.ta-input-dropdown .popover-body .dropdown-options.w-col-233{width:233px}.ta-input-dropdown .popover-body .dropdown-options.w-col-234{width:234px}.ta-input-dropdown .popover-body .dropdown-options.w-col-235{width:235px}.ta-input-dropdown .popover-body .dropdown-options.w-col-236{width:236px}.ta-input-dropdown .popover-body .dropdown-options.w-col-237{width:237px}.ta-input-dropdown .popover-body .dropdown-options.w-col-238{width:238px}.ta-input-dropdown .popover-body .dropdown-options.w-col-239{width:239px}.ta-input-dropdown .popover-body .dropdown-options.w-col-240{width:240px}.ta-input-dropdown .popover-body .dropdown-options.w-col-241{width:241px}.ta-input-dropdown .popover-body .dropdown-options.w-col-242{width:242px}.ta-input-dropdown .popover-body .dropdown-options.w-col-243{width:243px}.ta-input-dropdown .popover-body .dropdown-options.w-col-244{width:244px}.ta-input-dropdown .popover-body .dropdown-options.w-col-245{width:245px}.ta-input-dropdown .popover-body .dropdown-options.w-col-246{width:246px}.ta-input-dropdown .popover-body .dropdown-options.w-col-247{width:247px}.ta-input-dropdown .popover-body .dropdown-options.w-col-248{width:248px}.ta-input-dropdown .popover-body .dropdown-options.w-col-249{width:249px}.ta-input-dropdown .popover-body .dropdown-options.w-col-250{width:250px}.ta-input-dropdown .popover-body .dropdown-options.w-col-251{width:251px}.ta-input-dropdown .popover-body .dropdown-options.w-col-252{width:252px}.ta-input-dropdown .popover-body .dropdown-options.w-col-253{width:253px}.ta-input-dropdown .popover-body .dropdown-options.w-col-254{width:254px}.ta-input-dropdown .popover-body .dropdown-options.w-col-255{width:255px}.ta-input-dropdown .popover-body .dropdown-options.w-col-256{width:256px}.ta-input-dropdown .popover-body .dropdown-options.w-col-257{width:257px}.ta-input-dropdown .popover-body .dropdown-options.w-col-258{width:258px}.ta-input-dropdown .popover-body .dropdown-options.w-col-259{width:259px}.ta-input-dropdown .popover-body .dropdown-options.w-col-260{width:260px}.ta-input-dropdown .popover-body .dropdown-options.w-col-261{width:261px}.ta-input-dropdown .popover-body .dropdown-options.w-col-262{width:262px}.ta-input-dropdown .popover-body .dropdown-options.w-col-263{width:263px}.ta-input-dropdown .popover-body .dropdown-options.w-col-264{width:264px}.ta-input-dropdown .popover-body .dropdown-options.w-col-265{width:265px}.ta-input-dropdown .popover-body .dropdown-options.w-col-266{width:266px}.ta-input-dropdown .popover-body .dropdown-options.w-col-267{width:267px}.ta-input-dropdown .popover-body .dropdown-options.w-col-268{width:268px}.ta-input-dropdown .popover-body .dropdown-options.w-col-269{width:269px}.ta-input-dropdown .popover-body .dropdown-options.w-col-270{width:270px}.ta-input-dropdown .popover-body .dropdown-options.w-col-271{width:271px}.ta-input-dropdown .popover-body .dropdown-options.w-col-272{width:272px}.ta-input-dropdown .popover-body .dropdown-options.w-col-273{width:273px}.ta-input-dropdown .popover-body .dropdown-options.w-col-274{width:274px}.ta-input-dropdown .popover-body .dropdown-options.w-col-275{width:275px}.ta-input-dropdown .popover-body .dropdown-options.w-col-276{width:276px}.ta-input-dropdown .popover-body .dropdown-options.w-col-277{width:277px}.ta-input-dropdown .popover-body .dropdown-options.w-col-278{width:278px}.ta-input-dropdown .popover-body .dropdown-options.w-col-279{width:279px}.ta-input-dropdown .popover-body .dropdown-options.w-col-280{width:280px}.ta-input-dropdown .popover-body .dropdown-options.w-col-281{width:281px}.ta-input-dropdown .popover-body .dropdown-options.w-col-282{width:282px}.ta-input-dropdown .popover-body .dropdown-options.w-col-283{width:283px}.ta-input-dropdown .popover-body .dropdown-options.w-col-284{width:284px}.ta-input-dropdown .popover-body .dropdown-options.w-col-285{width:285px}.ta-input-dropdown .popover-body .dropdown-options.w-col-286{width:286px}.ta-input-dropdown .popover-body .dropdown-options.w-col-287{width:287px}.ta-input-dropdown .popover-body .dropdown-options.w-col-288{width:288px}.ta-input-dropdown .popover-body .dropdown-options.w-col-289{width:289px}.ta-input-dropdown .popover-body .dropdown-options.w-col-290{width:290px}.ta-input-dropdown .popover-body .dropdown-options.w-col-291{width:291px}.ta-input-dropdown .popover-body .dropdown-options.w-col-292{width:292px}.ta-input-dropdown .popover-body .dropdown-options.w-col-293{width:293px}.ta-input-dropdown .popover-body .dropdown-options.w-col-294{width:294px}.ta-input-dropdown .popover-body .dropdown-options.w-col-295{width:295px}.ta-input-dropdown .popover-body .dropdown-options.w-col-296{width:296px}.ta-input-dropdown .popover-body .dropdown-options.w-col-297{width:297px}.ta-input-dropdown .popover-body .dropdown-options.w-col-298{width:298px}.ta-input-dropdown .popover-body .dropdown-options.w-col-299{width:299px}.ta-input-dropdown .popover-body .dropdown-options.w-col-300{width:300px}.ta-input-dropdown .popover-body .dropdown-options.w-col-301{width:301px}.ta-input-dropdown .popover-body .dropdown-options.w-col-302{width:302px}.ta-input-dropdown .popover-body .dropdown-options.w-col-303{width:303px}.ta-input-dropdown .popover-body .dropdown-options.w-col-304{width:304px}.ta-input-dropdown .popover-body .dropdown-options.w-col-305{width:305px}.ta-input-dropdown .popover-body .dropdown-options.w-col-306{width:306px}.ta-input-dropdown .popover-body .dropdown-options.w-col-307{width:307px}.ta-input-dropdown .popover-body .dropdown-options.w-col-308{width:308px}.ta-input-dropdown .popover-body .dropdown-options.w-col-309{width:309px}.ta-input-dropdown .popover-body .dropdown-options.w-col-310{width:310px}.ta-input-dropdown .popover-body .dropdown-options.w-col-311{width:311px}.ta-input-dropdown .popover-body .dropdown-options.w-col-312{width:312px}.ta-input-dropdown .popover-body .dropdown-options.w-col-313{width:313px}.ta-input-dropdown .popover-body .dropdown-options.w-col-314{width:314px}.ta-input-dropdown .popover-body .dropdown-options.w-col-315{width:315px}.ta-input-dropdown .popover-body .dropdown-options.w-col-316{width:316px}.ta-input-dropdown .popover-body .dropdown-options.w-col-317{width:317px}.ta-input-dropdown .popover-body .dropdown-options.w-col-318{width:318px}.ta-input-dropdown .popover-body .dropdown-options.w-col-319{width:319px}.ta-input-dropdown .popover-body .dropdown-options.w-col-320{width:320px}.ta-input-dropdown .popover-body .dropdown-options.w-col-321{width:321px}.ta-input-dropdown .popover-body .dropdown-options.w-col-322{width:322px}.ta-input-dropdown .popover-body .dropdown-options.w-col-323{width:323px}.ta-input-dropdown .popover-body .dropdown-options.w-col-324{width:324px}.ta-input-dropdown .popover-body .dropdown-options.w-col-325{width:325px}.ta-input-dropdown .popover-body .dropdown-options.w-col-326{width:326px}.ta-input-dropdown .popover-body .dropdown-options.w-col-327{width:327px}.ta-input-dropdown .popover-body .dropdown-options.w-col-328{width:328px}.ta-input-dropdown .popover-body .dropdown-options.w-col-329{width:329px}.ta-input-dropdown .popover-body .dropdown-options.w-col-330{width:330px}.ta-input-dropdown .popover-body .dropdown-options.w-col-331{width:331px}.ta-input-dropdown .popover-body .dropdown-options.w-col-332{width:332px}.ta-input-dropdown .popover-body .dropdown-options.w-col-333{width:333px}.ta-input-dropdown .popover-body .dropdown-options.w-col-334{width:334px}.ta-input-dropdown .popover-body .dropdown-options.w-col-335{width:335px}.ta-input-dropdown .popover-body .dropdown-options.w-col-336{width:336px}.ta-input-dropdown .popover-body .dropdown-options.w-col-337{width:337px}.ta-input-dropdown .popover-body .dropdown-options.w-col-338{width:338px}.ta-input-dropdown .popover-body .dropdown-options.w-col-339{width:339px}.ta-input-dropdown .popover-body .dropdown-options.w-col-340{width:340px}.ta-input-dropdown .popover-body .dropdown-options.w-col-341{width:341px}.ta-input-dropdown .popover-body .dropdown-options.w-col-342{width:342px}.ta-input-dropdown .popover-body .dropdown-options.w-col-343{width:343px}.ta-input-dropdown .popover-body .dropdown-options.w-col-344{width:344px}.ta-input-dropdown .popover-body .dropdown-options.w-col-345{width:345px}.ta-input-dropdown .popover-body .dropdown-options.w-col-346{width:346px}.ta-input-dropdown .popover-body .dropdown-options.w-col-347{width:347px}.ta-input-dropdown .popover-body .dropdown-options.w-col-348{width:348px}.ta-input-dropdown .popover-body .dropdown-options.w-col-349{width:349px}.ta-input-dropdown .popover-body .dropdown-options.w-col-350{width:350px}.ta-input-dropdown .popover-body .dropdown-options.w-col-351{width:351px}.ta-input-dropdown .popover-body .dropdown-options.w-col-352{width:352px}.ta-input-dropdown .popover-body .dropdown-options.w-col-353{width:353px}.ta-input-dropdown .popover-body .dropdown-options.w-col-354{width:354px}.ta-input-dropdown .popover-body .dropdown-options.w-col-355{width:355px}.ta-input-dropdown .popover-body .dropdown-options.w-col-356{width:356px}.ta-input-dropdown .popover-body .dropdown-options.w-col-357{width:357px}.ta-input-dropdown .popover-body .dropdown-options.w-col-358{width:358px}.ta-input-dropdown .popover-body .dropdown-options.w-col-359{width:359px}.ta-input-dropdown .popover-body .dropdown-options.w-col-360{width:360px}.ta-input-dropdown .popover-body .dropdown-options.w-col-361{width:361px}.ta-input-dropdown .popover-body .dropdown-options.w-col-362{width:362px}.ta-input-dropdown .popover-body .dropdown-options.w-col-363{width:363px}.ta-input-dropdown .popover-body .dropdown-options.w-col-364{width:364px}.ta-input-dropdown .popover-body .dropdown-options.w-col-365{width:365px}.ta-input-dropdown .popover-body .dropdown-options.w-col-366{width:366px}.ta-input-dropdown .popover-body .dropdown-options.w-col-367{width:367px}.ta-input-dropdown .popover-body .dropdown-options.w-col-368{width:368px}.ta-input-dropdown .popover-body .dropdown-options.w-col-369{width:369px}.ta-input-dropdown .popover-body .dropdown-options.w-col-370{width:370px}.ta-input-dropdown .popover-body .dropdown-options.w-col-371{width:371px}.ta-input-dropdown .popover-body .dropdown-options.w-col-372{width:372px}.ta-input-dropdown .popover-body .dropdown-options.w-col-373{width:373px}.ta-input-dropdown .popover-body .dropdown-options.w-col-374{width:374px}.ta-input-dropdown .popover-body .dropdown-options.w-col-375{width:375px}.ta-input-dropdown .popover-body .dropdown-options.w-col-376{width:376px}.ta-input-dropdown .popover-body .dropdown-options.w-col-377{width:377px}.ta-input-dropdown .popover-body .dropdown-options.w-col-378{width:378px}.ta-input-dropdown .popover-body .dropdown-options.w-col-379{width:379px}.ta-input-dropdown .popover-body .dropdown-options.w-col-380{width:380px}.ta-input-dropdown .popover-body .dropdown-options.w-col-381{width:381px}.ta-input-dropdown .popover-body .dropdown-options.w-col-382{width:382px}.ta-input-dropdown .popover-body .dropdown-options.w-col-383{width:383px}.ta-input-dropdown .popover-body .dropdown-options.w-col-384{width:384px}.ta-input-dropdown .popover-body .dropdown-options.w-col-385{width:385px}.ta-input-dropdown .popover-body .dropdown-options.w-col-386{width:386px}.ta-input-dropdown .popover-body .dropdown-options.w-col-387{width:387px}.ta-input-dropdown .popover-body .dropdown-options.w-col-388{width:388px}.ta-input-dropdown .popover-body .dropdown-options.w-col-389{width:389px}.ta-input-dropdown .popover-body .dropdown-options.w-col-390{width:390px}.ta-input-dropdown .popover-body .dropdown-options.w-col-391{width:391px}.ta-input-dropdown .popover-body .dropdown-options.w-col-392{width:392px}.ta-input-dropdown .popover-body .dropdown-options.w-col-393{width:393px}.ta-input-dropdown .popover-body .dropdown-options.w-col-394{width:394px}.ta-input-dropdown .popover-body .dropdown-options.w-col-395{width:395px}.ta-input-dropdown .popover-body .dropdown-options.w-col-396{width:396px}.ta-input-dropdown .popover-body .dropdown-options.w-col-397{width:397px}.ta-input-dropdown .popover-body .dropdown-options.w-col-398{width:398px}.ta-input-dropdown .popover-body .dropdown-options.w-col-399{width:399px}.ta-input-dropdown .popover-body .dropdown-options.w-col-400{width:400px}.ta-input-dropdown .popover-body .dropdown-options.w-col-401{width:401px}.ta-input-dropdown .popover-body .dropdown-options.w-col-402{width:402px}.ta-input-dropdown .popover-body .dropdown-options.w-col-403{width:403px}.ta-input-dropdown .popover-body .dropdown-options.w-col-404{width:404px}.ta-input-dropdown .popover-body .dropdown-options.w-col-405{width:405px}.ta-input-dropdown .popover-body .dropdown-options.w-col-406{width:406px}.ta-input-dropdown .popover-body .dropdown-options.w-col-407{width:407px}.ta-input-dropdown .popover-body .dropdown-options.w-col-408{width:408px}.ta-input-dropdown .popover-body .dropdown-options.w-col-409{width:409px}.ta-input-dropdown .popover-body .dropdown-options.w-col-410{width:410px}.ta-input-dropdown .popover-body .dropdown-options.w-col-411{width:411px}.ta-input-dropdown .popover-body .dropdown-options.w-col-412{width:412px}.ta-input-dropdown .popover-body .dropdown-options.w-col-413{width:413px}.ta-input-dropdown .popover-body .dropdown-options.w-col-414{width:414px}.ta-input-dropdown .popover-body .dropdown-options.w-col-415{width:415px}.ta-input-dropdown .popover-body .dropdown-options.w-col-416{width:416px}.ta-input-dropdown .popover-body .dropdown-options.w-col-417{width:417px}.ta-input-dropdown .popover-body .dropdown-options.w-col-418{width:418px}.ta-input-dropdown .popover-body .dropdown-options.w-col-419{width:419px}.ta-input-dropdown .popover-body .dropdown-options.w-col-420{width:420px}.ta-input-dropdown .popover-body .dropdown-options.w-col-421{width:421px}.ta-input-dropdown .popover-body .dropdown-options.w-col-422{width:422px}.ta-input-dropdown .popover-body .dropdown-options.w-col-423{width:423px}.ta-input-dropdown .popover-body .dropdown-options.w-col-424{width:424px}.ta-input-dropdown .popover-body .dropdown-options.w-col-425{width:425px}.ta-input-dropdown .popover-body .dropdown-options.w-col-426{width:426px}.ta-input-dropdown .popover-body .dropdown-options.w-col-427{width:427px}.ta-input-dropdown .popover-body .dropdown-options.w-col-428{width:428px}.ta-input-dropdown .popover-body .dropdown-options.w-col-429{width:429px}.ta-input-dropdown .popover-body .dropdown-options.w-col-430{width:430px}.ta-input-dropdown .popover-body .dropdown-options.w-col-431{width:431px}.ta-input-dropdown .popover-body .dropdown-options.w-col-432{width:432px}.ta-input-dropdown .popover-body .dropdown-options.w-col-433{width:433px}.ta-input-dropdown .popover-body .dropdown-options.w-col-434{width:434px}.ta-input-dropdown .popover-body .dropdown-options.w-col-435{width:435px}.ta-input-dropdown .popover-body .dropdown-options.w-col-436{width:436px}.ta-input-dropdown .popover-body .dropdown-options.w-col-437{width:437px}.ta-input-dropdown .popover-body .dropdown-options.w-col-438{width:438px}.ta-input-dropdown .popover-body .dropdown-options.w-col-439{width:439px}.ta-input-dropdown .popover-body .dropdown-options.w-col-440{width:440px}.ta-input-dropdown .popover-body .dropdown-options.w-col-441{width:441px}.ta-input-dropdown .popover-body .dropdown-options.w-col-442{width:442px}.ta-input-dropdown .popover-body .dropdown-options.w-col-443{width:443px}.ta-input-dropdown .popover-body .dropdown-options.w-col-444{width:444px}.ta-input-dropdown .popover-body .dropdown-options.w-col-445{width:445px}.ta-input-dropdown .popover-body .dropdown-options.w-col-446{width:446px}.ta-input-dropdown .popover-body .dropdown-options.w-col-447{width:447px}.ta-input-dropdown .popover-body .dropdown-options.w-col-448{width:448px}.ta-input-dropdown .popover-body .dropdown-options.w-col-449{width:449px}.ta-input-dropdown .popover-body .dropdown-options.w-col-450{width:450px}.ta-input-dropdown .popover-body .dropdown-options.w-col-451{width:451px}.ta-input-dropdown .popover-body .dropdown-options.w-col-452{width:452px}.ta-input-dropdown .popover-body .dropdown-options.w-col-453{width:453px}.ta-input-dropdown .popover-body .dropdown-options.w-col-454{width:454px}.ta-input-dropdown .popover-body .dropdown-options.w-col-455{width:455px}.ta-input-dropdown .popover-body .dropdown-options.w-col-456{width:456px}.ta-input-dropdown .popover-body .dropdown-options.w-col-457{width:457px}.ta-input-dropdown .popover-body .dropdown-options.w-col-458{width:458px}.ta-input-dropdown .popover-body .dropdown-options.w-col-459{width:459px}.ta-input-dropdown .popover-body .dropdown-options.w-col-460{width:460px}.ta-input-dropdown .popover-body .dropdown-options.w-col-461{width:461px}.ta-input-dropdown .popover-body .dropdown-options.w-col-462{width:462px}.ta-input-dropdown .popover-body .dropdown-options.w-col-463{width:463px}.ta-input-dropdown .popover-body .dropdown-options.w-col-464{width:464px}.ta-input-dropdown .popover-body .dropdown-options.w-col-465{width:465px}.ta-input-dropdown .popover-body .dropdown-options.w-col-466{width:466px}.ta-input-dropdown .popover-body .dropdown-options.w-col-467{width:467px}.ta-input-dropdown .popover-body .dropdown-options.w-col-468{width:468px}.ta-input-dropdown .popover-body .dropdown-options.w-col-469{width:469px}.ta-input-dropdown .popover-body .dropdown-options.w-col-470{width:470px}.ta-input-dropdown .popover-body .dropdown-options.w-col-471{width:471px}.ta-input-dropdown .popover-body .dropdown-options.w-col-472{width:472px}.ta-input-dropdown .popover-body .dropdown-options.w-col-473{width:473px}.ta-input-dropdown .popover-body .dropdown-options.w-col-474{width:474px}.ta-input-dropdown .popover-body .dropdown-options.w-col-475{width:475px}.ta-input-dropdown .popover-body .dropdown-options.w-col-476{width:476px}.ta-input-dropdown .popover-body .dropdown-options.w-col-477{width:477px}.ta-input-dropdown .popover-body .dropdown-options.w-col-478{width:478px}.ta-input-dropdown .popover-body .dropdown-options.w-col-479{width:479px}.ta-input-dropdown .popover-body .dropdown-options.w-col-480{width:480px}.ta-input-dropdown .popover-body .dropdown-options.w-col-481{width:481px}.ta-input-dropdown .popover-body .dropdown-options.w-col-482{width:482px}.ta-input-dropdown .popover-body .dropdown-options.w-col-483{width:483px}.ta-input-dropdown .popover-body .dropdown-options.w-col-484{width:484px}.ta-input-dropdown .popover-body .dropdown-options.w-col-485{width:485px}.ta-input-dropdown .popover-body .dropdown-options.w-col-486{width:486px}.ta-input-dropdown .popover-body .dropdown-options.w-col-487{width:487px}.ta-input-dropdown .popover-body .dropdown-options.w-col-488{width:488px}.ta-input-dropdown .popover-body .dropdown-options.w-col-489{width:489px}.ta-input-dropdown .popover-body .dropdown-options.w-col-490{width:490px}.ta-input-dropdown .popover-body .dropdown-options.w-col-491{width:491px}.ta-input-dropdown .popover-body .dropdown-options.w-col-492{width:492px}.ta-input-dropdown .popover-body .dropdown-options.w-col-493{width:493px}.ta-input-dropdown .popover-body .dropdown-options.w-col-494{width:494px}.ta-input-dropdown .popover-body .dropdown-options.w-col-495{width:495px}.ta-input-dropdown .popover-body .dropdown-options.w-col-496{width:496px}.ta-input-dropdown .popover-body .dropdown-options.w-col-497{width:497px}.ta-input-dropdown .popover-body .dropdown-options.w-col-498{width:498px}.ta-input-dropdown .popover-body .dropdown-options.w-col-499{width:499px}.ta-input-dropdown .popover-body .dropdown-options.w-col-500{width:500px}.ta-input-dropdown .popover-body .dropdown-options.w-col-501{width:501px}.ta-input-dropdown .popover-body .dropdown-options.w-col-502{width:502px}.ta-input-dropdown .popover-body .dropdown-options.w-col-503{width:503px}.ta-input-dropdown .popover-body .dropdown-options.w-col-504{width:504px}.ta-input-dropdown .popover-body .dropdown-options.w-col-505{width:505px}.ta-input-dropdown .popover-body .dropdown-options.w-col-506{width:506px}.ta-input-dropdown .popover-body .dropdown-options.w-col-507{width:507px}.ta-input-dropdown .popover-body .dropdown-options.w-col-508{width:508px}.ta-input-dropdown .popover-body .dropdown-options.w-col-509{width:509px}.ta-input-dropdown .popover-body .dropdown-options.w-col-510{width:510px}.ta-input-dropdown .popover-body .dropdown-options.w-col-511{width:511px}.ta-input-dropdown .popover-body .dropdown-options.w-col-512{width:512px}.ta-input-dropdown .popover-body .dropdown-options.w-col-513{width:513px}.ta-input-dropdown .popover-body .dropdown-options.w-col-514{width:514px}.ta-input-dropdown .popover-body .dropdown-options.w-col-515{width:515px}.ta-input-dropdown .popover-body .dropdown-options.w-col-516{width:516px}.ta-input-dropdown .popover-body .dropdown-options.w-col-517{width:517px}.ta-input-dropdown .popover-body .dropdown-options.w-col-518{width:518px}.ta-input-dropdown .popover-body .dropdown-options.w-col-519{width:519px}.ta-input-dropdown .popover-body .dropdown-options.w-col-520{width:520px}.ta-input-dropdown .popover-body .dropdown-options.w-col-521{width:521px}.ta-input-dropdown .popover-body .dropdown-options.w-col-522{width:522px}.ta-input-dropdown .popover-body .dropdown-options.w-col-523{width:523px}.ta-input-dropdown .popover-body .dropdown-options.w-col-524{width:524px}.ta-input-dropdown .popover-body .dropdown-options.w-col-525{width:525px}.ta-input-dropdown .popover-body .dropdown-options.w-col-526{width:526px}.ta-input-dropdown .popover-body .dropdown-options.w-col-527{width:527px}.ta-input-dropdown .popover-body .dropdown-options.w-col-528{width:528px}.ta-input-dropdown .popover-body .dropdown-options.w-col-529{width:529px}.ta-input-dropdown .popover-body .dropdown-options.w-col-530{width:530px}.ta-input-dropdown .popover-body .dropdown-options.w-col-531{width:531px}.ta-input-dropdown .popover-body .dropdown-options.w-col-532{width:532px}.ta-input-dropdown .popover-body .dropdown-options.w-col-533{width:533px}.ta-input-dropdown .popover-body .dropdown-options.w-col-534{width:534px}.ta-input-dropdown .popover-body .dropdown-options.w-col-535{width:535px}.ta-input-dropdown .popover-body .dropdown-options.w-col-536{width:536px}.ta-input-dropdown .popover-body .dropdown-options.w-col-537{width:537px}.ta-input-dropdown .popover-body .dropdown-options.w-col-538{width:538px}.ta-input-dropdown .popover-body .dropdown-options.w-col-539{width:539px}.ta-input-dropdown .popover-body .dropdown-options.w-col-540{width:540px}.ta-input-dropdown .popover-body .dropdown-options.w-col-541{width:541px}.ta-input-dropdown .popover-body .dropdown-options.w-col-542{width:542px}.ta-input-dropdown .popover-body .dropdown-options.w-col-543{width:543px}.ta-input-dropdown .popover-body .dropdown-options.w-col-544{width:544px}.ta-input-dropdown .popover-body .dropdown-options.w-col-545{width:545px}.ta-input-dropdown .popover-body .dropdown-options.w-col-546{width:546px}.ta-input-dropdown .popover-body .dropdown-options.w-col-547{width:547px}.ta-input-dropdown .popover-body .dropdown-options.w-col-548{width:548px}.ta-input-dropdown .popover-body .dropdown-options.w-col-549{width:549px}.ta-input-dropdown .popover-body .dropdown-options.w-col-550{width:550px}.ta-input-dropdown .popover-body .dropdown-options.w-col-551{width:551px}.ta-input-dropdown .popover-body .dropdown-options.w-col-552{width:552px}.ta-input-dropdown .popover-body .dropdown-options.w-col-553{width:553px}.ta-input-dropdown .popover-body .dropdown-options.w-col-554{width:554px}.ta-input-dropdown .popover-body .dropdown-options.w-col-555{width:555px}.ta-input-dropdown .popover-body .dropdown-options.w-col-556{width:556px}.ta-input-dropdown .popover-body .dropdown-options.w-col-557{width:557px}.ta-input-dropdown .popover-body .dropdown-options.w-col-558{width:558px}.ta-input-dropdown .popover-body .dropdown-options.w-col-559{width:559px}.ta-input-dropdown .popover-body .dropdown-options.w-col-560{width:560px}.ta-input-dropdown .popover-body .dropdown-options.w-col-561{width:561px}.ta-input-dropdown .popover-body .dropdown-options.w-col-562{width:562px}.ta-input-dropdown .popover-body .dropdown-options.w-col-563{width:563px}.ta-input-dropdown .popover-body .dropdown-options.w-col-564{width:564px}.ta-input-dropdown .popover-body .dropdown-options.w-col-565{width:565px}.ta-input-dropdown .popover-body .dropdown-options.w-col-566{width:566px}.ta-input-dropdown .popover-body .dropdown-options.w-col-567{width:567px}.ta-input-dropdown .popover-body .dropdown-options.w-col-568{width:568px}.ta-input-dropdown .popover-body .dropdown-options.w-col-569{width:569px}.ta-input-dropdown .popover-body .dropdown-options.w-col-570{width:570px}.ta-input-dropdown .popover-body .dropdown-options.w-col-571{width:571px}.ta-input-dropdown .popover-body .dropdown-options.w-col-572{width:572px}.ta-input-dropdown .popover-body .dropdown-options.w-col-573{width:573px}.ta-input-dropdown .popover-body .dropdown-options.w-col-574{width:574px}.ta-input-dropdown .popover-body .dropdown-options.w-col-575{width:575px}.ta-input-dropdown .popover-body .dropdown-options.w-col-576{width:576px}.ta-input-dropdown .popover-body .dropdown-options.w-col-577{width:577px}.ta-input-dropdown .popover-body .dropdown-options.w-col-578{width:578px}.ta-input-dropdown .popover-body .dropdown-options.w-col-579{width:579px}.ta-input-dropdown .popover-body .dropdown-options.w-col-580{width:580px}.ta-input-dropdown .popover-body .dropdown-options.w-col-581{width:581px}.ta-input-dropdown .popover-body .dropdown-options.w-col-582{width:582px}.ta-input-dropdown .popover-body .dropdown-options.w-col-583{width:583px}.ta-input-dropdown .popover-body .dropdown-options.w-col-584{width:584px}.ta-input-dropdown .popover-body .dropdown-options.w-col-585{width:585px}.ta-input-dropdown .popover-body .dropdown-options.w-col-586{width:586px}.ta-input-dropdown .popover-body .dropdown-options.w-col-587{width:587px}.ta-input-dropdown .popover-body .dropdown-options.w-col-588{width:588px}.ta-input-dropdown .popover-body .dropdown-options.w-col-589{width:589px}.ta-input-dropdown .popover-body .dropdown-options.w-col-590{width:590px}.ta-input-dropdown .popover-body .dropdown-options.w-col-591{width:591px}.ta-input-dropdown .popover-body .dropdown-options.w-col-592{width:592px}.ta-input-dropdown .popover-body .dropdown-options.w-col-593{width:593px}.ta-input-dropdown .popover-body .dropdown-options.w-col-594{width:594px}.ta-input-dropdown .popover-body .dropdown-options.w-col-595{width:595px}.ta-input-dropdown .popover-body .dropdown-options.w-col-596{width:596px}.ta-input-dropdown .popover-body .dropdown-options.w-col-597{width:597px}.ta-input-dropdown .popover-body .dropdown-options.w-col-598{width:598px}.ta-input-dropdown .popover-body .dropdown-options.w-col-599{width:599px}.ta-input-dropdown .popover-body .dropdown-options.w-col-600{width:600px}.ta-input-dropdown .popover-body .dropdown-options.w-col-601{width:601px}.ta-input-dropdown .popover-body .dropdown-options.w-col-602{width:602px}.ta-input-dropdown .popover-body .dropdown-options.w-col-603{width:603px}.ta-input-dropdown .popover-body .dropdown-options.w-col-604{width:604px}.ta-input-dropdown .popover-body .dropdown-options.w-col-605{width:605px}.ta-input-dropdown .popover-body .dropdown-options.w-col-606{width:606px}.ta-input-dropdown .popover-body .dropdown-options.w-col-607{width:607px}.ta-input-dropdown .popover-body .dropdown-options.w-col-608{width:608px}.ta-input-dropdown .popover-body .dropdown-options.w-col-609{width:609px}.ta-input-dropdown .popover-body .dropdown-options.w-col-610{width:610px}.ta-input-dropdown .popover-body .dropdown-options.w-col-611{width:611px}.ta-input-dropdown .popover-body .dropdown-options.w-col-612{width:612px}.ta-input-dropdown .popover-body .dropdown-options.w-col-613{width:613px}.ta-input-dropdown .popover-body .dropdown-options.w-col-614{width:614px}.ta-input-dropdown .popover-body .dropdown-options.w-col-615{width:615px}.ta-input-dropdown .popover-body .dropdown-options.w-col-616{width:616px}.ta-input-dropdown .popover-body .dropdown-options.w-col-617{width:617px}.ta-input-dropdown .popover-body .dropdown-options.w-col-618{width:618px}.ta-input-dropdown .popover-body .dropdown-options.w-col-619{width:619px}.ta-input-dropdown .popover-body .dropdown-options.w-col-620{width:620px}.ta-input-dropdown .popover-body .dropdown-options.w-col-621{width:621px}.ta-input-dropdown .popover-body .dropdown-options.w-col-622{width:622px}.ta-input-dropdown .popover-body .dropdown-options.w-col-623{width:623px}.ta-input-dropdown .popover-body .dropdown-options.w-col-624{width:624px}.ta-input-dropdown .popover-body .dropdown-options.w-col-625{width:625px}.ta-input-dropdown .popover-body .dropdown-options.w-col-626{width:626px}.ta-input-dropdown .popover-body .dropdown-options.w-col-627{width:627px}.ta-input-dropdown .popover-body .dropdown-options.w-col-628{width:628px}.ta-input-dropdown .popover-body .dropdown-options.w-col-629{width:629px}.ta-input-dropdown .popover-body .dropdown-options.w-col-630{width:630px}.ta-input-dropdown .popover-body .dropdown-options.w-col-631{width:631px}.ta-input-dropdown .popover-body .dropdown-options.w-col-632{width:632px}.ta-input-dropdown .popover-body .dropdown-options.w-col-633{width:633px}.ta-input-dropdown .popover-body .dropdown-options.w-col-634{width:634px}.ta-input-dropdown .popover-body .dropdown-options.w-col-635{width:635px}.ta-input-dropdown .popover-body .dropdown-options.w-col-636{width:636px}.ta-input-dropdown .popover-body .dropdown-options.w-col-637{width:637px}.ta-input-dropdown .popover-body .dropdown-options.w-col-638{width:638px}.ta-input-dropdown .popover-body .dropdown-options.w-col-639{width:639px}.ta-input-dropdown .popover-body .dropdown-options.w-col-640{width:640px}.ta-input-dropdown .popover-body .dropdown-options.w-col-641{width:641px}.ta-input-dropdown .popover-body .dropdown-options.w-col-642{width:642px}.ta-input-dropdown .popover-body .dropdown-options.w-col-643{width:643px}.ta-input-dropdown .popover-body .dropdown-options.w-col-644{width:644px}.ta-input-dropdown .popover-body .dropdown-options.w-col-645{width:645px}.ta-input-dropdown .popover-body .dropdown-options.w-col-646{width:646px}.ta-input-dropdown .popover-body .dropdown-options.w-col-647{width:647px}.ta-input-dropdown .popover-body .dropdown-options.w-col-648{width:648px}.ta-input-dropdown .popover-body .dropdown-options.w-col-649{width:649px}.ta-input-dropdown .popover-body .dropdown-options.w-col-650{width:650px}.ta-input-dropdown .popover-body .dropdown-options.w-col-651{width:651px}.ta-input-dropdown .popover-body .dropdown-options.w-col-652{width:652px}.ta-input-dropdown .popover-body .dropdown-options.w-col-653{width:653px}.ta-input-dropdown .popover-body .dropdown-options.w-col-654{width:654px}.ta-input-dropdown .popover-body .dropdown-options.w-col-655{width:655px}.ta-input-dropdown .popover-body .dropdown-options.w-col-656{width:656px}.ta-input-dropdown .popover-body .dropdown-options.w-col-657{width:657px}.ta-input-dropdown .popover-body .dropdown-options.w-col-658{width:658px}.ta-input-dropdown .popover-body .dropdown-options.w-col-659{width:659px}.ta-input-dropdown .popover-body .dropdown-options.w-col-660{width:660px}.ta-input-dropdown .popover-body .dropdown-options.w-col-661{width:661px}.ta-input-dropdown .popover-body .dropdown-options.w-col-662{width:662px}.ta-input-dropdown .popover-body .dropdown-options.w-col-663{width:663px}.ta-input-dropdown .popover-body .dropdown-options.w-col-664{width:664px}.ta-input-dropdown .popover-body .dropdown-options.w-col-665{width:665px}.ta-input-dropdown .popover-body .dropdown-options.w-col-666{width:666px}.ta-input-dropdown .popover-body .dropdown-options.w-col-667{width:667px}.ta-input-dropdown .popover-body .dropdown-options.w-col-668{width:668px}.ta-input-dropdown .popover-body .dropdown-options.w-col-669{width:669px}.ta-input-dropdown .popover-body .dropdown-options.w-col-670{width:670px}.ta-input-dropdown .popover-body .dropdown-options.w-col-671{width:671px}.ta-input-dropdown .popover-body .dropdown-options.w-col-672{width:672px}.ta-input-dropdown .popover-body .dropdown-options.w-col-673{width:673px}.ta-input-dropdown .popover-body .dropdown-options.w-col-674{width:674px}.ta-input-dropdown .popover-body .dropdown-options.w-col-675{width:675px}.ta-input-dropdown .popover-body .dropdown-options.w-col-676{width:676px}.ta-input-dropdown .popover-body .dropdown-options.w-col-677{width:677px}.ta-input-dropdown .popover-body .dropdown-options.w-col-678{width:678px}.ta-input-dropdown .popover-body .dropdown-options.w-col-679{width:679px}.ta-input-dropdown .popover-body .dropdown-options.w-col-680{width:680px}.ta-input-dropdown .popover-body .dropdown-options.w-col-681{width:681px}.ta-input-dropdown .popover-body .dropdown-options.w-col-682{width:682px}.ta-input-dropdown .popover-body .dropdown-options.w-col-683{width:683px}.ta-input-dropdown .popover-body .dropdown-options.w-col-684{width:684px}.ta-input-dropdown .popover-body .dropdown-options.w-col-685{width:685px}.ta-input-dropdown .popover-body .dropdown-options.w-col-686{width:686px}.ta-input-dropdown .popover-body .dropdown-options.w-col-687{width:687px}.ta-input-dropdown .popover-body .dropdown-options.w-col-688{width:688px}.ta-input-dropdown .popover-body .dropdown-options.w-col-689{width:689px}.ta-input-dropdown .popover-body .dropdown-options.w-col-690{width:690px}.ta-input-dropdown .popover-body .dropdown-options.w-col-691{width:691px}.ta-input-dropdown .popover-body .dropdown-options.w-col-692{width:692px}.ta-input-dropdown .popover-body .dropdown-options.w-col-693{width:693px}.ta-input-dropdown .popover-body .dropdown-options.w-col-694{width:694px}.ta-input-dropdown .popover-body .dropdown-options.w-col-695{width:695px}.ta-input-dropdown .popover-body .dropdown-options.w-col-696{width:696px}.ta-input-dropdown .popover-body .dropdown-options.w-col-697{width:697px}.ta-input-dropdown .popover-body .dropdown-options.w-col-698{width:698px}.ta-input-dropdown .popover-body .dropdown-options.w-col-699{width:699px}.ta-input-dropdown .popover-body .dropdown-options.w-col-700{width:700px}.ta-input-dropdown .popover-body .dropdown-options.w-col-701{width:701px}.ta-input-dropdown .popover-body .dropdown-options.w-col-702{width:702px}.ta-input-dropdown .popover-body .dropdown-options.w-col-703{width:703px}.ta-input-dropdown .popover-body .dropdown-options.w-col-704{width:704px}.ta-input-dropdown .popover-body .dropdown-options.w-col-705{width:705px}.ta-input-dropdown .popover-body .dropdown-options.w-col-706{width:706px}.ta-input-dropdown .popover-body .dropdown-options.w-col-707{width:707px}.ta-input-dropdown .popover-body .dropdown-options.w-col-708{width:708px}.ta-input-dropdown .popover-body .dropdown-options.w-col-709{width:709px}.ta-input-dropdown .popover-body .dropdown-options.w-col-710{width:710px}.ta-input-dropdown .popover-body .dropdown-options.w-col-711{width:711px}.ta-input-dropdown .popover-body .dropdown-options.w-col-712{width:712px}.ta-input-dropdown .popover-body .dropdown-options.w-col-713{width:713px}.ta-input-dropdown .popover-body .dropdown-options.w-col-714{width:714px}.ta-input-dropdown .popover-body .dropdown-options.w-col-715{width:715px}.ta-input-dropdown .popover-body .dropdown-options.w-col-716{width:716px}.ta-input-dropdown .popover-body .dropdown-options.w-col-717{width:717px}.ta-input-dropdown .popover-body .dropdown-options.w-col-718{width:718px}.ta-input-dropdown .popover-body .dropdown-options.w-col-719{width:719px}.ta-input-dropdown .popover-body .dropdown-options.w-col-720{width:720px}.ta-input-dropdown .popover-body .dropdown-options.w-col-721{width:721px}.ta-input-dropdown .popover-body .dropdown-options.w-col-722{width:722px}.ta-input-dropdown .popover-body .dropdown-options.w-col-723{width:723px}.ta-input-dropdown .popover-body .dropdown-options.w-col-724{width:724px}.ta-input-dropdown .popover-body .dropdown-options.w-col-725{width:725px}.ta-input-dropdown .popover-body .dropdown-options.w-col-726{width:726px}.ta-input-dropdown .popover-body .dropdown-options.w-col-727{width:727px}.ta-input-dropdown .popover-body .dropdown-options.w-col-728{width:728px}.ta-input-dropdown .popover-body .dropdown-options.w-col-729{width:729px}.ta-input-dropdown .popover-body .dropdown-options.w-col-730{width:730px}.ta-input-dropdown .popover-body .dropdown-options.w-col-731{width:731px}.ta-input-dropdown .popover-body .dropdown-options.w-col-732{width:732px}.ta-input-dropdown .popover-body .dropdown-options.w-col-733{width:733px}.ta-input-dropdown .popover-body .dropdown-options.w-col-734{width:734px}.ta-input-dropdown .popover-body .dropdown-options.w-col-735{width:735px}.ta-input-dropdown .popover-body .dropdown-options.w-col-736{width:736px}.ta-input-dropdown .popover-body .dropdown-options.w-col-737{width:737px}.ta-input-dropdown .popover-body .dropdown-options.w-col-738{width:738px}.ta-input-dropdown .popover-body .dropdown-options.w-col-739{width:739px}.ta-input-dropdown .popover-body .dropdown-options.w-col-740{width:740px}.ta-input-dropdown .popover-body .dropdown-options.w-col-741{width:741px}.ta-input-dropdown .popover-body .dropdown-options.w-col-742{width:742px}.ta-input-dropdown .popover-body .dropdown-options.w-col-743{width:743px}.ta-input-dropdown .popover-body .dropdown-options.w-col-744{width:744px}.ta-input-dropdown .popover-body .dropdown-options.w-col-745{width:745px}.ta-input-dropdown .popover-body .dropdown-options.w-col-746{width:746px}.ta-input-dropdown .popover-body .dropdown-options.w-col-747{width:747px}.ta-input-dropdown .popover-body .dropdown-options.w-col-748{width:748px}.ta-input-dropdown .popover-body .dropdown-options.w-col-749{width:749px}.ta-input-dropdown .popover-body .dropdown-options.w-col-750{width:750px}.ta-input-dropdown .popover-body .dropdown-options.w-col-751{width:751px}.ta-input-dropdown .popover-body .dropdown-options.w-col-752{width:752px}.ta-input-dropdown .popover-body .dropdown-options.w-col-753{width:753px}.ta-input-dropdown .popover-body .dropdown-options.w-col-754{width:754px}.ta-input-dropdown .popover-body .dropdown-options.w-col-755{width:755px}.ta-input-dropdown .popover-body .dropdown-options.w-col-756{width:756px}.ta-input-dropdown .popover-body .dropdown-options.w-col-757{width:757px}.ta-input-dropdown .popover-body .dropdown-options.w-col-758{width:758px}.ta-input-dropdown .popover-body .dropdown-options.w-col-759{width:759px}.ta-input-dropdown .popover-body .dropdown-options.w-col-760{width:760px}.ta-input-dropdown .popover-body .dropdown-options.w-col-761{width:761px}.ta-input-dropdown .popover-body .dropdown-options.w-col-762{width:762px}.ta-input-dropdown .popover-body .dropdown-options.w-col-763{width:763px}.ta-input-dropdown .popover-body .dropdown-options.w-col-764{width:764px}.ta-input-dropdown .popover-body .dropdown-options.w-col-765{width:765px}.ta-input-dropdown .popover-body .dropdown-options.w-col-766{width:766px}.ta-input-dropdown .popover-body .dropdown-options.w-col-767{width:767px}.ta-input-dropdown .popover-body .dropdown-options.w-col-768{width:768px}.ta-input-dropdown .popover-body .dropdown-options.w-col-769{width:769px}.ta-input-dropdown .popover-body .dropdown-options.w-col-770{width:770px}.ta-input-dropdown .popover-body .dropdown-options.w-col-771{width:771px}.ta-input-dropdown .popover-body .dropdown-options.w-col-772{width:772px}.ta-input-dropdown .popover-body .dropdown-options.w-col-773{width:773px}.ta-input-dropdown .popover-body .dropdown-options.w-col-774{width:774px}.ta-input-dropdown .popover-body .dropdown-options.w-col-775{width:775px}.ta-input-dropdown .popover-body .dropdown-options.w-col-776{width:776px}.ta-input-dropdown .popover-body .dropdown-options.w-col-777{width:777px}.ta-input-dropdown .popover-body .dropdown-options.w-col-778{width:778px}.ta-input-dropdown .popover-body .dropdown-options.w-col-779{width:779px}.ta-input-dropdown .popover-body .dropdown-options.w-col-780{width:780px}.ta-input-dropdown .popover-body .dropdown-options.w-col-781{width:781px}.ta-input-dropdown .popover-body .dropdown-options.w-col-782{width:782px}.ta-input-dropdown .popover-body .dropdown-options.w-col-783{width:783px}.ta-input-dropdown .popover-body .dropdown-options.w-col-784{width:784px}.ta-input-dropdown .popover-body .dropdown-options.w-col-785{width:785px}.ta-input-dropdown .popover-body .dropdown-options.w-col-786{width:786px}.ta-input-dropdown .popover-body .dropdown-options.w-col-787{width:787px}.ta-input-dropdown .popover-body .dropdown-options.w-col-788{width:788px}.ta-input-dropdown .popover-body .dropdown-options.w-col-789{width:789px}.ta-input-dropdown .popover-body .dropdown-options.w-col-790{width:790px}.ta-input-dropdown .popover-body .dropdown-options.w-col-791{width:791px}.ta-input-dropdown .popover-body .dropdown-options.w-col-792{width:792px}.ta-input-dropdown .popover-body .dropdown-options.w-col-793{width:793px}.ta-input-dropdown .popover-body .dropdown-options.w-col-794{width:794px}.ta-input-dropdown .popover-body .dropdown-options.w-col-795{width:795px}.ta-input-dropdown .popover-body .dropdown-options.w-col-796{width:796px}.ta-input-dropdown .popover-body .dropdown-options.w-col-797{width:797px}.ta-input-dropdown .popover-body .dropdown-options.w-col-798{width:798px}.ta-input-dropdown .popover-body .dropdown-options.w-col-799{width:799px}.ta-input-dropdown .popover-body .dropdown-options.w-col-800{width:800px}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups{max-height:194px;overflow-y:scroll}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups{display:flex;flex-direction:column;position:relative}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups p{margin:0}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups:after{content:\"\";display:inline-block;position:absolute;bottom:-3px;height:1px;width:100%;background-color:#aaa3}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups:last-child{margin-top:4px}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups:last-child:after{display:none!important}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups .dropdown-group-header{font-size:11px;color:#ccc;font-weight:700;text-transform:uppercase;line-height:14px;padding:8px 6px 0;margin-bottom:8px}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups .dropdown-group-header::selection{background-color:#ccc3!important;color:#ccc6!important}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups .dropdown-subgroup-options{display:flex;align-items:center;padding:4px 6px;height:26px;border-radius:2px}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups .dropdown-subgroup-options:hover{background-color:#1d1d1d;cursor:pointer;transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups .dropdown-subgroup-options:hover .dropdown-subgroup-text{color:#fff}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups .dropdown-subgroup-options .dropdown-subgroup-text{font-size:14px;font-weight:400;color:#ccc;transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups .dropdown-subgroup-options .dropdown-subgroup-text.active{font-weight:700}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups .dropdown-subgroup-options .dropdown-subgroup-text.active .highlight-text-45632{font-weight:700;transition:all .3s ease-in-out}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups .dropdown-subgroup-options .dropdown-subgroup-text.active .highlight-text-45632:hover{color:#fff!important}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .dropdown-groups .dropdown-subgroup-options .dropdown-subgroup-text.active:after{position:absolute;right:11px;content:url(../svg/common/ic_confirm.svg);width:14px;height:10px}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups{display:flex;flex-direction:column;position:relative;padding-bottom:0;margin:0}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups p{margin:0}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-group-header{margin:0 0 4px;padding:8px 0 0 4px;color:#ccc;font-size:11px;text-transform:capitalize}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-group-header.add-new{font-size:11px;line-height:14px;font-weight:700;color:#6f9ee0;padding:4px;margin:0;cursor:pointer}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-group-header.add-new:hover{border-radius:2px;color:#bed0f9;background-color:#1d1d1d}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-subgroup-options{display:grid;grid-template-columns:141px 135px;grid-column-gap:10px;column-gap:10px;align-items:center;padding:3px 4px;cursor:pointer}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-subgroup-options:hover{border-radius:2px;background-color:#1d1d1d}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-subgroup-options:hover .dropdown-subgroup-text{color:#fff!important}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-subgroup-options .dropdown-subgroup-text{font-size:14px;font-weight:400;color:#fff;display:block;width:100%}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-subgroup-options .dropdown-subgroup-text .highlight-text-45632{font-weight:700}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-subgroup-options .dropdown-subgroup-text .highlight-text-45632:hover{color:#fff!important}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-subgroup-options .dropdown-subgroup-text.active{font-weight:700}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-subgroup-options .dropdown-subgroup-text.active:after{position:absolute;right:-26px;content:url(../svg/common/ic_confirm.svg);width:14px;height:10px}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-subgroup-options .dropdown-subgroup-additional-text{color:#919191;font-size:11px;font-weight:400;position:relative;text-align:right}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-subgroup-options .dropdown-subgroup-additional-text.active{font-weight:400;color:#6f9ee0}.ta-input-dropdown .popover-body .dropdown-options.dropdown-options-groups .load-broker-contact-groups .dropdown-subgroup-options .dropdown-subgroup-additional-text .highlight-text-45632{font-weight:500;color:#6f9ee0!important}.ta-input-dropdown .popover-body .dropdown-options.merge-dropdown-body-with-input{border-radius:0 0 2px 2px!important;left:-4px!important}.ta-input-dropdown .popover-body .dropdown-options.svgtext-dispatch-template{top:-4px}.ta-input-dropdown .popover-body .dropdown-options.svgtext-dispatch-template .plus-icon{margin-right:4px}.ta-input-dropdown .popover-body .dropdown-options.svgtext-dispatch-template .icon.blue circle{fill:#92b1f5!important}.ta-input-dropdown .popover-body .dropdown-options.svgtext-dispatch-template .icon.yellow circle{fill:#fbc88b!important}.ta-input-dropdown .popover-body .dropdown-options.svgtext-dispatch-template .icon.red circle{fill:#ed9292!important}.ta-input-dropdown .popover-body .dropdown-options.svgtext-dispatch-template .icon.green circle{fill:#86c9c3!important}.ta-dropdown-popover{z-index:999999}.ta-dropdown-popover .arrow{display:none!important}.ta-dropdown-popover .popover-body{z-index:99999999}.ta-dropdown-popover .popover-body .options{position:relative;top:3px;z-index:1000;max-height:198px;width:100%;background-color:#2f2f2f;border-radius:2px;padding:2px;overflow:hidden}.ta-dropdown-popover .popover-body .options.scroll{transition:all .3s ease-in-out;overflow-y:scroll!important;scrollbar-width:none!important}.ta-dropdown-popover .popover-body .options.scroll::-webkit-scrollbar{width:3px}.ta-dropdown-popover .popover-body .options.scroll::-webkit-scrollbar-thumb{background-color:transparent;border:6px solid #aaaaaa;border-radius:1px}.ta-dropdown-popover .popover-body .options.scroll::-webkit-scrollbar-track{padding:0;position:relative;right:0;top:0;background:transparent}.ta-dropdown-popover .popover-body .options .option{position:relative;padding:3px;height:26px;font-size:14px;line-height:18px;font-weight:400;border-radius:2px;white-space:nowrap;text-overflow:ellipsis;color:#fff;display:flex;gap:4px}.ta-dropdown-popover .popover-body .options .option::-moz-selection{color:#fff;background-color:#fff3}.ta-dropdown-popover .popover-body .options .option:nth-last-child(1){margin-bottom:0}.ta-dropdown-popover .popover-body .options .option:hover{background-color:#1d1d1d;border-radius:2px;cursor:pointer}.ta-dropdown-popover .popover-body .options .option.add-option{color:#6f9ee0;font-weight:600}.ta-dropdown-popover .popover-body .options .option.add-option:after{content:\"\";height:2px;width:100%;background-color:#aaa3;border-radius:1px;position:absolute;bottom:0;left:0}.selected-item-container{height:52px;padding:6px;background:#e9effd;position:relative;border-radius:2px;transition:background .3s ease-in-out}.selected-item-container:hover{background:#bed0f9}.selected-item-container:hover .selected-item-additional .selected-item-info svg-icon svg path{fill:#3b73ed}.selected-item-container:hover .clear-selected-item{display:flex;align-items:center}.selected-item-container .selected-item-label{position:absolute;top:-16px;font-size:11px;font-weight:600;color:#424242;-webkit-user-select:none;user-select:none}.selected-item-container .selected-item-label span{color:#df3c3c}.selected-item-container .selected-item-name{font-size:14px;line-height:18px;color:#424242}.selected-item-container .selected-item-name::selection{color:#424242;background:#42424233}.selected-item-container .selected-item-name .selected-item-star{position:relative;bottom:2px}.selected-item-container .selected-item-name .selected-item-star svg{margin-left:6px}.selected-item-container .selected-item-name .selected-item-star svg path{fill:#6692f1}.selected-item-container .selected-item-additional{gap:22px}.selected-item-container .selected-item-additional .selected-item-info svg-icon{width:14px}.selected-item-container .selected-item-additional .selected-item-info svg-icon svg{width:100%;height:100%}.selected-item-container .selected-item-additional .selected-item-info svg-icon svg path{fill:#6692f1;transition:fill .3s ease-in-out}.selected-item-container .selected-item-additional .selected-item-info .hide-svg-on-copy{display:none}.selected-item-container .clear-selected-item{position:absolute;right:4px;top:0;display:none;gap:6px}.selected-item-container .clear-selected-item .clear-x{cursor:pointer;transition:transform .3s ease-in-out}.selected-item-container .clear-selected-item .clear-x:hover{transform:scale(1.2)}.selected-item-container .clear-selected-item .clear-x svg path{fill:#bed0f9}.selected-item-container .clear-selected-item .clear-x svg rect{fill:#6692f1}.selected-item-container .clear-selected-item .clear-x:hover svg rect{fill:#0b49d1}.selected-item-container.non-editable{background-color:#f7f7f7}.selected-item-container.non-editable .selected-item-label,.selected-item-container.non-editable .selected-item-name{color:#919191}.selected-item-container.non-editable .selected-item-additional .selected-item-info svg-icon svg path{fill:#ccc}.selected-item-container.non-editable .selected-item-additional .selected-item-info p{color:#919191}.dropdown-trailer-hover:hover .ic_truck_semi-truck svg path{fill:#56b4ac}.dropdown-trailer-hover:hover .ic_truck_semi-wSleeper svg path{fill:#fab15c}.dropdown-trailer-hover:hover .ic_truck_box-truck svg path{fill:#e66767}.dropdown-trailer-hover:hover .ic_truck_cargo-van svg path{fill:#6692f1}.dropdown-trailer-hover:hover .ic_truck_tow-truck svg path{fill:#b370f0}.dropdown-trailer-hover:hover .ic_truck_car-hauler svg path{fill:#e668a0}.dropdown-trailer-hover:hover .ic_truck_spotter svg path{fill:#a08266}.dropdown-trailer-hover:hover .ic_trailer_reefer svg path{fill:#6692f1}.dropdown-trailer-hover:hover .ic_trailer_dryvan svg path{fill:#8785e8}.dropdown-trailer-hover:hover .ic_trailer_side-kit svg path{fill:#ff906d}.dropdown-trailer-hover:hover .ic_trailer_conestoga svg path{fill:#daad4f}.dropdown-trailer-hover:hover .ic_trailer_dumper svg path{fill:#b370f0}.dropdown-trailer-hover:hover .ic_trailer_container svg path{fill:#fab15c}.dropdown-trailer-hover:hover .ic_trailer_tanker svg path{fill:#77bf56}.dropdown-trailer-hover:hover .ic_trailer_carhauler svg path{fill:#e668a0}.dropdown-trailer-hover:hover .ic_trailer_flatbed svg path{fill:#ed9292}.dropdown-trailer-hover:hover .ic_trailer_low-boy svg path{fill:#df3c3c}.dropdown-trailer-hover:hover .ic_trailer_chassis svg path{fill:#a08266}.dropdown-trailer-hover:hover .ic_trailer_step-deck svg path{fill:#e66767}.dropdown-trailer-hover:hover .ic_trailer_tanker_pneumatic svg path{fill:#56b4ac}.dropdown-trailer-hover:hover .ic_carhauler_stinger svg path{fill:#df3d85}.hide-after-arrow .dropdown-option.active:after{display:none!important}*{margin:0;font-family:Roboto,Helvetica Neue,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}.border-filter{width:100%;height:1px;border-radius:1px;margin:4px 0;background-color:#424242}.selected-name-text{width:100%;line-height:26px}.user-holder{width:100%;height:auto;max-height:none}.user-holder .user-frame-holder{position:relative;width:100%;opacity:1;transition:height .2s linear}.user-holder .user-frame-holder .user-main-holder{width:100%;padding-right:4px;transition:height .2s linear}.user-holder .user-frame-holder .user-main-holder .icon-delete{visibility:hidden}.user-holder .user-frame-holder .user-main-holder:hover{cursor:pointer;background-color:#1d1d1d}.user-holder .user-frame-holder .user-main-holder:hover .icon-delete{visibility:visible}.user-holder .user-frame-holder .user-main-holder:hover .icon-delete svg-icon svg path{fill:#e57373!important}.user-holder .user-frame-holder .user-main-holder.state-main-holder{height:26px}.user-holder .user-frame-holder .user-frame{position:relative;width:100%;min-height:26px;border-radius:2px;padding-left:30px;box-sizing:border-box;font-size:14px;color:#dadada;line-height:18px;margin-bottom:2px}.user-holder .user-frame-holder .user-frame::selection{background:#6c6c6c20;color:#6c6c6c}.user-holder .user-frame-holder .selected-name-text{line-height:26px}.user-holder .user-frame-holder .count-holder{position:absolute;right:0;min-width:18px;min-height:18px;font-size:11px;line-height:14px;color:#ffffffb2;background-color:#424242;border-radius:100%}.user-holder .user-frame-holder .count-holder.activeCount{background-color:#3b73ed;color:#dadada}.selected-user-holder{width:100%;box-sizing:border-box;transition:height .2s linear}.selected-user-holder:hover .count-holder{display:none!important}.selected-user-holder .user-main-holder{position:relative;width:100%;height:28px;transition:height .2s linear;cursor:pointer}.selected-user-holder .user-main-holder:hover{cursor:pointer;background-color:#1d1d1d}.selected-user-holder .user-main-holder:hover .user-profile-img svg-icon svg path{fill:#dadada}.selected-user-holder .user-main-holder:hover .selected-icon{display:none}.selected-user-holder .user-main-holder.removeClass{scale:.7;height:0px;background-color:#424242;opacity:0;pointer-events:none}.selected-user-holder .user-main-holder .user-profile-img{position:absolute;left:6px;top:0;height:26px;width:18px}.selected-user-holder .user-main-holder .user-profile-img .user_avatar{width:18px;height:18px;background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:100%}.selected-user-holder .user-main-holder .user-profile-img .user_avatar.driver_avatar{height:18px;width:15px;border-radius:2px}.selected-user-holder .selected-user-frame{position:relative;width:100%;height:26px;padding-left:30px;border-radius:2px;box-sizing:border-box;font-size:14px;color:#dadada;line-height:26px;margin-bottom:2px;-webkit-user-select:none;user-select:none}.selected-user-holder .selected-user-frame:hover{padding-right:4px}.status-data-main-holder{width:100%}.user-profile-img{position:absolute;top:0!important;left:6px!important;height:26px}.user-profile-img .status-circle{height:12px!important;width:12px!important;border-radius:100%}\n"] }]
182
183
  }], ctorParameters: function () { return [{ type: i1.TruckassistTableService }]; }, propDecorators: { type: [{
183
184
  type: Input
184
185
  }], isLegendView: [{
@@ -188,4 +189,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
188
189
  }], toDoSubType: [{
189
190
  type: Input
190
191
  }] } });
191
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2Etc3RhdHVzLWZpbHRlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1maWx0ZXJzL2NvbXBvbmVudHMvY2Etc3RhdHVzLWZpbHRlci9jYS1zdGF0dXMtZmlsdGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWZpbHRlcnMvY29tcG9uZW50cy9jYS1zdGF0dXMtZmlsdGVyL2NhLXN0YXR1cy1maWx0ZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQXFCLE1BQU0sZUFBZSxDQUFDO0FBQ3BFLE9BQU8sRUFBRSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBRTFDLFVBQVU7QUFDVixPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUN4RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFFeEQsUUFBUTtBQUNSLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBQ2hGLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLCtEQUErRCxDQUFDO0FBQ3hHLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUVuRSxRQUFRO0FBQ1IsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sa0RBQWtELENBQUM7QUFFL0YsYUFBYTtBQUNiLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUN2RSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFDckUsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0seUVBQXlFLENBQUM7QUFVN0csWUFBWTtBQUNaLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDBFQUEwRSxDQUFDOzs7OztBQW9CakgsTUFBTSxPQUFPLHVCQUF1QjtJQWlDbEM7SUFDRSxXQUFXO0lBQ0gsWUFBcUM7UUFBckMsaUJBQVksR0FBWixZQUFZLENBQXlCO1FBbEN0QyxTQUFJLEdBQVcsdUJBQXVCLENBQUMsYUFBYSxDQUFDO1FBQ3JELGlCQUFZLEdBQVksS0FBSyxDQUFDO1FBQzlCLG1CQUFjLEdBQVksS0FBSyxDQUFDO1FBQ2hDLGdCQUFXLEdBQ2xCLHVCQUF1QixDQUFDLHdCQUF3QixDQUFDO1FBRTNDLGFBQVEsR0FBRyxJQUFJLE9BQU8sRUFBUSxDQUFDO1FBQ2hDLDJCQUFzQixHQUFXLENBQUMsQ0FBQztRQUVuQyxpQkFBWSxHQU1iLEVBQUUsQ0FBQztRQUVGLHNCQUFpQixHQUFZLEtBQUssQ0FBQztRQUNuQyx5QkFBb0IsR0FBWSxJQUFJLENBQUM7UUFFckMsbUJBQWMsR0FBRyxjQUFjLENBQUM7UUFDaEMsc0JBQWlCLEdBQWtCLEVBQUUsQ0FBQztRQUN0QyxvQkFBZSxHQUFXLENBQUMsQ0FBQztRQUU1QiwyQkFBc0IsR0FNdkIscUJBQXFCLENBQUMsb0JBQW9CLENBQUM7SUFLOUMsQ0FBQztJQUVKLFFBQVE7UUFDTixJQUFJLENBQUMsaUNBQWlDLEVBQUUsQ0FBQztJQUMzQyxDQUFDO0lBRUQsV0FBVztRQUNULElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxFQUFFLENBQUM7UUFDckIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLEVBQUUsQ0FBQztJQUMzQixDQUFDO0lBRU0sWUFBWSxDQUFDLEtBQWE7UUFDL0IsT0FBTyxLQUFLLENBQUM7SUFDZixDQUFDO0lBRU0sY0FBYyxDQUFDLE1BQWE7UUFDakMsSUFBSSxXQUFXLEdBQUcsRUFBRSxDQUFDO1FBQ3JCLElBQUksT0FBTyxHQUFHLHVCQUF1QixDQUFDLHdCQUF3QixDQUFDLFFBQVEsRUFBRSxDQUFDO1FBRTFFLElBQUksQ0FBQyxpQkFBaUIsR0FBRyxDQUFDLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDO1FBQ2hELE1BQU0sb0JBQW9CLEdBQWEsRUFBRSxDQUFDO1FBQzFDLElBQUksQ0FBQyxlQUFlLEdBQUcsSUFBSSxDQUFDLGlCQUFpQixDQUFDLE1BQU0sQ0FBQztRQUVyRCxNQUFNLFNBQVMsR0FBa0IsSUFBSSxDQUFDLHNCQUFzQixDQUFDO1FBRTdELFNBQVMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxJQUFJLEVBQUUsRUFBRTtZQUNyQixJQUFJLElBQUksQ0FBQyxVQUFVLEVBQUU7Z0JBQ25CLElBQUksQ0FBQyxZQUFZLENBQUMsR0FBRyxJQUFJLENBQUM7YUFDM0I7aUJBQU07Z0JBQ0wsSUFBSSxDQUFDLFlBQVksQ0FBQyxHQUFHLEtBQUssQ0FBQzthQUM1QjtRQUNILENBQUMsQ0FBQyxDQUFDO1FBRUgsSUFBSSxDQUFDLGlCQUFpQixDQUFDLEdBQUcsQ0FBQyxDQUFDLElBQUksRUFBRSxFQUFFO1lBQ2xDLG9CQUFvQixDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRyxDQUFDLENBQUM7UUFDdEMsQ0FBQyxDQUFDLENBQUM7UUFFSCxXQUFXLEdBQUcsb0JBQW9CLENBQUM7UUFDbkMsT0FBTztZQUNMLElBQUksQ0FBQyxXQUFXO2dCQUNoQix1QkFBdUIsQ0FBQyx3QkFBd0IsQ0FBQyxRQUFRLEVBQUUsQ0FBQztRQUU5RCxNQUFNLElBQUksR0FBRztZQUNYLFVBQVUsRUFBRSxJQUFJLENBQUMsSUFBSTtZQUNyQixNQUFNLEVBQUUsS0FBSztZQUNiLFdBQVcsRUFBRSxXQUFXO1lBQ3hCLE9BQU8sRUFBRSxPQUFPO1NBQ2pCLENBQUM7UUFDRixPQUFPLElBQUksQ0FBQztJQUNkLENBQUM7SUFFTSxRQUFRLENBQUMsS0FBYTtRQUMzQixJQUFJLEtBQUs7WUFBRSxLQUFLLENBQUMsZUFBZSxFQUFFLENBQUM7UUFFbkMsSUFBSSxDQUFDLFlBQVksR0FBRyxFQUFFLENBQUM7UUFFdkIsSUFBSSxDQUFDLHNCQUFzQixDQUFDLEdBQUcsQ0FBQyxDQUFDLElBQUksRUFBRSxFQUFFO1lBQ3ZDLElBQUksQ0FBQyxVQUFVLEdBQUcsS0FBSyxDQUFDO1FBQzFCLENBQUMsQ0FBQyxDQUFDO1FBRUgsSUFBSSxDQUFDLGlCQUFpQixHQUFHLElBQUksQ0FBQztRQUM5QixJQUFJLENBQUMsaUJBQWlCLEdBQUcsRUFBRSxDQUFDO1FBQzVCLElBQUksQ0FBQyxlQUFlLEdBQUcsQ0FBQyxDQUFDO1FBRXpCLE1BQU0sSUFBSSxHQUFHO1lBQ1gsTUFBTSxFQUFFLE9BQU87WUFDZixJQUFJLEVBQUUsSUFBSSxDQUFDLElBQUk7WUFDZixVQUFVLEVBQUUsSUFBSSxDQUFDLElBQUk7U0FDdEIsQ0FBQztRQUNGLE9BQU8sSUFBSSxDQUFDO0lBQ2QsQ0FBQztJQUVNLFNBQVM7UUFDZCxJQUFJLENBQUMsc0JBQXNCLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxFQUFFO1lBQ3hDLElBQUksSUFBSSxDQUFDLG9CQUFvQixFQUFFO2dCQUM3QixPQUFPLENBQUMsQ0FBQyxLQUFNLEdBQUcsQ0FBQyxDQUFDLEtBQU0sQ0FBQzthQUM1QjtpQkFBTTtnQkFDTCxPQUFPLENBQUMsQ0FBQyxLQUFNLEdBQUcsQ0FBQyxDQUFDLEtBQU0sQ0FBQzthQUM1QjtRQUNILENBQUMsQ0FBQyxDQUFDO1FBRUgsSUFBSSxDQUFDLG9CQUFvQixHQUFHLENBQUMsSUFBSSxDQUFDLG9CQUFvQixDQUFDO0lBQ3pELENBQUM7SUFFTyxpQ0FBaUM7UUFDdkMsSUFBSSxDQUFDLFlBQVksQ0FBQyw4QkFBOEI7YUFDN0MsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7YUFDOUIsU0FBUyxDQUFDLENBQUMsR0FBRyxFQUFFLEVBQUU7WUFDakIsSUFBSSxHQUFHLElBQUksSUFBSSxDQUFDLElBQUksS0FBSyxvQkFBb0IsQ0FBQyxhQUFhLEVBQUU7Z0JBQzNELElBQUksQ0FBQyxzQkFBc0IsR0FBRyxHQUFHLENBQUMsT0FBTyxDQUFDO2FBQzNDO1FBQ0gsQ0FBQyxDQUFDLENBQUM7SUFDUCxDQUFDO0lBRU0saUJBQWlCLENBQ3RCLElBTUMsRUFDRCxJQUFZO1FBRVosTUFBTSxTQUFTLEdBQUcsSUFBSSxDQUFDLHNCQUFzQixDQUFDO1FBRTlDLFNBQVMsQ0FBQyxJQUFJLENBQUMsQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDO1FBRWxDLElBQUksQ0FBQyxzQkFBc0IsR0FBRyxTQUFTLENBQUMsTUFBTSxDQUM1QyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQyxLQUFLLENBQUMsVUFBVSxDQUM3QixFQUFFLE1BQU0sQ0FBQztRQUVWLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO1FBRTdCLElBQUksQ0FBQyxzQkFBc0IsRUFBRSxDQUFDO0lBQ2hDLENBQUM7SUFFTSxzQkFBc0IsQ0FDM0IsSUFNQyxFQUNELElBQVk7UUFFWixJQUFJLENBQUMsWUFBWSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDLENBQUM7UUFDbEMsTUFBTSxFQUFFLEdBQUcsSUFBSSxDQUFDLEVBQUUsQ0FBQztRQUNuQixNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsc0JBQXNCLENBQUM7UUFFOUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxDQUFDLEtBQUssRUFBRSxFQUFFO1lBQ3RCLElBQUksS0FBSyxDQUFDLEVBQUUsS0FBSyxFQUFFLEVBQUU7Z0JBQ25CLEtBQUssQ0FBQyxVQUFVLEdBQUcsS0FBSyxDQUFDO2FBQzFCO1FBQ0gsQ0FBQyxDQUFDLENBQUM7UUFFSCxJQUFJLENBQUMsc0JBQXNCLEdBQUcsU0FBUyxDQUFDLE1BQU0sQ0FDNUMsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FDN0IsRUFBRSxNQUFNLENBQUM7UUFFVixJQUFJLENBQUMsc0JBQXNCLEVBQUUsQ0FBQztJQUNoQyxDQUFDO0lBRU0sc0JBQXNCO1FBQzNCLE1BQU0sTUFBTSxHQUFHLENBQUMsR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUM7UUFDdEMsTUFBTSxNQUFNLEdBQUcsQ0FBQyxHQUFHLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO1FBRTNDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxFQUFFLEVBQUU7WUFDbkIsT0FBTyxDQUFDLENBQUMsRUFBRyxHQUFHLENBQUMsQ0FBQyxFQUFHLENBQUM7UUFDdkIsQ0FBQyxDQUFDLENBQUM7UUFFSCxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxFQUFFO1lBQ25CLE9BQU8sQ0FBQyxDQUFDLEVBQUcsR0FBRyxDQUFDLENBQUMsRUFBRyxDQUFDO1FBQ3ZCLENBQUMsQ0FBQyxDQUFDO1FBRUgsTUFBTSxTQUFTLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUN6QyxNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBRXpDLElBQUksU0FBUyxLQUFLLFNBQVMsRUFBRTtZQUMzQixJQUFJLENBQUMsaUJBQWlCLEdBQUcsS0FBSyxDQUFDO1NBQ2hDO2FBQU07WUFDTCxJQUFJLENBQUMsaUJBQWlCLEdBQUcsSUFBSSxDQUFDO1NBQy9CO0lBQ0gsQ0FBQztJQUVNLFVBQVUsQ0FBQyxZQUE2QztRQUM3RCxPQUFPLGtCQUFrQixDQUFDLFlBQVksQ0FBVyxDQUFDO0lBQ3BELENBQUM7K0dBNU1VLHVCQUF1QjttR0FBdkIsdUJBQXVCLHNNQ2xEcEMsOGlKQTRIQTtnQkR4RkksVUFBVTtnQkFDVixvQkFBb0IsZ09BQ3BCLFlBQVksb1ZBQ1osZ0JBQWdCO2dCQUNoQixRQUFRO2dCQUNSLDJCQUEyQixrREFJakI7WUFDVixjQUFjLENBQUMsZ0JBQWdCLENBQUM7WUFDaEMsYUFBYSxDQUFDLGVBQWUsQ0FBQztTQUMvQjs7NEZBRVUsdUJBQXVCO2tCQWxCbkMsU0FBUzsrQkFDRSxzQkFBc0IsY0FDcEIsSUFBSSxXQUNQO3dCQUNQLFVBQVU7d0JBQ1Ysb0JBQW9CO3dCQUNwQixZQUFZO3dCQUNaLGdCQUFnQjt3QkFDaEIsUUFBUTt3QkFDUiwyQkFBMkI7cUJBQzVCLGNBR1c7d0JBQ1YsY0FBYyxDQUFDLGdCQUFnQixDQUFDO3dCQUNoQyxhQUFhLENBQUMsZUFBZSxDQUFDO3FCQUMvQjs4R0FHUSxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csWUFBWTtzQkFBcEIsS0FBSztnQkFDRyxjQUFjO3NCQUF0QixLQUFLO2dCQUNHLFdBQVc7c0JBQW5CLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBPbkRlc3Ryb3ksIE9uSW5pdCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBTdWJqZWN0LCB0YWtlVW50aWwgfSBmcm9tIFwicnhqc1wiO1xuXG4vLyBtb2R1bGVzXG5pbXBvcnQgeyBBbmd1bGFyU3ZnSWNvbk1vZHVsZSB9IGZyb20gXCJhbmd1bGFyLXN2Zy1pY29uXCI7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XG5pbXBvcnQgeyBIdHRwQ2xpZW50TW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vbi9odHRwXCI7XG5cbi8vIGVudW1zXG5pbXBvcnQgeyBMb2FkRmlsdGVyU3RyaW5nRW51bSB9IGZyb20gXCJAY2Etc2hhcmVkL2VudW1zL2xvYWQtZmlsdGVyLXN0cmluZy5lbnVtXCI7XG5pbXBvcnQgeyBUb29sYmFyRmlsdGVyU3RyaW5nRW51bSB9IGZyb20gXCJAY2Etc2hhcmVkL2NvbXBvbmVudHMvY2EtbWFwL2VudW1zL3Rvb2xiYXItZmlsdGVyLXN0cmluZy5lbnVtXCI7XG5pbXBvcnQgeyBMb2FkU3RhdHVzRW51bSB9IGZyb20gXCJAY2Etc2hhcmVkL2VudW1zL2xvYWQtc3RhdHVzLmVudW1cIjtcblxuLy8gcGlwZXNcbmltcG9ydCB7IERyb3Bkb3duTG9hZFN0YXR1c0NvbG9yUGlwZSB9IGZyb20gXCJAY2Etc2hhcmVkL3BpcGVzL2Ryb3Bkb3duLWxvYWQtc3RhdHVzLWNvbG9yLnBpcGVcIjtcblxuLy8gYW5pbWF0aW9uc1xuaW1wb3J0IHsgaW5PdXRBbmltYXRpb24gfSBmcm9tIFwiQGNhLXNoYXJlZC9hbmltYXRpb24vaW4tb3V0LmFuaW1hdGlvblwiO1xuaW1wb3J0IHsgc2hvd0FuaW1hdGlvbiB9IGZyb20gXCJAY2Etc2hhcmVkL2FuaW1hdGlvbnMvc2hvdy5hbmltYXRpb25cIjtcbmltcG9ydCB7IENhRmlsdGVyc1N2Z1JvdXRlcyB9IGZyb20gXCJAY2Etc2hhcmVkL2NvbXBvbmVudHMvY2EtZmlsdGVycy91dGlscy9zdmctcm91dGVzL2NhLWZpbHRlcnMtc3ZnLXJvdXRlc1wiO1xuXG4vLyBtb2RlbHNcbmltcG9ydCB7IEFycmF5U3RhdHVzIH0gZnJvbSBcIkBjYS1zaGFyZWQvbW9kZWxzL2FycmF5LXN0YXR1cy5tb2RlbFwiO1xuaW1wb3J0IHsgZmlsdGVyT3V0cHV0IH0gZnJvbSBcIkBjYS1zaGFyZWQvbW9kZWxzL2ZpbHRlci1vdXRwdXQubW9kZWxcIjtcbmltcG9ydCB7IGZpbHRlck91dHB1dFdpdGhQYXJhbXMgfSBmcm9tIFwiQGNhLXNoYXJlZC9tb2RlbHMvZmlsdGVyLW91dHB1dC1wYXJhbXMubW9kZWxcIjtcblxuLy8gc2VydmljZXNcbmltcG9ydCB7IFRydWNrYXNzaXN0VGFibGVTZXJ2aWNlIH0gZnJvbSBcIkBjYS1zaGFyZWQvc2VydmljZXMvdHJ1Y2thc3Npc3QtdGFibGUuc2VydmljZVwiO1xuXG4vLyBjb25zdGFudHNcbmltcG9ydCB7IFN0YXR1c0ZpbHRlckNvbnN0YW50cyB9IGZyb20gXCJAY2Etc2hhcmVkL2NvbXBvbmVudHMvY2EtZmlsdGVycy91dGlscy9jb25zdGFudHMvc3RhdHVzLWZpbHRlci5jb25zdGFudHNcIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcImFwcC1jYS1zdGF0dXMtZmlsdGVyXCIsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtcbiAgICAvLyBtb2R1bGVzXG4gICAgQW5ndWxhclN2Z0ljb25Nb2R1bGUsXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIEh0dHBDbGllbnRNb2R1bGUsXG4gICAgLy8gcGlwZXNcbiAgICBEcm9wZG93bkxvYWRTdGF0dXNDb2xvclBpcGUsXG4gIF0sXG4gIHRlbXBsYXRlVXJsOiBcIi4vY2Etc3RhdHVzLWZpbHRlci5jb21wb25lbnQuaHRtbFwiLFxuICBzdHlsZVVybHM6IFtcIi4vY2Etc3RhdHVzLWZpbHRlci5jb21wb25lbnQuc2Nzc1wiXSxcbiAgYW5pbWF0aW9uczogW1xuICAgIGluT3V0QW5pbWF0aW9uKFwiaW5PdXRBbmltYXRpb25cIiksXG4gICAgc2hvd0FuaW1hdGlvbihcInNob3dBbmltYXRpb25cIiksXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIENhU3RhdHVzRmlsdGVyQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBPbkRlc3Ryb3kge1xuICBASW5wdXQoKSB0eXBlOiBzdHJpbmcgPSBUb29sYmFyRmlsdGVyU3RyaW5nRW51bS5TVEFUVVNfRklMVEVSO1xuICBASW5wdXQoKSBpc0xlZ2VuZFZpZXc6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KCkgaXNGaWx0ZXJBY3RpdmU6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KCkgdG9Eb1N1YlR5cGU6IHN0cmluZyA9XG4gICAgVG9vbGJhckZpbHRlclN0cmluZ0VudW0uRU1QVFlfU1RSSU5HX1BMQUNFSE9MREVSO1xuXG4gIHByaXZhdGUgZGVzdHJveSQgPSBuZXcgU3ViamVjdDx2b2lkPigpO1xuICBwdWJsaWMgdW5zZWxlY3RlZFZpc2libGVDb3VudDogbnVtYmVyID0gMDtcblxuICBwdWJsaWMgc2VsZWN0ZWRVc2VyOiB7XG4gICAgaWQ6IG51bWJlcjtcbiAgICBuYW1lOiBzdHJpbmc7XG4gICAgY291bnQ6IG51bWJlcjtcbiAgICBoaWRkZW46IGJvb2xlYW47XG4gICAgaXNTZWxlY3RlZDogYm9vbGVhbjtcbiAgfVtdID0gW107XG5cbiAgcHVibGljIGlzQnV0dG9uQXZhaWxhYmxlOiBib29sZWFuID0gZmFsc2U7XG4gIHB1YmxpYyBpc0FzY2VuZGluZ1NvcnRPcmRlcjogYm9vbGVhbiA9IHRydWU7XG5cbiAgcHVibGljIGxvYWRTdGF0dXNFbnVtID0gTG9hZFN0YXR1c0VudW07XG4gIHB1YmxpYyBmaWx0ZXJBY3RpdmVBcnJheTogQXJyYXlTdGF0dXNbXSA9IFtdO1xuICBwdWJsaWMgdG90YWxGaWx0ZXJzTnVtOiBudW1iZXIgPSAwO1xuXG4gIHB1YmxpYyBsb2FkU3RhdHVzT3B0aW9uc0FycmF5OiB7XG4gICAgaWQ6IG51bWJlcjtcbiAgICBuYW1lOiBzdHJpbmc7XG4gICAgY291bnQ6IG51bWJlcjtcbiAgICBoaWRkZW46IGJvb2xlYW47XG4gICAgaXNTZWxlY3RlZDogYm9vbGVhbjtcbiAgfVtdID0gU3RhdHVzRmlsdGVyQ29uc3RhbnRzLlNUQVRVU19PUFRJT05TX0FSUkFZO1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIC8vIHNlcnZpY2VzXG4gICAgcHJpdmF0ZSB0YWJsZVNlcnZpY2U6IFRydWNrYXNzaXN0VGFibGVTZXJ2aWNlXG4gICkge31cblxuICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLndhdGNoTG9hZFN0YXR1c0ZpbHRlclZhbHVlQ2hhbmdlcygpO1xuICB9XG5cbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgdGhpcy5kZXN0cm95JC5uZXh0KCk7XG4gICAgdGhpcy5kZXN0cm95JC5jb21wbGV0ZSgpO1xuICB9XG5cbiAgcHVibGljIHRyYWNrQnlJbmRleChpbmRleDogbnVtYmVyKTogbnVtYmVyIHtcbiAgICByZXR1cm4gaW5kZXg7XG4gIH1cblxuICBwdWJsaWMgc2V0RmlsdGVyVmFsdWUoJGV2ZW50OiBFdmVudCk6IGZpbHRlck91dHB1dCB8IGZpbHRlck91dHB1dFdpdGhQYXJhbXMge1xuICAgIGxldCBxdWVyeVBhcmFtcyA9IHt9O1xuICAgIGxldCBzdWJUeXBlID0gVG9vbGJhckZpbHRlclN0cmluZ0VudW0uRU1QVFlfU1RSSU5HX1BMQUNFSE9MREVSLnRvU3RyaW5nKCk7XG5cbiAgICB0aGlzLmZpbHRlckFjdGl2ZUFycmF5ID0gWy4uLnRoaXMuc2VsZWN0ZWRVc2VyXTtcbiAgICBjb25zdCBzZWxlY3RlZFVzZXJzSWRBcnJheTogbnVtYmVyW10gPSBbXTtcbiAgICB0aGlzLnRvdGFsRmlsdGVyc051bSA9IHRoaXMuZmlsdGVyQWN0aXZlQXJyYXkubGVuZ3RoO1xuXG4gICAgY29uc3QgbWFpbkFycmF5OiBBcnJheVN0YXR1c1tdID0gdGhpcy5sb2FkU3RhdHVzT3B0aW9uc0FycmF5O1xuXG4gICAgbWFpbkFycmF5Lm1hcCgoaXRlbSkgPT4ge1xuICAgICAgaWYgKGl0ZW0uaXNTZWxlY3RlZCkge1xuICAgICAgICBpdGVtW1wiY3VycmVudFNldFwiXSA9IHRydWU7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICBpdGVtW1wiY3VycmVudFNldFwiXSA9IGZhbHNlO1xuICAgICAgfVxuICAgIH0pO1xuXG4gICAgdGhpcy5maWx0ZXJBY3RpdmVBcnJheS5tYXAoKGRhdGEpID0+IHtcbiAgICAgIHNlbGVjdGVkVXNlcnNJZEFycmF5LnB1c2goZGF0YS5pZCEpO1xuICAgIH0pO1xuXG4gICAgcXVlcnlQYXJhbXMgPSBzZWxlY3RlZFVzZXJzSWRBcnJheTtcbiAgICBzdWJUeXBlID1cbiAgICAgIHRoaXMudG9Eb1N1YlR5cGUgPz9cbiAgICAgIFRvb2xiYXJGaWx0ZXJTdHJpbmdFbnVtLkVNUFRZX1NUUklOR19QTEFDRUhPTERFUi50b1N0cmluZygpO1xuXG4gICAgY29uc3QgZGF0YSA9IHtcbiAgICAgIGZpbHRlclR5cGU6IHRoaXMudHlwZSxcbiAgICAgIGFjdGlvbjogXCJTZXRcIixcbiAgICAgIHF1ZXJ5UGFyYW1zOiBxdWVyeVBhcmFtcyxcbiAgICAgIHN1YlR5cGU6IHN1YlR5cGUsXG4gICAgfTtcbiAgICByZXR1cm4gZGF0YTtcbiAgfVxuXG4gIHB1YmxpYyBjbGVhckFsbChldmVudD86IEV2ZW50KTogZmlsdGVyT3V0cHV0IHwgZmlsdGVyT3V0cHV0V2l0aFBhcmFtcyB7XG4gICAgaWYgKGV2ZW50KSBldmVudC5zdG9wUHJvcGFnYXRpb24oKTtcblxuICAgIHRoaXMuc2VsZWN0ZWRVc2VyID0gW107XG5cbiAgICB0aGlzLmxvYWRTdGF0dXNPcHRpb25zQXJyYXkubWFwKChpdGVtKSA9PiB7XG4gICAgICBpdGVtLmlzU2VsZWN0ZWQgPSBmYWxzZTtcbiAgICB9KTtcblxuICAgIHRoaXMuaXNCdXR0b25BdmFpbGFibGUgPSB0cnVlO1xuICAgIHRoaXMuZmlsdGVyQWN0aXZlQXJyYXkgPSBbXTtcbiAgICB0aGlzLnRvdGFsRmlsdGVyc051bSA9IDA7XG5cbiAgICBjb25zdCBkYXRhID0ge1xuICAgICAgYWN0aW9uOiBcIkNsZWFyXCIsXG4gICAgICB0eXBlOiB0aGlzLnR5cGUsXG4gICAgICBmaWx0ZXJUeXBlOiB0aGlzLnR5cGUsXG4gICAgfTtcbiAgICByZXR1cm4gZGF0YTtcbiAgfVxuXG4gIHB1YmxpYyBzb3J0SXRlbXMoKTogdm9pZCB7XG4gICAgdGhpcy5sb2FkU3RhdHVzT3B0aW9uc0FycmF5LnNvcnQoKGEsIGIpID0+IHtcbiAgICAgIGlmICh0aGlzLmlzQXNjZW5kaW5nU29ydE9yZGVyKSB7XG4gICAgICAgIHJldHVybiBhLmNvdW50ISAtIGIuY291bnQhO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgcmV0dXJuIGIuY291bnQhIC0gYS5jb3VudCE7XG4gICAgICB9XG4gICAgfSk7XG5cbiAgICB0aGlzLmlzQXNjZW5kaW5nU29ydE9yZGVyID0gIXRoaXMuaXNBc2NlbmRpbmdTb3J0T3JkZXI7XG4gIH1cblxuICBwcml2YXRlIHdhdGNoTG9hZFN0YXR1c0ZpbHRlclZhbHVlQ2hhbmdlcygpOiB2b2lkIHtcbiAgICB0aGlzLnRhYmxlU2VydmljZS5jdXJyZW50TG9hZFN0YXR1c0ZpbHRlck9wdGlvbnNcbiAgICAgIC5waXBlKHRha2VVbnRpbCh0aGlzLmRlc3Ryb3kkKSlcbiAgICAgIC5zdWJzY3JpYmUoKHJlcykgPT4ge1xuICAgICAgICBpZiAocmVzICYmIHRoaXMudHlwZSA9PT0gTG9hZEZpbHRlclN0cmluZ0VudW0uU1RBVFVTX0ZJTFRFUikge1xuICAgICAgICAgIHRoaXMubG9hZFN0YXR1c09wdGlvbnNBcnJheSA9IHJlcy5vcHRpb25zO1xuICAgICAgICB9XG4gICAgICB9KTtcbiAgfVxuXG4gIHB1YmxpYyBhZGRUb1NlbGVjdGVkVXNlcihcbiAgICBpdGVtOiB7XG4gICAgICBpZDogbnVtYmVyO1xuICAgICAgbmFtZTogc3RyaW5nO1xuICAgICAgY291bnQ6IG51bWJlcjtcbiAgICAgIGhpZGRlbjogYm9vbGVhbjtcbiAgICAgIGlzU2VsZWN0ZWQ6IGJvb2xlYW47XG4gICAgfSxcbiAgICBpbmR4OiBudW1iZXJcbiAgKSB7XG4gICAgY29uc3QgbWFpbkFycmF5ID0gdGhpcy5sb2FkU3RhdHVzT3B0aW9uc0FycmF5O1xuXG4gICAgbWFpbkFycmF5W2luZHhdLmlzU2VsZWN0ZWQgPSB0cnVlO1xuXG4gICAgdGhpcy51bnNlbGVjdGVkVmlzaWJsZUNvdW50ID0gbWFpbkFycmF5LmZpbHRlcihcbiAgICAgIChpdGVtMikgPT4gIWl0ZW0yLmlzU2VsZWN0ZWRcbiAgICApPy5sZW5ndGg7XG5cbiAgICB0aGlzLnNlbGVjdGVkVXNlci5wdXNoKGl0ZW0pO1xuXG4gICAgdGhpcy5jaGVja0ZpbHRlckFjdGl2ZVZhbHVlKCk7XG4gIH1cblxuICBwdWJsaWMgcmVtb3ZlRnJvbVNlbGVjdGVkVXNlcihcbiAgICBpdGVtOiB7XG4gICAgICBpZDogbnVtYmVyO1xuICAgICAgbmFtZTogc3RyaW5nO1xuICAgICAgY291bnQ6IG51bWJlcjtcbiAgICAgIGhpZGRlbjogYm9vbGVhbjtcbiAgICAgIGlzU2VsZWN0ZWQ6IGJvb2xlYW47XG4gICAgfSxcbiAgICBpbmR4OiBudW1iZXJcbiAgKTogdm9pZCB7XG4gICAgdGhpcy5zZWxlY3RlZFVzZXIuc3BsaWNlKGluZHgsIDEpO1xuICAgIGNvbnN0IGlkID0gaXRlbS5pZDtcbiAgICBjb25zdCBtYWluQXJyYXkgPSB0aGlzLmxvYWRTdGF0dXNPcHRpb25zQXJyYXk7XG5cbiAgICBtYWluQXJyYXkubWFwKChpdGVtMikgPT4ge1xuICAgICAgaWYgKGl0ZW0yLmlkID09PSBpZCkge1xuICAgICAgICBpdGVtMi5pc1NlbGVjdGVkID0gZmFsc2U7XG4gICAgICB9XG4gICAgfSk7XG5cbiAgICB0aGlzLnVuc2VsZWN0ZWRWaXNpYmxlQ291bnQgPSBtYWluQXJyYXkuZmlsdGVyKFxuICAgICAgKGl0ZW0yKSA9PiAhaXRlbTIuaXNTZWxlY3RlZFxuICAgICk/Lmxlbmd0aDtcblxuICAgIHRoaXMuY2hlY2tGaWx0ZXJBY3RpdmVWYWx1ZSgpO1xuICB9XG5cbiAgcHVibGljIGNoZWNrRmlsdGVyQWN0aXZlVmFsdWUoKTogdm9pZCB7XG4gICAgY29uc3QgYXJyYXkxID0gWy4uLnRoaXMuc2VsZWN0ZWRVc2VyXTtcbiAgICBjb25zdCBhcnJheTIgPSBbLi4udGhpcy5maWx0ZXJBY3RpdmVBcnJheV07XG5cbiAgICBhcnJheTEuc29ydCgoYSwgYikgPT4ge1xuICAgICAgcmV0dXJuIGEuaWQhIC0gYi5pZCE7XG4gICAgfSk7XG5cbiAgICBhcnJheTIuc29ydCgoYSwgYikgPT4ge1xuICAgICAgcmV0dXJuIGEuaWQhIC0gYi5pZCE7XG4gICAgfSk7XG5cbiAgICBjb25zdCBzdHJpbmdmeTEgPSBKU09OLnN0cmluZ2lmeShhcnJheTEpO1xuICAgIGNvbnN0IHN0cmluZ2Z5MiA9IEpTT04uc3RyaW5naWZ5KGFycmF5Mik7XG5cbiAgICBpZiAoc3RyaW5nZnkxID09PSBzdHJpbmdmeTIpIHtcbiAgICAgIHRoaXMuaXNCdXR0b25BdmFpbGFibGUgPSBmYWxzZTtcbiAgICB9IGVsc2Uge1xuICAgICAgdGhpcy5pc0J1dHRvbkF2YWlsYWJsZSA9IHRydWU7XG4gICAgfVxuICB9XG5cbiAgcHVibGljIGdldFN2Z1BhdGgocHJvcGVydHlOYW1lOiBrZXlvZiB0eXBlb2YgQ2FGaWx0ZXJzU3ZnUm91dGVzKTogc3RyaW5nIHtcbiAgICByZXR1cm4gQ2FGaWx0ZXJzU3ZnUm91dGVzW3Byb3BlcnR5TmFtZV0gYXMgc3RyaW5nO1xuICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwiYm9yZGVyLWZpbHRlclwiPjwvZGl2PlxuPGRpdiBjbGFzcz1cInVzZXItaG9sZGVyXCIgKm5nSWY9XCJ0eXBlID09PSAnc3RhdHVzRmlsdGVyJ1wiPlxuICA8ZGl2IGNsYXNzPVwic3RhdHVzLWRhdGEtbWFpbi1ob2xkZXJcIj5cbiAgICA8bmctY29udGFpbmVyXG4gICAgICAqbmdGb3I9XCJsZXQgaXRlbSBvZiBzZWxlY3RlZFVzZXI7IGxldCBpbmR4ID0gaW5kZXg7IHRyYWNrQnk6IHRyYWNrQnlJbmRleFwiXG4gICAgPlxuICAgICAgPGRpdiBjbGFzcz1cInVzZXItZnJhbWUtaG9sZGVyIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXJcIj5cbiAgICAgICAgPGRpdlxuICAgICAgICAgIGNsYXNzPVwic2VsZWN0ZWQtdXNlci1ob2xkZXIgZC1mbGV4IGZsZXgtY29sdW1uIGp1c3RpZnktY29udGVudC1zdGFydCBhbGlnbi1pdGVtcy1zdGFydFwiXG4gICAgICAgID5cbiAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICBjbGFzcz1cInVzZXItbWFpbi1ob2xkZXJcIlxuICAgICAgICAgICAgW0Bpbk91dEFuaW1hdGlvbl09XCInaW4nXCJcbiAgICAgICAgICAgIFtAc2hvd0FuaW1hdGlvbl09XCIhIWlzRmlsdGVyQWN0aXZlXCJcbiAgICAgICAgICAgIChjbGljayk9XCJyZW1vdmVGcm9tU2VsZWN0ZWRVc2VyKGl0ZW0sIGluZHgpXCJcbiAgICAgICAgICA+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwic2VsZWN0ZWQtdXNlci1mcmFtZSBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyIGZ3LWJvbGRcIj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInVzZXItcHJvZmlsZS1pbWcgZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlclwiPlxuICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgIGNsYXNzPVwic3RhdHVzLWNpcmNsZVwiXG4gICAgICAgICAgICAgICAgICBbbmdTdHlsZV09XCJcbiAgICAgICAgICAgICAgICAgICAgbG9hZFN0YXR1c0VudW1baXRlbS5pZF0gfCBkcm9wZG93bkxvYWRTdGF0dXNDb2xvcjogdHJ1ZVxuICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICA+PC9kaXY+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgY2xhc3M9XCJzZWxlY3RlZC1uYW1lLXRleHQgZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlclwiXG4gICAgICAgICAgICAgICAgW2NsYXNzLnRleHQtdXBwZXJjYXNlXT1cInR5cGUgPT09ICdzdGF0dXNGaWx0ZXInXCJcbiAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgIGNsYXNzPVwic2VsZWN0ZWQtbmFtZS10ZXh0IGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgICAgICAgICAgICAgICAgW2NsYXNzLnRleHQtdXBwZXJjYXNlXT1cInR5cGUgPT09ICdzdGF0dXNGaWx0ZXInXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICA8c3Bhbj4ge3sgaXRlbS5uYW1lIH19PC9zcGFuPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cIml0ZW0/LmNvdW50OyBlbHNlIG5vQ291bnRcIj5cbiAgICAgICAgICAgICAgICA8c3BhblxuICAgICAgICAgICAgICAgICAgY2xhc3M9XCJjb3VudC1ob2xkZXIgZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlciBqdXN0aWZ5LWNvbnRlbnQtY2VudGVyIGFjdGl2ZUNvdW50IGZ3LXNlbWlib2xkXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICB7eyBpdGVtLmNvdW50IH19XG4gICAgICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cblxuICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgI25vQ291bnQ+XG4gICAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cIiFpdGVtLmNvdW50OyBlbHNlIG5vQ291bnRlclwiPlxuICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInNlbGVjdGVkLWljb25cIj5cbiAgICAgICAgICAgICAgICAgICAgPHN2Zy1pY29uXG4gICAgICAgICAgICAgICAgICAgICAgW3NyY109XCJnZXRTdmdQYXRoKCdyZW1vdmVTZWxlY3RlZFZhbHVlJylcIlxuICAgICAgICAgICAgICAgICAgICA+PC9zdmctaWNvbj5cbiAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSAjbm9Db3VudGVyPlxuICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvdW50ZXItaG9sZGVyIGFjdGl2ZUNvdW50ZXJcIj4yPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cbiAgICAgICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cbiAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgIChjbGljayk9XCJyZW1vdmVGcm9tU2VsZWN0ZWRVc2VyKGl0ZW0sIGluZHgpXCJcbiAgICAgICAgICAgICAgICBjbGFzcz1cImljb24tZGVsZXRlIGQtZmxleFwiXG4gICAgICAgICAgICAgICAgW2NsYXNzLmNvdW50ZXJNYXJnaW5dPVwiaXRlbS5jb3VudFwiXG4gICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICA8c3ZnLWljb24gW3NyY109XCJnZXRTdmdQYXRoKCdyZW1vdmVTZWxlY3RlZFZhbHVlJylcIj48L3N2Zy1pY29uPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdlxuICAgICAgICAqbmdJZj1cInNlbGVjdGVkVXNlci5sZW5ndGggPiAwICYmIHVuc2VsZWN0ZWRWaXNpYmxlQ291bnRcIlxuICAgICAgICBjbGFzcz1cImJvcmRlci1maWx0ZXIgYm9yZGVyLXRocmlyZC1tYXJnaW5cIlxuICAgICAgPjwvZGl2PlxuICAgIDwvbmctY29udGFpbmVyPlxuXG4gICAgPG5nLWNvbnRhaW5lclxuICAgICAgKm5nRm9yPVwiXG4gICAgICAgIGxldCBpdGVtIG9mIGxvYWRTdGF0dXNPcHRpb25zQXJyYXk7XG4gICAgICAgIGxldCBpbmR4ID0gaW5kZXg7XG4gICAgICAgIHRyYWNrQnk6IHRyYWNrQnlJbmRleFxuICAgICAgXCJcbiAgICA+XG4gICAgICA8ZGl2IGNsYXNzPVwidXNlci1mcmFtZS1ob2xkZXIgZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlclwiPlxuICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiIWl0ZW0uaGlkZGVuICYmICFpdGVtLmlzU2VsZWN0ZWRcIj5cbiAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICBbQGluT3V0QW5pbWF0aW9uXT1cIidpbidcIlxuICAgICAgICAgICAgW0BzaG93QW5pbWF0aW9uXT1cIiEhaXNGaWx0ZXJBY3RpdmVcIlxuICAgICAgICAgICAgKGNsaWNrKT1cImFkZFRvU2VsZWN0ZWRVc2VyKGl0ZW0sIGluZHgpXCJcbiAgICAgICAgICAgIGNsYXNzPVwidXNlci1tYWluLWhvbGRlciBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyIGp1c3RpZnktY29udGVudC1jZW50ZXI7XCJcbiAgICAgICAgICA+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwidXNlci1wcm9maWxlLWltZyBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyXCI+XG4gICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICBjbGFzcz1cInN0YXR1cy1jaXJjbGVcIlxuICAgICAgICAgICAgICAgIFtuZ1N0eWxlXT1cIlxuICAgICAgICAgICAgICAgICAgbG9hZFN0YXR1c0VudW1baXRlbS5pZCFdIHwgZHJvcGRvd25Mb2FkU3RhdHVzQ29sb3I6IHRydWVcbiAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICA+PC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgY2xhc3M9XCJ1c2VyLWZyYW1lIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtYmV0d2VlbiBhbGlnbi1pdGVtcy1jZW50ZXIgZnctbm9ybWFsXCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgIGNsYXNzPVwic2VsZWN0ZWQtbmFtZS10ZXh0IHRleHQtdXBwZXJjYXNlIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgPHNwYW4+IHt7IGl0ZW0ubmFtZSB9fSA8L3NwYW4+XG4gICAgICAgICAgICAgIDwvZGl2PlxuXG4gICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJpdGVtPy5jb3VudFwiPlxuICAgICAgICAgICAgICAgIDxzcGFuXG4gICAgICAgICAgICAgICAgICBjbGFzcz1cImNvdW50LWhvbGRlciBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyIGp1c3RpZnktY29udGVudC1jZW50ZXIgZnctc2VtaWJvbGRcIlxuICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgIHt7IGl0ZW0uY291bnQgfX1cbiAgICAgICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgPC9kaXY+XG4gICAgPC9uZy1jb250YWluZXI+XG4gIDwvZGl2PlxuPC9kaXY+XG48bmctY29udGFpbmVyXG4gICpuZ0lmPVwiIWlzTGVnZW5kVmlldyAmJiAodHlwZSA9PT0gJ3N0YXR1c0ZpbHRlcicgfHwgdHlwZSA9PT0gJ3VzZXJGaWx0ZXInKVwiXG4+XG4gIDxkaXYgY2xhc3M9XCJib3JkZXItZmlsdGVyXCI+PC9kaXY+XG48L25nLWNvbnRhaW5lcj5cbiJdfQ==
192
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2Etc3RhdHVzLWZpbHRlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1maWx0ZXJzL2NvbXBvbmVudHMvY2Etc3RhdHVzLWZpbHRlci9jYS1zdGF0dXMtZmlsdGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWZpbHRlcnMvY29tcG9uZW50cy9jYS1zdGF0dXMtZmlsdGVyL2NhLXN0YXR1cy1maWx0ZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQXFCLE1BQU0sZUFBZSxDQUFDO0FBQ3BFLE9BQU8sRUFBRSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBRTFDLFVBQVU7QUFDVixPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUN4RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFFeEQsUUFBUTtBQUNSLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQ2pGLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBQzNGLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUVwRSxRQUFRO0FBQ1IsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sbURBQW1ELENBQUM7QUFFaEcsYUFBYTtBQUNiLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUN6RSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDdEUsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sOENBQThDLENBQUM7QUFVbEYsWUFBWTtBQUNaLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLCtDQUErQyxDQUFDOzs7OztBQW9CdEYsTUFBTSxPQUFPLHVCQUF1QjtJQWdDaEM7SUFDSSxXQUFXO0lBQ0gsWUFBcUM7UUFBckMsaUJBQVksR0FBWixZQUFZLENBQXlCO1FBakN4QyxTQUFJLEdBQVcsdUJBQXVCLENBQUMsYUFBYSxDQUFDO1FBQ3JELGlCQUFZLEdBQVksS0FBSyxDQUFDO1FBQzlCLG1CQUFjLEdBQVksS0FBSyxDQUFDO1FBR2pDLGFBQVEsR0FBRyxJQUFJLE9BQU8sRUFBUSxDQUFDO1FBQ2hDLDJCQUFzQixHQUFXLENBQUMsQ0FBQztRQUVuQyxpQkFBWSxHQU1iLEVBQUUsQ0FBQztRQUVGLHNCQUFpQixHQUFZLEtBQUssQ0FBQztRQUNuQyx5QkFBb0IsR0FBWSxJQUFJLENBQUM7UUFFckMsbUJBQWMsR0FBRyxjQUFjLENBQUM7UUFDaEMsc0JBQWlCLEdBQWtCLEVBQUUsQ0FBQztRQUN0QyxvQkFBZSxHQUFXLENBQUMsQ0FBQztRQUU1QiwyQkFBc0IsR0FNdkIscUJBQXFCLENBQUMsb0JBQW9CLENBQUM7SUFLOUMsQ0FBQztJQUVKLFFBQVE7UUFDSixJQUFJLENBQUMsaUNBQWlDLEVBQUUsQ0FBQztJQUM3QyxDQUFDO0lBRU0sWUFBWSxDQUFDLEtBQWE7UUFDN0IsT0FBTyxLQUFLLENBQUM7SUFDakIsQ0FBQztJQUVNLGNBQWM7UUFDakIsSUFBSSxXQUFXLEdBQUcsRUFBRSxDQUFDO1FBQ3JCLElBQUksT0FBTyxHQUNQLHVCQUF1QixDQUFDLHdCQUF3QixDQUFDLFFBQVEsRUFBRSxDQUFDO1FBRWhFLElBQUksQ0FBQyxpQkFBaUIsR0FBRyxDQUFDLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDO1FBQ2hELE1BQU0sb0JBQW9CLEdBQWEsRUFBRSxDQUFDO1FBQzFDLElBQUksQ0FBQyxlQUFlLEdBQUcsSUFBSSxDQUFDLGlCQUFpQixDQUFDLE1BQU0sQ0FBQztRQUVyRCxNQUFNLFNBQVMsR0FBa0IsSUFBSSxDQUFDLHNCQUFzQixDQUFDO1FBRTdELFNBQVMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxJQUFJLEVBQUUsRUFBRTtZQUNuQixJQUFJLElBQUksQ0FBQyxVQUFVLEVBQUU7Z0JBQ2pCLElBQUksQ0FBQyxZQUFZLENBQUMsR0FBRyxJQUFJLENBQUM7YUFDN0I7aUJBQU07Z0JBQ0gsSUFBSSxDQUFDLFlBQVksQ0FBQyxHQUFHLEtBQUssQ0FBQzthQUM5QjtRQUNMLENBQUMsQ0FBQyxDQUFDO1FBRUgsSUFBSSxDQUFDLGlCQUFpQixDQUFDLEdBQUcsQ0FBQyxDQUFDLElBQUksRUFBRSxFQUFFO1lBQ2hDLG9CQUFvQixDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRyxDQUFDLENBQUM7UUFDeEMsQ0FBQyxDQUFDLENBQUM7UUFFSCxXQUFXLEdBQUcsb0JBQW9CLENBQUM7UUFDbkMsT0FBTztZQUNILElBQUksQ0FBQyxXQUFXO2dCQUNoQix1QkFBdUIsQ0FBQyx3QkFBd0IsQ0FBQyxRQUFRLEVBQUUsQ0FBQztRQUVoRSxNQUFNLE1BQU0sR0FBRyxLQUFLLENBQUM7UUFDckIsTUFBTSxJQUFJLEdBQUc7WUFDVCxVQUFVLEVBQUUsSUFBSSxDQUFDLElBQUk7WUFDckIsTUFBTTtZQUNOLFdBQVc7WUFDWCxPQUFPO1NBQ1YsQ0FBQztRQUNGLE9BQU8sSUFBSSxDQUFDO0lBQ2hCLENBQUM7SUFFTSxRQUFRLENBQUMsS0FBYTtRQUN6QixJQUFJLEtBQUs7WUFBRSxLQUFLLENBQUMsZUFBZSxFQUFFLENBQUM7UUFFbkMsSUFBSSxDQUFDLFlBQVksR0FBRyxFQUFFLENBQUM7UUFFdkIsSUFBSSxDQUFDLHNCQUFzQixDQUFDLEdBQUcsQ0FBQyxDQUFDLElBQUksRUFBRSxFQUFFO1lBQ3JDLElBQUksQ0FBQyxVQUFVLEdBQUcsS0FBSyxDQUFDO1FBQzVCLENBQUMsQ0FBQyxDQUFDO1FBRUgsSUFBSSxDQUFDLGlCQUFpQixHQUFHLElBQUksQ0FBQztRQUM5QixJQUFJLENBQUMsaUJBQWlCLEdBQUcsRUFBRSxDQUFDO1FBQzVCLElBQUksQ0FBQyxlQUFlLEdBQUcsQ0FBQyxDQUFDO1FBRXpCLE1BQU0sTUFBTSxHQUFHLE9BQU8sQ0FBQztRQUN2QixNQUFNLElBQUksR0FBRztZQUNULE1BQU07WUFDTixJQUFJLEVBQUUsSUFBSSxDQUFDLElBQUk7WUFDZixVQUFVLEVBQUUsSUFBSSxDQUFDLElBQUk7U0FDeEIsQ0FBQztRQUNGLE9BQU8sSUFBSSxDQUFDO0lBQ2hCLENBQUM7SUFFTSxTQUFTO1FBQ1osSUFBSSxDQUFDLHNCQUFzQixDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLEVBQUUsRUFBRTtZQUN0QyxJQUFJLElBQUksQ0FBQyxvQkFBb0IsRUFBRTtnQkFDM0IsT0FBTyxDQUFDLENBQUMsS0FBTSxHQUFHLENBQUMsQ0FBQyxLQUFNLENBQUM7YUFDOUI7aUJBQU07Z0JBQ0gsT0FBTyxDQUFDLENBQUMsS0FBTSxHQUFHLENBQUMsQ0FBQyxLQUFNLENBQUM7YUFDOUI7UUFDTCxDQUFDLENBQUMsQ0FBQztRQUVILElBQUksQ0FBQyxvQkFBb0IsR0FBRyxDQUFDLElBQUksQ0FBQyxvQkFBb0IsQ0FBQztJQUMzRCxDQUFDO0lBRU8saUNBQWlDO1FBQ3JDLElBQUksQ0FBQyxZQUFZLENBQUMsOEJBQThCO2FBQzNDLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDO2FBQzlCLFNBQVMsQ0FBQyxDQUFDLEdBQUcsRUFBRSxFQUFFO1lBQ2YsSUFBSSxHQUFHLElBQUksSUFBSSxDQUFDLElBQUksS0FBSyxvQkFBb0IsQ0FBQyxhQUFhLEVBQUU7Z0JBQ3pELElBQUksQ0FBQyxzQkFBc0IsR0FBRyxHQUFHLENBQUMsT0FBTyxDQUFDO2FBQzdDO1FBQ0wsQ0FBQyxDQUFDLENBQUM7SUFDWCxDQUFDO0lBRU0saUJBQWlCLENBQ3BCLElBTUMsRUFDRCxJQUFZO1FBRVosTUFBTSxTQUFTLEdBQUcsSUFBSSxDQUFDLHNCQUFzQixDQUFDO1FBRTlDLFNBQVMsQ0FBQyxJQUFJLENBQUMsQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDO1FBRWxDLElBQUksQ0FBQyxzQkFBc0IsR0FBRyxTQUFTLENBQUMsTUFBTSxDQUMxQyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQyxLQUFLLENBQUMsVUFBVSxDQUMvQixFQUFFLE1BQU0sQ0FBQztRQUVWLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO1FBRTdCLElBQUksQ0FBQyxzQkFBc0IsRUFBRSxDQUFDO0lBQ2xDLENBQUM7SUFFTSxzQkFBc0IsQ0FDekIsSUFNQyxFQUNELElBQVk7UUFFWixJQUFJLENBQUMsWUFBWSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDLENBQUM7UUFDbEMsTUFBTSxFQUFFLEdBQUcsSUFBSSxDQUFDLEVBQUUsQ0FBQztRQUNuQixNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsc0JBQXNCLENBQUM7UUFFOUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxDQUFDLEtBQUssRUFBRSxFQUFFO1lBQ3BCLElBQUksS0FBSyxDQUFDLEVBQUUsS0FBSyxFQUFFLEVBQUU7Z0JBQ2pCLEtBQUssQ0FBQyxVQUFVLEdBQUcsS0FBSyxDQUFDO2FBQzVCO1FBQ0wsQ0FBQyxDQUFDLENBQUM7UUFFSCxJQUFJLENBQUMsc0JBQXNCLEdBQUcsU0FBUyxDQUFDLE1BQU0sQ0FDMUMsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUMsS0FBSyxDQUFDLFVBQVUsQ0FDL0IsRUFBRSxNQUFNLENBQUM7UUFFVixJQUFJLENBQUMsc0JBQXNCLEVBQUUsQ0FBQztJQUNsQyxDQUFDO0lBRU0sc0JBQXNCO1FBQ3pCLE1BQU0sTUFBTSxHQUFHLENBQUMsR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUM7UUFDdEMsTUFBTSxNQUFNLEdBQUcsQ0FBQyxHQUFHLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO1FBRTNDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxFQUFFLEVBQUU7WUFDakIsT0FBTyxDQUFDLENBQUMsRUFBRyxHQUFHLENBQUMsQ0FBQyxFQUFHLENBQUM7UUFDekIsQ0FBQyxDQUFDLENBQUM7UUFFSCxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxFQUFFO1lBQ2pCLE9BQU8sQ0FBQyxDQUFDLEVBQUcsR0FBRyxDQUFDLENBQUMsRUFBRyxDQUFDO1FBQ3pCLENBQUMsQ0FBQyxDQUFDO1FBRUgsTUFBTSxTQUFTLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUN6QyxNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBRXpDLElBQUksU0FBUyxLQUFLLFNBQVMsRUFBRTtZQUN6QixJQUFJLENBQUMsaUJBQWlCLEdBQUcsS0FBSyxDQUFDO1NBQ2xDO2FBQU07WUFDSCxJQUFJLENBQUMsaUJBQWlCLEdBQUcsSUFBSSxDQUFDO1NBQ2pDO0lBQ0wsQ0FBQztJQUVNLFVBQVUsQ0FBQyxZQUE2QztRQUMzRCxPQUFPLGtCQUFrQixDQUFDLFlBQVksQ0FBVyxDQUFDO0lBQ3RELENBQUM7SUFFRCxXQUFXO1FBQ1AsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUNyQixJQUFJLENBQUMsUUFBUSxDQUFDLFFBQVEsRUFBRSxDQUFDO0lBQzdCLENBQUM7K0dBOU1RLHVCQUF1QjttR0FBdkIsdUJBQXVCLHNNQ2xEcEMsd3ROQWtKQTtnQkQ5R1EsVUFBVTtnQkFDVixvQkFBb0IsZ09BQ3BCLFlBQVksb1ZBQ1osZ0JBQWdCO2dCQUNoQixRQUFRO2dCQUNSLDJCQUEyQixrREFJbkI7WUFDUixjQUFjLENBQUMsZ0JBQWdCLENBQUM7WUFDaEMsYUFBYSxDQUFDLGVBQWUsQ0FBQztTQUNqQzs7NEZBRVEsdUJBQXVCO2tCQWxCbkMsU0FBUzsrQkFDSSxzQkFBc0IsY0FDcEIsSUFBSSxXQUNQO3dCQUNMLFVBQVU7d0JBQ1Ysb0JBQW9CO3dCQUNwQixZQUFZO3dCQUNaLGdCQUFnQjt3QkFDaEIsUUFBUTt3QkFDUiwyQkFBMkI7cUJBQzlCLGNBR1c7d0JBQ1IsY0FBYyxDQUFDLGdCQUFnQixDQUFDO3dCQUNoQyxhQUFhLENBQUMsZUFBZSxDQUFDO3FCQUNqQzs4R0FHUSxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csWUFBWTtzQkFBcEIsS0FBSztnQkFDRyxjQUFjO3NCQUF0QixLQUFLO2dCQUNHLFdBQVc7c0JBQW5CLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBPbkRlc3Ryb3ksIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgU3ViamVjdCwgdGFrZVVudGlsIH0gZnJvbSAncnhqcyc7XG5cbi8vIG1vZHVsZXNcbmltcG9ydCB7IEFuZ3VsYXJTdmdJY29uTW9kdWxlIH0gZnJvbSAnYW5ndWxhci1zdmctaWNvbic7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgSHR0cENsaWVudE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbi9odHRwJztcblxuLy8gZW51bXNcbmltcG9ydCB7IExvYWRGaWx0ZXJTdHJpbmdFbnVtIH0gZnJvbSAnLi4vLi4vLi4vLi4vZW51bXMvbG9hZC1maWx0ZXItc3RyaW5nLmVudW0nO1xuaW1wb3J0IHsgVG9vbGJhckZpbHRlclN0cmluZ0VudW0gfSBmcm9tICcuLi8uLi8uLi9jYS1tYXAvZW51bXMvdG9vbGJhci1maWx0ZXItc3RyaW5nLmVudW0nO1xuaW1wb3J0IHsgTG9hZFN0YXR1c0VudW0gfSBmcm9tICcuLi8uLi8uLi8uLi9lbnVtcy9sb2FkLXN0YXR1cy5lbnVtJztcblxuLy8gcGlwZXNcbmltcG9ydCB7IERyb3Bkb3duTG9hZFN0YXR1c0NvbG9yUGlwZSB9IGZyb20gJy4uLy4uLy4uLy4uL3BpcGVzL2Ryb3Bkb3duLWxvYWQtc3RhdHVzLWNvbG9yLnBpcGUnO1xuXG4vLyBhbmltYXRpb25zXG5pbXBvcnQgeyBpbk91dEFuaW1hdGlvbiB9IGZyb20gJy4uLy4uLy4uLy4uL2FuaW1hdGlvbnMvaW4tb3V0LmFuaW1hdGlvbic7XG5pbXBvcnQgeyBzaG93QW5pbWF0aW9uIH0gZnJvbSAnLi4vLi4vLi4vLi4vYW5pbWF0aW9ucy9zaG93LmFuaW1hdGlvbic7XG5pbXBvcnQgeyBDYUZpbHRlcnNTdmdSb3V0ZXMgfSBmcm9tICcuLi8uLi91dGlscy9zdmctcm91dGVzL2NhLWZpbHRlcnMtc3ZnLXJvdXRlcyc7XG5cbi8vIG1vZGVsc1xuaW1wb3J0IHsgQXJyYXlTdGF0dXMgfSBmcm9tICcuLi8uLi8uLi8uLi9tb2RlbHMvYXJyYXktc3RhdHVzLm1vZGVsJztcbmltcG9ydCB7IGZpbHRlck91dHB1dCB9IGZyb20gJy4uLy4uLy4uLy4uL21vZGVscy9maWx0ZXItb3V0cHV0Lm1vZGVsJztcbmltcG9ydCB7IGZpbHRlck91dHB1dFdpdGhQYXJhbXMgfSBmcm9tICcuLi8uLi8uLi8uLi9tb2RlbHMvZmlsdGVyLW91dHB1dC1wYXJhbXMubW9kZWwnO1xuXG4vLyBzZXJ2aWNlc1xuaW1wb3J0IHsgVHJ1Y2thc3Npc3RUYWJsZVNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi8uLi9zZXJ2aWNlcy90cnVja2Fzc2lzdC10YWJsZS5zZXJ2aWNlJztcblxuLy8gY29uc3RhbnRzXG5pbXBvcnQgeyBTdGF0dXNGaWx0ZXJDb25zdGFudHMgfSBmcm9tICcuLi8uLi91dGlscy9jb25zdGFudHMvc3RhdHVzLWZpbHRlci5jb25zdGFudHMnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2FwcC1jYS1zdGF0dXMtZmlsdGVyJyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIGltcG9ydHM6IFtcbiAgICAgICAgLy8gbW9kdWxlc1xuICAgICAgICBBbmd1bGFyU3ZnSWNvbk1vZHVsZSxcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxuICAgICAgICBIdHRwQ2xpZW50TW9kdWxlLFxuICAgICAgICAvLyBwaXBlc1xuICAgICAgICBEcm9wZG93bkxvYWRTdGF0dXNDb2xvclBpcGUsXG4gICAgXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vY2Etc3RhdHVzLWZpbHRlci5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vY2Etc3RhdHVzLWZpbHRlci5jb21wb25lbnQuc2NzcyddLFxuICAgIGFuaW1hdGlvbnM6IFtcbiAgICAgICAgaW5PdXRBbmltYXRpb24oJ2luT3V0QW5pbWF0aW9uJyksXG4gICAgICAgIHNob3dBbmltYXRpb24oJ3Nob3dBbmltYXRpb24nKSxcbiAgICBdLFxufSlcbmV4cG9ydCBjbGFzcyBDYVN0YXR1c0ZpbHRlckNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgT25EZXN0cm95IHtcbiAgICBASW5wdXQoKSB0eXBlOiBzdHJpbmcgPSBUb29sYmFyRmlsdGVyU3RyaW5nRW51bS5TVEFUVVNfRklMVEVSO1xuICAgIEBJbnB1dCgpIGlzTGVnZW5kVmlldzogYm9vbGVhbiA9IGZhbHNlO1xuICAgIEBJbnB1dCgpIGlzRmlsdGVyQWN0aXZlOiBib29sZWFuID0gZmFsc2U7XG4gICAgQElucHV0KCkgdG9Eb1N1YlR5cGUhOiBzdHJpbmc7XG5cbiAgICBwcml2YXRlIGRlc3Ryb3kkID0gbmV3IFN1YmplY3Q8dm9pZD4oKTtcbiAgICBwdWJsaWMgdW5zZWxlY3RlZFZpc2libGVDb3VudDogbnVtYmVyID0gMDtcblxuICAgIHB1YmxpYyBzZWxlY3RlZFVzZXI6IHtcbiAgICAgICAgaWQ6IG51bWJlcjtcbiAgICAgICAgbmFtZTogc3RyaW5nO1xuICAgICAgICBjb3VudDogbnVtYmVyO1xuICAgICAgICBoaWRkZW46IGJvb2xlYW47XG4gICAgICAgIGlzU2VsZWN0ZWQ6IGJvb2xlYW47XG4gICAgfVtdID0gW107XG5cbiAgICBwdWJsaWMgaXNCdXR0b25BdmFpbGFibGU6IGJvb2xlYW4gPSBmYWxzZTtcbiAgICBwdWJsaWMgaXNBc2NlbmRpbmdTb3J0T3JkZXI6IGJvb2xlYW4gPSB0cnVlO1xuXG4gICAgcHVibGljIGxvYWRTdGF0dXNFbnVtID0gTG9hZFN0YXR1c0VudW07XG4gICAgcHVibGljIGZpbHRlckFjdGl2ZUFycmF5OiBBcnJheVN0YXR1c1tdID0gW107XG4gICAgcHVibGljIHRvdGFsRmlsdGVyc051bTogbnVtYmVyID0gMDtcblxuICAgIHB1YmxpYyBsb2FkU3RhdHVzT3B0aW9uc0FycmF5OiB7XG4gICAgICAgIGlkOiBudW1iZXI7XG4gICAgICAgIG5hbWU6IHN0cmluZztcbiAgICAgICAgY291bnQ6IG51bWJlcjtcbiAgICAgICAgaGlkZGVuOiBib29sZWFuO1xuICAgICAgICBpc1NlbGVjdGVkOiBib29sZWFuO1xuICAgIH1bXSA9IFN0YXR1c0ZpbHRlckNvbnN0YW50cy5TVEFUVVNfT1BUSU9OU19BUlJBWTtcblxuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICAvLyBzZXJ2aWNlc1xuICAgICAgICBwcml2YXRlIHRhYmxlU2VydmljZTogVHJ1Y2thc3Npc3RUYWJsZVNlcnZpY2VcbiAgICApIHt9XG5cbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy53YXRjaExvYWRTdGF0dXNGaWx0ZXJWYWx1ZUNoYW5nZXMoKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgdHJhY2tCeUluZGV4KGluZGV4OiBudW1iZXIpOiBudW1iZXIge1xuICAgICAgICByZXR1cm4gaW5kZXg7XG4gICAgfVxuXG4gICAgcHVibGljIHNldEZpbHRlclZhbHVlKCk6IGZpbHRlck91dHB1dCB8IGZpbHRlck91dHB1dFdpdGhQYXJhbXMge1xuICAgICAgICBsZXQgcXVlcnlQYXJhbXMgPSB7fTtcbiAgICAgICAgbGV0IHN1YlR5cGUgPVxuICAgICAgICAgICAgVG9vbGJhckZpbHRlclN0cmluZ0VudW0uRU1QVFlfU1RSSU5HX1BMQUNFSE9MREVSLnRvU3RyaW5nKCk7XG5cbiAgICAgICAgdGhpcy5maWx0ZXJBY3RpdmVBcnJheSA9IFsuLi50aGlzLnNlbGVjdGVkVXNlcl07XG4gICAgICAgIGNvbnN0IHNlbGVjdGVkVXNlcnNJZEFycmF5OiBudW1iZXJbXSA9IFtdO1xuICAgICAgICB0aGlzLnRvdGFsRmlsdGVyc051bSA9IHRoaXMuZmlsdGVyQWN0aXZlQXJyYXkubGVuZ3RoO1xuXG4gICAgICAgIGNvbnN0IG1haW5BcnJheTogQXJyYXlTdGF0dXNbXSA9IHRoaXMubG9hZFN0YXR1c09wdGlvbnNBcnJheTtcblxuICAgICAgICBtYWluQXJyYXkubWFwKChpdGVtKSA9PiB7XG4gICAgICAgICAgICBpZiAoaXRlbS5pc1NlbGVjdGVkKSB7XG4gICAgICAgICAgICAgICAgaXRlbVsnY3VycmVudFNldCddID0gdHJ1ZTtcbiAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgaXRlbVsnY3VycmVudFNldCddID0gZmFsc2U7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuXG4gICAgICAgIHRoaXMuZmlsdGVyQWN0aXZlQXJyYXkubWFwKChkYXRhKSA9PiB7XG4gICAgICAgICAgICBzZWxlY3RlZFVzZXJzSWRBcnJheS5wdXNoKGRhdGEuaWQhKTtcbiAgICAgICAgfSk7XG5cbiAgICAgICAgcXVlcnlQYXJhbXMgPSBzZWxlY3RlZFVzZXJzSWRBcnJheTtcbiAgICAgICAgc3ViVHlwZSA9XG4gICAgICAgICAgICB0aGlzLnRvRG9TdWJUeXBlID8/XG4gICAgICAgICAgICBUb29sYmFyRmlsdGVyU3RyaW5nRW51bS5FTVBUWV9TVFJJTkdfUExBQ0VIT0xERVIudG9TdHJpbmcoKTtcblxuICAgICAgICBjb25zdCBhY3Rpb24gPSAnU2V0JztcbiAgICAgICAgY29uc3QgZGF0YSA9IHtcbiAgICAgICAgICAgIGZpbHRlclR5cGU6IHRoaXMudHlwZSxcbiAgICAgICAgICAgIGFjdGlvbixcbiAgICAgICAgICAgIHF1ZXJ5UGFyYW1zLFxuICAgICAgICAgICAgc3ViVHlwZSxcbiAgICAgICAgfTtcbiAgICAgICAgcmV0dXJuIGRhdGE7XG4gICAgfVxuXG4gICAgcHVibGljIGNsZWFyQWxsKGV2ZW50PzogRXZlbnQpOiBmaWx0ZXJPdXRwdXQgfCBmaWx0ZXJPdXRwdXRXaXRoUGFyYW1zIHtcbiAgICAgICAgaWYgKGV2ZW50KSBldmVudC5zdG9wUHJvcGFnYXRpb24oKTtcblxuICAgICAgICB0aGlzLnNlbGVjdGVkVXNlciA9IFtdO1xuXG4gICAgICAgIHRoaXMubG9hZFN0YXR1c09wdGlvbnNBcnJheS5tYXAoKGl0ZW0pID0+IHtcbiAgICAgICAgICAgIGl0ZW0uaXNTZWxlY3RlZCA9IGZhbHNlO1xuICAgICAgICB9KTtcblxuICAgICAgICB0aGlzLmlzQnV0dG9uQXZhaWxhYmxlID0gdHJ1ZTtcbiAgICAgICAgdGhpcy5maWx0ZXJBY3RpdmVBcnJheSA9IFtdO1xuICAgICAgICB0aGlzLnRvdGFsRmlsdGVyc051bSA9IDA7XG5cbiAgICAgICAgY29uc3QgYWN0aW9uID0gJ0NsZWFyJztcbiAgICAgICAgY29uc3QgZGF0YSA9IHtcbiAgICAgICAgICAgIGFjdGlvbixcbiAgICAgICAgICAgIHR5cGU6IHRoaXMudHlwZSxcbiAgICAgICAgICAgIGZpbHRlclR5cGU6IHRoaXMudHlwZSxcbiAgICAgICAgfTtcbiAgICAgICAgcmV0dXJuIGRhdGE7XG4gICAgfVxuXG4gICAgcHVibGljIHNvcnRJdGVtcygpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5sb2FkU3RhdHVzT3B0aW9uc0FycmF5LnNvcnQoKGEsIGIpID0+IHtcbiAgICAgICAgICAgIGlmICh0aGlzLmlzQXNjZW5kaW5nU29ydE9yZGVyKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGEuY291bnQhIC0gYi5jb3VudCE7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHJldHVybiBiLmNvdW50ISAtIGEuY291bnQhO1xuICAgICAgICAgICAgfVxuICAgICAgICB9KTtcblxuICAgICAgICB0aGlzLmlzQXNjZW5kaW5nU29ydE9yZGVyID0gIXRoaXMuaXNBc2NlbmRpbmdTb3J0T3JkZXI7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSB3YXRjaExvYWRTdGF0dXNGaWx0ZXJWYWx1ZUNoYW5nZXMoKTogdm9pZCB7XG4gICAgICAgIHRoaXMudGFibGVTZXJ2aWNlLmN1cnJlbnRMb2FkU3RhdHVzRmlsdGVyT3B0aW9uc1xuICAgICAgICAgICAgLnBpcGUodGFrZVVudGlsKHRoaXMuZGVzdHJveSQpKVxuICAgICAgICAgICAgLnN1YnNjcmliZSgocmVzKSA9PiB7XG4gICAgICAgICAgICAgICAgaWYgKHJlcyAmJiB0aGlzLnR5cGUgPT09IExvYWRGaWx0ZXJTdHJpbmdFbnVtLlNUQVRVU19GSUxURVIpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5sb2FkU3RhdHVzT3B0aW9uc0FycmF5ID0gcmVzLm9wdGlvbnM7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgcHVibGljIGFkZFRvU2VsZWN0ZWRVc2VyKFxuICAgICAgICBpdGVtOiB7XG4gICAgICAgICAgICBpZDogbnVtYmVyO1xuICAgICAgICAgICAgbmFtZTogc3RyaW5nO1xuICAgICAgICAgICAgY291bnQ6IG51bWJlcjtcbiAgICAgICAgICAgIGhpZGRlbjogYm9vbGVhbjtcbiAgICAgICAgICAgIGlzU2VsZWN0ZWQ6IGJvb2xlYW47XG4gICAgICAgIH0sXG4gICAgICAgIGluZHg6IG51bWJlclxuICAgICkge1xuICAgICAgICBjb25zdCBtYWluQXJyYXkgPSB0aGlzLmxvYWRTdGF0dXNPcHRpb25zQXJyYXk7XG5cbiAgICAgICAgbWFpbkFycmF5W2luZHhdLmlzU2VsZWN0ZWQgPSB0cnVlO1xuXG4gICAgICAgIHRoaXMudW5zZWxlY3RlZFZpc2libGVDb3VudCA9IG1haW5BcnJheS5maWx0ZXIoXG4gICAgICAgICAgICAoaXRlbTIpID0+ICFpdGVtMi5pc1NlbGVjdGVkXG4gICAgICAgICk/Lmxlbmd0aDtcblxuICAgICAgICB0aGlzLnNlbGVjdGVkVXNlci5wdXNoKGl0ZW0pO1xuXG4gICAgICAgIHRoaXMuY2hlY2tGaWx0ZXJBY3RpdmVWYWx1ZSgpO1xuICAgIH1cblxuICAgIHB1YmxpYyByZW1vdmVGcm9tU2VsZWN0ZWRVc2VyKFxuICAgICAgICBpdGVtOiB7XG4gICAgICAgICAgICBpZDogbnVtYmVyO1xuICAgICAgICAgICAgbmFtZTogc3RyaW5nO1xuICAgICAgICAgICAgY291bnQ6IG51bWJlcjtcbiAgICAgICAgICAgIGhpZGRlbjogYm9vbGVhbjtcbiAgICAgICAgICAgIGlzU2VsZWN0ZWQ6IGJvb2xlYW47XG4gICAgICAgIH0sXG4gICAgICAgIGluZHg6IG51bWJlclxuICAgICk6IHZvaWQge1xuICAgICAgICB0aGlzLnNlbGVjdGVkVXNlci5zcGxpY2UoaW5keCwgMSk7XG4gICAgICAgIGNvbnN0IGlkID0gaXRlbS5pZDtcbiAgICAgICAgY29uc3QgbWFpbkFycmF5ID0gdGhpcy5sb2FkU3RhdHVzT3B0aW9uc0FycmF5O1xuXG4gICAgICAgIG1haW5BcnJheS5tYXAoKGl0ZW0yKSA9PiB7XG4gICAgICAgICAgICBpZiAoaXRlbTIuaWQgPT09IGlkKSB7XG4gICAgICAgICAgICAgICAgaXRlbTIuaXNTZWxlY3RlZCA9IGZhbHNlO1xuICAgICAgICAgICAgfVxuICAgICAgICB9KTtcblxuICAgICAgICB0aGlzLnVuc2VsZWN0ZWRWaXNpYmxlQ291bnQgPSBtYWluQXJyYXkuZmlsdGVyKFxuICAgICAgICAgICAgKGl0ZW0yKSA9PiAhaXRlbTIuaXNTZWxlY3RlZFxuICAgICAgICApPy5sZW5ndGg7XG5cbiAgICAgICAgdGhpcy5jaGVja0ZpbHRlckFjdGl2ZVZhbHVlKCk7XG4gICAgfVxuXG4gICAgcHVibGljIGNoZWNrRmlsdGVyQWN0aXZlVmFsdWUoKTogdm9pZCB7XG4gICAgICAgIGNvbnN0IGFycmF5MSA9IFsuLi50aGlzLnNlbGVjdGVkVXNlcl07XG4gICAgICAgIGNvbnN0IGFycmF5MiA9IFsuLi50aGlzLmZpbHRlckFjdGl2ZUFycmF5XTtcblxuICAgICAgICBhcnJheTEuc29ydCgoYSwgYikgPT4ge1xuICAgICAgICAgICAgcmV0dXJuIGEuaWQhIC0gYi5pZCE7XG4gICAgICAgIH0pO1xuXG4gICAgICAgIGFycmF5Mi5zb3J0KChhLCBiKSA9PiB7XG4gICAgICAgICAgICByZXR1cm4gYS5pZCEgLSBiLmlkITtcbiAgICAgICAgfSk7XG5cbiAgICAgICAgY29uc3Qgc3RyaW5nZnkxID0gSlNPTi5zdHJpbmdpZnkoYXJyYXkxKTtcbiAgICAgICAgY29uc3Qgc3RyaW5nZnkyID0gSlNPTi5zdHJpbmdpZnkoYXJyYXkyKTtcblxuICAgICAgICBpZiAoc3RyaW5nZnkxID09PSBzdHJpbmdmeTIpIHtcbiAgICAgICAgICAgIHRoaXMuaXNCdXR0b25BdmFpbGFibGUgPSBmYWxzZTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIHRoaXMuaXNCdXR0b25BdmFpbGFibGUgPSB0cnVlO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgcHVibGljIGdldFN2Z1BhdGgocHJvcGVydHlOYW1lOiBrZXlvZiB0eXBlb2YgQ2FGaWx0ZXJzU3ZnUm91dGVzKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIENhRmlsdGVyc1N2Z1JvdXRlc1twcm9wZXJ0eU5hbWVdIGFzIHN0cmluZztcbiAgICB9XG5cbiAgICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5kZXN0cm95JC5uZXh0KCk7XG4gICAgICAgIHRoaXMuZGVzdHJveSQuY29tcGxldGUoKTtcbiAgICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwiYm9yZGVyLWZpbHRlclwiPjwvZGl2PlxuPGRpdiBjbGFzcz1cInVzZXItaG9sZGVyXCIgKm5nSWY9XCJ0eXBlID09PSAnc3RhdHVzRmlsdGVyJ1wiPlxuICAgIDxkaXYgY2xhc3M9XCJzdGF0dXMtZGF0YS1tYWluLWhvbGRlclwiPlxuICAgICAgICA8bmctY29udGFpbmVyXG4gICAgICAgICAgICAqbmdGb3I9XCJcbiAgICAgICAgICAgICAgICBsZXQgaXRlbSBvZiBzZWxlY3RlZFVzZXI7XG4gICAgICAgICAgICAgICAgbGV0IGluZHggPSBpbmRleDtcbiAgICAgICAgICAgICAgICB0cmFja0J5OiB0cmFja0J5SW5kZXhcbiAgICAgICAgICAgIFwiXG4gICAgICAgID5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ1c2VyLWZyYW1lLWhvbGRlciBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyXCI+XG4gICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInNlbGVjdGVkLXVzZXItaG9sZGVyIGQtZmxleCBmbGV4LWNvbHVtbiBqdXN0aWZ5LWNvbnRlbnQtc3RhcnQgYWxpZ24taXRlbXMtc3RhcnRcIlxuICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJ1c2VyLW1haW4taG9sZGVyXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtAaW5PdXRBbmltYXRpb25dPVwiJ2luJ1wiXG4gICAgICAgICAgICAgICAgICAgICAgICBbQHNob3dBbmltYXRpb25dPVwiISFpc0ZpbHRlckFjdGl2ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwicmVtb3ZlRnJvbVNlbGVjdGVkVXNlcihpdGVtLCBpbmR4KVwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInNlbGVjdGVkLXVzZXItZnJhbWUgZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlciBmdy1ib2xkXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidXNlci1wcm9maWxlLWltZyBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwic3RhdHVzLWNpcmNsZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbmdTdHlsZV09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsb2FkU3RhdHVzRW51bVtpdGVtLmlkXVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB8IGRyb3Bkb3duTG9hZFN0YXR1c0NvbG9yOiB0cnVlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInNlbGVjdGVkLW5hbWUtdGV4dCBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2NsYXNzLnRleHQtdXBwZXJjYXNlXT1cInR5cGUgPT09ICdzdGF0dXNGaWx0ZXInXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwic2VsZWN0ZWQtbmFtZS10ZXh0IGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2NsYXNzLnRleHQtdXBwZXJjYXNlXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHR5cGUgPT09ICdzdGF0dXNGaWx0ZXInXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3Bhbj4ge3sgaXRlbS5uYW1lIH19PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiaXRlbT8uY291bnQ7IGVsc2Ugbm9Db3VudFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhblxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJjb3VudC1ob2xkZXIgZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlciBqdXN0aWZ5LWNvbnRlbnQtY2VudGVyIGFjdGl2ZUNvdW50IGZ3LXNlbWlib2xkXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3sgaXRlbS5jb3VudCB9fVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgI25vQ291bnQ+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICpuZ0lmPVwiIWl0ZW0uY291bnQ7IGVsc2Ugbm9Db3VudGVyXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInNlbGVjdGVkLWljb25cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3ZnLWljb25cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3NyY109XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGdldFN2Z1BhdGgoXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgJ3JlbW92ZVNlbGVjdGVkVmFsdWUnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICApXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvc3ZnLWljb24+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSAjbm9Db3VudGVyPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvdW50ZXItaG9sZGVyIGFjdGl2ZUNvdW50ZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cInJlbW92ZUZyb21TZWxlY3RlZFVzZXIoaXRlbSwgaW5keClcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImljb24tZGVsZXRlIGQtZmxleFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtjbGFzcy5jb3VudGVyTWFyZ2luXT1cIml0ZW0uY291bnRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHN2Zy1pY29uXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3JjXT1cImdldFN2Z1BhdGgoJ3JlbW92ZVNlbGVjdGVkVmFsdWUnKVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID48L3N2Zy1pY29uPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgKm5nSWY9XCJzZWxlY3RlZFVzZXIubGVuZ3RoID4gMCAmJiB1bnNlbGVjdGVkVmlzaWJsZUNvdW50XCJcbiAgICAgICAgICAgICAgICBjbGFzcz1cImJvcmRlci1maWx0ZXIgYm9yZGVyLXRocmlyZC1tYXJnaW5cIlxuICAgICAgICAgICAgPjwvZGl2PlxuICAgICAgICA8L25nLWNvbnRhaW5lcj5cblxuICAgICAgICA8bmctY29udGFpbmVyXG4gICAgICAgICAgICAqbmdGb3I9XCJcbiAgICAgICAgICAgICAgICBsZXQgaXRlbSBvZiBsb2FkU3RhdHVzT3B0aW9uc0FycmF5O1xuICAgICAgICAgICAgICAgIGxldCBpbmR4ID0gaW5kZXg7XG4gICAgICAgICAgICAgICAgdHJhY2tCeTogdHJhY2tCeUluZGV4XG4gICAgICAgICAgICBcIlxuICAgICAgICA+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwidXNlci1mcmFtZS1ob2xkZXIgZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlclwiPlxuICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCIhaXRlbS5oaWRkZW4gJiYgIWl0ZW0uaXNTZWxlY3RlZFwiPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgICAgICBbQGluT3V0QW5pbWF0aW9uXT1cIidpbidcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW0BzaG93QW5pbWF0aW9uXT1cIiEhaXNGaWx0ZXJBY3RpdmVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cImFkZFRvU2VsZWN0ZWRVc2VyKGl0ZW0sIGluZHgpXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidXNlci1tYWluLWhvbGRlciBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyIGp1c3RpZnktY29udGVudC1jZW50ZXI7XCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInVzZXItcHJvZmlsZS1pbWcgZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlclwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJzdGF0dXMtY2lyY2xlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW25nU3R5bGVdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsb2FkU3RhdHVzRW51bVtpdGVtLmlkIV1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB8IGRyb3Bkb3duTG9hZFN0YXR1c0NvbG9yOiB0cnVlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJ1c2VyLWZyYW1lIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtYmV0d2VlbiBhbGlnbi1pdGVtcy1jZW50ZXIgZnctbm9ybWFsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwic2VsZWN0ZWQtbmFtZS10ZXh0IHRleHQtdXBwZXJjYXNlIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4+IHt7IGl0ZW0ubmFtZSB9fSA8L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiaXRlbT8uY291bnRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiY291bnQtaG9sZGVyIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXIganVzdGlmeS1jb250ZW50LWNlbnRlciBmdy1zZW1pYm9sZFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IGl0ZW0uY291bnQgfX1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgIDwvZGl2PlxuPC9kaXY+XG48bmctY29udGFpbmVyXG4gICAgKm5nSWY9XCIhaXNMZWdlbmRWaWV3ICYmICh0eXBlID09PSAnc3RhdHVzRmlsdGVyJyB8fCB0eXBlID09PSAndXNlckZpbHRlcicpXCJcbj5cbiAgICA8ZGl2IGNsYXNzPVwiYm9yZGVyLWZpbHRlclwiPjwvZGl2PlxuPC9uZy1jb250YWluZXI+XG4iXX0=