@cayuse-test/react 1.0.1 → 1.0.3

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 (73) hide show
  1. package/dist/{chunk-XRUFEGUC.js → chunk-KJUT65VD.js} +4 -4
  2. package/dist/{chunk-2K3CWMLR.js → chunk-QCQVYXFA.js} +2 -2
  3. package/dist/chunk-RGZNLRWM.js +1 -0
  4. package/dist/chunk-RGZNLRWM.js.map +1 -0
  5. package/dist/{chunk-B2Z63U4D.js → chunk-RYAW4XZF.js} +17 -79
  6. package/dist/{chunk-B2Z63U4D.js.map → chunk-RYAW4XZF.js.map} +1 -1
  7. package/dist/{chunk-RG4GEORO.js → chunk-WAQWICRJ.js} +4 -4
  8. package/dist/components/index.css +3603 -0
  9. package/dist/components/index.css.map +1 -0
  10. package/dist/components/index.js +6 -6
  11. package/dist/context/tenant/index.js +3 -3
  12. package/dist/globals/css/index.css +212 -0
  13. package/dist/globals/css/index.css.map +1 -0
  14. package/dist/globals/css/index.js +1 -1
  15. package/dist/index.css +3815 -0
  16. package/dist/index.css.map +1 -0
  17. package/dist/index.js +29 -29
  18. package/dist/utils/index.js +3 -3
  19. package/package.json +6 -1
  20. package/dist/chunk-EPGO6B3U.js +0 -3
  21. package/dist/chunk-EPGO6B3U.js.map +0 -1
  22. package/dist/index-4NH7IW34.css +0 -47
  23. package/dist/modal-dialog-IH5SI4CF.css +0 -93
  24. package/dist/styles-2WZORUGA.css +0 -106
  25. package/dist/styles-32VHTPIA.css +0 -20
  26. package/dist/styles-3A5DZ5R7.css +0 -70
  27. package/dist/styles-3PFCZALV.css +0 -60
  28. package/dist/styles-3SNYRDO2.css +0 -100
  29. package/dist/styles-4FHUBUVF.css +0 -150
  30. package/dist/styles-4KAVAZFG.css +0 -5
  31. package/dist/styles-4OFM6DY5.css +0 -22
  32. package/dist/styles-5OXZHQGW.css +0 -14
  33. package/dist/styles-6XZTUN3B.css +0 -68
  34. package/dist/styles-73WOPK6M.css +0 -6
  35. package/dist/styles-7AV26IBF.css +0 -35
  36. package/dist/styles-7DWK55L2.css +0 -71
  37. package/dist/styles-7GWPZSR2.css +0 -222
  38. package/dist/styles-7QBPXFSY.css +0 -6
  39. package/dist/styles-7T6DSZIY.css +0 -27
  40. package/dist/styles-AUI7W2SW.css +0 -408
  41. package/dist/styles-AZSHBXJQ.css +0 -85
  42. package/dist/styles-BTXJVGNW.css +0 -99
  43. package/dist/styles-BUPIQG5C.css +0 -74
  44. package/dist/styles-CLK36LUK.css +0 -27
  45. package/dist/styles-CSKYCMD4.css +0 -123
  46. package/dist/styles-CWCX26BQ.css +0 -13
  47. package/dist/styles-GAIKDZU6.css +0 -47
  48. package/dist/styles-GB7S5BAZ.css +0 -36
  49. package/dist/styles-GVPT6A2Z.css +0 -45
  50. package/dist/styles-IUBOTHBR.css +0 -581
  51. package/dist/styles-IZPTZRKW.css +0 -78
  52. package/dist/styles-LS2YWO5W.css +0 -39
  53. package/dist/styles-M5BEFS4G.css +0 -148
  54. package/dist/styles-MHNICXOS.css +0 -18
  55. package/dist/styles-P6IOJDNI.css +0 -47
  56. package/dist/styles-Q7XE2QVU.css +0 -55
  57. package/dist/styles-R7IS5IGF.css +0 -7
  58. package/dist/styles-RDYYTTBU.css +0 -218
  59. package/dist/styles-RTHIZL5W.css +0 -48
  60. package/dist/styles-RUY4EKZW.css +0 -9
  61. package/dist/styles-T5QJAAUY.css +0 -184
  62. package/dist/styles-VBXWGFCK.css +0 -96
  63. package/dist/styles-VE76CGRO.css +0 -6
  64. package/dist/styles-VLCZ7JYV.css +0 -140
  65. package/dist/styles-W5HDD3YQ.css +0 -71
  66. package/dist/styles-X7BJCSFV.css +0 -86
  67. package/dist/styles-XVRR5GIG.css +0 -42
  68. package/dist/styles-YBC6BJBD.css +0 -83
  69. package/dist/styles-YXNJHPDZ.css +0 -74
  70. package/dist/styles-Z276IEVM.css +0 -264
  71. /package/dist/{chunk-XRUFEGUC.js.map → chunk-KJUT65VD.js.map} +0 -0
  72. /package/dist/{chunk-2K3CWMLR.js.map → chunk-QCQVYXFA.js.map} +0 -0
  73. /package/dist/{chunk-RG4GEORO.js.map → chunk-WAQWICRJ.js.map} +0 -0
