cronapp-framework-mobile-js 2.9.6 → 3.0.0-SP.1

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.
@@ -0,0 +1,1669 @@
1
+ /* Fonts */
2
+ @import '../../../fonts/raleway/raleway.css';
3
+
4
+ /* ==== VARIABLES ==== */
5
+ :root {
6
+
7
+ /* Font */
8
+ --fontFamily: "Raleway", "Arial", sans-serif;
9
+ --textColor: #f0f0f0;
10
+ --backgroundColor: #090f13;
11
+
12
+ --textSmallSize: 10px;
13
+ --textNormalSize: 12px;
14
+ --textMediumSize: 16px;
15
+ --textBigSize: 22px;
16
+ --textExtraBigSize: 28px;
17
+ --textFullSize: 34px;
18
+
19
+ --textColor10: #fbfbfb;
20
+ --textColor20: #f7f7f7;
21
+ --textColor30: #f4f4f4;
22
+ --textColor40: #f0f0f0;
23
+ --textColor50: #d2d2d2;
24
+ --textColor60: #5F5F5F;
25
+ --textColor70: #434343;
26
+
27
+ /* Icon Size */
28
+ --iconSizeDefault: 28px;
29
+ --iconSizeSmall: calc(var(--iconSizeDefault) - 3px);
30
+ --iconSizeBig: calc(var(--iconSizeDefault) + 3px);
31
+ --iconSizeExtraBig: calc(var(--iconSizeDefault) + 6px);
32
+
33
+ /* Menus - Sizes and Distances */
34
+ --menuVerticalWidth: 270px;
35
+ --menuSideSize: 20px;
36
+ --menuItemBarSize: 6px;
37
+ --menuElementOverallPadding: 10px;
38
+ --menuItemPaddingSize: calc(var(--menuElementOverallPadding) + 5px);
39
+ --menuItemIconWidth: 25px;
40
+
41
+ /* Background */
42
+ --backgroundColor10: #CED0D2;
43
+ --backgroundColor20: #a3a3a3;
44
+ --backgroundColor30: #546270;
45
+ --backgroundColor40: #090f13;
46
+ --backgroundColor50: #3A434B;
47
+ --backgroundColor60: #070b0e;
48
+ --backgroundColor70: #05080a;
49
+
50
+ /* Background Login */
51
+ --backgroundLogin10: rgba(177, 186, 196, 1);
52
+ --backgroundLogin20: rgba(147, 161, 174, 1);
53
+ --backgroundLogin30: rgba(118, 135, 152, 1);
54
+ --backgroundLogin40: rgba(84, 92, 112, 1);
55
+ --backgroundLogin50: rgba(72, 84, 96, 1);
56
+ --backgroundLogin60: rgba(29, 33, 38, 1);
57
+ --backgroundLogin70: rgba(15, 18, 20, 1);
58
+
59
+ /* Distances */
60
+ --distanceNone: 0;
61
+ --distanceSmallest: 5px;
62
+ --distanceExtraSmall: 10px;
63
+ --distanceSmall: 15px;
64
+ --distanceMedium: 20px;
65
+ --distanceBig: 30px;
66
+ --distanceGiant: 40px;
67
+ --distanceTitan: 60px;
68
+
69
+ /* Border Radius */
70
+ --borderRadiusNone: 0;
71
+ --borderRadiusSmallest: 2px;
72
+ --borderRadiusExtraSmall: 10px;
73
+ --borderRadiusSmall: 15px;
74
+ --borderRadiusBig: 30px;
75
+ --borderRadiusGiant: 40px;
76
+ --borderRadiusTitan: 60px;
77
+ --borderRadiusFull: 99999px;
78
+
79
+ /* Color - Theme default */
80
+ --colorDefault10: #d6d7d7;
81
+ --colorDefault20: #b0b1b1;
82
+ --colorDefault30: #434343;
83
+ --colorDefault40: #262c32;
84
+ --colorDefault50: #252E36;
85
+ --colorDefault60: #1c2025;
86
+ --colorDefault70: #15181b;
87
+ --textColorDefault10: #434343;
88
+ --textColorDefault20: #b0b0b0;
89
+ --textColorDefault30: #d2d2d2;
90
+ --textColorDefault40: #f0f0f0;
91
+ --textColorDefault50: #f4f4f4;
92
+ --textColorDefault60: #f7f7f7;
93
+ --textColorDefault70: #fbfbfb;
94
+
95
+ /* Color - Primary (web) - Positive (mobile) */
96
+ --colorPrimary10: #d6e0f5;
97
+ --colorPrimary20: #afc5ed;
98
+ --colorPrimary30: #7da6e5;
99
+ --colorPrimary40: #197fdd;
100
+ --colorPrimary50: #166fc2;
101
+ --colorPrimary60: #125da2;
102
+ --colorPrimary70: #09467F;
103
+ --textColorPrimary10: #838383;
104
+ --textColorPrimary20: #b0b0b0;
105
+ --textColorPrimary30: #d2d2d2;
106
+ --textColorPrimary40: #f0f0f0;
107
+ --textColorPrimary50: #f4f4f4;
108
+ --textColorPrimary60: #f7f7f7;
109
+ --textColorPrimary70: #fbfbfb;
110
+
111
+ /* Color - Success (web) - Balanced (mobile) */
112
+ --colorSuccess10: #d7fed7;
113
+ --colorSuccess20: #b1fdb0;
114
+ --colorSuccess30: #82fd81;
115
+ --colorSuccess40: #2ffc2b;
116
+ --colorSuccess50: #29dd26;
117
+ --colorSuccess60: #22b920;
118
+ --colorSuccess70: #108D0D;
119
+ --textColorSuccess10: #838383;
120
+ --textColorSuccess20: #b0b0b0;
121
+ --textColorSuccess30: #d2d2d2;
122
+ --textColorSuccess40: #f0f0f0;
123
+ --textColorSuccess50: #f4f4f4;
124
+ --textColorSuccess60: #f7f7f7;
125
+ --textColorSuccess70: #fbfbfb;
126
+
127
+ /* Color - Warning (web) - energized (mobile) */
128
+ --colorWarning10: #fce3d6;
129
+ --colorWarning20: #facaae;
130
+ --colorWarning30: #f7ae7c;
131
+ --colorWarning40: #f58d11;
132
+ --colorWarning50: #d77b0f;
133
+ --colorWarning60: #B46406;
134
+ --colorWarning70: #864d09;
135
+ --textColorWarning10: #838383;
136
+ --textColorWarning20: #b0b0b0;
137
+ --textColorWarning30: #d2d2d2;
138
+ --textColorWarning40: #f0f0f0;
139
+ --textColorWarning50: #f4f4f4;
140
+ --textColorWarning60: #f7f7f7;
141
+ --textColorWarning70: #fbfbfb;
142
+
143
+ /* Color - Danger (web) - assertive (mobile) */
144
+ --colorDanger10: #fbd8d8;
145
+ --colorDanger20: #f7b3b3;
146
+ --colorDanger30: #f48585;
147
+ --colorDanger40: #f03a3a;
148
+ --colorDanger50: #d23333;
149
+ --colorDanger60: #7E2121;
150
+ --colorDanger70: #832020;
151
+ --textColorDanger10: #838383;
152
+ --textColorDanger20: #b0b0b0;
153
+ --textColorDanger30: #d2d2d2;
154
+ --textColorDanger40: #f0f0f0;
155
+ --textColorDanger50: #f4f4f4;
156
+ --textColorDanger60: #f7f7f7;
157
+ --textColorDanger70: #fbfbfb;
158
+
159
+ /* Color - Royal (mobile) */
160
+ --colorRoyal10: #d5d7dc;
161
+ --colorRoyal20: #5487bd;
162
+ --colorRoyal30: #394C5E;
163
+ --colorRoyal40: #0e3760;
164
+ --colorRoyal50: #0c3054;
165
+ --colorRoyal60: #0a2846;
166
+ --colorRoyal70: #1A2E43;
167
+ --textColorRoyal10: #838383;
168
+ --textColorRoyal20: #b0b0b0;
169
+ --textColorRoyal30: #d2d2d2;
170
+ --textColorRoyal40: #f0f0f0;
171
+ --textColorRoyal50: #f4f4f4;
172
+ --textColorRoyal60: #f7f7f7;
173
+ --textColorRoyal70: #fbfbfb;
174
+
175
+ /* Color - Calm (mobile) */
176
+ --colorCalm10: #cefffd;
177
+ --colorCalm20: #68f8f1;
178
+ --colorCalm30: #4eebe3;
179
+ --colorCalm40: #44e1d8;
180
+ --colorCalm50: #00ABC2;
181
+ --colorCalm60: #169F97;
182
+ --colorCalm70: #077988;
183
+ --textColorCalm10: #838383;
184
+ --textColorCalm20: #b0b0b0;
185
+ --textColorCalm30: #d2d2d2;
186
+ --textColorCalm40: #f0f0f0;
187
+ --textColorCalm50: #f4f4f4;
188
+ --textColorCalm60: #f7f7f7;
189
+ --textColorCalm70: #fbfbfb;
190
+
191
+ /* Color - Light (mobile) */
192
+ --colorLight10: #e3e7eb;
193
+ --colorLight20: #cad1d9;
194
+ --colorLight30: #aebbc7;
195
+ --colorLight40: #8da0b2;
196
+ --colorLight50: #7b8c9c;
197
+ --colorLight60: #303B46;
198
+ --colorLight70: #4d5861;
199
+ --textColorLight10: #838383;
200
+ --textColorLight20: #677582;
201
+ --textColorLight30: #d2d2d2;
202
+ --textColorLight40: #f0f0f0;
203
+ --textColorLight50: #f4f4f4;
204
+ --textColorLight60: #f7f7f7;
205
+ --textColorLight70: #fbfbfb;
206
+ /* Color - Stable (mobile) */
207
+ --colorStable10: #e1e1e1;
208
+ --colorStable20: #c6c6c6;
209
+ --colorStable30: #a7a7a7;
210
+ --colorStable40: #818181;
211
+ --colorStable50: #4D4D4D;
212
+ --colorStable60: #5f5f5f;
213
+ --colorStable70: #3e4042;
214
+ --textColorStable10: #838383;
215
+ --textColorStable20: #b0b0b0;
216
+ --textColorStable30: #d2d2d2;
217
+ --textColorStable40: #f0f0f0;
218
+ --textColorStable50: #f4f4f4;
219
+ --textColorStable60: #f7f7f7;
220
+ --textColorStable70: #fbfbfb;
221
+
222
+ /* Color - Dark (mobile) */
223
+ --colorDark10: #d5d5d5;
224
+ --colorDark20: #999999;
225
+ --colorDark30: #5e5e5e;
226
+ --colorDark40: #000000;
227
+ --colorDark50: #0A141E;
228
+ --colorDark60: #000000;
229
+ --colorDark70: #000000;
230
+ --textColorDark10: #838383;
231
+ --textColorDark20: #b0b0b0;
232
+ --textColorDark30: #d2d2d2;
233
+ --textColorDark40: #f0f0f0;
234
+ --textColorDark50: #f4f4f4;
235
+ --textColorDark60: #f7f7f7;
236
+ --textColorDark70: #fbfbfb;
237
+
238
+ /* Color - Neutral (web e mobile) */
239
+ --colorNeutral00: #FFFFFF;
240
+ --colorNeutral10: #F1F1F1;
241
+ --colorNeutral20: #E3E3E3;
242
+ --colorNeutral30: #D5D5D5;
243
+ --colorNeutral40: #C7C7C7;
244
+ --colorNeutral50: #B9B9B9;
245
+ --colorNeutral60: #ACACAC;
246
+ --colorNeutral70: #9E9E9E;
247
+ --colorNeutral80: #909090;
248
+ --colorNeutral90: #828282;
249
+ --colorNeutral100: #747474;
250
+ --colorNeutral110: #666666;
251
+ --colorNeutral120: #5D5D5D;
252
+ --colorNeutral130: #535353;
253
+ --colorNeutral140: #4A4A4A;
254
+ --colorNeutral150: #414141;
255
+ --colorNeutral160: #383838;
256
+ --colorNeutral170: #2E2E2E;
257
+ --colorNeutral180: #252525;
258
+ --colorNeutral190: #1C1C1C;
259
+ --colorNeutral200: #131313;
260
+ --colorNeutral210: #090909;
261
+ --colorNeutral220: #000000;
262
+
263
+ /* === Variables used exclusively in the color palette property === */
264
+
265
+ /* Components - Button */
266
+ --btnDefault: linear-gradient(180deg, #262C32 0%, #2D3843 100%);
267
+ --btnPrimary: linear-gradient(180deg, #197FDD 0%, #08427A 100%);
268
+ --btnSuccess: linear-gradient(180deg, #2FFC2B 0%, #0E890B 100%);
269
+ --btnCalm: linear-gradient(180deg, #44E1D8 0%, #25968F 100%);
270
+ --btnWarning: linear-gradient(180deg, #F58D11 0%, #B36305 100%);
271
+ --btnDanger: linear-gradient(180deg, #F03A3A 0%, #7E2121 100%);
272
+ --btnLight: linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%);
273
+ --btnLink: var(--colorCalm60, #2fc2ba);
274
+ --btnStable: linear-gradient(180deg, #818181 0%, #3E3E3E 100%);
275
+ --btnRoyal: linear-gradient(180deg, #0E3760 0%, #2D3843 100%);
276
+ --btnDark: linear-gradient(180deg, #000000 0%, #0F1E2E 100%);
277
+
278
+ --textColorDefault: var(--textColorDefault40, #f0f0f0);
279
+ --textColorPrimary: var(--textColorPrimary40, #f0f0f0);
280
+ --textColorSuccess: var(--textColorSuccess40, #f0f0f0);
281
+ --textColorCalm: var(--textColorCalm40, #f0f0f0);
282
+ --textColorWarning: var(--textColorWarning40, #f0f0f0);
283
+ --textColorDanger: var(--textColorDanger40, #f0f0f0);
284
+ --textColorLight: var(--textColorLight40, #f0f0f0);
285
+ --textColorStable: var(--textColorStable40, #f0f0f0);
286
+ --textColorRoyal: var(--textColorRoyal40, #f0f0f0);
287
+ --textColorDark: var(--textColorDark40, #f0f0f0);
288
+
289
+ --borderBtnLink: transparent;
290
+ --borderBtnDefault: transparent;
291
+ --borderBtnPrimary: transparent;
292
+ --borderBtnSuccess: transparent;
293
+ --borderBtnCalm: transparent;
294
+ --borderBtnWarning: transparent;
295
+ --borderBtnDanger: transparent;
296
+ --borderBtnLight: transparent;
297
+ --borderBtnStable: transparent;
298
+ --borderBtnRoyal: transparent;
299
+ --borderBtnDark: transparent;
300
+
301
+ /* Components - Text color */
302
+ --colorDefault: linear-gradient(180deg, #262C32 0%, #2D3843 100%);
303
+ --colorPrimary: linear-gradient(180deg, #197FDD 0%, #08427A 100%);
304
+ --colorSuccess: linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%);
305
+ --colorCalm: linear-gradient(180deg, #44E1D8 0%, #25968F 100%);
306
+ --colorWarning: linear-gradient(180deg, #F58D11 0%, #B36305 100%);
307
+ --colorDanger: linear-gradient(180deg, #F03A3A 0%, #7E2121 100%);
308
+ --colorLight: linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%);
309
+ --colorStable: linear-gradient(180deg, #818181 0%, #3E3E3E 100%);
310
+ --colorRoyal: linear-gradient(180deg, #0E3760 0%, #2D3843 100%);
311
+ --colorDark: linear-gradient(180deg, #000000 0%, #0F1E2E 100%);
312
+
313
+ /* Components - Checkbox */
314
+ --checkboxDefault: linear-gradient(180deg, #262C32 0%, #2D3843 100%);
315
+ --checkboxPrimary: linear-gradient(180deg, #197FDD 0%, #08427A 100%);
316
+ --checkboxSuccess: linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%);
317
+ --checkboxCalm: linear-gradient(180deg, #44E1D8 0%, #25968F 100%);
318
+ --checkboxWarning: linear-gradient(180deg, #F58D11 0%, #B36305 100%);
319
+ --checkboxDanger: linear-gradient(180deg, #F03A3A 0%, #7E2121 100%);
320
+ --checkboxLight: linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%);
321
+ --checkboxStable: linear-gradient(180deg, #818181 0%, #3E3E3E 100%);
322
+ --checkboxRoyal: linear-gradient(180deg, #0E3760 0%, #2D3843 100%);
323
+ --checkboxDark: linear-gradient(180deg, #000000 0%, #0F1E2E 100%);
324
+
325
+ --borderCheckboxDefault: transparent;
326
+ --borderCheckboxPrimary: transparent;
327
+ --borderCheckboxSuccess: transparent;
328
+ --borderCheckboxCalm: transparent;
329
+ --borderCheckboxWarning: transparent;
330
+ --borderCheckboxDanger: transparent;
331
+ --borderCheckboxLight: transparent;
332
+ --borderCheckboxStable: transparent;
333
+ --borderCheckboxRoyal: transparent;
334
+ --borderCheckboxDark: transparent;
335
+
336
+ /* Components - Toggle */
337
+ --toggleDefault: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
338
+ --togglePrimary: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
339
+ --toggleSuccess: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%));
340
+ --toggleCalm: var(--colorCalm, linear-gradient(180deg, #44E1D8 0%, #25968F 100%));
341
+ --toggleWarning: var(--colorWarning, linear-gradient(180deg, #F58D11 0%, #B36305 100%));
342
+ --toggleDanger: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%));
343
+ --toggleLight: var(--colorLight, linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%));
344
+ --toggleStable: var(--colorStable, linear-gradient(180deg, #818181 0%, #3E3E3E 100%));
345
+ --toggleRoyal: var(--colorRoyal, linear-gradient(180deg, #0E3760 0%, #2D3843 100%));
346
+ --toggleDark: var(--colorDark, linear-gradient(180deg, #000000 0%, #0F1E2E 100%));
347
+
348
+ --borderToggleDefault: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
349
+ --borderTogglePrimary: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
350
+ --borderToggleSuccess: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%));
351
+ --borderToggleCalm: var(--colorCalm, linear-gradient(180deg, #44E1D8 0%, #25968F 100%));
352
+ --borderToggleWarning: var(--colorWarning, linear-gradient(180deg, #F58D11 0%, #B36305 100%));
353
+ --borderToggleDanger: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%));
354
+ --borderToggleLight: var(--colorLight, linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%));
355
+ --borderToggleStable: var(--colorStable, linear-gradient(180deg, #818181 0%, #3E3E3E 100%));
356
+ --borderToggleRoyal: var(--colorRoyal, linear-gradient(180deg, #0E3760 0%, #2D3843 100%));
357
+ --borderToggleDark: var(--colorDark, linear-gradient(180deg, #000000 0%, #0F1E2E 100%));
358
+
359
+ /* Components - Tabs - crn-ion-segment */
360
+ --bgDefault: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
361
+ --bgPrimary: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
362
+ --bgSuccess: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%));
363
+ --bgCalm: var(--colorCalm, linear-gradient(180deg, #44E1D8 0%, #25968F 100%));
364
+ --bgWarning: var(--colorWarning, linear-gradient(180deg, #F58D11 0%, #B36305 100%));
365
+ --bgDanger: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%));
366
+ --bgLight: var(--colorLight, linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%));
367
+ --bgStable: var(--colorStable, linear-gradient(180deg, #818181 0%, #3E3E3E 100%));
368
+ --bgRoyal: var(--colorRoyal, linear-gradient(180deg, #0E3760 0%, #2D3843 100%));
369
+ --bgDark: var(--colorDark, linear-gradient(180deg, #000000 0%, #0F1E2E 100%));
370
+
371
+ --borderActiveBackgroundDefault: transparent;
372
+ --borderActiveBackgroundPrimary: transparent;
373
+ --borderActiveBackgroundSuccess: transparent;
374
+ --borderActiveBackgroundCalm: transparent;
375
+ --borderActiveBackgroundWarning: transparent;
376
+ --borderActiveBackgroundDanger: transparent;
377
+ --borderActiveBackgroundLight: transparent;
378
+ --borderActiveBackgroundStable: transparent;
379
+ --borderActiveBackgroundRoyal: transparent;
380
+ --borderActiveBackgroundDark: transparent;
381
+
382
+ --activeBackgroundDefault: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
383
+ --activeBackgroundPrimary: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
384
+ --activeBackgroundSuccess: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%));
385
+ --activeBackgroundCalm: var(--colorCalm, linear-gradient(180deg, #44E1D8 0%, #25968F 100%));
386
+ --activeBackgroundWarning: var(--colorWarning, linear-gradient(180deg, #F58D11 0%, #B36305 100%));
387
+ --activeBackgroundDanger: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%));
388
+ --activeBackgroundLight: var(--colorLight, linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%));
389
+ --activeBackgroundStable: var(--colorStable, linear-gradient(180deg, #818181 0%, #3E3E3E 100%));
390
+ --activeBackgroundRoyal: var(--colorRoyal, linear-gradient(180deg, #0E3760 0%, #2D3843 100%));
391
+ --activeBackgroundDark: var(--colorDark, linear-gradient(180deg, #000000 0%, #0F1E2E 100%));
392
+ --ionSegmentDefault: var(--textColorPrimary40, #f0f0f0);
393
+ --ionSegmentPrimary: var(--textColorDefault40, #f0f0f0);
394
+ --ionSegmentSuccess: var(--textColorSuccess40, #f0f0f0);
395
+ --ionSegmentCalm: var(--textColorCalm40, #f0f0f0);
396
+ --ionSegmentWarning: var(--textColorWarning40, #f0f0f0);
397
+ --ionSegmentDanger: var(--textColorDanger40, #f0f0f0);
398
+ --ionSegmentLight: var(--textColorLight40, #f0f0f0);
399
+ --ionSegmentStable: var(--textColorStable40, #f0f0f0);
400
+ --ionSegmentRoyal: var(--textColorRoyal40, #f0f0f0);
401
+ --ionSegmentDark: var(--textColorDark40, #f0f0f0);
402
+
403
+ --iconThemeLightDefault: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
404
+ --iconThemeLightPrimary: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
405
+ --iconThemeLightSuccess: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%));
406
+ --iconThemeLightCalm: var(--colorCalm, linear-gradient(180deg, #44E1D8 0%, #25968F 100%));
407
+ --iconThemeLightWarning: var(--colorWarning, linear-gradient(180deg, #F58D11 0%, #B36305 100%));
408
+ --iconThemeLightDanger: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%));
409
+ --iconThemeLightLight: var(--colorLight, linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%));
410
+ --iconThemeLightStable: var(--colorStable, linear-gradient(180deg, #818181 0%, #3E3E3E 100%));
411
+ --iconThemeLightRoyal: var(--colorRoyal, linear-gradient(180deg, #0E3760 0%, #2D3843 100%));
412
+ --iconThemeLightDark: var(--colorDark, linear-gradient(180deg, #000000 0%, #0F1E2E 100%));
413
+
414
+ /* Components - Old Tabs - pallete false */
415
+ --tabsDefault: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
416
+ --tabsPrimary: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
417
+ --tabsSuccess: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%));
418
+ --tabsCalm: var(--colorCalm, linear-gradient(180deg, #44E1D8 0%, #25968F 100%));
419
+ --tabsWarning: var(--colorWarning, linear-gradient(180deg, #F58D11 0%, #B36305 100%));
420
+ --tabsDanger: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%));
421
+ --tabsLight: var(--colorLight, linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%));
422
+ --tabsStable: var(--colorStable, linear-gradient(180deg, #818181 0%, #3E3E3E 100%));
423
+ --tabsRoyal: var(--colorRoyal, linear-gradient(180deg, #0E3760 0%, #2D3843 100%));
424
+ --tabsDark: var(--colorDark, linear-gradient(180deg, #000000 0%, #0F1E2E 100%));
425
+
426
+ /* Components - Header */
427
+ --barDefault: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
428
+ --barPrimary: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
429
+ --barSuccess: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%));
430
+ --barCalm: var(--colorCalm, linear-gradient(180deg, #44E1D8 0%, #25968F 100%));
431
+ --barWarning: var(--colorWarning, linear-gradient(180deg, #F58D11 0%, #B36305 100%));
432
+ --barDanger: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%));
433
+ --barLight: var(--colorLight, linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%));
434
+ --barStable: var(--colorStable, linear-gradient(180deg, #818181 0%, #3E3E3E 100%));
435
+ --barRoyal: var(--colorRoyal, linear-gradient(180deg, #0E3760 0%, #2D3843 100%));
436
+ --barDark: var(--colorDark, linear-gradient(180deg, #000000 0%, #0F1E2E 100%));
437
+
438
+ /* Componentes - Footer with icon */
439
+ --backgroundDefault: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
440
+ --backgroundPrimary: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
441
+ --backgroundSuccess: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%));
442
+ --backgroundCalm: var(--colorCalm, linear-gradient(180deg, #44E1D8 0%, #25968F 100%));
443
+ --backgroundWarning: var(--colorWarning, linear-gradient(180deg, #F58D11 0%, #B36305 100%));
444
+ --backgroundDanger: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%));
445
+ --backgroundLight: var(--colorLight, linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%));
446
+ --backgroundStable: var(--colorStable, linear-gradient(180deg, #818181 0%, #3E3E3E 100%));
447
+ --backgroundRoyal: var(--colorRoyal, linear-gradient(180deg, #0E3760 0%, #2D3843 100%));
448
+ --backgroundDark: var(--colorDark, linear-gradient(180deg, #000000 0%, #0F1E2E 100%));
449
+
450
+ --tabsIconDefault: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
451
+ --tabsIconPrimary: var(--textColorDefault40, #f0f0f0);
452
+ --tabsIconSuccess: var(--textColorSuccess40, #f0f0f0);
453
+ --tabsIconCalm: var(--textColorCalm40, #f0f0f0);
454
+ --tabsIconWarning: var(--textColorWarning40, #f0f0f0);
455
+ --tabsIconDanger: var(--textColorDanger40, #f0f0f0);
456
+ --tabsIconLight: var(--textColorLight40, #f0f0f0);
457
+ --tabsIconStable: var(--textColorStable40, #f0f0f0);
458
+ --tabsIconRoyal: var(--textColorRoyal40, #f0f0f0);
459
+ --tabsIconDark: var(--textColorDark40, #f0f0f0);
460
+ /* End - Variables used exclusively in the color palette property */
461
+ }
462
+
463
+ h1,
464
+ h2,
465
+ h3,
466
+ h4,
467
+ h5,
468
+ h6,
469
+ .h1,
470
+ .h2,
471
+ .h3,
472
+ .h4,
473
+ .h5,
474
+ .h6 {
475
+ font-family: var(--fontFamily, "Open Sans", "Arial", sans-serif);
476
+ }
477
+
478
+ h2 {
479
+ font-size: 18px;
480
+ }
481
+
482
+ a,
483
+ a:focus,
484
+ a:active,
485
+ a:hover {
486
+ color: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
487
+ }
488
+
489
+ .light,
490
+ a.light,
491
+ .color-light {
492
+ color: var(--colorLight, linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%));
493
+ }
494
+
495
+ .stable,
496
+ a.stable,
497
+ .color-stable {
498
+ color: var(--colorStable, linear-gradient(180deg, #818181 0%, #3E3E3E 100%));
499
+ }
500
+
501
+ /* Login */
502
+ .login-bg {
503
+ background: var(--backgroundColor30, #546270);
504
+ }
505
+
506
+ .login-mobile .button.button-positive,
507
+ .login-mobile .button.button-light {
508
+ background: var(--backgroundColor30, #546270);
509
+ border: 0;
510
+ color: var(--textColorWarning40, #f0f0f0);
511
+ }
512
+
513
+ .login-mobile .button.button-positive span,
514
+ .login-mobile .button.button-positive i,
515
+ .login-mobile .button.button-positive.active span,
516
+ .login-mobile .button.button-positive:active span,
517
+ .login-mobile .button.button-positive:focus span,
518
+ .login-mobile .button.button-positive:hover span,
519
+ .login-mobile .button.button-positive.active i,
520
+ .login-mobile .button.button-positive:active i,
521
+ .login-mobile .button.button-positive:focus i,
522
+ .login-mobile .button.button-positive:hover i,
523
+ .login-mobile .button.button-light span,
524
+ .login-mobile .button.button-light i,
525
+ .login-mobile .button.button-light.active span,
526
+ .login-mobile .button.button-light:active span,
527
+ .login-mobile .button.button-light:focus span,
528
+ .login-mobile .button.button-light:hover span,
529
+ .login-mobile .button.button-light.active i,
530
+ .login-mobile .button.button-light:active i,
531
+ .login-mobile .button.button-light:focus i,
532
+ .login-mobile .button.button-light:hover i {
533
+ color: var(--textColorWarning40, #f0f0f0);
534
+ }
535
+
536
+ .login-mobile .button.button-positive.active,
537
+ .login-mobile .button.button-positive:active,
538
+ .login-mobile .button.button-positive.activated,
539
+ .login-mobile .button.button-light:active,
540
+ .login-mobile .button.button-light.activated {
541
+ background: var(--colorLight40, #f0f0f0);
542
+ }
543
+
544
+ .login-bg img[src="node_modules/cronapp-framework-mobile-js/img/logo.svg"] {
545
+ filter: brightness(0) invert(1);
546
+ }
547
+
548
+ #crn-heading-reset,
549
+ #reset-password-label {
550
+ color: var(--textColor10, #f0f0f0);
551
+ }
552
+
553
+ .item,
554
+ .item-select select {
555
+ border-color: var(--textColor10, #f0f0f0);
556
+ }
557
+
558
+ /* Cabeçalho */
559
+ .bar.bar-default {
560
+ border-color: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
561
+ background: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
562
+ color: var(--textColorPrimary40, #f0f0f0);
563
+ }
564
+
565
+ .bar.bar-default .button .icon,
566
+ .bar.bar-default .title {
567
+ color: var(--textColorPrimary40, #f0f0f0);
568
+ }
569
+
570
+ .bar.bar-positive {
571
+ border-color: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
572
+ background: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
573
+ color: var(--textColorDefault40, #f0f0f0);
574
+ }
575
+
576
+ .bar.bar-positive .button .icon,
577
+ .bar.bar-positive .title {
578
+ color: var(--textColorDefault40, #f0f0f0);
579
+ }
580
+
581
+ /* Menu */
582
+ .menu-view {
583
+ background: var(--colorLight60, #303B46);
584
+ color: var(--textColor10, #f0f0f0);
585
+ }
586
+
587
+ #menu-blue .item:hover {
588
+ background: var(--backgroundColor30, #546270);
589
+ }
590
+
591
+ #menu-blue .item:active,
592
+ #menu-blue .item.actived {
593
+ background: var(--backgroundColor50, #3A434B);
594
+ }
595
+
596
+ /* Button Positive */
597
+ .button.button-positive {
598
+ background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
599
+ }
600
+
601
+ .button.button-positive:active,
602
+ .button.button-positive.activated {
603
+ background: var(--colorPrimary70, #09467F);
604
+ }
605
+
606
+ /* Light - Outline */
607
+
608
+ .button.button-light.button-outline {
609
+ border-color: none;
610
+ }
611
+
612
+ .button.button-light.button-outline span,
613
+ .button.button-light.button-outline i {
614
+ color: none;
615
+ }
616
+
617
+ .button.button-light.button-outline:active,
618
+ .button.button-light.button-outline.activated {
619
+ background: none;
620
+ }
621
+
622
+ /* Stable - Outline */
623
+ .button.button-stable.button-outline {
624
+ border-color: none;
625
+ }
626
+
627
+ .button.button-stable.button-outline span,
628
+ .button.button-stable.button-outline i {
629
+ color: none;
630
+ }
631
+
632
+ .button.button-stable.button-outline:active,
633
+ .button.button-stable.button-outline.activated {
634
+ background: none;
635
+ }
636
+
637
+ /* Rodapé com ícone */
638
+
639
+ .tabs-striped.background-default .tabs {
640
+ background: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
641
+ }
642
+
643
+ .tabs-striped.background-positive .tabs {
644
+ background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
645
+ }
646
+
647
+ .tabs-striped.background-balanced .tabs {
648
+ background: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%));
649
+ }
650
+
651
+ .tabs-striped.background-calm .tabs {
652
+ background: var(--colorCalm, linear-gradient(180deg, #44E1D8 0%, #25968F 100%));
653
+ }
654
+
655
+ .tabs-striped.background-energized .tabs {
656
+ background: var(--colorWarning, linear-gradient(180deg, #F58D11 0%, #B36305 100%));
657
+ }
658
+
659
+ .tabs-striped.background-assertive .tabs {
660
+ background: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%));
661
+ }
662
+
663
+ .tabs-striped.background-light .tabs {
664
+ background: var(--colorLight, linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%));
665
+ }
666
+
667
+ .tabs-striped.background-stable .tabs {
668
+ background: var(--colorStable, linear-gradient(180deg, #818181 0%, #3E3E3E 100%));
669
+ }
670
+
671
+ .tabs-striped.background-royal .tabs {
672
+ background: var(--colorRoyal, linear-gradient(180deg, #0E3760 0%, #2D3843 100%));
673
+ }
674
+
675
+ .tabs-striped.background-dark .tabs {
676
+ background: var(--colorDark, linear-gradient(180deg, #000000 0%, #0F1E2E 100%));
677
+ }
678
+
679
+ .tabs-striped.tabs-icon-default .tab-item {
680
+ color: var(--textColorDefault40, #f0f0f0);
681
+ background: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
682
+ opacity: 0.5;
683
+ }
684
+
685
+ /* Rodapé com botões*/
686
+ .bar.bar-default.bar-footer,
687
+ .bar.bar-default {
688
+ background: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
689
+ }
690
+
691
+ .bar.bar-positive.bar-footer,
692
+ .bar.bar-positive {
693
+ background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
694
+ }
695
+
696
+ .bar.bar-balanced.bar-footer,
697
+ .bar.bar-balanced {
698
+ background: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%));
699
+ }
700
+
701
+ .bar.bar-calm.bar-footer,
702
+ .bar.bar-calm {
703
+ background: var(--colorCalm, linear-gradient(180deg, #44E1D8 0%, #25968F 100%));
704
+ }
705
+
706
+ .bar.bar-energized.bar-footer,
707
+ .bar.bar-energized {
708
+ background: var(--colorWarning, linear-gradient(180deg, #F58D11 0%, #B36305 100%));
709
+ }
710
+
711
+ .bar.bar-assertive.bar-footer,
712
+ .bar.bar-assertive {
713
+ background: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%));
714
+ }
715
+
716
+ .bar.bar-light.bar-footer,
717
+ .bar.bar-light {
718
+ background: var(--colorLight, linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%));
719
+ }
720
+
721
+ .bar.bar-stable.bar-footer,
722
+ .bar.bar-stable {
723
+ background: var(--colorStable, linear-gradient(180deg, #818181 0%, #3E3E3E 100%));
724
+ }
725
+
726
+ .bar.bar-royal.bar-footer,
727
+ .bar.bar-royal {
728
+ background: var(--colorRoyal, linear-gradient(180deg, #0E3760 0%, #2D3843 100%));
729
+ }
730
+
731
+ .bar.bar-dark.bar-footer,
732
+ .bar.bar-dark {
733
+ background: var(--colorDark, linear-gradient(180deg, #000000 0%, #0F1E2E 100%));
734
+ }
735
+
736
+ .item-input .icon {
737
+ font-size: 12px;
738
+ }
739
+
740
+ .button.button-default {
741
+ background: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
742
+ }
743
+
744
+ .button.button-default:hover {
745
+ background: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
746
+ box-shadow: 0px 0px 3px 0px #3A4753;
747
+ }
748
+
749
+ .button.button-default:active,
750
+ .button.button-default.activated {
751
+ background: var(--colorDefault60, #1c2025);
752
+ }
753
+
754
+ .login-mobile .button.button-light {
755
+ background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
756
+ color: var(--textColorWarning40, #f0f0f0);
757
+ border-radius: 20px;
758
+ }
759
+
760
+ .login-mobile .button.button-light:hover {
761
+ background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
762
+ color: var(--textColorWarning40, #f0f0f0);
763
+ }
764
+
765
+ .login-mobile .button.button-light:active {
766
+ background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
767
+ color: var(--textColorWarning40, #f0f0f0);
768
+ }
769
+
770
+ .button#button-reset-password {
771
+ background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
772
+ color: var(--textColorWarning40, #ffffff);
773
+ }
774
+
775
+ .button#button-reset-password:hover {
776
+ background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
777
+ color: var(--textColorWarning40, #f0f0f0);
778
+ }
779
+
780
+ .button#button-reset-password:active {
781
+ background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
782
+ color: var(--textColorWarning40, #f0f0f0);
783
+ }
784
+
785
+ .item-radio input:checked+.radio-content .item-content {
786
+ background: var(--backgroundColor40, #f2f2f2);
787
+ color: var(--textColor40, #f0f0f0);
788
+ }
789
+
790
+ .item-radio .radio-icon,
791
+ .range .icon {
792
+ color: var(--textColor40, #f0f0f0);
793
+ }
794
+
795
+ .item-select:after,
796
+ .k-i-arrow-60-down::before {
797
+ color: var(--textColor40, #f0f0f0);
798
+ }
799
+
800
+ .item input.ng-invalid,
801
+ .item-input input.ng-invalid {
802
+ border-bottom: none;
803
+ }
804
+
805
+ input[placeholder]:not([placeholder=""])::placeholder {
806
+ /* Chrome, Firefox, Opera, Safari 10.1+ */
807
+ color: var(--textColor60, #5F5F5F);
808
+ opacity: 1;
809
+ /* Firefox */
810
+ }
811
+
812
+ input:-ms-input-placeholder {
813
+ /* Internet Explorer 10-11 */
814
+ color: var(--textColor60, #5F5F5F);
815
+ }
816
+
817
+ input::-ms-input-placeholder {
818
+ /* Microsoft Edge */
819
+ color: var(--textColor60, #5F5F5F);
820
+ margin-left: 10px;
821
+ }
822
+
823
+ .list-inset .item.item-input input {
824
+ background: var(--backgroundColor10, #CED0D2);
825
+ color: var(--textColor70, #434343);
826
+ border-radius: 20px;
827
+ border-bottom: 0;
828
+ }
829
+
830
+ .modal .item {
831
+ border-width: 1px;
832
+ border-color: none;
833
+ background: var(--backgroundColor10, #CED0D2);
834
+ color: var(--textColor40, #f0f0f0);
835
+ }
836
+
837
+ .k-widget.k-window .k-window-titlebar .k-window-title {
838
+ color: var(--textColor40, #f0f0f0);
839
+ }
840
+
841
+ .k-widget.k-window {
842
+ border-radius: 20px;
843
+ }
844
+
845
+
846
+ .item-input-wrapper {
847
+ background: var(--backgroundColor40, #f2f2f2);
848
+ }
849
+
850
+ .ion-search:before {
851
+ color: var(--textColor40, #434343);
852
+ }
853
+
854
+ .ion-asterisk:before {
855
+ font-size: 10px;
856
+ }
857
+
858
+ input[type="text"],
859
+ input[type="email"],
860
+ input[type="password"] {
861
+ display: block;
862
+ padding-top: 2px;
863
+ padding-left: 10px;
864
+ height: 34px;
865
+ line-height: 16px;
866
+ }
867
+
868
+ .login-mobile .button {
869
+ text-transform: none;
870
+ letter-spacing: 0px;
871
+ }
872
+
873
+ .button.button {
874
+ border-radius: 20px;
875
+ }
876
+
877
+ button#crn-button-signup {
878
+ letter-spacing: 0px;
879
+ border-radius: 0px;
880
+ margin: 0px;
881
+ height: 47px;
882
+ }
883
+
884
+ button#crn-button-signup:hover {
885
+ border-radius: 10px;
886
+ }
887
+
888
+ .color-light {
889
+ color: var(--colorLight50, #cdc2c2);
890
+ }
891
+
892
+ .button span,
893
+ .button i {
894
+ color: var(--textColorDefault40, #f0f0f0);
895
+ font-weight: 300;
896
+ }
897
+
898
+ /* Buttons search */
899
+ .button-bar,
900
+ .button-bar>.button:first-child,
901
+ .button-bar>.button:last-child {
902
+ border-radius: 20px;
903
+ }
904
+
905
+ /*Default*/
906
+ .button.button-default.button-outline {
907
+ background: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
908
+ border-color: transparent;
909
+ color: var(--textColor40, #f0f0f0);
910
+ }
911
+
912
+ .button.button-default.button-outline span {
913
+ color: var(--textColor40, #f0f0f0);
914
+ }
915
+
916
+ .button.button-default.button-outline:active {
917
+ background: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
918
+ }
919
+
920
+ .button.button-default.button-outline i {
921
+ color: var(--textColor40, #f0f0f0);
922
+ }
923
+
924
+ /*Secundary*/
925
+ .button.button-positive {
926
+ background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
927
+ }
928
+
929
+ .button.button-positive:hover {
930
+ background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
931
+ box-shadow: 0px 0px 3px 0px #187AD4;
932
+ }
933
+
934
+ .button.button-positive:active {
935
+ background: var(--colorPrimary70, #09467F);
936
+ }
937
+
938
+ .button.button-positive.button-outline {
939
+ background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
940
+ border-color: transparent;
941
+ color: var(--textColorDefault40, #f0f0f0);
942
+ border-bottom: 0;
943
+ }
944
+
945
+ .button.button-positive.button-outline span {
946
+ color: var(--textColor40, #f0f0f0);
947
+ }
948
+
949
+ .button.button-positive.button-outline:active {
950
+ background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
951
+ border-bottom: 0;
952
+ }
953
+
954
+ .button.button-positive.button-outline i {
955
+ color: var(--textColor40, #f0f0f0);
956
+ }
957
+
958
+ /*Success*/
959
+ .button.button-balanced {
960
+ background: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%));
961
+ }
962
+
963
+ .button.button-balanced:hover {
964
+ background: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%));
965
+ box-shadow: 0px 0px 3px 0px #2FFC2B;
966
+ }
967
+
968
+ .button.button-balanced:active {
969
+ background: var(--colorSuccess70, #108D0D);
970
+ }
971
+
972
+ .button.button-balanced.button-outline {
973
+ background: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%));
974
+ border-color: transparent;
975
+ color: var(--textColorDefault40, #f0f0f0);
976
+ border-bottom: 0;
977
+ }
978
+
979
+ .button.button-balanced.button-outline span {
980
+ color: var(--textColor40, #f0f0f0);
981
+ }
982
+
983
+ .button.button-balanced.button-outline:active {
984
+ background: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%));
985
+ }
986
+
987
+ .button.button-balanced.button-outline i {
988
+ color: var(--textColor40, #f0f0f0);
989
+ }
990
+
991
+ /*Calm*/
992
+ .button.button-calm {
993
+ background: var(--colorCalm, linear-gradient(180deg, #44E1D8 0%, #25968F 100%));
994
+ }
995
+
996
+ .button.button-calm:hover {
997
+ background: var(--colorCalm, linear-gradient(180deg, #44E1D8 0%, #25968F 100%));
998
+ box-shadow: 0px 0px 3px 0px #42DCD3;
999
+ }
1000
+
1001
+ .button.button-calm:active {
1002
+ background: var(--colorCalm60, #169F97);
1003
+ }
1004
+
1005
+ .button.button-calm.button-outline {
1006
+ background: var(--colorCalm, linear-gradient(180deg, #44E1D8 0%, #25968F 100%));
1007
+ border-color: transparent;
1008
+ color: var(--textColorDefault40, #f0f0f0);
1009
+ border-bottom: 0;
1010
+ }
1011
+
1012
+ .button.button-calm.button-outline span {
1013
+ color: var(--textColor40, #f0f0f0);
1014
+ }
1015
+
1016
+ .button.button-calm.button-outline:active {
1017
+ background: var(--colorCalm, linear-gradient(180deg, #44E1D8 0%, #25968F 100%));
1018
+ }
1019
+
1020
+ .button.button-calm.button-outline i {
1021
+ color: var(--textColor40, #f0f0f0);
1022
+ }
1023
+
1024
+ /*Warning*/
1025
+ .button.button-energized {
1026
+ background: var(--colorWarning, linear-gradient(180deg, #F58D11 0%, #B36305 100%));
1027
+ }
1028
+
1029
+ .button.button-energized:hover {
1030
+ background: var(--colorWarning, linear-gradient(180deg, #F58D11 0%, #B36305 100%));
1031
+ box-shadow: 0px 0px 3px 0px #F58D11;
1032
+ }
1033
+
1034
+ .button.button-energized:active {
1035
+ background: var(--colorWarning60, #B46406);
1036
+ }
1037
+
1038
+ .button.button-energized.button-outline {
1039
+ background: var(--colorWarning, linear-gradient(180deg, #F58D11 0%, #B36305 100%));
1040
+ border-color: transparent;
1041
+ color: var(--textColorDefault40, #f0f0f0);
1042
+ border-bottom: 0;
1043
+ }
1044
+
1045
+ .button.button-energized.button-outline span {
1046
+ color: var(--textColor40, #f0f0f0);
1047
+ }
1048
+
1049
+ .button.button-energized.button-outline:active {
1050
+ background: var(--colorWarning, linear-gradient(180deg, #F58D11 0%, #B36305 100%));
1051
+ }
1052
+
1053
+ .button.button-energized.button-outline i {
1054
+ color: var(--textColor40, #f0f0f0);
1055
+ }
1056
+
1057
+ /*Danger*/
1058
+ .button.button-assertive {
1059
+ background: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%));
1060
+ border-bottom: 0;
1061
+ }
1062
+
1063
+ .button.button-assertive:hover {
1064
+ background: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%));
1065
+ box-shadow: 0px 0px 3px 0px #DE3636;
1066
+ }
1067
+
1068
+ .button.button-assertive:active {
1069
+ background: var(--colorDanger60, #7E2121);
1070
+ }
1071
+
1072
+ .button.button-assertive.button-outline {
1073
+ background: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%));
1074
+ border-color: transparent;
1075
+ color: var(--textColorDanger40, #f0f0f0);
1076
+ }
1077
+
1078
+ .button.button-assertive.button-outline span {
1079
+ color: var(--textColor40, #f0f0f0);
1080
+ }
1081
+
1082
+ .button.button-assertive.button-outline:active {
1083
+ background: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%));
1084
+ }
1085
+
1086
+ .button.button-assertive.button-outline i {
1087
+ color: var(--textColor40, #f0f0f0);
1088
+ }
1089
+
1090
+ /*Light*/
1091
+ .button.button-light {
1092
+ background: var(--colorLight, linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%));
1093
+ border-bottom: 0;
1094
+ }
1095
+
1096
+ .button.button-light:hover {
1097
+ background: var(--colorLight, linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%));
1098
+ box-shadow: 0px 0px 3px 0px #8DA0B2;
1099
+ }
1100
+
1101
+ .button.button-light:active {
1102
+ background: var(--colorLight60, #303B46);
1103
+ }
1104
+
1105
+ .button.button-light.button-outline {
1106
+ background: var(--colorLight, linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%));
1107
+ border-color: transparent;
1108
+ color: var(--textColorLight40, #f0f0f0);
1109
+ }
1110
+
1111
+ .button.button-light.button-outline span {
1112
+ color: var(--textColor40, #f0f0f0);
1113
+ }
1114
+
1115
+ .button.button-light.button-outline:active {
1116
+ background: var(--colorLight, linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%));
1117
+ }
1118
+
1119
+ .button.button-light.button-outline i {
1120
+ color: var(--textColor40, #f0f0f0);
1121
+ }
1122
+
1123
+ /*Stable*/
1124
+ .button.button-stable {
1125
+ background: var(--colorStable, linear-gradient(180deg, #818181 0%, #3E3E3E 100%));
1126
+ border-bottom: 0;
1127
+ }
1128
+
1129
+ .button.button-stable:hover {
1130
+ background: var(--colorStable, linear-gradient(180deg, #818181 0%, #3E3E3E 100%));
1131
+ box-shadow: 0px 0px 3px 0px #7B7B7B;
1132
+ }
1133
+
1134
+ .button.button-stable:active,
1135
+ .button.button-stable.activated {
1136
+ background: var(--colorStable50, #4D4D4D);
1137
+ }
1138
+
1139
+ .button.button-stable.button-outline {
1140
+ background: var(--colorStable, linear-gradient(180deg, #818181 0%, #3E3E3E 100%));
1141
+ border-color: transparent;
1142
+ color: var(--textColorStable40, #434343);
1143
+ }
1144
+
1145
+ .button.button-stable.button-outline span {
1146
+ color: var(--textColor40, #f0f0f0);
1147
+ }
1148
+
1149
+ .button.button-stable.button-outline:active {
1150
+ background: var(--colorStable, linear-gradient(180deg, #818181 0%, #3E3E3E 100%));
1151
+ }
1152
+
1153
+ .button.button-stable.button-outline i {
1154
+ color: var(--textColor40, #f0f0f0);
1155
+ }
1156
+
1157
+ /*Royal*/
1158
+ .button.button-royal {
1159
+ background: var(--colorRoyal, linear-gradient(180deg, #0E3760 0%, #2D3843 100%));
1160
+ border-bottom: 0;
1161
+ }
1162
+
1163
+ .button.button-royal:hover {
1164
+ background: var(--colorRoyal, linear-gradient(180deg, #0E3760 0%, #2D3843 100%));
1165
+ box-shadow: 0px 0px 3px 0px #11375D;
1166
+ }
1167
+
1168
+ .button.button-royal:active,
1169
+ .button.button-royal.activated {
1170
+ background: var(--colorRoyal70, #1A2E43);
1171
+ }
1172
+
1173
+ .button.button-royal.button-outline {
1174
+ background: var(--colorRoyal, linear-gradient(180deg, #0E3760 0%, #2D3843 100%));
1175
+ border-color: transparent;
1176
+ color: var(--textColorRoyal40, #f0f0f0);
1177
+ }
1178
+
1179
+ .button.button-royal.button-outline span {
1180
+ color: var(--textColor40, #f0f0f0);
1181
+ }
1182
+
1183
+ .button.button-royal.button-outline:active {
1184
+ background: var(--colorRoyal, linear-gradient(180deg, #0E3760 0%, #2D3843 100%));
1185
+ }
1186
+
1187
+ .button.button-royal.button-outline i {
1188
+ color: var(--textColor40, #f0f0f0);
1189
+ }
1190
+
1191
+ /*Dark*/
1192
+
1193
+ .button.button-dark {
1194
+ background: var(--colorDark, linear-gradient(180deg, #000000 0%, #0F1E2E 100%));
1195
+ }
1196
+
1197
+ .button.button-dark:hover {
1198
+ background: var(--colorDark, linear-gradient(180deg, #000000 0%, #0F1E2E 100%));
1199
+ box-shadow: 0px 0px 3px 0px #132639;
1200
+ }
1201
+
1202
+ .button.button-dark:active,
1203
+ .button.button-dark.activated {
1204
+ background: var(--colorDark50, #0A141E);
1205
+ border-bottom: 0;
1206
+ border-top: 0;
1207
+ }
1208
+
1209
+ .button.button-dark.button-outline {
1210
+ background: var(--colorDark, linear-gradient(180deg, #000000 0%, #0F1E2E 100%));
1211
+ border-color: transparent;
1212
+ color: var(--textColorDark40, #f0f0f0);
1213
+ border-bottom: 0;
1214
+ border-top: 0;
1215
+ }
1216
+
1217
+ .button.button-dark.button-outline span {
1218
+ color: var(--textColorDark40, #f0f0f0);
1219
+ }
1220
+
1221
+ .button.button-dark.button-outline:active {
1222
+ background: var(--colorDark, linear-gradient(180deg, #000000 0%, #0F1E2E 100%));
1223
+ }
1224
+
1225
+ .button.button-dark.button-outline i {
1226
+ color: var(--textColor40, #f0f0f0);
1227
+ }
1228
+
1229
+ .font-size-200 i {
1230
+ font-size: 10px;
1231
+ }
1232
+
1233
+ /*Chat*/
1234
+ .k-chat .k-alt .k-bubble {
1235
+ background: var(--colorDefault40, #442b69);
1236
+ color: var(--textColorDefault40, #f0f0f0);
1237
+ border-color: transparent;
1238
+ }
1239
+
1240
+ .k-chat .k-message-box .k-button:hover {
1241
+ color: var(--colorDefault40, #442b69);
1242
+ }
1243
+
1244
+ .button#button-reset-password {
1245
+ background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
1246
+ color: var(--textColorWarning40, #ffffff);
1247
+ border-radius: 20px;
1248
+ }
1249
+
1250
+ button#crn-button-signup {
1251
+ letter-spacing: 0px;
1252
+ border-radius: 20px;
1253
+ margin: 0px;
1254
+ height: 47px;
1255
+ }
1256
+
1257
+ .dynamicImage .buttomImage {
1258
+ justify-content: center;
1259
+ align-items: center;
1260
+ display: flex;
1261
+ background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
1262
+ }
1263
+
1264
+ .crn-ion-segment-light ul li a,
1265
+ .crn-ion-segment-modern ul li a,
1266
+ .crn-ion-segment-classic ul li a {
1267
+ height: 100%;
1268
+ background: var(--backgroundColor30, #546270);
1269
+ color: var(--textColor40, #f0f0f0);
1270
+ }
1271
+
1272
+ .item h3:last-child,
1273
+ .item h3 {
1274
+ color: var(--textColorDark40, #f0f0f0);
1275
+ }
1276
+
1277
+ /*Abas*/
1278
+ .crn-ion-segment-classic ul li a {
1279
+ border-radius: 20px;
1280
+ }
1281
+
1282
+ .crn-ion-segment-classic ul.active-background-default li.active a {
1283
+ background: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
1284
+ color: var(--textColor40, #f0f0f0);
1285
+ }
1286
+
1287
+ .crn-ion-segment-classic ul.active-background-positive li.active a {
1288
+ background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
1289
+ color: var(--textColor40, #f0f0f0);
1290
+ }
1291
+
1292
+ .crn-ion-segment-classic ul.active-background-balanced li.active a {
1293
+ background: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%));
1294
+ color: var(--textColor40, #f0f0f0);
1295
+ }
1296
+
1297
+ .crn-ion-segment-classic ul.active-background-calm li.active a {
1298
+ background: var(--colorCalm, linear-gradient(180deg, #44E1D8 0%, #25968F 100%));
1299
+ color: var(--textColor40, #f0f0f0);
1300
+ }
1301
+
1302
+ .crn-ion-segment-classic ul.active-background-energized li.active a {
1303
+ background: var(--colorWarning, linear-gradient(180deg, #F58D11 0%, #B36305 100%));
1304
+ color: var(--textColor40, #f0f0f0);
1305
+ }
1306
+
1307
+ .crn-ion-segment-classic ul.active-background-assertive li.active a {
1308
+ background: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%));
1309
+ color: var(--textColor40, #f0f0f0);
1310
+ }
1311
+
1312
+ .crn-ion-segment-classic ul.active-background-light li.active a {
1313
+ background: var(--colorLight, linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%));
1314
+ color: var(--textColor40, #f0f0f0);
1315
+ }
1316
+
1317
+ .crn-ion-segment-classic ul.active-background-stable li.active a {
1318
+ background: var(--colorStable, linear-gradient(180deg, #818181 0%, #3E3E3E 100%));
1319
+ color: var(--textColor40, #f0f0f0);
1320
+ }
1321
+
1322
+ .crn-ion-segment-classic ul.active-background-royal li.active a {
1323
+ background: var(--colorRoyal, linear-gradient(180deg, #0E3760 0%, #2D3843 100%));
1324
+ color: var(--textColor40, #f0f0f0);
1325
+ }
1326
+
1327
+ .crn-ion-segment-classic ul.active-background-dark li.active a {
1328
+ background: var(--colorDark, linear-gradient(180deg, #000000 0%, #0F1E2E 100%));
1329
+ color: var(--textColor40, #f0f0f0);
1330
+ }
1331
+
1332
+ canvas {
1333
+ background: var(--backgroundColor10, #CED0D2);
1334
+ }
1335
+
1336
+ /* Cores icones*/
1337
+ .default {
1338
+ color: var(--colorDefault40, #262C32);
1339
+ }
1340
+
1341
+ .positive {
1342
+ color: var(--colorPrimary40, #197fdd);
1343
+ }
1344
+
1345
+ .balanced {
1346
+ color: var(--colorSuccess40, #2ffc2b);
1347
+ }
1348
+
1349
+ .calm {
1350
+ color: var(--colorCalm40, #44e1d8);
1351
+ }
1352
+
1353
+ .energized {
1354
+ color: var(--colorWarning40, #f58d11);
1355
+ }
1356
+
1357
+ .assertive {
1358
+ color: var(--colorDanger40, #f03a3a);
1359
+ }
1360
+
1361
+ .light {
1362
+ color: var(--colorLight40, #8da0b2);
1363
+ }
1364
+
1365
+ .stable {
1366
+ color: var(--colorStable40, #818181);
1367
+ }
1368
+
1369
+ .royal {
1370
+ color: var(--colorRoyal40, #0e3760);
1371
+ }
1372
+
1373
+ .dark {
1374
+ color: var(--colorDark40, #000000);
1375
+ }
1376
+
1377
+ /* Cores Links*/
1378
+ .color-default {
1379
+ color: var(--colorDefault40, #262C32);
1380
+ }
1381
+
1382
+ .color-positive {
1383
+ color: var(--colorPrimary40, #197fdd);
1384
+ }
1385
+
1386
+ .color-balanced {
1387
+ color: var(--colorSuccess40, #2ffc2b);
1388
+ }
1389
+
1390
+ .color-calm {
1391
+ color: var(--colorCalm40, #44e1d8);
1392
+ }
1393
+
1394
+ .color-energized {
1395
+ color: var(--colorWarning40, #f58d11);
1396
+ }
1397
+
1398
+ .color-assertive {
1399
+ color: var(--colorDanger40, #f03a3a);
1400
+ }
1401
+
1402
+ .color-light {
1403
+ color: var(--colorLight40, #8da0b2);
1404
+ }
1405
+
1406
+ .color-stable {
1407
+ color: var(--colorStable40, #818181);
1408
+ }
1409
+
1410
+ .color-royal {
1411
+ color: var(--colorRoyal40, #0e3760);
1412
+ }
1413
+
1414
+ .color-dark {
1415
+ color: var(--colorDark40, #000000);
1416
+ }
1417
+
1418
+
1419
+ /*Cores Checkbox*/
1420
+ .checkbox input:before {
1421
+ border-radius: 2px;
1422
+ }
1423
+
1424
+ .checkbox-default input:checked:before {
1425
+ background: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
1426
+ border-color: var(--colorDefault40, #262c32);
1427
+ border-radius: 2px;
1428
+ }
1429
+
1430
+ .checkbox-positive input:checked:before {
1431
+ background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
1432
+ border-color: var(--colorPrimary40, #197fdd);
1433
+ border-radius: 2px;
1434
+ }
1435
+
1436
+ .checkbox-balanced input:checked:before {
1437
+ background: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%));
1438
+ border-color: var(--colorSuccess60, #22b920);
1439
+ border-radius: 2px;
1440
+ }
1441
+
1442
+ .checkbox-calm input:checked:before {
1443
+ background: var(--colorCalm, linear-gradient(180deg, #44E1D8 0%, #25968F 100%));
1444
+ border-color: var(--colorCalm40, #44e1d8);
1445
+ border-radius: 2px;
1446
+ }
1447
+
1448
+ .checkbox-energized input:checked:before {
1449
+ background: var(--colorWarning, linear-gradient(180deg, #F58D11 0%, #B36305 100%));
1450
+ border-color: var(--colorWarning40, #f58d11);
1451
+ border-radius: 2px;
1452
+ }
1453
+
1454
+ .checkbox-assertive input:checked:before {
1455
+ background: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%));
1456
+ border-color: var(--colorDanger40, #f03a3a);
1457
+ border-radius: 2px;
1458
+ }
1459
+
1460
+ .checkbox-light input:checked:before {
1461
+ background: var(--colorLight, linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%));
1462
+ border-color: var(--colorLight40, #8da0b2);
1463
+ border-radius: 2px;
1464
+ }
1465
+
1466
+ .checkbox-stable input:checked:before {
1467
+ background: var(--colorStable, linear-gradient(180deg, #818181 0%, #3E3E3E 100%));
1468
+ border-color: var(--colorStable40, #818181);
1469
+ border-radius: 2px;
1470
+ }
1471
+
1472
+ .checkbox-royal input:checked:before {
1473
+ background: var(--colorRoyal, linear-gradient(180deg, #0E3760 0%, #2D3843 100%));
1474
+ border-color: var(--colorRoyal40, #0e3760);
1475
+ border-radius: 2px;
1476
+ }
1477
+
1478
+ .checkbox-dark input:checked:before {
1479
+ background: var(--colorDark, linear-gradient(180deg, #000000 0%, #0F1E2E 100%));
1480
+ border-color: var(--colorDark40, #000000);
1481
+ border-radius: 2px;
1482
+ }
1483
+
1484
+ /*Toogle*/
1485
+ .toggle.toggle-default input:checked+.track {
1486
+ background: var(--colorDefault, linear-gradient(180deg, #262C32 0%, #2D3843 100%));
1487
+ }
1488
+
1489
+ .toggle.toggle-positive input:checked+.track {
1490
+ background: var(--colorPrimary, linear-gradient(180deg, #197FDD 0%, #08427A 100%));
1491
+ }
1492
+
1493
+ .toggle.toggle-balanced input:checked+.track {
1494
+ background: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%));
1495
+ }
1496
+
1497
+ .toggle.toggle-calm input:checked+.track {
1498
+ background: var(--colorCalm, linear-gradient(180deg, #44E1D8 0%, #25968F 100%));
1499
+ }
1500
+
1501
+ .toggle.toggle-energized input:checked+.track {
1502
+ background: var(--colorWarning, linear-gradient(180deg, #F58D11 0%, #B36305 100%));
1503
+ }
1504
+
1505
+ .toggle.toggle-assertive input:checked+.track {
1506
+ background: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%));
1507
+ }
1508
+
1509
+ .toggle.toggle-light input:checked+.track {
1510
+ background: var(--colorLight, linear-gradient(180deg, #8DA0B3 0%, #2D3843 100%));
1511
+ }
1512
+
1513
+ .toggle.toggle-stable input:checked+.track {
1514
+ background: var(--colorStable, linear-gradient(180deg, #818181 0%, #3E3E3E 100%));
1515
+ }
1516
+
1517
+ .toggle.toggle-royal input:checked+.track {
1518
+ background: var(--colorRoyal, linear-gradient(180deg, #0E3760 0%, #2D3843 100%));
1519
+ }
1520
+
1521
+ .toggle.toggle-dark input:checked+.track {
1522
+ background: var(--colorDark, linear-gradient(180deg, #000000 0%, #0F1E2E 100%));
1523
+ }
1524
+
1525
+ .k-combobox .k-dropdown-wrap .k-input,
1526
+ .k-combobox .k-dropdown-wrap .k-select {
1527
+ background: var(--colorDark50, #0A141E);
1528
+ color: var(--textColor40, #f0f0f0);
1529
+ }
1530
+
1531
+ .tabs-striped .tabs,
1532
+ .tabs-striped.tabs-icon-default .tab-item.active,
1533
+ .tabs-striped .tabs .tab-item {
1534
+ margin-top: 0px;
1535
+ border-style: 0px;
1536
+ border-width: 0px;
1537
+ border-color: 0px;
1538
+ padding: 0px;
1539
+ }
1540
+
1541
+ .k-list .k-item {
1542
+ background: var(--colorDark50, #0A141E);
1543
+ color: var(--textColorDark40, #f0f0f0);
1544
+ }
1545
+
1546
+ .k-list .k-item:focus,
1547
+ .k-list .k-item:hover {
1548
+ background: var(--backgroundColor10, #CED0D2);
1549
+ color: var(--textColor70, #434343);
1550
+ }
1551
+
1552
+ .k-list .k-item.k-state-selected {
1553
+ background: var(--colorStable20, #c6c6c6);
1554
+ color: var(--textColor70, #434343);
1555
+ }
1556
+
1557
+ h5 {
1558
+ font-size: 18px;
1559
+ }
1560
+
1561
+ .k-dialog .k-dialog-titlebar:before {
1562
+ margin-right: -35px;
1563
+ }
1564
+
1565
+ .k-dialog-buttongroup {
1566
+ width: 150px;
1567
+ margin-left: 74px;
1568
+ margin-bottom: 20px;
1569
+ }
1570
+
1571
+ .k-dialog[data-dialog-type="success"] .k-dialog-titlebar,
1572
+ .k-dialog[data-dialog-type="success"] .k-dialog-title,
1573
+ .k-dialog[data-dialog-type="success"] .k-dialog-titlebar:before {
1574
+ background-color: var(--backgroundColor30, #546270);
1575
+ color: var(--colorSuccess40, #2ffc2b);
1576
+ border: none;
1577
+ border-radius: 30px;
1578
+ margin-left: 45px;
1579
+ margin-top: 20px;
1580
+ }
1581
+
1582
+ .k-button.k-primary:hover {
1583
+ background: var(--colorSuccess60, #22b920);
1584
+ border-radius: 30px;
1585
+ border: none;
1586
+ }
1587
+
1588
+ .k-button.k-primary:active {
1589
+ background: var(--colorSuccess70, #108D0D);
1590
+ border-radius: 30px;
1591
+ border: none;
1592
+ }
1593
+
1594
+ .k-window {
1595
+ background: var(--backgroundColor30, #546270);
1596
+ border-radius: 30px;
1597
+ border: none;
1598
+ margin-top: 20px;
1599
+ }
1600
+
1601
+ .k-window-content {
1602
+ background: var(--backgroundColor30, #546270);
1603
+ border-radius: 30px;
1604
+ border: none;
1605
+ }
1606
+
1607
+ .k-dialog[data-dialog-type="info"] .k-dialog-titlebar,
1608
+ .k-dialog[data-dialog-type="info"] .k-dialog-title,
1609
+ .k-dialog[data-dialog-type="info"] .k-dialog-titlebar:before {
1610
+ background-color: var(--backgroundColor30, #546270);
1611
+ color: var(--colorWarning40, #f58d11);
1612
+ border-radius: 30px;
1613
+ border: none;
1614
+ margin-left: 37px;
1615
+ margin-top: 20px;
1616
+ }
1617
+
1618
+ .k-dialog[data-dialog-type="error"] .k-dialog-titlebar,
1619
+ .k-dialog[data-dialog-type="error"] .k-dialog-title,
1620
+ .k-dialog[data-dialog-type="error"] .k-dialog-titlebar:before {
1621
+ background-color: var(--backgroundColor30, #546270);
1622
+ color: var(--colorDanger40, #f03a3a);
1623
+ border-radius: 30px;
1624
+ border: none;
1625
+ margin-left: 45px;
1626
+ margin-top: 20px;
1627
+ }
1628
+
1629
+ .k-dialog[data-dialog-type="warning"] .k-dialog-titlebar,
1630
+ .k-dialog[data-dialog-type="warning"] .k-dialog-title,
1631
+ .k-dialog[data-dialog-type="warning"] .k-dialog-titlebar:before {
1632
+ background-color: var(--backgroundColor30, #546270);
1633
+ color: var(--colorWarning40, #f58d11);
1634
+ border-radius: 30px;
1635
+ border: none;
1636
+ margin-left: 45px;
1637
+ margin-top: 20px;
1638
+ }
1639
+
1640
+ .k-dialog-button-layout-stretched .k-primary:not(:hover):not(.k-state-hover):not(:active):not(.k-state-active) {
1641
+ color: var(--textColorSuccess40, #f0f0f0);
1642
+ background: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%)) !important;
1643
+ border-radius: 20px;
1644
+ }
1645
+
1646
+ .k-dialog-button-layout-stretched .k-button:not(:hover):not(.k-state-hover):not(:active):not(.k-state-active) {
1647
+ color: var(--textColorDanger40, #f0f0f0);
1648
+ background: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%));
1649
+ border-radius: 20px;
1650
+ margin: 3px;
1651
+ }
1652
+
1653
+ .k-dialog-buttongroup .k-button {
1654
+ background: var(--colorDanger, linear-gradient(180deg, #F03A3A 0%, #7E2121 100%)) !important;
1655
+ }
1656
+
1657
+ .k-dialog-button-layout-stretched .k-button~.k-button {
1658
+ margin: 0;
1659
+ border-left-width: 1px;
1660
+ border-radius: 20px;
1661
+ color: var(--textColorDanger40, #f0f0f0);
1662
+ box-shadow: 0px 0px 3px 0px #DE3636;
1663
+ }
1664
+
1665
+ .k-dialog-button-layout-stretched .k-button.k-primary:hover {
1666
+ color: var(--textColorSuccess40, #f0f0f0);
1667
+ background: var(--colorSuccess, linear-gradient(180deg, #0EDA0A 0%, #0D840A 100%)) !important;
1668
+ box-shadow: 0px 0px 3px 0px #2FFC2B;
1669
+ }