@7shifts/sous-chef 2.14.0 → 2.15.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/dist/index.css CHANGED
@@ -1,2967 +1,42 @@
1
- /*********************************
2
- For new colours, see _colors.scss.
3
- **********************************/
4
- /* stylelint-disable color-no-hex */
5
- /*
6
- These are the colour variables to be used around the webapp.
7
- The variables are set up to describe the color and number which represents the lightness of the color.
8
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
9
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
10
- Please ask a designer if you have questions about which colours to use.
11
- */
12
- ._v0AEt {
13
- font-family: "Proxima Nova", sans-serif;
14
- position: absolute;
15
- list-style: none;
16
- min-width: 160px;
17
- margin: 2px 0 0 0;
18
- padding: 5px 0;
19
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
20
- background: #fff;
21
- margin-top: 8px;
22
- z-index: 9999;
23
- opacity: 0;
24
- transform-origin: top right;
25
- transform: scale(0);
26
- visibility: hidden;
27
- }
28
-
29
- ._lxd1B {
30
- opacity: 1;
31
- transform: scale(1);
32
- visibility: visible;
33
- }
34
-
35
- ._IRJ4j {
36
- padding: 12px 20px;
37
- font-size: 14px;
38
- line-height: 20px;
39
- display: flex;
40
- cursor: pointer;
41
- white-space: nowrap;
42
- color: #555;
43
- }
44
- ._IRJ4j:hover {
45
- background: #f8f8f8;
46
- }
47
- ._3-eyQ {
48
- display: flex;
49
- }
50
- ._3-eyQ .form__group {
51
- margin: 0;
52
- }
53
-
54
- ._kf0KG {
55
- align-items: center;
56
- }
57
-
58
- ._3xCGO {
59
- align-items: flex-end;
60
- }
61
-
62
- ._3R2c9 {
63
- align-items: flex-start;
64
- }
65
-
66
- ._Zvv8e {
67
- justify-content: center;
68
- }
69
-
70
- ._2hBMj {
71
- justify-content: flex-end;
72
- }
73
-
74
- ._3hKWn {
75
- justify-content: space-between;
76
- }
77
-
78
- ._3ACwY {
79
- justify-content: flex-start;
80
- }
81
-
82
- ._2pujZ {
83
- display: inline-flex;
84
- }
85
- /* stylelint-disable color-no-hex */
86
- /*
87
- These are the colour variables to be used around the webapp.
88
- The variables are set up to describe the color and number which represents the lightness of the color.
89
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
90
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
91
- Please ask a designer if you have questions about which colours to use.
92
- */
93
- ._2wtfD {
94
- -webkit-animation: _2Jprn 1.4s linear infinite;
95
- animation: _2Jprn 1.4s linear infinite;
96
- }
97
-
98
- ._Jmh8M {
99
- display: flex;
100
- justify-content: center;
101
- padding: 20px;
102
- }
103
-
104
- @-webkit-keyframes _2Jprn {
105
- 0% {
106
- transform: rotate(0deg);
107
- }
108
- 100% {
109
- transform: rotate(270deg);
110
- }
111
- }
112
-
113
- @keyframes _2Jprn {
114
- 0% {
115
- transform: rotate(0deg);
116
- }
117
- 100% {
118
- transform: rotate(270deg);
119
- }
120
- }
121
- ._3zucL {
122
- stroke-dasharray: 187;
123
- stroke-dashoffset: 0;
124
- stroke: #fb7448;
125
- transform-origin: center;
126
- -webkit-animation: _3ZqYM 1.4s ease-in-out infinite;
127
- animation: _3ZqYM 1.4s ease-in-out infinite;
128
- }
129
-
130
- ._3XYKx {
131
- stroke: #3abda9;
132
- }
133
-
134
- ._1pYbs {
135
- stroke: #c1c1c1;
136
- }
137
-
138
- ._3ofDF {
139
- stroke: #fff;
140
- }
141
-
142
- ._e0OH1 {
143
- stroke: url(#prideGradient);
144
- }
145
-
146
- @-webkit-keyframes _3ZqYM {
147
- 0% {
148
- stroke-dashoffset: 187;
149
- }
150
- 50% {
151
- stroke-dashoffset: 46.75;
152
- transform: rotate(135deg);
153
- }
154
- 100% {
155
- stroke-dashoffset: 187;
156
- transform: rotate(450deg);
157
- }
158
- }
159
-
160
- @keyframes _3ZqYM {
161
- 0% {
162
- stroke-dashoffset: 187;
163
- }
164
- 50% {
165
- stroke-dashoffset: 46.75;
166
- transform: rotate(135deg);
167
- }
168
- 100% {
169
- stroke-dashoffset: 187;
170
- transform: rotate(450deg);
171
- }
172
- }
173
- /*********************************
174
- For new colours, see _colors.scss.
175
- **********************************/
176
- /* stylelint-disable color-no-hex */
177
- /*
178
- These are the colour variables to be used around the webapp.
179
- The variables are set up to describe the color and number which represents the lightness of the color.
180
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
181
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
182
- Please ask a designer if you have questions about which colours to use.
183
- */
184
- ._1P_xb {
185
- display: inline-block;
186
- position: relative;
187
- text-align: left;
188
- }
189
- /*********************************
190
- For new colours, see _colors.scss.
191
- **********************************/
192
- /* stylelint-disable color-no-hex */
193
- /*
194
- These are the colour variables to be used around the webapp.
195
- The variables are set up to describe the color and number which represents the lightness of the color.
196
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
197
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
198
- Please ask a designer if you have questions about which colours to use.
199
- */
200
- ._3h-8V {
201
- font-family: "Proxima Nova", sans-serif;
202
- font-size: 14px;
203
- position: fixed;
204
- padding: 12px;
205
- box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
206
- border-radius: 5px;
207
- visibility: hidden;
208
- opacity: 0;
209
- transition: visibility 0s, opacity 0.05s linear;
210
- max-width: 340px;
211
- }
212
- ._zCaWg {
213
- visibility: visible;
214
- opacity: 1;
215
- }
216
- ._2fg5c {
217
- background: #464646;
218
- color: #fff;
219
- }
220
- ._1iXKZ {
221
- background: #fff;
222
- color: #555;
223
- }
224
- ._2K2Xx {
225
- font-weight: 600;
226
- }
227
-
228
- ._3jWYe {
229
- position: fixed;
230
- width: 0;
231
- height: 0;
232
- border-top: 12px solid;
233
- border-right: 12px solid transparent;
234
- visibility: hidden;
235
- opacity: 0;
236
- transition: visibility 0s, opacity 0.05s linear;
237
- }
238
- ._1zh1g {
239
- transform: rotate(225deg);
240
- }
241
- ._Pr0TW {
242
- transform: rotate(45deg);
243
- }
244
- ._3eQWu {
245
- visibility: visible;
246
- opacity: 1;
247
- }
248
- ._2l-Dg {
249
- border-top-color: #464646;
250
- color: #fff;
251
- }
252
- ._2LAWl {
253
- border-top-color: #fff;
254
- color: #555;
255
- }
256
- /*********************************
257
- For new colours, see _colors.scss.
258
- **********************************/
259
- /* stylelint-disable color-no-hex */
260
- /*
261
- These are the colour variables to be used around the webapp.
262
- The variables are set up to describe the color and number which represents the lightness of the color.
263
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
264
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
265
- Please ask a designer if you have questions about which colours to use.
266
- */
267
- ._1SQ_p {
268
- font-family: "Proxima Nova", sans-serif;
269
- font-weight: 600;
270
- font-size: 14px;
271
- text-align: center;
272
- line-height: 20px;
273
- padding: 8px 12px;
274
- border-radius: 4px;
275
- border-width: 1px;
276
- min-width: 38px;
277
- min-height: 38px;
278
- cursor: pointer;
279
- display: inline-flex;
280
- justify-content: center;
281
- width: auto;
282
- height: auto;
283
- vertical-align: middle;
284
- background-image: none;
285
- white-space: nowrap;
286
- box-sizing: border-box;
287
- -webkit-user-select: none;
288
- -moz-user-select: none;
289
- -ms-user-select: none;
290
- -o-user-select: none;
291
- user-select: none;
292
- text-decoration: none;
293
- border-style: solid;
294
- text-shadow: none;
295
- box-shadow: none;
296
- }
297
- ._1SQ_p svg {
298
- fill: currentColor;
299
- width: 16px;
300
- height: 16px;
301
- }
302
- ._1SQ_p:focus {
303
- box-shadow: 0 0 8px #a7b7ea;
304
- outline: none;
305
- text-decoration: none;
306
- }
307
- ._1SQ_p:hover {
308
- text-decoration: none;
309
- }
310
- ._1SQ_p:active {
311
- transform: scale(0.96);
312
- outline: none;
313
- }
314
- ._1SQ_p:disabled {
315
- cursor: default;
316
- pointer-events: none;
317
- box-shadow: none;
318
- }
319
-
320
- ._1g1Zw > :not(._3TAU6) {
321
- opacity: 0;
322
- }
323
-
324
- ._3TAU6 {
325
- position: absolute;
326
- margin-top: 2px;
327
- }
328
-
329
- ._1R_gC {
330
- min-width: 100px;
331
- }
332
-
333
- ._3ig9y {
334
- padding: 8px;
335
- }
336
-
337
- ._3OB2g {
338
- background: #f8f8f8;
339
- border-color: #c1c1c1;
340
- color: #555;
341
- }
342
- ._3OB2g:hover {
343
- background: #e0e0e0;
344
- border-color: #929292;
345
- color: #464646;
346
- }
347
- ._3OB2g:disabled {
348
- background: #f8f8f8;
349
- border-color: #e0e0e0;
350
- color: #c1c1c1;
351
- }
352
- ._3OB2g[aria-disabled=true] {
353
- background: #f8f8f8;
354
- border-color: #e0e0e0;
355
- color: #c1c1c1;
356
- }
357
-
358
- ._2RivT {
359
- background: #3abda9;
360
- border-color: #3abda9;
361
- color: #fff;
362
- }
363
- ._2RivT:hover {
364
- background: #35ac9a;
365
- border-color: #35ac9a;
366
- color: #fff;
367
- }
368
- ._2RivT:disabled {
369
- background: #8de4d7;
370
- border-color: #8de4d7;
371
- color: #fff;
372
- }
373
- ._2RivT[aria-disabled=true] {
374
- background: #8de4d7;
375
- border-color: #8de4d7;
376
- color: #fff;
377
- }
378
-
379
- ._3T8M_ {
380
- background: #e76767;
381
- border-color: #e76767;
382
- color: #fff;
383
- }
384
- ._3T8M_:hover {
385
- background: #cf5c5c;
386
- border-color: #cf5c5c;
387
- color: #fff;
388
- }
389
- ._3T8M_:disabled {
390
- background: #f0a3a3;
391
- border-color: #f0a3a3;
392
- color: #fff;
393
- }
394
- ._3T8M_[aria-disabled=true] {
395
- background: #f0a3a3;
396
- border-color: #f0a3a3;
397
- color: #fff;
398
- }
399
-
400
- ._1AYVC {
401
- background: #6d87dd;
402
- border-color: #6d87dd;
403
- color: #fff;
404
- }
405
- ._1AYVC:hover {
406
- background: #6179c6;
407
- border-color: #6179c6;
408
- color: #fff;
409
- }
410
- ._1AYVC:disabled {
411
- background: #a7b7ea;
412
- border-color: #a7b7ea;
413
- color: #fff;
414
- }
415
- ._1AYVC[aria-disabled=true] {
416
- background: #a7b7ea;
417
- border-color: #a7b7ea;
418
- color: #fff;
419
- }
420
-
421
- ._34HiE {
422
- background: #fb7448;
423
- border-color: #fb7448;
424
- color: #fff;
425
- }
426
- ._34HiE:hover {
427
- background: #e16840;
428
- border-color: #e16840;
429
- color: #fff;
430
- }
431
- ._34HiE:disabled {
432
- background: #fcab91;
433
- border-color: #fcab91;
434
- color: #fff;
435
- }
436
- ._34HiE[aria-disabled=true] {
437
- background: #fcab91;
438
- border-color: #fcab91;
439
- color: #fff;
440
- }
441
-
442
- ._3BrS0 {
443
- background: transparent;
444
- border-color: #c1c1c1;
445
- color: #555;
446
- }
447
- ._3BrS0:hover {
448
- background: rgba(0, 0, 0, 0.03);
449
- border-color: #929292;
450
- color: #464646;
451
- }
452
- ._3BrS0:disabled {
453
- background: transparent;
454
- border-color: #e0e0e0;
455
- color: #c1c1c1;
456
- }
457
- ._3BrS0[aria-disabled=true] {
458
- background: transparent;
459
- border-color: #e0e0e0;
460
- color: #c1c1c1;
461
- }
462
-
463
- ._1LCBO {
464
- background: transparent;
465
- border-color: transparent;
466
- color: #fff;
467
- }
468
- ._1LCBO:hover {
469
- background: rgba(255, 255, 255, 0.1);
470
- border-color: rgba(255, 255, 255, 0.1);
471
- color: #fff;
472
- }
473
- ._1LCBO:disabled {
474
- background: transparent;
475
- border-color: transparent;
476
- color: #c1c1c1;
477
- }
478
- ._1LCBO[aria-disabled=true] {
479
- background: transparent;
480
- border-color: transparent;
481
- color: #c1c1c1;
482
- }
483
-
484
- ._23S36 {
485
- background: transparent;
486
- border-color: transparent;
487
- color: #5bc0de;
488
- }
489
- ._23S36:hover {
490
- background: rgba(0, 0, 0, 0.03);
491
- border-color: #f8f8f8;
492
- color: #51acc7;
493
- }
494
- ._23S36:disabled {
495
- background: transparent;
496
- border-color: transparent;
497
- color: #c1c1c1;
498
- }
499
- ._23S36[aria-disabled=true] {
500
- background: transparent;
501
- border-color: transparent;
502
- color: #c1c1c1;
503
- }
504
-
505
- ._2CzxI {
506
- background: transparent;
507
- border-color: transparent;
508
- color: #e76767;
509
- }
510
- ._2CzxI:hover {
511
- background: rgba(0, 0, 0, 0.03);
512
- border-color: #f8f8f8;
513
- color: #cf5c5c;
514
- }
515
- ._2CzxI:disabled {
516
- background: transparent;
517
- border-color: transparent;
518
- color: #c1c1c1;
519
- }
520
- ._2CzxI[aria-disabled=true] {
521
- background: transparent;
522
- border-color: transparent;
523
- color: #c1c1c1;
524
- }
525
-
526
- ._21e4m {
527
- background: transparent;
528
- border-color: transparent;
529
- color: #6d87dd;
530
- }
531
- ._21e4m:hover {
532
- background: rgba(0, 0, 0, 0.03);
533
- border-color: #f8f8f8;
534
- color: #6179c6;
535
- }
536
- ._21e4m:disabled {
537
- background: transparent;
538
- border-color: transparent;
539
- color: #c1c1c1;
540
- }
541
- ._21e4m[aria-disabled=true] {
542
- background: transparent;
543
- border-color: transparent;
544
- color: #c1c1c1;
545
- }
546
-
547
- ._2-ESu {
548
- background: transparent;
549
- border-color: transparent;
550
- color: #555;
551
- }
552
- ._2-ESu:hover {
553
- background: rgba(0, 0, 0, 0.03);
554
- border-color: #f8f8f8;
555
- color: #555;
556
- }
557
- ._2-ESu:disabled {
558
- background: transparent;
559
- border-color: transparent;
560
- color: #c1c1c1;
561
- }
562
- ._2-ESu[aria-disabled=true] {
563
- background: transparent;
564
- border-color: transparent;
565
- color: #c1c1c1;
566
- }
567
-
568
- ._1u3kp {
569
- background: transparent;
570
- border-color: transparent;
571
- color: #929292;
572
- }
573
- ._1u3kp:hover {
574
- background: rgba(0, 0, 0, 0.03);
575
- border-color: #f8f8f8;
576
- color: #929292;
577
- }
578
- ._1u3kp:disabled {
579
- background: transparent;
580
- border-color: transparent;
581
- color: #c1c1c1;
582
- }
583
- ._1u3kp[aria-disabled=true] {
584
- background: transparent;
585
- border-color: transparent;
586
- color: #c1c1c1;
587
- }
588
- /*********************************
589
- For new colours, see _colors.scss.
590
- **********************************/
591
- /* stylelint-disable color-no-hex */
592
- /*
593
- These are the colour variables to be used around the webapp.
594
- The variables are set up to describe the color and number which represents the lightness of the color.
595
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
596
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
597
- Please ask a designer if you have questions about which colours to use.
598
- */
599
- ._3DlpO {
600
- display: flex;
601
- padding: 16px;
602
- border: 1px solid #fff;
603
- border-bottom: 1px solid #e0e0e0;
604
- }
605
- ._3DlpO:last-child:not(._NS-B9) {
606
- border-bottom: 1px solid #fff;
607
- }
608
-
609
- ._3DlpO:focus:not(:focus-visible) {
610
- /* Remove the focus indicator on mouse-focus for browsers
611
- that do support :focus-visible */
612
- outline: none;
613
- }
614
-
615
- ._2jPpF {
616
- cursor: pointer;
617
- }
618
- ._2jPpF:hover {
619
- background-color: #f8f8f8;
620
- }
621
-
622
- ._NS-B9 {
623
- border: 1px solid #6d87dd;
624
- box-sizing: border-box;
625
- box-shadow: 0 0 8px #a7b7ea;
626
- }
627
- ._NS-B9:first-child {
628
- border-top-left-radius: 8px;
629
- border-top-right-radius: 8px;
630
- }
631
- ._NS-B9:first-child:not(:last-child) {
632
- border-bottom-left-radius: 0;
633
- border-bottom-right-radius: 0;
634
- }
635
- ._NS-B9:last-child {
636
- border-bottom-left-radius: 8px;
637
- border-bottom-right-radius: 8px;
638
- }
639
- ._NS-B9:last-child:not(:first-child) {
640
- border-top-left-radius: 0;
641
- border-top-right-radius: 0;
642
- }
643
-
644
- ._3ENNn {
645
- display: flex;
646
- flex-direction: column;
647
- justify-content: center;
648
- position: relative;
649
- }
650
-
651
- ._1FTaE {
652
- width: 40px;
653
- }
654
- /**
655
- This file probaly will be split when we split the components
656
- */
657
- /*********************************
658
- For new colours, see _colors.scss.
659
- **********************************/
660
- /* stylelint-disable color-no-hex */
661
- /*
662
- These are the colour variables to be used around the webapp.
663
- The variables are set up to describe the color and number which represents the lightness of the color.
664
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
665
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
666
- Please ask a designer if you have questions about which colours to use.
667
- */
668
- ._28AYq {
669
- display: flex;
670
- font-size: 12px;
671
- font-weight: 600;
672
- font-family: "Proxima Nova", sans-serif;
673
- color: #555;
674
- padding: 19px 17px 8px 17px;
675
- }
676
-
677
- ._3-nHz {
678
- display: flex;
679
- align-items: center;
680
- line-height: 21px;
681
- }
682
- ._2Rh0i {
683
- cursor: pointer;
684
- }
685
-
686
- ._3-nHz:focus:not(:focus-visible) {
687
- /* Remove the focus indicator on mouse-focus for browsers
688
- that do support :focus-visible */
689
- outline: none;
690
- }
691
-
692
- ._2fGMK {
693
- width: 40px;
694
- }
695
-
696
- ._W7CnY {
697
- display: inline-block;
698
- padding: 0 8px;
699
- line-height: 1em;
700
- }
701
-
702
- ._2ygIH {
703
- border: 1px solid #c1c1c1;
704
- border-radius: 8px;
705
- font-family: "Proxima Nova", sans-serif;
706
- font-size: 14px;
707
- }
708
-
709
- ._2cqhY {
710
- margin-top: 20px;
711
- font-family: "Proxima Nova", sans-serif;
712
- }
713
- /*********************************
714
- For new colours, see _colors.scss.
715
- **********************************/
716
- /* stylelint-disable color-no-hex */
717
- /*
718
- These are the colour variables to be used around the webapp.
719
- The variables are set up to describe the color and number which represents the lightness of the color.
720
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
721
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
722
- Please ask a designer if you have questions about which colours to use.
723
- */
724
- ._1IynL button:disabled {
725
- border-color: #c1c1c1;
726
- }
727
- ._1IynL button:last-child {
728
- border-radius: 0 4px 4px 0;
729
- margin-left: -1px;
730
- }
731
- ._1IynL button:first-child {
732
- border-radius: 4px 0 0 4px;
733
- }
734
- ._1IynL button:not(:first-child):not(:last-child) {
735
- border-radius: 0;
736
- margin-left: -1px;
737
- }
738
- /*********************************
739
- For new colours, see _colors.scss.
740
- **********************************/
741
- /* stylelint-disable color-no-hex */
742
- /*
743
- These are the colour variables to be used around the webapp.
744
- The variables are set up to describe the color and number which represents the lightness of the color.
745
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
746
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
747
- Please ask a designer if you have questions about which colours to use.
748
- */
749
- ._1d8Ci {
750
- display: flex;
751
- }
752
- ._1d8Ci:not(:last-child):not(._3tb7U) {
753
- border-bottom: 1px solid #e0e0e0;
754
- }
755
-
756
- ._1d8Ci:focus:not(:focus-visible) {
757
- /* Remove the focus indicator on mouse-focus for browsers
758
- that do support :focus-visible */
759
- outline: none;
760
- }
761
-
762
- ._thFcO {
763
- cursor: pointer;
764
- }
765
- ._thFcO:hover {
766
- background-color: #f8f8f8;
767
- }
768
-
769
- ._3tb7U {
770
- border: 1px solid #6d87dd;
771
- box-sizing: border-box;
772
- box-shadow: 0 0 8px #a7b7ea;
773
- }
774
- ._3tb7U:first-child {
775
- border-top-left-radius: 8px;
776
- border-top-right-radius: 8px;
777
- }
778
- ._3tb7U:first-child:not(:last-child) {
779
- border-bottom-left-radius: 0;
780
- border-bottom-right-radius: 0;
781
- }
782
- ._3tb7U:last-child {
783
- border-bottom-left-radius: 8px;
784
- border-bottom-right-radius: 8px;
785
- }
786
- ._3tb7U:last-child:not(:first-child) {
787
- border-top-left-radius: 0;
788
- border-top-right-radius: 0;
789
- }
790
-
791
- ._OTcMc {
792
- display: flex;
793
- flex-direction: column;
794
- justify-content: center;
795
- position: relative;
796
- }
797
- ._lNHQ8 {
798
- padding: 16px;
799
- }
800
- ._13YLe {
801
- flex-direction: unset;
802
- justify-content: flex-end;
803
- }
804
- ._1rrRr:not(:last-child) {
805
- border-right: 1px solid #e0e0e0;
806
- }
807
-
808
- ._azbIG {
809
- width: 40px;
810
- padding: 16px;
811
- box-sizing: content-box;
812
- }
813
- /*********************************
814
- For new colours, see _colors.scss.
815
- **********************************/
816
- /* stylelint-disable color-no-hex */
817
- /*
818
- These are the colour variables to be used around the webapp.
819
- The variables are set up to describe the color and number which represents the lightness of the color.
820
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
821
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
822
- Please ask a designer if you have questions about which colours to use.
823
- */
824
- /*********************************
825
- For new colours, see _colors.scss.
826
- **********************************/
827
- /* stylelint-disable color-no-hex */
828
- /*
829
- These are the colour variables to be used around the webapp.
830
- The variables are set up to describe the color and number which represents the lightness of the color.
831
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
832
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
833
- Please ask a designer if you have questions about which colours to use.
834
- */
835
- ._1QDLF {
836
- color: #555;
837
- font-family: "Proxima Nova", sans-serif;
838
- font-weight: 400;
839
- font-size: 12px;
840
- }
841
-
842
- /*********************************
843
- For new colours, see _colors.scss.
844
- **********************************/
845
- /* stylelint-disable color-no-hex */
846
- /*
847
- These are the colour variables to be used around the webapp.
848
- The variables are set up to describe the color and number which represents the lightness of the color.
849
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
850
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
851
- Please ask a designer if you have questions about which colours to use.
852
- */
853
- ._2wiMV {
854
- line-height: normal;
855
- padding: 0;
856
- width: auto;
857
- float: none;
858
- color: #555;
859
- font-family: "Proxima Nova", sans-serif;
860
- font-weight: 600;
861
- font-size: 14px;
862
- min-height: 16px;
863
- }
864
-
865
- /**
866
- This component is built with acessibility in mind.
867
- The `<input type="checkbox" />` is not removed from screen or changed its `apparence`. It would mess up with the `outline`.
868
- Instead we are keeping it on the screen with a `opacity: 0`. When it is active we turn the `outline` on the upper class to keep the native bahaviour.
869
-
870
- Just for future references:
871
- `.toggle [type='checkbox']` = input checkbox
872
- `.toggle__switch::before` = toggle bottom layer
873
- `.toggle__switch::after` = toggle knub
874
- */
875
- ._1ui8X {
876
- display: inline-flex;
877
- align-items: center;
878
- }
879
-
880
- ._1YRJT {
881
- line-height: normal;
882
- padding: 0;
883
- width: auto;
884
- float: none;
885
- color: #555;
886
- font-family: "Proxima Nova", sans-serif;
887
- font-weight: 600;
888
- font-size: 14px;
889
- min-height: 16px;
890
- margin-left: 8px;
891
- }
892
-
893
- ._1jEiW {
894
- color: #555;
895
- font-family: "Proxima Nova", sans-serif;
896
- font-weight: 400;
897
- font-size: 12px;
898
- margin-left: 48px;
899
- display: block;
900
- }
901
-
902
- ._1ui8X [type=checkbox] {
903
- position: absolute;
904
- opacity: 0;
905
- pointer-events: none;
906
- }
907
-
908
- ._3tNyE {
909
- position: relative;
910
- cursor: pointer;
911
- }
912
-
913
- /* default states */
914
- ._3tNyE::before {
915
- content: "";
916
- display: block;
917
- background: #c1c1c1;
918
- transition: all ease-in-out 150ms;
919
- box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.03);
920
- border-radius: 26px;
921
- height: 20px;
922
- width: 40px;
923
- }
924
-
925
- ._3tNyE::after {
926
- content: "";
927
- display: block;
928
- position: absolute;
929
- left: 2px;
930
- right: 21px;
931
- top: 2px;
932
- background: #fff;
933
- border: 1px solid #c1c1c1;
934
- border-radius: 24px;
935
- height: 14px;
936
- width: 14px;
937
- transition: all ease-in-out 150ms;
938
- box-shadow: 0 0 4px rgba(0, 0, 0, 0.03);
939
- }
940
-
941
- /* special states */
942
- ._1ui8X [type=checkbox]:focus-visible + ._3tNyE {
943
- outline: #6d87dd solid 1px;
944
- }
945
-
946
- ._1ui8X [type=checkbox]:disabled + ._3tNyE {
947
- opacity: 0.4;
948
- cursor: default;
949
- }
950
-
951
- ._1ui8X [type=checkbox]:disabled + ._3tNyE::after {
952
- box-shadow: none;
953
- }
954
-
955
- /* checked states */
956
- ._1ui8X [type=checkbox]:checked + ._3tNyE::before {
957
- background: #3abda9;
958
- }
959
-
960
- ._1ui8X [type=checkbox]:checked + ._3tNyE::after {
961
- border-color: #3abda9;
962
- left: 21px;
963
- right: 2px;
964
- }
965
- /*********************************
966
- For new colours, see _colors.scss.
967
- **********************************/
968
- /* stylelint-disable color-no-hex */
969
- /*
970
- These are the colour variables to be used around the webapp.
971
- The variables are set up to describe the color and number which represents the lightness of the color.
972
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
973
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
974
- Please ask a designer if you have questions about which colours to use.
975
- */
976
- ._of22N {
977
- display: flex;
978
- font-size: 12px;
979
- font-weight: 600;
980
- font-family: "Proxima Nova", sans-serif;
981
- color: #555;
982
- padding: 20px 17px 8px 17px;
983
- }
984
-
985
- ._27x4v {
986
- display: flex;
987
- align-items: center;
988
- line-height: 21px;
989
- }
990
- ._27x4v:not(._27x4v:first-child) {
991
- padding-left: 16px;
992
- }
993
- ._27x4v:not(._27x4v:last-child) {
994
- padding-right: 16px;
995
- }
996
- ._3gw3Z {
997
- cursor: pointer;
998
- }
999
- ._Fjm2n {
1000
- justify-content: flex-end;
1001
- }
1002
-
1003
- ._27x4v:focus:not(:focus-visible) {
1004
- /* Remove the focus indicator on mouse-focus for browsers
1005
- that do support :focus-visible */
1006
- outline: none;
1007
- }
1008
-
1009
- ._LoIvx {
1010
- width: 40px;
1011
- box-sizing: content-box;
1012
- }
1013
-
1014
- ._3VjFP {
1015
- display: inline-block;
1016
- padding: 0 8px;
1017
- line-height: 1em;
1018
- }
1019
-
1020
- ._1bTmd {
1021
- border: 1px solid #c1c1c1;
1022
- border-radius: 8px;
1023
- font-family: "Proxima Nova", sans-serif;
1024
- font-size: 14px;
1025
- }
1026
-
1027
- ._1opWx {
1028
- background: #f8f8f8;
1029
- font-weight: 600;
1030
- }
1031
-
1032
- ._F_spz {
1033
- margin-top: 20px;
1034
- font-family: "Proxima Nova", sans-serif;
1035
- }
1036
- /*********************************
1037
- For new colours, see _colors.scss.
1038
- **********************************/
1039
- /* stylelint-disable color-no-hex */
1040
- /*
1041
- These are the colour variables to be used around the webapp.
1042
- The variables are set up to describe the color and number which represents the lightness of the color.
1043
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
1044
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
1045
- Please ask a designer if you have questions about which colours to use.
1046
- */
1047
- ._orjDM {
1048
- padding: 16px;
1049
- }
1050
- ._3EpfF {
1051
- text-align: right;
1052
- }
1053
- /*********************************
1054
- For new colours, see _colors.scss.
1055
- **********************************/
1056
- /* stylelint-disable color-no-hex */
1057
- /*
1058
- These are the colour variables to be used around the webapp.
1059
- The variables are set up to describe the color and number which represents the lightness of the color.
1060
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
1061
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
1062
- Please ask a designer if you have questions about which colours to use.
1063
- */
1064
- ._h724f {
1065
- line-height: normal;
1066
- padding: 0;
1067
- width: auto;
1068
- float: none;
1069
- color: #555;
1070
- font-family: "Proxima Nova", sans-serif;
1071
- font-weight: 600;
1072
- font-size: 14px;
1073
- min-height: 16px;
1074
- }
1075
- /*********************************
1076
- For new colours, see _colors.scss.
1077
- **********************************/
1078
- /* stylelint-disable color-no-hex */
1079
- /*
1080
- These are the colour variables to be used around the webapp.
1081
- The variables are set up to describe the color and number which represents the lightness of the color.
1082
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
1083
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
1084
- Please ask a designer if you have questions about which colours to use.
1085
- */
1086
- ._1DWBq {
1087
- color: #555;
1088
- font-family: "Proxima Nova", sans-serif;
1089
- font-weight: 400;
1090
- font-size: 12px;
1091
- }
1092
- /*********************************
1093
- For new colours, see _colors.scss.
1094
- **********************************/
1095
- /* stylelint-disable color-no-hex */
1096
- /*
1097
- These are the colour variables to be used around the webapp.
1098
- The variables are set up to describe the color and number which represents the lightness of the color.
1099
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
1100
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
1101
- Please ask a designer if you have questions about which colours to use.
1102
- */
1103
- ._nZ2MD {
1104
- color: #e76767;
1105
- font-family: "Proxima Nova", sans-serif;
1106
- font-weight: 400;
1107
- font-size: 12px;
1108
- }
1109
- /*********************************
1110
- For new colours, see _colors.scss.
1111
- **********************************/
1112
- /* stylelint-disable color-no-hex */
1113
- /*
1114
- These are the colour variables to be used around the webapp.
1115
- The variables are set up to describe the color and number which represents the lightness of the color.
1116
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
1117
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
1118
- Please ask a designer if you have questions about which colours to use.
1119
- */
1120
- ._ybKOk {
1121
- position: relative;
1122
- display: flex;
1123
- flex: 1;
1124
- }
1125
-
1126
- ._2COk3 input {
1127
- padding-left: 21px;
1128
- }
1129
-
1130
- ._1xXXN input {
1131
- padding-right: 21px;
1132
- }
1133
-
1134
- ._eX5OL {
1135
- position: absolute;
1136
- line-height: 22px;
1137
- padding: 8px;
1138
- color: #555;
1139
- min-width: 8px;
1140
- pointer-events: none;
1141
- font-size: 14px;
1142
- font-family: "Proxima Nova", sans-serif;
1143
- box-sizing: content-box;
1144
- display: flex;
1145
- align-items: center;
1146
- height: 22px;
1147
- top: 0;
1148
- bottom: 0;
1149
- margin-top: auto;
1150
- margin-bottom: auto;
1151
- text-align: left;
1152
- }
1153
- ._eX5OL svg {
1154
- color: #929292;
1155
- }
1156
-
1157
- .__YH01 {
1158
- position: absolute;
1159
- line-height: 22px;
1160
- padding: 8px;
1161
- color: #555;
1162
- min-width: 8px;
1163
- pointer-events: none;
1164
- font-size: 14px;
1165
- font-family: "Proxima Nova", sans-serif;
1166
- box-sizing: content-box;
1167
- display: flex;
1168
- align-items: center;
1169
- height: 22px;
1170
- top: 0;
1171
- bottom: 0;
1172
- margin-top: auto;
1173
- margin-bottom: auto;
1174
- right: 0;
1175
- text-align: right;
1176
- }
1177
- .__YH01 svg {
1178
- color: #929292;
1179
- }
1180
- /*********************************
1181
- For new colours, see _colors.scss.
1182
- **********************************/
1183
- /* stylelint-disable color-no-hex */
1184
- /*
1185
- These are the colour variables to be used around the webapp.
1186
- The variables are set up to describe the color and number which represents the lightness of the color.
1187
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
1188
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
1189
- Please ask a designer if you have questions about which colours to use.
1190
- */
1191
- ._kIngZ {
1192
- width: 100%;
1193
- }
1194
- ._kIngZ input {
1195
- border: 1px solid transparent;
1196
- display: flex;
1197
- justify-content: flex-end;
1198
- background: transparent;
1199
- padding: 16px;
1200
- width: 100%;
1201
- font-size: 14px;
1202
- font-family: "Proxima Nova", sans-serif;
1203
- border-radius: 0;
1204
- }
1205
- ._kIngZ input:focus {
1206
- border-color: #6d87dd;
1207
- box-shadow: 0 0 8px #a7b7ea;
1208
- outline: none;
1209
- }
1210
- ._kIngZ input:hover {
1211
- background: #f8f8f8;
1212
- }
1213
- ._3_QIj {
1214
- text-align: right;
1215
- }
1216
- ._2Kyuc {
1217
- /* Firefox */
1218
- }
1219
- ._2Kyuc input::-webkit-outer-spin-button,
1220
- ._2Kyuc input::-webkit-inner-spin-button {
1221
- -webkit-appearance: none;
1222
- margin: 0;
1223
- }
1224
- ._2Kyuc input[type=number] {
1225
- -moz-appearance: textfield;
1226
- }
1227
-
1228
- ._y9SBQ._y9SBQ {
1229
- border-color: #e76767;
1230
- }
1231
-
1232
- ._32mWH._32mWH {
1233
- border-top-left-radius: 8px;
1234
- }
1235
-
1236
- ._3Jg2-._3Jg2- {
1237
- border-top-right-radius: 8px;
1238
- }
1239
-
1240
- ._1F5fj._1F5fj {
1241
- border-bottom-left-radius: 8px;
1242
- }
1243
-
1244
- ._1fTTW._1fTTW {
1245
- border-bottom-right-radius: 8px;
1246
- }
1247
- ._3CaV0 {
1248
- max-width: 500px;
1249
- }
1250
- /*********************************
1251
- For new colours, see _colors.scss.
1252
- **********************************/
1253
- /* stylelint-disable color-no-hex */
1254
- /*
1255
- These are the colour variables to be used around the webapp.
1256
- The variables are set up to describe the color and number which represents the lightness of the color.
1257
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
1258
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
1259
- Please ask a designer if you have questions about which colours to use.
1260
- */
1261
- ._BkzdC {
1262
- border-radius: 4px;
1263
- padding: 7px;
1264
- box-shadow: none;
1265
- border: 1px solid #c1c1c1;
1266
- flex: 1;
1267
- display: flex;
1268
- flex-direction: column;
1269
- min-width: 90px;
1270
- }
1271
- ._BkzdC textarea {
1272
- line-height: 22px;
1273
- font-size: 14px;
1274
- font-family: "Proxima Nova", sans-serif;
1275
- color: #555;
1276
- margin: 0;
1277
- border: none;
1278
- resize: none;
1279
- width: auto;
1280
- height: auto;
1281
- padding: 0;
1282
- }
1283
- ._BkzdC textarea:focus {
1284
- outline: none;
1285
- }
1286
- ._BkzdC textarea:disabled {
1287
- background-color: #f8f8f8;
1288
- }
1289
- ._Rop31 {
1290
- border: 1px solid #6d87dd;
1291
- box-shadow: 0 0 8px #a7b7ea;
1292
- outline: none;
1293
- }
1294
- ._2x3Cm {
1295
- background-color: #f8f8f8;
1296
- }
1297
- ._3zOwV {
1298
- border-color: #e76767 !important;
1299
- }
1300
- ._rQqnL {
1301
- margin-top: 5px;
1302
- }
1303
- /*********************************
1304
- For new colours, see _colors.scss.
1305
- **********************************/
1306
- /* stylelint-disable color-no-hex */
1307
- /*
1308
- These are the colour variables to be used around the webapp.
1309
- The variables are set up to describe the color and number which represents the lightness of the color.
1310
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
1311
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
1312
- Please ask a designer if you have questions about which colours to use.
1313
- */
1314
- ._20YOA {
1315
- padding: 7px;
1316
- line-height: 22px;
1317
- border-radius: 4px;
1318
- font-size: 14px;
1319
- font-family: "Proxima Nova", sans-serif;
1320
- color: #555;
1321
- box-shadow: none;
1322
- border: 1px solid #c1c1c1;
1323
- margin: 0;
1324
- flex: 1;
1325
- min-width: 90px;
1326
- }
1327
- ._20YOA:focus {
1328
- border: 1px solid #6d87dd;
1329
- box-shadow: 0 0 8px #a7b7ea;
1330
- outline: none;
1331
- }
1332
- ._20YOA:disabled {
1333
- background-color: #f8f8f8;
1334
- color: #929292;
1335
- }
1336
-
1337
- ._3kUSh {
1338
- border-color: #e76767 !important;
1339
- }
1340
-
1341
- ._3IU3Q {
1342
- border-left: 0 !important;
1343
- border-top-left-radius: 0 !important;
1344
- border-bottom-left-radius: 0 !important;
1345
- color: #929292;
1346
- }
1347
-
1348
- ._QXJOD {
1349
- border-right: 0 !important;
1350
- border-top-right-radius: 0 !important;
1351
- border-bottom-right-radius: 0 !important;
1352
- }
1353
- /*********************************
1354
- For new colours, see _colors.scss.
1355
- **********************************/
1356
- /* stylelint-disable color-no-hex */
1357
- /*
1358
- These are the colour variables to be used around the webapp.
1359
- The variables are set up to describe the color and number which represents the lightness of the color.
1360
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
1361
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
1362
- Please ask a designer if you have questions about which colours to use.
1363
- */
1364
- ._2sg0c {
1365
- position: relative;
1366
- }
1367
- ._2LdrP {
1368
- padding-left: 24px;
1369
- }
1370
- ._2sg0c input {
1371
- position: absolute;
1372
- opacity: 0;
1373
- cursor: pointer;
1374
- z-index: 1;
1375
- width: 16px;
1376
- height: 16px;
1377
- right: 0;
1378
- }
1379
- ._2mA8e {
1380
- display: block;
1381
- top: 0;
1382
- left: 0;
1383
- height: 14px;
1384
- width: 14px;
1385
- background-color: transparent;
1386
- border-radius: 4px;
1387
- border: 1px solid #e0e0e0;
1388
- box-shadow: inset 0 1px 4px -2px #e0e0e0;
1389
- }
1390
- ._2mA8e::after {
1391
- position: absolute;
1392
- content: "";
1393
- opacity: 0;
1394
- }
1395
- input:checked ~ ._2mA8e {
1396
- background-color: #4d89f5;
1397
- border-radius: 4px;
1398
- transform: rotate(0deg) scale(1);
1399
- opacity: 1;
1400
- border: 1px solid #8cb5f4;
1401
- }
1402
- input:checked ~ ._2mA8e::after {
1403
- opacity: 1;
1404
- transform: rotate(45deg) scale(1);
1405
- left: 4px;
1406
- top: 1px;
1407
- width: 4px;
1408
- height: 8px;
1409
- border: solid #fff;
1410
- border-width: 0 2px 2px 0;
1411
- background-color: transparent;
1412
- border-radius: 0;
1413
- }
1414
- input:focus-visible + ._2mA8e {
1415
- outline: #6d87dd solid 1px;
1416
- }
1417
- input:disabled + ._2mA8e {
1418
- background-color: #f8f8f8;
1419
- border: 1px solid #e0e0e0;
1420
- }
1421
- input:disabled + ._2mA8e::after {
1422
- box-shadow: none;
1423
- border: solid #9f9f9f !important;
1424
- border-width: 0 2px 2px 0 !important;
1425
- }
1426
- /*********************************
1427
- For new colours, see _colors.scss.
1428
- **********************************/
1429
- /* stylelint-disable color-no-hex */
1430
- /*
1431
- These are the colour variables to be used around the webapp.
1432
- The variables are set up to describe the color and number which represents the lightness of the color.
1433
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
1434
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
1435
- Please ask a designer if you have questions about which colours to use.
1436
- */
1437
- ._g6T-p {
1438
- position: relative;
1439
- }
1440
- ._g6T-p input {
1441
- position: absolute;
1442
- opacity: 0;
1443
- z-index: 1;
1444
- width: 100%;
1445
- height: 100%;
1446
- right: 0;
1447
- box-sizing: border-box;
1448
- }
1449
- ._g6T-p input:hover:not(:disabled) {
1450
- cursor: pointer;
1451
- }
1452
- ._1i2AX {
1453
- display: flex;
1454
- align-items: center;
1455
- justify-content: center;
1456
- background-color: #fff;
1457
- font-size: 14px;
1458
- font-weight: 600;
1459
- padding: 8px;
1460
- border: 1px solid #e0e0e0;
1461
- border-radius: 25px;
1462
- min-height: 38px;
1463
- min-width: 60px;
1464
- text-align: center;
1465
- vertical-align: middle;
1466
- color: #555;
1467
- -webkit-user-select: none;
1468
- -moz-user-select: none;
1469
- -ms-user-select: none;
1470
- user-select: none;
1471
- transition: background-color 0.2s, color 0.2s;
1472
- text-transform: capitalize;
1473
- box-sizing: border-box;
1474
- }
1475
- input:hover ~ ._1i2AX {
1476
- background-color: #e0e0e0;
1477
- border-color: #e0e0e0;
1478
- }
1479
- input:checked:hover ~ ._1i2AX {
1480
- background-color: #e16840;
1481
- border-color: #e16840;
1482
- }
1483
- input:checked ~ ._1i2AX {
1484
- background-color: #fb7448;
1485
- border-color: #fb7448;
1486
- color: #fff;
1487
- }
1488
- input:disabled + ._1i2AX {
1489
- background-color: #f8f8f8;
1490
- border-color: #f8f8f8;
1491
- color: #929292;
1492
- }
1493
- input:disabled:checked + ._1i2AX {
1494
- background-color: #e16840;
1495
- border-color: #e16840;
1496
- color: #fff;
1497
- }
1498
- input:focus-visible + ._1i2AX {
1499
- border: 1px solid #6d87dd;
1500
- box-shadow: 0 0 8px #a7b7ea;
1501
- outline: none;
1502
- }
1503
- /*********************************
1504
- For new colours, see _colors.scss.
1505
- **********************************/
1506
- /* stylelint-disable color-no-hex */
1507
- /*
1508
- These are the colour variables to be used around the webapp.
1509
- The variables are set up to describe the color and number which represents the lightness of the color.
1510
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
1511
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
1512
- Please ask a designer if you have questions about which colours to use.
1513
- */
1514
- ._1WGz2 {
1515
- line-height: normal;
1516
- padding: 0;
1517
- width: auto;
1518
- float: none;
1519
- color: #555;
1520
- font-family: "Proxima Nova", sans-serif;
1521
- font-weight: 600;
1522
- font-size: 14px;
1523
- min-height: 16px;
1524
- }
1525
-
1526
- ._RXyG_ {
1527
- line-height: normal;
1528
- padding: 0;
1529
- width: auto;
1530
- float: none;
1531
- color: #555;
1532
- font-family: "Proxima Nova", sans-serif;
1533
- font-weight: 600;
1534
- font-size: 14px;
1535
- min-height: 16px;
1536
- }
1537
- /*********************************
1538
- For new colours, see _colors.scss.
1539
- **********************************/
1540
- /* stylelint-disable color-no-hex */
1541
- /*
1542
- These are the colour variables to be used around the webapp.
1543
- The variables are set up to describe the color and number which represents the lightness of the color.
1544
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
1545
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
1546
- Please ask a designer if you have questions about which colours to use.
1547
- */
1548
- ._1Clmp {
1549
- position: relative;
1550
- }
1551
- ._3UmWA {
1552
- padding-left: 24px;
1553
- }
1554
- ._1Clmp input {
1555
- position: absolute;
1556
- opacity: 0;
1557
- cursor: pointer;
1558
- z-index: 1;
1559
- width: 16px;
1560
- height: 16px;
1561
- right: 0;
1562
- }
1563
- ._1tMq- {
1564
- display: block;
1565
- top: 0;
1566
- left: 0;
1567
- height: 14px;
1568
- width: 14px;
1569
- background-color: transparent;
1570
- border-radius: 50%;
1571
- border: 1px solid #e0e0e0;
1572
- box-shadow: inset 0 1px 4px -2px #e0e0e0;
1573
- }
1574
- ._1tMq-::after {
1575
- position: absolute;
1576
- content: "";
1577
- opacity: 0;
1578
- }
1579
- input:checked ~ ._1tMq- {
1580
- background-color: #4d89f5;
1581
- border-radius: 50%;
1582
- transform: rotate(0deg) scale(1);
1583
- opacity: 1;
1584
- border: 1px solid #8cb5f4;
1585
- }
1586
- input:checked ~ ._1tMq-::after {
1587
- opacity: 1;
1588
- left: 5px;
1589
- top: 5px;
1590
- width: 4px;
1591
- height: 4px;
1592
- background-color: #fff;
1593
- border: none;
1594
- border-radius: 50%;
1595
- }
1596
- input:focus-visible + ._1tMq- {
1597
- outline: #6d87dd solid 1px;
1598
- }
1599
- input:disabled + ._1tMq- {
1600
- background-color: #f8f8f8;
1601
- border: 1px solid #e0e0e0;
1602
- }
1603
- input:disabled + ._1tMq-::after {
1604
- box-shadow: none;
1605
- border: solid #9f9f9f !important;
1606
- border-width: 0 2px 2px 0 !important;
1607
- background-color: #9f9f9f;
1608
- left: 4px;
1609
- top: 4px;
1610
- }
1611
- /*********************************
1612
- For new colours, see _colors.scss.
1613
- **********************************/
1614
- /* stylelint-disable color-no-hex */
1615
- /*
1616
- These are the colour variables to be used around the webapp.
1617
- The variables are set up to describe the color and number which represents the lightness of the color.
1618
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
1619
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
1620
- Please ask a designer if you have questions about which colours to use.
1621
- */
1622
- ._18Rzv {
1623
- padding: 7px;
1624
- line-height: 22px;
1625
- border-radius: 4px;
1626
- font-size: 14px;
1627
- font-family: "Proxima Nova", sans-serif;
1628
- color: #555;
1629
- box-shadow: none;
1630
- border: 1px solid #c1c1c1;
1631
- margin: 0;
1632
- flex: 1;
1633
- min-width: 90px;
1634
- }
1635
- ._18Rzv:focus {
1636
- border: 1px solid #6d87dd;
1637
- box-shadow: 0 0 8px #a7b7ea;
1638
- outline: none;
1639
- }
1640
- ._18Rzv:disabled {
1641
- background-color: #f8f8f8;
1642
- color: #929292;
1643
- }
1644
-
1645
- ._3eD7t {
1646
- border-color: #e76767 !important;
1647
- }
1648
-
1649
- ._2evrG {
1650
- border-left: 0 !important;
1651
- border-top-left-radius: 0 !important;
1652
- border-bottom-left-radius: 0 !important;
1653
- color: #929292;
1654
- }
1655
-
1656
- ._-MgeO {
1657
- border-right: 0 !important;
1658
- border-top-right-radius: 0 !important;
1659
- border-bottom-right-radius: 0 !important;
1660
- }
1661
-
1662
- ._-Rf3c {
1663
- position: relative;
1664
- display: flex;
1665
- flex: 1;
1666
- }
1667
-
1668
- ._yinPY {
1669
- position: absolute;
1670
- cursor: pointer;
1671
- right: 7px;
1672
- top: 7px;
1673
- }
1674
- /*********************************
1675
- For new colours, see _colors.scss.
1676
- **********************************/
1677
- /* stylelint-disable color-no-hex */
1678
- /*
1679
- These are the colour variables to be used around the webapp.
1680
- The variables are set up to describe the color and number which represents the lightness of the color.
1681
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
1682
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
1683
- Please ask a designer if you have questions about which colours to use.
1684
- */
1685
- ._U0krC {
1686
- color: #e0e0e0;
1687
- font-family: "Proxima Nova", sans-serif;
1688
- }
1689
-
1690
- ._2XIl4 {
1691
- color: #929292;
1692
- font-family: "Proxima Nova", sans-serif;
1693
- }
1694
- ._1cDCR {
1695
- flex: 1;
1696
- display: "flex";
1697
- }
1698
- /*********************************
1699
- For new colours, see _colors.scss.
1700
- **********************************/
1701
- /* stylelint-disable color-no-hex */
1702
- /*
1703
- These are the colour variables to be used around the webapp.
1704
- The variables are set up to describe the color and number which represents the lightness of the color.
1705
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
1706
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
1707
- Please ask a designer if you have questions about which colours to use.
1708
- */
1709
- ._uC4zU {
1710
- font-family: "Proxima Nova", sans-serif;
1711
- font-weight: 16px;
1712
- font-size: 14px;
1713
- color: #929292;
1714
- display: flex;
1715
- flex-direction: column;
1716
- justify-content: center;
1717
- padding: 8px 12px;
1718
- }
1719
- /*********************************
1720
- For new colours, see _colors.scss.
1721
- **********************************/
1722
- /* stylelint-disable color-no-hex */
1723
- /*
1724
- These are the colour variables to be used around the webapp.
1725
- The variables are set up to describe the color and number which represents the lightness of the color.
1726
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
1727
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
1728
- Please ask a designer if you have questions about which colours to use.
1729
- */
1730
- ._1btTx, ._1Sc9D {
1731
- padding: 7px;
1732
- line-height: 22px;
1733
- border-radius: 4px;
1734
- font-size: 14px;
1735
- font-family: "Proxima Nova", sans-serif;
1736
- color: #555;
1737
- box-shadow: none;
1738
- border: 1px solid #c1c1c1;
1739
- margin: 0;
1740
- flex: 1;
1741
- min-width: 90px;
1742
- }
1743
- ._1btTx:focus, ._1Sc9D:focus {
1744
- border: 1px solid #6d87dd;
1745
- box-shadow: 0 0 8px #a7b7ea;
1746
- outline: none;
1747
- }
1748
- ._1btTx:disabled, ._1Sc9D:disabled {
1749
- background-color: #f8f8f8;
1750
- color: #929292;
1751
- }
1752
-
1753
- ._2feYp, ._2SNat {
1754
- border-color: #e76767 !important;
1755
- }
1756
-
1757
- ._E18JV, ._jLolW {
1758
- border-left: 0 !important;
1759
- border-top-left-radius: 0 !important;
1760
- border-bottom-left-radius: 0 !important;
1761
- color: #929292;
1762
- }
1763
-
1764
- ._27J43, ._3eTNi {
1765
- border-right: 0 !important;
1766
- border-top-right-radius: 0 !important;
1767
- border-bottom-right-radius: 0 !important;
1768
- }
1769
-
1770
- ._1Sc9D {
1771
- padding-top: 8px;
1772
- padding-bottom: 6px;
1773
- width: 100%;
1774
- }
1775
- /*********************************
1776
- For new colours, see _colors.scss.
1777
- **********************************/
1778
- /* stylelint-disable color-no-hex */
1779
- /*
1780
- These are the colour variables to be used around the webapp.
1781
- The variables are set up to describe the color and number which represents the lightness of the color.
1782
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
1783
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
1784
- Please ask a designer if you have questions about which colours to use.
1785
- */
1786
- ._v1b-5 {
1787
- flex: 1;
1788
- display: flex;
1789
- font-family: "Proxima Nova", sans-serif;
1790
- }
1791
-
1792
- ._3mrLu {
1793
- position: relative;
1794
- flex-direction: row;
1795
- padding-bottom: 1em;
1796
- -webkit-user-select: none;
1797
- -moz-user-select: none;
1798
- -ms-user-select: none;
1799
- user-select: none;
1800
- }
1801
-
1802
- ._1J9dh ._8FcQE {
1803
- cursor: default;
1804
- }
1805
-
1806
- ._1SPuq,
1807
- ._24FJ6 {
1808
- font-family: inherit;
1809
- }
1810
-
1811
- ._Oxdm9 {
1812
- display: none;
1813
- visibility: hidden;
1814
- }
1815
-
1816
- ._20uqc {
1817
- position: absolute;
1818
- top: 1em;
1819
- right: 1.5em;
1820
- left: auto;
1821
- display: inline-block;
1822
- margin-top: 2px;
1823
- color: #c1c1c1;
1824
- cursor: pointer;
1825
- background-image: none;
1826
- width: 0;
1827
- height: 0;
1828
- border-top: 7px solid transparent;
1829
- border-bottom: 7px solid transparent;
1830
- border-right: 10px solid #555;
1831
- margin-right: 1.5em;
1832
- }
1833
- ._20uqc:hover {
1834
- opacity: 0.8;
1835
- }
1836
- ._20uqc:hover {
1837
- border-right-color: #929292;
1838
- }
1839
-
1840
- ._3C53z {
1841
- position: absolute;
1842
- top: 1em;
1843
- right: 1.5em;
1844
- left: auto;
1845
- display: inline-block;
1846
- margin-top: 2px;
1847
- color: #c1c1c1;
1848
- cursor: pointer;
1849
- background-image: none;
1850
- width: 0;
1851
- height: 0;
1852
- border-top: 7px solid transparent;
1853
- border-bottom: 7px solid transparent;
1854
- border-left: 10px solid #555;
1855
- }
1856
- ._3C53z:hover {
1857
- opacity: 0.8;
1858
- }
1859
- ._3C53z:hover {
1860
- opacity: 0.8;
1861
- border-left-color: #929292;
1862
- }
1863
-
1864
- ._M_eHz {
1865
- display: flex;
1866
- flex-wrap: wrap;
1867
- justify-content: center;
1868
- }
1869
-
1870
- ._3RPpJ {
1871
- display: table;
1872
- margin: 0 1em;
1873
- margin-top: 1em;
1874
- border-spacing: 0;
1875
- border-collapse: collapse;
1876
- -webkit-user-select: none;
1877
- -moz-user-select: none;
1878
- -ms-user-select: none;
1879
- user-select: none;
1880
- }
1881
-
1882
- ._1FXNw {
1883
- display: table-caption;
1884
- margin-bottom: 0.5em;
1885
- padding: 0 0.5em;
1886
- text-align: left;
1887
- }
1888
-
1889
- ._1FXNw > div {
1890
- font-weight: 600;
1891
- font-size: 20px;
1892
- color: #555;
1893
- }
1894
-
1895
- ._3KcRU {
1896
- display: table-header-group;
1897
- margin-top: 1em;
1898
- }
1899
-
1900
- ._1fO_e {
1901
- display: table-row;
1902
- }
1903
-
1904
- ._c1Y-X {
1905
- display: table-cell;
1906
- padding: 0.5em;
1907
- color: #929292;
1908
- text-align: center;
1909
- font-size: 0.875em;
1910
- }
1911
-
1912
- ._c1Y-X abbr[title] {
1913
- border-bottom: none;
1914
- text-decoration: none;
1915
- }
1916
-
1917
- ._34mA1 {
1918
- display: table-row-group;
1919
- }
1920
-
1921
- ._1PmqZ {
1922
- display: table-row;
1923
- }
1924
-
1925
- ._1AWH2 {
1926
- display: table-cell;
1927
- padding: 0.5em;
1928
- border-radius: 50%;
1929
- vertical-align: middle;
1930
- text-align: center;
1931
- cursor: pointer;
1932
- }
1933
- ._1AWH2:not(._1J9dh):not(._3vJkw):not(._1DR0N):not(._276GV):hover {
1934
- background: #f8f8f8;
1935
- }
1936
-
1937
- ._2M5xr {
1938
- padding-top: 0.5em;
1939
- }
1940
-
1941
- ._3N6fj {
1942
- color: #fb7448;
1943
- font-weight: 700;
1944
- }
1945
-
1946
- ._1DR0N:not(._3vJkw):not(._276GV) {
1947
- background-color: #fdd5c8;
1948
- color: #fb7448;
1949
- }
1950
-
1951
- ._1DR0N:not(._3vJkw):not(._276GV):hover {
1952
- background-color: #fb7448;
1953
- color: #fff;
1954
- }
1955
-
1956
- ._1DR0N._3N6fj:hover {
1957
- color: #fff;
1958
- }
1959
-
1960
- ._3vJkw {
1961
- color: #e0e0e0;
1962
- cursor: default;
1963
- }
1964
-
1965
- ._276GV:not(._3vJkw) {
1966
- color: #c1c1c1;
1967
- cursor: default;
1968
- }
1969
-
1970
- ._3Zqgu {
1971
- position: relative;
1972
- }
1973
-
1974
- ._20Ncd {
1975
- position: absolute;
1976
- left: 0;
1977
- z-index: 1;
1978
- background: #fff;
1979
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
1980
- }
1981
-
1982
- ._2hb-S {
1983
- display: table-cell;
1984
- padding: 0.5em;
1985
- min-width: 1em;
1986
- border-right: 1px solid #e0e0e0;
1987
- color: #c1c1c1;
1988
- vertical-align: middle;
1989
- text-align: right;
1990
- font-size: 0.75em;
1991
- cursor: pointer;
1992
- }
1993
- /*********************************
1994
- For new colours, see _colors.scss.
1995
- **********************************/
1996
- /* stylelint-disable color-no-hex */
1997
- /*
1998
- These are the colour variables to be used around the webapp.
1999
- The variables are set up to describe the color and number which represents the lightness of the color.
2000
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
2001
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
2002
- Please ask a designer if you have questions about which colours to use.
2003
- */
2004
- ._1Ini2 {
2005
- flex: 1;
2006
- display: flex;
2007
- font-family: "Proxima Nova", sans-serif;
2008
- }
2009
-
2010
- ._21VnL {
2011
- position: relative;
2012
- flex-direction: row;
2013
- padding-bottom: 1em;
2014
- -webkit-user-select: none;
2015
- -moz-user-select: none;
2016
- -ms-user-select: none;
2017
- user-select: none;
2018
- }
2019
-
2020
- ._wJ6Cb ._1c48y {
2021
- cursor: default;
2022
- }
2023
-
2024
- ._3KwsN,
2025
- ._10CBO {
2026
- font-family: inherit;
2027
- }
2028
-
2029
- ._dHL-D {
2030
- display: none;
2031
- visibility: hidden;
2032
- }
2033
-
2034
- ._6kNi3 {
2035
- position: absolute;
2036
- top: 1em;
2037
- right: 1.5em;
2038
- left: auto;
2039
- display: inline-block;
2040
- margin-top: 2px;
2041
- color: #c1c1c1;
2042
- cursor: pointer;
2043
- background-image: none;
2044
- width: 0;
2045
- height: 0;
2046
- border-top: 7px solid transparent;
2047
- border-bottom: 7px solid transparent;
2048
- border-right: 10px solid #555;
2049
- margin-right: 1.5em;
2050
- }
2051
- ._6kNi3:hover {
2052
- opacity: 0.8;
2053
- }
2054
- ._6kNi3:hover {
2055
- border-right-color: #929292;
2056
- }
2057
-
2058
- ._13W_e {
2059
- position: absolute;
2060
- top: 1em;
2061
- right: 1.5em;
2062
- left: auto;
2063
- display: inline-block;
2064
- margin-top: 2px;
2065
- color: #c1c1c1;
2066
- cursor: pointer;
2067
- background-image: none;
2068
- width: 0;
2069
- height: 0;
2070
- border-top: 7px solid transparent;
2071
- border-bottom: 7px solid transparent;
2072
- border-left: 10px solid #555;
2073
- }
2074
- ._13W_e:hover {
2075
- opacity: 0.8;
2076
- }
2077
- ._13W_e:hover {
2078
- opacity: 0.8;
2079
- border-left-color: #929292;
2080
- }
2081
-
2082
- ._1FeSY {
2083
- display: flex;
2084
- flex-wrap: wrap;
2085
- justify-content: center;
2086
- }
2087
-
2088
- ._wU6A4 {
2089
- display: table;
2090
- margin: 0 1em;
2091
- margin-top: 1em;
2092
- border-spacing: 0;
2093
- border-collapse: collapse;
2094
- -webkit-user-select: none;
2095
- -moz-user-select: none;
2096
- -ms-user-select: none;
2097
- user-select: none;
2098
- }
2099
-
2100
- ._AMbAo {
2101
- display: table-caption;
2102
- margin-bottom: 0.5em;
2103
- padding: 0 0.5em;
2104
- text-align: left;
2105
- }
2106
-
2107
- ._AMbAo > div {
2108
- font-weight: 600;
2109
- font-size: 20px;
2110
- color: #555;
2111
- }
2112
-
2113
- ._1LEst {
2114
- display: table-header-group;
2115
- margin-top: 1em;
2116
- }
2117
-
2118
- ._2XECo {
2119
- display: table-row;
2120
- }
2121
-
2122
- ._1C5ry {
2123
- display: table-cell;
2124
- padding: 0.5em;
2125
- color: #929292;
2126
- text-align: center;
2127
- font-size: 0.875em;
2128
- }
2129
-
2130
- ._1C5ry abbr[title] {
2131
- border-bottom: none;
2132
- text-decoration: none;
2133
- }
2134
-
2135
- ._11F-Y {
2136
- display: table-row-group;
2137
- }
2138
-
2139
- ._3MAFk {
2140
- display: table-row;
2141
- }
2142
-
2143
- ._mG73F {
2144
- display: table-cell;
2145
- padding: 0.5em;
2146
- border-radius: 50%;
2147
- vertical-align: middle;
2148
- text-align: center;
2149
- cursor: pointer;
2150
- }
2151
- ._mG73F:not(._wJ6Cb):not(._2pgnH):not(._MtLaz):not(._CRqyX):hover {
2152
- background: #f8f8f8;
2153
- }
2154
-
2155
- ._2KG9- {
2156
- padding-top: 0.5em;
2157
- }
2158
-
2159
- ._2JA2y {
2160
- color: #fb7448;
2161
- font-weight: 700;
2162
- }
2163
-
2164
- ._MtLaz:not(._2pgnH):not(._CRqyX) {
2165
- background-color: #fdd5c8;
2166
- color: #fb7448;
2167
- }
2168
-
2169
- ._MtLaz:not(._2pgnH):not(._CRqyX):hover {
2170
- background-color: #fb7448;
2171
- color: #fff;
2172
- }
2173
-
2174
- ._MtLaz._2JA2y:hover {
2175
- color: #fff;
2176
- }
2177
-
2178
- ._2pgnH {
2179
- color: #e0e0e0;
2180
- cursor: default;
2181
- }
2182
-
2183
- ._CRqyX:not(._2pgnH) {
2184
- color: #c1c1c1;
2185
- cursor: default;
2186
- }
2187
-
2188
- ._1JWbc {
2189
- position: relative;
2190
- }
2191
-
2192
- ._2tL6g {
2193
- position: absolute;
2194
- left: 0;
2195
- z-index: 1;
2196
- background: #fff;
2197
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
2198
- }
2199
-
2200
- ._3u72O {
2201
- display: table-cell;
2202
- padding: 0.5em;
2203
- min-width: 1em;
2204
- border-right: 1px solid #e0e0e0;
2205
- color: #c1c1c1;
2206
- vertical-align: middle;
2207
- text-align: right;
2208
- font-size: 0.75em;
2209
- cursor: pointer;
2210
- }
2211
-
2212
- /*********************************
2213
- For new colours, see _colors.scss.
2214
- **********************************/
2215
- /* stylelint-disable color-no-hex */
2216
- /*
2217
- These are the colour variables to be used around the webapp.
2218
- The variables are set up to describe the color and number which represents the lightness of the color.
2219
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
2220
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
2221
- Please ask a designer if you have questions about which colours to use.
2222
- */
2223
- ._25rf7, ._3qVhi input, ._3qVhi {
2224
- padding: 7px;
2225
- line-height: 22px;
2226
- border-radius: 4px;
2227
- font-size: 14px;
2228
- font-family: "Proxima Nova", sans-serif;
2229
- color: #555;
2230
- box-shadow: none;
2231
- border: 1px solid #c1c1c1;
2232
- margin: 0;
2233
- flex: 1;
2234
- min-width: 90px;
2235
- }
2236
- ._25rf7:focus, ._3qVhi input:focus, ._3qVhi:focus {
2237
- border: 1px solid #6d87dd;
2238
- box-shadow: 0 0 8px #a7b7ea;
2239
- outline: none;
2240
- }
2241
- ._25rf7:disabled, ._3qVhi input:disabled, ._3qVhi:disabled {
2242
- background-color: #f8f8f8;
2243
- color: #929292;
2244
- }
2245
-
2246
- ._2M9Ud {
2247
- border-color: #e76767 !important;
2248
- }
2249
-
2250
- ._3TUb2 {
2251
- border-left: 0 !important;
2252
- border-top-left-radius: 0 !important;
2253
- border-bottom-left-radius: 0 !important;
2254
- color: #929292;
2255
- }
2256
-
2257
- ._foqL0 {
2258
- border-right: 0 !important;
2259
- border-top-right-radius: 0 !important;
2260
- border-bottom-right-radius: 0 !important;
2261
- }
2262
-
2263
- ._3qVhi {
2264
- padding-bottom: 0px;
2265
- padding-top: 0px;
2266
- display: flex;
2267
- align-items: center;
2268
- }
2269
- ._3df9R {
2270
- border-color: #e76767 !important;
2271
- }
2272
- ._2Nkht {
2273
- background-color: #f8f8f8;
2274
- }
2275
- ._3qVhi input {
2276
- border: none;
2277
- min-width: 20px;
2278
- width: 20px;
2279
- flex: 1;
2280
- }
2281
- ._3qVhi input:focus {
2282
- border: none;
2283
- box-shadow: inset 0 -2px 0 #fb7448;
2284
- outline: none;
2285
- border-radius: 0;
2286
- border-top-right-radius: 4px;
2287
- }
2288
-
2289
- ._wU6A4 {
2290
- border-collapse: separate;
2291
- }
2292
-
2293
- ._3u72O {
2294
- outline: none;
2295
- }
2296
-
2297
- ._mG73F {
2298
- outline: none;
2299
- border: 1px solid transparent;
2300
- border-radius: 0;
2301
- }
2302
-
2303
- ._mG73F._MtLaz.from {
2304
- background-color: #fb7448;
2305
- color: #fff;
2306
- border-top-left-radius: 50%;
2307
- border-bottom-left-radius: 50%;
2308
- }
2309
-
2310
- ._mG73F._MtLaz.to {
2311
- background-color: #fb7448;
2312
- color: #fff;
2313
- border-top-right-radius: 50%;
2314
- border-bottom-right-radius: 50%;
2315
- }
2316
-
2317
- ._MtLaz:not(._2pgnH) {
2318
- background-color: #fdd5c8;
2319
- color: #fb7448;
2320
- }
2321
- /*********************************
2322
- For new colours, see _colors.scss.
2323
- **********************************/
2324
- /* stylelint-disable color-no-hex */
2325
- /*
2326
- These are the colour variables to be used around the webapp.
2327
- The variables are set up to describe the color and number which represents the lightness of the color.
2328
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
2329
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
2330
- Please ask a designer if you have questions about which colours to use.
2331
- */
2332
- ._okDvi {
2333
- flex: 1;
2334
- display: flex;
2335
- font-family: "Proxima Nova", sans-serif;
2336
- }
2337
-
2338
- ._17XdD {
2339
- position: relative;
2340
- flex-direction: row;
2341
- padding-bottom: 1em;
2342
- -webkit-user-select: none;
2343
- -moz-user-select: none;
2344
- -ms-user-select: none;
2345
- user-select: none;
2346
- }
2347
-
2348
- ._1O7OT ._3noGA {
2349
- cursor: default;
2350
- }
2351
-
2352
- ._1Hl3Q,
2353
- ._m0Vs9 {
2354
- font-family: inherit;
2355
- }
2356
-
2357
- ._1ULWH {
2358
- display: none;
2359
- visibility: hidden;
2360
- }
2361
-
2362
- ._3gjq8 {
2363
- position: absolute;
2364
- top: 1em;
2365
- right: 1.5em;
2366
- left: auto;
2367
- display: inline-block;
2368
- margin-top: 2px;
2369
- color: #c1c1c1;
2370
- cursor: pointer;
2371
- background-image: none;
2372
- width: 0;
2373
- height: 0;
2374
- border-top: 7px solid transparent;
2375
- border-bottom: 7px solid transparent;
2376
- border-right: 10px solid #555;
2377
- margin-right: 1.5em;
2378
- }
2379
- ._3gjq8:hover {
2380
- opacity: 0.8;
2381
- }
2382
- ._3gjq8:hover {
2383
- border-right-color: #929292;
2384
- }
2385
-
2386
- ._1m-Kd {
2387
- position: absolute;
2388
- top: 1em;
2389
- right: 1.5em;
2390
- left: auto;
2391
- display: inline-block;
2392
- margin-top: 2px;
2393
- color: #c1c1c1;
2394
- cursor: pointer;
2395
- background-image: none;
2396
- width: 0;
2397
- height: 0;
2398
- border-top: 7px solid transparent;
2399
- border-bottom: 7px solid transparent;
2400
- border-left: 10px solid #555;
2401
- }
2402
- ._1m-Kd:hover {
2403
- opacity: 0.8;
2404
- }
2405
- ._1m-Kd:hover {
2406
- opacity: 0.8;
2407
- border-left-color: #929292;
2408
- }
2409
-
2410
- ._Fq6Xh {
2411
- display: flex;
2412
- flex-wrap: wrap;
2413
- justify-content: center;
2414
- }
2415
-
2416
- ._3i0Oo {
2417
- display: table;
2418
- margin: 0 1em;
2419
- margin-top: 1em;
2420
- border-spacing: 0;
2421
- border-collapse: collapse;
2422
- -webkit-user-select: none;
2423
- -moz-user-select: none;
2424
- -ms-user-select: none;
2425
- user-select: none;
2426
- }
2427
-
2428
- ._36X9Y {
2429
- display: table-caption;
2430
- margin-bottom: 0.5em;
2431
- padding: 0 0.5em;
2432
- text-align: left;
2433
- }
2434
-
2435
- ._36X9Y > div {
2436
- font-weight: 600;
2437
- font-size: 20px;
2438
- color: #555;
2439
- }
2440
-
2441
- ._1aWPn {
2442
- display: table-header-group;
2443
- margin-top: 1em;
2444
- }
2445
-
2446
- ._3HXCK {
2447
- display: table-row;
2448
- }
2449
-
2450
- ._t-ctd {
2451
- display: table-cell;
2452
- padding: 0.5em;
2453
- color: #929292;
2454
- text-align: center;
2455
- font-size: 0.875em;
2456
- }
2457
-
2458
- ._t-ctd abbr[title] {
2459
- border-bottom: none;
2460
- text-decoration: none;
2461
- }
2462
-
2463
- ._XAbiR {
2464
- display: table-row-group;
2465
- }
2466
-
2467
- ._3Nwep {
2468
- display: table-row;
2469
- }
2470
-
2471
- ._3nNcG {
2472
- display: table-cell;
2473
- padding: 0.5em;
2474
- border-radius: 50%;
2475
- vertical-align: middle;
2476
- text-align: center;
2477
- cursor: pointer;
2478
- }
2479
- ._3nNcG:not(._1O7OT):not(._1M4ZF):not(._2PEs8):not(._1PIJa):hover {
2480
- background: #f8f8f8;
2481
- }
2482
-
2483
- ._2T_z1 {
2484
- padding-top: 0.5em;
2485
- }
2486
-
2487
- ._1hVM6 {
2488
- color: #fb7448;
2489
- font-weight: 700;
2490
- }
2491
-
2492
- ._2PEs8:not(._1M4ZF):not(._1PIJa) {
2493
- background-color: #fdd5c8;
2494
- color: #fb7448;
2495
- }
2496
-
2497
- ._2PEs8:not(._1M4ZF):not(._1PIJa):hover {
2498
- background-color: #fb7448;
2499
- color: #fff;
2500
- }
2501
-
2502
- ._2PEs8._1hVM6:hover {
2503
- color: #fff;
2504
- }
2505
-
2506
- ._1M4ZF {
2507
- color: #e0e0e0;
2508
- cursor: default;
2509
- }
2510
-
2511
- ._1PIJa:not(._1M4ZF) {
2512
- color: #c1c1c1;
2513
- cursor: default;
2514
- }
2515
-
2516
- ._1L-hI {
2517
- position: relative;
2518
- }
2519
-
2520
- ._dDPZb {
2521
- position: absolute;
2522
- left: 0;
2523
- z-index: 1;
2524
- background: #fff;
2525
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
2526
- }
2527
-
2528
- ._1alhT {
2529
- display: table-cell;
2530
- padding: 0.5em;
2531
- min-width: 1em;
2532
- border-right: 1px solid #e0e0e0;
2533
- color: #c1c1c1;
2534
- vertical-align: middle;
2535
- text-align: right;
2536
- font-size: 0.75em;
2537
- cursor: pointer;
2538
- }
2539
-
2540
- ._3i0Oo {
2541
- border-collapse: separate;
2542
- }
2543
-
2544
- ._1alhT {
2545
- outline: none;
2546
- }
2547
-
2548
- ._3nNcG {
2549
- outline: none;
2550
- border: 1px solid transparent;
2551
- border-radius: 0;
2552
- }
2553
-
2554
- ._2PEs8:not(._1M4ZF) {
2555
- background-color: #fdd5c8;
2556
- color: #fb7448;
2557
- }
2558
- ._2PEs8:first-of-type {
2559
- border-top-left-radius: 50%;
2560
- border-bottom-left-radius: 50%;
2561
- }
2562
- ._2PEs8:last-of-type {
2563
- border-top-right-radius: 50%;
2564
- border-bottom-right-radius: 50%;
2565
- }
2566
-
2567
- ._3Nwep:hover {
2568
- background: #f8f8f8;
2569
- }
2570
- ._3Nwep:hover ._2PEs8:not(._1M4ZF) {
2571
- background-color: #fb7448;
2572
- color: #fff;
2573
- }
2574
- ._3Nwep:hover ._3nNcG:first-of-type {
2575
- border-top-left-radius: 50%;
2576
- border-bottom-left-radius: 50%;
2577
- }
2578
- ._3Nwep:hover ._3nNcG:last-of-type {
2579
- border-top-right-radius: 50%;
2580
- border-bottom-right-radius: 50%;
2581
- }
2582
- /*********************************
2583
- For new colours, see _colors.scss.
2584
- **********************************/
2585
- /* stylelint-disable color-no-hex */
2586
- /*
2587
- These are the colour variables to be used around the webapp.
2588
- The variables are set up to describe the color and number which represents the lightness of the color.
2589
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
2590
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
2591
- Please ask a designer if you have questions about which colours to use.
2592
- */
2593
- ._vgLin {
2594
- padding: 16px 12px 16px 12px;
2595
- background: #f8f8f8;
2596
- margin-left: 1px;
2597
- margin-right: 1px;
2598
- position: relative;
2599
- border-radius: 3px;
2600
- box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
2601
- }
2602
-
2603
- ._63TwY {
2604
- font-weight: 600;
2605
- font-size: 14px;
2606
- line-height: 16px;
2607
- color: #555;
2608
- }
2609
-
2610
- ._3n6S7 {
2611
- font-size: 14px;
2612
- line-height: 16px;
2613
- flex-grow: 1;
2614
- color: #555;
2615
- }
2616
-
2617
- ._2pMYs {
2618
- margin-bottom: 4px;
2619
- }
2620
-
2621
- ._ON6Eg {
2622
- background: #f6fdff;
2623
- box-shadow: 0 0 0 1px rgba(81, 172, 199, 0.15), 0 1px 3px 0 rgba(81, 172, 199, 0.25);
2624
- }
2625
- ._ON6Eg ._1-D-E {
2626
- color: #51acc7;
2627
- }
2628
-
2629
- ._1FFZh {
2630
- background: #ecfaf8;
2631
- box-shadow: 0 0 0 1px rgba(53, 172, 154, 0.15), 0 1px 3px 0 rgba(53, 172, 154, 0.25);
2632
- }
2633
- ._1FFZh ._1-D-E {
2634
- color: #35ac9a;
2635
- }
2636
-
2637
- ._2R34O {
2638
- background: #fcf0f0;
2639
- box-shadow: 0 0 0 1px rgba(207, 92, 92, 0.15), 0 1px 3px 0 rgba(207, 92, 92, 0.25);
2640
- }
2641
- ._2R34O ._1-D-E {
2642
- color: #cf5c5c;
2643
- }
2644
-
2645
- ._3Cfhe {
2646
- background: #fff9ed;
2647
- box-shadow: 0 0 0 1px rgba(229, 178, 66, 0.15), 0 1px 3px 0 rgba(229, 178, 66, 0.25);
2648
- }
2649
- ._3Cfhe ._1-D-E {
2650
- color: #e5b242;
2651
- }
2652
-
2653
- ._1SIOw {
2654
- background: #f0f3fb;
2655
- box-shadow: 0 0 0 1px rgba(97, 121, 198, 0.15), 0 1px 3px 0 rgba(97, 121, 198, 0.25);
2656
- }
2657
- ._1SIOw ._1-D-E {
2658
- color: #6179c6;
2659
- }
2660
-
2661
- ._3SNQ1 {
2662
- position: absolute;
2663
- width: 38px;
2664
- height: 38px;
2665
- top: 4px;
2666
- right: 4px;
2667
- }
2668
-
2669
- ._3nLTI {
2670
- padding-top: 12px;
2671
- padding-bottom: 12px;
2672
- }
2673
- ._3nLTI ._3SNQ1 {
2674
- position: static;
2675
- }
2676
- ._3nLTI ._3n6S7 {
2677
- display: flex;
2678
- align-items: center;
2679
- min-height: 38px;
2680
- }
2681
- /*********************************
2682
- For new colours, see _colors.scss.
2683
- **********************************/
2684
- /* stylelint-disable color-no-hex */
2685
- /*
2686
- These are the colour variables to be used around the webapp.
2687
- The variables are set up to describe the color and number which represents the lightness of the color.
2688
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
2689
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
2690
- Please ask a designer if you have questions about which colours to use.
2691
- */
2692
- ._1jqm8 {
2693
- font-size: 12px;
2694
- line-height: 12px;
2695
- color: #555;
2696
- }
2697
- /*********************************
2698
- For new colours, see _colors.scss.
2699
- **********************************/
2700
- /* stylelint-disable color-no-hex */
2701
- /*
2702
- These are the colour variables to be used around the webapp.
2703
- The variables are set up to describe the color and number which represents the lightness of the color.
2704
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
2705
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
2706
- Please ask a designer if you have questions about which colours to use.
2707
- */
2708
- ._2puqJ {
2709
- position: fixed;
2710
- inset: 0px;
2711
- background-color: rgba(0, 0, 0, 0.5);
2712
- display: flex;
2713
- align-items: center;
2714
- flex-direction: column;
2715
- }
2716
- ._2puqJ::after {
2717
- width: 100%;
2718
- flex-basis: 20px;
2719
- flex-shrink: 0;
2720
- content: "";
2721
- }
2722
- ._2puqJ::before {
2723
- width: 100%;
2724
- min-height: 20px;
2725
- max-height: 80px;
2726
- flex: 1;
2727
- content: "";
2728
- }
2729
-
2730
- ._1167h {
2731
- opacity: 1;
2732
- transform: translateX(0);
2733
- }
2734
-
2735
- ._t_t7L {
2736
- opacity: 0;
2737
- }
2738
-
2739
- ._wQQ_2 {
2740
- position: initial;
2741
- border: 1px solid #e0e0e0;
2742
- background: #fff;
2743
- overflow: auto;
2744
- outline: none;
2745
- padding: 32px;
2746
- box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
2747
- min-height: 200px;
2748
- display: flex;
2749
- flex-direction: column;
2750
- }
2751
- ._wQQ_2 > form {
2752
- display: contents;
2753
- }
2754
-
2755
- ._3jwux {
2756
- opacity: 1;
2757
- }
2758
-
2759
- ._2c2QP {
2760
- opacity: 0;
2761
- }
2762
- /*********************************
2763
- For new colours, see _colors.scss.
2764
- **********************************/
2765
- /* stylelint-disable color-no-hex */
2766
- /*
2767
- These are the colour variables to be used around the webapp.
2768
- The variables are set up to describe the color and number which represents the lightness of the color.
2769
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
2770
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
2771
- Please ask a designer if you have questions about which colours to use.
2772
- */
2773
- ._36nxW {
2774
- font-size: 24px;
2775
- line-height: 28px;
2776
- color: #555;
2777
- font-weight: 600;
2778
- font-family: "Proxima Nova", sans-serif;
2779
- }
2780
-
2781
- ._2XwRD {
2782
- font-size: 20px;
2783
- line-height: 24px;
2784
- color: #929292;
2785
- font-family: "Proxima Nova", sans-serif;
2786
- }
2787
- /*********************************
2788
- For new colours, see _colors.scss.
2789
- **********************************/
2790
- /* stylelint-disable color-no-hex */
2791
- /*
2792
- These are the colour variables to be used around the webapp.
2793
- The variables are set up to describe the color and number which represents the lightness of the color.
2794
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
2795
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
2796
- Please ask a designer if you have questions about which colours to use.
2797
- */
2798
- /**
2799
- * This is for adding a shadow when the body is scrollable.
2800
- * It is using ::before and ::after to accomplish that => https://www.kizu.ru/shadowscroll/
2801
- * There is a cleaner solution using background-attachment (https://lea.verou.me/2012/04/background-attachment-local/) but I had some issues in Chrome using that approach
2802
- */
2803
- ._2J-ku {
2804
- overflow: auto;
2805
- margin-top: 24px;
2806
- font-family: "Proxima Nova", sans-serif;
2807
- font-size: 14px;
2808
- line-height: 16px;
2809
- position: relative;
2810
- z-index: 1;
2811
- background: #fff no-repeat;
2812
- background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
2813
- background-position: 0 0, 0 100%;
2814
- background-size: 100% 14px;
2815
- }
2816
- ._2J-ku::before, ._2J-ku::after {
2817
- content: "";
2818
- position: relative;
2819
- z-index: -1;
2820
- display: block;
2821
- height: 30px;
2822
- margin: 0 0 -30px;
2823
- background: linear-gradient(to bottom, #fff, #fff 30%, rgba(255, 255, 255, 0));
2824
- }
2825
- ._2J-ku::after {
2826
- margin: -30px 0 0;
2827
- background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 70%, #fff);
2828
- }
2829
- /*********************************
2830
- For new colours, see _colors.scss.
2831
- **********************************/
2832
- /* stylelint-disable color-no-hex */
2833
- /*
2834
- These are the colour variables to be used around the webapp.
2835
- The variables are set up to describe the color and number which represents the lightness of the color.
2836
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
2837
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
2838
- Please ask a designer if you have questions about which colours to use.
2839
- */
2840
- ._LKOr5 {
2841
- flex: 1;
2842
- display: flex;
2843
- flex-direction: column;
2844
- justify-content: flex-end;
2845
- padding-top: 40px;
2846
- }
2847
-
2848
- ._Qktd- {
2849
- margin-left: -12px;
2850
- }
2851
- /*********************************
2852
- For new colours, see _colors.scss.
2853
- **********************************/
2854
- /* stylelint-disable color-no-hex */
2855
- /*
2856
- These are the colour variables to be used around the webapp.
2857
- The variables are set up to describe the color and number which represents the lightness of the color.
2858
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
2859
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
2860
- Please ask a designer if you have questions about which colours to use.
2861
- */
2862
- ._2f81N {
2863
- display: inline-flex;
2864
- background-color: #fb7448;
2865
- height: 20px;
2866
- min-width: 20px;
2867
- color: #fff;
2868
- text-align: center;
2869
- line-height: 20px;
2870
- border-radius: 20px;
2871
- font-size: 12px;
2872
- box-sizing: border-box;
2873
- font-weight: normal;
2874
- padding: 0 6px;
2875
- align-items: center;
2876
- border: 1px solid #fff;
2877
- }
2878
- ._2f81N svg {
2879
- fill: #fff;
2880
- }
2881
- ._2g1GI {
2882
- background-color: #ffc74a;
2883
- }
2884
- ._2zLnM {
2885
- background-color: #e76767;
2886
- }
2887
- ._27QOo {
2888
- background-color: #3abda9;
2889
- }
2890
- ._2gmsM {
2891
- background-color: #5bc0de;
2892
- }
2893
- /*********************************
2894
- For new colours, see _colors.scss.
2895
- **********************************/
2896
- /* stylelint-disable color-no-hex */
2897
- /*
2898
- These are the colour variables to be used around the webapp.
2899
- The variables are set up to describe the color and number which represents the lightness of the color.
2900
- The smaller the number the lighter the color. So $eggplant-100 would be light purple and $eggplant-600 would be dark purple.
2901
- The base colour is the default colour and is numbered with 400. If someone says "use Tangerine" they are referring to the base color.
2902
- Please ask a designer if you have questions about which colours to use.
2903
- */
2904
- ._2wJGB {
2905
- display: flex;
2906
- justify-content: center;
2907
- align-items: center;
2908
- text-align: center;
2909
- font-family: "Proxima Nova", sans-serif;
2910
- color: #fff;
2911
- border-radius: 50%;
2912
- width: 20px;
2913
- height: 20px;
2914
- flex-shrink: 0;
2915
- overflow: hidden;
2916
- }
2917
- ._2wJGB svg {
2918
- fill: #fff;
2919
- }
2920
- ._2wJGB img {
2921
- height: inherit;
2922
- }
2923
- ._3QTSo {
2924
- width: 20px;
2925
- height: 20px;
2926
- font-size: 14px;
2927
- }
2928
- ._3QTSo ._2Rl8S {
2929
- margin-left: 18px;
2930
- margin-top: 10px;
2931
- }
2932
- ._1zwj0 {
2933
- width: 30px;
2934
- height: 30px;
2935
- font-size: 20px;
2936
- }
2937
- ._1zwj0 ._2Rl8S {
2938
- margin-left: 20px;
2939
- margin-top: 15px;
2940
- }
2941
- ._3-U6x {
2942
- width: 40px;
2943
- height: 40px;
2944
- font-size: 24px;
2945
- }
2946
- ._3-U6x ._2Rl8S {
2947
- margin-left: 23px;
2948
- margin-top: 18px;
2949
- }
2950
- ._3qn2q {
2951
- width: 80px;
2952
- height: 80px;
2953
- font-size: 24px;
2954
- }
2955
- ._3qn2q ._2Rl8S {
2956
- margin-left: 55px;
2957
- margin-top: 45px;
2958
- }
2959
- ._2Rl8S {
2960
- position: absolute;
2961
- margin-left: 20px;
2962
- margin-top: 15px;
2963
- }
2964
- ._GKL9P svg {
2965
- width: 80%;
2966
- padding-top: 25%;
2967
- }
1
+ ._v0AEt{font-family:Proxima Nova,sans-serif;position:absolute;list-style:none;min-width:160px;padding:5px 0;box-shadow:0 6px 12px rgba(0,0,0,.175);background:#fff;margin:8px 0 0;z-index:9999;opacity:0;transform-origin:top right;transform:scale(0);visibility:hidden}._lxd1B{opacity:1;transform:scale(1);visibility:visible}._IRJ4j{padding:12px 20px;font-size:14px;line-height:20px;display:flex;cursor:pointer;white-space:nowrap;color:#555}._IRJ4j:hover{background:#f8f8f8}
2
+ ._3-eyQ{display:flex}._3-eyQ .form__group{margin:0}._kf0KG{align-items:center}._3xCGO{align-items:flex-end}._3R2c9{align-items:flex-start}._Zvv8e{justify-content:center}._2hBMj{justify-content:flex-end}._3hKWn{justify-content:space-between}._3ACwY{justify-content:flex-start}._2pujZ{display:inline-flex}
3
+ ._2wtfD{-webkit-animation:_2Jprn 1.4s linear infinite;animation:_2Jprn 1.4s linear infinite}._Jmh8M{display:flex;justify-content:center;padding:20px}@-webkit-keyframes _2Jprn{0%{transform:rotate(0deg)}to{transform:rotate(270deg)}}@keyframes _2Jprn{0%{transform:rotate(0deg)}to{transform:rotate(270deg)}}._3zucL{stroke-dasharray:187;stroke-dashoffset:0;stroke:#fb7448;transform-origin:center;-webkit-animation:_3ZqYM 1.4s ease-in-out infinite;animation:_3ZqYM 1.4s ease-in-out infinite}._3XYKx{stroke:#3abda9}._1pYbs{stroke:#c1c1c1}._3ofDF{stroke:#fff}._e0OH1{stroke:url(#prideGradient)}@-webkit-keyframes _3ZqYM{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}@keyframes _3ZqYM{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}
4
+ ._1P_xb{display:inline-block;position:relative;text-align:left}
5
+ ._3h-8V{font-family:Proxima Nova,sans-serif;font-size:14px;position:fixed;padding:12px;box-shadow:0 0 8px 0 rgba(0,0,0,.3);border-radius:5px;visibility:hidden;opacity:0;transition:visibility 0s,opacity .05s linear;max-width:340px}._zCaWg{visibility:visible;opacity:1}._2fg5c{background:#464646;color:#fff}._1iXKZ{background:#fff;color:#555}._2K2Xx{font-weight:600}._3jWYe{position:fixed;width:0;height:0;border-top:12px solid;border-right:12px solid transparent;visibility:hidden;opacity:0;transition:visibility 0s,opacity .05s linear}._1zh1g{transform:rotate(225deg)}._Pr0TW{transform:rotate(45deg)}._3eQWu{visibility:visible;opacity:1}._2l-Dg{border-top-color:#464646;color:#fff}._2LAWl{border-top-color:#fff;color:#555}
6
+ ._1SQ_p{font-family:Proxima Nova,sans-serif;font-weight:600;font-size:14px;text-align:center;line-height:20px;padding:8px 12px;border-radius:4px;border-width:1px;min-width:38px;min-height:38px;cursor:pointer;display:inline-flex;justify-content:center;width:auto;height:auto;vertical-align:middle;background-image:none;white-space:nowrap;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;text-decoration:none;border-style:solid;text-shadow:none;box-shadow:none}._1SQ_p svg{fill:currentColor;width:16px;height:16px}._1SQ_p:focus{box-shadow:0 0 8px #a7b7ea;outline:none}._1SQ_p:focus,._1SQ_p:hover{text-decoration:none}._1SQ_p:active{transform:scale(.96);outline:none}._1SQ_p:disabled{cursor:default;pointer-events:none;box-shadow:none}._1g1Zw>:not(._3TAU6){opacity:0}._3TAU6{position:absolute;margin-top:2px}._1R_gC{min-width:100px}._3ig9y{padding:8px}._3OB2g{background:#f8f8f8;border-color:#c1c1c1;color:#555}._3OB2g:hover{background:#e0e0e0;border-color:#929292;color:#464646}._3OB2g:disabled,._3OB2g[aria-disabled=true]{background:#f8f8f8;border-color:#e0e0e0;color:#c1c1c1}._2RivT{background:#3abda9;border-color:#3abda9;color:#fff}._2RivT:hover{background:#35ac9a;border-color:#35ac9a;color:#fff}._2RivT:disabled,._2RivT[aria-disabled=true]{background:#8de4d7;border-color:#8de4d7;color:#fff}._3T8M_{background:#e76767;border-color:#e76767;color:#fff}._3T8M_:hover{background:#cf5c5c;border-color:#cf5c5c;color:#fff}._3T8M_:disabled,._3T8M_[aria-disabled=true]{background:#f0a3a3;border-color:#f0a3a3;color:#fff}._1AYVC{background:#6d87dd;border-color:#6d87dd;color:#fff}._1AYVC:hover{background:#6179c6;border-color:#6179c6;color:#fff}._1AYVC:disabled,._1AYVC[aria-disabled=true]{background:#a7b7ea;border-color:#a7b7ea;color:#fff}._34HiE{background:#fb7448;border-color:#fb7448;color:#fff}._34HiE:hover{background:#e16840;border-color:#e16840;color:#fff}._34HiE:disabled,._34HiE[aria-disabled=true]{background:#fcab91;border-color:#fcab91;color:#fff}._3BrS0{background:transparent;border-color:#c1c1c1;color:#555}._3BrS0:hover{background:rgba(0,0,0,.03);border-color:#929292;color:#464646}._3BrS0:disabled,._3BrS0[aria-disabled=true]{background:transparent;border-color:#e0e0e0;color:#c1c1c1}._1LCBO{background:transparent;border-color:transparent;color:#fff}._1LCBO:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.1);color:#fff}._1LCBO:disabled,._1LCBO[aria-disabled=true]{background:transparent;border-color:transparent;color:#c1c1c1}._23S36{background:transparent;border-color:transparent;color:#5bc0de}._23S36:hover{background:rgba(0,0,0,.03);border-color:#f8f8f8;color:#51acc7}._23S36:disabled,._23S36[aria-disabled=true]{background:transparent;border-color:transparent;color:#c1c1c1}._2CzxI{background:transparent;border-color:transparent;color:#e76767}._2CzxI:hover{background:rgba(0,0,0,.03);border-color:#f8f8f8;color:#cf5c5c}._2CzxI:disabled,._2CzxI[aria-disabled=true]{background:transparent;border-color:transparent;color:#c1c1c1}._21e4m{background:transparent;border-color:transparent;color:#6d87dd}._21e4m:hover{background:rgba(0,0,0,.03);border-color:#f8f8f8;color:#6179c6}._21e4m:disabled,._21e4m[aria-disabled=true]{background:transparent;border-color:transparent;color:#c1c1c1}._2-ESu{background:transparent;border-color:transparent;color:#555}._2-ESu:hover{background:rgba(0,0,0,.03);border-color:#f8f8f8;color:#555}._2-ESu:disabled,._2-ESu[aria-disabled=true]{background:transparent;border-color:transparent;color:#c1c1c1}._1u3kp{background:transparent;border-color:transparent;color:#929292}._1u3kp:hover{background:rgba(0,0,0,.03);border-color:#f8f8f8;color:#929292}._1u3kp:disabled,._1u3kp[aria-disabled=true]{background:transparent;border-color:transparent;color:#c1c1c1}
7
+ ._3DlpO{display:flex;padding:16px;border:1px solid;border-color:#fff #fff #e0e0e0}._3DlpO:last-child:not(._NS-B9){border-bottom:1px solid #fff}._3DlpO:focus:not(:focus-visible){outline:none}._2jPpF{cursor:pointer}._2jPpF:hover{background-color:#f8f8f8}._NS-B9{border:1px solid #6d87dd;box-sizing:border-box;box-shadow:0 0 8px #a7b7ea}._NS-B9:first-child{border-top-left-radius:8px;border-top-right-radius:8px}._NS-B9:first-child:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}._NS-B9:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}._NS-B9:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}._3ENNn{display:flex;flex-direction:column;justify-content:center;position:relative}._1FTaE{width:40px}
8
+ ._28AYq{display:flex;font-size:12px;font-weight:600;font-family:Proxima Nova,sans-serif;color:#555;padding:19px 17px 8px}._3-nHz{display:flex;align-items:center;line-height:21px}._2Rh0i{cursor:pointer}._3-nHz:focus:not(:focus-visible){outline:none}._2fGMK{width:40px}._W7CnY{display:inline-block;padding:0 8px;line-height:1em}._2ygIH{border:1px solid #c1c1c1;border-radius:8px;font-size:14px}._2cqhY,._2ygIH{font-family:Proxima Nova,sans-serif}._2cqhY{margin-top:20px}
9
+ ._1IynL button:disabled{border-color:#c1c1c1}._1IynL button:last-child{border-radius:0 4px 4px 0;margin-left:-1px}._1IynL button:first-child{border-radius:4px 0 0 4px}._1IynL button:not(:first-child):not(:last-child){border-radius:0;margin-left:-1px}
10
+ ._1d8Ci{display:flex}._1d8Ci:not(:last-child):not(._3tb7U){border-bottom:1px solid #e0e0e0}._1d8Ci:focus:not(:focus-visible){outline:none}._thFcO{cursor:pointer}._thFcO:hover{background-color:#f8f8f8}._3tb7U{border:1px solid #6d87dd;box-sizing:border-box;box-shadow:0 0 8px #a7b7ea}._3tb7U:first-child{border-top-left-radius:8px;border-top-right-radius:8px}._3tb7U:first-child:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}._3tb7U:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}._3tb7U:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}._OTcMc{display:flex;flex-direction:column;justify-content:center;position:relative}._lNHQ8{padding:16px}._13YLe{flex-direction:unset;justify-content:flex-end}._1rrRr:not(:last-child){border-right:1px solid #e0e0e0}._azbIG{width:40px;padding:16px;box-sizing:content-box}
11
+ ._1QDLF{font-weight:400;font-size:12px}._1QDLF,._2wiMV{color:#555;font-family:Proxima Nova,sans-serif}._2wiMV{line-height:normal;padding:0;width:auto;float:none;font-weight:600;font-size:14px;min-height:16px}._1ui8X{display:inline-flex;align-items:center}._1YRJT{line-height:normal;padding:0;width:auto;float:none;font-weight:600;font-size:14px;min-height:16px;margin-left:8px}._1jEiW,._1YRJT{color:#555;font-family:Proxima Nova,sans-serif}._1jEiW{font-weight:400;font-size:12px;margin-left:48px;display:block}._1ui8X [type=checkbox]{position:absolute;opacity:0;pointer-events:none}._3tNyE{position:relative;cursor:pointer}._3tNyE:before{background:#c1c1c1;box-shadow:inset 0 0 4px rgba(0,0,0,.03);border-radius:26px;height:20px;width:40px}._3tNyE:after,._3tNyE:before{content:"";display:block;transition:all .15s ease-in-out}._3tNyE:after{position:absolute;left:2px;right:21px;top:2px;background:#fff;border:1px solid #c1c1c1;border-radius:24px;height:14px;width:14px;box-shadow:0 0 4px rgba(0,0,0,.03)}._1ui8X [type=checkbox]:focus-visible+._3tNyE{outline:1px solid #6d87dd}._1ui8X [type=checkbox]:disabled+._3tNyE{opacity:.4;cursor:default}._1ui8X [type=checkbox]:disabled+._3tNyE:after{box-shadow:none}._1ui8X [type=checkbox]:checked+._3tNyE:before{background:#3abda9}._1ui8X [type=checkbox]:checked+._3tNyE:after{border-color:#3abda9;left:21px;right:2px}
12
+ ._of22N{display:flex;font-size:12px;font-weight:600;font-family:Proxima Nova,sans-serif;color:#555;padding:20px 17px 8px}._27x4v{display:flex;align-items:center;line-height:21px}._27x4v:not(._27x4v:first-child){padding-left:16px}._27x4v:not(._27x4v:last-child){padding-right:16px}._3gw3Z{cursor:pointer}._Fjm2n{justify-content:flex-end}._27x4v:focus:not(:focus-visible){outline:none}._LoIvx{width:40px;box-sizing:content-box}._3VjFP{display:inline-block;padding:0 8px;line-height:1em}._1bTmd{border:1px solid #c1c1c1;border-radius:8px;font-family:Proxima Nova,sans-serif;font-size:14px}._1opWx{background:#f8f8f8;font-weight:600}._F_spz{margin-top:20px;font-family:Proxima Nova,sans-serif}
13
+ ._orjDM{padding:16px}._3EpfF{text-align:right}
14
+ ._h724f{line-height:normal;padding:0;width:auto;float:none;color:#555;font-family:Proxima Nova,sans-serif;font-weight:600;font-size:14px;min-height:16px}
15
+ ._1DWBq{color:#555;font-family:Proxima Nova,sans-serif;font-weight:400;font-size:12px}
16
+ ._nZ2MD{color:#e76767;font-family:Proxima Nova,sans-serif;font-weight:400;font-size:12px}
17
+ ._ybKOk{position:relative;display:flex;flex:1}._2COk3 input{padding-left:21px}._1xXXN input{padding-right:21px}._eX5OL{position:absolute;line-height:22px;padding:8px;color:#555;min-width:8px;pointer-events:none;font-size:14px;font-family:Proxima Nova,sans-serif;box-sizing:content-box;display:flex;align-items:center;height:22px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;text-align:left}._eX5OL svg{color:#929292}.__YH01{position:absolute;line-height:22px;padding:8px;color:#555;min-width:8px;pointer-events:none;font-size:14px;font-family:Proxima Nova,sans-serif;box-sizing:content-box;display:flex;align-items:center;height:22px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;right:0;text-align:right}.__YH01 svg{color:#929292}
18
+ ._kIngZ{width:100%}._kIngZ input{border:1px solid transparent;display:flex;justify-content:flex-end;background:transparent;padding:16px;width:100%;font-size:14px;font-family:Proxima Nova,sans-serif;border-radius:0}._kIngZ input:focus{border-color:#6d87dd;box-shadow:0 0 8px #a7b7ea;outline:none}._kIngZ input:hover{background:#f8f8f8}._3_QIj{text-align:right}._2Kyuc input::-webkit-inner-spin-button,._2Kyuc input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._2Kyuc input[type=number]{-moz-appearance:textfield}._y9SBQ._y9SBQ{border-color:#e76767}._32mWH._32mWH{border-top-left-radius:8px}._3Jg2-._3Jg2-{border-top-right-radius:8px}._1F5fj._1F5fj{border-bottom-left-radius:8px}._1fTTW._1fTTW{border-bottom-right-radius:8px}
19
+ ._3CaV0{max-width:500px}
20
+ ._BkzdC{border-radius:4px;padding:7px;box-shadow:none;border:1px solid #c1c1c1;flex:1;display:flex;flex-direction:column;min-width:90px}._BkzdC textarea{line-height:22px;font-size:14px;font-family:Proxima Nova,sans-serif;color:#555;margin:0;border:none;resize:none;width:auto;height:auto;padding:0}._BkzdC textarea:focus{outline:none}._BkzdC textarea:disabled{background-color:#f8f8f8}._Rop31{border:1px solid #6d87dd;box-shadow:0 0 8px #a7b7ea;outline:none}._2x3Cm{background-color:#f8f8f8}._3zOwV{border-color:#e76767!important}._rQqnL{margin-top:5px}
21
+ ._20YOA{padding:7px;line-height:22px;border-radius:4px;font-size:14px;font-family:Proxima Nova,sans-serif;color:#555;box-shadow:none;border:1px solid #c1c1c1;margin:0;flex:1;min-width:90px}._20YOA:focus{border:1px solid #6d87dd;box-shadow:0 0 8px #a7b7ea;outline:none}._20YOA:disabled{background-color:#f8f8f8;color:#929292}._3kUSh{border-color:#e76767!important}._3IU3Q{border-left:0!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important;color:#929292}._QXJOD{border-right:0!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important}
22
+ ._2sg0c{position:relative}._2LdrP{padding-left:24px}._2sg0c input{position:absolute;opacity:0;cursor:pointer;z-index:1;width:16px;height:16px;right:0}._2mA8e{display:block;top:0;left:0;height:14px;width:14px;background-color:transparent;border-radius:4px;border:1px solid #e0e0e0;box-shadow:inset 0 1px 4px -2px #e0e0e0}._2mA8e:after{position:absolute;content:"";opacity:0}input:checked~._2mA8e{background-color:#4d89f5;border-radius:4px;transform:rotate(0deg) scale(1);opacity:1;border:1px solid #8cb5f4}input:checked~._2mA8e:after{opacity:1;transform:rotate(45deg) scale(1);left:4px;top:1px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;background-color:transparent;border-radius:0}input:focus-visible+._2mA8e{outline:1px solid #6d87dd}input:disabled+._2mA8e{background-color:#f8f8f8;border:1px solid #e0e0e0}input:disabled+._2mA8e:after{box-shadow:none;border:solid #9f9f9f!important;border-width:0 2px 2px 0!important}
23
+ ._g6T-p{position:relative}._g6T-p input{position:absolute;opacity:0;z-index:1;width:100%;height:100%;right:0;box-sizing:border-box}._g6T-p input:hover:not(:disabled){cursor:pointer}._1i2AX{display:flex;align-items:center;justify-content:center;background-color:#fff;font-size:14px;font-weight:600;padding:8px;border:1px solid #e0e0e0;border-radius:25px;min-height:38px;min-width:60px;text-align:center;vertical-align:middle;color:#555;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .2s,color .2s;text-transform:capitalize;box-sizing:border-box}input:hover~._1i2AX{background-color:#e0e0e0;border-color:#e0e0e0}input:checked:hover~._1i2AX{background-color:#e16840;border-color:#e16840}input:checked~._1i2AX{background-color:#fb7448;border-color:#fb7448;color:#fff}input:disabled+._1i2AX{background-color:#f8f8f8;border-color:#f8f8f8;color:#929292}input:disabled:checked+._1i2AX{background-color:#e16840;border-color:#e16840;color:#fff}input:focus-visible+._1i2AX{border:1px solid #6d87dd;box-shadow:0 0 8px #a7b7ea;outline:none}
24
+ ._1WGz2,._RXyG_{line-height:normal;padding:0;width:auto;float:none;color:#555;font-family:Proxima Nova,sans-serif;font-weight:600;font-size:14px;min-height:16px}
25
+ ._1Clmp{position:relative}._3UmWA{padding-left:24px}._1Clmp input{position:absolute;opacity:0;cursor:pointer;z-index:1;width:16px;height:16px;right:0}._1tMq-{display:block;top:0;left:0;height:14px;width:14px;background-color:transparent;border-radius:50%;border:1px solid #e0e0e0;box-shadow:inset 0 1px 4px -2px #e0e0e0}._1tMq-:after{position:absolute;content:"";opacity:0}input:checked~._1tMq-{background-color:#4d89f5;border-radius:50%;transform:rotate(0deg) scale(1);opacity:1;border:1px solid #8cb5f4}input:checked~._1tMq-:after{opacity:1;left:5px;top:5px;width:4px;height:4px;background-color:#fff;border:none;border-radius:50%}input:focus-visible+._1tMq-{outline:1px solid #6d87dd}input:disabled+._1tMq-{background-color:#f8f8f8;border:1px solid #e0e0e0}input:disabled+._1tMq-:after{box-shadow:none;border:solid #9f9f9f!important;border-width:0 2px 2px 0!important;background-color:#9f9f9f;left:4px;top:4px}
26
+ ._18Rzv{padding:7px;line-height:22px;border-radius:4px;font-size:14px;font-family:Proxima Nova,sans-serif;color:#555;box-shadow:none;border:1px solid #c1c1c1;margin:0;flex:1;min-width:90px}._18Rzv:focus{border:1px solid #6d87dd;box-shadow:0 0 8px #a7b7ea;outline:none}._18Rzv:disabled{background-color:#f8f8f8;color:#929292}._3eD7t{border-color:#e76767!important}._2evrG{border-left:0!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important;color:#929292}._-MgeO{border-right:0!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important}._-Rf3c{position:relative;display:flex;flex:1}._yinPY{position:absolute;cursor:pointer;right:7px;top:7px}
27
+ ._U0krC{color:#e0e0e0}._2XIl4,._U0krC{font-family:Proxima Nova,sans-serif}._2XIl4{color:#929292}
28
+ ._1cDCR{flex:1;display:"flex"}
29
+ ._uC4zU{font-family:Proxima Nova,sans-serif;font-weight:16px;font-size:14px;color:#929292;display:flex;flex-direction:column;justify-content:center;padding:8px 12px}
30
+ ._1btTx,._1Sc9D{padding:7px;line-height:22px;border-radius:4px;font-size:14px;font-family:Proxima Nova,sans-serif;color:#555;box-shadow:none;border:1px solid #c1c1c1;margin:0;flex:1;min-width:90px}._1btTx:focus,._1Sc9D:focus{border:1px solid #6d87dd;box-shadow:0 0 8px #a7b7ea;outline:none}._1btTx:disabled,._1Sc9D:disabled{background-color:#f8f8f8;color:#929292}._2feYp,._2SNat{border-color:#e76767!important}._E18JV,._jLolW{border-left:0!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important;color:#929292}._3eTNi,._27J43{border-right:0!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important}._1Sc9D{padding-top:8px;padding-bottom:6px;width:100%}
31
+ ._v1b-5{flex:1;display:flex;font-family:Proxima Nova,sans-serif}._3mrLu{position:relative;flex-direction:row;padding-bottom:1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._1J9dh ._8FcQE{cursor:default}._1SPuq,._24FJ6{font-family:inherit}._Oxdm9{display:none;visibility:hidden}._20uqc{position:absolute;top:1em;right:1.5em;left:auto;display:inline-block;margin-top:2px;color:#c1c1c1;cursor:pointer;background-image:none;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #555;margin-right:1.5em}._20uqc:hover{opacity:.8;border-right-color:#929292}._3C53z{position:absolute;top:1em;right:1.5em;left:auto;display:inline-block;margin-top:2px;color:#c1c1c1;cursor:pointer;background-image:none;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:10px solid #555}._3C53z:hover{opacity:.8;border-left-color:#929292}._M_eHz{display:flex;flex-wrap:wrap;justify-content:center}._3RPpJ{display:table;margin:1em 1em 0;border-spacing:0;border-collapse:collapse;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._1FXNw{display:table-caption;margin-bottom:.5em;padding:0 .5em;text-align:left}._1FXNw>div{font-weight:600;font-size:20px;color:#555}._3KcRU{display:table-header-group;margin-top:1em}._1fO_e{display:table-row}._c1Y-X{display:table-cell;padding:.5em;color:#929292;text-align:center;font-size:.875em}._c1Y-X abbr[title]{border-bottom:none;text-decoration:none}._34mA1{display:table-row-group}._1PmqZ{display:table-row}._1AWH2{display:table-cell;padding:.5em;border-radius:50%;vertical-align:middle;text-align:center;cursor:pointer}._1AWH2:not(._1J9dh):not(._3vJkw):not(._1DR0N):not(._276GV):hover{background:#f8f8f8}._2M5xr{padding-top:.5em}._3N6fj{color:#fb7448;font-weight:700}._1DR0N:not(._3vJkw):not(._276GV){background-color:#fdd5c8;color:#fb7448}._1DR0N:not(._3vJkw):not(._276GV):hover{background-color:#fb7448;color:#fff}._1DR0N._3N6fj:hover{color:#fff}._3vJkw{color:#e0e0e0;cursor:default}._276GV:not(._3vJkw){color:#c1c1c1;cursor:default}._3Zqgu{position:relative}._20Ncd{position:absolute;left:0;z-index:1;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.15)}._2hb-S{display:table-cell;padding:.5em;min-width:1em;border-right:1px solid #e0e0e0;color:#c1c1c1;vertical-align:middle;text-align:right;font-size:.75em;cursor:pointer}
32
+ ._1Ini2{flex:1;display:flex;font-family:Proxima Nova,sans-serif}._21VnL{position:relative;flex-direction:row;padding-bottom:1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._wJ6Cb ._1c48y{cursor:default}._3KwsN,._10CBO{font-family:inherit}._dHL-D{display:none;visibility:hidden}._6kNi3{position:absolute;top:1em;right:1.5em;left:auto;display:inline-block;margin-top:2px;color:#c1c1c1;cursor:pointer;background-image:none;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #555;margin-right:1.5em}._6kNi3:hover{opacity:.8;border-right-color:#929292}._13W_e{position:absolute;top:1em;right:1.5em;left:auto;display:inline-block;margin-top:2px;color:#c1c1c1;cursor:pointer;background-image:none;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:10px solid #555}._13W_e:hover{opacity:.8;border-left-color:#929292}._1FeSY{display:flex;flex-wrap:wrap;justify-content:center}._wU6A4{display:table;margin:1em 1em 0;border-spacing:0;border-collapse:collapse;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._AMbAo{display:table-caption;margin-bottom:.5em;padding:0 .5em;text-align:left}._AMbAo>div{font-weight:600;font-size:20px;color:#555}._1LEst{display:table-header-group;margin-top:1em}._2XECo{display:table-row}._1C5ry{display:table-cell;padding:.5em;color:#929292;text-align:center;font-size:.875em}._1C5ry abbr[title]{border-bottom:none;text-decoration:none}._11F-Y{display:table-row-group}._3MAFk{display:table-row}._mG73F{display:table-cell;padding:.5em;border-radius:50%;vertical-align:middle;text-align:center;cursor:pointer}._mG73F:not(._wJ6Cb):not(._2pgnH):not(._MtLaz):not(._CRqyX):hover{background:#f8f8f8}._2KG9-{padding-top:.5em}._2JA2y{color:#fb7448;font-weight:700}._MtLaz:not(._2pgnH):not(._CRqyX){background-color:#fdd5c8;color:#fb7448}._MtLaz:not(._2pgnH):not(._CRqyX):hover{background-color:#fb7448;color:#fff}._MtLaz._2JA2y:hover{color:#fff}._2pgnH{color:#e0e0e0;cursor:default}._CRqyX:not(._2pgnH){color:#c1c1c1;cursor:default}._1JWbc{position:relative}._2tL6g{position:absolute;left:0;z-index:1;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.15)}._3u72O{display:table-cell;padding:.5em;min-width:1em;border-right:1px solid #e0e0e0;color:#c1c1c1;vertical-align:middle;text-align:right;font-size:.75em;cursor:pointer}._3qVhi,._3qVhi input,._25rf7{padding:7px;line-height:22px;border-radius:4px;font-size:14px;font-family:Proxima Nova,sans-serif;color:#555;box-shadow:none;border:1px solid #c1c1c1;margin:0;flex:1;min-width:90px}._3qVhi:focus,._3qVhi input:focus,._25rf7:focus{border:1px solid #6d87dd;box-shadow:0 0 8px #a7b7ea;outline:none}._3qVhi:disabled,._3qVhi input:disabled,._25rf7:disabled{background-color:#f8f8f8;color:#929292}._2M9Ud{border-color:#e76767!important}._3TUb2{border-left:0!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important;color:#929292}._foqL0{border-right:0!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important}._3qVhi{padding-bottom:0;padding-top:0;display:flex;align-items:center}._3df9R{border-color:#e76767!important}._2Nkht{background-color:#f8f8f8}._3qVhi input{border:none;min-width:20px;width:20px;flex:1}._3qVhi input:focus{border:none;box-shadow:inset 0 -2px 0 #fb7448;outline:none;border-radius:0;border-top-right-radius:4px}._wU6A4{border-collapse:separate}._3u72O,._mG73F{outline:none}._mG73F{border:1px solid transparent;border-radius:0}._mG73F._MtLaz.from{background-color:#fb7448;color:#fff;border-top-left-radius:50%;border-bottom-left-radius:50%}._mG73F._MtLaz.to{background-color:#fb7448;color:#fff;border-top-right-radius:50%;border-bottom-right-radius:50%}._MtLaz:not(._2pgnH){background-color:#fdd5c8;color:#fb7448}
33
+ ._okDvi{flex:1;display:flex;font-family:Proxima Nova,sans-serif}._17XdD{position:relative;flex-direction:row;padding-bottom:1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._1O7OT ._3noGA{cursor:default}._1Hl3Q,._m0Vs9{font-family:inherit}._1ULWH{display:none;visibility:hidden}._3gjq8{position:absolute;top:1em;right:1.5em;left:auto;display:inline-block;margin-top:2px;color:#c1c1c1;cursor:pointer;background-image:none;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #555;margin-right:1.5em}._3gjq8:hover{opacity:.8;border-right-color:#929292}._1m-Kd{position:absolute;top:1em;right:1.5em;left:auto;display:inline-block;margin-top:2px;color:#c1c1c1;cursor:pointer;background-image:none;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:10px solid #555}._1m-Kd:hover{opacity:.8;border-left-color:#929292}._Fq6Xh{display:flex;flex-wrap:wrap;justify-content:center}._3i0Oo{display:table;margin:1em 1em 0;border-spacing:0;border-collapse:collapse;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._36X9Y{display:table-caption;margin-bottom:.5em;padding:0 .5em;text-align:left}._36X9Y>div{font-weight:600;font-size:20px;color:#555}._1aWPn{display:table-header-group;margin-top:1em}._3HXCK{display:table-row}._t-ctd{display:table-cell;padding:.5em;color:#929292;text-align:center;font-size:.875em}._t-ctd abbr[title]{border-bottom:none;text-decoration:none}._XAbiR{display:table-row-group}._3Nwep{display:table-row}._3nNcG{display:table-cell;padding:.5em;border-radius:50%;vertical-align:middle;text-align:center;cursor:pointer}._3nNcG:not(._1O7OT):not(._1M4ZF):not(._2PEs8):not(._1PIJa):hover{background:#f8f8f8}._2T_z1{padding-top:.5em}._1hVM6{color:#fb7448;font-weight:700}._2PEs8:not(._1M4ZF):not(._1PIJa){background-color:#fdd5c8;color:#fb7448}._2PEs8:not(._1M4ZF):not(._1PIJa):hover{background-color:#fb7448;color:#fff}._2PEs8._1hVM6:hover{color:#fff}._1M4ZF{color:#e0e0e0;cursor:default}._1PIJa:not(._1M4ZF){color:#c1c1c1;cursor:default}._1L-hI{position:relative}._dDPZb{position:absolute;left:0;z-index:1;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.15)}._1alhT{display:table-cell;padding:.5em;min-width:1em;border-right:1px solid #e0e0e0;color:#c1c1c1;vertical-align:middle;text-align:right;font-size:.75em;cursor:pointer}._3i0Oo{border-collapse:separate}._1alhT,._3nNcG{outline:none}._3nNcG{border:1px solid transparent;border-radius:0}._2PEs8:not(._1M4ZF){background-color:#fdd5c8;color:#fb7448}._2PEs8:first-of-type{border-top-left-radius:50%;border-bottom-left-radius:50%}._2PEs8:last-of-type{border-top-right-radius:50%;border-bottom-right-radius:50%}._3Nwep:hover{background:#f8f8f8}._3Nwep:hover ._2PEs8:not(._1M4ZF){background-color:#fb7448;color:#fff}._3Nwep:hover ._3nNcG:first-of-type{border-top-left-radius:50%;border-bottom-left-radius:50%}._3Nwep:hover ._3nNcG:last-of-type{border-top-right-radius:50%;border-bottom-right-radius:50%}
34
+ ._vgLin{padding:16px 12px;background:#f8f8f8;margin-left:1px;margin-right:1px;position:relative;border-radius:3px;box-shadow:0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15)}._63TwY{font-weight:600}._3n6S7,._63TwY{font-size:14px;line-height:16px;color:#555}._3n6S7{flex-grow:1}._2pMYs{margin-bottom:4px}._ON6Eg{background:#f6fdff;box-shadow:0 0 0 1px rgba(81,172,199,.15),0 1px 3px 0 rgba(81,172,199,.25)}._ON6Eg ._1-D-E{color:#51acc7}._1FFZh{background:#ecfaf8;box-shadow:0 0 0 1px rgba(53,172,154,.15),0 1px 3px 0 rgba(53,172,154,.25)}._1FFZh ._1-D-E{color:#35ac9a}._2R34O{background:#fcf0f0;box-shadow:0 0 0 1px rgba(207,92,92,.15),0 1px 3px 0 rgba(207,92,92,.25)}._2R34O ._1-D-E{color:#cf5c5c}._3Cfhe{background:#fff9ed;box-shadow:0 0 0 1px rgba(229,178,66,.15),0 1px 3px 0 rgba(229,178,66,.25)}._3Cfhe ._1-D-E{color:#e5b242}._1SIOw{background:#f0f3fb;box-shadow:0 0 0 1px rgba(97,121,198,.15),0 1px 3px 0 rgba(97,121,198,.25)}._1SIOw ._1-D-E{color:#6179c6}._3SNQ1{position:absolute;width:38px;height:38px;top:4px;right:4px}._3nLTI{padding-top:12px;padding-bottom:12px}._3nLTI ._3SNQ1{position:static}._3nLTI ._3n6S7{display:flex;align-items:center;min-height:38px}
35
+ ._1jqm8{font-size:12px;line-height:12px;color:#555}
36
+ ._2puqJ{position:fixed;inset:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;flex-direction:column}._2puqJ:after{width:100%;flex-basis:20px;flex-shrink:0;content:""}._2puqJ:before{width:100%;min-height:20px;max-height:80px;flex:1;content:""}._1167h{opacity:1;transform:translateX(0)}._t_t7L{opacity:0}._wQQ_2{position:static;border:1px solid #e0e0e0;background:#fff;overflow:auto;outline:none;padding:32px;box-shadow:0 5px 15px rgba(0,0,0,.5);min-height:200px;display:flex;flex-direction:column}._wQQ_2>form{display:contents}._3jwux{opacity:1}._2c2QP{opacity:0}
37
+ ._36nxW{font-size:24px;line-height:28px;color:#555;font-weight:600}._2XwRD,._36nxW{font-family:Proxima Nova,sans-serif}._2XwRD{font-size:20px;line-height:24px;color:#929292}
38
+ ._2J-ku{overflow:auto;margin-top:24px;font-family:Proxima Nova,sans-serif;font-size:14px;line-height:16px;position:relative}._2ErCP{z-index:1;background:#fff no-repeat;background-image:radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.2),transparent);background-position:0 0,0 100%;background-size:100% 14px}._2ErCP:after,._2ErCP:before{content:"";position:relative;z-index:-1;display:block;height:30px;margin:0 0 -30px;background:linear-gradient(180deg,#fff,#fff 30%,hsla(0,0%,100%,0))}._2ErCP:after{margin:-30px 0 0;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 70%,#fff)}
39
+ ._LKOr5{flex:1;display:flex;flex-direction:column;justify-content:flex-end;padding-top:40px}._Qktd-{margin-left:-12px}
40
+ ._2f81N{display:inline-flex;background-color:#fb7448;height:20px;min-width:20px;color:#fff;text-align:center;line-height:20px;border-radius:20px;font-size:12px;box-sizing:border-box;font-weight:400;padding:0 6px;align-items:center;border:1px solid #fff}._2f81N svg{fill:#fff}._2g1GI{background-color:#ffc74a}._2zLnM{background-color:#e76767}._27QOo{background-color:#3abda9}._2gmsM{background-color:#5bc0de}
41
+ ._2wJGB{display:flex;justify-content:center;align-items:center;text-align:center;font-family:Proxima Nova,sans-serif;color:#fff;border-radius:50%;width:20px;height:20px;flex-shrink:0;overflow:hidden}._2wJGB svg{fill:#fff}._2wJGB img{height:inherit}._3QTSo{width:20px;height:20px;font-size:14px}._3QTSo ._2Rl8S{margin-left:18px;margin-top:10px}._1zwj0{width:30px;height:30px;font-size:20px}._1zwj0 ._2Rl8S{margin-left:20px;margin-top:15px}._3-U6x{width:40px;height:40px;font-size:24px}._3-U6x ._2Rl8S{margin-left:23px;margin-top:18px}._3qn2q{width:80px;height:80px;font-size:24px}._3qn2q ._2Rl8S{margin-left:55px;margin-top:45px}._2Rl8S{position:absolute;margin-left:20px;margin-top:15px}
42
+ ._GKL9P svg{width:80%;padding-top:25%}