indicator-ui 0.0.56 → 0.0.58

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.
Files changed (24) hide show
  1. package/dist/index.css +92 -92
  2. package/dist/index.css.map +1 -1
  3. package/dist/index.js +4 -4
  4. package/dist/index.js.map +1 -1
  5. package/dist/scss/styles/mixins/fnt-flex.scss +1 -1
  6. package/dist/scss/styles/mixins/fnt.scss +1 -1
  7. package/dist/scss/ui/Buttons/styles/mixins/properties/link-black.scss +1 -1
  8. package/dist/scss/ui/Buttons/styles/mixins/properties/link-color.scss +1 -1
  9. package/dist/scss/ui/Buttons/styles/mixins/properties/link-gray.scss +1 -1
  10. package/dist/scss/ui/Buttons/styles/mixins/properties/primary.scss +1 -1
  11. package/dist/scss/ui/Buttons/styles/mixins/properties/secondary-color.scss +1 -1
  12. package/dist/scss/ui/Buttons/styles/mixins/properties/secondary-gray.scss +1 -1
  13. package/dist/scss/ui/Buttons/styles/mixins/properties/tab-active.scss +1 -1
  14. package/dist/scss/ui/Buttons/styles/mixins/properties/tab.scss +1 -1
  15. package/dist/scss/ui/Buttons/styles/mixins/properties/tertiary-color.scss +1 -1
  16. package/dist/scss/ui/Buttons/styles/mixins/properties/tertiary-gray.scss +1 -1
  17. package/dist/scss/ui/Buttons/styles/mixins/properties/tertiary-white.scss +1 -1
  18. package/dist/scss/ui/Buttons/styles/mixins/properties/warning-primary.scss +1 -1
  19. package/dist/scss/ui/Buttons/styles/mixins/properties/warning-secondary-color.scss +1 -1
  20. package/dist/types/src/test/pages/TabFramePage.d.ts +1 -0
  21. package/dist/types/src/test/pages/index.d.ts +1 -0
  22. package/dist/types/src/ui/Buttons/ui/Button.d.ts +1 -1
  23. package/dist/types/src/ui/FormBuilder/lib/formBuilder.d.ts +1 -1
  24. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -239,7 +239,7 @@
239
239
  }
240
240
  .Buttons-module__button___I3yLe.Buttons-module__primary____crHN .Buttons-module__text___htxqX {
241
241
  font-weight: 500;
242
- color: var(--base-white);
242
+ color: var(--base-white) !important;
243
243
  font-family: "Golos UI", sans-serif;
244
244
  font-stretch: normal;
245
245
  font-style: normal;
@@ -252,7 +252,7 @@
252
252
  background-color: var(--blue-dark-500);
253
253
  box-shadow: 0 0 0 4px var(--gray-100), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
254
254
  }
