-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copilot-Gruvbox-Dark.user.css
804 lines (563 loc) · 31.2 KB
/
Copilot-Gruvbox-Dark.user.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
/* ==UserStyle==
@name copilot.microsoft.com - Feb 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description This user style will apply the google chivo font to everything page you visit
I have made some changes in it
this will not change the following
- monospace font
- icons --> this theme is set up to ignore icons and dont mess up icons on most websites
@author [email protected]
==/UserStyle== */
@-moz-document regexp("copilot.microsoft.com") {
/* Your code goes here. */
@import url('https://fonts.googleapis.com/css2?family=Chivo&display=swap');
p, h1, h2, h3, h4, h5, h6, a, span, li, div, code, pre {
font-family: 'Chivo', sans-serif !important;
/*font-size : 14px ;*/
}
}
@-moz-document domain("copilot.microsoft.com") {
.ac-textBlock p strong {
color: #767676 !important;
}
:root
{
/* 0 is for darkest
1 is for hard
higher values for hard */
/* 2.1 Dark theme color variables */
--bg0-dh: #1d2021;
--bg-dark-new : #1F1E1D ;
/*For basic text new color added */
--text-normal :#ffd29c ;
--shadow-bg: #1d1b1a;
--bg1-dark: #3c3836;
--bg-dark: #282828;
--bg2-dark: #504945;
--bg3-dark: #665c54;
--bg4-dark: #7c6f64;
--bg5-dark: #928374;
--bg_visual: #503946;
--bg_red: #cc241d;
--bg_green: #98971a;
--bg_blue: #458588;
--bg_yellow: #d79921;
--shadow: #16181a;
--shadow-var1: #17191b;
--shadow-cur: #1a1b1d;
--fg-dark: #ebdbb2;
--grey0-dark: #7f897d;
--grey1-dark: #859289;
--grey2-dark: #9aa79d;
--faded-red: #fb4934;
--faded-orange: #fe8019;
--faded-yellow: #fabd2f;
--faded-green: #b8bb26;
--faded-aqua: #8ec07c;
--faded-blue: #83a598;
--faded-purple: #d3869b;
--dim-red: #cc241d;
--dim-orange: #d65d0e;
--dim-yellow: #d79921;
--dim-green: #98971a;
--dim-aqua: #689d6a;
--dim-blue: #458588;
--dim-purple: #b16286;
/* 2.2 Light theme color variables */
--bg0-light: #f0edd8;
--bg1-light: #f6f1dd;
--bg-light: #fdf6e3;
--bg2-light: #f3efda;
--bg3-light: #edead5;
--bg4-light: #e4e1cd;
--bg5-light: #dfdbc8;
--grey0-light: #a4ad9e;
--grey1-light: #939f91;
--grey2-light: #879686;
--shadow-light: #3c474d20;
--text-offwhite: #fbf1c7;
--text-offyellowish: #f2e5bc;
--text-white: #f9f5d7;
--text-offwhite-faded: #ebdbb2;
--text--faded: #d5c4a1;
--text--veryfade: #928374;
--bg_visual_light: #eaedc8;
--bg_red_light: #fbe3da;
--bg_green_light: #f0f1d2;
--bg_blue_light: #e9f0e9;
--bg_yellow_light: #faedcd;
--fg-light: #5c6a72;
--light-red: #f85552;
--light-orange: #f57d26;
--light-yellow: #bf983d;
--light-green: #899c40;
--light-aqua: #569d79;
--light-blue: #5a93a2;
--light-purple: #b87b9d;
--light-dim-red: #f1706f;
--light-dim-orange: #f39459;
--light-dim-yellow: #e4b649;
--light-dim-green: #a4bb4a;
--light-dim-aqua: #6ec398;
--light-dim-blue: #6cb3c6;
--light-dim-purple: #e092be;
--dark-red: #9d0006;
--dark-green: #79740e;
--dark-yellow: #b57614;
--dark-blue: #076678;
--dark-purple: #8f3f71;
--dark-aqua: #427b58;
--dark-orange: #af3a03;
/* light colors */
--interface-light0-hard: #f9f5d7;
--interface-light0: #fbf1c7;
--interface-light0-soft: #f2e5bc;
--interface-light1: #ebdbb2;
--interface-light3: #bdae93;
--interface-light4: #a89988;
}
/* Prompt sugestions first page */
.welcome_description, .welcome_category, .b_sunotc, .b_sunotc a:not(:visited) {
line-height: 20px;
color: #ffd29c;
}
/* Prompt vard bg color */
.zpcarousel .wt_cont {
font-weight: 300 !important ;
padding: 8px 12px 8px 12px;
background: #cc241d;
width: 220px;
height: 60px;
position: relative;
top: -20px;
border-radius: 8px;
font-size: 14px;
z-index: 1;
box-shadow: 0 6.400000095px 14.399999619px 0 #00000021;
overflow: hidden;
opacity: 0;
}
.zpcarousel .wt_cont::after {
content: "";
position: absolute;
inset: 0;
border: 1px solid #79740e !important;
border-radius: 8px;
opacity: .9;
}
/* Main Coplit logo */
.b_wlcmName {
color: #504945 !important ;
font-family: "chivo" , sans-serif !important ;
font-style: normal;
font-weight: 500;
font-size: 33px;
line-height: 12px;
text-align: center;
}
/* Your everysy AI companion */
.b_wlcmDesc{
color : #7C6F64 !important ;
font-family: "chivo" , sans-serif !important ;
font-weight: 400 !important ;
line-height: 0.6rem !important ;
}
/* Ghibli style landscape */
#gir_attr .cap {
color: #B16286;
}
/* Powwerd by dallee 3 */
#gir_attr .dalle {
color: #F2E5BC;
background: #225536;
}
/*Hide the promotional banner heading */
/*Hide the promptional banner */
#b_header #cplt_fly , #b_header #copilot_app_cta {
display: none !important;
top: 30px;
right: 0;
position: absolute;
width: 295px;
min-height: 262px;
background-color: #FFD29C;
box-sizing: border-box;
padding: 7px;
border-radius: 5px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.16);
cursor: default;
}
/*
#cib-conversation-main .content.ac-container p strong{
color:black !important;
background: white !important ;
}
*/
:root {
/*GPTS icon side bars */
--cib-color-foreground-accent-primary: #B8BB26 !important;
/*Text that is selected color -> Yellow color is applied to this */
--cib-color-foreground-accent-secondary: #FABD2F!important;
/*Main text color */
--cib-color-foreground-accent-tertiary: #FFD29C!important;
--cib-color-foreground-accent-quaternary: #9D1B6C !important;
--cib-color-foreground-accent-disabled: #9D1B6C !important;
/*More Precise button */
--cib-color-foreground-on-accent-primary: #FFD29C !important ;
--cib-color-foreground-on-accent-secondary: #D79921 !important ;
--cib-color-foreground-on-accent-tertiary: #B16286 !important ;
/*New Topic color */
--cib-color-foreground-on-accent-selected: #FFD29C !important ;
--cib-color-foreground-on-accent-disabled:#E41897 !important ;
--cib-color-foreground-accent-balanced-primary: #E41897 !important;
--cib-color-foreground-accent-creative-primary: #E41897 !important;
--cib-color-foreground-accent-precise-primary:#E41897 !important ;
--cib-color-foreground-accent-balanced-secondary: #E41897 !important ;
--cib-color-foreground-accent-creative-secondary: #1C65AE !important;
--cib-color-foreground-accent-precise-secondary: #D79921 !important ;
/*Sign in older chats -> chats on the right */
/* This Applies to main text and other places too -< changing this may break otherstuff as well */
--cib-color-foreground-neutral-primary: #FFD29C!important;
/* Asdk anything text */
--cib-color-foreground-neutral-secondary: #B8BB26 !important ;
/*Icons under chat stylsees */
--cib-color-foreground-neutral-tertiary: #FB4934 !important ;
--cib-color-foreground-neutral-quaternary: #D3869B !important;
/* Autocomplete */
--cib-color-foreground-neutral-disabled: #79740E!important;
/* Icon highlight pill
*/
--cib-color-foreground-on-accent-strong-primary: #16181A
!important;
--cib-color-foreground-on-accent-strong-secondary: #FABD2F !important;
--cib-color-foreground-on-accent-strong-disabled: #F00 !important;
--cib-color-foreground-system-attention-primary: #F00 !important;
--cib-color-foreground-system-attribution-primary: #1D1B1A !important;
--cib-color-foreground-system-caution-primary: #1F1E1D !important;
--cib-color-foreground-system-critical-primary: #8EC07C !important;
/* A ->link sinthe reponse body */
/* Basiccaally all the links in the chat */
--cib-color-foreground-system-link-primary: #FB4934 !important ;
--cib-color-foreground-system-neutral-primary: #F00 !important;
--cib-color-foreground-system-neutral-strong: #FABD2F !important;
--cib-color-foreground-system-success-primary:#F00 !important;
/* Feeback button bg */
--cib-color-fill-accent-primary: #16181A !important;
/*Custom color */
/* Stop responding button */
--cib-color-fill-accent-secondary: #3E3B07 !important;
--cib-color-fill-accent-tertiary: #F00 !important;
--cib-color-fill-accent-quaternary: #F00 !important;
--cib-color-fill-accent-disabled: #F00 !important;
/*You bUtton color bg */
--cib-color-fill-accent-alt-primary: #FB4934 !important;
/*List highliht color */
--cib-color-fill-accent-alt-secondary: #3C3836 !important;
--cib-color-fill-accent-alt-tertiary: #F00 !important;
/* Citations Numbering button */
--cib-color-fill-accent-alt-quaternary: #16181A !important;
--cib-color-fill-accent-alt-quinary: #F00 !important;
--cib-color-fill-accent-alt-disabled: #F00 !important;
/*Precise button and New topc buttton bg */
--cib-color-fill-accent-gradient-primary: #CC241D !important;
--cib-color-fill-accent-gradient-secondary: #F00 !important ;
--cib-color-fill-accent-gradient-tertiary: #F00 !important ;
--cib-color-fill-accent-gradient-quaternary:#79740E !important;
--cib-color-fill-accent-strong-primary: #79740E !important;
--cib-color-fill-accent-strong-secondary: #F00 !important;
--cib-color-fill-accent-strong-tertiary: #3E3B07 !important ;
--cib-color-fill-accent-strong-disabled: rgba(0,104,128,0.3);
--cib-color-fill-accent-speech-primary: #F00 !important;
--cib-color-fill-accent-speech-secondary: #F00 !important;
--cib-color-fill-accent-speech-tertiary: #F00 !important;
--cib-color-fill-accent-alt-balanced-primary: #F00 !important;
--cib-color-fill-accent-alt-creative-primary:#F00 !important;
--cib-color-fill-accent-alt-precise-primary: #F00 !important;
--cib-color-fill-accent-balanced-primary: #F00 !important;
--cib-color-fill-accent-creative-primary: #F00 !important;
--cib-color-fill-accent-precise-primary: #F00 !important;
--cib-color-fill-accent-balanced-secondary: #F00 !important;
--cib-color-fill-accent-creative-secondary: #066F06 !important;
--cib-color-fill-accent-precise-secondary: #0E350E !important;
--cib-color-fill-accent-gradient-balanced-quaternary: #E41897 !important;
--cib-color-fill-accent-gradient-creative-quaternary: #F00 !important;
--cib-color-fill-accent-gradient-precise-quaternary: #E41897 !important;
/* Right hand side blugin -> Icons backgorund in the plugin */
--cib-color-fill-neutral-primary: #16181A !important;
--cib-color-fill-neutral-secondary: #E41897 !important;
--cib-color-fill-neutral-tertiary: #E41897 !important;
--cib-color-fill-neutral-quaternary:#E41897 !important;
--cib-color-fill-neutral-quinary: #E41897 !important;
--cib-color-fill-neutral-disabled: #E41897 !important;
--cib-color-fill-neutral-input-active: #E41897 !important;
--cib-color-fill-neutral-transparent: #E41897 !important;
--cib-color-fill-neutral-alt-primary: #E41897 !important;
--cib-color-fill-neutral-alt-secondary: #E41897 !important;
--cib-color-fill-neutral-alt-tertiary: #E41897 !important;
--cib-color-fill-neutral-alt-quaternary: rgba(0,0,0,0.12);
--cib-color-fill-neutral-alt-disabled: transparent;
--cib-color-fill-neutral-alt-transparent: #1D202100;
/* Recommenadtion pill on the icons */
--cib-color-fill-neutral-strong-primary: #83A598 !important;
--cib-color-fill-neutral-strong-secondary:#F00 !important;
--cib-color-fill-neutral-strong-tertriary: #F00 !important;
--cib-color-fill-neutral-strong-disabled: rgba(68,68,68,0.3);
/*Input area color */
--cib-color-fill-neutral-solid-primary:#1D1B1A !important;
/*Sources */
--cib-color-fill-neutral-solid-secondary: #282828 !important;
/* Sources main button Bg */
--cib-color-fill-neutral-solid-tertiary: #225536 !important;
--cib-color-fill-subtle-primary: transparent;
--cib-color-fill-subtle-secondary: rgba(0,0,0,0.06);
--cib-color-fill-subtle-tertiary: rgba(0,0,0,0.1);
--cib-color-fill-subtle-quaternary: rgba(0,0,0,0.2);
/*Older Chats side bar styles */
--cib-color-fill-subtle-quinary: #79740E !important;
--cib-color-fill-subtle-senary: #919191;
--cib-color-fill-subtle-disabled: transparent;
--cib-color-fill-subtle-transparent: transparent;
--cib-color-fill-subtle-alt-primary: rgba(0,0,0,0.06);
--cib-color-fill-subtle-alt-secondary: rgba(0,0,0,0.1);
--cib-color-fill-subtle-alt-tertiary: rgba(0,0,0,0.2);
--cib-color-fill-accent-gradient-balanced-primary:red !important ;
--cib-color-fill-accent-gradient-customized-primary: #F00;
/* Image added to chat backgrond -> Image bg added in the input area */
--cib-color-background-surface-app-primary: #CC241D !important;
/*Old chats button hover */
--cib-color-background-surface-app-secondary: #9D0006 !important;
/*Choose model bakground */
--cib-color-background-surface-card-primary: #1D1B1A !important;
/* Plugins side bar cards */
--cib-color-background-surface-card-secondary: #1D2021 !important;
/*Citation card bg */
--cib-color-background-surface-card-tertiary: #225536 !important;
--cib-color-background-surface-card-disabled: #E41897 !important;
--cib-color-background-surface-smoke-primary: #E41897 !important;
--cib-color-background-surface-solid-base:#E41897 !important;
/*Man App background */
--cib-color-background-surface-solid-primary: #1A1B1D !important;
--cib-color-background-surface-solid-secondary:#E36209 !important;
/* Tool Tip when hovering on the models ->MODELS tool tip */
--cib-color-background-surface-solid-tertiary: #8F3F71 !important;
--cib-color-background-surface-solid-quaternary: #F00;
--cib-color-background-system-attention-primary: rgba(255,255,255,0.5);
--cib-color-background-system-attention-strong: #FE8019;
--cib-color-background-system-success-primary: #DFF6DD;
--cib-color-background-system-success-strong: #0F7B0F;
--cib-color-background-system-caution-primary: #FFF4CE;
--cib-color-background-system-caution-strong: #9D5D00;
--cib-color-background-system-critical-primary: #FDE7E9;
--cib-color-background-system-critical-strong: #C42B1C;
--cib-color-background-free-sydney-primary:#FABD2F !important ;
--cib-color-background-customized-gpt-primary: linear-gradient(0deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 100%), linear-gradient(106deg, #B7D2AD 6.96%, #B4D1AD 29.25%, #99C6B8 63.73%, #76AB88 97.7%);
--cib-color-background-first-party-gpt-primary: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%), linear-gradient(106deg, #D2BFAD 6.96%, #CBBDA2 66.72%, #C3B288 99.98%);
/* Suggestive proptts backgorund */
--cib-color-stroke-accent-primary: #3e3b07!important;
--cib-color-stroke-accent-secondary: #98971A !important;
--cib-color-stroke-accent-tertiary: #B8BB26!important;
--cib-color-stroke-accent-quaternary: #F00 !important;
/* The paragraph writeer tool thing */
--cib-color-stroke-accent-disabled: #FB4934 !important;
--cib-color-stroke-accent-balanced-primary: #F00 !important;
--cib-color-stroke-accent-creative-primary: #F00 !important;
--cib-color-stroke-accent-precise-primary: #F00 !important;
--cib-color-stroke-accent-balanced-secondary: #F00!important;
--cib-color-stroke-accent-creative-secondary: #F00 !important;
--cib-color-stroke-accent-precise-secondary: #F00!important;
--cib-color-stroke-neutral-primary: rgba(0,0,0,0.1);
/* Citation counter */
--cib-color-stroke-neutral-secondary: #79740E!important;
--cib-color-stroke-neutral-tertiary: transparent;
/* Border color */
--cib-color-stroke-neutral-quarternary: #79740E!important;
--cib-color-stroke-neutral-alt-primary: #6FFF00!important;
--cib-color-stroke-surface-card-primary: transparent;
--cib-color-stroke-surface-card-solid: transparent;
--cib-color-stroke-surface-divider-primary: rgba(0,0,0,0.1);
--cib-color-stroke-focus-outer: #111111;
--cib-color-stroke-focus-inner: #111111;
--cib-color-stroke-system-attention-primary: #106EBE;
--cib-color-stroke-system-success-primary: #0F7B0F;
--cib-color-stroke-system-caution-primary: #9D5D00;
--cib-color-stroke-system-critical-primary: #C42B1C;
--cib-color-stroke-system-neutral-primary: rgba(0,0,0,0.45);
/* Peoms and Pre background color */
--cib-color-syntax-background-surface: #17191B !important;
--cib-color-syntax-background-green: #F00!important;
--cib-color-syntax-background-red: #F00 !important;
--cib-color-syntax-blue: #B8BB26 !important;
--cib-color-syntax-blue-strong: #8EC07C !important;
--cib-color-syntax-gold: #458588 !important;
--cib-color-syntax-gray: #5A93A2 !important;
--cib-color-syntax-gray-strong: #FE8019 !important;
--cib-color-syntax-green: #FE8019 !important;
--cib-color-syntax-orange: #FE8019 !important;
--cib-color-syntax-purple: #D3869B !important;
--cib-color-syntax-red: #FB4934 !important;
--cib-color-syntax-red-strong: #F00 !important;
--cib-comp-action-bar-search-border-radius: 34px !important;
--cib-comp-conversation-max-width: 1220px !important;
--cib-comp-copy-host-border-radius: 8px;
--cib-comp-copy-button-border-radius: 6px;
--cib-comp-feedback-host-border-radius: 8px;
--cib-comp-feedback-menu-border-radius: 8px;
--cib-comp-feedback-menu-before-border-radius: 9px;
--cib-comp-feedback-button-border-radius: 6px;
--cib-comp-flyout-host-border-radius: 6px;
--cib-comp-message-citation-border-radius: 3px;
--cib-no-bing-result-texture: url("data:image/svg+xml, %3Csvg%20width%3D%2280%22%20height%3D%2290%22%20viewBox%3D%220%200%2080%2090%22%20fill%3D%22%23111111%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6.40095%207.53232L3.43433%204.5657C3.12191%204.25328%203.12191%203.74675%203.43433%203.43433C3.74675%203.12191%204.25328%203.12191%204.5657%203.43433L28.5657%2027.4343C28.8781%2027.7467%2028.8781%2028.2533%2028.5657%2028.5657C28.2533%2028.8781%2027.7467%2028.8781%2027.4343%2028.5657L24.4677%2025.5991C22.2112%2027.5912%2019.2467%2028.8%2016%2028.8C8.93077%2028.8%203.20001%2023.0693%203.20001%2016C3.20001%2012.7533%204.40883%209.78887%206.40095%207.53232ZM23.3338%2024.4652L7.53484%208.66621C5.83106%2010.6311%204.80001%2013.1952%204.80001%2016C4.80001%2022.1856%209.81442%2027.2%2016%2027.2C18.8049%2027.2%2021.3689%2026.169%2023.3338%2024.4652ZM27.2%2016C27.2%2018.2242%2026.5517%2020.2969%2025.4337%2022.0396L26.5884%2023.1943C27.9842%2021.144%2028.8%2018.6673%2028.8%2016C28.8%208.93077%2023.0693%203.20001%2016%203.20001C13.3327%203.20001%2010.856%204.01585%208.80574%205.4116L9.96046%206.56631C11.7031%205.44834%2013.7758%204.80001%2016%204.80001C22.1856%204.80001%2027.2%209.81442%2027.2%2016Z%22%20fill%3D%22%23111111%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M52.0006%2010.7077L50.1464%208.85355C49.9512%208.65829%2049.9512%208.34171%2050.1464%208.14645C50.3417%207.95118%2050.6583%207.95118%2050.8536%208.14645L65.8536%2023.1464C66.0488%2023.3417%2066.0488%2023.6583%2065.8536%2023.8536C65.6583%2024.0488%2065.3417%2024.0488%2065.1464%2023.8536L63.2923%2021.9994C61.882%2023.2445%2060.0292%2024%2058%2024C53.5817%2024%2050%2020.4183%2050%2016C50%2013.9708%2050.7555%2012.118%2052.0006%2010.7077ZM62.5836%2021.2907L52.7093%2011.4164C51.6444%2012.6444%2051%2014.247%2051%2016C51%2019.866%2054.134%2023%2058%2023C59.753%2023%2061.3556%2022.3556%2062.5836%2021.2907ZM65%2016C65%2017.3901%2064.5948%2018.6856%2063.8961%2019.7747L64.6178%2020.4964C65.4901%2019.215%2066%2017.6671%2066%2016C66%2011.5817%2062.4183%208%2058%208C56.3329%208%2054.785%208.5099%2053.5036%209.38224L54.2253%2010.1039C55.3144%209.4052%2056.6099%209%2058%209C61.866%209%2065%2012.134%2065%2016Z%22%20fill%3D%22%23111111%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M16.0006%2054.7077L14.1464%2052.8536C13.9512%2052.6583%2013.9512%2052.3417%2014.1464%2052.1464C14.3417%2051.9512%2014.6583%2051.9512%2014.8536%2052.1464L29.8536%2067.1464C30.0488%2067.3417%2030.0488%2067.6583%2029.8536%2067.8536C29.6583%2068.0488%2029.3417%2068.0488%2029.1464%2067.8536L27.2923%2065.9994C25.882%2067.2445%2024.0292%2068%2022%2068C17.5817%2068%2014%2064.4183%2014%2060C14%2057.9708%2014.7555%2056.118%2016.0006%2054.7077ZM26.5836%2065.2907L16.7093%2055.4164C15.6444%2056.6444%2015%2058.247%2015%2060C15%2063.866%2018.134%2067%2022%2067C23.753%2067%2025.3556%2066.3556%2026.5836%2065.2907ZM29%2060C29%2061.3901%2028.5948%2062.6856%2027.8961%2063.7747L28.6178%2064.4964C29.4901%2063.215%2030%2061.6671%2030%2060C30%2055.5817%2026.4183%2052%2022%2052C20.3329%2052%2018.785%2052.5099%2017.5036%2053.3822L18.2253%2054.1039C19.3144%2053.4052%2020.6099%2053%2022%2053C25.866%2053%2029%2056.134%2029%2060Z%22%20fill%3D%22%23111111%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M54.4009%2051.5323L51.4343%2048.5657C51.1219%2048.2533%2051.1219%2047.7467%2051.4343%2047.4343C51.7467%2047.1219%2052.2533%2047.1219%2052.5657%2047.4343L76.5657%2071.4343C76.8781%2071.7467%2076.8781%2072.2533%2076.5657%2072.5657C76.2533%2072.8781%2075.7467%2072.8781%2075.4343%2072.5657L72.4677%2069.5991C70.2112%2071.5912%2067.2467%2072.8%2064%2072.8C56.9308%2072.8%2051.2%2067.0693%2051.2%2060C51.2%2056.7533%2052.4088%2053.7889%2054.4009%2051.5323ZM71.3338%2068.4652L55.5348%2052.6662C53.8311%2054.6311%2052.8%2057.1952%2052.8%2060C52.8%2066.1856%2057.8144%2071.2%2064%2071.2C66.8049%2071.2%2069.3689%2070.169%2071.3338%2068.4652ZM75.2%2060C75.2%2062.2242%2074.5517%2064.2969%2073.4337%2066.0396L74.5884%2067.1943C75.9842%2065.144%2076.8%2062.6673%2076.8%2060C76.8%2052.9308%2071.0693%2047.2%2064%2047.2C61.3327%2047.2%2058.856%2048.0158%2056.8057%2049.4116L57.9605%2050.5663C59.7031%2049.4483%2061.7758%2048.8%2064%2048.8C70.1856%2048.8%2075.2%2053.8144%2075.2%2060Z%22%20fill%3D%22%23111111%22%2F%3E%0A%20%20%3C%2Fsvg%3E");
--cib-comp-modal-before-border-radius: 13px;
--cib-comp-side-panel-aad-msa-redirect-border-radius: 9px;
--cib-comp-thread-host-border-radius: 6px;
--cib-comp-thread-host-border-radius-goldilocks: 5px;
--cib-comp-thread-host-preview-border-radius: 8px;
--cib-comp-thread-name-border-radius: 3px;
--cib-comp-tooltip-host-before-border-radius: 5px;
--cib-comp-welcome-container-preview-button-border-radius: 3px;
--cib-comp-muid-consent-border-radius: 8px;
--cib-comp-muid-consent-overlay-border-radius: 6px;
--cib-comp-muid-consent-overlay-windows-border-radius: 7px;
--cib-comp-personas-actionBarBackground: #f0f0f6;
--cib-comp-personas-cardBackground: url(https://www.bing.com/th?id=OEP.DF4909DB50E734F8157DBF318763965C&pid=BEmail);
--cib-comp-personas-background-inline: radial-gradient(circle, rgba(202, 156, 209, 0.4) 0%, rgba(245, 245, 245, 0) 70%);
--cib-comp-personas-titleElevation: 0px 10px 16px 0px rgba(0, 0, 0, 0.06);
--cib-color-beta-navigation-bar-background: white;
--cib-color-beta-navigation-item-selection: rgba(167, 224, 235, 0.20);
--cib-color-beta-large-upsell-background: radial-gradient(61.04% 89.69% at 100% 100%, rgba(117, 158, 222, 0.00) 0%, rgba(117, 158, 222, 0.08) 40.63%, rgba(117, 158, 222, 0.00) 100%), radial-gradient(91.93% 49.25% at 77.63% 79.09%, rgba(0, 104, 128, 0.08) 0%, rgba(0, 104, 128, 0.00) 100%), linear-gradient(180deg, rgba(0, 104, 128, 0.00) 0%, rgba(0, 104, 128, 0.06) 100%), linear-gradient(90deg, #D9E9EF 0%, #ECFCFF 100%);
--cib-color-beta-auxiliary-chip-background: #EBF5FC;
--cib-color-beta-underside: #6E6E6E;
--cib-color-icon-red-cancel: #C42B1C;
--cib-color-icon-green-confirm: #0F7B0F;
--cib-color-icon-add-thin: #75306C;
--cib-image-background: url("https://www.bing.com/cdx/bg.jpg");
--cib-shadow-card: 0px 0.3px 0.9px rgba(0, 0, 0, 0.12), 0px 1.6px 3.6px rgba(0, 0, 0, 0.16);
--cib-shadow-card-raised: 0px 0.6px 1.8px rgba(0, 0, 0, 0.12), 0px 3.2px 7.2px rgba(0, 0, 0, 0.16);
--cib-shadow-dialog: 0px 4.8px 14.4px rgba(0, 0, 0, 0.18), 0px 25.6px 57.6px rgba(0, 0, 0, 0.22);
--cib-shadow-flyout: 0px 1.2px 3.6px rgba(0, 0, 0, 0.16), 0px 6.4px 14.4px rgba(0, 0, 0, 0.2);
--cib-shadow-layer: 0px 0.15px 0.45px rgba(0, 0, 0, 0.12), 0px 0.8px 1.8px rgba(0, 0, 0, 0.16);
--cib-shadow-panel: 0px 14px 28px rgba(0, 0, 0, 0.24), 0px 0px 8px rgba(0, 0, 0, 0.2);
--cib-shadow-tooltip: 0px 1.2px 3.6px rgba(0, 0, 0, 0.16), 0px 6.4px 14.4px rgba(0, 0, 0, 0.2);
--cib-shadow-elevation-1: 0px 0.075px 0.225px rgba(0, 0, 0, 0.12), 0px 0.4px 0.9px rgba(0, 0, 0, 0.16);
--cib-shadow-elevation-2: 0px 0.15px 0.45px rgba(0, 0, 0, 0.12), 0px 0.8px 1.8px rgba(0, 0, 0, 0.16);
--cib-shadow-elevation-4: 0px 0.3px 0.9px rgba(0, 0, 0, 0.12), 0px 1.6px 3.6px rgba(0, 0, 0, 0.16);
--cib-shadow-elevation-8: 0px 0.6px 1.8px rgba(0, 0, 0, 0.12), 0px 3.2px 7.2px rgba(0, 0, 0, 0.16);
--cib-shadow-elevation-16: 0px 1.2px 3.6px rgba(0, 0, 0, 0.16), 0px 6.4px 14.4px rgba(0, 0, 0, 0.2);
--cib-shadow-elevation-28: 0px 14px 28px rgba(0, 0, 0, 0.24), 0px 0px 8px rgba(0, 0, 0, 0.2);
--cib-shadow-elevation-64: 0px 4.8px 14.4px rgba(0, 0, 0, 0.18), 0px 25.6px 57.6px rgba(0, 0, 0, 0.22);
--cib-border-radius-none: 0;
--cib-border-radius-small: 2px;
/* Citation border radius */
--cib-border-radius-medium: 4px !important;
--cib-border-radius-large: 8px;
--cib-border-radius-extra-large: 12px;
--cib-border-radius-xx-large: 22px;
--cib-border-radius-circular: 10000px;
--cib-font-text: -apple-system, Roboto, SegoeUI, 'Chivo', 'Chivo', Helvetica, 'Chivo', 'Chivo', Meiryo, Arial Unicode MSsaddlebrown, sans-serif !important;
--cib-font-icons: 'Fluent Icons';
--cib-type-caption2-font-size: 10px;
--cib-type-caption2-line-height: 14px;
--cib-type-caption2-font-weight: 400;
--cib-type-caption2-font-variation-settings: unset;
--cib-type-caption2-strong-font-size: 14px !important;
--cib-type-caption2-strong-line-height: 14px;
--cib-type-caption2-strong-font-weight: 600;
--cib-type-caption2-strong-font-variation-settings: unset;
--cib-type-caption1-font-size: 12px;
--cib-type-caption1-line-height: 16px;
--cib-type-caption1-font-weight: 400;
--cib-type-caption1-font-variation-settings: unset;
--cib-type-caption1-strong-font-size: 14px !important;
--cib-type-caption1-strong-line-height: 16px;
--cib-type-caption1-strong-font-weight: 600;
--cib-type-caption1-strong-font-variation-settings: unset;
--cib-type-caption1-stronger-font-size: 12px;
--cib-type-caption1-stronger-line-height: 16px;
--cib-type-caption1-stronger-font-weight: 700;
--cib-type-caption1-stronger-font-variation-settings: unset;
--cib-type-body1-font-size: 16px !important;
--cib-type-body1-line-height: 20px;
--cib-type-body1-font-weight: 400;
--cib-type-body1-font-variation-settings: unset;
--cib-type-body1-strong-font-size: 16px !important;
--cib-type-body1-strong-line-height: 20px;
--cib-type-body1-strong-font-weight: 600 !important;
--cib-type-body1-strong-font-variation-settings: unset;
--cib-type-body1-stronger-font-size: 16px !important;
--cib-type-body1-stronger-line-height: 20px;
--cib-type-body1-stronger-font-weight: 600;
--cib-type-body1-stronger-font-variation-settings: unset;
--cib-type-body2-font-size: 16px;
--cib-type-body2-line-height: 24px;
--cib-type-body2-font-weight: 400;
--cib-type-body2-font-variation-settings: unset;
--cib-type-body2-stronger-font-size: 12px !important;
--cib-type-body2-stronger-line-height: 22px;
--cib-type-body2-stronger-font-weight: 700;
--cib-type-body2-stronger-font-variation-settings: unset;
--cib-type-subtitle2-font-size: 16px;
--cib-type-subtitle2-line-height: 24px;
--cib-type-subtitle2-font-weight: 500;
--cib-type-subtitle2-font-variation-settings: unset;
--cib-type-subtitle2-stronger-font-size: 16px;
--cib-type-subtitle2-stronger-line-height: 24px;
--cib-type-subtitle2-stronger-font-weight: 600;
--cib-type-subtitle2-stronger-font-variation-settings: unset;
--cib-type-subtitle1-font-size: 20px;
--cib-type-subtitle1-line-height: 26px;
--cib-type-subtitle1-font-weight: 500;
--cib-type-subtitle1-font-variation-settings: unset;
--cib-type-subtitle1-stronger-font-size: 20px;
--cib-type-subtitle1-stronger-line-height: 26px;
--cib-type-subtitle1-stronger-font-weight: 600;
--cib-type-subtitle1-stronger-font-variation-settings: unset;
--cib-type-message-font-size: 18px;
--cib-type-message-line-height: 24px;
--cib-type-message-font-weight: 400;
--cib-type-message-font-variation-settings: unset;
--cib-type-message-strong-font-size: 16px!important;
--cib-type-message-strong-line-height: 24px;
--cib-type-message-strong-font-weight: 600;
--cib-type-message-strong-font-variation-settings: unset;
--cib-type-title3-font-size: 24px;
--cib-type-title3-line-height: 32px;
--cib-type-title3-font-weight: 600;
--cib-type-title3-font-variation-settings: unset;
--cib-type-title2-font-size: 28px;
--cib-type-title2-line-height: 36px;
--cib-type-title2-font-weight: 600;
--cib-type-title2-font-variation-settings: unset;
--cib-type-title1-font-size: 32px;
--cib-type-title1-line-height: 40px;
--cib-type-title1-font-weight: 600;
--cib-type-title1-font-variation-settings: unset;
--cib-type-large-title-font-size: 40px;
--cib-type-large-title-line-height: 52px;
--cib-type-large-title-font-weight: 600;
--cib-type-large-title-font-variation-settings: unset;
--cib-type-display-font-size: 68px;
--cib-type-display-line-height: 92px;
--cib-type-display-font-weight: 600;
--cib-type-display-font-variation-settings: unset;
--cib-motion-duration-faster: 83ms;
--cib-motion-duration-fast: 187ms;
--cib-motion-duration-normal: 333ms;
--cib-motion-duration-slow: 500ms;
--cib-motion-duration-slower: 667ms;
--cib-motion-duration-slowest: 1000ms;
--cib-motion-duration-faster-number: 83;
--cib-motion-duration-fast-number: 187;
--cib-motion-duration-normal-number: 333;
--cib-motion-duration-slow-number: 500;
--cib-motion-duration-slower-number: 667;
--cib-motion-duration-slowest-number: 1000;
--cib-motion-easing-linear: cubic-bezier(0, 0, 1, 1);
--cib-motion-easing-in: cubic-bezier(0, 0, 0, 1);
--cib-motion-easing-out: cubic-bezier(1, 0, 1, 1);
--cib-motion-easing-strong: cubic-bezier(0.13, 1.62, 0, 0.92);
--cib-motion-easing-direct: cubic-bezier(0.55, 0, 0, 1);
--cib-motion-easing-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
--cib-motion-easing-transition: cubic-bezier(0.75, 0, 0.25, 1);
}
}