indicator-ui 0.0.2 → 0.0.3

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
@@ -1000,5 +1000,995 @@
1000
1000
  .DatePickerFooter-module__datePickerFooter___S3vJR .DatePickerFooter-module__item___I9fi6 {
1001
1001
  flex: 1;
1002
1002
  }
1003
+ /*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
1004
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/InputFields/FlexField/styles/FlexField.module.scss ***!
1005
+ \***********************************************************************************************************************************************************************************************************************************************************************************/
1006
+ @font-face {
1007
+ font-family: "Golos UI";
1008
+ src: local("Golos UI"), url(fonts/golos-ui_regular.28e502dbcc83c91565af.ttf) format("truetype"), url(fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2) format("woff2"), url(fonts/golos-ui_regular.144142fba245a224ac28.woff) format("woff");
1009
+ font-weight: 400;
1010
+ font-style: normal;
1011
+ }
1012
+ @font-face {
1013
+ font-family: "Golos UI";
1014
+ src: local("Golos UI"), url(fonts/golos-ui_medium.727b1fef51a9bac82009.ttf) format("truetype"), url(fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2) format("woff2"), url(fonts/golos-ui_medium.f9db984fc119d6aeca90.woff) format("woff");
1015
+ font-weight: 500;
1016
+ font-style: normal;
1017
+ }
1018
+ @font-face {
1019
+ font-family: "Golos UI";
1020
+ src: local("Golos UI"), url(fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf) format("truetype"), url(fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2) format("woff2"), url(fonts/golos-ui_bold.e1122033a14151d7ea54.woff) format("woff");
1021
+ font-weight: 600;
1022
+ font-style: normal;
1023
+ }
1024
+ .FlexField-module__flexField___bQEfy {
1025
+ width: 100%;
1026
+ height: fit-content;
1027
+ display: flex;
1028
+ align-items: center;
1029
+ justify-content: center;
1030
+ padding: 10px 12px;
1031
+ border-radius: 8px;
1032
+ gap: 12px;
1033
+ background-color: #FFFFFF;
1034
+ box-shadow: 0 0 0 1px #D0D5DD, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1035
+ box-sizing: border-box;
1036
+ }
1037
+ .FlexField-module__flexField___bQEfy .FlexField-module__inputField___ckUI1 {
1038
+ flex: 1;
1039
+ min-width: 0;
1040
+ min-height: 24px;
1041
+ outline: none;
1042
+ padding: 0;
1043
+ margin: 0;
1044
+ border: none;
1045
+ background: none;
1046
+ text-wrap: nowrap;
1047
+ overflow: hidden;
1048
+ text-overflow: ellipsis;
1049
+ }
1050
+ .FlexField-module__flexField___bQEfy .FlexField-module__inputField___ckUI1 {
1051
+ font-size: 16px;
1052
+ line-height: 24px;
1053
+ color: #101828;
1054
+ font-weight: 400;
1055
+ font-family: "Golos UI", sans-serif;
1056
+ font-stretch: normal;
1057
+ font-style: normal;
1058
+ font-variant: normal;
1059
+ }
1060
+ .FlexField-module__flexField___bQEfy .FlexField-module__inputField___ckUI1::placeholder {
1061
+ font-size: 16px;
1062
+ line-height: 24px;
1063
+ color: #98A2B3;
1064
+ font-weight: 400;
1065
+ font-family: "Golos UI", sans-serif;
1066
+ font-stretch: normal;
1067
+ font-style: normal;
1068
+ font-variant: normal;
1069
+ }
1070
+ .FlexField-module__flexField___bQEfy.FlexField-module__pointer___dOJ4b {
1071
+ cursor: pointer;
1072
+ }
1073
+ .FlexField-module__flexField___bQEfy.FlexField-module__focus___pkwN6 {
1074
+ box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1075
+ }
1076
+ .FlexField-module__flexField___bQEfy.FlexField-module__isError___VljDQ {
1077
+ box-shadow: 0 0 0 1px #FDA29B, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1078
+ }
1079
+ .FlexField-module__flexField___bQEfy.FlexField-module__isError___VljDQ.FlexField-module__focus___pkwN6 {
1080
+ box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1081
+ }
1082
+ .FlexField-module__flexField___bQEfy.FlexField-module__disabled___lN8Vv {
1083
+ background-color: #F2F4F7;
1084
+ cursor: default;
1085
+ }
1086
+ .FlexField-module__flexField___bQEfy.FlexField-module__disabled___lN8Vv * {
1087
+ cursor: default;
1088
+ }
1089
+ .FlexField-module__flexField___bQEfy.FlexField-module__disabled___lN8Vv .FlexField-module__inputField___ckUI1 {
1090
+ font-size: 16px;
1091
+ line-height: 24px;
1092
+ color: #667085;
1093
+ font-weight: 400;
1094
+ font-family: "Golos UI", sans-serif;
1095
+ font-stretch: normal;
1096
+ font-style: normal;
1097
+ font-variant: normal;
1098
+ }
1099
+ /*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
1100
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/InputFields/SelectField/styles/SelectField.module.scss ***!
1101
+ \***************************************************************************************************************************************************************************************************************************************************************************************/
1102
+ @font-face {
1103
+ font-family: "Golos UI";
1104
+ src: local("Golos UI"), url(fonts/golos-ui_regular.28e502dbcc83c91565af.ttf) format("truetype"), url(fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2) format("woff2"), url(fonts/golos-ui_regular.144142fba245a224ac28.woff) format("woff");
1105
+ font-weight: 400;
1106
+ font-style: normal;
1107
+ }
1108
+ @font-face {
1109
+ font-family: "Golos UI";
1110
+ src: local("Golos UI"), url(fonts/golos-ui_medium.727b1fef51a9bac82009.ttf) format("truetype"), url(fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2) format("woff2"), url(fonts/golos-ui_medium.f9db984fc119d6aeca90.woff) format("woff");
1111
+ font-weight: 500;
1112
+ font-style: normal;
1113
+ }
1114
+ @font-face {
1115
+ font-family: "Golos UI";
1116
+ src: local("Golos UI"), url(fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf) format("truetype"), url(fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2) format("woff2"), url(fonts/golos-ui_bold.e1122033a14151d7ea54.woff) format("woff");
1117
+ font-weight: 600;
1118
+ font-style: normal;
1119
+ }
1120
+ .SelectField-module__selectField___p9S2j {
1121
+ width: 100%;
1122
+ position: relative;
1123
+ }
1124
+ .SelectField-module__selectField___p9S2j .SelectField-module__flexField___a_gUY {
1125
+ width: 100%;
1126
+ height: fit-content;
1127
+ display: flex;
1128
+ align-items: center;
1129
+ justify-content: center;
1130
+ padding: 10px 12px;
1131
+ border-radius: 8px;
1132
+ gap: 12px;
1133
+ background-color: #FFFFFF;
1134
+ box-shadow: 0 0 0 1px #D0D5DD, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1135
+ box-sizing: border-box;
1136
+ }
1137
+ .SelectField-module__selectField___p9S2j .SelectField-module__flexField___a_gUY .SelectField-module__inputField___R6ZBR {
1138
+ flex: 1;
1139
+ min-width: 0;
1140
+ min-height: 24px;
1141
+ outline: none;
1142
+ padding: 0;
1143
+ margin: 0;
1144
+ border: none;
1145
+ background: none;
1146
+ text-wrap: nowrap;
1147
+ overflow: hidden;
1148
+ text-overflow: ellipsis;
1149
+ }
1150
+ .SelectField-module__selectField___p9S2j .SelectField-module__flexField___a_gUY .SelectField-module__inputField___R6ZBR {
1151
+ font-size: 16px;
1152
+ line-height: 24px;
1153
+ color: #101828;
1154
+ font-weight: 400;
1155
+ font-family: "Golos UI", sans-serif;
1156
+ font-stretch: normal;
1157
+ font-style: normal;
1158
+ font-variant: normal;
1159
+ }
1160
+ .SelectField-module__selectField___p9S2j .SelectField-module__flexField___a_gUY .SelectField-module__inputField___R6ZBR::placeholder {
1161
+ font-size: 16px;
1162
+ line-height: 24px;
1163
+ color: #98A2B3;
1164
+ font-weight: 400;
1165
+ font-family: "Golos UI", sans-serif;
1166
+ font-stretch: normal;
1167
+ font-style: normal;
1168
+ font-variant: normal;
1169
+ }
1170
+ .SelectField-module__selectField___p9S2j .SelectField-module__flexField___a_gUY.SelectField-module__pointer___EtnYh {
1171
+ cursor: pointer;
1172
+ }
1173
+ .SelectField-module__selectField___p9S2j .SelectField-module__flexField___a_gUY.SelectField-module__focus___oz_Mp {
1174
+ box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1175
+ }
1176
+ .SelectField-module__selectField___p9S2j .SelectField-module__flexField___a_gUY.SelectField-module__isError___i1lN2 {
1177
+ box-shadow: 0 0 0 1px #FDA29B, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1178
+ }
1179
+ .SelectField-module__selectField___p9S2j .SelectField-module__flexField___a_gUY.SelectField-module__isError___i1lN2.SelectField-module__focus___oz_Mp {
1180
+ box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1181
+ }
1182
+ .SelectField-module__selectField___p9S2j .SelectField-module__flexField___a_gUY.SelectField-module__disabled___lZGk6 {
1183
+ background-color: #F2F4F7;
1184
+ cursor: default;
1185
+ }
1186
+ .SelectField-module__selectField___p9S2j .SelectField-module__flexField___a_gUY.SelectField-module__disabled___lZGk6 * {
1187
+ cursor: default;
1188
+ }
1189
+ .SelectField-module__selectField___p9S2j .SelectField-module__flexField___a_gUY.SelectField-module__disabled___lZGk6 .SelectField-module__inputField___R6ZBR {
1190
+ font-size: 16px;
1191
+ line-height: 24px;
1192
+ color: #667085;
1193
+ font-weight: 400;
1194
+ font-family: "Golos UI", sans-serif;
1195
+ font-stretch: normal;
1196
+ font-style: normal;
1197
+ font-variant: normal;
1198
+ }
1199
+ .SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d {
1200
+ width: 100%;
1201
+ position: absolute;
1202
+ z-index: 5;
1203
+ }
1204
+ .SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d .SelectField-module__selectModalWindow___w55Pm {
1205
+ width: 100%;
1206
+ height: fit-content;
1207
+ max-height: 300px;
1208
+ display: flex;
1209
+ flex-direction: column;
1210
+ border-radius: 8px;
1211
+ padding: 4px;
1212
+ background-color: #FFFFFF;
1213
+ box-shadow: 0 0 0 1px #D0D5DD, 0 4px 6px -2px rgba(16, 24, 40, 0.031372549), 0px 12px 16px -4px rgba(16, 24, 40, 0.0784313725);
1214
+ overflow: scroll;
1215
+ scrollbar-width: none;
1216
+ }
1217
+ .SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d .SelectField-module__selectModalWindow___w55Pm .SelectField-module__selectFieldOptionsItem___hQMC7 {
1218
+ width: 100%;
1219
+ height: fit-content;
1220
+ display: flex;
1221
+ align-items: center;
1222
+ justify-content: center;
1223
+ gap: 8px;
1224
+ padding: 10px 16px;
1225
+ }
1226
+ .SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d .SelectField-module__selectModalWindow___w55Pm .SelectField-module__selectFieldOptionsItem___hQMC7 .SelectField-module__label___Orjua {
1227
+ flex: 1;
1228
+ text-align: left;
1229
+ }
1230
+ .SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d .SelectField-module__selectModalWindow___w55Pm .SelectField-module__selectFieldOptionsItem___hQMC7 .SelectField-module__label___Orjua {
1231
+ font-size: 16px;
1232
+ line-height: 24px;
1233
+ color: #101828;
1234
+ font-weight: 400;
1235
+ font-family: "Golos UI", sans-serif;
1236
+ font-stretch: normal;
1237
+ font-style: normal;
1238
+ font-variant: normal;
1239
+ }
1240
+ .SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d .SelectField-module__selectModalWindow___w55Pm .SelectField-module__selectFieldOptionsItem___hQMC7.SelectField-module__active___a3j2T {
1241
+ background-color: #EFF4FF;
1242
+ }
1243
+ .SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d .SelectField-module__selectModalWindow___w55Pm .SelectField-module__selectFieldOptionsItem___hQMC7.SelectField-module__active___a3j2T svg {
1244
+ width: 20px;
1245
+ height: 20px;
1246
+ flex: none;
1247
+ }
1248
+ .SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d .SelectField-module__selectModalWindow___w55Pm .SelectField-module__selectFieldOptionsItem___hQMC7.SelectField-module__active___a3j2T svg * {
1249
+ stroke: #2970FF;
1250
+ }
1251
+ /*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
1252
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/InputFields/InputFieldWrapper/styles/InputFieldWrapper.module.scss ***!
1253
+ \***************************************************************************************************************************************************************************************************************************************************************************************************/
1254
+ @font-face {
1255
+ font-family: "Golos UI";
1256
+ src: local("Golos UI"), url(fonts/golos-ui_regular.28e502dbcc83c91565af.ttf) format("truetype"), url(fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2) format("woff2"), url(fonts/golos-ui_regular.144142fba245a224ac28.woff) format("woff");
1257
+ font-weight: 400;
1258
+ font-style: normal;
1259
+ }
1260
+ @font-face {
1261
+ font-family: "Golos UI";
1262
+ src: local("Golos UI"), url(fonts/golos-ui_medium.727b1fef51a9bac82009.ttf) format("truetype"), url(fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2) format("woff2"), url(fonts/golos-ui_medium.f9db984fc119d6aeca90.woff) format("woff");
1263
+ font-weight: 500;
1264
+ font-style: normal;
1265
+ }
1266
+ @font-face {
1267
+ font-family: "Golos UI";
1268
+ src: local("Golos UI"), url(fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf) format("truetype"), url(fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2) format("woff2"), url(fonts/golos-ui_bold.e1122033a14151d7ea54.woff) format("woff");
1269
+ font-weight: 600;
1270
+ font-style: normal;
1271
+ }
1272
+ .InputFieldWrapper-module__inputFieldWrapper___QKhWg {
1273
+ width: 100%;
1274
+ display: flex;
1275
+ flex-direction: column;
1276
+ gap: 4px;
1277
+ }
1278
+ .InputFieldWrapper-module__inputFieldWrapper___QKhWg .InputFieldWrapper-module__labelText___n0EsW {
1279
+ display: flex;
1280
+ padding: 0 12px;
1281
+ gap: 2px;
1282
+ }
1283
+ .InputFieldWrapper-module__inputFieldWrapper___QKhWg .InputFieldWrapper-module__labelText___n0EsW {
1284
+ font-size: 14px;
1285
+ line-height: 20px;
1286
+ color: #344054;
1287
+ font-weight: 500;
1288
+ font-family: "Golos UI", sans-serif;
1289
+ font-stretch: normal;
1290
+ font-style: normal;
1291
+ font-variant: normal;
1292
+ }
1293
+ .InputFieldWrapper-module__inputFieldWrapper___QKhWg .InputFieldWrapper-module__labelText___n0EsW .InputFieldWrapper-module__required___SDv6c {
1294
+ font-size: 14px;
1295
+ line-height: 20px;
1296
+ color: #F04438;
1297
+ font-weight: 500;
1298
+ font-family: "Golos UI", sans-serif;
1299
+ font-stretch: normal;
1300
+ font-style: normal;
1301
+ font-variant: normal;
1302
+ }
1303
+ .InputFieldWrapper-module__inputFieldWrapper___QKhWg .InputFieldWrapper-module__hintText___Utfgx {
1304
+ display: flex;
1305
+ padding: 0 12px;
1306
+ gap: 2px;
1307
+ }
1308
+ .InputFieldWrapper-module__inputFieldWrapper___QKhWg .InputFieldWrapper-module__hintText___Utfgx {
1309
+ font-size: 14px;
1310
+ line-height: 20px;
1311
+ color: #475467;
1312
+ font-weight: 400;
1313
+ font-family: "Golos UI", sans-serif;
1314
+ font-stretch: normal;
1315
+ font-style: normal;
1316
+ font-variant: normal;
1317
+ }
1318
+ .InputFieldWrapper-module__inputFieldWrapper___QKhWg .InputFieldWrapper-module__hintError___v4J5W {
1319
+ display: flex;
1320
+ padding: 0 12px;
1321
+ gap: 2px;
1322
+ }
1323
+ .InputFieldWrapper-module__inputFieldWrapper___QKhWg .InputFieldWrapper-module__hintError___v4J5W {
1324
+ font-size: 14px;
1325
+ line-height: 20px;
1326
+ color: #F04438;
1327
+ font-weight: 400;
1328
+ font-family: "Golos UI", sans-serif;
1329
+ font-stretch: normal;
1330
+ font-style: normal;
1331
+ font-variant: normal;
1332
+ }
1333
+ .InputFieldWrapper-module__inputFieldWrapper___QKhWg .InputFieldWrapper-module__helperLink___Kfen4 {
1334
+ display: flex;
1335
+ padding: 0 12px;
1336
+ gap: 2px;
1337
+ cursor: pointer;
1338
+ }
1339
+ .InputFieldWrapper-module__inputFieldWrapper___QKhWg .InputFieldWrapper-module__helperLink___Kfen4 svg {
1340
+ width: 20px;
1341
+ height: 20px;
1342
+ flex: none;
1343
+ }
1344
+ .InputFieldWrapper-module__inputFieldWrapper___QKhWg .InputFieldWrapper-module__helperLink___Kfen4 svg * {
1345
+ stroke: #2970FF;
1346
+ }
1347
+ .InputFieldWrapper-module__inputFieldWrapper___QKhWg .InputFieldWrapper-module__helperLink___Kfen4 {
1348
+ font-size: 14px;
1349
+ line-height: 20px;
1350
+ color: #2970FF;
1351
+ font-weight: 400;
1352
+ font-family: "Golos UI", sans-serif;
1353
+ font-stretch: normal;
1354
+ font-style: normal;
1355
+ font-variant: normal;
1356
+ }
1357
+ /*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
1358
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/InputFields/SwitcherField/styles/SwitcherField.module.scss ***!
1359
+ \*******************************************************************************************************************************************************************************************************************************************************************************************/
1360
+ @font-face {
1361
+ font-family: "Golos UI";
1362
+ src: local("Golos UI"), url(fonts/golos-ui_regular.28e502dbcc83c91565af.ttf) format("truetype"), url(fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2) format("woff2"), url(fonts/golos-ui_regular.144142fba245a224ac28.woff) format("woff");
1363
+ font-weight: 400;
1364
+ font-style: normal;
1365
+ }
1366
+ @font-face {
1367
+ font-family: "Golos UI";
1368
+ src: local("Golos UI"), url(fonts/golos-ui_medium.727b1fef51a9bac82009.ttf) format("truetype"), url(fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2) format("woff2"), url(fonts/golos-ui_medium.f9db984fc119d6aeca90.woff) format("woff");
1369
+ font-weight: 500;
1370
+ font-style: normal;
1371
+ }
1372
+ @font-face {
1373
+ font-family: "Golos UI";
1374
+ src: local("Golos UI"), url(fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf) format("truetype"), url(fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2) format("woff2"), url(fonts/golos-ui_bold.e1122033a14151d7ea54.woff) format("woff");
1375
+ font-weight: 600;
1376
+ font-style: normal;
1377
+ }
1378
+ .SwitcherField-module__switcherField___R9atT {
1379
+ width: 36px;
1380
+ height: 20px;
1381
+ display: flex;
1382
+ justify-content: left;
1383
+ border-radius: 12px;
1384
+ padding: 2px;
1385
+ background-color: #EAECF0;
1386
+ }
1387
+ .SwitcherField-module__switcherField___R9atT:after {
1388
+ flex: none;
1389
+ content: "";
1390
+ width: 16px;
1391
+ height: 16px;
1392
+ border-radius: 50%;
1393
+ box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0588235294), 0 1px 3px 0 rgba(16, 24, 40, 0.1019607843);
1394
+ background-color: #FFFFFF;
1395
+ }
1396
+ .SwitcherField-module__switcherField___R9atT:hover {
1397
+ background-color: #D0D5DD;
1398
+ }
1399
+ .SwitcherField-module__switcherField___R9atT:focus {
1400
+ box-shadow: 0 0 0 4px #F2F4F7;
1401
+ }
1402
+ .SwitcherField-module__switcherField___R9atT.SwitcherField-module__active___p_7P5 {
1403
+ justify-content: right;
1404
+ background-color: #2970FF;
1405
+ }
1406
+ .SwitcherField-module__switcherField___R9atT.SwitcherField-module__active___p_7P5:hover {
1407
+ background-color: #155EEF;
1408
+ }
1409
+ .SwitcherField-module__switcherField___R9atT:disabled {
1410
+ cursor: default;
1411
+ background-color: #EAECF0;
1412
+ }
1413
+ .SwitcherField-module__switcherField___R9atT:disabled:hover {
1414
+ background-color: #EAECF0;
1415
+ }
1416
+ /*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
1417
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/InputFields/RadioField/styles/RadioField.module.scss ***!
1418
+ \*************************************************************************************************************************************************************************************************************************************************************************************/
1419
+ @font-face {
1420
+ font-family: "Golos UI";
1421
+ src: local("Golos UI"), url(fonts/golos-ui_regular.28e502dbcc83c91565af.ttf) format("truetype"), url(fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2) format("woff2"), url(fonts/golos-ui_regular.144142fba245a224ac28.woff) format("woff");
1422
+ font-weight: 400;
1423
+ font-style: normal;
1424
+ }
1425
+ @font-face {
1426
+ font-family: "Golos UI";
1427
+ src: local("Golos UI"), url(fonts/golos-ui_medium.727b1fef51a9bac82009.ttf) format("truetype"), url(fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2) format("woff2"), url(fonts/golos-ui_medium.f9db984fc119d6aeca90.woff) format("woff");
1428
+ font-weight: 500;
1429
+ font-style: normal;
1430
+ }
1431
+ @font-face {
1432
+ font-family: "Golos UI";
1433
+ src: local("Golos UI"), url(fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf) format("truetype"), url(fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2) format("woff2"), url(fonts/golos-ui_bold.e1122033a14151d7ea54.woff) format("woff");
1434
+ font-weight: 600;
1435
+ font-style: normal;
1436
+ }
1437
+ .RadioField-module__radioFieldItem___uaoV4 {
1438
+ width: fit-content;
1439
+ height: fit-content;
1440
+ display: flex;
1441
+ gap: 8px;
1442
+ }
1443
+ .RadioField-module__radioFieldItem___uaoV4 .RadioField-module__checkbox____H6Wv {
1444
+ flex: none;
1445
+ width: 16px;
1446
+ height: 16px;
1447
+ border-radius: 50%;
1448
+ border: 1px solid #D0D5DD;
1449
+ background-color: #FFFFFF;
1450
+ display: flex;
1451
+ align-items: center;
1452
+ justify-content: center;
1453
+ }
1454
+ .RadioField-module__radioFieldItem___uaoV4 .RadioField-module__label___LbYqv {
1455
+ font-size: 14px;
1456
+ line-height: 20px;
1457
+ color: #344054;
1458
+ font-weight: 500;
1459
+ font-family: "Golos UI", sans-serif;
1460
+ font-stretch: normal;
1461
+ font-style: normal;
1462
+ font-variant: normal;
1463
+ }
1464
+ .RadioField-module__radioFieldItem___uaoV4.RadioField-module__active___w24VO .RadioField-module__checkbox____H6Wv {
1465
+ border: 1px solid #2970FF;
1466
+ }
1467
+ .RadioField-module__radioFieldItem___uaoV4.RadioField-module__active___w24VO .RadioField-module__checkbox____H6Wv:after {
1468
+ content: "";
1469
+ flex: none;
1470
+ width: 6px;
1471
+ height: 6px;
1472
+ border-radius: 50%;
1473
+ background-color: #2970FF;
1474
+ }
1475
+ /*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
1476
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/InputFields/TextareaField/styles/TextareaField.module.scss ***!
1477
+ \*******************************************************************************************************************************************************************************************************************************************************************************************/
1478
+ @font-face {
1479
+ font-family: "Golos UI";
1480
+ src: local("Golos UI"), url(fonts/golos-ui_regular.28e502dbcc83c91565af.ttf) format("truetype"), url(fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2) format("woff2"), url(fonts/golos-ui_regular.144142fba245a224ac28.woff) format("woff");
1481
+ font-weight: 400;
1482
+ font-style: normal;
1483
+ }
1484
+ @font-face {
1485
+ font-family: "Golos UI";
1486
+ src: local("Golos UI"), url(fonts/golos-ui_medium.727b1fef51a9bac82009.ttf) format("truetype"), url(fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2) format("woff2"), url(fonts/golos-ui_medium.f9db984fc119d6aeca90.woff) format("woff");
1487
+ font-weight: 500;
1488
+ font-style: normal;
1489
+ }
1490
+ @font-face {
1491
+ font-family: "Golos UI";
1492
+ src: local("Golos UI"), url(fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf) format("truetype"), url(fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2) format("woff2"), url(fonts/golos-ui_bold.e1122033a14151d7ea54.woff) format("woff");
1493
+ font-weight: 600;
1494
+ font-style: normal;
1495
+ }
1496
+ .TextareaField-module__textareaField___Vcg4L {
1497
+ width: 100%;
1498
+ height: fit-content;
1499
+ min-height: 68px;
1500
+ resize: none;
1501
+ border-radius: 8px;
1502
+ padding: 10px 12px;
1503
+ background-color: #FFFFFF;
1504
+ box-shadow: 0 0 0 1px #D0D5DD, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1505
+ }
1506
+ .TextareaField-module__textareaField___Vcg4L {
1507
+ font-size: 16px;
1508
+ line-height: 24px;
1509
+ color: #101828;
1510
+ font-weight: 400;
1511
+ font-family: "Golos UI", sans-serif;
1512
+ font-stretch: normal;
1513
+ font-style: normal;
1514
+ font-variant: normal;
1515
+ }
1516
+ .TextareaField-module__textareaField___Vcg4L::placeholder {
1517
+ font-size: 16px;
1518
+ line-height: 24px;
1519
+ color: #98A2B3;
1520
+ font-weight: 400;
1521
+ font-family: "Golos UI", sans-serif;
1522
+ font-stretch: normal;
1523
+ font-style: normal;
1524
+ font-variant: normal;
1525
+ }
1526
+ .TextareaField-module__textareaField___Vcg4L:focus {
1527
+ box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1528
+ }
1529
+ .TextareaField-module__textareaField___Vcg4L:disabled {
1530
+ background-color: #F2F4F7;
1531
+ }
1532
+ .TextareaField-module__textareaField___Vcg4L:disabled {
1533
+ font-size: 16px;
1534
+ line-height: 24px;
1535
+ color: #667085;
1536
+ font-weight: 400;
1537
+ font-family: "Golos UI", sans-serif;
1538
+ font-stretch: normal;
1539
+ font-style: normal;
1540
+ font-variant: normal;
1541
+ }
1542
+ .TextareaField-module__textareaField___Vcg4L.TextareaField-module__isError___VGTeU {
1543
+ border: 1px solid #FDA29B;
1544
+ }
1545
+ .TextareaField-module__textareaField___Vcg4L.TextareaField-module__isError___VGTeU:focus {
1546
+ box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1547
+ }
1548
+ /*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
1549
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/InputFields/InputField/styles/InputField.module.scss ***!
1550
+ \*************************************************************************************************************************************************************************************************************************************************************************************/
1551
+ @font-face {
1552
+ font-family: "Golos UI";
1553
+ src: local("Golos UI"), url(fonts/golos-ui_regular.28e502dbcc83c91565af.ttf) format("truetype"), url(fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2) format("woff2"), url(fonts/golos-ui_regular.144142fba245a224ac28.woff) format("woff");
1554
+ font-weight: 400;
1555
+ font-style: normal;
1556
+ }
1557
+ @font-face {
1558
+ font-family: "Golos UI";
1559
+ src: local("Golos UI"), url(fonts/golos-ui_medium.727b1fef51a9bac82009.ttf) format("truetype"), url(fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2) format("woff2"), url(fonts/golos-ui_medium.f9db984fc119d6aeca90.woff) format("woff");
1560
+ font-weight: 500;
1561
+ font-style: normal;
1562
+ }
1563
+ @font-face {
1564
+ font-family: "Golos UI";
1565
+ src: local("Golos UI"), url(fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf) format("truetype"), url(fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2) format("woff2"), url(fonts/golos-ui_bold.e1122033a14151d7ea54.woff) format("woff");
1566
+ font-weight: 600;
1567
+ font-style: normal;
1568
+ }
1569
+ .InputField-module__flexField___aNE6o {
1570
+ width: 100%;
1571
+ height: fit-content;
1572
+ display: flex;
1573
+ align-items: center;
1574
+ justify-content: center;
1575
+ padding: 10px 12px;
1576
+ border-radius: 8px;
1577
+ gap: 12px;
1578
+ background-color: #FFFFFF;
1579
+ box-shadow: 0 0 0 1px #D0D5DD, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1580
+ box-sizing: border-box;
1581
+ }
1582
+ .InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH {
1583
+ flex: 1;
1584
+ min-width: 0;
1585
+ min-height: 24px;
1586
+ outline: none;
1587
+ padding: 0;
1588
+ margin: 0;
1589
+ border: none;
1590
+ background: none;
1591
+ text-wrap: nowrap;
1592
+ overflow: hidden;
1593
+ text-overflow: ellipsis;
1594
+ }
1595
+ .InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH {
1596
+ font-size: 16px;
1597
+ line-height: 24px;
1598
+ color: #101828;
1599
+ font-weight: 400;
1600
+ font-family: "Golos UI", sans-serif;
1601
+ font-stretch: normal;
1602
+ font-style: normal;
1603
+ font-variant: normal;
1604
+ }
1605
+ .InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH::placeholder {
1606
+ font-size: 16px;
1607
+ line-height: 24px;
1608
+ color: #98A2B3;
1609
+ font-weight: 400;
1610
+ font-family: "Golos UI", sans-serif;
1611
+ font-stretch: normal;
1612
+ font-style: normal;
1613
+ font-variant: normal;
1614
+ }
1615
+ .InputField-module__flexField___aNE6o.InputField-module__pointer___Ij_hP {
1616
+ cursor: pointer;
1617
+ }
1618
+ .InputField-module__flexField___aNE6o.InputField-module__focus___xpWhB {
1619
+ box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1620
+ }
1621
+ .InputField-module__flexField___aNE6o.InputField-module__isError___x2fXo {
1622
+ box-shadow: 0 0 0 1px #FDA29B, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1623
+ }
1624
+ .InputField-module__flexField___aNE6o.InputField-module__isError___x2fXo.InputField-module__focus___xpWhB {
1625
+ box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1626
+ }
1627
+ .InputField-module__flexField___aNE6o.InputField-module__disabled___hH7HA {
1628
+ background-color: #F2F4F7;
1629
+ cursor: default;
1630
+ }
1631
+ .InputField-module__flexField___aNE6o.InputField-module__disabled___hH7HA * {
1632
+ cursor: default;
1633
+ }
1634
+ .InputField-module__flexField___aNE6o.InputField-module__disabled___hH7HA .InputField-module__inputField___mzakH {
1635
+ font-size: 16px;
1636
+ line-height: 24px;
1637
+ color: #667085;
1638
+ font-weight: 400;
1639
+ font-family: "Golos UI", sans-serif;
1640
+ font-stretch: normal;
1641
+ font-style: normal;
1642
+ font-variant: normal;
1643
+ }
1644
+
1645
+ .InputField-module__inputFieldWrapper___ao9Rs {
1646
+ width: 100%;
1647
+ display: flex;
1648
+ flex-direction: column;
1649
+ gap: 4px;
1650
+ }
1651
+ .InputField-module__inputFieldWrapper___ao9Rs .InputField-module__labelText___Fxxc3 {
1652
+ display: flex;
1653
+ padding: 0 12px;
1654
+ gap: 2px;
1655
+ }
1656
+ .InputField-module__inputFieldWrapper___ao9Rs .InputField-module__labelText___Fxxc3 {
1657
+ font-size: 14px;
1658
+ line-height: 20px;
1659
+ color: #344054;
1660
+ font-weight: 500;
1661
+ font-family: "Golos UI", sans-serif;
1662
+ font-stretch: normal;
1663
+ font-style: normal;
1664
+ font-variant: normal;
1665
+ }
1666
+ .InputField-module__inputFieldWrapper___ao9Rs .InputField-module__labelText___Fxxc3 .InputField-module__required___p4MLk {
1667
+ font-size: 14px;
1668
+ line-height: 20px;
1669
+ color: #F04438;
1670
+ font-weight: 500;
1671
+ font-family: "Golos UI", sans-serif;
1672
+ font-stretch: normal;
1673
+ font-style: normal;
1674
+ font-variant: normal;
1675
+ }
1676
+ .InputField-module__inputFieldWrapper___ao9Rs .InputField-module__hintText___LC2Oq {
1677
+ display: flex;
1678
+ padding: 0 12px;
1679
+ gap: 2px;
1680
+ }
1681
+ .InputField-module__inputFieldWrapper___ao9Rs .InputField-module__hintText___LC2Oq {
1682
+ font-size: 14px;
1683
+ line-height: 20px;
1684
+ color: #475467;
1685
+ font-weight: 400;
1686
+ font-family: "Golos UI", sans-serif;
1687
+ font-stretch: normal;
1688
+ font-style: normal;
1689
+ font-variant: normal;
1690
+ }
1691
+ .InputField-module__inputFieldWrapper___ao9Rs .InputField-module__hintError___LrJWr {
1692
+ display: flex;
1693
+ padding: 0 12px;
1694
+ gap: 2px;
1695
+ }
1696
+ .InputField-module__inputFieldWrapper___ao9Rs .InputField-module__hintError___LrJWr {
1697
+ font-size: 14px;
1698
+ line-height: 20px;
1699
+ color: #F04438;
1700
+ font-weight: 400;
1701
+ font-family: "Golos UI", sans-serif;
1702
+ font-stretch: normal;
1703
+ font-style: normal;
1704
+ font-variant: normal;
1705
+ }
1706
+ .InputField-module__inputFieldWrapper___ao9Rs .InputField-module__helperLink___A_6Ua {
1707
+ display: flex;
1708
+ padding: 0 12px;
1709
+ gap: 2px;
1710
+ cursor: pointer;
1711
+ }
1712
+ .InputField-module__inputFieldWrapper___ao9Rs .InputField-module__helperLink___A_6Ua svg {
1713
+ width: 20px;
1714
+ height: 20px;
1715
+ flex: none;
1716
+ }
1717
+ .InputField-module__inputFieldWrapper___ao9Rs .InputField-module__helperLink___A_6Ua svg * {
1718
+ stroke: #2970FF;
1719
+ }
1720
+ .InputField-module__inputFieldWrapper___ao9Rs .InputField-module__helperLink___A_6Ua {
1721
+ font-size: 14px;
1722
+ line-height: 20px;
1723
+ color: #2970FF;
1724
+ font-weight: 400;
1725
+ font-family: "Golos UI", sans-serif;
1726
+ font-stretch: normal;
1727
+ font-style: normal;
1728
+ font-variant: normal;
1729
+ }
1730
+
1731
+ .InputField-module__selectField___ED0Q3 {
1732
+ width: 100%;
1733
+ position: relative;
1734
+ }
1735
+ .InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o {
1736
+ width: 100%;
1737
+ height: fit-content;
1738
+ display: flex;
1739
+ align-items: center;
1740
+ justify-content: center;
1741
+ padding: 10px 12px;
1742
+ border-radius: 8px;
1743
+ gap: 12px;
1744
+ background-color: #FFFFFF;
1745
+ box-shadow: 0 0 0 1px #D0D5DD, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1746
+ box-sizing: border-box;
1747
+ }
1748
+ .InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH {
1749
+ flex: 1;
1750
+ min-width: 0;
1751
+ min-height: 24px;
1752
+ outline: none;
1753
+ padding: 0;
1754
+ margin: 0;
1755
+ border: none;
1756
+ background: none;
1757
+ text-wrap: nowrap;
1758
+ overflow: hidden;
1759
+ text-overflow: ellipsis;
1760
+ }
1761
+ .InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH {
1762
+ font-size: 16px;
1763
+ line-height: 24px;
1764
+ color: #101828;
1765
+ font-weight: 400;
1766
+ font-family: "Golos UI", sans-serif;
1767
+ font-stretch: normal;
1768
+ font-style: normal;
1769
+ font-variant: normal;
1770
+ }
1771
+ .InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o .InputField-module__inputField___mzakH::placeholder {
1772
+ font-size: 16px;
1773
+ line-height: 24px;
1774
+ color: #98A2B3;
1775
+ font-weight: 400;
1776
+ font-family: "Golos UI", sans-serif;
1777
+ font-stretch: normal;
1778
+ font-style: normal;
1779
+ font-variant: normal;
1780
+ }
1781
+ .InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o.InputField-module__pointer___Ij_hP {
1782
+ cursor: pointer;
1783
+ }
1784
+ .InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o.InputField-module__focus___xpWhB {
1785
+ box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1786
+ }
1787
+ .InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o.InputField-module__isError___x2fXo {
1788
+ box-shadow: 0 0 0 1px #FDA29B, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1789
+ }
1790
+ .InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o.InputField-module__isError___x2fXo.InputField-module__focus___xpWhB {
1791
+ box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1792
+ }
1793
+ .InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o.InputField-module__disabled___hH7HA {
1794
+ background-color: #F2F4F7;
1795
+ cursor: default;
1796
+ }
1797
+ .InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o.InputField-module__disabled___hH7HA * {
1798
+ cursor: default;
1799
+ }
1800
+ .InputField-module__selectField___ED0Q3 .InputField-module__flexField___aNE6o.InputField-module__disabled___hH7HA .InputField-module__inputField___mzakH {
1801
+ font-size: 16px;
1802
+ line-height: 24px;
1803
+ color: #667085;
1804
+ font-weight: 400;
1805
+ font-family: "Golos UI", sans-serif;
1806
+ font-stretch: normal;
1807
+ font-style: normal;
1808
+ font-variant: normal;
1809
+ }
1810
+ .InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC {
1811
+ width: 100%;
1812
+ position: absolute;
1813
+ z-index: 5;
1814
+ }
1815
+ .InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC .InputField-module__selectModalWindow___Dg52i {
1816
+ width: 100%;
1817
+ height: fit-content;
1818
+ max-height: 300px;
1819
+ display: flex;
1820
+ flex-direction: column;
1821
+ border-radius: 8px;
1822
+ padding: 4px;
1823
+ background-color: #FFFFFF;
1824
+ box-shadow: 0 0 0 1px #D0D5DD, 0 4px 6px -2px rgba(16, 24, 40, 0.031372549), 0px 12px 16px -4px rgba(16, 24, 40, 0.0784313725);
1825
+ overflow: scroll;
1826
+ scrollbar-width: none;
1827
+ }
1828
+ .InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC .InputField-module__selectModalWindow___Dg52i .InputField-module__selectFieldOptionsItem___HBdJA {
1829
+ width: 100%;
1830
+ height: fit-content;
1831
+ display: flex;
1832
+ align-items: center;
1833
+ justify-content: center;
1834
+ gap: 8px;
1835
+ padding: 10px 16px;
1836
+ }
1837
+ .InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC .InputField-module__selectModalWindow___Dg52i .InputField-module__selectFieldOptionsItem___HBdJA .InputField-module__label___Wlb6C {
1838
+ flex: 1;
1839
+ text-align: left;
1840
+ }
1841
+ .InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC .InputField-module__selectModalWindow___Dg52i .InputField-module__selectFieldOptionsItem___HBdJA .InputField-module__label___Wlb6C {
1842
+ font-size: 16px;
1843
+ line-height: 24px;
1844
+ color: #101828;
1845
+ font-weight: 400;
1846
+ font-family: "Golos UI", sans-serif;
1847
+ font-stretch: normal;
1848
+ font-style: normal;
1849
+ font-variant: normal;
1850
+ }
1851
+ .InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC .InputField-module__selectModalWindow___Dg52i .InputField-module__selectFieldOptionsItem___HBdJA.InputField-module__active___RcF6w {
1852
+ background-color: #EFF4FF;
1853
+ }
1854
+ .InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC .InputField-module__selectModalWindow___Dg52i .InputField-module__selectFieldOptionsItem___HBdJA.InputField-module__active___RcF6w svg {
1855
+ width: 20px;
1856
+ height: 20px;
1857
+ flex: none;
1858
+ }
1859
+ .InputField-module__selectField___ED0Q3 .InputField-module__modalWindow___JplNC .InputField-module__selectModalWindow___Dg52i .InputField-module__selectFieldOptionsItem___HBdJA.InputField-module__active___RcF6w svg * {
1860
+ stroke: #2970FF;
1861
+ }
1862
+
1863
+ .InputField-module__switcherField___Qezr0 {
1864
+ width: 36px;
1865
+ height: 20px;
1866
+ display: flex;
1867
+ justify-content: left;
1868
+ border-radius: 12px;
1869
+ padding: 2px;
1870
+ background-color: #EAECF0;
1871
+ }
1872
+ .InputField-module__switcherField___Qezr0:after {
1873
+ flex: none;
1874
+ content: "";
1875
+ width: 16px;
1876
+ height: 16px;
1877
+ border-radius: 50%;
1878
+ box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0588235294), 0 1px 3px 0 rgba(16, 24, 40, 0.1019607843);
1879
+ background-color: #FFFFFF;
1880
+ }
1881
+ .InputField-module__switcherField___Qezr0:hover {
1882
+ background-color: #D0D5DD;
1883
+ }
1884
+ .InputField-module__switcherField___Qezr0:focus {
1885
+ box-shadow: 0 0 0 4px #F2F4F7;
1886
+ }
1887
+ .InputField-module__switcherField___Qezr0.InputField-module__active___RcF6w {
1888
+ justify-content: right;
1889
+ background-color: #2970FF;
1890
+ }
1891
+ .InputField-module__switcherField___Qezr0.InputField-module__active___RcF6w:hover {
1892
+ background-color: #155EEF;
1893
+ }
1894
+ .InputField-module__switcherField___Qezr0:disabled {
1895
+ cursor: default;
1896
+ background-color: #EAECF0;
1897
+ }
1898
+ .InputField-module__switcherField___Qezr0:disabled:hover {
1899
+ background-color: #EAECF0;
1900
+ }
1901
+
1902
+ .InputField-module__radioFieldItem___c6OMz {
1903
+ width: fit-content;
1904
+ height: fit-content;
1905
+ display: flex;
1906
+ gap: 8px;
1907
+ }
1908
+ .InputField-module__radioFieldItem___c6OMz .InputField-module__checkbox___KcnRp {
1909
+ flex: none;
1910
+ width: 16px;
1911
+ height: 16px;
1912
+ border-radius: 50%;
1913
+ border: 1px solid #D0D5DD;
1914
+ background-color: #FFFFFF;
1915
+ display: flex;
1916
+ align-items: center;
1917
+ justify-content: center;
1918
+ }
1919
+ .InputField-module__radioFieldItem___c6OMz .InputField-module__label___Wlb6C {
1920
+ font-size: 14px;
1921
+ line-height: 20px;
1922
+ color: #344054;
1923
+ font-weight: 500;
1924
+ font-family: "Golos UI", sans-serif;
1925
+ font-stretch: normal;
1926
+ font-style: normal;
1927
+ font-variant: normal;
1928
+ }
1929
+ .InputField-module__radioFieldItem___c6OMz.InputField-module__active___RcF6w .InputField-module__checkbox___KcnRp {
1930
+ border: 1px solid #2970FF;
1931
+ }
1932
+ .InputField-module__radioFieldItem___c6OMz.InputField-module__active___RcF6w .InputField-module__checkbox___KcnRp:after {
1933
+ content: "";
1934
+ flex: none;
1935
+ width: 6px;
1936
+ height: 6px;
1937
+ border-radius: 50%;
1938
+ background-color: #2970FF;
1939
+ }
1940
+
1941
+ .InputField-module__textareaField___iuYg7 {
1942
+ width: 100%;
1943
+ height: fit-content;
1944
+ min-height: 68px;
1945
+ resize: none;
1946
+ border-radius: 8px;
1947
+ padding: 10px 12px;
1948
+ background-color: #FFFFFF;
1949
+ box-shadow: 0 0 0 1px #D0D5DD, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1950
+ }
1951
+ .InputField-module__textareaField___iuYg7 {
1952
+ font-size: 16px;
1953
+ line-height: 24px;
1954
+ color: #101828;
1955
+ font-weight: 400;
1956
+ font-family: "Golos UI", sans-serif;
1957
+ font-stretch: normal;
1958
+ font-style: normal;
1959
+ font-variant: normal;
1960
+ }
1961
+ .InputField-module__textareaField___iuYg7::placeholder {
1962
+ font-size: 16px;
1963
+ line-height: 24px;
1964
+ color: #98A2B3;
1965
+ font-weight: 400;
1966
+ font-family: "Golos UI", sans-serif;
1967
+ font-stretch: normal;
1968
+ font-style: normal;
1969
+ font-variant: normal;
1970
+ }
1971
+ .InputField-module__textareaField___iuYg7:focus {
1972
+ box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1973
+ }
1974
+ .InputField-module__textareaField___iuYg7:disabled {
1975
+ background-color: #F2F4F7;
1976
+ }
1977
+ .InputField-module__textareaField___iuYg7:disabled {
1978
+ font-size: 16px;
1979
+ line-height: 24px;
1980
+ color: #667085;
1981
+ font-weight: 400;
1982
+ font-family: "Golos UI", sans-serif;
1983
+ font-stretch: normal;
1984
+ font-style: normal;
1985
+ font-variant: normal;
1986
+ }
1987
+ .InputField-module__textareaField___iuYg7.InputField-module__isError___x2fXo {
1988
+ border: 1px solid #FDA29B;
1989
+ }
1990
+ .InputField-module__textareaField___iuYg7.InputField-module__isError___x2fXo:focus {
1991
+ box-shadow: 0 0 0 4px #FEE4E2, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1992
+ }
1003
1993
 
1004
1994
  /*# sourceMappingURL=index.css.map*/