botframework-webchat-component 4.18.1-main.20250929.b27f9b7 → 4.18.1-main.20251008.96f366b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/TextBox-BEU2rUID.d.mts +6 -6
- package/dist/TextBox-BEU2rUID.d.ts +6 -6
- package/dist/_dtsroll-chunks/XgxqMcDN-empty-object.d.ts +38 -0
- package/dist/botframework-webchat-component.component.css +1 -1
- package/dist/botframework-webchat-component.component.css.map +1 -1
- package/dist/botframework-webchat-component.component.js +1 -1
- package/dist/botframework-webchat-component.component.mjs +1 -1
- package/dist/botframework-webchat-component.css +1 -1
- package/dist/botframework-webchat-component.css.map +1 -1
- package/dist/botframework-webchat-component.d.mts +7 -7
- package/dist/botframework-webchat-component.d.ts +7 -7
- package/dist/botframework-webchat-component.decorator.d.mts +9 -9
- package/dist/botframework-webchat-component.decorator.d.ts +9 -9
- package/dist/botframework-webchat-component.decorator.mjs +1 -1
- package/dist/botframework-webchat-component.decorator.mjs.map +1 -1
- package/dist/botframework-webchat-component.hook.js +1 -1
- package/dist/botframework-webchat-component.hook.mjs +1 -1
- package/dist/botframework-webchat-component.internal.css +1 -1
- package/dist/botframework-webchat-component.internal.css.map +1 -1
- package/dist/botframework-webchat-component.internal.d.mts +23 -16
- package/dist/botframework-webchat-component.internal.d.ts +23 -16
- package/dist/botframework-webchat-component.internal.js +1 -1
- package/dist/botframework-webchat-component.internal.mjs +1 -1
- package/dist/botframework-webchat-component.js +1 -1
- package/dist/botframework-webchat-component.mjs +1 -1
- package/dist/chunk-5PIGLQ27.js +2 -0
- package/dist/chunk-5PIGLQ27.js.map +1 -0
- package/dist/chunk-CLVERWY2.mjs +2 -0
- package/dist/chunk-CLVERWY2.mjs.map +1 -0
- package/dist/{chunk-I2G6AGJR.mjs → chunk-JNLFCKRZ.mjs} +10 -9
- package/dist/{chunk-I2G6AGJR.mjs.map → chunk-JNLFCKRZ.mjs.map} +1 -1
- package/dist/{chunk-G4LQAEXR.js → chunk-KSCTCFOO.js} +2 -2
- package/dist/{chunk-G4LQAEXR.js.map → chunk-KSCTCFOO.js.map} +1 -1
- package/dist/chunk-N4ARAHT4.mjs +2 -0
- package/dist/chunk-N4ARAHT4.mjs.map +1 -0
- package/dist/chunk-NVCWKHER.js +2 -0
- package/dist/{chunk-EIXQXLLV.js.map → chunk-NVCWKHER.js.map} +1 -1
- package/dist/{chunk-LEDIJDJV.js → chunk-OI3KYXK3.js} +11 -10
- package/dist/chunk-OI3KYXK3.js.map +1 -0
- package/dist/{chunk-WFFUUO7N.mjs → chunk-OUCJ7NTA.mjs} +2 -2
- package/dist/{chunk-RRG5K3DJ.mjs → chunk-Q2B4JJGH.mjs} +2 -2
- package/dist/{chunk-RRG5K3DJ.mjs.map → chunk-Q2B4JJGH.mjs.map} +1 -1
- package/dist/{chunk-TNLCMQWX.js → chunk-V4UF3UH3.js} +2 -2
- package/dist/{chunk-TNLCMQWX.js.map → chunk-V4UF3UH3.js.map} +1 -1
- package/dist/component-CcyOIxZA.d.ts +59 -59
- package/dist/component-DJP2vWXb.d.mts +59 -59
- package/dist/hook-CTaaeKhK.d.ts +3 -2
- package/dist/hook-n8v6lR9c.d.mts +3 -2
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/package.json +14 -11
- package/src/Activity/StackedLayout.module.css +4 -0
- package/src/Attachment/Text/private/ActivityButton.tsx +9 -0
- package/src/Middleware/ActivityGrouping/ui/PartGrouping/CollapsibleGrouping.module.css +5 -5
- package/src/Styles/useCustomPropertiesClassName.ts +7 -6
- package/src/Utils/createIconComponent.tsx +81 -29
- package/dist/chunk-B3SH5VW6.js +0 -2
- package/dist/chunk-B3SH5VW6.js.map +0 -1
- package/dist/chunk-E5PM7YXM.mjs +0 -2
- package/dist/chunk-E5PM7YXM.mjs.map +0 -1
- package/dist/chunk-EIXQXLLV.js +0 -2
- package/dist/chunk-FQGWRRIW.mjs +0 -2
- package/dist/chunk-FQGWRRIW.mjs.map +0 -1
- package/dist/chunk-LEDIJDJV.js.map +0 -1
- /package/dist/{chunk-WFFUUO7N.mjs.map → chunk-OUCJ7NTA.mjs.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as valibot from 'valibot';
|
|
2
2
|
import { InferInput } from 'valibot';
|
|
3
|
-
import
|
|
3
|
+
import React__default__default from 'react';
|
|
4
4
|
|
|
5
5
|
declare function useSendBoxSpeechInterimsVisible(): [boolean];
|
|
6
6
|
declare const basicSendBoxPropsSchema: valibot.SchemaWithPipe<readonly [valibot.ObjectSchema<{
|
|
@@ -9,16 +9,16 @@ declare const basicSendBoxPropsSchema: valibot.SchemaWithPipe<readonly [valibot.
|
|
|
9
9
|
className?: string;
|
|
10
10
|
}>]>;
|
|
11
11
|
type BasicSendBoxProps = InferInput<typeof basicSendBoxPropsSchema>;
|
|
12
|
-
declare function BasicSendBox(props: BasicSendBoxProps):
|
|
13
|
-
declare const _default$1:
|
|
12
|
+
declare function BasicSendBox(props: BasicSendBoxProps): React__default__default.JSX.Element;
|
|
13
|
+
declare const _default$1: React__default__default.MemoExoticComponent<typeof BasicSendBox>;
|
|
14
14
|
|
|
15
15
|
declare function useMicrophoneButtonClick(): () => void;
|
|
16
16
|
declare function useMicrophoneButtonDisabled(): [boolean];
|
|
17
17
|
type MicrophoneButtonProps = Readonly<{
|
|
18
18
|
className?: string | undefined;
|
|
19
19
|
}>;
|
|
20
|
-
declare const _default:
|
|
21
|
-
({ className }: MicrophoneButtonProps):
|
|
20
|
+
declare const _default: React__default__default.MemoExoticComponent<{
|
|
21
|
+
({ className }: MicrophoneButtonProps): React__default__default.JSX.Element;
|
|
22
22
|
displayName: string;
|
|
23
23
|
}>;
|
|
24
24
|
|
|
@@ -41,6 +41,6 @@ declare function useTextBoxSubmit(): SubmitTextBoxFunction;
|
|
|
41
41
|
declare function useTextBoxValue(): [string, (textBoxValue: string) => void];
|
|
42
42
|
declare const TextBox: ({ className }: Readonly<{
|
|
43
43
|
className?: string | undefined;
|
|
44
|
-
}>) =>
|
|
44
|
+
}>) => React__default__default.JSX.Element;
|
|
45
45
|
|
|
46
46
|
export { TextBox as T, _default$1 as _, _default as a, useMicrophoneButtonDisabled as b, useSendBoxSpeechInterimsVisible as c, useTextBoxSubmit as d, useTextBoxValue as e, useMicrophoneButtonClick as u };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as valibot from 'valibot';
|
|
2
2
|
import { InferInput } from 'valibot';
|
|
3
|
-
import
|
|
3
|
+
import React__default__default from 'react';
|
|
4
4
|
|
|
5
5
|
declare function useSendBoxSpeechInterimsVisible(): [boolean];
|
|
6
6
|
declare const basicSendBoxPropsSchema: valibot.SchemaWithPipe<readonly [valibot.ObjectSchema<{
|
|
@@ -9,16 +9,16 @@ declare const basicSendBoxPropsSchema: valibot.SchemaWithPipe<readonly [valibot.
|
|
|
9
9
|
className?: string;
|
|
10
10
|
}>]>;
|
|
11
11
|
type BasicSendBoxProps = InferInput<typeof basicSendBoxPropsSchema>;
|
|
12
|
-
declare function BasicSendBox(props: BasicSendBoxProps):
|
|
13
|
-
declare const _default$1:
|
|
12
|
+
declare function BasicSendBox(props: BasicSendBoxProps): React__default__default.JSX.Element;
|
|
13
|
+
declare const _default$1: React__default__default.MemoExoticComponent<typeof BasicSendBox>;
|
|
14
14
|
|
|
15
15
|
declare function useMicrophoneButtonClick(): () => void;
|
|
16
16
|
declare function useMicrophoneButtonDisabled(): [boolean];
|
|
17
17
|
type MicrophoneButtonProps = Readonly<{
|
|
18
18
|
className?: string | undefined;
|
|
19
19
|
}>;
|
|
20
|
-
declare const _default:
|
|
21
|
-
({ className }: MicrophoneButtonProps):
|
|
20
|
+
declare const _default: React__default__default.MemoExoticComponent<{
|
|
21
|
+
({ className }: MicrophoneButtonProps): React__default__default.JSX.Element;
|
|
22
22
|
displayName: string;
|
|
23
23
|
}>;
|
|
24
24
|
|
|
@@ -41,6 +41,6 @@ declare function useTextBoxSubmit(): SubmitTextBoxFunction;
|
|
|
41
41
|
declare function useTextBoxValue(): [string, (textBoxValue: string) => void];
|
|
42
42
|
declare const TextBox: ({ className }: Readonly<{
|
|
43
43
|
className?: string | undefined;
|
|
44
|
-
}>) =>
|
|
44
|
+
}>) => React__default__default.JSX.Element;
|
|
45
45
|
|
|
46
46
|
export { TextBox as T, _default$1 as _, _default as a, useMicrophoneButtonDisabled as b, useSendBoxSpeechInterimsVisible as c, useTextBoxSubmit as d, useTextBoxValue as e, useMicrophoneButtonClick as u };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
declare global {
|
|
2
|
+
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions -- It has to be an `interface` so that it can be merged.
|
|
3
|
+
interface SymbolConstructor {
|
|
4
|
+
readonly observable: symbol;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
declare const emptyObjectSymbol: unique symbol;
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
Represents a strictly empty plain object, the `{}` value.
|
|
12
|
+
|
|
13
|
+
When you annotate something as the type `{}`, it can be anything except `null` and `undefined`. This means that you cannot use `{}` to represent an empty plain object ([read more](https://stackoverflow.com/questions/47339869/typescript-empty-object-and-any-difference/52193484#52193484)).
|
|
14
|
+
|
|
15
|
+
@example
|
|
16
|
+
```
|
|
17
|
+
import type {EmptyObject} from 'type-fest';
|
|
18
|
+
|
|
19
|
+
// The following illustrates the problem with `{}`.
|
|
20
|
+
const foo1: {} = {}; // Pass
|
|
21
|
+
const foo2: {} = []; // Pass
|
|
22
|
+
const foo3: {} = 42; // Pass
|
|
23
|
+
const foo4: {} = {a: 1}; // Pass
|
|
24
|
+
|
|
25
|
+
// With `EmptyObject` only the first case is valid.
|
|
26
|
+
const bar1: EmptyObject = {}; // Pass
|
|
27
|
+
const bar2: EmptyObject = 42; // Fail
|
|
28
|
+
const bar3: EmptyObject = []; // Fail
|
|
29
|
+
const bar4: EmptyObject = {a: 1}; // Fail
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
Unfortunately, `Record<string, never>`, `Record<keyof any, never>` and `Record<never, never>` do not work. See {@link https://github.com/sindresorhus/type-fest/issues/395 #395}.
|
|
33
|
+
|
|
34
|
+
@category Object
|
|
35
|
+
*/
|
|
36
|
+
type EmptyObject = {[emptyObjectSymbol]?: never};
|
|
37
|
+
|
|
38
|
+
export type { EmptyObject as E };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.webchat .w61aa0a_component-icon{min-width:var(--webchat__component-icon--size, 1em);min-height:var(--webchat__component-icon--size, 1em);background-image:var(--webchat__component-icon--image, none);background-position:center;background-repeat:no-repeat;background-size:var(--webchat__component-icon--size, 1em);background-color:var(--webchat__component-icon--color, transparent);-webkit-mask-image:var(--webchat__component-icon--mask);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:var(--webchat__component-icon--size, 1em);mask-image:var(--webchat__component-icon--mask);mask-position:center;mask-repeat:no-repeat;mask-size:var(--webchat__component-icon--size, 1em);place-self:center}.webchat .w61aa0a_appearance--text{--webchat__component-icon--color: currentColor}@media (forced-colors: active){.webchat .w61aa0a_appearance--text{--webchat__component-icon--color: canvasText}}.webchat .w61aa0a_icon--dismiss{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="m4.09 4.22.06-.07a.5.5 0 0 1 .63-.06l.07.06L10 9.29l5.15-5.14a.5.5 0 0 1 .63-.06l.07.06c.18.17.2.44.06.63l-.06.07L10.71 10l5.14 5.15c.18.17.2.44.06.63l-.06.07a.5.5 0 0 1-.63.06l-.07-.06L10 10.71l-5.15 5.14a.5.5 0 0 1-.63.06l-.07-.06a.5.5 0 0 1-.06-.63l.06-.07L9.29 10 4.15 4.85a.5.5 0 0 1-.06-.63l.06-.07-.06.07Z"/></svg>')}.webchat .w61aa0a_icon--view-code{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path d="M12.94 4.05a.75.75 0 0 0-1.38-.6l-5.5 12.5a.75.75 0 1 0 1.38.6l5.5-12.5Zm1.35 9.8a.75.75 0 0 1-.13-1.06L16.3 10l-2.14-2.8a.75.75 0 0 1 1.18-.9l2.5 3.24c.21.27.21.65 0 .92l-2.5 3.25a.75.75 0 0 1-1.05.13Zm-8.58-7.7c.33.26.39.73.13 1.06L3.7 10l2.14 2.8a.75.75 0 1 1-1.18.9l-2.5-3.24a.75.75 0 0 1 0-.92l2.5-3.25a.75.75 0 0 1 1.05-.13Z" fill="currentColor"></path></svg>')}.webchat .w61aa0a_icon--copy{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="M8.5 2C7.39543 2 6.5 2.89543 6.5 4V14C6.5 15.1046 7.39543 16 8.5 16H14.5C15.6046 16 16.5 15.1046 16.5 14V4C16.5 2.89543 15.6046 2 14.5 2H8.5ZM7.5 4C7.5 3.44772 7.94772 3 8.5 3H14.5C15.0523 3 15.5 3.44772 15.5 4V14C15.5 14.5523 15.0523 15 14.5 15H8.5C7.94772 15 7.5 14.5523 7.5 14V4ZM4.5 6.00001C4.5 5.25973 4.9022 4.61339 5.5 4.26758V14.5C5.5 15.8807 6.61929 17 8 17H14.2324C13.8866 17.5978 13.2403 18 12.5 18H8C6.067 18 4.5 16.433 4.5 14.5V6.00001Z" fill="currentColor"/></svg>')}.webchat .w61aa0a_icon--microphone{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 34.75 46"><path d="M29.75,23v6.36a7,7,0,0,1-.56,2.78,7.16,7.16,0,0,1-3.8,3.8,7,7,0,0,1-2.78.56H18.5v2.25H23V41H11.75v-2.25h4.5V36.5h-4.11a7,7,0,0,1-2.78-.56,7.16,7.16,0,0,1-3.8-3.8,7,7,0,0,1-.56-2.78V23h2.25v6.36a4.72,4.72,0,0,0,.39,1.9,4.78,4.78,0,0,0,2.6,2.6,4.72,4.72,0,0,0,1.9.39h10.47a4.72,4.72,0,0,0,1.9-.39,4.78,4.78,0,0,0,2.6-2.6,4.72,4.72,0,0,0,.39-1.9V23Zm-18,5.62a1.13,1.13,0,0,0,1.13,1.13h9a1.13,1.13,0,0,0,1.12-1.13V8.38a1.13,1.13,0,0,0-1.12-1.13h-9a1.13,1.13,0,0,0-1.13,1.13Zm1.13,3.38a3.41,3.41,0,0,1-1.32-.26,3.31,3.31,0,0,1-1.8-1.8,3.41,3.41,0,0,1-.26-1.32V8.38a3.41,3.41,0,0,1,.26-1.32,3.31,3.31,0,0,1,1.8-1.8,3.41,3.41,0,0,1,1.32-.26h9a3.4,3.4,0,0,1,1.31.26,3.31,3.31,0,0,1,1.8,1.8,3.41,3.41,0,0,1,.26,1.32v20.24a3.41,3.41,0,0,1-.26,1.32,3.31,3.31,0,0,1-1.8,1.8,3.4,3.4,0,0,1-1.31.26Z"/></svg>')}.webchat .w61aa0a_icon--send{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 45.7 33.8"><path clipRule="evenodd" d="M8.55 25.25l21.67-7.25H11zm2.41-9.47h19.26l-21.67-7.23zm-6 13l4-11.9L5 5l35.7 11.9z"/></svg>')}.webchat .w61aa0a_icon--send.w61aa0a_direction--rtl{transform:scaleX(-1)}.webchat .w61aa0a_icon--send.w61aa0a_direction--follow:dir(rtl){transform:scaleX(-1)}.webchat .w61aa0a_icon--attachment{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" d="M18.794 7.152V20.16a4.682 4.682 0 0 1-.378 1.869 4.84 4.84 0 0 1-2.55 2.55 4.802 4.802 0 0 1-3.732 0 4.84 4.84 0 0 1-2.55-2.55 4.681 4.681 0 0 1-.377-1.869V6.464c-.004-.454.09-.905.273-1.32a3.464 3.464 0 0 1 1.826-1.827 3.336 3.336 0 0 1 2.648 0 3.463 3.463 0 0 1 1.826 1.826c.184.416.278.867.274 1.321V20.16c.002.276-.052.549-.158.803A2.015 2.015 0 0 1 14.8 22.06c-.512.21-1.088.21-1.6 0a2.013 2.013 0 0 1-1.096-1.096 2.074 2.074 0 0 1-.158-.803V8.522h1.37V20.16a.687.687 0 1 0 1.369 0V6.464a2.068 2.068 0 0 0-.597-1.454 2.014 2.014 0 0 0-.657-.439 2.106 2.106 0 0 0-1.601 0 2.015 2.015 0 0 0-1.096 1.096 2.07 2.07 0 0 0-.158.797V20.16c-.003.457.09.909.274 1.327a3.463 3.463 0 0 0 1.826 1.826 3.335 3.335 0 0 0 2.648 0 3.463 3.463 0 0 0 1.826-1.826c.184-.418.277-.87.274-1.327V7.152h1.37Z"/></svg>')}.webchat .w61aa0a_icon--attachment-checkmark{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" d="M12.634 3.04c.455 0 .905.094 1.323.274a3.464 3.464 0 0 1 1.826 1.827c.184.415.278.865.275 1.32v9.494c-.517.334-.98.744-1.37 1.216V6.46a2.07 2.07 0 0 0-.596-1.454 2.018 2.018 0 0 0-.658-.439 2.106 2.106 0 0 0-1.6 0 2.015 2.015 0 0 0-1.097 1.096 2.071 2.071 0 0 0-.158.797v13.696c-.003.457.09.91.275 1.327a3.464 3.464 0 0 0 1.825 1.826c.384.167.797.257 1.215.271.227.476.516.916.855 1.313a4.801 4.801 0 0 1-2.611-.317 4.84 4.84 0 0 1-2.551-2.552 4.68 4.68 0 0 1-.377-1.868V6.461c-.003-.455.09-.905.274-1.32a3.464 3.464 0 0 1 1.826-1.827c.418-.18.868-.274 1.324-.274Zm.684 17.117a.684.684 0 0 0 .022.235 6.068 6.068 0 0 0 .078 1.738 2.019 2.019 0 0 1-1.31-1.169 2.079 2.079 0 0 1-.159-.804V8.52h1.37v11.638Zm5.479-5.136c-.475.04-.933.134-1.37.279V7.15h1.37v7.87Z"/><path fill="currentColor" d="M19.31 26a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm2.104-5.896-2.25 2.25a.5.5 0 0 1-.708 0l-1-1a.5.5 0 0 1 .707-.707l.647.646 1.896-1.896a.5.5 0 0 1 .708.707Z"/></svg>')}.webchat .w61aa0a_icon--copy-code{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="currentColor" d="M5.085 2A1.5 1.5 0 0 1 6.5 1h3a1.5 1.5 0 0 1 1.415 1h.585A1.5 1.5 0 0 1 13 3.5v3.996c-.168 0-.336.027-.497.084A1.503 1.503 0 0 0 12 6.377V3.5a.5.5 0 0 0-.5-.5h-.585A1.5 1.5 0 0 1 9.5 4h-3a1.5 1.5 0 0 1-1.415-1H4.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h3.088l-.026.088c-.089.312-.072.628.028.912H4.5A1.5 1.5 0 0 1 3 13.5v-10A1.5 1.5 0 0 1 4.5 2h.585ZM6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3Zm2.87 12.842a.502.502 0 0 1-.82-.136.498.498 0 0 1-.026-.343l2-7a.5.5 0 1 1 .962.274l-2 7a.498.498 0 0 1-.116.205ZM7.38 9.32a.5.5 0 1 0-.76-.65l-1.5 1.75a.5.5 0 0 0 0 .65l1.5 1.75a.5.5 0 1 0 .76-.65l-1.221-1.425 1.22-1.425Zm5.295 3.554a.5.5 0 0 1-.055-.705l1.222-1.424L12.62 9.32a.5.5 0 1 1 .76-.65l1.5 1.75a.5.5 0 0 1 0 .65l-1.5 1.75a.5.5 0 0 1-.705.054Z"/></svg>')}.webchat .w61aa0a_icon--copy-code-checkmark{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="currentColor" d="M5.085 2A1.5 1.5 0 0 1 6.5 1h3a1.5 1.5 0 0 1 1.415 1h.585A1.5 1.5 0 0 1 13 3.5v2.707a5.48 5.48 0 0 0-1-.185V3.5a.5.5 0 0 0-.5-.5h-.585A1.5 1.5 0 0 1 9.5 4h-3a1.5 1.5 0 0 1-1.415-1H4.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h2.1c.183.358.404.693.657 1H4.5A1.5 1.5 0 0 1 3 13.5v-10A1.5 1.5 0 0 1 4.5 2h.585ZM6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3Zm9.5 9.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-2.146-1.854a.5.5 0 0 0-.708 0L10.5 12.293l-.646-.647a.5.5 0 0 0-.708.708l1 1a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0 0-.708Z"/></svg>')}.webchat .w61aa0a_icon--thumb-up{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="currentColor" d="M8.035 1.923c.21-.52.795-1.08 1.546-.871.59.164.973.52 1.193.996.204.443.254.965.264 1.462.01.535-.102 1.176-.233 1.738a14.53 14.53 0 0 1-.195.74h1.385a2 2 0 0 1 1.919 2.563l-1.364 4.646a2.5 2.5 0 0 1-3.148 1.681l-5.356-1.682a2 2 0 0 1-1.273-1.205l-.52-1.384a2 2 0 0 1 .856-2.426l1.872-1.104a4.063 4.063 0 0 0 .523-.495c.344-.389.817-1.036 1.292-2.045.205-.436.377-.779.533-1.09.253-.503.465-.924.706-1.524ZM5.519 7.92a.517.517 0 0 1-.017.01L3.617 9.042a1 1 0 0 0-.428 1.213l.52 1.384a1 1 0 0 0 .637.603L9.7 13.924a1.5 1.5 0 0 0 1.89-1.008l1.363-4.646a1 1 0 0 0-.96-1.282H9.927a.5.5 0 0 1-.471-.667c.1-.282.252-.771.376-1.302.126-.538.215-1.082.207-1.49-.01-.468-.059-.816-.173-1.062-.098-.215-.251-.368-.552-.452-.043-.012-.094-.008-.16.035a.538.538 0 0 0-.19.246 20.426 20.426 0 0 1-.765 1.651c-.155.309-.318.634-.497 1.015-.514 1.094-1.04 1.822-1.45 2.283-.204.23-.378.393-.506.502a2.922 2.922 0 0 1-.202.157l-.016.01-.005.004-.003.002Zm-.543-.84-.001.001h.001Z"/></svg>')}.webchat .w61aa0a_icon--thumb-down{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="currentColor" d="M10.578 10c.016.133.034.285.05.45.074.74.131 1.793-.013 2.677-.072.44-.201.887-.442 1.237-.257.372-.647.635-1.173.635-.516 0-.83-.37-1.024-.69-.192-.321-.36-.756-.533-1.201l-.013-.034c-.547-1.41-1.295-3.317-3.307-4.658a4.979 4.979 0 0 0-.853-.458c-.697-.289-1.322-1.057-1.157-1.936l.224-1.196a2 2 0 0 1 1.43-1.558l4.95-1.375a3.5 3.5 0 0 1 4.377 2.727l.454 2.419a2.5 2.5 0 0 1-2.458 2.96h-.512Zm1.533-5.196a2.5 2.5 0 0 0-3.126-1.948l-4.95 1.375a1 1 0 0 0-.716.78l-.224 1.195c-.053.283.162.664.558.828.31.129.659.306 1.025.55 2.287 1.524 3.128 3.696 3.676 5.108l.008.02c.19.49.329.844.472 1.082.069.115.12.17.151.195a.11.11 0 0 0 .016.01c.142 0 .245-.054.349-.203.118-.173.216-.451.278-.83.122-.75.077-1.697.005-2.417a16.374 16.374 0 0 0-.114-.897l-.009-.05-.002-.013v-.003A.5.5 0 0 1 10 9h1.09a1.5 1.5 0 0 0 1.475-1.777l-.454-2.419Z"/></svg>')}.webchat .w61aa0a_icon--thumb-up-filled{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="currentColor" d="M9.58 1.052c-.75-.209-1.336.35-1.545.871-.24.6-.453 1.021-.706 1.524-.156.311-.328.654-.533 1.09-.475 1.01-.948 1.656-1.293 2.045a4.063 4.063 0 0 1-.405.402 1.92 1.92 0 0 1-.101.081l-.016.012L3.109 8.18a2 2 0 0 0-.856 2.426l.52 1.384a2 2 0 0 0 1.273 1.205l5.356 1.682a2.5 2.5 0 0 0 3.148-1.68l1.364-4.647a2 2 0 0 0-1.92-2.563H10.61c.066-.227.133-.479.195-.74.131-.562.243-1.203.232-1.738-.009-.497-.06-1.019-.264-1.462-.219-.475-.602-.832-1.192-.996ZM4.978 7.08l-.002.001.002-.001Z"/></svg>')}.webchat .w61aa0a_icon--thumb-down-filled{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="currentColor" d="M13.094 4.62a3.5 3.5 0 0 0-4.377-2.727l-4.95 1.375a2 2 0 0 0-1.43 1.558l-.224 1.196c-.165.879.46 1.647 1.157 1.936.255.106.546.253.853.458 1.68 1.119 2.48 2.636 3.016 3.925.096.232.188.47.277.699.146.376.284.73.416 1.001.111.227.245.455.42.63.186.188.435.329.748.329.357 0 .666-.124.912-.34.235-.207.393-.481.502-.761.214-.554.281-1.251.29-1.893A14.73 14.73 0 0 0 10.577 10h.512a2.5 2.5 0 0 0 2.457-2.961l-.453-2.42Z"/></svg>')}.webchat .w61aa0a_icon--download{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 31.8 46"><path fill="currentColor" d="m26.8 23.8-10.9 11L5 23.8l1.6-1.6 8.2 8.3V5H17v25.5l8.2-8.3 1.6 1.6zM5.8 41v-2.2H26V41H5.8z"/></svg>')}.webchat .w61aa0a_icon--chevron{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="currentColor" d="M3.146 5.646a.5.5 0 0 1 .708 0L8 9.793l4.146-4.147a.5.5 0 0 1 .708.708l-4.5 4.5a.5.5 0 0 1-.708 0l-4.5-4.5a.5.5 0 0 1 0-.708Z"/></svg>')}.webchat .w61aa0a_icon--checkmark-circle{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 1 1 0 16 8 8 0 0 1 0-16Zm0 1a7 7 0 1 0 0 14 7 7 0 0 0 0-14Zm3.36 4.65c.17.17.2.44.06.63l-.06.07-4 4a.5.5 0 0 1-.64.07l-.07-.06-2-2a.5.5 0 0 1 .63-.77l.07.06L9 11.3l3.65-3.65c.2-.2.51-.2.7 0Z"/></svg>')}.webchat .w61aa0a_icon--unchecked-circle{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 1 1 0 16a 8 8 0 0 1 0-16Zm0 1a7 7 0 1 0 0 14a7 7 0 0 0 0-14Z"/></svg>')}.webchat .wAcnLYa_send-box-attachment-bar{grid-area:attachment-bar}.webchat .wAcnLYa_send-box-attachment-bar.wAcnLYa_send-box-attachment-bar--as-list-item{max-height:var(--webchat__max-height--send-box-attachment-bar);scrollbar-gutter:stable;scrollbar-width:thin;overflow-y:auto}.webchat .wAcnLYa_send-box-attachment-bar.wAcnLYa_send-box-attachment-bar--as-thumbnail{overflow-x:auto}.webchat .wAcnLYa_send-box-attachment-bar .wAcnLYa_send-box-attachment-bar__box{gap:4px}.webchat .wAcnLYa_send-box-attachment-bar.wAcnLYa_send-box-attachment-bar--as-list-item .wAcnLYa_send-box-attachment-bar__box{grid-template-columns:1fr 1fr;display:grid}.webchat .wAcnLYa_send-box-attachment-bar.wAcnLYa_send-box-attachment-bar--as-list-item .wAcnLYa_send-box-attachment-bar__box:not(:empty){padding:4px}.webchat .wAcnLYa_send-box-attachment-bar.wAcnLYa_send-box-attachment-bar--as-thumbnail .wAcnLYa_send-box-attachment-bar__box{scrollbar-width:thin;display:flex}.webchat .w_D4JNa_send-box-attachment-bar-item{font-family:var(--webchat__font--primary);flex-shrink:0;grid-template-rows:auto;display:grid}.webchat .w_D4JNa_send-box-attachment-bar-item.w_D4JNa_send-box-attachment-bar-item--as-list-item{border-radius:4px;grid-template-columns:1fr auto;grid-template-areas:"body auxiliary";padding:2px;box-shadow:0 2px 4px #00000024,0 0 2px #0000001f}.webchat .w_D4JNa_send-box-attachment-bar-item.w_D4JNa_send-box-attachment-bar-item--as-thumbnail{aspect-ratio:1;border:1px solid #00000040;border-radius:8px;grid-template-columns:auto;grid-template-areas:"body";height:80px;overflow:hidden}.webchat .w_D4JNa_send-box-attachment-bar-item__delete-button{-webkit-appearance:none;appearance:none;cursor:pointer;opacity:1;color:#242424;--webchat__component-icon--size: 19px;background-color:#fff;border-color:#d1d1d1;border-radius:4px;grid-area:body;justify-self:end;align-items:center;padding:0;transition:opacity 50ms}.webchat .w_D4JNa_send-box-attachment-bar-item__delete-button:hover{background-color:#f5f5f5;border-color:#c7c7c7}.webchat .w_D4JNa_send-box-attachment-bar-item__delete-button:active{background-color:#e0e0e0;border-color:#c7c7c7}.webchat .w_D4JNa_send-box-attachment-bar-item__delete-button:disabled,.webchat .w_D4JNa_send-box-attachment-bar-item__delete-button[aria-disabled=true]{color:#bdbdbd;background-color:#f0f0f0;border-color:#e0e0e0}@media (prefers-color-scheme: dark){.webchat.theme--prefers-color-scheme .w_D4JNa_send-box-attachment-bar-item__delete-button{color:#fff;background-color:#292929;border-color:#666}.webchat.theme--prefers-color-scheme .w_D4JNa_send-box-attachment-bar-item__delete-button:hover{background-color:#3d3d3d;border-color:#757575}.webchat.theme--prefers-color-scheme .w_D4JNa_send-box-attachment-bar-item__delete-button:active{background-color:#1f1f1f;border-color:#6b6b6b}.webchat.theme--prefers-color-scheme .w_D4JNa_send-box-attachment-bar-item__delete-button:disabled,.webchat.theme--prefers-color-scheme .w_D4JNa_send-box-attachment-bar-item__delete-button[aria-disabled=true]{color:#5c5c5c;background-color:#141414;border-color:#424242}}.webchat .w_D4JNa_send-box-attachment-bar-item.w_D4JNa_send-box-attachment-bar-item--as-list-item .w_D4JNa_send-box-attachment-bar-item__delete-button{border:0;grid-area:auxiliary;width:24px;height:24px}.webchat .w_D4JNa_send-box-attachment-bar-item.w_D4JNa_send-box-attachment-bar-item--as-list-item .w_D4JNa_send-box-attachment-bar-item__delete-button .w_D4JNa_send-box-attachment-bar-item__dismiss-icon{--webchat__component-icon--size: 7px;--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 8 8" xmlns="http://www.w3.org/2000/svg"><path d="M0.0885911 0.215694L0.146447 0.146447C0.320013 -0.0271197 0.589437 -0.046405 0.784306 0.0885911L0.853553 0.146447L4 3.293L7.14645 0.146447C7.34171 -0.0488154 7.65829 -0.0488154 7.85355 0.146447C8.04882 0.341709 8.04882 0.658291 7.85355 0.853553L4.707 4L7.85355 7.14645C8.02712 7.32001 8.0464 7.58944 7.91141 7.78431L7.85355 7.85355C7.67999 8.02712 7.41056 8.0464 7.21569 7.91141L7.14645 7.85355L4 4.707L0.853553 7.85355C0.658291 8.04882 0.341709 8.04882 0.146447 7.85355C-0.0488154 7.65829 -0.0488154 7.34171 0.146447 7.14645L3.293 4L0.146447 0.853553C-0.0271197 0.679987 -0.046405 0.410563 0.0885911 0.215694L0.146447 0.146447L0.0885911 0.215694Z"/></svg>')}.webchat .w_D4JNa_send-box-attachment-bar-item.w_D4JNa_send-box-attachment-bar-item--as-thumbnail .w_D4JNa_send-box-attachment-bar-item__delete-button{border-style:solid;border-width:1px;grid-area:body;width:23px;height:23px;margin:8px}@media not (prefers-reduced-motion: reduce){.webchat .w_D4JNa_send-box-attachment-bar-item.w_D4JNa_send-box-attachment-bar-item--as-thumbnail:not(:hover):not(:focus-within) .w_D4JNa_send-box-attachment-bar-item__delete-button{opacity:0}}.webchat .w_D4JNa_send-box-attachment-bar-item__preview{grid-area:body;align-items:center;display:grid;overflow:hidden}.webchat .w_D4JNa_send-box-attachment-bar-item.w_D4JNa_send-box-attachment-bar-item--as-list-item .w_D4JNa_send-box-attachment-bar-item__preview{padding-inline:8px}.webchat .wrjrhMq_send-box-attachment-bar-item-file-preview{align-items:center;display:grid}.webchat .wrjrhMq_send-box-attachment-bar-item-file-preview.wrjrhMq_send-box-attachment-bar-item-file-preview--as-list-item{grid-template-columns:auto 1fr;gap:8px}.webchat .wrjrhMq_send-box-attachment-bar-item-file-preview.wrjrhMq_send-box-attachment-bar-item-file-preview--as-thumbnail{width:100%;height:100%}.webchat .wrjrhMq_send-box-attachment-bar-item-file-preview.wrjrhMq_send-box-attachment-bar-item-file-preview--as-thumbnail.wrjrhMq_send-box-attachment-bar-item-file-preview--is-file{--webchat__component-icon--image: url('data:image/svg+xml;utf8,<svg fill="none" height="36" viewBox="0 0 36 36" width="36" xmlns="http://www.w3.org/2000/svg"><path d="M7.386 33H28.6C28.816 33 29 32.83 29 32.628V10H23.4C22.628 10 22 9.372 22 8.6V3H7.4C7.184 3 7 3.17 7 3.372V32.642C7 32.839 7.173 33 7.386 33Z" fill="%23FFFFFF" /><path d="M28.204 9.00043L23 3.81543V8.60043C23 8.82043 23.18 9.00043 23.4 9.00043H28.204Z" fill="white" /><path clip-rule="evenodd" d="M29.613 8.993L23.018 2.421C22.7473 2.15221 22.3815 2.00095 22 2H7.4C6.628 2 6 2.615 6 3.372V32.642C6 33.39 6.622 34 7.386 34H28.6C29.372 34 30 33.385 30 32.628V9.923C30 9.577 29.86 9.237 29.613 8.993ZM23 3.815L28.204 9H23.4C23.1791 9 23 8.82091 23 8.6V3.815ZM28.6 33C28.816 33 29 32.83 29 32.628V10H23.4C22.628 10 22 9.372 22 8.6V3H7.4C7.184 3 7 3.17 7 3.372V32.642C7 32.84 7.173 33 7.386 33H28.6Z" fill="%23605E5C" fill-rule="evenodd" opacity="0.67" /></svg>');--webchat__component-icon--size: 36px}.webchat .wrjrhMq_send-box-attachment-bar-item-file-preview.wrjrhMq_send-box-attachment-bar-item-file-preview--as-list-item.wrjrhMq_send-box-attachment-bar-item-file-preview--is-file{--webchat__component-icon--image: url('data:image/svg+xml;utf8,<svg fill="none" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 15H12.5C12.775 15 13 14.775 13 14.5V5H11.5C10.673 5 10 4.327 10 3.5V1H3.5C3.225 1 3 1.225 3 1.5V14.5C3 14.775 3.225 15 3.5 15Z" fill="%23FCFCFC" /><path d="M13 4V3.914C13.0004 3.78156 12.9478 3.65446 12.854 3.561L11 1.707V3.5C11 3.775 11.225 4 11.5 4H13Z" fill="%23FCFCFC" /><path clip-rule="evenodd" d="M13.56 2.853L11.146 0.44C10.8643 0.159539 10.4835 0.00143923 10.086 0H3.5C2.673 0 2 0.673 2 1.5V14.5C2 15.327 2.673 16 3.5 16H12.5C13.327 16 14 15.327 14 14.5V3.914C14 3.514 13.844 3.137 13.56 2.854V2.853ZM12.853 3.561C12.948 3.655 13 3.781 13 3.914V4H11.5C11.2241 3.99945 11.0006 3.77591 11 3.5V1.707L12.854 3.561H12.853ZM3.5 15H12.5C12.775 15 13 14.775 13 14.5V5H11.5C10.673 5 10 4.327 10 3.5V1H3.5C3.225 1 3 1.225 3 1.5V14.5C3.00055 14.7759 3.22409 14.9994 3.5 15Z" fill="%23616161" fill-rule="evenodd" opacity="0.67" /></svg>');--webchat__component-icon--size: 16px}.webchat .wrjrhMq_send-box-attachment-bar-item-file-preview.wrjrhMq_send-box-attachment-bar-item-file-preview--is-image{--webchat__component-icon--image: url('data:image/svg+xml;utf8,<svg fill="none" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 14H13.5C13.775 14 14 13.775 14 13.5V2.5C14 2.225 13.775 2 13.5 2H2.5C2.225 2 2 2.225 2 2.5V13.5C2 13.775 2.225 14 2.5 14Z" fill="%23FCFCFC" /><path clip-rule="evenodd" d="M9.27768 8.63L8.66968 9.476L7.38468 7.792C7.19551 7.54408 6.90152 7.39861 6.58968 7.39861C6.27784 7.39861 5.98385 7.54408 5.79468 7.792L4.18968 9.893C3.95877 10.1953 3.91939 10.6024 4.08807 10.9434C4.25675 11.2844 4.60427 11.5001 4.98468 11.5H11.0137C11.3887 11.4997 11.7321 11.2896 11.903 10.9557C12.074 10.6219 12.0437 10.2205 11.8247 9.916L10.9007 8.63C10.7128 8.36861 10.4106 8.21365 10.0887 8.21365C9.76678 8.21365 9.46456 8.36861 9.27668 8.63H9.27768Z" fill="%23FCFCFC" fill-rule="evenodd" stroke="%23A6CCC3" /><path clip-rule="evenodd" d="M10.5 6.5C11.0523 6.5 11.5 6.05228 11.5 5.5C11.5 4.94772 11.0523 4.5 10.5 4.5C9.94772 4.5 9.5 4.94772 9.5 5.5C9.5 6.05228 9.94772 6.5 10.5 6.5Z" fill-rule="evenodd" stroke="%23FF9810" /><path clip-rule="evenodd" d="M2.5 15H13.5C14.327 15 15 14.327 15 13.5V2.5C15 1.673 14.327 1 13.5 1H2.5C1.673 1 1 1.673 1 2.5V13.5C1 14.327 1.673 15 2.5 15ZM2 2.5C2 2.22386 2.22386 2 2.5 2H13.5C13.7761 2 14 2.22386 14 2.5V13.5C14 13.7761 13.7761 14 13.5 14H2.5C2.22386 14 2 13.7761 2 13.5V2.5Z" fill="%23616161" fill-rule="evenodd" opacity="0.67" /></svg>');--webchat__component-icon--size: 16px}.webchat .wrjrhMq_send-box-attachment-bar-item-file-preview .wrjrhMq_send-box-attachment-bar-item-file-preview__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.webchat .wSCtrvW_send-box-attachment-bar-item-image-preview{object-fit:cover;width:100%;height:100%}.webchat .w4-KLeG_text-area{font-family:var(--webchat__font--primary);max-height:var(--webchat__text-area--max-height, 200px);scrollbar-gutter:stable;grid-template-areas:"main";display:grid;overflow:auto}.webchat .w4-KLeG_text-area--hidden{visibility:collapse;height:0}.webchat .w4-KLeG_text-area--in-completion .w4-KLeG_text-area-doppelganger{visibility:unset}.webchat .w4-KLeG_text-area--in-completion .w4-KLeG_text-area-input{caret-color:var(--webchat__text-area--carret-color, #242424);color:#0000;background-color:#0000}.webchat .w4-KLeG_text-area--in-completion textarea::placeholder{color:#0000}.webchat .w4-KLeG_text-area-shared{font:inherit;outline:inherit;overflow-wrap:anywhere;resize:inherit;border:none;grid-area:main}.webchat .w4-KLeG_text-area-doppelganger{pointer-events:none;-webkit-user-select:none;user-select:none;visibility:hidden;white-space:pre-wrap;overflow:visible}.webchat .w4-KLeG_text-area-input{background-color:inherit;color:currentColor;contain:size;padding:0;overflow:hidden}.webchat .w4-KLeG_text-area--scroll{scrollbar-color:unset;scrollbar-width:unset;-moz-scrollbar-color:#373435 var(--webchat__color--subtle);-moz-scrollbar-width:thin}.webchat .w4-KLeG_text-area--scroll::-webkit-scrollbar{width:8px}.webchat .w4-KLeG_text-area--scroll::-webkit-scrollbar-thumb{background-color:var(--webchat__color--subtle);border-radius:10px}.webchat .w4-KLeG_text-area--scroll::-webkit-scrollbar-corner{background-color:#373435}.webchat .w_eFzsG_feedback-form{display:contents}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__vote-button-bar{gap:2px;display:flex}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__form{flex-direction:column;gap:4px;width:100%;display:flex;position:relative}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__form-header{color:#373435;font-family:var(--webchat__font--primary);flex-direction:column;font-size:14px;font-style:normal;font-weight:400;line-height:20px;display:flex}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__text-box{background-color:#fff;border:1px solid #e8e8e8;border-radius:4px;padding:8px 12px;font-size:14px;line-height:20px;position:relative;overflow:hidden}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__text-box:after{border-bottom:3px solid var(--webchat__color--accent);clip-path:inset(calc(100% - 3px) 50% 0);content:"";border-bottom-right-radius:4px;border-bottom-left-radius:4px;height:4px;transition:none;position:absolute;bottom:-1px;left:-1px;right:-1px}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__text-box:focus-within{border:1px solid #e8e8e8}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__text-box:focus-within:after{clip-path:inset(calc(100% - 3px) 0 0);transition:clip-path .2s cubic-bezier(0,0,0,1)}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__text-area{resize:none;margin-inline-end:-8px}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__form-footer{color:var(--webchat__color--subtle);font-family:var(--webchat__font--primary);font-size:10px;font-style:normal;font-weight:400;line-height:14px}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__submission-button-bar{gap:8px;margin-block-start:6px;display:flex}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__submit-button{background-color:var(--webchat__color--accent);border:1px solid var(--webchat__color--accent);color:#fff;cursor:pointer;font-family:var(--webchat__font--primary);border-radius:4px;height:24px;padding:0 8px;font-size:12px}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__submit-button:hover,.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__submit-button:active{color:#fff;background-color:#004a98;border:1px solid #004a98}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__cancel-button{color:var(--webchat__color--subtle);cursor:pointer;font-family:var(--webchat__font--primary);background-color:#fff;border:1px solid #e8e8e8;border-radius:4px;height:24px;padding:0 8px;font-size:12px}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__cancel-button:hover{background-color:var(--webchat__color--subtle);color:#fff}.webchat .wyq2fIq_view-code-dialog{box-sizing:border-box;place-items:center;height:100%;max-height:100vh;padding:1rem;display:grid;overflow:hidden}.webchat .wyq2fIq_view-code-dialog .webchat__modal-dialog__box{flex-direction:column;max-width:100%;max-height:100%;display:flex;position:relative}.webchat .wyq2fIq_view-code-dialog .webchat__modal-dialog__close-button-layout{position:absolute;right:0}.webchat .wyq2fIq_view-code-dialog .webchat__modal-dialog__body{gap:var(--webchat__padding--regular);flex-direction:column;display:flex;overflow:hidden}.webchat .wyq2fIq_view-code-dialog__header{align-items:center;padding-inline-end:30px;display:flex}.webchat .wyq2fIq_view-code-dialog__title{text-transform:capitalize;margin:0 auto 0 0}.webchat .wyq2fIq_view-code-dialog .wyq2fIq_view-code-dialog__body{border:none;border-radius:0;height:100%;overflow:auto}.webchat .wyq2fIq_view-code-dialog .code-block__body{padding:16px 0;line-height:normal;display:block}.webchat .wyq2fIq_view-code-dialog__footer{color:var(--webchat__color--subtle);line-height:20px}.webchat .wRAis8G_stacked-layout{font-family:var(--webchat__font--primary);margin-inline:var(--webchat__padding--regular);position:relative}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__attachment-row,.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__main,.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-row,.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__status{display:flex}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__alignment-pad{transition-duration:var(--webchat__transition-duration);flex-shrink:0;width:0;transition-property:width}.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--extra-trailing .wRAis8G_stacked-layout__alignment-pad{width:var(--webchat__padding--regular)}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__title{color:var(--webchat__color--subtle);margin-block:var(--webchat__padding--regular);margin-inline:var(--webchat__padding--regular);font-size:1.1em}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__bubble>.wRAis8G_stacked-layout__title:not(:only-child){margin-block-end:0}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__attachment{max-width:var(--webchat__max-width--attachment-bubble);min-width:var(--webchat__min-width--attachment-bubble);transition-duration:var(--webchat__transition-duration);width:100%;transition-property:max-width,min-width}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__attachment-list{flex-direction:column;display:flex}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__attachment-list:empty{display:none}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__attachment-row{width:100%;margin-block-start:var(--webchat__padding--regular)}.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--no-message .wRAis8G_stacked-layout__attachment-list .wRAis8G_stacked-layout__attachment-row:first-child{margin-block-start:0}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__avatar-gutter{transition-duration:var(--webchat__transition-duration);flex-direction:column;flex-shrink:0;width:0;transition-property:width;display:flex}.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--from-user .wRAis8G_stacked-layout__attachment-row,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--from-user .wRAis8G_stacked-layout__main,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--from-user .wRAis8G_stacked-layout__message-row,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--from-user .wRAis8G_stacked-layout__status{flex-direction:row-reverse}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__content{flex-direction:column;flex:1;display:flex;overflow:hidden}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message{max-width:var(--webchat__max-width--message-bubble);min-width:var(--webchat__min-width--message-bubble);transition-duration:var(--webchat__transition-duration);transition-property:max-width;overflow:hidden}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-row{gap:var(--webchat__padding--regular);display:flex}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-status{color:var(--webchat__color--subtle);margin-block:calc(var(--webchat__padding--regular) + 1px);grid-template-areas:"message-status-icon";place-self:start;margin-inline-start:var(--webchat__padding--regular);font-size:1.1em;display:grid}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-status>*{grid-area:message-status-icon}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-status-unset-icon,.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-status-complete-icon,.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-status-loader{visibility:hidden}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-status--unset .wRAis8G_stacked-layout__message-status-unset-icon,.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-status--incomplete .wRAis8G_stacked-layout__message-status-loader,.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-status--final .wRAis8G_stacked-layout__message-status-complete-icon{visibility:unset}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__bubble{display:grid}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__bubble>.wRAis8G_stacked-layout__message-status{grid-area:status}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__bubble:has(.wRAis8G_stacked-layout__message-status){grid-template:"status content" "status content" / min-content auto}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__nub-pad{transition-duration:var(--webchat__transition-duration);flex-shrink:0;width:0;transition-property:width}:is(.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--hide-avatar,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--show-avatar).wRAis8G_stacked-layout--activity .wRAis8G_stacked-layout__avatar-gutter{width:var(--webchat__size--avatar)}:is(.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--hide-avatar,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--show-avatar,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--hide-nub,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--show-nub).wRAis8G_stacked-layout--activity .wRAis8G_stacked-layout__attachment{max-width:calc(var(--webchat__max-width--attachment-bubble) + var(--webchat__padding--regular));min-width:calc(var(--webchat__min-width--attachment-bubble) + var(--webchat__padding--regular))}:is(.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--hide-avatar,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--show-avatar,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--hide-nub,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--show-nub).wRAis8G_stacked-layout--activity .wRAis8G_stacked-layout__message{max-width:calc(var(--webchat__max-width--message-bubble) + var(--webchat__padding--regular));min-width:calc(var(--webchat__min-width--message-bubble) + var(--webchat__padding--regular))}:is(.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--hide-avatar,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--show-avatar,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--hide-nub,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--show-nub).wRAis8G_stacked-layout--activity .wRAis8G_stacked-layout__nub-pad{width:var(--webchat__padding--regular)}.webchat .wRAis8G_stacked-layout:not(.wRAis8G_stacked-layout--top-callout) .wRAis8G_stacked-layout__avatar-gutter,.webchat .wRAis8G_stacked-layout:not(.wRAis8G_stacked-layout--top-callout) .wRAis8G_stacked-layout__content{justify-content:flex-end}:is(.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group.wRAis8G_stacked-layout--hide-avatar,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group.wRAis8G_stacked-layout--show-avatar)>.wRAis8G_stacked-layout__main>.wRAis8G_stacked-layout__avatar-gutter{width:var(--webchat__size--avatar);margin-inline-end:var(--webchat__padding--regular)}.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group .wRAis8G_stacked-layout__bubble{grid-template:"content" 1fr / 1fr}.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group .wRAis8G_stacked-layout__message-status{display:none}:is(.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group:has(.wRAis8G_stacked-layout__message-status--final),.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group:has(.wRAis8G_stacked-layout__message-status--incomplete)) .wRAis8G_stacked-layout__bubble{grid-template:"status content" "status content" / min-content auto}:is(.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group:has(.wRAis8G_stacked-layout__message-status--final),.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group:has(.wRAis8G_stacked-layout__message-status--incomplete)) .wRAis8G_stacked-layout__message-status{display:grid}.webchat .wHUVgzG_transcript-focus-area{--webchat__transcript--spacing: 10px;outline:0;grid-template-areas:"content";display:grid}.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__indicator,.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__transcript-indicator{box-sizing:border-box;isolation:isolate;pointer-events:none;grid-area:content;min-height:0;font-size:0}.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__root,.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__content-root{grid-area:content;min-width:0;min-height:0}.webchat .wHUVgzG_transcript-focus-area:focus .wHUVgzG_transcript-focus-area__content--focused>.wHUVgzG_transcript-focus-area__content-overlay .wHUVgzG_transcript-focus-area__indicator{border-color:var(--webchat__color--transcript-activity-visual-keyboard-indicator);border-style:var(--webchat__border-style--transcript-activity-visual-keyboard-indicator);border-width:var(--webchat__border-width--transcript-activity-visual-keyboard-indicator);inset:calc(var(--webchat__transcript--spacing) / -2) calc(var(--webchat__transcript--spacing) / 2) calc(var(--webchat__transcript--spacing) / -2) calc(var(--webchat__transcript--spacing) / 2);position:absolute}.webchat .wHUVgzG_transcript-focus-area:focus-visible .wHUVgzG_transcript-focus-area__transcript-indicator,.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__root:has(.wHUVgzG_transcript-focus-area__terminator:focus-visible)+.wHUVgzG_transcript-focus-area__transcript-indicator{border-color:var(--webchat__border-color--transcript-visual-keyboard-indicator);border-style:var(--webchat__border-style--transcript-visual-keyboard-indicator);border-width:var(--webchat__border-width--transcript-visual-keyboard-indicator)}.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__activity-list{gap:var(--webchat__transcript--spacing);padding-block:var(--webchat__transcript--spacing);display:grid}.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__content{grid-template-areas:"content";min-width:0;display:grid}.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__content>*{grid-area:content;min-width:0}.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__content-overlay{pointer-events:none;grid-area:content;width:100%;min-height:0;position:relative}.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__content-active-descendant{inset:calc(var(--webchat__transcript--spacing) / -1) 0 calc(var(--webchat__transcript--spacing) / -1) 0;position:absolute}.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__terminator{outline:0;width:100%;height:0;position:relative}.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__terminator-body{justify-content:center;display:flex;position:absolute;inset:auto 0 0}.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__terminator:not(:focus) .wHUVgzG_transcript-focus-area__terminator-body{display:none}.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__terminator-text{background:var(--webchat__background--transcript-terminator);border-radius:var(--webchat__border-radius--transcript-terminator);color:var(--webchat__color--transcript-terminator);font-family:var(--webchat__font--primary);font-size:var(--webchat__font-size--transcript-terminator);margin:calc(var(--webchat__transcript--spacing) / 2);padding:calc(var(--webchat__transcript--spacing) / 2)}.webchat .wDvoJHW_collapsible-grouping{border-radius:var(--webchat__border-radius--bubble);border:var(--webchat__border-width--bubble) var(--webchat__border-style--bubble) var(--webchat__border-color--bubble);box-sizing:border-box;font-family:var(--webchat__font--primary);max-width:var(--webchat__max-width--message-bubble);min-width:var(--webchat__min-width--message-bubble);font-style:normal;font-weight:400;display:block;position:relative}.webchat .wDvoJHW_collapsible-grouping__header{align-items:center;gap:var(--webchat__padding--regular);padding:var(--webchat__padding--regular);justify-content:space-between;display:flex;position:relative}.webchat .wDvoJHW_collapsible-grouping__title{font-size:1.1em}.webchat .wDvoJHW_collapsible-grouping__chevron{order:-1;transition:transform .2s}.webchat .wDvoJHW_collapsible-grouping--open .wDvoJHW_collapsible-grouping__chevron{transform:rotate(180deg)}.webchat .wDvoJHW_collapsible-grouping__content{interpolate-size:allow-keywords;height:0;margin:calc(var(--webchat__padding--regular) / -2);padding:calc(var(--webchat__padding--regular) / 2);visibility:hidden;flex-direction:column;transition:visibility,height .2s;display:flex;overflow:clip}.webchat .wDvoJHW_collapsible-grouping__content--open{height:auto;visibility:unset}.webchat .wjtNCTG_part-grouping-activity .wjtNCTG_part-grouping-activity__activities{padding-block:0 var(--webchat__padding--regular)}.webchat .w4KLAFG_code-block-content{border:var(--webchat__border-width--bubble) var(--webchat__border-style--bubble) var(--webchat__border-color--bubble);border-radius:var(--webchat__border-radius--bubble);font-family:var(--webchat__font--primary);margin:0 calc(var(--webchat__border-width--bubble) * -1) calc(var(--webchat__border-width--bubble) * -1);font-size:14px;font-style:normal;font-weight:400;display:block;position:relative;overflow:hidden}@supports (overflow: clip){.webchat .w4KLAFG_code-block-content{overflow:clip}}.webchat .w4KLAFG_code-block-content__header{align-items:center;gap:var(--webchat__padding--regular);padding:var(--webchat__padding--regular);justify-content:space-between;display:flex}.webchat .w4KLAFG_code-block-content__title{font-weight:600}.webchat .w4KLAFG_code-block-content__title:first-letter{text-transform:uppercase}.webchat .w4KLAFG_code-block-content .w4KLAFG_code-block-content__code-block{max-height:360px;padding:var(--webchat__padding--regular) 8px var(--webchat__padding--regular) var(--webchat__padding--regular);border:none;margin:0;overflow-y:auto}.webchat .wo1OXYa_collapsible-content{display:grid}.webchat .wo1OXYa_collapsible-content[open] .wo1OXYa_collapsible-content__chevron{transform:rotate(180deg)}.webchat .wo1OXYa_collapsible-content[open] .wo1OXYa_collapsible-content__summary{margin-block-end:0}.webchat .wo1OXYa_collapsible-content__summary{cursor:pointer;font-family:var(--webchat__font--primary);gap:calc(var(--webchat__padding--regular) / 2);margin:var(--webchat__padding--regular);justify-self:self-start;padding:0;list-style:none;display:inline-flex}.webchat .wo1OXYa_collapsible-content__summary::-webkit-details-marker{display:none}.webchat .wo1OXYa_collapsible-content__summary:focus-visible{outline-offset:3px}.webchat .wo1OXYa_collapsible-content__summary-text{flex:auto}.webchat .wo1OXYa_collapsible-content__content{flex-direction:column;display:flex}.webchat .wgymfeG_message-status-loader{--webchat__component-icon--mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><circle cx='8' cy='8' r='3'/></svg>");animation:1.5s ease-in-out infinite message-status-loader__pulse}@media (prefers-reduced-motion: reduce){.webchat .wgymfeG_message-status-loader{animation-play-state:paused}}@keyframes message-status-loader__pulse{0%,to{opacity:.3}50%{opacity:1}}.webchat .wWoZ38W_code-block{background:var(--webchat__background--code-block, inherit);color:var(--webchat__color--code-block, currentColor);border:1px solid #d1d1d1;border-radius:4px;margin:16px 0;padding:4px 4px 4px 8px;line-height:normal;display:block;overflow:hidden}.webchat .wWoZ38W_code-block:has(.wWoZ38W_code-block__theme--github-dark-default){background:var(--webchat__background--code-block, #0d1117);color:var(--webchat__color--code-block, #e6edf3)}.webchat .wWoZ38W_code-block:has(.wWoZ38W_code-block__theme--github-light-default){background:var(--webchat__background--code-block, #fff);color:var(--webchat__color--code-block, #1f2328)}.webchat .wWoZ38W_code-block:has(.wWoZ38W_code-block__body:focus-visible):focus-within{outline-offset:-2px;outline:2px solid #000}.webchat .wWoZ38W_code-block__body{white-space:pre-wrap;line-height:unset;outline:none;margin:0;display:inline}.webchat .wGHOKkG_code-block-copy-button{-webkit-appearance:none;appearance:none;color:#242424;float:right;background:#fff;border:1px solid #d1d1d1;border-radius:4px;justify-content:center;align-items:center;gap:4px;margin-inline-start:var(--webchat__padding--regular);padding:3px;display:grid}.webchat .wGHOKkG_code-block-copy-button:hover{color:#242424;background:#f5f5f5;border:1px solid #c7c7c7}.webchat .wGHOKkG_code-block-copy-button:active{color:#242424;background:#e0e0e0;border:1px solid #b3b3b3}.webchat .wGHOKkG_code-block-copy-button:focus-visible{outline-offset:-2px;background:#fff;outline:2px solid #000}.webchat .wGHOKkG_code-block-copy-button[aria-disabled=true]{color:#bdbdbd;cursor:not-allowed;background:#f0f0f0;border:1px solid #e0e0e0}.webchat .wGHOKkG_code-block-copy-button__icon{--webchat__component-icon--color: #707070;--webchat__component-icon--size: 16px;grid-area:1 / 1}.webchat .wGHOKkG_code-block-copy-button__icon--copied{opacity:0}.webchat .wGHOKkG_code-block-copy-button--copied .wGHOKkG_code-block-copy-button__icon{animation:.5s linear code-block-copy-button__copied-animation}@keyframes code-block-copy-button__copied-animation{0%{opacity:1}to{opacity:unset}}
|
|
1
|
+
.webchat .w61aa0a_component-icon{min-width:var(--webchat__component-icon--size, 1em);min-height:var(--webchat__component-icon--size, 1em);background-image:var(--webchat__component-icon--image, none);background-position:center;background-repeat:no-repeat;background-size:var(--webchat__component-icon--size, 1em);background-color:var(--webchat__component-icon--color, transparent);-webkit-mask-image:var(--webchat__component-icon--mask);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:var(--webchat__component-icon--size, 1em);mask-image:var(--webchat__component-icon--mask);mask-position:center;mask-repeat:no-repeat;mask-size:var(--webchat__component-icon--size, 1em);place-self:center}.webchat .w61aa0a_appearance--text{--webchat__component-icon--color: currentColor}@media (forced-colors: active){.webchat .w61aa0a_appearance--text{--webchat__component-icon--color: canvasText}}.webchat .w61aa0a_icon--dismiss{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="m4.09 4.22.06-.07a.5.5 0 0 1 .63-.06l.07.06L10 9.29l5.15-5.14a.5.5 0 0 1 .63-.06l.07.06c.18.17.2.44.06.63l-.06.07L10.71 10l5.14 5.15c.18.17.2.44.06.63l-.06.07a.5.5 0 0 1-.63.06l-.07-.06L10 10.71l-5.15 5.14a.5.5 0 0 1-.63.06l-.07-.06a.5.5 0 0 1-.06-.63l.06-.07L9.29 10 4.15 4.85a.5.5 0 0 1-.06-.63l.06-.07-.06.07Z"/></svg>')}.webchat .w61aa0a_icon--view-code{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path d="M12.94 4.05a.75.75 0 0 0-1.38-.6l-5.5 12.5a.75.75 0 1 0 1.38.6l5.5-12.5Zm1.35 9.8a.75.75 0 0 1-.13-1.06L16.3 10l-2.14-2.8a.75.75 0 0 1 1.18-.9l2.5 3.24c.21.27.21.65 0 .92l-2.5 3.25a.75.75 0 0 1-1.05.13Zm-8.58-7.7c.33.26.39.73.13 1.06L3.7 10l2.14 2.8a.75.75 0 1 1-1.18.9l-2.5-3.24a.75.75 0 0 1 0-.92l2.5-3.25a.75.75 0 0 1 1.05-.13Z" fill="currentColor"></path></svg>')}.webchat .w61aa0a_icon--copy{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="M8.5 2C7.39543 2 6.5 2.89543 6.5 4V14C6.5 15.1046 7.39543 16 8.5 16H14.5C15.6046 16 16.5 15.1046 16.5 14V4C16.5 2.89543 15.6046 2 14.5 2H8.5ZM7.5 4C7.5 3.44772 7.94772 3 8.5 3H14.5C15.0523 3 15.5 3.44772 15.5 4V14C15.5 14.5523 15.0523 15 14.5 15H8.5C7.94772 15 7.5 14.5523 7.5 14V4ZM4.5 6.00001C4.5 5.25973 4.9022 4.61339 5.5 4.26758V14.5C5.5 15.8807 6.61929 17 8 17H14.2324C13.8866 17.5978 13.2403 18 12.5 18H8C6.067 18 4.5 16.433 4.5 14.5V6.00001Z" fill="currentColor"/></svg>')}.webchat .w61aa0a_icon--microphone{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 34.75 46"><path d="M29.75,23v6.36a7,7,0,0,1-.56,2.78,7.16,7.16,0,0,1-3.8,3.8,7,7,0,0,1-2.78.56H18.5v2.25H23V41H11.75v-2.25h4.5V36.5h-4.11a7,7,0,0,1-2.78-.56,7.16,7.16,0,0,1-3.8-3.8,7,7,0,0,1-.56-2.78V23h2.25v6.36a4.72,4.72,0,0,0,.39,1.9,4.78,4.78,0,0,0,2.6,2.6,4.72,4.72,0,0,0,1.9.39h10.47a4.72,4.72,0,0,0,1.9-.39,4.78,4.78,0,0,0,2.6-2.6,4.72,4.72,0,0,0,.39-1.9V23Zm-18,5.62a1.13,1.13,0,0,0,1.13,1.13h9a1.13,1.13,0,0,0,1.12-1.13V8.38a1.13,1.13,0,0,0-1.12-1.13h-9a1.13,1.13,0,0,0-1.13,1.13Zm1.13,3.38a3.41,3.41,0,0,1-1.32-.26,3.31,3.31,0,0,1-1.8-1.8,3.41,3.41,0,0,1-.26-1.32V8.38a3.41,3.41,0,0,1,.26-1.32,3.31,3.31,0,0,1,1.8-1.8,3.41,3.41,0,0,1,1.32-.26h9a3.4,3.4,0,0,1,1.31.26,3.31,3.31,0,0,1,1.8,1.8,3.41,3.41,0,0,1,.26,1.32v20.24a3.41,3.41,0,0,1-.26,1.32,3.31,3.31,0,0,1-1.8,1.8,3.4,3.4,0,0,1-1.31.26Z"/></svg>')}.webchat .w61aa0a_icon--send{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 45.7 33.8"><path clipRule="evenodd" d="M8.55 25.25l21.67-7.25H11zm2.41-9.47h19.26l-21.67-7.23zm-6 13l4-11.9L5 5l35.7 11.9z"/></svg>')}.webchat .w61aa0a_icon--send.w61aa0a_direction--rtl{transform:scaleX(-1)}.webchat .w61aa0a_icon--send.w61aa0a_direction--follow:dir(rtl){transform:scaleX(-1)}.webchat .w61aa0a_icon--attachment{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" d="M18.794 7.152V20.16a4.682 4.682 0 0 1-.378 1.869 4.84 4.84 0 0 1-2.55 2.55 4.802 4.802 0 0 1-3.732 0 4.84 4.84 0 0 1-2.55-2.55 4.681 4.681 0 0 1-.377-1.869V6.464c-.004-.454.09-.905.273-1.32a3.464 3.464 0 0 1 1.826-1.827 3.336 3.336 0 0 1 2.648 0 3.463 3.463 0 0 1 1.826 1.826c.184.416.278.867.274 1.321V20.16c.002.276-.052.549-.158.803A2.015 2.015 0 0 1 14.8 22.06c-.512.21-1.088.21-1.6 0a2.013 2.013 0 0 1-1.096-1.096 2.074 2.074 0 0 1-.158-.803V8.522h1.37V20.16a.687.687 0 1 0 1.369 0V6.464a2.068 2.068 0 0 0-.597-1.454 2.014 2.014 0 0 0-.657-.439 2.106 2.106 0 0 0-1.601 0 2.015 2.015 0 0 0-1.096 1.096 2.07 2.07 0 0 0-.158.797V20.16c-.003.457.09.909.274 1.327a3.463 3.463 0 0 0 1.826 1.826 3.335 3.335 0 0 0 2.648 0 3.463 3.463 0 0 0 1.826-1.826c.184-.418.277-.87.274-1.327V7.152h1.37Z"/></svg>')}.webchat .w61aa0a_icon--attachment-checkmark{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" d="M12.634 3.04c.455 0 .905.094 1.323.274a3.464 3.464 0 0 1 1.826 1.827c.184.415.278.865.275 1.32v9.494c-.517.334-.98.744-1.37 1.216V6.46a2.07 2.07 0 0 0-.596-1.454 2.018 2.018 0 0 0-.658-.439 2.106 2.106 0 0 0-1.6 0 2.015 2.015 0 0 0-1.097 1.096 2.071 2.071 0 0 0-.158.797v13.696c-.003.457.09.91.275 1.327a3.464 3.464 0 0 0 1.825 1.826c.384.167.797.257 1.215.271.227.476.516.916.855 1.313a4.801 4.801 0 0 1-2.611-.317 4.84 4.84 0 0 1-2.551-2.552 4.68 4.68 0 0 1-.377-1.868V6.461c-.003-.455.09-.905.274-1.32a3.464 3.464 0 0 1 1.826-1.827c.418-.18.868-.274 1.324-.274Zm.684 17.117a.684.684 0 0 0 .022.235 6.068 6.068 0 0 0 .078 1.738 2.019 2.019 0 0 1-1.31-1.169 2.079 2.079 0 0 1-.159-.804V8.52h1.37v11.638Zm5.479-5.136c-.475.04-.933.134-1.37.279V7.15h1.37v7.87Z"/><path fill="currentColor" d="M19.31 26a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm2.104-5.896-2.25 2.25a.5.5 0 0 1-.708 0l-1-1a.5.5 0 0 1 .707-.707l.647.646 1.896-1.896a.5.5 0 0 1 .708.707Z"/></svg>')}.webchat .w61aa0a_icon--copy-code{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="currentColor" d="M5.085 2A1.5 1.5 0 0 1 6.5 1h3a1.5 1.5 0 0 1 1.415 1h.585A1.5 1.5 0 0 1 13 3.5v3.996c-.168 0-.336.027-.497.084A1.503 1.503 0 0 0 12 6.377V3.5a.5.5 0 0 0-.5-.5h-.585A1.5 1.5 0 0 1 9.5 4h-3a1.5 1.5 0 0 1-1.415-1H4.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h3.088l-.026.088c-.089.312-.072.628.028.912H4.5A1.5 1.5 0 0 1 3 13.5v-10A1.5 1.5 0 0 1 4.5 2h.585ZM6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3Zm2.87 12.842a.502.502 0 0 1-.82-.136.498.498 0 0 1-.026-.343l2-7a.5.5 0 1 1 .962.274l-2 7a.498.498 0 0 1-.116.205ZM7.38 9.32a.5.5 0 1 0-.76-.65l-1.5 1.75a.5.5 0 0 0 0 .65l1.5 1.75a.5.5 0 1 0 .76-.65l-1.221-1.425 1.22-1.425Zm5.295 3.554a.5.5 0 0 1-.055-.705l1.222-1.424L12.62 9.32a.5.5 0 1 1 .76-.65l1.5 1.75a.5.5 0 0 1 0 .65l-1.5 1.75a.5.5 0 0 1-.705.054Z"/></svg>')}.webchat .w61aa0a_icon--copy-code-checkmark{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="currentColor" d="M5.085 2A1.5 1.5 0 0 1 6.5 1h3a1.5 1.5 0 0 1 1.415 1h.585A1.5 1.5 0 0 1 13 3.5v2.707a5.48 5.48 0 0 0-1-.185V3.5a.5.5 0 0 0-.5-.5h-.585A1.5 1.5 0 0 1 9.5 4h-3a1.5 1.5 0 0 1-1.415-1H4.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h2.1c.183.358.404.693.657 1H4.5A1.5 1.5 0 0 1 3 13.5v-10A1.5 1.5 0 0 1 4.5 2h.585ZM6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3Zm9.5 9.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-2.146-1.854a.5.5 0 0 0-.708 0L10.5 12.293l-.646-.647a.5.5 0 0 0-.708.708l1 1a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0 0-.708Z"/></svg>')}.webchat .w61aa0a_icon--thumb-up{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="currentColor" d="M8.035 1.923c.21-.52.795-1.08 1.546-.871.59.164.973.52 1.193.996.204.443.254.965.264 1.462.01.535-.102 1.176-.233 1.738a14.53 14.53 0 0 1-.195.74h1.385a2 2 0 0 1 1.919 2.563l-1.364 4.646a2.5 2.5 0 0 1-3.148 1.681l-5.356-1.682a2 2 0 0 1-1.273-1.205l-.52-1.384a2 2 0 0 1 .856-2.426l1.872-1.104a4.063 4.063 0 0 0 .523-.495c.344-.389.817-1.036 1.292-2.045.205-.436.377-.779.533-1.09.253-.503.465-.924.706-1.524ZM5.519 7.92a.517.517 0 0 1-.017.01L3.617 9.042a1 1 0 0 0-.428 1.213l.52 1.384a1 1 0 0 0 .637.603L9.7 13.924a1.5 1.5 0 0 0 1.89-1.008l1.363-4.646a1 1 0 0 0-.96-1.282H9.927a.5.5 0 0 1-.471-.667c.1-.282.252-.771.376-1.302.126-.538.215-1.082.207-1.49-.01-.468-.059-.816-.173-1.062-.098-.215-.251-.368-.552-.452-.043-.012-.094-.008-.16.035a.538.538 0 0 0-.19.246 20.426 20.426 0 0 1-.765 1.651c-.155.309-.318.634-.497 1.015-.514 1.094-1.04 1.822-1.45 2.283-.204.23-.378.393-.506.502a2.922 2.922 0 0 1-.202.157l-.016.01-.005.004-.003.002Zm-.543-.84-.001.001h.001Z"/></svg>')}.webchat .w61aa0a_icon--thumb-down{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="currentColor" d="M10.578 10c.016.133.034.285.05.45.074.74.131 1.793-.013 2.677-.072.44-.201.887-.442 1.237-.257.372-.647.635-1.173.635-.516 0-.83-.37-1.024-.69-.192-.321-.36-.756-.533-1.201l-.013-.034c-.547-1.41-1.295-3.317-3.307-4.658a4.979 4.979 0 0 0-.853-.458c-.697-.289-1.322-1.057-1.157-1.936l.224-1.196a2 2 0 0 1 1.43-1.558l4.95-1.375a3.5 3.5 0 0 1 4.377 2.727l.454 2.419a2.5 2.5 0 0 1-2.458 2.96h-.512Zm1.533-5.196a2.5 2.5 0 0 0-3.126-1.948l-4.95 1.375a1 1 0 0 0-.716.78l-.224 1.195c-.053.283.162.664.558.828.31.129.659.306 1.025.55 2.287 1.524 3.128 3.696 3.676 5.108l.008.02c.19.49.329.844.472 1.082.069.115.12.17.151.195a.11.11 0 0 0 .016.01c.142 0 .245-.054.349-.203.118-.173.216-.451.278-.83.122-.75.077-1.697.005-2.417a16.374 16.374 0 0 0-.114-.897l-.009-.05-.002-.013v-.003A.5.5 0 0 1 10 9h1.09a1.5 1.5 0 0 0 1.475-1.777l-.454-2.419Z"/></svg>')}.webchat .w61aa0a_icon--thumb-up-filled{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="currentColor" d="M9.58 1.052c-.75-.209-1.336.35-1.545.871-.24.6-.453 1.021-.706 1.524-.156.311-.328.654-.533 1.09-.475 1.01-.948 1.656-1.293 2.045a4.063 4.063 0 0 1-.405.402 1.92 1.92 0 0 1-.101.081l-.016.012L3.109 8.18a2 2 0 0 0-.856 2.426l.52 1.384a2 2 0 0 0 1.273 1.205l5.356 1.682a2.5 2.5 0 0 0 3.148-1.68l1.364-4.647a2 2 0 0 0-1.92-2.563H10.61c.066-.227.133-.479.195-.74.131-.562.243-1.203.232-1.738-.009-.497-.06-1.019-.264-1.462-.219-.475-.602-.832-1.192-.996ZM4.978 7.08l-.002.001.002-.001Z"/></svg>')}.webchat .w61aa0a_icon--thumb-down-filled{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="currentColor" d="M13.094 4.62a3.5 3.5 0 0 0-4.377-2.727l-4.95 1.375a2 2 0 0 0-1.43 1.558l-.224 1.196c-.165.879.46 1.647 1.157 1.936.255.106.546.253.853.458 1.68 1.119 2.48 2.636 3.016 3.925.096.232.188.47.277.699.146.376.284.73.416 1.001.111.227.245.455.42.63.186.188.435.329.748.329.357 0 .666-.124.912-.34.235-.207.393-.481.502-.761.214-.554.281-1.251.29-1.893A14.73 14.73 0 0 0 10.577 10h.512a2.5 2.5 0 0 0 2.457-2.961l-.453-2.42Z"/></svg>')}.webchat .w61aa0a_icon--download{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 31.8 46"><path fill="currentColor" d="m26.8 23.8-10.9 11L5 23.8l1.6-1.6 8.2 8.3V5H17v25.5l8.2-8.3 1.6 1.6zM5.8 41v-2.2H26V41H5.8z"/></svg>')}.webchat .w61aa0a_icon--chevron{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="currentColor" d="M3.146 5.646a.5.5 0 0 1 .708 0L8 9.793l4.146-4.147a.5.5 0 0 1 .708.708l-4.5 4.5a.5.5 0 0 1-.708 0l-4.5-4.5a.5.5 0 0 1 0-.708Z"/></svg>')}.webchat .w61aa0a_icon--checkmark-circle{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 1 1 0 16 8 8 0 0 1 0-16Zm0 1a7 7 0 1 0 0 14 7 7 0 0 0 0-14Zm3.36 4.65c.17.17.2.44.06.63l-.06.07-4 4a.5.5 0 0 1-.64.07l-.07-.06-2-2a.5.5 0 0 1 .63-.77l.07.06L9 11.3l3.65-3.65c.2-.2.51-.2.7 0Z"/></svg>')}.webchat .w61aa0a_icon--unchecked-circle{--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 1 1 0 16a 8 8 0 0 1 0-16Zm0 1a7 7 0 1 0 0 14a7 7 0 0 0 0-14Z"/></svg>')}.webchat .wAcnLYa_send-box-attachment-bar{grid-area:attachment-bar}.webchat .wAcnLYa_send-box-attachment-bar.wAcnLYa_send-box-attachment-bar--as-list-item{max-height:var(--webchat__max-height--send-box-attachment-bar);scrollbar-gutter:stable;scrollbar-width:thin;overflow-y:auto}.webchat .wAcnLYa_send-box-attachment-bar.wAcnLYa_send-box-attachment-bar--as-thumbnail{overflow-x:auto}.webchat .wAcnLYa_send-box-attachment-bar .wAcnLYa_send-box-attachment-bar__box{gap:4px}.webchat .wAcnLYa_send-box-attachment-bar.wAcnLYa_send-box-attachment-bar--as-list-item .wAcnLYa_send-box-attachment-bar__box{grid-template-columns:1fr 1fr;display:grid}.webchat .wAcnLYa_send-box-attachment-bar.wAcnLYa_send-box-attachment-bar--as-list-item .wAcnLYa_send-box-attachment-bar__box:not(:empty){padding:4px}.webchat .wAcnLYa_send-box-attachment-bar.wAcnLYa_send-box-attachment-bar--as-thumbnail .wAcnLYa_send-box-attachment-bar__box{scrollbar-width:thin;display:flex}.webchat .w_D4JNa_send-box-attachment-bar-item{font-family:var(--webchat__font--primary);flex-shrink:0;grid-template-rows:auto;display:grid}.webchat .w_D4JNa_send-box-attachment-bar-item.w_D4JNa_send-box-attachment-bar-item--as-list-item{border-radius:4px;grid-template-columns:1fr auto;grid-template-areas:"body auxiliary";padding:2px;box-shadow:0 2px 4px #00000024,0 0 2px #0000001f}.webchat .w_D4JNa_send-box-attachment-bar-item.w_D4JNa_send-box-attachment-bar-item--as-thumbnail{aspect-ratio:1;border:1px solid #00000040;border-radius:8px;grid-template-columns:auto;grid-template-areas:"body";height:80px;overflow:hidden}.webchat .w_D4JNa_send-box-attachment-bar-item__delete-button{-webkit-appearance:none;appearance:none;cursor:pointer;opacity:1;color:#242424;--webchat__component-icon--size: 19px;background-color:#fff;border-color:#d1d1d1;border-radius:4px;grid-area:body;justify-self:end;align-items:center;padding:0;transition:opacity 50ms}.webchat .w_D4JNa_send-box-attachment-bar-item__delete-button:hover{background-color:#f5f5f5;border-color:#c7c7c7}.webchat .w_D4JNa_send-box-attachment-bar-item__delete-button:active{background-color:#e0e0e0;border-color:#c7c7c7}.webchat .w_D4JNa_send-box-attachment-bar-item__delete-button:disabled,.webchat .w_D4JNa_send-box-attachment-bar-item__delete-button[aria-disabled=true]{color:#bdbdbd;background-color:#f0f0f0;border-color:#e0e0e0}@media (prefers-color-scheme: dark){.webchat.theme--prefers-color-scheme .w_D4JNa_send-box-attachment-bar-item__delete-button{color:#fff;background-color:#292929;border-color:#666}.webchat.theme--prefers-color-scheme .w_D4JNa_send-box-attachment-bar-item__delete-button:hover{background-color:#3d3d3d;border-color:#757575}.webchat.theme--prefers-color-scheme .w_D4JNa_send-box-attachment-bar-item__delete-button:active{background-color:#1f1f1f;border-color:#6b6b6b}.webchat.theme--prefers-color-scheme .w_D4JNa_send-box-attachment-bar-item__delete-button:disabled,.webchat.theme--prefers-color-scheme .w_D4JNa_send-box-attachment-bar-item__delete-button[aria-disabled=true]{color:#5c5c5c;background-color:#141414;border-color:#424242}}.webchat .w_D4JNa_send-box-attachment-bar-item.w_D4JNa_send-box-attachment-bar-item--as-list-item .w_D4JNa_send-box-attachment-bar-item__delete-button{border:0;grid-area:auxiliary;width:24px;height:24px}.webchat .w_D4JNa_send-box-attachment-bar-item.w_D4JNa_send-box-attachment-bar-item--as-list-item .w_D4JNa_send-box-attachment-bar-item__delete-button .w_D4JNa_send-box-attachment-bar-item__dismiss-icon{--webchat__component-icon--size: 7px;--webchat__component-icon--mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 8 8" xmlns="http://www.w3.org/2000/svg"><path d="M0.0885911 0.215694L0.146447 0.146447C0.320013 -0.0271197 0.589437 -0.046405 0.784306 0.0885911L0.853553 0.146447L4 3.293L7.14645 0.146447C7.34171 -0.0488154 7.65829 -0.0488154 7.85355 0.146447C8.04882 0.341709 8.04882 0.658291 7.85355 0.853553L4.707 4L7.85355 7.14645C8.02712 7.32001 8.0464 7.58944 7.91141 7.78431L7.85355 7.85355C7.67999 8.02712 7.41056 8.0464 7.21569 7.91141L7.14645 7.85355L4 4.707L0.853553 7.85355C0.658291 8.04882 0.341709 8.04882 0.146447 7.85355C-0.0488154 7.65829 -0.0488154 7.34171 0.146447 7.14645L3.293 4L0.146447 0.853553C-0.0271197 0.679987 -0.046405 0.410563 0.0885911 0.215694L0.146447 0.146447L0.0885911 0.215694Z"/></svg>')}.webchat .w_D4JNa_send-box-attachment-bar-item.w_D4JNa_send-box-attachment-bar-item--as-thumbnail .w_D4JNa_send-box-attachment-bar-item__delete-button{border-style:solid;border-width:1px;grid-area:body;width:23px;height:23px;margin:8px}@media not (prefers-reduced-motion: reduce){.webchat .w_D4JNa_send-box-attachment-bar-item.w_D4JNa_send-box-attachment-bar-item--as-thumbnail:not(:hover):not(:focus-within) .w_D4JNa_send-box-attachment-bar-item__delete-button{opacity:0}}.webchat .w_D4JNa_send-box-attachment-bar-item__preview{grid-area:body;align-items:center;display:grid;overflow:hidden}.webchat .w_D4JNa_send-box-attachment-bar-item.w_D4JNa_send-box-attachment-bar-item--as-list-item .w_D4JNa_send-box-attachment-bar-item__preview{padding-inline:8px}.webchat .wrjrhMq_send-box-attachment-bar-item-file-preview{align-items:center;display:grid}.webchat .wrjrhMq_send-box-attachment-bar-item-file-preview.wrjrhMq_send-box-attachment-bar-item-file-preview--as-list-item{grid-template-columns:auto 1fr;gap:8px}.webchat .wrjrhMq_send-box-attachment-bar-item-file-preview.wrjrhMq_send-box-attachment-bar-item-file-preview--as-thumbnail{width:100%;height:100%}.webchat .wrjrhMq_send-box-attachment-bar-item-file-preview.wrjrhMq_send-box-attachment-bar-item-file-preview--as-thumbnail.wrjrhMq_send-box-attachment-bar-item-file-preview--is-file{--webchat__component-icon--image: url('data:image/svg+xml;utf8,<svg fill="none" height="36" viewBox="0 0 36 36" width="36" xmlns="http://www.w3.org/2000/svg"><path d="M7.386 33H28.6C28.816 33 29 32.83 29 32.628V10H23.4C22.628 10 22 9.372 22 8.6V3H7.4C7.184 3 7 3.17 7 3.372V32.642C7 32.839 7.173 33 7.386 33Z" fill="%23FFFFFF" /><path d="M28.204 9.00043L23 3.81543V8.60043C23 8.82043 23.18 9.00043 23.4 9.00043H28.204Z" fill="white" /><path clip-rule="evenodd" d="M29.613 8.993L23.018 2.421C22.7473 2.15221 22.3815 2.00095 22 2H7.4C6.628 2 6 2.615 6 3.372V32.642C6 33.39 6.622 34 7.386 34H28.6C29.372 34 30 33.385 30 32.628V9.923C30 9.577 29.86 9.237 29.613 8.993ZM23 3.815L28.204 9H23.4C23.1791 9 23 8.82091 23 8.6V3.815ZM28.6 33C28.816 33 29 32.83 29 32.628V10H23.4C22.628 10 22 9.372 22 8.6V3H7.4C7.184 3 7 3.17 7 3.372V32.642C7 32.84 7.173 33 7.386 33H28.6Z" fill="%23605E5C" fill-rule="evenodd" opacity="0.67" /></svg>');--webchat__component-icon--size: 36px}.webchat .wrjrhMq_send-box-attachment-bar-item-file-preview.wrjrhMq_send-box-attachment-bar-item-file-preview--as-list-item.wrjrhMq_send-box-attachment-bar-item-file-preview--is-file{--webchat__component-icon--image: url('data:image/svg+xml;utf8,<svg fill="none" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 15H12.5C12.775 15 13 14.775 13 14.5V5H11.5C10.673 5 10 4.327 10 3.5V1H3.5C3.225 1 3 1.225 3 1.5V14.5C3 14.775 3.225 15 3.5 15Z" fill="%23FCFCFC" /><path d="M13 4V3.914C13.0004 3.78156 12.9478 3.65446 12.854 3.561L11 1.707V3.5C11 3.775 11.225 4 11.5 4H13Z" fill="%23FCFCFC" /><path clip-rule="evenodd" d="M13.56 2.853L11.146 0.44C10.8643 0.159539 10.4835 0.00143923 10.086 0H3.5C2.673 0 2 0.673 2 1.5V14.5C2 15.327 2.673 16 3.5 16H12.5C13.327 16 14 15.327 14 14.5V3.914C14 3.514 13.844 3.137 13.56 2.854V2.853ZM12.853 3.561C12.948 3.655 13 3.781 13 3.914V4H11.5C11.2241 3.99945 11.0006 3.77591 11 3.5V1.707L12.854 3.561H12.853ZM3.5 15H12.5C12.775 15 13 14.775 13 14.5V5H11.5C10.673 5 10 4.327 10 3.5V1H3.5C3.225 1 3 1.225 3 1.5V14.5C3.00055 14.7759 3.22409 14.9994 3.5 15Z" fill="%23616161" fill-rule="evenodd" opacity="0.67" /></svg>');--webchat__component-icon--size: 16px}.webchat .wrjrhMq_send-box-attachment-bar-item-file-preview.wrjrhMq_send-box-attachment-bar-item-file-preview--is-image{--webchat__component-icon--image: url('data:image/svg+xml;utf8,<svg fill="none" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 14H13.5C13.775 14 14 13.775 14 13.5V2.5C14 2.225 13.775 2 13.5 2H2.5C2.225 2 2 2.225 2 2.5V13.5C2 13.775 2.225 14 2.5 14Z" fill="%23FCFCFC" /><path clip-rule="evenodd" d="M9.27768 8.63L8.66968 9.476L7.38468 7.792C7.19551 7.54408 6.90152 7.39861 6.58968 7.39861C6.27784 7.39861 5.98385 7.54408 5.79468 7.792L4.18968 9.893C3.95877 10.1953 3.91939 10.6024 4.08807 10.9434C4.25675 11.2844 4.60427 11.5001 4.98468 11.5H11.0137C11.3887 11.4997 11.7321 11.2896 11.903 10.9557C12.074 10.6219 12.0437 10.2205 11.8247 9.916L10.9007 8.63C10.7128 8.36861 10.4106 8.21365 10.0887 8.21365C9.76678 8.21365 9.46456 8.36861 9.27668 8.63H9.27768Z" fill="%23FCFCFC" fill-rule="evenodd" stroke="%23A6CCC3" /><path clip-rule="evenodd" d="M10.5 6.5C11.0523 6.5 11.5 6.05228 11.5 5.5C11.5 4.94772 11.0523 4.5 10.5 4.5C9.94772 4.5 9.5 4.94772 9.5 5.5C9.5 6.05228 9.94772 6.5 10.5 6.5Z" fill-rule="evenodd" stroke="%23FF9810" /><path clip-rule="evenodd" d="M2.5 15H13.5C14.327 15 15 14.327 15 13.5V2.5C15 1.673 14.327 1 13.5 1H2.5C1.673 1 1 1.673 1 2.5V13.5C1 14.327 1.673 15 2.5 15ZM2 2.5C2 2.22386 2.22386 2 2.5 2H13.5C13.7761 2 14 2.22386 14 2.5V13.5C14 13.7761 13.7761 14 13.5 14H2.5C2.22386 14 2 13.7761 2 13.5V2.5Z" fill="%23616161" fill-rule="evenodd" opacity="0.67" /></svg>');--webchat__component-icon--size: 16px}.webchat .wrjrhMq_send-box-attachment-bar-item-file-preview .wrjrhMq_send-box-attachment-bar-item-file-preview__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.webchat .wSCtrvW_send-box-attachment-bar-item-image-preview{object-fit:cover;width:100%;height:100%}.webchat .w4-KLeG_text-area{font-family:var(--webchat__font--primary);max-height:var(--webchat__text-area--max-height, 200px);scrollbar-gutter:stable;grid-template-areas:"main";display:grid;overflow:auto}.webchat .w4-KLeG_text-area--hidden{visibility:collapse;height:0}.webchat .w4-KLeG_text-area--in-completion .w4-KLeG_text-area-doppelganger{visibility:unset}.webchat .w4-KLeG_text-area--in-completion .w4-KLeG_text-area-input{caret-color:var(--webchat__text-area--carret-color, #242424);color:#0000;background-color:#0000}.webchat .w4-KLeG_text-area--in-completion textarea::placeholder{color:#0000}.webchat .w4-KLeG_text-area-shared{font:inherit;outline:inherit;overflow-wrap:anywhere;resize:inherit;border:none;grid-area:main}.webchat .w4-KLeG_text-area-doppelganger{pointer-events:none;-webkit-user-select:none;user-select:none;visibility:hidden;white-space:pre-wrap;overflow:visible}.webchat .w4-KLeG_text-area-input{background-color:inherit;color:currentColor;contain:size;padding:0;overflow:hidden}.webchat .w4-KLeG_text-area--scroll{scrollbar-color:unset;scrollbar-width:unset;-moz-scrollbar-color:#373435 var(--webchat__color--subtle);-moz-scrollbar-width:thin}.webchat .w4-KLeG_text-area--scroll::-webkit-scrollbar{width:8px}.webchat .w4-KLeG_text-area--scroll::-webkit-scrollbar-thumb{background-color:var(--webchat__color--subtle);border-radius:10px}.webchat .w4-KLeG_text-area--scroll::-webkit-scrollbar-corner{background-color:#373435}.webchat .w_eFzsG_feedback-form{display:contents}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__vote-button-bar{gap:2px;display:flex}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__form{flex-direction:column;gap:4px;width:100%;display:flex;position:relative}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__form-header{color:#373435;font-family:var(--webchat__font--primary);flex-direction:column;font-size:14px;font-style:normal;font-weight:400;line-height:20px;display:flex}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__text-box{background-color:#fff;border:1px solid #e8e8e8;border-radius:4px;padding:8px 12px;font-size:14px;line-height:20px;position:relative;overflow:hidden}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__text-box:after{border-bottom:3px solid var(--webchat__color--accent);clip-path:inset(calc(100% - 3px) 50% 0);content:"";border-bottom-right-radius:4px;border-bottom-left-radius:4px;height:4px;transition:none;position:absolute;bottom:-1px;left:-1px;right:-1px}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__text-box:focus-within{border:1px solid #e8e8e8}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__text-box:focus-within:after{clip-path:inset(calc(100% - 3px) 0 0);transition:clip-path .2s cubic-bezier(0,0,0,1)}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__text-area{resize:none;margin-inline-end:-8px}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__form-footer{color:var(--webchat__color--subtle);font-family:var(--webchat__font--primary);font-size:10px;font-style:normal;font-weight:400;line-height:14px}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__submission-button-bar{gap:8px;margin-block-start:6px;display:flex}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__submit-button{background-color:var(--webchat__color--accent);border:1px solid var(--webchat__color--accent);color:#fff;cursor:pointer;font-family:var(--webchat__font--primary);border-radius:4px;height:24px;padding:0 8px;font-size:12px}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__submit-button:hover,.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__submit-button:active{color:#fff;background-color:#004a98;border:1px solid #004a98}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__cancel-button{color:var(--webchat__color--subtle);cursor:pointer;font-family:var(--webchat__font--primary);background-color:#fff;border:1px solid #e8e8e8;border-radius:4px;height:24px;padding:0 8px;font-size:12px}.webchat .w_eFzsG_feedback-form .w_eFzsG_feedback-form__cancel-button:hover{background-color:var(--webchat__color--subtle);color:#fff}.webchat .wyq2fIq_view-code-dialog{box-sizing:border-box;place-items:center;height:100%;max-height:100vh;padding:1rem;display:grid;overflow:hidden}.webchat .wyq2fIq_view-code-dialog .webchat__modal-dialog__box{flex-direction:column;max-width:100%;max-height:100%;display:flex;position:relative}.webchat .wyq2fIq_view-code-dialog .webchat__modal-dialog__close-button-layout{position:absolute;right:0}.webchat .wyq2fIq_view-code-dialog .webchat__modal-dialog__body{gap:var(--webchat__padding--regular);flex-direction:column;display:flex;overflow:hidden}.webchat .wyq2fIq_view-code-dialog__header{align-items:center;padding-inline-end:30px;display:flex}.webchat .wyq2fIq_view-code-dialog__title{text-transform:capitalize;margin:0 auto 0 0}.webchat .wyq2fIq_view-code-dialog .wyq2fIq_view-code-dialog__body{border:none;border-radius:0;height:100%;overflow:auto}.webchat .wyq2fIq_view-code-dialog .code-block__body{padding:16px 0;line-height:normal;display:block}.webchat .wyq2fIq_view-code-dialog__footer{color:var(--webchat__color--subtle);line-height:20px}.webchat .wRAis8G_stacked-layout{font-family:var(--webchat__font--primary);margin-inline:var(--webchat__padding--regular);position:relative}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__attachment-row,.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__main,.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-row,.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__status{display:flex}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__alignment-pad{transition-duration:var(--webchat__transition-duration);flex-shrink:0;width:0;transition-property:width}.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--extra-trailing .wRAis8G_stacked-layout__alignment-pad{width:var(--webchat__padding--regular)}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__title{color:var(--webchat__color--subtle);margin-block:var(--webchat__padding--regular);margin-inline:var(--webchat__padding--regular);font-size:1.1em}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__bubble>.wRAis8G_stacked-layout__title:not(:only-child){margin-block-end:0}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__attachment{max-width:var(--webchat__max-width--attachment-bubble);min-width:var(--webchat__min-width--attachment-bubble);transition-duration:var(--webchat__transition-duration);width:100%;transition-property:max-width,min-width}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__attachment-list{flex-direction:column;display:flex}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__attachment-list:empty{display:none}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__attachment-row{width:100%;margin-block-start:var(--webchat__padding--regular)}.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--no-message .wRAis8G_stacked-layout__attachment-list .wRAis8G_stacked-layout__attachment-row:first-child{margin-block-start:0}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__avatar-gutter{transition-duration:var(--webchat__transition-duration);flex-direction:column;flex-shrink:0;width:0;transition-property:width;display:flex}.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--from-user .wRAis8G_stacked-layout__attachment-row,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--from-user .wRAis8G_stacked-layout__main,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--from-user .wRAis8G_stacked-layout__message-row,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--from-user .wRAis8G_stacked-layout__status{flex-direction:row-reverse}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__content{flex-direction:column;flex:1;display:flex;overflow:hidden}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message{max-width:var(--webchat__max-width--message-bubble);min-width:var(--webchat__min-width--message-bubble);transition-duration:var(--webchat__transition-duration);transition-property:max-width;overflow:hidden}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-row{gap:var(--webchat__padding--regular);display:flex}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-status{color:var(--webchat__color--subtle);margin-block:calc(var(--webchat__padding--regular) + 1px);grid-template-areas:"message-status-icon";place-self:start;margin-inline-start:var(--webchat__padding--regular);font-size:1.1em;display:grid}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-status>*{grid-area:message-status-icon}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-status+.webchat__text-content{transform:translateY(.15em)}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-status-unset-icon,.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-status-complete-icon,.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-status-loader{visibility:hidden}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-status--unset .wRAis8G_stacked-layout__message-status-unset-icon,.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-status--incomplete .wRAis8G_stacked-layout__message-status-loader,.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-status--final .wRAis8G_stacked-layout__message-status-complete-icon{visibility:unset}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__bubble{display:grid}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__bubble>.wRAis8G_stacked-layout__message-status{grid-area:status}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__bubble:has(.wRAis8G_stacked-layout__message-status){grid-template:"status content" "status content" / min-content auto}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__nub-pad{transition-duration:var(--webchat__transition-duration);flex-shrink:0;width:0;transition-property:width}:is(.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--hide-avatar,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--show-avatar).wRAis8G_stacked-layout--activity .wRAis8G_stacked-layout__avatar-gutter{width:var(--webchat__size--avatar)}:is(.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--hide-avatar,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--show-avatar,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--hide-nub,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--show-nub).wRAis8G_stacked-layout--activity .wRAis8G_stacked-layout__attachment{max-width:calc(var(--webchat__max-width--attachment-bubble) + var(--webchat__padding--regular));min-width:calc(var(--webchat__min-width--attachment-bubble) + var(--webchat__padding--regular))}:is(.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--hide-avatar,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--show-avatar,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--hide-nub,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--show-nub).wRAis8G_stacked-layout--activity .wRAis8G_stacked-layout__message{max-width:calc(var(--webchat__max-width--message-bubble) + var(--webchat__padding--regular));min-width:calc(var(--webchat__min-width--message-bubble) + var(--webchat__padding--regular))}:is(.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--hide-avatar,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--show-avatar,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--hide-nub,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--show-nub).wRAis8G_stacked-layout--activity .wRAis8G_stacked-layout__nub-pad{width:var(--webchat__padding--regular)}.webchat .wRAis8G_stacked-layout:not(.wRAis8G_stacked-layout--top-callout) .wRAis8G_stacked-layout__avatar-gutter,.webchat .wRAis8G_stacked-layout:not(.wRAis8G_stacked-layout--top-callout) .wRAis8G_stacked-layout__content{justify-content:flex-end}:is(.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group.wRAis8G_stacked-layout--hide-avatar,.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group.wRAis8G_stacked-layout--show-avatar)>.wRAis8G_stacked-layout__main>.wRAis8G_stacked-layout__avatar-gutter{width:var(--webchat__size--avatar);margin-inline-end:var(--webchat__padding--regular)}.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group .wRAis8G_stacked-layout__bubble{grid-template:"content" 1fr / 1fr}.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group .wRAis8G_stacked-layout__message-status{display:none}:is(.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group:has(.wRAis8G_stacked-layout__message-status--final),.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group:has(.wRAis8G_stacked-layout__message-status--incomplete)) .wRAis8G_stacked-layout__bubble{grid-template:"status content" "status content" / min-content auto}:is(.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group:has(.wRAis8G_stacked-layout__message-status--final),.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group:has(.wRAis8G_stacked-layout__message-status--incomplete)) .wRAis8G_stacked-layout__message-status{display:grid}.webchat .wHUVgzG_transcript-focus-area{--webchat__transcript--spacing: 10px;outline:0;grid-template-areas:"content";display:grid}.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__indicator,.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__transcript-indicator{box-sizing:border-box;isolation:isolate;pointer-events:none;grid-area:content;min-height:0;font-size:0}.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__root,.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__content-root{grid-area:content;min-width:0;min-height:0}.webchat .wHUVgzG_transcript-focus-area:focus .wHUVgzG_transcript-focus-area__content--focused>.wHUVgzG_transcript-focus-area__content-overlay .wHUVgzG_transcript-focus-area__indicator{border-color:var(--webchat__color--transcript-activity-visual-keyboard-indicator);border-style:var(--webchat__border-style--transcript-activity-visual-keyboard-indicator);border-width:var(--webchat__border-width--transcript-activity-visual-keyboard-indicator);inset:calc(var(--webchat__transcript--spacing) / -2) calc(var(--webchat__transcript--spacing) / 2) calc(var(--webchat__transcript--spacing) / -2) calc(var(--webchat__transcript--spacing) / 2);position:absolute}.webchat .wHUVgzG_transcript-focus-area:focus-visible .wHUVgzG_transcript-focus-area__transcript-indicator,.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__root:has(.wHUVgzG_transcript-focus-area__terminator:focus-visible)+.wHUVgzG_transcript-focus-area__transcript-indicator{border-color:var(--webchat__border-color--transcript-visual-keyboard-indicator);border-style:var(--webchat__border-style--transcript-visual-keyboard-indicator);border-width:var(--webchat__border-width--transcript-visual-keyboard-indicator)}.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__activity-list{gap:var(--webchat__transcript--spacing);padding-block:var(--webchat__transcript--spacing);display:grid}.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__content{grid-template-areas:"content";min-width:0;display:grid}.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__content>*{grid-area:content;min-width:0}.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__content-overlay{pointer-events:none;grid-area:content;width:100%;min-height:0;position:relative}.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__content-active-descendant{inset:calc(var(--webchat__transcript--spacing) / -1) 0 calc(var(--webchat__transcript--spacing) / -1) 0;position:absolute}.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__terminator{outline:0;width:100%;height:0;position:relative}.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__terminator-body{justify-content:center;display:flex;position:absolute;inset:auto 0 0}.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__terminator:not(:focus) .wHUVgzG_transcript-focus-area__terminator-body{display:none}.webchat .wHUVgzG_transcript-focus-area .wHUVgzG_transcript-focus-area__terminator-text{background:var(--webchat__background--transcript-terminator);border-radius:var(--webchat__border-radius--transcript-terminator);color:var(--webchat__color--transcript-terminator);font-family:var(--webchat__font--primary);font-size:var(--webchat__font-size--transcript-terminator);margin:calc(var(--webchat__transcript--spacing) / 2);padding:calc(var(--webchat__transcript--spacing) / 2)}.webchat .wDvoJHW_collapsible-grouping{border-radius:var(--webchat__border-radius--bubble);border:var(--webchat__border-width--bubble) var(--webchat__border-style--bubble) var(--webchat__border-color--bubble);box-sizing:border-box;font-family:var(--webchat__font--primary);max-width:var(--webchat__max-width--message-bubble);min-width:var(--webchat__min-width--message-bubble);font-style:normal;font-weight:400;display:block;position:relative}.webchat .wDvoJHW_collapsible-grouping__header{align-items:center;gap:var(--webchat__padding--regular);padding:var(--webchat__padding--regular);justify-content:space-between;display:flex;position:relative}.webchat .wDvoJHW_collapsible-grouping__title{font-size:1.1em}.webchat .wDvoJHW_collapsible-grouping__chevron{order:-1;transition:transform .2s}.webchat .wDvoJHW_collapsible-grouping--open .wDvoJHW_collapsible-grouping__chevron{transform:rotate(180deg)}.webchat .wDvoJHW_collapsible-grouping__content{interpolate-size:allow-keywords;visibility:hidden;min-width:0;height:0;transition:visibility,height .2s;display:grid;overflow:clip}.webchat .wDvoJHW_collapsible-grouping__content--open{height:auto;margin:calc(var(--webchat__padding--regular) / -2);padding:calc(var(--webchat__padding--regular) / 2);visibility:unset}.webchat .wjtNCTG_part-grouping-activity .wjtNCTG_part-grouping-activity__activities{padding-block:0 var(--webchat__padding--regular)}.webchat .w4KLAFG_code-block-content{border:var(--webchat__border-width--bubble) var(--webchat__border-style--bubble) var(--webchat__border-color--bubble);border-radius:var(--webchat__border-radius--bubble);font-family:var(--webchat__font--primary);margin:0 calc(var(--webchat__border-width--bubble) * -1) calc(var(--webchat__border-width--bubble) * -1);font-size:14px;font-style:normal;font-weight:400;display:block;position:relative;overflow:hidden}@supports (overflow: clip){.webchat .w4KLAFG_code-block-content{overflow:clip}}.webchat .w4KLAFG_code-block-content__header{align-items:center;gap:var(--webchat__padding--regular);padding:var(--webchat__padding--regular);justify-content:space-between;display:flex}.webchat .w4KLAFG_code-block-content__title{font-weight:600}.webchat .w4KLAFG_code-block-content__title:first-letter{text-transform:uppercase}.webchat .w4KLAFG_code-block-content .w4KLAFG_code-block-content__code-block{max-height:360px;padding:var(--webchat__padding--regular) 8px var(--webchat__padding--regular) var(--webchat__padding--regular);border:none;margin:0;overflow-y:auto}.webchat .wo1OXYa_collapsible-content{display:grid}.webchat .wo1OXYa_collapsible-content[open] .wo1OXYa_collapsible-content__chevron{transform:rotate(180deg)}.webchat .wo1OXYa_collapsible-content[open] .wo1OXYa_collapsible-content__summary{margin-block-end:0}.webchat .wo1OXYa_collapsible-content__summary{cursor:pointer;font-family:var(--webchat__font--primary);gap:calc(var(--webchat__padding--regular) / 2);margin:var(--webchat__padding--regular);justify-self:self-start;padding:0;list-style:none;display:inline-flex}.webchat .wo1OXYa_collapsible-content__summary::-webkit-details-marker{display:none}.webchat .wo1OXYa_collapsible-content__summary:focus-visible{outline-offset:3px}.webchat .wo1OXYa_collapsible-content__summary-text{flex:auto}.webchat .wo1OXYa_collapsible-content__content{flex-direction:column;display:flex}.webchat .wgymfeG_message-status-loader{--webchat__component-icon--mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><circle cx='8' cy='8' r='3'/></svg>");animation:1.5s ease-in-out infinite message-status-loader__pulse}@media (prefers-reduced-motion: reduce){.webchat .wgymfeG_message-status-loader{animation-play-state:paused}}@keyframes message-status-loader__pulse{0%,to{opacity:.3}50%{opacity:1}}.webchat .wWoZ38W_code-block{background:var(--webchat__background--code-block, inherit);color:var(--webchat__color--code-block, currentColor);border:1px solid #d1d1d1;border-radius:4px;margin:16px 0;padding:4px 4px 4px 8px;line-height:normal;display:block;overflow:hidden}.webchat .wWoZ38W_code-block:has(.wWoZ38W_code-block__theme--github-dark-default){background:var(--webchat__background--code-block, #0d1117);color:var(--webchat__color--code-block, #e6edf3)}.webchat .wWoZ38W_code-block:has(.wWoZ38W_code-block__theme--github-light-default){background:var(--webchat__background--code-block, #fff);color:var(--webchat__color--code-block, #1f2328)}.webchat .wWoZ38W_code-block:has(.wWoZ38W_code-block__body:focus-visible):focus-within{outline-offset:-2px;outline:2px solid #000}.webchat .wWoZ38W_code-block__body{white-space:pre-wrap;line-height:unset;outline:none;margin:0;display:inline}.webchat .wGHOKkG_code-block-copy-button{-webkit-appearance:none;appearance:none;color:#242424;float:right;background:#fff;border:1px solid #d1d1d1;border-radius:4px;justify-content:center;align-items:center;gap:4px;margin-inline-start:var(--webchat__padding--regular);padding:3px;display:grid}.webchat .wGHOKkG_code-block-copy-button:hover{color:#242424;background:#f5f5f5;border:1px solid #c7c7c7}.webchat .wGHOKkG_code-block-copy-button:active{color:#242424;background:#e0e0e0;border:1px solid #b3b3b3}.webchat .wGHOKkG_code-block-copy-button:focus-visible{outline-offset:-2px;background:#fff;outline:2px solid #000}.webchat .wGHOKkG_code-block-copy-button[aria-disabled=true]{color:#bdbdbd;cursor:not-allowed;background:#f0f0f0;border:1px solid #e0e0e0}.webchat .wGHOKkG_code-block-copy-button__icon{--webchat__component-icon--color: #707070;--webchat__component-icon--size: 16px;grid-area:1 / 1}.webchat .wGHOKkG_code-block-copy-button__icon--copied{opacity:0}.webchat .wGHOKkG_code-block-copy-button--copied .wGHOKkG_code-block-copy-button__icon{animation:.5s linear code-block-copy-button__copied-animation}@keyframes code-block-copy-button__copied-animation{0%{opacity:1}to{opacity:unset}}
|
|
2
2
|
/*# sourceMappingURL=botframework-webchat-component.component.css.map */
|