plataforma-fundacao-componentes 2.26.3 → 2.26.5

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/dist/index.css CHANGED
@@ -2485,62 +2485,6 @@ h5 {
2485
2485
  flex: 0 0 calc(100% * 12 / 12);
2486
2486
  max-width: calc(100% * 12 / 12); } }
2487
2487
 
2488
- :export {
2489
- widthXs: 575.98px;
2490
- widthSm: 767.98px;
2491
- widthMd: 991.98px;
2492
- widthLg: 1199.98px; }
2493
-
2494
- :export {
2495
- white: #fefefe;
2496
- darkenWhite: #efefef;
2497
- black: #121212;
2498
- transparent: rgba(0, 0, 0, 0);
2499
- primary: #3fa110;
2500
- primaryDark: #33820d;
2501
- primaryLight: #d7e6c8;
2502
- secondaryDarker: #323c32;
2503
- secondaryDark: #5a645a;
2504
- blueDarker: #2b517b;
2505
- secondary: #828a82;
2506
- secondaryLight: #cdd3cd;
2507
- secondaryLighter: #f8f9f7;
2508
- danger: #e60000;
2509
- dangerLight: #ffb4b4;
2510
- dangerDark: #ab4745;
2511
- warning: #ffcd00;
2512
- warningLight: #ffeb98;
2513
- warningDark: #765f00; }
2514
-
2515
- .component-control-label {
2516
- display: inline-flex;
2517
- align-items: center;
2518
- -webkit-user-select: none;
2519
- -moz-user-select: none;
2520
- -ms-user-select: none;
2521
- -webkit-tap-highlight-color: transparent;
2522
- user-select: none;
2523
- vertical-align: middle;
2524
- color: #323c32;
2525
- gap: 8px; }
2526
- .component-control-label.top {
2527
- flex-direction: column-reverse; }
2528
- .component-control-label.left {
2529
- flex-direction: row-reverse; }
2530
- .component-control-label.bottom {
2531
- flex-direction: column; }
2532
- .component-control-label.right {
2533
- flex-direction: row; }
2534
- .component-control-label.disabled {
2535
- color: rgba(50, 60, 50, 0.8);
2536
- cursor: auto; }
2537
- .component-control-label:not(.disabled):hover {
2538
- cursor: pointer; }
2539
- .component-control-label span {
2540
- padding-top: 2px; }
2541
- .component-control-label > button {
2542
- min-width: 18px; }
2543
-
2544
2488
  @charset "UTF-8";
2545
2489
  :export {
2546
2490
  widthXs: 575.98px;
@@ -2636,6 +2580,62 @@ Extra small
2636
2580
  max-width 100% 540px 720px 960px 1140px
2637
2581
  */
2638
2582
 
2583
+ :export {
2584
+ widthXs: 575.98px;
2585
+ widthSm: 767.98px;
2586
+ widthMd: 991.98px;
2587
+ widthLg: 1199.98px; }
2588
+
2589
+ :export {
2590
+ white: #fefefe;
2591
+ darkenWhite: #efefef;
2592
+ black: #121212;
2593
+ transparent: rgba(0, 0, 0, 0);
2594
+ primary: #3fa110;
2595
+ primaryDark: #33820d;
2596
+ primaryLight: #d7e6c8;
2597
+ secondaryDarker: #323c32;
2598
+ secondaryDark: #5a645a;
2599
+ blueDarker: #2b517b;
2600
+ secondary: #828a82;
2601
+ secondaryLight: #cdd3cd;
2602
+ secondaryLighter: #f8f9f7;
2603
+ danger: #e60000;
2604
+ dangerLight: #ffb4b4;
2605
+ dangerDark: #ab4745;
2606
+ warning: #ffcd00;
2607
+ warningLight: #ffeb98;
2608
+ warningDark: #765f00; }
2609
+
2610
+ .component-control-label {
2611
+ display: inline-flex;
2612
+ align-items: center;
2613
+ -webkit-user-select: none;
2614
+ -moz-user-select: none;
2615
+ -ms-user-select: none;
2616
+ -webkit-tap-highlight-color: transparent;
2617
+ user-select: none;
2618
+ vertical-align: middle;
2619
+ color: #323c32;
2620
+ gap: 8px; }
2621
+ .component-control-label.top {
2622
+ flex-direction: column-reverse; }
2623
+ .component-control-label.left {
2624
+ flex-direction: row-reverse; }
2625
+ .component-control-label.bottom {
2626
+ flex-direction: column; }
2627
+ .component-control-label.right {
2628
+ flex-direction: row; }
2629
+ .component-control-label.disabled {
2630
+ color: rgba(50, 60, 50, 0.8);
2631
+ cursor: auto; }
2632
+ .component-control-label:not(.disabled):hover {
2633
+ cursor: pointer; }
2634
+ .component-control-label span {
2635
+ padding-top: 2px; }
2636
+ .component-control-label > button {
2637
+ min-width: 18px; }
2638
+
2639
2639
  :export {
2640
2640
  widthXs: 575.98px;
2641
2641
  widthSm: 767.98px;
@@ -4047,42 +4047,6 @@ max-width 100% 540px 720px 960px 1140px
4047
4047
  warningLight: #ffeb98;
4048
4048
  warningDark: #765f00; }
4049
4049
 
4050
- .component-header-separator {
4051
- width: 1px;
4052
- height: 14px;
4053
- margin: 0 2px; }
4054
- .component-header-separator.component-header-separator-primary {
4055
- background-color: #fefefe; }
4056
- .component-header-separator.component-header-separator-secondary {
4057
- background-color: #cdd3cd; }
4058
-
4059
- :export {
4060
- widthXs: 575.98px;
4061
- widthSm: 767.98px;
4062
- widthMd: 991.98px;
4063
- widthLg: 1199.98px; }
4064
-
4065
- :export {
4066
- white: #fefefe;
4067
- darkenWhite: #efefef;
4068
- black: #121212;
4069
- transparent: rgba(0, 0, 0, 0);
4070
- primary: #3fa110;
4071
- primaryDark: #33820d;
4072
- primaryLight: #d7e6c8;
4073
- secondaryDarker: #323c32;
4074
- secondaryDark: #5a645a;
4075
- blueDarker: #2b517b;
4076
- secondary: #828a82;
4077
- secondaryLight: #cdd3cd;
4078
- secondaryLighter: #f8f9f7;
4079
- danger: #e60000;
4080
- dangerLight: #ffb4b4;
4081
- dangerDark: #ab4745;
4082
- warning: #ffcd00;
4083
- warningLight: #ffeb98;
4084
- warningDark: #765f00; }
4085
-
4086
4050
  header.component-header {
4087
4051
  z-index: 970;
4088
4052
  left: 0;
@@ -4235,6 +4199,42 @@ header.component-header {
4235
4199
  warningLight: #ffeb98;
4236
4200
  warningDark: #765f00; }
4237
4201
 
4202
+ .component-header-separator {
4203
+ width: 1px;
4204
+ height: 14px;
4205
+ margin: 0 2px; }
4206
+ .component-header-separator.component-header-separator-primary {
4207
+ background-color: #fefefe; }
4208
+ .component-header-separator.component-header-separator-secondary {
4209
+ background-color: #cdd3cd; }
4210
+
4211
+ :export {
4212
+ widthXs: 575.98px;
4213
+ widthSm: 767.98px;
4214
+ widthMd: 991.98px;
4215
+ widthLg: 1199.98px; }
4216
+
4217
+ :export {
4218
+ white: #fefefe;
4219
+ darkenWhite: #efefef;
4220
+ black: #121212;
4221
+ transparent: rgba(0, 0, 0, 0);
4222
+ primary: #3fa110;
4223
+ primaryDark: #33820d;
4224
+ primaryLight: #d7e6c8;
4225
+ secondaryDarker: #323c32;
4226
+ secondaryDark: #5a645a;
4227
+ blueDarker: #2b517b;
4228
+ secondary: #828a82;
4229
+ secondaryLight: #cdd3cd;
4230
+ secondaryLighter: #f8f9f7;
4231
+ danger: #e60000;
4232
+ dangerLight: #ffb4b4;
4233
+ dangerDark: #ab4745;
4234
+ warning: #ffcd00;
4235
+ warningLight: #ffeb98;
4236
+ warningDark: #765f00; }
4237
+
4238
4238
  .component-information-icon {
4239
4239
  display: flex;
4240
4240
  align-items: center;
@@ -5296,114 +5296,6 @@ header.component-header {
5296
5296
  .component-page-subtitle {
5297
5297
  font-size: 16px; } }
5298
5298
 
5299
- :export {
5300
- widthXs: 575.98px;
5301
- widthSm: 767.98px;
5302
- widthMd: 991.98px;
5303
- widthLg: 1199.98px; }
5304
-
5305
- :export {
5306
- white: #fefefe;
5307
- darkenWhite: #efefef;
5308
- black: #121212;
5309
- transparent: rgba(0, 0, 0, 0);
5310
- primary: #3fa110;
5311
- primaryDark: #33820d;
5312
- primaryLight: #d7e6c8;
5313
- secondaryDarker: #323c32;
5314
- secondaryDark: #5a645a;
5315
- blueDarker: #2b517b;
5316
- secondary: #828a82;
5317
- secondaryLight: #cdd3cd;
5318
- secondaryLighter: #f8f9f7;
5319
- danger: #e60000;
5320
- dangerLight: #ffb4b4;
5321
- dangerDark: #ab4745;
5322
- warning: #ffcd00;
5323
- warningLight: #ffeb98;
5324
- warningDark: #765f00; }
5325
-
5326
- .component-paginator {
5327
- width: 100%;
5328
- display: flex;
5329
- margin: auto; }
5330
- .component-paginator .component-paginator-center-content {
5331
- position: relative;
5332
- display: flex;
5333
- align-items: center;
5334
- justify-content: center;
5335
- margin-left: auto;
5336
- margin-right: auto; }
5337
- .component-paginator .component-paginator-center-content > div {
5338
- display: flex;
5339
- align-items: center;
5340
- visibility: visible;
5341
- opacity: 1;
5342
- transition: 0.3s ease; }
5343
- .component-paginator .component-paginator-center-content > div.hidden {
5344
- visibility: hidden;
5345
- opacity: 0; }
5346
- .component-paginator .component-paginator-center-content > div .component-paginator-numbers {
5347
- overflow-x: auto;
5348
- display: flex; }
5349
- .component-paginator .component-paginator-center-content > div .component-paginator-numbers .component-paginator-number {
5350
- -webkit-user-select: none;
5351
- -moz-user-select: none;
5352
- user-select: none;
5353
- display: flex;
5354
- justify-content: center;
5355
- align-items: center;
5356
- -webkit-appearance: none;
5357
- -moz-appearance: none;
5358
- appearance: none;
5359
- border: none;
5360
- outline: none;
5361
- background-color: rgba(0, 0, 0, 0);
5362
- color: #323c32;
5363
- cursor: pointer;
5364
- padding: 2px;
5365
- border-radius: 200px;
5366
- width: 25px;
5367
- height: 25px;
5368
- font-size: 16px;
5369
- font-weight: 500;
5370
- transition: background-color 0.3s ease, color 0.3s ease; }
5371
- .component-paginator .component-paginator-center-content > div .component-paginator-numbers .component-paginator-number:hover {
5372
- background-color: #f3f5f1; }
5373
- .component-paginator .component-paginator-center-content > div .component-paginator-numbers .component-paginator-number.active {
5374
- cursor: default;
5375
- background-color: #3fa110;
5376
- color: #fefefe; }
5377
- .component-paginator .component-paginator-center-content .component-paginator-loader {
5378
- position: absolute;
5379
- top: 0;
5380
- left: 0;
5381
- width: 100%;
5382
- height: 100%;
5383
- display: flex;
5384
- align-items: center;
5385
- justify-content: center;
5386
- opacity: 1;
5387
- transition: 0.3s ease; }
5388
- .component-paginator .component-paginator-center-content .component-paginator-loader.component-paginator-loader-enter {
5389
- opacity: 0; }
5390
- .component-paginator .component-paginator-center-content .component-paginator-loader.component-paginator-loader-enter-active {
5391
- transition: opacity 0.3s ease;
5392
- opacity: 1; }
5393
- .component-paginator .component-paginator-center-content .component-paginator-loader.component-paginator-loader-exit {
5394
- opacity: 1; }
5395
- .component-paginator .component-paginator-center-content .component-paginator-loader.component-paginator-loader-exit-active {
5396
- transition: opacity 0.3s ease;
5397
- opacity: 0; }
5398
- .component-paginator .component-paginator-left-arrow {
5399
- margin-right: 4px; }
5400
- .component-paginator .component-paginator-left-arrow svg {
5401
- max-height: 16px; }
5402
- .component-paginator .component-paginator-right-arrow {
5403
- margin-left: 4px; }
5404
- .component-paginator .component-paginator-right-arrow svg {
5405
- max-height: 16px; }
5406
-
5407
5299
  @import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
5408
5300
  @import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
5409
5301
  :export {
@@ -5710,26 +5602,134 @@ h5 {
5710
5602
  cursor: default; }
5711
5603
  .pagination-component .paginationContainer .arrows svg {
5712
5604
  max-height: 16px; }
5713
- .pagination-component .paginationContainerLoader {
5714
- display: flex;
5715
- align-items: center;
5716
- justify-content: center;
5717
- position: absolute;
5718
- top: 0;
5719
- left: 0;
5720
- width: 100%;
5721
- height: 100%;
5722
- opacity: 1; }
5723
- .pagination-component .paginationContainerLoader.enter {
5724
- opacity: 0; }
5725
- .pagination-component .paginationContainerLoader.enterActive {
5726
- transition: 0.3s ease;
5727
- opacity: 1; }
5728
- .pagination-component .paginationContainerLoader.exit {
5729
- opacity: 1; }
5730
- .pagination-component .paginationContainerLoader.exitActive {
5731
- transition: 0.3s ease;
5732
- opacity: 0; }
5605
+ .pagination-component .paginationContainerLoader {
5606
+ display: flex;
5607
+ align-items: center;
5608
+ justify-content: center;
5609
+ position: absolute;
5610
+ top: 0;
5611
+ left: 0;
5612
+ width: 100%;
5613
+ height: 100%;
5614
+ opacity: 1; }
5615
+ .pagination-component .paginationContainerLoader.enter {
5616
+ opacity: 0; }
5617
+ .pagination-component .paginationContainerLoader.enterActive {
5618
+ transition: 0.3s ease;
5619
+ opacity: 1; }
5620
+ .pagination-component .paginationContainerLoader.exit {
5621
+ opacity: 1; }
5622
+ .pagination-component .paginationContainerLoader.exitActive {
5623
+ transition: 0.3s ease;
5624
+ opacity: 0; }
5625
+
5626
+ :export {
5627
+ widthXs: 575.98px;
5628
+ widthSm: 767.98px;
5629
+ widthMd: 991.98px;
5630
+ widthLg: 1199.98px; }
5631
+
5632
+ :export {
5633
+ white: #fefefe;
5634
+ darkenWhite: #efefef;
5635
+ black: #121212;
5636
+ transparent: rgba(0, 0, 0, 0);
5637
+ primary: #3fa110;
5638
+ primaryDark: #33820d;
5639
+ primaryLight: #d7e6c8;
5640
+ secondaryDarker: #323c32;
5641
+ secondaryDark: #5a645a;
5642
+ blueDarker: #2b517b;
5643
+ secondary: #828a82;
5644
+ secondaryLight: #cdd3cd;
5645
+ secondaryLighter: #f8f9f7;
5646
+ danger: #e60000;
5647
+ dangerLight: #ffb4b4;
5648
+ dangerDark: #ab4745;
5649
+ warning: #ffcd00;
5650
+ warningLight: #ffeb98;
5651
+ warningDark: #765f00; }
5652
+
5653
+ .component-paginator {
5654
+ width: 100%;
5655
+ display: flex;
5656
+ margin: auto; }
5657
+ .component-paginator .component-paginator-center-content {
5658
+ position: relative;
5659
+ display: flex;
5660
+ align-items: center;
5661
+ justify-content: center;
5662
+ margin-left: auto;
5663
+ margin-right: auto; }
5664
+ .component-paginator .component-paginator-center-content > div {
5665
+ display: flex;
5666
+ align-items: center;
5667
+ visibility: visible;
5668
+ opacity: 1;
5669
+ transition: 0.3s ease; }
5670
+ .component-paginator .component-paginator-center-content > div.hidden {
5671
+ visibility: hidden;
5672
+ opacity: 0; }
5673
+ .component-paginator .component-paginator-center-content > div .component-paginator-numbers {
5674
+ overflow-x: auto;
5675
+ display: flex; }
5676
+ .component-paginator .component-paginator-center-content > div .component-paginator-numbers .component-paginator-number {
5677
+ -webkit-user-select: none;
5678
+ -moz-user-select: none;
5679
+ user-select: none;
5680
+ display: flex;
5681
+ justify-content: center;
5682
+ align-items: center;
5683
+ -webkit-appearance: none;
5684
+ -moz-appearance: none;
5685
+ appearance: none;
5686
+ border: none;
5687
+ outline: none;
5688
+ background-color: rgba(0, 0, 0, 0);
5689
+ color: #323c32;
5690
+ cursor: pointer;
5691
+ padding: 2px;
5692
+ border-radius: 200px;
5693
+ width: 25px;
5694
+ height: 25px;
5695
+ font-size: 16px;
5696
+ font-weight: 500;
5697
+ transition: background-color 0.3s ease, color 0.3s ease; }
5698
+ .component-paginator .component-paginator-center-content > div .component-paginator-numbers .component-paginator-number:hover {
5699
+ background-color: #f3f5f1; }
5700
+ .component-paginator .component-paginator-center-content > div .component-paginator-numbers .component-paginator-number.active {
5701
+ cursor: default;
5702
+ background-color: #3fa110;
5703
+ color: #fefefe; }
5704
+ .component-paginator .component-paginator-center-content .component-paginator-loader {
5705
+ position: absolute;
5706
+ top: 0;
5707
+ left: 0;
5708
+ width: 100%;
5709
+ height: 100%;
5710
+ display: flex;
5711
+ align-items: center;
5712
+ justify-content: center;
5713
+ opacity: 1;
5714
+ transition: 0.3s ease; }
5715
+ .component-paginator .component-paginator-center-content .component-paginator-loader.component-paginator-loader-enter {
5716
+ opacity: 0; }
5717
+ .component-paginator .component-paginator-center-content .component-paginator-loader.component-paginator-loader-enter-active {
5718
+ transition: opacity 0.3s ease;
5719
+ opacity: 1; }
5720
+ .component-paginator .component-paginator-center-content .component-paginator-loader.component-paginator-loader-exit {
5721
+ opacity: 1; }
5722
+ .component-paginator .component-paginator-center-content .component-paginator-loader.component-paginator-loader-exit-active {
5723
+ transition: opacity 0.3s ease;
5724
+ opacity: 0; }
5725
+ .component-paginator .component-paginator-left-arrow {
5726
+ margin-right: 4px; }
5727
+ .component-paginator .component-paginator-left-arrow svg {
5728
+ max-height: 16px; }
5729
+ .component-paginator .component-paginator-right-arrow {
5730
+ margin-left: 4px; }
5731
+ .component-paginator .component-paginator-right-arrow svg {
5732
+ max-height: 16px; }
5733
5733
 
5734
5734
  :export {
5735
5735
  widthXs: 575.98px;
@@ -6409,43 +6409,6 @@ h5 {
6409
6409
  warningLight: #ffeb98;
6410
6410
  warningDark: #765f00; }
6411
6411
 
6412
- .component-table-actions-column {
6413
- display: flex;
6414
- align-items: center;
6415
- justify-content: flex-end; }
6416
- .component-table-actions-column > *:not(:first-child) {
6417
- margin-left: 16px; }
6418
- .component-table-actions-column svg {
6419
- width: 20px;
6420
- height: 20px; }
6421
-
6422
- :export {
6423
- widthXs: 575.98px;
6424
- widthSm: 767.98px;
6425
- widthMd: 991.98px;
6426
- widthLg: 1199.98px; }
6427
-
6428
- :export {
6429
- white: #fefefe;
6430
- darkenWhite: #efefef;
6431
- black: #121212;
6432
- transparent: rgba(0, 0, 0, 0);
6433
- primary: #3fa110;
6434
- primaryDark: #33820d;
6435
- primaryLight: #d7e6c8;
6436
- secondaryDarker: #323c32;
6437
- secondaryDark: #5a645a;
6438
- blueDarker: #2b517b;
6439
- secondary: #828a82;
6440
- secondaryLight: #cdd3cd;
6441
- secondaryLighter: #f8f9f7;
6442
- danger: #e60000;
6443
- dangerLight: #ffb4b4;
6444
- dangerDark: #ab4745;
6445
- warning: #ffcd00;
6446
- warningLight: #ffeb98;
6447
- warningDark: #765f00; }
6448
-
6449
6412
  table.component-table {
6450
6413
  font-family: "Nunito", sans-serif;
6451
6414
  width: 100%;
@@ -6600,6 +6563,43 @@ table.component-table {
6600
6563
  warningLight: #ffeb98;
6601
6564
  warningDark: #765f00; }
6602
6565
 
6566
+ .component-table-actions-column {
6567
+ display: flex;
6568
+ align-items: center;
6569
+ justify-content: flex-end; }
6570
+ .component-table-actions-column > *:not(:first-child) {
6571
+ margin-left: 16px; }
6572
+ .component-table-actions-column svg {
6573
+ width: 20px;
6574
+ height: 20px; }
6575
+
6576
+ :export {
6577
+ widthXs: 575.98px;
6578
+ widthSm: 767.98px;
6579
+ widthMd: 991.98px;
6580
+ widthLg: 1199.98px; }
6581
+
6582
+ :export {
6583
+ white: #fefefe;
6584
+ darkenWhite: #efefef;
6585
+ black: #121212;
6586
+ transparent: rgba(0, 0, 0, 0);
6587
+ primary: #3fa110;
6588
+ primaryDark: #33820d;
6589
+ primaryLight: #d7e6c8;
6590
+ secondaryDarker: #323c32;
6591
+ secondaryDark: #5a645a;
6592
+ blueDarker: #2b517b;
6593
+ secondary: #828a82;
6594
+ secondaryLight: #cdd3cd;
6595
+ secondaryLighter: #f8f9f7;
6596
+ danger: #e60000;
6597
+ dangerLight: #ffb4b4;
6598
+ dangerDark: #ab4745;
6599
+ warning: #ffcd00;
6600
+ warningLight: #ffeb98;
6601
+ warningDark: #765f00; }
6602
+
6603
6603
  .component-table-actions {
6604
6604
  display: flex;
6605
6605
  justify-content: flex-start;
@@ -8782,3 +8782,172 @@ nav.component-tabs {
8782
8782
  white-space: nowrap; }
8783
8783
  .component-table-left-checkbox-with-label.w-100 .component-table-left-checkbox-with-label-label-wrapper {
8784
8784
  width: 100%; }
8785
+
8786
+ :export {
8787
+ white: #fefefe;
8788
+ darkenWhite: #efefef;
8789
+ black: #121212;
8790
+ transparent: rgba(0, 0, 0, 0);
8791
+ primary: #3fa110;
8792
+ primaryDark: #33820d;
8793
+ primaryLight: #d7e6c8;
8794
+ secondaryDarker: #323c32;
8795
+ secondaryDark: #5a645a;
8796
+ blueDarker: #2b517b;
8797
+ secondary: #828a82;
8798
+ secondaryLight: #cdd3cd;
8799
+ secondaryLighter: #f8f9f7;
8800
+ danger: #e60000;
8801
+ dangerLight: #ffb4b4;
8802
+ dangerDark: #ab4745;
8803
+ warning: #ffcd00;
8804
+ warningLight: #ffeb98;
8805
+ warningDark: #765f00; }
8806
+
8807
+ :export {
8808
+ widthXs: 575.98px;
8809
+ widthSm: 767.98px;
8810
+ widthMd: 991.98px;
8811
+ widthLg: 1199.98px; }
8812
+
8813
+ .tooltip-element-tooltip {
8814
+ z-index: 989;
8815
+ display: flex;
8816
+ align-items: center;
8817
+ justify-content: center;
8818
+ text-align: center;
8819
+ padding: 4px 32px;
8820
+ font-weight: 300;
8821
+ background-color: #323c32;
8822
+ color: #fefefe;
8823
+ font-family: "Nunito", sans-serif;
8824
+ font-size: 16px;
8825
+ line-height: 24px;
8826
+ border-radius: 8px; }
8827
+ .tooltip-element-tooltip .tooltip-element-label {
8828
+ max-width: 300px; }
8829
+
8830
+ .tooltip-element-reference {
8831
+ display: flex;
8832
+ align-items: center;
8833
+ width: -moz-fit-content;
8834
+ width: fit-content; }
8835
+
8836
+ :export {
8837
+ white: #fefefe;
8838
+ darkenWhite: #efefef;
8839
+ black: #121212;
8840
+ transparent: rgba(0, 0, 0, 0);
8841
+ primary: #3fa110;
8842
+ primaryDark: #33820d;
8843
+ primaryLight: #d7e6c8;
8844
+ secondaryDarker: #323c32;
8845
+ secondaryDark: #5a645a;
8846
+ blueDarker: #2b517b;
8847
+ secondary: #828a82;
8848
+ secondaryLight: #cdd3cd;
8849
+ secondaryLighter: #f8f9f7;
8850
+ danger: #e60000;
8851
+ dangerLight: #ffb4b4;
8852
+ dangerDark: #ab4745;
8853
+ warning: #ffcd00;
8854
+ warningLight: #ffeb98;
8855
+ warningDark: #765f00; }
8856
+
8857
+ :export {
8858
+ widthXs: 575.98px;
8859
+ widthSm: 767.98px;
8860
+ widthMd: 991.98px;
8861
+ widthLg: 1199.98px; }
8862
+
8863
+ .typography-tp {
8864
+ margin: 0;
8865
+ padding: 0;
8866
+ font-weight: 300;
8867
+ display: block;
8868
+ text-align: start; }
8869
+ .typography-tp.typography-focus {
8870
+ font-weight: 500; }
8871
+ .typography-tp.primary {
8872
+ color: #3fa110; }
8873
+ .typography-tp.primary-dark {
8874
+ color: #33820d; }
8875
+ .typography-tp.secondary {
8876
+ color: #fefefe; }
8877
+ .typography-tp.default {
8878
+ color: #323c32; }
8879
+
8880
+ .caption.tp {
8881
+ font-family: "Nunito", sans-serif;
8882
+ font-size: 14px;
8883
+ line-height: 24px; }
8884
+ .caption.tp.focus {
8885
+ font-weight: 700; }
8886
+
8887
+ .small.tp {
8888
+ font-family: "Nunito", sans-serif;
8889
+ font-size: 12px;
8890
+ line-height: 16px; }
8891
+ .small.tp.focus {
8892
+ font-weight: 700; }
8893
+
8894
+ p.tp {
8895
+ font-family: "Nunito", sans-serif;
8896
+ font-size: 16px;
8897
+ line-height: 24px; }
8898
+ p.tp.focus {
8899
+ font-weight: 700; }
8900
+
8901
+ h1.tp {
8902
+ font-family: "Exo 2", sans-serif;
8903
+ font-size: 40px;
8904
+ line-height: 48px; }
8905
+ @media screen and (max-width: 767.98px) {
8906
+ h1.tp {
8907
+ font-size: 36px;
8908
+ line-height: 44px; } }
8909
+
8910
+ h2.tp {
8911
+ font-family: "Exo 2", sans-serif;
8912
+ font-size: 32px;
8913
+ line-height: 40px; }
8914
+ @media screen and (max-width: 767.98px) {
8915
+ h2.tp {
8916
+ font-size: 28px;
8917
+ line-height: 40px; } }
8918
+
8919
+ h3.tp {
8920
+ font-family: "Exo 2", sans-serif;
8921
+ font-size: 24px;
8922
+ line-height: 32px; }
8923
+ @media screen and (max-width: 767.98px) {
8924
+ h3.tp {
8925
+ font-size: 20px;
8926
+ line-height: 24px; } }
8927
+
8928
+ h4.tp {
8929
+ font-family: "Exo 2", sans-serif;
8930
+ font-size: 20px;
8931
+ line-height: 24px; }
8932
+ @media screen and (max-width: 767.98px) {
8933
+ h4.tp {
8934
+ font-size: 16px;
8935
+ line-height: 24px; } }
8936
+
8937
+ h5.tp {
8938
+ font-family: "Exo 2", sans-serif;
8939
+ font-size: 16px;
8940
+ line-height: 24px; }
8941
+ @media screen and (max-width: 767.98px) {
8942
+ h5.tp {
8943
+ font-size: 14px;
8944
+ line-height: 20px; } }
8945
+
8946
+ h6.tp {
8947
+ font-family: "Exo 2", sans-serif;
8948
+ font-size: 14px;
8949
+ line-height: 16px; }
8950
+ @media screen and (max-width: 767.98px) {
8951
+ h6.tp {
8952
+ font-size: 14px;
8953
+ line-height: 16px; } }