@@ -0,0 +1,3603 @@
1
+ /* packages/components/icon/styles.css */
2
+ .icon {
3
+ margin: 0 4px 0 0;
4
+ }
5
+ .icon.noMargin {
6
+ margin: 0;
7
+ }
8
+
9
+ /* packages/components/button/styles.css */
10
+ .button-wrapper button {
11
+ align-items: center;
12
+ display: inline-flex;
13
+ flex-direction: row;
14
+ justify-content: flex-start;
15
+ background-color: var(--color-primary);
16
+ border: 1px solid var(--color-primary);
17
+ border-radius: var(--border-radius-default);
18
+ color: var(--color-lightest);
19
+ font-family: inherit;
20
+ font-size: 14px;
21
+ font-style: normal;
22
+ font-weight: bold;
23
+ line-height: 16px;
24
+ padding: 8px 16px 8px 16px;
25
+ position: relative;
26
+ transition: all 200ms ease-in-out;
27
+ cursor: pointer;
28
+ gap: 16px;
29
+ -webkit-user-select: none;
30
+ -moz-user-select: none;
31
+ user-select: none;
32
+ }
33
+ .button-wrapper button:focus {
34
+ outline: 2px solid var(--color-focus);
35
+ }
36
+ .button-wrapper button.primary {
37
+ background-color: var(--color-primary);
38
+ border: 1px solid var(--color-primary);
39
+ border-radius: var(--border-radius-default);
40
+ color: var(--color-lightest);
41
+ }
42
+ .button-wrapper button.primary:hover {
43
+ background-color: var(--color-hover);
44
+ border: 1px solid var(--color-hover);
45
+ }
46
+ .button-wrapper button.secondary {
47
+ background-color: #ffffff;
48
+ color: var(--color-primary);
49
+ border: 1px solid var(--color-primary);
50
+ }
51
+ .button-wrapper button.secondary:hover {
52
+ background-color: var(--color-secondary-hover);
53
+ border: 1px solid var(--color-hover);
54
+ }
55
+ .button-wrapper button.success {
56
+ background-color: var(--color-success);
57
+ border: 1px solid var(--color-success);
58
+ color: var(--color-lightest);
59
+ }
60
+ .button-wrapper button.danger {
61
+ background-color: var(--color-danger);
62
+ border: 1px solid var(--color-danger);
63
+ color: var(--color-lightest);
64
+ }
65
+ .button-wrapper button.busy {
66
+ cursor: wait;
67
+ padding-left: 40px;
68
+ }
69
+ .button-wrapper button.busy svg,
70
+ .button-wrapper button.busy i {
71
+ display: none;
72
+ }
73
+ .button-wrapper button.busy,
74
+ .button-wrapper button.secondary.busy {
75
+ padding-left: 3em;
76
+ position: relative;
77
+ box-shadow: none;
78
+ }
79
+ .button-wrapper button.busy::before,
80
+ .button-wrapper button.secondary.busy::before {
81
+ content: "";
82
+ animation: busy-spin 0.6s linear;
83
+ animation-iteration-count: infinite;
84
+ box-shadow: 0 0 0 1px transparent;
85
+ border-color: #09101d rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
86
+ border-radius: 100%;
87
+ border-style: solid;
88
+ border-width: 1px;
89
+ position: absolute;
90
+ left: 1.25em;
91
+ height: 1em;
92
+ visibility: visible;
93
+ width: 1em;
94
+ }
95
+ @keyframes busy-spin {
96
+ from {
97
+ transform: rotate(0deg);
98
+ }
99
+ to {
100
+ transform: rotate(360deg);
101
+ }
102
+ }
103
+ .button-wrapper button.disabled {
104
+ cursor: not-allowed;
105
+ }
106
+ .button-wrapper button.primary.busy,
107
+ .button-wrapper button.secondary.busy,
108
+ .button-wrapper button.busy {
109
+ background-color: var(--color-busy);
110
+ border: 1px solid var(--color-busy);
111
+ color: var(--color-disabled-text);
112
+ }
113
+ .button-wrapper button.primary.disabled,
114
+ .button-wrapper button.secondary.disabled,
115
+ .button-wrapper button.disabled {
116
+ background-color: #a5abb3;
117
+ border: 1px solid #a5abb3;
118
+ color: #09101d;
119
+ }
120
+ .button-wrapper button.small {
121
+ padding: 4px 8px 4px 8px;
122
+ gap: 8px;
123
+ }
124
+ .button-wrapper {
125
+ position: relative;
126
+ width: -moz-fit-content;
127
+ width: fit-content;
128
+ display: inline-flex;
129
+ }
130
+ .button-wrapper .tooltip {
131
+ width: -moz-fit-content;
132
+ width: fit-content;
133
+ min-width: 120px;
134
+ bottom: 100%;
135
+ left: 50%;
136
+ transform: translateX(-50%);
137
+ visibility: hidden;
138
+ text-align: center;
139
+ border-radius: 6px;
140
+ padding: 5px;
141
+ position: absolute;
142
+ z-index: 103;
143
+ background-color: #09101d;
144
+ color: #ffffff;
145
+ font-weight: normal;
146
+ font-size: 12px;
147
+ opacity: 1;
148
+ }
149
+ .button-wrapper .tooltip::after {
150
+ content: " ";
151
+ position: absolute;
152
+ top: 100%;
153
+ left: 50%;
154
+ margin-left: -5px;
155
+ border-width: 5px;
156
+ border-style: solid;
157
+ border-color: black transparent transparent transparent;
158
+ }
159
+ .button-wrapper button:focus ~ .tooltip,
160
+ .button-wrapper button:focus-within ~ .tooltip,
161
+ .button-wrapper button:focus-visible ~ .tooltip,
162
+ .button-wrapper button:hover ~ .tooltip {
163
+ visibility: visible;
164
+ }
165
+ .button-wrapper button.tertiary {
166
+ color: var(--color-primary);
167
+ display: inline-flex;
168
+ align-items: center;
169
+ border: none;
170
+ cursor: pointer;
171
+ background: transparent;
172
+ padding: 0;
173
+ }
174
+ .button-wrapper button.tertiary:hover {
175
+ color: var(--color-hover);
176
+ }
177
+ .button-wrapper button.tertiary.disabled {
178
+ color: var(--color-disabled-text);
179
+ cursor: not-allowed;
180
+ border: none;
181
+ }
182
+ .button-wrapper button.tertiary.busy {
183
+ border: none;
184
+ }
185
+ .button-wrapper button.tertiary:focus,
186
+ .button-wrapper button.tertiary:focus-within,
187
+ .button-wrapper button.tertiary:focus-visible {
188
+ border-color: var(--color-focus);
189
+ outline: 2px solid var(--color-focus);
190
+ }
191
+ .button-wrapper button.tertiary svg {
192
+ color: var(--color-primary);
193
+ margin-right: 0;
194
+ }
195
+ .button-wrapper button svg {
196
+ margin-right: 0;
197
+ margin-left: 0;
198
+ }
199
+
200
+ /* packages/components/banner-notification/login-button/styles.css */
201
+ .loginButton {
202
+ background-color: transparent;
203
+ border-color: var(--color-warning);
204
+ color: var(--color-warning);
205
+ margin: var(--spacing-v-1-5x) auto 0 auto;
206
+ width: -moz-min-content;
207
+ width: min-content;
208
+ white-space: nowrap;
209
+ }
210
+
211
+ /* packages/components/banner-notification/styles.css */
212
+ .Toastify__toast-container {
213
+ width: 80%;
214
+ }
215
+ .Toastify__toast-container--top-center {
216
+ top: var(--height-m-combined-header);
217
+ }
218
+ .Toastify__toast-icon {
219
+ display: none;
220
+ }
221
+ .Toastify__toast {
222
+ width: 100%;
223
+ display: flex;
224
+ justify-content: center;
225
+ border: 2px solid;
226
+ border-radius: var(--border-radius-default);
227
+ cursor: default;
228
+ font-family: inherit;
229
+ }
230
+ .Toastify__toast:last-of-type {
231
+ margin: 0;
232
+ }
233
+ .Toastify__toast-body {
234
+ display: flex;
235
+ flex-direction: column;
236
+ font-family: inherit;
237
+ justify-content: center;
238
+ margin: 0;
239
+ padding: 0;
240
+ }
241
+ .notification .Toastify__toast--default,
242
+ .notification .Toastify__toast--error {
243
+ background-color: var(--color-danger-light);
244
+ border-color: var(--color-danger);
245
+ color: var(--color-danger);
246
+ }
247
+ .notification .Toastify__toast--info {
248
+ background-color: var(--color-info-light);
249
+ border-color: var(--color-info);
250
+ color: var(--color-info);
251
+ }
252
+ .notification .Toastify__toast--success {
253
+ background-color: var(--color-success-light);
254
+ border-color: var(--color-success);
255
+ color: var(--color-success);
256
+ }
257
+ .notification .Toastify__toast--login,
258
+ .notification .Toastify__toast--warning {
259
+ background-color: var(--color-warning-light);
260
+ border-color: var(--color-warning);
261
+ color: var(--color-warning);
262
+ }
263
+ .notification .Toastify__close-button {
264
+ color: inherit;
265
+ cursor: pointer;
266
+ position: absolute;
267
+ right: var(--spacing-h-1x);
268
+ top: var(--spacing-v-1x);
269
+ }
270
+
271
+ /* packages/components/loading-indicator/styles.css */
272
+ .loading-indicator {
273
+ display: flex;
274
+ justify-content: center;
275
+ align-items: center;
276
+ }
277
+
278
+ /* packages/components/icon-button/styles.css */
279
+ .iconButton {
280
+ align-items: center;
281
+ display: inline-flex;
282
+ flex-direction: row;
283
+ justify-content: flex-start;
284
+ }
285
+ .ui.labeled.icon.button > .icon:before {
286
+ margin-top: unset;
287
+ }
288
+ .iconButton.labelRight {
289
+ flex-direction: row;
290
+ }
291
+ .iconButton.labelLeft {
292
+ flex-direction: row-reverse;
293
+ }
294
+ .iconButton.labelLeft .icon,
295
+ .iconButton.labelRight i.icon,
296
+ .iconButton.labelRight .icon,
297
+ .iconButton.labelLeft i.icon {
298
+ height: var(--height-m-icon);
299
+ line-height: 1;
300
+ position: relative;
301
+ width: var(--width-m-icon);
302
+ }
303
+ .iconButton.labelLeft .icon:before,
304
+ .iconButton.labelLeft i.icon:before,
305
+ .iconButton.labelRight .icon:before,
306
+ .iconButton.labelRight i.icon:before {
307
+ left: 50%;
308
+ position: absolute;
309
+ top: 50%;
310
+ transform: translate3d(-50%, -50%, 0);
311
+ }
312
+ @media (var(--medium)) {
313
+ .iconButton.labelLeft .icon,
314
+ .iconButton.labelLeft i.icon,
315
+ .iconButton.labelRight .icon,
316
+ .iconButton.labelRight i.icon {
317
+ height: var(--height-d-icon);
318
+ width: var(--width-d-icon);
319
+ }
320
+ }
321
+
322
+ /* packages/components/form/file-upload/styles.css */
323
+ .file-upload {
324
+ display: flex;
325
+ flex-direction: column;
326
+ gap: 24px;
327
+ padding: 24px;
328
+ min-height: 140px;
329
+ background: #ffffff;
330
+ border: 1px dashed #cccccc;
331
+ border-radius: 3px;
332
+ }
333
+ .file-upload__content {
334
+ display: flex;
335
+ flex-direction: column;
336
+ justify-content: center;
337
+ align-items: center;
338
+ gap: 8px;
339
+ }
340
+ .file-upload__content span {
341
+ color: #111;
342
+ text-align: center;
343
+ font-family: Lato;
344
+ font-size: 14px;
345
+ font-style: normal;
346
+ font-weight: 400;
347
+ line-height: normal;
348
+ }
349
+ .file-upload__content .file-upload__uploading-text,
350
+ .file-upload__content span.file-upload__drop-files-text {
351
+ font-weight: 700;
352
+ }
353
+ .file-upload__content .ui.loading.loadingIndicator {
354
+ height: 24px;
355
+ width: 24px;
356
+ padding: 0;
357
+ margin: 0;
358
+ }
359
+ .file-upload__content .ui.loading.segment:after {
360
+ height: 24px;
361
+ width: 24px;
362
+ margin: 0;
363
+ top: 0;
364
+ left: 0;
365
+ }
366
+ .file-upload__content .file-upload__select-file-button {
367
+ flex-direction: row-reverse;
368
+ align-items: center;
369
+ padding: 8px 16px;
370
+ gap: 8px;
371
+ }
372
+ .file-upload__content .file-upload__select-file-button:focus,
373
+ .file-upload__content .file-upload__select-file-button:focus-visible {
374
+ outline-offset: 3px;
375
+ outline-color: #5092f7;
376
+ }
377
+ .file-upload__content .file-upload__select-file-button svg[data-component=Icon] {
378
+ width: 14px;
379
+ margin-left: 0;
380
+ margin-right: 0;
381
+ }
382
+
383
+ /* packages/components/modal-dialog/styles.css */
384
+ .alert-dialog__presentation {
385
+ position: fixed;
386
+ z-index: 500;
387
+ inset: 0;
388
+ overflow-y: auto;
389
+ pointer-events: initial;
390
+ background-color: rgba(17, 17, 17, 0.25);
391
+ }
392
+ .alert-dialog__modal {
393
+ position: absolute;
394
+ top: 50%;
395
+ left: 0;
396
+ right: 0;
397
+ width: 420px;
398
+ padding: 24px;
399
+ margin: 0 auto;
400
+ display: flex;
401
+ flex-direction: column;
402
+ align-items: flex-start;
403
+ gap: 24px;
404
+ border-radius: 3px;
405
+ background: #fff;
406
+ box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.4);
407
+ transform: translateY(-50%);
408
+ }
409
+ .alert-dialog__modal__title {
410
+ margin: 0;
411
+ font-family: Lato;
412
+ font-size: 20px;
413
+ font-style: normal;
414
+ font-weight: 700;
415
+ line-height: 28px;
416
+ color: #111;
417
+ }
418
+ .alert-dialog__modal__description {
419
+ margin: 0;
420
+ font-family: Lato;
421
+ font-size: 14px;
422
+ font-style: normal;
423
+ font-weight: 400;
424
+ line-height: 20px;
425
+ color: #111;
426
+ }
427
+ .alert-dialog__modal__actions {
428
+ display: flex;
429
+ justify-content: flex-end;
430
+ align-items: flex-start;
431
+ gap: 8px;
432
+ align-self: stretch;
433
+ }
434
+
435
+ /* packages/components/modal-dialog/modal-dialog.css */
436
+ .modal-dialog__presentation {
437
+ position: fixed;
438
+ z-index: 500;
439
+ inset: 0;
440
+ overflow-y: auto;
441
+ pointer-events: initial;
442
+ background-color: rgba(17, 17, 17, 0.25);
443
+ }
444
+ .modal-dialog__modal {
445
+ position: absolute;
446
+ top: 50%;
447
+ left: 0;
448
+ right: 0;
449
+ width: 100%;
450
+ min-width: 320px;
451
+ max-width: 650px;
452
+ margin: 0 auto;
453
+ display: flex;
454
+ flex-direction: column;
455
+ align-items: flex-start;
456
+ border-radius: 3px;
457
+ background: #fff;
458
+ box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
459
+ transform: translateY(-50%);
460
+ }
461
+ .modal-dialog__modal__header {
462
+ display: flex;
463
+ justify-content: space-between;
464
+ align-items: center;
465
+ width: 100%;
466
+ padding: 12px 24px;
467
+ border-top-left-radius: 3px;
468
+ border-top-right-radius: 3px;
469
+ background-color: var(--color-cayuse-blue, #0076b6);
470
+ }
471
+ .modal-dialog__modal__title {
472
+ margin: 0;
473
+ font-family: Lato;
474
+ font-size: 18px;
475
+ font-style: normal;
476
+ font-weight: 700;
477
+ line-height: 24px;
478
+ color: #fff;
479
+ -webkit-user-select: none;
480
+ -moz-user-select: none;
481
+ user-select: none;
482
+ }
483
+ .button-wrapper button.modal-dialog__modal__close-button {
484
+ background-color: transparent;
485
+ border: none;
486
+ padding: 0 !important;
487
+ cursor: pointer;
488
+ }
489
+ .button-wrapper button.modal-dialog__modal__close-button:focus {
490
+ outline-color: white !important;
491
+ }
492
+ .modal-dialog__modal__content {
493
+ display: flex;
494
+ width: 100%;
495
+ max-height: calc(100vh - 150px);
496
+ padding: 16px 24px;
497
+ }
498
+ .modal-dialog__modal__actions {
499
+ display: flex;
500
+ justify-content: flex-end;
501
+ align-items: flex-start;
502
+ gap: 8px;
503
+ align-self: stretch;
504
+ padding: 12px 24px;
505
+ border-radius: 0 0 3px 3px;
506
+ border-top: 1px solid var(--color-border-default, #ccc);
507
+ background-color: var(--color-very-light-grey, #f5f5f5);
508
+ }
509
+
510
+ /* packages/components/attachments-form/components/table-file-list/styles.css */
511
+ .ui.table.table-file-list {
512
+ margin: 0;
513
+ border-color: #ccc;
514
+ }
515
+ .ui.table.table-file-list th.desc:after {
516
+ content: "\f0d7" !important;
517
+ }
518
+ .ui.table.table-file-list th.asc:after {
519
+ content: "\f0d8" !important;
520
+ }
521
+ .ui.table.table-file-list th.desc:after {
522
+ content: "\f0d7" !important;
523
+ }
524
+ .ui.table.table-file-list th.asc:after {
525
+ content: "\f0d8" !important;
526
+ }
527
+ .ui.table.table-file-list th {
528
+ padding: 12px;
529
+ background-color: #f5f5f5;
530
+ font-size: 14px;
531
+ font-style: normal;
532
+ font-weight: 700;
533
+ line-height: 16px;
534
+ color: #111;
535
+ }
536
+ .ui.table.table-file-list th:first-child,
537
+ .ui.table.table-file-list td:first-child {
538
+ overflow: hidden;
539
+ text-overflow: ellipsis;
540
+ white-space: nowrap;
541
+ }
542
+ .table-file-list__download-link,
543
+ .table-file-list__download-link__preview {
544
+ display: flex;
545
+ align-items: center;
546
+ gap: 5px;
547
+ min-width: 0;
548
+ color: var(--color-cayuse-blue, #0076b6);
549
+ font-size: 14px;
550
+ font-style: normal;
551
+ font-weight: 400;
552
+ line-height: 16px;
553
+ text-decoration: underline;
554
+ cursor: pointer;
555
+ }
556
+ .table-file-list__download-link:focus-visible {
557
+ outline: 2px solid #5092f7;
558
+ outline-offset: 1px;
559
+ }
560
+ .table-file-list__download-link__preview {
561
+ color: #111;
562
+ cursor: default;
563
+ text-decoration: none;
564
+ }
565
+ .table-file-list__download-link span,
566
+ .table-file-list__download-link__preview span {
567
+ white-space: nowrap;
568
+ overflow: hidden;
569
+ text-overflow: ellipsis;
570
+ }
571
+ .table-file-list__download-link svg,
572
+ .table-file-list__download-link__preview svg {
573
+ font-size: 16px;
574
+ }
575
+ .table-file-list__remove-file-button {
576
+ all: unset;
577
+ color: var(--color-cayuse-blue, #0076b6);
578
+ cursor: pointer;
579
+ font-size: 16px;
580
+ }
581
+ .table-file-list__remove-file-button:focus-visible {
582
+ outline: 2px solid #5092f7;
583
+ outline-offset: 1px;
584
+ }
585
+ .table-file-list__remove-file-button.disabled {
586
+ display: none;
587
+ }
588
+
589
+ /* packages/components/attachments-form/styles.css */
590
+ .accordion-attachments-form {
591
+ display: flex;
592
+ flex-direction: column;
593
+ gap: 8px;
594
+ margin-bottom: 20px;
595
+ }
596
+ .accordion-attachments-form__details__toggle-button {
597
+ display: flex;
598
+ align-items: center;
599
+ gap: 24px;
600
+ border: none;
601
+ background-color: transparent;
602
+ padding: 0;
603
+ font-family: Lato;
604
+ color: rgba(0, 0, 0, 0.87);
605
+ font-size: 14px;
606
+ font-weight: 700;
607
+ cursor: pointer;
608
+ }
609
+ .accordion-attachments-form__details__toggle-button:focus-visible {
610
+ outline: 2px solid var(--color-focus);
611
+ }
612
+ .accordion-attachments-form__details__toggle-button svg {
613
+ height: 16px;
614
+ width: 16px;
615
+ fill: currentColor;
616
+ transition: transform 250ms ease;
617
+ }
618
+ .accordion-attachments-form__details__toggle-button[data-open=true] svg {
619
+ transform: rotate(180deg);
620
+ }
621
+ .accordion-attachments-form__content[data-open=true] {
622
+ display: block;
623
+ }
624
+ .accordion-attachments-form__content[data-open=false] {
625
+ display: none;
626
+ }
627
+ .accordion-attachments-form__content .table-file-list__download-link,
628
+ .accordion-attachments-form__content .table-file-list__download-link__preview {
629
+ max-width: 265px;
630
+ }
631
+ .attachments-form {
632
+ display: flex;
633
+ flex-direction: column;
634
+ gap: 8px;
635
+ }
636
+ .attachments-form__description {
637
+ margin: 0;
638
+ color: var(--color-dark-grey, #5e5e5e);
639
+ font-size: 12px;
640
+ font-style: normal;
641
+ font-weight: 400;
642
+ line-height: 12px;
643
+ }
644
+ .attachments-form__errors {
645
+ margin: 0;
646
+ color: var(--color-error);
647
+ font-size: 16px;
648
+ font-style: normal;
649
+ font-weight: 700;
650
+ line-height: 20px;
651
+ }
652
+ .accordion-form-wrapper {
653
+ display: flex;
654
+ flex-direction: column;
655
+ gap: 8px;
656
+ margin-bottom: 20px;
657
+ }
658
+ .accordion-form-wrapper__details__toggle-button {
659
+ display: flex;
660
+ align-items: center;
661
+ gap: 24px;
662
+ border: none;
663
+ background-color: transparent;
664
+ padding: 0;
665
+ font-family: Lato;
666
+ color: rgba(0, 0, 0, 0.87);
667
+ font-size: 14px;
668
+ font-weight: 700;
669
+ cursor: pointer;
670
+ }
671
+ .accordion-form-wrapper__details__toggle-button:focus-visible {
672
+ outline: 2px solid var(--color-focus);
673
+ }
674
+ .accordion-form-wrapper__details__toggle-button svg {
675
+ height: 16px;
676
+ width: 16px;
677
+ fill: currentColor;
678
+ transition: transform 250ms ease;
679
+ }
680
+ .accordion-form-wrapper__details__toggle-button[data-open=true] svg {
681
+ transform: rotate(180deg);
682
+ }
683
+ .accordion-form-wrapper__content[data-open=true] {
684
+ display: block;
685
+ }
686
+ .accordion-form-wrapper__content[data-open=false] {
687
+ display: none;
688
+ }
689
+
690
+ /* packages/components/base-padding/styles.css */
691
+ .mobile {
692
+ padding: 0 var(--base-padding-m);
693
+ @media (--medium) {
694
+ padding: 0;
695
+ }
696
+ }
697
+ .desktop {
698
+ @media (--medium) {
699
+ padding: 0 var(--base-padding-d);
700
+ }
701
+ }
702
+
703
+ /* packages/components/breadcrumbs/styles.css */
704
+ .breadcrumbs__container {
705
+ display: flex;
706
+ }
707
+ .breadcrumbs__container > .breadcrumbs {
708
+ all: unset;
709
+ }
710
+ .breadcrumbs__container > .breadcrumbs > .breadcrumb-item {
711
+ margin: 0;
712
+ float: left;
713
+ list-style: none;
714
+ display: flex;
715
+ }
716
+ .breadcrumb-item__skeleton {
717
+ width: 120px;
718
+ height: 20px;
719
+ border-radius: 2px;
720
+ background-color: var(--color-very-light-grey, #f5f5f5);
721
+ position: relative;
722
+ overflow: hidden;
723
+ }
724
+ .breadcrumb-item__skeleton::before {
725
+ content: "";
726
+ position: absolute;
727
+ top: 0;
728
+ left: 0;
729
+ width: 100%;
730
+ height: 100%;
731
+ background:
732
+ linear-gradient(
733
+ 90deg,
734
+ rgba(255, 255, 255, 0) 0%,
735
+ rgba(200, 200, 200, 0.4) 50%,
736
+ rgba(255, 255, 255, 0) 100%);
737
+ animation: shimmer 1.5s infinite;
738
+ transform: translateX(-100%);
739
+ }
740
+ @keyframes shimmer {
741
+ 0% {
742
+ transform: translateX(-100%);
743
+ }
744
+ 100% {
745
+ transform: translateX(100%);
746
+ }
747
+ }
748
+ .breadcrumbs__container > .breadcrumbs > .breadcrumb-item:not(:last-of-type)::after {
749
+ content: " / ";
750
+ display: inline-block;
751
+ padding-right: 10px;
752
+ padding-left: 10px;
753
+ text-align: center;
754
+ font-family: Lato;
755
+ font-size: 14px;
756
+ font-weight: 700;
757
+ line-height: 140.625%;
758
+ color: #888c8c;
759
+ }
760
+ .breadcrumbs__container > .breadcrumbs > .breadcrumb-item > a,
761
+ .breadcrumbs__container > .breadcrumbs > .breadcrumb-item > span {
762
+ padding: 2px;
763
+ color: var(--color-primary);
764
+ font-family: Lato;
765
+ font-size: 14px;
766
+ line-height: 140.625%;
767
+ text-decoration-line: underline;
768
+ outline-color: var(--color-focus);
769
+ }
770
+ .breadcrumbs__container > .breadcrumbs > .breadcrumb-item > span {
771
+ color: #111111;
772
+ text-decoration: none;
773
+ }
774
+
775
+ /* packages/components/button-group/styles.css */
776
+ .buttonGroup {
777
+ display: flex;
778
+ -moz-column-gap: var(--spacing-h-buttons);
779
+ column-gap: var(--spacing-h-buttons);
780
+ justify-content: flex-end;
781
+ }
782
+ .buttonGroup.vertical {
783
+ align-items: stretch;
784
+ display: flex;
785
+ flex-direction: column;
786
+ justify-content: flex-start;
787
+ row-gap: var(--spacing-v-buttons);
788
+ }
789
+
790
+ /* packages/components/cayuse-common-header/styles.css */
791
+ .cayuseCommonHeader {
792
+ left: 0;
793
+ position: fixed;
794
+ right: 0;
795
+ top: 0;
796
+ width: 100%;
797
+ z-index: 101;
798
+ }
799
+ @media screen and (max-width: 1200px) {
800
+ .cayuseCommonHeader {
801
+ width: 100vw;
802
+ }
803
+ }
804
+ @media (min-width: 320px) and (max-width: 480px) {
805
+ .cayuseCommonHeader {
806
+ position: absolute;
807
+ }
808
+ }
809
+
810
+ /* packages/components/confirmation-modal/styles.css */
811
+ .react-aria-ModalOverlay {
812
+ position: fixed;
813
+ top: 0;
814
+ left: 0;
815
+ width: 100vw;
816
+ height: 100vh;
817
+ background-color: rgba(0, 0, 0, 0.85);
818
+ display: flex;
819
+ align-items: center;
820
+ justify-content: center;
821
+ z-index: 1000;
822
+ &[data-entering] {
823
+ animation: modal-fade 200ms;
824
+ }
825
+ &[data-exiting] {
826
+ animation: modal-fade 150ms reverse ease-in;
827
+ }
828
+ }
829
+ .confirmation-modal {
830
+ color: white;
831
+ outline: none;
832
+ width: 100%;
833
+ max-width: 50%;
834
+ }
835
+ .confirmation-modal > .react-aria-Dialog {
836
+ outline: none;
837
+ display: flex;
838
+ flex-direction: column;
839
+ gap: 21px;
840
+ }
841
+ @keyframes modal-fade {
842
+ from {
843
+ opacity: 0;
844
+ }
845
+ to {
846
+ opacity: 1;
847
+ }
848
+ }
849
+ @keyframes modal-zoom {
850
+ from {
851
+ transform: scale(0.8);
852
+ }
853
+ to {
854
+ transform: scale(1);
855
+ }
856
+ }
857
+ .confirmation-modal__content {
858
+ display: flex;
859
+ gap: 24px;
860
+ }
861
+ .confirmation-modal__content svg {
862
+ width: 42px;
863
+ height: 42px;
864
+ }
865
+ .confirmation-modal__actions {
866
+ display: flex;
867
+ gap: 16px;
868
+ align-items: center;
869
+ justify-content: flex-end;
870
+ }
871
+
872
+ /* packages/components/covert-button/styles.css */
873
+ .covertButton {
874
+ background: transparent;
875
+ border: none;
876
+ cursor: pointer;
877
+ padding: 0;
878
+ }
879
+
880
+ /* packages/components/custom-dropdown/styles.css */
881
+ .custom-dropdown__container {
882
+ position: relative;
883
+ display: inline-block;
884
+ }
885
+ .custom-dropdown__button:focus {
886
+ outline: -webkit-focus-ring-color auto 1px !important;
887
+ }
888
+ .custom-dropdown__button {
889
+ border: none !important;
890
+ color: #333 !important;
891
+ cursor: pointer;
892
+ font-weight: bold !important;
893
+ height: 100%;
894
+ line-height: 2;
895
+ padding: 0.7143rem calc(1.0714rem * 2) !important;
896
+ background-color: transparent !important;
897
+ transition: background-color 300ms ease, color 300ms ease;
898
+ }
899
+ @media screen and (max-width: 768px) {
900
+ .custom-dropdown__button {
901
+ padding: 10px 15px !important;
902
+ }
903
+ }
904
+ .custom-dropdown__button:hover {
905
+ background-color: #f5f5f5 !important;
906
+ color: #333 !important;
907
+ }
908
+ .custom-dropdown__button::after {
909
+ content: "";
910
+ position: absolute;
911
+ bottom: 0;
912
+ left: 0;
913
+ right: 0;
914
+ background-color: transparent;
915
+ height: 4px;
916
+ transition: background-color 300ms ease;
917
+ will-change: background-color;
918
+ }
919
+ .custom-dropdown__button[aria-expanded=true]::after {
920
+ background-color: #0076b6;
921
+ }
922
+ .custom-dropdown__button[aria-expanded=true] {
923
+ color: #0076b6 !important;
924
+ }
925
+ .custom-dropdown__button > i {
926
+ position: relative;
927
+ width: auto;
928
+ font-size: 0.85714286em;
929
+ margin: 0 0 0 1em;
930
+ line-height: 1;
931
+ height: 1em;
932
+ backface-visibility: hidden;
933
+ font-weight: 400;
934
+ font-style: normal;
935
+ text-align: center;
936
+ }
937
+ .custom-dropdown .menuList {
938
+ position: absolute;
939
+ list-style-type: none;
940
+ display: none;
941
+ cursor: auto;
942
+ outline: 0;
943
+ min-width: -moz-max-content;
944
+ min-width: max-content;
945
+ margin: 0;
946
+ background: #fff;
947
+ font-size: 1em;
948
+ text-shadow: none;
949
+ text-align: left;
950
+ transition: opacity 0.1s ease;
951
+ z-index: 11;
952
+ will-change: transform, opacity;
953
+ top: 50px;
954
+ border: solid #e0e0e0 1px;
955
+ border-top-left-radius: 0;
956
+ border-top-right-radius: 0;
957
+ box-shadow: 0 2px 4px rgba(51, 51, 51, 0.5);
958
+ padding: 0.7143rem 0;
959
+ }
960
+ @media screen and (max-width: 768px) {
961
+ .custom-dropdown .menuList {
962
+ height: 100px;
963
+ overflow-x: auto;
964
+ overflow-y: scroll;
965
+ }
966
+ }
967
+ .custom-dropdown .menuListOpen {
968
+ display: block;
969
+ }
970
+ .custom-dropdown .menuList > li {
971
+ display: flex;
972
+ margin: 0;
973
+ padding: 0;
974
+ }
975
+ .custom-dropdown .menuList > li:hover {
976
+ background: rgba(0, 0, 0, 0.05);
977
+ color: rgba(0, 0, 0, 0.95);
978
+ }
979
+ .custom-dropdown .menuList > li:focus-within {
980
+ background: rgba(0, 0, 0, 0.05);
981
+ color: rgba(0, 0, 0, 0.95);
982
+ }
983
+ .custom-dropdown .menuList:not(.custom-styling) > li.active {
984
+ border-bottom: 4px solid #0076b6;
985
+ color: #0076b6;
986
+ font-weight: 700;
987
+ }
988
+ .custom-dropdown .menuList > li > a {
989
+ cursor: pointer;
990
+ line-height: 1em;
991
+ padding: 0.78571429rem 1.14285714rem;
992
+ font-size: 1rem;
993
+ box-shadow: none;
994
+ -webkit-touch-callout: none;
995
+ white-space: nowrap;
996
+ color: inherit;
997
+ text-decoration: none;
998
+ outline: 0;
999
+ width: 100%;
1000
+ }
1001
+ .custom-dropdown .menuList.custom-styling li {
1002
+ font-size: 1rem;
1003
+ color: rgba(0, 0, 0, 0.87);
1004
+ }
1005
+ .custom-dropdown .menuList.custom-styling li.disabled {
1006
+ cursor: default;
1007
+ pointer-events: none;
1008
+ opacity: 0.45;
1009
+ font-weight: 700;
1010
+ }
1011
+ .custom-dropdown .menuList.custom-styling li.active {
1012
+ background: 0 0;
1013
+ font-weight: 700;
1014
+ color: rgba(0, 0, 0, 0.95);
1015
+ box-shadow: none;
1016
+ z-index: 12;
1017
+ }
1018
+ @media screen and (max-width: 768px) {
1019
+ .custom-dropdown .menuList > li > a {
1020
+ font-size: 12px;
1021
+ padding: 8px 10px;
1022
+ }
1023
+ .custom-dropdown li:not(.custom-styling) {
1024
+ font-size: 12px;
1025
+ padding: 8px 10px;
1026
+ }
1027
+ }
1028
+ .custom-dropdown:not(.custom-styling) {
1029
+ background-color: white !important;
1030
+ }
1031
+ .custom-dropdown:not(.custom-styling) .menuList {
1032
+ padding: 0;
1033
+ top: -165px;
1034
+ box-shadow: none;
1035
+ width: 99.9%;
1036
+ border-radius: 0.28571429rem 0.28571429rem 0 0;
1037
+ }
1038
+ .custom-dropdown:not(.custom-styling) button {
1039
+ box-shadow: none;
1040
+ border: 1px solid rgba(34, 36, 38, 0.15) !important;
1041
+ border-radius: 0.28571429rem;
1042
+ font-size: 14px;
1043
+ font-weight: normal !important;
1044
+ background: white;
1045
+ padding: 5px 5px 5px 10px !important;
1046
+ }
1047
+ .custom-dropdown:not(.custom-styling) button i {
1048
+ margin-right: 0;
1049
+ margin-left: 4px;
1050
+ }
1051
+ .custom-dropdown:not(.custom-styling) button i::before {
1052
+ font-size: 0.85em;
1053
+ }
1054
+ .custom-dropdown:not(.custom-styling) button[aria-expanded=true]::after {
1055
+ background-color: transparent;
1056
+ }
1057
+ .custom-dropdown button:focus {
1058
+ outline: -webkit-focus-ring-color auto 1px !important;
1059
+ }
1060
+ .custom-dropdown:not(.custom-styling) button[aria-expanded=true],
1061
+ .custom-dropdown:not(.custom-styling) button:hover {
1062
+ color: black !important;
1063
+ background-color: white !important;
1064
+ }
1065
+ .custom-dropdown:not(.custom-styling) button:hover {
1066
+ box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05) !important;
1067
+ border-color: rgba(34, 36, 38, 0.35) !important;
1068
+ }
1069
+ .custom-dropdown:not(.custom-styling) button[aria-expanded=true] {
1070
+ border-color: #96c8da !important;
1071
+ }
1072
+ .custom-dropdown .menuList > li {
1073
+ cursor: pointer;
1074
+ line-height: 1em;
1075
+ padding: 0.78571429rem 1.14285714rem;
1076
+ width: 100%;
1077
+ }
1078
+ .custom-dropdown:not(.custom-styling) li:hover,
1079
+ .custom-dropdown:not(.custom-styling) li[aria-selected=true] {
1080
+ font-weight: 700;
1081
+ }
1082
+ .custom-styling button {
1083
+ background: transparent;
1084
+ border: none;
1085
+ outline: none;
1086
+ padding: 0;
1087
+ margin: 0;
1088
+ width: -webkit-fill-available;
1089
+ width: -moz-available;
1090
+ display: flex;
1091
+ justify-content: space-between;
1092
+ align-items: center;
1093
+ }
1094
+ .custom-styling .menuList {
1095
+ left: 0;
1096
+ top: 100%;
1097
+ width: 100%;
1098
+ }
1099
+ .custom-styling.disabled {
1100
+ cursor: default;
1101
+ pointer-events: none;
1102
+ opacity: 1;
1103
+ background: #f2f2f2 !important;
1104
+ color: #999 !important;
1105
+ border: 1px solid #cccccc !important;
1106
+ }
1107
+
1108
+ /* packages/components/date-selector/styles.css */
1109
+ .cayuse-date {
1110
+ }
1111
+ .cayuse-date .cayuse-date__input {
1112
+ border: 1px solid var(--color-border-default);
1113
+ border-radius: var(--border-radius-inputs);
1114
+ padding: 11px 11px 11px 38px;
1115
+ min-width: 200px;
1116
+ outline: none;
1117
+ font-size: 14px;
1118
+ font-style: normal;
1119
+ font-weight: 400;
1120
+ line-height: 16px;
1121
+ }
1122
+ .cayuse-date .cayuse-date__input:focus {
1123
+ border-color: var(--color-focus);
1124
+ }
1125
+ .cayuse-date .cayuse-date__icon {
1126
+ padding: 0 11px;
1127
+ top: 50%;
1128
+ transform: translateY(-50%);
1129
+ }
1130
+ .cayuse-date .cayuse-date__icon.disabled {
1131
+ color: #888c8c;
1132
+ }
1133
+ .cayuse-date .cayuse-date__description {
1134
+ color: #5e5e5e;
1135
+ font-size: 12px;
1136
+ margin-top: 8px;
1137
+ }
1138
+ .cayuse-date.invalid .cayuse-date__description {
1139
+ all: unset;
1140
+ font-weight: 400;
1141
+ font-size: 12px;
1142
+ line-height: 12px;
1143
+ color: var(--color-error, #b31200);
1144
+ }
1145
+ .cayuse-date__label {
1146
+ display: flex;
1147
+ font-weight: 700;
1148
+ font-size: 14px;
1149
+ line-height: 16px;
1150
+ color: #111;
1151
+ margin-bottom: 8px;
1152
+ }
1153
+ .cayuse-date__required {
1154
+ font-weight: 700;
1155
+ font-size: 24px;
1156
+ line-height: 16px;
1157
+ color: var(--color-error, #b31200);
1158
+ margin-right: 2px;
1159
+ }
1160
+ .cayuse-date .react-datepicker {
1161
+ border: none;
1162
+ box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
1163
+ }
1164
+ .cayuse-date .react-datepicker__current-month {
1165
+ color: var(--color-lightest);
1166
+ }
1167
+ .cayuse-date .react-datepicker__day {
1168
+ line-height: 1.6rem;
1169
+ border: solid 1px transparent;
1170
+ border-radius: 50%;
1171
+ }
1172
+ .cayuse-date .react-datepicker__day:hover {
1173
+ background-color: #1e87f0;
1174
+ border-color: #1e87f0;
1175
+ color: var(--color-lightest);
1176
+ }
1177
+ .cayuse-date .react-datepicker__day--selected,
1178
+ .cayuse-date .react-datepicker__day--keyboard-selected {
1179
+ background-color: var(--color-lightest);
1180
+ border-color: #1e87f0;
1181
+ color: var(--color-darkest);
1182
+ }
1183
+ .cayuse-date .react-datepicker__day-name {
1184
+ color: var(--color-lightest);
1185
+ }
1186
+ .cayuse-date .react-datepicker__header {
1187
+ background-color: #1e87f0;
1188
+ border: none;
1189
+ }
1190
+ .cayuse-date .react-datepicker__navigation--next {
1191
+ border-left-color: var(--color-lightest);
1192
+ }
1193
+ .cayuse-date .react-datepicker__navigation--previous {
1194
+ border-right-color: var(--color-lightest);
1195
+ }
1196
+ .cayuse-date .react-datepicker__triangle {
1197
+ display: none;
1198
+ }
1199
+ .cayuse-date .react-datepicker-popper {
1200
+ margin: var(--spacing-v-0-5x) 0;
1201
+ z-index: 100;
1202
+ }
1203
+ .cayuse-date .react-datepicker__input-container > input::-moz-placeholder {
1204
+ color: var(--color-dark-grey, #5e5e5e);
1205
+ font-size: 14px;
1206
+ font-style: normal;
1207
+ font-weight: 400;
1208
+ line-height: 16px;
1209
+ }
1210
+ .cayuse-date .react-datepicker__input-container > input::placeholder {
1211
+ color: var(--color-dark-grey, #5e5e5e);
1212
+ font-size: 14px;
1213
+ font-style: normal;
1214
+ font-weight: 400;
1215
+ line-height: 16px;
1216
+ }
1217
+ .cayuse-date .cayuse-date__input:disabled {
1218
+ color: #888c8c;
1219
+ background-color: var(--color-very-light-grey, #f5f5f5);
1220
+ }
1221
+ .dateSelectorInvalid .dateSelectorInput {
1222
+ }
1223
+ .dateSelectorInvalid .description {
1224
+ color: #b31200;
1225
+ }
1226
+
1227
+ /* packages/components/divider/styles.css */
1228
+ .divider {
1229
+ height: 1px;
1230
+ width: 100%;
1231
+ background-color: var(--color-dark-grey);
1232
+ border: none;
1233
+ }
1234
+
1235
+ /* packages/components/dropdown-menu/styles.css */
1236
+ .dd-menu {
1237
+ max-height: inherit;
1238
+ min-width: var(--trigger-width);
1239
+ outline: none;
1240
+ background-color: white;
1241
+ filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
1242
+ }
1243
+ .dd-menu-item {
1244
+ position: relative;
1245
+ display: grid;
1246
+ grid-template-areas: "label kbd" "desc kbd";
1247
+ align-items: center;
1248
+ padding: 8px 16px;
1249
+ font-family: inherit;
1250
+ color: #111;
1251
+ font-size: 14px;
1252
+ font-style: normal;
1253
+ font-weight: 400;
1254
+ line-height: 16px;
1255
+ -webkit-user-select: none;
1256
+ -moz-user-select: none;
1257
+ user-select: none;
1258
+ cursor: pointer;
1259
+ outline: none;
1260
+ }
1261
+ .dd-menu-item:focus-visible {
1262
+ background-color: var(--color-busy);
1263
+ outline: var(--color-focus) solid 2px;
1264
+ }
1265
+ .dd-menu-item:hover {
1266
+ background-color: var(--color-busy);
1267
+ }
1268
+ .dd-menu-item[data-disabled=true] {
1269
+ pointer-events: none;
1270
+ color: var(--color-disabled-text, #adadad);
1271
+ }
1272
+
1273
+ /* packages/components/pagination/styles.css */
1274
+ .cayuse-pagination {
1275
+ display: grid;
1276
+ grid-template-columns: repeat(3, 1fr);
1277
+ align-items: center;
1278
+ }
1279
+ @media screen and (max-width: 1020px) {
1280
+ .cayuse-pagination {
1281
+ justify-items: center;
1282
+ grid-template-columns: 1fr;
1283
+ grid-template-rows: repeat(3, 1fr);
1284
+ }
1285
+ }
1286
+ .cayuse-pagination .xOfYWrapper {
1287
+ font-size: 14px;
1288
+ margin: 0 10px;
1289
+ text-align: center;
1290
+ }
1291
+ .cayuse-pagination__list {
1292
+ display: flex;
1293
+ list-style: none;
1294
+ margin: 0 0 0 auto;
1295
+ padding: 0;
1296
+ }
1297
+ .cayuse-pagination__list li {
1298
+ display: flex;
1299
+ justify-content: center;
1300
+ align-items: center;
1301
+ min-width: 40px;
1302
+ height: 40px;
1303
+ color: #000000;
1304
+ font-size: 14px;
1305
+ transition: background-color 0.2s ease;
1306
+ -webkit-user-select: none;
1307
+ -moz-user-select: none;
1308
+ user-select: none;
1309
+ }
1310
+ .cayuse-pagination__list li:not(.placeholder) {
1311
+ cursor: pointer;
1312
+ }
1313
+ .cayuse-pagination__list li {
1314
+ border: 1px solid var(--color-border-default);
1315
+ background-color: #fff;
1316
+ }
1317
+ .cayuse-pagination__list li:first-child {
1318
+ border-radius: var(--border-radius-default) 0 0 var(--border-radius-default);
1319
+ }
1320
+ .cayuse-pagination__list li:last-child {
1321
+ border-radius: 0 var(--border-radius-default) var(--border-radius-default) 0;
1322
+ }
1323
+ .cayuse-pagination__list li:not(:last-child) {
1324
+ border-right-color: transparent;
1325
+ }
1326
+ .cayuse-pagination__list li:hover:not([aria-current=page]):not(.cursor-not-allowed):not(.placeholder) {
1327
+ background-color: #e0e0e0;
1328
+ }
1329
+ .cayuse-pagination__list li[aria-current=page] {
1330
+ border-color: var(--color-primary);
1331
+ background-color: var(--color-primary);
1332
+ color: #fff;
1333
+ }
1334
+ .cayuse-pagination__list li.cursor-not-allowed {
1335
+ color: #b0b0b0;
1336
+ background-color: var(--color-very-light-grey, #f5f5f5);
1337
+ cursor: not-allowed;
1338
+ }
1339
+ .cayuse-pagination__list li:focus,
1340
+ .cayuse-pagination__list li:focus-visible {
1341
+ outline-color: var(--color-focus);
1342
+ }
1343
+ .cayuse-pagination__list li svg {
1344
+ margin: 0;
1345
+ }
1346
+
1347
+ /* packages/components/form/checkbox/styles.css */
1348
+ .cayuse-checkbox {
1349
+ position: relative;
1350
+ display: flex;
1351
+ align-items: center;
1352
+ gap: 8px;
1353
+ user-select: none;
1354
+ -webkit-user-select: none;
1355
+ -moz-user-select: none;
1356
+ -ms-user-select: none;
1357
+ }
1358
+ .cayuse-checkbox > input {
1359
+ position: absolute;
1360
+ width: 0;
1361
+ left: 50px;
1362
+ height: 0;
1363
+ opacity: 0;
1364
+ cursor: pointer;
1365
+ }
1366
+ .cayuse-checkbox > .label {
1367
+ font-family: Lato;
1368
+ font-size: 14px;
1369
+ font-weight: 400;
1370
+ line-height: 16px;
1371
+ text-align: left;
1372
+ }
1373
+ .cayuse-checkbox .checkmark {
1374
+ position: relative;
1375
+ display: block;
1376
+ top: 0;
1377
+ left: 0;
1378
+ width: 16px;
1379
+ height: 16px;
1380
+ background-color: white;
1381
+ border-radius: 3px;
1382
+ border: 1px solid #888c8c;
1383
+ }
1384
+ .cayuse-checkbox:hover .checkmark {
1385
+ background-color: white;
1386
+ }
1387
+ .cayuse-checkbox:hover .checkmark {
1388
+ background-color: white;
1389
+ }
1390
+ .cayuse-checkbox input:checked ~ .checkmark {
1391
+ background-color: var(--color-primary, #0076b6);
1392
+ border-color: var(--color-primary, #0076b6);
1393
+ }
1394
+ .cayuse-checkbox input:not([aria-disabled=true]) ~ .checkmark,
1395
+ .cayuse-checkbox input:not([aria-disabled=true]) ~ .label {
1396
+ cursor: pointer;
1397
+ }
1398
+ .cayuse-checkbox input[aria-disabled=true] ~ .checkmark {
1399
+ background-color: #adadad;
1400
+ border-color: #adadad;
1401
+ }
1402
+ .cayuse-checkbox input:focus-visible ~ .checkmark {
1403
+ outline: 2px solid #5092f7;
1404
+ outline-offset: 1px;
1405
+ }
1406
+ .cayuse-checkbox .checkmark::after {
1407
+ position: absolute;
1408
+ display: block;
1409
+ content: "";
1410
+ left: 50%;
1411
+ top: 43%;
1412
+ width: 4px;
1413
+ height: 8px;
1414
+ border: solid white;
1415
+ border-width: 0 2px 2px 0;
1416
+ transform: translate(-50%, -50%) rotate(45deg);
1417
+ opacity: 0;
1418
+ }
1419
+ .cayuse-checkbox input:checked ~ .checkmark::after {
1420
+ opacity: 1;
1421
+ }
1422
+
1423
+ /* packages/components/form/radio/styles.css */
1424
+ .cayuse_radio {
1425
+ display: flex;
1426
+ flex-direction: column;
1427
+ gap: 8px;
1428
+ }
1429
+ .cayuse_radio-input {
1430
+ -webkit-appearance: none;
1431
+ -moz-appearance: none;
1432
+ appearance: none;
1433
+ vertical-align: text-bottom;
1434
+ width: 16px;
1435
+ height: 16px;
1436
+ background-clip: content-box;
1437
+ border: 1px solid #000;
1438
+ border-radius: 50%;
1439
+ margin: 0 8px 0 0 !important;
1440
+ transition: 0.2s ease;
1441
+ cursor: pointer;
1442
+ }
1443
+ .cayuse_radio-input.invalid {
1444
+ background-color: #ffe8e6;
1445
+ border-color: #b31200;
1446
+ border-width: 2px;
1447
+ }
1448
+ .cayuse_radio-input:checked {
1449
+ border-color: #0076b6;
1450
+ border-width: 5px;
1451
+ }
1452
+ .cayuse_radio-input:focus {
1453
+ outline: 2px solid #5092f7;
1454
+ outline-offset: 1px;
1455
+ }
1456
+ .cayuse_radio-input:disabled {
1457
+ background-color: #adadad;
1458
+ border-color: #adadad;
1459
+ border-width: 1px;
1460
+ cursor: default;
1461
+ }
1462
+ .cayuse_radio-input:disabled:checked {
1463
+ background-color: white;
1464
+ border-color: #adadad;
1465
+ border-width: 5px;
1466
+ cursor: default;
1467
+ }
1468
+ .cayuse_radio-help-text {
1469
+ margin-left: 24px;
1470
+ font-weight: 400;
1471
+ font-size: 12px;
1472
+ line-height: 12px;
1473
+ color: #5e5e5e;
1474
+ }
1475
+ .cayuse_radio-label {
1476
+ position: relative;
1477
+ -webkit-appearance: none;
1478
+ -moz-appearance: none;
1479
+ appearance: none;
1480
+ vertical-align: text-bottom;
1481
+ display: flex;
1482
+ font-weight: 700;
1483
+ font-size: 14px;
1484
+ line-height: 16px;
1485
+ padding-inline-start: 0;
1486
+ padding-inline-end: 0;
1487
+ color: #111111;
1488
+ cursor: pointer;
1489
+ }
1490
+
1491
+ /* packages/components/dynamic-table/styles.css */
1492
+ .dynamic-table__container {
1493
+ position: relative;
1494
+ width: 100%;
1495
+ overflow: auto;
1496
+ }
1497
+ .dynamic-table__wrapper {
1498
+ overflow: auto;
1499
+ }
1500
+ .dynamic-table,
1501
+ caption,
1502
+ tbody,
1503
+ tfoot,
1504
+ thead,
1505
+ tr,
1506
+ th,
1507
+ td {
1508
+ margin: 0;
1509
+ padding: 0;
1510
+ border: 0;
1511
+ font: inherit;
1512
+ font-size: 14px;
1513
+ vertical-align: baseline;
1514
+ }
1515
+ .dynamic-table {
1516
+ width: 100%;
1517
+ overflow-x: auto;
1518
+ white-space: nowrap;
1519
+ border-collapse: collapse;
1520
+ border-spacing: 0;
1521
+ --cell-padding: 12px;
1522
+ }
1523
+ .dynamic-table thead th {
1524
+ padding: var(--cell-padding);
1525
+ color: #111;
1526
+ font-family: inherit;
1527
+ font-size: 14px;
1528
+ font-style: normal;
1529
+ font-weight: 700;
1530
+ line-height: 16px;
1531
+ border-top: 1px solid var(--color-border-default);
1532
+ border-bottom: 1px solid var(--color-border-default);
1533
+ border-left: 1px solid var(--color-border-default);
1534
+ background-color: var(--color-very-light-grey, #f5f5f5);
1535
+ cursor: default;
1536
+ -webkit-user-select: none;
1537
+ -moz-user-select: none;
1538
+ user-select: none;
1539
+ }
1540
+ .dynamic-table thead th:last-of-type {
1541
+ border-right: 1px solid var(--color-border-default);
1542
+ }
1543
+ .dynamic-table thead th[data-sortable=true][data-sort=true],
1544
+ .dynamic-table thead th[data-sortable=true][data-loading=false]:hover {
1545
+ background-color: #eeeeee;
1546
+ cursor: pointer;
1547
+ }
1548
+ .dynamic-table thead th[data-sortable=true][data-loading=true] {
1549
+ pointer-events: none;
1550
+ }
1551
+ .dynamic-table[data-selectable=true][data-expandable=false] th:nth-of-type(1),
1552
+ .dynamic-table[data-selectable=true][data-expandable=false] td:nth-of-type(1) {
1553
+ width: 41px;
1554
+ }
1555
+ .dynamic-table[data-selectable=true][data-expandable=true] th:nth-of-type(2),
1556
+ .dynamic-table[data-selectable=true][data-expandable=true] td:nth-of-type(2) {
1557
+ width: 41px;
1558
+ }
1559
+ .dynamic-table[data-expandable=true] th:nth-of-type(1),
1560
+ .dynamic-table[data-expandable=true] td:nth-of-type(1) {
1561
+ padding: calc(16px - var(--cell-padding));
1562
+ }
1563
+ .dynamic-table tbody tr {
1564
+ border-left: 1px solid var(--color-border-default);
1565
+ border-right: 1px solid var(--color-border-default);
1566
+ border-bottom: 1px solid var(--color-border-default);
1567
+ }
1568
+ .dynamic-table tbody tr:hover {
1569
+ background-color: rgba(0, 0, 0, 0.05) !important;
1570
+ }
1571
+ .dynamic-table tbody tr[data-clickable=true]:hover {
1572
+ cursor: pointer;
1573
+ }
1574
+ .dynamic-table tbody tr td {
1575
+ padding: var(--cell-padding);
1576
+ }
1577
+ .dynamic-table__sort-button {
1578
+ position: relative;
1579
+ width: 100%;
1580
+ display: inline-flex;
1581
+ text-align: start;
1582
+ justify-content: space-between;
1583
+ align-items: center;
1584
+ gap: 12px;
1585
+ padding: 0;
1586
+ -webkit-appearance: none;
1587
+ -moz-appearance: none;
1588
+ appearance: none;
1589
+ background: none;
1590
+ border: none;
1591
+ color: inherit;
1592
+ cursor: inherit;
1593
+ font-size: inherit;
1594
+ font-weight: inherit;
1595
+ }
1596
+ .dynamic-table__sort-button[data-sort=descending] .icon.fa-caret-up {
1597
+ opacity: 0;
1598
+ }
1599
+ .dynamic-table__sort-button[data-sort=ascending] .icon.fa-caret-down {
1600
+ opacity: 0;
1601
+ }
1602
+ .dynamic-table__sort-button > div {
1603
+ display: flex;
1604
+ flex-direction: column;
1605
+ margin-top: 2px;
1606
+ width: 10px;
1607
+ }
1608
+ .dynamic-table__sort-button > div > .icon {
1609
+ margin: -3px 0 0 0;
1610
+ width: 10px;
1611
+ height: 10px;
1612
+ }
1613
+ .dynamic-table__refreshing-overlay {
1614
+ pointer-events: none;
1615
+ opacity: 0.22;
1616
+ }
1617
+ .dynamic-table__refreshing-indicator {
1618
+ display: flex;
1619
+ position: absolute;
1620
+ width: 100%;
1621
+ height: 100%;
1622
+ inset: 0;
1623
+ align-items: center;
1624
+ justify-content: center;
1625
+ pointer-events: none;
1626
+ }
1627
+ .dynamic-table__refreshing-indicator > .ui.loading.segment {
1628
+ background-color: transparent !important;
1629
+ }
1630
+ .dynamic-table__refreshing-indicator > .ui.loading.segment:before {
1631
+ display: none;
1632
+ }
1633
+ .dynamic-table__pagination {
1634
+ margin-top: 20px;
1635
+ }
1636
+ .dynamic-table__empty-data-message {
1637
+ padding: 0 15px;
1638
+ display: block;
1639
+ text-align: center;
1640
+ font-style: italic;
1641
+ }
1642
+ .dynamic-table__sub-row-empty-space {
1643
+ border-right: 1px solid var(--color-border-default);
1644
+ background-color: var(--color-very-light-grey);
1645
+ }
1646
+ .dynamic-table__toggle-sub-row {
1647
+ position: relative;
1648
+ padding: 5px;
1649
+ height: 30px;
1650
+ width: 30px;
1651
+ -webkit-appearance: none;
1652
+ -moz-appearance: none;
1653
+ appearance: none;
1654
+ background: none;
1655
+ border: none;
1656
+ border-radius: var(--border-radius-default);
1657
+ color: inherit;
1658
+ font-size: inherit;
1659
+ font-weight: inherit;
1660
+ cursor: pointer;
1661
+ outline-color: var(--color-focus);
1662
+ }
1663
+ .dynamic-table__toggle-sub-row:hover {
1664
+ background-color: var(--color-secondary-hover);
1665
+ }
1666
+ .dynamic-table__toggle-sub-row .icon {
1667
+ margin: 0;
1668
+ }
1669
+ .dynamic-table__selectable-cell {
1670
+ vertical-align: middle;
1671
+ }
1672
+ .dynamic-table__single-select {
1673
+ width: -moz-max-content;
1674
+ width: max-content;
1675
+ margin: 0 auto;
1676
+ }
1677
+ .dynamic-table__single-select input {
1678
+ margin: 0 !important;
1679
+ }
1680
+ .dynamic-table__empty-cell {
1681
+ display: block;
1682
+ text-align: center;
1683
+ }
1684
+
1685
+ /* packages/components/form/input/styles.css */
1686
+ .cayuse-input {
1687
+ all: unset;
1688
+ position: relative;
1689
+ display: flex;
1690
+ flex-direction: column;
1691
+ gap: 8px;
1692
+ width: 100%;
1693
+ }
1694
+ .cayuse-input__label {
1695
+ display: flex;
1696
+ font-weight: 700;
1697
+ font-size: 14px;
1698
+ line-height: 16px;
1699
+ color: #111111;
1700
+ }
1701
+ .cayuse-input__required {
1702
+ font-weight: 700;
1703
+ font-size: 24px;
1704
+ line-height: 16px;
1705
+ color: var(--color-error, #b31200);
1706
+ margin-right: 2px;
1707
+ }
1708
+ .cayuse-input__description {
1709
+ all: unset;
1710
+ font-weight: 400;
1711
+ font-size: 12px;
1712
+ line-height: 12px;
1713
+ color: var(--color-dark-grey, #5e5e5e);
1714
+ }
1715
+ .cayuse-input > input {
1716
+ box-sizing: border-box;
1717
+ padding: 11px;
1718
+ border-radius: var(--border-radius-inputs);
1719
+ border: 1px solid var(--color-border-default);
1720
+ background-color: white;
1721
+ font-family: Lato;
1722
+ font-size: 14px;
1723
+ font-style: normal;
1724
+ font-weight: 400;
1725
+ line-height: 16px;
1726
+ color: #111111;
1727
+ outline: none;
1728
+ }
1729
+ .cayuse-input > input:focus,
1730
+ .cayuse-input > input:focus-visible {
1731
+ border-color: var(--color-focus);
1732
+ }
1733
+ .cayuse-input > input::-moz-placeholder {
1734
+ color: var(--color-dark-grey, #5e5e5e);
1735
+ font-size: 14px;
1736
+ font-style: normal;
1737
+ font-weight: 400;
1738
+ line-height: 16px;
1739
+ }
1740
+ .cayuse-input > input::placeholder {
1741
+ color: var(--color-dark-grey, #5e5e5e);
1742
+ font-size: 14px;
1743
+ font-style: normal;
1744
+ font-weight: 400;
1745
+ line-height: 16px;
1746
+ }
1747
+ .cayuse-input > input:disabled {
1748
+ background-color: var(--color-very-light-grey, #f5f5f5);
1749
+ }
1750
+ .cayuse-input > input[type=search] {
1751
+ padding-left: 38px !important;
1752
+ }
1753
+ .cayuse-input > svg[data-icon=search] {
1754
+ position: absolute;
1755
+ margin: 0;
1756
+ bottom: 12px;
1757
+ left: 11px;
1758
+ height: 16px;
1759
+ width: 16px;
1760
+ }
1761
+ .cayuse-input .clear-button {
1762
+ all: unset;
1763
+ position: absolute;
1764
+ right: 11px;
1765
+ bottom: 8px;
1766
+ padding: 2px 3px 3px 3px;
1767
+ border: 1px solid transparent;
1768
+ border-radius: var(--border-radius-default);
1769
+ cursor: pointer;
1770
+ }
1771
+ .cayuse-input .clear-button:focus-visible {
1772
+ outline: var(--color-focus) solid 1px;
1773
+ }
1774
+ .cayuse-input .clear-button svg {
1775
+ margin: 0;
1776
+ }
1777
+
1778
+ /* packages/components/form/radio-group/styles.css */
1779
+ .cayuse_radio-group-legend {
1780
+ display: flex;
1781
+ font-weight: 700;
1782
+ font-size: 14px;
1783
+ line-height: 16px;
1784
+ padding-inline-start: 0;
1785
+ padding-inline-end: 0;
1786
+ margin-bottom: 8px;
1787
+ color: #111111;
1788
+ border: none;
1789
+ }
1790
+ .cayuse_radio-group-required {
1791
+ font-weight: 700;
1792
+ font-size: 24px;
1793
+ line-height: 16px;
1794
+ color: #b31200;
1795
+ margin-right: 2px;
1796
+ }
1797
+ .cayuse_radio-group {
1798
+ all: unset;
1799
+ display: flex;
1800
+ flex-direction: column;
1801
+ gap: 8px;
1802
+ }
1803
+ .cayuse_radio-group-description {
1804
+ all: unset;
1805
+ font-weight: 400;
1806
+ font-size: 12px;
1807
+ line-height: 12px;
1808
+ color: #5e5e5e;
1809
+ }
1810
+ .cayuse_radio-group-error-message {
1811
+ all: unset;
1812
+ font-weight: 400;
1813
+ font-size: 12px;
1814
+ line-height: 12px;
1815
+ color: #b31200;
1816
+ }
1817
+ .cayuse_radio-group-list {
1818
+ all: unset;
1819
+ display: flex;
1820
+ flex-direction: column;
1821
+ gap: 8px;
1822
+ }
1823
+ .cayuse_radio-group-item {
1824
+ display: flex;
1825
+ flex-direction: column;
1826
+ gap: 8px;
1827
+ }
1828
+
1829
+ /* packages/components/form/toggle/styles.css */
1830
+ .cayuse-toggle,
1831
+ .cayuse-toggle * {
1832
+ box-sizing: border-box;
1833
+ }
1834
+ .cayuse-toggle {
1835
+ display: flex;
1836
+ cursor: pointer;
1837
+ }
1838
+ .cayuse-toggle[data-loading=true] {
1839
+ cursor: wait;
1840
+ }
1841
+ .cayuse-toggle[data-loading=true] .cayuse-toggle__input ~ .cayuse-toggle__state > .cayuse-toggle__container {
1842
+ opacity: 0.65;
1843
+ }
1844
+ .cayuse-toggle .cayuse-toggle__input {
1845
+ -webkit-appearance: none;
1846
+ -moz-appearance: none;
1847
+ appearance: none;
1848
+ opacity: 0;
1849
+ }
1850
+ .cayuse-toggle .cayuse-toggle__input ~ .cayuse-toggle__state {
1851
+ display: flex;
1852
+ -webkit-user-select: none;
1853
+ -moz-user-select: none;
1854
+ user-select: none;
1855
+ }
1856
+ .cayuse-toggle .cayuse-toggle__input ~ .cayuse-toggle__state > .cayuse-toggle__container {
1857
+ position: relative;
1858
+ display: inline-block;
1859
+ width: 48px;
1860
+ height: 24px;
1861
+ padding: 2px;
1862
+ border-radius: 12px;
1863
+ -webkit-user-select: none;
1864
+ -moz-user-select: none;
1865
+ user-select: none;
1866
+ background-color: #5e5e5e;
1867
+ opacity: 1;
1868
+ transition: background-color 250ms ease, opacity 250ms ease;
1869
+ }
1870
+ .cayuse-toggle .cayuse-toggle__input:checked ~ .cayuse-toggle__state > .cayuse-toggle__container {
1871
+ background-color: var(--color-cayuse-blue, #0076b6);
1872
+ }
1873
+ .cayuse-toggle .cayuse-toggle__input:focus-visible ~ .cayuse-toggle__state > .cayuse-toggle__container {
1874
+ outline: 2px solid var(--color-focus);
1875
+ outline-offset: 2px;
1876
+ }
1877
+ .cayuse-toggle .cayuse-toggle__input ~ .cayuse-toggle__state > .cayuse-toggle__container > .cayuse-toggle__position {
1878
+ position: relative;
1879
+ display: inline-block;
1880
+ width: 20px;
1881
+ height: 20px;
1882
+ background-color: #ffffff;
1883
+ border-radius: 50%;
1884
+ transition: transform 250ms ease;
1885
+ }
1886
+ .cayuse-toggle .cayuse-toggle__input:checked ~ .cayuse-toggle__state > .cayuse-toggle__container > .cayuse-toggle__position {
1887
+ transform: translateX(calc(100% + 4px));
1888
+ }
1889
+ .cayuse-toggle .cayuse-toggle__input ~ .cayuse-toggle__state > .cayuse-toggle__container > .cayuse-toggle__position > .cayuse-toggle__position__on,
1890
+ .cayuse-toggle .cayuse-toggle__input ~ .cayuse-toggle__state > .cayuse-toggle__container > .cayuse-toggle__position > .cayuse-toggle__position__off {
1891
+ position: absolute;
1892
+ top: 0;
1893
+ left: 0;
1894
+ }
1895
+ .cayuse-toggle .cayuse-toggle__input:checked ~ .cayuse-toggle__state > .cayuse-toggle__container > .cayuse-toggle__position > .cayuse-toggle__position__on {
1896
+ display: block;
1897
+ transform: translate(calc(50% - 4px), calc(50% - 0px));
1898
+ }
1899
+ .cayuse-toggle .cayuse-toggle__input:not(:checked) ~ .cayuse-toggle__state > .cayuse-toggle__container > .cayuse-toggle__position > .cayuse-toggle__position__on {
1900
+ display: none;
1901
+ }
1902
+ .cayuse-toggle .cayuse-toggle__input:checked ~ .cayuse-toggle__state > .cayuse-toggle__container > .cayuse-toggle__position > .cayuse-toggle__position__off {
1903
+ display: none;
1904
+ }
1905
+ .cayuse-toggle .cayuse-toggle__input:not(:checked) ~ .cayuse-toggle__state > .cayuse-toggle__container > .cayuse-toggle__position > .cayuse-toggle__position__off {
1906
+ display: block;
1907
+ transform: translate(calc(50% - 1px), calc(50% - 0px));
1908
+ }
1909
+ .cayuse-toggle .cayuse-toggle__input:disabled ~ .cayuse-toggle__state > .cayuse-toggle__container {
1910
+ background-color: var(--color-disabled-text, #adadad);
1911
+ }
1912
+ .cayuse-toggle .cayuse-toggle__input:disabled ~ .cayuse-toggle__state > .cayuse-toggle__container > .cayuse-toggle__position > .cayuse-toggle__position__on path,
1913
+ .cayuse-toggle .cayuse-toggle__input:disabled ~ .cayuse-toggle__state > .cayuse-toggle__container > .cayuse-toggle__position > .cayuse-toggle__position__off path {
1914
+ transition: fill 250ms ease;
1915
+ }
1916
+ .cayuse-toggle .cayuse-toggle__input:disabled ~ .cayuse-toggle__state > .cayuse-toggle__container > .cayuse-toggle__position > .cayuse-toggle__position__on path,
1917
+ .cayuse-toggle .cayuse-toggle__input:disabled ~ .cayuse-toggle__state > .cayuse-toggle__container > .cayuse-toggle__position > .cayuse-toggle__position__off path {
1918
+ fill: var(--color-disabled-text, #adadad);
1919
+ }
1920
+
1921
+ /* packages/components/form/combobox/styles.css */
1922
+ .combobox-fieldset {
1923
+ all: unset;
1924
+ display: flex;
1925
+ flex-direction: column;
1926
+ gap: 8px;
1927
+ width: 100%;
1928
+ }
1929
+ .combobox-fieldset__label {
1930
+ display: flex;
1931
+ font-weight: 700;
1932
+ font-size: 14px;
1933
+ line-height: 16px;
1934
+ color: #111111;
1935
+ }
1936
+ .combobox-fieldset__required {
1937
+ font-weight: 700;
1938
+ font-size: 24px;
1939
+ line-height: 16px;
1940
+ color: var(--color-error, #b31200);
1941
+ margin-right: 2px;
1942
+ }
1943
+ .combobox-fieldset__description {
1944
+ all: unset;
1945
+ font-weight: 400;
1946
+ font-size: 12px;
1947
+ line-height: 12px;
1948
+ color: var(--color-dark-grey, #5e5e5e);
1949
+ }
1950
+ .combobox-fieldset__error-message {
1951
+ all: unset;
1952
+ font-weight: 400;
1953
+ font-size: 12px;
1954
+ line-height: 12px;
1955
+ color: var(--color-error, #b31200);
1956
+ }
1957
+ .combobox {
1958
+ position: relative;
1959
+ box-sizing: border-box;
1960
+ font-family: Lato;
1961
+ font-size: 14px;
1962
+ font-style: normal;
1963
+ font-weight: 400;
1964
+ line-height: 16px;
1965
+ color: #111111;
1966
+ }
1967
+ .combobox .combobox__value-container {
1968
+ align-items: center;
1969
+ display: inline-grid;
1970
+ flex: 1 1 0%;
1971
+ flex-wrap: wrap;
1972
+ -webkit-overflow-scrolling: touch;
1973
+ position: relative;
1974
+ overflow: hidden;
1975
+ box-sizing: border-box;
1976
+ padding: 0 11px;
1977
+ }
1978
+ .combobox .combobox__value-container.combobox__value-container--is-multi {
1979
+ display: grid;
1980
+ }
1981
+ .combobox .combobox__value-container.combobox__value-container--is-multi.combobox__value-container--has-value {
1982
+ display: flex;
1983
+ gap: 8px;
1984
+ }
1985
+ .combobox .combobox__value-container .combobox__placeholder {
1986
+ color: var(--color-dark-grey);
1987
+ position: absolute;
1988
+ top: 50%;
1989
+ left: 0;
1990
+ transform: translateY(-50%);
1991
+ box-sizing: border-box;
1992
+ }
1993
+ .combobox .combobox__control {
1994
+ align-items: center;
1995
+ cursor: default;
1996
+ display: flex;
1997
+ flex-wrap: wrap;
1998
+ justify-content: space-between;
1999
+ outline: 0 !important;
2000
+ position: relative;
2001
+ transition: all 100ms;
2002
+ box-sizing: border-box;
2003
+ min-height: 40px;
2004
+ padding-left: 11px;
2005
+ background-color: var(--color-lightest);
2006
+ border: 1px solid var(--color-border-default);
2007
+ border-radius: var(--border-radius-inputs);
2008
+ }
2009
+ .combobox .combobox__control.combobox__control--is-focused {
2010
+ border-color: var(--color-focus);
2011
+ }
2012
+ .combobox .combobox__control.combobox__control--menu-is-open {
2013
+ border-bottom-color: transparent;
2014
+ border-bottom-left-radius: 0;
2015
+ border-bottom-right-radius: 0;
2016
+ }
2017
+ .combobox .combobox__control.combobox__control--menu-is-open.combobox__control.combobox__control--is-focused + .combobox__menu {
2018
+ border: 1px solid var(--color-focus);
2019
+ border-top: none;
2020
+ }
2021
+ .combobox .combobox__control.combobox__control--is-focused {
2022
+ }
2023
+ .combobox .combobox__control.combobox__control--is-disabled {
2024
+ background-color: var(--color-very-light-grey, #f5f5f5);
2025
+ }
2026
+ .combobox .combobox__control.combobox__control--is-invalid {
2027
+ border-color: var(--color-error, #b31200);
2028
+ background-color: var(--color-background-error);
2029
+ }
2030
+ .combobox .combobox__single-value {
2031
+ grid-area: 1/1/2/3;
2032
+ max-width: 100%;
2033
+ overflow: hidden;
2034
+ text-overflow: ellipsis;
2035
+ white-space: nowrap;
2036
+ box-sizing: border-box;
2037
+ margin: 0;
2038
+ }
2039
+ .combobox .combobox__single-value--is-disabled {
2040
+ color: var(--color-disabled-text, #adadad);
2041
+ }
2042
+ .combobox .combobox__input-container {
2043
+ visibility: visible;
2044
+ flex: 1 1 auto;
2045
+ display: inline-grid;
2046
+ grid-area: 1/1/2/3;
2047
+ grid-template-columns: 0 min-content;
2048
+ box-sizing: border-box;
2049
+ margin: 0;
2050
+ padding: 0;
2051
+ }
2052
+ .combobox .combobox__input {
2053
+ margin: -4px -2px;
2054
+ }
2055
+ .combobox .combobox__option {
2056
+ display: flex;
2057
+ justify-content: space-between;
2058
+ flex-wrap: wrap;
2059
+ gap: 8px;
2060
+ padding: 8px 16px;
2061
+ font-family: Lato;
2062
+ font-size: 14px;
2063
+ font-style: normal;
2064
+ font-weight: 400;
2065
+ line-height: 16px;
2066
+ color: #111;
2067
+ }
2068
+ .combobox .combobox__option > .combobox__option--text {
2069
+ white-space: nowrap;
2070
+ overflow: hidden;
2071
+ text-overflow: ellipsis;
2072
+ }
2073
+ .combobox .combobox__option[data-searchable=true] {
2074
+ padding-left: 41px;
2075
+ }
2076
+ .combobox .combobox__option:active {
2077
+ background-color: var(--color-busy, #eeeeee);
2078
+ }
2079
+ .combobox .combobox__option--is-focused:not([data-group=true]),
2080
+ .combobox .combobox__option--is-selected:not([data-group=true]) {
2081
+ background-color: var(--color-busy, #eeeeee);
2082
+ color: #111111;
2083
+ font-weight: 700;
2084
+ }
2085
+ .combobox .combobox__option--is-focused[data-group=true],
2086
+ .combobox .combobox__option--is-selected[data-group=true] {
2087
+ background-color: transparent;
2088
+ }
2089
+ .combobox .combobox__option--is-disabled {
2090
+ color: var(--color-disabled-text, #adadad);
2091
+ }
2092
+ .combobox .combobox__option--description {
2093
+ text-overflow: ellipsis;
2094
+ overflow: hidden;
2095
+ white-space: nowrap;
2096
+ }
2097
+ .combobox .combobox__has-more-options {
2098
+ cursor: default;
2099
+ display: block;
2100
+ font-size: inherit;
2101
+ width: 100%;
2102
+ box-sizing: border-box;
2103
+ opacity: 0.45;
2104
+ font-style: italic;
2105
+ }
2106
+ .combobox .combobox__menu-list {
2107
+ max-height: 290px;
2108
+ overflow-y: auto;
2109
+ position: relative;
2110
+ -webkit-overflow-scrolling: touch;
2111
+ box-sizing: border-box;
2112
+ padding: 0;
2113
+ }
2114
+ .combobox .combobox__menu {
2115
+ position: absolute;
2116
+ width: 100%;
2117
+ z-index: 2;
2118
+ box-sizing: border-box;
2119
+ top: calc(100% - 2px);
2120
+ margin-top: 0;
2121
+ margin-bottom: 0;
2122
+ box-shadow: none;
2123
+ background-color: #ffffff;
2124
+ border: 1px solid var(--color-border-default, #ccc);
2125
+ border-top: none;
2126
+ border-bottom-left-radius: 3px;
2127
+ border-bottom-right-radius: 3px;
2128
+ transition: all 100ms;
2129
+ }
2130
+ .combobox .combobox__menu-notice.combobox__menu-notice--loading,
2131
+ .combobox .combobox__menu-notice.combobox__menu-notice--no-options {
2132
+ font-size: 14px;
2133
+ text-align: start;
2134
+ padding: 8px 16px;
2135
+ color: var(--color-muted-text, #666666);
2136
+ }
2137
+ .combobox .combobox__option--description {
2138
+ text-overflow: ellipsis;
2139
+ overflow: hidden;
2140
+ white-space: nowrap;
2141
+ }
2142
+ .combobox .combobox__option[data-group=true] .combobox__option--description {
2143
+ margin-left: 10px;
2144
+ color: #0006;
2145
+ }
2146
+ .combobox .combobox__option[data-level="0"] {
2147
+ padding-left: 16px;
2148
+ }
2149
+ .combobox .combobox__option[data-level="0"] > .combobox__option--text {
2150
+ max-width: calc(100% - 16px);
2151
+ }
2152
+ .combobox .combobox__option[data-level="1"] {
2153
+ padding-left: 45px;
2154
+ }
2155
+ .combobox .combobox__option[data-level="1"] > .combobox__option--text {
2156
+ max-width: calc(100% - 45px);
2157
+ }
2158
+ .combobox .combobox__option[data-level="2"] {
2159
+ padding-left: 90px;
2160
+ }
2161
+ .combobox .combobox__option[data-level="2"] > .combobox__option--text {
2162
+ max-width: calc(100% - 90px);
2163
+ }
2164
+ .combobox .combobox__indicators {
2165
+ align-items: center;
2166
+ align-self: stretch;
2167
+ display: flex;
2168
+ flex-shrink: 0;
2169
+ box-sizing: border-box;
2170
+ }
2171
+ .combobox .combobox__indicators > .combobox__indicator-separator {
2172
+ display: none;
2173
+ }
2174
+ .combobox .combobox__indicators > .combobox__clear-indicator {
2175
+ display: flex;
2176
+ -webkit-user-select: none;
2177
+ -moz-user-select: none;
2178
+ user-select: none;
2179
+ padding: 8px;
2180
+ color: #111111;
2181
+ border: none;
2182
+ margin: 0;
2183
+ background: none;
2184
+ border-radius: var(--border-radius-inputs);
2185
+ transition: color 150ms ease 0s;
2186
+ box-sizing: border-box;
2187
+ }
2188
+ .combobox .combobox__indicators > .combobox__clear-indicator:focus-visible {
2189
+ outline-color: var(--color-focus);
2190
+ }
2191
+ .combobox .combobox__indicators > .combobox__clear-indicator svg {
2192
+ fill: currentColor;
2193
+ }
2194
+ .combobox .combobox__indicators > .combobox__dropdown-indicator {
2195
+ padding: 11px;
2196
+ }
2197
+ .combobox .combobox__control--menu-is-open .combobox__indicators > .combobox__dropdown-indicator {
2198
+ transform: rotate(180deg);
2199
+ }
2200
+ .combobox .combobox__control.combobox__control--is-disabled .combobox__indicators > .combobox__dropdown-indicator svg {
2201
+ fill: var(--color-disabled-text, #adadad);
2202
+ }
2203
+ .combobox .combobox__start-icon {
2204
+ display: flex;
2205
+ }
2206
+ .combobox .combobox__control.combobox__control--is-disabled .combobox__start-icon svg {
2207
+ fill: var(--color-disabled-text, #adadad);
2208
+ }
2209
+ .combobox .combobox__multi-value {
2210
+ display: flex;
2211
+ padding: 8px;
2212
+ justify-content: center;
2213
+ align-items: center;
2214
+ gap: 8px;
2215
+ min-width: 0;
2216
+ max-width: -moz-fit-content;
2217
+ max-width: fit-content;
2218
+ border-radius: var(--border-radius-inputs);
2219
+ background: var(--color-cayuse-blue, #0076b6);
2220
+ }
2221
+ .combobox .combobox__multi-value > .combobox__multi-value__label {
2222
+ color: var(--color-lightest, #fff);
2223
+ font-family: Lato;
2224
+ font-size: 12px;
2225
+ font-style: normal;
2226
+ font-weight: 400;
2227
+ line-height: 16px;
2228
+ }
2229
+ .combobox .combobox__multi-value > .combobox__multi-value__remove {
2230
+ padding: 2px 0;
2231
+ }
2232
+
2233
+ /* packages/components/form/multi-file-upload/styles.css */
2234
+ .dropzone {
2235
+ align-items: center;
2236
+ border: 1px dashed var(--color-medium-grey);
2237
+ border-radius: var(--border-radius-default);
2238
+ display: flex;
2239
+ flex-direction: column;
2240
+ height: 128px;
2241
+ justify-content: center;
2242
+ width: calc(100% - var(--spacing-h-4x));
2243
+ }
2244
+ .contentContainer {
2245
+ margin: var(--spacing-v-3x) 0;
2246
+ text-align: center;
2247
+ align-items: center;
2248
+ }
2249
+ .dz-iconButton {
2250
+ cursor: pointer;
2251
+ margin-top: 10px;
2252
+ }
2253
+ .defaultText {
2254
+ align-items: center;
2255
+ display: flex;
2256
+ flex-direction: column;
2257
+ }
2258
+ .defaultText > p {
2259
+ margin: 0;
2260
+ }
2261
+ .files {
2262
+ border-radius: 3px;
2263
+ border: 1px solid #cccccc;
2264
+ box-sizing: border-box;
2265
+ display: grid;
2266
+ gap: 12px;
2267
+ grid-template-columns: repeat(2, 1fr);
2268
+ overflow-x: hidden;
2269
+ overflow-y: auto;
2270
+ padding: 12px;
2271
+ width: calc(100% - var(--spacing-h-4x));
2272
+ }
2273
+ .fileDetails {
2274
+ border: 1px solid #cccccc;
2275
+ border-bottom: 3px solid #285d35;
2276
+ border-radius: 3px;
2277
+ box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
2278
+ box-sizing: border-box;
2279
+ color: #111111;
2280
+ display: grid;
2281
+ font-size: 14px;
2282
+ gap: 8px;
2283
+ line-height: 17px;
2284
+ padding: 12px;
2285
+ padding-bottom: 15px;
2286
+ padding-right: 34px;
2287
+ position: relative;
2288
+ word-wrap: break-word;
2289
+ }
2290
+ .fileName {
2291
+ word-break: break-all;
2292
+ }
2293
+ .removeFileIcon {
2294
+ color: #b31200;
2295
+ cursor: pointer;
2296
+ position: absolute;
2297
+ right: 7px;
2298
+ top: 12px;
2299
+ }
2300
+
2301
+ /* packages/components/form/rich-text/styles.css */
2302
+ .richText {
2303
+ font-family: var(--font-family-d-body);
2304
+ font-size: var(--font-size-d-body);
2305
+ }
2306
+ .richText .ql-container {
2307
+ border-color: var(--color-border-default);
2308
+ border-bottom-left-radius: var(--border-radius-default);
2309
+ border-bottom-right-radius: var(--border-radius-default);
2310
+ font-family: inherit;
2311
+ font-size: inherit;
2312
+ }
2313
+ .richText .ql-toolbar {
2314
+ border-color: var(--color-border-default);
2315
+ border-top-left-radius: var(--border-radius-default);
2316
+ border-top-right-radius: var(--border-radius-default);
2317
+ }
2318
+
2319
+ /* packages/components/form/text-area/styles.css */
2320
+ .textArea {
2321
+ padding: 11px;
2322
+ border-radius: var(--border-radius-inputs);
2323
+ border: 1px solid var(--color-border-default);
2324
+ background-color: white;
2325
+ font-family: Lato;
2326
+ font-size: 14px;
2327
+ font-style: normal;
2328
+ font-weight: 400;
2329
+ line-height: 16px;
2330
+ color: #111111;
2331
+ outline: none;
2332
+ resize: none;
2333
+ }
2334
+ .textArea.resizable {
2335
+ resize: both;
2336
+ }
2337
+ .textArea:focus,
2338
+ .textArea:focus-visible {
2339
+ border-color: var(--color-focus);
2340
+ }
2341
+ .textArea::-moz-placeholder {
2342
+ color: var(--color-dark-grey, #5e5e5e);
2343
+ font-size: 14px;
2344
+ font-style: normal;
2345
+ font-weight: 400;
2346
+ line-height: 16px;
2347
+ }
2348
+ .textArea::placeholder {
2349
+ color: var(--color-dark-grey, #5e5e5e);
2350
+ font-size: 14px;
2351
+ font-style: normal;
2352
+ font-weight: 400;
2353
+ line-height: 16px;
2354
+ }
2355
+ .textArea:disabled {
2356
+ background-color: var(--color-very-light-grey, #f5f5f5);
2357
+ }
2358
+
2359
+ /* packages/components/form/user-select/styles.css */
2360
+ .user-select .combobox__option-container--indented {
2361
+ padding-left: 10px;
2362
+ display: flex;
2363
+ }
2364
+ .user-select .combobox__option--expand-all-label {
2365
+ color: var(--color-cayuse-blue);
2366
+ font-weight: 400;
2367
+ font-style: italic;
2368
+ text-decoration: underline;
2369
+ cursor: pointer;
2370
+ }
2371
+ .user-select .combobox__option-container {
2372
+ display: flex;
2373
+ flex-direction: column;
2374
+ white-space: nowrap;
2375
+ overflow: hidden;
2376
+ text-overflow: ellipsis;
2377
+ }
2378
+ .user-select .combobox__option--expanded {
2379
+ margin-top: 3px;
2380
+ padding-left: 16px;
2381
+ font-size: 14px;
2382
+ color: #555;
2383
+ font-style: italic;
2384
+ font-weight: 400;
2385
+ line-height: 20px;
2386
+ }
2387
+ .user-select .combobox__option--expanded > div {
2388
+ white-space: nowrap;
2389
+ overflow: hidden;
2390
+ text-overflow: ellipsis;
2391
+ }
2392
+
2393
+ /* packages/components/formatted/formatted-rich-text/styles.css */
2394
+ .formattedRichText {
2395
+ overflow: hidden;
2396
+ }
2397
+ .formattedRichText p {
2398
+ line-height: var(--line-height-d-body);
2399
+ white-space: initial;
2400
+ }
2401
+ .formattedRichText.singleLine p {
2402
+ margin-bottom: 0;
2403
+ white-space: nowrap;
2404
+ }
2405
+ .formattedRichText.singleLine p:not(:first-of-type) {
2406
+ display: none;
2407
+ }
2408
+ .hiddenEditor {
2409
+ position: absolute;
2410
+ left: 0;
2411
+ width: 0;
2412
+ height: 0;
2413
+ top: 0;
2414
+ pointer-events: none;
2415
+ visibility: hidden;
2416
+ }
2417
+
2418
+ /* packages/components/form-note-attachments-view/styles.css */
2419
+ .formNoteAttachmentsView {
2420
+ display: grid;
2421
+ row-gap: var(--spacing-v-2x);
2422
+ }
2423
+ .noteAttachmentRow {
2424
+ display: grid;
2425
+ grid-template-columns: 55fr 45fr;
2426
+ -moz-column-gap: var(--spacing-h-1x);
2427
+ column-gap: var(--spacing-h-1x);
2428
+ }
2429
+ .saveButtonRow {
2430
+ display: flex;
2431
+ justify-content: flex-end;
2432
+ }
2433
+ .addNote {
2434
+ display: flex;
2435
+ gap: 8px;
2436
+ flex-direction: column;
2437
+ }
2438
+ .addNote label {
2439
+ font-weight: 700;
2440
+ font-size: 14px;
2441
+ line-height: 16px;
2442
+ color: #111111;
2443
+ }
2444
+ .editNote {
2445
+ width: 100%;
2446
+ }
2447
+ .editNote .ql-editor {
2448
+ height: 160px;
2449
+ word-break: break-word;
2450
+ }
2451
+ .attachments-section {
2452
+ display: flex;
2453
+ flex-direction: column;
2454
+ gap: 8px;
2455
+ }
2456
+ .note-attachments-table .row-actions {
2457
+ display: flex;
2458
+ gap: 8px;
2459
+ }
2460
+ .note-attachments-table .row-actions > button {
2461
+ padding: 5px;
2462
+ }
2463
+ .validationMessage {
2464
+ display: block;
2465
+ color: var(--color-danger);
2466
+ }
2467
+ .ui.dropdown .menu > .item.attachmentType {
2468
+ font-size: var(--font-size-d-small);
2469
+ width: 350px;
2470
+ }
2471
+ .attachmentType {
2472
+ background-color: var(--color-lightest);
2473
+ border: 1px solid var(--color-medium-grey);
2474
+ box-sizing: border-box;
2475
+ font-size: var(--font-size-d-small);
2476
+ height: 35px;
2477
+ padding: var(--spacing-v-1x) var(--spacing-h-0-5x);
2478
+ width: 350px;
2479
+ }
2480
+ .fileUploadWrapper .dropzone {
2481
+ height: auto !important;
2482
+ width: auto !important;
2483
+ }
2484
+ .note-attachments-table .attachments-cell {
2485
+ display: flex;
2486
+ flex-direction: column;
2487
+ align-items: start;
2488
+ }
2489
+ .note-attachments-table .attachments-cell button {
2490
+ color: var(--color-primary);
2491
+ cursor: pointer;
2492
+ line-height: 1.5;
2493
+ text-decoration: underline;
2494
+ }
2495
+ .editModalRichText {
2496
+ margin-bottom: 15px;
2497
+ }
2498
+ .editModalAttachments {
2499
+ display: grid;
2500
+ grid-auto-flow: row;
2501
+ row-gap: 8px;
2502
+ margin-bottom: 20px;
2503
+ }
2504
+ .attachmentRow {
2505
+ background-color: #f5f5f5;
2506
+ display: grid;
2507
+ grid-template-columns: auto 1fr auto;
2508
+ -moz-column-gap: 10px;
2509
+ column-gap: 10px;
2510
+ padding: 5px;
2511
+ }
2512
+ .removeAttachmentIcon {
2513
+ color: #b31200;
2514
+ }
2515
+ .topMargin {
2516
+ margin-top: var(--spacing-v-2x);
2517
+ }
2518
+ .cancelButton {
2519
+ margin-right: var(--spacing-h-0-5x);
2520
+ }
2521
+ .richTextWrapper {
2522
+ overflow-y: auto;
2523
+ }
2524
+ .richTextInput .ql-editor {
2525
+ min-height: 100px;
2526
+ }
2527
+ .messageText {
2528
+ white-space: normal;
2529
+ word-break: break-word;
2530
+ }
2531
+ .iconButton {
2532
+ color: var(--color-primary);
2533
+ }
2534
+
2535
+ /* packages/components/link-to-milestone/styles.css */
2536
+ .link-to-milestone__modal {
2537
+ max-width: 840px;
2538
+ }
2539
+ .link-to-milestone__modal-content {
2540
+ display: flex;
2541
+ flex-direction: column;
2542
+ gap: 21px;
2543
+ width: 100%;
2544
+ }
2545
+ .link-to-milestone-combobox > label {
2546
+ margin-bottom: 8px;
2547
+ }
2548
+ .link-to-milestone-combobox__option {
2549
+ margin-left: 24px;
2550
+ display: flex;
2551
+ align-items: center;
2552
+ justify-content: center;
2553
+ gap: 31px;
2554
+ }
2555
+
2556
+ /* packages/components/nav-link/styles.css */
2557
+ .nav-link {
2558
+ background: #ffffff;
2559
+ border-bottom: 4px solid #ffffff;
2560
+ color: #111111;
2561
+ display: flex;
2562
+ font-family: var(--font-family-d-body);
2563
+ font-size: 14px;
2564
+ font-weight: 700;
2565
+ line-height: 20px;
2566
+ text-decoration: none;
2567
+ padding: 12px 16px 13px;
2568
+ }
2569
+ .nav-link:not(:last-child) {
2570
+ margin-right: 2px;
2571
+ }
2572
+ .nav-link:hover {
2573
+ background: #eeeeee;
2574
+ border-bottom: 4px solid #eeeeee;
2575
+ color: #111111;
2576
+ }
2577
+ .nav-link:visited {
2578
+ color: #111111;
2579
+ }
2580
+ .nav-link:focus,
2581
+ .nav-link:focus-visible {
2582
+ border-radius: 3px;
2583
+ box-shadow: 0 0 0 2px var(--color-focus);
2584
+ outline-color: var(--color-focus);
2585
+ outline-width: 2px;
2586
+ }
2587
+ .nav-link.active {
2588
+ border-bottom: 4px solid var(--color-primary);
2589
+ color: var(--color-primary);
2590
+ }
2591
+
2592
+ /* packages/components/padded-cell/styles.css */
2593
+ .cell {
2594
+ padding: var(--spacing-v-1-5x) var(--spacing-h-1x);
2595
+ }
2596
+ .borderTop {
2597
+ border-top: solid 1px var(--color-border-default);
2598
+ }
2599
+ .borderRight {
2600
+ border-right: solid 1px var(--color-border-default);
2601
+ }
2602
+ .borderBottom {
2603
+ border-bottom: solid 1px var(--color-border-default);
2604
+ }
2605
+ .borderLeft {
2606
+ border-left: solid 1px var(--color-border-default);
2607
+ }
2608
+ .radiusTopLeft {
2609
+ border-top-left-radius: var(--border-radius-default);
2610
+ }
2611
+ .radiusTopRight {
2612
+ border-top-right-radius: var(--border-radius-default);
2613
+ }
2614
+ .radiusBottomLeft {
2615
+ border-bottom-left-radius: var(--border-radius-default);
2616
+ }
2617
+ .radiusBottomRight {
2618
+ border-bottom-right-radius: var(--border-radius-default);
2619
+ }
2620
+
2621
+ /* packages/components/popup/styles.css */
2622
+ .popup {
2623
+ padding: 14px;
2624
+ border: 1px solid var(--color-border-default);
2625
+ box-shadow: 0 8px 20px rgba(0 0 0 / 0.1);
2626
+ border-radius: 6px;
2627
+ background-color: #fff;
2628
+ color: black;
2629
+ outline: none;
2630
+ max-width: 250px;
2631
+ transition: transform 200ms, opacity 200ms;
2632
+ }
2633
+ .react-aria-Dialog {
2634
+ outline: none;
2635
+ display: flex;
2636
+ flex-direction: column;
2637
+ }
2638
+ .popup .react-aria-OverlayArrow svg {
2639
+ display: block;
2640
+ fill: #fff;
2641
+ stroke: var(--color-border-default);
2642
+ stroke-width: 1px;
2643
+ }
2644
+ .popup[data-entering=true],
2645
+ .popup[data-exiting=true] {
2646
+ transform: var(--origin);
2647
+ opacity: 0;
2648
+ }
2649
+ .popup[data-placement=top] {
2650
+ --origin: translateY(8px);
2651
+ &:has(.react-aria-OverlayArrow) {
2652
+ margin-bottom: 6px;
2653
+ }
2654
+ }
2655
+ .popup[data-placement=bottom] {
2656
+ --origin: translateY(-8px);
2657
+ &:has(.react-aria-OverlayArrow) {
2658
+ margin-top: 6px;
2659
+ }
2660
+ .react-aria-OverlayArrow svg {
2661
+ transform: rotate(180deg);
2662
+ }
2663
+ }
2664
+ .popup[data-placement=right] {
2665
+ --origin: translateX(-8px);
2666
+ &:has(.react-aria-OverlayArrow) {
2667
+ margin-left: 6px;
2668
+ }
2669
+ .react-aria-OverlayArrow svg {
2670
+ transform: rotate(90deg);
2671
+ }
2672
+ }
2673
+ .popup[data-placement=left] {
2674
+ --origin: translateX(8px);
2675
+ &:has(.react-aria-OverlayArrow) {
2676
+ margin-right: 6px;
2677
+ }
2678
+ .react-aria-OverlayArrow svg {
2679
+ transform: rotate(-90deg);
2680
+ }
2681
+ }
2682
+ .popup > .react-aria-Dialog > .button-wrapper {
2683
+ margin-left: auto;
2684
+ cursor: pointer;
2685
+ margin-bottom: 3px;
2686
+ }
2687
+ .popup > .react-aria-Dialog > .button-wrapper button > svg {
2688
+ color: black;
2689
+ }
2690
+
2691
+ /* packages/components/sub-header/styles.css */
2692
+ .subHeader {
2693
+ font-weight: 700;
2694
+ line-height: 1.33em;
2695
+ font-size: 1.28em;
2696
+ margin-top: -0.15em;
2697
+ }
2698
+
2699
+ /* packages/components/section-header/styles.css */
2700
+ .layout {
2701
+ align-items: end;
2702
+ background-color: var(--color-lightest);
2703
+ border-bottom: solid 1px var(--color-border-default);
2704
+ display: flex;
2705
+ flex-direction: row;
2706
+ justify-content: space-between;
2707
+ padding: 16px;
2708
+ height: 68px;
2709
+ }
2710
+ .layout:has(.sectionHeaderFocus) {
2711
+ height: auto;
2712
+ }
2713
+ .layout > div:first-child {
2714
+ display: flex;
2715
+ flex-direction: column;
2716
+ gap: 11px;
2717
+ }
2718
+ .layout .subHeader {
2719
+ font-family: Lato;
2720
+ font-size: 24px;
2721
+ font-style: normal;
2722
+ font-weight: 700;
2723
+ line-height: 28px;
2724
+ color: #111;
2725
+ }
2726
+ .buttonBar {
2727
+ align-items: center;
2728
+ display: flex;
2729
+ justify-items: flex-end;
2730
+ flex-direction: row;
2731
+ list-style: none;
2732
+ margin: 0;
2733
+ padding: 0;
2734
+ }
2735
+ .buttonBar > li:not(:last-child) {
2736
+ margin-right: var(--spacing-h-0-5x);
2737
+ }
2738
+ .sectionHeaderFocus {
2739
+ position: relative;
2740
+ padding: 0 10px;
2741
+ }
2742
+ .sectionHeaderFocus:focus-visible {
2743
+ border: none;
2744
+ outline: none;
2745
+ }
2746
+ .sectionHeaderFocus:focus::after,
2747
+ .sectionHeaderFocus:focus-visible::after,
2748
+ .sectionHeaderFocus:focus-within::after {
2749
+ content: "";
2750
+ display: block;
2751
+ border: 1px solid black;
2752
+ height: 38px;
2753
+ width: 100%;
2754
+ position: absolute;
2755
+ top: -5px;
2756
+ left: 0;
2757
+ }
2758
+ .section-header__sub-header__skeleton {
2759
+ width: 300px;
2760
+ height: 28px;
2761
+ border-radius: 2px;
2762
+ background-color: var(--color-very-light-grey, #f5f5f5);
2763
+ position: relative;
2764
+ overflow: hidden;
2765
+ }
2766
+ .section-header__sub-header__skeleton::before {
2767
+ content: "";
2768
+ position: absolute;
2769
+ top: 0;
2770
+ left: 0;
2771
+ width: 100%;
2772
+ height: 100%;
2773
+ background:
2774
+ linear-gradient(
2775
+ 90deg,
2776
+ rgba(255, 255, 255, 0) 0%,
2777
+ rgba(200, 200, 200, 0.4) 50%,
2778
+ rgba(255, 255, 255, 0) 100%);
2779
+ animation: shimmer 1.5s infinite;
2780
+ transform: translateX(-100%);
2781
+ }
2782
+ @keyframes shimmer {
2783
+ 0% {
2784
+ transform: translateX(-100%);
2785
+ }
2786
+ 100% {
2787
+ transform: translateX(100%);
2788
+ }
2789
+ }
2790
+
2791
+ /* packages/components/set-view/styles.css */
2792
+ .set-view__modal-content {
2793
+ display: flex;
2794
+ flex-direction: column;
2795
+ gap: 21px;
2796
+ width: 100%;
2797
+ }
2798
+ .set-view__modal-content p {
2799
+ margin: 0;
2800
+ }
2801
+ .set-view__option-list {
2802
+ list-style: none;
2803
+ margin: 0;
2804
+ padding: 1px 0;
2805
+ display: flex;
2806
+ flex-direction: column;
2807
+ gap: 8px;
2808
+ max-height: 330px;
2809
+ overflow: auto;
2810
+ }
2811
+ @media screen and (max-width: 768px) {
2812
+ .set-view__option-list {
2813
+ max-height: 190px;
2814
+ }
2815
+ }
2816
+
2817
+ /* packages/components/submenu/styles.css */
2818
+ .submenu-container {
2819
+ position: relative;
2820
+ }
2821
+ .submenu-container .submenu-icon {
2822
+ margin-left: 5px;
2823
+ margin-right: 0;
2824
+ }
2825
+ .submenu-container button {
2826
+ border-left: none;
2827
+ border-right: none;
2828
+ border-top: none;
2829
+ cursor: pointer;
2830
+ }
2831
+ .submenu-container li {
2832
+ background: #ffffff;
2833
+ display: block;
2834
+ list-style: none;
2835
+ }
2836
+ .submenu-container a {
2837
+ font-weight: normal;
2838
+ }
2839
+ .submenu-container > [role=menu] {
2840
+ border: 1px solid #cccccc;
2841
+ border-radius: 3px;
2842
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
2843
+ padding: 15px 8px;
2844
+ }
2845
+ .submenu-container [role=menu] {
2846
+ background: #ffffff;
2847
+ margin: 0;
2848
+ }
2849
+ .submenu-container [role=menu] > li > button {
2850
+ width: 100%;
2851
+ }
2852
+ .submenu-container [role=menu] [role=menuitem] {
2853
+ color: black;
2854
+ margin-bottom: 2px;
2855
+ padding: 8px 16px;
2856
+ text-align: left;
2857
+ }
2858
+ .submenu-container [role=menu] [role=menuitem]:not(.active) {
2859
+ border: none;
2860
+ }
2861
+ .submenu-container .section-trigger {
2862
+ display: flex;
2863
+ justify-content: space-between;
2864
+ }
2865
+ .submenu {
2866
+ display: none;
2867
+ position: absolute;
2868
+ left: 0;
2869
+ width: 225px;
2870
+ z-index: 100;
2871
+ }
2872
+ .section {
2873
+ display: none;
2874
+ position: relative;
2875
+ }
2876
+ .visible {
2877
+ display: block;
2878
+ }
2879
+ .submenu-container .visible.section {
2880
+ padding-left: 15px;
2881
+ }
2882
+
2883
+ /* packages/components/tabs/styles.css */
2884
+ .tablist {
2885
+ display: flex;
2886
+ flex-direction: row;
2887
+ margin: 0;
2888
+ padding: 0;
2889
+ }
2890
+ .tablist > li {
2891
+ list-style: none;
2892
+ }
2893
+ .tablist > li > button {
2894
+ background: 0 0;
2895
+ border-bottom: 1px solid transparent;
2896
+ border-left: 1px solid transparent;
2897
+ border-right: 1px solid transparent;
2898
+ border-top: 2px solid transparent;
2899
+ padding: 0.92857143em 1.42857143em;
2900
+ color: #111111;
2901
+ font-weight: 700;
2902
+ outline-color: #0076b6;
2903
+ }
2904
+ .tablist > li > button[aria-selected=true] {
2905
+ background-color: #fff;
2906
+ color: #0076b6;
2907
+ border-top-width: 2px;
2908
+ border-left-color: #d4d4d5;
2909
+ border-right-color: #d4d4d5;
2910
+ border-top-color: #0076b6;
2911
+ font-weight: 700;
2912
+ box-shadow: none;
2913
+ border-radius: 0.28571429rem 0.28571429rem 0 0;
2914
+ border-bottom: 2px solid #fff;
2915
+ }
2916
+ .tabsWrapper section[role=tabpanel] {
2917
+ border: 1px solid #d4d4d5;
2918
+ background-color: #fff;
2919
+ margin-top: -1px;
2920
+ padding: 14px;
2921
+ outline-color: #0076b6;
2922
+ }
2923
+ .tabsWrapper section[role=tabpanel].form {
2924
+ padding: 0 !important;
2925
+ }
2926
+
2927
+ /* packages/components/task-form/linked-tasks/styles.css */
2928
+ .task-form__linked-tasks {
2929
+ display: flex;
2930
+ flex-direction: column;
2931
+ gap: 20px;
2932
+ }
2933
+ .task-form__linked-tasks__toolbar {
2934
+ display: grid;
2935
+ grid-template-rows: 1fr 1fr;
2936
+ gap: 16px;
2937
+ }
2938
+ @media screen and (min-width: 800px) {
2939
+ .task-form__linked-tasks__toolbar {
2940
+ grid-template-columns: 1fr auto auto;
2941
+ grid-template-rows: 1fr;
2942
+ }
2943
+ }
2944
+ .table-linked-tasks-list__action-button {
2945
+ all: unset;
2946
+ color: var(--color-cayuse-blue, #0076b6);
2947
+ cursor: pointer !important;
2948
+ font-size: 16px;
2949
+ }
2950
+ .table-linked-tasks-list__action-button.disabled {
2951
+ display: none !important;
2952
+ }
2953
+ .task-form__linked-tasks .button-wrapper .tooltip {
2954
+ display: none !important;
2955
+ }
2956
+ .task-form__linked-tasks span[data-cell=assignee] {
2957
+ display: flex;
2958
+ flex-direction: column;
2959
+ white-space: nowrap;
2960
+ height: 48px;
2961
+ min-width: 160px;
2962
+ }
2963
+ .assign-to-line {
2964
+ max-width: 260px;
2965
+ text-overflow: ellipsis;
2966
+ overflow: hidden;
2967
+ }
2968
+
2969
+ /* packages/components/task-form/reminders/styles.css */
2970
+ .reminders {
2971
+ display: flex;
2972
+ flex-direction: column;
2973
+ gap: 8px;
2974
+ width: 390px;
2975
+ }
2976
+ .reminders p {
2977
+ margin: 0;
2978
+ font-size: 14px;
2979
+ line-height: 16px;
2980
+ text-align: left;
2981
+ color: var(--color-darkest);
2982
+ }
2983
+ .current-reminders {
2984
+ display: flex;
2985
+ flex-direction: column;
2986
+ border: 1px solid #888c8c;
2987
+ border-radius: var(--border-radius-default);
2988
+ }
2989
+ .current-reminders__title {
2990
+ background-color: var(--color-very-light-grey, #f5f5f5);
2991
+ border-top-left-radius: var(--border-radius-default);
2992
+ border-top-right-radius: var(--border-radius-default);
2993
+ border-bottom: 1px solid #888c8c;
2994
+ padding: 4px 8px 4px 8px;
2995
+ font-size: 14px;
2996
+ font-weight: 700;
2997
+ line-height: 16px;
2998
+ text-align: left;
2999
+ color: #111111;
3000
+ }
3001
+ .current-reminders__reminder-list {
3002
+ all: unset;
3003
+ }
3004
+ .current-reminders__reminder {
3005
+ display: flex;
3006
+ align-items: center;
3007
+ justify-content: space-between;
3008
+ padding: 4px 8px;
3009
+ }
3010
+ .current-reminders__reminder[data-invalid=true] {
3011
+ background-color: rgb(179 18 0 / 10%);
3012
+ padding: 8px;
3013
+ }
3014
+ .current-reminders__reminder[data-invalid=true] .reminder__invalid-date {
3015
+ display: block;
3016
+ margin-top: 6px;
3017
+ max-width: 260px;
3018
+ }
3019
+ .current-reminders__reminder .line-through {
3020
+ text-decoration: line-through;
3021
+ }
3022
+ .current-reminders__reminder-status .error {
3023
+ color: var(--color-error);
3024
+ }
3025
+ .reminders__small-action-button {
3026
+ width: -moz-fit-content;
3027
+ width: fit-content;
3028
+ line-height: 1;
3029
+ gap: 4px;
3030
+ }
3031
+ .reminders__small-action-button:disabled:hover {
3032
+ background-color: var(--color-busy);
3033
+ border-color: var(--color-busy);
3034
+ color: var(--color-disabled-text);
3035
+ }
3036
+ .reminders__small-action-button.iconButton.labelLeft .icon,
3037
+ .reminders__small-action-button.iconButton.labelLeft i.icon {
3038
+ margin-right: 4px;
3039
+ }
3040
+ .current-reminders__actions {
3041
+ display: flex;
3042
+ margin-right: -4px;
3043
+ gap: 4px;
3044
+ }
3045
+ .button.secondary.current-reminders__remove-btn,
3046
+ .button.secondary.current-reminders__remove-btn:hover {
3047
+ border-color: transparent;
3048
+ padding: 1px 4px;
3049
+ background-color: transparent;
3050
+ cursor: pointer;
3051
+ }
3052
+ .add-reminder-form {
3053
+ padding: 8px;
3054
+ display: flex;
3055
+ flex-direction: column;
3056
+ gap: 8px;
3057
+ background-color: var(--color-very-light-grey, #f5f5f5);
3058
+ }
3059
+ .add-reminder-form label {
3060
+ display: flex;
3061
+ font-size: 14px;
3062
+ font-weight: 700;
3063
+ line-height: 16px;
3064
+ text-align: left;
3065
+ color: #111111;
3066
+ }
3067
+ .add-reminder-form__inputs {
3068
+ display: flex;
3069
+ gap: 16px;
3070
+ flex-direction: column;
3071
+ }
3072
+ .add-reminder-form__days-input {
3073
+ display: flex;
3074
+ gap: 8px;
3075
+ align-items: center;
3076
+ width: 50px;
3077
+ }
3078
+ .add-reminder-form__radio {
3079
+ display: flex;
3080
+ gap: 8px;
3081
+ flex-direction: column;
3082
+ }
3083
+ .add-reminder-form__radio .cayuse_radio-label {
3084
+ font-weight: 400;
3085
+ }
3086
+ .add-reminder-form__actions {
3087
+ display: flex;
3088
+ gap: 8px;
3089
+ }
3090
+ .reminder__invalid-date {
3091
+ font-size: 14px;
3092
+ line-height: 16px;
3093
+ text-align: left;
3094
+ color: var(--color-error, #b31200);
3095
+ }
3096
+
3097
+ /* packages/components/task-form/comments/styles.css */
3098
+ .ui.table.table-comment-list {
3099
+ margin: 0;
3100
+ border-color: #ccc;
3101
+ }
3102
+ .ui.table.table-comment-list .actions-header {
3103
+ border-left: none;
3104
+ }
3105
+ .ui.table.table-comment-list .comment-content {
3106
+ color: var(--color-dark-grey);
3107
+ }
3108
+ .ui.table.table-comment-list td.actions-content {
3109
+ display: flex;
3110
+ gap: 8px;
3111
+ flex-wrap: nowrap;
3112
+ flex-direction: row;
3113
+ overflow: visible;
3114
+ }
3115
+ .ui.table.table-comment-list td {
3116
+ vertical-align: top;
3117
+ }
3118
+ .ui.table.table-comment-list th.desc:after {
3119
+ content: "\f0d7" !important;
3120
+ }
3121
+ .ui.table.table-comment-list th.asc:after {
3122
+ content: "\f0d8" !important;
3123
+ }
3124
+ .ui.table.table-comment-list th {
3125
+ padding: 12px;
3126
+ background-color: #f5f5f5;
3127
+ font-size: 14px;
3128
+ font-style: normal;
3129
+ font-weight: 700;
3130
+ line-height: 16px;
3131
+ color: #111;
3132
+ }
3133
+ .table-comment-list__action-comment-button {
3134
+ all: unset;
3135
+ color: var(--color-cayuse-blue, #0076b6);
3136
+ cursor: pointer !important;
3137
+ font-size: 16px;
3138
+ }
3139
+ .table-comment-list__action-comment-edit-button {
3140
+ padding-top: 2px;
3141
+ }
3142
+ .delete-dialog-description {
3143
+ display: inline-block;
3144
+ word-wrap: break-word;
3145
+ max-width: 380px;
3146
+ }
3147
+ .table-comment-list__action-comment-button:focus-visible {
3148
+ outline: 2px solid #5092f7;
3149
+ outline-offset: 1px;
3150
+ }
3151
+ .table-comment-list__action-comment-button.disabled {
3152
+ display: none !important;
3153
+ }
3154
+
3155
+ /* packages/components/task-form/styles.css */
3156
+ .task-form {
3157
+ display: flex;
3158
+ flex-direction: column;
3159
+ gap: 24px;
3160
+ width: 100%;
3161
+ max-width: 1400px;
3162
+ --width-d-icon: 25px;
3163
+ --spacing-h-0-3x: 20px;
3164
+ }
3165
+ .task-form .fields:after {
3166
+ content: none;
3167
+ }
3168
+ .task-form .field,
3169
+ .task-form .fields {
3170
+ margin-bottom: 20px;
3171
+ }
3172
+ .task-form .field > label {
3173
+ display: flex;
3174
+ font-size: 14px;
3175
+ }
3176
+ .task-form .disabled.field {
3177
+ opacity: 1;
3178
+ }
3179
+ .task-form .field.disabled > label {
3180
+ opacity: 1;
3181
+ }
3182
+ .task-form .disabled.field .ui.selection.dropdown,
3183
+ .field.disabled .task-form_input_disabled:disabled {
3184
+ }
3185
+ .task-form_input_disabled:-moz-read-only {
3186
+ }
3187
+ .task-form_input_disabled:read-only {
3188
+ }
3189
+ .task-form-container {
3190
+ display: flex;
3191
+ width: 100%;
3192
+ gap: 100px;
3193
+ flex-wrap: wrap;
3194
+ }
3195
+ @media (max-width: 992px) and (min-width: 320px) {
3196
+ .task-form-container {
3197
+ gap: 24px;
3198
+ }
3199
+ }
3200
+ .task-form-left-column {
3201
+ display: flex;
3202
+ flex: 1;
3203
+ flex-direction: column;
3204
+ gap: 24px;
3205
+ min-width: 300px;
3206
+ max-width: 660px;
3207
+ }
3208
+ .w-450 {
3209
+ width: 450px;
3210
+ }
3211
+ .task-form-right-column {
3212
+ display: flex;
3213
+ flex: 1;
3214
+ flex-direction: column;
3215
+ gap: 24px;
3216
+ min-width: 370px;
3217
+ max-width: 450px;
3218
+ }
3219
+ .task-form_error {
3220
+ margin-top: 4px;
3221
+ all: unset;
3222
+ font-weight: 400;
3223
+ font-size: 12px;
3224
+ line-height: 12px;
3225
+ color: var(--color-danger);
3226
+ }
3227
+ .task-form_error_input,
3228
+ .task-form_input_error > .input > input,
3229
+ .task-form_input_error.cayuse-input > input,
3230
+ .task-form_url_error_input > .input > input {
3231
+ background-color: rgba(255, 0, 0, 0.2);
3232
+ border-color: var(--color-danger);
3233
+ border-width: 2px;
3234
+ }
3235
+ .task-form_save_edit-comment-actions {
3236
+ display: flex;
3237
+ flex-direction: row;
3238
+ gap: 8px;
3239
+ }
3240
+ .task-edit-comment,
3241
+ .task-new-comment {
3242
+ height: 6em;
3243
+ min-height: 6em;
3244
+ }
3245
+ .task-form_save_new_comment_button {
3246
+ align-self: flex-end;
3247
+ }
3248
+ .task-form_info {
3249
+ margin-top: 4px;
3250
+ all: unset;
3251
+ font-weight: 400;
3252
+ font-size: 12px;
3253
+ line-height: 12px;
3254
+ color: #666;
3255
+ }
3256
+ .task-form_required-indicator {
3257
+ color: var(--color-danger);
3258
+ font-weight: bold;
3259
+ line-height: 16px;
3260
+ font-size: 24px;
3261
+ }
3262
+ .task-form_field {
3263
+ display: flex;
3264
+ flex-direction: column;
3265
+ gap: 8px;
3266
+ width: 100%;
3267
+ }
3268
+ .task-form_label,
3269
+ .task-form_field > label {
3270
+ display: flex;
3271
+ font-size: 14px;
3272
+ color: #111111;
3273
+ font-weight: 700;
3274
+ line-height: 16px;
3275
+ }
3276
+ .task-form_label {
3277
+ margin-bottom: 8px;
3278
+ }
3279
+ .task-form-info-block {
3280
+ max-width: -moz-max-content;
3281
+ max-width: max-content;
3282
+ }
3283
+ .task-form-info-block > p {
3284
+ margin: 0;
3285
+ }
3286
+ .task-form-info-block,
3287
+ .task-form-info-block > p {
3288
+ color: #111;
3289
+ font-size: 14px;
3290
+ font-style: normal;
3291
+ line-height: 16px;
3292
+ }
3293
+ .task-form_created-by,
3294
+ .task-form_created-by > p {
3295
+ color: #111;
3296
+ font-size: 14px;
3297
+ font-style: normal;
3298
+ line-height: 16px;
3299
+ }
3300
+ .task-form .ui.search.dropdown,
3301
+ .task-form_person-finder {
3302
+ width: 100%;
3303
+ }
3304
+ .task-form_status-dropdown {
3305
+ border: 1px solid #808080 !important;
3306
+ min-height: 38px;
3307
+ width: 100%;
3308
+ height: 38px;
3309
+ background: #fff;
3310
+ padding: 0 !important;
3311
+ color: rgba(0, 0, 0, 0.87);
3312
+ border-radius: 4px;
3313
+ }
3314
+ .task-form_status-dropdown button {
3315
+ padding: 11px 14px !important;
3316
+ }
3317
+ .task-form_status-dropdown button:focus,
3318
+ .task-form_status-dropdown button:focus-visible,
3319
+ .task-form_status-dropdown button:focus-within {
3320
+ outline: var(--color-focus) auto 1px !important;
3321
+ }
3322
+ .task-form_status_closed-by {
3323
+ margin-top: 4px;
3324
+ }
3325
+ .task-form_status_closed-by p {
3326
+ margin: 0;
3327
+ }
3328
+ .task-form .task-form_footer {
3329
+ display: flex;
3330
+ justify-content: space-between;
3331
+ gap: 24px;
3332
+ }
3333
+ .task-form .task-form_footer .ml-auto {
3334
+ margin-left: auto;
3335
+ }
3336
+ .task-form_button-group {
3337
+ height: 100%;
3338
+ display: flex;
3339
+ align-items: flex-end;
3340
+ }
3341
+ .task-form_status-dropdown {
3342
+ z-index: 16 !important;
3343
+ }
3344
+ @media (max-width: 992px) and (min-width: 320px) {
3345
+ .task-form .fields {
3346
+ gap: 24px;
3347
+ }
3348
+ .task-form .task-form_footer {
3349
+ flex-direction: column;
3350
+ }
3351
+ .task-form_button-group {
3352
+ width: -moz-max-content;
3353
+ width: max-content;
3354
+ justify-content: flex-start;
3355
+ }
3356
+ }
3357
+ .task-form_status .task-form_status__control {
3358
+ border-color: var(--color-border-default);
3359
+ border-radius: var(--border-radius-default);
3360
+ }
3361
+ .task-form_status .task-form_status__control.task-form_status__control--is-focused {
3362
+ border-color: var(--color-focus);
3363
+ box-shadow: none;
3364
+ }
3365
+ .task-form_status__control > .task-form_status__value-container {
3366
+ padding: 0 24px 0 14px;
3367
+ }
3368
+ .task-form_status .task-form_status__menu {
3369
+ z-index: 20;
3370
+ }
3371
+ .task-form_status__menu-list > .task-form_status__option {
3372
+ padding: 11px 16px;
3373
+ line-height: 1;
3374
+ }
3375
+ .task-form_status__menu-list > .task-form_status__option.task-form_status__option--is-focused {
3376
+ background-color: rgba(0, 0, 0, 0.05);
3377
+ color: rgba(0, 0, 0, 0.95);
3378
+ }
3379
+ .task-form_status__menu-list > .task-form_status__option.task-form_status__option--is-selected {
3380
+ background-color: rgba(0, 0, 0, 0.03);
3381
+ color: rgba(0, 0, 0, 0.95);
3382
+ font-weight: 700;
3383
+ }
3384
+ .task-form_status__indicator-separator {
3385
+ display: none;
3386
+ }
3387
+ .task-form_status__indicators > .dropdown.icon {
3388
+ position: absolute;
3389
+ top: 0;
3390
+ margin: 0;
3391
+ height: 18px;
3392
+ right: 8px;
3393
+ transform: translateY(50%);
3394
+ }
3395
+ .task-form_status .task-form_status__single-value {
3396
+ color: black;
3397
+ }
3398
+ .task-form_category .task-form_category__control {
3399
+ border-color: var(--color-border-default);
3400
+ border-radius: var(--border-radius-default);
3401
+ }
3402
+ .task-form_category .task-form_category__control.task-form_category__control--is-focused {
3403
+ border-color: var(--color-focus);
3404
+ box-shadow: none;
3405
+ }
3406
+ .task-form_category__control > .task-form_category__value-container {
3407
+ padding: 0 24px 0 14px;
3408
+ }
3409
+ .task-form_category .task-form_category__menu {
3410
+ z-index: 20;
3411
+ }
3412
+ .task-form_category__menu-list > .task-form_category__option {
3413
+ padding: 11px 16px;
3414
+ font-size: 14px;
3415
+ line-height: 1;
3416
+ }
3417
+ .task-form_category__menu-list > .task-form_category__option.task-form_category__option--is-focused {
3418
+ background-color: rgba(0, 0, 0, 0.05);
3419
+ color: rgba(0, 0, 0, 0.95);
3420
+ }
3421
+ .task-form_category__menu-list > .task-form_category__option.task-form_category__option--is-selected {
3422
+ background-color: rgba(0, 0, 0, 0.03);
3423
+ color: rgba(0, 0, 0, 0.95);
3424
+ font-weight: 700;
3425
+ }
3426
+ .task-form_category__indicator-separator {
3427
+ display: none;
3428
+ }
3429
+ .task-form_category__indicators {
3430
+ position: absolute;
3431
+ top: 0;
3432
+ margin: 0;
3433
+ height: 18px;
3434
+ right: 8px;
3435
+ transform: translateY(50%);
3436
+ }
3437
+ .task-form_category .task-form_category__single-value {
3438
+ color: black;
3439
+ }
3440
+ .task-form__clear-indicator {
3441
+ display: flex;
3442
+ -webkit-user-select: none;
3443
+ -moz-user-select: none;
3444
+ user-select: none;
3445
+ padding: 8px;
3446
+ color: #111111;
3447
+ border: none;
3448
+ margin: 0;
3449
+ background: none;
3450
+ border-radius: 3px;
3451
+ transition: color 150ms ease 0s;
3452
+ box-sizing: border-box;
3453
+ }
3454
+ .task-form__clear-indicator:focus-visible {
3455
+ outline-color: var(--color-focus);
3456
+ }
3457
+ .task-form__clear-indicator svg {
3458
+ fill: currentColor;
3459
+ }
3460
+ .task-form__assign-to {
3461
+ display: flex;
3462
+ gap: 20px;
3463
+ flex-direction: column;
3464
+ }
3465
+ .task-form__assign-to .cayuse_radio-label {
3466
+ font-weight: 400;
3467
+ }
3468
+ .task-form__assign-to-team {
3469
+ display: flex;
3470
+ gap: 20px;
3471
+ flex-direction: column;
3472
+ }
3473
+ .task-form__select-team-member-wrapper {
3474
+ margin-left: 24px;
3475
+ }
3476
+ .task-form__assign-to-team__select-team-wrapper .combobox__option--text {
3477
+ max-width: calc(100% - 95px);
3478
+ }
3479
+ .task-form__assign-to .combobox__option-container--indented {
3480
+ padding-left: 10px;
3481
+ display: flex;
3482
+ }
3483
+ .task-form__assign-to .combobox__option--text {
3484
+ font-size: 14px;
3485
+ color: #666;
3486
+ font-weight: 400;
3487
+ line-height: 20px;
3488
+ max-width: 100%;
3489
+ white-space: nowrap;
3490
+ overflow: hidden;
3491
+ text-overflow: ellipsis;
3492
+ }
3493
+ .task-form__assign-to .combobox__option--expand-all-label {
3494
+ color: var(--color-cayuse-blue);
3495
+ font-weight: 400;
3496
+ font-style: italic;
3497
+ text-decoration: underline;
3498
+ cursor: pointer;
3499
+ }
3500
+ .task-form__assign-to .combobox__option-container {
3501
+ display: flex;
3502
+ flex-direction: column;
3503
+ white-space: nowrap;
3504
+ overflow: hidden;
3505
+ text-overflow: ellipsis;
3506
+ }
3507
+ .task-form__assign-to .combobox__option--expanded {
3508
+ margin-top: 3px;
3509
+ padding-left: 16px;
3510
+ font-size: 14px;
3511
+ color: #555;
3512
+ font-style: italic;
3513
+ font-weight: 400;
3514
+ line-height: 20px;
3515
+ }
3516
+ .task-form__assign-to .combobox__option--expanded > div {
3517
+ white-space: nowrap;
3518
+ overflow: hidden;
3519
+ text-overflow: ellipsis;
3520
+ }
3521
+ .task-form .combobox .combobox__option {
3522
+ padding: 8px 6px;
3523
+ }
3524
+ .task-form .combobox .combobox__option[data-searchable=true] {
3525
+ padding-left: 6px;
3526
+ }
3527
+ .task-form__milestone-progress {
3528
+ display: flex;
3529
+ gap: 10px;
3530
+ align-items: center;
3531
+ color: #000;
3532
+ font-family: Lato;
3533
+ font-size: 14px;
3534
+ font-style: normal;
3535
+ font-weight: 400;
3536
+ line-height: 16px;
3537
+ }
3538
+ .task-form__milestone-progress > progress {
3539
+ width: 192px;
3540
+ height: 13px;
3541
+ border-radius: 8px;
3542
+ }
3543
+ .task-form__milestone-progress > progress::-webkit-progress-bar {
3544
+ border-radius: 8px;
3545
+ border: 1px solid var(--color-border-default, #ccc);
3546
+ background: #eeeeee;
3547
+ }
3548
+ .task-form__milestone-progress > progress::-webkit-progress-value {
3549
+ border-radius: 8px;
3550
+ background-color: var(--color-cayuse-blue);
3551
+ }
3552
+ .task-form__milestone-progress-placeholder {
3553
+ height: 16px;
3554
+ width: 306px;
3555
+ display: flex;
3556
+ gap: 10px;
3557
+ align-items: center;
3558
+ }
3559
+ .task-form__milestone-progress-placeholder > span {
3560
+ height: 100%;
3561
+ background-color: var(--color-very-light-grey);
3562
+ }
3563
+ .task-form__milestone-progress-placeholder > span:nth-child(1),
3564
+ .task-form__milestone-progress-placeholder > span:nth-child(3) {
3565
+ width: 15%;
3566
+ }
3567
+ .task-form__milestone-progress-placeholder > span:nth-child(2) {
3568
+ width: 70%;
3569
+ }
3570
+ .task-form__task-title-cell:has(.clockIcon) {
3571
+ position: relative;
3572
+ top: 6px;
3573
+ display: flex;
3574
+ align-items: self-start;
3575
+ }
3576
+ .task-form__task-title-cell-clock-icon {
3577
+ position: relative;
3578
+ top: 0;
3579
+ right: 8px;
3580
+ }
3581
+ .task-form__header-text-container {
3582
+ position: relative;
3583
+ padding-right: 10px;
3584
+ width: -moz-fit-content;
3585
+ width: fit-content;
3586
+ }
3587
+ .task-form__header-text {
3588
+ word-break: break-word;
3589
+ line-height: 1.5;
3590
+ }
3591
+ .task-form__header-clock-icon {
3592
+ position: absolute;
3593
+ bottom: 14px;
3594
+ width: 20px;
3595
+ }
3596
+ .task-form_category__placeholder {
3597
+ color: var(--color-dark-grey);
3598
+ font-size: 14px;
3599
+ font-style: normal;
3600
+ font-weight: 400;
3601
+ line-height: 16px;
3602
+ }
3603
+ /*# sourceMappingURL=index.css.map */