indicator-ui 0.0.14 → 0.0.15

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
@@ -1,79 +1,79 @@
1
1
  /*!***************************************************************************************************!*\
2
2
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/colors/css-variables/primary-var.css ***!
3
3
  \***************************************************************************************************/
4
- :global(:root) {
5
- --base-white: #FFFFFF;
6
- --base-black: #000000;
4
+ :root {
5
+ --base-white: #FFFFFF;
6
+ --base-black: #000000;
7
7
 
8
- --gray-25: #FCFCFD;
9
- --gray-50: #F9FAFB;
10
- --gray-100: #F2F4F7;
11
- --gray-200: #EAECF0;
12
- --gray-300: #D0D5DD;
13
- --gray-400: #98A2B3;
14
- --gray-500: #667085;
15
- --gray-600: #475467;
16
- --gray-700: #344054;
17
- --gray-800: #1D2939;
18
- --gray-900: #101828;
19
- --gray-950: #0C111D;
8
+ --gray-25: #FCFCFD;
9
+ --gray-50: #F9FAFB;
10
+ --gray-100: #F2F4F7;
11
+ --gray-200: #EAECF0;
12
+ --gray-300: #D0D5DD;
13
+ --gray-400: #98A2B3;
14
+ --gray-500: #667085;
15
+ --gray-600: #475467;
16
+ --gray-700: #344054;
17
+ --gray-800: #1D2939;
18
+ --gray-900: #101828;
19
+ --gray-950: #0C111D;
20
20
 
21
- --primary-25: #FCFAFF;
22
- --primary-50: #F9F5FF;
23
- --primary-100: #F4EBFF;
24
- --primary-200: #E9D7FE;
25
- --primary-300: #D6BBFB;
26
- --primary-400: #B692F6;
27
- --primary-500: #9E77ED;
28
- --primary-600: #7F56D9;
29
- --primary-700: #6941C6;
30
- --primary-800: #53389E;
31
- --primary-900: #42307D;
32
- --primary-950: #2C1C5F;
21
+ --primary-25: #FCFAFF;
22
+ --primary-50: #F9F5FF;
23
+ --primary-100: #F4EBFF;
24
+ --primary-200: #E9D7FE;
25
+ --primary-300: #D6BBFB;
26
+ --primary-400: #B692F6;
27
+ --primary-500: #9E77ED;
28
+ --primary-600: #7F56D9;
29
+ --primary-700: #6941C6;
30
+ --primary-800: #53389E;
31
+ --primary-900: #42307D;
32
+ --primary-950: #2C1C5F;
33
33
 
34
- --error-25: #FFFBFA;
35
- --error-50: #FEF3F2;
36
- --error-100: #FEE4E2;
37
- --error-200: #FECDCA;
38
- --error-300: #FDA29B;
39
- --error-400: #F97066;
40
- --error-500: #F04438;
41
- --error-600: #D92D20;
42
- --error-700: #B42318;
43
- --error-800: #912018;
44
- --error-900: #7A271A;
45
- --error-950: #FEFDF0;
34
+ --error-25: #FFFBFA;
35
+ --error-50: #FEF3F2;
36
+ --error-100: #FEE4E2;
37
+ --error-200: #FECDCA;
38
+ --error-300: #FDA29B;
39
+ --error-400: #F97066;
40
+ --error-500: #F04438;
41
+ --error-600: #D92D20;
42
+ --error-700: #B42318;
43
+ --error-800: #912018;
44
+ --error-900: #7A271A;
45
+ --error-950: #FEFDF0;
46
46
 
47
- --warning-25: #FFFCF5;
48
- --warning-50: #FFFAEB;
49
- --warning-100: #FEF0C7;
50
- --warning-200: #FEDF89;
51
- --warning-300: #FEC84B;
52
- --warning-400: #FDB022;
53
- --warning-500: #F79009;
54
- --warning-600: #DC6803;
55
- --warning-700: #B54708;
56
- --warning-800: #93370D;
57
- --warning-900: #7A2E0E;
58
- --warning-950: #4E1D09;
47
+ --warning-25: #FFFCF5;
48
+ --warning-50: #FFFAEB;
49
+ --warning-100: #FEF0C7;
50
+ --warning-200: #FEDF89;
51
+ --warning-300: #FEC84B;
52
+ --warning-400: #FDB022;
53
+ --warning-500: #F79009;
54
+ --warning-600: #DC6803;
55
+ --warning-700: #B54708;
56
+ --warning-800: #93370D;
57
+ --warning-900: #7A2E0E;
58
+ --warning-950: #4E1D09;
59
59
  }
60
60
 
61
61
  /*!*****************************************************************************************************!*\
62
62
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/colors/css-variables/secondary-var.css ***!
63
63
  \*****************************************************************************************************/
64
- :global(:root) {
65
- --blue-dark-25: #F5F8FF;
66
- --blue-dark-50: #EFF4FF;
67
- --blue-dark-100: #D1E0FF;
68
- --blue-dark-200: #B2CCFF;
69
- --blue-dark-300: #84ADFF;
70
- --blue-dark-400: #528BFF;
71
- --blue-dark-500: #2970FF;
72
- --blue-dark-600: #155EEF;
73
- --blue-dark-700: #004EEB;
74
- --blue-dark-800: #0040C1;
75
- --blue-dark-900: #00359E;
76
- --blue-dark-950: #002266;
64
+ :root {
65
+ --blue-dark-25: #F5F8FF;
66
+ --blue-dark-50: #EFF4FF;
67
+ --blue-dark-100: #D1E0FF;
68
+ --blue-dark-200: #B2CCFF;
69
+ --blue-dark-300: #84ADFF;
70
+ --blue-dark-400: #528BFF;
71
+ --blue-dark-500: #2970FF;
72
+ --blue-dark-600: #155EEF;
73
+ --blue-dark-700: #004EEB;
74
+ --blue-dark-800: #0040C1;
75
+ --blue-dark-900: #00359E;
76
+ --blue-dark-950: #002266;
77
77
  }
78
78
 
79
79
 
@@ -1 +1 @@
1
- {"version":3,"file":"index.css","mappings":";;;AAAA;EACE,qBAAqB;EACrB,qBAAqB;;EAErB,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,mBAAmB;EACnB,mBAAmB;EACnB,mBAAmB;EACnB,mBAAmB;EACnB,mBAAmB;EACnB,mBAAmB;EACnB,mBAAmB;EACnB,mBAAmB;EACnB,mBAAmB;;EAEnB,qBAAqB;EACrB,qBAAqB;EACrB,sBAAsB;EACtB,sBAAsB;EACtB,sBAAsB;EACtB,sBAAsB;EACtB,sBAAsB;EACtB,sBAAsB;EACtB,sBAAsB;EACtB,sBAAsB;EACtB,sBAAsB;EACtB,sBAAsB;;EAEtB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EACpB,oBAAoB;EACpB,oBAAoB;EACpB,oBAAoB;EACpB,oBAAoB;EACpB,oBAAoB;EACpB,oBAAoB;EACpB,oBAAoB;EACpB,oBAAoB;EACpB,oBAAoB;;EAEpB,qBAAqB;EACrB,qBAAqB;EACrB,sBAAsB;EACtB,sBAAsB;EACtB,sBAAsB;EACtB,sBAAsB;EACtB,sBAAsB;EACtB,sBAAsB;EACtB,sBAAsB;EACtB,sBAAsB;EACtB,sBAAsB;EACtB,sBAAsB;AACxB;;;;;ACvDA;EACE,uBAAuB;EACvB,uBAAuB;EACvB,wBAAwB;EACxB,wBAAwB;EACxB,wBAAwB;EACxB,wBAAwB;EACxB,wBAAwB;EACxB,wBAAwB;EACxB,wBAAwB;EACxB,wBAAwB;EACxB,wBAAwB;EACxB,wBAAwB;AAC1B;;;;;;;;;;ACbA;EACE;EACA;EAIA;EACA;ACFF;ADKA;EACE;EACA;EAIA;EACA;ACNF;ADSA;EACE;EACA;EAIA;EACA;ACVF;AChBE;EACE;EAGE,mBCFiB;EDMjB,uBCNsB;EDUtB,mBCV8B;AFoBpC;AElBE;EACE;EACA;AFoBJ;AC1BE;EACE;EAGE,mBCGmB;EDCnB,uBCDwB;EDKxB,mBCLgC;AFyBtC;AEtBE;EACE;EACA;AFwBJ;AErBE;EACE;AFuBJ;AEpBE;EACE;EACA;AFsBJ;AEnBE;EACE;AFqBJ;AGxCI;ECJF;AJ+CF;AI3CM;EACE;EACA;EACA;AJ6CR;AIxCE;EACE;AJ0CJ;AK9CE;EAEI;EAGA;EAGA;EAGA,gBDNsD;ECYxD,mCNCO;EMAP,oBAtBQ;EAuBR,kBAtBM;EAuBN,oBAtBQ;AL0DZ;AGzDI;EGRF;ANoEF;AMhEM;EACE;EACA;EACA;ANkER;AM7DE;EACE;AN+DJ;AKnEE;EAEI;EAGA;EAGA;EAGA,gBCNsD;EDYxD,mCNCO;EMAP,oBAtBQ;EAuBR,kBAtBM;EAuBN,oBAtBQ;AL+EZ;AG1EI;EIZF;APyFF;AOrFM;EACE;EACA;EACA;APuFR;AOlFE;EACE;APoFJ;AKxFE;EAEI;EAGA;EAGA;EAGA,gBENsD;EFYxD,mCNCO;EMAP,oBAtBQ;EAuBR,kBAtBM;EAuBN,oBAtBQ;ALoGZ;AG3FI;EKhBF;AR8GF;AQ1GM;EACE;EACA;EACA;AR4GR;AQvGE;EACE;ARyGJ;AK7GE;EAEI;EAGA;EAGA;EAGA,gBGNsD;EHYxD,mCNCO;EMAP,oBAtBQ;EAuBR,kBAtBM;EAuBN,oBAtBQ;ALyHZ;AG5GI;EMpBF;EACA;EACA;ATmIF;AUrIM;EAEI,yBDGuB;ATmIjC;AShIE;EACE;ATkIJ;AS/HE;EACE;ATiIJ;AS9HE;EACE;EACA;ATgIJ;AS7HE;EACE;AT+HJ;AG7HI;EQxBF;EACA;EACA;AXwJF;AU1JM;EAEI,4BCGuB;AXwJjC;AWrJE;EACE;AXuJJ;AWpJE;EACE;EACA;AXsJJ;AWnJE;EACE;AXqJJ;AWlJE;EACE;AXoJJ;AG9II;ES5BF;EACA;EACA;AZ6KF;AU/KM;EAEI,uBEGuB;AZ6KjC;AY1KE;EACE;AZ4KJ;AYzKE;EACE;EACA;AZ2KJ;AYzKI;EACE;AZ2KN;AYvKE;EACE;AZyKJ;AYtKE;EACE;AZwKJ;AUlMM;EAEI,4BGDuB;AboMjC;AajME;EACE;AbmMJ;Aa/LI;EACE;AbiMN;AU3MM;EAEI,yBGYyB;AbgMnC;Aa5LE;EACE;Ab8LJ;AUjNM;EAEI,4BIDuB;AdmNjC;AchNE;EACE;AdkNJ;Ac9MI;EACE;AdgNN;AU1NM;EAEI,4BIYyB;Ad+MnC;Ac3ME;EACE;Ad6MJ;AUhOM;EAEI,uBKDuB;AfkOjC;Ae/NE;EACE;AfiOJ;Ae7NI;EACE;Af+NN;AUzOM;EAEI,uBKYyB;Af8NnC;Ae1NE;EACE;Af4NJ;AGnMI;Ea5CF;EACA;AhBkPF;AUnPM;EAEI,4BMEuB;AhBkPjC;AgB/OE;EACE;EACA;AhBiPJ;AgB7OI;EACE;AhB+ON;AU7PM;EAEI,4BMgByB;AhB8OnC;AgB1OE;EACE;AhB4OJ;AGnNI;EchDF;EACA;AjBsQF;AUvQM;EAEI,uBOEuB;AjBsQjC;AiBnQE;EACE;EACA;AjBqQJ;AiBjQI;EACE;AjBmQN;AUjRM;EAEI,uBOgByB;AjBkQnC;AiB9PE;EACE;AjBgQJ;AGnOI;EepDF;EACA;AlB0RF;AU3RM;EAEI,uBQEuB;AlB0RjC;AkBvRE;EACE;EACA;AlByRJ;AkBrRI;EACE;AlBuRN;AUrSM;EAEI,uBQgByB;AlBsRnC;AkBlRE;EACE;AlBoRJ;AGnPI;EgBxDF;EACA;EACA;AnB8SF;AUhTM;EAEI,uBSGuB;AnB8SjC;AmB3SE;EACE;AnB6SJ;AUtTM;EAEI,uBSYyB;AnB2SnC;AmBxSI;EACE;AnB0SN;AmBtSE;EACE;AnBwSJ;AGnQI;EiB5DF;EACA;EACA;ApBkUF;AUpUM;EAEI,uBUGuB;ApBkUjC;AoB/TE;EACE;ApBiUJ;AoB9TE;EACE;ApBgUJ;AU7UM;EAEI,uBUcyB;ApBgUnC;AoB7TI;EACE;ApB+TN;AoB3TE;EACE;ApB6TJ;AGrRM;EkBjEJ;EACA;EACA;ArByVF;AqBvVE;EACE;ArByVJ;AqBtVE;EACE;ArBwVJ;AqBrVE;EACE;ArBuVJ;AG7RM;EmBvEJ;AtBuWF;AUvWM;EAEI,wBYCuB;AtBuWjC;AsBpWE;EACE;AtBsWJ;AsBnWE;EACE;EACA;AtBqWJ;AsBlWE;EACE;AtBoWJ;AsBjWE;EACE;AtBmWJ,C;;;;AD1XA;EACE;EACA;EAIA;EACA;AwBFF;AxBKA;EACE;EACA;EAIA;EACA;AwBNF;AxBSA;EACE;EACA;EAIA;EACA;AwBVF;ACbE;ECDA;EACA;AFiBF;AtBpBE;EACE;EAGE;EAIA,uBwBJsB;ExBQtB,mBwBR8B;AFsBpC;AbdM;EeNF;AFuBJ;ACvBI;EEJF;AH8BF;Ab9BM;EAEI,uBgBDqB;AHgC/B;AG9BE;EACE;AHgCJ;AbpCM;EAEI,uBgBGuB;AHkCjC;AC/BI;EGRF;AJ0CF;Ab1CM;EAEI,yBiBDqB;AJ4C/B;AI1CE;EACE;AJ4CJ;ACpCI;EIZF;ALmDF;AbnDM;EAEI,uBkBDqB;ALqD/B;AKnDE;EACE;ALqDJ;AbzDM;EAEI,uBkBGuB;ALuDjC;AC5CI;EKhBF;AN+DF;Ab/DM;EAEI,4BmBDqB;ANiE/B;AM/DE;EACE;ANiEJ;AbrEM;EAEI,4BmBGuB;ANmEjC;ACpDI;EMpBF;AP2EF;Ab3EM;EAEI,4BoBDqB;AP6E/B;AO3EE;EACE;AP6EJ;AbjFM;EAEI,4BoBGuB;AP+EjC;AC5DI;EOxBF;ARuFF;AbvFM;EAEI,wBqBDqB;ARyF/B;AQvFE;EACE;ARyFJ;Ab7FM;EAEI,wBqBGuB;AR2FjC;ACpEI;EQ5BF;EACA;ATmGF;AbpGM;EAEI;AaqGV;ASnGE;EACE;ATqGJ;Ab1GM;EAEI,4BsBIuB;ATuGjC;AC7EI;EShCF;EACA;AVgHF;AbjHM;EAEI;AakHV;AUhHE;EACE;AVkHJ;AbvHM;EAEI,uBuBIuB;AVoHjC;ACtFI;EUpCF;EACA;AX6HF;Ab9HM;EAEI;Aa+HV;AW7HE;EACE;AX+HJ;AbpIM;EAEI,wBwBIuB;AXiIjC;AC/FI;EWxCF;EACA;AZ0IF;AbjIM;EyBNF;EACA;AZ0IJ;ACnGI;EY5CF;EACA;AbkJF;AbzIM;E0BNF;EACA;AbkJJ;ACvGI;EahDF;EACA;Ad0JF;AbjJM;E2BNF;EACA;Ad0JJ;AC3GI;EcpDF;EACA;AfkKF;AbzJM;E4BNF;EACA;AfkKJ;AC/GI;EexDF;EACA;AhB0KF;AbjKM;E6BNF;EACA;AhB0KJ,C;;;;AxBlLA;EACE;EACA;EAIA;EACA;AyCFF;AzCKA;EACE;EACA;EAIA;EACA;AyCNF;AzCSA;EACE;EACA;EAIA;EACA;AyCVF;AAfA;EACE;EACA;EACA;EACA;EAEA;EACA;AAgBF;AvCxBE;EACE;EAGE,sBuCM6B;EvCF7B,uBuCEuD;EvCEvD,mBuCF6E;AAoBnF;AAlBE;EACE;EACA;EACA;AAoBJ;AvCnCE;EACE;EAGE,sBuCY+B;EvC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CrC;ACpCM;EACE;ADsCR;AClCI;EACE;EACA;ADoCN;AClCM;EACE;ADoCR;AN9JE;EACE;EACA;EACA,sBO2HoE;EP1HpE,gBO0HuD;EPzHvD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AM2KZ,C;;;;AhDrLA;EACE;EACA;EAIA;EACA;AmDFF;AnDKA;EACE;EACA;EAIA;EACA;AmDNF;AnDSA;EACE;EACA;EAIA;EACA;AmDVF;ACbE;EACE;EACA;ADeJ;AFlBE;EACE;EACA;ECJF;EACA;EACA;EDME;EACA;EACA;EACA;EACA;EACA;AEoBJ;AFlBI;EACE;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AEmBN;ATlCE;EACE;EACA;EACA,sBOckE;EPblE,gBOaqD;EPZrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AS+CZ;AT5CE;EACE;EACA;EACA,sBOiBoE;EPhBpE,gBOgBuD;EPfvD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;ASyDZ;AF9BI;EACE;ECrCJ;EACA;EACA;ACsEF;AxCtEM;EAEI,uBsCmCyB;AEoCnC;AxC/DM;EsC4BE;EACA;EACA;AEsCR;ATpEE;EACE;EACA;EACA,sBOgCkE;EP/BlE,gBO+BqD;EP9BrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;ASiFZ;AFxCI;EACE;EACA;EACA;EACA;AE0CN;AFvCI;EACE;EC1DJ;EACA;EACA;ACoGF;AxCpGM;EAEI,uBsCwDyB;AE6CnC;AxC7FM;EsCiDE;EACA;EACA;AE+CR;AF3CI;EACE;EACA;ECrEJ;EACA;EACA;ACmHF;AxCnHM;EAEI,uBsCmEyB;AEiDnC;AxC5GM;EsC4DE;EACA;EACA;AEmDR;AFhDM;EACE;AEkDR;AF9CI;EACE;EACA;ECpFJ;EACA;EACA;ACqIF;AxC3HM;EsC2EE;EACA;EACA;AEmDR;AxC1IM;EAEI,wBsCyF2B;AEkDrC;AxC7IM;EAEI,wBsC4F6B;AEkDvC;AxChJM;EAEI,uBsCiG2B;AEgDrC;AxCnJM;EAEI,uBsCoG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D2BN;AlBxCE;EACE;EACA;EACA,sBmBWkE;EnBVlE,gBmBUqD;EnBTrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AkBqDZ;ACjCI;EACE;ADmCN;ACjCM;EACE;ADmCR,C;;;;A5DrEA;EACE;EACA;EAIA;EACA;A8DFF;A9DKA;EACE;EACA;EAIA;EACA;A8DNF;A9DSA;EACE;EACA;EAIA;EACA;A8DVF;AbdE;EACE;EACA;ECJF;EACA;EACA;EDME;EACA;EACA;EACA;EACA;EACA;AagBJ;AbdI;EACE;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AaeN;ApB9BE;EACE;EACA;EACA,sBOckE;EPblE,gBOaqD;EPZrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoB2CZ;ApBxCE;EACE;EACA;EACA,sBOiBoE;EPhBpE,gBOgBuD;EPfvD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoBqDZ;Ab1BI;EACE;ECrCJ;EACA;EACA;AYkEF;AnDlEM;EAEI,uBsCmCyB;AagCnC;AnD3DM;EsC4BE;EACA;EACA;AakCR;ApBhEE;EACE;EACA;EACA,sBOgCkE;EP/BlE,gBO+BqD;EP9BrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoB6EZ;AbpCI;EACE;EACA;EACA;EACA;AasCN;AbnCI;EACE;EC1DJ;EACA;EACA;AYgGF;AnDhGM;EAEI,uBsCwDyB;AayCnC;AnDzFM;EsCiDE;EACA;EACA;Aa2CR;AbvCI;EACE;EACA;ECrEJ;EACA;EACA;AY+GF;AnD/GM;EAEI,uBsCmEyB;Aa6CnC;AnDxGM;EsC4DE;EACA;EACA;Aa+CR;Ab5CM;EACE;Aa8CR;Ab1CI;EACE;EACA;ECpFJ;EACA;EACA;AYiIF;AnDvHM;EsC2EE;EACA;EACA;Aa+CR;AnDtIM;EAEI,wBsCyF2B;Aa8CrC;AnDzIM;EAEI,wBsC4F6B;Aa8CvC;AnD5IM;EAEI,uBsCiG2B;Aa4CrC;AnD/IM;EAEI,uBsCoG6B;Aa4CvC;AbvCI;EACE;AayCN;AbtCI;EACE;AawCN;AbrCI;EACE;AauCN;AnD3JM;EAEI,wBsCqH2B;AauCrC;AbpCM;EACE;AasCR;AblCI;EACE;EACA;AaoCN;AblCM;EACE;AaoCR;ApB9JE;EACE;EACA;EACA,sBO2HoE;EP1HpE,gBO0HuD;EPzHvD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoB2KZ;;APlLE;EACE;EACA;EACA;EAEA;AOoLJ;APlLI;EACE;EACA;EACA;AOoLN;ApBpLE;EACE;EACA;EACA,sBaDkE;EbElE,gBaFqD;EbGrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoBiMZ;ApB9LE;EACE;EACA;EACA,uBaEoE;EbDpE,gBaCuD;EbAvD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoB2MZ;AP/LI;EACE;EACA;EACA;AOiMN;ApB7ME;EACE;EACA;EACA,sBaWkE;EbVlE,gBaUqD;EbTrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoB0NZ;APtMI;EACE;EACA;EACA;AOwMN;ApB5NE;EACE;EACA;EACA,uBamBkE;EblBlE,gBakBqD;EbjBrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoByOZ;AP7MI;EACE;EACA;EACA;EACA;AO+MN;ATvPI;EAEI;EAGA;EAIA,UEgCgF;AOmNxF;AThPM;EAEI,4BE2BiD;AOsN3D;ApBpPE;EACE;EACA;EACA,2Ba4BkE;Eb3BlE,gBa2BqD;Eb1BrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoBiQZ;;AVvQE;EACE;EACA;AU0QJ;Ab7QE;EACE;EACA;ECJF;EACA;EACA;EDME;EACA;EACA;EACA;EACA;EACA;Aa+QJ;Ab7QI;EACE;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;Aa8QN;ApB7RE;EACE;EACA;EACA,sBOckE;EPblE,gBOaqD;EPZrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoB0SZ;ApBvSE;EACE;EACA;EACA,sBOiBoE;EPhBpE,gBOgBuD;EPfvD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoBoTZ;AbzRI;EACE;ECrCJ;EACA;EACA;AYiUF;AnDjUM;EAEI,uBsCmCyB;Aa+RnC;AnD1TM;EsC4BE;EACA;EACA;AaiSR;ApB/TE;EACE;EACA;EACA,sBOgCkE;EP/BlE,gBO+BqD;EP9BrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoB4UZ;AbnSI;EACE;EACA;EACA;EACA;AaqSN;AblSI;EACE;EC1DJ;EACA;EACA;AY+VF;AnD/VM;EAEI,uBsCwDyB;AawSnC;AnDxVM;EsCiDE;EACA;EACA;Aa0SR;AbtSI;EACE;EACA;ECrEJ;EACA;EACA;AY8WF;AnD9WM;EAEI,uBsCmEyB;Aa4SnC;AnDvWM;EsC4DE;EACA;EACA;Aa8SR;Ab3SM;EACE;Aa6SR;AbzSI;EACE;EACA;ECpFJ;EACA;EACA;AYgYF;AnDtXM;EsC2EE;EACA;EACA;Aa8SR;AnDrYM;EAEI,wBsCyF2B;Aa6SrC;AnDxYM;EAEI,wBsC4F6B;Aa6SvC;AnD3YM;EAEI,uBsCiG2B;Aa2SrC;AnD9YM;EAEI,uBsCoG6B;Aa2SvC;AbtSI;EACE;AawSN;AbrSI;EACE;AauSN;AbpSI;EACE;AasSN;AnD1ZM;EAEI,wBsCqH2B;AasSrC;AbnSM;EACE;AaqSR;AbjSI;EACE;EACA;AamSN;AbjSM;EACE;AamSR;ApB7ZE;EACE;EACA;EACA,sBO2HoE;EP1HpE,gBO0HuD;EPzHvD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoB0aZ;AV1aI;EACE;EACA;EACA;AU4aN;AV1aM;EACE;EACA;EACA;EAEA;EACA;EAEA;EACA;EAEA;EACA;EAEA;EACA;AUwaR;AVtaQ;EACE;EACA;EFjCR;EACA;EACA;EEmCQ;EACA;AUwaV;AVtaU;EACE;EACA;AUwaZ;ApBtcE;EACE;EACA;EACA,sBU4BwE;EV3BxE,gBU2B2D;EV1B3D,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoBmdZ;AV9aU;EACE;AUgbZ;AT9dI;EAEI;EAGA;EAIA,UDsCsF;AUob9F;ATvdM;EAEI,4BDiCuD;AUubjE;;AL9bE;EACE;EACA;EAEA;EACA;EAEA;EACA;EACA;AK+bJ;AL7bI;EACE;EACA;EACA;EACA;EACA;EACA;EACA;AK+bN;AL5bI;EACE;AK8bN;AL3bI;EACE;AK6bN;AL1bI;EACE;EACA;AK4bN;AL1bM;EACE;AK4bR;ALxbI;EACE;EACA;AK0bN;ALxbM;EACE;AK0bR;;AH3gBE;EACE;EACA;EAEA;EACA;AG6gBJ;AH3gBI;EACE;EACA;EACA;EAEA;EACA;EACA;ETjBJ;EACA;EACA;AY8hBF;ApBphBE;EACE;EACA;EACA,sBiBQkE;EjBPlE,gBiBOqD;EjBNrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoBiiBZ;AH/gBM;EAUE;AGwgBR;AHjhBQ;EACE;EACA;EACA;EACA;EACA;EACA;AGmhBV;;ADnjBE;EACE;EACA;EACA;EAEA;EACA;EACA;EAEA;EACA;ACojBJ;ApBpjBE;EACE;EACA;EACA,sBmBDgE;EnBEhE,gBmBFmD;EnBGnD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoBikBZ;ApB9jBE;EACE;EACA;EACA,sBmBEkE;EnBDlE,gBmBCqD;EnBArD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoB2kBZ;ADhkBI;EACE;ACkkBN;AD/jBI;EACE;ACikBN;ApB9kBE;EACE;EACA;EACA,sBmBWkE;EnBVlE,gBmBUqD;EnBTrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoB2lBZ;ADvkBI;EACE;ACykBN;ADvkBM;EACE;ACykBR,C","sources":["webpack://indicator-ui/./src/styles/colors/css-variables/primary-var.css","webpack://indicator-ui/./src/styles/colors/css-variables/secondary-var.css","webpack://indicator-ui/./src/styles/fonts.scss","webpack://indicator-ui/./src/ui/Buttons/styles/Buttons.module.scss","webpack://indicator-ui/./src/styles/mixins/modify-flex.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/baseButton.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/button.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/small.scss","webpack://indicator-ui/./src/styles/mixins/fnt-flex.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/medium.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/large.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/ultra.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/primary.scss","webpack://indicator-ui/./src/styles/mixins/modify-svg.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/secondary-color.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/secondary-gray.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/tertiary-white.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/tertiary-color.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/tertiary-gray.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/link-color.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/link-black.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/link-gray.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/tab-active.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/tab.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/warning-primary.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/warning-secondary-color.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/MicroButton.module.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/micro-button.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/base-button.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/light.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/dark.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/gray.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/color.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/color-hover.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/red-hover.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/color-fill.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/gray-fill.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/red-fill.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/size-14.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/size-16.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/size-20.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/size-24.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/size-28.scss","webpack://indicator-ui/./src/ui/DatePicker/styles/CalendarDay.module.scss","webpack://indicator-ui/./src/styles/mixins/fnt.scss","webpack://indicator-ui/./src/ui/DatePicker/styles/DatePicker.module.scss","webpack://indicator-ui/./src/ui/DatePicker/styles/DatePickerMain.module.scss","webpack://indicator-ui/./src/ui/DatePicker/styles/DateGrid.module.scss","webpack://indicator-ui/./src/ui/DatePicker/styles/DatePickerHeader.module.scss","webpack://indicator-ui/./src/ui/DatePicker/styles/DatePickerFooter.module.scss","webpack://indicator-ui/./src/ui/InputFields/FlexField/styles/FlexField.module.scss","webpack://indicator-ui/./src/ui/InputFields/FlexField/styles/mixins/flexField.scss","webpack://indicator-ui/./src/styles/mixins/centerInsideContent.scss","webpack://indicator-ui/./src/ui/InputFields/SelectField/styles/SelectField.module.scss","webpack://indicator-ui/./src/ui/InputFields/SelectField/styles/mixins/selectField.scss","webpack://indicator-ui/./src/styles/mixins/changeSvg.scss","webpack://indicator-ui/./src/ui/InputFields/InputFieldWrapper/styles/InputFieldWrapper.module.scss","webpack://indicator-ui/./src/ui/InputFields/InputFieldWrapper/styles/mixins/inputFieldWrapper.scss","webpack://indicator-ui/./src/ui/InputFields/SwitcherField/styles/SwitcherField.module.scss","webpack://indicator-ui/./src/ui/InputFields/SwitcherField/styles/mixins/switcherField.scss","webpack://indicator-ui/./src/ui/InputFields/RadioField/styles/RadioField.module.scss","webpack://indicator-ui/./src/ui/InputFields/RadioField/styles/mixins/radioField.scss","webpack://indicator-ui/./src/ui/InputFields/TextareaField/styles/TextareaField.module.scss","webpack://indicator-ui/./src/ui/InputFields/TextareaField/styles/mixin/textareaField.scss","webpack://indicator-ui/./src/ui/InputFields/InputField/styles/InputField.module.scss"],"sourcesContent":[":global(:root) {\r\n --base-white: #FFFFFF;\r\n --base-black: #000000;\r\n\r\n --gray-25: #FCFCFD;\r\n --gray-50: #F9FAFB;\r\n --gray-100: #F2F4F7;\r\n --gray-200: #EAECF0;\r\n --gray-300: #D0D5DD;\r\n --gray-400: #98A2B3;\r\n --gray-500: #667085;\r\n --gray-600: #475467;\r\n --gray-700: #344054;\r\n --gray-800: #1D2939;\r\n --gray-900: #101828;\r\n --gray-950: #0C111D;\r\n\r\n --primary-25: #FCFAFF;\r\n --primary-50: #F9F5FF;\r\n --primary-100: #F4EBFF;\r\n --primary-200: #E9D7FE;\r\n --primary-300: #D6BBFB;\r\n --primary-400: #B692F6;\r\n --primary-500: #9E77ED;\r\n --primary-600: #7F56D9;\r\n --primary-700: #6941C6;\r\n --primary-800: #53389E;\r\n --primary-900: #42307D;\r\n --primary-950: #2C1C5F;\r\n\r\n --error-25: #FFFBFA;\r\n --error-50: #FEF3F2;\r\n --error-100: #FEE4E2;\r\n --error-200: #FECDCA;\r\n --error-300: #FDA29B;\r\n --error-400: #F97066;\r\n --error-500: #F04438;\r\n --error-600: #D92D20;\r\n --error-700: #B42318;\r\n --error-800: #912018;\r\n --error-900: #7A271A;\r\n --error-950: #FEFDF0;\r\n\r\n --warning-25: #FFFCF5;\r\n --warning-50: #FFFAEB;\r\n --warning-100: #FEF0C7;\r\n --warning-200: #FEDF89;\r\n --warning-300: #FEC84B;\r\n --warning-400: #FDB022;\r\n --warning-500: #F79009;\r\n --warning-600: #DC6803;\r\n --warning-700: #B54708;\r\n --warning-800: #93370D;\r\n --warning-900: #7A2E0E;\r\n --warning-950: #4E1D09;\r\n}\r\n",":global(:root) {\r\n --blue-dark-25: #F5F8FF;\r\n --blue-dark-50: #EFF4FF;\r\n --blue-dark-100: #D1E0FF;\r\n --blue-dark-200: #B2CCFF;\r\n --blue-dark-300: #84ADFF;\r\n --blue-dark-400: #528BFF;\r\n --blue-dark-500: #2970FF;\r\n --blue-dark-600: #155EEF;\r\n --blue-dark-700: #004EEB;\r\n --blue-dark-800: #0040C1;\r\n --blue-dark-900: #00359E;\r\n --blue-dark-950: #002266;\r\n}\r\n\r\n","@font-face {\r\n font-family: \"Golos UI\";\r\n src: local(\"Golos UI\"),\r\n url(\"./fontsAssets/Golos-UI/golos-ui_regular.ttf\") format(\"truetype\"),\r\n url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff2\") format(\"woff2\"),\r\n url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff\") format(\"woff\");\r\n font-weight: 400;\r\n font-style: normal;\r\n}\r\n\r\n@font-face {\r\n font-family: \"Golos UI\";\r\n src: local(\"Golos UI\"),\r\n url(\"./fontsAssets/Golos-UI/golos-ui_medium.ttf\") format(\"truetype\"),\r\n url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff2\") format(\"woff2\"),\r\n url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff\") format(\"woff\");\r\n font-weight: 500;\r\n font-style: normal;\r\n}\r\n\r\n@font-face {\r\n font-family: \"Golos UI\";\r\n src: local(\"Golos UI\"),\r\n url(\"./fontsAssets/Golos-UI/golos-ui_bold.ttf\") format(\"truetype\"),\r\n url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff2\") format(\"woff2\"),\r\n url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff\") format(\"woff\");\r\n font-weight: 600;\r\n font-style: normal;\r\n}\r\n\r\n$golos-ui: 'Golos UI', sans-serif;","@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff\") format(\"woff\");\n font-weight: 400;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff\") format(\"woff\");\n font-weight: 500;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff\") format(\"woff\");\n font-weight: 600;\n font-style: normal;\n}\n.button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.button .icon {\n width: fit-content;\n height: fit-content;\n}\n.button .icon {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.button.widthFill {\n width: 100%;\n flex: 1;\n}\n.button.widthHug {\n width: fit-content;\n}\n.button.heightFill {\n height: 100%;\n flex: 1;\n}\n.button.heightHug {\n height: fit-content;\n}\n.button.small {\n padding: 10px;\n}\n.button.small .icon svg {\n flex: none;\n width: 16px;\n height: 16px;\n}\n.button.small .text {\n padding: 0 4px;\n}\n.button.small .text {\n font-size: 14px;\n line-height: 16px;\n line-height: 16px;\n font-weight: 500;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.button.medium {\n padding: 10px;\n}\n.button.medium .icon svg {\n flex: none;\n width: 16px;\n height: 16px;\n}\n.button.medium .text {\n padding: 0 8px;\n}\n.button.medium .text {\n font-size: 14px;\n line-height: 20px;\n line-height: 20px;\n font-weight: 500;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.button.large {\n padding: 12px;\n}\n.button.large .icon svg {\n flex: none;\n width: 20px;\n height: 20px;\n}\n.button.large .text {\n padding: 0 6px;\n}\n.button.large .text {\n font-size: 14px;\n line-height: 20px;\n line-height: 20px;\n font-weight: 500;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.button.ultra {\n padding: 18px;\n}\n.button.ultra .icon svg {\n flex: none;\n width: 24px;\n height: 24px;\n}\n.button.ultra .text {\n padding: 0 12px;\n}\n.button.ultra .text {\n font-size: 18px;\n line-height: 24px;\n line-height: 24px;\n font-weight: 500;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.button.primary {\n border-radius: 8px;\n background-color: var(--blue-dark-500);\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.button.primary .icon svg * {\n stroke: var(--base-white);\n}\n.button.primary .text {\n color: var(--base-white);\n}\n.button.primary:hover {\n background-color: var(--blue-dark-600);\n}\n.button.primary:focus {\n background-color: var(--blue-dark-500);\n box-shadow: 0 0 0 4px var(--gray-100), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.button.primary:disabled {\n opacity: 0.3;\n}\n.button.secondaryColor {\n border-radius: 8px;\n background-color: var(--base-white);\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px var(--blue-dark-200);\n}\n.button.secondaryColor .icon svg * {\n stroke: var(--blue-dark-500);\n}\n.button.secondaryColor .text {\n color: var(--blue-dark-500);\n}\n.button.secondaryColor:hover {\n background-color: var(--blue-dark-50);\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px var(--blue-dark-300);\n}\n.button.secondaryColor:focus {\n 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);\n}\n.button.secondaryColor:disabled {\n opacity: 0.5;\n}\n.button.secondaryGray {\n border-radius: 8px;\n background-color: var(--base-white);\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px var(--gray-300);\n}\n.button.secondaryGray .icon svg * {\n stroke: var(--gray-700);\n}\n.button.secondaryGray .text {\n color: var(--gray-700);\n}\n.button.secondaryGray:hover {\n background-color: var(--gray-50);\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px var(--gray-300);\n}\n.button.secondaryGray:hover .text {\n color: var(--gray-800);\n}\n.button.secondaryGray:focus {\n 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);\n}\n.button.secondaryGray:disabled {\n opacity: 0.5;\n}\n.button.tertiaryWhite .icon svg * {\n stroke: var(--blue-dark-100);\n}\n.button.tertiaryWhite .text {\n color: var(--blue-dark-100);\n}\n.button.tertiaryWhite:hover .text {\n color: var(--base-white);\n}\n.button.tertiaryWhite:hover .icon svg * {\n stroke: var(--base-white);\n}\n.button.tertiaryWhite:disabled {\n opacity: 0.5;\n}\n.button.tertiaryColor .icon svg * {\n stroke: var(--blue-dark-500);\n}\n.button.tertiaryColor .text {\n color: var(--blue-dark-500);\n}\n.button.tertiaryColor:hover .text {\n color: var(--blue-dark-700);\n}\n.button.tertiaryColor:hover .icon svg * {\n stroke: var(--blue-dark-700);\n}\n.button.tertiaryColor:disabled {\n opacity: 0.5;\n}\n.button.tertiaryGray .icon svg * {\n stroke: var(--gray-700);\n}\n.button.tertiaryGray .text {\n color: var(--gray-700);\n}\n.button.tertiaryGray:hover .text {\n color: var(--gray-900);\n}\n.button.tertiaryGray:hover .icon svg * {\n stroke: var(--gray-900);\n}\n.button.tertiaryGray:disabled {\n opacity: 0.5;\n}\n.button.linkColor {\n padding: 0 !important;\n gap: 4px;\n}\n.button.linkColor .icon svg * {\n stroke: var(--blue-dark-500);\n}\n.button.linkColor .text {\n color: var(--blue-dark-500);\n padding: 0 !important;\n}\n.button.linkColor:hover .text {\n color: var(--blue-dark-700);\n}\n.button.linkColor:hover .icon svg * {\n stroke: var(--blue-dark-700);\n}\n.button.linkColor:disabled {\n opacity: 0.5;\n}\n.button.linkBlack {\n padding: 0 !important;\n gap: 4px;\n}\n.button.linkBlack .icon svg * {\n stroke: var(--gray-700);\n}\n.button.linkBlack .text {\n color: var(--gray-700);\n padding: 0 !important;\n}\n.button.linkBlack:hover .text {\n color: var(--gray-900);\n}\n.button.linkBlack:hover .icon svg * {\n stroke: var(--gray-900);\n}\n.button.linkBlack:disabled {\n opacity: 0.5;\n}\n.button.linkGray {\n padding: 0 !important;\n gap: 4px;\n}\n.button.linkGray .icon svg * {\n stroke: var(--gray-400);\n}\n.button.linkGray .text {\n color: var(--gray-400);\n padding: 0 !important;\n}\n.button.linkGray:hover .text {\n color: var(--gray-500);\n}\n.button.linkGray:hover .icon svg * {\n stroke: var(--gray-500);\n}\n.button.linkGray:disabled {\n opacity: 0.5;\n}\n.button.tabActive {\n border-radius: 6px;\n background-color: var(--base-white);\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.button.tabActive .icon svg * {\n stroke: var(--gray-700);\n}\n.button.tabActive .text {\n color: var(--gray-700);\n}\n.button.tabActive:hover .icon svg * {\n stroke: var(--gray-900);\n}\n.button.tabActive:hover .text {\n color: var(--gray-900);\n}\n.button.tabActive:disabled {\n opacity: 0.5;\n}\n.button.tab {\n border-radius: 6px;\n background-color: var(--gray-100);\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.button.tab .icon svg * {\n stroke: var(--gray-500);\n}\n.button.tab .text {\n color: var(--gray-500);\n}\n.button.tab:hover {\n background-color: var(--gray-200);\n}\n.button.tab:hover .icon svg * {\n stroke: var(--gray-800);\n}\n.button.tab:hover .text {\n color: var(--gray-800);\n}\n.button.tab:disabled {\n opacity: 0.5;\n}\n.button.warning.primary {\n border-radius: 8px;\n background-color: var(--error-500);\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.button.warning.primary:hover {\n background-color: var(--error-600);\n}\n.button.warning.primary:focus {\n background-color: var(--error-500);\n}\n.button.warning.primary:disabled {\n opacity: 0.3;\n}\n.button.warning.secondaryColor {\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px var(--error-200);\n}\n.button.warning.secondaryColor .icon svg * {\n stroke: var(--error-500);\n}\n.button.warning.secondaryColor .text {\n color: var(--error-500);\n}\n.button.warning.secondaryColor:hover {\n background-color: var(--error-50);\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px var(--error-400);\n}\n.button.warning.secondaryColor:focus {\n 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);\n}\n.button.warning.secondaryColor:disabled {\n opacity: 0.5;\n}","@mixin modify-flex($direction: null, $justify-content: null, $align-items: null) {\r\n & {\r\n display: flex;\r\n\r\n @if ($direction != null) {\r\n flex-direction: $direction;\r\n }\r\n\r\n @if ($justify-content != null) {\r\n justify-content: $justify-content;\r\n }\r\n\r\n @if ($align-items != null) {\r\n align-items: $align-items;\r\n }\r\n @content;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin baseButton() {\r\n @include modify-flex(row, center, center);\r\n\r\n .icon {\r\n width: fit-content;\r\n height: fit-content;\r\n @include modify-flex(row, center, center);\r\n }\r\n\r\n &.widthFill {\r\n width: 100%;\r\n flex: 1;\r\n }\r\n\r\n &.widthHug {\r\n width: fit-content;\r\n }\r\n\r\n &.heightFill {\r\n height: 100%;\r\n flex: 1;\r\n }\r\n\r\n &.heightHug {\r\n height: fit-content;\r\n }\r\n}","@use 'baseButton';\r\n@use 'properties';\r\n\r\n@mixin insertButton() {\r\n .button {\r\n @include baseButton.baseButton();\r\n\r\n &.small {\r\n @include properties.smallButton;\r\n }\r\n\r\n &.medium {\r\n @include properties.mediumButton;\r\n }\r\n\r\n &.large {\r\n @include properties.largeButton;\r\n }\r\n\r\n &.ultra {\r\n @include properties.ultraButton;\r\n }\r\n\r\n &.primary {\r\n @include properties.primaryButton;\r\n }\r\n\r\n &.secondaryColor {\r\n @include properties.secondaryColorButton;\r\n }\r\n\r\n &.secondaryGray {\r\n @include properties.secondaryGrayButton;\r\n }\r\n\r\n &.tertiaryWhite {\r\n @include properties.tertiaryWhiteButton;\r\n }\r\n\r\n &.tertiaryColor {\r\n @include properties.tertiaryColorButton;\r\n }\r\n\r\n &.tertiaryGray {\r\n @include properties.tertiaryGrayButton;\r\n }\r\n\r\n &.linkColor {\r\n @include properties.linkColorButton;\r\n }\r\n\r\n &.linkBlack {\r\n @include properties.linkBlackButton;\r\n }\r\n\r\n &.linkGray {\r\n @include properties.linkGrayButton;\r\n }\r\n\r\n &.tabActive {\r\n @include properties.tabActiveButton;\r\n }\r\n\r\n &.tab {\r\n @include properties.tabButton;\r\n }\r\n\r\n &.warning {\r\n &.primary {\r\n @include properties.warningPrimaryButton;\r\n }\r\n }\r\n\r\n &.warning {\r\n &.secondaryColor {\r\n @include properties.warningSecondaryColorButton;\r\n }\r\n }\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin smallButton {\r\n padding: 10px;\r\n\r\n .icon {\r\n @include modify-svg() {\r\n & {\r\n flex: none;\r\n width: 16px;\r\n height: 16px;\r\n }\r\n }\r\n }\r\n\r\n .text {\r\n padding: 0 4px;\r\n @include fnt-flex($size: 14, $line-height: 16, $weight: 500);\r\n }\r\n}","@use \"../fonts\";\r\n\r\n@mixin fnt-flex(\r\n $size: null,\r\n $line-height: null,\r\n $color: null,\r\n $weight: null,\r\n $family: fonts.$golos-ui,\r\n $stretch: normal,\r\n $style: normal,\r\n $variant: normal,\r\n) {\r\n & {\r\n @if ($size != null) {\r\n font-size: #{$size}px;\r\n }\r\n @if ($line-height != null) {\r\n line-height: #{$line-height}px;\r\n }\r\n @if ($line-height != null) {\r\n line-height: #{$line-height}px;\r\n }\r\n @if ($weight != null) {\r\n font-weight: $weight;\r\n }\r\n @if ($color != null) {\r\n color: $color;\r\n }\r\n\r\n font-family: $family;\r\n font-stretch: $stretch;\r\n font-style: $style;\r\n font-variant: $variant;\r\n }\r\n}\r\n","@use '@/styles' as *;\r\n\r\n@mixin mediumButton {\r\n padding: 10px;\r\n\r\n .icon {\r\n @include modify-svg() {\r\n & {\r\n flex: none;\r\n width: 16px;\r\n height: 16px;\r\n }\r\n }\r\n }\r\n\r\n .text {\r\n padding: 0 8px;\r\n @include fnt-flex($size: 14, $line-height: 20, $weight: 500);\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin largeButton {\r\n padding: 12px;\r\n\r\n .icon {\r\n @include modify-svg() {\r\n & {\r\n flex: none;\r\n width: 20px;\r\n height: 20px;\r\n }\r\n }\r\n }\r\n\r\n .text {\r\n padding: 0 6px;\r\n @include fnt-flex($size: 14, $line-height: 20, $weight: 500);\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin ultraButton {\r\n padding: 18px;\r\n\r\n .icon {\r\n @include modify-svg() {\r\n & {\r\n flex: none;\r\n width: 24px;\r\n height: 24px;\r\n }\r\n }\r\n }\r\n\r\n .text {\r\n padding: 0 12px;\r\n @include fnt-flex($size: 18, $line-height: 24, $weight: 500);\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin primaryButton {\r\n border-radius: 8px;\r\n background-color: var(--blue-dark-500);\r\n box-shadow: 0 1px 2px 0 #1018280D;\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--base-white));\r\n }\r\n\r\n .text {\r\n color: var(--base-white);\r\n }\r\n\r\n &:hover {\r\n background-color: var(--blue-dark-600);\r\n }\r\n\r\n &:focus {\r\n background-color: var(--blue-dark-500);\r\n box-shadow: 0 0 0 4px var(--gray-100), 0 1px 2px 0 #1018280D;\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.3;\r\n }\r\n}","@mixin modify-svg($stroke: null, $fill: null) {\r\n & {\r\n svg {\r\n * {\r\n @if ($stroke != null) {\r\n stroke: $stroke;\r\n }\r\n\r\n @if ($fill != null) {\r\n fill: $fill;\r\n }\r\n }\r\n\r\n & {\r\n @content;\r\n }\r\n }\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin secondaryColorButton {\r\n border-radius: 8px;\r\n background-color: var(--base-white);\r\n box-shadow: 0 1px 2px 0 #1018280D, 0 0 0 1px var(--blue-dark-200);\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--blue-dark-500));\r\n }\r\n\r\n .text {\r\n color: var(--blue-dark-500);\r\n }\r\n\r\n &:hover {\r\n background-color: var(--blue-dark-50);\r\n box-shadow: 0 1px 2px 0 #1018280D, 0 0 0 1px var(--blue-dark-300);\r\n }\r\n\r\n &:focus {\r\n box-shadow: 0 0 0 4px var(--gray-100), 0 1px 2px 0 #1018280D, 0 0 0 1px var(--blue-dark-300);\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.5;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin secondaryGrayButton {\r\n border-radius: 8px;\r\n background-color: var(--base-white);\r\n box-shadow: 0 1px 2px 0 #1018280D, 0 0 0 1px var(--gray-300);\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--gray-700));\r\n }\r\n\r\n .text {\r\n color: var(--gray-700);\r\n }\r\n\r\n &:hover {\r\n background-color: var(--gray-50);\r\n box-shadow: 0 1px 2px 0 #1018280D, 0 0 0 1px var(--gray-300);\r\n\r\n .text {\r\n color: var(--gray-800);\r\n }\r\n }\r\n\r\n &:focus {\r\n box-shadow: 0 0 0 4px var(--gray-100), 0 1px 2px 0 #1018280D, 0 0 0 1px var(--gray-300);\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.5;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin tertiaryWhiteButton {\r\n .icon {\r\n @include modify-svg($stroke: var(--blue-dark-100));\r\n }\r\n\r\n .text {\r\n color: var(--blue-dark-100);\r\n }\r\n\r\n &:hover {\r\n .text {\r\n color: var(--base-white);\r\n }\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--base-white));\r\n }\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.5;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin tertiaryColorButton {\r\n .icon {\r\n @include modify-svg($stroke: var(--blue-dark-500));\r\n }\r\n\r\n .text {\r\n color: var(--blue-dark-500);\r\n }\r\n\r\n &:hover {\r\n .text {\r\n color: var(--blue-dark-700);\r\n }\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--blue-dark-700));\r\n }\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.5;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin tertiaryGrayButton {\r\n .icon {\r\n @include modify-svg($stroke: var(--gray-700));\r\n }\r\n\r\n .text {\r\n color: var(--gray-700);\r\n }\r\n\r\n &:hover {\r\n .text {\r\n color: var(--gray-900);\r\n }\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--gray-900));\r\n }\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.5;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin linkColorButton {\r\n padding: 0 !important;\r\n gap: 4px;\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--blue-dark-500));\r\n }\r\n\r\n .text {\r\n color: var(--blue-dark-500);\r\n padding: 0 !important;\r\n }\r\n\r\n &:hover {\r\n .text {\r\n color: var(--blue-dark-700);\r\n }\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--blue-dark-700));\r\n }\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.5;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin linkBlackButton {\r\n padding: 0 !important;\r\n gap: 4px;\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--gray-700));\r\n }\r\n\r\n .text {\r\n color: var(--gray-700);\r\n padding: 0 !important;\r\n }\r\n\r\n &:hover {\r\n .text {\r\n color: var(--gray-900);\r\n }\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--gray-900));\r\n }\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.5;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin linkGrayButton {\r\n padding: 0 !important;\r\n gap: 4px;\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--gray-400));\r\n }\r\n\r\n .text {\r\n color: var(--gray-400);\r\n padding: 0 !important;\r\n }\r\n\r\n &:hover {\r\n .text {\r\n color: var(--gray-500);\r\n }\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--gray-500));\r\n }\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.5;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin tabActiveButton {\r\n border-radius: 6px;\r\n background-color: var(--base-white);\r\n box-shadow: 0 1px 2px 0 #1018280D;\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--gray-700));\r\n }\r\n\r\n .text {\r\n color: var(--gray-700);\r\n }\r\n\r\n &:hover {\r\n .icon {\r\n @include modify-svg($stroke: var(--gray-900));\r\n }\r\n\r\n .text {\r\n color: var(--gray-900);\r\n }\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.5;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin tabButton {\r\n border-radius: 6px;\r\n background-color: var(--gray-100);\r\n box-shadow: 0 1px 2px 0 #1018280D;\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--gray-500));\r\n }\r\n\r\n .text {\r\n color: var(--gray-500);\r\n }\r\n\r\n &:hover {\r\n background-color: var(--gray-200);\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--gray-800));\r\n }\r\n\r\n .text {\r\n color: var(--gray-800);\r\n }\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.5;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin warningPrimaryButton {\r\n border-radius: 8px;\r\n background-color: var(--error-500);\r\n box-shadow: 0 1px 2px 0 #1018280D;\r\n\r\n &:hover {\r\n background-color: var(--error-600);\r\n }\r\n\r\n &:focus {\r\n background-color: var(--error-500);\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.3;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin warningSecondaryColorButton {\r\n box-shadow: 0 1px 2px 0 #1018280D, 0 0 0 1px var(--error-200);\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--error-500));\r\n }\r\n\r\n .text {\r\n color: var(--error-500);\r\n }\r\n\r\n &:hover {\r\n background-color: var(--error-50);\r\n box-shadow: 0 1px 2px 0 #1018280D, 0 0 0 1px var(--error-400);\r\n }\r\n\r\n &:focus {\r\n box-shadow: 0 0 0 4px var(--gray-100), 0 1px 2px 0 #1018280D, 0 0 0 1px var(--error-200);\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.5;\r\n }\r\n}","@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff\") format(\"woff\");\n font-weight: 400;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff\") format(\"woff\");\n font-weight: 500;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff\") format(\"woff\");\n font-weight: 600;\n font-style: normal;\n}\n.button {\n width: fit-content;\n height: fit-content;\n}\n.button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.button svg {\n flex: none;\n}\n.button.light {\n background: none;\n}\n.button.light svg * {\n stroke: var(--gray-400);\n}\n.button.light:hover {\n background-color: var(--gray-200);\n}\n.button.light:hover svg * {\n stroke: var(--gray-600);\n}\n.button.dark {\n background-color: rgba(12, 17, 29, 0.5019607843);\n}\n.button.dark svg * {\n stroke: var(--base-white);\n}\n.button.dark:hover {\n background-color: rgba(12, 17, 29, 0.8);\n}\n.button.gray {\n background: none;\n}\n.button.gray svg * {\n stroke: var(--gray-500);\n}\n.button.gray:hover {\n background-color: var(--base-white);\n}\n.button.gray:hover svg * {\n stroke: var(--gray-600);\n}\n.button.color {\n background: none;\n}\n.button.color svg * {\n stroke: var(--blue-dark-500);\n}\n.button.color:hover {\n background-color: var(--base-white);\n}\n.button.color:hover svg * {\n stroke: var(--blue-dark-600);\n}\n.button.colorHover {\n background: none;\n}\n.button.colorHover svg * {\n stroke: var(--blue-dark-400);\n}\n.button.colorHover:hover {\n background-color: var(--blue-dark-100);\n}\n.button.colorHover:hover svg * {\n stroke: var(--blue-dark-500);\n}\n.button.redHover {\n background: none;\n}\n.button.redHover svg * {\n stroke: var(--error-400);\n}\n.button.redHover:hover {\n background-color: var(--error-100);\n}\n.button.redHover:hover svg * {\n stroke: var(--error-500);\n}\n.button.colorFill {\n background: var(--base-white);\n box-shadow: 0 0 0 1px var(--blue-dark-200);\n}\n.button.colorFill svg * {\n stroke: var(--blue-dark-500);\n}\n.button.colorFill:hover {\n background: var(--blue-dark-50);\n}\n.button.colorFill:hover svg * {\n stroke: var(--blue-dark-500);\n}\n.button.grayFill {\n background: var(--base-white);\n box-shadow: 0 0 0 1px var(--gray-300);\n}\n.button.grayFill svg * {\n stroke: var(--gray-700);\n}\n.button.grayFill:hover {\n background: var(--gray-50);\n}\n.button.grayFill:hover svg * {\n stroke: var(--gray-900);\n}\n.button.redFill {\n background: var(--base-white);\n box-shadow: 0 0 0 1px var(--error-300);\n}\n.button.redFill svg * {\n stroke: var(--error-500);\n}\n.button.redFill:hover {\n background: var(--error-50);\n}\n.button.redFill:hover svg * {\n stroke: var(--error-600);\n}\n.button.size14 {\n border-radius: 3px;\n padding: 2px;\n}\n.button.size14 svg {\n width: 10px;\n height: 10px;\n}\n.button.size16 {\n border-radius: 3px;\n padding: 2px;\n}\n.button.size16 svg {\n width: 12px;\n height: 12px;\n}\n.button.size20 {\n border-radius: 3px;\n padding: 3px;\n}\n.button.size20 svg {\n width: 14px;\n height: 14px;\n}\n.button.size24 {\n border-radius: 4px;\n padding: 4px;\n}\n.button.size24 svg {\n width: 16px;\n height: 16px;\n}\n.button.size28 {\n border-radius: 4px;\n padding: 4px;\n}\n.button.size28 svg {\n width: 20px;\n height: 20px;\n}","@use 'base-button';\r\n@use 'properties';\r\n\r\n@mixin micro-button() {\r\n .button {\r\n @include base-button.base-button();\r\n\r\n &.light {\r\n @include properties.light();\r\n }\r\n\r\n &.dark {\r\n @include properties.dark();\r\n }\r\n\r\n &.gray {\r\n @include properties.gray();\r\n }\r\n\r\n &.color {\r\n @include properties.color();\r\n }\r\n\r\n &.colorHover {\r\n @include properties.color-hover();\r\n }\r\n\r\n &.redHover {\r\n @include properties.red-hover();\r\n }\r\n\r\n &.colorFill {\r\n @include properties.color-fill();\r\n }\r\n\r\n &.grayFill {\r\n @include properties.gray-fill();\r\n }\r\n\r\n &.redFill {\r\n @include properties.red-fill();\r\n }\r\n\r\n &.size14 {\r\n @include properties.size-14();\r\n }\r\n\r\n &.size16 {\r\n @include properties.size-16();\r\n }\r\n\r\n &.size20 {\r\n @include properties.size-20();\r\n }\r\n\r\n &.size24 {\r\n @include properties.size-24();\r\n }\r\n\r\n &.size28 {\r\n @include properties.size-28();\r\n }\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin base-button() {\r\n width: fit-content;\r\n height: fit-content;\r\n @include modify-flex(row, center, center);\r\n @include modify-svg() {\r\n flex: none;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin light() {\r\n background: none;\r\n @include modify-svg($stroke: var(--gray-400));\r\n\r\n &:hover {\r\n background-color: var(--gray-200);\r\n @include modify-svg($stroke: var(--gray-600));\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin dark() {\r\n background-color: #0C111D80;\r\n @include modify-svg($stroke: var(--base-white));\r\n\r\n &:hover {\r\n background-color: #0C111DCC;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin gray() {\r\n background: none;\r\n @include modify-svg($stroke: var(--gray-500));\r\n\r\n &:hover {\r\n background-color: var(--base-white);\r\n @include modify-svg($stroke: var(--gray-600));\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin color() {\r\n background: none;\r\n @include modify-svg($stroke: var(--blue-dark-500));\r\n\r\n &:hover {\r\n background-color: var(--base-white);\r\n @include modify-svg($stroke: var(--blue-dark-600));\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin color-hover() {\r\n background: none;\r\n @include modify-svg($stroke: var(--blue-dark-400));\r\n\r\n &:hover {\r\n background-color: var(--blue-dark-100);\r\n @include modify-svg($stroke: var(--blue-dark-500));\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin red-hover() {\r\n background: none;\r\n @include modify-svg($stroke: var(--error-400));\r\n\r\n &:hover {\r\n background-color: var(--error-100);\r\n @include modify-svg($stroke: var(--error-500));\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin color-fill() {\r\n background: var(--base-white);\r\n box-shadow: 0 0 0 1px var(--blue-dark-200);\r\n @include modify-svg($stroke: var(--blue-dark-500));\r\n\r\n &:hover {\r\n background: var(--blue-dark-50);\r\n @include modify-svg($stroke: var(--blue-dark-500));\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin gray-fill() {\r\n background: var(--base-white);\r\n box-shadow: 0 0 0 1px var(--gray-300);\r\n @include modify-svg($stroke: var(--gray-700));\r\n\r\n &:hover {\r\n background: var(--gray-50);\r\n @include modify-svg($stroke: var(--gray-900));\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin red-fill() {\r\n background: var(--base-white);\r\n box-shadow: 0 0 0 1px var(--error-300);\r\n @include modify-svg($stroke: var(--error-500));\r\n\r\n &:hover {\r\n background: var(--error-50);\r\n @include modify-svg($stroke: var(--error-600));\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin size-14() {\r\n border-radius: 3px;\r\n padding: 2px;\r\n\r\n @include modify-svg() {\r\n width: 10px;\r\n height: 10px;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin size-16() {\r\n border-radius: 3px;\r\n padding: 2px;\r\n\r\n @include modify-svg() {\r\n width: 12px;\r\n height: 12px;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin size-20() {\r\n border-radius: 3px;\r\n padding: 3px;\r\n\r\n @include modify-svg() {\r\n width: 14px;\r\n height: 14px;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin size-24() {\r\n border-radius: 4px;\r\n padding: 4px;\r\n\r\n @include modify-svg() {\r\n width: 16px;\r\n height: 16px;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin size-28() {\r\n border-radius: 4px;\r\n padding: 4px;\r\n\r\n @include modify-svg() {\r\n width: 20px;\r\n height: 20px;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n.calendarDay {\r\n position: relative;\r\n flex: none;\r\n width: 40px;\r\n height: 40px;\r\n\r\n border-radius: 8px;\r\n background-color: var(--base-white);\r\n\r\n @include modify-flex($direction: column, $justify-content: center, $align-items: center);\r\n\r\n .mark {\r\n width: 100%;\r\n height: 12px;\r\n padding: 4px 0 0 0;\r\n @include modify-flex($direction: column, $justify-content: center, $align-items: center);\r\n\r\n &::after {\r\n content: '';\r\n width: 4px;\r\n height: 4px;\r\n border-radius: 50%;\r\n background-color: var(--blue-dark-400);\r\n }\r\n }\r\n\r\n .day {\r\n flex: 1;\r\n width: 100%;\r\n @include modify-flex($direction: column, $justify-content: center, $align-items: center);\r\n @include fnt($size: 16, $line-height: 16, $weight: 400, $color: var(--gray-700));\r\n }\r\n\r\n .info {\r\n width: 100%;\r\n height: 12px;\r\n padding: 0 0 2px 0;\r\n @include fnt($size: 10, $line-height: 10, $weight: 400, $color: var(--gray-400));\r\n }\r\n\r\n &:hover {\r\n background-color: var(--gray-100);\r\n }\r\n\r\n &.holiday {\r\n .day {\r\n color: var(--error-500);\r\n }\r\n }\r\n\r\n &.active {\r\n background-color: var(--blue-dark-500);\r\n\r\n .mark::after {\r\n background-color: var(--base-white);\r\n }\r\n\r\n .day {\r\n color: var(--base-white);\r\n }\r\n\r\n .info {\r\n color: var(--blue-dark-300);\r\n }\r\n\r\n &:hover {\r\n background-color: var(--blue-dark-600);\r\n }\r\n }\r\n\r\n &.filter {\r\n background-color: var(--gray-100);\r\n\r\n &:hover {\r\n background-color: var(--gray-200);\r\n }\r\n\r\n &:before {\r\n // Требует наличия у родителя relative с z-index: 1;\r\n content: '';\r\n width: 60px;\r\n height: 40px;\r\n position: absolute;\r\n background-color: var(--gray-100);\r\n z-index: -1;\r\n }\r\n }\r\n\r\n &:disabled {\r\n background-color: var(--base-white);\r\n z-index: 1;\r\n\r\n &:before {\r\n background: var(--base-white);\r\n width: 100%;\r\n height: 100%;\r\n }\r\n\r\n .mark {\r\n &::after {\r\n background-color: var(--gray-300);\r\n }\r\n }\r\n\r\n .day {\r\n @include fnt-flex($color: var(--gray-400));\r\n }\r\n\r\n .info {\r\n @include fnt-flex($color: var(--gray-300));\r\n }\r\n }\r\n}","@use \"../fonts\";\r\n\r\n@mixin fnt(\r\n $size: 16,\r\n $line-height: 24,\r\n $color: black,\r\n $weight: 400,\r\n $family: fonts.$golos-ui,\r\n $stretch: normal,\r\n $style: normal,\r\n $variant: normal,\r\n) {\r\n\r\n & {\r\n font-size: #{$size}px;\r\n line-height: #{$line-height}px;\r\n color: $color;\r\n font-weight: $weight;\r\n font-family: $family;\r\n font-stretch: $stretch;\r\n font-style: $style;\r\n font-variant: $variant;\r\n }\r\n}\r\n","@use '@/styles' as *;\r\n\r\n.datePicker {\r\n width: fit-content;\r\n height: fit-content;\r\n\r\n border-radius: 16px;\r\n border: 1px solid var(--gray-200);\r\n background-color: var(--base-white);\r\n box-shadow: 0 8px 8px -4px #10182808, 0 20px 24px -4px #10182814;\r\n}","@use '@/styles' as *;\r\n\r\n.datePickerMain {\r\n position: relative;\r\n width: 100%;\r\n padding: 16px;\r\n gap: 8px;\r\n z-index: 1;\r\n overflow: hidden;\r\n @include modify-flex($direction: column);\r\n\r\n .header {\r\n width: 100%;\r\n gap: 2px;\r\n z-index: 2;\r\n backdrop-filter: blur(10px);\r\n @include modify-flex($direction: row);\r\n\r\n .item {\r\n width: 40px;\r\n height: 16px;\r\n text-align: center;\r\n @include fnt($size: 14, $line-height: 16, $weight: 500, $color: var(--gray-400));\r\n }\r\n }\r\n\r\n .main {\r\n z-index: 0;\r\n\r\n .meta {\r\n width: 100%;\r\n gap: 6px;\r\n z-index: 2;\r\n @include modify-flex($direction: row);\r\n\r\n .month {\r\n @include fnt($size: 16, $line-height: 20, $weight: 400, $color: var(--gray-900));\r\n }\r\n\r\n .year {\r\n @include fnt($size: 16, $line-height: 20, $weight: 400, $color: var(--gray-400));\r\n }\r\n }\r\n\r\n .grid {\r\n width: 100%;\r\n height: 250px;\r\n overflow-y: hidden;\r\n }\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n.dateGrid {\r\n max-height: 250px;\r\n position: relative;\r\n z-index: 1;\r\n display: grid;\r\n grid-template-columns: repeat(7, 1fr);\r\n grid-template-rows: repeat(5, 1fr);\r\n gap: 2px;\r\n overflow: hidden;\r\n\r\n &.upEntrance {\r\n animation: up-entrance 1s forwards;\r\n }\r\n\r\n &.downEntrance {\r\n animation: down-entrance 1s forwards;\r\n }\r\n\r\n &.upExit {\r\n animation: up-exit 1s forwards;\r\n }\r\n\r\n &.downExit {\r\n animation: down-exit 1s forwards;\r\n }\r\n\r\n &.displayNone {\r\n display: none;\r\n }\r\n}\r\n\r\n@keyframes up-entrance {\r\n from {\r\n transform: translateY(-100%);\r\n }\r\n to {\r\n transform: translateY(0);\r\n }\r\n}\r\n\r\n@keyframes down-entrance {\r\n from {\r\n transform: translateY(100%);\r\n }\r\n to {\r\n transform: translateY(0);\r\n }\r\n}\r\n\r\n@keyframes up-exit {\r\n from {\r\n transform: translateY(0);\r\n }\r\n to {\r\n transform: translateY(-100%);\r\n }\r\n}\r\n\r\n@keyframes down-exit {\r\n from {\r\n transform: translateY(0);\r\n }\r\n to {\r\n transform: translateY(100%);\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n.datePickerHeader {\r\n width: 100%;\r\n height: fit-content;\r\n padding: 16px 16px 0 16px;\r\n @include modify-flex($direction: row);\r\n\r\n .text {\r\n flex: 1;\r\n @include fnt($size: 20, $line-height: 24, $weight: 600, $color: var(--gray-900));\r\n }\r\n\r\n .switchers {\r\n width: fit-content;\r\n height: fit-content;\r\n gap: 2px;\r\n @include modify-flex($direction: row);\r\n\r\n .item {\r\n flex: none;\r\n }\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n.datePickerFooter {\r\n width: 100%;\r\n display: flex;\r\n\r\n border-top: 1px solid var(--gray-200);\r\n padding: 16px;\r\n gap: 8px;\r\n\r\n .item {\r\n flex: 1;\r\n }\r\n}","@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff\") format(\"woff\");\n font-weight: 400;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff\") format(\"woff\");\n font-weight: 500;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff\") format(\"woff\");\n font-weight: 600;\n font-style: normal;\n}\n.flexField {\n width: 100%;\n height: fit-content;\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 10px 12px;\n border-radius: 8px;\n gap: 12px;\n background-color: var(--base-white);\n box-shadow: 0 0 0 1px var(--gray-300), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n box-sizing: border-box;\n}\n.flexField .inputField {\n flex: 1;\n min-width: 0;\n min-height: 24px;\n outline: none;\n padding: 0;\n margin: 0;\n border: none;\n background: none;\n text-wrap: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.flexField .inputField {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-900);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.flexField .inputField::placeholder {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-400);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.flexField .icon {\n padding: 2px 0;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.flexField .icon svg * {\n stroke: var(--gray-400);\n}\n.flexField .icon svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.flexField .textSupport {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-400);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.flexField .userPic {\n width: 24px;\n height: 24px;\n border-radius: 50%;\n object-fit: scale-down;\n}\n.flexField .help {\n padding: 2px 0;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.flexField .help svg * {\n stroke: var(--gray-400);\n}\n.flexField .help svg {\n width: 16px;\n height: 16px;\n flex: none;\n}\n.flexField .dropdown {\n padding: 2px 0;\n transition: all ease-in-out 200ms;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.flexField .dropdown svg * {\n stroke: var(--gray-500);\n}\n.flexField .dropdown svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.flexField .dropdown.dropdownReverse {\n transform: rotateX(-180deg);\n}\n.flexField .button {\n padding: 2px 0;\n transition: all ease-in-out 200ms;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.flexField .button svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.flexField .button.red svg * {\n stroke: var(--error-400);\n}\n.flexField .button.red:hover svg * {\n stroke: var(--error-500);\n}\n.flexField .button.gray svg * {\n stroke: var(--gray-400);\n}\n.flexField .button.gray:hover svg * {\n stroke: var(--gray-500);\n}\n.flexField.pointer {\n cursor: pointer;\n}\n.flexField.focus {\n box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.flexField.isError {\n box-shadow: 0 0 0 1px var(--error-300), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.flexField.isError .help svg * {\n stroke: var(--error-500);\n}\n.flexField.isError.focus {\n box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.flexField.disabled {\n background-color: var(--gray-100);\n cursor: default;\n}\n.flexField.disabled * {\n cursor: default;\n}\n.flexField.disabled .inputField {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-500);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}","@use '@/styles' as *;\r\n\r\n@mixin insertFlexField() {\r\n .flexField {\r\n width: 100%;\r\n height: fit-content;\r\n\r\n @include centerInsideContent();\r\n\r\n padding: 10px 12px;\r\n border-radius: 8px;\r\n gap: 12px;\r\n background-color: var(--base-white);\r\n box-shadow: 0 0 0 1px var(--gray-300), 0 1px 2px 0 #1018280D;\r\n box-sizing: border-box;\r\n\r\n .inputField {\r\n flex: 1;\r\n min-width: 0; // Важное свойство, чтобы flexbox учитывал минимальное сжатие\r\n\r\n min-height: 24px;\r\n outline: none;\r\n padding: 0;\r\n margin: 0;\r\n border: none;\r\n background: none;\r\n text-wrap: nowrap;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n\r\n @include fnt($size: 16, $line-height: 24, $weight: 400, $color: var(--gray-900));\r\n\r\n &::placeholder {\r\n @include fnt($size: 16, $line-height: 24, $weight: 400, $color: var(--gray-400));\r\n }\r\n }\r\n\r\n .icon {\r\n padding: 2px 0;\r\n @include centerInsideContent();\r\n @include modify-svg($stroke: var(--gray-400)) {\r\n width: 20px;\r\n height: 20px;\r\n flex: none;\r\n }\r\n }\r\n\r\n .textSupport {\r\n @include fnt($size: 16, $line-height: 24, $weight: 400, $color: var(--gray-400));\r\n }\r\n\r\n .userPic {\r\n width: 24px;\r\n height: 24px;\r\n border-radius: 50%;\r\n object-fit: scale-down;\r\n }\r\n\r\n .help {\r\n padding: 2px 0;\r\n @include centerInsideContent();\r\n @include modify-svg($stroke: var(--gray-400)) {\r\n width: 16px;\r\n height: 16px;\r\n flex: none;\r\n }\r\n }\r\n\r\n .dropdown {\r\n padding: 2px 0;\r\n transition: all ease-in-out 200ms;\r\n @include centerInsideContent();\r\n @include modify-svg($stroke: var(--gray-500)) {\r\n width: 20px;\r\n height: 20px;\r\n flex: none;\r\n }\r\n\r\n &.dropdownReverse {\r\n transform: rotateX(-180deg);\r\n }\r\n }\r\n\r\n .button {\r\n padding: 2px 0;\r\n transition: all ease-in-out 200ms;\r\n @include centerInsideContent();\r\n @include modify-svg() {\r\n width: 20px;\r\n height: 20px;\r\n flex: none;\r\n }\r\n\r\n &.red {\r\n @include modify-svg($stroke: var(--error-400));\r\n\r\n &:hover {\r\n @include modify-svg($stroke: var(--error-500));\r\n }\r\n }\r\n\r\n &.gray {\r\n @include modify-svg($stroke: var(--gray-400));\r\n\r\n &:hover {\r\n @include modify-svg($stroke: var(--gray-500));\r\n }\r\n }\r\n }\r\n\r\n &.pointer {\r\n cursor: pointer;\r\n }\r\n\r\n &.focus {\r\n box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 #1018280D;\r\n }\r\n\r\n &.isError {\r\n box-shadow: 0 0 0 1px var(--error-300), 0 1px 2px 0 #1018280D;\r\n\r\n .help {\r\n @include modify-svg($stroke: var(--error-500));\r\n }\r\n\r\n &.focus {\r\n box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 #1018280D;\r\n }\r\n }\r\n\r\n &.disabled {\r\n background-color: var(--gray-100);\r\n cursor: default;\r\n\r\n * {\r\n cursor: default;\r\n }\r\n\r\n .inputField {\r\n @include fnt($size: 16, $line-height: 24, $weight: 400, $color: var(--gray-500));\r\n }\r\n }\r\n\r\n @content;\r\n }\r\n}","@mixin centerInsideContent {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}","@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff\") format(\"woff\");\n font-weight: 400;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff\") format(\"woff\");\n font-weight: 500;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff\") format(\"woff\");\n font-weight: 600;\n font-style: normal;\n}\n.selectField {\n width: 100%;\n position: relative;\n}\n.selectField .flexField {\n width: 100%;\n height: fit-content;\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 10px 12px;\n border-radius: 8px;\n gap: 12px;\n background-color: var(--base-white);\n box-shadow: 0 0 0 1px var(--gray-300), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n box-sizing: border-box;\n}\n.selectField .flexField .inputField {\n flex: 1;\n min-width: 0;\n min-height: 24px;\n outline: none;\n padding: 0;\n margin: 0;\n border: none;\n background: none;\n text-wrap: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.selectField .flexField .inputField {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-900);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.selectField .flexField .inputField::placeholder {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-400);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.selectField .flexField .icon {\n padding: 2px 0;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.selectField .flexField .icon svg * {\n stroke: var(--gray-400);\n}\n.selectField .flexField .icon svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.selectField .flexField .textSupport {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-400);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.selectField .flexField .userPic {\n width: 24px;\n height: 24px;\n border-radius: 50%;\n object-fit: scale-down;\n}\n.selectField .flexField .help {\n padding: 2px 0;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.selectField .flexField .help svg * {\n stroke: var(--gray-400);\n}\n.selectField .flexField .help svg {\n width: 16px;\n height: 16px;\n flex: none;\n}\n.selectField .flexField .dropdown {\n padding: 2px 0;\n transition: all ease-in-out 200ms;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.selectField .flexField .dropdown svg * {\n stroke: var(--gray-500);\n}\n.selectField .flexField .dropdown svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.selectField .flexField .dropdown.dropdownReverse {\n transform: rotateX(-180deg);\n}\n.selectField .flexField .button {\n padding: 2px 0;\n transition: all ease-in-out 200ms;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.selectField .flexField .button svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.selectField .flexField .button.red svg * {\n stroke: var(--error-400);\n}\n.selectField .flexField .button.red:hover svg * {\n stroke: var(--error-500);\n}\n.selectField .flexField .button.gray svg * {\n stroke: var(--gray-400);\n}\n.selectField .flexField .button.gray:hover svg * {\n stroke: var(--gray-500);\n}\n.selectField .flexField.pointer {\n cursor: pointer;\n}\n.selectField .flexField.focus {\n box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.selectField .flexField.isError {\n box-shadow: 0 0 0 1px var(--error-300), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.selectField .flexField.isError .help svg * {\n stroke: var(--error-500);\n}\n.selectField .flexField.isError.focus {\n box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.selectField .flexField.disabled {\n background-color: var(--gray-100);\n cursor: default;\n}\n.selectField .flexField.disabled * {\n cursor: default;\n}\n.selectField .flexField.disabled .inputField {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-500);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.selectField .modalWindow {\n width: 100%;\n position: absolute;\n z-index: 5;\n}\n.selectField .modalWindow .selectModalWindow {\n width: 100%;\n height: fit-content;\n max-height: 300px;\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n padding: 4px;\n background-color: var(--base-white);\n box-shadow: 0 0 0 1px var(--gray-300), 0 4px 6px -2px rgba(16, 24, 40, 0.031372549), 0px 12px 16px -4px rgba(16, 24, 40, 0.0784313725);\n overflow: scroll;\n scrollbar-width: none;\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem {\n width: 100%;\n height: fit-content;\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 8px;\n padding: 10px 16px;\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem .label {\n flex: 1;\n text-align: left;\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem .label {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-900);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem.active {\n background-color: var(--blue-dark-50);\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem.active svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem.active svg * {\n stroke: var(--blue-dark-500);\n}","@use '@/styles' as *;\r\n@use '../../../FlexField';\r\n\r\n@mixin insertSelectField() {\r\n .selectField {\r\n width: 100%;\r\n position: relative;\r\n\r\n @include FlexField.insertFlexField();\r\n\r\n .modalWindow {\r\n width: 100%;\r\n position: absolute;\r\n z-index: 5;\r\n\r\n .selectModalWindow {\r\n width: 100%;\r\n height: fit-content;\r\n max-height: 300px;\r\n\r\n display: flex;\r\n flex-direction: column;\r\n\r\n border-radius: 8px;\r\n padding: 4px;\r\n\r\n background-color: var(--base-white);\r\n box-shadow: 0 0 0 1px var(--gray-300), 0 4px 6px -2px #10182808, 0px 12px 16px -4px #10182814;\r\n\r\n overflow: scroll;\r\n scrollbar-width: none;\r\n\r\n .selectFieldOptionsItem {\r\n width: 100%;\r\n height: fit-content;\r\n\r\n @include centerInsideContent();\r\n\r\n gap: 8px;\r\n padding: 10px 16px;\r\n\r\n .label {\r\n flex: 1;\r\n text-align: left;\r\n @include fnt($size: 16, $line-height: 24, $weight: 400, $color: var(--gray-900));\r\n }\r\n\r\n &.active {\r\n background-color: var(--blue-dark-50);\r\n @include changeSvg($width: 20, $height: 20, $stroke: var(--blue-dark-500), $flex: none);\r\n }\r\n }\r\n }\r\n }\r\n\r\n @content;\r\n }\r\n}","@mixin changeSvg($stroke: null, $fill: null, $width: null, $height: null, $flex: null) {\r\n & {\r\n svg {\r\n @if ($width != null) {\r\n width: #{$width}px;\r\n }\r\n @if ($height != null) {\r\n height: #{$height}px;\r\n }\r\n\r\n @if ($flex != null) {\r\n flex: $flex;\r\n }\r\n\r\n * {\r\n @if ($stroke != null) {\r\n stroke: $stroke;\r\n }\r\n\r\n @if ($fill != null) {\r\n fill: $fill;\r\n }\r\n }\r\n }\r\n }\r\n}","@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff\") format(\"woff\");\n font-weight: 400;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff\") format(\"woff\");\n font-weight: 500;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff\") format(\"woff\");\n font-weight: 600;\n font-style: normal;\n}\n.inputFieldWrapper {\n width: 100%;\n display: flex;\n flex-direction: column;\n gap: 4px;\n}\n.inputFieldWrapper .labelText {\n display: flex;\n padding: 0 12px;\n gap: 2px;\n}\n.inputFieldWrapper .labelText {\n font-size: 14px;\n line-height: 20px;\n color: var(--gray-700);\n font-weight: 500;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.inputFieldWrapper .labelText .required {\n font-size: 14px;\n line-height: 20px;\n color: var(--error-500);\n font-weight: 500;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.inputFieldWrapper .hintText {\n display: flex;\n padding: 0 12px;\n gap: 2px;\n}\n.inputFieldWrapper .hintText {\n font-size: 14px;\n line-height: 20px;\n color: var(--gray-600);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.inputFieldWrapper .hintError {\n display: flex;\n padding: 0 12px;\n gap: 2px;\n}\n.inputFieldWrapper .hintError {\n font-size: 14px;\n line-height: 20px;\n color: var(--error-500);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.inputFieldWrapper .helperLink {\n display: flex;\n padding: 0 12px;\n gap: 2px;\n cursor: pointer;\n}\n.inputFieldWrapper .helperLink svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.inputFieldWrapper .helperLink svg * {\n stroke: var(--blue-dark-500);\n}\n.inputFieldWrapper .helperLink {\n font-size: 14px;\n line-height: 20px;\n color: var(--blue-dark-500);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}","@use '@/styles' as *;\r\n\r\n@mixin insertInputFieldWrapper() {\r\n .inputFieldWrapper {\r\n width: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n\r\n gap: 4px;\r\n\r\n .labelText {\r\n display: flex;\r\n padding: 0 12px;\r\n gap: 2px;\r\n\r\n @include fnt($size: 14, $line-height: 20, $weight: 500, $color: var(--gray-700));\r\n\r\n .required {\r\n @include fnt($size: 14, $line-height: 20, $weight: 500, $color: var(--error-500));\r\n }\r\n }\r\n\r\n .hintText {\r\n display: flex;\r\n padding: 0 12px;\r\n gap: 2px;\r\n\r\n @include fnt($size: 14, $line-height: 20, $weight: 400, $color: var(--gray-600));\r\n }\r\n\r\n .hintError {\r\n display: flex;\r\n padding: 0 12px;\r\n gap: 2px;\r\n\r\n @include fnt($size: 14, $line-height: 20, $weight: 400, $color: var(--error-500));\r\n }\r\n\r\n .helperLink {\r\n display: flex;\r\n padding: 0 12px;\r\n gap: 2px;\r\n cursor: pointer;\r\n @include changeSvg($width: 20, $height: 20, $stroke: var(--blue-dark-500), $flex: none);\r\n @include fnt($size: 14, $line-height: 20, $weight: 400, $color: var(--blue-dark-500));\r\n }\r\n\r\n @content;\r\n }\r\n}","@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff\") format(\"woff\");\n font-weight: 400;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff\") format(\"woff\");\n font-weight: 500;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff\") format(\"woff\");\n font-weight: 600;\n font-style: normal;\n}\n.switcherField {\n width: 36px;\n height: 20px;\n display: flex;\n justify-content: left;\n border-radius: 12px;\n padding: 2px;\n background-color: var(--gray-200);\n}\n.switcherField:after {\n flex: none;\n content: \"\";\n width: 16px;\n height: 16px;\n border-radius: 50%;\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0588235294), 0 1px 3px 0 rgba(16, 24, 40, 0.1019607843);\n background-color: var(--base-white);\n}\n.switcherField:hover {\n background-color: var(--gray-300);\n}\n.switcherField:focus {\n box-shadow: 0 0 0 4px var(--gray-100);\n}\n.switcherField.active {\n justify-content: right;\n background-color: var(--blue-dark-500);\n}\n.switcherField.active:hover {\n background-color: var(--blue-dark-600);\n}\n.switcherField:disabled {\n cursor: default;\n background-color: var(--gray-200);\n}\n.switcherField:disabled:hover {\n background-color: var(--gray-200);\n}","@use '@/styles' as *;\r\n@use \"sass:meta\";\r\n@use \"sass:string\";\r\n@use \"sass:map\";\r\n\r\n$medium-size: 'medium';\r\n$large-size: 'large';\r\n\r\n$light-tone: 'light';\r\n$dark-tone: 'dark';\r\n\r\n\r\n$size-config: (\r\n medium: (\r\n width: 36,\r\n height: 20,\r\n radius: 16,\r\n ),\r\n large: (\r\n width: 44,\r\n height: 24,\r\n radius: 20,\r\n ),\r\n);\r\n\r\n$tone-config: (\r\n light: (\r\n main: var(--gray-200),\r\n hover: var(--gray-300),\r\n ),\r\n dark: (\r\n main: var(--gray-300),\r\n hover: var(--gray-400),\r\n ),\r\n);\r\n\r\n@mixin insertSwitcherField($size: $medium-size, $tone: $light-tone) {\r\n $size: if(meta.type-of($size) == 'string', string.unquote($size), $size);\r\n $tone: if(meta.type-of($tone) == 'string', string.unquote($tone), $tone);\r\n $size-settings: map.get($size-config, $size);\r\n $tone-settings: map.get($tone-config, $tone);\r\n\r\n .switcherField {\r\n width: #{map.get($size-settings, width)}px;\r\n height: #{map.get($size-settings, height)}px;\r\n\r\n display: flex;\r\n justify-content: left;\r\n\r\n border-radius: 12px;\r\n padding: 2px;\r\n background-color: map.get($tone-settings, main);\r\n\r\n &:after {\r\n flex: none;\r\n content: '';\r\n width: #{map.get($size-settings, radius)}px;\r\n height: #{map.get($size-settings, radius)}px;\r\n border-radius: 50%;\r\n box-shadow: 0 1px 2px 0 #1018280F, 0 1px 3px 0 #1018281A;\r\n background-color: var(--base-white);\r\n }\r\n\r\n &:hover {\r\n background-color: map.get($tone-settings, hover);\r\n }\r\n\r\n &:focus {\r\n box-shadow: 0 0 0 4px var(--gray-100);\r\n }\r\n\r\n &.active {\r\n justify-content: right;\r\n background-color: var(--blue-dark-500);\r\n\r\n &:hover {\r\n background-color: var(--blue-dark-600);\r\n }\r\n }\r\n\r\n &:disabled {\r\n cursor: default;\r\n background-color: map.get($tone-settings, main);\r\n\r\n &:hover {\r\n background-color: map.get($tone-settings, main);\r\n }\r\n }\r\n\r\n @content;\r\n }\r\n}","@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff\") format(\"woff\");\n font-weight: 400;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff\") format(\"woff\");\n font-weight: 500;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff\") format(\"woff\");\n font-weight: 600;\n font-style: normal;\n}\n.radioFieldItem {\n width: fit-content;\n height: fit-content;\n display: flex;\n gap: 8px;\n}\n.radioFieldItem .checkbox {\n flex: none;\n width: 16px;\n height: 16px;\n border-radius: 50%;\n border: 1px solid var(--gray-300);\n background-color: var(--base-white);\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.radioFieldItem .label {\n font-size: 14px;\n line-height: 20px;\n color: var(--gray-700);\n font-weight: 500;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.radioFieldItem.active .checkbox {\n border: 1px solid var(--blue-dark-500);\n}\n.radioFieldItem.active .checkbox:after {\n content: \"\";\n flex: none;\n width: 6px;\n height: 6px;\n border-radius: 50%;\n background-color: var(--blue-dark-500);\n}","@use '@/styles' as *;\r\n@use '../../../FlexField';\r\n\r\n@mixin insertRadioField() {\r\n .radioFieldItem {\r\n width: fit-content;\r\n height: fit-content;\r\n\r\n display: flex;\r\n gap: 8px;\r\n\r\n .checkbox {\r\n flex: none;\r\n width: 16px;\r\n height: 16px;\r\n\r\n border-radius: 50%;\r\n border: 1px solid var(--gray-300);\r\n background-color: var(--base-white);\r\n\r\n @include centerInsideContent();\r\n }\r\n\r\n .label {\r\n @include fnt($size: 14, $line-height: 20, $weight: 500, $color: var(--gray-700));\r\n }\r\n\r\n &.active {\r\n .checkbox {\r\n &:after {\r\n content: '';\r\n flex: none;\r\n width: 6px;\r\n height: 6px;\r\n border-radius: 50%;\r\n background-color: var(--blue-dark-500);\r\n }\r\n\r\n border: 1px solid var(--blue-dark-500);\r\n }\r\n }\r\n\r\n @content;\r\n }\r\n}","@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff\") format(\"woff\");\n font-weight: 400;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff\") format(\"woff\");\n font-weight: 500;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff\") format(\"woff\");\n font-weight: 600;\n font-style: normal;\n}\n.textareaField {\n width: 100%;\n height: fit-content;\n min-height: 68px;\n resize: none;\n border-radius: 8px;\n padding: 10px 12px;\n background-color: var(--base-white);\n box-shadow: 0 0 0 1px var(--gray-300), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.textareaField {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-900);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.textareaField::placeholder {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-400);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.textareaField:focus {\n box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.textareaField:disabled {\n background-color: var(--gray-100);\n}\n.textareaField:disabled {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-500);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.textareaField.isError {\n border: 1px solid var(--error-300);\n}\n.textareaField.isError:focus {\n box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}","@use '@/styles' as *;\r\n\r\n@mixin insertTextareaField() {\r\n .textareaField {\r\n width: 100%;\r\n height: fit-content;\r\n min-height: 68px;\r\n\r\n resize: none;\r\n border-radius: 8px;\r\n padding: 10px 12px;\r\n\r\n background-color: var(--base-white);\r\n box-shadow: 0 0 0 1px var(--gray-300), 0 1px 2px 0 #1018280D;\r\n\r\n @include fnt($size: 16, $line-height: 24, $weight: 400, $color: var(--gray-900));\r\n\r\n &::placeholder {\r\n @include fnt($size: 16, $line-height: 24, $weight: 400, $color: var(--gray-400));\r\n }\r\n\r\n &:focus {\r\n box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 #1018280D;\r\n }\r\n\r\n &:disabled {\r\n background-color: var(--gray-100);\r\n @include fnt($size: 16, $line-height: 24, $weight: 400, $color: var(--gray-500));\r\n }\r\n\r\n &.isError {\r\n border: 1px solid var(--error-300);\r\n\r\n &:focus {\r\n box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 #1018280D;\r\n }\r\n }\r\n\r\n @content;\r\n }\r\n}","@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff\") format(\"woff\");\n font-weight: 400;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff\") format(\"woff\");\n font-weight: 500;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff\") format(\"woff\");\n font-weight: 600;\n font-style: normal;\n}\n.flexField {\n width: 100%;\n height: fit-content;\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 10px 12px;\n border-radius: 8px;\n gap: 12px;\n background-color: var(--base-white);\n box-shadow: 0 0 0 1px var(--gray-300), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n box-sizing: border-box;\n}\n.flexField .inputField {\n flex: 1;\n min-width: 0;\n min-height: 24px;\n outline: none;\n padding: 0;\n margin: 0;\n border: none;\n background: none;\n text-wrap: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.flexField .inputField {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-900);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.flexField .inputField::placeholder {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-400);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.flexField .icon {\n padding: 2px 0;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.flexField .icon svg * {\n stroke: var(--gray-400);\n}\n.flexField .icon svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.flexField .textSupport {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-400);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.flexField .userPic {\n width: 24px;\n height: 24px;\n border-radius: 50%;\n object-fit: scale-down;\n}\n.flexField .help {\n padding: 2px 0;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.flexField .help svg * {\n stroke: var(--gray-400);\n}\n.flexField .help svg {\n width: 16px;\n height: 16px;\n flex: none;\n}\n.flexField .dropdown {\n padding: 2px 0;\n transition: all ease-in-out 200ms;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.flexField .dropdown svg * {\n stroke: var(--gray-500);\n}\n.flexField .dropdown svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.flexField .dropdown.dropdownReverse {\n transform: rotateX(-180deg);\n}\n.flexField .button {\n padding: 2px 0;\n transition: all ease-in-out 200ms;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.flexField .button svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.flexField .button.red svg * {\n stroke: var(--error-400);\n}\n.flexField .button.red:hover svg * {\n stroke: var(--error-500);\n}\n.flexField .button.gray svg * {\n stroke: var(--gray-400);\n}\n.flexField .button.gray:hover svg * {\n stroke: var(--gray-500);\n}\n.flexField.pointer {\n cursor: pointer;\n}\n.flexField.focus {\n box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.flexField.isError {\n box-shadow: 0 0 0 1px var(--error-300), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.flexField.isError .help svg * {\n stroke: var(--error-500);\n}\n.flexField.isError.focus {\n box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.flexField.disabled {\n background-color: var(--gray-100);\n cursor: default;\n}\n.flexField.disabled * {\n cursor: default;\n}\n.flexField.disabled .inputField {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-500);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n\n.inputFieldWrapper {\n width: 100%;\n display: flex;\n flex-direction: column;\n gap: 4px;\n}\n.inputFieldWrapper .labelText {\n display: flex;\n padding: 0 12px;\n gap: 2px;\n}\n.inputFieldWrapper .labelText {\n font-size: 14px;\n line-height: 20px;\n color: var(--gray-700);\n font-weight: 500;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.inputFieldWrapper .labelText .required {\n font-size: 14px;\n line-height: 20px;\n color: var(--error-500);\n font-weight: 500;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.inputFieldWrapper .hintText {\n display: flex;\n padding: 0 12px;\n gap: 2px;\n}\n.inputFieldWrapper .hintText {\n font-size: 14px;\n line-height: 20px;\n color: var(--gray-600);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.inputFieldWrapper .hintError {\n display: flex;\n padding: 0 12px;\n gap: 2px;\n}\n.inputFieldWrapper .hintError {\n font-size: 14px;\n line-height: 20px;\n color: var(--error-500);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.inputFieldWrapper .helperLink {\n display: flex;\n padding: 0 12px;\n gap: 2px;\n cursor: pointer;\n}\n.inputFieldWrapper .helperLink svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.inputFieldWrapper .helperLink svg * {\n stroke: var(--blue-dark-500);\n}\n.inputFieldWrapper .helperLink {\n font-size: 14px;\n line-height: 20px;\n color: var(--blue-dark-500);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n\n.selectField {\n width: 100%;\n position: relative;\n}\n.selectField .flexField {\n width: 100%;\n height: fit-content;\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 10px 12px;\n border-radius: 8px;\n gap: 12px;\n background-color: var(--base-white);\n box-shadow: 0 0 0 1px var(--gray-300), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n box-sizing: border-box;\n}\n.selectField .flexField .inputField {\n flex: 1;\n min-width: 0;\n min-height: 24px;\n outline: none;\n padding: 0;\n margin: 0;\n border: none;\n background: none;\n text-wrap: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.selectField .flexField .inputField {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-900);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.selectField .flexField .inputField::placeholder {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-400);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.selectField .flexField .icon {\n padding: 2px 0;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.selectField .flexField .icon svg * {\n stroke: var(--gray-400);\n}\n.selectField .flexField .icon svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.selectField .flexField .textSupport {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-400);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.selectField .flexField .userPic {\n width: 24px;\n height: 24px;\n border-radius: 50%;\n object-fit: scale-down;\n}\n.selectField .flexField .help {\n padding: 2px 0;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.selectField .flexField .help svg * {\n stroke: var(--gray-400);\n}\n.selectField .flexField .help svg {\n width: 16px;\n height: 16px;\n flex: none;\n}\n.selectField .flexField .dropdown {\n padding: 2px 0;\n transition: all ease-in-out 200ms;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.selectField .flexField .dropdown svg * {\n stroke: var(--gray-500);\n}\n.selectField .flexField .dropdown svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.selectField .flexField .dropdown.dropdownReverse {\n transform: rotateX(-180deg);\n}\n.selectField .flexField .button {\n padding: 2px 0;\n transition: all ease-in-out 200ms;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.selectField .flexField .button svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.selectField .flexField .button.red svg * {\n stroke: var(--error-400);\n}\n.selectField .flexField .button.red:hover svg * {\n stroke: var(--error-500);\n}\n.selectField .flexField .button.gray svg * {\n stroke: var(--gray-400);\n}\n.selectField .flexField .button.gray:hover svg * {\n stroke: var(--gray-500);\n}\n.selectField .flexField.pointer {\n cursor: pointer;\n}\n.selectField .flexField.focus {\n box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.selectField .flexField.isError {\n box-shadow: 0 0 0 1px var(--error-300), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.selectField .flexField.isError .help svg * {\n stroke: var(--error-500);\n}\n.selectField .flexField.isError.focus {\n box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.selectField .flexField.disabled {\n background-color: var(--gray-100);\n cursor: default;\n}\n.selectField .flexField.disabled * {\n cursor: default;\n}\n.selectField .flexField.disabled .inputField {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-500);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.selectField .modalWindow {\n width: 100%;\n position: absolute;\n z-index: 5;\n}\n.selectField .modalWindow .selectModalWindow {\n width: 100%;\n height: fit-content;\n max-height: 300px;\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n padding: 4px;\n background-color: var(--base-white);\n box-shadow: 0 0 0 1px var(--gray-300), 0 4px 6px -2px rgba(16, 24, 40, 0.031372549), 0px 12px 16px -4px rgba(16, 24, 40, 0.0784313725);\n overflow: scroll;\n scrollbar-width: none;\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem {\n width: 100%;\n height: fit-content;\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 8px;\n padding: 10px 16px;\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem .label {\n flex: 1;\n text-align: left;\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem .label {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-900);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem.active {\n background-color: var(--blue-dark-50);\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem.active svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem.active svg * {\n stroke: var(--blue-dark-500);\n}\n\n.switcherField {\n width: 36px;\n height: 20px;\n display: flex;\n justify-content: left;\n border-radius: 12px;\n padding: 2px;\n background-color: var(--gray-200);\n}\n.switcherField:after {\n flex: none;\n content: \"\";\n width: 16px;\n height: 16px;\n border-radius: 50%;\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0588235294), 0 1px 3px 0 rgba(16, 24, 40, 0.1019607843);\n background-color: var(--base-white);\n}\n.switcherField:hover {\n background-color: var(--gray-300);\n}\n.switcherField:focus {\n box-shadow: 0 0 0 4px var(--gray-100);\n}\n.switcherField.active {\n justify-content: right;\n background-color: var(--blue-dark-500);\n}\n.switcherField.active:hover {\n background-color: var(--blue-dark-600);\n}\n.switcherField:disabled {\n cursor: default;\n background-color: var(--gray-200);\n}\n.switcherField:disabled:hover {\n background-color: var(--gray-200);\n}\n\n.radioFieldItem {\n width: fit-content;\n height: fit-content;\n display: flex;\n gap: 8px;\n}\n.radioFieldItem .checkbox {\n flex: none;\n width: 16px;\n height: 16px;\n border-radius: 50%;\n border: 1px solid var(--gray-300);\n background-color: var(--base-white);\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.radioFieldItem .label {\n font-size: 14px;\n line-height: 20px;\n color: var(--gray-700);\n font-weight: 500;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.radioFieldItem.active .checkbox {\n border: 1px solid var(--blue-dark-500);\n}\n.radioFieldItem.active .checkbox:after {\n content: \"\";\n flex: none;\n width: 6px;\n height: 6px;\n border-radius: 50%;\n background-color: var(--blue-dark-500);\n}\n\n.textareaField {\n width: 100%;\n height: fit-content;\n min-height: 68px;\n resize: none;\n border-radius: 8px;\n padding: 10px 12px;\n background-color: var(--base-white);\n box-shadow: 0 0 0 1px var(--gray-300), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.textareaField {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-900);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.textareaField::placeholder {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-400);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.textareaField:focus {\n box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.textareaField:disabled {\n background-color: var(--gray-100);\n}\n.textareaField:disabled {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-500);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.textareaField.isError {\n border: 1px solid var(--error-300);\n}\n.textareaField.isError:focus {\n box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}"],"names":[],"sourceRoot":""}
1
+ {"version":3,"file":"index.css","mappings":";;;AAAA;IACI,qBAAqB;IACrB,qBAAqB;;IAErB,kBAAkB;IAClB,kBAAkB;IAClB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;;IAEnB,qBAAqB;IACrB,qBAAqB;IACrB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;;IAEtB,mBAAmB;IACnB,mBAAmB;IACnB,oBAAoB;IACpB,oBAAoB;IACpB,oBAAoB;IACpB,oBAAoB;IACpB,oBAAoB;IACpB,oBAAoB;IACpB,oBAAoB;IACpB,oBAAoB;IACpB,oBAAoB;IACpB,oBAAoB;;IAEpB,qBAAqB;IACrB,qBAAqB;IACrB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;AAC1B;;;;;ACvDA;IACI,uBAAuB;IACvB,uBAAuB;IACvB,wBAAwB;IACxB,wBAAwB;IACxB,wBAAwB;IACxB,wBAAwB;IACxB,wBAAwB;IACxB,wBAAwB;IACxB,wBAAwB;IACxB,wBAAwB;IACxB,wBAAwB;IACxB,wBAAwB;AAC5B;;;;;;;;;;ACbA;EACE;EACA;EAIA;EACA;ACFF;ADKA;EACE;EACA;EAIA;EACA;ACNF;ADSA;EACE;EACA;EAIA;EACA;ACVF;AChBE;EACE;EAGE,mBCFiB;EDMjB,uBCNsB;EDUtB,mBCV8B;AFoBpC;AElBE;EACE;EACA;AFoBJ;AC1BE;EACE;EAGE,mBCGmB;EDCnB,uBCDwB;EDKxB,mBCLgC;AFyBtC;AEtBE;EACE;EACA;AFwBJ;AErBE;EACE;AFuBJ;AEpBE;EACE;EACA;AFsBJ;AEnBE;EACE;AFqBJ;AGxCI;ECJF;AJ+CF;AI3CM;EACE;EACA;EACA;AJ6CR;AIxCE;EACE;AJ0CJ;AK9CE;EAEI;EAGA;EAGA;EAGA,gBDNsD;ECYxD,mCNCO;EMAP,oBAtBQ;EAuBR,kBAtBM;EAuBN,oBAtBQ;AL0DZ;AGzDI;EGRF;ANoEF;AMhEM;EACE;EACA;EACA;ANkER;AM7DE;EACE;AN+DJ;AKnEE;EAEI;EAGA;EAGA;EAGA,gBCNsD;EDYxD,mCNCO;EMAP,oBAtBQ;EAuBR,kBAtBM;EAuBN,oBAtBQ;AL+EZ;AG1EI;EIZF;APyFF;AOrFM;EACE;EACA;EACA;APuFR;AOlFE;EACE;APoFJ;AKxFE;EAEI;EAGA;EAGA;EAGA,gBENsD;EFYxD,mCNCO;EMAP,oBAtBQ;EAuBR,kBAtBM;EAuBN,oBAtBQ;ALoGZ;AG3FI;EKhBF;AR8GF;AQ1GM;EACE;EACA;EACA;AR4GR;AQvGE;EACE;ARyGJ;AK7GE;EAEI;EAGA;EAGA;EAGA,gBGNsD;EHYxD,mCNCO;EMAP,oBAtBQ;EAuBR,kBAtBM;EAuBN,oBAtBQ;ALyHZ;AG5GI;EMpBF;EACA;EACA;ATmIF;AUrIM;EAEI,yBDGuB;ATmIjC;AShIE;EACE;ATkIJ;AS/HE;EACE;ATiIJ;AS9HE;EACE;EACA;ATgIJ;AS7HE;EACE;AT+HJ;AG7HI;EQxBF;EACA;EACA;AXwJF;AU1JM;EAEI,4BCGuB;AXwJjC;AWrJE;EACE;AXuJJ;AWpJE;EACE;EACA;AXsJJ;AWnJE;EACE;AXqJJ;AWlJE;EACE;AXoJJ;AG9II;ES5BF;EACA;EACA;AZ6KF;AU/KM;EAEI,uBEGuB;AZ6KjC;AY1KE;EACE;AZ4KJ;AYzKE;EACE;EACA;AZ2KJ;AYzKI;EACE;AZ2KN;AYvKE;EACE;AZyKJ;AYtKE;EACE;AZwKJ;AUlMM;EAEI,4BGDuB;AboMjC;AajME;EACE;AbmMJ;Aa/LI;EACE;AbiMN;AU3MM;EAEI,yBGYyB;AbgMnC;Aa5LE;EACE;Ab8LJ;AUjNM;EAEI,4BIDuB;AdmNjC;AchNE;EACE;AdkNJ;Ac9MI;EACE;AdgNN;AU1NM;EAEI,4BIYyB;Ad+MnC;Ac3ME;EACE;Ad6MJ;AUhOM;EAEI,uBKDuB;AfkOjC;Ae/NE;EACE;AfiOJ;Ae7NI;EACE;Af+NN;AUzOM;EAEI,uBKYyB;Af8NnC;Ae1NE;EACE;Af4NJ;AGnMI;Ea5CF;EACA;AhBkPF;AUnPM;EAEI,4BMEuB;AhBkPjC;AgB/OE;EACE;EACA;AhBiPJ;AgB7OI;EACE;AhB+ON;AU7PM;EAEI,4BMgByB;AhB8OnC;AgB1OE;EACE;AhB4OJ;AGnNI;EchDF;EACA;AjBsQF;AUvQM;EAEI,uBOEuB;AjBsQjC;AiBnQE;EACE;EACA;AjBqQJ;AiBjQI;EACE;AjBmQN;AUjRM;EAEI,uBOgByB;AjBkQnC;AiB9PE;EACE;AjBgQJ;AGnOI;EepDF;EACA;AlB0RF;AU3RM;EAEI,uBQEuB;AlB0RjC;AkBvRE;EACE;EACA;AlByRJ;AkBrRI;EACE;AlBuRN;AUrSM;EAEI,uBQgByB;AlBsRnC;AkBlRE;EACE;AlBoRJ;AGnPI;EgBxDF;EACA;EACA;AnB8SF;AUhTM;EAEI,uBSGuB;AnB8SjC;AmB3SE;EACE;AnB6SJ;AUtTM;EAEI,uBSYyB;AnB2SnC;AmBxSI;EACE;AnB0SN;AmBtSE;EACE;AnBwSJ;AGnQI;EiB5DF;EACA;EACA;ApBkUF;AUpUM;EAEI,uBUGuB;ApBkUjC;AoB/TE;EACE;ApBiUJ;AoB9TE;EACE;ApBgUJ;AU7UM;EAEI,uBUcyB;ApBgUnC;AoB7TI;EACE;ApB+TN;AoB3TE;EACE;ApB6TJ;AGrRM;EkBjEJ;EACA;EACA;ArByVF;AqBvVE;EACE;ArByVJ;AqBtVE;EACE;ArBwVJ;AqBrVE;EACE;ArBuVJ;AG7RM;EmBvEJ;AtBuWF;AUvWM;EAEI,wBYCuB;AtBuWjC;AsBpWE;EACE;AtBsWJ;AsBnWE;EACE;EACA;AtBqWJ;AsBlWE;EACE;AtBoWJ;AsBjWE;EACE;AtBmWJ,C;;;;AD1XA;EACE;EACA;EAIA;EACA;AwBFF;AxBKA;EACE;EACA;EAIA;EACA;AwBNF;AxBSA;EACE;EACA;EAIA;EACA;AwBVF;ACbE;ECDA;EACA;AFiBF;AtBpBE;EACE;EAGE;EAIA,uBwBJsB;ExBQtB,mBwBR8B;AFsBpC;AbdM;EeNF;AFuBJ;ACvBI;EEJF;AH8BF;Ab9BM;EAEI,uBgBDqB;AHgC/B;AG9BE;EACE;AHgCJ;AbpCM;EAEI,uBgBGuB;AHkCjC;AC/BI;EGRF;AJ0CF;Ab1CM;EAEI,yBiBDqB;AJ4C/B;AI1CE;EACE;AJ4CJ;ACpCI;EIZF;ALmDF;AbnDM;EAEI,uBkBDqB;ALqD/B;AKnDE;EACE;ALqDJ;AbzDM;EAEI,uBkBGuB;ALuDjC;AC5CI;EKhBF;AN+DF;Ab/DM;EAEI,4BmBDqB;ANiE/B;AM/DE;EACE;ANiEJ;AbrEM;EAEI,4BmBGuB;ANmEjC;ACpDI;EMpBF;AP2EF;Ab3EM;EAEI,4BoBDqB;AP6E/B;AO3EE;EACE;AP6EJ;AbjFM;EAEI,4BoBGuB;AP+EjC;AC5DI;EOxBF;ARuFF;AbvFM;EAEI,wBqBDqB;ARyF/B;AQvFE;EACE;ARyFJ;Ab7FM;EAEI,wBqBGuB;AR2FjC;ACpEI;EQ5BF;EACA;ATmGF;AbpGM;EAEI;AaqGV;ASnGE;EACE;ATqGJ;Ab1GM;EAEI,4BsBIuB;ATuGjC;AC7EI;EShCF;EACA;AVgHF;AbjHM;EAEI;AakHV;AUhHE;EACE;AVkHJ;AbvHM;EAEI,uBuBIuB;AVoHjC;ACtFI;EUpCF;EACA;AX6HF;Ab9HM;EAEI;Aa+HV;AW7HE;EACE;AX+HJ;AbpIM;EAEI,wBwBIuB;AXiIjC;AC/FI;EWxCF;EACA;AZ0IF;AbjIM;EyBNF;EACA;AZ0IJ;ACnGI;EY5CF;EACA;AbkJF;AbzIM;E0BNF;EACA;AbkJJ;ACvGI;EahDF;EACA;Ad0JF;AbjJM;E2BNF;EACA;Ad0JJ;AC3GI;EcpDF;EACA;AfkKF;AbzJM;E4BNF;EACA;AfkKJ;AC/GI;EexDF;EACA;AhB0KF;AbjKM;E6BNF;EACA;AhB0KJ,C;;;;AxBlLA;EACE;EACA;EAIA;EACA;AyCFF;AzCKA;EACE;EACA;EAIA;EACA;AyCNF;AzCSA;EACE;EACA;EAIA;EACA;AyCVF;AAfA;EACE;EACA;EACA;EACA;EAEA;EACA;AAgBF;AvCxBE;EACE;EAGE,sBuCM6B;EvCF7B,uBuCEuD;EvCEvD,mBuCF6E;AAoBnF;AAlBE;EACE;EACA;EACA;AAoBJ;AvCnCE;EACE;EAGE,sBuCY+B;EvC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CrC;ACpCM;EACE;ADsCR;AClCI;EACE;EACA;ADoCN;AClCM;EACE;ADoCR;AN9JE;EACE;EACA;EACA,sBO2HoE;EP1HpE,gBO0HuD;EPzHvD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AM2KZ,C;;;;AhDrLA;EACE;EACA;EAIA;EACA;AmDFF;AnDKA;EACE;EACA;EAIA;EACA;AmDNF;AnDSA;EACE;EACA;EAIA;EACA;AmDVF;ACbE;EACE;EACA;ADeJ;AFlBE;EACE;EACA;ECJF;EACA;EACA;EDME;EACA;EACA;EACA;EACA;EACA;AEoBJ;AFlBI;EACE;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AEmBN;ATlCE;EACE;EACA;EACA,sBOckE;EPblE,gBOaqD;EPZrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AS+CZ;AT5CE;EACE;EACA;EACA,sBOiBoE;EPhBpE,gBOgBuD;EPfvD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;ASyDZ;AF9BI;EACE;ECrCJ;EACA;EACA;ACsEF;AxCtEM;EAEI,uBsCmCyB;AEoCnC;AxC/DM;EsC4BE;EACA;EACA;AEsCR;ATpEE;EACE;EACA;EACA,sBOgCkE;EP/BlE,gBO+BqD;EP9BrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;ASiFZ;AFxCI;EACE;EACA;EACA;EACA;AE0CN;AFvCI;EACE;EC1DJ;EACA;EACA;ACoGF;AxCpGM;EAEI,uBsCwDyB;AE6CnC;AxC7FM;EsCiDE;EACA;EACA;AE+CR;AF3CI;EACE;EACA;ECrEJ;EACA;EACA;ACmHF;AxCnHM;EAEI,uBsCmEyB;AEiDnC;AxC5GM;EsC4DE;EACA;EACA;AEmDR;AFhDM;EACE;AEkDR;AF9CI;EACE;EACA;ECpFJ;EACA;EACA;ACqIF;AxC3HM;EsC2EE;EACA;EACA;AEmDR;AxC1IM;EAEI,wBsCyF2B;AEkDrC;AxC7IM;EAEI,wBsC4F6B;AEkDvC;AxChJM;EAEI,uBsCiG2B;AEgDrC;AxCnJM;EAEI,uBsCoG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D2BN;AlBxCE;EACE;EACA;EACA,sBmBWkE;EnBVlE,gBmBUqD;EnBTrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AkBqDZ;ACjCI;EACE;ADmCN;ACjCM;EACE;ADmCR,C;;;;A5DrEA;EACE;EACA;EAIA;EACA;A8DFF;A9DKA;EACE;EACA;EAIA;EACA;A8DNF;A9DSA;EACE;EACA;EAIA;EACA;A8DVF;AbdE;EACE;EACA;ECJF;EACA;EACA;EDME;EACA;EACA;EACA;EACA;EACA;AagBJ;AbdI;EACE;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AaeN;ApB9BE;EACE;EACA;EACA,sBOckE;EPblE,gBOaqD;EPZrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoB2CZ;ApBxCE;EACE;EACA;EACA,sBOiBoE;EPhBpE,gBOgBuD;EPfvD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoBqDZ;Ab1BI;EACE;ECrCJ;EACA;EACA;AYkEF;AnDlEM;EAEI,uBsCmCyB;AagCnC;AnD3DM;EsC4BE;EACA;EACA;AakCR;ApBhEE;EACE;EACA;EACA,sBOgCkE;EP/BlE,gBO+BqD;EP9BrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoB6EZ;AbpCI;EACE;EACA;EACA;EACA;AasCN;AbnCI;EACE;EC1DJ;EACA;EACA;AYgGF;AnDhGM;EAEI,uBsCwDyB;AayCnC;AnDzFM;EsCiDE;EACA;EACA;Aa2CR;AbvCI;EACE;EACA;ECrEJ;EACA;EACA;AY+GF;AnD/GM;EAEI,uBsCmEyB;Aa6CnC;AnDxGM;EsC4DE;EACA;EACA;Aa+CR;Ab5CM;EACE;Aa8CR;Ab1CI;EACE;EACA;ECpFJ;EACA;EACA;AYiIF;AnDvHM;EsC2EE;EACA;EACA;Aa+CR;AnDtIM;EAEI,wBsCyF2B;Aa8CrC;AnDzIM;EAEI,wBsC4F6B;Aa8CvC;AnD5IM;EAEI,uBsCiG2B;Aa4CrC;AnD/IM;EAEI,uBsCoG6B;Aa4CvC;AbvCI;EACE;AayCN;AbtCI;EACE;AawCN;AbrCI;EACE;AauCN;AnD3JM;EAEI,wBsCqH2B;AauCrC;AbpCM;EACE;AasCR;AblCI;EACE;EACA;AaoCN;AblCM;EACE;AaoCR;ApB9JE;EACE;EACA;EACA,sBO2HoE;EP1HpE,gBO0HuD;EPzHvD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoB2KZ;;APlLE;EACE;EACA;EACA;EAEA;AOoLJ;APlLI;EACE;EACA;EACA;AOoLN;ApBpLE;EACE;EACA;EACA,sBaDkE;EbElE,gBaFqD;EbGrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoBiMZ;ApB9LE;EACE;EACA;EACA,uBaEoE;EbDpE,gBaCuD;EbAvD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoB2MZ;AP/LI;EACE;EACA;EACA;AOiMN;ApB7ME;EACE;EACA;EACA,sBaWkE;EbVlE,gBaUqD;EbTrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoB0NZ;APtMI;EACE;EACA;EACA;AOwMN;ApB5NE;EACE;EACA;EACA,uBamBkE;EblBlE,gBakBqD;EbjBrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoByOZ;AP7MI;EACE;EACA;EACA;EACA;AO+MN;ATvPI;EAEI;EAGA;EAIA,UEgCgF;AOmNxF;AThPM;EAEI,4BE2BiD;AOsN3D;ApBpPE;EACE;EACA;EACA,2Ba4BkE;Eb3BlE,gBa2BqD;Eb1BrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoBiQZ;;AVvQE;EACE;EACA;AU0QJ;Ab7QE;EACE;EACA;ECJF;EACA;EACA;EDME;EACA;EACA;EACA;EACA;EACA;Aa+QJ;Ab7QI;EACE;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;Aa8QN;ApB7RE;EACE;EACA;EACA,sBOckE;EPblE,gBOaqD;EPZrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoB0SZ;ApBvSE;EACE;EACA;EACA,sBOiBoE;EPhBpE,gBOgBuD;EPfvD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoBoTZ;AbzRI;EACE;ECrCJ;EACA;EACA;AYiUF;AnDjUM;EAEI,uBsCmCyB;Aa+RnC;AnD1TM;EsC4BE;EACA;EACA;AaiSR;ApB/TE;EACE;EACA;EACA,sBOgCkE;EP/BlE,gBO+BqD;EP9BrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoB4UZ;AbnSI;EACE;EACA;EACA;EACA;AaqSN;AblSI;EACE;EC1DJ;EACA;EACA;AY+VF;AnD/VM;EAEI,uBsCwDyB;AawSnC;AnDxVM;EsCiDE;EACA;EACA;Aa0SR;AbtSI;EACE;EACA;ECrEJ;EACA;EACA;AY8WF;AnD9WM;EAEI,uBsCmEyB;Aa4SnC;AnDvWM;EsC4DE;EACA;EACA;Aa8SR;Ab3SM;EACE;Aa6SR;AbzSI;EACE;EACA;ECpFJ;EACA;EACA;AYgYF;AnDtXM;EsC2EE;EACA;EACA;Aa8SR;AnDrYM;EAEI,wBsCyF2B;Aa6SrC;AnDxYM;EAEI,wBsC4F6B;Aa6SvC;AnD3YM;EAEI,uBsCiG2B;Aa2SrC;AnD9YM;EAEI,uBsCoG6B;Aa2SvC;AbtSI;EACE;AawSN;AbrSI;EACE;AauSN;AbpSI;EACE;AasSN;AnD1ZM;EAEI,wBsCqH2B;AasSrC;AbnSM;EACE;AaqSR;AbjSI;EACE;EACA;AamSN;AbjSM;EACE;AamSR;ApB7ZE;EACE;EACA;EACA,sBO2HoE;EP1HpE,gBO0HuD;EPzHvD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoB0aZ;AV1aI;EACE;EACA;EACA;AU4aN;AV1aM;EACE;EACA;EACA;EAEA;EACA;EAEA;EACA;EAEA;EACA;EAEA;EACA;AUwaR;AVtaQ;EACE;EACA;EFjCR;EACA;EACA;EEmCQ;EACA;AUwaV;AVtaU;EACE;EACA;AUwaZ;ApBtcE;EACE;EACA;EACA,sBU4BwE;EV3BxE,gBU2B2D;EV1B3D,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoBmdZ;AV9aU;EACE;AUgbZ;AT9dI;EAEI;EAGA;EAIA,UDsCsF;AUob9F;ATvdM;EAEI,4BDiCuD;AUubjE;;AL9bE;EACE;EACA;EAEA;EACA;EAEA;EACA;EACA;AK+bJ;AL7bI;EACE;EACA;EACA;EACA;EACA;EACA;EACA;AK+bN;AL5bI;EACE;AK8bN;AL3bI;EACE;AK6bN;AL1bI;EACE;EACA;AK4bN;AL1bM;EACE;AK4bR;ALxbI;EACE;EACA;AK0bN;ALxbM;EACE;AK0bR;;AH3gBE;EACE;EACA;EAEA;EACA;AG6gBJ;AH3gBI;EACE;EACA;EACA;EAEA;EACA;EACA;ETjBJ;EACA;EACA;AY8hBF;ApBphBE;EACE;EACA;EACA,sBiBQkE;EjBPlE,gBiBOqD;EjBNrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoBiiBZ;AH/gBM;EAUE;AGwgBR;AHjhBQ;EACE;EACA;EACA;EACA;EACA;EACA;AGmhBV;;ADnjBE;EACE;EACA;EACA;EAEA;EACA;EACA;EAEA;EACA;ACojBJ;ApBpjBE;EACE;EACA;EACA,sBmBDgE;EnBEhE,gBmBFmD;EnBGnD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoBikBZ;ApB9jBE;EACE;EACA;EACA,sBmBEkE;EnBDlE,gBmBCqD;EnBArD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoB2kBZ;ADhkBI;EACE;ACkkBN;AD/jBI;EACE;ACikBN;ApB9kBE;EACE;EACA;EACA,sBmBWkE;EnBVlE,gBmBUqD;EnBTrD,mC1CYO;E0CXP,oBAXQ;EAYR,kBAXM;EAYN,oBAXQ;AoB2lBZ;ADvkBI;EACE;ACykBN;ADvkBM;EACE;ACykBR,C","sources":["webpack://indicator-ui/./src/styles/colors/css-variables/primary-var.css","webpack://indicator-ui/./src/styles/colors/css-variables/secondary-var.css","webpack://indicator-ui/./src/styles/fonts.scss","webpack://indicator-ui/./src/ui/Buttons/styles/Buttons.module.scss","webpack://indicator-ui/./src/styles/mixins/modify-flex.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/baseButton.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/button.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/small.scss","webpack://indicator-ui/./src/styles/mixins/fnt-flex.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/medium.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/large.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/ultra.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/primary.scss","webpack://indicator-ui/./src/styles/mixins/modify-svg.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/secondary-color.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/secondary-gray.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/tertiary-white.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/tertiary-color.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/tertiary-gray.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/link-color.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/link-black.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/link-gray.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/tab-active.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/tab.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/warning-primary.scss","webpack://indicator-ui/./src/ui/Buttons/styles/mixins/properties/warning-secondary-color.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/MicroButton.module.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/micro-button.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/base-button.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/light.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/dark.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/gray.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/color.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/color-hover.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/red-hover.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/color-fill.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/gray-fill.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/red-fill.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/size-14.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/size-16.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/size-20.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/size-24.scss","webpack://indicator-ui/./src/ui/MicroButton/styles/mixins/properties/size-28.scss","webpack://indicator-ui/./src/ui/DatePicker/styles/CalendarDay.module.scss","webpack://indicator-ui/./src/styles/mixins/fnt.scss","webpack://indicator-ui/./src/ui/DatePicker/styles/DatePicker.module.scss","webpack://indicator-ui/./src/ui/DatePicker/styles/DatePickerMain.module.scss","webpack://indicator-ui/./src/ui/DatePicker/styles/DateGrid.module.scss","webpack://indicator-ui/./src/ui/DatePicker/styles/DatePickerHeader.module.scss","webpack://indicator-ui/./src/ui/DatePicker/styles/DatePickerFooter.module.scss","webpack://indicator-ui/./src/ui/InputFields/FlexField/styles/FlexField.module.scss","webpack://indicator-ui/./src/ui/InputFields/FlexField/styles/mixins/flexField.scss","webpack://indicator-ui/./src/styles/mixins/centerInsideContent.scss","webpack://indicator-ui/./src/ui/InputFields/SelectField/styles/SelectField.module.scss","webpack://indicator-ui/./src/ui/InputFields/SelectField/styles/mixins/selectField.scss","webpack://indicator-ui/./src/styles/mixins/changeSvg.scss","webpack://indicator-ui/./src/ui/InputFields/InputFieldWrapper/styles/InputFieldWrapper.module.scss","webpack://indicator-ui/./src/ui/InputFields/InputFieldWrapper/styles/mixins/inputFieldWrapper.scss","webpack://indicator-ui/./src/ui/InputFields/SwitcherField/styles/SwitcherField.module.scss","webpack://indicator-ui/./src/ui/InputFields/SwitcherField/styles/mixins/switcherField.scss","webpack://indicator-ui/./src/ui/InputFields/RadioField/styles/RadioField.module.scss","webpack://indicator-ui/./src/ui/InputFields/RadioField/styles/mixins/radioField.scss","webpack://indicator-ui/./src/ui/InputFields/TextareaField/styles/TextareaField.module.scss","webpack://indicator-ui/./src/ui/InputFields/TextareaField/styles/mixin/textareaField.scss","webpack://indicator-ui/./src/ui/InputFields/InputField/styles/InputField.module.scss"],"sourcesContent":[":root {\r\n --base-white: #FFFFFF;\r\n --base-black: #000000;\r\n\r\n --gray-25: #FCFCFD;\r\n --gray-50: #F9FAFB;\r\n --gray-100: #F2F4F7;\r\n --gray-200: #EAECF0;\r\n --gray-300: #D0D5DD;\r\n --gray-400: #98A2B3;\r\n --gray-500: #667085;\r\n --gray-600: #475467;\r\n --gray-700: #344054;\r\n --gray-800: #1D2939;\r\n --gray-900: #101828;\r\n --gray-950: #0C111D;\r\n\r\n --primary-25: #FCFAFF;\r\n --primary-50: #F9F5FF;\r\n --primary-100: #F4EBFF;\r\n --primary-200: #E9D7FE;\r\n --primary-300: #D6BBFB;\r\n --primary-400: #B692F6;\r\n --primary-500: #9E77ED;\r\n --primary-600: #7F56D9;\r\n --primary-700: #6941C6;\r\n --primary-800: #53389E;\r\n --primary-900: #42307D;\r\n --primary-950: #2C1C5F;\r\n\r\n --error-25: #FFFBFA;\r\n --error-50: #FEF3F2;\r\n --error-100: #FEE4E2;\r\n --error-200: #FECDCA;\r\n --error-300: #FDA29B;\r\n --error-400: #F97066;\r\n --error-500: #F04438;\r\n --error-600: #D92D20;\r\n --error-700: #B42318;\r\n --error-800: #912018;\r\n --error-900: #7A271A;\r\n --error-950: #FEFDF0;\r\n\r\n --warning-25: #FFFCF5;\r\n --warning-50: #FFFAEB;\r\n --warning-100: #FEF0C7;\r\n --warning-200: #FEDF89;\r\n --warning-300: #FEC84B;\r\n --warning-400: #FDB022;\r\n --warning-500: #F79009;\r\n --warning-600: #DC6803;\r\n --warning-700: #B54708;\r\n --warning-800: #93370D;\r\n --warning-900: #7A2E0E;\r\n --warning-950: #4E1D09;\r\n}\r\n",":root {\r\n --blue-dark-25: #F5F8FF;\r\n --blue-dark-50: #EFF4FF;\r\n --blue-dark-100: #D1E0FF;\r\n --blue-dark-200: #B2CCFF;\r\n --blue-dark-300: #84ADFF;\r\n --blue-dark-400: #528BFF;\r\n --blue-dark-500: #2970FF;\r\n --blue-dark-600: #155EEF;\r\n --blue-dark-700: #004EEB;\r\n --blue-dark-800: #0040C1;\r\n --blue-dark-900: #00359E;\r\n --blue-dark-950: #002266;\r\n}\r\n\r\n","@font-face {\r\n font-family: \"Golos UI\";\r\n src: local(\"Golos UI\"),\r\n url(\"./fontsAssets/Golos-UI/golos-ui_regular.ttf\") format(\"truetype\"),\r\n url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff2\") format(\"woff2\"),\r\n url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff\") format(\"woff\");\r\n font-weight: 400;\r\n font-style: normal;\r\n}\r\n\r\n@font-face {\r\n font-family: \"Golos UI\";\r\n src: local(\"Golos UI\"),\r\n url(\"./fontsAssets/Golos-UI/golos-ui_medium.ttf\") format(\"truetype\"),\r\n url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff2\") format(\"woff2\"),\r\n url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff\") format(\"woff\");\r\n font-weight: 500;\r\n font-style: normal;\r\n}\r\n\r\n@font-face {\r\n font-family: \"Golos UI\";\r\n src: local(\"Golos UI\"),\r\n url(\"./fontsAssets/Golos-UI/golos-ui_bold.ttf\") format(\"truetype\"),\r\n url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff2\") format(\"woff2\"),\r\n url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff\") format(\"woff\");\r\n font-weight: 600;\r\n font-style: normal;\r\n}\r\n\r\n$golos-ui: 'Golos UI', sans-serif;","@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff\") format(\"woff\");\n font-weight: 400;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff\") format(\"woff\");\n font-weight: 500;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff\") format(\"woff\");\n font-weight: 600;\n font-style: normal;\n}\n.button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.button .icon {\n width: fit-content;\n height: fit-content;\n}\n.button .icon {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.button.widthFill {\n width: 100%;\n flex: 1;\n}\n.button.widthHug {\n width: fit-content;\n}\n.button.heightFill {\n height: 100%;\n flex: 1;\n}\n.button.heightHug {\n height: fit-content;\n}\n.button.small {\n padding: 10px;\n}\n.button.small .icon svg {\n flex: none;\n width: 16px;\n height: 16px;\n}\n.button.small .text {\n padding: 0 4px;\n}\n.button.small .text {\n font-size: 14px;\n line-height: 16px;\n line-height: 16px;\n font-weight: 500;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.button.medium {\n padding: 10px;\n}\n.button.medium .icon svg {\n flex: none;\n width: 16px;\n height: 16px;\n}\n.button.medium .text {\n padding: 0 8px;\n}\n.button.medium .text {\n font-size: 14px;\n line-height: 20px;\n line-height: 20px;\n font-weight: 500;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.button.large {\n padding: 12px;\n}\n.button.large .icon svg {\n flex: none;\n width: 20px;\n height: 20px;\n}\n.button.large .text {\n padding: 0 6px;\n}\n.button.large .text {\n font-size: 14px;\n line-height: 20px;\n line-height: 20px;\n font-weight: 500;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.button.ultra {\n padding: 18px;\n}\n.button.ultra .icon svg {\n flex: none;\n width: 24px;\n height: 24px;\n}\n.button.ultra .text {\n padding: 0 12px;\n}\n.button.ultra .text {\n font-size: 18px;\n line-height: 24px;\n line-height: 24px;\n font-weight: 500;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.button.primary {\n border-radius: 8px;\n background-color: var(--blue-dark-500);\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.button.primary .icon svg * {\n stroke: var(--base-white);\n}\n.button.primary .text {\n color: var(--base-white);\n}\n.button.primary:hover {\n background-color: var(--blue-dark-600);\n}\n.button.primary:focus {\n background-color: var(--blue-dark-500);\n box-shadow: 0 0 0 4px var(--gray-100), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.button.primary:disabled {\n opacity: 0.3;\n}\n.button.secondaryColor {\n border-radius: 8px;\n background-color: var(--base-white);\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px var(--blue-dark-200);\n}\n.button.secondaryColor .icon svg * {\n stroke: var(--blue-dark-500);\n}\n.button.secondaryColor .text {\n color: var(--blue-dark-500);\n}\n.button.secondaryColor:hover {\n background-color: var(--blue-dark-50);\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px var(--blue-dark-300);\n}\n.button.secondaryColor:focus {\n 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);\n}\n.button.secondaryColor:disabled {\n opacity: 0.5;\n}\n.button.secondaryGray {\n border-radius: 8px;\n background-color: var(--base-white);\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px var(--gray-300);\n}\n.button.secondaryGray .icon svg * {\n stroke: var(--gray-700);\n}\n.button.secondaryGray .text {\n color: var(--gray-700);\n}\n.button.secondaryGray:hover {\n background-color: var(--gray-50);\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px var(--gray-300);\n}\n.button.secondaryGray:hover .text {\n color: var(--gray-800);\n}\n.button.secondaryGray:focus {\n 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);\n}\n.button.secondaryGray:disabled {\n opacity: 0.5;\n}\n.button.tertiaryWhite .icon svg * {\n stroke: var(--blue-dark-100);\n}\n.button.tertiaryWhite .text {\n color: var(--blue-dark-100);\n}\n.button.tertiaryWhite:hover .text {\n color: var(--base-white);\n}\n.button.tertiaryWhite:hover .icon svg * {\n stroke: var(--base-white);\n}\n.button.tertiaryWhite:disabled {\n opacity: 0.5;\n}\n.button.tertiaryColor .icon svg * {\n stroke: var(--blue-dark-500);\n}\n.button.tertiaryColor .text {\n color: var(--blue-dark-500);\n}\n.button.tertiaryColor:hover .text {\n color: var(--blue-dark-700);\n}\n.button.tertiaryColor:hover .icon svg * {\n stroke: var(--blue-dark-700);\n}\n.button.tertiaryColor:disabled {\n opacity: 0.5;\n}\n.button.tertiaryGray .icon svg * {\n stroke: var(--gray-700);\n}\n.button.tertiaryGray .text {\n color: var(--gray-700);\n}\n.button.tertiaryGray:hover .text {\n color: var(--gray-900);\n}\n.button.tertiaryGray:hover .icon svg * {\n stroke: var(--gray-900);\n}\n.button.tertiaryGray:disabled {\n opacity: 0.5;\n}\n.button.linkColor {\n padding: 0 !important;\n gap: 4px;\n}\n.button.linkColor .icon svg * {\n stroke: var(--blue-dark-500);\n}\n.button.linkColor .text {\n color: var(--blue-dark-500);\n padding: 0 !important;\n}\n.button.linkColor:hover .text {\n color: var(--blue-dark-700);\n}\n.button.linkColor:hover .icon svg * {\n stroke: var(--blue-dark-700);\n}\n.button.linkColor:disabled {\n opacity: 0.5;\n}\n.button.linkBlack {\n padding: 0 !important;\n gap: 4px;\n}\n.button.linkBlack .icon svg * {\n stroke: var(--gray-700);\n}\n.button.linkBlack .text {\n color: var(--gray-700);\n padding: 0 !important;\n}\n.button.linkBlack:hover .text {\n color: var(--gray-900);\n}\n.button.linkBlack:hover .icon svg * {\n stroke: var(--gray-900);\n}\n.button.linkBlack:disabled {\n opacity: 0.5;\n}\n.button.linkGray {\n padding: 0 !important;\n gap: 4px;\n}\n.button.linkGray .icon svg * {\n stroke: var(--gray-400);\n}\n.button.linkGray .text {\n color: var(--gray-400);\n padding: 0 !important;\n}\n.button.linkGray:hover .text {\n color: var(--gray-500);\n}\n.button.linkGray:hover .icon svg * {\n stroke: var(--gray-500);\n}\n.button.linkGray:disabled {\n opacity: 0.5;\n}\n.button.tabActive {\n border-radius: 6px;\n background-color: var(--base-white);\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.button.tabActive .icon svg * {\n stroke: var(--gray-700);\n}\n.button.tabActive .text {\n color: var(--gray-700);\n}\n.button.tabActive:hover .icon svg * {\n stroke: var(--gray-900);\n}\n.button.tabActive:hover .text {\n color: var(--gray-900);\n}\n.button.tabActive:disabled {\n opacity: 0.5;\n}\n.button.tab {\n border-radius: 6px;\n background-color: var(--gray-100);\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.button.tab .icon svg * {\n stroke: var(--gray-500);\n}\n.button.tab .text {\n color: var(--gray-500);\n}\n.button.tab:hover {\n background-color: var(--gray-200);\n}\n.button.tab:hover .icon svg * {\n stroke: var(--gray-800);\n}\n.button.tab:hover .text {\n color: var(--gray-800);\n}\n.button.tab:disabled {\n opacity: 0.5;\n}\n.button.warning.primary {\n border-radius: 8px;\n background-color: var(--error-500);\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.button.warning.primary:hover {\n background-color: var(--error-600);\n}\n.button.warning.primary:focus {\n background-color: var(--error-500);\n}\n.button.warning.primary:disabled {\n opacity: 0.3;\n}\n.button.warning.secondaryColor {\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px var(--error-200);\n}\n.button.warning.secondaryColor .icon svg * {\n stroke: var(--error-500);\n}\n.button.warning.secondaryColor .text {\n color: var(--error-500);\n}\n.button.warning.secondaryColor:hover {\n background-color: var(--error-50);\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922), 0 0 0 1px var(--error-400);\n}\n.button.warning.secondaryColor:focus {\n 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);\n}\n.button.warning.secondaryColor:disabled {\n opacity: 0.5;\n}","@mixin modify-flex($direction: null, $justify-content: null, $align-items: null) {\r\n & {\r\n display: flex;\r\n\r\n @if ($direction != null) {\r\n flex-direction: $direction;\r\n }\r\n\r\n @if ($justify-content != null) {\r\n justify-content: $justify-content;\r\n }\r\n\r\n @if ($align-items != null) {\r\n align-items: $align-items;\r\n }\r\n @content;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin baseButton() {\r\n @include modify-flex(row, center, center);\r\n\r\n .icon {\r\n width: fit-content;\r\n height: fit-content;\r\n @include modify-flex(row, center, center);\r\n }\r\n\r\n &.widthFill {\r\n width: 100%;\r\n flex: 1;\r\n }\r\n\r\n &.widthHug {\r\n width: fit-content;\r\n }\r\n\r\n &.heightFill {\r\n height: 100%;\r\n flex: 1;\r\n }\r\n\r\n &.heightHug {\r\n height: fit-content;\r\n }\r\n}","@use 'baseButton';\r\n@use 'properties';\r\n\r\n@mixin insertButton() {\r\n .button {\r\n @include baseButton.baseButton();\r\n\r\n &.small {\r\n @include properties.smallButton;\r\n }\r\n\r\n &.medium {\r\n @include properties.mediumButton;\r\n }\r\n\r\n &.large {\r\n @include properties.largeButton;\r\n }\r\n\r\n &.ultra {\r\n @include properties.ultraButton;\r\n }\r\n\r\n &.primary {\r\n @include properties.primaryButton;\r\n }\r\n\r\n &.secondaryColor {\r\n @include properties.secondaryColorButton;\r\n }\r\n\r\n &.secondaryGray {\r\n @include properties.secondaryGrayButton;\r\n }\r\n\r\n &.tertiaryWhite {\r\n @include properties.tertiaryWhiteButton;\r\n }\r\n\r\n &.tertiaryColor {\r\n @include properties.tertiaryColorButton;\r\n }\r\n\r\n &.tertiaryGray {\r\n @include properties.tertiaryGrayButton;\r\n }\r\n\r\n &.linkColor {\r\n @include properties.linkColorButton;\r\n }\r\n\r\n &.linkBlack {\r\n @include properties.linkBlackButton;\r\n }\r\n\r\n &.linkGray {\r\n @include properties.linkGrayButton;\r\n }\r\n\r\n &.tabActive {\r\n @include properties.tabActiveButton;\r\n }\r\n\r\n &.tab {\r\n @include properties.tabButton;\r\n }\r\n\r\n &.warning {\r\n &.primary {\r\n @include properties.warningPrimaryButton;\r\n }\r\n }\r\n\r\n &.warning {\r\n &.secondaryColor {\r\n @include properties.warningSecondaryColorButton;\r\n }\r\n }\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin smallButton {\r\n padding: 10px;\r\n\r\n .icon {\r\n @include modify-svg() {\r\n & {\r\n flex: none;\r\n width: 16px;\r\n height: 16px;\r\n }\r\n }\r\n }\r\n\r\n .text {\r\n padding: 0 4px;\r\n @include fnt-flex($size: 14, $line-height: 16, $weight: 500);\r\n }\r\n}","@use \"../fonts\";\r\n\r\n@mixin fnt-flex(\r\n $size: null,\r\n $line-height: null,\r\n $color: null,\r\n $weight: null,\r\n $family: fonts.$golos-ui,\r\n $stretch: normal,\r\n $style: normal,\r\n $variant: normal,\r\n) {\r\n & {\r\n @if ($size != null) {\r\n font-size: #{$size}px;\r\n }\r\n @if ($line-height != null) {\r\n line-height: #{$line-height}px;\r\n }\r\n @if ($line-height != null) {\r\n line-height: #{$line-height}px;\r\n }\r\n @if ($weight != null) {\r\n font-weight: $weight;\r\n }\r\n @if ($color != null) {\r\n color: $color;\r\n }\r\n\r\n font-family: $family;\r\n font-stretch: $stretch;\r\n font-style: $style;\r\n font-variant: $variant;\r\n }\r\n}\r\n","@use '@/styles' as *;\r\n\r\n@mixin mediumButton {\r\n padding: 10px;\r\n\r\n .icon {\r\n @include modify-svg() {\r\n & {\r\n flex: none;\r\n width: 16px;\r\n height: 16px;\r\n }\r\n }\r\n }\r\n\r\n .text {\r\n padding: 0 8px;\r\n @include fnt-flex($size: 14, $line-height: 20, $weight: 500);\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin largeButton {\r\n padding: 12px;\r\n\r\n .icon {\r\n @include modify-svg() {\r\n & {\r\n flex: none;\r\n width: 20px;\r\n height: 20px;\r\n }\r\n }\r\n }\r\n\r\n .text {\r\n padding: 0 6px;\r\n @include fnt-flex($size: 14, $line-height: 20, $weight: 500);\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin ultraButton {\r\n padding: 18px;\r\n\r\n .icon {\r\n @include modify-svg() {\r\n & {\r\n flex: none;\r\n width: 24px;\r\n height: 24px;\r\n }\r\n }\r\n }\r\n\r\n .text {\r\n padding: 0 12px;\r\n @include fnt-flex($size: 18, $line-height: 24, $weight: 500);\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin primaryButton {\r\n border-radius: 8px;\r\n background-color: var(--blue-dark-500);\r\n box-shadow: 0 1px 2px 0 #1018280D;\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--base-white));\r\n }\r\n\r\n .text {\r\n color: var(--base-white);\r\n }\r\n\r\n &:hover {\r\n background-color: var(--blue-dark-600);\r\n }\r\n\r\n &:focus {\r\n background-color: var(--blue-dark-500);\r\n box-shadow: 0 0 0 4px var(--gray-100), 0 1px 2px 0 #1018280D;\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.3;\r\n }\r\n}","@mixin modify-svg($stroke: null, $fill: null) {\r\n & {\r\n svg {\r\n * {\r\n @if ($stroke != null) {\r\n stroke: $stroke;\r\n }\r\n\r\n @if ($fill != null) {\r\n fill: $fill;\r\n }\r\n }\r\n\r\n & {\r\n @content;\r\n }\r\n }\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin secondaryColorButton {\r\n border-radius: 8px;\r\n background-color: var(--base-white);\r\n box-shadow: 0 1px 2px 0 #1018280D, 0 0 0 1px var(--blue-dark-200);\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--blue-dark-500));\r\n }\r\n\r\n .text {\r\n color: var(--blue-dark-500);\r\n }\r\n\r\n &:hover {\r\n background-color: var(--blue-dark-50);\r\n box-shadow: 0 1px 2px 0 #1018280D, 0 0 0 1px var(--blue-dark-300);\r\n }\r\n\r\n &:focus {\r\n box-shadow: 0 0 0 4px var(--gray-100), 0 1px 2px 0 #1018280D, 0 0 0 1px var(--blue-dark-300);\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.5;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin secondaryGrayButton {\r\n border-radius: 8px;\r\n background-color: var(--base-white);\r\n box-shadow: 0 1px 2px 0 #1018280D, 0 0 0 1px var(--gray-300);\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--gray-700));\r\n }\r\n\r\n .text {\r\n color: var(--gray-700);\r\n }\r\n\r\n &:hover {\r\n background-color: var(--gray-50);\r\n box-shadow: 0 1px 2px 0 #1018280D, 0 0 0 1px var(--gray-300);\r\n\r\n .text {\r\n color: var(--gray-800);\r\n }\r\n }\r\n\r\n &:focus {\r\n box-shadow: 0 0 0 4px var(--gray-100), 0 1px 2px 0 #1018280D, 0 0 0 1px var(--gray-300);\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.5;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin tertiaryWhiteButton {\r\n .icon {\r\n @include modify-svg($stroke: var(--blue-dark-100));\r\n }\r\n\r\n .text {\r\n color: var(--blue-dark-100);\r\n }\r\n\r\n &:hover {\r\n .text {\r\n color: var(--base-white);\r\n }\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--base-white));\r\n }\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.5;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin tertiaryColorButton {\r\n .icon {\r\n @include modify-svg($stroke: var(--blue-dark-500));\r\n }\r\n\r\n .text {\r\n color: var(--blue-dark-500);\r\n }\r\n\r\n &:hover {\r\n .text {\r\n color: var(--blue-dark-700);\r\n }\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--blue-dark-700));\r\n }\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.5;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin tertiaryGrayButton {\r\n .icon {\r\n @include modify-svg($stroke: var(--gray-700));\r\n }\r\n\r\n .text {\r\n color: var(--gray-700);\r\n }\r\n\r\n &:hover {\r\n .text {\r\n color: var(--gray-900);\r\n }\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--gray-900));\r\n }\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.5;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin linkColorButton {\r\n padding: 0 !important;\r\n gap: 4px;\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--blue-dark-500));\r\n }\r\n\r\n .text {\r\n color: var(--blue-dark-500);\r\n padding: 0 !important;\r\n }\r\n\r\n &:hover {\r\n .text {\r\n color: var(--blue-dark-700);\r\n }\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--blue-dark-700));\r\n }\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.5;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin linkBlackButton {\r\n padding: 0 !important;\r\n gap: 4px;\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--gray-700));\r\n }\r\n\r\n .text {\r\n color: var(--gray-700);\r\n padding: 0 !important;\r\n }\r\n\r\n &:hover {\r\n .text {\r\n color: var(--gray-900);\r\n }\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--gray-900));\r\n }\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.5;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin linkGrayButton {\r\n padding: 0 !important;\r\n gap: 4px;\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--gray-400));\r\n }\r\n\r\n .text {\r\n color: var(--gray-400);\r\n padding: 0 !important;\r\n }\r\n\r\n &:hover {\r\n .text {\r\n color: var(--gray-500);\r\n }\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--gray-500));\r\n }\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.5;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin tabActiveButton {\r\n border-radius: 6px;\r\n background-color: var(--base-white);\r\n box-shadow: 0 1px 2px 0 #1018280D;\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--gray-700));\r\n }\r\n\r\n .text {\r\n color: var(--gray-700);\r\n }\r\n\r\n &:hover {\r\n .icon {\r\n @include modify-svg($stroke: var(--gray-900));\r\n }\r\n\r\n .text {\r\n color: var(--gray-900);\r\n }\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.5;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin tabButton {\r\n border-radius: 6px;\r\n background-color: var(--gray-100);\r\n box-shadow: 0 1px 2px 0 #1018280D;\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--gray-500));\r\n }\r\n\r\n .text {\r\n color: var(--gray-500);\r\n }\r\n\r\n &:hover {\r\n background-color: var(--gray-200);\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--gray-800));\r\n }\r\n\r\n .text {\r\n color: var(--gray-800);\r\n }\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.5;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin warningPrimaryButton {\r\n border-radius: 8px;\r\n background-color: var(--error-500);\r\n box-shadow: 0 1px 2px 0 #1018280D;\r\n\r\n &:hover {\r\n background-color: var(--error-600);\r\n }\r\n\r\n &:focus {\r\n background-color: var(--error-500);\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.3;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin warningSecondaryColorButton {\r\n box-shadow: 0 1px 2px 0 #1018280D, 0 0 0 1px var(--error-200);\r\n\r\n .icon {\r\n @include modify-svg($stroke: var(--error-500));\r\n }\r\n\r\n .text {\r\n color: var(--error-500);\r\n }\r\n\r\n &:hover {\r\n background-color: var(--error-50);\r\n box-shadow: 0 1px 2px 0 #1018280D, 0 0 0 1px var(--error-400);\r\n }\r\n\r\n &:focus {\r\n box-shadow: 0 0 0 4px var(--gray-100), 0 1px 2px 0 #1018280D, 0 0 0 1px var(--error-200);\r\n }\r\n\r\n &:disabled {\r\n opacity: 0.5;\r\n }\r\n}","@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff\") format(\"woff\");\n font-weight: 400;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff\") format(\"woff\");\n font-weight: 500;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff\") format(\"woff\");\n font-weight: 600;\n font-style: normal;\n}\n.button {\n width: fit-content;\n height: fit-content;\n}\n.button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.button svg {\n flex: none;\n}\n.button.light {\n background: none;\n}\n.button.light svg * {\n stroke: var(--gray-400);\n}\n.button.light:hover {\n background-color: var(--gray-200);\n}\n.button.light:hover svg * {\n stroke: var(--gray-600);\n}\n.button.dark {\n background-color: rgba(12, 17, 29, 0.5019607843);\n}\n.button.dark svg * {\n stroke: var(--base-white);\n}\n.button.dark:hover {\n background-color: rgba(12, 17, 29, 0.8);\n}\n.button.gray {\n background: none;\n}\n.button.gray svg * {\n stroke: var(--gray-500);\n}\n.button.gray:hover {\n background-color: var(--base-white);\n}\n.button.gray:hover svg * {\n stroke: var(--gray-600);\n}\n.button.color {\n background: none;\n}\n.button.color svg * {\n stroke: var(--blue-dark-500);\n}\n.button.color:hover {\n background-color: var(--base-white);\n}\n.button.color:hover svg * {\n stroke: var(--blue-dark-600);\n}\n.button.colorHover {\n background: none;\n}\n.button.colorHover svg * {\n stroke: var(--blue-dark-400);\n}\n.button.colorHover:hover {\n background-color: var(--blue-dark-100);\n}\n.button.colorHover:hover svg * {\n stroke: var(--blue-dark-500);\n}\n.button.redHover {\n background: none;\n}\n.button.redHover svg * {\n stroke: var(--error-400);\n}\n.button.redHover:hover {\n background-color: var(--error-100);\n}\n.button.redHover:hover svg * {\n stroke: var(--error-500);\n}\n.button.colorFill {\n background: var(--base-white);\n box-shadow: 0 0 0 1px var(--blue-dark-200);\n}\n.button.colorFill svg * {\n stroke: var(--blue-dark-500);\n}\n.button.colorFill:hover {\n background: var(--blue-dark-50);\n}\n.button.colorFill:hover svg * {\n stroke: var(--blue-dark-500);\n}\n.button.grayFill {\n background: var(--base-white);\n box-shadow: 0 0 0 1px var(--gray-300);\n}\n.button.grayFill svg * {\n stroke: var(--gray-700);\n}\n.button.grayFill:hover {\n background: var(--gray-50);\n}\n.button.grayFill:hover svg * {\n stroke: var(--gray-900);\n}\n.button.redFill {\n background: var(--base-white);\n box-shadow: 0 0 0 1px var(--error-300);\n}\n.button.redFill svg * {\n stroke: var(--error-500);\n}\n.button.redFill:hover {\n background: var(--error-50);\n}\n.button.redFill:hover svg * {\n stroke: var(--error-600);\n}\n.button.size14 {\n border-radius: 3px;\n padding: 2px;\n}\n.button.size14 svg {\n width: 10px;\n height: 10px;\n}\n.button.size16 {\n border-radius: 3px;\n padding: 2px;\n}\n.button.size16 svg {\n width: 12px;\n height: 12px;\n}\n.button.size20 {\n border-radius: 3px;\n padding: 3px;\n}\n.button.size20 svg {\n width: 14px;\n height: 14px;\n}\n.button.size24 {\n border-radius: 4px;\n padding: 4px;\n}\n.button.size24 svg {\n width: 16px;\n height: 16px;\n}\n.button.size28 {\n border-radius: 4px;\n padding: 4px;\n}\n.button.size28 svg {\n width: 20px;\n height: 20px;\n}","@use 'base-button';\r\n@use 'properties';\r\n\r\n@mixin micro-button() {\r\n .button {\r\n @include base-button.base-button();\r\n\r\n &.light {\r\n @include properties.light();\r\n }\r\n\r\n &.dark {\r\n @include properties.dark();\r\n }\r\n\r\n &.gray {\r\n @include properties.gray();\r\n }\r\n\r\n &.color {\r\n @include properties.color();\r\n }\r\n\r\n &.colorHover {\r\n @include properties.color-hover();\r\n }\r\n\r\n &.redHover {\r\n @include properties.red-hover();\r\n }\r\n\r\n &.colorFill {\r\n @include properties.color-fill();\r\n }\r\n\r\n &.grayFill {\r\n @include properties.gray-fill();\r\n }\r\n\r\n &.redFill {\r\n @include properties.red-fill();\r\n }\r\n\r\n &.size14 {\r\n @include properties.size-14();\r\n }\r\n\r\n &.size16 {\r\n @include properties.size-16();\r\n }\r\n\r\n &.size20 {\r\n @include properties.size-20();\r\n }\r\n\r\n &.size24 {\r\n @include properties.size-24();\r\n }\r\n\r\n &.size28 {\r\n @include properties.size-28();\r\n }\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin base-button() {\r\n width: fit-content;\r\n height: fit-content;\r\n @include modify-flex(row, center, center);\r\n @include modify-svg() {\r\n flex: none;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin light() {\r\n background: none;\r\n @include modify-svg($stroke: var(--gray-400));\r\n\r\n &:hover {\r\n background-color: var(--gray-200);\r\n @include modify-svg($stroke: var(--gray-600));\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin dark() {\r\n background-color: #0C111D80;\r\n @include modify-svg($stroke: var(--base-white));\r\n\r\n &:hover {\r\n background-color: #0C111DCC;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin gray() {\r\n background: none;\r\n @include modify-svg($stroke: var(--gray-500));\r\n\r\n &:hover {\r\n background-color: var(--base-white);\r\n @include modify-svg($stroke: var(--gray-600));\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin color() {\r\n background: none;\r\n @include modify-svg($stroke: var(--blue-dark-500));\r\n\r\n &:hover {\r\n background-color: var(--base-white);\r\n @include modify-svg($stroke: var(--blue-dark-600));\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin color-hover() {\r\n background: none;\r\n @include modify-svg($stroke: var(--blue-dark-400));\r\n\r\n &:hover {\r\n background-color: var(--blue-dark-100);\r\n @include modify-svg($stroke: var(--blue-dark-500));\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin red-hover() {\r\n background: none;\r\n @include modify-svg($stroke: var(--error-400));\r\n\r\n &:hover {\r\n background-color: var(--error-100);\r\n @include modify-svg($stroke: var(--error-500));\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin color-fill() {\r\n background: var(--base-white);\r\n box-shadow: 0 0 0 1px var(--blue-dark-200);\r\n @include modify-svg($stroke: var(--blue-dark-500));\r\n\r\n &:hover {\r\n background: var(--blue-dark-50);\r\n @include modify-svg($stroke: var(--blue-dark-500));\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin gray-fill() {\r\n background: var(--base-white);\r\n box-shadow: 0 0 0 1px var(--gray-300);\r\n @include modify-svg($stroke: var(--gray-700));\r\n\r\n &:hover {\r\n background: var(--gray-50);\r\n @include modify-svg($stroke: var(--gray-900));\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin red-fill() {\r\n background: var(--base-white);\r\n box-shadow: 0 0 0 1px var(--error-300);\r\n @include modify-svg($stroke: var(--error-500));\r\n\r\n &:hover {\r\n background: var(--error-50);\r\n @include modify-svg($stroke: var(--error-600));\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin size-14() {\r\n border-radius: 3px;\r\n padding: 2px;\r\n\r\n @include modify-svg() {\r\n width: 10px;\r\n height: 10px;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin size-16() {\r\n border-radius: 3px;\r\n padding: 2px;\r\n\r\n @include modify-svg() {\r\n width: 12px;\r\n height: 12px;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin size-20() {\r\n border-radius: 3px;\r\n padding: 3px;\r\n\r\n @include modify-svg() {\r\n width: 14px;\r\n height: 14px;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin size-24() {\r\n border-radius: 4px;\r\n padding: 4px;\r\n\r\n @include modify-svg() {\r\n width: 16px;\r\n height: 16px;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n@mixin size-28() {\r\n border-radius: 4px;\r\n padding: 4px;\r\n\r\n @include modify-svg() {\r\n width: 20px;\r\n height: 20px;\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n.calendarDay {\r\n position: relative;\r\n flex: none;\r\n width: 40px;\r\n height: 40px;\r\n\r\n border-radius: 8px;\r\n background-color: var(--base-white);\r\n\r\n @include modify-flex($direction: column, $justify-content: center, $align-items: center);\r\n\r\n .mark {\r\n width: 100%;\r\n height: 12px;\r\n padding: 4px 0 0 0;\r\n @include modify-flex($direction: column, $justify-content: center, $align-items: center);\r\n\r\n &::after {\r\n content: '';\r\n width: 4px;\r\n height: 4px;\r\n border-radius: 50%;\r\n background-color: var(--blue-dark-400);\r\n }\r\n }\r\n\r\n .day {\r\n flex: 1;\r\n width: 100%;\r\n @include modify-flex($direction: column, $justify-content: center, $align-items: center);\r\n @include fnt($size: 16, $line-height: 16, $weight: 400, $color: var(--gray-700));\r\n }\r\n\r\n .info {\r\n width: 100%;\r\n height: 12px;\r\n padding: 0 0 2px 0;\r\n @include fnt($size: 10, $line-height: 10, $weight: 400, $color: var(--gray-400));\r\n }\r\n\r\n &:hover {\r\n background-color: var(--gray-100);\r\n }\r\n\r\n &.holiday {\r\n .day {\r\n color: var(--error-500);\r\n }\r\n }\r\n\r\n &.active {\r\n background-color: var(--blue-dark-500);\r\n\r\n .mark::after {\r\n background-color: var(--base-white);\r\n }\r\n\r\n .day {\r\n color: var(--base-white);\r\n }\r\n\r\n .info {\r\n color: var(--blue-dark-300);\r\n }\r\n\r\n &:hover {\r\n background-color: var(--blue-dark-600);\r\n }\r\n }\r\n\r\n &.filter {\r\n background-color: var(--gray-100);\r\n\r\n &:hover {\r\n background-color: var(--gray-200);\r\n }\r\n\r\n &:before {\r\n // Требует наличия у родителя relative с z-index: 1;\r\n content: '';\r\n width: 60px;\r\n height: 40px;\r\n position: absolute;\r\n background-color: var(--gray-100);\r\n z-index: -1;\r\n }\r\n }\r\n\r\n &:disabled {\r\n background-color: var(--base-white);\r\n z-index: 1;\r\n\r\n &:before {\r\n background: var(--base-white);\r\n width: 100%;\r\n height: 100%;\r\n }\r\n\r\n .mark {\r\n &::after {\r\n background-color: var(--gray-300);\r\n }\r\n }\r\n\r\n .day {\r\n @include fnt-flex($color: var(--gray-400));\r\n }\r\n\r\n .info {\r\n @include fnt-flex($color: var(--gray-300));\r\n }\r\n }\r\n}","@use \"../fonts\";\r\n\r\n@mixin fnt(\r\n $size: 16,\r\n $line-height: 24,\r\n $color: black,\r\n $weight: 400,\r\n $family: fonts.$golos-ui,\r\n $stretch: normal,\r\n $style: normal,\r\n $variant: normal,\r\n) {\r\n\r\n & {\r\n font-size: #{$size}px;\r\n line-height: #{$line-height}px;\r\n color: $color;\r\n font-weight: $weight;\r\n font-family: $family;\r\n font-stretch: $stretch;\r\n font-style: $style;\r\n font-variant: $variant;\r\n }\r\n}\r\n","@use '@/styles' as *;\r\n\r\n.datePicker {\r\n width: fit-content;\r\n height: fit-content;\r\n\r\n border-radius: 16px;\r\n border: 1px solid var(--gray-200);\r\n background-color: var(--base-white);\r\n box-shadow: 0 8px 8px -4px #10182808, 0 20px 24px -4px #10182814;\r\n}","@use '@/styles' as *;\r\n\r\n.datePickerMain {\r\n position: relative;\r\n width: 100%;\r\n padding: 16px;\r\n gap: 8px;\r\n z-index: 1;\r\n overflow: hidden;\r\n @include modify-flex($direction: column);\r\n\r\n .header {\r\n width: 100%;\r\n gap: 2px;\r\n z-index: 2;\r\n backdrop-filter: blur(10px);\r\n @include modify-flex($direction: row);\r\n\r\n .item {\r\n width: 40px;\r\n height: 16px;\r\n text-align: center;\r\n @include fnt($size: 14, $line-height: 16, $weight: 500, $color: var(--gray-400));\r\n }\r\n }\r\n\r\n .main {\r\n z-index: 0;\r\n\r\n .meta {\r\n width: 100%;\r\n gap: 6px;\r\n z-index: 2;\r\n @include modify-flex($direction: row);\r\n\r\n .month {\r\n @include fnt($size: 16, $line-height: 20, $weight: 400, $color: var(--gray-900));\r\n }\r\n\r\n .year {\r\n @include fnt($size: 16, $line-height: 20, $weight: 400, $color: var(--gray-400));\r\n }\r\n }\r\n\r\n .grid {\r\n width: 100%;\r\n height: 250px;\r\n overflow-y: hidden;\r\n }\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n.dateGrid {\r\n max-height: 250px;\r\n position: relative;\r\n z-index: 1;\r\n display: grid;\r\n grid-template-columns: repeat(7, 1fr);\r\n grid-template-rows: repeat(5, 1fr);\r\n gap: 2px;\r\n overflow: hidden;\r\n\r\n &.upEntrance {\r\n animation: up-entrance 1s forwards;\r\n }\r\n\r\n &.downEntrance {\r\n animation: down-entrance 1s forwards;\r\n }\r\n\r\n &.upExit {\r\n animation: up-exit 1s forwards;\r\n }\r\n\r\n &.downExit {\r\n animation: down-exit 1s forwards;\r\n }\r\n\r\n &.displayNone {\r\n display: none;\r\n }\r\n}\r\n\r\n@keyframes up-entrance {\r\n from {\r\n transform: translateY(-100%);\r\n }\r\n to {\r\n transform: translateY(0);\r\n }\r\n}\r\n\r\n@keyframes down-entrance {\r\n from {\r\n transform: translateY(100%);\r\n }\r\n to {\r\n transform: translateY(0);\r\n }\r\n}\r\n\r\n@keyframes up-exit {\r\n from {\r\n transform: translateY(0);\r\n }\r\n to {\r\n transform: translateY(-100%);\r\n }\r\n}\r\n\r\n@keyframes down-exit {\r\n from {\r\n transform: translateY(0);\r\n }\r\n to {\r\n transform: translateY(100%);\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n.datePickerHeader {\r\n width: 100%;\r\n height: fit-content;\r\n padding: 16px 16px 0 16px;\r\n @include modify-flex($direction: row);\r\n\r\n .text {\r\n flex: 1;\r\n @include fnt($size: 20, $line-height: 24, $weight: 600, $color: var(--gray-900));\r\n }\r\n\r\n .switchers {\r\n width: fit-content;\r\n height: fit-content;\r\n gap: 2px;\r\n @include modify-flex($direction: row);\r\n\r\n .item {\r\n flex: none;\r\n }\r\n }\r\n}","@use '@/styles' as *;\r\n\r\n.datePickerFooter {\r\n width: 100%;\r\n display: flex;\r\n\r\n border-top: 1px solid var(--gray-200);\r\n padding: 16px;\r\n gap: 8px;\r\n\r\n .item {\r\n flex: 1;\r\n }\r\n}","@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff\") format(\"woff\");\n font-weight: 400;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff\") format(\"woff\");\n font-weight: 500;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff\") format(\"woff\");\n font-weight: 600;\n font-style: normal;\n}\n.flexField {\n width: 100%;\n height: fit-content;\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 10px 12px;\n border-radius: 8px;\n gap: 12px;\n background-color: var(--base-white);\n box-shadow: 0 0 0 1px var(--gray-300), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n box-sizing: border-box;\n}\n.flexField .inputField {\n flex: 1;\n min-width: 0;\n min-height: 24px;\n outline: none;\n padding: 0;\n margin: 0;\n border: none;\n background: none;\n text-wrap: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.flexField .inputField {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-900);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.flexField .inputField::placeholder {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-400);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.flexField .icon {\n padding: 2px 0;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.flexField .icon svg * {\n stroke: var(--gray-400);\n}\n.flexField .icon svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.flexField .textSupport {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-400);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.flexField .userPic {\n width: 24px;\n height: 24px;\n border-radius: 50%;\n object-fit: scale-down;\n}\n.flexField .help {\n padding: 2px 0;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.flexField .help svg * {\n stroke: var(--gray-400);\n}\n.flexField .help svg {\n width: 16px;\n height: 16px;\n flex: none;\n}\n.flexField .dropdown {\n padding: 2px 0;\n transition: all ease-in-out 200ms;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.flexField .dropdown svg * {\n stroke: var(--gray-500);\n}\n.flexField .dropdown svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.flexField .dropdown.dropdownReverse {\n transform: rotateX(-180deg);\n}\n.flexField .button {\n padding: 2px 0;\n transition: all ease-in-out 200ms;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.flexField .button svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.flexField .button.red svg * {\n stroke: var(--error-400);\n}\n.flexField .button.red:hover svg * {\n stroke: var(--error-500);\n}\n.flexField .button.gray svg * {\n stroke: var(--gray-400);\n}\n.flexField .button.gray:hover svg * {\n stroke: var(--gray-500);\n}\n.flexField.pointer {\n cursor: pointer;\n}\n.flexField.focus {\n box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.flexField.isError {\n box-shadow: 0 0 0 1px var(--error-300), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.flexField.isError .help svg * {\n stroke: var(--error-500);\n}\n.flexField.isError.focus {\n box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.flexField.disabled {\n background-color: var(--gray-100);\n cursor: default;\n}\n.flexField.disabled * {\n cursor: default;\n}\n.flexField.disabled .inputField {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-500);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}","@use '@/styles' as *;\r\n\r\n@mixin insertFlexField() {\r\n .flexField {\r\n width: 100%;\r\n height: fit-content;\r\n\r\n @include centerInsideContent();\r\n\r\n padding: 10px 12px;\r\n border-radius: 8px;\r\n gap: 12px;\r\n background-color: var(--base-white);\r\n box-shadow: 0 0 0 1px var(--gray-300), 0 1px 2px 0 #1018280D;\r\n box-sizing: border-box;\r\n\r\n .inputField {\r\n flex: 1;\r\n min-width: 0; // Важное свойство, чтобы flexbox учитывал минимальное сжатие\r\n\r\n min-height: 24px;\r\n outline: none;\r\n padding: 0;\r\n margin: 0;\r\n border: none;\r\n background: none;\r\n text-wrap: nowrap;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n\r\n @include fnt($size: 16, $line-height: 24, $weight: 400, $color: var(--gray-900));\r\n\r\n &::placeholder {\r\n @include fnt($size: 16, $line-height: 24, $weight: 400, $color: var(--gray-400));\r\n }\r\n }\r\n\r\n .icon {\r\n padding: 2px 0;\r\n @include centerInsideContent();\r\n @include modify-svg($stroke: var(--gray-400)) {\r\n width: 20px;\r\n height: 20px;\r\n flex: none;\r\n }\r\n }\r\n\r\n .textSupport {\r\n @include fnt($size: 16, $line-height: 24, $weight: 400, $color: var(--gray-400));\r\n }\r\n\r\n .userPic {\r\n width: 24px;\r\n height: 24px;\r\n border-radius: 50%;\r\n object-fit: scale-down;\r\n }\r\n\r\n .help {\r\n padding: 2px 0;\r\n @include centerInsideContent();\r\n @include modify-svg($stroke: var(--gray-400)) {\r\n width: 16px;\r\n height: 16px;\r\n flex: none;\r\n }\r\n }\r\n\r\n .dropdown {\r\n padding: 2px 0;\r\n transition: all ease-in-out 200ms;\r\n @include centerInsideContent();\r\n @include modify-svg($stroke: var(--gray-500)) {\r\n width: 20px;\r\n height: 20px;\r\n flex: none;\r\n }\r\n\r\n &.dropdownReverse {\r\n transform: rotateX(-180deg);\r\n }\r\n }\r\n\r\n .button {\r\n padding: 2px 0;\r\n transition: all ease-in-out 200ms;\r\n @include centerInsideContent();\r\n @include modify-svg() {\r\n width: 20px;\r\n height: 20px;\r\n flex: none;\r\n }\r\n\r\n &.red {\r\n @include modify-svg($stroke: var(--error-400));\r\n\r\n &:hover {\r\n @include modify-svg($stroke: var(--error-500));\r\n }\r\n }\r\n\r\n &.gray {\r\n @include modify-svg($stroke: var(--gray-400));\r\n\r\n &:hover {\r\n @include modify-svg($stroke: var(--gray-500));\r\n }\r\n }\r\n }\r\n\r\n &.pointer {\r\n cursor: pointer;\r\n }\r\n\r\n &.focus {\r\n box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 #1018280D;\r\n }\r\n\r\n &.isError {\r\n box-shadow: 0 0 0 1px var(--error-300), 0 1px 2px 0 #1018280D;\r\n\r\n .help {\r\n @include modify-svg($stroke: var(--error-500));\r\n }\r\n\r\n &.focus {\r\n box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 #1018280D;\r\n }\r\n }\r\n\r\n &.disabled {\r\n background-color: var(--gray-100);\r\n cursor: default;\r\n\r\n * {\r\n cursor: default;\r\n }\r\n\r\n .inputField {\r\n @include fnt($size: 16, $line-height: 24, $weight: 400, $color: var(--gray-500));\r\n }\r\n }\r\n\r\n @content;\r\n }\r\n}","@mixin centerInsideContent {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}","@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff\") format(\"woff\");\n font-weight: 400;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff\") format(\"woff\");\n font-weight: 500;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff\") format(\"woff\");\n font-weight: 600;\n font-style: normal;\n}\n.selectField {\n width: 100%;\n position: relative;\n}\n.selectField .flexField {\n width: 100%;\n height: fit-content;\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 10px 12px;\n border-radius: 8px;\n gap: 12px;\n background-color: var(--base-white);\n box-shadow: 0 0 0 1px var(--gray-300), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n box-sizing: border-box;\n}\n.selectField .flexField .inputField {\n flex: 1;\n min-width: 0;\n min-height: 24px;\n outline: none;\n padding: 0;\n margin: 0;\n border: none;\n background: none;\n text-wrap: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.selectField .flexField .inputField {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-900);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.selectField .flexField .inputField::placeholder {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-400);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.selectField .flexField .icon {\n padding: 2px 0;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.selectField .flexField .icon svg * {\n stroke: var(--gray-400);\n}\n.selectField .flexField .icon svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.selectField .flexField .textSupport {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-400);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.selectField .flexField .userPic {\n width: 24px;\n height: 24px;\n border-radius: 50%;\n object-fit: scale-down;\n}\n.selectField .flexField .help {\n padding: 2px 0;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.selectField .flexField .help svg * {\n stroke: var(--gray-400);\n}\n.selectField .flexField .help svg {\n width: 16px;\n height: 16px;\n flex: none;\n}\n.selectField .flexField .dropdown {\n padding: 2px 0;\n transition: all ease-in-out 200ms;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.selectField .flexField .dropdown svg * {\n stroke: var(--gray-500);\n}\n.selectField .flexField .dropdown svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.selectField .flexField .dropdown.dropdownReverse {\n transform: rotateX(-180deg);\n}\n.selectField .flexField .button {\n padding: 2px 0;\n transition: all ease-in-out 200ms;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.selectField .flexField .button svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.selectField .flexField .button.red svg * {\n stroke: var(--error-400);\n}\n.selectField .flexField .button.red:hover svg * {\n stroke: var(--error-500);\n}\n.selectField .flexField .button.gray svg * {\n stroke: var(--gray-400);\n}\n.selectField .flexField .button.gray:hover svg * {\n stroke: var(--gray-500);\n}\n.selectField .flexField.pointer {\n cursor: pointer;\n}\n.selectField .flexField.focus {\n box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.selectField .flexField.isError {\n box-shadow: 0 0 0 1px var(--error-300), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.selectField .flexField.isError .help svg * {\n stroke: var(--error-500);\n}\n.selectField .flexField.isError.focus {\n box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.selectField .flexField.disabled {\n background-color: var(--gray-100);\n cursor: default;\n}\n.selectField .flexField.disabled * {\n cursor: default;\n}\n.selectField .flexField.disabled .inputField {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-500);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.selectField .modalWindow {\n width: 100%;\n position: absolute;\n z-index: 5;\n}\n.selectField .modalWindow .selectModalWindow {\n width: 100%;\n height: fit-content;\n max-height: 300px;\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n padding: 4px;\n background-color: var(--base-white);\n box-shadow: 0 0 0 1px var(--gray-300), 0 4px 6px -2px rgba(16, 24, 40, 0.031372549), 0px 12px 16px -4px rgba(16, 24, 40, 0.0784313725);\n overflow: scroll;\n scrollbar-width: none;\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem {\n width: 100%;\n height: fit-content;\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 8px;\n padding: 10px 16px;\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem .label {\n flex: 1;\n text-align: left;\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem .label {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-900);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem.active {\n background-color: var(--blue-dark-50);\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem.active svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem.active svg * {\n stroke: var(--blue-dark-500);\n}","@use '@/styles' as *;\r\n@use '../../../FlexField';\r\n\r\n@mixin insertSelectField() {\r\n .selectField {\r\n width: 100%;\r\n position: relative;\r\n\r\n @include FlexField.insertFlexField();\r\n\r\n .modalWindow {\r\n width: 100%;\r\n position: absolute;\r\n z-index: 5;\r\n\r\n .selectModalWindow {\r\n width: 100%;\r\n height: fit-content;\r\n max-height: 300px;\r\n\r\n display: flex;\r\n flex-direction: column;\r\n\r\n border-radius: 8px;\r\n padding: 4px;\r\n\r\n background-color: var(--base-white);\r\n box-shadow: 0 0 0 1px var(--gray-300), 0 4px 6px -2px #10182808, 0px 12px 16px -4px #10182814;\r\n\r\n overflow: scroll;\r\n scrollbar-width: none;\r\n\r\n .selectFieldOptionsItem {\r\n width: 100%;\r\n height: fit-content;\r\n\r\n @include centerInsideContent();\r\n\r\n gap: 8px;\r\n padding: 10px 16px;\r\n\r\n .label {\r\n flex: 1;\r\n text-align: left;\r\n @include fnt($size: 16, $line-height: 24, $weight: 400, $color: var(--gray-900));\r\n }\r\n\r\n &.active {\r\n background-color: var(--blue-dark-50);\r\n @include changeSvg($width: 20, $height: 20, $stroke: var(--blue-dark-500), $flex: none);\r\n }\r\n }\r\n }\r\n }\r\n\r\n @content;\r\n }\r\n}","@mixin changeSvg($stroke: null, $fill: null, $width: null, $height: null, $flex: null) {\r\n & {\r\n svg {\r\n @if ($width != null) {\r\n width: #{$width}px;\r\n }\r\n @if ($height != null) {\r\n height: #{$height}px;\r\n }\r\n\r\n @if ($flex != null) {\r\n flex: $flex;\r\n }\r\n\r\n * {\r\n @if ($stroke != null) {\r\n stroke: $stroke;\r\n }\r\n\r\n @if ($fill != null) {\r\n fill: $fill;\r\n }\r\n }\r\n }\r\n }\r\n}","@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff\") format(\"woff\");\n font-weight: 400;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff\") format(\"woff\");\n font-weight: 500;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff\") format(\"woff\");\n font-weight: 600;\n font-style: normal;\n}\n.inputFieldWrapper {\n width: 100%;\n display: flex;\n flex-direction: column;\n gap: 4px;\n}\n.inputFieldWrapper .labelText {\n display: flex;\n padding: 0 12px;\n gap: 2px;\n}\n.inputFieldWrapper .labelText {\n font-size: 14px;\n line-height: 20px;\n color: var(--gray-700);\n font-weight: 500;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.inputFieldWrapper .labelText .required {\n font-size: 14px;\n line-height: 20px;\n color: var(--error-500);\n font-weight: 500;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.inputFieldWrapper .hintText {\n display: flex;\n padding: 0 12px;\n gap: 2px;\n}\n.inputFieldWrapper .hintText {\n font-size: 14px;\n line-height: 20px;\n color: var(--gray-600);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.inputFieldWrapper .hintError {\n display: flex;\n padding: 0 12px;\n gap: 2px;\n}\n.inputFieldWrapper .hintError {\n font-size: 14px;\n line-height: 20px;\n color: var(--error-500);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.inputFieldWrapper .helperLink {\n display: flex;\n padding: 0 12px;\n gap: 2px;\n cursor: pointer;\n}\n.inputFieldWrapper .helperLink svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.inputFieldWrapper .helperLink svg * {\n stroke: var(--blue-dark-500);\n}\n.inputFieldWrapper .helperLink {\n font-size: 14px;\n line-height: 20px;\n color: var(--blue-dark-500);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}","@use '@/styles' as *;\r\n\r\n@mixin insertInputFieldWrapper() {\r\n .inputFieldWrapper {\r\n width: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n\r\n gap: 4px;\r\n\r\n .labelText {\r\n display: flex;\r\n padding: 0 12px;\r\n gap: 2px;\r\n\r\n @include fnt($size: 14, $line-height: 20, $weight: 500, $color: var(--gray-700));\r\n\r\n .required {\r\n @include fnt($size: 14, $line-height: 20, $weight: 500, $color: var(--error-500));\r\n }\r\n }\r\n\r\n .hintText {\r\n display: flex;\r\n padding: 0 12px;\r\n gap: 2px;\r\n\r\n @include fnt($size: 14, $line-height: 20, $weight: 400, $color: var(--gray-600));\r\n }\r\n\r\n .hintError {\r\n display: flex;\r\n padding: 0 12px;\r\n gap: 2px;\r\n\r\n @include fnt($size: 14, $line-height: 20, $weight: 400, $color: var(--error-500));\r\n }\r\n\r\n .helperLink {\r\n display: flex;\r\n padding: 0 12px;\r\n gap: 2px;\r\n cursor: pointer;\r\n @include changeSvg($width: 20, $height: 20, $stroke: var(--blue-dark-500), $flex: none);\r\n @include fnt($size: 14, $line-height: 20, $weight: 400, $color: var(--blue-dark-500));\r\n }\r\n\r\n @content;\r\n }\r\n}","@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff\") format(\"woff\");\n font-weight: 400;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff\") format(\"woff\");\n font-weight: 500;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff\") format(\"woff\");\n font-weight: 600;\n font-style: normal;\n}\n.switcherField {\n width: 36px;\n height: 20px;\n display: flex;\n justify-content: left;\n border-radius: 12px;\n padding: 2px;\n background-color: var(--gray-200);\n}\n.switcherField:after {\n flex: none;\n content: \"\";\n width: 16px;\n height: 16px;\n border-radius: 50%;\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0588235294), 0 1px 3px 0 rgba(16, 24, 40, 0.1019607843);\n background-color: var(--base-white);\n}\n.switcherField:hover {\n background-color: var(--gray-300);\n}\n.switcherField:focus {\n box-shadow: 0 0 0 4px var(--gray-100);\n}\n.switcherField.active {\n justify-content: right;\n background-color: var(--blue-dark-500);\n}\n.switcherField.active:hover {\n background-color: var(--blue-dark-600);\n}\n.switcherField:disabled {\n cursor: default;\n background-color: var(--gray-200);\n}\n.switcherField:disabled:hover {\n background-color: var(--gray-200);\n}","@use '@/styles' as *;\r\n@use \"sass:meta\";\r\n@use \"sass:string\";\r\n@use \"sass:map\";\r\n\r\n$medium-size: 'medium';\r\n$large-size: 'large';\r\n\r\n$light-tone: 'light';\r\n$dark-tone: 'dark';\r\n\r\n\r\n$size-config: (\r\n medium: (\r\n width: 36,\r\n height: 20,\r\n radius: 16,\r\n ),\r\n large: (\r\n width: 44,\r\n height: 24,\r\n radius: 20,\r\n ),\r\n);\r\n\r\n$tone-config: (\r\n light: (\r\n main: var(--gray-200),\r\n hover: var(--gray-300),\r\n ),\r\n dark: (\r\n main: var(--gray-300),\r\n hover: var(--gray-400),\r\n ),\r\n);\r\n\r\n@mixin insertSwitcherField($size: $medium-size, $tone: $light-tone) {\r\n $size: if(meta.type-of($size) == 'string', string.unquote($size), $size);\r\n $tone: if(meta.type-of($tone) == 'string', string.unquote($tone), $tone);\r\n $size-settings: map.get($size-config, $size);\r\n $tone-settings: map.get($tone-config, $tone);\r\n\r\n .switcherField {\r\n width: #{map.get($size-settings, width)}px;\r\n height: #{map.get($size-settings, height)}px;\r\n\r\n display: flex;\r\n justify-content: left;\r\n\r\n border-radius: 12px;\r\n padding: 2px;\r\n background-color: map.get($tone-settings, main);\r\n\r\n &:after {\r\n flex: none;\r\n content: '';\r\n width: #{map.get($size-settings, radius)}px;\r\n height: #{map.get($size-settings, radius)}px;\r\n border-radius: 50%;\r\n box-shadow: 0 1px 2px 0 #1018280F, 0 1px 3px 0 #1018281A;\r\n background-color: var(--base-white);\r\n }\r\n\r\n &:hover {\r\n background-color: map.get($tone-settings, hover);\r\n }\r\n\r\n &:focus {\r\n box-shadow: 0 0 0 4px var(--gray-100);\r\n }\r\n\r\n &.active {\r\n justify-content: right;\r\n background-color: var(--blue-dark-500);\r\n\r\n &:hover {\r\n background-color: var(--blue-dark-600);\r\n }\r\n }\r\n\r\n &:disabled {\r\n cursor: default;\r\n background-color: map.get($tone-settings, main);\r\n\r\n &:hover {\r\n background-color: map.get($tone-settings, main);\r\n }\r\n }\r\n\r\n @content;\r\n }\r\n}","@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff\") format(\"woff\");\n font-weight: 400;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff\") format(\"woff\");\n font-weight: 500;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff\") format(\"woff\");\n font-weight: 600;\n font-style: normal;\n}\n.radioFieldItem {\n width: fit-content;\n height: fit-content;\n display: flex;\n gap: 8px;\n}\n.radioFieldItem .checkbox {\n flex: none;\n width: 16px;\n height: 16px;\n border-radius: 50%;\n border: 1px solid var(--gray-300);\n background-color: var(--base-white);\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.radioFieldItem .label {\n font-size: 14px;\n line-height: 20px;\n color: var(--gray-700);\n font-weight: 500;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.radioFieldItem.active .checkbox {\n border: 1px solid var(--blue-dark-500);\n}\n.radioFieldItem.active .checkbox:after {\n content: \"\";\n flex: none;\n width: 6px;\n height: 6px;\n border-radius: 50%;\n background-color: var(--blue-dark-500);\n}","@use '@/styles' as *;\r\n@use '../../../FlexField';\r\n\r\n@mixin insertRadioField() {\r\n .radioFieldItem {\r\n width: fit-content;\r\n height: fit-content;\r\n\r\n display: flex;\r\n gap: 8px;\r\n\r\n .checkbox {\r\n flex: none;\r\n width: 16px;\r\n height: 16px;\r\n\r\n border-radius: 50%;\r\n border: 1px solid var(--gray-300);\r\n background-color: var(--base-white);\r\n\r\n @include centerInsideContent();\r\n }\r\n\r\n .label {\r\n @include fnt($size: 14, $line-height: 20, $weight: 500, $color: var(--gray-700));\r\n }\r\n\r\n &.active {\r\n .checkbox {\r\n &:after {\r\n content: '';\r\n flex: none;\r\n width: 6px;\r\n height: 6px;\r\n border-radius: 50%;\r\n background-color: var(--blue-dark-500);\r\n }\r\n\r\n border: 1px solid var(--blue-dark-500);\r\n }\r\n }\r\n\r\n @content;\r\n }\r\n}","@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff\") format(\"woff\");\n font-weight: 400;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff\") format(\"woff\");\n font-weight: 500;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff\") format(\"woff\");\n font-weight: 600;\n font-style: normal;\n}\n.textareaField {\n width: 100%;\n height: fit-content;\n min-height: 68px;\n resize: none;\n border-radius: 8px;\n padding: 10px 12px;\n background-color: var(--base-white);\n box-shadow: 0 0 0 1px var(--gray-300), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.textareaField {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-900);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.textareaField::placeholder {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-400);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.textareaField:focus {\n box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.textareaField:disabled {\n background-color: var(--gray-100);\n}\n.textareaField:disabled {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-500);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.textareaField.isError {\n border: 1px solid var(--error-300);\n}\n.textareaField.isError:focus {\n box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}","@use '@/styles' as *;\r\n\r\n@mixin insertTextareaField() {\r\n .textareaField {\r\n width: 100%;\r\n height: fit-content;\r\n min-height: 68px;\r\n\r\n resize: none;\r\n border-radius: 8px;\r\n padding: 10px 12px;\r\n\r\n background-color: var(--base-white);\r\n box-shadow: 0 0 0 1px var(--gray-300), 0 1px 2px 0 #1018280D;\r\n\r\n @include fnt($size: 16, $line-height: 24, $weight: 400, $color: var(--gray-900));\r\n\r\n &::placeholder {\r\n @include fnt($size: 16, $line-height: 24, $weight: 400, $color: var(--gray-400));\r\n }\r\n\r\n &:focus {\r\n box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 #1018280D;\r\n }\r\n\r\n &:disabled {\r\n background-color: var(--gray-100);\r\n @include fnt($size: 16, $line-height: 24, $weight: 400, $color: var(--gray-500));\r\n }\r\n\r\n &.isError {\r\n border: 1px solid var(--error-300);\r\n\r\n &:focus {\r\n box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 #1018280D;\r\n }\r\n }\r\n\r\n @content;\r\n }\r\n}","@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_regular.woff\") format(\"woff\");\n font-weight: 400;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_medium.woff\") format(\"woff\");\n font-weight: 500;\n font-style: normal;\n}\n@font-face {\n font-family: \"Golos UI\";\n src: local(\"Golos UI\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.ttf\") format(\"truetype\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff2\") format(\"woff2\"), url(\"./fontsAssets/Golos-UI/golos-ui_bold.woff\") format(\"woff\");\n font-weight: 600;\n font-style: normal;\n}\n.flexField {\n width: 100%;\n height: fit-content;\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 10px 12px;\n border-radius: 8px;\n gap: 12px;\n background-color: var(--base-white);\n box-shadow: 0 0 0 1px var(--gray-300), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n box-sizing: border-box;\n}\n.flexField .inputField {\n flex: 1;\n min-width: 0;\n min-height: 24px;\n outline: none;\n padding: 0;\n margin: 0;\n border: none;\n background: none;\n text-wrap: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.flexField .inputField {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-900);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.flexField .inputField::placeholder {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-400);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.flexField .icon {\n padding: 2px 0;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.flexField .icon svg * {\n stroke: var(--gray-400);\n}\n.flexField .icon svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.flexField .textSupport {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-400);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.flexField .userPic {\n width: 24px;\n height: 24px;\n border-radius: 50%;\n object-fit: scale-down;\n}\n.flexField .help {\n padding: 2px 0;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.flexField .help svg * {\n stroke: var(--gray-400);\n}\n.flexField .help svg {\n width: 16px;\n height: 16px;\n flex: none;\n}\n.flexField .dropdown {\n padding: 2px 0;\n transition: all ease-in-out 200ms;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.flexField .dropdown svg * {\n stroke: var(--gray-500);\n}\n.flexField .dropdown svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.flexField .dropdown.dropdownReverse {\n transform: rotateX(-180deg);\n}\n.flexField .button {\n padding: 2px 0;\n transition: all ease-in-out 200ms;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.flexField .button svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.flexField .button.red svg * {\n stroke: var(--error-400);\n}\n.flexField .button.red:hover svg * {\n stroke: var(--error-500);\n}\n.flexField .button.gray svg * {\n stroke: var(--gray-400);\n}\n.flexField .button.gray:hover svg * {\n stroke: var(--gray-500);\n}\n.flexField.pointer {\n cursor: pointer;\n}\n.flexField.focus {\n box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.flexField.isError {\n box-shadow: 0 0 0 1px var(--error-300), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.flexField.isError .help svg * {\n stroke: var(--error-500);\n}\n.flexField.isError.focus {\n box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.flexField.disabled {\n background-color: var(--gray-100);\n cursor: default;\n}\n.flexField.disabled * {\n cursor: default;\n}\n.flexField.disabled .inputField {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-500);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n\n.inputFieldWrapper {\n width: 100%;\n display: flex;\n flex-direction: column;\n gap: 4px;\n}\n.inputFieldWrapper .labelText {\n display: flex;\n padding: 0 12px;\n gap: 2px;\n}\n.inputFieldWrapper .labelText {\n font-size: 14px;\n line-height: 20px;\n color: var(--gray-700);\n font-weight: 500;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.inputFieldWrapper .labelText .required {\n font-size: 14px;\n line-height: 20px;\n color: var(--error-500);\n font-weight: 500;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.inputFieldWrapper .hintText {\n display: flex;\n padding: 0 12px;\n gap: 2px;\n}\n.inputFieldWrapper .hintText {\n font-size: 14px;\n line-height: 20px;\n color: var(--gray-600);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.inputFieldWrapper .hintError {\n display: flex;\n padding: 0 12px;\n gap: 2px;\n}\n.inputFieldWrapper .hintError {\n font-size: 14px;\n line-height: 20px;\n color: var(--error-500);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.inputFieldWrapper .helperLink {\n display: flex;\n padding: 0 12px;\n gap: 2px;\n cursor: pointer;\n}\n.inputFieldWrapper .helperLink svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.inputFieldWrapper .helperLink svg * {\n stroke: var(--blue-dark-500);\n}\n.inputFieldWrapper .helperLink {\n font-size: 14px;\n line-height: 20px;\n color: var(--blue-dark-500);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n\n.selectField {\n width: 100%;\n position: relative;\n}\n.selectField .flexField {\n width: 100%;\n height: fit-content;\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 10px 12px;\n border-radius: 8px;\n gap: 12px;\n background-color: var(--base-white);\n box-shadow: 0 0 0 1px var(--gray-300), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n box-sizing: border-box;\n}\n.selectField .flexField .inputField {\n flex: 1;\n min-width: 0;\n min-height: 24px;\n outline: none;\n padding: 0;\n margin: 0;\n border: none;\n background: none;\n text-wrap: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.selectField .flexField .inputField {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-900);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.selectField .flexField .inputField::placeholder {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-400);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.selectField .flexField .icon {\n padding: 2px 0;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.selectField .flexField .icon svg * {\n stroke: var(--gray-400);\n}\n.selectField .flexField .icon svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.selectField .flexField .textSupport {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-400);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.selectField .flexField .userPic {\n width: 24px;\n height: 24px;\n border-radius: 50%;\n object-fit: scale-down;\n}\n.selectField .flexField .help {\n padding: 2px 0;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.selectField .flexField .help svg * {\n stroke: var(--gray-400);\n}\n.selectField .flexField .help svg {\n width: 16px;\n height: 16px;\n flex: none;\n}\n.selectField .flexField .dropdown {\n padding: 2px 0;\n transition: all ease-in-out 200ms;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.selectField .flexField .dropdown svg * {\n stroke: var(--gray-500);\n}\n.selectField .flexField .dropdown svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.selectField .flexField .dropdown.dropdownReverse {\n transform: rotateX(-180deg);\n}\n.selectField .flexField .button {\n padding: 2px 0;\n transition: all ease-in-out 200ms;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.selectField .flexField .button svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.selectField .flexField .button.red svg * {\n stroke: var(--error-400);\n}\n.selectField .flexField .button.red:hover svg * {\n stroke: var(--error-500);\n}\n.selectField .flexField .button.gray svg * {\n stroke: var(--gray-400);\n}\n.selectField .flexField .button.gray:hover svg * {\n stroke: var(--gray-500);\n}\n.selectField .flexField.pointer {\n cursor: pointer;\n}\n.selectField .flexField.focus {\n box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.selectField .flexField.isError {\n box-shadow: 0 0 0 1px var(--error-300), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.selectField .flexField.isError .help svg * {\n stroke: var(--error-500);\n}\n.selectField .flexField.isError.focus {\n box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.selectField .flexField.disabled {\n background-color: var(--gray-100);\n cursor: default;\n}\n.selectField .flexField.disabled * {\n cursor: default;\n}\n.selectField .flexField.disabled .inputField {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-500);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.selectField .modalWindow {\n width: 100%;\n position: absolute;\n z-index: 5;\n}\n.selectField .modalWindow .selectModalWindow {\n width: 100%;\n height: fit-content;\n max-height: 300px;\n display: flex;\n flex-direction: column;\n border-radius: 8px;\n padding: 4px;\n background-color: var(--base-white);\n box-shadow: 0 0 0 1px var(--gray-300), 0 4px 6px -2px rgba(16, 24, 40, 0.031372549), 0px 12px 16px -4px rgba(16, 24, 40, 0.0784313725);\n overflow: scroll;\n scrollbar-width: none;\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem {\n width: 100%;\n height: fit-content;\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 8px;\n padding: 10px 16px;\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem .label {\n flex: 1;\n text-align: left;\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem .label {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-900);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem.active {\n background-color: var(--blue-dark-50);\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem.active svg {\n width: 20px;\n height: 20px;\n flex: none;\n}\n.selectField .modalWindow .selectModalWindow .selectFieldOptionsItem.active svg * {\n stroke: var(--blue-dark-500);\n}\n\n.switcherField {\n width: 36px;\n height: 20px;\n display: flex;\n justify-content: left;\n border-radius: 12px;\n padding: 2px;\n background-color: var(--gray-200);\n}\n.switcherField:after {\n flex: none;\n content: \"\";\n width: 16px;\n height: 16px;\n border-radius: 50%;\n box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0588235294), 0 1px 3px 0 rgba(16, 24, 40, 0.1019607843);\n background-color: var(--base-white);\n}\n.switcherField:hover {\n background-color: var(--gray-300);\n}\n.switcherField:focus {\n box-shadow: 0 0 0 4px var(--gray-100);\n}\n.switcherField.active {\n justify-content: right;\n background-color: var(--blue-dark-500);\n}\n.switcherField.active:hover {\n background-color: var(--blue-dark-600);\n}\n.switcherField:disabled {\n cursor: default;\n background-color: var(--gray-200);\n}\n.switcherField:disabled:hover {\n background-color: var(--gray-200);\n}\n\n.radioFieldItem {\n width: fit-content;\n height: fit-content;\n display: flex;\n gap: 8px;\n}\n.radioFieldItem .checkbox {\n flex: none;\n width: 16px;\n height: 16px;\n border-radius: 50%;\n border: 1px solid var(--gray-300);\n background-color: var(--base-white);\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.radioFieldItem .label {\n font-size: 14px;\n line-height: 20px;\n color: var(--gray-700);\n font-weight: 500;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.radioFieldItem.active .checkbox {\n border: 1px solid var(--blue-dark-500);\n}\n.radioFieldItem.active .checkbox:after {\n content: \"\";\n flex: none;\n width: 6px;\n height: 6px;\n border-radius: 50%;\n background-color: var(--blue-dark-500);\n}\n\n.textareaField {\n width: 100%;\n height: fit-content;\n min-height: 68px;\n resize: none;\n border-radius: 8px;\n padding: 10px 12px;\n background-color: var(--base-white);\n box-shadow: 0 0 0 1px var(--gray-300), 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.textareaField {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-900);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.textareaField::placeholder {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-400);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.textareaField:focus {\n box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}\n.textareaField:disabled {\n background-color: var(--gray-100);\n}\n.textareaField:disabled {\n font-size: 16px;\n line-height: 24px;\n color: var(--gray-500);\n font-weight: 400;\n font-family: \"Golos UI\", sans-serif;\n font-stretch: normal;\n font-style: normal;\n font-variant: normal;\n}\n.textareaField.isError {\n border: 1px solid var(--error-300);\n}\n.textareaField.isError:focus {\n box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);\n}"],"names":[],"sourceRoot":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "indicator-ui",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/types/src/index.d.ts",
6
6
  "style": "dist/index.css",