@iroco/ui 0.15.3 → 0.17.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,744 @@
1
+ svg.svelte-1cuxg7m {
2
+ overflow: visible; }
3
+
4
+ .rotate.svelte-1dns1yx {
5
+ animation: svelte-1dns1yx-rotation 2s; }
6
+
7
+ .linear.svelte-1dns1yx {
8
+ animation-timing-function: linear; }
9
+
10
+ .infinite.svelte-1dns1yx {
11
+ animation-iteration-count: infinite; }
12
+
13
+ @keyframes svelte-1dns1yx-rotation {
14
+ from {
15
+ transform: rotate(0deg); }
16
+ to {
17
+ transform: rotate(359deg); } }
18
+
19
+ .data-table.svelte-1ju5y8t {
20
+ border: 1px solid #464452;
21
+ width: 100%; }
22
+
23
+ .data-table__header.svelte-1ju5y8t {
24
+ font-size: 1.5em;
25
+ height: 4rem; }
26
+
27
+ .data-table__header__cell.svelte-1ju5y8t {
28
+ border-bottom: 1px solid #464452; }
29
+
30
+ .data-table__body__cell.svelte-1ju5y8t {
31
+ text-align: center;
32
+ vertical-align: middle; }
33
+
34
+ .iroco-ui-radio.svelte-156c82q.svelte-156c82q.svelte-156c82q {
35
+ color: #f2ebe3;
36
+ position: relative;
37
+ margin-top: 0.5em;
38
+ padding-left: 1.5em;
39
+ cursor: pointer;
40
+ -webkit-user-select: none;
41
+ -moz-user-select: none;
42
+ -ms-user-select: none;
43
+ user-select: none; }
44
+
45
+ .iroco-ui-radio.svelte-156c82q input.svelte-156c82q.svelte-156c82q {
46
+ position: absolute;
47
+ opacity: 0;
48
+ cursor: pointer; }
49
+
50
+ .radio-button-color.svelte-156c82q.svelte-156c82q.svelte-156c82q {
51
+ position: absolute;
52
+ top: 0;
53
+ left: 0;
54
+ height: 1em;
55
+ width: 1em;
56
+ background-color: #f2ebe3;
57
+ border-radius: 50%; }
58
+
59
+ .iroco-ui-radio.svelte-156c82q input.svelte-156c82q:checked ~ .radio-button-color.svelte-156c82q {
60
+ background-color: #00D692; }
61
+
62
+ input.svelte-1y0402x.svelte-1y0402x {
63
+ outline: none;
64
+ text-decoration: none;
65
+ font-size: 14px; }
66
+
67
+ input.svelte-1y0402x.svelte-1y0402x:focus {
68
+ outline: none;
69
+ text-decoration: none;
70
+ font-size: 14px; }
71
+
72
+ .iroco-ui-input.svelte-1y0402x.svelte-1y0402x {
73
+ display: flex;
74
+ flex-direction: column; }
75
+
76
+ .iroco-ui-input.svelte-1y0402x > input.svelte-1y0402x {
77
+ color: #f2ebe3;
78
+ background: #211D28;
79
+ border: 1px solid #211D28;
80
+ padding: 1em 1.5em;
81
+ text-overflow: ellipsis;
82
+ white-space: nowrap;
83
+ overflow: hidden;
84
+ border-radius: 0.3em; }
85
+
86
+ .iroco-ui-input.svelte-1y0402x > input.border.svelte-1y0402x {
87
+ border: 1px solid #f2ebe3; }
88
+
89
+ .iroco-ui-input.svelte-1y0402x > input.svelte-1y0402x::placeholder {
90
+ color: rgba(242, 235, 227, 0.5); }
91
+
92
+ .iroco-ui-input.svelte-1y0402x > input.error.svelte-1y0402x {
93
+ border-color: #ff504d; }
94
+
95
+ .iroco-ui-input.svelte-1y0402x > input.readonlyInput.svelte-1y0402x {
96
+ cursor: not-allowed; }
97
+
98
+ .iroco-ui-input.svelte-1y0402x .error.svelte-1y0402x {
99
+ color: #ff504d; }
100
+
101
+ .iroco-ui-label.svelte-1y0402x.svelte-1y0402x {
102
+ color: rgba(242, 235, 227, 0.6);
103
+ font-weight: bold;
104
+ padding-bottom: 10px;
105
+ display: inline-block; }
106
+
107
+ .navigation.svelte-lqwgm1.svelte-lqwgm1 {
108
+ display: flex;
109
+ flex-direction: row;
110
+ justify-content: space-between;
111
+ align-items: center;
112
+ width: 100%;
113
+ border-bottom: 1px solid #464452; }
114
+
115
+ .navigation--mobile.svelte-lqwgm1.svelte-lqwgm1 {
116
+ display: none; }
117
+
118
+ .navigation__title-container.svelte-lqwgm1.svelte-lqwgm1 {
119
+ display: flex;
120
+ align-items: center;
121
+ padding-left: 1em; }
122
+
123
+ .navigation__title-container.svelte-lqwgm1 h1.svelte-lqwgm1 {
124
+ padding-left: 1em; }
125
+
126
+ @media all and (max-width: 768px) {
127
+ .navigation.svelte-lqwgm1.svelte-lqwgm1 {
128
+ display: none;
129
+ color: #f2ebe3; }
130
+ .navigation--mobile.svelte-lqwgm1.svelte-lqwgm1 {
131
+ display: flex;
132
+ padding: 0 1em;
133
+ justify-content: space-between;
134
+ position: fixed;
135
+ top: 0;
136
+ z-index: 1;
137
+ width: 100%;
138
+ border-bottom: 1px solid #464452; }
139
+ .navigation--mobile.svelte-lqwgm1 h1.svelte-lqwgm1 {
140
+ font-size: 2em; }
141
+ .navigation--mobile__button.svelte-lqwgm1.svelte-lqwgm1 {
142
+ background-color: transparent;
143
+ border: none;
144
+ color: #464452; }
145
+ .navigation--mobile__title-container.svelte-lqwgm1.svelte-lqwgm1 {
146
+ display: flex;
147
+ align-items: center; }
148
+ .navigation--mobile__title-container.svelte-lqwgm1 h1.svelte-lqwgm1 {
149
+ padding-left: 0.5em; } }
150
+
151
+ .container-wide.svelte-5qkkwb {
152
+ width: calc(100% - 20px);
153
+ max-width: 2360px;
154
+ margin-left: auto;
155
+ margin-right: auto;
156
+ transition: max-width ease-out 200ms; }
157
+
158
+ @media all and (max-width: 2560px) {
159
+ .container-wide.svelte-5qkkwb {
160
+ max-width: 1620px; } }
161
+
162
+ @media all and (max-width: 1800px) {
163
+ .container-wide.svelte-5qkkwb {
164
+ max-width: 1280px; } }
165
+
166
+ @media all and (max-width: 1440px) {
167
+ .container-wide.svelte-5qkkwb {
168
+ max-width: 884px; } }
169
+
170
+ @media all and (max-width: 1024px) {
171
+ .container-wide.svelte-5qkkwb {
172
+ max-width: 648px; } }
173
+
174
+ @media all and (max-width: 768px) {
175
+ .container-wide.svelte-5qkkwb {
176
+ max-width: 496px; } }
177
+
178
+ @media all and (max-width: 596px) {
179
+ .container-wide.svelte-5qkkwb {
180
+ max-width: 365px; } }
181
+
182
+ @media all and (max-width: 425px) {
183
+ .container-wide.svelte-5qkkwb {
184
+ max-width: calc(100% - 60px); } }
185
+
186
+ @media all and (max-width: 375px) {
187
+ .container-wide.svelte-5qkkwb {
188
+ max-width: calc(100% - 40px); } }
189
+
190
+ @media all and (max-width: 320px) {
191
+ .container-wide.svelte-5qkkwb {
192
+ max-width: calc(100% - 20px); } }
193
+
194
+ .container-large.svelte-5qkkwb {
195
+ width: calc(100% - 20px);
196
+ max-width: 1280px;
197
+ margin-left: auto;
198
+ margin-right: auto;
199
+ transition: max-width ease-out 200ms; }
200
+
201
+ @media all and (max-width: 1440px) {
202
+ .container-large.svelte-5qkkwb {
203
+ max-width: 884px; } }
204
+
205
+ @media all and (max-width: 1024px) {
206
+ .container-large.svelte-5qkkwb {
207
+ max-width: 648px; } }
208
+
209
+ @media all and (max-width: 768px) {
210
+ .container-large.svelte-5qkkwb {
211
+ max-width: 496px; } }
212
+
213
+ @media all and (max-width: 596px) {
214
+ .container-large.svelte-5qkkwb {
215
+ max-width: 365px; } }
216
+
217
+ @media all and (max-width: 425px) {
218
+ .container-large.svelte-5qkkwb {
219
+ max-width: calc(100% - 60px); } }
220
+
221
+ @media all and (max-width: 375px) {
222
+ .container-large.svelte-5qkkwb {
223
+ max-width: calc(100% - 40px); } }
224
+
225
+ @media all and (max-width: 320px) {
226
+ .container-large.svelte-5qkkwb {
227
+ max-width: calc(100% - 20px); } }
228
+
229
+ .container-medium.svelte-5qkkwb {
230
+ width: calc(100% - 20px);
231
+ max-width: 884px;
232
+ margin-left: auto;
233
+ margin-right: auto;
234
+ transition: max-width ease-out 200ms; }
235
+
236
+ @media all and (max-width: 1024px) {
237
+ .container-medium.svelte-5qkkwb {
238
+ max-width: 648px; } }
239
+
240
+ @media all and (max-width: 768px) {
241
+ .container-medium.svelte-5qkkwb {
242
+ max-width: 496px; } }
243
+
244
+ @media all and (max-width: 596px) {
245
+ .container-medium.svelte-5qkkwb {
246
+ max-width: 365px; } }
247
+
248
+ @media all and (max-width: 425px) {
249
+ .container-medium.svelte-5qkkwb {
250
+ max-width: calc(100% - 60px); } }
251
+
252
+ @media all and (max-width: 375px) {
253
+ .container-medium.svelte-5qkkwb {
254
+ max-width: calc(100% - 40px); } }
255
+
256
+ @media all and (max-width: 320px) {
257
+ .container-medium.svelte-5qkkwb {
258
+ max-width: calc(100% - 20px); } }
259
+
260
+ .container-small.svelte-5qkkwb {
261
+ width: calc(100% - 20px);
262
+ max-width: 496px;
263
+ margin-left: auto;
264
+ margin-right: auto;
265
+ transition: max-width ease-out 200ms; }
266
+
267
+ @media all and (max-width: 425px) {
268
+ .container-small.svelte-5qkkwb {
269
+ max-width: calc(100% - 60px); } }
270
+
271
+ @media all and (max-width: 375px) {
272
+ .container-small.svelte-5qkkwb {
273
+ max-width: calc(100% - 40px); } }
274
+
275
+ @media all and (max-width: 320px) {
276
+ .container-small.svelte-5qkkwb {
277
+ max-width: calc(100% - 20px); } }
278
+
279
+ .iroco-ui-button.svelte-5qkkwb {
280
+ cursor: pointer;
281
+ -webkit-touch-callout: none;
282
+ -webkit-user-select: none;
283
+ -khtml-user-select: none;
284
+ -moz-user-select: none;
285
+ -ms-user-select: none;
286
+ user-select: none;
287
+ border: none;
288
+ flex-shrink: 0;
289
+ margin: 1em 0em;
290
+ position: relative;
291
+ text-transform: uppercase;
292
+ border-radius: 0.3em; }
293
+
294
+ .iroco-ui-button--basic.svelte-5qkkwb {
295
+ background: #f2ebe3;
296
+ border: 1px solid #18151E; }
297
+
298
+ .iroco-ui-button--dark.svelte-5qkkwb {
299
+ background: #18151E;
300
+ color: #f2ebe3; }
301
+
302
+ .iroco-ui-button--success.svelte-5qkkwb {
303
+ background: #00D692; }
304
+
305
+ .iroco-ui-button--danger.svelte-5qkkwb {
306
+ background: #ff504d; }
307
+
308
+ .iroco-ui-button--regular.svelte-5qkkwb {
309
+ padding: 1em 2em; }
310
+
311
+ .iroco-ui-button--small.svelte-5qkkwb {
312
+ padding: 0.5em 1em; }
313
+
314
+ .iroco-ui-button--basic.svelte-5qkkwb:hover, .iroco-ui-button--success.svelte-5qkkwb:hover, .iroco-ui-button--danger.svelte-5qkkwb:hover {
315
+ box-shadow: inset 0 0 0 10em rgba(0, 0, 0, 0.2); }
316
+
317
+ .iroco-ui-button--dark.svelte-5qkkwb:hover {
318
+ box-shadow: inset 0 0 0 10em rgba(255, 255, 255, 0.2); }
319
+
320
+ .iroco-ui-button.svelte-5qkkwb:active {
321
+ box-shadow: none; }
322
+
323
+ .iroco-ui-button.disabled.svelte-5qkkwb {
324
+ background-color: #f5f5f5;
325
+ cursor: default; }
326
+
327
+ .iroco-ui-button.disabled.svelte-5qkkwb:hover {
328
+ box-shadow: none; }
329
+
330
+ .container-wide.svelte-v0jihd.svelte-v0jihd {
331
+ width: calc(100% - 20px);
332
+ max-width: 2360px;
333
+ margin-left: auto;
334
+ margin-right: auto;
335
+ transition: max-width ease-out 200ms; }
336
+
337
+ @media all and (max-width: 2560px) {
338
+ .container-wide.svelte-v0jihd.svelte-v0jihd {
339
+ max-width: 1620px; } }
340
+
341
+ @media all and (max-width: 1800px) {
342
+ .container-wide.svelte-v0jihd.svelte-v0jihd {
343
+ max-width: 1280px; } }
344
+
345
+ @media all and (max-width: 1440px) {
346
+ .container-wide.svelte-v0jihd.svelte-v0jihd {
347
+ max-width: 884px; } }
348
+
349
+ @media all and (max-width: 1024px) {
350
+ .container-wide.svelte-v0jihd.svelte-v0jihd {
351
+ max-width: 648px; } }
352
+
353
+ @media all and (max-width: 768px) {
354
+ .container-wide.svelte-v0jihd.svelte-v0jihd {
355
+ max-width: 496px; } }
356
+
357
+ @media all and (max-width: 596px) {
358
+ .container-wide.svelte-v0jihd.svelte-v0jihd {
359
+ max-width: 365px; } }
360
+
361
+ @media all and (max-width: 425px) {
362
+ .container-wide.svelte-v0jihd.svelte-v0jihd {
363
+ max-width: calc(100% - 60px); } }
364
+
365
+ @media all and (max-width: 375px) {
366
+ .container-wide.svelte-v0jihd.svelte-v0jihd {
367
+ max-width: calc(100% - 40px); } }
368
+
369
+ @media all and (max-width: 320px) {
370
+ .container-wide.svelte-v0jihd.svelte-v0jihd {
371
+ max-width: calc(100% - 20px); } }
372
+
373
+ .container-large.svelte-v0jihd.svelte-v0jihd {
374
+ width: calc(100% - 20px);
375
+ max-width: 1280px;
376
+ margin-left: auto;
377
+ margin-right: auto;
378
+ transition: max-width ease-out 200ms; }
379
+
380
+ @media all and (max-width: 1440px) {
381
+ .container-large.svelte-v0jihd.svelte-v0jihd {
382
+ max-width: 884px; } }
383
+
384
+ @media all and (max-width: 1024px) {
385
+ .container-large.svelte-v0jihd.svelte-v0jihd {
386
+ max-width: 648px; } }
387
+
388
+ @media all and (max-width: 768px) {
389
+ .container-large.svelte-v0jihd.svelte-v0jihd {
390
+ max-width: 496px; } }
391
+
392
+ @media all and (max-width: 596px) {
393
+ .container-large.svelte-v0jihd.svelte-v0jihd {
394
+ max-width: 365px; } }
395
+
396
+ @media all and (max-width: 425px) {
397
+ .container-large.svelte-v0jihd.svelte-v0jihd {
398
+ max-width: calc(100% - 60px); } }
399
+
400
+ @media all and (max-width: 375px) {
401
+ .container-large.svelte-v0jihd.svelte-v0jihd {
402
+ max-width: calc(100% - 40px); } }
403
+
404
+ @media all and (max-width: 320px) {
405
+ .container-large.svelte-v0jihd.svelte-v0jihd {
406
+ max-width: calc(100% - 20px); } }
407
+
408
+ .container-medium.svelte-v0jihd.svelte-v0jihd {
409
+ width: calc(100% - 20px);
410
+ max-width: 884px;
411
+ margin-left: auto;
412
+ margin-right: auto;
413
+ transition: max-width ease-out 200ms; }
414
+
415
+ @media all and (max-width: 1024px) {
416
+ .container-medium.svelte-v0jihd.svelte-v0jihd {
417
+ max-width: 648px; } }
418
+
419
+ @media all and (max-width: 768px) {
420
+ .container-medium.svelte-v0jihd.svelte-v0jihd {
421
+ max-width: 496px; } }
422
+
423
+ @media all and (max-width: 596px) {
424
+ .container-medium.svelte-v0jihd.svelte-v0jihd {
425
+ max-width: 365px; } }
426
+
427
+ @media all and (max-width: 425px) {
428
+ .container-medium.svelte-v0jihd.svelte-v0jihd {
429
+ max-width: calc(100% - 60px); } }
430
+
431
+ @media all and (max-width: 375px) {
432
+ .container-medium.svelte-v0jihd.svelte-v0jihd {
433
+ max-width: calc(100% - 40px); } }
434
+
435
+ @media all and (max-width: 320px) {
436
+ .container-medium.svelte-v0jihd.svelte-v0jihd {
437
+ max-width: calc(100% - 20px); } }
438
+
439
+ .container-small.svelte-v0jihd.svelte-v0jihd {
440
+ width: calc(100% - 20px);
441
+ max-width: 496px;
442
+ margin-left: auto;
443
+ margin-right: auto;
444
+ transition: max-width ease-out 200ms; }
445
+
446
+ @media all and (max-width: 425px) {
447
+ .container-small.svelte-v0jihd.svelte-v0jihd {
448
+ max-width: calc(100% - 60px); } }
449
+
450
+ @media all and (max-width: 375px) {
451
+ .container-small.svelte-v0jihd.svelte-v0jihd {
452
+ max-width: calc(100% - 40px); } }
453
+
454
+ @media all and (max-width: 320px) {
455
+ .container-small.svelte-v0jihd.svelte-v0jihd {
456
+ max-width: calc(100% - 20px); } }
457
+
458
+ .container-wide.svelte-v0jihd.svelte-v0jihd {
459
+ width: calc(100% - 20px);
460
+ max-width: 2360px;
461
+ margin-left: auto;
462
+ margin-right: auto;
463
+ transition: max-width ease-out 200ms; }
464
+
465
+ @media all and (max-width: 2560px) {
466
+ .container-wide.svelte-v0jihd.svelte-v0jihd {
467
+ max-width: 1620px; } }
468
+
469
+ @media all and (max-width: 1800px) {
470
+ .container-wide.svelte-v0jihd.svelte-v0jihd {
471
+ max-width: 1280px; } }
472
+
473
+ @media all and (max-width: 1440px) {
474
+ .container-wide.svelte-v0jihd.svelte-v0jihd {
475
+ max-width: 884px; } }
476
+
477
+ @media all and (max-width: 1024px) {
478
+ .container-wide.svelte-v0jihd.svelte-v0jihd {
479
+ max-width: 648px; } }
480
+
481
+ @media all and (max-width: 768px) {
482
+ .container-wide.svelte-v0jihd.svelte-v0jihd {
483
+ max-width: 496px; } }
484
+
485
+ @media all and (max-width: 596px) {
486
+ .container-wide.svelte-v0jihd.svelte-v0jihd {
487
+ max-width: 365px; } }
488
+
489
+ @media all and (max-width: 425px) {
490
+ .container-wide.svelte-v0jihd.svelte-v0jihd {
491
+ max-width: calc(100% - 60px); } }
492
+
493
+ @media all and (max-width: 375px) {
494
+ .container-wide.svelte-v0jihd.svelte-v0jihd {
495
+ max-width: calc(100% - 40px); } }
496
+
497
+ @media all and (max-width: 320px) {
498
+ .container-wide.svelte-v0jihd.svelte-v0jihd {
499
+ max-width: calc(100% - 20px); } }
500
+
501
+ .container-large.svelte-v0jihd.svelte-v0jihd {
502
+ width: calc(100% - 20px);
503
+ max-width: 1280px;
504
+ margin-left: auto;
505
+ margin-right: auto;
506
+ transition: max-width ease-out 200ms; }
507
+
508
+ @media all and (max-width: 1440px) {
509
+ .container-large.svelte-v0jihd.svelte-v0jihd {
510
+ max-width: 884px; } }
511
+
512
+ @media all and (max-width: 1024px) {
513
+ .container-large.svelte-v0jihd.svelte-v0jihd {
514
+ max-width: 648px; } }
515
+
516
+ @media all and (max-width: 768px) {
517
+ .container-large.svelte-v0jihd.svelte-v0jihd {
518
+ max-width: 496px; } }
519
+
520
+ @media all and (max-width: 596px) {
521
+ .container-large.svelte-v0jihd.svelte-v0jihd {
522
+ max-width: 365px; } }
523
+
524
+ @media all and (max-width: 425px) {
525
+ .container-large.svelte-v0jihd.svelte-v0jihd {
526
+ max-width: calc(100% - 60px); } }
527
+
528
+ @media all and (max-width: 375px) {
529
+ .container-large.svelte-v0jihd.svelte-v0jihd {
530
+ max-width: calc(100% - 40px); } }
531
+
532
+ @media all and (max-width: 320px) {
533
+ .container-large.svelte-v0jihd.svelte-v0jihd {
534
+ max-width: calc(100% - 20px); } }
535
+
536
+ .container-medium.svelte-v0jihd.svelte-v0jihd {
537
+ width: calc(100% - 20px);
538
+ max-width: 884px;
539
+ margin-left: auto;
540
+ margin-right: auto;
541
+ transition: max-width ease-out 200ms; }
542
+
543
+ @media all and (max-width: 1024px) {
544
+ .container-medium.svelte-v0jihd.svelte-v0jihd {
545
+ max-width: 648px; } }
546
+
547
+ @media all and (max-width: 768px) {
548
+ .container-medium.svelte-v0jihd.svelte-v0jihd {
549
+ max-width: 496px; } }
550
+
551
+ @media all and (max-width: 596px) {
552
+ .container-medium.svelte-v0jihd.svelte-v0jihd {
553
+ max-width: 365px; } }
554
+
555
+ @media all and (max-width: 425px) {
556
+ .container-medium.svelte-v0jihd.svelte-v0jihd {
557
+ max-width: calc(100% - 60px); } }
558
+
559
+ @media all and (max-width: 375px) {
560
+ .container-medium.svelte-v0jihd.svelte-v0jihd {
561
+ max-width: calc(100% - 40px); } }
562
+
563
+ @media all and (max-width: 320px) {
564
+ .container-medium.svelte-v0jihd.svelte-v0jihd {
565
+ max-width: calc(100% - 20px); } }
566
+
567
+ .container-small.svelte-v0jihd.svelte-v0jihd {
568
+ width: calc(100% - 20px);
569
+ max-width: 496px;
570
+ margin-left: auto;
571
+ margin-right: auto;
572
+ transition: max-width ease-out 200ms; }
573
+
574
+ @media all and (max-width: 425px) {
575
+ .container-small.svelte-v0jihd.svelte-v0jihd {
576
+ max-width: calc(100% - 60px); } }
577
+
578
+ @media all and (max-width: 375px) {
579
+ .container-small.svelte-v0jihd.svelte-v0jihd {
580
+ max-width: calc(100% - 40px); } }
581
+
582
+ @media all and (max-width: 320px) {
583
+ .container-small.svelte-v0jihd.svelte-v0jihd {
584
+ max-width: calc(100% - 20px); } }
585
+
586
+ .iroco-ui-button.svelte-v0jihd.svelte-v0jihd {
587
+ cursor: pointer;
588
+ -webkit-touch-callout: none;
589
+ -webkit-user-select: none;
590
+ -khtml-user-select: none;
591
+ -moz-user-select: none;
592
+ -ms-user-select: none;
593
+ user-select: none;
594
+ border: none;
595
+ flex-shrink: 0;
596
+ margin: 1em 0em;
597
+ position: relative;
598
+ text-transform: uppercase;
599
+ border-radius: 0.3em; }
600
+
601
+ .iroco-ui-button--basic.svelte-v0jihd.svelte-v0jihd {
602
+ background: #f2ebe3;
603
+ border: 1px solid #18151E; }
604
+
605
+ .iroco-ui-button--dark.svelte-v0jihd.svelte-v0jihd {
606
+ background: #18151E;
607
+ color: #f2ebe3; }
608
+
609
+ .iroco-ui-button--success.svelte-v0jihd.svelte-v0jihd {
610
+ background: #00D692; }
611
+
612
+ .iroco-ui-button--danger.svelte-v0jihd.svelte-v0jihd {
613
+ background: #ff504d; }
614
+
615
+ .iroco-ui-button--regular.svelte-v0jihd.svelte-v0jihd {
616
+ padding: 1em 2em; }
617
+
618
+ .iroco-ui-button--small.svelte-v0jihd.svelte-v0jihd {
619
+ padding: 0.5em 1em; }
620
+
621
+ .iroco-ui-button--basic.svelte-v0jihd.svelte-v0jihd:hover, .iroco-ui-button--success.svelte-v0jihd.svelte-v0jihd:hover, .iroco-ui-button--danger.svelte-v0jihd.svelte-v0jihd:hover {
622
+ box-shadow: inset 0 0 0 10em rgba(0, 0, 0, 0.2); }
623
+
624
+ .iroco-ui-button--dark.svelte-v0jihd.svelte-v0jihd:hover {
625
+ box-shadow: inset 0 0 0 10em rgba(255, 255, 255, 0.2); }
626
+
627
+ .iroco-ui-button.svelte-v0jihd.svelte-v0jihd:active {
628
+ box-shadow: none; }
629
+
630
+ .iroco-ui-button.disabled.svelte-v0jihd.svelte-v0jihd {
631
+ background-color: #f5f5f5;
632
+ cursor: default; }
633
+
634
+ .iroco-ui-button.disabled.svelte-v0jihd.svelte-v0jihd:hover {
635
+ box-shadow: none; }
636
+
637
+ .nav__sidebar__item.svelte-v0jihd.svelte-v0jihd, .nav__topbar__item.svelte-v0jihd.svelte-v0jihd {
638
+ text-decoration: none;
639
+ font-size: 0.75em;
640
+ display: block; }
641
+
642
+ .nav__sidebar__item.svelte-v0jihd a.svelte-v0jihd, .nav__topbar__item.svelte-v0jihd a.svelte-v0jihd {
643
+ color: #f2ebe3;
644
+ font-size: 2em; }
645
+
646
+ .nav__sidebar__close.svelte-v0jihd.svelte-v0jihd, .nav__topbar__close.svelte-v0jihd.svelte-v0jihd {
647
+ display: none; }
648
+
649
+ .nav__sidebar.svelte-v0jihd.svelte-v0jihd {
650
+ height: 100%;
651
+ width: 300px;
652
+ position: absolute;
653
+ top: 4.45em;
654
+ left: 0;
655
+ overflow-x: hidden; }
656
+
657
+ .nav__sidebar__item-container.svelte-v0jihd.svelte-v0jihd {
658
+ margin: 0;
659
+ padding: 0;
660
+ width: 100%;
661
+ height: 100%; }
662
+
663
+ .nav__sidebar__item.svelte-v0jihd.svelte-v0jihd {
664
+ padding: 2em;
665
+ border-top: 1px solid #464452; }
666
+
667
+ .nav__sidebar__item.svelte-v0jihd.svelte-v0jihd:first-child {
668
+ border-top: none; }
669
+
670
+ .nav__sidebar.svelte-v0jihd .active.svelte-v0jihd {
671
+ border-top: 1px solid #00D692;
672
+ border-bottom: 1px solid #00D692; }
673
+
674
+ .nav__topbar.svelte-v0jihd.svelte-v0jihd {
675
+ flex-grow: 1;
676
+ display: flex;
677
+ justify-content: flex-end; }
678
+
679
+ .nav__topbar.svelte-v0jihd ul.svelte-v0jihd, .nav__topbar.svelte-v0jihd li.svelte-v0jihd {
680
+ display: inline; }
681
+
682
+ .nav__topbar.svelte-v0jihd ul.svelte-v0jihd {
683
+ display: flex;
684
+ flex-grow: 1;
685
+ justify-content: space-around; }
686
+
687
+ @media all and (max-width: 768px) {
688
+ .nav__sidebar.svelte-v0jihd.svelte-v0jihd, .nav__topbar.svelte-v0jihd.svelte-v0jihd {
689
+ position: fixed;
690
+ background-color: #211D28;
691
+ top: 0;
692
+ right: 0;
693
+ width: 100%;
694
+ padding: 0;
695
+ padding-top: 2em;
696
+ margin: 0;
697
+ border-right: none; }
698
+ .nav__sidebar__item-container.svelte-v0jihd.svelte-v0jihd, .nav__topbar__item-container.svelte-v0jihd.svelte-v0jihd {
699
+ padding: 0em;
700
+ margin-top: 2rem; }
701
+ .nav__sidebar.svelte-v0jihd ul.svelte-v0jihd, .nav__sidebar.svelte-v0jihd li.svelte-v0jihd, .nav__topbar.svelte-v0jihd ul.svelte-v0jihd, .nav__topbar.svelte-v0jihd li.svelte-v0jihd {
702
+ display: block; }
703
+ .nav__sidebar__close.svelte-v0jihd.svelte-v0jihd, .nav__topbar__close.svelte-v0jihd.svelte-v0jihd {
704
+ display: block;
705
+ position: absolute;
706
+ right: 0;
707
+ top: 0;
708
+ background-color: transparent;
709
+ border: none;
710
+ color: #a9a29e; }
711
+ .nav__sidebar.svelte-v0jihd.svelte-v0jihd {
712
+ top: 0;
713
+ left: 0; }
714
+ .nav__sidebar__item.svelte-v0jihd.svelte-v0jihd:first-child {
715
+ border-top: 1px solid #464452; }
716
+ .nav__topbar.svelte-v0jihd.svelte-v0jihd {
717
+ height: 100%; }
718
+ .nav__topbar__item.svelte-v0jihd.svelte-v0jihd {
719
+ padding: 2em;
720
+ border-top: 1px solid #464452; } }
721
+
722
+ @use "colors";
723
+ @use "containers";
724
+ @use "fonts";
725
+ @use "forms";
726
+ @use "layouts";
727
+ .alert.svelte-itln7g {
728
+ min-height: 2em;
729
+ display: inline-flex;
730
+ align-items: center;
731
+ border-radius: 0.3em;
732
+ padding: 0 1em 0 1em;
733
+ font-size: 1.2em;
734
+ justify-content: center;
735
+ margin-bottom: 1em;
736
+ cursor: pointer; }
737
+
738
+ .alert--danger.svelte-itln7g {
739
+ background-color: rgba(255, 80, 77, 0.5);
740
+ border: 1px solid #ff504d; }
741
+
742
+ .alert--success.svelte-itln7g {
743
+ background-color: rgba(0, 214, 146, 0.5);
744
+ border: 1px solid #00D692; }