iobroker.javascript 7.2.0 → 7.3.0
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/README.md +7 -3
- package/admin/asset-manifest.json +15 -11
- package/admin/google-blockly/own/blocks_time.js +6 -5
- package/admin/google-blockly/own/blocks_words.js +2 -2
- package/admin/index_m.html +6 -4
- package/admin/static/css/{487.9934873c.chunk.css → 864.42bfc5f3.chunk.css} +1 -1
- package/admin/static/css/{487.9934873c.chunk.css.map → 864.42bfc5f3.chunk.css.map} +1 -1
- package/admin/static/js/238.c2010836.chunk.js.map +1 -1
- package/admin/static/js/360.01ffa94f.chunk.js +3 -0
- package/admin/static/js/360.01ffa94f.chunk.js.map +1 -0
- package/admin/static/js/694.9fd55578.chunk.js.map +1 -1
- package/admin/static/js/838.0ca9d95b.chunk.js +3 -0
- package/admin/static/js/838.0ca9d95b.chunk.js.map +1 -0
- package/admin/static/js/864.e099c8b3.chunk.js +2 -0
- package/admin/static/js/864.e099c8b3.chunk.js.map +1 -0
- package/admin/static/js/main.facd5370.js +2 -0
- package/admin/static/js/main.facd5370.js.map +1 -0
- package/admin/static/media/tileBlockly.42b0a9f0e66bc4e68f4b.png +0 -0
- package/admin/static/media/tileJS.8810e7b4835e61465c3a.png +0 -0
- package/admin/static/media/tileRules.7ed5885a66686cc288b1.png +0 -0
- package/admin/static/media/tileTS.446265dff5dc550d46a5.png +0 -0
- package/admin/tab.html +1 -1
- package/io-package.json +202 -39
- package/lib/sandbox.js +6 -6
- package/main.js +73 -37
- package/package.json +1 -1
- package/admin/static/js/360.8a86d051.chunk.js +0 -3
- package/admin/static/js/360.8a86d051.chunk.js.map +0 -1
- package/admin/static/js/487.08b3f5b3.chunk.js +0 -2
- package/admin/static/js/487.08b3f5b3.chunk.js.map +0 -1
- package/admin/static/js/838.7244f6d0.chunk.js +0 -3
- package/admin/static/js/838.7244f6d0.chunk.js.map +0 -1
- package/admin/static/js/main.23d47ef3.js +0 -2
- package/admin/static/js/main.23d47ef3.js.map +0 -1
- /package/admin/static/js/{360.8a86d051.chunk.js.LICENSE.txt → 360.01ffa94f.chunk.js.LICENSE.txt} +0 -0
- /package/admin/static/js/{838.7244f6d0.chunk.js.LICENSE.txt → 838.0ca9d95b.chunk.js.LICENSE.txt} +0 -0
package/README.md
CHANGED
|
@@ -46,6 +46,13 @@ Since v5.5.0 of the JavaScript adapter the following locations (relative to the
|
|
|
46
46
|
<!--
|
|
47
47
|
### **WORK IN PROGRESS**
|
|
48
48
|
-->
|
|
49
|
+
### 7.3.0 (2023-12-07)
|
|
50
|
+
|
|
51
|
+
* (klein0r) Updated blockly logo
|
|
52
|
+
* (klein0r) Always set variables like isDaylightSaving
|
|
53
|
+
* (klein0r) Added astro times as states
|
|
54
|
+
* (klein0r) Fixed copied time blocks
|
|
55
|
+
|
|
49
56
|
### 7.2.0 (2023-12-04)
|
|
50
57
|
NodeJS 16.x is required
|
|
51
58
|
|
|
@@ -67,9 +74,6 @@ NodeJS 16.x is required
|
|
|
67
74
|
* (bluefox) Added version to the side menu
|
|
68
75
|
* (klein0r) Added blockly blocks for `getHistory` and calculated times
|
|
69
76
|
|
|
70
|
-
### 7.1.1 (2023-06-20)
|
|
71
|
-
* (bluefox) corrected the script export
|
|
72
|
-
|
|
73
77
|
## License
|
|
74
78
|
The MIT License (MIT)
|
|
75
79
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
|
-
"main.js": "/static/js/main.
|
|
4
|
-
"static/css/
|
|
5
|
-
"static/js/
|
|
3
|
+
"main.js": "/static/js/main.facd5370.js",
|
|
4
|
+
"static/css/864.42bfc5f3.chunk.css": "/static/css/864.42bfc5f3.chunk.css",
|
|
5
|
+
"static/js/864.e099c8b3.chunk.js": "/static/js/864.e099c8b3.chunk.js",
|
|
6
6
|
"static/js/90.356ce273.chunk.js": "/static/js/90.356ce273.chunk.js",
|
|
7
7
|
"static/js/750.cbf4f684.chunk.js": "/static/js/750.cbf4f684.chunk.js",
|
|
8
8
|
"static/js/723.9c1c6839.chunk.js": "/static/js/723.9c1c6839.chunk.js",
|
|
@@ -27,13 +27,17 @@
|
|
|
27
27
|
"static/js/677.2b2e7051.chunk.js": "/static/js/677.2b2e7051.chunk.js",
|
|
28
28
|
"static/js/419.daaba277.chunk.js": "/static/js/419.daaba277.chunk.js",
|
|
29
29
|
"static/js/790.a65cd908.chunk.js": "/static/js/790.a65cd908.chunk.js",
|
|
30
|
-
"static/js/838.
|
|
30
|
+
"static/js/838.0ca9d95b.chunk.js": "/static/js/838.0ca9d95b.chunk.js",
|
|
31
31
|
"static/js/694.9fd55578.chunk.js": "/static/js/694.9fd55578.chunk.js",
|
|
32
32
|
"static/js/882.2c8933e3.chunk.js": "/static/js/882.2c8933e3.chunk.js",
|
|
33
33
|
"static/js/377.2f585ccd.chunk.js": "/static/js/377.2f585ccd.chunk.js",
|
|
34
|
-
"static/js/360.
|
|
34
|
+
"static/js/360.01ffa94f.chunk.js": "/static/js/360.01ffa94f.chunk.js",
|
|
35
|
+
"static/media/tileRules.png": "/static/media/tileRules.7ed5885a66686cc288b1.png",
|
|
35
36
|
"static/media/docs.md": "/static/media/docs.1f96bec81cf08933d921.md",
|
|
36
37
|
"static/media/back.jpg": "/static/media/back.bda2bbe51be338a0f657.jpg",
|
|
38
|
+
"static/media/tileJS.png": "/static/media/tileJS.8810e7b4835e61465c3a.png",
|
|
39
|
+
"static/media/tileTS.png": "/static/media/tileTS.446265dff5dc550d46a5.png",
|
|
40
|
+
"static/media/tileBlockly.png": "/static/media/tileBlockly.42b0a9f0e66bc4e68f4b.png",
|
|
37
41
|
"static/media/hysteresis.png": "/static/media/hysteresis.04ebd02c6062432f891d.png",
|
|
38
42
|
"index.html": "/index.html",
|
|
39
43
|
"static/media/Ground Floor.svg": "/static/media/Ground Floor.2b7c5c91db7f070935a2.svg",
|
|
@@ -155,9 +159,9 @@
|
|
|
155
159
|
"static/media/Garage Doors.svg": "/static/media/Garage Doors.0c2a1cfca7ad1ea59625.svg",
|
|
156
160
|
"static/media/Outdoor Blinds.svg": "/static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
|
|
157
161
|
"static/media/Upstairs.svg": "/static/media/Upstairs.441813e54e0daca0882d.svg",
|
|
158
|
-
"main.
|
|
159
|
-
"
|
|
160
|
-
"
|
|
162
|
+
"main.facd5370.js.map": "/static/js/main.facd5370.js.map",
|
|
163
|
+
"864.42bfc5f3.chunk.css.map": "/static/css/864.42bfc5f3.chunk.css.map",
|
|
164
|
+
"864.e099c8b3.chunk.js.map": "/static/js/864.e099c8b3.chunk.js.map",
|
|
161
165
|
"90.356ce273.chunk.js.map": "/static/js/90.356ce273.chunk.js.map",
|
|
162
166
|
"750.cbf4f684.chunk.js.map": "/static/js/750.cbf4f684.chunk.js.map",
|
|
163
167
|
"723.9c1c6839.chunk.js.map": "/static/js/723.9c1c6839.chunk.js.map",
|
|
@@ -182,13 +186,13 @@
|
|
|
182
186
|
"677.2b2e7051.chunk.js.map": "/static/js/677.2b2e7051.chunk.js.map",
|
|
183
187
|
"419.daaba277.chunk.js.map": "/static/js/419.daaba277.chunk.js.map",
|
|
184
188
|
"790.a65cd908.chunk.js.map": "/static/js/790.a65cd908.chunk.js.map",
|
|
185
|
-
"838.
|
|
189
|
+
"838.0ca9d95b.chunk.js.map": "/static/js/838.0ca9d95b.chunk.js.map",
|
|
186
190
|
"694.9fd55578.chunk.js.map": "/static/js/694.9fd55578.chunk.js.map",
|
|
187
191
|
"882.2c8933e3.chunk.js.map": "/static/js/882.2c8933e3.chunk.js.map",
|
|
188
192
|
"377.2f585ccd.chunk.js.map": "/static/js/377.2f585ccd.chunk.js.map",
|
|
189
|
-
"360.
|
|
193
|
+
"360.01ffa94f.chunk.js.map": "/static/js/360.01ffa94f.chunk.js.map"
|
|
190
194
|
},
|
|
191
195
|
"entrypoints": [
|
|
192
|
-
"static/js/main.
|
|
196
|
+
"static/js/main.facd5370.js"
|
|
193
197
|
]
|
|
194
198
|
}
|
|
@@ -114,19 +114,20 @@ Blockly.Blocks['time_compare_ex'] = {
|
|
|
114
114
|
this.appendDummyInput('AND')
|
|
115
115
|
.appendField(Blockly.Translate('time_compare_and'));
|
|
116
116
|
|
|
117
|
-
|
|
117
|
+
this.appendValueInput('END_TIME');
|
|
118
118
|
|
|
119
119
|
if (!window.scripts.loading) {
|
|
120
120
|
const wp = this.workspace;
|
|
121
121
|
|
|
122
|
-
setTimeout(
|
|
123
|
-
|
|
122
|
+
setTimeout(() => {
|
|
123
|
+
const existingInput = this.getInput('END_TIME');
|
|
124
|
+
if (!existingInput.connection.isConnected()) {
|
|
124
125
|
const shadow = wp.newBlock('text');
|
|
125
126
|
shadow.setShadow(true);
|
|
126
127
|
shadow.setFieldValue('18:00', 'TEXT');
|
|
127
128
|
|
|
128
|
-
shadow.outputConnection.connect(
|
|
129
|
-
//
|
|
129
|
+
shadow.outputConnection.connect(existingInput.connection);
|
|
130
|
+
// existingInput.connection.connect(shadow.outputConnection);
|
|
130
131
|
|
|
131
132
|
shadow.initSvg();
|
|
132
133
|
shadow.render();
|
|
@@ -203,7 +203,7 @@ Blockly.Words['get_value_comment'] = {'en': 'Value comment',
|
|
|
203
203
|
Blockly.Words['get_value_from'] = {'en': 'Source', 'de': 'Quelle', 'ru': 'Происхождение', 'pt': 'Fonte', 'nl': 'Bron', 'fr': 'La source', 'it': 'fonte', 'es': 'Fuente', 'pl': 'Source', 'zh-cn': '上次变更发起者', 'uk': 'Джерело'};
|
|
204
204
|
Blockly.Words['get_common_name'] = {'en': 'Object name', 'de': 'Objektname', 'ru': 'Имя объекта', 'pt': 'Nome do objeto', 'nl': 'Object naam', 'fr': 'Nom de l\'objet', 'it': 'Nome oggetto', 'es': 'Nombre del objeto', 'pl': 'Nazwa obiektu', 'zh-cn': '对象名称', 'uk': 'Назва об\'єкта'};
|
|
205
205
|
Blockly.Words['get_common_desc'] = {'en': 'Object description', 'de': 'Objektbeschreibung', 'ru': 'Описание объекта', 'pt': 'Descrição do objeto', 'nl': 'Objectbeschrijving', 'fr': 'Descriptif de l\'objet', 'it': 'Descrizione dell\'oggetto', 'es': 'Descripción del objeto', 'pl': 'Opis obiektu', 'zh-cn': '对象描述', 'uk': 'Опис об\'єкта'};
|
|
206
|
-
Blockly.Words['get_common_unit'] = {'en': 'State unit', 'de': '
|
|
206
|
+
Blockly.Words['get_common_unit'] = {'en': 'State unit', 'de': 'Maßeinheit', 'ru': 'Единица измерения', 'pt': 'unidade estadual', 'nl': 'Staatseenheid', 'fr': 'Unité d\'état', 'it': 'Unità statale', 'es': 'unidad estatal', 'pl': 'Jednostka państwowa', 'zh-cn': '国家单位', 'uk': 'Державна одиниця'};
|
|
207
207
|
Blockly.Words['get_common_role'] = {'en': 'Object role', 'de': 'Objektrolle', 'ru': 'Роль объекта', 'pt': 'função do objeto', 'nl': 'Object rol', 'fr': 'Rôle d\'objet', 'it': 'Ruolo dell\'oggetto', 'es': 'Rol de objeto', 'pl': 'Rola obiektu', 'zh-cn': '对象角色', 'uk': 'Об\'єктна роль'};
|
|
208
208
|
Blockly.Words['get_common_state_type'] = {'en': 'State type', 'de': 'Zustandstyp', 'ru': 'Тип состояния', 'pt': 'tipo de estado', 'nl': 'Type staat', 'fr': 'Type d\'état', 'it': 'Tipo di stato', 'es': 'tipo de estado', 'pl': 'Typ stanu', 'zh-cn': '状态类型', 'uk': 'Державний тип'};
|
|
209
209
|
Blockly.Words['get_common_object_type'] = {'en': 'Object type', 'de': 'Objekttyp', 'ru': 'Тип объекта', 'pt': 'Tipo de objeto', 'nl': 'Object type', 'fr': 'Type d\'objet', 'it': 'Tipo di oggetto', 'es': 'Tipo de objeto', 'pl': 'Rodzaj obiektu', 'zh-cn': '对象类型', 'uk': 'Тип об\'єкта'};
|
|
@@ -270,7 +270,7 @@ Blockly.Words['time_get_object'] = {'en': 'Date object',
|
|
|
270
270
|
Blockly.Words['time_get_ms'] = {'en': 'milliseconds', 'de': 'Millisekunden', 'ru': 'миллисекунды', 'pt': 'milissegundos', 'nl': 'milliseconden', 'fr': 'millisecondes', 'it': 'millisecondi', 'es': 'milisegundos', 'pl': 'milliseconds', 'zh-cn': '毫秒', 'uk': 'мілісекунд'};
|
|
271
271
|
Blockly.Words['time_get_s'] = {'en': 'seconds', 'de': 'Sekunden', 'ru': 'секунды', 'pt': 'segundos', 'nl': 'seconden', 'fr': 'secondes', 'it': 'secondi', 'es': 'segundos', 'pl': 'seconds', 'zh-cn': '秒', 'uk': 'секунд'};
|
|
272
272
|
Blockly.Words['time_get_m'] = {'en': 'minutes', 'de': 'Minuten', 'ru': 'минуты', 'pt': 'minutos', 'nl': 'notulen', 'fr': 'minutes', 'it': 'minuti', 'es': 'minutos', 'pl': 'minutes', 'zh-cn': '分钟', 'uk': 'хвилин'};
|
|
273
|
-
Blockly.Words['time_get_mid'] = {'en': 'minutes in day', 'de': 'Minuten seit
|
|
273
|
+
Blockly.Words['time_get_mid'] = {'en': 'minutes in day', 'de': 'Minuten seit Tagesanfang', 'ru': 'кол-во минут с начала дня', 'pt': 'Minutos desde o início do dia', 'nl': 'minuten in dag', 'fr': 'minutes dans la journée', 'it': 'minuti al giorno', 'es': 'minutos en el día', 'pl': 'minutes in day', 'zh-cn': '一天中的分钟', 'uk': 'хвилин на день'};
|
|
274
274
|
Blockly.Words['time_get_sid'] = {'en': 'seconds in day', 'de': 'Sekunden seit Tagesanfang', 'ru': 'кол-во секунд с начала дня', 'pt': 'Segundos desde o início do dia', 'nl': 'seconden in dag', 'fr': 'secondes dans la journée', 'it': 'secondi nel giorno', 'es': 'segundos en el día', 'pl': 'seconds in day', 'zh-cn': '一天中的秒', 'uk': 'секунд на день'};
|
|
275
275
|
Blockly.Words['time_get_h'] = {'en': 'hours', 'de': 'Stunden', 'ru': 'часы', 'pt': 'horas', 'nl': 'uur', 'fr': 'heures', 'it': 'ore', 'es': 'horas', 'pl': 'hours', 'zh-cn': '小时', 'uk': 'години'};
|
|
276
276
|
Blockly.Words['time_get_d'] = {'en': 'day of month', 'de': 'Monatsdatum', 'ru': 'день месяца', 'pt': 'dia do mês', 'nl': 'dag van de maand', 'fr': 'jour du mois', 'it': 'giorno del mese', 'es': 'dia del mes', 'pl': 'day of month', 'zh-cn': '一个月的一天', 'uk': 'день місяця'};
|
package/admin/index_m.html
CHANGED
|
@@ -571,11 +571,12 @@
|
|
|
571
571
|
<div class="input-field col s12">
|
|
572
572
|
<div class="input-field col s4">
|
|
573
573
|
<select id="sunriseEvent" class="value astro-calc" >
|
|
574
|
+
<option value="nightEnd" class="translate">sch_astro_nightEnd</option>
|
|
575
|
+
<option value="nauticalDawn" class="translate">sch_astro_nauticalDawn</option>
|
|
576
|
+
<option value="dawn" class="translate">sch_astro_dawn</option>
|
|
574
577
|
<option value="sunrise" class="translate">sch_astro_sunrise</option>
|
|
575
578
|
<option value="sunriseEnd" class="translate">sch_astro_sunriseEnd</option>
|
|
576
579
|
<option value="goldenHourEnd" class="translate">sch_astro_goldenHourEnd</option>
|
|
577
|
-
<option value="nauticalDawn" class="translate">sch_astro_nauticalDawn</option>
|
|
578
|
-
<option value="dawn" class="translate">sch_astro_dawn</option>
|
|
579
580
|
</select>
|
|
580
581
|
<span for="sunriseEvent" class="translate">Used as start of the daytime</span>
|
|
581
582
|
</div>
|
|
@@ -599,11 +600,12 @@
|
|
|
599
600
|
<div class="input-field col s12">
|
|
600
601
|
<div class="input-field col s4">
|
|
601
602
|
<select id="sunsetEvent" class="value astro-calc">
|
|
602
|
-
<option value="sunset" class="translate">sch_astro_sunset</option>
|
|
603
|
-
<option value="sunsetStart" class="translate">sch_astro_sunsetStart</option>
|
|
604
603
|
<option value="goldenHour" class="translate">sch_astro_goldenHour</option>
|
|
604
|
+
<option value="sunsetStart" class="translate">sch_astro_sunsetStart</option>
|
|
605
|
+
<option value="sunset" class="translate">sch_astro_sunset</option>
|
|
605
606
|
<option value="dusk" class="translate">sch_astro_dusk</option>
|
|
606
607
|
<option value="nauticalDusk" class="translate">sch_astro_nauticalDusk</option>
|
|
608
|
+
<option value="night" class="translate">sch_astro_night</option>
|
|
607
609
|
</select>
|
|
608
610
|
<span for="sunsetEvent" class="translate">Used as end of the daytime</span>
|
|
609
611
|
</div>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
body,html{height:100%;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow:hidden;padding:0}.iobVerticalSplitter .layout-pane-primary{overflow:hidden!important}#root{height:100%;width:100%}#___reactour>div:first-of-type{opacity:.4}.layout-pane-primary{height:100%}.blocklyToolboxDiv{height:100%!important;left:0!important;top:0!important;width:180px}.no-underline:before{border-bottom:0!important}.monaco-aria-container{top:0}.iobVerticalSplitter .layout-pane-primary{overflow:hidden}.monacoCurrentLine{background:#59fd8c}.monacoCurrentLineDark{background:#165b2c}.monacoCurrentFullLine{background:#cbffdc;opacity:.7}.monacoCurrentFullLineDark{background:#0e3b1f;opacity:.7}.monacoBreakPointDark{background:maroon}.monacoBreakPoint,.monacoBreakPointDark{border-radius:50%;height:16px!important;margin-left:4px;width:16px!important}.monacoBreakPoint{background:#d71a1a}.splitter-layout{display:flex;flex-direction:row;height:100%;overflow:hidden;position:absolute;width:100%}.splitter-layout .layout-pane{flex:0 0 auto;overflow:auto;position:relative}.splitter-layout .layout-pane.layout-pane-primary{flex:1 1 auto}.splitter-layout>.layout-splitter{background-color:#ccc;cursor:col-resize;flex:0 0 auto;height:100%;width:4px}.splitter-layout .layout-splitter:hover{background-color:#bbb}.splitter-layout.layout-changing{cursor:col-resize}.splitter-layout.layout-changing>.layout-splitter{background-color:#aaa}.splitter-layout.splitter-layout-vertical{flex-direction:column}.splitter-layout.splitter-layout-vertical.layout-changing{cursor:row-resize}.splitter-layout.splitter-layout-vertical>.layout-splitter{cursor:row-resize;height:4px;width:100%}.style_wrapperRules__Js-Pp{background:linear-gradient(0deg,var(--backgroundGlobalColor),var(--backgroundGlobalColor)),url(../../static/media/back.bda2bbe51be338a0f657.jpg);background-repeat:no-repeat;background-size:cover;display:flex;height:100%}.style_rootWrapper__0Dpqp{display:flex;width:100%}.style_addClass__ry424{flex-direction:column;height:auto;overflow:auto}@media screen and (max-width:835px){.style_rootWrapper__0Dpqp{flex-direction:column;height:auto;overflow:auto}}.style_switchesItem__RBQz7{align-items:center;border:1px solid #fff0;color:var(--colorInput);display:flex;margin:5px 0;max-width:200px;padding:12px 0;transition:all .7s;width:auto}.style_switchesItem__RBQz7 span{color:var(--lineColorActive);margin-left:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.style_switchesItemActive__FU8S9,.style_switchesItem__RBQz7:hover{background:var(--backgroundColor);border:1px solid var(--lineColor);border-radius:6px;color:var(--lineColorHover);cursor:pointer}.style_iconTheme__inJLE{height:30px!important;margin-left:5px;width:30px!important}.style_iconTheme__inJLE *{color:var(--lineColorActive)!important}.style_cardStyle__5c\+lG{align-items:center;background:#ffffff6b;border-radius:4px;box-shadow:0 2px 1px -1px #0003,0 1px 1px 0 #00000024,0 1px 3px 0 #0000001f;cursor:pointer;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:23px 12px 4px;min-height:70px;min-width:200px;padding:10px;position:relative;width:calc(100% - 72px)}.style_cardStyleActive__n6Nq8{width:300px;z-index:100}.style_controlMenu__J0sIm{display:flex;height:100%;position:absolute;right:-31px;transition:opacity .5s;width:30px}.style_closeBtn__TzVMw{border-radius:20px;cursor:pointer;height:20px;margin:5px auto;position:relative;width:20px;z-index:1}.style_closeBtn__TzVMw:before{color:rgba(247,6,6,.518);content:"+";font-size:30px;left:2px;line-height:1;top:-6px;transform:rotate(45deg);z-index:2}.style_closeBtn__TzVMw:after,.style_closeBtn__TzVMw:before{position:absolute;transition:all .3s cubic-bezier(.77,0,.2,.85)}.style_closeBtn__TzVMw:after{background:var(--backgroundColorHumburger);border-radius:100%;content:"";height:100%;left:0;top:0;transform:scale(.01);width:100%;z-index:1}.style_closeBtn__TzVMw:hover:after{transform:scale(1)}.style_closeBtn__TzVMw:hover:before{color:#fff;transform:scale(.8) rotate(45deg)}.style_isDelete__0Sa6U{background:#fff;box-shadow:0 0 10px #6accff;height:0;margin:0 12px;min-height:0;opacity:.8;overflow:hidden;padding:0 10px;transition:all .25s}@media screen and (max-width:835px){.style_controlMenu__J0sIm{opacity:1!important}}.style_drag_mobile__RVp7B{display:none}@media screen and (max-width:600px){.style_drag_mobile__RVp7B{background:repeating-linear-gradient(180deg,var(--lineColorActive),var(--lineColorActive) 4px,var(--backgroundColorHumburger) 4px,var(--backgroundColorHumburger) 8px);border:1px solid var(--lineColorActive);border-radius:5px 0 0 0;cursor:pointer;display:flex;height:20px;left:0;position:absolute;top:0;width:30px}}@keyframes style_fadeIn__zKsCh{0%{opacity:0}1%{opacity:0}to{opacity:1}}.style_cardStyle__A9pAJ{align-items:center;background:var(--backgroundBlock);border-radius:4px;box-shadow:0 2px 1px -1px #0003,0 1px 1px 0 #00000024,0 1px 3px 0 #0000001f;cursor:pointer;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:23px 12px 4px;min-height:70px;min-width:200px;padding:10px;position:relative;width:calc(100% - 72px)}.style_nameCard__m2nJe{color:var(--colorBlock);font-size:19px;font-weight:500;margin-top:0}.style_cardStyleActive__sMSgj{width:300px;z-index:100}.style_iconThemCard__wx6Kq{height:40px!important;margin-left:5px;width:40px!important}.style_iconThemCard__wx6Kq *{color:var(--colorBlock)!important}.style_iconThemCardSelectable__H9okn{cursor:pointer}.style_iconHelp__iIi1g{color:var(--colorBlock)!important;position:absolute!important;right:5px;top:0}.style_inputCard__qf8Q\+{margin-top:10px!important}.style_blockName__CqwBy{display:flex;flex-direction:column;margin-left:10px;position:relative;width:100%}.style_controlMenu__8kQnd{display:flex;height:100%;position:absolute;right:-31px;transition:opacity .5s;width:30px}.style_closeBtn__LcbOd{border-radius:20px;cursor:pointer;height:20px;margin:5px auto;position:relative;width:20px;z-index:1}.style_closeBtn__LcbOd:before{color:rgba(247,6,6,.518);content:"+";font-size:30px;left:2px;line-height:1;top:-6px;transform:rotate(45deg);z-index:2}.style_closeBtn__LcbOd:after,.style_closeBtn__LcbOd:before{position:absolute;transition:all .3s cubic-bezier(.77,0,.2,.85)}.style_closeBtn__LcbOd:after{background:#994e9e7d;border-radius:100%;content:"";height:100%;left:0;top:0;transform:scale(.01);width:100%;z-index:1}.style_closeBtn__LcbOd:hover:after{transform:scale(1)}.style_closeBtn__LcbOd:hover:before{color:#fff;transform:scale(.8) rotate(45deg)}.style_controlMenuTop__AkzEp{display:flex;left:0;overflow:hidden;position:absolute;transition:opacity .5s,height .5s,top .5s;width:100%}.style_debugInfo__wPdyv{animation:style_fadeIn__zKsCh .3s ease-out;color:var(--debugColor);display:flex;font-size:12px;font-style:italic;opacity:0;position:absolute}.style_tagCard__CEY-X{background:var(--backgroundColorHumburger);border-left:1px solid var(--lineColor);border-radius:5px 5px 0 0;border-right:1px solid var(--lineColor);border-top:1px solid var(--lineColor);color:var(--lineColorActive);cursor:pointer;font-size:12px;height:22px;margin-left:auto;margin-right:8px;min-width:100px;padding:2px 2px 0;position:relative;text-align:center}.style_displayFlex__5sr\+i{align-items:center;display:flex}.style_blockMarginTop__Qn7Lh,.style_nameBlock__MZ53S{margin-top:7px}.style_frontText__3cVcg{display:inline-table;margin-right:7px;min-width:80px}.style_backText__sF8Y-{margin-left:7px}.style_iconTag__2cpM6{align-items:center;color:var(--colorBlock);display:flex;font-size:40px;margin-bottom:10px;margin-left:12px;min-width:40px}.style_displayItalic__9KtQw{font-size:11px;font-style:italic;margin-top:0}.style_root__h6PjP{border-color:var(--colorBlock)!important;color:var(--colorBlock)!important}.style_root__h6PjP:hover{background-color:inherit!important;border-color:var(--colorBlockHover)!important;color:var(--colorBlockHover)!important}.style_square__ahzCN{min-width:auto!important;padding:6px 16px!important}.style_icon__jwNl0{height:24px;width:24px}.style_root__8DT4l *{color:var(--colorBlock)!important}.style_root__WINKv{background:var(--backgroundColorHumburger);border-radius:5px;margin-bottom:0!important;margin-top:0!important}.style_root__WINKv *{color:var(--colorInput)!important}.style_root__WINKv [class*=MuiInputLabel-shrink]{color:var(--colorBlock)!important}.style_root__WINKv [class*=MuiInput-underline] :after{border-bottom-color:var(--lineColor)!important}.style_root__WINKv [class*=MuiOutlinedInput-notchedOutline],.style_root__WINKv [class*=MuiOutlinedInput-notchedOutline] [class*=Mui-disabled],.style_root__WINKv [class*=MuiOutlinedInput-notchedOutline] [class*=Mui-focused],.style_root__WINKv [class*=MuiOutlinedInput-notchedOutline]:hover,.style_root__WINKv:hover [class*=MuiOutlinedInput-notchedOutline]{border-color:var(--lineColor)!important}.style_modalContentWrapper__ewzzR{margin:20px 0;min-width:320px;overflow-x:hidden;padding:0 35px}.style_modalButtonBlock__otBeq{background:var(--backgroundColorHumburger);border-top:1px solid var(--lineColorActive);border-color:var(--lineColorActive);border-radius:3px;display:flex;flex-flow:wrap;justify-content:flex-end;margin-top:20px}.style_modalButtonBlock__otBeq button{color:var(--lineColorActive)!important;flex:1 1}.style_modalButtonBlockTwo__bh8rw{bottom:0;flex-flow:wrap-reverse;justify-content:space-around;position:-webkit-sticky;position:sticky}.style_modalButtonBlockTwo__bh8rw button{margin:5px}.style_modalWrapper__VUeGq [class*="MuiPaper-root MuiDialog-paper MuiPaper-elevation24 MuiDialog-paperScrollPaper MuiDialog-paperWidthXl MuiPaper-elevation24 MuiPaper-rounded"]{background-color:#f6f6f6}.style_modalDialog__MI8Ka{min-width:400px}.style_close__Z8qAY{cursor:pointer;height:32px;opacity:.9;position:absolute;right:-14px;top:-16px;transition:all .6s ease;width:32px}.style_close__Z8qAY:hover{transform:rotate(90deg)}.style_close__Z8qAY:before{transform:rotate(45deg)}.style_close__Z8qAY:after,.style_close__Z8qAY:before{background-color:#ff4f4f;content:"";height:33px;left:15px;position:absolute;width:4px}.style_close__Z8qAY:after{transform:rotate(-45deg)}@media screen and (max-width:460px){.style_modalContentWrapper__ewzzR{min-width:auto}}.style_root__AZ3ER{margin-bottom:0!important;margin-top:0!important;max-width:440px}.style_root__AZ3ER *,.style_root__AZ3ER [class*=MuiInputLabel-shrink]{color:var(--colorBlock)!important}.style_root__AZ3ER [class*=MuiInput-underline]:after,.style_root__AZ3ER [class*=MuiInput-underline]:before,.style_root__AZ3ER [class*=MuiInput-underline]:hover:before{border-bottom-color:var(--lineColor)!important}.style_root__BGOBc{color:var(--lineColorActive)!important;height:8px!important}.style_root__BGOBc [class*=MuiSlider-rail],.style_root__BGOBc [class*=MuiSlider-track]{border-radius:4px;height:8px!important}.style_root__BGOBc [class*=MuiSlider-valueLabel]{left:calc(-50% + 4px)}.style_root__BGOBc [class*=MuiSlider-thumb]{background-color:var(--colorBlock);border:2px solid;height:24px;margin-left:-12px;margin-top:-8px;width:24px}.style_root__BGOBc [class*=MuiSlider-thumb]:focus,.style_root__BGOBc [class*=MuiSlider-thumb]:hover,.style_root__BGOBc [class*=MuiSlider-thumb][class*=MuiSlider-active]{box-shadow:inherit!important}.style_root__BGOBc .style_mark__MLqoT{background-color:#0000!important}.style_root__anA9\+ *{color:var(--colorBlock)!important}.style_root__anA9\+ [class*=Mui-checked]{color:var(--lineColor)!important}.style_root__anA9\+ [class*=Mui-checked]+[class*=MuiSwitch-track]{background-color:var(--lineColor)!important}.style_root__xyxno{margin-bottom:0!important;margin-top:0!important}.style_root__xyxno *,.style_root__xyxno [class*=MuiInputLabel-shrink]{color:var(--colorBlock)!important}.style_root__xyxno [class*=MuiInput-underline]:after,.style_root__xyxno [class*=MuiInput-underline]:before,.style_root__xyxno [class*=MuiInput-underline]:hover:before{border-bottom-color:var(--lineColor)!important}.style_root__FwemI{margin-bottom:0!important;margin-top:0!important}.style_root__FwemI *,.style_root__FwemI [class*=MuiInputLabel-shrink]{color:var(--colorBlock)!important}.style_root__FwemI [class*=MuiInput-underline]:after,.style_root__FwemI [class*=MuiInput-underline]:before,.style_root__FwemI [class*=MuiInput-underline]:hover:before{border-bottom-color:var(--lineColor)!important}.style_border__Zz9Km{border-left:1px solid var(--lineColor);border-right:1px solid var(--lineColor)}.style_emptyBlockStyle__sE5FO{align-items:center;background:hsla(0,0%,100%,.122);border-radius:4px;cursor:pointer;display:flex;margin:10px 40px 10px 10px;width:auto}.style_emptyBlock__dMBHS{animation:style_marginTop__uK9O\+ .12s;margin-top:10px;padding:10px}.style_selectOnChange__6r-uo{color:var(--lineColor)!important;margin-left:12px;width:calc(100% - 42px)}.style_selectOnChangeHelp__nP0g8{color:var(--lineColor);cursor:pointer;vertical-align:middle}.style_selectOnChangeHelpIcon__r7G9x{color:var(--lineColor)}@keyframes style_marginTop__uK9O\+{0%{height:0;margin-top:70px;padding:0}to{margin-top:10px;padding:10px}}.style_emptyBlockNone__DS6GG{animation:none;height:0;transition:height .02s}.style_mainBlockItemRules__JYCaQ{display:flex;flex:1 3;flex-direction:column;overflow:auto;transition:all .5s;z-index:9}.style_mainBlockItemRules__JYCaQ .style_nameBlockItems__sNeEH{align-items:center;color:var(--lineColor);display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;margin-top:10px;width:100%}.style_contentBlockItem__SQejW{display:flex;flex-direction:column;height:100%;overflow:auto;transition:height .3s,background .5s}.style_wrapperMargin__v8PwE{display:flex;flex-direction:column;margin:auto 0}.style_contentHeightOn__T3ZZ-{animation:style_heightBlock__B96p1 .3s}@keyframes style_heightBlock__B96p1{0%{height:0}to{height:100%}}.style_contentHeightOff__eaSlV{animation:none;height:0;overflow:hidden}.style_cardAdd__SNY3P{align-items:center;color:var(--lineColor);display:flex;margin:0 10px;text-align:center;width:100%}.style_cardAdd__SNY3P:after,.style_cardAdd__SNY3P:before{border-bottom:1px solid;content:"";flex:1 1}.style_cardAdd__SNY3P:after{margin-left:.25em}.style_cardAdd__SNY3P:before{margin-right:.25em}.style_blockCardAdd__xHdXK{align-items:center;color:#fff;cursor:pointer;display:flex;padding:0 10px 6px}.style_blockCardAdd__xHdXK *{color:hsla(0,0%,100%,.702)}.style_addClassOverflow__bcVva{overflow:visible;overflow:initial}.style_addClassHeight__GJALi{min-height:300px}@media screen and (max-width:835px){.style_mainBlockItemRules__JYCaQ{overflow:visible;overflow:initial}.style_contentBlockItem__SQejW{min-height:300px}.style_contentHeightOff__eaSlV{min-height:0;transition:min-height .3s}.style_contentHeightOn__T3ZZ-{transition:min-height .3s}.style_border__Zz9Km{border-left:initial;border-right:initial}}.style_drag__Gq61w{cursor:pointer;height:22px;left:12px;position:absolute;top:23px;width:32px;z-index:1}.style_root__nSnEB{position:relative}.style_menuRules__NRFrw{background:var(--backgroundColor);border-right:1px solid var(--lineColor);display:flex;flex-direction:column;opacity:1;overflow-x:hidden;padding:10px;transition:width .5s,opacity .2s,padding .5s,background .2s,border-right .2s;width:200px}.style_switchesRenderWrapper__MHBpo{direction:rtl;overflow-x:hidden;overflow-y:auto}.style_switchesRenderWrapper__MHBpo span{direction:ltr}.style_menuOff__GV8BN{opacity:0;padding:0;width:0}.style_menuTitle__bnI7K{align-items:center;color:var(--lineColor);display:flex;text-align:center;transition:color .2s;white-space:nowrap}.style_menuTitle__bnI7K:after,.style_menuTitle__bnI7K:before{border-bottom:1px solid;content:"";flex:1 1}.style_marginAuto__h3I6J{margin-bottom:20px;margin-top:auto}.style_inputWidth__Hkd3w{margin-bottom:5px!important;margin-top:0!important}.style_menuWrapper__16zE-{display:flex;height:100%}.style_hamburgerWrapper__\+AsNg{background:var(--backgroundColorHumburger);border:1px solid var(--lineColor);border-radius:0 5px 5px 0;cursor:pointer;display:flex;height:26px;justify-content:center;left:221px;padding-top:10px;position:absolute;top:30px;transition:left .5s,border-radius .7s,width .7s,height .7s,background .2s,border .2s;width:32px;z-index:10}.style_hamburgerOff__Tmmok{border-radius:20px;height:28px;left:20px;padding-top:12px;width:40px}.style_nothingFound__hm0xN{color:var(--lineColor);font-size:21px;margin:16px;transition:color .2s}.style_resetSearch__oA8LS{color:var(--lineColor);cursor:pointer;font-weight:700;margin:10px 0;transition:color .3s,font-size .3s}.style_resetSearch__oA8LS:hover{color:var(--lineColorHover);font-size:22px}.style_controlPanel__ojI7Z{align-items:center;display:flex;width:200px}.style_controlPanel__ojI7Z button{color:var(--lineColor);min-width:auto;transition:color .2s;width:33.3333333333%}.style_controlPanel__ojI7Z .style_controlPanelAppBar__fjB3Y{background:none;box-shadow:none}.style_controlPanel__ojI7Z [class*=Mui-selected]{color:var(--lineColorActive)!important}.style_controlPanel__ojI7Z [class*=MuiTabs-indicator]{background-color:var(--lineColorActive)}.style_controlPanel__ojI7Z [class*=Mui-disabled]{color:#210025cc!important}.style_addClassMenu__3n58b{position:absolute;top:0;z-index:12}.style_addClassBackground__j1FHK{background:var(--backgroundMobile)}.style_addClassPosition__YL\+W4{left:0;position:-webkit-sticky;position:sticky;top:0;z-index:2222}@media screen and (max-width:1035px){.style_menuWrapper__16zE-{position:absolute;top:0;z-index:12}.style_menuRules__NRFrw{background:var(--backgroundMobile)}}@media screen and (max-width:835px){.style_menuRules__NRFrw{left:0;position:-webkit-sticky;position:sticky;top:0;z-index:2222}}.hamburgerMenu_menu_wrapper__H\+bSr{cursor:pointer;margin-top:12px;outline:0;outline-offset:0}.hamburgerMenu_hamburgerMenu__zKaBW,.hamburgerMenu_hamburgerMenu__zKaBW:after,.hamburgerMenu_hamburgerMenu__zKaBW:before{height:2px;width:20px}.hamburgerMenu_hamburgerMenu__zKaBW{background:var(--lineColorActive);position:relative;transform:translateY(7px);transition:all 0ms .3s}.hamburgerMenu_hamburgerMenu__zKaBW.hamburgerMenu_animate__CjZxq{background:#dfbdec00}.hamburgerMenu_hamburgerMenu__zKaBW:before{background:var(--lineColorActive);bottom:7px;content:"";left:0;position:absolute;transition:bottom .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1)}.hamburgerMenu_hamburgerMenu__zKaBW:after{background:var(--lineColorActive);content:"";left:0;position:absolute;top:7px;transition:top .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1)}.hamburgerMenu_hamburgerMenu__zKaBW.hamburgerMenu_animate__CjZxq:after{top:0;transform:rotate(45deg);transition:top .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s}.hamburgerMenu_hamburgerMenu__zKaBW.hamburgerMenu_animate__CjZxq:before{bottom:0;transform:rotate(-45deg);transition:bottom .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s}.hamburgerMenu_menu_conatiner_wrapper__9BkY3{display:none}:root.blue,:root.colored{--backgroundColor:rgba(48,82,129,.231);--lineColor:#4caaf47d;--lineColorHover:#ccceff;--lineColorActive:#4caaf4;--backgroundColorHumburger:rgba(67,106,147,.722);--colorBlock:#02124b;--colorBlockHover:rgba(2,18,75,.549);--colorInput:#02124b;--backgroundBlock:rgba(201,231,255,.671);--backgroundGlobalColor:#fff0;--backgroundMobile:rgba(4,28,53,.831);--debugColor:#c6511b}:root.dark{--backgroundColor:#1f1f1f3b;--lineColor:#f3f3f37d;--lineColorHover:#a0a0a0;--lineColorActive:#dedede;--backgroundColorHumburger:rgba(62,62,62,.722);--colorBlock:#080808;--colorBlockHover:rgba(8,8,8,.549);--colorInput:#ddd;--backgroundBlock:hsla(0,0%,76%,.671);--backgroundGlobalColor:#1c1c1ced;--backgroundMobile:rgba(4,3,3,.922);--debugColor:#c6511b}:root.light{--backgroundColor:rgba(49,49,49,.231);--lineColor:#0001257d;--lineColorHover:#a0a0a0;--lineColorActive:#07002f;--backgroundColorHumburger:rgba(51,53,66,.639);--colorBlock:#090929;--colorBlockHover:hsla(0,1%,78%,.549);--colorInput:#090929;--backgroundBlock:#000;--backgroundGlobalColor:hsla(0,0%,100%,.251);--backgroundMobile:rgba(180,178,199,.749);--debugColor:#c6511b}
|
|
2
|
-
/*# sourceMappingURL=
|
|
2
|
+
/*# sourceMappingURL=864.42bfc5f3.chunk.css.map*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"static/css/487.9934873c.chunk.css","mappings":"AAKA,UAHE,WAAY,CADZ,UAeF,CAXA,KAOE,kCAAmC,CACnC,iCAAkC,CAJlC,mIAEY,CAJZ,QAAS,CADT,eAAgB,CAEhB,SAQF,CAEA,0CACE,yBACF,CAEA,MAEE,WAAY,CADZ,UAEF,CACA,+BACE,UACF,CACA,qBACE,WACF,CAEA,mBAKE,qBAAuB,CAHvB,gBAAkB,CAElB,eAAiB,CADjB,WAGF,CAEA,qBACE,yBACF,CACA,uBACE,KACF,CAEA,0CACE,eACF,CAEA,mBACE,kBACF,CACA,uBACE,kBACF,CACA,uBACE,kBAAmB,CACnB,UACF,CACA,2BACE,kBAAmB,CACnB,UACF,CACA,sBACE,iBAKF,CACA,wCALE,iBAAkB,CAElB,qBAAuB,CACvB,eAAgB,CAFhB,oBAUF,CANA,kBACE,kBAKF,CC/EA,iBAEE,YAAa,CACb,kBAAmB,CAEnB,WAAY,CACZ,eAAgB,CALhB,iBAAkB,CAGlB,UAGF,CAEA,8BAEE,aAAc,CACd,aAAc,CAFd,iBAGF,CAEA,kDACE,aACF,CAEA,kCAKE,qBAAsB,CADtB,iBAAkB,CAHlB,aAAc,CAEd,WAAY,CADZ,SAIF,CAEA,wCACE,qBACF,CAEA,iCACE,iBACF,CAEA,kDACE,qBACF,CAEA,0CACE,qBACF,CAEA,0DACE,iBACF,CAEA,2DAGE,iBAAkB,CADlB,UAAW,CADX,UAGF,CCnDA,2BACI,gJACA,4BACA,sBAEA,CAEJ,aAFI,WAEJ,2BAEI,YAEJ,mCACI,qBAEA,aAEJ,kDACI,0BACI,qBAEA,4BCpBR,2BAMI,mBACA,uBAEA,wBANA,aACA,aAHA,gBAIA,eAGA,mBANA,UAOA,CACA,gCAKI,6BADA,iBAHA,gBACA,uBAIA,mBAHA,UAGA,CAUR,kEAII,kCAHA,kCAEA,kBADA,4BAGA,eAEJ,wBAEI,sBACA,gBAFA,oBAEA,CACA,0BACI,uCCtCR,yBAUI,mBACA,qBACA,kBACA,4EAZA,eAMA,aAFA,sEAIA,qBAHA,gBAHA,gBAKA,aANA,kBAEA,uBASA,CAEJ,8BACI,YACA,YAEJ,0BACI,aAIA,YAHA,kBACA,YAGA,uBAFA,UAEA,CAEJ,uBAGI,mBAIA,eALA,YAIA,gBAFA,kBAHA,WAIA,SAEA,CACA,8BAEI,yBADA,YAKA,eAGA,SAFA,cACA,SAHA,wBADA,SAMA,CAEJ,2DATI,kBAOA,6CAaA,CAXJ,6BAQI,2CADA,mBANA,WAKA,YAFA,OADA,MAQA,qBANA,WAIA,SAEA,CAEJ,mCACI,mBAEJ,oCAEI,WADA,iCACA,CAGR,uBAOI,gBAEA,4BARA,SAIA,cAHA,aAMA,WALA,gBACA,eAEA,mBAGA,CAEJ,oCACI,0BACI,qBAGR,0BACI,aAEJ,oCACI,0BAII,uKAOA,wCACA,wBAIA,eAfA,aAEA,YAYA,OAFA,kBACA,MAZA,UAcA,ECxGR,+BACI,GACI,UAGJ,GACI,UAGJ,GACI,WAKR,wBAUI,mBACA,kCACA,kBACA,4EAZA,eAMA,aAFA,sEAIA,qBAHA,gBAHA,gBAKA,aANA,kBAEA,uBASA,CAGJ,uBAGI,wBADA,eAEA,gBAHA,YAGA,CAEJ,8BACI,YACA,YAEJ,2BAEI,sBACA,gBAFA,oBAEA,CACA,6BACI,kCAGR,qCACI,eAEJ,uBACI,kCACA,4BAEA,UADA,KACA,CAEJ,yBACI,0BAEJ,wBAGI,aACA,sBAHA,iBAIA,kBAHA,UAGA,CAEJ,0BACI,aAIA,YAHA,kBACA,YAGA,uBAFA,UAEA,CAEJ,uBAGI,mBAIA,eALA,YAIA,gBAFA,kBAHA,WAIA,SAEA,CACA,8BAEI,yBADA,YAKA,eAGA,SAFA,cACA,SAHA,wBADA,SAMA,CAEJ,2DATI,kBAOA,6CAaA,CAXJ,6BAQI,qBADA,mBANA,WAKA,YAFA,OADA,MAQA,qBANA,WAIA,SAEA,CAEJ,mCACI,mBAEJ,oCAEI,WADA,iCACA,CAGR,6BACI,aAEA,OAEA,gBAHA,kBAIA,0CAFA,UAEA,CAEJ,wBAOI,2CAJA,wBAEA,aAJA,eACA,kBAIA,UAFA,iBAGA,CAEJ,sBAMI,2CAOA,uCANA,0BAOA,wCAFA,sCAVA,6BASA,eAIA,eAVA,YAIA,iBACA,iBAPA,gBAaA,kBARA,kBAPA,iBAeA,CAEJ,2BAEI,mBADA,YACA,CAEJ,qDAEI,eAEJ,wBAGI,qBAFA,iBACA,cACA,CAEJ,uBACI,gBAEJ,sBAII,mBAFA,wBACA,aAFA,eAKA,mBACA,iBAFA,cAEA,CAEJ,4BAEI,eADA,kBAEA,aCpLJ,mBAEI,yCADA,iCACA,CACA,yBAGI,mCAFA,8CACA,sCACA,CAGR,qBACI,yBACA,2BAEJ,mBAEI,YADA,UACA,CCdA,qBACI,kCCFR,mBACI,2CACA,kBAEA,0BADA,sBACA,CACA,qBACI,kCAEJ,iDACI,kCAGA,sDACI,+CAgBJ,mWACI,wCC9BZ,kCACI,cAGA,gBADA,kBADA,cAEA,CAEJ,+BAOI,2CAFA,4CACA,oCAEA,kBAPA,aAGA,eAFA,yBACA,eAKA,CACA,sCACI,uCACA,SAGR,kCAII,QAAO,CAFP,uBADA,6BAEA,uCACA,CACA,yCACI,WAKJ,iLACI,yBAGR,0BACI,gBAEJ,oBAOI,eAFA,YACA,WALA,kBACA,YACA,UAKA,wBAJA,UAIA,CACA,0BACI,wBAEJ,2BAOI,wBAEJ,qDAHI,yBAHA,WACA,YAFA,UADA,kBAIA,SAWA,CAPJ,0BAOI,yBAGR,oCACI,kCACI,gBCvER,mBAEI,0BADA,uBAEA,gBAIA,sEACI,kCAUI,uKACI,+CCnBhB,mBACI,uCACA,qBAKA,uFAFI,kBADA,oBAKA,CAEJ,iDACI,sBAEJ,4CAGI,mCACA,iBAHA,YAKA,kBADA,gBAHA,UAIA,CACA,yKAGI,6BAGR,sCACI,iCC3BJ,sBACI,kCAEJ,yCACI,iCAEJ,kEACI,4CCRR,mBAEI,0BADA,sBACA,CAIA,sEACI,kCAUI,uKACI,+CClBhB,mBAEI,0BADA,sBACA,CAIA,sEACI,kCAUI,uKACI,+CClBhB,qBACI,uCACA,wCAEJ,8BAOI,mBAJA,gCAKA,kBAPA,eAGA,aAEA,2BAJA,UAMA,CAGJ,yBAII,uCADA,gBAFA,YAGA,CAGJ,6BAEI,iCADA,iBAEA,wBAEJ,iCACI,uBAEA,eADA,qBACA,CAEJ,qCACI,uBAEJ,mCACI,GAGI,QAAO,CADP,gBADA,SAEA,CAEJ,GAEI,gBADA,YACA,EAIR,6BAEI,eADA,SAEA,uBAGJ,iCACI,aACA,SACA,sBAGA,cAFA,mBACA,SACA,CACA,8DAOI,mBANA,uBAGA,aACA,sEACA,uBAJA,gBACA,UAIA,CAGR,+BAEI,aACA,sBAFA,YAGA,cACA,qCAGJ,4BAEI,aACA,sBAFA,aAEA,CAEJ,8BACI,uCAEJ,oCACI,GACI,SAEJ,GACI,aAGR,+BAGI,eAFA,SACA,eACA,CAEJ,sBAEI,mBAIA,uBALA,aAGA,cADA,kBAEA,UACA,CACA,yDAII,wBAFA,WACA,QACA,CAEJ,4BACI,kBAEJ,6BACI,mBAGR,2BAGI,mBACA,WACA,eAJA,aACA,kBAGA,CACA,6BACI,2BAGR,+BACI,kCAEJ,6BACI,iBAEJ,oCACI,iCACI,kCAEJ,+BACI,iBAEJ,+BACI,aACA,0BAEJ,8BACI,0BAEJ,qBACI,oBACA,sBCvJR,mBAOI,eALA,YAGA,UAFA,kBACA,SAHA,WAKA,SACA,CAEJ,mBACI,kBCVJ,wBAII,kCACA,wCAHA,aACA,sBAIA,UACA,kBAFA,aAGA,6EARA,WAQA,CAEJ,oCAGI,cAFA,kBACA,eACA,CACA,yCACI,cAGR,sBAEI,UACA,SAAQ,CAFR,OAEA,CAEJ,wBAEI,mBAEA,uBAHA,aAEA,kBAGA,qBADA,kBACA,CACA,6DAII,wBAFA,WACA,QACA,CAGR,yBAEI,mBADA,eACA,CAEJ,yBAEI,4BADA,sBACA,CAEJ,0BACI,aACA,YAEJ,gCAII,2CAOA,kCANA,0BAOA,eANA,aAHA,YAIA,uBAEA,WADA,iBAPA,kBASA,SAGA,qFAXA,WAYA,WAEJ,2BAGI,mBAEA,YAJA,UACA,iBAEA,UACA,CAEJ,2BACI,uBAEA,eADA,YAEA,qBAEJ,0BAEI,uBACA,eAFA,gBAGA,cACA,mCACA,gCACI,4BACA,eAGR,2BAEI,mBADA,aAEA,YACA,kCAGI,uBADA,eAEA,qBAHA,oBAGA,CAEJ,4DACI,gBACA,gBAEJ,iDACI,uCAEJ,sDACI,wCAEJ,iDACI,0BAGR,2BACI,kBAEA,KAAI,CADJ,UACA,CAEJ,iCACI,mCAEJ,gCAGI,OAFA,wCACA,MAEA,aAEJ,qCACI,0BACI,kBAEA,KAAI,CADJ,UACA,CAEJ,wBACI,oCAGR,oCACI,wBAGI,OAFA,wCACA,MAEA,cC3IR,oCAIC,eADG,gBAFA,UACA,gBAEH,CAGD,yHAIC,WADC,UAbW,CAiBb,oCAGC,kCAFA,kBACA,0BAEA,uBAEC,iEACE,qBAIJ,2CAKC,kCADA,UA/Ba,CA4Bb,WAEA,OADA,kBAIA,4FAGD,0CAKC,kCAJA,WAEA,OADA,kBAEA,OAxCa,CA0Cb,yFAGD,uEACC,MACA,wBACA,yFAGD,wEACC,SACA,yBACA,4FAED,6CACI,aCKJ,yBANQ,sCA1DQ,CA0DR,qBA1DQ,CA0DR,wBA1DQ,CA0DR,yBA1DQ,CA0DR,gDA1DQ,CA0DR,oBA1DQ,CA0DR,oCA1DQ,CA0DR,oBA1DQ,CA0DR,wCA1DQ,CA0DR,6BA1DQ,CA0DR,qCA1DQ,CA0DR,oBA1DQ,CAmEhB,WATQ,2BA9BM,CA8BN,qBA9BM,CA8BN,wBA9BM,CA8BN,yBA9BM,CA8BN,8CA9BM,CA8BN,oBA9BM,CA8BN,kCA9BM,CA8BN,iBA9BM,CA8BN,qCA9BM,CA8BN,iCA9BM,CA8BN,mCA9BM,CA8BN,oBA9BM,CA0Cd,YAZQ,qCAhBK,CAgBL,qBAhBK,CAgBL,wBAhBK,CAgBL,yBAhBK,CAgBL,8CAhBK,CAgBL,oBAhBK,CAgBL,qCAhBK,CAgBL,oBAhBK,CAgBL,sBAhBK,CAgBL,4CAhBK,CAgBL,yCAhBK,CAgBL,oBAhBK","sources":["index.css","../node_modules/react-splitter-layout/lib/index.css","Components/RulesEditor/style.module.scss","Components/RulesEditor/components/CardMenu/style.module.scss","Components/RulesEditor/components/CurrentItem/style.module.scss","Components/RulesEditor/components/GenericBlock/style.module.scss","Components/RulesEditor/components/CustomButton/style.module.scss","Components/RulesEditor/components/CustomCheckbox/style.module.scss","Components/RulesEditor/components/CustomInput/style.module.scss","Components/RulesEditor/components/CustomModal/style.module.scss","Components/RulesEditor/components/CustomSelect/style.module.scss","Components/RulesEditor/components/CustomSlider/style.module.scss","Components/RulesEditor/components/CustomSwitch/style.module.scss","Components/RulesEditor/components/CustomTime/style.module.scss","Components/RulesEditor/components/CustomDate/style.module.scss","Components/RulesEditor/components/ContentBlockItems/style.module.scss","Components/RulesEditor/components/DragWrapper/style.module.scss","Components/RulesEditor/components/Menu/style.module.scss","Components/RulesEditor/components/HamburgerMenu/hamburgerMenu.module.scss","Components/RulesEditor/helpers/stylesVariables.scss"],"sourcesContent":["html {\n width: 100%;\n height: 100%;\n}\n\nbody {\n overflow: hidden;\n margin: 0;\n padding: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\",\n \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\",\n sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n width: 100%;\n height: 100%;\n}\n\n.iobVerticalSplitter .layout-pane-primary {\n overflow: hidden !important;\n}\n\n#root {\n width: 100%;\n height: 100%;\n}\n#___reactour > div:first-of-type {\n opacity: 0.4;\n}\n.layout-pane-primary {\n height: 100%\n}\n\n.blocklyToolboxDiv {\n /*left: -180px !important;*/\n left: 0 !important;\n width: 180px;\n top: 0 !important;\n height: 100% !important;\n}\n\n.no-underline:before {\n border-bottom: 0 !important;\n}\n.monaco-aria-container {\n top: 0;\n}\n\n.iobVerticalSplitter .layout-pane-primary {\n overflow: hidden;\n}\n\n.monacoCurrentLine {\n background: #59fd8c;\n}\n.monacoCurrentLineDark {\n background: #165b2c;\n}\n.monacoCurrentFullLine {\n background: #cbffdc;\n opacity: 0.7;\n}\n.monacoCurrentFullLineDark {\n background: #0e3b1f;\n opacity: 0.7;\n}\n.monacoBreakPointDark {\n background: #800000;\n border-radius: 50%;\n width: 16px !important;\n height: 16px !important;\n margin-left: 4px;\n}\n.monacoBreakPoint {\n background: #d71a1a;\n border-radius: 50%;\n width: 16px !important;\n height: 16px !important;\n margin-left: 4px;\n}",".splitter-layout {\n position: absolute;\n display: flex;\n flex-direction: row;\n width: 100%;\n height: 100%;\n overflow: hidden;\n}\n\n.splitter-layout .layout-pane {\n position: relative;\n flex: 0 0 auto;\n overflow: auto;\n}\n\n.splitter-layout .layout-pane.layout-pane-primary {\n flex: 1 1 auto;\n}\n\n.splitter-layout > .layout-splitter {\n flex: 0 0 auto;\n width: 4px;\n height: 100%;\n cursor: col-resize;\n background-color: #ccc;\n}\n\n.splitter-layout .layout-splitter:hover {\n background-color: #bbb;\n}\n\n.splitter-layout.layout-changing {\n cursor: col-resize;\n}\n\n.splitter-layout.layout-changing > .layout-splitter {\n background-color: #aaa;\n}\n\n.splitter-layout.splitter-layout-vertical {\n flex-direction: column;\n}\n\n.splitter-layout.splitter-layout-vertical.layout-changing {\n cursor: row-resize;\n}\n\n.splitter-layout.splitter-layout-vertical > .layout-splitter {\n width: 100%;\n height: 4px;\n cursor: row-resize;\n}\n",".wrapperRules {\n background: linear-gradient(0deg, var(--backgroundGlobalColor), var(--backgroundGlobalColor)), url(\"../assets/back.jpg\");\n background-repeat: no-repeat;\n background-size: cover;\n height: 100%;\n display: flex;\n}\n.rootWrapper {\n display: flex;\n width: 100%;\n}\n.addClass {\n flex-direction: column;\n height: auto;\n overflow: auto;\n}\n@media screen and (max-width: 835px) {\n .rootWrapper {\n flex-direction: column;\n height: auto;\n overflow: auto;\n }\n}\n",".switchesItem {\n max-width: 200px;\n width: auto;\n display: flex;\n margin: 5px 0;\n padding: 12px 0;\n align-items: center;\n border: 1px solid rgba(255, 255, 255, 0);\n transition: all 0.7s;\n color: var(--colorInput);\n span {\n overflow: hidden;\n text-overflow: ellipsis;\n width: 100%;\n margin-left: 15px;\n color: var(--lineColorActive);\n white-space: nowrap;\n }\n &:hover {\n border: 1px solid var(--lineColor);\n color: var(--lineColorHover);\n border-radius: 6px;\n background: var(--backgroundColor);\n cursor: pointer;\n }\n}\n.switchesItemActive {\n border: 1px solid var(--lineColor);\n color: var(--lineColorHover);\n border-radius: 6px;\n background: var(--backgroundColor);\n cursor: pointer;\n}\n.iconTheme {\n width: 30px !important;\n height: 30px !important;\n margin-left: 5px;\n * {\n color: var(--lineColorActive) !important;\n }\n}\n",".cardStyle {\n cursor: pointer;\n position: relative;\n min-width: 200px;\n width: calc(100% - 72px);\n height: fit-content;\n min-height: 70px;\n display: flex;\n padding: 10px;\n margin: 23px 12px 4px 12px;\n align-items: center;\n background: #ffffff6b;\n border-radius: 4px;\n box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);\n}\n.cardStyleActive {\n width: 300px;\n z-index: 100;\n}\n.controlMenu {\n display: flex;\n position: absolute;\n right: -31px;\n width: 30px;\n height: 100%;\n transition: opacity 0.5s;\n}\n.closeBtn {\n width: 20px;\n height: 20px;\n border-radius: 20px;\n position: relative;\n z-index: 1;\n margin: 5px auto;\n cursor: pointer;\n &:before {\n content: \"+\";\n color: #f7060684;\n position: absolute;\n z-index: 2;\n transform: rotate(45deg);\n font-size: 30px;\n line-height: 1;\n top: -6px;\n left: 2px;\n transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);\n }\n &:after {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border-radius: 100%;\n background: var(--backgroundColorHumburger);\n z-index: 1;\n transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);\n transform: scale(0.01);\n }\n &:hover:after {\n transform: scale(1);\n }\n &:hover:before {\n transform: scale(0.8) rotate(45deg);\n color: #fff;\n }\n}\n.isDelete {\n height: 0;\n min-height: 0;\n overflow: hidden;\n padding: 0 10px;\n margin: 0 12px 0 12px;\n transition: all 0.25s;\n background: rgb(255, 255, 255);\n opacity: 0.8;\n box-shadow: 0 0 10px rgb(106 204 255);\n}\n@media screen and (max-width: 835px) {\n .controlMenu {\n opacity: 1 !important;\n }\n}\n.drag_mobile {\n display: none;\n}\n@media screen and (max-width: 600px) {\n .drag_mobile {\n display: flex;\n width: 30px;\n height: 20px;\n background: repeating-linear-gradient(\n 180deg,\n var(--lineColorActive),\n var(--lineColorActive) 4px,\n var(--backgroundColorHumburger) 4px,\n var(--backgroundColorHumburger) 8px\n );\n border: 1px solid var(--lineColorActive);\n border-radius: 5px 0 0 0;\n position: absolute;\n top: 0;\n left: 0;\n cursor: pointer;\n }\n}\n","@keyframes fadeIn {\n 0% {\n opacity: 0;\n }\n\n 1% {\n opacity: 0;\n }\n\n 100% {\n opacity: 1;\n }\n}\n\n\n.cardStyle {\n cursor: pointer;\n position: relative;\n min-width: 200px;\n width: calc(100% - 72px);\n height: fit-content;\n min-height: 70px;\n display: flex;\n padding: 10px;\n margin: 23px 12px 4px 12px;\n align-items: center;\n background: var(--backgroundBlock);\n border-radius: 4px;\n box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),\n 0 1px 3px 0 rgba(0, 0, 0, 0.12);\n}\n.nameCard {\n margin-top: 0;\n font-size: 19px;\n color: var(--colorBlock);\n font-weight: 500;\n}\n.cardStyleActive {\n width: 300px;\n z-index: 100;\n}\n.iconThemCard {\n width: 40px !important;\n height: 40px !important;\n margin-left: 5px;\n * {\n color: var(--colorBlock) !important;\n }\n}\n.iconThemCardSelectable {\n cursor: pointer;\n}\n.iconHelp {\n color: var(--colorBlock) !important;\n position: absolute !important;\n top: 0;\n right: 5px;\n}\n.inputCard {\n margin-top: 10px !important;\n}\n.blockName {\n margin-left: 10px;\n width: 100%;\n display: flex;\n flex-direction: column;\n position: relative;\n}\n.controlMenu {\n display: flex;\n position: absolute;\n right: -31px;\n width: 30px;\n height: 100%;\n transition: opacity 0.5s;\n}\n.closeBtn {\n width: 20px;\n height: 20px;\n border-radius: 20px;\n position: relative;\n z-index: 1;\n margin: 5px auto;\n cursor: pointer;\n &:before {\n content: \"+\";\n color: #f7060684;\n position: absolute;\n z-index: 2;\n transform: rotate(45deg);\n font-size: 30px;\n line-height: 1;\n top: -6px;\n left: 2px;\n transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);\n }\n &:after {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border-radius: 100%;\n background: #994e9e7d;\n z-index: 1;\n transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);\n transform: scale(0.01);\n }\n &:hover:after {\n transform: scale(1);\n }\n &:hover:before {\n transform: scale(0.8) rotate(45deg);\n color: #fff;\n }\n}\n.controlMenuTop {\n display: flex;\n position: absolute;\n left: 0;\n width: 100%;\n overflow: hidden;\n transition: opacity 0.5s, height 0.5s, top 0.5s;\n}\n.debugInfo {\n font-size: 12px;\n font-style: italic;\n color: var(--debugColor);\n position: absolute;\n display: flex;\n opacity: 0;\n animation: fadeIn 0.3s ease-out;\n}\n.tagCard {\n text-align: center;\n color: var(--lineColorActive);\n min-width: 100px;\n padding: 0 2px;\n height: 22px;\n background: var(--backgroundColorHumburger);\n border-radius: 5px 5px 0 0;\n position: relative;\n margin-left: auto;\n margin-right: 8px;\n cursor: pointer;\n border-top: 1px solid var(--lineColor);\n border-left: 1px solid var(--lineColor);\n border-right: 1px solid var(--lineColor);\n font-size: 12px;\n padding-top: 2px;\n}\n.displayFlex {\n display: flex;\n align-items: center;\n}\n.blockMarginTop,\n.nameBlock {\n margin-top: 7px;\n}\n.frontText {\n margin-right: 7px;\n min-width: 80px;\n display: inline-table;\n}\n.backText {\n margin-left: 7px;\n}\n.iconTag {\n font-size: 40px;\n color: var(--colorBlock);\n display: flex;\n align-items: center;\n min-width: 40px;\n margin-bottom: 10px;\n margin-left: 12px;\n}\n.displayItalic {\n font-style: italic;\n font-size: 11px;\n margin-top: 0;\n}\n",".root {\n color: var(--colorBlock) !important;\n border-color: var(--colorBlock) !important;\n &:hover {\n border-color: var(--colorBlockHover) !important;\n color: var(--colorBlockHover) !important;\n background-color: inherit !important;\n }\n}\n.square{\n min-width: auto !important;\n padding: 6px 16px !important;\n}\n.icon {\n width: 24px;\n height: 24px;\n}",".root {\n * {\n color: var(--colorBlock) !important;\n }\n}\n",".root {\n background: var(--backgroundColorHumburger);\n border-radius: 5px;\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n * {\n color: var(--colorInput) !important;\n }\n [class*=\"MuiInputLabel-shrink\"] {\n color: var(--colorBlock) !important;\n }\n [class*=\"MuiInput-underline\"] {\n :after {\n border-bottom-color: var(--lineColor) !important;\n }\n }\n &:hover {\n [class*=\"MuiOutlinedInput-notchedOutline\"] {\n border-color: var(--lineColor) !important;\n }\n }\n [class*=\"MuiOutlinedInput-notchedOutline\"] {\n border-color: var(--lineColor) !important;\n &:hover {\n border-color: var(--lineColor) !important;\n }\n [class*=\"Mui-focused\"] {\n border-color: var(--lineColor) !important;\n }\n [class*=\"Mui-disabled\"] {\n border-color: var(--lineColor) !important;\n }\n }\n}\n\n.icon {\n\n}\n",".modalContentWrapper {\n margin: 20px 0;\n padding: 0 35px;\n overflow-x: hidden;\n min-width: 320px;\n}\n.modalButtonBlock {\n display: flex;\n justify-content: flex-end;\n margin-top: 20px;\n flex-flow: wrap;\n border-top: 1px solid var(--lineColorActive);\n border-color: var(--lineColorActive);\n background: var(--backgroundColorHumburger);\n border-radius: 3px;\n & button {\n color: var(--lineColorActive) !important;\n flex: 1;\n }\n}\n.modalButtonBlockTwo {\n justify-content: space-around;\n flex-flow: wrap-reverse;\n position: sticky;\n bottom: 0;\n & button {\n margin: 5px;\n }\n}\n.modalWrapper {\n /*position: relative;*/\n [class*=\"MuiPaper-root MuiDialog-paper MuiPaper-elevation24 MuiDialog-paperScrollPaper MuiDialog-paperWidthXl MuiPaper-elevation24 MuiPaper-rounded\"] {\n background-color: #f6f6f6;\n }\n}\n.modalDialog {\n min-width: 400px;\n}\n.close {\n position: absolute;\n right: -14px;\n top: -16px;\n width: 32px;\n height: 32px;\n opacity: 0.9;\n cursor: pointer;\n transition: all 0.6s ease;\n &:hover {\n transform: rotate(90deg);\n }\n &:before {\n position: absolute;\n left: 15px;\n content: \"\";\n height: 33px;\n width: 4px;\n background-color: #ff4f4f;\n transform: rotate(45deg);\n }\n &:after {\n position: absolute;\n left: 15px;\n content: \"\";\n height: 33px;\n width: 4px;\n background-color: #ff4f4f;\n transform: rotate(-45deg);\n }\n}\n@media screen and (max-width: 460px) {\n .modalContentWrapper {\n min-width: auto;\n }\n}\n",".root {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n max-width: 440px;\n * {\n color: var(--colorBlock) !important;\n }\n [class*=\"MuiInputLabel-shrink\"] {\n color: var(--colorBlock) !important;\n }\n [class*=\"MuiInput-underline\"] {\n &:after {\n border-bottom-color: var(--lineColor) !important;\n }\n &:before {\n border-bottom-color: var(--lineColor) !important;\n }\n &:hover {\n &:before {\n border-bottom-color: var(--lineColor) !important;\n }\n }\n }\n}\n",".root {\n color: var(--lineColorActive) !important;\n height: 8px !important;\n [class*=\"MuiSlider-rail\"] {\n height: 8px !important;\n border-radius: 4px;\n }\n [class*=\"MuiSlider-track\"] {\n height: 8px !important;\n border-radius: 4px;\n }\n [class*=\"MuiSlider-valueLabel\"] {\n left: calc(-50% + 4px);\n }\n [class*=\"MuiSlider-thumb\"] {\n height: 24px;\n width: 24px;\n background-color: var(--colorBlock);\n border: 2px solid currentColor;\n margin-top: -8px;\n margin-left: -12px;\n &:focus,\n &:hover,\n &[class*=\"MuiSlider-active\"] {\n box-shadow: inherit !important;\n }\n }\n .mark {\n background-color: #00000000 !important;\n }\n}\n\n",".root {\n * {\n color: var(--colorBlock) !important;\n }\n [class*=\"Mui-checked\"] {\n color: var(--lineColor) !important;\n }\n [class*=\"Mui-checked\"] + [class*=\"MuiSwitch-track\"] {\n background-color: var(--lineColor) !important;\n }\n}\n",".root {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n * {\n color: var(--colorBlock) !important;\n }\n [class*=\"MuiInputLabel-shrink\"] {\n color: var(--colorBlock) !important;\n }\n [class*=\"MuiInput-underline\"] {\n &:after {\n border-bottom-color: var(--lineColor) !important;\n }\n &:before {\n border-bottom-color: var(--lineColor) !important;\n }\n &:hover {\n &:before {\n border-bottom-color: var(--lineColor) !important;\n }\n }\n }\n}\n",".root {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n * {\n color: var(--colorBlock) !important;\n }\n [class*=\"MuiInputLabel-shrink\"] {\n color: var(--colorBlock) !important;\n }\n [class*=\"MuiInput-underline\"] {\n &:after {\n border-bottom-color: var(--lineColor) !important;\n }\n &:before {\n border-bottom-color: var(--lineColor) !important;\n }\n &:hover {\n &:before {\n border-bottom-color: var(--lineColor) !important;\n }\n }\n }\n}\n",".border {\n border-left: 1px solid var(--lineColor);\n border-right: 1px solid var(--lineColor);\n}\n.emptyBlockStyle {\n cursor: pointer;\n width: auto;\n background: #ffffff1f;\n display: flex;\n // padding: 10px;\n margin: 10px 40px 10px 10px;\n align-items: center;\n border-radius: 4px;\n // transition: height 0.2s;\n}\n.emptyBlock {\n padding: 10px;\n // height: 76px;\n margin-top: 10px;\n animation: marginTop 0.12s;\n // transition: margin-top 0.1s;\n}\n.selectOnChange {\n margin-left: 12px;\n color: var(--lineColor) !important;\n width: calc(100% - 42px);\n}\n.selectOnChangeHelp {\n color: var(--lineColor);\n vertical-align: middle;\n cursor: pointer;\n}\n.selectOnChangeHelpIcon {\n color: var(--lineColor);\n}\n@keyframes marginTop {\n 0% {\n padding: 0;\n margin-top: 70px;\n height: 0;\n }\n 100% {\n padding: 10px;\n margin-top: 10px;\n // height: 100%;\n }\n}\n.emptyBlockNone {\n height: 0;\n animation: none;\n transition: height 0.02s;\n}\n\n.mainBlockItemRules {\n display: flex;\n flex: 1 3;\n flex-direction: column;\n transition: all 0.5s;\n z-index: 9;\n overflow: auto;\n .nameBlockItems {\n color: var(--lineColor);\n margin-top: 10px;\n width: 100%;\n display: flex;\n height: fit-content;\n justify-content: center;\n align-items: center;\n }\n}\n.contentBlockItem {\n height: 100%;\n display: flex;\n flex-direction: column;\n overflow: auto;\n transition: height 0.3s, background 0.5s;\n}\n\n.wrapperMargin {\n margin: auto 0;\n display: flex;\n flex-direction: column;\n}\n.contentHeightOn {\n animation: heightBlock 0.3s;\n}\n@keyframes heightBlock {\n 0% {\n height: 0;\n }\n 100% {\n height: 100%;\n }\n}\n.contentHeightOff {\n height: 0;\n overflow: hidden;\n animation: none;\n}\n.cardAdd {\n display: flex;\n align-items: center;\n text-align: center;\n margin: 0 10px;\n width: 100%;\n color: var(--lineColor);\n &::after,\n &::before {\n content: \"\";\n flex: 1;\n border-bottom: 1px solid;\n }\n &::after {\n margin-left: 0.25em;\n }\n &::before {\n margin-right: 0.25em;\n }\n}\n.blockCardAdd {\n display: flex;\n padding: 0 10px 6px 10px;\n align-items: center;\n color: white;\n cursor: pointer;\n * {\n color: #ffffffb3;\n }\n}\n.addClassOverflow {\n overflow: initial;\n}\n.addClassHeight {\n min-height: 300px;\n}\n@media screen and (max-width: 835px) {\n .mainBlockItemRules {\n overflow: initial;\n }\n .contentBlockItem {\n min-height: 300px;\n }\n .contentHeightOff {\n min-height: 0;\n transition: min-height 0.3s;\n }\n .contentHeightOn {\n transition: min-height 0.3s;\n }\n .border {\n border-left: initial;\n border-right: initial;\n }\n}\n",".drag {\n width: 32px;\n height: 22px;\n position: absolute;\n top: 23px;\n left: 12px;\n z-index: 1;\n cursor: pointer;\n}\n.root {\n position: relative;\n}\n",".menuRules {\n width: 200px;\n display: flex;\n flex-direction: column;\n background: var(--backgroundColor);\n border-right: 1px solid var(--lineColor);\n padding: 10px;\n opacity: 1;\n overflow-x: hidden;\n transition: width 0.5s, opacity 0.2s, padding 0.5s, background 0.2s, border-right 0.2s;\n}\n.switchesRenderWrapper {\n overflow-x: hidden;\n overflow-y: auto;\n direction: rtl;\n span {\n direction: ltr;\n }\n}\n.menuOff {\n width: 0;\n opacity: 0;\n padding: 0;\n}\n.menuTitle {\n display: flex;\n align-items: center;\n text-align: center;\n color: var(--lineColor);\n white-space: nowrap;\n transition: color 0.2s;\n &::after,\n &::before {\n content: \"\";\n flex: 1;\n border-bottom: 1px solid;\n }\n}\n.marginAuto {\n margin-top: auto;\n margin-bottom: 20px;\n}\n.inputWidth {\n margin-top: 0 !important;\n margin-bottom: 5px !important;\n}\n.menuWrapper {\n display: flex;\n height: 100%;\n}\n.hamburgerWrapper {\n position: absolute;\n width: 32px;\n height: 26px;\n background: var(--backgroundColorHumburger);\n border-radius: 0 5px 5px 0;\n display: flex;\n justify-content: center;\n padding-top: 10px;\n left: 221px;\n top: 30px;\n border: 1px solid var(--lineColor);\n cursor: pointer;\n transition: left 0.5s, border-radius 0.7s, width 0.7s, height 0.7s, background 0.2s, border 0.2s;\n z-index: 10;\n}\n.hamburgerOff {\n left: 20px;\n padding-top: 12px;\n border-radius: 20px;\n width: 40px;\n height: 28px;\n}\n.nothingFound {\n color: var(--lineColor);\n margin: 16px;\n font-size: 21px;\n transition: color 0.2s;\n}\n.resetSearch {\n font-weight: bold;\n color: var(--lineColor);\n cursor: pointer;\n margin: 10px 0;\n transition: color 0.3s, font-size 0.3s;\n &:hover {\n color: var(--lineColorHover);\n font-size: 22px;\n }\n}\n.controlPanel {\n display: flex;\n align-items: center;\n width: 200px;\n button {\n width: calc(100% / 3);\n min-width: auto;\n color: var(--lineColor);\n transition: color 0.2s;\n }\n .controlPanelAppBar {\n background: none;\n box-shadow: none;\n }\n [class*=\"Mui-selected\"] {\n color: var(--lineColorActive) !important;\n }\n [class*=\"MuiTabs-indicator\"] {\n background-color: var(--lineColorActive);\n }\n [class*=\"Mui-disabled\"] {\n color: #210025cc !important;\n }\n}\n.addClassMenu {\n position: absolute;\n z-index: 12;\n top: 0;\n}\n.addClassBackground {\n background: var(--backgroundMobile);\n}\n.addClassPosition {\n position: sticky;\n top: 0;\n left: 0;\n z-index: 2222;\n}\n@media screen and (max-width: 1035px) {\n .menuWrapper {\n position: absolute;\n z-index: 12;\n top: 0;\n }\n .menuRules {\n background: var(--backgroundMobile);\n }\n}\n@media screen and (max-width: 835px) {\n .menuRules {\n position: sticky;\n top: 0;\n left: 0;\n z-index: 2222;\n }\n}\n","$bar-width: 20px;\n$bar-height: 2px;\n$bar-spacing: 7px;\n\n.menu_wrapper {\n outline: 0;\n outline-offset: 0;\n margin-top: 12px;\n\tcursor: pointer;\n}\n\n.hamburgerMenu,\n.hamburgerMenu:after,\n.hamburgerMenu:before {\n width: $bar-width;\n\theight: $bar-height;\n}\n\n.hamburgerMenu {\n\tposition: relative;\n\ttransform: translateY($bar-spacing);\n\tbackground: var(--lineColorActive);\n\ttransition: all 0ms 300ms;\n \n &.animate {\n background: #dfbdec00; \n }\n}\n\n.hamburgerMenu:before {\n\tcontent: \"\";\n\tposition: absolute;\n\tleft: 0;\n\tbottom: $bar-spacing;\n\tbackground: var(--lineColorActive);\n\ttransition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);\n}\n\n.hamburgerMenu:after {\n\tcontent: \"\";\n\tposition: absolute;\n\tleft: 0;\n\ttop: $bar-spacing;\n\tbackground: var(--lineColorActive);\n\ttransition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);\n}\n\n.hamburgerMenu.animate:after {\n\ttop: 0;\n\ttransform: rotate(45deg);\n\ttransition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;\n}\n\n.hamburgerMenu.animate:before {\n\tbottom: 0;\n\ttransform: rotate(-45deg);\n\ttransition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;\n}\n.menu_conatiner_wrapper{\n display: none;\n}\n","$themeStandard: (\n --backgroundColor: #3052813b,\n --lineColor: #4caaf47d,\n --lineColorHover: #ccceff,\n --lineColorActive: #4caaf4,\n --backgroundColorHumburger: #436a93b8,\n --colorBlock: #02124b,\n --colorBlockHover: #02124b8c,\n --colorInput: #02124b,\n --backgroundBlock: #c9e7ffab,\n --backgroundGlobalColor: #ffffff00,\n --backgroundMobile: #041c35d4,\n --debugColor: #c6511b\n);\n$themeGreen: (\n --backgroundColor: #3081333b,\n --lineColor: #4cf4577d,\n --lineColorHover: #cdffcc,\n --lineColorActive: #4ff44c,\n --backgroundColorHumburger: #439346b8,\n --colorBlock: #024b04,\n --colorBlockHover: #024b048c,\n --colorInput: #024b04,\n --backgroundBlock: #c9ffcfab,\n --backgroundGlobalColor: #51ff001b,\n --backgroundMobile: #3081333b,\n --debugColor: #c6511b\n);\n$themeSilver: (\n --backgroundColor: rgba(31, 31, 31, 0.23),\n --lineColor: #f3f3f37d,\n --lineColorHover: #a0a0a0,\n --lineColorActive: #dedede,\n --backgroundColorHumburger: #3e3e3eb8,\n --colorBlock: #080808,\n --colorBlockHover: #0808088c,\n --colorInput: #ddd,\n --backgroundBlock: #c1c1c1ab,\n --backgroundGlobalColor: rgba(28, 28, 28, 0.93),\n --backgroundMobile: #040303eb,\n --debugColor: #c6511b\n);\n$themeLight: (\n --backgroundColor: #3131313b,\n --lineColor: #0001257d,\n --lineColorHover: #a0a0a0,\n --lineColorActive: #07002f,\n --backgroundColorHumburger: #333542a3,\n --colorBlock: #090929,\n --colorBlockHover: #c7c6c68c,\n --colorInput: #090929,\n --backgroundBlock: #000000,\n --backgroundGlobalColor: #ffffff40,\n --backgroundMobile: #b4b2c7bf,\n --debugColor: #c6511b\n);\n@mixin spread-map($map: ()) {\n @each $key, $value in $map {\n #{$key}: $value;\n }\n}\n:root.blue {\n @include spread-map($themeStandard);\n}\n:root.colored {\n @include spread-map($themeStandard);\n}\n:root.dark {\n @include spread-map($themeSilver);\n}\n:root.light {\n @include spread-map($themeLight);\n}"],"names":[],"sourceRoot":""}
|
|
1
|
+
{"version":3,"file":"static/css/864.42bfc5f3.chunk.css","mappings":"AAKA,UAHE,WAAY,CADZ,UAeF,CAXA,KAOE,kCAAmC,CACnC,iCAAkC,CAJlC,mIAEY,CAJZ,QAAS,CADT,eAAgB,CAEhB,SAQF,CAEA,0CACE,yBACF,CAEA,MAEE,WAAY,CADZ,UAEF,CACA,+BACE,UACF,CACA,qBACE,WACF,CAEA,mBAKE,qBAAuB,CAHvB,gBAAkB,CAElB,eAAiB,CADjB,WAGF,CAEA,qBACE,yBACF,CACA,uBACE,KACF,CAEA,0CACE,eACF,CAEA,mBACE,kBACF,CACA,uBACE,kBACF,CACA,uBACE,kBAAmB,CACnB,UACF,CACA,2BACE,kBAAmB,CACnB,UACF,CACA,sBACE,iBAKF,CACA,wCALE,iBAAkB,CAElB,qBAAuB,CACvB,eAAgB,CAFhB,oBAUF,CANA,kBACE,kBAKF,CC/EA,iBAEE,YAAa,CACb,kBAAmB,CAEnB,WAAY,CACZ,eAAgB,CALhB,iBAAkB,CAGlB,UAGF,CAEA,8BAEE,aAAc,CACd,aAAc,CAFd,iBAGF,CAEA,kDACE,aACF,CAEA,kCAKE,qBAAsB,CADtB,iBAAkB,CAHlB,aAAc,CAEd,WAAY,CADZ,SAIF,CAEA,wCACE,qBACF,CAEA,iCACE,iBACF,CAEA,kDACE,qBACF,CAEA,0CACE,qBACF,CAEA,0DACE,iBACF,CAEA,2DAGE,iBAAkB,CADlB,UAAW,CADX,UAGF,CCnDA,2BACI,gJACA,4BACA,sBAEA,CAEJ,aAFI,WAEJ,2BAEI,YAEJ,mCACI,qBAEA,aAEJ,kDACI,0BACI,qBAEA,4BCpBR,2BAMI,mBACA,uBAEA,wBANA,aACA,aAHA,gBAIA,eAGA,mBANA,UAOA,CACA,gCAKI,6BADA,iBAHA,gBACA,uBAIA,mBAHA,UAGA,CAUR,kEAII,kCAHA,kCAEA,kBADA,4BAGA,eAEJ,wBAEI,sBACA,gBAFA,oBAEA,CACA,0BACI,uCCtCR,yBAUI,mBACA,qBACA,kBACA,4EAZA,eAMA,aAFA,sEAIA,qBAHA,gBAHA,gBAKA,aANA,kBAEA,uBASA,CAEJ,8BACI,YACA,YAEJ,0BACI,aAIA,YAHA,kBACA,YAGA,uBAFA,UAEA,CAEJ,uBAGI,mBAIA,eALA,YAIA,gBAFA,kBAHA,WAIA,SAEA,CACA,8BAEI,yBADA,YAKA,eAGA,SAFA,cACA,SAHA,wBADA,SAMA,CAEJ,2DATI,kBAOA,6CAaA,CAXJ,6BAQI,2CADA,mBANA,WAKA,YAFA,OADA,MAQA,qBANA,WAIA,SAEA,CAEJ,mCACI,mBAEJ,oCAEI,WADA,iCACA,CAGR,uBAOI,gBAEA,4BARA,SAIA,cAHA,aAMA,WALA,gBACA,eAEA,mBAGA,CAEJ,oCACI,0BACI,qBAGR,0BACI,aAEJ,oCACI,0BAII,uKAOA,wCACA,wBAIA,eAfA,aAEA,YAYA,OAFA,kBACA,MAZA,UAcA,ECxGR,+BACI,GACI,UAGJ,GACI,UAGJ,GACI,WAKR,wBAUI,mBACA,kCACA,kBACA,4EAZA,eAMA,aAFA,sEAIA,qBAHA,gBAHA,gBAKA,aANA,kBAEA,uBASA,CAGJ,uBAGI,wBADA,eAEA,gBAHA,YAGA,CAEJ,8BACI,YACA,YAEJ,2BAEI,sBACA,gBAFA,oBAEA,CACA,6BACI,kCAGR,qCACI,eAEJ,uBACI,kCACA,4BAEA,UADA,KACA,CAEJ,yBACI,0BAEJ,wBAGI,aACA,sBAHA,iBAIA,kBAHA,UAGA,CAEJ,0BACI,aAIA,YAHA,kBACA,YAGA,uBAFA,UAEA,CAEJ,uBAGI,mBAIA,eALA,YAIA,gBAFA,kBAHA,WAIA,SAEA,CACA,8BAEI,yBADA,YAKA,eAGA,SAFA,cACA,SAHA,wBADA,SAMA,CAEJ,2DATI,kBAOA,6CAaA,CAXJ,6BAQI,qBADA,mBANA,WAKA,YAFA,OADA,MAQA,qBANA,WAIA,SAEA,CAEJ,mCACI,mBAEJ,oCAEI,WADA,iCACA,CAGR,6BACI,aAEA,OAEA,gBAHA,kBAIA,0CAFA,UAEA,CAEJ,wBAOI,2CAJA,wBAEA,aAJA,eACA,kBAIA,UAFA,iBAGA,CAEJ,sBAMI,2CAOA,uCANA,0BAOA,wCAFA,sCAVA,6BASA,eAIA,eAVA,YAIA,iBACA,iBAPA,gBAaA,kBARA,kBAPA,iBAeA,CAEJ,2BAEI,mBADA,YACA,CAEJ,qDAEI,eAEJ,wBAGI,qBAFA,iBACA,cACA,CAEJ,uBACI,gBAEJ,sBAII,mBAFA,wBACA,aAFA,eAKA,mBACA,iBAFA,cAEA,CAEJ,4BAEI,eADA,kBAEA,aCpLJ,mBAEI,yCADA,iCACA,CACA,yBAGI,mCAFA,8CACA,sCACA,CAGR,qBACI,yBACA,2BAEJ,mBAEI,YADA,UACA,CCdA,qBACI,kCCFR,mBACI,2CACA,kBAEA,0BADA,sBACA,CACA,qBACI,kCAEJ,iDACI,kCAGA,sDACI,+CAgBJ,mWACI,wCC9BZ,kCACI,cAGA,gBADA,kBADA,cAEA,CAEJ,+BAOI,2CAFA,4CACA,oCAEA,kBAPA,aAGA,eAFA,yBACA,eAKA,CACA,sCACI,uCACA,SAGR,kCAII,QAAO,CAFP,uBADA,6BAEA,uCACA,CACA,yCACI,WAKJ,iLACI,yBAGR,0BACI,gBAEJ,oBAOI,eAFA,YACA,WALA,kBACA,YACA,UAKA,wBAJA,UAIA,CACA,0BACI,wBAEJ,2BAOI,wBAEJ,qDAHI,yBAHA,WACA,YAFA,UADA,kBAIA,SAWA,CAPJ,0BAOI,yBAGR,oCACI,kCACI,gBCvER,mBAEI,0BADA,uBAEA,gBAIA,sEACI,kCAUI,uKACI,+CCnBhB,mBACI,uCACA,qBAKA,uFAFI,kBADA,oBAKA,CAEJ,iDACI,sBAEJ,4CAGI,mCACA,iBAHA,YAKA,kBADA,gBAHA,UAIA,CACA,yKAGI,6BAGR,sCACI,iCC3BJ,sBACI,kCAEJ,yCACI,iCAEJ,kEACI,4CCRR,mBAEI,0BADA,sBACA,CAIA,sEACI,kCAUI,uKACI,+CClBhB,mBAEI,0BADA,sBACA,CAIA,sEACI,kCAUI,uKACI,+CClBhB,qBACI,uCACA,wCAEJ,8BAOI,mBAJA,gCAKA,kBAPA,eAGA,aAEA,2BAJA,UAMA,CAGJ,yBAII,uCADA,gBAFA,YAGA,CAGJ,6BAEI,iCADA,iBAEA,wBAEJ,iCACI,uBAEA,eADA,qBACA,CAEJ,qCACI,uBAEJ,mCACI,GAGI,QAAO,CADP,gBADA,SAEA,CAEJ,GAEI,gBADA,YACA,EAIR,6BAEI,eADA,SAEA,uBAGJ,iCACI,aACA,SACA,sBAGA,cAFA,mBACA,SACA,CACA,8DAOI,mBANA,uBAGA,aACA,sEACA,uBAJA,gBACA,UAIA,CAGR,+BAEI,aACA,sBAFA,YAGA,cACA,qCAGJ,4BAEI,aACA,sBAFA,aAEA,CAEJ,8BACI,uCAEJ,oCACI,GACI,SAEJ,GACI,aAGR,+BAGI,eAFA,SACA,eACA,CAEJ,sBAEI,mBAIA,uBALA,aAGA,cADA,kBAEA,UACA,CACA,yDAII,wBAFA,WACA,QACA,CAEJ,4BACI,kBAEJ,6BACI,mBAGR,2BAGI,mBACA,WACA,eAJA,aACA,kBAGA,CACA,6BACI,2BAGR,+BACI,kCAEJ,6BACI,iBAEJ,oCACI,iCACI,kCAEJ,+BACI,iBAEJ,+BACI,aACA,0BAEJ,8BACI,0BAEJ,qBACI,oBACA,sBCvJR,mBAOI,eALA,YAGA,UAFA,kBACA,SAHA,WAKA,SACA,CAEJ,mBACI,kBCVJ,wBAII,kCACA,wCAHA,aACA,sBAIA,UACA,kBAFA,aAGA,6EARA,WAQA,CAEJ,oCAGI,cAFA,kBACA,eACA,CACA,yCACI,cAGR,sBAEI,UACA,SAAQ,CAFR,OAEA,CAEJ,wBAEI,mBAEA,uBAHA,aAEA,kBAGA,qBADA,kBACA,CACA,6DAII,wBAFA,WACA,QACA,CAGR,yBAEI,mBADA,eACA,CAEJ,yBAEI,4BADA,sBACA,CAEJ,0BACI,aACA,YAEJ,gCAII,2CAOA,kCANA,0BAOA,eANA,aAHA,YAIA,uBAEA,WADA,iBAPA,kBASA,SAGA,qFAXA,WAYA,WAEJ,2BAGI,mBAEA,YAJA,UACA,iBAEA,UACA,CAEJ,2BACI,uBAEA,eADA,YAEA,qBAEJ,0BAEI,uBACA,eAFA,gBAGA,cACA,mCACA,gCACI,4BACA,eAGR,2BAEI,mBADA,aAEA,YACA,kCAGI,uBADA,eAEA,qBAHA,oBAGA,CAEJ,4DACI,gBACA,gBAEJ,iDACI,uCAEJ,sDACI,wCAEJ,iDACI,0BAGR,2BACI,kBAEA,KAAI,CADJ,UACA,CAEJ,iCACI,mCAEJ,gCAGI,OAFA,wCACA,MAEA,aAEJ,qCACI,0BACI,kBAEA,KAAI,CADJ,UACA,CAEJ,wBACI,oCAGR,oCACI,wBAGI,OAFA,wCACA,MAEA,cC3IR,oCAIC,eADG,gBAFA,UACA,gBAEH,CAGD,yHAIC,WADC,UAbW,CAiBb,oCAGC,kCAFA,kBACA,0BAEA,uBAEC,iEACE,qBAIJ,2CAKC,kCADA,UA/Ba,CA4Bb,WAEA,OADA,kBAIA,4FAGD,0CAKC,kCAJA,WAEA,OADA,kBAEA,OAxCa,CA0Cb,yFAGD,uEACC,MACA,wBACA,yFAGD,wEACC,SACA,yBACA,4FAED,6CACI,aCKJ,yBANQ,sCA1DQ,CA0DR,qBA1DQ,CA0DR,wBA1DQ,CA0DR,yBA1DQ,CA0DR,gDA1DQ,CA0DR,oBA1DQ,CA0DR,oCA1DQ,CA0DR,oBA1DQ,CA0DR,wCA1DQ,CA0DR,6BA1DQ,CA0DR,qCA1DQ,CA0DR,oBA1DQ,CAmEhB,WATQ,2BA9BM,CA8BN,qBA9BM,CA8BN,wBA9BM,CA8BN,yBA9BM,CA8BN,8CA9BM,CA8BN,oBA9BM,CA8BN,kCA9BM,CA8BN,iBA9BM,CA8BN,qCA9BM,CA8BN,iCA9BM,CA8BN,mCA9BM,CA8BN,oBA9BM,CA0Cd,YAZQ,qCAhBK,CAgBL,qBAhBK,CAgBL,wBAhBK,CAgBL,yBAhBK,CAgBL,8CAhBK,CAgBL,oBAhBK,CAgBL,qCAhBK,CAgBL,oBAhBK,CAgBL,sBAhBK,CAgBL,4CAhBK,CAgBL,yCAhBK,CAgBL,oBAhBK","sources":["index.css","../node_modules/react-splitter-layout/lib/index.css","Components/RulesEditor/style.module.scss","Components/RulesEditor/components/CardMenu/style.module.scss","Components/RulesEditor/components/CurrentItem/style.module.scss","Components/RulesEditor/components/GenericBlock/style.module.scss","Components/RulesEditor/components/CustomButton/style.module.scss","Components/RulesEditor/components/CustomCheckbox/style.module.scss","Components/RulesEditor/components/CustomInput/style.module.scss","Components/RulesEditor/components/CustomModal/style.module.scss","Components/RulesEditor/components/CustomSelect/style.module.scss","Components/RulesEditor/components/CustomSlider/style.module.scss","Components/RulesEditor/components/CustomSwitch/style.module.scss","Components/RulesEditor/components/CustomTime/style.module.scss","Components/RulesEditor/components/CustomDate/style.module.scss","Components/RulesEditor/components/ContentBlockItems/style.module.scss","Components/RulesEditor/components/DragWrapper/style.module.scss","Components/RulesEditor/components/Menu/style.module.scss","Components/RulesEditor/components/HamburgerMenu/hamburgerMenu.module.scss","Components/RulesEditor/helpers/stylesVariables.scss"],"sourcesContent":["html {\n width: 100%;\n height: 100%;\n}\n\nbody {\n overflow: hidden;\n margin: 0;\n padding: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\",\n \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\",\n sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n width: 100%;\n height: 100%;\n}\n\n.iobVerticalSplitter .layout-pane-primary {\n overflow: hidden !important;\n}\n\n#root {\n width: 100%;\n height: 100%;\n}\n#___reactour > div:first-of-type {\n opacity: 0.4;\n}\n.layout-pane-primary {\n height: 100%\n}\n\n.blocklyToolboxDiv {\n /*left: -180px !important;*/\n left: 0 !important;\n width: 180px;\n top: 0 !important;\n height: 100% !important;\n}\n\n.no-underline:before {\n border-bottom: 0 !important;\n}\n.monaco-aria-container {\n top: 0;\n}\n\n.iobVerticalSplitter .layout-pane-primary {\n overflow: hidden;\n}\n\n.monacoCurrentLine {\n background: #59fd8c;\n}\n.monacoCurrentLineDark {\n background: #165b2c;\n}\n.monacoCurrentFullLine {\n background: #cbffdc;\n opacity: 0.7;\n}\n.monacoCurrentFullLineDark {\n background: #0e3b1f;\n opacity: 0.7;\n}\n.monacoBreakPointDark {\n background: #800000;\n border-radius: 50%;\n width: 16px !important;\n height: 16px !important;\n margin-left: 4px;\n}\n.monacoBreakPoint {\n background: #d71a1a;\n border-radius: 50%;\n width: 16px !important;\n height: 16px !important;\n margin-left: 4px;\n}",".splitter-layout {\n position: absolute;\n display: flex;\n flex-direction: row;\n width: 100%;\n height: 100%;\n overflow: hidden;\n}\n\n.splitter-layout .layout-pane {\n position: relative;\n flex: 0 0 auto;\n overflow: auto;\n}\n\n.splitter-layout .layout-pane.layout-pane-primary {\n flex: 1 1 auto;\n}\n\n.splitter-layout > .layout-splitter {\n flex: 0 0 auto;\n width: 4px;\n height: 100%;\n cursor: col-resize;\n background-color: #ccc;\n}\n\n.splitter-layout .layout-splitter:hover {\n background-color: #bbb;\n}\n\n.splitter-layout.layout-changing {\n cursor: col-resize;\n}\n\n.splitter-layout.layout-changing > .layout-splitter {\n background-color: #aaa;\n}\n\n.splitter-layout.splitter-layout-vertical {\n flex-direction: column;\n}\n\n.splitter-layout.splitter-layout-vertical.layout-changing {\n cursor: row-resize;\n}\n\n.splitter-layout.splitter-layout-vertical > .layout-splitter {\n width: 100%;\n height: 4px;\n cursor: row-resize;\n}\n",".wrapperRules {\n background: linear-gradient(0deg, var(--backgroundGlobalColor), var(--backgroundGlobalColor)), url(\"../assets/back.jpg\");\n background-repeat: no-repeat;\n background-size: cover;\n height: 100%;\n display: flex;\n}\n.rootWrapper {\n display: flex;\n width: 100%;\n}\n.addClass {\n flex-direction: column;\n height: auto;\n overflow: auto;\n}\n@media screen and (max-width: 835px) {\n .rootWrapper {\n flex-direction: column;\n height: auto;\n overflow: auto;\n }\n}\n",".switchesItem {\n max-width: 200px;\n width: auto;\n display: flex;\n margin: 5px 0;\n padding: 12px 0;\n align-items: center;\n border: 1px solid rgba(255, 255, 255, 0);\n transition: all 0.7s;\n color: var(--colorInput);\n span {\n overflow: hidden;\n text-overflow: ellipsis;\n width: 100%;\n margin-left: 15px;\n color: var(--lineColorActive);\n white-space: nowrap;\n }\n &:hover {\n border: 1px solid var(--lineColor);\n color: var(--lineColorHover);\n border-radius: 6px;\n background: var(--backgroundColor);\n cursor: pointer;\n }\n}\n.switchesItemActive {\n border: 1px solid var(--lineColor);\n color: var(--lineColorHover);\n border-radius: 6px;\n background: var(--backgroundColor);\n cursor: pointer;\n}\n.iconTheme {\n width: 30px !important;\n height: 30px !important;\n margin-left: 5px;\n * {\n color: var(--lineColorActive) !important;\n }\n}\n",".cardStyle {\n cursor: pointer;\n position: relative;\n min-width: 200px;\n width: calc(100% - 72px);\n height: fit-content;\n min-height: 70px;\n display: flex;\n padding: 10px;\n margin: 23px 12px 4px 12px;\n align-items: center;\n background: #ffffff6b;\n border-radius: 4px;\n box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);\n}\n.cardStyleActive {\n width: 300px;\n z-index: 100;\n}\n.controlMenu {\n display: flex;\n position: absolute;\n right: -31px;\n width: 30px;\n height: 100%;\n transition: opacity 0.5s;\n}\n.closeBtn {\n width: 20px;\n height: 20px;\n border-radius: 20px;\n position: relative;\n z-index: 1;\n margin: 5px auto;\n cursor: pointer;\n &:before {\n content: \"+\";\n color: #f7060684;\n position: absolute;\n z-index: 2;\n transform: rotate(45deg);\n font-size: 30px;\n line-height: 1;\n top: -6px;\n left: 2px;\n transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);\n }\n &:after {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border-radius: 100%;\n background: var(--backgroundColorHumburger);\n z-index: 1;\n transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);\n transform: scale(0.01);\n }\n &:hover:after {\n transform: scale(1);\n }\n &:hover:before {\n transform: scale(0.8) rotate(45deg);\n color: #fff;\n }\n}\n.isDelete {\n height: 0;\n min-height: 0;\n overflow: hidden;\n padding: 0 10px;\n margin: 0 12px 0 12px;\n transition: all 0.25s;\n background: rgb(255, 255, 255);\n opacity: 0.8;\n box-shadow: 0 0 10px rgb(106 204 255);\n}\n@media screen and (max-width: 835px) {\n .controlMenu {\n opacity: 1 !important;\n }\n}\n.drag_mobile {\n display: none;\n}\n@media screen and (max-width: 600px) {\n .drag_mobile {\n display: flex;\n width: 30px;\n height: 20px;\n background: repeating-linear-gradient(\n 180deg,\n var(--lineColorActive),\n var(--lineColorActive) 4px,\n var(--backgroundColorHumburger) 4px,\n var(--backgroundColorHumburger) 8px\n );\n border: 1px solid var(--lineColorActive);\n border-radius: 5px 0 0 0;\n position: absolute;\n top: 0;\n left: 0;\n cursor: pointer;\n }\n}\n","@keyframes fadeIn {\n 0% {\n opacity: 0;\n }\n\n 1% {\n opacity: 0;\n }\n\n 100% {\n opacity: 1;\n }\n}\n\n\n.cardStyle {\n cursor: pointer;\n position: relative;\n min-width: 200px;\n width: calc(100% - 72px);\n height: fit-content;\n min-height: 70px;\n display: flex;\n padding: 10px;\n margin: 23px 12px 4px 12px;\n align-items: center;\n background: var(--backgroundBlock);\n border-radius: 4px;\n box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),\n 0 1px 3px 0 rgba(0, 0, 0, 0.12);\n}\n.nameCard {\n margin-top: 0;\n font-size: 19px;\n color: var(--colorBlock);\n font-weight: 500;\n}\n.cardStyleActive {\n width: 300px;\n z-index: 100;\n}\n.iconThemCard {\n width: 40px !important;\n height: 40px !important;\n margin-left: 5px;\n * {\n color: var(--colorBlock) !important;\n }\n}\n.iconThemCardSelectable {\n cursor: pointer;\n}\n.iconHelp {\n color: var(--colorBlock) !important;\n position: absolute !important;\n top: 0;\n right: 5px;\n}\n.inputCard {\n margin-top: 10px !important;\n}\n.blockName {\n margin-left: 10px;\n width: 100%;\n display: flex;\n flex-direction: column;\n position: relative;\n}\n.controlMenu {\n display: flex;\n position: absolute;\n right: -31px;\n width: 30px;\n height: 100%;\n transition: opacity 0.5s;\n}\n.closeBtn {\n width: 20px;\n height: 20px;\n border-radius: 20px;\n position: relative;\n z-index: 1;\n margin: 5px auto;\n cursor: pointer;\n &:before {\n content: \"+\";\n color: #f7060684;\n position: absolute;\n z-index: 2;\n transform: rotate(45deg);\n font-size: 30px;\n line-height: 1;\n top: -6px;\n left: 2px;\n transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);\n }\n &:after {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border-radius: 100%;\n background: #994e9e7d;\n z-index: 1;\n transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);\n transform: scale(0.01);\n }\n &:hover:after {\n transform: scale(1);\n }\n &:hover:before {\n transform: scale(0.8) rotate(45deg);\n color: #fff;\n }\n}\n.controlMenuTop {\n display: flex;\n position: absolute;\n left: 0;\n width: 100%;\n overflow: hidden;\n transition: opacity 0.5s, height 0.5s, top 0.5s;\n}\n.debugInfo {\n font-size: 12px;\n font-style: italic;\n color: var(--debugColor);\n position: absolute;\n display: flex;\n opacity: 0;\n animation: fadeIn 0.3s ease-out;\n}\n.tagCard {\n text-align: center;\n color: var(--lineColorActive);\n min-width: 100px;\n padding: 0 2px;\n height: 22px;\n background: var(--backgroundColorHumburger);\n border-radius: 5px 5px 0 0;\n position: relative;\n margin-left: auto;\n margin-right: 8px;\n cursor: pointer;\n border-top: 1px solid var(--lineColor);\n border-left: 1px solid var(--lineColor);\n border-right: 1px solid var(--lineColor);\n font-size: 12px;\n padding-top: 2px;\n}\n.displayFlex {\n display: flex;\n align-items: center;\n}\n.blockMarginTop,\n.nameBlock {\n margin-top: 7px;\n}\n.frontText {\n margin-right: 7px;\n min-width: 80px;\n display: inline-table;\n}\n.backText {\n margin-left: 7px;\n}\n.iconTag {\n font-size: 40px;\n color: var(--colorBlock);\n display: flex;\n align-items: center;\n min-width: 40px;\n margin-bottom: 10px;\n margin-left: 12px;\n}\n.displayItalic {\n font-style: italic;\n font-size: 11px;\n margin-top: 0;\n}\n",".root {\n color: var(--colorBlock) !important;\n border-color: var(--colorBlock) !important;\n &:hover {\n border-color: var(--colorBlockHover) !important;\n color: var(--colorBlockHover) !important;\n background-color: inherit !important;\n }\n}\n.square{\n min-width: auto !important;\n padding: 6px 16px !important;\n}\n.icon {\n width: 24px;\n height: 24px;\n}",".root {\n * {\n color: var(--colorBlock) !important;\n }\n}\n",".root {\n background: var(--backgroundColorHumburger);\n border-radius: 5px;\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n * {\n color: var(--colorInput) !important;\n }\n [class*=\"MuiInputLabel-shrink\"] {\n color: var(--colorBlock) !important;\n }\n [class*=\"MuiInput-underline\"] {\n :after {\n border-bottom-color: var(--lineColor) !important;\n }\n }\n &:hover {\n [class*=\"MuiOutlinedInput-notchedOutline\"] {\n border-color: var(--lineColor) !important;\n }\n }\n [class*=\"MuiOutlinedInput-notchedOutline\"] {\n border-color: var(--lineColor) !important;\n &:hover {\n border-color: var(--lineColor) !important;\n }\n [class*=\"Mui-focused\"] {\n border-color: var(--lineColor) !important;\n }\n [class*=\"Mui-disabled\"] {\n border-color: var(--lineColor) !important;\n }\n }\n}\n\n.icon {\n\n}\n",".modalContentWrapper {\n margin: 20px 0;\n padding: 0 35px;\n overflow-x: hidden;\n min-width: 320px;\n}\n.modalButtonBlock {\n display: flex;\n justify-content: flex-end;\n margin-top: 20px;\n flex-flow: wrap;\n border-top: 1px solid var(--lineColorActive);\n border-color: var(--lineColorActive);\n background: var(--backgroundColorHumburger);\n border-radius: 3px;\n & button {\n color: var(--lineColorActive) !important;\n flex: 1;\n }\n}\n.modalButtonBlockTwo {\n justify-content: space-around;\n flex-flow: wrap-reverse;\n position: sticky;\n bottom: 0;\n & button {\n margin: 5px;\n }\n}\n.modalWrapper {\n /*position: relative;*/\n [class*=\"MuiPaper-root MuiDialog-paper MuiPaper-elevation24 MuiDialog-paperScrollPaper MuiDialog-paperWidthXl MuiPaper-elevation24 MuiPaper-rounded\"] {\n background-color: #f6f6f6;\n }\n}\n.modalDialog {\n min-width: 400px;\n}\n.close {\n position: absolute;\n right: -14px;\n top: -16px;\n width: 32px;\n height: 32px;\n opacity: 0.9;\n cursor: pointer;\n transition: all 0.6s ease;\n &:hover {\n transform: rotate(90deg);\n }\n &:before {\n position: absolute;\n left: 15px;\n content: \"\";\n height: 33px;\n width: 4px;\n background-color: #ff4f4f;\n transform: rotate(45deg);\n }\n &:after {\n position: absolute;\n left: 15px;\n content: \"\";\n height: 33px;\n width: 4px;\n background-color: #ff4f4f;\n transform: rotate(-45deg);\n }\n}\n@media screen and (max-width: 460px) {\n .modalContentWrapper {\n min-width: auto;\n }\n}\n",".root {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n max-width: 440px;\n * {\n color: var(--colorBlock) !important;\n }\n [class*=\"MuiInputLabel-shrink\"] {\n color: var(--colorBlock) !important;\n }\n [class*=\"MuiInput-underline\"] {\n &:after {\n border-bottom-color: var(--lineColor) !important;\n }\n &:before {\n border-bottom-color: var(--lineColor) !important;\n }\n &:hover {\n &:before {\n border-bottom-color: var(--lineColor) !important;\n }\n }\n }\n}\n",".root {\n color: var(--lineColorActive) !important;\n height: 8px !important;\n [class*=\"MuiSlider-rail\"] {\n height: 8px !important;\n border-radius: 4px;\n }\n [class*=\"MuiSlider-track\"] {\n height: 8px !important;\n border-radius: 4px;\n }\n [class*=\"MuiSlider-valueLabel\"] {\n left: calc(-50% + 4px);\n }\n [class*=\"MuiSlider-thumb\"] {\n height: 24px;\n width: 24px;\n background-color: var(--colorBlock);\n border: 2px solid currentColor;\n margin-top: -8px;\n margin-left: -12px;\n &:focus,\n &:hover,\n &[class*=\"MuiSlider-active\"] {\n box-shadow: inherit !important;\n }\n }\n .mark {\n background-color: #00000000 !important;\n }\n}\n\n",".root {\n * {\n color: var(--colorBlock) !important;\n }\n [class*=\"Mui-checked\"] {\n color: var(--lineColor) !important;\n }\n [class*=\"Mui-checked\"] + [class*=\"MuiSwitch-track\"] {\n background-color: var(--lineColor) !important;\n }\n}\n",".root {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n * {\n color: var(--colorBlock) !important;\n }\n [class*=\"MuiInputLabel-shrink\"] {\n color: var(--colorBlock) !important;\n }\n [class*=\"MuiInput-underline\"] {\n &:after {\n border-bottom-color: var(--lineColor) !important;\n }\n &:before {\n border-bottom-color: var(--lineColor) !important;\n }\n &:hover {\n &:before {\n border-bottom-color: var(--lineColor) !important;\n }\n }\n }\n}\n",".root {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n * {\n color: var(--colorBlock) !important;\n }\n [class*=\"MuiInputLabel-shrink\"] {\n color: var(--colorBlock) !important;\n }\n [class*=\"MuiInput-underline\"] {\n &:after {\n border-bottom-color: var(--lineColor) !important;\n }\n &:before {\n border-bottom-color: var(--lineColor) !important;\n }\n &:hover {\n &:before {\n border-bottom-color: var(--lineColor) !important;\n }\n }\n }\n}\n",".border {\n border-left: 1px solid var(--lineColor);\n border-right: 1px solid var(--lineColor);\n}\n.emptyBlockStyle {\n cursor: pointer;\n width: auto;\n background: #ffffff1f;\n display: flex;\n // padding: 10px;\n margin: 10px 40px 10px 10px;\n align-items: center;\n border-radius: 4px;\n // transition: height 0.2s;\n}\n.emptyBlock {\n padding: 10px;\n // height: 76px;\n margin-top: 10px;\n animation: marginTop 0.12s;\n // transition: margin-top 0.1s;\n}\n.selectOnChange {\n margin-left: 12px;\n color: var(--lineColor) !important;\n width: calc(100% - 42px);\n}\n.selectOnChangeHelp {\n color: var(--lineColor);\n vertical-align: middle;\n cursor: pointer;\n}\n.selectOnChangeHelpIcon {\n color: var(--lineColor);\n}\n@keyframes marginTop {\n 0% {\n padding: 0;\n margin-top: 70px;\n height: 0;\n }\n 100% {\n padding: 10px;\n margin-top: 10px;\n // height: 100%;\n }\n}\n.emptyBlockNone {\n height: 0;\n animation: none;\n transition: height 0.02s;\n}\n\n.mainBlockItemRules {\n display: flex;\n flex: 1 3;\n flex-direction: column;\n transition: all 0.5s;\n z-index: 9;\n overflow: auto;\n .nameBlockItems {\n color: var(--lineColor);\n margin-top: 10px;\n width: 100%;\n display: flex;\n height: fit-content;\n justify-content: center;\n align-items: center;\n }\n}\n.contentBlockItem {\n height: 100%;\n display: flex;\n flex-direction: column;\n overflow: auto;\n transition: height 0.3s, background 0.5s;\n}\n\n.wrapperMargin {\n margin: auto 0;\n display: flex;\n flex-direction: column;\n}\n.contentHeightOn {\n animation: heightBlock 0.3s;\n}\n@keyframes heightBlock {\n 0% {\n height: 0;\n }\n 100% {\n height: 100%;\n }\n}\n.contentHeightOff {\n height: 0;\n overflow: hidden;\n animation: none;\n}\n.cardAdd {\n display: flex;\n align-items: center;\n text-align: center;\n margin: 0 10px;\n width: 100%;\n color: var(--lineColor);\n &::after,\n &::before {\n content: \"\";\n flex: 1;\n border-bottom: 1px solid;\n }\n &::after {\n margin-left: 0.25em;\n }\n &::before {\n margin-right: 0.25em;\n }\n}\n.blockCardAdd {\n display: flex;\n padding: 0 10px 6px 10px;\n align-items: center;\n color: white;\n cursor: pointer;\n * {\n color: #ffffffb3;\n }\n}\n.addClassOverflow {\n overflow: initial;\n}\n.addClassHeight {\n min-height: 300px;\n}\n@media screen and (max-width: 835px) {\n .mainBlockItemRules {\n overflow: initial;\n }\n .contentBlockItem {\n min-height: 300px;\n }\n .contentHeightOff {\n min-height: 0;\n transition: min-height 0.3s;\n }\n .contentHeightOn {\n transition: min-height 0.3s;\n }\n .border {\n border-left: initial;\n border-right: initial;\n }\n}\n",".drag {\n width: 32px;\n height: 22px;\n position: absolute;\n top: 23px;\n left: 12px;\n z-index: 1;\n cursor: pointer;\n}\n.root {\n position: relative;\n}\n",".menuRules {\n width: 200px;\n display: flex;\n flex-direction: column;\n background: var(--backgroundColor);\n border-right: 1px solid var(--lineColor);\n padding: 10px;\n opacity: 1;\n overflow-x: hidden;\n transition: width 0.5s, opacity 0.2s, padding 0.5s, background 0.2s, border-right 0.2s;\n}\n.switchesRenderWrapper {\n overflow-x: hidden;\n overflow-y: auto;\n direction: rtl;\n span {\n direction: ltr;\n }\n}\n.menuOff {\n width: 0;\n opacity: 0;\n padding: 0;\n}\n.menuTitle {\n display: flex;\n align-items: center;\n text-align: center;\n color: var(--lineColor);\n white-space: nowrap;\n transition: color 0.2s;\n &::after,\n &::before {\n content: \"\";\n flex: 1;\n border-bottom: 1px solid;\n }\n}\n.marginAuto {\n margin-top: auto;\n margin-bottom: 20px;\n}\n.inputWidth {\n margin-top: 0 !important;\n margin-bottom: 5px !important;\n}\n.menuWrapper {\n display: flex;\n height: 100%;\n}\n.hamburgerWrapper {\n position: absolute;\n width: 32px;\n height: 26px;\n background: var(--backgroundColorHumburger);\n border-radius: 0 5px 5px 0;\n display: flex;\n justify-content: center;\n padding-top: 10px;\n left: 221px;\n top: 30px;\n border: 1px solid var(--lineColor);\n cursor: pointer;\n transition: left 0.5s, border-radius 0.7s, width 0.7s, height 0.7s, background 0.2s, border 0.2s;\n z-index: 10;\n}\n.hamburgerOff {\n left: 20px;\n padding-top: 12px;\n border-radius: 20px;\n width: 40px;\n height: 28px;\n}\n.nothingFound {\n color: var(--lineColor);\n margin: 16px;\n font-size: 21px;\n transition: color 0.2s;\n}\n.resetSearch {\n font-weight: bold;\n color: var(--lineColor);\n cursor: pointer;\n margin: 10px 0;\n transition: color 0.3s, font-size 0.3s;\n &:hover {\n color: var(--lineColorHover);\n font-size: 22px;\n }\n}\n.controlPanel {\n display: flex;\n align-items: center;\n width: 200px;\n button {\n width: calc(100% / 3);\n min-width: auto;\n color: var(--lineColor);\n transition: color 0.2s;\n }\n .controlPanelAppBar {\n background: none;\n box-shadow: none;\n }\n [class*=\"Mui-selected\"] {\n color: var(--lineColorActive) !important;\n }\n [class*=\"MuiTabs-indicator\"] {\n background-color: var(--lineColorActive);\n }\n [class*=\"Mui-disabled\"] {\n color: #210025cc !important;\n }\n}\n.addClassMenu {\n position: absolute;\n z-index: 12;\n top: 0;\n}\n.addClassBackground {\n background: var(--backgroundMobile);\n}\n.addClassPosition {\n position: sticky;\n top: 0;\n left: 0;\n z-index: 2222;\n}\n@media screen and (max-width: 1035px) {\n .menuWrapper {\n position: absolute;\n z-index: 12;\n top: 0;\n }\n .menuRules {\n background: var(--backgroundMobile);\n }\n}\n@media screen and (max-width: 835px) {\n .menuRules {\n position: sticky;\n top: 0;\n left: 0;\n z-index: 2222;\n }\n}\n","$bar-width: 20px;\n$bar-height: 2px;\n$bar-spacing: 7px;\n\n.menu_wrapper {\n outline: 0;\n outline-offset: 0;\n margin-top: 12px;\n\tcursor: pointer;\n}\n\n.hamburgerMenu,\n.hamburgerMenu:after,\n.hamburgerMenu:before {\n width: $bar-width;\n\theight: $bar-height;\n}\n\n.hamburgerMenu {\n\tposition: relative;\n\ttransform: translateY($bar-spacing);\n\tbackground: var(--lineColorActive);\n\ttransition: all 0ms 300ms;\n \n &.animate {\n background: #dfbdec00; \n }\n}\n\n.hamburgerMenu:before {\n\tcontent: \"\";\n\tposition: absolute;\n\tleft: 0;\n\tbottom: $bar-spacing;\n\tbackground: var(--lineColorActive);\n\ttransition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);\n}\n\n.hamburgerMenu:after {\n\tcontent: \"\";\n\tposition: absolute;\n\tleft: 0;\n\ttop: $bar-spacing;\n\tbackground: var(--lineColorActive);\n\ttransition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);\n}\n\n.hamburgerMenu.animate:after {\n\ttop: 0;\n\ttransform: rotate(45deg);\n\ttransition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;\n}\n\n.hamburgerMenu.animate:before {\n\tbottom: 0;\n\ttransform: rotate(-45deg);\n\ttransition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;\n}\n.menu_conatiner_wrapper{\n display: none;\n}\n","$themeStandard: (\n --backgroundColor: #3052813b,\n --lineColor: #4caaf47d,\n --lineColorHover: #ccceff,\n --lineColorActive: #4caaf4,\n --backgroundColorHumburger: #436a93b8,\n --colorBlock: #02124b,\n --colorBlockHover: #02124b8c,\n --colorInput: #02124b,\n --backgroundBlock: #c9e7ffab,\n --backgroundGlobalColor: #ffffff00,\n --backgroundMobile: #041c35d4,\n --debugColor: #c6511b\n);\n$themeGreen: (\n --backgroundColor: #3081333b,\n --lineColor: #4cf4577d,\n --lineColorHover: #cdffcc,\n --lineColorActive: #4ff44c,\n --backgroundColorHumburger: #439346b8,\n --colorBlock: #024b04,\n --colorBlockHover: #024b048c,\n --colorInput: #024b04,\n --backgroundBlock: #c9ffcfab,\n --backgroundGlobalColor: #51ff001b,\n --backgroundMobile: #3081333b,\n --debugColor: #c6511b\n);\n$themeSilver: (\n --backgroundColor: rgba(31, 31, 31, 0.23),\n --lineColor: #f3f3f37d,\n --lineColorHover: #a0a0a0,\n --lineColorActive: #dedede,\n --backgroundColorHumburger: #3e3e3eb8,\n --colorBlock: #080808,\n --colorBlockHover: #0808088c,\n --colorInput: #ddd,\n --backgroundBlock: #c1c1c1ab,\n --backgroundGlobalColor: rgba(28, 28, 28, 0.93),\n --backgroundMobile: #040303eb,\n --debugColor: #c6511b\n);\n$themeLight: (\n --backgroundColor: #3131313b,\n --lineColor: #0001257d,\n --lineColorHover: #a0a0a0,\n --lineColorActive: #07002f,\n --backgroundColorHumburger: #333542a3,\n --colorBlock: #090929,\n --colorBlockHover: #c7c6c68c,\n --colorInput: #090929,\n --backgroundBlock: #000000,\n --backgroundGlobalColor: #ffffff40,\n --backgroundMobile: #b4b2c7bf,\n --debugColor: #c6511b\n);\n@mixin spread-map($map: ()) {\n @each $key, $value in $map {\n #{$key}: $value;\n }\n}\n:root.blue {\n @include spread-map($themeStandard);\n}\n:root.colored {\n @include spread-map($themeStandard);\n}\n:root.dark {\n @include spread-map($themeSilver);\n}\n:root.light {\n @include spread-map($themeLight);\n}"],"names":[],"sourceRoot":""}
|