@7shifts/sous-chef 1.5.2 → 1.5.6

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