@pmidc/upyog-css 1.2.36-dev.1.1 → 1.2.36-dev.1.11

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.
@@ -0,0 +1,797 @@
1
+ .TL-response-dFlex-endBaseL{
2
+ display:flex !important;
3
+ justify-content: flex-end !important;
4
+ align-items: baseline !important;
5
+ }
6
+
7
+ .TL-response-dFlex-endGapW{
8
+ display: flex !important;
9
+ justify-content: flex-end !important;
10
+ gap: 1rem !important;
11
+ width: auto !important;
12
+ }
13
+
14
+ .TL-ml-unset{
15
+ margin-left: unset !important;
16
+ }
17
+
18
+ .TL-mt-16{
19
+ margin-top: 16px;
20
+ }
21
+ .TL-mb-10{
22
+ margin-bottom: 10px;
23
+ }
24
+ .TL-ml-16{
25
+ margin-left: 16px;
26
+ }
27
+
28
+ .TL-wAuto{
29
+ width:auto !important;
30
+ }
31
+
32
+ .Tl-ml-15{
33
+ margin-left: 15px !important;
34
+ }
35
+
36
+ .TL-mr-1{
37
+ margin-right: 1rem !important;
38
+ }
39
+
40
+ .TL-ground-ml-0 {
41
+ margin-left: 0px !important;
42
+ }
43
+
44
+ .TL-ground-full-width {
45
+ width: 100% !important;
46
+ }
47
+ .TL-breadcrumb-offset {
48
+ margin-left: 15px !important;
49
+ margin-top: 3rem !important;
50
+ }
51
+
52
+ .TL-chb-container {
53
+ width: 100% !important;
54
+ padding-right: 25px !important;
55
+ padding-left: 25px !important;
56
+ }
57
+
58
+ .TL-page-title {
59
+ color: #000 !important;
60
+ font-family: "Noto Sans", sans-serif !important;
61
+ font-size: 28px !important;
62
+ font-weight: 500 !important;
63
+ margin: 0 !important;
64
+ }
65
+
66
+ .TL-divider {
67
+ border: 1px solid #DFE0E2 !important;
68
+ margin-bottom: 50px !important;
69
+ width: 100% !important;
70
+ }
71
+
72
+ .TL-full-width-container {
73
+ width: 100% !important;
74
+ }
75
+
76
+ .TL-label-inline-100 {
77
+ width: 100px !important;
78
+ display: inline !important;
79
+ }
80
+
81
+ /* ===== ApplicationDetails - Header & Layout ===== */
82
+
83
+ .TL-mb-15 {
84
+ margin-bottom: 15px !important;
85
+ }
86
+
87
+ .TL-flex-center-start-gap10 {
88
+ display: flex !important;
89
+ justify-content: center !important;
90
+ align-items: flex-start !important;
91
+ gap: 10px !important;
92
+ }
93
+
94
+ .TL-z10-relative {
95
+ z-index: 10 !important;
96
+ position: relative !important;
97
+ }
98
+
99
+ /* ===== Fee Estimation Card ===== */
100
+
101
+ .TL-fee-layout {
102
+ display: flex !important;
103
+ justify-content: space-between !important;
104
+ align-items: flex-start !important;
105
+ }
106
+
107
+ .TL-flex-1 {
108
+ flex: 1 !important;
109
+ }
110
+
111
+ .TL-fee-table {
112
+ width: 100% !important;
113
+ border-collapse: collapse !important;
114
+ }
115
+
116
+ .TL-fee-td-label {
117
+ padding: 12px 16px !important;
118
+ color: #0b4da2 !important;
119
+ font-weight: 600 !important;
120
+ }
121
+
122
+ .TL-tooltip-icon {
123
+ display: inline-block !important;
124
+ width: 16px !important;
125
+ height: 16px !important;
126
+ border-radius: 50% !important;
127
+ background-color: #6c757d !important;
128
+ color: white !important;
129
+ text-align: center !important;
130
+ font-size: 11px !important;
131
+ line-height: 16px !important;
132
+ margin-left: 6px !important;
133
+ cursor: pointer !important;
134
+ }
135
+
136
+ .TL-fee-td-right {
137
+ padding: 12px 16px !important;
138
+ text-align: right !important;
139
+ }
140
+
141
+ .TL-fee-total-row {
142
+ border-top: 2px solid #0b4da2 !important;
143
+ }
144
+
145
+ .TL-fee-td-total-label {
146
+ padding: 12px 16px !important;
147
+ font-weight: bold !important;
148
+ color: #0b4da2 !important;
149
+ }
150
+
151
+ .TL-fee-td-total-amount {
152
+ padding: 12px 16px !important;
153
+ text-align: right !important;
154
+ font-weight: bold !important;
155
+ }
156
+
157
+ .TL-fee-summary-box {
158
+ text-align: right !important;
159
+ margin-left: 40px !important;
160
+ min-width: 200px !important;
161
+ }
162
+
163
+ .TL-fee-summary-label {
164
+ color: #0b4da2 !important;
165
+ font-size: 14px !important;
166
+ }
167
+
168
+ .TL-fee-summary-amount {
169
+ font-size: 36px !important;
170
+ font-weight: bold !important;
171
+ }
172
+
173
+ .TL-fee-actions {
174
+ padding-top: 16px !important;
175
+ display: flex !important;
176
+ gap: 24px !important;
177
+ }
178
+
179
+ .TL-action-link {
180
+ color: #d4351c !important;
181
+ font-weight: bold !important;
182
+ cursor: pointer !important;
183
+ text-transform: uppercase !important;
184
+ font-size: 14px !important;
185
+ }
186
+
187
+ /* ===== Modal - Shared ===== */
188
+
189
+ .TL-modal-overlay {
190
+ position: fixed !important;
191
+ top: 0 !important;
192
+ left: 0 !important;
193
+ right: 0 !important;
194
+ bottom: 0 !important;
195
+ background-color: rgba(0, 0, 0, 0.5) !important;
196
+ z-index: 9999 !important;
197
+ display: flex !important;
198
+ justify-content: center !important;
199
+ align-items: center !important;
200
+ }
201
+
202
+ .TL-modal-content-sm {
203
+ background-color: #fff !important;
204
+ border-radius: 4px !important;
205
+ padding: 24px !important;
206
+ min-width: 400px !important;
207
+ max-width: 550px !important;
208
+ max-height: 80vh !important;
209
+ overflow-y: auto !important;
210
+ position: relative !important;
211
+ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
212
+ }
213
+
214
+ .TL-modal-content-md {
215
+ background-color: #fff !important;
216
+ border-radius: 4px !important;
217
+ padding: 24px !important;
218
+ min-width: 500px !important;
219
+ max-width: 600px !important;
220
+ max-height: 85vh !important;
221
+ overflow-y: auto !important;
222
+ position: relative !important;
223
+ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
224
+ }
225
+
226
+ .TL-modal-header {
227
+ display: flex !important;
228
+ justify-content: space-between !important;
229
+ align-items: center !important;
230
+ margin-bottom: 16px !important;
231
+ }
232
+
233
+ .TL-modal-header-lg {
234
+ display: flex !important;
235
+ justify-content: space-between !important;
236
+ align-items: center !important;
237
+ margin-bottom: 20px !important;
238
+ }
239
+
240
+ .TL-modal-title {
241
+ margin: 0 !important;
242
+ font-size: 18px !important;
243
+ font-weight: 600 !important;
244
+ }
245
+
246
+ .TL-modal-close {
247
+ cursor: pointer !important;
248
+ font-size: 20px !important;
249
+ font-weight: bold !important;
250
+ color: #666 !important;
251
+ }
252
+
253
+ /* ===== Breakup Modal ===== */
254
+
255
+ .TL-breakup-section-title {
256
+ font-size: 14px !important;
257
+ font-weight: 600 !important;
258
+ margin-bottom: 8px !important;
259
+ }
260
+
261
+ .TL-breakup-section-title-mt {
262
+ font-size: 14px !important;
263
+ font-weight: 600 !important;
264
+ margin-top: 12px !important;
265
+ margin-bottom: 8px !important;
266
+ }
267
+
268
+ .TL-breakup-row {
269
+ display: flex !important;
270
+ justify-content: space-between !important;
271
+ padding: 4px 0 !important;
272
+ font-size: 13px !important;
273
+ }
274
+
275
+ .TL-breakup-row-bold {
276
+ display: flex !important;
277
+ justify-content: space-between !important;
278
+ padding: 4px 0 !important;
279
+ font-size: 13px !important;
280
+ font-weight: 600 !important;
281
+ }
282
+
283
+ .TL-breakup-subtotal {
284
+ display: flex !important;
285
+ justify-content: space-between !important;
286
+ border-top: 1px solid #ddd !important;
287
+ padding: 6px 0 !important;
288
+ font-weight: 600 !important;
289
+ font-size: 13px !important;
290
+ margin-top: 4px !important;
291
+ }
292
+
293
+ .TL-breakup-final-section {
294
+ border-top: 2px solid #333 !important;
295
+ margin-top: 12px !important;
296
+ padding-top: 8px !important;
297
+ }
298
+
299
+ .TL-breakup-rebate-section {
300
+ border-top: 1px solid #ddd !important;
301
+ margin-top: 8px !important;
302
+ padding-top: 8px !important;
303
+ }
304
+
305
+ .TL-breakup-grand-total {
306
+ display: flex !important;
307
+ justify-content: space-between !important;
308
+ border-top: 2px solid #333 !important;
309
+ margin-top: 8px !important;
310
+ padding-top: 8px !important;
311
+ font-weight: 700 !important;
312
+ font-size: 15px !important;
313
+ }
314
+
315
+ /* ===== Loader Overlay ===== */
316
+
317
+ .TL-loader-overlay {
318
+ position: fixed !important;
319
+ top: 0 !important;
320
+ left: 0 !important;
321
+ right: 0 !important;
322
+ bottom: 0 !important;
323
+ background-color: rgba(255, 255, 255, 0.7) !important;
324
+ z-index: 10000 !important;
325
+ display: flex !important;
326
+ justify-content: center !important;
327
+ align-items: center !important;
328
+ }
329
+
330
+ /* ===== ADHOC Modal Form ===== */
331
+
332
+ .TL-mb-20 {
333
+ margin-bottom: 20px !important;
334
+ }
335
+
336
+ .TL-adhoc-section-title {
337
+ font-size: 15px !important;
338
+ font-weight: 600 !important;
339
+ margin-bottom: 12px !important;
340
+ color: #0b4da2 !important;
341
+ }
342
+
343
+ .TL-form-label {
344
+ display: block !important;
345
+ font-size: 13px !important;
346
+ margin-bottom: 4px !important;
347
+ color: #505A5F !important;
348
+ }
349
+
350
+ .TL-form-input {
351
+ width: 100% !important;
352
+ padding: 10px 12px !important;
353
+ border: 1px solid #d6d5d4 !important;
354
+ border-radius: 2px !important;
355
+ font-size: 14px !important;
356
+ box-sizing: border-box !important;
357
+ }
358
+
359
+ .TL-form-select {
360
+ width: 100% !important;
361
+ padding: 10px 12px !important;
362
+ border: 1px solid #d6d5d4 !important;
363
+ border-radius: 2px !important;
364
+ font-size: 14px !important;
365
+ box-sizing: border-box !important;
366
+ background-color: #fff !important;
367
+ }
368
+
369
+ .TL-form-textarea {
370
+ width: 100% !important;
371
+ padding: 10px 12px !important;
372
+ border: 1px solid #d6d5d4 !important;
373
+ border-radius: 2px !important;
374
+ font-size: 14px !important;
375
+ box-sizing: border-box !important;
376
+ resize: vertical !important;
377
+ }
378
+
379
+ .TL-adhoc-divider {
380
+ border: none !important;
381
+ border-top: 1px solid #d6d5d4 !important;
382
+ margin: 16px 0 !important;
383
+ }
384
+
385
+ .TL-adhoc-actions {
386
+ display: flex !important;
387
+ justify-content: flex-end !important;
388
+ gap: 12px !important;
389
+ margin-top: 16px !important;
390
+ }
391
+
392
+ .TL-btn-cancel {
393
+ padding: 10px 24px !important;
394
+ border: 1px solid #0b4da2 !important;
395
+ background-color: #fff !important;
396
+ color: #0b4da2 !important;
397
+ font-size: 14px !important;
398
+ font-weight: 600 !important;
399
+ cursor: pointer !important;
400
+ border-radius: 2px !important;
401
+ text-transform: uppercase !important;
402
+ }
403
+
404
+ .TL-btn-submit {
405
+ padding: 10px 24px !important;
406
+ border: none !important;
407
+ background: linear-gradient(135deg, #2563eb, #1e40af) !important;
408
+ color: #fff !important;
409
+ font-size: 14px !important;
410
+ font-weight: 600 !important;
411
+ border-radius: 2px !important;
412
+ text-transform: uppercase !important;
413
+ }
414
+
415
+ .TL-btn-disabled {
416
+ cursor: not-allowed !important;
417
+ opacity: 0.7 !important;
418
+ }
419
+
420
+ .TL-max-width-960 {
421
+ max-width: 960px !important;
422
+ }
423
+
424
+ .TL-multi-box {
425
+ border: groove !important;
426
+ background: #FAFAFA !important;
427
+ border-radius: 4px !important;
428
+ padding-inline: 10px !important;
429
+ margin-top: 10px !important;
430
+ margin-bottom: 10px !important;
431
+ }
432
+
433
+ .TL-doc-container {
434
+ margin-top: 20px !important;
435
+ margin-bottom: 20px !important;
436
+ border-radius: 4px !important;
437
+ border: 1px solid #E0E4E8 !important;
438
+ background-color: #F9F9F9 !important;
439
+ padding: 16px !important;
440
+ }
441
+
442
+ .TL-no-doc-placeholder {
443
+ padding: 16px !important;
444
+ text-align: center !important;
445
+ color: #7A8A96 !important;
446
+ background-color: #ffffff !important;
447
+ border-radius: 4px !important;
448
+ }
449
+
450
+ .TL-alignC{
451
+ text-align: center !important;
452
+ }
453
+
454
+ .TL-stepper-nav {
455
+ display: flex !important;
456
+ flex-direction: column !important;
457
+ align-items: center !important;
458
+ padding: 18px !important;
459
+ background: linear-gradient(180deg, #ffffff, #f8fafc) !important;
460
+ border: 1px solid rgba(15, 23, 42, 0.04) !important;
461
+ box-shadow: 0 8px 20px rgba(2, 6, 23, 0.06) !important;
462
+ border-radius: 12px !important;
463
+ min-width: 120px !important;
464
+ max-width: 320px !important;
465
+ }
466
+
467
+ .TL-step-item {
468
+ display: flex !important;
469
+ align-items: center !important;
470
+ justify-content: flex-end !important;
471
+ flex: 0 0 auto !important;
472
+ padding: 14px 12px !important;
473
+ width: 260px !important;
474
+ margin-bottom: 18px !important;
475
+ }
476
+
477
+ .TL-step-item-last {
478
+ margin-bottom: 6px !important;
479
+ }
480
+
481
+ .TL-step-active {
482
+ color: #0D43A7 !important;
483
+ }
484
+
485
+ .TL-step-inactive {
486
+ color: #9CA3AF !important;
487
+ }
488
+
489
+ .TL-step-sub-content {
490
+ display: flex !important;
491
+ flex-direction: column !important;
492
+ align-items: flex-end !important;
493
+ margin: 10px !important;
494
+ }
495
+
496
+ .TL-step-circle {
497
+ width: 56px !important;
498
+ height: 56px !important;
499
+ border-radius: 50% !important;
500
+ display: flex !important;
501
+ align-items: center !important;
502
+ justify-content: center !important;
503
+ margin-bottom: 8px !important;
504
+ font-weight: 600 !important;
505
+ font-size: 18px !important;
506
+ position: relative !important;
507
+ }
508
+
509
+ .TL-step-circle-completed {
510
+ background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
511
+ color: #ffffff !important;
512
+ border: none !important;
513
+ box-shadow: 0 6px 18px rgba(37, 99, 235, 0.18) !important;
514
+ }
515
+
516
+ .TL-step-circle-pending {
517
+ background: #ffffff !important;
518
+ color: #0f172a !important;
519
+ border: 1px solid rgba(15, 23, 42, 0.08) !important;
520
+ box-shadow: 0 2px 6px rgba(2, 6, 23, 0.04) !important;
521
+ }
522
+
523
+
524
+ .TL-search-wAuto {
525
+ width: auto !important;
526
+ }
527
+
528
+ .TL-search-ml-24 {
529
+ margin-left: 24px !important;
530
+ }
531
+
532
+ .TL-text-start {
533
+ text-align: start !important;
534
+ }
535
+
536
+ .TL-search-error {
537
+ font-weight: 700 !important;
538
+ color: rgba(212, 53, 28) !important;
539
+ padding-left: 8px !important;
540
+ margin-top: -10px !important;
541
+ font-size: 12px !important;
542
+ }
543
+
544
+ .TL-search-clear-wrapper {
545
+ width: 240px !important;
546
+ text-align: right !important;
547
+ margin-left: 96px !important;
548
+ margin-top: 8px !important;
549
+ }
550
+
551
+ .TL-w-full {
552
+ width: 100% !important;
553
+ }
554
+
555
+ .TL-pt-9 {
556
+ padding-top: 9px !important;
557
+ }
558
+
559
+ .TL-p-0 {
560
+ padding: 0 !important;
561
+ }
562
+
563
+ .TL-color-error {
564
+ color: #a82227 !important;
565
+ }
566
+
567
+ .TL-property-search-field {
568
+ margin-top: 20px !important;
569
+ display: flex !important;
570
+ }
571
+
572
+ .TL-btn-white {
573
+ color: white !important;
574
+ }
575
+
576
+ .TL-search-btn {
577
+ padding: 8px 16px !important;
578
+ color: #fff !important;
579
+ border: none !important;
580
+ border-radius: 4px !important;
581
+ font-size: 13px !important;
582
+ font-weight: 600 !important;
583
+ white-space: nowrap !important;
584
+ min-width: 80px !important;
585
+ height: 38px !important;
586
+ transition: all 0.2s ease !important;
587
+ }
588
+
589
+ .TL-search-btn-active {
590
+ background: linear-gradient(135deg, #2563eb, #1e40af) !important;
591
+ cursor: pointer !important;
592
+ }
593
+
594
+ .TL-search-btn-searching {
595
+ background: #94a3b8 !important;
596
+ cursor: not-allowed !important;
597
+ }
598
+
599
+ .TL-mb-16 {
600
+ margin-bottom: 16px !important;
601
+ }
602
+
603
+ .TL-mb-24 {
604
+ margin-bottom: 24px !important;
605
+ }
606
+
607
+ .TL-mt-4 {
608
+ margin-top: 4px !important;
609
+ }
610
+
611
+ .TL-doc-note {
612
+ font-size: 13px !important;
613
+ color: #505A5F !important;
614
+ margin-bottom: 12px !important;
615
+ }
616
+
617
+ .TL-download-btn {
618
+ background-color: #5e5e5e !important;
619
+ color: #fff !important;
620
+ border: none !important;
621
+ padding: 10px 20px !important;
622
+ font-size: 14px !important;
623
+ font-weight: bold !important;
624
+ cursor: pointer !important;
625
+ letter-spacing: 0.5px !important;
626
+ }
627
+
628
+ .TL-doc-file-info {
629
+ font-size: 12px !important;
630
+ color: #505A5F !important;
631
+ margin-top: 4px !important;
632
+ }
633
+
634
+ /* ===== TLSummaryPage ===== */
635
+
636
+ .TL-mt-5 {
637
+ margin-top: 5px !important;
638
+ }
639
+
640
+ .TL-mt-12 {
641
+ margin-top: 12px !important;
642
+ }
643
+
644
+ .TL-fw-600 {
645
+ font-weight: 600 !important;
646
+ }
647
+
648
+ .TL-breakup-link {
649
+ color: #a82227 !important;
650
+ cursor: pointer !important;
651
+ font-weight: bold !important;
652
+ text-decoration: underline !important;
653
+ font-size: 14px !important;
654
+ }
655
+
656
+ .TL-modal-backdrop {
657
+ position: fixed !important;
658
+ top: 0 !important;
659
+ left: 0 !important;
660
+ right: 0 !important;
661
+ bottom: 0 !important;
662
+ background-color: rgba(0, 0, 0, 0.5) !important;
663
+ z-index: 9999 !important;
664
+ display: flex !important;
665
+ justify-content: center !important;
666
+ align-items: center !important;
667
+ }
668
+
669
+ .TL-modal-content {
670
+ background-color: #fff !important;
671
+ border-radius: 4px !important;
672
+ padding: 24px !important;
673
+ min-width: 400px !important;
674
+ max-width: 550px !important;
675
+ max-height: 80vh !important;
676
+ overflow-y: auto !important;
677
+ position: relative !important;
678
+ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
679
+ }
680
+
681
+ .TL-modal-header {
682
+ display: flex !important;
683
+ justify-content: space-between !important;
684
+ align-items: center !important;
685
+ margin-bottom: 16px !important;
686
+ }
687
+
688
+ .TL-modal-title {
689
+ margin: 0 !important;
690
+ font-size: 18px !important;
691
+ font-weight: 600 !important;
692
+ }
693
+
694
+ .TL-modal-close {
695
+ cursor: pointer !important;
696
+ font-size: 20px !important;
697
+ font-weight: bold !important;
698
+ color: #666 !important;
699
+ }
700
+
701
+ .TL-breakup-section-title {
702
+ font-size: 14px !important;
703
+ font-weight: 600 !important;
704
+ margin-bottom: 8px !important;
705
+ }
706
+
707
+ .TL-breakup-row {
708
+ display: flex !important;
709
+ justify-content: space-between !important;
710
+ padding: 4px 0 !important;
711
+ font-size: 13px !important;
712
+ }
713
+
714
+ .TL-breakup-subtotal-row {
715
+ display: flex !important;
716
+ justify-content: space-between !important;
717
+ border-top: 1px solid #ddd !important;
718
+ padding: 6px 0 !important;
719
+ font-weight: 600 !important;
720
+ font-size: 13px !important;
721
+ margin-top: 4px !important;
722
+ }
723
+
724
+ .TL-breakup-strong-section {
725
+ border-top: 2px solid #333 !important;
726
+ margin-top: 12px !important;
727
+ padding-top: 8px !important;
728
+ }
729
+
730
+ .TL-breakup-light-section {
731
+ border-top: 1px solid #ddd !important;
732
+ margin-top: 8px !important;
733
+ padding-top: 8px !important;
734
+ }
735
+
736
+ .TL-breakup-grand-total {
737
+ display: flex !important;
738
+ justify-content: space-between !important;
739
+ border-top: 2px solid #333 !important;
740
+ margin-top: 8px !important;
741
+ padding-top: 8px !important;
742
+ font-weight: 700 !important;
743
+ font-size: 15px !important;
744
+ }
745
+
746
+ .TL-item-index {
747
+ font-weight: 600 !important;
748
+ margin-bottom: 0.5rem !important;
749
+ }
750
+
751
+ .TL-declaration-row {
752
+ display: flex !important;
753
+ align-items: center !important;
754
+ gap: 10px !important;
755
+ cursor: pointer !important;
756
+ margin-top: 20px !important;
757
+ }
758
+
759
+ .TL-declaration-checkbox {
760
+ width: 18px !important;
761
+ height: 18px !important;
762
+ cursor: pointer !important;
763
+ }
764
+
765
+ .TL-declaration-label {
766
+ cursor: pointer !important;
767
+ margin: 0 !important;
768
+ }
769
+ .TL-Tradetype-disabled {
770
+ height: 50px !important;
771
+ border: 1px solid #d1d5db !important;
772
+ border-radius: 8px !important;
773
+ background-color: #fafafa !important;
774
+ display: flex !important;
775
+ align-items: center !important;
776
+ padding-left: 10px !important;
777
+ font-size: 16px !important;
778
+ color: #333333 !important;
779
+ margin-bottom: 8px !important;
780
+ }
781
+
782
+ .TL-new-application-btn {
783
+ background: linear-gradient(135deg, #2563eb, #1e40af) !important;
784
+ color: #fff !important;
785
+ border: none !important;
786
+ border-radius: 4px !important;
787
+ padding: 10px 20px !important;
788
+ font-size: 16px !important;
789
+ font-weight: 500 !important;
790
+ cursor: pointer !important;
791
+ }
792
+
793
+ .TL-plus-icon {
794
+ font-size: 24px !important;
795
+ font-weight: bold !important;
796
+ line-height: 1 !important;
797
+ }