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
@@ -0,0 +1,1876 @@
1
+ @import "theme/variables.scss";
2
+
3
+ .ta-input-dropdown {
4
+ .arrow {
5
+ display: none !important;
6
+ }
7
+
8
+ .popover-body {
9
+ margin-top: -2px !important;
10
+
11
+ .dropdown-options-divider {
12
+ content: "";
13
+ height: 1px;
14
+ border-radius: 1px;
15
+ background-color: #424242;
16
+ position: absolute;
17
+ z-index: 99999;
18
+ top: 0px;
19
+ left: 0px;
20
+
21
+ @for $i from 1 through 800 {
22
+ &.w-col-#{$i} {
23
+ width: unquote($i - 8 + "px");
24
+ }
25
+ }
26
+
27
+ &.dispatch_dropdown {
28
+ top: -4px;
29
+ }
30
+ }
31
+ // ---------------------------------------- DROPDOWN ----------------------------------------
32
+ .dropdown-options {
33
+ position: relative;
34
+ top: 0px;
35
+ left: 0px;
36
+ z-index: 1000;
37
+ max-height: 190px;
38
+ width: 100%;
39
+ background-color: #2f2f2f;
40
+ border-radius: 3px;
41
+ padding: 4px;
42
+ overflow: hidden;
43
+
44
+ &.scroll {
45
+ transition: all 0.3s ease-in-out;
46
+ overflow-y: scroll !important;
47
+ scrollbar-width: none !important; /* Firefox */
48
+ padding-right: 0px;
49
+
50
+ &::-webkit-scrollbar {
51
+ width: 3px;
52
+ }
53
+ &::-webkit-scrollbar-thumb {
54
+ background-color: transparent;
55
+ border: 6px solid #aaaaaa;
56
+ border-radius: 1px;
57
+ }
58
+ &::-webkit-scrollbar-track {
59
+ padding: 0;
60
+ position: relative;
61
+ right: 0;
62
+ top: 0;
63
+ background: transparent;
64
+ }
65
+ }
66
+
67
+ &-fuel-franchise {
68
+ padding: 4px;
69
+ max-height: 300px;
70
+ }
71
+
72
+ &.no-result-container {
73
+ padding: 6px 10px !important;
74
+ }
75
+
76
+ //------------------------ Svg-Template-Logo Template ------------------------
77
+ .dropdown-option:not(:hover):not(.active):not(.dropdown-option-hovered) {
78
+ .svg-template-logo {
79
+ height: 18px;
80
+
81
+ svg:not(:hover) {
82
+ path {
83
+ fill: #aaaaaa;
84
+ }
85
+ }
86
+ }
87
+
88
+ .load-dispatches-container {
89
+ svg:not(:hover):not(.load-dipstaches-owner-flag) {
90
+ #Ellipse_9856,
91
+ #Ellipse_9857,
92
+ #Ellipse_9858,
93
+ path {
94
+ fill: #aaaaaa;
95
+ }
96
+ }
97
+ }
98
+ }
99
+
100
+ //------------------------ Default Template ------------------------
101
+ .dropdown-option {
102
+ padding: 3px 4px;
103
+ height: 26px;
104
+ font-size: 14px;
105
+ font-weight: 400;
106
+ border-radius: 2px;
107
+ white-space: nowrap;
108
+ overflow: hidden;
109
+ text-overflow: ellipsis;
110
+ color: $white;
111
+
112
+ // Text and Additional Text
113
+ &.dropdown-double-text-option {
114
+ display: flex;
115
+ align-items: center;
116
+ justify-content: space-between;
117
+
118
+ .additional-text {
119
+ font-size: 11px;
120
+ font-weight: 400;
121
+ color: $bw5;
122
+ line-height: 14px;
123
+
124
+ &.active {
125
+ color: #6f9ee0;
126
+ }
127
+ }
128
+
129
+ &:hover {
130
+ .additional-text {
131
+ &.active {
132
+ color: $ta-blue-17;
133
+ }
134
+ }
135
+ }
136
+ }
137
+
138
+ // Double Column
139
+ &.dropdown-double-column-option {
140
+ display: grid;
141
+ grid-template-columns: 118px 470px;
142
+ grid-gap: 4px;
143
+
144
+ &-add-new {
145
+ display: flex;
146
+ align-items: center;
147
+ justify-content: flex-end;
148
+ padding-left: 0 !important;
149
+ }
150
+
151
+ &-text {
152
+ color: $white;
153
+ font-size: 14px;
154
+ line-height: 18px;
155
+ }
156
+ }
157
+
158
+ // Triple Column
159
+ &.dropdown-triple-column-option {
160
+ display: grid;
161
+ grid-template-columns: 216px 138px 206px;
162
+ grid-gap: 4px;
163
+
164
+ &-add-new {
165
+ display: flex;
166
+ align-items: center;
167
+ justify-content: flex-end;
168
+ padding-left: 0 !important;
169
+ }
170
+
171
+ &-text {
172
+ color: $white;
173
+ font-size: 14px;
174
+ line-height: 18px;
175
+ }
176
+ }
177
+
178
+ // This class is for moving with keyboard
179
+ &.dropdown-option-hovered {
180
+ background: $ta-black;
181
+ color: $white;
182
+ border-radius: 2px;
183
+ cursor: pointer;
184
+
185
+ .svgtext-template-logo {
186
+ &.truck-trailer-logo {
187
+ display: inline-block !important;
188
+ }
189
+ }
190
+ }
191
+
192
+ &:hover {
193
+ background: $ta-black;
194
+ color: $white;
195
+ border-radius: 2px;
196
+ cursor: pointer;
197
+
198
+ .svgtext-template-logo {
199
+ &.truck-trailer-logo {
200
+ display: inline-block !important;
201
+ }
202
+ }
203
+ }
204
+
205
+ &.disabled {
206
+ color: #6c6c6c;
207
+ pointer-events: none;
208
+ -webkit-user-select: none;
209
+ -moz-user-select: none;
210
+ -ms-user-select: none;
211
+ user-select: none;
212
+ }
213
+
214
+ &.no-result {
215
+ line-height: 14px;
216
+ font-size: 11px;
217
+ font-weight: 700;
218
+ color: $bw5;
219
+ height: auto !important;
220
+ -webkit-user-select: none;
221
+ -moz-user-select: none;
222
+ -ms-user-select: none;
223
+ user-select: none;
224
+ pointer-events: none;
225
+
226
+ &:hover {
227
+ background-color: transparent !important;
228
+ }
229
+ div {
230
+ padding-top: 1px;
231
+ }
232
+ }
233
+
234
+ &.add-new {
235
+ padding: 4.5px 6px 4.5px 4px;
236
+ font-size: 11px;
237
+ font-weight: 700;
238
+ color: $ta-blue-19;
239
+ position: relative;
240
+ transition:
241
+ background 0.2s ease-in-out,
242
+ color 0.2s ease-in-out;
243
+
244
+ &:hover {
245
+ color: $white;
246
+ background: $ta-blue-21;
247
+ }
248
+
249
+ .labels-template-text {
250
+ color: $ta-blue-7;
251
+ font-weight: 600 !important;
252
+ transition: all 0.3s ease-in-out;
253
+ }
254
+
255
+ .plus-icon {
256
+ margin-left: auto !important;
257
+ position: relative;
258
+ bottom: 1px;
259
+
260
+ svg {
261
+ path {
262
+ fill: $ta-blue-19;
263
+ }
264
+ }
265
+ }
266
+ }
267
+
268
+ &.all-assigned {
269
+ .details-template-text,
270
+ .svgtext-template-text {
271
+ color: $bw5;
272
+ font-size: 11px;
273
+ font-weight: 700;
274
+ line-height: 14px;
275
+ pointer-events: none;
276
+ -webkit-user-select: none;
277
+ -moz-user-select: none;
278
+ -ms-user-select: none;
279
+ user-select: none;
280
+ }
281
+ }
282
+
283
+ &.active-repair-truck-trailer {
284
+ color: #6f9ee0;
285
+ position: relative;
286
+
287
+ &:hover {
288
+ color: $ta-blue-17;
289
+ transition: all 0.3s ease-in-out;
290
+ }
291
+
292
+ // Higlight text
293
+ .highlight-text-45632 {
294
+ font-weight: 700;
295
+ transition: all 0.3s ease-in-out;
296
+ &:hover {
297
+ color: $ta-blue-17 !important;
298
+ }
299
+ }
300
+
301
+ &::after {
302
+ display: none;
303
+ }
304
+ }
305
+ &.active-label,
306
+ &.active-dark {
307
+ .labels-template-counter {
308
+ background-color: #3b73ed !important;
309
+ color: #ffffff !important;
310
+ }
311
+ }
312
+ &.active,
313
+ &.active-label {
314
+ color: #ffffff;
315
+ font-size: 14px;
316
+ font-weight: 700;
317
+ position: relative;
318
+
319
+ // Higlight text
320
+ .highlight-text-45632 {
321
+ font-weight: 700;
322
+ transition: all 0.3s ease-in-out;
323
+ &:hover {
324
+ color: #ffffff !important;
325
+ }
326
+ }
327
+ &::after {
328
+ display: inline-block;
329
+ position: absolute;
330
+ right: 6px;
331
+ top: 28%;
332
+ transform: translateY(-50%);
333
+ content: url("../svg/common/ic_confirm.svg");
334
+ width: 14px;
335
+ height: 10px;
336
+ }
337
+ }
338
+
339
+ &.active-label {
340
+ &::after {
341
+ right: 35px;
342
+ }
343
+ }
344
+
345
+ &.last-active {
346
+ position: relative;
347
+ &::before {
348
+ content: "";
349
+ position: absolute;
350
+ bottom: -1px;
351
+ left: 0px;
352
+ height: 2px;
353
+ width: 100%;
354
+ background-color: rgb(170, 170, 170, 0.2);
355
+ border-radius: 1px;
356
+ }
357
+ }
358
+
359
+ // Higlight text
360
+ .highlight-text-45632 {
361
+ font-weight: 700;
362
+ transition: all 0.3s ease-in-out;
363
+ &:hover {
364
+ color: #ffffff !important;
365
+ }
366
+ }
367
+
368
+ //------------------------ Trucks, Trailers, Colors Template ------------------------
369
+ &.svg-text-template {
370
+ display: flex;
371
+ align-items: center;
372
+
373
+ &.hazardous {
374
+ display: flex;
375
+ flex-direction: row-reverse;
376
+ justify-content: flex-end;
377
+
378
+ svg {
379
+ margin-right: 5px;
380
+ }
381
+ }
382
+ .svgtext-template-logo {
383
+ display: flex;
384
+ margin-right: 6px;
385
+ &.no-svg {
386
+ margin-right: 0px !important;
387
+ }
388
+
389
+ &.hazardous-svg {
390
+ line-height: 14px;
391
+ }
392
+ &.state-logo {
393
+ svg {
394
+ path {
395
+ fill: #cccc;
396
+ }
397
+ }
398
+ }
399
+
400
+ &.truck-trailer-logo {
401
+ position: absolute;
402
+ right: 25px;
403
+ text-align: right;
404
+ display: none;
405
+ margin-right: 0px;
406
+
407
+ &.container {
408
+ right: 13px;
409
+ }
410
+ }
411
+
412
+ &.radiator,
413
+ &.turbo,
414
+ &.alignment,
415
+ &.accompressor,
416
+ &.aircompressor,
417
+ &.fuelpump,
418
+ &.waterpump,
419
+ &.oilpump,
420
+ &.brakechamber,
421
+ &.battery,
422
+ &.enginetuneup {
423
+ svg {
424
+ path {
425
+ fill: $bw5;
426
+ }
427
+ }
428
+ }
429
+ }
430
+
431
+ .svgtext-template-text {
432
+ position: relative;
433
+
434
+ &.truck-text {
435
+ top: 1px;
436
+ }
437
+
438
+ &.flex-1 {
439
+ flex: 1;
440
+ }
441
+
442
+ &.additional-text {
443
+ font-size: 11px;
444
+ font-weight: 400;
445
+ line-height: 14px;
446
+ color: $bw5;
447
+ text-align: right;
448
+ }
449
+ }
450
+
451
+ .colors {
452
+ height: 18px;
453
+ width: 18px;
454
+ }
455
+
456
+ &.hazardous-dropdown {
457
+ .svgtext-template-logo {
458
+ order: 2;
459
+ margin-right: 0px;
460
+ position: relative;
461
+ bottom: 1px;
462
+ }
463
+
464
+ .svgtext-template-text {
465
+ order: 1;
466
+ margin-right: 6px;
467
+ }
468
+ }
469
+ }
470
+
471
+ //------------------------ Labels Template ------------------------
472
+ &.labels-template {
473
+ display: flex;
474
+ align-items: center;
475
+
476
+ .labels-template-left-side {
477
+ display: flex;
478
+ align-items: center;
479
+
480
+ .labels-template-logo {
481
+ svg {
482
+ width: 18px;
483
+ height: 18px;
484
+ }
485
+ }
486
+
487
+ .labels-template-vertical-divider {
488
+ width: 1px;
489
+ height: 15px;
490
+ background-color: rgb(170, 170, 170, 0.2);
491
+ content: "";
492
+ margin: 0 6px;
493
+ }
494
+ }
495
+
496
+ .labels-template-right-side {
497
+ flex: 1;
498
+ display: flex;
499
+ align-items: center;
500
+ justify-content: space-between;
501
+
502
+ .labels-template-text {
503
+ margin-right: 28px;
504
+ font-size: 14px;
505
+ font-weight: 400;
506
+ line-height: 18px;
507
+ color: #ffffff;
508
+ &.lable-text-wrap {
509
+ text-overflow: ellipsis;
510
+ overflow: hidden;
511
+ width: 80px;
512
+ white-space: nowrap;
513
+ }
514
+ &.add-new {
515
+ font-size: 11px;
516
+ font-weight: 700;
517
+ color: #6f9ee0;
518
+ transition: all 0.3s ease-in-out;
519
+ position: relative;
520
+ }
521
+
522
+ &.no-result {
523
+ line-height: 14px;
524
+ font-size: 11px;
525
+ font-weight: 700;
526
+ padding: 0px !important;
527
+ color: $bw5;
528
+ height: 12px;
529
+ -webkit-user-select: none;
530
+ -moz-user-select: none;
531
+ -ms-user-select: none;
532
+ user-select: none;
533
+ pointer-events: none;
534
+
535
+ &:hover {
536
+ background-color: transparent !important;
537
+ }
538
+
539
+ div {
540
+ padding-top: 1px;
541
+ }
542
+ }
543
+ }
544
+
545
+ .labels-template-counter {
546
+ width: 22px;
547
+ height: 16px;
548
+ border-radius: 20px;
549
+ background-color: rgb(204, 204, 204, 0.2);
550
+ color: #aaaaaa;
551
+ text-align: center;
552
+ font-size: 11px;
553
+ font-weight: 500;
554
+ padding: 0 4.5px;
555
+ &.dont-show-counter {
556
+ display: none;
557
+ }
558
+ }
559
+ }
560
+
561
+ &.no-result {
562
+ height: 14px;
563
+ font-size: 11px;
564
+ font-weight: 700;
565
+ padding: 0px !important;
566
+ color: $bw5;
567
+ -webkit-user-select: none;
568
+ -moz-user-select: none;
569
+ -ms-user-select: none;
570
+ user-select: none;
571
+ pointer-events: none;
572
+
573
+ &:hover {
574
+ background-color: transparent !important;
575
+ }
576
+
577
+ div {
578
+ padding-top: 1px;
579
+ }
580
+ }
581
+
582
+ &:hover {
583
+ .labels-template-text {
584
+ color: #ffffff;
585
+
586
+ &.add-new {
587
+ color: $ta-blue-17;
588
+ }
589
+ }
590
+
591
+ .labels-template-counter {
592
+ background-color: rgb(204, 204, 204, 0.2);
593
+ color: #dadada;
594
+ }
595
+ }
596
+ }
597
+
598
+ //------------------------ Details Template ------------------------
599
+ &.details-template {
600
+ display: grid;
601
+ grid-template-columns: auto 14px 1fr;
602
+ align-items: center;
603
+ justify-content: space-between;
604
+
605
+ &.load-details-template {
606
+ grid-template-columns: 30px 130px 1fr;
607
+ grid-gap: 4px;
608
+ }
609
+
610
+ &.add-new {
611
+ grid-template-columns: 1fr 1fr;
612
+ margin-right: 6px;
613
+ }
614
+
615
+ &.dropdown-option {
616
+ position: relative;
617
+ }
618
+
619
+ .details-template-text {
620
+ &.active {
621
+ color: #6f9ee0;
622
+
623
+ &:hover {
624
+ color: $ta-blue-17;
625
+ transition: all 0.3s ease-in-out;
626
+ }
627
+ }
628
+ }
629
+
630
+ .details-template-logo {
631
+ margin-left: 6px;
632
+ line-height: 15px;
633
+ }
634
+
635
+ .driver-details-template-container {
636
+ position: absolute;
637
+ right: 6px;
638
+
639
+ p {
640
+ font-size: 11px;
641
+ line-height: 18px;
642
+ color: $bw5;
643
+
644
+ user-select: none;
645
+ -webkit-user-select: none;
646
+ -moz-user-select: none;
647
+ -ms-user-select: none;
648
+ }
649
+
650
+ .right-box {
651
+ margin-left: 4px;
652
+ padding: 0 6px;
653
+
654
+ p {
655
+ color: $ta-light-grey-2;
656
+ }
657
+ }
658
+ }
659
+
660
+ .additional-text {
661
+ font-size: 11px;
662
+ color: $bw5;
663
+ line-height: 12px;
664
+ }
665
+ }
666
+
667
+ //------------------------ Text Counter Template ------------------------
668
+
669
+ &-text-counter {
670
+ display: flex;
671
+ align-items: center;
672
+ justify-content: space-between;
673
+
674
+ .option-counter {
675
+ min-width: 22px;
676
+ height: 16px;
677
+ border-radius: 20px;
678
+ background-color: rgb(204, 204, 204, 0.2);
679
+ color: #aaaaaa;
680
+ font-size: 11px;
681
+ font-weight: 500;
682
+ text-align: center;
683
+ padding: 0 4.5px;
684
+ }
685
+
686
+ &.active {
687
+ &::after {
688
+ right: 35px;
689
+ top: 3.5px;
690
+ }
691
+ }
692
+
693
+ &:hover {
694
+ .option-counter {
695
+ background-color: rgb(204, 204, 204, 0.2);
696
+ }
697
+ }
698
+ }
699
+
700
+ //------------------------ Fuel Franchise Template ------------------------
701
+
702
+ &-fuel-franchise {
703
+ display: flex;
704
+ flex-direction: column;
705
+ justify-content: center;
706
+ height: auto;
707
+ min-height: 26px;
708
+ border-radius: 2px;
709
+
710
+ // Franchise Header
711
+ .fuel-franchise-header {
712
+ display: flex;
713
+ align-items: center;
714
+ justify-content: space-between;
715
+ padding: 0 2px;
716
+ -webkit-user-select: none;
717
+ -moz-user-select: none;
718
+ -ms-user-select: none;
719
+ user-select: none;
720
+
721
+ .fuel-franchise-header-right-side {
722
+ display: flex;
723
+ align-items: center;
724
+ gap: 6px;
725
+
726
+ .option-counter {
727
+ min-width: 22px;
728
+ height: 16px;
729
+ border-radius: 20px;
730
+ background-color: rgb(204, 204, 204, 0.2);
731
+ color: #aaaaaa;
732
+ font-size: 11px;
733
+ font-weight: 500;
734
+ text-align: center;
735
+ padding: 0 4.5px;
736
+ -webkit-user-select: none;
737
+ -moz-user-select: none;
738
+ -ms-user-select: none;
739
+ user-select: none;
740
+ }
741
+
742
+ .header-arrow {
743
+ width: 18px;
744
+ height: 18px;
745
+ line-height: 15px;
746
+ transition: all 0.3s ease-in-out;
747
+
748
+ svg {
749
+ transform: rotate(0deg);
750
+ transition: all 0.3s ease-in-out;
751
+ path {
752
+ fill: #aaaaaa;
753
+ }
754
+ }
755
+
756
+ &.rotate {
757
+ svg {
758
+ transform: rotate(180deg);
759
+ transition: all 0.3s ease-in-out;
760
+ }
761
+ }
762
+
763
+ &:hover {
764
+ svg {
765
+ path {
766
+ fill: #dadada;
767
+ }
768
+ }
769
+ }
770
+ }
771
+ }
772
+ }
773
+
774
+ // Franchise Stores
775
+ .fuel-franchise-stores {
776
+ display: flex;
777
+ flex-direction: column;
778
+ justify-content: center;
779
+ gap: 4px;
780
+ max-height: 237px;
781
+
782
+ .fuel-franchise-single-store {
783
+ height: 26px;
784
+ border-radius: 2px;
785
+ display: flex;
786
+ align-items: center;
787
+ justify-content: space-between;
788
+ padding-left: 3px;
789
+ padding-right: 24px;
790
+ padding: 3px 26px 4px 4px;
791
+
792
+ .fuel-franchise-store-name {
793
+ font-size: 14px;
794
+ font-weight: 400;
795
+ height: 19px;
796
+ -webkit-user-select: none;
797
+ -moz-user-select: none;
798
+ -ms-user-select: none;
799
+ user-select: none;
800
+ color: #ffffff;
801
+ }
802
+
803
+ .fuel-franchise-store-address {
804
+ font-size: 11px;
805
+ font-weight: 500;
806
+ line-height: 14px;
807
+ -webkit-user-select: none;
808
+ -moz-user-select: none;
809
+ -ms-user-select: none;
810
+ user-select: none;
811
+ color: $ta-light-grey-6;
812
+ }
813
+
814
+ &.active {
815
+ .fuel-franchise-store-name,
816
+ .fuel-franchise-store-address {
817
+ color: #ffffff !important;
818
+ }
819
+
820
+ .highlight-text-45632 {
821
+ font-weight: 700;
822
+ transition: all 0.3s ease-in-out;
823
+ }
824
+ }
825
+
826
+ &:hover {
827
+ color: #ffffff;
828
+ background-color: #1d1d1d;
829
+
830
+ // Higlight text
831
+ &.active {
832
+ .fuel-franchise-store-name,
833
+ .fuel-franchise-store-address {
834
+ color: #ffffff !important;
835
+ font-weight: 700;
836
+ }
837
+ }
838
+ }
839
+ }
840
+
841
+ &.scroll {
842
+ transition: all 0.3s ease-in-out;
843
+ overflow-y: scroll !important;
844
+ scrollbar-width: none !important; /* Firefox */
845
+
846
+ &::-webkit-scrollbar {
847
+ width: 3px;
848
+ }
849
+ &::-webkit-scrollbar-thumb {
850
+ background-color: transparent;
851
+ border: 6px solid #aaaaaa;
852
+ border-radius: 1px;
853
+ }
854
+ &::-webkit-scrollbar-track {
855
+ padding: 0;
856
+ position: relative;
857
+ right: 0;
858
+ top: 0;
859
+ background: transparent;
860
+ }
861
+
862
+ .fuel-franchise-single-store {
863
+ padding: 3px 22px 4px 4px;
864
+ }
865
+ }
866
+ }
867
+
868
+ &.active-stores {
869
+ background-color: rgb(170, 170, 170, 0.1);
870
+
871
+ .fuel-franchise-main-header {
872
+ color: #ffffff;
873
+ font-weight: 700;
874
+ }
875
+
876
+ &:hover {
877
+ background-color: rgb(170, 170, 170, 0.1);
878
+ color: #dadada;
879
+ }
880
+ }
881
+
882
+ &.active-stores-header-hover {
883
+ &:hover {
884
+ background-color: #2f2f2f;
885
+ position: relative;
886
+
887
+ .fuel-franchise-header {
888
+ color: #ffffff;
889
+ background-color: #1d1d1d;
890
+ font-weight: 700;
891
+ position: relative;
892
+ }
893
+
894
+ .helper-hover-container {
895
+ content: "";
896
+ width: 105%;
897
+ height: 26px;
898
+ background-color: #1d1d1d;
899
+ position: absolute;
900
+ top: 0px;
901
+ left: 0px;
902
+ border-radius: 2px;
903
+ }
904
+
905
+ .fuel-franchise-header {
906
+ .fuel-franchise-header-right-side {
907
+ .header-arrow {
908
+ svg {
909
+ path {
910
+ fill: #dadada;
911
+ }
912
+ }
913
+ }
914
+ }
915
+ }
916
+ }
917
+ }
918
+ }
919
+
920
+ //------------------------ SVG Template ------------------------
921
+ .svg-template-logo {
922
+ height: 18px;
923
+ aspect-ratio: 1;
924
+ }
925
+
926
+ //------------------------ Routing Dropdown ------------------------
927
+
928
+ &.routing_dropdown {
929
+ font-size: 11px;
930
+ height: 22px;
931
+ }
932
+ }
933
+
934
+ &.dropdown-status {
935
+ .dropdown-option {
936
+ font-weight: bold;
937
+ text-transform: uppercase;
938
+ }
939
+ }
940
+
941
+ //------------------------ Load Dispatcher Template ------------------------
942
+ .load-dispatcher-template {
943
+ display: flex;
944
+ align-items: center;
945
+ gap: 6px;
946
+ }
947
+
948
+ //------------------------ Load Dispatches TTD Template ------------------------
949
+ .load-dispatches-ttd-template {
950
+ display: grid;
951
+ grid-template-columns: repeat(3, 155px) 97px;
952
+ align-items: center;
953
+
954
+ .load-dispatches-container {
955
+ display: flex;
956
+ align-items: center;
957
+ gap: 6px;
958
+ position: relative;
959
+
960
+ .owner-avatar {
961
+ position: absolute;
962
+ left: 13px;
963
+ bottom: -3px;
964
+ width: 10px;
965
+ height: 10px;
966
+ }
967
+
968
+ .load-dispatch-driver,
969
+ .load-dispatch-truck,
970
+ .load-dispatch-trailer {
971
+ overflow: hidden;
972
+ text-overflow: ellipsis;
973
+ white-space: nowrap;
974
+ width: 116px;
975
+ max-width: -webkit-fit-content;
976
+ max-width: -moz-fit-content;
977
+ max-width: fit-content;
978
+ line-height: 18px;
979
+ font-size: 14px;
980
+ font-weight: 400;
981
+ }
982
+
983
+ .load-dispatches-svg {
984
+ line-height: 16px;
985
+ svg {
986
+ width: 46px;
987
+ height: 16px;
988
+ }
989
+ }
990
+
991
+ .load-dipstaches-owner-flag {
992
+ position: absolute;
993
+ top: 44%;
994
+ right: 0;
995
+ transform: translateY(-50%);
996
+ svg {
997
+ path {
998
+ fill: #6f9ee0 !important;
999
+ }
1000
+ }
1001
+ }
1002
+
1003
+ &.trailerContainer {
1004
+ width: -webkit-max-content !important;
1005
+ width: -moz-max-content !important;
1006
+ width: max-content !important;
1007
+ padding: 0px !important;
1008
+ margin: 0px !important;
1009
+ }
1010
+ }
1011
+
1012
+ .load-dispatch-driver-rate {
1013
+ width: 130px;
1014
+ text-align: right;
1015
+ font-size: 11px;
1016
+ font-weight: 400;
1017
+ color: $bw5;
1018
+ padding-bottom: 1px;
1019
+ text-overflow: ellipsis;
1020
+ white-space: nowrap;
1021
+ overflow: hidden;
1022
+
1023
+ &.active {
1024
+ color: #6f9ee0;
1025
+ }
1026
+
1027
+ &.driver-owner {
1028
+ text-align: left;
1029
+ width: 80px;
1030
+ }
1031
+ }
1032
+
1033
+ &.active {
1034
+ .load-dispatch-driver-rate,
1035
+ .load-dispatch-driver,
1036
+ .load-dispatch-truck,
1037
+ .load-dispatch-trailer {
1038
+ font-weight: 700;
1039
+ }
1040
+ }
1041
+ }
1042
+
1043
+ //------------------------ Load Broker Template ------------------------
1044
+ .load-broker-template {
1045
+ display: grid;
1046
+ align-items: center;
1047
+ grid-template-columns: 276px 92px;
1048
+ -moz-column-gap: 29px;
1049
+ column-gap: 29px;
1050
+ &.hide-loads {
1051
+ grid-template-columns: 333px 92px !important;
1052
+ }
1053
+ .load-broker-status-text {
1054
+ display: flex;
1055
+ align-items: center;
1056
+ gap: 6px;
1057
+ line-height: 18px;
1058
+
1059
+ .load-broker-status {
1060
+ position: relative;
1061
+ line-height: 17px;
1062
+
1063
+ &.dnu-status {
1064
+ svg {
1065
+ path {
1066
+ fill: #aaaaaa;
1067
+ }
1068
+ }
1069
+ }
1070
+ }
1071
+
1072
+ .load-broker-text {
1073
+ &.disabled {
1074
+ color: #6c6c6c;
1075
+ }
1076
+ }
1077
+ }
1078
+
1079
+ .load-broker-progress-status {
1080
+ height: 14px;
1081
+ display: flex;
1082
+ align-items: center;
1083
+ justify-content: flex-end;
1084
+ grid-gap: 4px;
1085
+ gap: 4px;
1086
+ text-align: center;
1087
+
1088
+ .progress-bar-price {
1089
+ color: $bw5;
1090
+ font-size: 11px;
1091
+ font-weight: 400;
1092
+ }
1093
+
1094
+ .progress-bar-line {
1095
+ width: 24px;
1096
+ }
1097
+ }
1098
+
1099
+ .load-broker-load-counter {
1100
+ max-width: -webkit-max-content;
1101
+ max-width: -moz-max-content;
1102
+ max-width: max-content;
1103
+ height: 18px;
1104
+ border-radius: 30px;
1105
+ text-align: center;
1106
+ font-size: 11px;
1107
+ font-weight: 400;
1108
+ color: $bw5;
1109
+ background-color: rgb(145, 145, 145, 0.2);
1110
+ padding: 1px 6px;
1111
+
1112
+ &.active {
1113
+ color: #6f9ee0;
1114
+ background-color: rgb(111, 158, 224, 0.2);
1115
+ }
1116
+
1117
+ &.hasOneValue {
1118
+ max-width: 19px !important;
1119
+ }
1120
+ }
1121
+ }
1122
+
1123
+ //------------------------ Load Shipper Contact Template -----------------------
1124
+ .load-shipper-template {
1125
+ display: grid;
1126
+ grid-template-columns: 405px 166px;
1127
+ align-items: center;
1128
+ padding-right: 25px;
1129
+
1130
+ .load-shipper-status-text {
1131
+ display: flex;
1132
+ align-items: center;
1133
+ gap: 6px;
1134
+ line-height: 18px;
1135
+
1136
+ .load-shipper-status {
1137
+ position: relative;
1138
+ line-height: 17px;
1139
+ }
1140
+
1141
+ .load-shipper-text {
1142
+ &.disabled {
1143
+ color: #6c6c6c;
1144
+ }
1145
+ }
1146
+ }
1147
+
1148
+ div {
1149
+ &:nth-child(2),
1150
+ &:nth-child(3) {
1151
+ text-align: right;
1152
+ }
1153
+
1154
+ &:nth-child(2) {
1155
+ color: $bw5;
1156
+ font-size: 11px;
1157
+ font-weight: 400;
1158
+
1159
+ &.active {
1160
+ color: #6f9ee0;
1161
+ font-weight: bold;
1162
+ }
1163
+ }
1164
+ }
1165
+
1166
+ .load-shipper-load-counter {
1167
+ max-width: -webkit-max-content;
1168
+ max-width: -moz-max-content;
1169
+ max-width: max-content;
1170
+ height: 18px;
1171
+ border-radius: 30px;
1172
+ text-align: right;
1173
+ font-size: 11px;
1174
+ font-weight: 400;
1175
+ color: $bw5;
1176
+ background-color: rgb(145, 145, 145, 0.2);
1177
+ padding: 1px 6px;
1178
+ justify-self: flex-end;
1179
+
1180
+ &.active {
1181
+ color: #6f9ee0;
1182
+ background-color: rgb(111, 158, 224, 0.2);
1183
+ }
1184
+ }
1185
+ }
1186
+
1187
+ //------------------------ Custom width dependent on 'col' bootstrap ------------------------
1188
+
1189
+ @for $i from 1 through 800 {
1190
+ &.w-col-#{$i} {
1191
+ width: unquote($i + "px");
1192
+ }
1193
+ }
1194
+
1195
+ // ---------------------------------------- DROPDOWN GROUPS ----------------------------------------
1196
+ &.dropdown-options-groups {
1197
+ max-height: 194px;
1198
+ overflow-y: scroll;
1199
+
1200
+ // This class is only for Truck tollTransporder
1201
+ .dropdown-groups {
1202
+ display: flex;
1203
+ flex-direction: column;
1204
+ position: relative;
1205
+
1206
+ p {
1207
+ margin: 0;
1208
+ }
1209
+
1210
+ &::after {
1211
+ content: "";
1212
+ display: inline-block;
1213
+ position: absolute;
1214
+ bottom: -3px;
1215
+ height: 1px;
1216
+ width: 100%;
1217
+ background-color: rgb(170, 170, 170, 0.2);
1218
+ }
1219
+
1220
+ &:last-child {
1221
+ margin-top: 4px;
1222
+ &::after {
1223
+ display: none !important;
1224
+ }
1225
+ }
1226
+
1227
+ .dropdown-group-header {
1228
+ font-size: 11px;
1229
+ color: $ta-light-grey-6;
1230
+ font-weight: 700;
1231
+ text-transform: uppercase;
1232
+ line-height: 14px;
1233
+ padding: 0 6px;
1234
+ padding-top: 8px;
1235
+ margin-bottom: 8px;
1236
+
1237
+ &::-moz-selection {
1238
+ background-color: rgb(204, 204, 204, 0.2) !important;
1239
+ color: rgb(204, 204, 204, 0.4) !important;
1240
+ }
1241
+
1242
+ &::selection {
1243
+ background-color: rgb(204, 204, 204, 0.2) !important;
1244
+ color: rgb(204, 204, 204, 0.4) !important;
1245
+ }
1246
+ }
1247
+
1248
+ .dropdown-subgroup-options {
1249
+ display: flex;
1250
+ align-items: center;
1251
+ padding: 4px 6px;
1252
+ height: 26px;
1253
+ border-radius: 2px;
1254
+
1255
+ &:hover {
1256
+ background-color: #1d1d1d;
1257
+ cursor: pointer;
1258
+ transition: all 0.3s ease-in-out;
1259
+ .dropdown-subgroup-text {
1260
+ color: #ffffff;
1261
+ }
1262
+ }
1263
+
1264
+ .dropdown-subgroup-text {
1265
+ font-size: 14px;
1266
+ font-weight: 400;
1267
+ color: $ta-light-grey-6;
1268
+ transition: all 0.3s ease-in-out;
1269
+
1270
+ &.active {
1271
+ font-weight: 700;
1272
+ // Higlight text
1273
+ .highlight-text-45632 {
1274
+ font-weight: 700;
1275
+ transition: all 0.3s ease-in-out;
1276
+ &:hover {
1277
+ color: #ffffff !important;
1278
+ }
1279
+ }
1280
+
1281
+ &::after {
1282
+ position: absolute;
1283
+ right: 11px;
1284
+ content: url("../svg/common/ic_confirm.svg");
1285
+ width: 14px;
1286
+ height: 10px;
1287
+ }
1288
+ }
1289
+ }
1290
+ }
1291
+ }
1292
+
1293
+ // Override groups classes for load-broker-contact-template
1294
+ .load-broker-contact-groups {
1295
+ display: flex;
1296
+ flex-direction: column;
1297
+ position: relative;
1298
+ padding-bottom: 0px;
1299
+ margin: 0;
1300
+
1301
+ p {
1302
+ margin: 0;
1303
+ }
1304
+
1305
+ .dropdown-group-header {
1306
+ padding: 0px;
1307
+ margin: 0px;
1308
+ padding-top: 8px;
1309
+ padding-left: 4px;
1310
+ margin-bottom: 4px;
1311
+
1312
+ color: $ta-light-grey-6;
1313
+ font-size: 11px;
1314
+ text-transform: capitalize;
1315
+
1316
+ &.add-new {
1317
+ font-size: 11px;
1318
+ line-height: 14px;
1319
+ font-weight: 700;
1320
+ color: #6f9ee0;
1321
+ padding: 4px;
1322
+ margin: 0;
1323
+ cursor: pointer;
1324
+
1325
+ &:hover {
1326
+ border-radius: 2px;
1327
+ color: $ta-blue-17;
1328
+ background-color: #1d1d1d;
1329
+ }
1330
+ }
1331
+ }
1332
+
1333
+ .dropdown-subgroup-options {
1334
+ display: grid;
1335
+ grid-template-columns: 141px 135px;
1336
+ grid-column-gap: 10px;
1337
+ -moz-column-gap: 10px;
1338
+ column-gap: 10px;
1339
+ align-items: center;
1340
+ padding: 3px 4px;
1341
+ // margin-bottom: 2px;
1342
+ cursor: pointer;
1343
+
1344
+ &:hover {
1345
+ border-radius: 2px;
1346
+ background-color: #1d1d1d;
1347
+
1348
+ .dropdown-subgroup-text {
1349
+ color: #ffffff !important;
1350
+ }
1351
+ }
1352
+
1353
+ .dropdown-subgroup-text {
1354
+ font-size: 14px;
1355
+ font-weight: 400;
1356
+ color: #ffffff;
1357
+ display: block;
1358
+ width: 100%;
1359
+
1360
+ // Higlight text
1361
+ .highlight-text-45632 {
1362
+ font-weight: 700;
1363
+ &:hover {
1364
+ color: #ffffff !important;
1365
+ }
1366
+ }
1367
+
1368
+ &.active {
1369
+ font-weight: 700;
1370
+
1371
+ &::after {
1372
+ position: absolute;
1373
+ right: -26px;
1374
+ content: url("../svg/common/ic_confirm.svg");
1375
+ width: 14px;
1376
+ height: 10px;
1377
+ }
1378
+ }
1379
+ }
1380
+
1381
+ .dropdown-subgroup-additional-text {
1382
+ color: $bw5;
1383
+ font-size: 11px;
1384
+ font-weight: 400;
1385
+ position: relative;
1386
+ text-align: right;
1387
+
1388
+ &.active {
1389
+ font-weight: 400;
1390
+ color: #6f9ee0;
1391
+ }
1392
+
1393
+ // Higlight text
1394
+ .highlight-text-45632 {
1395
+ font-weight: 500;
1396
+ color: #6f9ee0 !important;
1397
+ }
1398
+ }
1399
+ }
1400
+ }
1401
+ }
1402
+
1403
+ // Merged Dropdown
1404
+ &.merge-dropdown-body-with-input {
1405
+ border-radius: 0 0 2px 2px !important;
1406
+ left: -4px !important;
1407
+ }
1408
+
1409
+ // Dispatch Dropdown
1410
+ &.svgtext-dispatch-template {
1411
+ top: -4px;
1412
+
1413
+ .plus-icon {
1414
+ margin-right: 4px;
1415
+ }
1416
+
1417
+ .icon {
1418
+ &.blue {
1419
+ circle {
1420
+ fill: $ta-blue-19 !important;
1421
+ }
1422
+ }
1423
+
1424
+ &.yellow {
1425
+ circle {
1426
+ fill: $ta-yellow-4 !important;
1427
+ }
1428
+ }
1429
+
1430
+ &.red {
1431
+ circle {
1432
+ fill: $ta-red-13 !important;
1433
+ }
1434
+ }
1435
+
1436
+ &.green {
1437
+ circle {
1438
+ fill: $ta-green-4 !important;
1439
+ }
1440
+ }
1441
+ }
1442
+ }
1443
+ }
1444
+ }
1445
+ }
1446
+
1447
+ // PM Repair Modal popover
1448
+ .ta-dropdown-popover {
1449
+ z-index: 999999;
1450
+ .arrow {
1451
+ display: none !important;
1452
+ }
1453
+
1454
+ .popover-body {
1455
+ z-index: 99999999;
1456
+ .options {
1457
+ position: relative;
1458
+ top: 3px;
1459
+ z-index: 1000;
1460
+ max-height: 198px;
1461
+ width: 100%;
1462
+ background-color: #2f2f2f;
1463
+ border-radius: 2px;
1464
+ padding: 2px;
1465
+ overflow: hidden;
1466
+
1467
+ &.scroll {
1468
+ transition: all 0.3s ease-in-out;
1469
+ overflow-y: scroll !important;
1470
+ scrollbar-width: none !important; /* Firefox */
1471
+
1472
+ &::-webkit-scrollbar {
1473
+ width: 3px;
1474
+ }
1475
+
1476
+ &::-webkit-scrollbar-thumb {
1477
+ background-color: transparent;
1478
+ border: 6px solid #aaaaaa;
1479
+ border-radius: 1px;
1480
+ }
1481
+
1482
+ &::-webkit-scrollbar-track {
1483
+ padding: 0;
1484
+ position: relative;
1485
+ right: 0;
1486
+ top: 0;
1487
+ background: transparent;
1488
+ }
1489
+ }
1490
+
1491
+ .option {
1492
+ position: relative;
1493
+ padding: 3px;
1494
+ height: 26px;
1495
+ font-size: 14px;
1496
+ line-height: 18px;
1497
+ font-weight: 400;
1498
+ border-radius: 2px;
1499
+ white-space: nowrap;
1500
+ text-overflow: ellipsis;
1501
+ color: #ffffff;
1502
+ display: flex;
1503
+ gap: 4px;
1504
+
1505
+ &::-moz-selection {
1506
+ color: #ffffff;
1507
+ background-color: rgb(255, 255, 255, 0.2);
1508
+ }
1509
+
1510
+ &:nth-last-child(1) {
1511
+ margin-bottom: 0px;
1512
+ }
1513
+
1514
+ &:hover {
1515
+ background-color: #1d1d1d;
1516
+ border-radius: 2px;
1517
+ cursor: pointer;
1518
+ }
1519
+
1520
+ &.add-option {
1521
+ color: #6f9ee0;
1522
+ font-weight: 600;
1523
+
1524
+ &::after {
1525
+ content: "";
1526
+ height: 2px;
1527
+ width: 100%;
1528
+ background-color: rgb(170, 170, 170, 0.2);
1529
+ border-radius: 1px;
1530
+ position: absolute;
1531
+ bottom: 0px;
1532
+ left: 0px;
1533
+ }
1534
+ }
1535
+ }
1536
+ }
1537
+ }
1538
+ }
1539
+
1540
+ // Selected Dropdown Card Preview
1541
+ .selected-item-container {
1542
+ height: 52px;
1543
+ padding: 6px;
1544
+ background: $ta-blue-16;
1545
+ position: relative;
1546
+ border-radius: 2px;
1547
+ transition: background 0.3s ease-in-out;
1548
+
1549
+ &:hover {
1550
+ background: $ta-blue-17;
1551
+
1552
+ .selected-item-additional {
1553
+ .selected-item-info {
1554
+ svg-icon {
1555
+ svg {
1556
+ path {
1557
+ fill: $ta-blue-14;
1558
+ }
1559
+ }
1560
+ }
1561
+ }
1562
+ }
1563
+
1564
+ .clear-selected-item {
1565
+ display: flex;
1566
+ align-items: center;
1567
+ }
1568
+ }
1569
+
1570
+ .selected-item-label {
1571
+ position: absolute;
1572
+ top: -16px;
1573
+ font-size: 11px;
1574
+ font-weight: 600;
1575
+ color: $ta-black;
1576
+
1577
+ -webkit-user-select: none;
1578
+ -moz-user-select: none;
1579
+ -ms-user-select: none;
1580
+ user-select: none;
1581
+
1582
+ span {
1583
+ color: $ta-red-11;
1584
+ }
1585
+ }
1586
+
1587
+ .selected-item-name {
1588
+ font-size: 14px;
1589
+ line-height: 18px;
1590
+ color: $ta-black;
1591
+
1592
+ &::-moz-selection {
1593
+ color: $ta-black;
1594
+ background: rgb(66, 66, 66, 0.2);
1595
+ }
1596
+
1597
+ &::selection {
1598
+ color: $ta-black;
1599
+ background: rgb(66, 66, 66, 0.2);
1600
+ }
1601
+
1602
+ .selected-item-star {
1603
+ position: relative;
1604
+ bottom: 2px;
1605
+
1606
+ svg {
1607
+ margin-left: 6px;
1608
+
1609
+ path {
1610
+ fill: $ta-blue-13;
1611
+ }
1612
+ }
1613
+ }
1614
+ }
1615
+
1616
+ .selected-item-additional {
1617
+ gap: 22px;
1618
+
1619
+ .selected-item-info {
1620
+ svg-icon {
1621
+ width: 14px;
1622
+
1623
+ svg {
1624
+ width: 100%;
1625
+ height: 100%;
1626
+
1627
+ path {
1628
+ fill: $ta-blue-13;
1629
+ transition: fill 0.3s ease-in-out;
1630
+ }
1631
+ }
1632
+ }
1633
+
1634
+ .hide-svg-on-copy {
1635
+ display: none;
1636
+ }
1637
+ }
1638
+ }
1639
+
1640
+ .clear-selected-item {
1641
+ position: absolute;
1642
+ right: 4px;
1643
+ top: 0px;
1644
+ display: none;
1645
+ gap: 6px;
1646
+
1647
+ .clear-x {
1648
+ cursor: pointer;
1649
+ transition: transform 0.3s ease-in-out;
1650
+
1651
+ &:hover {
1652
+ transform: scale(1.2);
1653
+ }
1654
+
1655
+ svg {
1656
+ path {
1657
+ fill: $ta-blue-17;
1658
+ }
1659
+
1660
+ rect {
1661
+ fill: $ta-blue-13;
1662
+ }
1663
+ }
1664
+
1665
+ &:hover {
1666
+ svg {
1667
+ rect {
1668
+ fill: $ta-blue-15;
1669
+ }
1670
+ }
1671
+ }
1672
+ }
1673
+ }
1674
+
1675
+ &.non-editable {
1676
+ background-color: $ta-light-grey-5;
1677
+
1678
+ .selected-item-label,
1679
+ .selected-item-name {
1680
+ color: $bw5;
1681
+ }
1682
+
1683
+ .selected-item-additional {
1684
+ .selected-item-info {
1685
+ svg-icon {
1686
+ svg {
1687
+ path {
1688
+ fill: $ta-light-grey-6;
1689
+ }
1690
+ }
1691
+ }
1692
+ p {
1693
+ color: $bw5;
1694
+ }
1695
+ }
1696
+ }
1697
+ }
1698
+ }
1699
+
1700
+ .dropdown-trailer-hover {
1701
+ &:hover {
1702
+ // TRUCKS
1703
+ .ic_truck_semi-truck {
1704
+ svg {
1705
+ path {
1706
+ fill: $ta-green;
1707
+ }
1708
+ }
1709
+ }
1710
+
1711
+ .ic_truck_semi-wSleeper {
1712
+ svg {
1713
+ path {
1714
+ fill: $ta-yellow-1;
1715
+ }
1716
+ }
1717
+ }
1718
+
1719
+ .ic_truck_box-truck {
1720
+ svg {
1721
+ path {
1722
+ fill: $ta-red-10;
1723
+ }
1724
+ }
1725
+ }
1726
+
1727
+ .ic_truck_cargo-van {
1728
+ svg {
1729
+ path {
1730
+ fill: $ta-blue-13;
1731
+ }
1732
+ }
1733
+ }
1734
+
1735
+ .ic_truck_tow-truck {
1736
+ svg {
1737
+ path {
1738
+ fill: $ta-purple-1;
1739
+ }
1740
+ }
1741
+ }
1742
+
1743
+ .ic_truck_car-hauler {
1744
+ svg {
1745
+ path {
1746
+ fill: $ta-red-18;
1747
+ }
1748
+ }
1749
+ }
1750
+
1751
+ .ic_truck_spotter {
1752
+ svg {
1753
+ path {
1754
+ fill: $ta-orange-5;
1755
+ }
1756
+ }
1757
+ }
1758
+
1759
+ // TRAILERS
1760
+ .ic_trailer_reefer {
1761
+ svg {
1762
+ path {
1763
+ fill: $ta-blue-13;
1764
+ }
1765
+ }
1766
+ }
1767
+
1768
+ .ic_trailer_dryvan {
1769
+ svg {
1770
+ path {
1771
+ fill: $ta-blue-24;
1772
+ }
1773
+ }
1774
+ }
1775
+
1776
+ .ic_trailer_side-kit {
1777
+ svg {
1778
+ path {
1779
+ fill: $ta-orange-4;
1780
+ }
1781
+ }
1782
+ }
1783
+
1784
+ .ic_trailer_conestoga {
1785
+ svg {
1786
+ path {
1787
+ fill: $ta-yellow-8;
1788
+ }
1789
+ }
1790
+ }
1791
+
1792
+ .ic_trailer_dumper {
1793
+ svg {
1794
+ path {
1795
+ fill: $ta-purple-1;
1796
+ }
1797
+ }
1798
+ }
1799
+
1800
+ .ic_trailer_container {
1801
+ svg {
1802
+ path {
1803
+ fill: $ta-yellow-1;
1804
+ }
1805
+ }
1806
+ }
1807
+
1808
+ .ic_trailer_tanker {
1809
+ svg {
1810
+ path {
1811
+ fill: $ta-green-6;
1812
+ }
1813
+ }
1814
+ }
1815
+
1816
+ .ic_trailer_carhauler {
1817
+ svg {
1818
+ path {
1819
+ fill: $ta-red-18;
1820
+ }
1821
+ }
1822
+ }
1823
+
1824
+ .ic_trailer_flatbed {
1825
+ svg {
1826
+ path {
1827
+ fill: $ta-red-13;
1828
+ }
1829
+ }
1830
+ }
1831
+
1832
+ .ic_trailer_low-boy {
1833
+ svg {
1834
+ path {
1835
+ fill: $ta-red-11;
1836
+ }
1837
+ }
1838
+ }
1839
+
1840
+ .ic_trailer_chassis {
1841
+ svg {
1842
+ path {
1843
+ fill: $ta-orange-5;
1844
+ }
1845
+ }
1846
+ }
1847
+
1848
+ .ic_trailer_step-deck {
1849
+ svg {
1850
+ path {
1851
+ fill: $ta-red-10;
1852
+ }
1853
+ }
1854
+ }
1855
+
1856
+ .ic_trailer_tanker_pneumatic {
1857
+ svg {
1858
+ path {
1859
+ fill: $ta-green;
1860
+ }
1861
+ }
1862
+ }
1863
+
1864
+ .ic_carhauler_stinger {
1865
+ svg {
1866
+ path {
1867
+ fill: $ta-red-19;
1868
+ }
1869
+ }
1870
+ }
1871
+ }
1872
+ }
1873
+
1874
+ .hide-after-arrow .dropdown-option.active::after {
1875
+ display: none !important;
1876
+ }