ca-components 1.1.99995 → 1.1.99997

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.
@@ -96,1209 +96,1210 @@
96
96
  }
97
97
  }
98
98
 
99
- //------------------------ Default Template ------------------------
100
- .dropdown-option {
101
- padding: 3px 4px;
102
- height: 26px;
103
- font-size: 14px;
104
- font-weight: 400;
105
- border-radius: 2px;
106
- white-space: nowrap;
107
- overflow: hidden;
108
- text-overflow: ellipsis;
109
- color: $white-2;
99
+ &.dropdown-status {
100
+ .dropdown-option {
101
+ font-weight: bold;
102
+ text-transform: uppercase;
103
+ }
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;
110
111
 
111
- // Text and Additional Text
112
- &.dropdown-double-text-option {
112
+ .load-dispatches-container {
113
113
  display: flex;
114
114
  align-items: center;
115
- justify-content: space-between;
116
-
117
- .additional-text {
118
- font-size: 11px;
119
- font-weight: 400;
120
- color: $bw5;
121
- line-height: 14px;
122
-
123
- &.active {
124
- color: #6f9ee0;
125
- font-weight: 700;
126
- }
127
- }
128
-
129
- &:hover {
130
- .additional-text {
131
- &.active {
132
- color: $ta-blue-17;
133
- }
134
- }
135
- }
136
- }
137
-
138
- // Double Column
139
- &.dropdown-double-column-option {
140
- display: grid;
141
- grid-template-columns: 118px 470px;
142
- grid-gap: 4px;
115
+ gap: 6px;
116
+ position: relative;
143
117
 
144
- &-add-new {
145
- display: flex;
146
- align-items: center;
147
- justify-content: flex-end;
148
- padding-left: 0 !important;
118
+ .owner-avatar {
119
+ position: absolute;
120
+ left: 13px;
121
+ bottom: -3px;
122
+ width: 10px;
123
+ height: 10px;
149
124
  }
150
125
 
151
- &-text {
152
- color: $white-2;
153
- font-size: 14px;
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;
154
136
  line-height: 18px;
155
- }
156
- }
157
-
158
- // Triple Column
159
- &.dropdown-triple-column-option {
160
- display: grid;
161
- grid-template-columns: 216px 138px 206px;
162
- grid-gap: 4px;
163
-
164
- &-add-new {
165
- display: flex;
166
- align-items: center;
167
- justify-content: flex-end;
168
- padding-left: 0 !important;
169
- }
170
-
171
- &-text {
172
- color: $white-2;
173
137
  font-size: 14px;
174
- line-height: 18px;
138
+ font-weight: 400;
175
139
  }
176
- }
177
-
178
- // This class is for moving with keyboard
179
- &.dropdown-option-hovered {
180
- background: $ta-black;
181
- color: $white-2;
182
- border-radius: 2px;
183
- cursor: pointer;
184
140
 
185
- .svgtext-template-logo {
186
- &.truck-trailer-logo {
187
- display: inline-block !important;
141
+ .load-dispatches-svg {
142
+ line-height: 16px;
143
+ svg {
144
+ width: 46px;
145
+ height: 16px;
188
146
  }
189
147
  }
190
- }
191
-
192
- &:hover {
193
- background: $ta-black;
194
- color: $white-2;
195
- border-radius: 2px;
196
- cursor: pointer;
197
148
 
198
- .svgtext-template-logo {
199
- &.truck-trailer-logo {
200
- display: inline-block !important;
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
+ }
201
158
  }
202
159
  }
203
- }
204
-
205
- &.disabled {
206
- color: #6c6c6c;
207
- pointer-events: none;
208
- -webkit-user-select: none;
209
- -moz-user-select: none;
210
- -ms-user-select: none;
211
- user-select: none;
212
- }
213
-
214
- &.no-result {
215
- line-height: 14px;
216
- font-size: 11px;
217
- font-weight: 700;
218
- color: $bw5;
219
- height: auto !important;
220
- -webkit-user-select: none;
221
- -moz-user-select: none;
222
- -ms-user-select: none;
223
- user-select: none;
224
- pointer-events: none;
225
160
 
226
- &:hover {
227
- background-color: transparent !important;
228
- }
229
- div {
230
- padding-top: 1px;
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;
231
167
  }
232
168
  }
233
169
 
234
- &.add-new {
235
- padding: 4.5px 6px 4.5px 4px;
170
+ .load-dispatch-driver-rate {
171
+ width: 130px;
172
+ text-align: right;
236
173
  font-size: 11px;
237
- font-weight: 700;
238
- color: $ta-blue-19;
239
- position: relative;
240
- transition:
241
- background 0.2s ease-in-out,
242
- color 0.2s ease-in-out;
243
-
244
- &:hover {
245
- color: $white-2;
246
- background: $ta-blue-21;
247
- }
174
+ font-weight: 400;
175
+ color: $bw5;
176
+ padding-bottom: 1px;
177
+ text-overflow: ellipsis;
178
+ white-space: nowrap;
179
+ overflow: hidden;
248
180
 
249
- .labels-template-text {
250
- color: $ta-blue-7;
251
- font-weight: 600 !important;
252
- transition: all 0.3s ease-in-out;
181
+ &.active {
182
+ color: #6f9ee0;
253
183
  }
254
184
 
255
- .plus-icon {
256
- margin-left: auto !important;
257
- position: relative;
258
- bottom: 1px;
259
-
260
- svg {
261
- path {
262
- fill: $ta-blue-19;
263
- }
264
- }
185
+ &.driver-owner {
186
+ text-align: left;
187
+ width: 80px;
265
188
  }
266
189
  }
267
190
 
268
- &.all-assigned {
269
- .details-template-text,
270
- .svgtext-template-text {
271
- color: $bw5;
272
- font-size: 11px;
191
+ &.active {
192
+ .load-dispatch-driver-rate,
193
+ .load-dispatch-driver,
194
+ .load-dispatch-truck,
195
+ .load-dispatch-trailer {
273
196
  font-weight: 700;
274
- line-height: 14px;
275
- pointer-events: none;
276
- -webkit-user-select: none;
277
- -moz-user-select: none;
278
- -ms-user-select: none;
279
- user-select: none;
280
197
  }
281
198
  }
199
+ }
282
200
 
283
- &.active-repair-truck-trailer {
284
- color: #6f9ee0;
285
- position: relative;
201
+ //------------------------ Custom width dependent on 'col' bootstrap ------------------------
286
202
 
287
- &:hover {
288
- color: $ta-blue-17;
289
- transition: all 0.3s ease-in-out;
290
- }
203
+ @for $i from 1 through 800 {
204
+ &.w-col-#{$i} {
205
+ width: unquote($i + "px");
206
+ }
207
+ }
291
208
 
292
- // Higlight text
293
- .highlight-text-45632 {
294
- background-color: $ta-blue-20;
295
- color: $ta-blue-19;
296
- transition: all 0.3s ease-in-out;
297
- &:hover {
298
- color: $ta-blue-17 !important;
299
- }
300
- }
209
+ // ---------------------------------------- DROPDOWN GROUPS ----------------------------------------
210
+ &.dropdown-options-groups {
211
+ max-height: 194px;
212
+ overflow-y: scroll;
301
213
 
302
- &::after {
303
- display: none;
304
- }
305
- }
306
- &.active-label,
307
- &.active-dark {
308
- .labels-template-counter {
309
- background-color: #3b73ed !important;
310
- color: #ffffff !important;
311
- }
312
- }
313
- &.active,
314
- &.active-label {
315
- color: #ffffff;
316
- font-size: 14px;
317
- font-weight: 700;
214
+ // This class is only for Truck tollTransporder
215
+ .dropdown-groups {
216
+ display: flex;
217
+ flex-direction: column;
318
218
  position: relative;
319
219
 
320
- // Higlight text
321
- .highlight-text-45632 {
322
- background-color: $ta-blue-20;
323
- color: $ta-blue-19;
324
- transition: all 0.3s ease-in-out;
325
- &:hover {
326
- color: #ffffff !important;
327
- }
328
- }
329
- &:not(.payroll-trucks)::after {
330
- display: inline-block;
331
- position: absolute;
332
- right: 6px;
333
- top: 28%;
334
- transform: translateY(-50%);
335
- content: url("/assets/ca-components/svg/input/ic_confirm.svg");
336
- width: 14px;
337
- height: 10px;
220
+ p {
221
+ margin: 0;
338
222
  }
339
- }
340
223
 
341
- &.active-label {
342
224
  &::after {
343
- right: 35px;
344
- }
345
- }
346
-
347
- &.last-active {
348
- position: relative;
349
- &::before {
350
225
  content: "";
226
+ display: inline-block;
351
227
  position: absolute;
352
- bottom: -1px;
353
- left: 0px;
354
- height: 2px;
228
+ bottom: -3px;
229
+ height: 1px;
355
230
  width: 100%;
356
231
  background-color: rgb(170, 170, 170, 0.2);
357
- border-radius: 1px;
358
232
  }
359
- }
360
233
 
361
- // Higlight text
362
- .highlight-text-45632 {
363
- background-color: $ta-blue-20;
364
- color: $ta-blue-19;
365
- transition: all 0.3s ease-in-out;
366
- }
234
+ &:last-child {
235
+ margin-top: 4px;
236
+ &::after {
237
+ display: none !important;
238
+ }
239
+ }
367
240
 
368
- //------------------------ Trucks, Trailers, Colors Template ------------------------
369
- &.svg-text-template {
370
- display: flex;
371
- align-items: center;
241
+ .dropdown-group-header {
242
+ font-size: 11px;
243
+ color: $ta-light-grey-6;
244
+ font-weight: 700;
245
+ text-transform: uppercase;
246
+ line-height: 14px;
247
+ padding: 0 6px;
248
+ padding-top: 8px;
249
+ margin-bottom: 8px;
372
250
 
373
- &.hazardous {
374
- display: flex;
375
- flex-direction: row-reverse;
376
- justify-content: flex-end;
251
+ &::-moz-selection {
252
+ background-color: rgb(204, 204, 204, 0.2) !important;
253
+ color: rgb(204, 204, 204, 0.4) !important;
254
+ }
377
255
 
378
- svg {
379
- margin-right: 5px;
256
+ &::selection {
257
+ background-color: rgb(204, 204, 204, 0.2) !important;
258
+ color: rgb(204, 204, 204, 0.4) !important;
380
259
  }
381
260
  }
382
- .svgtext-template-logo {
261
+
262
+ .dropdown-subgroup-options {
383
263
  display: flex;
384
- margin-right: 6px;
385
- &.no-svg {
386
- margin-right: 0px !important;
387
- }
264
+ align-items: center;
265
+ padding: 4px 6px;
266
+ height: 26px;
267
+ border-radius: 2px;
388
268
 
389
- &.hazardous-svg {
390
- line-height: 14px;
269
+ .highlight-text-45632 {
270
+ background-color: $ta-blue-20;
271
+ color: $ta-blue-19;
391
272
  }
392
- &.state-logo {
393
- svg {
394
- path {
395
- fill: #cccc;
396
- }
273
+
274
+ &:hover {
275
+ background-color: #1d1d1d;
276
+ cursor: pointer;
277
+ transition: all 0.3s ease-in-out;
278
+ .dropdown-subgroup-text {
279
+ color: #ffffff;
397
280
  }
398
281
  }
399
282
 
400
- &.truck-trailer-logo {
401
- position: absolute;
402
- right: 25px;
403
- text-align: right;
404
- display: none;
405
- margin-right: 0px;
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;
406
288
 
407
- &.container {
408
- right: 13px;
409
- }
410
- }
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
+ }
411
300
 
412
- &.radiator,
413
- &.turbo,
414
- &.alignment,
415
- &.accompressor,
416
- &.aircompressor,
417
- &.fuelpump,
418
- &.waterpump,
419
- &.oilpump,
420
- &.brakechamber,
421
- &.battery,
422
- &.enginetuneup {
423
- svg {
424
- path {
425
- fill: $bw5;
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;
426
307
  }
427
308
  }
428
309
  }
429
310
  }
311
+ }
430
312
 
431
- .svgtext-template-text {
432
- position: relative;
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;
433
320
 
434
- &.truck-text {
435
- top: 1px;
436
- }
321
+ p {
322
+ margin: 0;
323
+ }
437
324
 
438
- &.flex-1 {
439
- flex: 1;
440
- }
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;
441
335
 
442
- &.additional-text {
336
+ &.add-new {
443
337
  font-size: 11px;
444
- font-weight: 400;
445
338
  line-height: 14px;
446
- color: $bw5;
447
- text-align: right;
448
- }
449
- }
450
-
451
- .colors {
452
- height: 18px;
453
- width: 18px;
454
- }
455
-
456
- &.hazardous-dropdown {
457
- .svgtext-template-logo {
458
- order: 2;
459
- margin-right: 0px;
460
- position: relative;
461
- bottom: 1px;
462
- }
339
+ font-weight: 700;
340
+ color: #6f9ee0;
341
+ padding: 4px;
342
+ margin: 0;
343
+ cursor: pointer;
463
344
 
464
- .svgtext-template-text {
465
- order: 1;
466
- margin-right: 6px;
345
+ &:hover {
346
+ border-radius: 2px;
347
+ color: $ta-blue-17;
348
+ background-color: #1d1d1d;
349
+ }
467
350
  }
468
351
  }
469
- }
470
-
471
- //------------------------ Labels Template ------------------------
472
- &.labels-template {
473
- display: flex;
474
- align-items: center;
475
352
 
476
- .labels-template-left-side {
477
- display: flex;
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;
478
359
  align-items: center;
360
+ padding: 3px 4px;
361
+ // margin-bottom: 2px;
362
+ cursor: pointer;
479
363
 
480
- .labels-template-logo {
481
- svg {
482
- width: 18px;
483
- height: 18px;
484
- }
485
- }
364
+ &:hover {
365
+ border-radius: 2px;
366
+ background-color: #1d1d1d;
486
367
 
487
- .labels-template-vertical-divider {
488
- width: 1px;
489
- height: 15px;
490
- background-color: rgb(170, 170, 170, 0.2);
491
- content: "";
492
- margin: 0 6px;
368
+ .dropdown-subgroup-text {
369
+ color: #ffffff !important;
370
+ }
493
371
  }
494
- }
495
372
 
496
- .labels-template-right-side {
497
- flex: 1;
498
- display: flex;
499
- align-items: center;
500
- justify-content: space-between;
501
-
502
- .labels-template-text {
503
- margin-right: 28px;
373
+ .dropdown-subgroup-text {
504
374
  font-size: 14px;
505
375
  font-weight: 400;
506
- line-height: 18px;
507
376
  color: #ffffff;
508
- &.lable-text-wrap {
509
- text-overflow: ellipsis;
510
- overflow: hidden;
511
- width: 80px;
512
- white-space: nowrap;
513
- }
514
- &.add-new {
515
- font-size: 11px;
516
- font-weight: 700;
517
- color: #6f9ee0;
518
- transition: all 0.3s ease-in-out;
519
- position: relative;
520
- }
521
-
522
- &.no-result {
523
- line-height: 14px;
524
- font-size: 11px;
525
- font-weight: 700;
526
- padding: 0px !important;
527
- color: $bw5;
528
- height: 12px;
529
- -webkit-user-select: none;
530
- -moz-user-select: none;
531
- -ms-user-select: none;
532
- user-select: none;
533
- pointer-events: none;
377
+ display: block;
378
+ width: 100%;
534
379
 
380
+ // Higlight text
381
+ .highlight-text-45632 {
382
+ background-color: $ta-blue-20;
383
+ color: $ta-blue-19;
535
384
  &:hover {
536
- background-color: transparent !important;
385
+ color: #ffffff !important;
537
386
  }
387
+ }
388
+
389
+ &.active {
390
+ font-weight: 700;
538
391
 
539
- div {
540
- padding-top: 1px;
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;
541
398
  }
542
399
  }
543
400
  }
544
401
 
545
- .labels-template-counter {
546
- width: 22px;
547
- height: 16px;
548
- border-radius: 20px;
549
- background-color: rgb(204, 204, 204, 0.2);
550
- color: #aaaaaa;
551
- text-align: center;
402
+ .dropdown-subgroup-additional-text {
403
+ color: $bw5;
552
404
  font-size: 11px;
553
- font-weight: 500;
554
- padding: 0 4.5px;
555
- &.dont-show-counter {
556
- display: none;
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;
557
418
  }
558
419
  }
559
420
  }
421
+ }
422
+ }
560
423
 
561
- &.no-result {
562
- height: 14px;
563
- font-size: 11px;
564
- font-weight: 700;
565
- padding: 0px !important;
566
- color: $bw5;
567
- -webkit-user-select: none;
568
- -moz-user-select: none;
569
- -ms-user-select: none;
570
- user-select: none;
571
- pointer-events: none;
424
+ // Merged Dropdown
425
+ &.merge-dropdown-body-with-input {
426
+ border-radius: 0 0 2px 2px !important;
427
+ left: -4px !important;
428
+ }
572
429
 
573
- &:hover {
574
- background-color: transparent !important;
575
- }
430
+ // Dispatch Dropdown
431
+ &.svgtext-dispatch-template {
432
+ top: -4px;
576
433
 
577
- div {
578
- padding-top: 1px;
434
+ .plus-icon {
435
+ margin-right: 4px;
436
+ }
437
+
438
+ .icon {
439
+ &.blue {
440
+ circle {
441
+ fill: $ta-blue-19 !important;
579
442
  }
580
443
  }
581
444
 
582
- &:hover {
583
- .labels-template-text {
584
- color: #ffffff;
445
+ &.yellow {
446
+ circle {
447
+ fill: $ta-yellow-4 !important;
448
+ }
449
+ }
585
450
 
586
- &.add-new {
587
- color: $ta-blue-17;
588
- }
451
+ &.red {
452
+ circle {
453
+ fill: $ta-red-13 !important;
589
454
  }
455
+ }
590
456
 
591
- .labels-template-counter {
592
- background-color: rgb(204, 204, 204, 0.2);
593
- color: #dadada;
457
+ &.green {
458
+ circle {
459
+ fill: $ta-green-4 !important;
594
460
  }
595
461
  }
596
462
  }
463
+ }
464
+ }
465
+ }
466
+ }
597
467
 
598
- //------------------------ Details Template ------------------------
599
- &.details-template {
600
- display: grid;
601
- grid-template-columns: auto 14px 1fr;
602
- align-items: center;
603
- justify-content: space-between;
604
468
 
605
- &.load-details-template {
606
- grid-template-columns: 30px 130px 1fr;
607
- grid-gap: 4px;
608
- }
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;
609
480
 
610
- &.add-new {
611
- grid-template-columns: 1fr 1fr;
612
- margin-right: 6px;
613
- }
481
+ // Text and Additional Text
482
+ &.dropdown-double-text-option {
483
+ display: flex;
484
+ align-items: center;
485
+ justify-content: space-between;
614
486
 
615
- &.dropdown-option {
616
- position: relative;
617
- }
487
+ .additional-text {
488
+ font-size: 11px;
489
+ font-weight: 400;
490
+ color: $bw5;
491
+ line-height: 14px;
618
492
 
619
- .details-template-text {
620
- &.active {
621
- color: #6f9ee0;
493
+ &.active {
494
+ color: #6f9ee0;
495
+ font-weight: 700;
496
+ }
497
+ }
622
498
 
623
- &:hover {
624
- color: $ta-blue-17;
625
- transition: all 0.3s ease-in-out;
626
- }
627
- }
499
+ &:hover {
500
+ .additional-text {
501
+ &.active {
502
+ color: $ta-blue-17;
628
503
  }
504
+ }
505
+ }
506
+ }
629
507
 
630
- .details-template-logo {
631
- margin-left: 6px;
632
- line-height: 15px;
633
- }
508
+ // Double Column
509
+ &.dropdown-double-column-option {
510
+ display: grid;
511
+ grid-template-columns: 118px 470px;
512
+ grid-gap: 4px;
634
513
 
635
- .driver-details-template-container {
636
- position: absolute;
637
- right: 6px;
514
+ &-add-new {
515
+ display: flex;
516
+ align-items: center;
517
+ justify-content: flex-end;
518
+ padding-left: 0 !important;
519
+ }
638
520
 
639
- p {
640
- font-size: 11px;
641
- line-height: 18px;
642
- color: $bw5;
521
+ &-text {
522
+ color: $white-2;
523
+ font-size: 14px;
524
+ line-height: 18px;
525
+ }
526
+ }
643
527
 
644
- user-select: none;
645
- -webkit-user-select: none;
646
- -moz-user-select: none;
647
- -ms-user-select: none;
648
- }
528
+ // Triple Column
529
+ &.dropdown-triple-column-option {
530
+ display: grid;
531
+ grid-template-columns: 216px 138px 206px;
532
+ grid-gap: 4px;
649
533
 
650
- .right-box {
651
- margin-left: 4px;
652
- padding: 0 6px;
534
+ &-add-new {
535
+ display: flex;
536
+ align-items: center;
537
+ justify-content: flex-end;
538
+ padding-left: 0 !important;
539
+ }
653
540
 
654
- p {
655
- color: $ta-light-grey-2;
656
- }
657
- }
658
- }
659
-
660
- .additional-text {
661
- font-size: 11px;
662
- color: $bw5;
663
- line-height: 12px;
664
- }
665
- }
666
-
667
- //------------------------ Text Counter Template ------------------------
541
+ &-text {
542
+ color: $white-2;
543
+ font-size: 14px;
544
+ line-height: 18px;
545
+ }
546
+ }
668
547
 
669
- &-text-counter {
670
- display: flex;
671
- align-items: center;
672
- justify-content: space-between;
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;
673
554
 
674
- .option-counter {
675
- min-width: 22px;
676
- height: 16px;
677
- border-radius: 20px;
678
- background-color: rgb(204, 204, 204, 0.2);
679
- color: #aaaaaa;
680
- font-size: 11px;
681
- font-weight: 500;
682
- text-align: center;
683
- padding: 0 4.5px;
684
- }
555
+ .svgtext-template-logo {
556
+ &.truck-trailer-logo {
557
+ display: inline-block !important;
558
+ }
559
+ }
560
+ }
685
561
 
686
- &.active {
687
- &::after {
688
- right: 35px;
689
- top: 3.5px;
690
- }
691
- }
562
+ &:hover {
563
+ background: $ta-black;
564
+ color: $white-2;
565
+ border-radius: 2px;
566
+ cursor: pointer;
692
567
 
693
- &:hover {
694
- .option-counter {
695
- background-color: rgb(204, 204, 204, 0.2);
696
- }
697
- }
568
+ .svgtext-template-logo {
569
+ &.truck-trailer-logo {
570
+ display: inline-block !important;
698
571
  }
572
+ }
573
+ }
699
574
 
700
- //------------------------ Fuel Franchise Template ------------------------
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
+ }
701
583
 
702
- &-fuel-franchise {
703
- display: flex;
704
- flex-direction: column;
705
- justify-content: center;
706
- height: auto;
707
- min-height: 26px;
708
- border-radius: 2px;
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;
709
595
 
710
- // Franchise Header
711
- .fuel-franchise-header {
712
- display: flex;
713
- align-items: center;
714
- justify-content: space-between;
715
- padding: 0 2px;
716
- -webkit-user-select: none;
717
- -moz-user-select: none;
718
- -ms-user-select: none;
719
- user-select: none;
596
+ &:hover {
597
+ background-color: transparent !important;
598
+ }
599
+ div {
600
+ padding-top: 1px;
601
+ }
602
+ }
720
603
 
721
- .fuel-franchise-header-right-side {
722
- display: flex;
723
- align-items: center;
724
- gap: 6px;
725
-
726
- .option-counter {
727
- min-width: 22px;
728
- height: 16px;
729
- border-radius: 20px;
730
- background-color: rgb(204, 204, 204, 0.2);
731
- color: #aaaaaa;
732
- font-size: 11px;
733
- font-weight: 500;
734
- text-align: center;
735
- padding: 0 4.5px;
736
- -webkit-user-select: none;
737
- -moz-user-select: none;
738
- -ms-user-select: none;
739
- user-select: none;
740
- }
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;
741
613
 
742
- .header-arrow {
743
- width: 18px;
744
- height: 18px;
745
- line-height: 15px;
746
- transition: all 0.3s ease-in-out;
614
+ &:hover {
615
+ color: $white-2;
616
+ background: $ta-blue-21;
617
+ }
747
618
 
748
- svg {
749
- transform: rotate(0deg);
750
- transition: all 0.3s ease-in-out;
751
- path {
752
- fill: #aaaaaa;
753
- }
754
- }
619
+ .labels-template-text {
620
+ color: $ta-blue-7;
621
+ font-weight: 600 !important;
622
+ transition: all 0.3s ease-in-out;
623
+ }
755
624
 
756
- &.rotate {
757
- svg {
758
- transform: rotate(180deg);
759
- transition: all 0.3s ease-in-out;
760
- }
761
- }
625
+ .plus-icon {
626
+ margin-left: auto !important;
627
+ position: relative;
628
+ bottom: 1px;
762
629
 
763
- &:hover {
764
- svg {
765
- path {
766
- fill: #dadada;
767
- }
768
- }
769
- }
770
- }
771
- }
630
+ svg {
631
+ path {
632
+ fill: $ta-blue-19;
772
633
  }
634
+ }
635
+ }
636
+ }
773
637
 
774
- // Franchise Stores
775
- .fuel-franchise-stores {
776
- display: flex;
777
- flex-direction: column;
778
- justify-content: center;
779
- gap: 4px;
780
- max-height: 237px;
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
+ }
781
652
 
782
- .fuel-franchise-single-store {
783
- height: 26px;
784
- border-radius: 2px;
785
- display: flex;
786
- align-items: center;
787
- justify-content: space-between;
788
- padding-left: 3px;
789
- padding-right: 24px;
790
- padding: 3px 26px 4px 4px;
791
-
792
- .fuel-franchise-store-name {
793
- font-size: 14px;
794
- font-weight: 400;
795
- height: 19px;
796
- -webkit-user-select: none;
797
- -moz-user-select: none;
798
- -ms-user-select: none;
799
- user-select: none;
800
- color: #ffffff;
801
- }
653
+ &.active-repair-truck-trailer {
654
+ color: #6f9ee0;
655
+ position: relative;
802
656
 
803
- .fuel-franchise-store-address {
804
- font-size: 11px;
805
- font-weight: 500;
806
- line-height: 14px;
807
- -webkit-user-select: none;
808
- -moz-user-select: none;
809
- -ms-user-select: none;
810
- user-select: none;
811
- color: $ta-light-grey-6;
812
- }
657
+ &:hover {
658
+ color: $ta-blue-17;
659
+ transition: all 0.3s ease-in-out;
660
+ }
813
661
 
814
- &.active {
815
- .fuel-franchise-store-name,
816
- .fuel-franchise-store-address {
817
- color: #ffffff !important;
818
- }
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
+ }
819
671
 
820
- .highlight-text-45632 {
821
- background-color: $ta-blue-20;
822
- color: $ta-blue-19;
823
- transition: all 0.3s ease-in-out;
824
- }
825
- }
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;
826
689
 
827
- &:hover {
828
- color: #ffffff;
829
- background-color: #1d1d1d;
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
+ }
830
710
 
831
- // Higlight text
832
- &.active {
833
- .fuel-franchise-store-name,
834
- .fuel-franchise-store-address {
835
- color: #ffffff !important;
836
- font-weight: 700;
837
- }
838
- }
839
- }
840
- }
711
+ &.active-label {
712
+ &::after {
713
+ right: 35px;
714
+ }
715
+ }
841
716
 
842
- &.scroll {
843
- transition: all 0.3s ease-in-out;
844
- overflow-y: scroll !important;
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
+ }
845
730
 
846
- &::-webkit-scrollbar {
847
- width: 3px;
848
- }
849
- &::-webkit-scrollbar-thumb {
850
- background-color: transparent;
851
- border: 6px solid #aaaaaa;
852
- border-radius: 1px;
853
- }
854
- &::-webkit-scrollbar-track {
855
- padding: 0;
856
- position: relative;
857
- right: 0;
858
- top: 0;
859
- background: transparent;
860
- }
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
+ }
861
737
 
862
- .fuel-franchise-single-store {
863
- padding: 3px 22px 4px 4px;
864
- }
865
- }
866
- }
738
+ //------------------------ Trucks, Trailers, Colors Template ------------------------
739
+ &.svg-text-template {
740
+ display: flex;
741
+ align-items: center;
867
742
 
868
- &.active-stores {
869
- background-color: rgb(170, 170, 170, 0.1);
743
+ &.hazardous {
744
+ display: flex;
745
+ flex-direction: row-reverse;
746
+ justify-content: flex-end;
870
747
 
871
- .fuel-franchise-main-header {
872
- color: #ffffff;
873
- font-weight: 700;
874
- }
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
+ }
875
758
 
876
- &:hover {
877
- background-color: rgb(170, 170, 170, 0.1);
878
- color: #dadada;
759
+ &.hazardous-svg {
760
+ line-height: 14px;
761
+ }
762
+ &.state-logo {
763
+ svg {
764
+ path {
765
+ fill: #cccc;
879
766
  }
880
767
  }
768
+ }
881
769
 
882
- &.active-stores-header-hover {
883
- &:hover {
884
- background-color: #2f2f2f;
885
- position: relative;
886
-
887
- .fuel-franchise-header {
888
- color: #ffffff;
889
- background-color: #1d1d1d;
890
- font-weight: 700;
891
- position: relative;
892
- }
770
+ &.truck-trailer-logo {
771
+ position: absolute;
772
+ right: 25px;
773
+ text-align: right;
774
+ display: none;
775
+ margin-right: 0px;
893
776
 
894
- .helper-hover-container {
895
- content: "";
896
- width: 105%;
897
- height: 26px;
898
- background-color: #1d1d1d;
899
- position: absolute;
900
- top: 0px;
901
- left: 0px;
902
- border-radius: 2px;
903
- }
777
+ &.container {
778
+ right: 13px;
779
+ }
780
+ }
904
781
 
905
- .fuel-franchise-header {
906
- .fuel-franchise-header-right-side {
907
- .header-arrow {
908
- svg {
909
- path {
910
- fill: #dadada;
911
- }
912
- }
913
- }
914
- }
915
- }
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;
916
796
  }
917
797
  }
918
798
  }
799
+ }
919
800
 
920
- //------------------------ SVG Template ------------------------
921
- .svg-template-logo {
922
- height: 18px;
923
- aspect-ratio: 1;
801
+ .svgtext-template-text {
802
+ position: relative;
803
+
804
+ &.truck-text {
805
+ top: 1px;
924
806
  }
925
807
 
926
- //------------------------ Routing Dropdown ------------------------
808
+ &.flex-1 {
809
+ flex: 1;
810
+ }
927
811
 
928
- &.routing_dropdown {
812
+ &.additional-text {
929
813
  font-size: 11px;
930
- height: 22px;
814
+ font-weight: 400;
815
+ line-height: 14px;
816
+ color: $bw5;
817
+ text-align: right;
931
818
  }
932
819
  }
933
820
 
934
- &.dropdown-status {
935
- .dropdown-option {
936
- font-weight: bold;
937
- text-transform: uppercase;
821
+ .colors {
822
+ height: 18px;
823
+ width: 18px;
824
+ }
825
+
826
+ &.hazardous-dropdown {
827
+ .svgtext-template-logo {
828
+ order: 2;
829
+ margin-right: 0px;
830
+ position: relative;
831
+ bottom: 1px;
832
+ }
833
+
834
+ .svgtext-template-text {
835
+ order: 1;
836
+ margin-right: 6px;
938
837
  }
939
838
  }
839
+ }
940
840
 
941
- //------------------------ Load Dispatches TTD Template ------------------------
942
- .load-dispatches-ttd-template {
943
- display: grid;
944
- grid-template-columns: repeat(3, 155px) 97px;
945
- align-items: center;
841
+ //------------------------ Labels Template ------------------------
842
+ &.labels-template {
843
+ display: flex;
844
+ align-items: center;
946
845
 
947
- .load-dispatches-container {
948
- display: flex;
949
- align-items: center;
950
- gap: 6px;
951
- position: relative;
846
+ .labels-template-left-side {
847
+ display: flex;
848
+ align-items: center;
952
849
 
953
- .owner-avatar {
954
- position: absolute;
955
- left: 13px;
956
- bottom: -3px;
957
- width: 10px;
958
- height: 10px;
850
+ .labels-template-logo {
851
+ svg {
852
+ width: 18px;
853
+ height: 18px;
959
854
  }
855
+ }
960
856
 
961
- .load-dispatch-driver,
962
- .load-dispatch-truck,
963
- .load-dispatch-trailer {
964
- overflow: hidden;
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
+ }
865
+
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 {
965
879
  text-overflow: ellipsis;
880
+ overflow: hidden;
881
+ width: 80px;
966
882
  white-space: nowrap;
967
- width: 116px;
968
- max-width: -webkit-fit-content;
969
- max-width: -moz-fit-content;
970
- max-width: fit-content;
971
- line-height: 18px;
972
- font-size: 14px;
973
- font-weight: 400;
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;
974
890
  }
975
891
 
976
- .load-dispatches-svg {
977
- line-height: 16px;
978
- svg {
979
- width: 46px;
980
- height: 16px;
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;
904
+
905
+ &:hover {
906
+ background-color: transparent !important;
981
907
  }
982
- }
983
908
 
984
- .load-dipstaches-owner-flag {
985
- position: absolute;
986
- top: 44%;
987
- right: 0;
988
- transform: translateY(-50%);
989
- svg {
990
- path {
991
- fill: #6f9ee0 !important;
992
- }
909
+ div {
910
+ padding-top: 1px;
993
911
  }
994
912
  }
913
+ }
995
914
 
996
- &.trailerContainer {
997
- width: -webkit-max-content !important;
998
- width: -moz-max-content !important;
999
- width: max-content !important;
1000
- padding: 0px !important;
1001
- margin: 0px !important;
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;
1002
927
  }
1003
928
  }
929
+ }
1004
930
 
1005
- .load-dispatch-driver-rate {
1006
- width: 130px;
1007
- text-align: right;
1008
- font-size: 11px;
1009
- font-weight: 400;
1010
- color: $bw5;
1011
- padding-bottom: 1px;
1012
- text-overflow: ellipsis;
1013
- white-space: nowrap;
1014
- overflow: hidden;
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;
1015
942
 
1016
- &.active {
1017
- color: #6f9ee0;
1018
- }
943
+ &:hover {
944
+ background-color: transparent !important;
945
+ }
1019
946
 
1020
- &.driver-owner {
1021
- text-align: left;
1022
- width: 80px;
1023
- }
947
+ div {
948
+ padding-top: 1px;
1024
949
  }
950
+ }
1025
951
 
1026
- &.active {
1027
- .load-dispatch-driver-rate,
1028
- .load-dispatch-driver,
1029
- .load-dispatch-truck,
1030
- .load-dispatch-trailer {
1031
- font-weight: 700;
952
+ &:hover {
953
+ .labels-template-text {
954
+ color: #ffffff;
955
+
956
+ &.add-new {
957
+ color: $ta-blue-17;
1032
958
  }
1033
959
  }
960
+
961
+ .labels-template-counter {
962
+ background-color: rgb(204, 204, 204, 0.2);
963
+ color: #dadada;
964
+ }
1034
965
  }
966
+ }
1035
967
 
1036
- //------------------------ Custom width dependent on 'col' bootstrap ------------------------
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;
1037
974
 
1038
- @for $i from 1 through 800 {
1039
- &.w-col-#{$i} {
1040
- width: unquote($i + "px");
975
+ &.load-details-template {
976
+ grid-template-columns: 30px 130px 1fr;
977
+ grid-gap: 4px;
978
+ }
979
+
980
+ &.add-new {
981
+ grid-template-columns: 1fr 1fr;
982
+ margin-right: 6px;
983
+ }
984
+
985
+ &.dropdown-option {
986
+ position: relative;
987
+ }
988
+
989
+ .details-template-text {
990
+ &.active {
991
+ color: #6f9ee0;
992
+
993
+ &:hover {
994
+ color: $ta-blue-17;
995
+ transition: all 0.3s ease-in-out;
996
+ }
1041
997
  }
1042
998
  }
1043
999
 
1044
- // ---------------------------------------- DROPDOWN GROUPS ----------------------------------------
1045
- &.dropdown-options-groups {
1046
- max-height: 194px;
1047
- overflow-y: scroll;
1000
+ .details-template-logo {
1001
+ margin-left: 6px;
1002
+ line-height: 15px;
1003
+ }
1048
1004
 
1049
- // This class is only for Truck tollTransporder
1050
- .dropdown-groups {
1051
- display: flex;
1052
- flex-direction: column;
1053
- position: relative;
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
+
1014
+ user-select: none;
1015
+ -webkit-user-select: none;
1016
+ -moz-user-select: none;
1017
+ -ms-user-select: none;
1018
+ }
1019
+
1020
+ .right-box {
1021
+ margin-left: 4px;
1022
+ padding: 0 6px;
1054
1023
 
1055
1024
  p {
1056
- margin: 0;
1025
+ color: $ta-light-grey-2;
1057
1026
  }
1027
+ }
1028
+ }
1058
1029
 
1059
- &::after {
1060
- content: "";
1061
- display: inline-block;
1062
- position: absolute;
1063
- bottom: -3px;
1064
- height: 1px;
1065
- width: 100%;
1066
- background-color: rgb(170, 170, 170, 0.2);
1067
- }
1030
+ .additional-text {
1031
+ font-size: 11px;
1032
+ color: $bw5;
1033
+ line-height: 12px;
1034
+ }
1035
+ }
1068
1036
 
1069
- &:last-child {
1070
- margin-top: 4px;
1071
- &::after {
1072
- display: none !important;
1073
- }
1074
- }
1037
+ //------------------------ Text Counter Template ------------------------
1075
1038
 
1076
- .dropdown-group-header {
1077
- font-size: 11px;
1078
- color: $ta-light-grey-6;
1079
- font-weight: 700;
1080
- text-transform: uppercase;
1081
- line-height: 14px;
1082
- padding: 0 6px;
1083
- padding-top: 8px;
1084
- margin-bottom: 8px;
1039
+ &-text-counter {
1040
+ display: flex;
1041
+ align-items: center;
1042
+ justify-content: space-between;
1085
1043
 
1086
- &::-moz-selection {
1087
- background-color: rgb(204, 204, 204, 0.2) !important;
1088
- color: rgb(204, 204, 204, 0.4) !important;
1089
- }
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
+ }
1055
+
1056
+ &.active {
1057
+ &::after {
1058
+ right: 35px;
1059
+ top: 3.5px;
1060
+ }
1061
+ }
1062
+
1063
+ &:hover {
1064
+ .option-counter {
1065
+ background-color: rgb(204, 204, 204, 0.2);
1066
+ }
1067
+ }
1068
+ }
1069
+
1070
+ //------------------------ Fuel Franchise Template ------------------------
1071
+
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;
1090
+
1091
+ .fuel-franchise-header-right-side {
1092
+ display: flex;
1093
+ align-items: center;
1094
+ gap: 6px;
1090
1095
 
1091
- &::selection {
1092
- background-color: rgb(204, 204, 204, 0.2) !important;
1093
- color: rgb(204, 204, 204, 0.4) !important;
1094
- }
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;
1102
+ 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;
1095
1110
  }
1096
1111
 
1097
- .dropdown-subgroup-options {
1098
- display: flex;
1099
- align-items: center;
1100
- padding: 4px 6px;
1101
- height: 26px;
1102
- border-radius: 2px;
1103
-
1104
- .highlight-text-45632 {
1105
- background-color: $ta-blue-20;
1106
- color: $ta-blue-19;
1107
- }
1112
+ .header-arrow {
1113
+ width: 18px;
1114
+ height: 18px;
1115
+ line-height: 15px;
1116
+ transition: all 0.3s ease-in-out;
1108
1117
 
1109
- &:hover {
1110
- background-color: #1d1d1d;
1111
- cursor: pointer;
1118
+ svg {
1119
+ transform: rotate(0deg);
1112
1120
  transition: all 0.3s ease-in-out;
1113
- .dropdown-subgroup-text {
1114
- color: #ffffff;
1121
+ path {
1122
+ fill: #aaaaaa;
1115
1123
  }
1116
1124
  }
1117
1125
 
1118
- .dropdown-subgroup-text {
1119
- font-size: 14px;
1120
- font-weight: 400;
1121
- color: $ta-light-grey-6;
1122
- transition: all 0.3s ease-in-out;
1123
-
1124
- &.active {
1125
- font-weight: 700;
1126
- // Higlight text
1127
- .highlight-text-45632 {
1128
- background-color: $ta-blue-20;
1129
- color: $ta-blue-19;
1130
- transition: all 0.3s ease-in-out;
1131
- &:hover {
1132
- color: #ffffff !important;
1133
- }
1134
- }
1126
+ &.rotate {
1127
+ svg {
1128
+ transform: rotate(180deg);
1129
+ transition: all 0.3s ease-in-out;
1130
+ }
1131
+ }
1135
1132
 
1136
- &::after {
1137
- position: absolute;
1138
- right: 11px;
1139
- content: url("/assets/ca-components/svg/input/ic_confirm.svg");
1140
- width: 14px;
1141
- height: 10px;
1133
+ &:hover {
1134
+ svg {
1135
+ path {
1136
+ fill: #dadada;
1142
1137
  }
1143
1138
  }
1144
1139
  }
1145
1140
  }
1146
1141
  }
1142
+ }
1147
1143
 
1148
- // Override groups classes for load-broker-contact-template
1149
- .load-broker-contact-groups {
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;
1150
1155
  display: flex;
1151
- flex-direction: column;
1152
- position: relative;
1153
- padding-bottom: 0px;
1154
- margin: 0;
1156
+ align-items: center;
1157
+ justify-content: space-between;
1158
+ padding-left: 3px;
1159
+ padding-right: 24px;
1160
+ padding: 3px 26px 4px 4px;
1155
1161
 
1156
- p {
1157
- margin: 0;
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;
1158
1171
  }
1159
1172
 
1160
- .dropdown-group-header {
1161
- padding: 0px;
1162
- margin: 0px;
1163
- padding-top: 8px;
1164
- padding-left: 4px;
1165
- margin-bottom: 4px;
1166
-
1167
- color: $ta-light-grey-6;
1173
+ .fuel-franchise-store-address {
1168
1174
  font-size: 11px;
1169
- text-transform: capitalize;
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
+ }
1170
1183
 
1171
- &.add-new {
1172
- font-size: 11px;
1173
- line-height: 14px;
1174
- font-weight: 700;
1175
- color: #6f9ee0;
1176
- padding: 4px;
1177
- margin: 0;
1178
- cursor: pointer;
1184
+ &.active {
1185
+ .fuel-franchise-store-name,
1186
+ .fuel-franchise-store-address {
1187
+ color: #ffffff !important;
1188
+ }
1179
1189
 
1180
- &:hover {
1181
- border-radius: 2px;
1182
- color: $ta-blue-17;
1183
- background-color: #1d1d1d;
1184
- }
1190
+ .highlight-text-45632 {
1191
+ background-color: $ta-blue-20;
1192
+ color: $ta-blue-19;
1193
+ transition: all 0.3s ease-in-out;
1185
1194
  }
1186
1195
  }
1187
1196
 
1188
- .dropdown-subgroup-options {
1189
- display: grid;
1190
- grid-template-columns: 141px 135px;
1191
- grid-column-gap: 10px;
1192
- -moz-column-gap: 10px;
1193
- column-gap: 10px;
1194
- align-items: center;
1195
- padding: 3px 4px;
1196
- // margin-bottom: 2px;
1197
- cursor: pointer;
1198
-
1199
- &:hover {
1200
- border-radius: 2px;
1201
- background-color: #1d1d1d;
1197
+ &:hover {
1198
+ color: #ffffff;
1199
+ background-color: #1d1d1d;
1202
1200
 
1203
- .dropdown-subgroup-text {
1201
+ // Higlight text
1202
+ &.active {
1203
+ .fuel-franchise-store-name,
1204
+ .fuel-franchise-store-address {
1204
1205
  color: #ffffff !important;
1205
- }
1206
- }
1207
-
1208
- .dropdown-subgroup-text {
1209
- font-size: 14px;
1210
- font-weight: 400;
1211
- color: #ffffff;
1212
- display: block;
1213
- width: 100%;
1214
-
1215
- // Higlight text
1216
- .highlight-text-45632 {
1217
- background-color: $ta-blue-20;
1218
- color: $ta-blue-19;
1219
- &:hover {
1220
- color: #ffffff !important;
1221
- }
1222
- }
1223
-
1224
- &.active {
1225
1206
  font-weight: 700;
1226
-
1227
- &::after {
1228
- position: absolute;
1229
- right: -26px;
1230
- content: url("/assets/ca-components/svg/input/ic_confirm.svg");
1231
- width: 14px;
1232
- height: 10px;
1233
- }
1234
1207
  }
1235
1208
  }
1209
+ }
1210
+ }
1236
1211
 
1237
- .dropdown-subgroup-additional-text {
1238
- color: $bw5;
1239
- font-size: 11px;
1240
- font-weight: 400;
1241
- position: relative;
1242
- text-align: right;
1212
+ &.scroll {
1213
+ transition: all 0.3s ease-in-out;
1214
+ overflow-y: scroll !important;
1243
1215
 
1244
- &.active {
1245
- font-weight: 400;
1246
- color: #6f9ee0;
1247
- }
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
+ }
1248
1231
 
1249
- // Higlight text
1250
- .highlight-text-45632 {
1251
- background-color: $ta-blue-20;
1252
- color: $ta-blue-19;
1253
- }
1254
- }
1232
+ .fuel-franchise-single-store {
1233
+ padding: 3px 22px 4px 4px;
1255
1234
  }
1256
1235
  }
1257
1236
  }
1258
1237
 
1259
- // Merged Dropdown
1260
- &.merge-dropdown-body-with-input {
1261
- border-radius: 0 0 2px 2px !important;
1262
- left: -4px !important;
1263
- }
1238
+ &.active-stores {
1239
+ background-color: rgb(170, 170, 170, 0.1);
1264
1240
 
1265
- // Dispatch Dropdown
1266
- &.svgtext-dispatch-template {
1267
- top: -4px;
1241
+ .fuel-franchise-main-header {
1242
+ color: #ffffff;
1243
+ font-weight: 700;
1244
+ }
1268
1245
 
1269
- .plus-icon {
1270
- margin-right: 4px;
1246
+ &:hover {
1247
+ background-color: rgb(170, 170, 170, 0.1);
1248
+ color: #dadada;
1271
1249
  }
1250
+ }
1272
1251
 
1273
- .icon {
1274
- &.blue {
1275
- circle {
1276
- fill: $ta-blue-19 !important;
1277
- }
1278
- }
1252
+ &.active-stores-header-hover {
1253
+ &:hover {
1254
+ background-color: #2f2f2f;
1255
+ position: relative;
1279
1256
 
1280
- &.yellow {
1281
- circle {
1282
- fill: $ta-yellow-4 !important;
1283
- }
1257
+ .fuel-franchise-header {
1258
+ color: #ffffff;
1259
+ background-color: #1d1d1d;
1260
+ font-weight: 700;
1261
+ position: relative;
1284
1262
  }
1285
1263
 
1286
- &.red {
1287
- circle {
1288
- fill: $ta-red-13 !important;
1289
- }
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;
1290
1273
  }
1291
1274
 
1292
- &.green {
1293
- circle {
1294
- fill: $ta-green-4 !important;
1275
+ .fuel-franchise-header {
1276
+ .fuel-franchise-header-right-side {
1277
+ .header-arrow {
1278
+ svg {
1279
+ path {
1280
+ fill: #dadada;
1281
+ }
1282
+ }
1283
+ }
1295
1284
  }
1296
1285
  }
1297
1286
  }
1298
1287
  }
1299
1288
  }
1289
+
1290
+ //------------------------ SVG Template ------------------------
1291
+ .svg-template-logo {
1292
+ height: 18px;
1293
+ aspect-ratio: 1;
1294
+ }
1295
+
1296
+ //------------------------ Routing Dropdown ------------------------
1297
+
1298
+ &.routing_dropdown {
1299
+ font-size: 11px;
1300
+ height: 22px;
1301
+ }
1300
1302
  }
1301
- }
1302
1303
  //------------------------ Load Dispatcher Template ------------------------
1303
1304
  .load-dispatcher-template {
1304
1305
  display: flex;