@reltio/remotes 1.4.964 → 1.4.968

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/870.css ADDED
@@ -0,0 +1,797 @@
1
+ .NumericRangeFacet-styles-data--2uP95 {
2
+ display: flex;
3
+ flex-grow: 1;
4
+ flex-direction: column;
5
+ }
6
+ .NumericRangeFacet-styles-data--2uP95 .NumericRangeFacet-styles-barChartContainer--3Dkw8 {
7
+ position: relative;
8
+ height: 190px;
9
+ width: 100%;
10
+ padding-top: 6px;
11
+ padding-bottom: 8px;
12
+ overflow: hidden;
13
+ }
14
+ .NumericRangeFacet-styles-data--2uP95 .NumericRangeFacet-styles-slider--19iiG {
15
+ margin-left: 38px;
16
+ margin-right: 4px;
17
+ width: calc(100% - 42px);
18
+ }
19
+ .NumericRangeFacet-styles-data--2uP95 .NumericRangeFacet-styles-inputsContainer--37FAJ {
20
+ display: flex;
21
+ flex-direction: row;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ margin-top: 12px;
25
+ }
26
+ .NumericRangeFacet-styles-data--2uP95 .NumericRangeFacet-styles-inputsContainer--37FAJ .NumericRangeFacet-styles-numberEditorInputRoot--W-6Xd {
27
+ height: 40px;
28
+ font-size: 14px;
29
+ line-height: 16px;
30
+ text-align: center;
31
+ border-radius: 4px 4px 0 0;
32
+ flex-grow: 1;
33
+ display: flex;
34
+ }
35
+ .NumericRangeFacet-styles-data--2uP95 .NumericRangeFacet-styles-inputsContainer--37FAJ .NumericRangeFacet-styles-numberEditorRoot--2SYKx {
36
+ display: flex;
37
+ flex-grow: 1;
38
+ }
39
+ .NumericRangeFacet-styles-data--2uP95 .NumericRangeFacet-styles-inputsContainer--37FAJ .NumericRangeFacet-styles-numberEditorRoot--2SYKx + .NumericRangeFacet-styles-numberEditorRoot--2SYKx {
40
+ margin-left: 24px;
41
+ }
42
+ .NumericRangeFacet-styles-data--2uP95 .NumericRangeFacet-styles-inputsContainer--37FAJ .NumericRangeFacet-styles-input--VuIb5 {
43
+ text-align: left;
44
+ padding: 0 10px;
45
+ flex-basis: 100%;
46
+ }
47
+ .NumericRangeFacet-styles-data--2uP95 .NumericRangeFacet-styles-inputsContainer--37FAJ .NumericRangeFacet-styles-input--VuIb5::-ms-clear {
48
+ display: none;
49
+ }
50
+
51
+ .DateRangeFacet-styles-barChartContainer--2dxcM {
52
+ position: relative;
53
+ height: 190px;
54
+ padding-top: 6px;
55
+ width: 100%;
56
+ overflow: hidden;
57
+ }
58
+ .DateRangeFacet-styles-dateRangeChooserWrapper--3LVU- {
59
+ display: flex;
60
+ flex-direction: column;
61
+ align-items: center;
62
+ margin-top: 12px;
63
+ width: 100%;
64
+ }
65
+
66
+ .MoreFacetsPopup-styles-subHeader--11XEP {
67
+ background-color: #f5f5f5;
68
+ padding: 0 16px;
69
+ margin: 0;
70
+ display: flex;
71
+ align-items: center;
72
+ color: rgba(0, 0, 0, 0.84);
73
+ font-size: 14px;
74
+ font-weight: 500;
75
+ }
76
+ .MoreFacetsPopup-styles-subHeader--11XEP .MoreFacetsPopup-styles-icon--26Uio {
77
+ max-height: 25px;
78
+ max-width: 25px;
79
+ margin-right: 16px;
80
+ }
81
+ .MoreFacetsPopup-styles-subHeader--11XEP .MoreFacetsPopup-styles-icon--26Uio.MoreFacetsPopup-styles-recommendedIcon--1waqP {
82
+ height: 20px;
83
+ width: 20px;
84
+ }
85
+ .MoreFacetsPopup-styles-noResultsCaptionContainer--3XUXl {
86
+ position: absolute;
87
+ top: 0;
88
+ bottom: 0;
89
+ left: 0;
90
+ right: 0;
91
+ display: flex;
92
+ justify-content: center;
93
+ align-items: center;
94
+ }
95
+
96
+ .MainContent-styles-mainContent--1d_L9 {
97
+ display: flex;
98
+ flex-direction: column;
99
+ flex-grow: 1;
100
+ overflow: auto;
101
+ }
102
+ div[role=presentation],
103
+ div[role=tooltip] {
104
+ font-family: Roboto, Helvetica, Arial, sans-serif;
105
+ }
106
+
107
+ .SearchBar-styles-popupBackdrop--2pDC2 {
108
+ background-color: rgba(137, 164, 162, 0.6);
109
+ position: absolute;
110
+ top: 0;
111
+ left: 0;
112
+ right: 0;
113
+ bottom: 0;
114
+ }
115
+ .SearchBar-styles-popupContent--1kC6G {
116
+ height: 345px;
117
+ width: 308px;
118
+ border-radius: 3px;
119
+ background-color: #F9F9F9;
120
+ box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
121
+ z-index: 11;
122
+ }
123
+ .SearchBar-styles-complexPopupContent--1-bIV {
124
+ height: 690px;
125
+ width: 578px;
126
+ }
127
+ @keyframes SearchBar-styles-highlightAnimate--1ag5C {
128
+ from {
129
+ background: transparent;
130
+ }
131
+ 50% {
132
+ background: #f2e68e;
133
+ }
134
+ 100% {
135
+ background: transparent;
136
+ }
137
+ }
138
+ .SearchBar-styles-highlighted--3abKI {
139
+ animation-name: SearchBar-styles-highlightAnimate--1ag5C;
140
+ animation-duration: 3s;
141
+ animation-iteration-count: 1;
142
+ }
143
+ .highlightedSelector {
144
+ animation-name: SearchBar-styles-highlightAnimate--1ag5C;
145
+ animation-duration: 3s;
146
+ animation-iteration-count: 1;
147
+ }
148
+ .SearchBar-styles-inactiveBackground--1hAtL {
149
+ background: repeating-linear-gradient(45deg, #f5f5f5, #f5f5f5 14px, #e9e9e9 15px, #e9e9e9 16px);
150
+ }
151
+ .SearchBar-styles-inactiveHoverBackground--2IyMi {
152
+ background: repeating-linear-gradient(45deg, #f2f2f2, #f2f2f2 14px, #e2e2e2 15px, #e2e2e2 16px);
153
+ }
154
+ .SearchBar-styles-inactiveSelectedBackground--ET8e- {
155
+ background: repeating-linear-gradient(45deg, #DBE9F4, #DBE9F4 14px, #CCDAE5 15px, #CCDAE5 16px);
156
+ }
157
+ .SearchBar-styles-inactiveSelectedHoverBackground--4YU7s {
158
+ background: repeating-linear-gradient(45deg, #D4E2ED, #D4E2ED 14px, #C6D4DF 15px, #C6D4DF 16px);
159
+ }
160
+ .SearchBar-styles-container--1XdCy {
161
+ display: flex;
162
+ flex-direction: column;
163
+ position: relative;
164
+ padding-left: 16px;
165
+ padding-right: 20px;
166
+ }
167
+ .SearchBar-styles-container--1XdCy .SearchBar-styles-header--3k6bE {
168
+ height: 63px;
169
+ display: flex;
170
+ align-items: center;
171
+ }
172
+ .SearchBar-styles-container--1XdCy .SearchBar-styles-header--3k6bE .SearchBar-styles-captionWrapper--1pgc4 {
173
+ margin-top: -2px;
174
+ padding-left: 8px;
175
+ flex-shrink: 0;
176
+ }
177
+ .SearchBar-styles-container--1XdCy .SearchBar-styles-header--3k6bE .SearchBar-styles-captionWrapper--1pgc4 .SearchBar-styles-profileText--2VGn5 {
178
+ padding-left: 8px;
179
+ color: rgba(0, 0, 0, 0.6);
180
+ }
181
+ .SearchBar-styles-container--1XdCy .SearchBar-styles-header--3k6bE .SearchBar-styles-captionWrapper--1pgc4 .SearchBar-styles-profileNumber--VDRqX {
182
+ font-weight: 600;
183
+ }
184
+ .SearchBar-styles-container--1XdCy .SearchBar-styles-facetsBar--1rf5v {
185
+ display: flex;
186
+ align-items: center;
187
+ flex-grow: 1;
188
+ margin-bottom: 12px;
189
+ margin-top: -8px;
190
+ }
191
+ .SearchBar-styles-container--1XdCy .SearchBar-styles-facetsBar--1rf5v .SearchBar-styles-showBar--2P6V3 {
192
+ display: flex;
193
+ overflow: hidden;
194
+ }
195
+ .SearchBar-styles-container--1XdCy .SearchBar-styles-clearButton--V7L5f {
196
+ margin-right: auto;
197
+ margin-left: 14px;
198
+ }
199
+ .SearchBar-styles-container--1XdCy .SearchBar-styles-splitter--11nrD {
200
+ margin-right: 15px;
201
+ margin-left: 1px;
202
+ height: 32px;
203
+ }
204
+ .SearchBar-styles-container--1XdCy .SearchBar-styles-savedSearchesButton--3R9p8 {
205
+ border-color: rgba(0, 0, 0, 0.12);
206
+ }
207
+ .SearchBar-styles-container--1XdCy .SearchBar-styles-buttonText--2afB4 {
208
+ letter-spacing: 0;
209
+ }
210
+
211
+ .SelectAttributesList-styles-subHeader--320YS {
212
+ background-color: #f5f5f5;
213
+ padding: 0 16px;
214
+ margin: 0;
215
+ display: flex;
216
+ align-items: center;
217
+ color: rgba(0, 0, 0, 0.84);
218
+ font-size: 14px;
219
+ font-weight: 500;
220
+ }
221
+
222
+ .ValuesEditor-styles-loadingWrapper--2bugq {
223
+ display: flex;
224
+ min-height: 46px;
225
+ width: 100%;
226
+ align-items: center;
227
+ }
228
+ .ValuesEditor-styles-loadingWrapper--2bugq .ValuesEditor-styles-loading--3D9Qy {
229
+ margin: auto;
230
+ }
231
+
232
+ .LogicOperator-styles-select--1sXtj {
233
+ width: 100px;
234
+ }
235
+ .LogicOperator-styles-select--1sXtj:before {
236
+ content: none !important;
237
+ }
238
+ .LogicOperator-styles-select--1sXtj:after {
239
+ content: none !important;
240
+ }
241
+
242
+ .EntitiesTable-styles-popupBackdrop--1kv_- {
243
+ background-color: rgba(137, 164, 162, 0.6);
244
+ position: absolute;
245
+ top: 0;
246
+ left: 0;
247
+ right: 0;
248
+ bottom: 0;
249
+ }
250
+ .EntitiesTable-styles-popupContent--2_Yic {
251
+ height: 345px;
252
+ width: 308px;
253
+ border-radius: 3px;
254
+ background-color: #F9F9F9;
255
+ box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
256
+ z-index: 11;
257
+ }
258
+ .EntitiesTable-styles-complexPopupContent--3eaMg {
259
+ height: 690px;
260
+ width: 578px;
261
+ }
262
+ @keyframes EntitiesTable-styles-highlightAnimate--31hFj {
263
+ from {
264
+ background: transparent;
265
+ }
266
+ 50% {
267
+ background: #f2e68e;
268
+ }
269
+ 100% {
270
+ background: transparent;
271
+ }
272
+ }
273
+ .EntitiesTable-styles-highlighted--2KGk8 {
274
+ animation-name: EntitiesTable-styles-highlightAnimate--31hFj;
275
+ animation-duration: 3s;
276
+ animation-iteration-count: 1;
277
+ }
278
+ .highlightedSelector {
279
+ animation-name: EntitiesTable-styles-highlightAnimate--31hFj;
280
+ animation-duration: 3s;
281
+ animation-iteration-count: 1;
282
+ }
283
+ .EntitiesTable-styles-inactiveBackground--3GLxS {
284
+ background: repeating-linear-gradient(45deg, #f5f5f5, #f5f5f5 14px, #e9e9e9 15px, #e9e9e9 16px);
285
+ }
286
+ .EntitiesTable-styles-inactiveHoverBackground--2IA7I {
287
+ background: repeating-linear-gradient(45deg, #f2f2f2, #f2f2f2 14px, #e2e2e2 15px, #e2e2e2 16px);
288
+ }
289
+ .EntitiesTable-styles-inactiveSelectedBackground--fXrDv {
290
+ background: repeating-linear-gradient(45deg, #DBE9F4, #DBE9F4 14px, #CCDAE5 15px, #CCDAE5 16px);
291
+ }
292
+ .EntitiesTable-styles-inactiveSelectedHoverBackground--2xMPL {
293
+ background: repeating-linear-gradient(45deg, #D4E2ED, #D4E2ED 14px, #C6D4DF 15px, #C6D4DF 16px);
294
+ }
295
+ .EntitiesTable-styles-textOverflow--2r-Op {
296
+ content: '';
297
+ position: absolute;
298
+ right: 0;
299
+ top: 0;
300
+ width: 40px;
301
+ height: 100%;
302
+ background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #fff 100%);
303
+ pointer-events: none;
304
+ }
305
+ .EntitiesTable-styles-textOverflowInactive--c704F {
306
+ content: '';
307
+ position: absolute;
308
+ right: 0;
309
+ top: 0;
310
+ width: 40px;
311
+ height: 100%;
312
+ background: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f5f5 100%);
313
+ pointer-events: none;
314
+ }
315
+ .EntitiesTable-styles-link--3M_i8 {
316
+ color: #0072CE;
317
+ cursor: pointer;
318
+ font-weight: 500;
319
+ text-decoration: none;
320
+ }
321
+ .EntitiesTable-styles-defaultWrapper--17m-1 {
322
+ padding: 17px 22px 12px;
323
+ position: relative;
324
+ overflow: hidden;
325
+ white-space: nowrap;
326
+ font-size: 13px;
327
+ line-height: 15px;
328
+ display: flex;
329
+ flex-basis: 100%;
330
+ align-items: flex-start;
331
+ }
332
+ .EntitiesTable-styles-defaultWrapper--17m-1::after {
333
+ content: '';
334
+ position: absolute;
335
+ right: 0;
336
+ top: 0;
337
+ width: 40px;
338
+ height: 100%;
339
+ background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #fff 100%);
340
+ pointer-events: none;
341
+ }
342
+ .EntitiesTable-styles-defaultWrapper--17m-1 + .EntitiesTable-styles-defaultWrapper--17m-1 {
343
+ padding-top: 0;
344
+ }
345
+ .inactiveCell .EntitiesTable-styles-defaultWrapper--17m-1::after {
346
+ content: '';
347
+ position: absolute;
348
+ right: 0;
349
+ top: 0;
350
+ width: 40px;
351
+ height: 100%;
352
+ background: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f5f5 100%);
353
+ pointer-events: none;
354
+ }
355
+ .selectedRowCell .EntitiesTable-styles-defaultWrapper--17m-1::after {
356
+ background: linear-gradient(to right, rgba(255, 255, 255, 0), #e0eef9 100%);
357
+ }
358
+ .inactiveCell.selectedRowCell .EntitiesTable-styles-defaultWrapper--17m-1::after {
359
+ background: linear-gradient(to right, rgba(255, 255, 255, 0), #DBE9F4 100%);
360
+ }
361
+ .justImported .EntitiesTable-styles-defaultWrapper--17m-1::after {
362
+ background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFBEB 100%) !important;
363
+ }
364
+ .EntitiesTable-styles-table--2cYK8 .hoveredRow {
365
+ background-color: transparent;
366
+ }
367
+ .EntitiesTable-styles-imageWrapper--1Mh4_ {
368
+ padding: 17px 22px 12px;
369
+ display: flex;
370
+ }
371
+ .EntitiesTable-styles-imageWrapper--1Mh4_ > img {
372
+ height: 64px;
373
+ width: 64px;
374
+ }
375
+ .EntitiesTable-styles-imageWrapper--1Mh4_ + .EntitiesTable-styles-imageWrapper--1Mh4_ {
376
+ padding-top: 0;
377
+ }
378
+ .EntitiesTable-styles-blobWrapper--1lpTF {
379
+ padding: 17px 22px;
380
+ position: relative;
381
+ overflow-y: auto;
382
+ overflow-x: hidden;
383
+ white-space: pre-wrap;
384
+ font-size: 13px;
385
+ height: 100px;
386
+ box-sizing: border-box;
387
+ }
388
+ @keyframes EntitiesTable-styles-highlightAnimateForEllipsis--3K07i {
389
+ from {
390
+ background: transparent;
391
+ }
392
+ 60% {
393
+ background: transparent;
394
+ }
395
+ 100% {
396
+ background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #fff 100%);
397
+ }
398
+ }
399
+ .highlightedSelector .EntitiesTable-styles-defaultWrapper--17m-1::after {
400
+ animation-name: EntitiesTable-styles-highlightAnimateForEllipsis--3K07i;
401
+ animation-duration: 3s;
402
+ animation-iteration-count: 1;
403
+ }
404
+ .EntitiesTable-styles-referenceWrapper--2em-P {
405
+ display: flex;
406
+ align-items: center;
407
+ }
408
+ .EntitiesTable-styles-referenceWrapper--2em-P .EntitiesTable-styles-referenceContent--Y_vP- {
409
+ color: #0072CE;
410
+ cursor: pointer;
411
+ font-weight: 500;
412
+ text-decoration: none;
413
+ font-weight: normal;
414
+ font-size: 13px;
415
+ }
416
+ .EntitiesTable-styles-referenceWrapper--2em-P .EntitiesTable-styles-referenceIcon--3TGdy {
417
+ height: 15px;
418
+ width: 15px;
419
+ margin-right: 11px;
420
+ }
421
+ .EntitiesTable-styles-nestedCellWrapper--24W5V {
422
+ display: flex;
423
+ flex-direction: column;
424
+ padding: 0;
425
+ }
426
+ .EntitiesTable-styles-nestedCellWrapper--24W5V .EntitiesTable-styles-nestedAttributeWrapper--2fLKb {
427
+ border-bottom: 1px solid rgba(0, 0, 0, 0.05);
428
+ padding: 17px 22px;
429
+ position: relative;
430
+ }
431
+ .EntitiesTable-styles-nestedCellWrapper--24W5V .EntitiesTable-styles-nestedAttributeWrapper--2fLKb::after {
432
+ content: '';
433
+ position: absolute;
434
+ right: 0;
435
+ top: 0;
436
+ width: 40px;
437
+ height: 100%;
438
+ background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #fff 100%);
439
+ pointer-events: none;
440
+ }
441
+ .EntitiesTable-styles-nestedCellWrapper--24W5V :last-child {
442
+ border-bottom: none;
443
+ }
444
+ .EntitiesTable-styles-nestedCellWrapper--24W5V::after {
445
+ height: 0;
446
+ }
447
+ .EntitiesTable-styles-profileWrapper--31FtH {
448
+ padding: 8px 22px;
449
+ display: flex;
450
+ align-items: center;
451
+ }
452
+ .EntitiesTable-styles-profileWrapper--31FtH .EntitiesTable-styles-entityAvatar--1LVQ0 {
453
+ margin-right: 16px;
454
+ }
455
+ .EntitiesTable-styles-profileWrapper--31FtH .EntitiesTable-styles-entityAvatarImage--1ePjP {
456
+ height: 32px;
457
+ width: 32px;
458
+ }
459
+ .EntitiesTable-styles-profileWrapper--31FtH .EntitiesTable-styles-entityLabel--2Wawq {
460
+ color: #0072CE;
461
+ cursor: pointer;
462
+ font-weight: 500;
463
+ text-decoration: none;
464
+ }
465
+ .EntitiesTable-styles-scores--RoYyd {
466
+ display: flex;
467
+ margin-left: -8px;
468
+ flex-shrink: 0;
469
+ }
470
+ .cellWithCheckbox .cellWithCollapser {
471
+ width: calc(100% - 34px);
472
+ }
473
+ .cellWithCollapser {
474
+ display: flex;
475
+ align-items: center;
476
+ height: 100%;
477
+ }
478
+ .cellWithCollapser .EntitiesTable-styles-defaultWrapper--17m-1 {
479
+ padding: 17px 0;
480
+ flex-grow: 1;
481
+ }
482
+ .cellWithCollapser .EntitiesTable-styles-profileWrapper--31FtH {
483
+ padding: 8px 0;
484
+ }
485
+ .EntitiesTable-styles-dragColumnHead--tOZC8 {
486
+ border: 1px solid #0072CE;
487
+ background-color: rgba(0, 114, 206, 0.2);
488
+ }
489
+ .EntitiesTable-styles-dragColumnBody--1F9zz {
490
+ background-color: rgba(0, 114, 206, 0.06);
491
+ border-left: 1px solid #0072CE;
492
+ border-right: 1px solid #0072CE;
493
+ }
494
+ .EntitiesTable-styles-dragColumnBody--1F9zz .EntitiesTable-styles-defaultWrapper--17m-1::after {
495
+ display: none;
496
+ }
497
+ .EntitiesTable-styles-draggableHeadCell--3LNDx {
498
+ cursor: grab;
499
+ }
500
+ @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
501
+ .EntitiesTable-styles-draggableHeadCell--3LNDx {
502
+ cursor: move;
503
+ }
504
+ }
505
+ .EntitiesTable-styles-cellWrapper--1-flA {
506
+ display: flex;
507
+ flex-direction: column;
508
+ }
509
+ .EntitiesTable-styles-entityButtons--uhQM9 {
510
+ display: flex;
511
+ height: 100%;
512
+ }
513
+ .EntitiesTable-styles-entityButtons--uhQM9 > *::before {
514
+ content: '';
515
+ position: absolute;
516
+ right: 1px;
517
+ top: 0;
518
+ width: 100%;
519
+ z-index: -1;
520
+ height: calc(100% - 1px);
521
+ background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #fff 30%);
522
+ pointer-events: none;
523
+ }
524
+ .EntitiesTable-styles-selectedEntityButtons--1s9-b > *::before {
525
+ background: linear-gradient(to right, rgba(255, 255, 255, 0), #e0eef9 30%);
526
+ }
527
+ .EntitiesTable-styles-justImportedEntityButtons--3bEFw > *::before {
528
+ background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFBEB 30%) !important;
529
+ }
530
+ .EntitiesTable-styles-highlightedEntityButtons--3KFhD > *::before {
531
+ background: linear-gradient(to right, rgba(255, 255, 255, 0), #f2e68e 30%);
532
+ animation-name: EntitiesTable-styles-highlightAnimateForEllipsis--3K07i;
533
+ animation-duration: 3s;
534
+ animation-iteration-count: 1;
535
+ }
536
+
537
+ .HeadCellRenderer-styles-headCellContentWrapper--204Aj {
538
+ display: flex;
539
+ height: 100%;
540
+ align-items: center;
541
+ padding-right: 22px;
542
+ white-space: nowrap;
543
+ overflow: hidden;
544
+ background-color: #f0f0f0;
545
+ }
546
+ .HeadCellRenderer-styles-headCellContentWrapper--204Aj .HeadCellRenderer-styles-checkbox--3kWo3 {
547
+ margin-right: -8px;
548
+ margin-left: 11px;
549
+ }
550
+ .HeadCellRenderer-styles-headCellContentWrapper--204Aj .HeadCellRenderer-styles-sortLabel--3pCJO {
551
+ margin-left: -22px;
552
+ margin-right: -100%;
553
+ flex-direction: row-reverse;
554
+ justify-content: flex-end;
555
+ align-items: center;
556
+ display: flex;
557
+ }
558
+ .HeadCellRenderer-styles-headCellContentWrapper--204Aj .HeadCellRenderer-styles-labelWrapper--3v65T {
559
+ padding-left: 22px;
560
+ color: rgba(0, 0, 0, 0.6);
561
+ font-size: 12px;
562
+ font-weight: 500;
563
+ line-height: 16px;
564
+ overflow: hidden;
565
+ }
566
+ .HeadCellRenderer-styles-headCellContentWrapper--204Aj .HeadCellRenderer-styles-labelWrapper--3v65T:after {
567
+ content: '';
568
+ position: absolute;
569
+ right: 22px;
570
+ top: 0;
571
+ width: 40px;
572
+ height: 100%;
573
+ background: linear-gradient(to right, rgba(240, 240, 240, 0), #f0f0f0 100%);
574
+ pointer-events: none;
575
+ }
576
+ .HeadCellRenderer-styles-headCellContentWrapper--204Aj .HeadCellRenderer-styles-menuButtonWrapper--2WKUw {
577
+ flex-grow: 1;
578
+ display: flex;
579
+ justify-content: flex-end;
580
+ visibility: hidden;
581
+ position: absolute;
582
+ right: 0;
583
+ top: 50%;
584
+ transform: translateY(-50%);
585
+ }
586
+ .HeadCellRenderer-styles-headCellContentWrapper--204Aj:hover .HeadCellRenderer-styles-menuButtonWrapper--2WKUw {
587
+ visibility: visible;
588
+ }
589
+
590
+ .ProfilesList-styles-popupBackdrop--4fQVO {
591
+ background-color: rgba(137, 164, 162, 0.6);
592
+ position: absolute;
593
+ top: 0;
594
+ left: 0;
595
+ right: 0;
596
+ bottom: 0;
597
+ }
598
+ .ProfilesList-styles-popupContent--8tUxf {
599
+ height: 345px;
600
+ width: 308px;
601
+ border-radius: 3px;
602
+ background-color: #F9F9F9;
603
+ box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
604
+ z-index: 11;
605
+ }
606
+ .ProfilesList-styles-complexPopupContent--c61Mt {
607
+ height: 690px;
608
+ width: 578px;
609
+ }
610
+ @keyframes ProfilesList-styles-highlightAnimate--3qsKq {
611
+ from {
612
+ background: transparent;
613
+ }
614
+ 50% {
615
+ background: #f2e68e;
616
+ }
617
+ 100% {
618
+ background: transparent;
619
+ }
620
+ }
621
+ .ProfilesList-styles-highlighted--1z3fy {
622
+ animation-name: ProfilesList-styles-highlightAnimate--3qsKq;
623
+ animation-duration: 3s;
624
+ animation-iteration-count: 1;
625
+ }
626
+ .highlightedSelector {
627
+ animation-name: ProfilesList-styles-highlightAnimate--3qsKq;
628
+ animation-name: ProfilesList-styles-animate--ssfWf;
629
+ animation-duration: 3s;
630
+ animation-iteration-count: 1;
631
+ }
632
+ .ProfilesList-styles-inactiveBackground--3zcE5 {
633
+ background: repeating-linear-gradient(45deg, #f5f5f5, #f5f5f5 14px, #e9e9e9 15px, #e9e9e9 16px);
634
+ }
635
+ .ProfilesList-styles-inactiveHoverBackground--3a2nI {
636
+ background: repeating-linear-gradient(45deg, #f2f2f2, #f2f2f2 14px, #e2e2e2 15px, #e2e2e2 16px);
637
+ }
638
+ .ProfilesList-styles-inactiveSelectedBackground--2JjQ_ {
639
+ background: repeating-linear-gradient(45deg, #DBE9F4, #DBE9F4 14px, #CCDAE5 15px, #CCDAE5 16px);
640
+ }
641
+ .ProfilesList-styles-inactiveSelectedHoverBackground--1Rl3t {
642
+ background: repeating-linear-gradient(45deg, #D4E2ED, #D4E2ED 14px, #C6D4DF 15px, #C6D4DF 16px);
643
+ }
644
+ @keyframes ProfilesList-styles-animate--ssfWf {
645
+ from {
646
+ background: transparent;
647
+ }
648
+ 50% {
649
+ background: #f2e68e;
650
+ }
651
+ 100% {
652
+ background: transparent;
653
+ }
654
+ }
655
+ .ProfilesList-styles-highlighted--1z3fy {
656
+ animation-name: ProfilesList-styles-animate--ssfWf;
657
+ animation-duration: 3s;
658
+ animation-iteration-count: 1;
659
+ }
660
+ .ProfilesList-styles-container--Pf0JQ .ProfilesList-styles-item--23Wht {
661
+ display: flex;
662
+ min-height: 40px;
663
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
664
+ flex-direction: row;
665
+ }
666
+ .ProfilesList-styles-container--Pf0JQ .ProfilesList-styles-item--23Wht.ProfilesList-styles-clickable--76mLj {
667
+ cursor: pointer;
668
+ }
669
+ .ProfilesList-styles-container--Pf0JQ .ProfilesList-styles-item--23Wht.ProfilesList-styles-selected--3R26O {
670
+ background: #e0eef9;
671
+ }
672
+ .ProfilesList-styles-container--Pf0JQ .ProfilesList-styles-item--23Wht.ProfilesList-styles-selected--3R26O:hover {
673
+ background: #c2ddf3;
674
+ }
675
+ .ProfilesList-styles-container--Pf0JQ .ProfilesList-styles-item--23Wht.ProfilesList-styles-inactive--gn8uC {
676
+ background: repeating-linear-gradient(45deg, #f5f5f5, #f5f5f5 14px, #e9e9e9 15px, #e9e9e9 16px);
677
+ }
678
+ .ProfilesList-styles-container--Pf0JQ .ProfilesList-styles-item--23Wht.ProfilesList-styles-inactive--gn8uC:hover {
679
+ background: repeating-linear-gradient(45deg, #f2f2f2, #f2f2f2 14px, #e2e2e2 15px, #e2e2e2 16px);
680
+ }
681
+ .ProfilesList-styles-container--Pf0JQ .ProfilesList-styles-item--23Wht.ProfilesList-styles-inactive--gn8uC.ProfilesList-styles-selected--3R26O {
682
+ background: repeating-linear-gradient(45deg, #DBE9F4, #DBE9F4 14px, #CCDAE5 15px, #CCDAE5 16px);
683
+ }
684
+ .ProfilesList-styles-container--Pf0JQ .ProfilesList-styles-item--23Wht.ProfilesList-styles-inactive--gn8uC.ProfilesList-styles-selected--3R26O:hover {
685
+ background: repeating-linear-gradient(45deg, #D4E2ED, #D4E2ED 14px, #C6D4DF 15px, #C6D4DF 16px);
686
+ }
687
+ .ProfilesList-styles-container--Pf0JQ .ProfilesList-styles-item--23Wht.ProfilesList-styles-justImported--3ddMN {
688
+ background-color: #FFFBEB !important;
689
+ }
690
+ .ProfilesList-styles-container--Pf0JQ .ProfilesList-styles-item--23Wht:after {
691
+ content: '';
692
+ min-height: inherit;
693
+ font-size: 0;
694
+ }
695
+ .ProfilesList-styles-container--Pf0JQ .ProfilesList-styles-item--23Wht:hover {
696
+ background-color: rgba(0, 0, 0, 0.03);
697
+ }
698
+ .ProfilesList-styles-container--Pf0JQ .ProfilesList-styles-item--23Wht .ProfilesList-styles-avatar--2npax {
699
+ margin-left: 20px;
700
+ }
701
+ .ProfilesList-styles-container--Pf0JQ .ProfilesList-styles-item--23Wht .ProfilesList-styles-image--2fSRt {
702
+ height: 32px;
703
+ width: 32px;
704
+ margin-top: 8px;
705
+ margin-bottom: 7px;
706
+ }
707
+ .ProfilesList-styles-container--Pf0JQ .ProfilesList-styles-item--23Wht .ProfilesList-styles-info--1UDAv {
708
+ margin-left: 20px;
709
+ flex-grow: 1;
710
+ display: flex;
711
+ flex-direction: column;
712
+ justify-content: center;
713
+ font-size: 13px;
714
+ width: 100%;
715
+ overflow: hidden;
716
+ overflow-wrap: break-word;
717
+ word-wrap: break-word;
718
+ }
719
+ .ProfilesList-styles-container--Pf0JQ .ProfilesList-styles-item--23Wht .ProfilesList-styles-info--1UDAv .ProfilesList-styles-firstRow--AnO1D .ProfilesList-styles-label--2cARZ {
720
+ font-size: 13px;
721
+ line-height: 15px;
722
+ font-weight: 500;
723
+ color: #0072CE;
724
+ margin-right: 17px;
725
+ text-decoration: none;
726
+ }
727
+ .ProfilesList-styles-container--Pf0JQ .ProfilesList-styles-item--23Wht .ProfilesList-styles-info--1UDAv .ProfilesList-styles-firstRow--AnO1D .ProfilesList-styles-secondaryLabel--3JVaC {
728
+ margin-right: 12px;
729
+ }
730
+ .ProfilesList-styles-container--Pf0JQ .ProfilesList-styles-item--23Wht .ProfilesList-styles-info--1UDAv .ProfilesList-styles-firstRow--AnO1D .ProfilesList-styles-businessCard--gVuxW {
731
+ color: rgba(0, 0, 0, 0.54);
732
+ }
733
+ .ProfilesList-styles-container--Pf0JQ .ProfilesList-styles-item--23Wht .ProfilesList-styles-info--1UDAv .ProfilesList-styles-secondRow--jEJrp {
734
+ display: flex;
735
+ margin-top: 2px;
736
+ align-items: center;
737
+ color: rgba(0, 0, 0, 0.54);
738
+ font-size: 12px;
739
+ }
740
+ .ProfilesList-styles-container--Pf0JQ .ProfilesList-styles-item--23Wht .ProfilesList-styles-info--1UDAv .ProfilesList-styles-secondRow--jEJrp .ProfilesList-styles-spacer--2Wx8k {
741
+ flex-grow: 1;
742
+ flex-basis: 50px;
743
+ }
744
+ .ProfilesList-styles-container--Pf0JQ .ProfilesList-styles-item--23Wht .ProfilesList-styles-info--1UDAv .ProfilesList-styles-secondRow--jEJrp .ProfilesList-styles-scores--2Ewvw {
745
+ display: flex;
746
+ flex-wrap: wrap;
747
+ color: rgba(0, 0, 0, 0.87);
748
+ margin-left: 10px;
749
+ margin-right: 20px;
750
+ font-size: 13px;
751
+ min-width: 134px;
752
+ }
753
+
754
+ .Headers-styles-container--xVHUC {
755
+ display: flex;
756
+ flex-direction: row;
757
+ margin-right: 20px;
758
+ min-height: 53px;
759
+ flex-shrink: 0;
760
+ align-items: start;
761
+ }
762
+ .Headers-styles-container--xVHUC .Headers-styles-title--2f-Hk {
763
+ margin-left: 24px;
764
+ margin-right: auto;
765
+ align-self: center;
766
+ font-size: 18px;
767
+ }
768
+ .Headers-styles-container--xVHUC .Headers-styles-actionsBar--3znSF {
769
+ display: flex;
770
+ flex-direction: row;
771
+ align-items: center;
772
+ margin-top: 6px;
773
+ margin-left: 13px;
774
+ }
775
+ .Headers-styles-container--xVHUC .Headers-styles-actionsBar--3znSF .Headers-styles-splitter--2cuCI {
776
+ height: 32px;
777
+ margin-right: 16px;
778
+ margin-left: 14px;
779
+ }
780
+ .Headers-styles-container--xVHUC .Headers-styles-actionsBar--3znSF .Headers-styles-headerIcon--24r6n {
781
+ padding: 0;
782
+ }
783
+ .Headers-styles-container--xVHUC .Headers-styles-actionsBar--3znSF .Headers-styles-previewSwitcher--IJ7aJ {
784
+ margin-left: 7px;
785
+ }
786
+ .Headers-styles-container--xVHUC .Headers-styles-tabsContainer--33mAP {
787
+ flex-grow: 1;
788
+ width: 0;
789
+ display: flex;
790
+ }
791
+ .Headers-styles-container--xVHUC .Headers-styles-number--1bDWm {
792
+ margin-left: 10px;
793
+ font-size: 13px;
794
+ font-weight: normal;
795
+ color: rgba(0, 0, 0, 0.6);
796
+ }
797
+