ca-components 1.0.73 → 1.0.75

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