botframework-webchat-component 4.18.1-main.20251217.a394eb2 → 4.18.1-main.20260115.14fba73
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/_dtsroll-chunks/{XgxqMcDN-empty-object.d.ts → BlpMO3PT-empty-object.d.ts} +5 -9
- package/dist/_dtsroll-chunks/Cha1SOtx-botframework-webchat-styles.react.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.d.mts +2 -1
- package/dist/botframework-webchat-component.component.d.ts +2 -1
- package/dist/botframework-webchat-component.component.js +1 -1
- package/dist/botframework-webchat-component.component.js.map +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 +3 -2
- package/dist/botframework-webchat-component.d.ts +3 -2
- package/dist/botframework-webchat-component.decorator.js +1 -1
- 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.css +1 -1
- package/dist/botframework-webchat-component.hook.css.map +1 -1
- package/dist/botframework-webchat-component.hook.js +1 -1
- package/dist/botframework-webchat-component.hook.js.map +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 +1 -1
- package/dist/botframework-webchat-component.internal.d.ts +1 -1
- package/dist/botframework-webchat-component.internal.js +1 -1
- package/dist/botframework-webchat-component.internal.js.map +1 -1
- package/dist/botframework-webchat-component.internal.mjs +1 -1
- package/dist/botframework-webchat-component.js +1 -1
- package/dist/botframework-webchat-component.js.map +1 -1
- package/dist/botframework-webchat-component.mjs +1 -1
- package/dist/botframework-webchat-component.mjs.map +1 -1
- package/dist/chunk-3UROL562.js +2 -0
- package/dist/chunk-3UROL562.js.map +1 -0
- package/dist/chunk-AATJJEXY.mjs +2 -0
- package/dist/chunk-AATJJEXY.mjs.map +1 -0
- package/dist/chunk-DENQFOX7.js +2 -0
- package/dist/chunk-DENQFOX7.js.map +1 -0
- package/dist/chunk-F3UCM7W7.mjs +2 -0
- package/dist/chunk-F3UCM7W7.mjs.map +1 -0
- package/dist/chunk-IV54A3RJ.mjs +2 -0
- package/dist/chunk-IV54A3RJ.mjs.map +1 -0
- package/dist/chunk-JRWSTOGV.mjs +2 -0
- package/dist/chunk-JRWSTOGV.mjs.map +1 -0
- package/dist/chunk-NXNJ5BAG.js +2 -0
- package/dist/chunk-NXNJ5BAG.js.map +1 -0
- package/dist/chunk-PKNUMPSW.js +2 -0
- package/dist/chunk-PKNUMPSW.js.map +1 -0
- package/dist/chunk-S27HX2GT.mjs +2 -0
- package/dist/{chunk-YC2DJKM5.mjs.map → chunk-S27HX2GT.mjs.map} +1 -1
- package/dist/chunk-UN2N4E4Y.js +77 -0
- package/dist/chunk-UN2N4E4Y.js.map +1 -0
- package/dist/chunk-W4ICOHPI.mjs +77 -0
- package/dist/chunk-W4ICOHPI.mjs.map +1 -0
- package/dist/chunk-ZCGFEKTC.js +2 -0
- package/dist/chunk-ZCGFEKTC.js.map +1 -0
- package/dist/{component-k-_rorjx.d.mts → component-BCgZOOz5.d.mts} +7 -13
- package/dist/{component-DgZzivUf.d.ts → component-BOYq6mvK.d.ts} +7 -13
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/package.json +29 -31
- package/src/Activity/Bubble.module.css +131 -0
- package/src/Activity/Bubble.tsx +17 -39
- package/src/Activity/CarouselFilmStrip.js +31 -112
- package/src/Activity/CarouselFilmStrip.module.css +155 -0
- package/src/Activity/CarouselFilmStripAttachment.js +14 -15
- package/src/Activity/CarouselFilmStripAttachment.module.css +38 -0
- package/src/Activity/CarouselLayout.js +7 -16
- package/src/Activity/CarouselLayout.module.css +30 -0
- package/src/Activity/SayAlt.module.css +4 -0
- package/src/Activity/SayAlt.tsx +4 -9
- package/src/Activity/StackedLayout.module.css +1 -1
- package/src/Activity/StackedLayoutRoot.tsx +1 -1
- package/src/ActivityDebug/RestrictedActivityDebugAPI.ts +15 -0
- package/src/ActivityDebug/index.ts +1 -0
- package/src/ActivityFeedback/private/ThumbButton.module.css +91 -0
- package/src/ActivityFeedback/private/ThumbButton.tsx +14 -22
- package/src/ActivityStatus/ActivityStatus.module.css +31 -0
- package/src/ActivityStatus/OthersActivityStatus.tsx +10 -6
- package/src/ActivityStatus/SelfActivityStatus.tsx +8 -6
- package/src/ActivityStatus/SendStatus/SendStatus.tsx +5 -4
- package/src/ActivityStatus/StatusSlot.tsx +9 -4
- package/src/ActivityStatus/private/Originator.tsx +7 -2
- package/src/Attachment/Text/TextContent.module.css +45 -0
- package/src/Attachment/Text/TextContent.tsx +6 -15
- package/src/Attachment/Text/private/ActivityButton.module.css +45 -0
- package/src/Attachment/Text/private/ActivityButton.tsx +8 -6
- package/src/Attachment/Text/private/ActivityCopyButton.module.css +45 -0
- package/src/Attachment/Text/private/ActivityCopyButton.tsx +14 -17
- package/src/Attachment/Text/private/ActivityViewCodeButton.tsx +3 -6
- package/src/Attachment/Text/private/CitationModal.module.css +9 -0
- package/src/Attachment/Text/private/CitationModalContent.tsx +8 -11
- package/src/Attachment/Text/private/MarkdownTextContent.tsx +15 -18
- package/src/Attachment/Text/private/MessageSensitivityLabel.tsx +11 -6
- package/src/Attachment/Text/private/PlainTextContent.tsx +6 -14
- package/src/BasicToaster.js +3 -1
- package/src/BasicTranscript.tsx +4 -1
- package/src/BasicWebChat.tsx +3 -1
- package/src/Composer.tsx +30 -4
- package/src/LinkDefinition/LinkDefinitionItem.tsx +14 -2
- package/src/LinkDefinition/LinkDefinitions.module.css +209 -0
- package/src/LinkDefinition/LinkDefinitions.tsx +24 -12
- package/src/LinkDefinition/private/Badge.tsx +12 -5
- package/src/LinkDefinition/private/ItemBody.tsx +24 -15
- package/src/LinkDefinition/private/OpenInNewWindowIcon.tsx +20 -13
- package/src/Middleware/ActivityStatus/createTimestampMiddleware.tsx +2 -2
- package/src/Styles/CSSCustomPropertiesContainer.tsx +69 -5
- package/src/Styles/CustomPropertyNames.ts +34 -1
- package/src/Transcript/ActivityRow.tsx +16 -6
- package/src/Transcript/useActivityAccessibleName.ts +2 -0
- package/src/Utils/AccessKeySink/{Surface.js → Surface.tsx} +21 -14
- package/src/Utils/LocalizedString.tsx +3 -3
- package/src/boot/internal.ts +1 -1
- package/src/decorator/private/BorderLoader.module.css +12 -3
- package/src/hooks/RenderMarkdown.module.css +102 -0
- package/src/hooks/useRenderMarkdownAsHTML.ts +12 -13
- package/src/providers/internal/SendBox/SendBoxComposer.tsx +2 -0
- package/dist/_dtsroll-chunks/DAT48twE-botframework-webchat-styles.react.d.ts +0 -18
- package/dist/chunk-2HEVJ2AU.js +0 -49
- package/dist/chunk-2HEVJ2AU.js.map +0 -1
- package/dist/chunk-7636NLE7.js +0 -2
- package/dist/chunk-7636NLE7.js.map +0 -1
- package/dist/chunk-B6BGB5CV.js +0 -2
- package/dist/chunk-B6BGB5CV.js.map +0 -1
- package/dist/chunk-D37GW4GG.mjs +0 -2
- package/dist/chunk-D37GW4GG.mjs.map +0 -1
- package/dist/chunk-JVWMRQ33.js +0 -2
- package/dist/chunk-JVWMRQ33.js.map +0 -1
- package/dist/chunk-LZQKHPJH.mjs +0 -2
- package/dist/chunk-LZQKHPJH.mjs.map +0 -1
- package/dist/chunk-N2H2WRIT.js +0 -2
- package/dist/chunk-N2H2WRIT.js.map +0 -1
- package/dist/chunk-OQPOZZQT.mjs +0 -49
- package/dist/chunk-OQPOZZQT.mjs.map +0 -1
- package/dist/chunk-TCZLWGZP.mjs +0 -2
- package/dist/chunk-TCZLWGZP.mjs.map +0 -1
- package/dist/chunk-TKFEFS66.js +0 -2
- package/dist/chunk-TKFEFS66.js.map +0 -1
- package/dist/chunk-YC2DJKM5.mjs +0 -2
- package/dist/chunk-YOQKHA5P.mjs +0 -2
- package/dist/chunk-YOQKHA5P.mjs.map +0 -1
|
@@ -1,10 +1,3 @@
|
|
|
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
1
|
declare const emptyObjectSymbol: unique symbol;
|
|
9
2
|
|
|
10
3
|
/**
|
|
@@ -24,8 +17,11 @@ const foo4: {} = {a: 1}; // Pass
|
|
|
24
17
|
|
|
25
18
|
// With `EmptyObject` only the first case is valid.
|
|
26
19
|
const bar1: EmptyObject = {}; // Pass
|
|
27
|
-
|
|
28
|
-
const
|
|
20
|
+
// @ts-expect-error
|
|
21
|
+
const bar2: EmptyObject = []; // Fail
|
|
22
|
+
// @ts-expect-error
|
|
23
|
+
const bar3: EmptyObject = 42; // Fail
|
|
24
|
+
// @ts-expect-error
|
|
29
25
|
const bar4: EmptyObject = {a: 1}; // Fail
|
|
30
26
|
```
|
|
31
27
|
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import * as valibot from 'valibot';
|
|
2
|
+
import { InferOutput } from 'valibot';
|
|
3
|
+
|
|
4
|
+
declare const injectedStylesElementSchema: valibot.UnionSchema<[valibot.CustomSchema<HTMLLinkElement & {
|
|
5
|
+
rel: "stylesheet";
|
|
6
|
+
}, undefined>, valibot.InstanceSchema<{
|
|
7
|
+
new (): HTMLStyleElement;
|
|
8
|
+
prototype: HTMLStyleElement;
|
|
9
|
+
}, undefined>], "botframework-webchat: <InjectStyleElements> supports injecting <link rel=\"stylesheet\"> and <style> only">;
|
|
10
|
+
type InjectedStylesElement = InferOutput<typeof injectedStylesElementSchema>;
|
|
11
|
+
declare const injectStyleElementsPropsSchema: valibot.SchemaWithPipe<readonly [valibot.ObjectSchema<{
|
|
12
|
+
readonly at: valibot.UndefinedableSchema<valibot.CustomSchema<Node, valibot.ErrorMessage<valibot.CustomIssue> | undefined>, undefined>;
|
|
13
|
+
readonly children: valibot.OptionalSchema<valibot.NeverSchema<undefined>, undefined>;
|
|
14
|
+
readonly nonce: valibot.UndefinedableSchema<valibot.StringSchema<undefined>, undefined>;
|
|
15
|
+
readonly styleElements: valibot.SchemaWithPipe<readonly [valibot.ArraySchema<valibot.UnionSchema<[valibot.CustomSchema<HTMLLinkElement & {
|
|
16
|
+
rel: "stylesheet";
|
|
17
|
+
}, undefined>, valibot.InstanceSchema<{
|
|
18
|
+
new (): HTMLStyleElement;
|
|
19
|
+
prototype: HTMLStyleElement;
|
|
20
|
+
}, undefined>], "botframework-webchat: <InjectStyleElements> supports injecting <link rel=\"stylesheet\"> and <style> only">, undefined>, valibot.ReadonlyAction<((HTMLLinkElement & {
|
|
21
|
+
rel: "stylesheet";
|
|
22
|
+
}) | HTMLStyleElement)[]>]>;
|
|
23
|
+
}, undefined>, valibot.ReadonlyAction<{
|
|
24
|
+
at: Node | undefined;
|
|
25
|
+
children?: undefined;
|
|
26
|
+
nonce: string | undefined;
|
|
27
|
+
readonly styleElements: readonly ((HTMLLinkElement & {
|
|
28
|
+
rel: "stylesheet";
|
|
29
|
+
}) | HTMLStyleElement)[];
|
|
30
|
+
}>]>;
|
|
31
|
+
type InjectStyleElementsProps = {
|
|
32
|
+
readonly at?: Node | undefined;
|
|
33
|
+
readonly nonce: string | undefined;
|
|
34
|
+
readonly styleElements: readonly InjectedStylesElement[];
|
|
35
|
+
};
|
|
36
|
+
declare function InjectStyleElements(props: InjectStyleElementsProps): null;
|
|
37
|
+
|
|
38
|
+
export { InjectStyleElements as I, injectStyleElementsPropsSchema as i };
|
|
@@ -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);place-self:var(--webchat__component-icon--placement, center);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)}.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="14" height="14" fill="none" viewBox="0 0 14 14"><path fill="currentColor" d="M1 7a6 6 0 1 1 12 0A6 6 0 0 1 1 7m6-7a7 7 0 1 0 0 14A7 7 0 0 0 7 0m2.854 5.854a.5.5 0 0 0-.708-.708L6.25 8.043 4.854 6.646a.5.5 0 1 0-.708.708l1.75 1.75a.5.5 0 0 0 .708 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="14" height="14" fill="none" viewBox="0 0 14 14"><path fill="currentColor" d="M1 7a6 6 0 1 1 12 0A6 6 0 0 1 1 7m6-7a7 7 0 1 0 0 14A7 7 0 0 0 7 0z"/></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(:last-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{--webchat__component-icon--size: 19px;box-sizing:border-box;color:var(--webchat__color--subtle);height:1lh;grid-template-areas:"message-status-icon";place-self:start;width:1em;margin-block-start:var(--webchat__padding--regular);margin-inline-start:var(--webchat__padding--regular);font-size:1.1em;display:grid}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-status:has(+.webchat__text-content){font-size:1em}.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--published .wRAis8G_stacked-layout__message-status-complete-icon{visibility:unset}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__bubble{grid-template:"content" 1fr / 1fr;display:grid}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__bubble>*{grid-column:content}.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" ". 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__message-status{display:none}:is(.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group:has(.wRAis8G_stacked-layout__bubble .wRAis8G_stacked-layout__message-status--incomplete),.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group:has(.wRAis8G_stacked-layout__bubble .wRAis8G_stacked-layout__message-status--published)) .wRAis8G_stacked-layout__bubble{grid-template:"status content" ". content" / min-content auto}:is(.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group:has(.wRAis8G_stacked-layout__bubble .wRAis8G_stacked-layout__message-status--incomplete),.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group:has(.wRAis8G_stacked-layout__bubble .wRAis8G_stacked-layout__message-status--published)) .wRAis8G_stacked-layout__message-status{display:grid}.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 .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;min-height: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);transition:gap var(--webchat__transition-duration) var(--webchat__transition-easing);gap:0;font-style:normal;font-weight:400;display:block;position:relative}.webchat .wDvoJHW_collapsible-grouping__header{padding:var(--webchat__padding--regular);align-items:center;display:flex;position:relative}.webchat .wDvoJHW_collapsible-grouping__title{margin-inline-end:var(--webchat__padding--regular);font-size:1.1em}.webchat .wDvoJHW_collapsible-grouping__toggle{flex:none;margin-inline-start:auto}.webchat .wDvoJHW_collapsible-grouping__chevron{transition:transform var(--webchat__transition-duration) var(--webchat__transition-easing);order:-1}.webchat .wDvoJHW_collapsible-grouping--open .wDvoJHW_collapsible-grouping__chevron{transform:rotate(180deg)}.webchat .wDvoJHW_collapsible-grouping__content{interpolate-size:allow-keywords;opacity:0;min-width:0;height:0;transition:all var(--webchat__transition-duration) var(--webchat__transition-easing),visibility 0s linear var(--webchat__transition-duration);visibility:hidden;display:grid;overflow:clip}.webchat .wDvoJHW_collapsible-grouping__content--open{height:auto;margin:calc(var(--webchat__padding--regular) / -2);opacity:1;padding:calc(var(--webchat__padding--regular) / 2);transition:all var(--webchat__transition-duration) var(--webchat__transition-easing),border-color var(--webchat__transition-duration) calc(var(--webchat__transition-duration) / 2) var(--webchat__transition-easing),visibility 0s linear 0s;visibility:unset}.webchat .wDvoJHW_collapsible-grouping__list{gap:0;margin-block-end:calc(var(--webchat--collapsible-grouping__list--gap, var(--webchat__padding--regular)) * -1);display:grid}.webchat .wDvoJHW_collapsible-grouping__list>*{margin-block-end:var(--webchat--collapsible-grouping__list--gap, var(--webchat__padding--regular))}.webchat .wjtNCTG_part-grouping-activity .wjtNCTG_part-grouping-activity__activities{padding-block:0 var(--webchat__padding--regular);gap:0}.webchat .wjtNCTG_part-grouping-activity .wjtNCTG_part-grouping-activity__message-status{color:currentColor;opacity:1;transition:all var(--webchat__transition-duration) var(--webchat__transition-easing),visibility 0s linear 0s;visibility:unset;place-self:center;margin-block:0;margin-inline-end:var(--webchat__padding--regular)}.webchat .wjtNCTG_part-grouping-activity .wjtNCTG_part-grouping-activity__collapsible.wjtNCTG_part-grouping-activity__collapsible--open .wjtNCTG_part-grouping-activity__message-status{opacity:0;visibility:hidden;transition:all var(--webchat__transition-duration) var(--webchat__transition-easing),visibility 0s linear var(--webchat__transition-duration);width:0;margin-inline:0}.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__chevron{transition:transform var(--webchat__transition-duration) var(--webchat__transition-easing)}.webchat .wo1OXYa_collapsible-content__content{flex-direction:column;display:flex}.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);place-self:var(--webchat__component-icon--placement, center);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)}.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="14" height="14" fill="none" viewBox="0 0 14 14"><path fill="currentColor" d="M1 7a6 6 0 1 1 12 0A6 6 0 0 1 1 7m6-7a7 7 0 1 0 0 14A7 7 0 0 0 7 0m2.854 5.854a.5.5 0 0 0-.708-.708L6.25 8.043 4.854 6.646a.5.5 0 1 0-.708.708l1.75 1.75a.5.5 0 0 0 .708 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="14" height="14" fill="none" viewBox="0 0 14 14"><path fill="currentColor" d="M1 7a6 6 0 1 1 12 0A6 6 0 0 1 1 7m6-7a7 7 0 1 0 0 14A7 7 0 0 0 7 0z"/></svg>')}.webchat .wlkyN3a_render-markdown{display:contents}.webchat .wlkyN3a_render-markdown.wlkyN3a_render-markdown--adaptive-cards>:first-child{text-overflow:ellipsis;width:100%;margin-block-start:0;overflow:hidden}.webchat .wlkyN3a_render-markdown.wlkyN3a_render-markdown--adaptive-cards>:last-child{margin-block-end:0}.webchat .wlkyN3a_render-markdown.wlkyN3a_render-markdown--message-activity>:first-child{margin-block-start:0}.webchat .wlkyN3a_render-markdown.wlkyN3a_render-markdown--message-activity>:last-child{margin-block-end:0}.webchat .wlkyN3a_render-markdown .render-markdown__external-link-icon{background-image:var(--webchat__icon-url--external-link);height:.75em;margin-inline-start:.25em}.webchat .wlkyN3a_render-markdown .render-markdown__citation{cursor:pointer;font-family:unset;font-size:unset;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;background:none;border:0;padding:0;text-decoration:underline;display:inline-block;overflow:hidden}@media(forced-colors:active){.webchat .wlkyN3a_render-markdown .render-markdown__citation{color:linktext}}@media not (forced-colors:active){.webchat .wlkyN3a_render-markdown .render-markdown__citation{color:var(--webchat__color--accent)}}.webchat .wlkyN3a_render-markdown .render-markdown__pure-identifier{text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;max-width:100%;display:inline-block;overflow:hidden}.webchat .wlkyN3a_render-markdown .render-markdown__pure-identifier:before{content:"["}.webchat .wlkyN3a_render-markdown .render-markdown__pure-identifier:after{content:"]"}.webchat .wlkyN3a_render-markdown [data-math-type=block]{outline-offset:2px;scrollbar-width:thin;flex-direction:column;align-items:center;margin-block-end:-4px;padding-block-end:4px;display:flex;overflow:auto clip}.webchat .wlkyN3a_render-markdown span[data-math-type=block]{display:inline-flex}.webchat .wlkyN3a_render-markdown [data-math-type=inline]{flex-direction:column;align-items:center;display:inline-flex}.webchat .wlkyN3a_render-markdown :is([data-math-type=block],[data-math-type=inline])>span{display:contents}.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 .wwPVtVa_thumb-button{box-sizing:content-box;border-radius:2px;grid-template-areas:"main";align-items:center;width:16px;height:16px;display:grid}.webchat .wwPVtVa_thumb-button .wwPVtVa_thumb-button__input{-webkit-appearance:none;appearance:none;opacity:0;background:none;border:0;grid-area:main;width:16px;height:16px;margin:0;padding:0}.webchat .wwPVtVa_thumb-button .wwPVtVa_thumb-button__input:active{background:#edebe9}.webchat .wwPVtVa_thumb-button:has(.wwPVtVa_thumb-button__input:focus-visible){outline:1px solid #605e5c}.webchat .wwPVtVa_thumb-button .wwPVtVa_thumb-button__image{color:var(--webchat__color--accent);pointer-events:none;visibility:hidden;grid-area:main;justify-self:center;width:14px}.webchat .wwPVtVa_thumb-button .wwPVtVa_thumb-button__image.wwPVtVa_thumb-button__image--is-stroked{visibility:unset}.webchat .wwPVtVa_thumb-button:has(.wwPVtVa_thumb-button__input:is(:not([aria-disabled=true]):hover,:checked,[aria-pressed=true])) .wwPVtVa_thumb-button__image.wwPVtVa_thumb-button__image--is-stroked{visibility:hidden}.webchat .wwPVtVa_thumb-button:has(.wwPVtVa_thumb-button__input:is(:not([aria-disabled=true]):hover,:checked,[aria-pressed=true])) .wwPVtVa_thumb-button__image.wwPVtVa_thumb-button__image--is-filled{visibility:unset}.webchat .wwPVtVa_thumb-button.wwPVtVa_thumb-button--large{border:1px solid #0000;border-radius:4px;width:30px;height:30px}.webchat .wwPVtVa_thumb-button.wwPVtVa_thumb-button--large .wwPVtVa_thumb-button__input{background:currentColor;width:30px;height:30px}.webchat .wwPVtVa_thumb-button.wwPVtVa_thumb-button--large .wwPVtVa_thumb-button__image{color:currentColor;width:1em;height:1em;font-size:20px}.webchat .wwPVtVa_thumb-button.wwPVtVa_thumb-button--large:has(.wwPVtVa_thumb-button__input:is(:hover,:active,:checked,[aria-pressed=true])) .wwPVtVa_thumb-button__image{color:var(--webchat__color--accent)}.webchat .wwPVtVa_thumb-button.wwPVtVa_thumb-button--large:has(.wwPVtVa_thumb-button__input[aria-disabled=true]) .wwPVtVa_thumb-button__image{color:var(--webchat__color--subtle)}.webchat .wwPVtVa_thumb-button.wwPVtVa_thumb-button--large.wwPVtVa_thumb-button--has-submitted:has(.wwPVtVa_thumb-button__input:not(:checked):not([aria-pressed=true])) .wwPVtVa_thumb-button__tooltip{display:none}.webchat .wwPVtVa_thumb-button.wwPVtVa_thumb-button--large.wwPVtVa_thumb-button--has-submitted .wwPVtVa_thumb-button__tooltip{--webchat__tooltip-anchor-inline-start: 20%}.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__header{cursor:default;font-family:var(--webchat__font--primary);font-size:var(--webchat__font-size--small);justify-content:space-between;align-items:center;gap:4px;list-style:none;display:flex}@media(forced-colors:none){.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__header{color:#616161}}@media(forced-colors:none)and (not (forced-colors:none)){.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__header{color:#616161}}.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__header-section{align-items:center;gap:4px;display:flex;overflow:hidden}.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__header-section--left,.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__header-text{flex-shrink:0}.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__header::-webkit-details-marker{display:none}.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__header-chevron{flex-shrink:0}.webchat .wFYu5rq_link-definitions:not([open]) .wFYu5rq_link-definitions__header-chevron{transform:rotate(-180deg)}.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__header-accessory{overflow:hidden}.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__message-sensitivity-label{align-items:center;gap:4px;display:flex}.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__message-sensitivity-label-icon{color:canvastext;flex-shrink:0}.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__message-sensitivity-label-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__list{flex-direction:column;gap:4px;margin:4px 0 0;padding:0;display:flex}.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__list-item{flex-direction:column;display:flex}.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__badge{text-align:center;text-overflow:ellipsis;white-space:nowrap;border-style:solid;border-width:1px;border-radius:4px;flex-shrink:0;align-self:flex-start;min-width:1em;max-width:4em;margin:4px;padding:2px;font-size:75%;overflow:hidden}@media(forced-colors:none){.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__badge{color:#000;background-color:#fff;border-color:#e0e0e0}}@media(forced-colors:none)and (not (forced-colors:none)){.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__badge{color:#fff;background-color:#000;border-color:#e0e0e0}}@media(forced-colors:active){.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__badge{border-color:buttonborder}}.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__list-item-box{border-style:solid;border-width:1px;border-radius:4px;align-items:center}@media(forced-colors:none){.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__list-item-box{background-color:#fff;border-color:#d1d1d1}}@media(forced-colors:none)and (not (forced-colors:none)){.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__list-item-box{background-color:#000;border-color:#d1d1d1}}@media(forced-colors:active){.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__list-item-box{background-color:canvas;border-color:buttonborder}}.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__list-item-box--as-link{outline-offset:0;text-decoration:none;display:block}.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__list-item-box--as-button{-webkit-appearance:none;appearance:none;cursor:pointer;font-family:inherit;font-size:inherit;text-align:initial;background:none;padding:0;overflow:hidden}.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__list-item-body{align-items:center;gap:4px;padding:4px;font-family:Calibri,Helvetica Neue,Arial,sans-serif;display:flex}.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__list-item-body-main{flex-direction:column;gap:2px;display:flex;overflow:hidden}.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__list-item-main-text{align-items:baseline;gap:4px;display:flex}.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__list-item-badge,.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__list-item-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__list-item-text{text-decoration:underline}@media not (forced-colors:active){.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__list-item-text{color:var(--webchat__color--accent)}}.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__list-item-badge{font-size:var(--webchat__font-size--small)}@media not (forced-colors:active){.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__list-item-badge{color:var(--webchat__color--subtle)}}.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__open-in-new-window-icon{flex-shrink:0;padding-right:4px}@media not (forced-colors:active){.webchat .wFYu5rq_link-definitions .wFYu5rq_link-definitions__open-in-new-window-icon{color:var(--webchat__color--accent)}}.webchat .wOVnR0W_text-content{font-family:var(--webchat__font--primary);min-height:calc(var(--webchat__min-height--bubble) - var(--webchat__padding--regular) * 2);padding:var(--webchat__padding--regular);margin:0}.webchat .wOVnR0W_text-content.wOVnR0W_text-content--is-markdown{justify-content:center;gap:var(--webchat__padding--regular);flex-direction:column;min-width:0;display:flex}.webchat .wOVnR0W_text-content .wOVnR0W_text-content__markdown img:not(.render-markdown__external-link-icon){max-width:var(--webchat__max-width--message-bubble);min-width:var(--webchat__min-width--message-bubble);width:100%}.webchat .wOVnR0W_text-content .wOVnR0W_text-content__markdown pre{overflow:hidden}.webchat .wOVnR0W_text-content .wOVnR0W_text-content__open-in-new-window-icon{height:.75em}.webchat .wOVnR0W_text-content .wOVnR0W_text-content__activity-actions{align-self:flex-start;gap:8px calc(var(--webchat__padding--regular) / 2);flex-wrap:wrap;width:100%;display:flex}.webchat .wOVnR0W_text-content .wOVnR0W_text-content__activity-actions:empty{display:none}.webchat .wOVnR0W_text-content .wOVnR0W_text-content__generated-badge{color:var(--webchat__color--subtle);font-size:var(--webchat__font-size--small)}.webchat .wMObAfW_activity-button{-webkit-appearance:none;appearance:none;color:#242424;background:#fff;border:1px solid #d1d1d1;border-radius:4px;justify-content:center;align-items:center;gap:4px;padding:5px 12px;display:flex}.webchat .wMObAfW_activity-button:hover{color:#242424;background:#f5f5f5;border:1px solid #c7c7c7}.webchat .wMObAfW_activity-button:active{color:#242424;background:#e0e0e0;border:1px solid #b3b3b3}.webchat .wMObAfW_activity-button:focus-visible{outline-offset:-2px;background:#fff;outline:2px solid #000}.webchat .wMObAfW_activity-button[aria-disabled=true]{color:#bdbdbd;cursor:not-allowed;background:#f0f0f0;border:1px solid #e0e0e0}.webchat .wMObAfW_activity-button .wMObAfW_activity-button__icon{--webchat__component-icon--color: #707070;--webchat__component-icon--size: 20px;width:20px;height:20px}.webchat .w4rKArW_activity-copy-button{position:relative;overflow:clip}@supports not (overflow: clip){.webchat .w4rKArW_activity-copy-button{overflow:hidden}}.webchat .w4rKArW_activity-copy-button .w4rKArW_activity-copy-button__copied-text{visibility:hidden;background-color:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}.webchat .w4rKArW_activity-copy-button.w4rKArW_activity-copy-button--copied .w4rKArW_activity-copy-button__copied-text{animation:.7s linear webchat__activity-copy-button__copied-animation}.webchat .w4rKArW_activity-copy-button.w4rKArW_activity-copy-button--copied .w4rKArW_activity-button__icon,.webchat .w4rKArW_activity-copy-button.w4rKArW_activity-copy-button--copied .w4rKArW_activity-button__text{visibility:hidden}.webchat .w4rKArW_activity-copy-button__copy-announcement{pointer-events:none}@keyframes webchat__activity-copy-button__copied-animation{0%{visibility:visible}to{visibility:unset}}.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 .wOauhfq_citation-modal-dialog .wOauhfq_citation-modal-dialog__header{cursor:default}.webchat .wOauhfq_citation-modal-dialog .wOauhfq_citation-modal-dialog__body{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(:last-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{--webchat__component-icon--size: 19px;box-sizing:border-box;color:var(--webchat__color--subtle);height:1lh;grid-template-areas:"message-status-icon";place-self:start;width:1em;margin-block-start:var(--webchat__padding--regular);margin-inline-start:var(--webchat__padding--regular);font-size:1.1em;display:grid}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__message-status:has(+.text-content){font-size:1em}.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--published .wRAis8G_stacked-layout__message-status-complete-icon{visibility:unset}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__bubble{grid-template:"content" 1fr / 1fr;display:grid}.webchat .wRAis8G_stacked-layout .wRAis8G_stacked-layout__bubble>*{grid-column:content}.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" ". 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__message-status{display:none}:is(.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group:has(.wRAis8G_stacked-layout__bubble .wRAis8G_stacked-layout__message-status--incomplete),.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group:has(.wRAis8G_stacked-layout__bubble .wRAis8G_stacked-layout__message-status--published)) .wRAis8G_stacked-layout__bubble{grid-template:"status content" ". content" / min-content auto}:is(.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group:has(.wRAis8G_stacked-layout__bubble .wRAis8G_stacked-layout__message-status--incomplete),.webchat .wRAis8G_stacked-layout.wRAis8G_stacked-layout--group:has(.wRAis8G_stacked-layout__bubble .wRAis8G_stacked-layout__message-status--published)) .wRAis8G_stacked-layout__message-status{display:grid}.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 .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;min-height: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);transition:gap var(--webchat__transition-duration) var(--webchat__transition-easing);gap:0;font-style:normal;font-weight:400;display:block;position:relative}.webchat .wDvoJHW_collapsible-grouping__header{padding:var(--webchat__padding--regular);align-items:center;display:flex;position:relative}.webchat .wDvoJHW_collapsible-grouping__title{margin-inline-end:var(--webchat__padding--regular);font-size:1.1em}.webchat .wDvoJHW_collapsible-grouping__toggle{flex:none;margin-inline-start:auto}.webchat .wDvoJHW_collapsible-grouping__chevron{transition:transform var(--webchat__transition-duration) var(--webchat__transition-easing);order:-1}.webchat .wDvoJHW_collapsible-grouping--open .wDvoJHW_collapsible-grouping__chevron{transform:rotate(180deg)}.webchat .wDvoJHW_collapsible-grouping__content{interpolate-size:allow-keywords;opacity:0;min-width:0;height:0;transition:all var(--webchat__transition-duration) var(--webchat__transition-easing),visibility 0s linear var(--webchat__transition-duration);visibility:hidden;display:grid;overflow:clip}.webchat .wDvoJHW_collapsible-grouping__content--open{height:auto;margin:calc(var(--webchat__padding--regular) / -2);opacity:1;padding:calc(var(--webchat__padding--regular) / 2);transition:all var(--webchat__transition-duration) var(--webchat__transition-easing),border-color var(--webchat__transition-duration) calc(var(--webchat__transition-duration) / 2) var(--webchat__transition-easing),visibility 0s linear 0s;visibility:unset}.webchat .wDvoJHW_collapsible-grouping__list{gap:0;margin-block-end:calc(var(--webchat--collapsible-grouping__list--gap, var(--webchat__padding--regular)) * -1);display:grid}.webchat .wDvoJHW_collapsible-grouping__list>*{margin-block-end:var(--webchat--collapsible-grouping__list--gap, var(--webchat__padding--regular))}.webchat .wjtNCTG_part-grouping-activity .wjtNCTG_part-grouping-activity__activities{padding-block:0 var(--webchat__padding--regular);gap:0}.webchat .wjtNCTG_part-grouping-activity .wjtNCTG_part-grouping-activity__message-status{color:currentColor;opacity:1;transition:all var(--webchat__transition-duration) var(--webchat__transition-easing),visibility 0s linear 0s;visibility:unset;place-self:center;margin-block:0;margin-inline-end:var(--webchat__padding--regular)}.webchat .wjtNCTG_part-grouping-activity .wjtNCTG_part-grouping-activity__collapsible.wjtNCTG_part-grouping-activity__collapsible--open .wjtNCTG_part-grouping-activity__message-status{opacity:0;visibility:hidden;transition:all var(--webchat__transition-duration) var(--webchat__transition-easing),visibility 0s linear var(--webchat__transition-duration);width:0;margin-inline:0}.webchat .w6N4Cvq_say-alt{color:red;margin:0}.webchat .wYVITZq_bubble{--webchat__bubble--background: var(--webchat__background--bubble);--webchat__bubble--border-color: var(--webchat__border-color--bubble);--webchat__bubble--border-radius: var(--webchat__border-radius--bubble);--webchat__bubble--border-style: var(--webchat__border-style--bubble);--webchat__bubble--border-width: var(--webchat__border-width--bubble);--webchat__bubble--color: var(--webchat__color--bubble);--webchat__bubble--nub-size: var(--webchat__size--bubble-nub);--webchat__bubble--nub-space: var(--webchat__space--bubble-nub);--webchat__bubble--nub-border-radius: min(var(--webchat__bubble--border-radius), calc(var(--webchat__bubble--nub-space) * -1));--webchat__bubble--nub-inset-block: auto calc(-1 * var(--webchat__bubble--nub-space));--webchat__bubble--nub-inset-inline: calc(var(--webchat__bubble--border-width) - var(--webchat__bubble--nub-size) + var(--webchat__padding--regular)) auto;display:flex;position:relative}.webchat .wYVITZq_bubble.wYVITZq_bubble--nub-on-top{--webchat__bubble--nub-border-radius: min(var(--webchat__bubble--border-radius), var(--webchat__bubble--nub-space));--webchat__bubble--nub-inset-block: var(--webchat__bubble--nub-space) auto}.webchat .wYVITZq_bubble.wYVITZq_bubble--from-user{--webchat__bubble--background: var(--webchat__background--bubble-user);--webchat__bubble--border-color: var(--webchat__border-color--bubble-user);--webchat__bubble--border-radius: var(--webchat__border-radius--bubble-user);--webchat__bubble--border-style: var(--webchat__border-style--bubble-user);--webchat__bubble--border-width: var(--webchat__border-width--bubble-user);--webchat__bubble--color: var(--webchat__color--bubble-user);--webchat__bubble--nub-size: var(--webchat__size--bubble-nub-user);--webchat__bubble--nub-space: var(--webchat__space--bubble-nub-user);--webchat__bubble--nub-inset-inline: auto calc(var(--webchat__bubble--border-width) - var(--webchat__bubble--nub-size) + var(--webchat__padding--regular))}.webchat .wYVITZq_bubble .wYVITZq_bubble__content{transition-duration:var(--webchat__transition-duration);word-break:var(--webchat__word-break--message-activity);flex-grow:1;margin-inline:0;transition-property:margin-inline-start,margin-inline-end;overflow:hidden}.webchat .wYVITZq_bubble .wYVITZq_bubble__nub{position:absolute;overflow:hidden}.webchat .wYVITZq_bubble:dir(rtl) .wYVITZq_bubble__nub{transform:scaleX(-1)}.webchat .wYVITZq_bubble .wYVITZq_bubble__nub-pad{transition-duration:var(--webchat__transition-duration);flex-shrink:0;width:0;transition-property:width}:is(.webchat .wYVITZq_bubble.wYVITZq_bubble--hide-nub,.webchat .wYVITZq_bubble.wYVITZq_bubble--show-nub) .wYVITZq_bubble__nub-pad{width:var(--webchat__padding--regular)}.webchat .wYVITZq_bubble .wYVITZq_bubble__content{background:var(--webchat__bubble--background);border-color:var(--webchat__bubble--border-color);border-radius:var(--webchat__bubble--border-radius);border-style:var(--webchat__bubble--border-style);border-width:var(--webchat__bubble--border-width);color:var(--webchat__bubble--color);min-height:calc(var(--webchat__min-height--bubble) - var(--webchat__bubble--border-width) * 2)}.webchat .wYVITZq_bubble .wYVITZq_bubble__nub{height:var(--webchat__bubble--nub-size);inset-block:var(--webchat__bubble--nub-inset-block);inset-inline:var(--webchat__bubble--nub-inset-inline);width:var(--webchat__bubble--nub-size)}.webchat .wYVITZq_bubble .wYVITZq_bubble__nub-outline{fill:var(--webchat__bubble--background);stroke-width:var(--webchat__bubble--border-width);stroke:var(--webchat__bubble--border-color)}.webchat .wYVITZq_bubble:not(.wYVITZq_bubble--from-user).wYVITZq_bubble--show-nub:not(.wYVITZq_bubble--nub-on-top) .wYVITZq_bubble__content{border-end-start-radius:var(--webchat__bubble--nub-border-radius)}.webchat .wYVITZq_bubble:not(.wYVITZq_bubble--from-user).wYVITZq_bubble--show-nub.wYVITZq_bubble--nub-on-top .wYVITZq_bubble__content{border-start-start-radius:var(--webchat__bubble--nub-border-radius)}.webchat .wYVITZq_bubble.wYVITZq_bubble--from-user{flex-direction:row-reverse}.webchat .wYVITZq_bubble.wYVITZq_bubble--from-user.wYVITZq_bubble--show-nub:not(.wYVITZq_bubble--nub-on-top) .wYVITZq_bubble__content{border-end-end-radius:var(--webchat__bubble--nub-border-radius)}.webchat .wYVITZq_bubble.wYVITZq_bubble--from-user.wYVITZq_bubble--show-nub.wYVITZq_bubble--nub-on-top .wYVITZq_bubble__content{border-start-end-radius:var(--webchat__bubble--nub-border-radius)}.webchat .waR7HEa_carousel-filmstrip-attachment{max-width:var(--webchat__max-width--attachment-bubble);min-width:var(--webchat__min-width--attachment-bubble);transition-duration:var(--webchat__transition-duration);padding-inline-start:var(--webchat__padding--regular);transition-property:max-width,min-width}.webchat .waR7HEa_carousel-filmstrip-attachment:focus{outline:0}.webchat .waR7HEa_carousel-filmstrip-attachment:focus .waR7HEa_carousel-filmstrip-attachment--focus{border-color:var(--webchat__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);box-sizing:border-box;height:calc(100% - var(--webchat__border-width--transcript-visual-keyboard-indicator));pointer-events:none;width:calc(100% - var(--webchat__border-width--transcript-visual-keyboard-indicator));position:absolute;inset-block-start:0;inset-inline-start:0}:is(.webchat .waR7HEa_carousel-filmstrip-attachment.waR7HEa_carousel-filmstrip-attachment--hide-avatar,.webchat .waR7HEa_carousel-filmstrip-attachment.waR7HEa_carousel-filmstrip-attachment--show-avatar):first-child{padding-inline-start:calc(var(--webchat__size--avatar) + var(--webchat__padding--regular) * 2)}:is(.webchat .waR7HEa_carousel-filmstrip-attachment.waR7HEa_carousel-filmstrip-attachment--hide-nub,.webchat .waR7HEa_carousel-filmstrip-attachment.waR7HEa_carousel-filmstrip-attachment--show-nub):not(.waR7HEa_carousel-filmstrip-attachment--hide-avatar.waR7HEa_carousel-filmstrip-attachment--show-avatar):first-child{padding-inline-start:calc(var(--webchat__padding--regular) * 2)}.webchat .wzsijdG_carousel-filmstrip{-ms-overflow-style:none;touch-action:manipulation;-webkit-overflow-scrolling:touch;flex-direction:column;display:flex;position:relative;overflow:scroll hidden}@supports ((-moz-appearance: none)){.webchat .wzsijdG_carousel-filmstrip{margin-block-end:-17px}}.webchat .wzsijdG_carousel-filmstrip::-webkit-scrollbar{display:none}.webchat .wzsijdG_carousel-filmstrip .wzsijdG_carousel-filmstrip__bubble{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}:is(.webchat .wzsijdG_carousel-filmstrip.wzsijdG_carousel-filmstrip--hide-nub,.webchat .wzsijdG_carousel-filmstrip.wzsijdG_carousel-filmstrip--show-nub,.webchat .wzsijdG_carousel-filmstrip.wzsijdG_carousel-filmstrip--hide-avatar,.webchat .wzsijdG_carousel-filmstrip.wzsijdG_carousel-filmstrip--show-avatar) .wzsijdG_carousel-filmstrip__bubble{max-width:calc(var(--webchat__max-width--message-bubble) + var(--webchat__padding--regular))}.webchat .wzsijdG_carousel-filmstrip .wzsijdG_carousel-filmstrip__alignment-pad{transition-duration:var(--webchat__transition-duration);width:var(--webchat__padding--regular);flex-shrink:0;transition-property:width}.webchat .wzsijdG_carousel-filmstrip.wzsijdG_carousel-filmstrip--extra-trailing .wzsijdG_carousel-filmstrip__alignment-pad{width:calc(var(--webchat__padding--regular) * 2)}.webchat .wzsijdG_carousel-filmstrip:not(.wzsijdG_carousel-filmstrip--no-message) .wzsijdG_carousel-filmstrip__attachments{margin-block-start:var(--webchat__padding--regular)}.webchat .wzsijdG_carousel-filmstrip .wzsijdG_carousel-filmstrip__attachments{margin:0;padding:0;list-style-type:none;display:flex}.webchat .wzsijdG_carousel-filmstrip .wzsijdG_carousel-filmstrip__avatar{flex-shrink:0}.webchat .wzsijdG_carousel-filmstrip .wzsijdG_carousel-filmstrip__avatar-gutter{transition-duration:var(--webchat__transition-duration);flex-direction:column;flex-shrink:0;align-items:flex-end;transition-property:width;display:flex}:is(.webchat .wzsijdG_carousel-filmstrip.wzsijdG_carousel-filmstrip--hide-avatar,.webchat .wzsijdG_carousel-filmstrip.wzsijdG_carousel-filmstrip--show-avatar) .wzsijdG_carousel-filmstrip__avatar-gutter{width:var(--webchat__size--avatar)}.webchat .wzsijdG_carousel-filmstrip:not(.wzsijdG_carousel-filmstrip--top-callout) .wzsijdG_carousel-filmstrip__avatar-gutter{justify-content:flex-end}.webchat .wzsijdG_carousel-filmstrip .wzsijdG_carousel-filmstrip__complimentary{display:flex}.webchat .wzsijdG_carousel-filmstrip .wzsijdG_carousel-filmstrip__complimentary-content,.webchat .wzsijdG_carousel-filmstrip .wzsijdG_carousel-filmstrip__content{flex-direction:column;flex-grow:1;display:flex}.webchat .wzsijdG_carousel-filmstrip .wzsijdG_carousel-filmstrip__filler{flex-grow:10000;flex-shrink:1}.webchat .wzsijdG_carousel-filmstrip .wzsijdG_carousel-filmstrip__main,.webchat .wzsijdG_carousel-filmstrip .wzsijdG_carousel-filmstrip__message{display:flex}.webchat .wzsijdG_carousel-filmstrip .wzsijdG_carousel-filmstrip__nub-pad{transition-duration:var(--webchat__transition-duration);flex-shrink:0;width:0;transition-property:width}:is(.webchat .wzsijdG_carousel-filmstrip.wzsijdG_carousel-filmstrip--hide-avatar,.webchat .wzsijdG_carousel-filmstrip.wzsijdG_carousel-filmstrip--show-avatar,.webchat .wzsijdG_carousel-filmstrip.wzsijdG_carousel-filmstrip--hide-nub,.webchat .wzsijdG_carousel-filmstrip.wzsijdG_carousel-filmstrip--show-nub) .wzsijdG_carousel-filmstrip__nub-pad{width:var(--webchat__padding--regular)}.webchat .wzsijdG_carousel-filmstrip .wzsijdG_carousel-filmstrip__status{display:flex}.webchat .wzsijdG_carousel-filmstrip .wzsijdG_carousel-filmstrip__avatar-gutter{margin-inline-start:var(--webchat__padding--regular)}.webchat .wzsijdG_carousel-filmstrip.wzsijdG_carousel-filmstrip .wzsijdG_carousel-filmstrip__attachments{margin-inline-start:calc(-1 * var(--webchat__padding--regular))}:is(.webchat .wzsijdG_carousel-filmstrip.wzsijdG_carousel-filmstrip--hide-avatar,.webchat .wzsijdG_carousel-filmstrip.wzsijdG_carousel-filmstrip--show-avatar) .wzsijdG_carousel-filmstrip__attachments{margin-inline-start:calc(-1 * (var(--webchat__size--avatar) + var(--webchat__padding--regular) * 2))}:is(.webchat .wzsijdG_carousel-filmstrip.wzsijdG_carousel-filmstrip--hide-nub,.webchat .wzsijdG_carousel-filmstrip.wzsijdG_carousel-filmstrip--show-nub):not(.wzsijdG_carousel-filmstrip--hide-avatar.wzsijdG_carousel-filmstrip--show-avatar) .wzsijdG_carousel-filmstrip__attachments{margin-inline-start:calc(-1 * var(--webchat__padding--regular) * 2)}.webchat .wtvQgqa_carousel-layout{position:relative;overflow:hidden}.webchat .wtvQgqa_carousel-layout .react-film__flipper .react-film__flipper__body{background-color:var(--webchat__background--transcript-overlay-button);color:var(--webchat__color--transcript-overlay-button);outline:0}:is(.webchat .wtvQgqa_carousel-layout .react-film__flipper:disabled,.webchat .wtvQgqa_carousel-layout .react-film__flipper[aria-disabled=true]) .react-film__flipper__body{background-color:var(--webchat__background--transcript-overlay-button-disabled);color:var(--webchat__color--transcript-overlay-button-disabled)}.webchat .wtvQgqa_carousel-layout .react-film__flipper:focus .react-film__flipper__body{background-color:var(--webchat__background--transcript-overlay-button-focus);color:var(--webchat__color--transcript-overlay-button-focus, var(--webchat__color--transcript-overlay-button))}.webchat .wtvQgqa_carousel-layout .react-film__flipper:hover .react-film__flipper__body{background-color:var(--webchat__background--transcript-overlay-button-hover);color:var(--webchat__color--transcript-overlay-button-hover, var(--webchat__color--transcript-overlay-button))}.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__chevron{transition:transform var(--webchat__transition-duration) var(--webchat__transition-easing)}.webchat .wo1OXYa_collapsible-content__content{flex-direction:column;display:flex}.webchat .wBpMa5G_activity-status{color:var(--webchat__color--timestamp);font-family:var(--webchat__font--primary);font-size:var(--webchat__font-size--small);margin-block-start:calc(var(--webchat__padding--regular) / 2)}.webchat .wBpMa5G_activity-status.wBpMa5G_activity-status--slotted{gap:4px;display:inline-flex}.webchat .wBpMa5G_activity-status-slot{display:contents}.webchat .wBpMa5G_activity-status-slot:not(:first-child):before{content:"|"}.webchat .wBpMa5G_activity-status-slot:empty{display:none}.webchat .wBpMa5G_activity-status__originator{align-items:center}.webchat .wBpMa5G_activity-status__originator.wBpMa5G_activity-status__originator--has-link{color:var(--webchat__color--accent)}.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 */
|