sdga-ui 1.0.19 → 1.0.21

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.
package/css/dga-ui.css CHANGED
@@ -27480,6 +27480,7 @@ html {
27480
27480
  border: 1px solid #9DA4AE;
27481
27481
  border-radius: 0.25rem;
27482
27482
  transition: background-size 0.3s ease-in-out, border-color 0.3s ease-in-out;
27483
+ overflow: hidden;
27483
27484
  position: relative;
27484
27485
  }
27485
27486
  .input-group::after {
@@ -27498,6 +27499,7 @@ html {
27498
27499
  border: none;
27499
27500
  background: #F3F4F6;
27500
27501
  color: #6C737F;
27502
+ border-radius: 0;
27501
27503
  }
27502
27504
  .input-group .input-group-text.subtle {
27503
27505
  background-color: var(--dga-body-bg);
@@ -27505,10 +27507,13 @@ html {
27505
27507
  .input-group .btn {
27506
27508
  border: none;
27507
27509
  box-shadow: none;
27510
+ border-radius: 0;
27508
27511
  }
27509
- .input-group .form-control {
27512
+ .input-group .form-control,
27513
+ .input-group .form-select {
27510
27514
  border: none;
27511
27515
  box-shadow: none;
27516
+ border-radius: 0;
27512
27517
  background-color: var(--dga-body-bg);
27513
27518
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
27514
27519
  }
@@ -28345,10 +28350,12 @@ html {
28345
28350
  --dga-nav-tabs-link-active-bg: transparent;
28346
28351
  position: relative;
28347
28352
  border-bottom: 3px solid transparent;
28353
+ border-right: 0;
28348
28354
  gap: 0.5rem;
28349
28355
  }
28350
28356
  .nav-tabs::before {
28351
28357
  content: "";
28358
+ display: block;
28352
28359
  position: absolute;
28353
28360
  left: 0;
28354
28361
  bottom: -3px;
@@ -28369,6 +28376,9 @@ html {
28369
28376
  display: flex;
28370
28377
  align-items: center;
28371
28378
  gap: 0.25rem;
28379
+ width: auto;
28380
+ justify-content: center;
28381
+ margin-bottom: 0;
28372
28382
  }
28373
28383
  .nav-tabs .nav-link:hover:not(.disabled):not(.active), .nav-tabs .nav-link.pseudo-hover:not(.active) {
28374
28384
  background-color: #F3F4F6;
@@ -28388,13 +28398,14 @@ html {
28388
28398
  pointer-events: none;
28389
28399
  cursor: not-allowed;
28390
28400
  }
28391
-
28392
- .nav-tabs.nav-tabs:not(.flex-column) .nav-link::before {
28401
+ .nav-tabs .nav-link::before {
28393
28402
  content: "";
28394
28403
  position: absolute;
28395
28404
  inset-inline-start: 1rem;
28396
28405
  inset-inline-end: 1rem;
28397
28406
  bottom: 0;
28407
+ top: auto;
28408
+ width: auto;
28398
28409
  height: 3px;
28399
28410
  background-color: transparent;
28400
28411
  border-radius: 9999px;
@@ -28402,22 +28413,20 @@ html {
28402
28413
  transition: background-color 0.2s ease;
28403
28414
  margin-bottom: -2.75px;
28404
28415
  }
28405
- .nav-tabs.nav-tabs.flush .nav-link::before {
28416
+ .nav-tabs.flush .nav-link::before {
28406
28417
  inset-inline-start: 0;
28407
28418
  inset-inline-end: 0;
28408
28419
  }
28409
-
28410
- .nav-tabs.nav-tabs:not(.flex-column) .nav-link.active::before {
28420
+ .nav-tabs .nav-link.active::before {
28411
28421
  background-color: #1B8354;
28412
28422
  }
28413
- .nav-tabs.nav-tabs:not(.flex-column) .nav-link:hover:not(.active):not(.disabled)::before, .nav-tabs.nav-tabs:not(.flex-column) .nav-link.pseudo-hover:not(.active):not(.disabled)::before, .nav-tabs.nav-tabs:not(.flex-column) .nav-link:active:not(.active):not(.disabled)::before, .nav-tabs.nav-tabs:not(.flex-column) .nav-link.pseudo-active:not(.active):not(.disabled)::before {
28423
+ .nav-tabs .nav-link:hover:not(.active):not(.disabled)::before, .nav-tabs .nav-link.pseudo-hover:not(.active):not(.disabled)::before, .nav-tabs .nav-link:active:not(.active):not(.disabled)::before, .nav-tabs .nav-link.pseudo-active:not(.active):not(.disabled)::before {
28414
28424
  background-color: #161616;
28415
28425
  }
28416
- .nav-tabs.nav-tabs:not(.flex-column) .nav-link.disabled.active::before {
28426
+ .nav-tabs .nav-link.disabled.active::before {
28417
28427
  background-color: #9DA4AE;
28418
28428
  }
28419
-
28420
- .nav-tabs.nav-tabs:not(.flex-column).nav-lg .nav-link {
28429
+ .nav-tabs.nav-lg .nav-link {
28421
28430
  height: 3.25rem !important;
28422
28431
  padding: 1rem 1rem !important;
28423
28432
  font-size: 0.875rem;
@@ -28426,7 +28435,7 @@ html {
28426
28435
  justify-content: center;
28427
28436
  gap: 0.25rem;
28428
28437
  }
28429
- .nav-tabs.nav-tabs:not(.flex-column).nav-md .nav-link {
28438
+ .nav-tabs.nav-md .nav-link {
28430
28439
  height: 2.75rem !important;
28431
28440
  padding: 0.75rem 1rem !important;
28432
28441
  font-size: 0.875rem;
@@ -28435,7 +28444,7 @@ html {
28435
28444
  justify-content: center;
28436
28445
  gap: 0.25rem;
28437
28446
  }
28438
- .nav-tabs.nav-tabs:not(.flex-column).nav-sm .nav-link {
28447
+ .nav-tabs.nav-sm .nav-link {
28439
28448
  height: 2.25rem !important;
28440
28449
  padding: 0.5rem 0.75rem !important;
28441
28450
  font-size: 0.875rem;
@@ -28445,17 +28454,239 @@ html {
28445
28454
  gap: 0.25rem;
28446
28455
  }
28447
28456
 
28448
- .nav.flex-column.nav-tabs {
28457
+ .nav-tabs.flex-column {
28449
28458
  border-bottom: 0;
28459
+ border-right: 0;
28460
+ gap: 0;
28450
28461
  }
28451
- .nav.flex-column.nav-tabs::before {
28462
+ .nav-tabs.flex-column::before {
28452
28463
  display: none;
28453
28464
  }
28454
- .nav.flex-column.nav-tabs {
28465
+ .nav-tabs.flex-column .nav-link {
28466
+ width: 100%;
28467
+ justify-content: flex-start;
28468
+ border: none;
28469
+ border-bottom: none;
28470
+ border-radius: 0.25rem;
28471
+ margin-bottom: 0.25rem;
28472
+ font-weight: 400;
28473
+ color: #384250;
28474
+ position: relative;
28475
+ display: flex;
28476
+ align-items: center;
28477
+ gap: 0.5rem;
28478
+ }
28479
+ .nav-tabs.flex-column .nav-link::before {
28480
+ content: "";
28481
+ position: absolute;
28482
+ inset-inline-start: 0;
28483
+ inset-inline-end: auto;
28484
+ top: 0.25rem;
28485
+ bottom: 0.25rem;
28486
+ width: 3px;
28487
+ height: auto;
28488
+ background-color: transparent;
28489
+ border-radius: 9999px;
28490
+ transition: background-color 0.2s ease;
28491
+ margin-bottom: 0;
28492
+ }
28493
+ .nav-tabs.flex-column .nav-link i, .nav-tabs.flex-column .nav-link img, .nav-tabs.flex-column .nav-link svg {
28494
+ display: inline-flex;
28495
+ align-items: center;
28496
+ justify-content: center;
28497
+ }
28498
+ .nav-tabs.flex-column .nav-link:focus, .nav-tabs.flex-column .nav-link:focus-visible {
28499
+ outline: none;
28500
+ border: none;
28501
+ }
28502
+ .nav-tabs.flex-column .nav-link:hover:not(.disabled):not(.active), .nav-tabs.flex-column .nav-link.pseudo-hover:not(.active) {
28503
+ background-color: #F3F4F6;
28504
+ color: #384250;
28505
+ }
28506
+ .nav-tabs.flex-column .nav-link:hover:not(.disabled):not(.active)::before, .nav-tabs.flex-column .nav-link.pseudo-hover:not(.active)::before {
28507
+ background-color: #161616;
28508
+ }
28509
+ .nav-tabs.flex-column .nav-link:active:not(.disabled):not(.active), .nav-tabs.flex-column .nav-link.pseudo-active:not(.active) {
28510
+ background-color: #E5E7EB;
28511
+ color: #161616;
28512
+ }
28513
+ .nav-tabs.flex-column .nav-link:active:not(.disabled):not(.active)::before, .nav-tabs.flex-column .nav-link.pseudo-active:not(.active)::before {
28514
+ background-color: #161616;
28515
+ }
28516
+ .nav-tabs.flex-column .nav-link.active {
28517
+ background-color: transparent;
28518
+ color: #161616;
28519
+ font-weight: 600;
28520
+ position: relative;
28521
+ }
28522
+ .nav-tabs.flex-column .nav-link.active::before {
28523
+ background-color: #1B8354;
28524
+ }
28525
+ .nav-tabs.flex-column .nav-link.active:hover:not(.disabled), .nav-tabs.flex-column .nav-link.active.pseudo-hover {
28526
+ background-color: transparent;
28527
+ }
28528
+ .nav-tabs.flex-column .nav-link.active:active:not(.disabled), .nav-tabs.flex-column .nav-link.active.pseudo-active {
28529
+ background-color: transparent;
28530
+ }
28531
+ .nav-tabs.flex-column .nav-link.disabled, .nav-tabs.flex-column .nav-link:disabled {
28532
+ color: #9DA4AE;
28533
+ background-color: transparent !important;
28534
+ pointer-events: none;
28535
+ cursor: not-allowed;
28536
+ }
28537
+ .nav-tabs.flex-column .nav-link.disabled.active::before, .nav-tabs.flex-column .nav-link:disabled.active::before {
28538
+ background-color: #9DA4AE;
28539
+ }
28540
+ .nav-tabs.flex-column .nav-link.disabled:not(.active)::before, .nav-tabs.flex-column .nav-link:disabled:not(.active)::before {
28541
+ background-color: transparent;
28542
+ }
28543
+ .nav-tabs.flex-column.nav-lg .nav-link {
28544
+ height: auto !important;
28545
+ min-height: 2.5rem;
28546
+ padding: 0.5rem 0.5rem !important;
28547
+ font-size: 1rem;
28548
+ }
28549
+ .nav-tabs.flex-column.nav-lg .nav-link.active {
28550
+ font-weight: 600;
28551
+ }
28552
+ .nav-tabs.flex-column.nav-md .nav-link {
28553
+ height: auto !important;
28554
+ min-height: 2rem;
28555
+ padding: 0.375rem 0.5rem !important;
28556
+ font-size: 0.875rem;
28557
+ }
28558
+ .nav-tabs.flex-column.nav-md .nav-link.active {
28559
+ font-weight: 600;
28560
+ }
28561
+ .nav-tabs.flex-column.nav-sm .nav-link {
28562
+ height: auto !important;
28563
+ min-height: 1.5rem;
28564
+ padding: 0.125rem 0.375rem !important;
28565
+ font-size: 0.875rem;
28566
+ }
28567
+ .nav-tabs.flex-column.nav-sm .nav-link.active {
28568
+ font-weight: 500;
28569
+ }
28570
+
28571
+ .nav-tabs.flex-row {
28572
+ --dga-nav-tabs-border-width: 0;
28573
+ --dga-nav-tabs-border-radius: 0;
28574
+ --dga-nav-tabs-link-active-bg: transparent;
28575
+ position: relative;
28576
+ border-bottom: 3px solid transparent;
28577
+ border-right: 0;
28578
+ gap: 0.5rem;
28579
+ }
28580
+ .nav-tabs.flex-row::before {
28581
+ content: "";
28582
+ display: block;
28583
+ position: absolute;
28584
+ left: 0;
28585
+ bottom: -3px;
28586
+ width: 100%;
28587
+ height: 3px;
28588
+ background-color: #D2D6DB;
28589
+ border-radius: 9999px;
28590
+ pointer-events: none;
28591
+ }
28592
+ .nav-tabs.flex-row .nav-link {
28593
+ font-family: "IBM Plex Sans Arabic";
28594
+ font-weight: 400;
28595
+ color: #384250;
28596
+ border: none;
28597
+ border-radius: 0.25rem;
28598
+ position: relative;
28599
+ transition: all 0.2s ease;
28600
+ display: flex;
28601
+ align-items: center;
28602
+ gap: 0.25rem;
28603
+ width: auto;
28604
+ justify-content: center;
28605
+ margin-bottom: 0;
28606
+ }
28607
+ .nav-tabs.flex-row .nav-link:hover:not(.disabled):not(.active), .nav-tabs.flex-row .nav-link.pseudo-hover:not(.active) {
28608
+ background-color: #F3F4F6;
28609
+ color: #384250;
28610
+ }
28611
+ .nav-tabs.flex-row .nav-link:active:not(.disabled):not(.active), .nav-tabs.flex-row .nav-link.pseudo-active:not(.active) {
28612
+ background-color: #E5E7EB;
28613
+ }
28614
+ .nav-tabs.flex-row .nav-link.active {
28615
+ color: #161616;
28616
+ font-weight: 700;
28617
+ background-color: transparent;
28618
+ }
28619
+ .nav-tabs.flex-row .nav-link.disabled {
28620
+ color: #9DA4AE;
28621
+ background-color: transparent;
28622
+ pointer-events: none;
28623
+ cursor: not-allowed;
28624
+ }
28625
+ .nav-tabs.flex-row .nav-link::before {
28626
+ content: "";
28627
+ position: absolute;
28628
+ inset-inline-start: 1rem;
28629
+ inset-inline-end: 1rem;
28630
+ bottom: 0;
28631
+ top: auto;
28632
+ width: auto;
28633
+ height: 3px;
28634
+ background-color: transparent;
28635
+ border-radius: 9999px;
28636
+ z-index: 1;
28637
+ transition: background-color 0.2s ease;
28638
+ margin-bottom: -2.75px;
28639
+ }
28640
+ .nav-tabs.flex-row.flush .nav-link::before {
28641
+ inset-inline-start: 0;
28642
+ inset-inline-end: 0;
28643
+ }
28644
+ .nav-tabs.flex-row .nav-link.active::before {
28645
+ background-color: #1B8354;
28646
+ }
28647
+ .nav-tabs.flex-row .nav-link:hover:not(.active):not(.disabled)::before, .nav-tabs.flex-row .nav-link.pseudo-hover:not(.active):not(.disabled)::before, .nav-tabs.flex-row .nav-link:active:not(.active):not(.disabled)::before, .nav-tabs.flex-row .nav-link.pseudo-active:not(.active):not(.disabled)::before {
28648
+ background-color: #161616;
28649
+ }
28650
+ .nav-tabs.flex-row .nav-link.disabled.active::before {
28651
+ background-color: #9DA4AE;
28652
+ }
28653
+ .nav-tabs.flex-row.nav-lg .nav-link {
28654
+ height: 3.25rem !important;
28655
+ padding: 1rem 1rem !important;
28656
+ font-size: 0.875rem;
28657
+ display: flex;
28658
+ align-items: center;
28659
+ justify-content: center;
28660
+ gap: 0.25rem;
28661
+ }
28662
+ .nav-tabs.flex-row.nav-md .nav-link {
28663
+ height: 2.75rem !important;
28664
+ padding: 0.75rem 1rem !important;
28665
+ font-size: 0.875rem;
28666
+ display: flex;
28667
+ align-items: center;
28668
+ justify-content: center;
28669
+ gap: 0.25rem;
28670
+ }
28671
+ .nav-tabs.flex-row.nav-sm .nav-link {
28672
+ height: 2.25rem !important;
28673
+ padding: 0.5rem 0.75rem !important;
28674
+ font-size: 0.875rem;
28675
+ display: flex;
28676
+ align-items: center;
28677
+ justify-content: center;
28678
+ gap: 0.25rem;
28679
+ }
28680
+
28681
+ .nav-tabs.flex-column {
28682
+ border-bottom: 0;
28455
28683
  border-right: 0;
28456
28684
  gap: 0;
28457
28685
  }
28458
- .nav.flex-column.nav-tabs .nav-link {
28686
+ .nav-tabs.flex-column::before {
28687
+ display: none;
28688
+ }
28689
+ .nav-tabs.flex-column .nav-link {
28459
28690
  width: 100%;
28460
28691
  justify-content: flex-start;
28461
28692
  border: none;
@@ -28469,94 +28700,1218 @@ html {
28469
28700
  align-items: center;
28470
28701
  gap: 0.5rem;
28471
28702
  }
28472
- .nav.flex-column.nav-tabs .nav-link::before {
28703
+ .nav-tabs.flex-column .nav-link::before {
28473
28704
  content: "";
28474
28705
  position: absolute;
28475
28706
  inset-inline-start: 0;
28707
+ inset-inline-end: auto;
28476
28708
  top: 0.25rem;
28477
28709
  bottom: 0.25rem;
28478
28710
  width: 3px;
28711
+ height: auto;
28479
28712
  background-color: transparent;
28480
28713
  border-radius: 9999px;
28481
28714
  transition: background-color 0.2s ease;
28715
+ margin-bottom: 0;
28482
28716
  }
28483
- .nav.flex-column.nav-tabs .nav-link i,
28484
- .nav.flex-column.nav-tabs .nav-link img,
28485
- .nav.flex-column.nav-tabs .nav-link svg {
28717
+ .nav-tabs.flex-column .nav-link i, .nav-tabs.flex-column .nav-link img, .nav-tabs.flex-column .nav-link svg {
28486
28718
  display: inline-flex;
28487
28719
  align-items: center;
28488
28720
  justify-content: center;
28489
28721
  }
28490
- .nav.flex-column.nav-tabs .nav-link:focus, .nav.flex-column.nav-tabs .nav-link:focus-visible {
28722
+ .nav-tabs.flex-column .nav-link:focus, .nav-tabs.flex-column .nav-link:focus-visible {
28491
28723
  outline: none;
28492
28724
  border: none;
28493
28725
  }
28494
- .nav.flex-column.nav-tabs .nav-link:hover:not(.disabled):not(.active), .nav.flex-column.nav-tabs .nav-link.pseudo-hover:not(.active) {
28726
+ .nav-tabs.flex-column .nav-link:hover:not(.disabled):not(.active), .nav-tabs.flex-column .nav-link.pseudo-hover:not(.active) {
28495
28727
  background-color: #F3F4F6;
28496
28728
  color: #384250;
28497
28729
  }
28498
- .nav.flex-column.nav-tabs .nav-link:hover:not(.disabled):not(.active)::before, .nav.flex-column.nav-tabs .nav-link.pseudo-hover:not(.active)::before {
28730
+ .nav-tabs.flex-column .nav-link:hover:not(.disabled):not(.active)::before, .nav-tabs.flex-column .nav-link.pseudo-hover:not(.active)::before {
28499
28731
  background-color: #161616;
28500
28732
  }
28501
- .nav.flex-column.nav-tabs .nav-link:active:not(.disabled):not(.active), .nav.flex-column.nav-tabs .nav-link.pseudo-active:not(.active) {
28733
+ .nav-tabs.flex-column .nav-link:active:not(.disabled):not(.active), .nav-tabs.flex-column .nav-link.pseudo-active:not(.active) {
28502
28734
  background-color: #E5E7EB;
28503
28735
  color: #161616;
28504
28736
  }
28505
- .nav.flex-column.nav-tabs .nav-link:active:not(.disabled):not(.active)::before, .nav.flex-column.nav-tabs .nav-link.pseudo-active:not(.active)::before {
28737
+ .nav-tabs.flex-column .nav-link:active:not(.disabled):not(.active)::before, .nav-tabs.flex-column .nav-link.pseudo-active:not(.active)::before {
28506
28738
  background-color: #161616;
28507
28739
  }
28508
- .nav.flex-column.nav-tabs .nav-link.active {
28740
+ .nav-tabs.flex-column .nav-link.active {
28509
28741
  background-color: transparent;
28510
28742
  color: #161616;
28511
28743
  font-weight: 600;
28512
28744
  position: relative;
28513
28745
  }
28514
- .nav.flex-column.nav-tabs .nav-link.active::before {
28746
+ .nav-tabs.flex-column .nav-link.active::before {
28515
28747
  background-color: #1B8354;
28516
28748
  }
28517
- .nav.flex-column.nav-tabs .nav-link.active:hover:not(.disabled), .nav.flex-column.nav-tabs .nav-link.active.pseudo-hover {
28749
+ .nav-tabs.flex-column .nav-link.active:hover:not(.disabled), .nav-tabs.flex-column .nav-link.active.pseudo-hover {
28518
28750
  background-color: transparent;
28519
28751
  }
28520
- .nav.flex-column.nav-tabs .nav-link.active:active:not(.disabled), .nav.flex-column.nav-tabs .nav-link.active.pseudo-active {
28752
+ .nav-tabs.flex-column .nav-link.active:active:not(.disabled), .nav-tabs.flex-column .nav-link.active.pseudo-active {
28521
28753
  background-color: transparent;
28522
28754
  }
28523
- .nav.flex-column.nav-tabs .nav-link.disabled, .nav.flex-column.nav-tabs .nav-link:disabled {
28755
+ .nav-tabs.flex-column .nav-link.disabled, .nav-tabs.flex-column .nav-link:disabled {
28524
28756
  color: #9DA4AE;
28525
28757
  background-color: transparent !important;
28526
28758
  pointer-events: none;
28527
28759
  cursor: not-allowed;
28528
28760
  }
28529
- .nav.flex-column.nav-tabs .nav-link.disabled.active::before, .nav.flex-column.nav-tabs .nav-link:disabled.active::before {
28761
+ .nav-tabs.flex-column .nav-link.disabled.active::before, .nav-tabs.flex-column .nav-link:disabled.active::before {
28530
28762
  background-color: #9DA4AE;
28531
28763
  }
28532
- .nav.flex-column.nav-tabs .nav-link.disabled:not(.active)::before, .nav.flex-column.nav-tabs .nav-link:disabled:not(.active)::before {
28764
+ .nav-tabs.flex-column .nav-link.disabled:not(.active)::before, .nav-tabs.flex-column .nav-link:disabled:not(.active)::before {
28533
28765
  background-color: transparent;
28534
28766
  }
28535
- .nav.flex-column.nav-tabs.nav-lg .nav-link {
28767
+ .nav-tabs.flex-column.nav-lg .nav-link {
28768
+ height: auto !important;
28536
28769
  min-height: 2.5rem;
28537
- padding: 0.5rem 0.5rem;
28770
+ padding: 0.5rem 0.5rem !important;
28538
28771
  font-size: 1rem;
28539
28772
  }
28540
- .nav.flex-column.nav-tabs.nav-lg .nav-link.active {
28773
+ .nav-tabs.flex-column.nav-lg .nav-link.active {
28541
28774
  font-weight: 600;
28542
28775
  }
28543
- .nav.flex-column.nav-tabs.nav-md .nav-link {
28776
+ .nav-tabs.flex-column.nav-md .nav-link {
28777
+ height: auto !important;
28544
28778
  min-height: 2rem;
28545
- padding: 0.375rem 0.5rem;
28779
+ padding: 0.375rem 0.5rem !important;
28546
28780
  font-size: 0.875rem;
28547
28781
  }
28548
- .nav.flex-column.nav-tabs.nav-md .nav-link.active {
28782
+ .nav-tabs.flex-column.nav-md .nav-link.active {
28549
28783
  font-weight: 600;
28550
28784
  }
28551
- .nav.flex-column.nav-tabs.nav-sm .nav-link {
28785
+ .nav-tabs.flex-column.nav-sm .nav-link {
28786
+ height: auto !important;
28552
28787
  min-height: 1.5rem;
28553
- padding: 0.125rem 0.375rem;
28788
+ padding: 0.125rem 0.375rem !important;
28554
28789
  font-size: 0.875rem;
28555
28790
  }
28556
- .nav.flex-column.nav-tabs.nav-sm .nav-link.active {
28791
+ .nav-tabs.flex-column.nav-sm .nav-link.active {
28557
28792
  font-weight: 500;
28558
28793
  }
28559
28794
 
28795
+ @media (min-width: 576px) {
28796
+ .nav-tabs.flex-sm-row {
28797
+ --dga-nav-tabs-border-width: 0;
28798
+ --dga-nav-tabs-border-radius: 0;
28799
+ --dga-nav-tabs-link-active-bg: transparent;
28800
+ position: relative;
28801
+ border-bottom: 3px solid transparent;
28802
+ border-right: 0;
28803
+ gap: 0.5rem;
28804
+ }
28805
+ .nav-tabs.flex-sm-row::before {
28806
+ content: "";
28807
+ display: block;
28808
+ position: absolute;
28809
+ left: 0;
28810
+ bottom: -3px;
28811
+ width: 100%;
28812
+ height: 3px;
28813
+ background-color: #D2D6DB;
28814
+ border-radius: 9999px;
28815
+ pointer-events: none;
28816
+ }
28817
+ .nav-tabs.flex-sm-row .nav-link {
28818
+ font-family: "IBM Plex Sans Arabic";
28819
+ font-weight: 400;
28820
+ color: #384250;
28821
+ border: none;
28822
+ border-radius: 0.25rem;
28823
+ position: relative;
28824
+ transition: all 0.2s ease;
28825
+ display: flex;
28826
+ align-items: center;
28827
+ gap: 0.25rem;
28828
+ width: auto;
28829
+ justify-content: center;
28830
+ margin-bottom: 0;
28831
+ }
28832
+ .nav-tabs.flex-sm-row .nav-link:hover:not(.disabled):not(.active), .nav-tabs.flex-sm-row .nav-link.pseudo-hover:not(.active) {
28833
+ background-color: #F3F4F6;
28834
+ color: #384250;
28835
+ }
28836
+ .nav-tabs.flex-sm-row .nav-link:active:not(.disabled):not(.active), .nav-tabs.flex-sm-row .nav-link.pseudo-active:not(.active) {
28837
+ background-color: #E5E7EB;
28838
+ }
28839
+ .nav-tabs.flex-sm-row .nav-link.active {
28840
+ color: #161616;
28841
+ font-weight: 700;
28842
+ background-color: transparent;
28843
+ }
28844
+ .nav-tabs.flex-sm-row .nav-link.disabled {
28845
+ color: #9DA4AE;
28846
+ background-color: transparent;
28847
+ pointer-events: none;
28848
+ cursor: not-allowed;
28849
+ }
28850
+ .nav-tabs.flex-sm-row .nav-link::before {
28851
+ content: "";
28852
+ position: absolute;
28853
+ inset-inline-start: 1rem;
28854
+ inset-inline-end: 1rem;
28855
+ bottom: 0;
28856
+ top: auto;
28857
+ width: auto;
28858
+ height: 3px;
28859
+ background-color: transparent;
28860
+ border-radius: 9999px;
28861
+ z-index: 1;
28862
+ transition: background-color 0.2s ease;
28863
+ margin-bottom: -2.75px;
28864
+ }
28865
+ .nav-tabs.flex-sm-row.flush .nav-link::before {
28866
+ inset-inline-start: 0;
28867
+ inset-inline-end: 0;
28868
+ }
28869
+ .nav-tabs.flex-sm-row .nav-link.active::before {
28870
+ background-color: #1B8354;
28871
+ }
28872
+ .nav-tabs.flex-sm-row .nav-link:hover:not(.active):not(.disabled)::before, .nav-tabs.flex-sm-row .nav-link.pseudo-hover:not(.active):not(.disabled)::before, .nav-tabs.flex-sm-row .nav-link:active:not(.active):not(.disabled)::before, .nav-tabs.flex-sm-row .nav-link.pseudo-active:not(.active):not(.disabled)::before {
28873
+ background-color: #161616;
28874
+ }
28875
+ .nav-tabs.flex-sm-row .nav-link.disabled.active::before {
28876
+ background-color: #9DA4AE;
28877
+ }
28878
+ .nav-tabs.flex-sm-row.nav-lg .nav-link {
28879
+ height: 3.25rem !important;
28880
+ padding: 1rem 1rem !important;
28881
+ font-size: 0.875rem;
28882
+ display: flex;
28883
+ align-items: center;
28884
+ justify-content: center;
28885
+ gap: 0.25rem;
28886
+ }
28887
+ .nav-tabs.flex-sm-row.nav-md .nav-link {
28888
+ height: 2.75rem !important;
28889
+ padding: 0.75rem 1rem !important;
28890
+ font-size: 0.875rem;
28891
+ display: flex;
28892
+ align-items: center;
28893
+ justify-content: center;
28894
+ gap: 0.25rem;
28895
+ }
28896
+ .nav-tabs.flex-sm-row.nav-sm .nav-link {
28897
+ height: 2.25rem !important;
28898
+ padding: 0.5rem 0.75rem !important;
28899
+ font-size: 0.875rem;
28900
+ display: flex;
28901
+ align-items: center;
28902
+ justify-content: center;
28903
+ gap: 0.25rem;
28904
+ }
28905
+ .nav-tabs.flex-sm-column {
28906
+ border-bottom: 0;
28907
+ border-right: 0;
28908
+ gap: 0;
28909
+ }
28910
+ .nav-tabs.flex-sm-column::before {
28911
+ display: none;
28912
+ }
28913
+ .nav-tabs.flex-sm-column .nav-link {
28914
+ width: 100%;
28915
+ justify-content: flex-start;
28916
+ border: none;
28917
+ border-bottom: none;
28918
+ border-radius: 0.25rem;
28919
+ margin-bottom: 0.25rem;
28920
+ font-weight: 400;
28921
+ color: #384250;
28922
+ position: relative;
28923
+ display: flex;
28924
+ align-items: center;
28925
+ gap: 0.5rem;
28926
+ }
28927
+ .nav-tabs.flex-sm-column .nav-link::before {
28928
+ content: "";
28929
+ position: absolute;
28930
+ inset-inline-start: 0;
28931
+ inset-inline-end: auto;
28932
+ top: 0.25rem;
28933
+ bottom: 0.25rem;
28934
+ width: 3px;
28935
+ height: auto;
28936
+ background-color: transparent;
28937
+ border-radius: 9999px;
28938
+ transition: background-color 0.2s ease;
28939
+ margin-bottom: 0;
28940
+ }
28941
+ .nav-tabs.flex-sm-column .nav-link i, .nav-tabs.flex-sm-column .nav-link img, .nav-tabs.flex-sm-column .nav-link svg {
28942
+ display: inline-flex;
28943
+ align-items: center;
28944
+ justify-content: center;
28945
+ }
28946
+ .nav-tabs.flex-sm-column .nav-link:focus, .nav-tabs.flex-sm-column .nav-link:focus-visible {
28947
+ outline: none;
28948
+ border: none;
28949
+ }
28950
+ .nav-tabs.flex-sm-column .nav-link:hover:not(.disabled):not(.active), .nav-tabs.flex-sm-column .nav-link.pseudo-hover:not(.active) {
28951
+ background-color: #F3F4F6;
28952
+ color: #384250;
28953
+ }
28954
+ .nav-tabs.flex-sm-column .nav-link:hover:not(.disabled):not(.active)::before, .nav-tabs.flex-sm-column .nav-link.pseudo-hover:not(.active)::before {
28955
+ background-color: #161616;
28956
+ }
28957
+ .nav-tabs.flex-sm-column .nav-link:active:not(.disabled):not(.active), .nav-tabs.flex-sm-column .nav-link.pseudo-active:not(.active) {
28958
+ background-color: #E5E7EB;
28959
+ color: #161616;
28960
+ }
28961
+ .nav-tabs.flex-sm-column .nav-link:active:not(.disabled):not(.active)::before, .nav-tabs.flex-sm-column .nav-link.pseudo-active:not(.active)::before {
28962
+ background-color: #161616;
28963
+ }
28964
+ .nav-tabs.flex-sm-column .nav-link.active {
28965
+ background-color: transparent;
28966
+ color: #161616;
28967
+ font-weight: 600;
28968
+ position: relative;
28969
+ }
28970
+ .nav-tabs.flex-sm-column .nav-link.active::before {
28971
+ background-color: #1B8354;
28972
+ }
28973
+ .nav-tabs.flex-sm-column .nav-link.active:hover:not(.disabled), .nav-tabs.flex-sm-column .nav-link.active.pseudo-hover {
28974
+ background-color: transparent;
28975
+ }
28976
+ .nav-tabs.flex-sm-column .nav-link.active:active:not(.disabled), .nav-tabs.flex-sm-column .nav-link.active.pseudo-active {
28977
+ background-color: transparent;
28978
+ }
28979
+ .nav-tabs.flex-sm-column .nav-link.disabled, .nav-tabs.flex-sm-column .nav-link:disabled {
28980
+ color: #9DA4AE;
28981
+ background-color: transparent !important;
28982
+ pointer-events: none;
28983
+ cursor: not-allowed;
28984
+ }
28985
+ .nav-tabs.flex-sm-column .nav-link.disabled.active::before, .nav-tabs.flex-sm-column .nav-link:disabled.active::before {
28986
+ background-color: #9DA4AE;
28987
+ }
28988
+ .nav-tabs.flex-sm-column .nav-link.disabled:not(.active)::before, .nav-tabs.flex-sm-column .nav-link:disabled:not(.active)::before {
28989
+ background-color: transparent;
28990
+ }
28991
+ .nav-tabs.flex-sm-column.nav-lg .nav-link {
28992
+ height: auto !important;
28993
+ min-height: 2.5rem;
28994
+ padding: 0.5rem 0.5rem !important;
28995
+ font-size: 1rem;
28996
+ }
28997
+ .nav-tabs.flex-sm-column.nav-lg .nav-link.active {
28998
+ font-weight: 600;
28999
+ }
29000
+ .nav-tabs.flex-sm-column.nav-md .nav-link {
29001
+ height: auto !important;
29002
+ min-height: 2rem;
29003
+ padding: 0.375rem 0.5rem !important;
29004
+ font-size: 0.875rem;
29005
+ }
29006
+ .nav-tabs.flex-sm-column.nav-md .nav-link.active {
29007
+ font-weight: 600;
29008
+ }
29009
+ .nav-tabs.flex-sm-column.nav-sm .nav-link {
29010
+ height: auto !important;
29011
+ min-height: 1.5rem;
29012
+ padding: 0.125rem 0.375rem !important;
29013
+ font-size: 0.875rem;
29014
+ }
29015
+ .nav-tabs.flex-sm-column.nav-sm .nav-link.active {
29016
+ font-weight: 500;
29017
+ }
29018
+ }
29019
+ @media (min-width: 768px) {
29020
+ .nav-tabs.flex-md-row {
29021
+ --dga-nav-tabs-border-width: 0;
29022
+ --dga-nav-tabs-border-radius: 0;
29023
+ --dga-nav-tabs-link-active-bg: transparent;
29024
+ position: relative;
29025
+ border-bottom: 3px solid transparent;
29026
+ border-right: 0;
29027
+ gap: 0.5rem;
29028
+ }
29029
+ .nav-tabs.flex-md-row::before {
29030
+ content: "";
29031
+ display: block;
29032
+ position: absolute;
29033
+ left: 0;
29034
+ bottom: -3px;
29035
+ width: 100%;
29036
+ height: 3px;
29037
+ background-color: #D2D6DB;
29038
+ border-radius: 9999px;
29039
+ pointer-events: none;
29040
+ }
29041
+ .nav-tabs.flex-md-row .nav-link {
29042
+ font-family: "IBM Plex Sans Arabic";
29043
+ font-weight: 400;
29044
+ color: #384250;
29045
+ border: none;
29046
+ border-radius: 0.25rem;
29047
+ position: relative;
29048
+ transition: all 0.2s ease;
29049
+ display: flex;
29050
+ align-items: center;
29051
+ gap: 0.25rem;
29052
+ width: auto;
29053
+ justify-content: center;
29054
+ margin-bottom: 0;
29055
+ }
29056
+ .nav-tabs.flex-md-row .nav-link:hover:not(.disabled):not(.active), .nav-tabs.flex-md-row .nav-link.pseudo-hover:not(.active) {
29057
+ background-color: #F3F4F6;
29058
+ color: #384250;
29059
+ }
29060
+ .nav-tabs.flex-md-row .nav-link:active:not(.disabled):not(.active), .nav-tabs.flex-md-row .nav-link.pseudo-active:not(.active) {
29061
+ background-color: #E5E7EB;
29062
+ }
29063
+ .nav-tabs.flex-md-row .nav-link.active {
29064
+ color: #161616;
29065
+ font-weight: 700;
29066
+ background-color: transparent;
29067
+ }
29068
+ .nav-tabs.flex-md-row .nav-link.disabled {
29069
+ color: #9DA4AE;
29070
+ background-color: transparent;
29071
+ pointer-events: none;
29072
+ cursor: not-allowed;
29073
+ }
29074
+ .nav-tabs.flex-md-row .nav-link::before {
29075
+ content: "";
29076
+ position: absolute;
29077
+ inset-inline-start: 1rem;
29078
+ inset-inline-end: 1rem;
29079
+ bottom: 0;
29080
+ top: auto;
29081
+ width: auto;
29082
+ height: 3px;
29083
+ background-color: transparent;
29084
+ border-radius: 9999px;
29085
+ z-index: 1;
29086
+ transition: background-color 0.2s ease;
29087
+ margin-bottom: -2.75px;
29088
+ }
29089
+ .nav-tabs.flex-md-row.flush .nav-link::before {
29090
+ inset-inline-start: 0;
29091
+ inset-inline-end: 0;
29092
+ }
29093
+ .nav-tabs.flex-md-row .nav-link.active::before {
29094
+ background-color: #1B8354;
29095
+ }
29096
+ .nav-tabs.flex-md-row .nav-link:hover:not(.active):not(.disabled)::before, .nav-tabs.flex-md-row .nav-link.pseudo-hover:not(.active):not(.disabled)::before, .nav-tabs.flex-md-row .nav-link:active:not(.active):not(.disabled)::before, .nav-tabs.flex-md-row .nav-link.pseudo-active:not(.active):not(.disabled)::before {
29097
+ background-color: #161616;
29098
+ }
29099
+ .nav-tabs.flex-md-row .nav-link.disabled.active::before {
29100
+ background-color: #9DA4AE;
29101
+ }
29102
+ .nav-tabs.flex-md-row.nav-lg .nav-link {
29103
+ height: 3.25rem !important;
29104
+ padding: 1rem 1rem !important;
29105
+ font-size: 0.875rem;
29106
+ display: flex;
29107
+ align-items: center;
29108
+ justify-content: center;
29109
+ gap: 0.25rem;
29110
+ }
29111
+ .nav-tabs.flex-md-row.nav-md .nav-link {
29112
+ height: 2.75rem !important;
29113
+ padding: 0.75rem 1rem !important;
29114
+ font-size: 0.875rem;
29115
+ display: flex;
29116
+ align-items: center;
29117
+ justify-content: center;
29118
+ gap: 0.25rem;
29119
+ }
29120
+ .nav-tabs.flex-md-row.nav-sm .nav-link {
29121
+ height: 2.25rem !important;
29122
+ padding: 0.5rem 0.75rem !important;
29123
+ font-size: 0.875rem;
29124
+ display: flex;
29125
+ align-items: center;
29126
+ justify-content: center;
29127
+ gap: 0.25rem;
29128
+ }
29129
+ .nav-tabs.flex-md-column {
29130
+ border-bottom: 0;
29131
+ border-right: 0;
29132
+ gap: 0;
29133
+ }
29134
+ .nav-tabs.flex-md-column::before {
29135
+ display: none;
29136
+ }
29137
+ .nav-tabs.flex-md-column .nav-link {
29138
+ width: 100%;
29139
+ justify-content: flex-start;
29140
+ border: none;
29141
+ border-bottom: none;
29142
+ border-radius: 0.25rem;
29143
+ margin-bottom: 0.25rem;
29144
+ font-weight: 400;
29145
+ color: #384250;
29146
+ position: relative;
29147
+ display: flex;
29148
+ align-items: center;
29149
+ gap: 0.5rem;
29150
+ }
29151
+ .nav-tabs.flex-md-column .nav-link::before {
29152
+ content: "";
29153
+ position: absolute;
29154
+ inset-inline-start: 0;
29155
+ inset-inline-end: auto;
29156
+ top: 0.25rem;
29157
+ bottom: 0.25rem;
29158
+ width: 3px;
29159
+ height: auto;
29160
+ background-color: transparent;
29161
+ border-radius: 9999px;
29162
+ transition: background-color 0.2s ease;
29163
+ margin-bottom: 0;
29164
+ }
29165
+ .nav-tabs.flex-md-column .nav-link i, .nav-tabs.flex-md-column .nav-link img, .nav-tabs.flex-md-column .nav-link svg {
29166
+ display: inline-flex;
29167
+ align-items: center;
29168
+ justify-content: center;
29169
+ }
29170
+ .nav-tabs.flex-md-column .nav-link:focus, .nav-tabs.flex-md-column .nav-link:focus-visible {
29171
+ outline: none;
29172
+ border: none;
29173
+ }
29174
+ .nav-tabs.flex-md-column .nav-link:hover:not(.disabled):not(.active), .nav-tabs.flex-md-column .nav-link.pseudo-hover:not(.active) {
29175
+ background-color: #F3F4F6;
29176
+ color: #384250;
29177
+ }
29178
+ .nav-tabs.flex-md-column .nav-link:hover:not(.disabled):not(.active)::before, .nav-tabs.flex-md-column .nav-link.pseudo-hover:not(.active)::before {
29179
+ background-color: #161616;
29180
+ }
29181
+ .nav-tabs.flex-md-column .nav-link:active:not(.disabled):not(.active), .nav-tabs.flex-md-column .nav-link.pseudo-active:not(.active) {
29182
+ background-color: #E5E7EB;
29183
+ color: #161616;
29184
+ }
29185
+ .nav-tabs.flex-md-column .nav-link:active:not(.disabled):not(.active)::before, .nav-tabs.flex-md-column .nav-link.pseudo-active:not(.active)::before {
29186
+ background-color: #161616;
29187
+ }
29188
+ .nav-tabs.flex-md-column .nav-link.active {
29189
+ background-color: transparent;
29190
+ color: #161616;
29191
+ font-weight: 600;
29192
+ position: relative;
29193
+ }
29194
+ .nav-tabs.flex-md-column .nav-link.active::before {
29195
+ background-color: #1B8354;
29196
+ }
29197
+ .nav-tabs.flex-md-column .nav-link.active:hover:not(.disabled), .nav-tabs.flex-md-column .nav-link.active.pseudo-hover {
29198
+ background-color: transparent;
29199
+ }
29200
+ .nav-tabs.flex-md-column .nav-link.active:active:not(.disabled), .nav-tabs.flex-md-column .nav-link.active.pseudo-active {
29201
+ background-color: transparent;
29202
+ }
29203
+ .nav-tabs.flex-md-column .nav-link.disabled, .nav-tabs.flex-md-column .nav-link:disabled {
29204
+ color: #9DA4AE;
29205
+ background-color: transparent !important;
29206
+ pointer-events: none;
29207
+ cursor: not-allowed;
29208
+ }
29209
+ .nav-tabs.flex-md-column .nav-link.disabled.active::before, .nav-tabs.flex-md-column .nav-link:disabled.active::before {
29210
+ background-color: #9DA4AE;
29211
+ }
29212
+ .nav-tabs.flex-md-column .nav-link.disabled:not(.active)::before, .nav-tabs.flex-md-column .nav-link:disabled:not(.active)::before {
29213
+ background-color: transparent;
29214
+ }
29215
+ .nav-tabs.flex-md-column.nav-lg .nav-link {
29216
+ height: auto !important;
29217
+ min-height: 2.5rem;
29218
+ padding: 0.5rem 0.5rem !important;
29219
+ font-size: 1rem;
29220
+ }
29221
+ .nav-tabs.flex-md-column.nav-lg .nav-link.active {
29222
+ font-weight: 600;
29223
+ }
29224
+ .nav-tabs.flex-md-column.nav-md .nav-link {
29225
+ height: auto !important;
29226
+ min-height: 2rem;
29227
+ padding: 0.375rem 0.5rem !important;
29228
+ font-size: 0.875rem;
29229
+ }
29230
+ .nav-tabs.flex-md-column.nav-md .nav-link.active {
29231
+ font-weight: 600;
29232
+ }
29233
+ .nav-tabs.flex-md-column.nav-sm .nav-link {
29234
+ height: auto !important;
29235
+ min-height: 1.5rem;
29236
+ padding: 0.125rem 0.375rem !important;
29237
+ font-size: 0.875rem;
29238
+ }
29239
+ .nav-tabs.flex-md-column.nav-sm .nav-link.active {
29240
+ font-weight: 500;
29241
+ }
29242
+ }
29243
+ @media (min-width: 992px) {
29244
+ .nav-tabs.flex-lg-row {
29245
+ --dga-nav-tabs-border-width: 0;
29246
+ --dga-nav-tabs-border-radius: 0;
29247
+ --dga-nav-tabs-link-active-bg: transparent;
29248
+ position: relative;
29249
+ border-bottom: 3px solid transparent;
29250
+ border-right: 0;
29251
+ gap: 0.5rem;
29252
+ }
29253
+ .nav-tabs.flex-lg-row::before {
29254
+ content: "";
29255
+ display: block;
29256
+ position: absolute;
29257
+ left: 0;
29258
+ bottom: -3px;
29259
+ width: 100%;
29260
+ height: 3px;
29261
+ background-color: #D2D6DB;
29262
+ border-radius: 9999px;
29263
+ pointer-events: none;
29264
+ }
29265
+ .nav-tabs.flex-lg-row .nav-link {
29266
+ font-family: "IBM Plex Sans Arabic";
29267
+ font-weight: 400;
29268
+ color: #384250;
29269
+ border: none;
29270
+ border-radius: 0.25rem;
29271
+ position: relative;
29272
+ transition: all 0.2s ease;
29273
+ display: flex;
29274
+ align-items: center;
29275
+ gap: 0.25rem;
29276
+ width: auto;
29277
+ justify-content: center;
29278
+ margin-bottom: 0;
29279
+ }
29280
+ .nav-tabs.flex-lg-row .nav-link:hover:not(.disabled):not(.active), .nav-tabs.flex-lg-row .nav-link.pseudo-hover:not(.active) {
29281
+ background-color: #F3F4F6;
29282
+ color: #384250;
29283
+ }
29284
+ .nav-tabs.flex-lg-row .nav-link:active:not(.disabled):not(.active), .nav-tabs.flex-lg-row .nav-link.pseudo-active:not(.active) {
29285
+ background-color: #E5E7EB;
29286
+ }
29287
+ .nav-tabs.flex-lg-row .nav-link.active {
29288
+ color: #161616;
29289
+ font-weight: 700;
29290
+ background-color: transparent;
29291
+ }
29292
+ .nav-tabs.flex-lg-row .nav-link.disabled {
29293
+ color: #9DA4AE;
29294
+ background-color: transparent;
29295
+ pointer-events: none;
29296
+ cursor: not-allowed;
29297
+ }
29298
+ .nav-tabs.flex-lg-row .nav-link::before {
29299
+ content: "";
29300
+ position: absolute;
29301
+ inset-inline-start: 1rem;
29302
+ inset-inline-end: 1rem;
29303
+ bottom: 0;
29304
+ top: auto;
29305
+ width: auto;
29306
+ height: 3px;
29307
+ background-color: transparent;
29308
+ border-radius: 9999px;
29309
+ z-index: 1;
29310
+ transition: background-color 0.2s ease;
29311
+ margin-bottom: -2.75px;
29312
+ }
29313
+ .nav-tabs.flex-lg-row.flush .nav-link::before {
29314
+ inset-inline-start: 0;
29315
+ inset-inline-end: 0;
29316
+ }
29317
+ .nav-tabs.flex-lg-row .nav-link.active::before {
29318
+ background-color: #1B8354;
29319
+ }
29320
+ .nav-tabs.flex-lg-row .nav-link:hover:not(.active):not(.disabled)::before, .nav-tabs.flex-lg-row .nav-link.pseudo-hover:not(.active):not(.disabled)::before, .nav-tabs.flex-lg-row .nav-link:active:not(.active):not(.disabled)::before, .nav-tabs.flex-lg-row .nav-link.pseudo-active:not(.active):not(.disabled)::before {
29321
+ background-color: #161616;
29322
+ }
29323
+ .nav-tabs.flex-lg-row .nav-link.disabled.active::before {
29324
+ background-color: #9DA4AE;
29325
+ }
29326
+ .nav-tabs.flex-lg-row.nav-lg .nav-link {
29327
+ height: 3.25rem !important;
29328
+ padding: 1rem 1rem !important;
29329
+ font-size: 0.875rem;
29330
+ display: flex;
29331
+ align-items: center;
29332
+ justify-content: center;
29333
+ gap: 0.25rem;
29334
+ }
29335
+ .nav-tabs.flex-lg-row.nav-md .nav-link {
29336
+ height: 2.75rem !important;
29337
+ padding: 0.75rem 1rem !important;
29338
+ font-size: 0.875rem;
29339
+ display: flex;
29340
+ align-items: center;
29341
+ justify-content: center;
29342
+ gap: 0.25rem;
29343
+ }
29344
+ .nav-tabs.flex-lg-row.nav-sm .nav-link {
29345
+ height: 2.25rem !important;
29346
+ padding: 0.5rem 0.75rem !important;
29347
+ font-size: 0.875rem;
29348
+ display: flex;
29349
+ align-items: center;
29350
+ justify-content: center;
29351
+ gap: 0.25rem;
29352
+ }
29353
+ .nav-tabs.flex-lg-column {
29354
+ border-bottom: 0;
29355
+ border-right: 0;
29356
+ gap: 0;
29357
+ }
29358
+ .nav-tabs.flex-lg-column::before {
29359
+ display: none;
29360
+ }
29361
+ .nav-tabs.flex-lg-column .nav-link {
29362
+ width: 100%;
29363
+ justify-content: flex-start;
29364
+ border: none;
29365
+ border-bottom: none;
29366
+ border-radius: 0.25rem;
29367
+ margin-bottom: 0.25rem;
29368
+ font-weight: 400;
29369
+ color: #384250;
29370
+ position: relative;
29371
+ display: flex;
29372
+ align-items: center;
29373
+ gap: 0.5rem;
29374
+ }
29375
+ .nav-tabs.flex-lg-column .nav-link::before {
29376
+ content: "";
29377
+ position: absolute;
29378
+ inset-inline-start: 0;
29379
+ inset-inline-end: auto;
29380
+ top: 0.25rem;
29381
+ bottom: 0.25rem;
29382
+ width: 3px;
29383
+ height: auto;
29384
+ background-color: transparent;
29385
+ border-radius: 9999px;
29386
+ transition: background-color 0.2s ease;
29387
+ margin-bottom: 0;
29388
+ }
29389
+ .nav-tabs.flex-lg-column .nav-link i, .nav-tabs.flex-lg-column .nav-link img, .nav-tabs.flex-lg-column .nav-link svg {
29390
+ display: inline-flex;
29391
+ align-items: center;
29392
+ justify-content: center;
29393
+ }
29394
+ .nav-tabs.flex-lg-column .nav-link:focus, .nav-tabs.flex-lg-column .nav-link:focus-visible {
29395
+ outline: none;
29396
+ border: none;
29397
+ }
29398
+ .nav-tabs.flex-lg-column .nav-link:hover:not(.disabled):not(.active), .nav-tabs.flex-lg-column .nav-link.pseudo-hover:not(.active) {
29399
+ background-color: #F3F4F6;
29400
+ color: #384250;
29401
+ }
29402
+ .nav-tabs.flex-lg-column .nav-link:hover:not(.disabled):not(.active)::before, .nav-tabs.flex-lg-column .nav-link.pseudo-hover:not(.active)::before {
29403
+ background-color: #161616;
29404
+ }
29405
+ .nav-tabs.flex-lg-column .nav-link:active:not(.disabled):not(.active), .nav-tabs.flex-lg-column .nav-link.pseudo-active:not(.active) {
29406
+ background-color: #E5E7EB;
29407
+ color: #161616;
29408
+ }
29409
+ .nav-tabs.flex-lg-column .nav-link:active:not(.disabled):not(.active)::before, .nav-tabs.flex-lg-column .nav-link.pseudo-active:not(.active)::before {
29410
+ background-color: #161616;
29411
+ }
29412
+ .nav-tabs.flex-lg-column .nav-link.active {
29413
+ background-color: transparent;
29414
+ color: #161616;
29415
+ font-weight: 600;
29416
+ position: relative;
29417
+ }
29418
+ .nav-tabs.flex-lg-column .nav-link.active::before {
29419
+ background-color: #1B8354;
29420
+ }
29421
+ .nav-tabs.flex-lg-column .nav-link.active:hover:not(.disabled), .nav-tabs.flex-lg-column .nav-link.active.pseudo-hover {
29422
+ background-color: transparent;
29423
+ }
29424
+ .nav-tabs.flex-lg-column .nav-link.active:active:not(.disabled), .nav-tabs.flex-lg-column .nav-link.active.pseudo-active {
29425
+ background-color: transparent;
29426
+ }
29427
+ .nav-tabs.flex-lg-column .nav-link.disabled, .nav-tabs.flex-lg-column .nav-link:disabled {
29428
+ color: #9DA4AE;
29429
+ background-color: transparent !important;
29430
+ pointer-events: none;
29431
+ cursor: not-allowed;
29432
+ }
29433
+ .nav-tabs.flex-lg-column .nav-link.disabled.active::before, .nav-tabs.flex-lg-column .nav-link:disabled.active::before {
29434
+ background-color: #9DA4AE;
29435
+ }
29436
+ .nav-tabs.flex-lg-column .nav-link.disabled:not(.active)::before, .nav-tabs.flex-lg-column .nav-link:disabled:not(.active)::before {
29437
+ background-color: transparent;
29438
+ }
29439
+ .nav-tabs.flex-lg-column.nav-lg .nav-link {
29440
+ height: auto !important;
29441
+ min-height: 2.5rem;
29442
+ padding: 0.5rem 0.5rem !important;
29443
+ font-size: 1rem;
29444
+ }
29445
+ .nav-tabs.flex-lg-column.nav-lg .nav-link.active {
29446
+ font-weight: 600;
29447
+ }
29448
+ .nav-tabs.flex-lg-column.nav-md .nav-link {
29449
+ height: auto !important;
29450
+ min-height: 2rem;
29451
+ padding: 0.375rem 0.5rem !important;
29452
+ font-size: 0.875rem;
29453
+ }
29454
+ .nav-tabs.flex-lg-column.nav-md .nav-link.active {
29455
+ font-weight: 600;
29456
+ }
29457
+ .nav-tabs.flex-lg-column.nav-sm .nav-link {
29458
+ height: auto !important;
29459
+ min-height: 1.5rem;
29460
+ padding: 0.125rem 0.375rem !important;
29461
+ font-size: 0.875rem;
29462
+ }
29463
+ .nav-tabs.flex-lg-column.nav-sm .nav-link.active {
29464
+ font-weight: 500;
29465
+ }
29466
+ }
29467
+ @media (min-width: 1200px) {
29468
+ .nav-tabs.flex-xl-row {
29469
+ --dga-nav-tabs-border-width: 0;
29470
+ --dga-nav-tabs-border-radius: 0;
29471
+ --dga-nav-tabs-link-active-bg: transparent;
29472
+ position: relative;
29473
+ border-bottom: 3px solid transparent;
29474
+ border-right: 0;
29475
+ gap: 0.5rem;
29476
+ }
29477
+ .nav-tabs.flex-xl-row::before {
29478
+ content: "";
29479
+ display: block;
29480
+ position: absolute;
29481
+ left: 0;
29482
+ bottom: -3px;
29483
+ width: 100%;
29484
+ height: 3px;
29485
+ background-color: #D2D6DB;
29486
+ border-radius: 9999px;
29487
+ pointer-events: none;
29488
+ }
29489
+ .nav-tabs.flex-xl-row .nav-link {
29490
+ font-family: "IBM Plex Sans Arabic";
29491
+ font-weight: 400;
29492
+ color: #384250;
29493
+ border: none;
29494
+ border-radius: 0.25rem;
29495
+ position: relative;
29496
+ transition: all 0.2s ease;
29497
+ display: flex;
29498
+ align-items: center;
29499
+ gap: 0.25rem;
29500
+ width: auto;
29501
+ justify-content: center;
29502
+ margin-bottom: 0;
29503
+ }
29504
+ .nav-tabs.flex-xl-row .nav-link:hover:not(.disabled):not(.active), .nav-tabs.flex-xl-row .nav-link.pseudo-hover:not(.active) {
29505
+ background-color: #F3F4F6;
29506
+ color: #384250;
29507
+ }
29508
+ .nav-tabs.flex-xl-row .nav-link:active:not(.disabled):not(.active), .nav-tabs.flex-xl-row .nav-link.pseudo-active:not(.active) {
29509
+ background-color: #E5E7EB;
29510
+ }
29511
+ .nav-tabs.flex-xl-row .nav-link.active {
29512
+ color: #161616;
29513
+ font-weight: 700;
29514
+ background-color: transparent;
29515
+ }
29516
+ .nav-tabs.flex-xl-row .nav-link.disabled {
29517
+ color: #9DA4AE;
29518
+ background-color: transparent;
29519
+ pointer-events: none;
29520
+ cursor: not-allowed;
29521
+ }
29522
+ .nav-tabs.flex-xl-row .nav-link::before {
29523
+ content: "";
29524
+ position: absolute;
29525
+ inset-inline-start: 1rem;
29526
+ inset-inline-end: 1rem;
29527
+ bottom: 0;
29528
+ top: auto;
29529
+ width: auto;
29530
+ height: 3px;
29531
+ background-color: transparent;
29532
+ border-radius: 9999px;
29533
+ z-index: 1;
29534
+ transition: background-color 0.2s ease;
29535
+ margin-bottom: -2.75px;
29536
+ }
29537
+ .nav-tabs.flex-xl-row.flush .nav-link::before {
29538
+ inset-inline-start: 0;
29539
+ inset-inline-end: 0;
29540
+ }
29541
+ .nav-tabs.flex-xl-row .nav-link.active::before {
29542
+ background-color: #1B8354;
29543
+ }
29544
+ .nav-tabs.flex-xl-row .nav-link:hover:not(.active):not(.disabled)::before, .nav-tabs.flex-xl-row .nav-link.pseudo-hover:not(.active):not(.disabled)::before, .nav-tabs.flex-xl-row .nav-link:active:not(.active):not(.disabled)::before, .nav-tabs.flex-xl-row .nav-link.pseudo-active:not(.active):not(.disabled)::before {
29545
+ background-color: #161616;
29546
+ }
29547
+ .nav-tabs.flex-xl-row .nav-link.disabled.active::before {
29548
+ background-color: #9DA4AE;
29549
+ }
29550
+ .nav-tabs.flex-xl-row.nav-lg .nav-link {
29551
+ height: 3.25rem !important;
29552
+ padding: 1rem 1rem !important;
29553
+ font-size: 0.875rem;
29554
+ display: flex;
29555
+ align-items: center;
29556
+ justify-content: center;
29557
+ gap: 0.25rem;
29558
+ }
29559
+ .nav-tabs.flex-xl-row.nav-md .nav-link {
29560
+ height: 2.75rem !important;
29561
+ padding: 0.75rem 1rem !important;
29562
+ font-size: 0.875rem;
29563
+ display: flex;
29564
+ align-items: center;
29565
+ justify-content: center;
29566
+ gap: 0.25rem;
29567
+ }
29568
+ .nav-tabs.flex-xl-row.nav-sm .nav-link {
29569
+ height: 2.25rem !important;
29570
+ padding: 0.5rem 0.75rem !important;
29571
+ font-size: 0.875rem;
29572
+ display: flex;
29573
+ align-items: center;
29574
+ justify-content: center;
29575
+ gap: 0.25rem;
29576
+ }
29577
+ .nav-tabs.flex-xl-column {
29578
+ border-bottom: 0;
29579
+ border-right: 0;
29580
+ gap: 0;
29581
+ }
29582
+ .nav-tabs.flex-xl-column::before {
29583
+ display: none;
29584
+ }
29585
+ .nav-tabs.flex-xl-column .nav-link {
29586
+ width: 100%;
29587
+ justify-content: flex-start;
29588
+ border: none;
29589
+ border-bottom: none;
29590
+ border-radius: 0.25rem;
29591
+ margin-bottom: 0.25rem;
29592
+ font-weight: 400;
29593
+ color: #384250;
29594
+ position: relative;
29595
+ display: flex;
29596
+ align-items: center;
29597
+ gap: 0.5rem;
29598
+ }
29599
+ .nav-tabs.flex-xl-column .nav-link::before {
29600
+ content: "";
29601
+ position: absolute;
29602
+ inset-inline-start: 0;
29603
+ inset-inline-end: auto;
29604
+ top: 0.25rem;
29605
+ bottom: 0.25rem;
29606
+ width: 3px;
29607
+ height: auto;
29608
+ background-color: transparent;
29609
+ border-radius: 9999px;
29610
+ transition: background-color 0.2s ease;
29611
+ margin-bottom: 0;
29612
+ }
29613
+ .nav-tabs.flex-xl-column .nav-link i, .nav-tabs.flex-xl-column .nav-link img, .nav-tabs.flex-xl-column .nav-link svg {
29614
+ display: inline-flex;
29615
+ align-items: center;
29616
+ justify-content: center;
29617
+ }
29618
+ .nav-tabs.flex-xl-column .nav-link:focus, .nav-tabs.flex-xl-column .nav-link:focus-visible {
29619
+ outline: none;
29620
+ border: none;
29621
+ }
29622
+ .nav-tabs.flex-xl-column .nav-link:hover:not(.disabled):not(.active), .nav-tabs.flex-xl-column .nav-link.pseudo-hover:not(.active) {
29623
+ background-color: #F3F4F6;
29624
+ color: #384250;
29625
+ }
29626
+ .nav-tabs.flex-xl-column .nav-link:hover:not(.disabled):not(.active)::before, .nav-tabs.flex-xl-column .nav-link.pseudo-hover:not(.active)::before {
29627
+ background-color: #161616;
29628
+ }
29629
+ .nav-tabs.flex-xl-column .nav-link:active:not(.disabled):not(.active), .nav-tabs.flex-xl-column .nav-link.pseudo-active:not(.active) {
29630
+ background-color: #E5E7EB;
29631
+ color: #161616;
29632
+ }
29633
+ .nav-tabs.flex-xl-column .nav-link:active:not(.disabled):not(.active)::before, .nav-tabs.flex-xl-column .nav-link.pseudo-active:not(.active)::before {
29634
+ background-color: #161616;
29635
+ }
29636
+ .nav-tabs.flex-xl-column .nav-link.active {
29637
+ background-color: transparent;
29638
+ color: #161616;
29639
+ font-weight: 600;
29640
+ position: relative;
29641
+ }
29642
+ .nav-tabs.flex-xl-column .nav-link.active::before {
29643
+ background-color: #1B8354;
29644
+ }
29645
+ .nav-tabs.flex-xl-column .nav-link.active:hover:not(.disabled), .nav-tabs.flex-xl-column .nav-link.active.pseudo-hover {
29646
+ background-color: transparent;
29647
+ }
29648
+ .nav-tabs.flex-xl-column .nav-link.active:active:not(.disabled), .nav-tabs.flex-xl-column .nav-link.active.pseudo-active {
29649
+ background-color: transparent;
29650
+ }
29651
+ .nav-tabs.flex-xl-column .nav-link.disabled, .nav-tabs.flex-xl-column .nav-link:disabled {
29652
+ color: #9DA4AE;
29653
+ background-color: transparent !important;
29654
+ pointer-events: none;
29655
+ cursor: not-allowed;
29656
+ }
29657
+ .nav-tabs.flex-xl-column .nav-link.disabled.active::before, .nav-tabs.flex-xl-column .nav-link:disabled.active::before {
29658
+ background-color: #9DA4AE;
29659
+ }
29660
+ .nav-tabs.flex-xl-column .nav-link.disabled:not(.active)::before, .nav-tabs.flex-xl-column .nav-link:disabled:not(.active)::before {
29661
+ background-color: transparent;
29662
+ }
29663
+ .nav-tabs.flex-xl-column.nav-lg .nav-link {
29664
+ height: auto !important;
29665
+ min-height: 2.5rem;
29666
+ padding: 0.5rem 0.5rem !important;
29667
+ font-size: 1rem;
29668
+ }
29669
+ .nav-tabs.flex-xl-column.nav-lg .nav-link.active {
29670
+ font-weight: 600;
29671
+ }
29672
+ .nav-tabs.flex-xl-column.nav-md .nav-link {
29673
+ height: auto !important;
29674
+ min-height: 2rem;
29675
+ padding: 0.375rem 0.5rem !important;
29676
+ font-size: 0.875rem;
29677
+ }
29678
+ .nav-tabs.flex-xl-column.nav-md .nav-link.active {
29679
+ font-weight: 600;
29680
+ }
29681
+ .nav-tabs.flex-xl-column.nav-sm .nav-link {
29682
+ height: auto !important;
29683
+ min-height: 1.5rem;
29684
+ padding: 0.125rem 0.375rem !important;
29685
+ font-size: 0.875rem;
29686
+ }
29687
+ .nav-tabs.flex-xl-column.nav-sm .nav-link.active {
29688
+ font-weight: 500;
29689
+ }
29690
+ }
29691
+ @media (min-width: 1400px) {
29692
+ .nav-tabs.flex-xxl-row {
29693
+ --dga-nav-tabs-border-width: 0;
29694
+ --dga-nav-tabs-border-radius: 0;
29695
+ --dga-nav-tabs-link-active-bg: transparent;
29696
+ position: relative;
29697
+ border-bottom: 3px solid transparent;
29698
+ border-right: 0;
29699
+ gap: 0.5rem;
29700
+ }
29701
+ .nav-tabs.flex-xxl-row::before {
29702
+ content: "";
29703
+ display: block;
29704
+ position: absolute;
29705
+ left: 0;
29706
+ bottom: -3px;
29707
+ width: 100%;
29708
+ height: 3px;
29709
+ background-color: #D2D6DB;
29710
+ border-radius: 9999px;
29711
+ pointer-events: none;
29712
+ }
29713
+ .nav-tabs.flex-xxl-row .nav-link {
29714
+ font-family: "IBM Plex Sans Arabic";
29715
+ font-weight: 400;
29716
+ color: #384250;
29717
+ border: none;
29718
+ border-radius: 0.25rem;
29719
+ position: relative;
29720
+ transition: all 0.2s ease;
29721
+ display: flex;
29722
+ align-items: center;
29723
+ gap: 0.25rem;
29724
+ width: auto;
29725
+ justify-content: center;
29726
+ margin-bottom: 0;
29727
+ }
29728
+ .nav-tabs.flex-xxl-row .nav-link:hover:not(.disabled):not(.active), .nav-tabs.flex-xxl-row .nav-link.pseudo-hover:not(.active) {
29729
+ background-color: #F3F4F6;
29730
+ color: #384250;
29731
+ }
29732
+ .nav-tabs.flex-xxl-row .nav-link:active:not(.disabled):not(.active), .nav-tabs.flex-xxl-row .nav-link.pseudo-active:not(.active) {
29733
+ background-color: #E5E7EB;
29734
+ }
29735
+ .nav-tabs.flex-xxl-row .nav-link.active {
29736
+ color: #161616;
29737
+ font-weight: 700;
29738
+ background-color: transparent;
29739
+ }
29740
+ .nav-tabs.flex-xxl-row .nav-link.disabled {
29741
+ color: #9DA4AE;
29742
+ background-color: transparent;
29743
+ pointer-events: none;
29744
+ cursor: not-allowed;
29745
+ }
29746
+ .nav-tabs.flex-xxl-row .nav-link::before {
29747
+ content: "";
29748
+ position: absolute;
29749
+ inset-inline-start: 1rem;
29750
+ inset-inline-end: 1rem;
29751
+ bottom: 0;
29752
+ top: auto;
29753
+ width: auto;
29754
+ height: 3px;
29755
+ background-color: transparent;
29756
+ border-radius: 9999px;
29757
+ z-index: 1;
29758
+ transition: background-color 0.2s ease;
29759
+ margin-bottom: -2.75px;
29760
+ }
29761
+ .nav-tabs.flex-xxl-row.flush .nav-link::before {
29762
+ inset-inline-start: 0;
29763
+ inset-inline-end: 0;
29764
+ }
29765
+ .nav-tabs.flex-xxl-row .nav-link.active::before {
29766
+ background-color: #1B8354;
29767
+ }
29768
+ .nav-tabs.flex-xxl-row .nav-link:hover:not(.active):not(.disabled)::before, .nav-tabs.flex-xxl-row .nav-link.pseudo-hover:not(.active):not(.disabled)::before, .nav-tabs.flex-xxl-row .nav-link:active:not(.active):not(.disabled)::before, .nav-tabs.flex-xxl-row .nav-link.pseudo-active:not(.active):not(.disabled)::before {
29769
+ background-color: #161616;
29770
+ }
29771
+ .nav-tabs.flex-xxl-row .nav-link.disabled.active::before {
29772
+ background-color: #9DA4AE;
29773
+ }
29774
+ .nav-tabs.flex-xxl-row.nav-lg .nav-link {
29775
+ height: 3.25rem !important;
29776
+ padding: 1rem 1rem !important;
29777
+ font-size: 0.875rem;
29778
+ display: flex;
29779
+ align-items: center;
29780
+ justify-content: center;
29781
+ gap: 0.25rem;
29782
+ }
29783
+ .nav-tabs.flex-xxl-row.nav-md .nav-link {
29784
+ height: 2.75rem !important;
29785
+ padding: 0.75rem 1rem !important;
29786
+ font-size: 0.875rem;
29787
+ display: flex;
29788
+ align-items: center;
29789
+ justify-content: center;
29790
+ gap: 0.25rem;
29791
+ }
29792
+ .nav-tabs.flex-xxl-row.nav-sm .nav-link {
29793
+ height: 2.25rem !important;
29794
+ padding: 0.5rem 0.75rem !important;
29795
+ font-size: 0.875rem;
29796
+ display: flex;
29797
+ align-items: center;
29798
+ justify-content: center;
29799
+ gap: 0.25rem;
29800
+ }
29801
+ .nav-tabs.flex-xxl-column {
29802
+ border-bottom: 0;
29803
+ border-right: 0;
29804
+ gap: 0;
29805
+ }
29806
+ .nav-tabs.flex-xxl-column::before {
29807
+ display: none;
29808
+ }
29809
+ .nav-tabs.flex-xxl-column .nav-link {
29810
+ width: 100%;
29811
+ justify-content: flex-start;
29812
+ border: none;
29813
+ border-bottom: none;
29814
+ border-radius: 0.25rem;
29815
+ margin-bottom: 0.25rem;
29816
+ font-weight: 400;
29817
+ color: #384250;
29818
+ position: relative;
29819
+ display: flex;
29820
+ align-items: center;
29821
+ gap: 0.5rem;
29822
+ }
29823
+ .nav-tabs.flex-xxl-column .nav-link::before {
29824
+ content: "";
29825
+ position: absolute;
29826
+ inset-inline-start: 0;
29827
+ inset-inline-end: auto;
29828
+ top: 0.25rem;
29829
+ bottom: 0.25rem;
29830
+ width: 3px;
29831
+ height: auto;
29832
+ background-color: transparent;
29833
+ border-radius: 9999px;
29834
+ transition: background-color 0.2s ease;
29835
+ margin-bottom: 0;
29836
+ }
29837
+ .nav-tabs.flex-xxl-column .nav-link i, .nav-tabs.flex-xxl-column .nav-link img, .nav-tabs.flex-xxl-column .nav-link svg {
29838
+ display: inline-flex;
29839
+ align-items: center;
29840
+ justify-content: center;
29841
+ }
29842
+ .nav-tabs.flex-xxl-column .nav-link:focus, .nav-tabs.flex-xxl-column .nav-link:focus-visible {
29843
+ outline: none;
29844
+ border: none;
29845
+ }
29846
+ .nav-tabs.flex-xxl-column .nav-link:hover:not(.disabled):not(.active), .nav-tabs.flex-xxl-column .nav-link.pseudo-hover:not(.active) {
29847
+ background-color: #F3F4F6;
29848
+ color: #384250;
29849
+ }
29850
+ .nav-tabs.flex-xxl-column .nav-link:hover:not(.disabled):not(.active)::before, .nav-tabs.flex-xxl-column .nav-link.pseudo-hover:not(.active)::before {
29851
+ background-color: #161616;
29852
+ }
29853
+ .nav-tabs.flex-xxl-column .nav-link:active:not(.disabled):not(.active), .nav-tabs.flex-xxl-column .nav-link.pseudo-active:not(.active) {
29854
+ background-color: #E5E7EB;
29855
+ color: #161616;
29856
+ }
29857
+ .nav-tabs.flex-xxl-column .nav-link:active:not(.disabled):not(.active)::before, .nav-tabs.flex-xxl-column .nav-link.pseudo-active:not(.active)::before {
29858
+ background-color: #161616;
29859
+ }
29860
+ .nav-tabs.flex-xxl-column .nav-link.active {
29861
+ background-color: transparent;
29862
+ color: #161616;
29863
+ font-weight: 600;
29864
+ position: relative;
29865
+ }
29866
+ .nav-tabs.flex-xxl-column .nav-link.active::before {
29867
+ background-color: #1B8354;
29868
+ }
29869
+ .nav-tabs.flex-xxl-column .nav-link.active:hover:not(.disabled), .nav-tabs.flex-xxl-column .nav-link.active.pseudo-hover {
29870
+ background-color: transparent;
29871
+ }
29872
+ .nav-tabs.flex-xxl-column .nav-link.active:active:not(.disabled), .nav-tabs.flex-xxl-column .nav-link.active.pseudo-active {
29873
+ background-color: transparent;
29874
+ }
29875
+ .nav-tabs.flex-xxl-column .nav-link.disabled, .nav-tabs.flex-xxl-column .nav-link:disabled {
29876
+ color: #9DA4AE;
29877
+ background-color: transparent !important;
29878
+ pointer-events: none;
29879
+ cursor: not-allowed;
29880
+ }
29881
+ .nav-tabs.flex-xxl-column .nav-link.disabled.active::before, .nav-tabs.flex-xxl-column .nav-link:disabled.active::before {
29882
+ background-color: #9DA4AE;
29883
+ }
29884
+ .nav-tabs.flex-xxl-column .nav-link.disabled:not(.active)::before, .nav-tabs.flex-xxl-column .nav-link:disabled:not(.active)::before {
29885
+ background-color: transparent;
29886
+ }
29887
+ .nav-tabs.flex-xxl-column.nav-lg .nav-link {
29888
+ height: auto !important;
29889
+ min-height: 2.5rem;
29890
+ padding: 0.5rem 0.5rem !important;
29891
+ font-size: 1rem;
29892
+ }
29893
+ .nav-tabs.flex-xxl-column.nav-lg .nav-link.active {
29894
+ font-weight: 600;
29895
+ }
29896
+ .nav-tabs.flex-xxl-column.nav-md .nav-link {
29897
+ height: auto !important;
29898
+ min-height: 2rem;
29899
+ padding: 0.375rem 0.5rem !important;
29900
+ font-size: 0.875rem;
29901
+ }
29902
+ .nav-tabs.flex-xxl-column.nav-md .nav-link.active {
29903
+ font-weight: 600;
29904
+ }
29905
+ .nav-tabs.flex-xxl-column.nav-sm .nav-link {
29906
+ height: auto !important;
29907
+ min-height: 1.5rem;
29908
+ padding: 0.125rem 0.375rem !important;
29909
+ font-size: 0.875rem;
29910
+ }
29911
+ .nav-tabs.flex-xxl-column.nav-sm .nav-link.active {
29912
+ font-weight: 500;
29913
+ }
29914
+ }
28560
29915
  .progress-indicator {
28561
29916
  position: relative;
28562
29917
  }