255
- .Buttons-module__button___I3yLe.Buttons-module__primary____crHN:disabled {
255
+ .Buttons-module__button___I3yLe.Buttons-module__primary____crHN:disabled, .Buttons-module__button___I3yLe.Buttons-module__primary____crHN.Buttons-module__disabled___INiFx {
256
256
  opacity: 0.3;
257
257
  }
258
258
  .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ {
@@ -265,7 +265,7 @@
265
265
  }
266
266
  .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ .Buttons-module__text___htxqX {
267
267
  font-weight: 500;
268
- color: var(--blue-dark-500);
268
+ color: var(--blue-dark-500) !important;
269
269
  font-family: "Golos UI", sans-serif;
270
270
  font-stretch: normal;
271
271
  font-style: normal;
@@ -278,7 +278,7 @@
278
278
  .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:focus {
279
279
  box-shadow: 0 0 0 4px var(--gray-100), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px var(--blue-dark-300);
280
280
  }
281
- .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:disabled {
281
+ .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:disabled, .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ.Buttons-module__disabled___INiFx {
282
282
  opacity: 0.5;
283
283
  }
284
284
  .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne {
@@ -291,7 +291,7 @@
291
291
  }
292
292
  .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne .Buttons-module__text___htxqX {
293
293
  font-weight: 500;
294
- color: var(--gray-700);
294
+ color: var(--gray-700) !important;
295
295
  font-family: "Golos UI", sans-serif;
296
296
  font-stretch: normal;
297
297
  font-style: normal;
@@ -307,7 +307,7 @@
307
307
  .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:focus {
308
308
  box-shadow: 0 0 0 4px var(--gray-100), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px var(--gray-300);
309
309
  }
310
- .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:disabled {
310
+ .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:disabled, .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne.Buttons-module__disabled___INiFx {
311
311
  opacity: 0.5;
312
312
  }
313
313
  .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq .Buttons-module__icon___U2AOU svg * {
@@ -315,7 +315,7 @@
315
315
  }
316
316
  .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq .Buttons-module__text___htxqX {
317
317
  font-weight: 400;
318
- color: var(--blue-dark-100);
318
+ color: var(--blue-dark-100) !important;
319
319
  font-family: "Golos UI", sans-serif;
320
320
  font-stretch: normal;
321
321
  font-style: normal;
@@ -327,7 +327,7 @@
327
327
  .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:hover .Buttons-module__icon___U2AOU svg * {
328
328
  stroke: var(--base-white);
329
329
  }
330
- .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:disabled {
330
+ .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:disabled, .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq.Buttons-module__disabled___INiFx {
331
331
  opacity: 0.5;
332
332
  }
333
333
  .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw .Buttons-module__icon___U2AOU svg * {
@@ -338,7 +338,7 @@
338
338
  }
339
339
  .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:hover .Buttons-module__text___htxqX {
340
340
  font-weight: 400;
341
- color: var(--blue-dark-700);
341
+ color: var(--blue-dark-700) !important;
342
342
  font-family: "Golos UI", sans-serif;
343
343
  font-stretch: normal;
344
344
  font-style: normal;
@@ -347,7 +347,7 @@
347
347
  .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:hover .Buttons-module__icon___U2AOU svg * {
348
348
  stroke: var(--blue-dark-700);
349
349
  }
350
- .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:disabled {
350
+ .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:disabled, .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw.Buttons-module__disabled___INiFx {
351
351
  opacity: 0.5;
352
352
  }
353
353
  .Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu .Buttons-module__icon___U2AOU svg * {
@@ -358,7 +358,7 @@
358
358
  }
359
359
  .Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu .Buttons-module__text___htxqX {
360
360
  font-weight: 400;
361
- color: var(--gray-400);
361
+ color: var(--gray-400) !important;
362
362
  font-family: "Golos UI", sans-serif;
363
363
  font-stretch: normal;
364
364
  font-style: normal;
@@ -370,7 +370,7 @@
370
370
  .Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu:hover .Buttons-module__icon___U2AOU svg * {
371
371
  stroke: var(--gray-900);
372
372
  }
373
- .Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu:disabled {
373
+ .Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu:disabled, .Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu.Buttons-module__disabled___INiFx {
374
374
  opacity: 0.5;
375
375
  }
376
376
  .Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN {
@@ -385,7 +385,7 @@
385
385
  }
386
386
  .Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN .Buttons-module__text___htxqX {
387
387
  font-weight: 400;
388
- color: var(--blue-dark-500);
388
+ color: var(--blue-dark-500) !important;
389
389
  font-family: "Golos UI", sans-serif;
390
390
  font-stretch: normal;
391
391
  font-style: normal;
@@ -397,7 +397,7 @@
397
397
  .Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN:hover .Buttons-module__icon___U2AOU svg * {
398
398
  stroke: var(--blue-dark-700);
399
399
  }
400
- .Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN:disabled {
400
+ .Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN:disabled, .Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN.Buttons-module__disabled___INiFx {
401
401
  opacity: 0.5;
402
402
  }
403
403
  .Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t {
@@ -412,7 +412,7 @@
412
412
  }
413
413
  .Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t .Buttons-module__text___htxqX {
414
414
  font-weight: 400;
415
- color: var(--gray-700);
415
+ color: var(--gray-700) !important;
416
416
  font-family: "Golos UI", sans-serif;
417
417
  font-stretch: normal;
418
418
  font-style: normal;
@@ -424,7 +424,7 @@
424
424
  .Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t:hover .Buttons-module__icon___U2AOU svg * {
425
425
  stroke: var(--gray-900);
426
426
  }
427
- .Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t:disabled {
427
+ .Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t:disabled, .Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t.Buttons-module__disabled___INiFx {
428
428
  opacity: 0.5;
429
429
  }
430
430
  .Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd {
@@ -439,7 +439,7 @@
439
439
  }
440
440
  .Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd .Buttons-module__text___htxqX {
441
441
  font-weight: 400;
442
- color: var(--gray-400);
442
+ color: var(--gray-400) !important;
443
443
  font-family: "Golos UI", sans-serif;
444
444
  font-stretch: normal;
445
445
  font-style: normal;
@@ -451,7 +451,7 @@
451
451
  .Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:hover .Buttons-module__icon___U2AOU svg * {
452
452
  stroke: var(--gray-500);
453
453
  }
454
- .Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:disabled {
454
+ .Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:disabled, .Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd.Buttons-module__disabled___INiFx {
455
455
  opacity: 0.5;
456
456
  }
457
457
  .Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq {
@@ -464,7 +464,7 @@
464
464
  }
465
465
  .Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq .Buttons-module__text___htxqX {
466
466
  font-weight: 500;
467
- color: var(--gray-700);
467
+ color: var(--gray-700) !important;
468
468
  font-family: "Golos UI", sans-serif;
469
469
  font-stretch: normal;
470
470
  font-style: normal;
@@ -476,7 +476,7 @@
476
476
  .Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq:hover .Buttons-module__text___htxqX {
477
477
  color: var(--gray-900);
478
478
  }
479
- .Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq:disabled {
479
+ .Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq:disabled, .Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq.Buttons-module__disabled___INiFx {
480
480
  opacity: 0.5;
481
481
  }
482
482
  .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo {
@@ -489,7 +489,7 @@
489
489
  }
490
490
  .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo .Buttons-module__text___htxqX {
491
491
  font-weight: 500;
492
- color: var(--gray-500);
492
+ color: var(--gray-500) !important;
493
493
  font-family: "Golos UI", sans-serif;
494
494
  font-stretch: normal;
495
495
  font-style: normal;
@@ -504,7 +504,7 @@
504
504
  .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo:hover .Buttons-module__text___htxqX {
505
505
  color: var(--gray-800);
506
506
  }
507
- .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo:disabled {
507
+ .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo:disabled, .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo.Buttons-module__disabled___INiFx {
508
508
  opacity: 0.5;
509
509
  }
510
510
  .Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__primary____crHN {
@@ -518,7 +518,7 @@
518
518
  .Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__primary____crHN:focus {
519
519
  background-color: var(--error-500);
520
520
  }
521
- .Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__primary____crHN:disabled {
521
+ .Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__primary____crHN:disabled, .Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__primary____crHN.Buttons-module__disabled___INiFx {
522
522
  opacity: 0.3;
523
523
  }
524
524
  .Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ {
@@ -537,7 +537,7 @@
537
537
  .Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ:focus {
538
538
  box-shadow: 0 0 0 4px var(--gray-100), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px var(--error-200);
539
539
  }
540
- .Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ:disabled {
540
+ .Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ:disabled, .Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ.Buttons-module__disabled___INiFx {
541
541
  opacity: 0.5;
542
542
  }
543
543
  /*!***************************************************************************************************************************************************************************************************************************************************************************!*\
@@ -799,7 +799,7 @@
799
799
  .CalendarDay-module__calendarDay___SMwl6 .CalendarDay-module__day___ZPsML {
800
800
  font-size: 16px;
801
801
  line-height: 16px;
802
- color: var(--gray-700);
802
+ color: var(--gray-700) !important;
803
803
  font-weight: 400;
804
804
  font-family: "Golos UI", sans-serif;
805
805
  font-stretch: normal;
@@ -814,7 +814,7 @@
814
814
  .CalendarDay-module__calendarDay___SMwl6 .CalendarDay-module__info___pRAf0 {
815
815
  font-size: 10px;
816
816
  line-height: 10px;
817
- color: var(--gray-400);
817
+ color: var(--gray-400) !important;
818
818
  font-weight: 400;
819
819
  font-family: "Golos UI", sans-serif;
820
820
  font-stretch: normal;
@@ -869,14 +869,14 @@
869
869
  background-color: var(--gray-300);
870
870
  }
871
871
  .CalendarDay-module__calendarDay___SMwl6:disabled .CalendarDay-module__day___ZPsML {
872
- color: var(--gray-400);
872
+ color: var(--gray-400) !important;
873
873
  font-family: "Golos UI", sans-serif;
874
874
  font-stretch: normal;
875
875
  font-style: normal;
876
876
  font-variant: normal;
877
877
  }
878
878
  .CalendarDay-module__calendarDay___SMwl6:disabled .CalendarDay-module__info___pRAf0 {
879
- color: var(--gray-300);
879
+ color: var(--gray-300) !important;
880
880
  font-family: "Golos UI", sans-serif;
881
881
  font-stretch: normal;
882
882
  font-style: normal;
@@ -962,7 +962,7 @@
962
962
  .DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__header___XeOZO .DatePickerMain-module__item___UNZyP {
963
963
  font-size: 14px;
964
964
  line-height: 16px;
965
- color: var(--gray-400);
965
+ color: var(--gray-400) !important;
966
966
  font-weight: 500;
967
967
  font-family: "Golos UI", sans-serif;
968
968
  font-stretch: normal;
@@ -984,7 +984,7 @@
984
984
  .DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__main___i975m .DatePickerMain-module__meta___XqHRG .DatePickerMain-module__month___lyaBg {
985
985
  font-size: 16px;
986
986
  line-height: 20px;
987
- color: var(--gray-900);
987
+ color: var(--gray-900) !important;
988
988
  font-weight: 400;
989
989
  font-family: "Golos UI", sans-serif;
990
990
  font-stretch: normal;
@@ -994,7 +994,7 @@
994
994
  .DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__main___i975m .DatePickerMain-module__meta___XqHRG .DatePickerMain-module__year___fXQLm {
995
995
  font-size: 16px;
996
996
  line-height: 20px;
997
- color: var(--gray-400);
997
+ color: var(--gray-400) !important;
998
998
  font-weight: 400;
999
999
  font-family: "Golos UI", sans-serif;
1000
1000
  font-stretch: normal;
@@ -1121,7 +1121,7 @@
1121
1121
  .DatePickerHeader-module__datePickerHeader___tQ5fM .DatePickerHeader-module__text___mNfC_ {
1122
1122
  font-size: 20px;
1123
1123
  line-height: 24px;
1124
- color: var(--gray-900);
1124
+ color: var(--gray-900) !important;
1125
1125
  font-weight: 600;
1126
1126
  font-family: "Golos UI", sans-serif;
1127
1127
  font-stretch: normal;
@@ -1223,7 +1223,7 @@
1223
1223
  .FlexField-module__flexField___bQEfy .FlexField-module__inputField___ckUI1 {
1224
1224
  font-size: 16px;
1225
1225
  line-height: 24px;
1226
- color: var(--gray-900);
1226
+ color: var(--gray-900) !important;
1227
1227
  font-weight: 400;
1228
1228
  font-family: "Golos UI", sans-serif;
1229
1229
  font-stretch: normal;
@@ -1233,7 +1233,7 @@
1233
1233
  .FlexField-module__flexField___bQEfy .FlexField-module__inputField___ckUI1::placeholder, .FlexField-module__flexField___bQEfy .FlexField-module__inputField___ckUI1.FlexField-module__placeholder___LYS5Z {
1234
1234
  font-size: 16px;
1235
1235
  line-height: 24px;
1236
- color: var(--gray-400);
1236
+ color: var(--gray-400) !important;
1237
1237
  font-weight: 400;
1238
1238
  font-family: "Golos UI", sans-serif;
1239
1239
  font-stretch: normal;
@@ -1257,7 +1257,7 @@
1257
1257
  .FlexField-module__flexField___bQEfy .FlexField-module__textSupport___WGMzj {
1258
1258
  font-size: 16px;
1259
1259
  line-height: 24px;
1260
- color: var(--gray-400);
1260
+ color: var(--gray-400) !important;
1261
1261
  font-weight: 400;
1262
1262
  font-family: "Golos UI", sans-serif;
1263
1263
  font-stretch: normal;
@@ -1351,7 +1351,7 @@
1351
1351
  .FlexField-module__flexField___bQEfy.FlexField-module__disabled___lN8Vv .FlexField-module__inputField___ckUI1 {
1352
1352
  font-size: 16px;
1353
1353
  line-height: 24px;
1354
- color: var(--gray-500);
1354
+ color: var(--gray-500) !important;
1355
1355
  font-weight: 400;
1356
1356
  font-family: "Golos UI", sans-serif;
1357
1357
  font-stretch: normal;
@@ -1414,7 +1414,7 @@
1414
1414
  .SelectField-module__selectField___p9S2j .SelectField-module__flexField___a_gUY .SelectField-module__inputField___R6ZBR {
1415
1415
  font-size: 16px;
1416
1416
  line-height: 24px;
1417
- color: var(--gray-900);
1417
+ color: var(--gray-900) !important;
1418
1418
  font-weight: 400;
1419
1419
  font-family: "Golos UI", sans-serif;
1420
1420
  font-stretch: normal;
@@ -1424,7 +1424,7 @@
1424
1424
  .SelectField-module__selectField___p9S2j .SelectField-module__flexField___a_gUY .SelectField-module__inputField___R6ZBR::placeholder, .SelectField-module__selectField___p9S2j .SelectField-module__flexField___a_gUY .SelectField-module__inputField___R6ZBR.SelectField-module__placeholder___biEam {
1425
1425
  font-size: 16px;
1426
1426
  line-height: 24px;
1427
- color: var(--gray-400);
1427
+ color: var(--gray-400) !important;
1428
1428
  font-weight: 400;
1429
1429
  font-family: "Golos UI", sans-serif;
1430
1430
  font-stretch: normal;
@@ -1448,7 +1448,7 @@
1448
1448
  .SelectField-module__selectField___p9S2j .SelectField-module__flexField___a_gUY .SelectField-module__textSupport___vm4rj {
1449
1449
  font-size: 16px;
1450
1450
  line-height: 24px;
1451
- color: var(--gray-400);
1451
+ color: var(--gray-400) !important;
1452
1452
  font-weight: 400;
1453
1453
  font-family: "Golos UI", sans-serif;
1454
1454
  font-stretch: normal;
@@ -1542,7 +1542,7 @@
1542
1542
  .SelectField-module__selectField___p9S2j .SelectField-module__flexField___a_gUY.SelectField-module__disabled___lZGk6 .SelectField-module__inputField___R6ZBR {
1543
1543
  font-size: 16px;
1544
1544
  line-height: 24px;
1545
- color: var(--gray-500);
1545
+ color: var(--gray-500) !important;
1546
1546
  font-weight: 400;
1547
1547
  font-family: "Golos UI", sans-serif;
1548
1548
  font-stretch: normal;
@@ -1583,7 +1583,7 @@
1583
1583
  .SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d .SelectField-module__selectModalWindow___w55Pm .SelectField-module__selectFieldOptionsItem___hQMC7 .SelectField-module__label___Orjua {
1584
1584
  font-size: 16px;
1585
1585
  line-height: 24px;
1586
- color: var(--gray-900);
1586
+ color: var(--gray-900) !important;
1587
1587
  font-weight: 400;
1588
1588
  font-family: "Golos UI", sans-serif;
1589
1589
  font-stretch: normal;
@@ -1637,7 +1637,7 @@
1637
1637
  .InputFieldWrapper-module__inputFieldWrapper___QKhWg .InputFieldWrapper-module__labelText___n0EsW {
1638
1638
  font-size: 14px;
1639
1639
  line-height: 20px;
1640
- color: var(--gray-700);
1640
+ color: var(--gray-700) !important;
1641
1641
  font-weight: 500;
1642
1642
  font-family: "Golos UI", sans-serif;
1643
1643
  font-stretch: normal;
@@ -1647,7 +1647,7 @@
1647
1647
  .InputFieldWrapper-module__inputFieldWrapper___QKhWg .InputFieldWrapper-module__labelText___n0EsW .InputFieldWrapper-module__required___SDv6c {
1648
1648
  font-size: 14px;
1649
1649
  line-height: 20px;
1650
- color: var(--error-500);
1650
+ color: var(--error-500) !important;
1651
1651
  font-weight: 500;
1652
1652
  font-family: "Golos UI", sans-serif;
1653
1653
  font-stretch: normal;
@@ -1662,7 +1662,7 @@
1662
1662
  .InputFieldWrapper-module__inputFieldWrapper___QKhWg .InputFieldWrapper-module__hintText___Utfgx {
1663
1663
  font-size: 14px;
1664
1664
  line-height: 20px;
1665
- color: var(--gray-600);
1665
+ color: var(--gray-600) !important;
1666
1666
  font-weight: 400;
1667
1667
  font-family: "Golos UI", sans-serif;
1668
1668
  font-stretch: normal;
@@ -1677,7 +1677,7 @@
1677
1677
  .InputFieldWrapper-module__inputFieldWrapper___QKhWg .InputFieldWrapper-module__hintError___v4J5W {
1678
1678
  font-size: 14px;
1679
1679
  line-height: 20px;
1680
- color: var(--error-500);
1680
+ color: var(--error-500) !important;
1681
1681
  font-weight: 400;
1682
1682
  font-family: "Golos UI", sans-serif;
1683
1683
  font-stretch: normal;
@@ -1701,7 +1701,7 @@
1701
1701
  .InputFieldWrapper-module__inputFieldWrapper___QKhWg .InputFieldWrapper-module__helperLink___Kfen4 {
1702
1702
  font-size: 14px;
1703
1703
  line-height: 20px;
1704
- color: var(--blue-dark-500);
1704
+ color: var(--blue-dark-500) !important;
1705
1705
  font-weight: 400;
1706
1706
  font-family: "Golos UI", sans-serif;
1707
1707
  font-stretch: normal;
@@ -1808,7 +1808,7 @@
1808
1808
  .RadioField-module__radioFieldItem___uaoV4 .RadioField-module__label___LbYqv {
1809
1809
  font-size: 14px;
1810
1810
  line-height: 20px;
1811
- color: var(--gray-700);
1811
+ color: var(--gray-700) !important;
1812
1812
  font-weight: 500;
1813
1813
  font-family: "Golos UI", sans-serif;
1814
1814
  font-stretch: normal;
@@ -1861,7 +1861,7 @@
1861
1861
  .TextareaField-module__textareaField___Vcg4L {
1862
1862
  font-size: 16px;
1863
1863
  line-height: 24px;
1864
- color: var(--gray-900);
1864
+ color: var(--gray-900) !important;
1865
1865
  font-weight: 400;
1866
1866
  font-family: "Golos UI", sans-serif;
1867
1867
  font-stretch: normal;
@@ -1871,7 +1871,7 @@
1871
1871
  .TextareaField-module__textareaField___Vcg4L::placeholder {
1872
1872
  font-size: 16px;
1873
1873
  line-height: 24px;
1874
- color: var(--gray-400);
1874
+ color: var(--gray-400) !important;
1875
1875
  font-weight: 400;
1876
1876
  font-family: "Golos UI", sans-serif;
1877
1877
  font-stretch: normal;
@@ -1890,7 +1890,7 @@
1890
1890
  .TextareaField-module__textareaField___Vcg4L:disabled {
1891
1891
  font-size: 16px;
1892
1892
  line-height: 24px;
1893
- color: var(--gray-500);
1893
+ color: var(--gray-500) !important;
1894
1894
  font-weight: 400;
1895
1895
  font-family: "Golos UI", sans-serif;
1896
1896
  font-stretch: normal;
@@ -1955,7 +1955,7 @@
1955
1955
  .InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH {
1956
1956
  font-size: 16px;
1957
1957
  line-height: 24px;
1958
- color: var(--gray-900);
1958
+ color: var(--gray-900) !important;
1959
1959
  font-weight: 400;
1960
1960
  font-family: "Golos UI", sans-serif;
1961
1961
  font-stretch: normal;
@@ -1965,7 +1965,7 @@
1965
1965
  .InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH::placeholder, .InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH.InputField-module__placeholder___ybb3Y {
1966
1966
  font-size: 16px;
1967
1967
  line-height: 24px;
1968
- color: var(--gray-400);
1968
+ color: var(--gray-400) !important;
1969
1969
  font-weight: 400;
1970
1970
  font-family: "Golos UI", sans-serif;
1971
1971
  font-stretch: normal;
@@ -1989,7 +1989,7 @@
1989
1989
  .InputField-module__flexField___aNE6o .InputField-module__textSupport___njpRn {
1990
1990
  font-size: 16px;
1991
1991
  line-height: 24px;
1992
- color: var(--gray-400);
1992
+ color: var(--gray-400) !important;
1993
1993
  font-weight: 400;
1994
1994
  font-family: "Golos UI", sans-serif;
1995
1995
  font-stretch: normal;
@@ -2083,7 +2083,7 @@
2083
2083
  .InputField-module__flexField___aNE6o.InputField-module__disabled___hH7HA .InputField-module__inputField___mzakH {
2084
2084
  font-size: 16px;
2085
2085
  line-height: 24px;
2086
- color: var(--gray-500);
2086
+ color: var(--gray-500) !important;
2087
2087
  font-weight: 400;
2088
2088
  font-family: "Golos UI", sans-serif;
2089
2089
  font-stretch: normal;
@@ -2106,7 +2106,7 @@
2106
2106
  .InputField-module__inputFieldWrapper___ao9Rs .InputField-module__labelText___Fxxc3 {
2107
2107
  font-size: 14px;
2108
2108
  line-height: 20px;
2109
- color: var(--gray-700);
2109
+ color: var(--gray-700) !important;
2110
2110
  font-weight: 500;
2111
2111
  font-family: "Golos UI", sans-serif;
2112
2112
  font-stretch: normal;
@@ -2116,7 +2116,7 @@
2116
2116
  .InputField-module__inputFieldWrapper___ao9Rs .InputField-module__labelText___Fxxc3 .InputField-module__required___p4MLk {
2117
2117
  font-size: 14px;
2118
2118
  line-height: 20px;
2119
- color: var(--error-500);
2119
+ color: var(--error-500) !important;
2120
2120
  font-weight: 500;
2121
2121
  font-family: "Golos UI", sans-serif;
2122
2122
  font-stretch: normal;
@@ -2131,7 +2131,7 @@
2131
2131
  .InputField-module__inputFieldWrapper___ao9Rs .InputField-module__hintText___LC2Oq {
2132
2132
  font-size: 14px;
2133
2133
  line-height: 20px;
2134
- color: var(--gray-600);
2134
+ color: var(--gray-600) !important;
2135
2135
  font-weight: 400;
2136
2136
  font-family: "Golos UI", sans-serif;
2137
2137
  font-stretch: normal;
@@ -2146,7 +2146,7 @@
2146
2146
  .InputField-module__inputFieldWrapper___ao9Rs .InputField-module__hintError___LrJWr {
2147
2147
  font-size: 14px;
2148
2148
  line-height: 20px;
2149
- color: var(--error-500);
2149
+ color: var(--error-500) !important;
2150
2150
  font-weight: 400;
2151
2151
  font-family: "Golos UI", sans-serif;
2152
2152
  font-stretch: normal;
@@ -2170,7 +2170,7 @@
2170
2170
  .InputField-module__inputFieldWrapper___ao9Rs .InputField-module__helperLink___A_6Ua {
2171
2171
  font-size: 14px;
2172
2172
  line-height: 20px;
2173
- color: var(--blue-dark-500);
2173
+ color: var(--blue-dark-500) !important;
2174
2174
  font-weight: 400;
2175
2175
  font-family: "Golos UI", sans-serif;
2176
2176
  font-stretch: normal;
@@ -2213,7 +2213,7 @@
2213
2213
  .InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH {
2214
2214
  font-size: 16px;
2215
2215
  line-height: 24px;
2216
- color: var(--gray-900);
2216
+ color: var(--gray-900) !important;
2217
2217
  font-weight: 400;
2218
2218
  font-family: "Golos UI", sans-serif;
2219
2219
  font-stretch: normal;
@@ -2223,7 +2223,7 @@
2223
2223
  .InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH::placeholder, .InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH.InputField-module__placeholder___ybb3Y {
2224
2224
  font-size: 16px;
2225
2225
  line-height: 24px;
2226
- color: var(--gray-400);
2226
+ color: var(--gray-400) !important;
2227
2227
  font-weight: 400;
2228
2228
  font-family: "Golos UI", sans-serif;
2229
2229
  font-stretch: normal;
@@ -2247,7 +2247,7 @@
2247
2247
  .InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__textSupport___njpRn {
2248
2248
  font-size: 16px;
2249
2249
  line-height: 24px;
2250
- color: var(--gray-400);
2250
+ color: var(--gray-400) !important;
2251
2251
  font-weight: 400;
2252
2252
  font-family: "Golos UI", sans-serif;
2253
2253
  font-stretch: normal;
@@ -2341,7 +2341,7 @@
2341
2341
  .InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o.InputField-module__disabled___hH7HA .InputField-module__inputField___mzakH {
2342
2342
  font-size: 16px;
2343
2343
  line-height: 24px;
2344
- color: var(--gray-500);
2344
+ color: var(--gray-500) !important;
2345
2345
  font-weight: 400;
2346
2346
  font-family: "Golos UI", sans-serif;
2347
2347
  font-stretch: normal;
@@ -2382,7 +2382,7 @@
2382
2382
  .InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC .InputField-module__selectModalWindow___Dg52i .InputField-module__selectFieldOptionsItem___HBdJA .InputField-module__label___Wlb6C {
2383
2383
  font-size: 16px;
2384
2384
  line-height: 24px;
2385
- color: var(--gray-900);
2385
+ color: var(--gray-900) !important;
2386
2386
  font-weight: 400;
2387
2387
  font-family: "Golos UI", sans-serif;
2388
2388
  font-stretch: normal;
@@ -2460,7 +2460,7 @@
2460
2460
  .InputField-module__radioFieldItem___c6OMz .InputField-module__label___Wlb6C {
2461
2461
  font-size: 14px;
2462
2462
  line-height: 20px;
2463
- color: var(--gray-700);
2463
+ color: var(--gray-700) !important;
2464
2464
  font-weight: 500;
2465
2465
  font-family: "Golos UI", sans-serif;
2466
2466
  font-stretch: normal;
@@ -2493,7 +2493,7 @@
2493
2493
  .InputField-module__textareaField___iuYg7 {
2494
2494
  font-size: 16px;
2495
2495
  line-height: 24px;
2496
- color: var(--gray-900);
2496
+ color: var(--gray-900) !important;
2497
2497
  font-weight: 400;
2498
2498
  font-family: "Golos UI", sans-serif;
2499
2499
  font-stretch: normal;
@@ -2503,7 +2503,7 @@
2503
2503
  .InputField-module__textareaField___iuYg7::placeholder {
2504
2504
  font-size: 16px;
2505
2505
  line-height: 24px;
2506
- color: var(--gray-400);
2506
+ color: var(--gray-400) !important;
2507
2507
  font-weight: 400;
2508
2508
  font-family: "Golos UI", sans-serif;
2509
2509
  font-stretch: normal;
@@ -2522,7 +2522,7 @@
2522
2522
  .InputField-module__textareaField___iuYg7:disabled {
2523
2523
  font-size: 16px;
2524
2524
  line-height: 24px;
2525
- color: var(--gray-500);
2525
+ color: var(--gray-500) !important;
2526
2526
  font-weight: 400;
2527
2527
  font-family: "Golos UI", sans-serif;
2528
2528
  font-stretch: normal;
@@ -2619,7 +2619,7 @@
2619
2619
  .CheckboxMark-module__checkboxMark___QsRbu.CheckboxMark-module__indeterminate___ZR_YC {
2620
2620
  font-size: 14px;
2621
2621
  line-height: 14px;
2622
- color: var(--blue-dark-500);
2622
+ color: var(--blue-dark-500) !important;
2623
2623
  font-weight: 500;
2624
2624
  font-family: "Golos UI", sans-serif;
2625
2625
  font-stretch: normal;
@@ -2637,7 +2637,7 @@
2637
2637
  stroke: var(--error-500);
2638
2638
  }
2639
2639
  .CheckboxMark-module__checkboxMark___QsRbu.CheckboxMark-module__error___NJKGd {
2640
- color: var(--error-500);
2640
+ color: var(--error-500) !important;
2641
2641
  font-family: "Golos UI", sans-serif;
2642
2642
  font-stretch: normal;
2643
2643
  font-style: normal;
@@ -2662,7 +2662,7 @@
2662
2662
  stroke: var(--gray-300);
2663
2663
  }
2664
2664
  .CheckboxMark-module__checkboxMark___QsRbu.CheckboxMark-module__disabled___Ab4Hh {
2665
- color: var(--gray-300);
2665
+ color: var(--gray-300) !important;
2666
2666
  font-family: "Golos UI", sans-serif;
2667
2667
  font-stretch: normal;
2668
2668
  font-style: normal;
@@ -2676,7 +2676,7 @@
2676
2676
  stroke: var(--gray-300);
2677
2677
  }
2678
2678
  .CheckboxMark-module__checkboxMark___QsRbu.CheckboxMark-module__disabled___Ab4Hh:hover {
2679
- color: var(--gray-300);
2679
+ color: var(--gray-300) !important;
2680
2680
  font-family: "Golos UI", sans-serif;
2681
2681
  font-stretch: normal;
2682
2682
  font-style: normal;
@@ -2689,7 +2689,7 @@
2689
2689
  .CheckboxMark-module__checkboxMark___QsRbu.CheckboxMark-module__correct___MLR9N.CheckboxMark-module__checked___gV7SX {
2690
2690
  font-size: 14px;
2691
2691
  line-height: 14px;
2692
- color: var(--base-white);
2692
+ color: var(--base-white) !important;
2693
2693
  font-weight: 500;
2694
2694
  font-family: "Golos UI", sans-serif;
2695
2695
  font-stretch: normal;
@@ -2713,7 +2713,7 @@
2713
2713
  .CheckboxMark-module__checkboxMark___QsRbu.CheckboxMark-module__correct___MLR9N.CheckboxMark-module__checked___gV7SX.CheckboxMark-module__disabled___Ab4Hh {
2714
2714
  font-size: 14px;
2715
2715
  line-height: 14px;
2716
- color: var(--base-white);
2716
+ color: var(--base-white) !important;
2717
2717
  font-weight: 500;
2718
2718
  font-family: "Golos UI", sans-serif;
2719
2719
  font-stretch: normal;
@@ -2737,7 +2737,7 @@
2737
2737
  .CheckboxMark-module__checkboxMark___QsRbu.CheckboxMark-module__incorrect___Y4rMI.CheckboxMark-module__checked___gV7SX {
2738
2738
  font-size: 14px;
2739
2739
  line-height: 14px;
2740
- color: var(--base-white);
2740
+ color: var(--base-white) !important;
2741
2741
  font-weight: 500;
2742
2742
  font-family: "Golos UI", sans-serif;
2743
2743
  font-stretch: normal;
@@ -2761,7 +2761,7 @@
2761
2761
  .CheckboxMark-module__checkboxMark___QsRbu.CheckboxMark-module__incorrect___Y4rMI.CheckboxMark-module__checked___gV7SX.CheckboxMark-module__disabled___Ab4Hh {
2762
2762
  font-size: 14px;
2763
2763
  line-height: 14px;
2764
- color: var(--base-white);
2764
+ color: var(--base-white) !important;
2765
2765
  font-weight: 500;
2766
2766
  font-family: "Golos UI", sans-serif;
2767
2767
  font-stretch: normal;
@@ -2800,7 +2800,7 @@
2800
2800
  stroke: var(--gray-300);
2801
2801
  }
2802
2802
  .CheckboxMark-module__checkboxMark___QsRbu.CheckboxMark-module__hover___FWh19.CheckboxMark-module__disabled___Ab4Hh {
2803
- color: var(--gray-300);
2803
+ color: var(--gray-300) !important;
2804
2804
  font-family: "Golos UI", sans-serif;
2805
2805
  font-stretch: normal;
2806
2806
  font-style: normal;
@@ -2865,7 +2865,7 @@
2865
2865
  .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__text___bgxrk {
2866
2866
  font-size: 16px;
2867
2867
  line-height: 20px;
2868
- color: var(--gray-700);
2868
+ color: var(--gray-700) !important;
2869
2869
  font-weight: 400;
2870
2870
  font-family: "Golos UI", sans-serif;
2871
2871
  font-stretch: normal;
@@ -2885,7 +2885,7 @@
2885
2885
  .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__supportingText___BR8D6 {
2886
2886
  font-size: 14px;
2887
2887
  line-height: 20px;
2888
- color: var(--gray-500);
2888
+ color: var(--gray-500) !important;
2889
2889
  font-weight: 400;
2890
2890
  font-family: "Golos UI", sans-serif;
2891
2891
  font-stretch: normal;
@@ -2896,21 +2896,21 @@
2896
2896
  cursor: default;
2897
2897
  }
2898
2898
  .Checkbox-module__checkbox___GSei6.Checkbox-module__disabled___haSYz .Checkbox-module__textBlock___lgsN_ .Checkbox-module__text___bgxrk {
2899
- color: var(--gray-500);
2899
+ color: var(--gray-500) !important;
2900
2900
  font-family: "Golos UI", sans-serif;
2901
2901
  font-stretch: normal;
2902
2902
  font-style: normal;
2903
2903
  font-variant: normal;
2904
2904
  }
2905
2905
  .Checkbox-module__checkbox___GSei6.Checkbox-module__disabled___haSYz .Checkbox-module__textBlock___lgsN_ .Checkbox-module__supportingText___BR8D6 {
2906
- color: var(--gray-400);
2906
+ color: var(--gray-400) !important;
2907
2907
  font-family: "Golos UI", sans-serif;
2908
2908
  font-stretch: normal;
2909
2909
  font-style: normal;
2910
2910
  font-variant: normal;
2911
2911
  }
2912
2912
  .Checkbox-module__checkbox___GSei6.Checkbox-module__error___YOn5a .Checkbox-module__textBlock___lgsN_ .Checkbox-module__supportingText___BR8D6 {
2913
- color: var(--error-400);
2913
+ color: var(--error-400) !important;
2914
2914
  font-family: "Golos UI", sans-serif;
2915
2915
  font-stretch: normal;
2916
2916
  font-style: normal;
@@ -3049,7 +3049,7 @@
3049
3049
  .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__text___i2f7B {
3050
3050
  font-size: 16px;
3051
3051
  line-height: 20px;
3052
- color: var(--gray-700);
3052
+ color: var(--gray-700) !important;
3053
3053
  font-weight: 400;
3054
3054
  font-family: "Golos UI", sans-serif;
3055
3055
  font-stretch: normal;
@@ -3059,7 +3059,7 @@
3059
3059
  .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__description___hvDOL {
3060
3060
  font-size: 14px;
3061
3061
  line-height: 20px;
3062
- color: var(--gray-400);
3062
+ color: var(--gray-400) !important;
3063
3063
  font-weight: 400;
3064
3064
  font-family: "Golos UI", sans-serif;
3065
3065
  font-stretch: normal;
@@ -3070,7 +3070,7 @@
3070
3070
  cursor: default;
3071
3071
  }
3072
3072
  .Toggle-module__toggle___v6vwY.Toggle-module__disabled___ME0Wv .Toggle-module__text___i2f7B, .Toggle-module__toggle___v6vwY.Toggle-module__disabled___ME0Wv .Toggle-module__description___hvDOL {
3073
- color: var(--gray-400);
3073
+ color: var(--gray-400) !important;
3074
3074
  font-family: "Golos UI", sans-serif;
3075
3075
  font-stretch: normal;
3076
3076
  font-style: normal;
@@ -3127,7 +3127,7 @@
3127
3127
  .CascadeBlock-module__cascadeBlockLabel___wXIW_ .CascadeBlock-module__text___VQilw {
3128
3128
  font-size: 16px;
3129
3129
  line-height: 20px;
3130
- color: var(--gray-700);
3130
+ color: var(--gray-700) !important;
3131
3131
  font-weight: 600;
3132
3132
  font-family: "Golos UI", sans-serif;
3133
3133
  font-stretch: normal;
@@ -3270,7 +3270,7 @@
3270
3270
  border-radius: 3px;
3271
3271
  }
3272
3272
  .TagCount-module__tagCount___tT9Gy {
3273
- color: var(--gray-700);
3273
+ color: var(--gray-700) !important;
3274
3274
  font-family: "Golos UI", sans-serif;
3275
3275
  font-stretch: normal;
3276
3276
  font-style: normal;
@@ -3364,7 +3364,7 @@
3364
3364
  align-items: center;
3365
3365
  }
3366
3366
  .Tag-module__tag___z87CD .Tag-module__label___SRW7b {
3367
- color: var(--gray-700);
3367
+ color: var(--gray-700) !important;
3368
3368
  font-family: "Golos UI", sans-serif;
3369
3369
  font-stretch: normal;
3370
3370
  font-style: normal;
@@ -3583,7 +3583,7 @@
3583
3583
  .TabButtons-module__tabButtons___vSLsZ .TabButtons-module__text___EbNMB {
3584
3584
  font-size: 14px;
3585
3585
  line-height: 16px;
3586
- color: var(--gray-600);
3586
+ color: var(--gray-600) !important;
3587
3587
  font-weight: 500;
3588
3588
  font-family: "Golos UI", sans-serif;
3589
3589
  font-stretch: normal;
@@ -3594,7 +3594,7 @@
3594
3594
  background-color: var(--gray-200);
3595
3595
  }
3596
3596
  .TabButtons-module__tabButtons___vSLsZ:hover .TabButtons-module__text___EbNMB {
3597
- color: var(--gray-700);
3597
+ color: var(--gray-700) !important;
3598
3598
  font-family: "Golos UI", sans-serif;
3599
3599
  font-stretch: normal;
3600
3600
  font-style: normal;
@@ -3612,7 +3612,7 @@
3612
3612
  stroke: var(--gray-700);
3613
3613
  }
3614
3614
  .TabButtons-module__tabButtons___vSLsZ.TabButtons-module__active___ShP43 .TabButtons-module__text___EbNMB {
3615
- color: var(--gray-800);
3615
+ color: var(--gray-800) !important;
3616
3616
  font-family: "Golos UI", sans-serif;
3617
3617
  font-stretch: normal;
3618
3618
  font-style: normal;
@@ -3634,7 +3634,7 @@
3634
3634
  stroke: var(--gray-400);
3635
3635
  }
3636
3636
  .TabButtons-module__tabButtons___vSLsZ.TabButtons-module__disabled___MlvE9 .TabButtons-module__text___EbNMB, .TabButtons-module__tabButtons___vSLsZ:disabled .TabButtons-module__text___EbNMB {
3637
- color: var(--gray-400);
3637
+ color: var(--gray-400) !important;
3638
3638
  font-family: "Golos UI", sans-serif;
3639
3639
  font-stretch: normal;
3640
3640
  font-style: normal;