ca-components 1.1.99997 → 1.1.99998

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