.ODSSkeleton{--ODSSkeleton-borderRadius--variant-full:var(--radius-full);--ODSSkeleton-borderRadius--variant-small:var(--radius-small);--ODSSkeleton-borderRadius--variant-medium:var(--radius-medium);--ODSSkeleton-borderRadius--variant-large:var(--radius-large);--ODSSkeleton-width--variant-full:var(--sizing-minimum-tappable-area);--ODSSkeleton-width:100%;--ODSSkeleton-height--variant-full:var(--sizing-minimum-tappable-area);--ODSSkeleton-overflow:hidden;--ODSSkeleton-maxHeight--variant-small:var(--sizing-component-14);--ODSSkeleton-maxHeight--variant-medium:var(--sizing-component-18);--ODSSkeleton-minHeight--variant-small:var(--sizing-component-2);--ODSSkeleton-minHeight--variant-medium:var(--sizing-component-14);--ODSSkeleton-minHeight--variant-large:var(--sizing-component-18);--ODSSkeleton-flex--variant-small:1;--ODSSkeleton-flex--variant-medium:1;--ODSSkeleton-flex--variant-large:1;background-color:var(--colours-basic-background-subtle);width:var(--ODSSkeleton-width);overflow:var(--ODSSkeleton-overflow);position:relative}.ODSSkeleton:before{content:"";opacity:0;background-image:linear-gradient(90deg,var(--colours-basic-background-subtle),#e8339026 15%,#b5005d33 60%,var(--colours-basic-background-subtle));animation:15s .6s infinite skeletonAnimationMagenta;position:absolute;inset:0}.ODSSkeleton:after{content:"";opacity:0;background-image:linear-gradient(90deg,var(--colours-basic-background-subtle),#f9cce31c 20%,#626262b3 60%,var(--colours-basic-background-subtle));animation:15s .6s infinite skeletonAnimationGrey;position:absolute;inset:0}.ODSSkeleton.ODSSkeleton--variant-full{border-radius:var(--ODSSkeleton-borderRadius--variant-full);width:var(--ODSSkeleton-width--variant-full);height:var(--ODSSkeleton-height--variant-full)}.ODSSkeleton.ODSSkeleton--variant-small{border-radius:var(--ODSSkeleton-borderRadius--variant-small);max-height:var(--ODSSkeleton-maxHeight--variant-small);min-height:var(--ODSSkeleton-minHeight--variant-small);flex:var(--ODSSkeleton-flex--variant-small)}.ODSSkeleton.ODSSkeleton--variant-medium{border-radius:var(--ODSSkeleton-borderRadius--variant-medium);max-height:var(--ODSSkeleton-maxHeight--variant-medium);min-height:var(--ODSSkeleton-minHeight--variant-medium);flex:var(--ODSSkeleton-flex--variant-medium)}.ODSSkeleton.ODSSkeleton--variant-large{border-radius:var(--ODSSkeleton-borderRadius--variant-large);min-height:var(--ODSSkeleton-minHeight--variant-large);flex:var(--ODSSkeleton-flex--variant-large)}@keyframes skeletonAnimationMagenta{0%{opacity:0;transform:translate(-100%)}5%{opacity:1;transform:translate(-100%)}15%{opacity:1;transform:translate(100%)}25%{opacity:1;transform:translate(100%)}35%{opacity:1;transform:translate(-100%)}40%{opacity:1;transform:translate(-100%)}50%{opacity:1;transform:translate(100%)}51%{opacity:0}to{opacity:0;transform:translate(100%)}}@keyframes skeletonAnimationGrey{0%{opacity:0;transform:translate(-100%)}50%{opacity:0;transform:translate(-100%)}55%{opacity:1;transform:translate(-100%)}65%{opacity:1;transform:translate(100%)}70%{opacity:1;transform:translate(100%)}80%{opacity:1;transform:translate(-100%)}85%{opacity:1;transform:translate(-100%)}99%{opacity:1;transform:translate(100%)}to{opacity:0;transform:translate(100%)}}
.ODSTypingAnimation{--ODSTypingAnimation-gap:var(--spacing-component-1);--ODSTypingAnimation-padding:var(--spacing-component-5);--ODSTypingAnimation-verticalAlignment:center;--ODSTypingAnimation-horizontalAlignment:center;--ODSTypingAnimation-Dot-borderRadius:var(--radius-full);--ODSTypingAnimation-Dot-width:var(--sizing-component-3);--ODSTypingAnimation-Dot-height:var(--sizing-component-3);--ODSTypingAnimation-Dot-overflow:hidden;gap:var(--ODSTypingAnimation-gap);padding:var(--ODSTypingAnimation-padding);align-items:var(--ODSTypingAnimation-verticalAlignment);justify-content:var(--ODSTypingAnimation-horizontalAlignment)}.ODSTypingAnimation-Dot{border-radius:var(--ODSTypingAnimation-Dot-borderRadius);width:var(--ODSTypingAnimation-Dot-width);height:var(--ODSTypingAnimation-Dot-height);overflow:var(--ODSTypingAnimation-Dot-overflow);background-color:var(--colours-basic-text);animation:1.2s ease-in-out infinite typing-bounce}.ODSTypingAnimation-Dot:first-child{animation-delay:0s}.ODSTypingAnimation-Dot:nth-child(2){animation-delay:.2s}.ODSTypingAnimation-Dot:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%{background-color:var(--colours-basic-text);transform:scale(1)}50%{background-color:var(--colours-basic-text-recessive);transform:scale(1.4)}to{background-color:var(--colours-basic-text);transform:scale(1)}}
.ODSChatText{--ODSChatText-gap:var(--spacing-component-2);--ODSChatText-width:100%;--ODSChatText-verticalAlignment:center;--ODSChatText-horizontalAlignment--variant-incoming:start;--ODSChatText-horizontalAlignment--variant-outgoing:end;--ODSChatText-BubbleContainer-padding--type-text:var(--spacing-component-3) var(--spacing-component-5) var(--spacing-component-3) var(--spacing-component-5);--ODSChatText-BubbleContainer-borderRadius--type-text--variant-outgoing--typing:0 var(--radius-small) var(--radius-small) var(--radius-small);--ODSChatText-BubbleContainer-borderRadius--type-text--variant-outgoing:var(--radius-small);--ODSChatText-BubbleContainer-borderRadius--type-text--variant-outgoing--fill:var(--radius-small);--ODSChatText-BubbleContainer-borderRadius--type-text--variant-incoming:var(--radius-small);--ODSChatText-BubbleContainer-borderRadius--type-text--variant-outgoing--fill--loading:0 var(--radius-small) var(--radius-small) var(--radius-small);--ODSChatText-BubbleContainer-borderRadius--type-text--variant-incoming--firstMessage:0 var(--radius-small) var(--radius-small) var(--radius-small);--ODSChatText-BubbleContainer-borderRadius--type-text--variant-outgoing--firstMessage:var(--radius-small) 0 var(--radius-small) var(--radius-small);--ODSChatText-BubbleContainer-flex--type-text--fill:1;--ODSChatText-BubbleContainer-overflow--type-text:hidden;--ODSChatText-BubbleContainer-verticalAlignment--type-text:center;--ODSChatText-BubbleContainer-horizontalAlignment--type-text:center;--ODSChatText-BubbleContainer-position--type-text:relative;--ODSChatText-BubbleBackground-borderRadius--type-text:var(--radius-small);--ODSChatText-BubbleBackground-borderRadius--type-text--variant-incoming--firstMessage:0 var(--radius-small) var(--radius-small) var(--radius-small);--ODSChatText-BubbleBackground-borderRadius--type-text--variant-outgoing--firstMessage:var(--radius-small) 0 var(--radius-small) var(--radius-small);--ODSChatText-BubbleBackground-position--type-text:absolute;--ODSChatText-BubbleBackground-top--type-text--variant-outgoing--loading:0;--ODSChatText-BubbleBackground-top--type-text--variant-incoming:0;--ODSChatText-BubbleBackground-top--type-text--variant-outgoing:1px;--ODSChatText-BubbleBackground-top--type-text--variant-incoming--typing:1px;--ODSChatText-BubbleBackground-top--type-text--variant-incoming--loading:1px;--ODSChatText-BubbleBackground-bottom--type-text--variant-incoming:0;--ODSChatText-BubbleBackground-bottom--type-text--variant-outgoing--typing:0;--ODSChatText-BubbleBackground-bottom--type-text--variant-outgoing:0;--ODSChatText-BubbleBackground-bottom--type-text--variant-outgoing--loading:1px;--ODSChatText-BubbleBackground-left--type-text--variant-outgoing--firstMessage--typing:1px;--ODSChatText-BubbleBackground-left--type-text--variant-outgoing--firstMessage:0;--ODSChatText-BubbleBackground-left--type-text--variant-outgoing--typing:1px;--ODSChatText-BubbleBackground-left--type-text--variant-outgoing--fill:0;--ODSChatText-BubbleBackground-left--type-text--variant-outgoing--loading:0;--ODSChatText-BubbleBackground-left--type-text--variant-incoming--firstMessage:0;--ODSChatText-BubbleBackground-left--type-text--variant-incoming:0;--ODSChatText-BubbleBackground-left--type-text--variant-incoming--typing:1px;--ODSChatText-BubbleBackground-left--type-text--variant-outgoing--firstMessage--fill:1px;--ODSChatText-BubbleBackground-left--type-text--variant-outgoing:1px;--ODSChatText-BubbleBackground-right--type-text--variant-incoming:0;--ODSChatText-BubbleBackground-right--type-text--variant-outgoing--firstMessage:0;--ODSChatText-BubbleBackground-right--type-text--variant-outgoing--typing:0;--ODSChatText-BubbleBackground-right--type-text--variant-outgoing:0;--ODSChatText-BubbleBackground-right--type-text--variant-outgoing--fill:1px;--ODSChatText-BubbleBackground-overflow--type-text:hidden;--ODSChatText-Text-font--type-text:var(--body-m-regular);--ODSChatText-Text-letterSpacing--type-text:var(--body-m-regular-letter-spacing);--ODSChatText-Text-textAlign--type-text--fill:left;--ODSChatText-Text-flex--type-text--fill:1;--ODSChatText-Text-verticalAlign--type-text:top;--ODSChatText-Text-opacity--type-text--loading:0;--ODSChatText-SkeletonContainer-gap--type-text--variant-incoming--fill--loading:11.56px;--ODSChatText-SkeletonContainer-gap--type-text--variant-incoming--firstMessage--loading:11.56px;--ODSChatText-SkeletonContainer-gap--type-text--variant-incoming--loading:38.92px;--ODSChatText-SkeletonContainer-padding--type-text--loading:var(--spacing-component-3) var(--spacing-component-5) var(--spacing-component-3) var(--spacing-component-5);--ODSChatText-SkeletonContainer-position--type-text--loading:absolute;--ODSChatText-SkeletonContainer-top--type-text--loading:0;--ODSChatText-SkeletonContainer-bottom--type-text--loading:1px;--ODSChatText-SkeletonContainer-left--type-text--variant-outgoing--firstMessage--loading:0;--ODSChatText-SkeletonContainer-left--type-text--variant-incoming--firstMessage--loading:0;--ODSChatText-SkeletonContainer-left--type-text--variant-incoming--fill--loading:0;--ODSChatText-SkeletonContainer-left--type-text--variant-outgoing--fill--loading:1px;--ODSChatText-SkeletonContainer-left--type-text--variant-incoming--loading:1px;--ODSChatText-SkeletonContainer-left--type-text--variant-incoming--firstMessage--fill--loading:1px;--ODSChatText-SkeletonContainer-left--type-text--variant-outgoing--loading:2px;--ODSChatText-SkeletonContainer-right--type-text--loading:0;--ODSChatText-SkeletonContainer-right--type-text--firstMessage--loading:0;--ODSChatText-SkeletonContainer-right--type-text--fill--loading:1px;--ODSChatText-SkeletonContainer-verticalAlignment--type-text--loading:start;--ODSChatText-SkeletonContainer-horizontalAlignment--type-text--loading:start;--ODSChatText-OdsSkeleton-rotate--type-text--variant-incoming--loading:180deg;--ODSChatText-ContentSlot-flex--type-slot--fill:1;--ODSChatText-ContentSlot-verticalAlignment--type-slot:center;--ODSChatText-ContentSlot-horizontalAlignment--type-slot:center;--ODSChatText-ContentSlot-minWidth--type-slot:var(--sizing-component-14);--ODSChatText-ContentSlot-overflow--type-slot--variant-outgoing:hidden;gap:var(--ODSChatText-gap);align-items:var(--ODSChatText-verticalAlignment)}.ODSChatText:not(.ODSChatText--typing){width:var(--ODSChatText-width)}.ODSChatText.ODSChatText--variant-incoming{justify-content:var(--ODSChatText-horizontalAlignment--variant-incoming)}.ODSChatText.ODSChatText--variant-outgoing:not(.ODSChatText--typing){justify-content:var(--ODSChatText-horizontalAlignment--variant-outgoing)}.ODSChatText-BubbleContainer.ODSChatText-BubbleContainer--type-text{align-items:var(--ODSChatText-BubbleContainer-verticalAlignment--type-text);justify-content:var(--ODSChatText-BubbleContainer-horizontalAlignment--type-text);position:var(--ODSChatText-BubbleContainer-position--type-text)}.ODSChatText-BubbleContainer.ODSChatText-BubbleContainer--type-text:not(.ODSChatText-BubbleContainer--typing){padding:var(--ODSChatText-BubbleContainer-padding--type-text);overflow:var(--ODSChatText-BubbleContainer-overflow--type-text)}.ODSChatText-BubbleContainer.ODSChatText-BubbleContainer--type-text.ODSChatText-BubbleContainer--variant-outgoing:not(.ODSChatText-BubbleContainer--firstMessage).ODSChatText-BubbleContainer--typing{border-radius:var(--ODSChatText-BubbleContainer-borderRadius--type-text--variant-outgoing--typing)}.ODSChatText-BubbleContainer.ODSChatText-BubbleContainer--type-text.ODSChatText-BubbleContainer--variant-outgoing:not(.ODSChatText-BubbleContainer--firstMessage):not(.ODSChatText-BubbleContainer--typing):not(.ODSChatText-BubbleContainer--fill){border-radius:var(--ODSChatText-BubbleContainer-borderRadius--type-text--variant-outgoing)}.ODSChatText-BubbleContainer.ODSChatText-BubbleContainer--type-text.ODSChatText-BubbleContainer--variant-outgoing:not(.ODSChatText-BubbleContainer--firstMessage):not(.ODSChatText-BubbleContainer--typing).ODSChatText-BubbleContainer--fill:not(.ODSChatText-BubbleContainer--loading){border-radius:var(--ODSChatText-BubbleContainer-borderRadius--type-text--variant-outgoing--fill)}.ODSChatText-BubbleContainer.ODSChatText-BubbleContainer--type-text.ODSChatText-BubbleContainer--variant-incoming:not(.ODSChatText-BubbleContainer--firstMessage){border-radius:var(--ODSChatText-BubbleContainer-borderRadius--type-text--variant-incoming)}.ODSChatText-BubbleContainer.ODSChatText-BubbleContainer--type-text.ODSChatText-BubbleContainer--variant-outgoing:not(.ODSChatText-BubbleContainer--firstMessage):not(.ODSChatText-BubbleContainer--typing).ODSChatText-BubbleContainer--fill.ODSChatText-BubbleContainer--loading{border-radius:var(--ODSChatText-BubbleContainer-borderRadius--type-text--variant-outgoing--fill--loading)}.ODSChatText-BubbleContainer.ODSChatText-BubbleContainer--type-text.ODSChatText-BubbleContainer--variant-incoming.ODSChatText-BubbleContainer--firstMessage{border-radius:var(--ODSChatText-BubbleContainer-borderRadius--type-text--variant-incoming--firstMessage)}.ODSChatText-BubbleContainer.ODSChatText-BubbleContainer--type-text.ODSChatText-BubbleContainer--variant-outgoing.ODSChatText-BubbleContainer--firstMessage:not(.ODSChatText-BubbleContainer--typing){border-radius:var(--ODSChatText-BubbleContainer-borderRadius--type-text--variant-outgoing--firstMessage)}.ODSChatText-BubbleContainer.ODSChatText-BubbleContainer--type-text:not(.ODSChatText-BubbleContainer--typing).ODSChatText-BubbleContainer--fill{flex:var(--ODSChatText-BubbleContainer-flex--type-text--fill)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text{position:var(--ODSChatText-BubbleBackground-position--type-text);overflow:var(--ODSChatText-BubbleBackground-overflow--type-text)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-incoming{background-color:var(--colours-basic-background-subtle);bottom:var(--ODSChatText-BubbleBackground-bottom--type-text--variant-incoming);right:var(--ODSChatText-BubbleBackground-right--type-text--variant-incoming)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-outgoing:not(.ODSChatText-BubbleBackground--typing){background-color:var(--colours-basic-accent-secondary)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text:not(.ODSChatText-BubbleBackground--firstMessage){border-radius:var(--ODSChatText-BubbleBackground-borderRadius--type-text)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-incoming.ODSChatText-BubbleBackground--firstMessage{border-radius:var(--ODSChatText-BubbleBackground-borderRadius--type-text--variant-incoming--firstMessage);left:var(--ODSChatText-BubbleBackground-left--type-text--variant-incoming--firstMessage)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-outgoing.ODSChatText-BubbleBackground--firstMessage:not(.ODSChatText-BubbleBackground--typing){border-radius:var(--ODSChatText-BubbleBackground-borderRadius--type-text--variant-outgoing--firstMessage)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-outgoing:not(.ODSChatText-BubbleBackground--typing).ODSChatText-BubbleBackground--loading{top:var(--ODSChatText-BubbleBackground-top--type-text--variant-outgoing--loading);bottom:var(--ODSChatText-BubbleBackground-bottom--type-text--variant-outgoing--loading)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-incoming:not(.ODSChatText-BubbleBackground--typing):not(.ODSChatText-BubbleBackground--loading){top:var(--ODSChatText-BubbleBackground-top--type-text--variant-incoming)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-outgoing:not(.ODSChatText-BubbleBackground--loading){top:var(--ODSChatText-BubbleBackground-top--type-text--variant-outgoing)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-incoming.ODSChatText-BubbleBackground--typing:not(.ODSChatText-BubbleBackground--loading){top:var(--ODSChatText-BubbleBackground-top--type-text--variant-incoming--typing)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-incoming:not(.ODSChatText-BubbleBackground--typing).ODSChatText-BubbleBackground--loading{top:var(--ODSChatText-BubbleBackground-top--type-text--variant-incoming--loading)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-outgoing.ODSChatText-BubbleBackground--typing{bottom:var(--ODSChatText-BubbleBackground-bottom--type-text--variant-outgoing--typing)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-outgoing:not(.ODSChatText-BubbleBackground--typing):not(.ODSChatText-BubbleBackground--loading){bottom:var(--ODSChatText-BubbleBackground-bottom--type-text--variant-outgoing)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-outgoing.ODSChatText-BubbleBackground--firstMessage.ODSChatText-BubbleBackground--typing,.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-outgoing.ODSChatText-BubbleBackground--firstMessage.ODSChatText-BubbleBackground--typing:not(.ODSChatText-BubbleBackground--fill){left:var(--ODSChatText-BubbleBackground-left--type-text--variant-outgoing--firstMessage--typing)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-outgoing.ODSChatText-BubbleBackground--firstMessage:not(.ODSChatText-BubbleBackground--typing):not(.ODSChatText-BubbleBackground--fill){left:var(--ODSChatText-BubbleBackground-left--type-text--variant-outgoing--firstMessage)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-outgoing:not(.ODSChatText-BubbleBackground--firstMessage).ODSChatText-BubbleBackground--typing{left:var(--ODSChatText-BubbleBackground-left--type-text--variant-outgoing--typing);right:var(--ODSChatText-BubbleBackground-right--type-text--variant-outgoing--typing)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-outgoing:not(.ODSChatText-BubbleBackground--firstMessage):not(.ODSChatText-BubbleBackground--typing).ODSChatText-BubbleBackground--fill{left:var(--ODSChatText-BubbleBackground-left--type-text--variant-outgoing--fill);right:var(--ODSChatText-BubbleBackground-right--type-text--variant-outgoing--fill)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-outgoing:not(.ODSChatText-BubbleBackground--firstMessage):not(.ODSChatText-BubbleBackground--typing):not(.ODSChatText-BubbleBackground--fill).ODSChatText-BubbleBackground--loading{left:var(--ODSChatText-BubbleBackground-left--type-text--variant-outgoing--loading)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-incoming:not(.ODSChatText-BubbleBackground--firstMessage):not(.ODSChatText-BubbleBackground--typing){left:var(--ODSChatText-BubbleBackground-left--type-text--variant-incoming)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-incoming:not(.ODSChatText-BubbleBackground--firstMessage).ODSChatText-BubbleBackground--typing:not(.ODSChatText-BubbleBackground--fill){left:var(--ODSChatText-BubbleBackground-left--type-text--variant-incoming--typing)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-outgoing.ODSChatText-BubbleBackground--firstMessage:not(.ODSChatText-BubbleBackground--typing).ODSChatText-BubbleBackground--fill{left:var(--ODSChatText-BubbleBackground-left--type-text--variant-outgoing--firstMessage--fill)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-outgoing:not(.ODSChatText-BubbleBackground--firstMessage).ODSChatText-BubbleBackground--typing:not(.ODSChatText-BubbleBackground--fill){left:var(--ODSChatText-BubbleBackground-left--type-text--variant-outgoing--typing)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-outgoing:not(.ODSChatText-BubbleBackground--firstMessage):not(.ODSChatText-BubbleBackground--typing):not(.ODSChatText-BubbleBackground--fill):not(.ODSChatText-BubbleBackground--loading){left:var(--ODSChatText-BubbleBackground-left--type-text--variant-outgoing)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-outgoing.ODSChatText-BubbleBackground--firstMessage{right:var(--ODSChatText-BubbleBackground-right--type-text--variant-outgoing--firstMessage)}.ODSChatText-BubbleBackground.ODSChatText-BubbleBackground--type-text.ODSChatText-BubbleBackground--variant-outgoing:not(.ODSChatText-BubbleBackground--firstMessage):not(.ODSChatText-BubbleBackground--typing):not(.ODSChatText-BubbleBackground--fill){right:var(--ODSChatText-BubbleBackground-right--type-text--variant-outgoing)}.ODSChatText-Text.ODSChatText-Text--type-text:not(.ODSChatText-Text--typing){font:var(--ODSChatText-Text-font--type-text);letter-spacing:var(--ODSChatText-Text-letterSpacing--type-text);vertical-align:var(--ODSChatText-Text-verticalAlign--type-text)}.ODSChatText-Text.ODSChatText-Text--type-text.ODSChatText-Text--variant-outgoing:not(.ODSChatText-Text--typing).ODSChatText-Text--loading,.ODSChatText-Text.ODSChatText-Text--type-text.ODSChatText-Text--variant-incoming:not(.ODSChatText-Text--typing){color:var(--colours-basic-text)}.ODSChatText-Text.ODSChatText-Text--type-text.ODSChatText-Text--variant-outgoing:not(.ODSChatText-Text--typing):not(.ODSChatText-Text--loading){color:var(--colours-basic-text-on-accent-secondary)}.ODSChatText-Text.ODSChatText-Text--type-text:not(.ODSChatText-Text--typing).ODSChatText-Text--fill{text-align:var(--ODSChatText-Text-textAlign--type-text--fill);flex:var(--ODSChatText-Text-flex--type-text--fill)}.ODSChatText-Text.ODSChatText-Text--type-text:not(.ODSChatText-Text--typing).ODSChatText-Text--loading{opacity:var(--ODSChatText-Text-opacity--type-text--loading)}.ODSChatText-SkeletonContainer.ODSChatText-SkeletonContainer--type-text.ODSChatText-SkeletonContainer--variant-incoming:not(.ODSChatText-SkeletonContainer--firstMessage):not(.ODSChatText-SkeletonContainer--typing).ODSChatText-SkeletonContainer--fill.ODSChatText-SkeletonContainer--loading{gap:var(--ODSChatText-SkeletonContainer-gap--type-text--variant-incoming--fill--loading);left:var(--ODSChatText-SkeletonContainer-left--type-text--variant-incoming--fill--loading)}.ODSChatText-SkeletonContainer.ODSChatText-SkeletonContainer--type-text.ODSChatText-SkeletonContainer--variant-incoming.ODSChatText-SkeletonContainer--firstMessage:not(.ODSChatText-SkeletonContainer--typing).ODSChatText-SkeletonContainer--loading{gap:var(--ODSChatText-SkeletonContainer-gap--type-text--variant-incoming--firstMessage--loading)}.ODSChatText-SkeletonContainer.ODSChatText-SkeletonContainer--type-text.ODSChatText-SkeletonContainer--variant-incoming:not(.ODSChatText-SkeletonContainer--firstMessage):not(.ODSChatText-SkeletonContainer--typing):not(.ODSChatText-SkeletonContainer--fill).ODSChatText-SkeletonContainer--loading{gap:var(--ODSChatText-SkeletonContainer-gap--type-text--variant-incoming--loading);left:var(--ODSChatText-SkeletonContainer-left--type-text--variant-incoming--loading)}.ODSChatText-SkeletonContainer.ODSChatText-SkeletonContainer--type-text:not(.ODSChatText-SkeletonContainer--typing).ODSChatText-SkeletonContainer--loading{padding:var(--ODSChatText-SkeletonContainer-padding--type-text--loading);position:var(--ODSChatText-SkeletonContainer-position--type-text--loading);top:var(--ODSChatText-SkeletonContainer-top--type-text--loading);bottom:var(--ODSChatText-SkeletonContainer-bottom--type-text--loading);justify-content:var(--ODSChatText-SkeletonContainer-verticalAlignment--type-text--loading);align-items:var(--ODSChatText-SkeletonContainer-horizontalAlignment--type-text--loading)}.ODSChatText-SkeletonContainer.ODSChatText-SkeletonContainer--type-text.ODSChatText-SkeletonContainer--variant-outgoing.ODSChatText-SkeletonContainer--firstMessage:not(.ODSChatText-SkeletonContainer--typing):not(.ODSChatText-SkeletonContainer--fill).ODSChatText-SkeletonContainer--loading{left:var(--ODSChatText-SkeletonContainer-left--type-text--variant-outgoing--firstMessage--loading)}.ODSChatText-SkeletonContainer.ODSChatText-SkeletonContainer--type-text.ODSChatText-SkeletonContainer--variant-incoming.ODSChatText-SkeletonContainer--firstMessage:not(.ODSChatText-SkeletonContainer--typing):not(.ODSChatText-SkeletonContainer--fill).ODSChatText-SkeletonContainer--loading{left:var(--ODSChatText-SkeletonContainer-left--type-text--variant-incoming--firstMessage--loading)}.ODSChatText-SkeletonContainer.ODSChatText-SkeletonContainer--type-text.ODSChatText-SkeletonContainer--variant-outgoing:not(.ODSChatText-SkeletonContainer--typing).ODSChatText-SkeletonContainer--fill.ODSChatText-SkeletonContainer--loading{left:var(--ODSChatText-SkeletonContainer-left--type-text--variant-outgoing--fill--loading)}.ODSChatText-SkeletonContainer.ODSChatText-SkeletonContainer--type-text.ODSChatText-SkeletonContainer--variant-incoming.ODSChatText-SkeletonContainer--firstMessage:not(.ODSChatText-SkeletonContainer--typing).ODSChatText-SkeletonContainer--fill.ODSChatText-SkeletonContainer--loading{left:var(--ODSChatText-SkeletonContainer-left--type-text--variant-incoming--firstMessage--fill--loading)}.ODSChatText-SkeletonContainer.ODSChatText-SkeletonContainer--type-text.ODSChatText-SkeletonContainer--variant-outgoing:not(.ODSChatText-SkeletonContainer--firstMessage):not(.ODSChatText-SkeletonContainer--typing):not(.ODSChatText-SkeletonContainer--fill).ODSChatText-SkeletonContainer--loading{left:var(--ODSChatText-SkeletonContainer-left--type-text--variant-outgoing--loading)}.ODSChatText-SkeletonContainer.ODSChatText-SkeletonContainer--type-text:not(.ODSChatText-SkeletonContainer--firstMessage):not(.ODSChatText-SkeletonContainer--typing):not(.ODSChatText-SkeletonContainer--fill).ODSChatText-SkeletonContainer--loading{right:var(--ODSChatText-SkeletonContainer-right--type-text--loading)}.ODSChatText-SkeletonContainer.ODSChatText-SkeletonContainer--type-text.ODSChatText-SkeletonContainer--firstMessage:not(.ODSChatText-SkeletonContainer--typing).ODSChatText-SkeletonContainer--loading{right:var(--ODSChatText-SkeletonContainer-right--type-text--firstMessage--loading)}.ODSChatText-SkeletonContainer.ODSChatText-SkeletonContainer--type-text:not(.ODSChatText-SkeletonContainer--firstMessage):not(.ODSChatText-SkeletonContainer--typing).ODSChatText-SkeletonContainer--fill.ODSChatText-SkeletonContainer--loading{right:var(--ODSChatText-SkeletonContainer-right--type-text--fill--loading)}.ODSChatText-OdsSkeleton.ODSChatText-OdsSkeleton--type-text.ODSChatText-OdsSkeleton--variant-incoming:not(.ODSChatText-OdsSkeleton--typing):not(.ODSChatText-OdsSkeleton--fill).ODSChatText-OdsSkeleton--loading{rotate:var(--ODSChatText-OdsSkeleton-rotate--type-text--variant-incoming--loading)}.ODSChatText-ContentSlot.ODSChatText-ContentSlot--type-slot:not(.ODSChatText-ContentSlot--typing).ODSChatText-ContentSlot--fill:not(.ODSChatText-ContentSlot--loading){flex:var(--ODSChatText-ContentSlot-flex--type-slot--fill)}.ODSChatText-ContentSlot.ODSChatText-ContentSlot--type-slot:not(.ODSChatText-ContentSlot--typing):not(.ODSChatText-ContentSlot--loading){align-items:var(--ODSChatText-ContentSlot-verticalAlignment--type-slot);justify-content:var(--ODSChatText-ContentSlot-horizontalAlignment--type-slot)}.ODSChatText-ContentSlot.ODSChatText-ContentSlot--type-slot:not(.ODSChatText-ContentSlot--typing):not(.ODSChatText-ContentSlot--fill):not(.ODSChatText-ContentSlot--loading){min-width:var(--ODSChatText-ContentSlot-minWidth--type-slot)}.ODSChatText-ContentSlot.ODSChatText-ContentSlot--type-slot.ODSChatText-ContentSlot--variant-outgoing:not(.ODSChatText-ContentSlot--typing):not(.ODSChatText-ContentSlot--loading){overflow:var(--ODSChatText-ContentSlot-overflow--type-slot--variant-outgoing)}.ODSChatText-Text{position:relative}.ODSChatText.ODSChatText--variant-outgoing:not(.ODSChatText--typing){flex-direction:row-reverse}.ODSChatText .ODSBadgeIcon{flex-shrink:0}.ODSChatText{border-radius:var(--radius-small)}.ODSChatText:focus-visible{outline:var(--strokes-2) solid;outline-offset:4px;z-index:1;position:relative}
.ODSChatTextGroup{--ODSChatTextGroup-padding--variant-incoming:0 var(--spacing-component-9) 0 0;--ODSChatTextGroup-padding--variant-outgoing:0 0 0 var(--spacing-component-9);--ODSChatTextGroup-width:100%;--ODSChatTextGroup-verticalAlignment:start;--ODSChatTextGroup-horizontalAlignment:start;--ODSChatTextGroup-ListContainer-gap:var(--spacing-component-2);--ODSChatTextGroup-ListContainer-width:100%;--ODSChatTextGroup-ListContainer-display:flex;--ODSChatTextGroup-ListContainer-verticalAlignment:start;--ODSChatTextGroup-ListContainer-horizontalAlignment:start;--ODSChatTextGroup-ListContainer-flexDirection:column;width:var(--ODSChatTextGroup-width);justify-content:var(--ODSChatTextGroup-verticalAlignment);align-items:var(--ODSChatTextGroup-horizontalAlignment)}.ODSChatTextGroup.ODSChatTextGroup--variant-incoming{padding:var(--ODSChatTextGroup-padding--variant-incoming)}.ODSChatTextGroup.ODSChatTextGroup--variant-outgoing{padding:var(--ODSChatTextGroup-padding--variant-outgoing)}.ODSChatTextGroup-ListContainer{gap:var(--ODSChatTextGroup-ListContainer-gap);width:var(--ODSChatTextGroup-ListContainer-width);display:var(--ODSChatTextGroup-ListContainer-display);justify-content:var(--ODSChatTextGroup-ListContainer-verticalAlignment);align-items:var(--ODSChatTextGroup-ListContainer-horizontalAlignment);flex-direction:var(--ODSChatTextGroup-ListContainer-flexDirection)}
.ODSChatBubble{--ODSChatBubble-gap--variant-incoming:var(--spacing-component-2);--ODSChatBubble-width:100%;--ODSChatBubble-verticalAlignment:start;--ODSChatBubble-horizontalAlignment:start;--ODSChatBubble-Avatar-minHeight--variant-incoming:var(--sizing-component-10);--ODSChatBubble-Avatar-minWidth--variant-incoming:var(--sizing-component-10);--ODSChatBubble-Avatar-verticalAlignment--variant-incoming:start;--ODSChatBubble-Avatar-horizontalAlignment--variant-incoming:start;--ODSChatBubble-ContentContainer-flex:1;--ODSChatBubble-ContentContainer-verticalAlignment:center;--ODSChatBubble-ContentContainer-horizontalAlignment--variant-incoming:start;--ODSChatBubble-ContentContainer-horizontalAlignment--variant-outgoing:end;--ODSChatBubble-Footer-width:100%;--ODSChatBubble-Footer-verticalAlignment:center;--ODSChatBubble-Footer-horizontalAlignment--variant-incoming:start;--ODSChatBubble-Footer-horizontalAlignment--variant-outgoing:end;--ODSChatBubble-HelperText-padding:var(--spacing-component-4) var(--spacing-component-3) var(--spacing-component-4) 0;--ODSChatBubble-HelperText-height:var(--sizing-minimum-tappable-area);--ODSChatBubble-HelperText-verticalAlignment:center;--ODSChatBubble-HelperText-horizontalAlignment:start;--ODSChatBubble-TextLabel-font:var(--body-s-regular);--ODSChatBubble-TextLabel-letterSpacing:var(--body-s-regular-letter-spacing);--ODSChatBubble-TextLabel-verticalAlign:top;width:var(--ODSChatBubble-width);align-items:var(--ODSChatBubble-verticalAlignment);justify-content:var(--ODSChatBubble-horizontalAlignment)}.ODSChatBubble.ODSChatBubble--variant-incoming{gap:var(--ODSChatBubble-gap--variant-incoming)}.ODSChatBubble-Avatar.ODSChatBubble-Avatar--variant-incoming{min-height:var(--ODSChatBubble-Avatar-minHeight--variant-incoming);min-width:var(--ODSChatBubble-Avatar-minWidth--variant-incoming);justify-content:var(--ODSChatBubble-Avatar-verticalAlignment--variant-incoming);align-items:var(--ODSChatBubble-Avatar-horizontalAlignment--variant-incoming)}.ODSChatBubble-ContentContainer{flex:var(--ODSChatBubble-ContentContainer-flex);justify-content:var(--ODSChatBubble-ContentContainer-verticalAlignment)}.ODSChatBubble-ContentContainer.ODSChatBubble-ContentContainer--variant-incoming{align-items:var(--ODSChatBubble-ContentContainer-horizontalAlignment--variant-incoming)}.ODSChatBubble-ContentContainer.ODSChatBubble-ContentContainer--variant-outgoing{align-items:var(--ODSChatBubble-ContentContainer-horizontalAlignment--variant-outgoing)}.ODSChatBubble-Footer{width:var(--ODSChatBubble-Footer-width);align-items:var(--ODSChatBubble-Footer-verticalAlignment)}.ODSChatBubble-Footer.ODSChatBubble-Footer--variant-incoming{justify-content:var(--ODSChatBubble-Footer-horizontalAlignment--variant-incoming)}.ODSChatBubble-Footer.ODSChatBubble-Footer--variant-outgoing{justify-content:var(--ODSChatBubble-Footer-horizontalAlignment--variant-outgoing)}.ODSChatBubble-HelperText{padding:var(--ODSChatBubble-HelperText-padding);height:var(--ODSChatBubble-HelperText-height);align-items:var(--ODSChatBubble-HelperText-verticalAlignment);justify-content:var(--ODSChatBubble-HelperText-horizontalAlignment)}.ODSChatBubble-TextLabel{font:var(--ODSChatBubble-TextLabel-font);letter-spacing:var(--ODSChatBubble-TextLabel-letterSpacing);color:var(--colours-basic-text-recessive);vertical-align:var(--ODSChatBubble-TextLabel-verticalAlign)}
.ODSChatBubbleLeadingElementDeprecated{--ODSChatBubbleLeadingElementDeprecated-verticalAlignment:start;--ODSChatBubbleLeadingElementDeprecated-horizontalAlignment:start;align-items:var(--ODSChatBubbleLeadingElementDeprecated-verticalAlignment);justify-content:var(--ODSChatBubbleLeadingElementDeprecated-horizontalAlignment)}
.ODSChatBubbleDeprecated{--ODSChatBubbleDeprecated-gap:var(--spacing-component-2);--ODSChatBubbleDeprecated-verticalAlignment:start;--ODSChatBubbleDeprecated-horizontalAlignment:start;--ODSChatBubbleDeprecated-overflow--variant-incoming:hidden;--ODSChatBubbleDeprecated-Avatar-minHeight--variant-incoming:var(--sizing-component-10);--ODSChatBubbleDeprecated-Avatar-minWidth--variant-incoming:var(--sizing-component-10);--ODSChatBubbleDeprecated-Avatar-verticalAlignment--variant-incoming:start;--ODSChatBubbleDeprecated-Avatar-horizontalAlignment--variant-incoming:start;--ODSChatBubbleDeprecated-ContentContainer-verticalAlignment:center;--ODSChatBubbleDeprecated-ContentContainer-horizontalAlignment--variant-incoming:start;--ODSChatBubbleDeprecated-ContentContainer-horizontalAlignment--variant-outgoing:end;--ODSChatBubbleDeprecated-BubbleBadge-gap:var(--spacing-component-3);--ODSChatBubbleDeprecated-BubbleBadge-verticalAlignment:center;--ODSChatBubbleDeprecated-BubbleBadge-horizontalAlignment--variant-incoming:start;--ODSChatBubbleDeprecated-BubbleBadge-horizontalAlignment--variant-outgoing:end;--ODSChatBubbleDeprecated-BubbleContainer-borderRadius--variant-incoming--firstMessage:0 var(--radius-small) var(--radius-small) var(--radius-small);--ODSChatBubbleDeprecated-BubbleContainer-borderRadius:var(--radius-small);--ODSChatBubbleDeprecated-BubbleContainer-borderRadius--variant-outgoing--firstMessage:var(--radius-small) 0 var(--radius-small) var(--radius-small);--ODSChatBubbleDeprecated-BubbleContainer-maxWidth:260px;--ODSChatBubbleDeprecated-BubbleContainer-overflow:hidden;--ODSChatBubbleDeprecated-BubbleContainer-verticalAlignment:start;--ODSChatBubbleDeprecated-BubbleContainer-horizontalAlignment:start;--ODSChatBubbleDeprecated-BubbleContainer-position:relative;--ODSChatBubbleDeprecated-BubbleBackground-borderRadius--variant-incoming--firstMessage:0 var(--radius-small) var(--radius-small) var(--radius-small);--ODSChatBubbleDeprecated-BubbleBackground-borderRadius:var(--radius-small);--ODSChatBubbleDeprecated-BubbleBackground-borderRadius--variant-outgoing--firstMessage:var(--radius-small) 0 var(--radius-small) var(--radius-small);--ODSChatBubbleDeprecated-BubbleBackground-position:absolute;--ODSChatBubbleDeprecated-BubbleBackground-top:0;--ODSChatBubbleDeprecated-BubbleBackground-bottom:0;--ODSChatBubbleDeprecated-BubbleBackground-left:0;--ODSChatBubbleDeprecated-BubbleBackground-right:0;--ODSChatBubbleDeprecated-BubbleBackground-overflow:hidden;--ODSChatBubbleDeprecated-Footer-width:100%;--ODSChatBubbleDeprecated-Footer-verticalAlignment:center;--ODSChatBubbleDeprecated-Footer-horizontalAlignment--variant-incoming:start;--ODSChatBubbleDeprecated-Footer-horizontalAlignment--variant-outgoing:end;--ODSChatBubbleDeprecated-HelperText-padding:var(--spacing-component-4) var(--spacing-component-3) var(--spacing-component-4) 0;--ODSChatBubbleDeprecated-HelperText-height:var(--sizing-minimum-tappable-area);--ODSChatBubbleDeprecated-HelperText-verticalAlignment:center;--ODSChatBubbleDeprecated-HelperText-horizontalAlignment:start;--ODSChatBubbleDeprecated-TextLabel-font:var(--body-s-regular);--ODSChatBubbleDeprecated-TextLabel-letterSpacing:var(--body-s-regular-letter-spacing);--ODSChatBubbleDeprecated-TextLabel-verticalAlign:top;--ODSChatBubbleDeprecated-Avatar-size:24px}.ODSChatBubbleDeprecated.ODSChatBubbleDeprecated--variant-incoming:not(.ODSChatBubbleDeprecated--firstMessage){overflow:var(--ODSChatBubbleDeprecated-overflow--variant-incoming)}.ODSChatBubbleDeprecated-Avatar.ODSChatBubbleDeprecated-Avatar--variant-incoming{min-height:var(--ODSChatBubbleDeprecated-Avatar-minHeight--variant-incoming);min-width:var(--ODSChatBubbleDeprecated-Avatar-minWidth--variant-incoming);justify-content:var(--ODSChatBubbleDeprecated-Avatar-verticalAlignment--variant-incoming);align-items:var(--ODSChatBubbleDeprecated-Avatar-horizontalAlignment--variant-incoming)}.ODSChatBubbleDeprecated-ContentContainer{justify-content:var(--ODSChatBubbleDeprecated-ContentContainer-verticalAlignment)}.ODSChatBubbleDeprecated-BubbleContainer{max-width:var(--ODSChatBubbleDeprecated-BubbleContainer-maxWidth);overflow:var(--ODSChatBubbleDeprecated-BubbleContainer-overflow);justify-content:var(--ODSChatBubbleDeprecated-BubbleContainer-verticalAlignment);align-items:var(--ODSChatBubbleDeprecated-BubbleContainer-horizontalAlignment);position:var(--ODSChatBubbleDeprecated-BubbleContainer-position)}.ODSChatBubbleDeprecated-BubbleBackground{position:var(--ODSChatBubbleDeprecated-BubbleBackground-position);top:var(--ODSChatBubbleDeprecated-BubbleBackground-top);bottom:var(--ODSChatBubbleDeprecated-BubbleBackground-bottom);left:var(--ODSChatBubbleDeprecated-BubbleBackground-left);right:var(--ODSChatBubbleDeprecated-BubbleBackground-right);overflow:var(--ODSChatBubbleDeprecated-BubbleBackground-overflow)}.ODSChatBubbleDeprecated-BubbleBackground:not(.ODSChatBubbleDeprecated-BubbleBackground--firstMessage){border-radius:var(--ODSChatBubbleDeprecated-BubbleBackground-borderRadius)}.ODSChatBubbleDeprecated-BubbleBackground.ODSChatBubbleDeprecated-BubbleBackground--variant-incoming.ODSChatBubbleDeprecated-BubbleBackground--firstMessage{border-radius:var(--ODSChatBubbleDeprecated-BubbleBackground-borderRadius--variant-incoming--firstMessage)}.ODSChatBubbleDeprecated-BubbleBackground.ODSChatBubbleDeprecated-BubbleBackground--variant-outgoing.ODSChatBubbleDeprecated-BubbleBackground--firstMessage{border-radius:var(--ODSChatBubbleDeprecated-BubbleBackground-borderRadius--variant-outgoing--firstMessage)}.ODSChatBubbleDeprecated-HelperText{padding:var(--ODSChatBubbleDeprecated-HelperText-padding);height:var(--ODSChatBubbleDeprecated-HelperText-height);align-items:var(--ODSChatBubbleDeprecated-HelperText-verticalAlignment);justify-content:var(--ODSChatBubbleDeprecated-HelperText-horizontalAlignment)}.ODSChatBubbleDeprecated{gap:var(--ODSChatBubbleDeprecated-gap);align-items:var(--ODSChatBubbleDeprecated-verticalAlignment);justify-content:var(--ODSChatBubbleDeprecated-horizontalAlignment)}.ODSChatBubbleDeprecated-Avatar.ODSChatBubbleDeprecated-Avatar--variant-incoming{justify-content:var(--ODSChatBubbleDeprecated-Avatar-verticalAlignment--variant-incoming);align-items:var(--ODSChatBubbleDeprecated-Avatar-horizontalAlignment--variant-incoming)}.ODSChatBubbleDeprecated-ContentContainer{justify-content:var(--ODSChatBubbleDeprecated-ContentContainer-verticalAlignment);width:100%}.ODSChatBubbleDeprecated-ContentContainer.ODSChatBubbleDeprecated-ContentContainer--variant-incoming{align-items:var(--ODSChatBubbleDeprecated-ContentContainer-horizontalAlignment--variant-incoming)}.ODSChatBubbleDeprecated-ContentContainer.ODSChatBubbleDeprecated-ContentContainer--variant-outgoing{align-items:var(--ODSChatBubbleDeprecated-ContentContainer-horizontalAlignment--variant-outgoing)}.ODSChatBubbleDeprecated-BubbleBadge{gap:var(--ODSChatBubbleDeprecated-BubbleBadge-gap);align-items:var(--ODSChatBubbleDeprecated-BubbleBadge-verticalAlignment)}.ODSChatBubbleDeprecated-BubbleBadge.ODSChatBubbleDeprecated-BubbleBadge--variant-incoming{justify-content:var(--ODSChatBubbleDeprecated-BubbleBadge-horizontalAlignment--variant-incoming)}.ODSChatBubbleDeprecated-BubbleBadge.ODSChatBubbleDeprecated-BubbleBadge--variant-outgoing{justify-content:var(--ODSChatBubbleDeprecated-BubbleBadge-horizontalAlignment--variant-outgoing)}.ODSChatBubbleDeprecated-BubbleContainer{max-width:var(--ODSChatBubbleDeprecated-BubbleContainer-maxWidth);overflow:var(--ODSChatBubbleDeprecated-BubbleContainer-overflow);justify-content:var(--ODSChatBubbleDeprecated-BubbleContainer-verticalAlignment);align-items:var(--ODSChatBubbleDeprecated-BubbleContainer-horizontalAlignment);position:var(--ODSChatBubbleDeprecated-BubbleContainer-position);isolation:isolate}.ODSChatBubbleDeprecated-BubbleContainer:not(.ODSChatBubbleDeprecated-BubbleContainer--firstMessage){border-radius:var(--ODSChatBubbleDeprecated-BubbleContainer-borderRadius)}.ODSChatBubbleDeprecated-BubbleContainer.ODSChatBubbleDeprecated-BubbleContainer--variant-incoming.ODSChatBubbleDeprecated-BubbleContainer--firstMessage{border-radius:var(--ODSChatBubbleDeprecated-BubbleContainer-borderRadius--variant-incoming--firstMessage)}.ODSChatBubbleDeprecated-BubbleContainer.ODSChatBubbleDeprecated-BubbleContainer--variant-outgoing.ODSChatBubbleDeprecated-BubbleContainer--firstMessage{border-radius:var(--ODSChatBubbleDeprecated-BubbleContainer-borderRadius--variant-outgoing--firstMessage)}.ODSChatBubbleDeprecated-BubbleBackground{position:var(--ODSChatBubbleDeprecated-BubbleBackground-position);top:var(--ODSChatBubbleDeprecated-BubbleBackground-top);bottom:var(--ODSChatBubbleDeprecated-BubbleBackground-bottom);left:var(--ODSChatBubbleDeprecated-BubbleBackground-left);right:var(--ODSChatBubbleDeprecated-BubbleBackground-right);overflow:var(--ODSChatBubbleDeprecated-BubbleBackground-overflow);z-index:-1}.ODSChatBubbleDeprecated-BubbleBackground.ODSChatBubbleDeprecated-BubbleBackground--variant-incoming{background-color:var(--colours-basic-background-subtle)}.ODSChatBubbleDeprecated-BubbleBackground.ODSChatBubbleDeprecated-BubbleBackground--variant-outgoing{background-color:var(--colours-basic-accent-secondary)}.ODSChatBubbleDeprecated-Footer{width:var(--ODSChatBubbleDeprecated-Footer-width);align-items:var(--ODSChatBubbleDeprecated-Footer-verticalAlignment)}.ODSChatBubbleDeprecated-Footer.ODSChatBubbleDeprecated-Footer--variant-incoming{justify-content:var(--ODSChatBubbleDeprecated-Footer-horizontalAlignment--variant-incoming)}.ODSChatBubbleDeprecated-Footer.ODSChatBubbleDeprecated-Footer--variant-outgoing{justify-content:var(--ODSChatBubbleDeprecated-Footer-horizontalAlignment--variant-outgoing)}.ODSChatBubbleDeprecated-HelperText{gap:var(--ODSChatBubbleDeprecated-HelperText-gap);padding:var(--ODSChatBubbleDeprecated-HelperText-padding);height:var(--ODSChatBubbleDeprecated-HelperText-height);align-items:var(--ODSChatBubbleDeprecated-HelperText-verticalAlignment);justify-content:var(--ODSChatBubbleDeprecated-HelperText-horizontalAlignment)}.ODSChatBubbleDeprecated-TextLabel{font:var(--ODSChatBubbleDeprecated-TextLabel-font);letter-spacing:var(--ODSChatBubbleDeprecated-TextLabel-letterSpacing);color:var(--colours-basic-text-recessive);vertical-align:var(--ODSChatBubbleDeprecated-TextLabel-verticalAlign)}
.ODSChatImageDeprecated{--ODSChatImageDeprecated-verticalAlignment:start;--ODSChatImageDeprecated-horizontalAlignment:start;--ODSChatImageDeprecated-ImageAspectRatio-width:260px;--ODSChatImageDeprecated-ImageAspectRatio-verticalAlignment:end;--ODSChatImageDeprecated-ImageAspectRatio-horizontalAlignment:center;--ODSChatImageDeprecated-ImageAspectRatio-position:relative;--ODSChatImageDeprecated-ImageContainer-position:absolute;--ODSChatImageDeprecated-ImageContainer-top:0;--ODSChatImageDeprecated-ImageContainer-bottom:1px;--ODSChatImageDeprecated-ImageContainer-left:0;--ODSChatImageDeprecated-ImageContainer-right:0;--ODSChatImageDeprecated-ImageContainer-overflow:hidden;--ODSChatImageDeprecated-ImageContainer-verticalAlignment:start;--ODSChatImageDeprecated-ImageContainer-horizontalAlignment:start;--ODSChatImageDeprecated-Image-position:absolute;--ODSChatImageDeprecated-Image-top:-4px;--ODSChatImageDeprecated-Image-bottom:0;--ODSChatImageDeprecated-Image-left:-4px;--ODSChatImageDeprecated-Image-right:-4px;--ODSChatImageDeprecated-Image-objectFit:cover;background-color:var(--colours-basic-background-card);justify-content:var(--ODSChatImageDeprecated-verticalAlignment);align-items:var(--ODSChatImageDeprecated-horizontalAlignment)}.ODSChatImageDeprecated-ImageAspectRatio{width:var(--ODSChatImageDeprecated-ImageAspectRatio-width);justify-content:var(--ODSChatImageDeprecated-ImageAspectRatio-verticalAlignment);align-items:var(--ODSChatImageDeprecated-ImageAspectRatio-horizontalAlignment);position:var(--ODSChatImageDeprecated-ImageAspectRatio-position)}.ODSChatImageDeprecated-Image{-o-object-fit:var(--ODSChatImageDeprecated-Image-objectFit);object-fit:var(--ODSChatImageDeprecated-Image-objectFit);-o-object-position:center center;object-position:center center;width:100%;height:100%}
.ODSChatLoadingDeprecated{--ODSChatLoadingDeprecated-padding:var(--spacing-component-5);--ODSChatLoadingDeprecated-width:var(--sizing-component-15);--ODSChatLoadingDeprecated-height:var(--sizing-component-13);--ODSChatLoadingDeprecated-verticalAlignment:start;--ODSChatLoadingDeprecated-horizontalAlignment:start;padding:var(--ODSChatLoadingDeprecated-padding);width:var(--ODSChatLoadingDeprecated-width);height:var(--ODSChatLoadingDeprecated-height);justify-content:var(--ODSChatLoadingDeprecated-verticalAlignment);align-items:var(--ODSChatLoadingDeprecated-horizontalAlignment)}
:root{--ODSChatTextDeprecated-padding:var(--spacing-component-3) var(--spacing-component-5) var(--spacing-component-3) var(--spacing-component-5);--ODSChatTextDeprecated-verticalAlignment:center;--ODSChatTextDeprecated-horizontalAlignment:center;--ODSChatTextDeprecated-Text-font:var(--body-m-regular);--ODSChatTextDeprecated-Text-letterSpacing:var(--body-m-regular-letter-spacing);--ODSChatTextDeprecated-Text-maxWidth:228px;--ODSChatTextDeprecated-Text-verticalAlign:top}.ODSChatTextDeprecated{padding:var(--ODSChatTextDeprecated-padding);align-items:var(--ODSChatTextDeprecated-verticalAlignment);justify-content:var(--ODSChatTextDeprecated-horizontalAlignment)}.ODSChatTextDeprecated-Text{font:var(--ODSChatTextDeprecated-Text-font);letter-spacing:var(--ODSChatTextDeprecated-Text-letterSpacing);max-width:var(--ODSChatTextDeprecated-Text-maxWidth);vertical-align:var(--ODSChatTextDeprecated-Text-verticalAlign)}.ODSChatTextDeprecated-Text.ODSChatTextDeprecated-Text--type-incoming{color:var(--colours-basic-text)}.ODSChatTextDeprecated-Text.ODSChatTextDeprecated-Text--type-outgoing{color:var(--colours-basic-text-on-accent-secondary)}
.ODSCheckboxGroup{--ODSCheckboxList--size-large-width:100%;--ODSCheckboxList--size-large-verticalAlignment:start;--ODSCheckboxList--size-large-horizontalAlignment:start;--ODSCheckboxList--size-large-ListContainer-gap:var(--spacing-component-1);--ODSCheckboxList--size-large-ListContainer-width:100%;--ODSCheckboxList--size-large-ListContainer-display:flex;--ODSCheckboxList--size-large-ListContainer-verticalAlignment:start;--ODSCheckboxList--size-large-ListContainer-horizontalAlignment:start;--ODSCheckboxList--size-large-ListContainer-flexDirection:column;--ODSCheckboxList--size-small-width:100%;--ODSCheckboxList--size-small-verticalAlignment:start;--ODSCheckboxList--size-small-horizontalAlignment:start;--ODSCheckboxList--size-small-ListContainer-gap:var(--spacing-component-0);--ODSCheckboxList--size-small-ListContainer-width:100%;--ODSCheckboxList--size-small-ListContainer-display:flex;--ODSCheckboxList--size-small-ListContainer-verticalAlignment:start;--ODSCheckboxList--size-small-ListContainer-horizontalAlignment:start;--ODSCheckboxList--size-small-ListContainer-flexDirection:column;--ODSCheckboxGroup-gap--size-large:var(--spacing-component-3);--ODSCheckboxGroup-gap--size-small:var(--spacing-component-2);--ODSCheckboxGroup-padding:var(--spacing-component-3) var(--spacing-component-0) var(--spacing-component-3) var(--spacing-component-0);--ODSCheckboxGroup-borderRadius:var(--radius-extra-small);--ODSCheckboxGroup-width:100%;--ODSCheckboxGroup-overflow:hidden;--ODSCheckboxGroup-verticalAlignment:start;--ODSCheckboxGroup-horizontalAlignment:start;--ODSCheckboxGroup-Title-Container-gap:var(--spacing-component-0);--ODSCheckboxGroup-Title-Container-padding:var(--spacing-component-2) var(--spacing-component-1) var(--spacing-component-2) var(--spacing-component-1);--ODSCheckboxGroup-Title-Container-width:100%;--ODSCheckboxGroup-Title-Container-verticalAlignment:start;--ODSCheckboxGroup-Title-Container-horizontalAlignment:start;--ODSCheckboxGroup-OdsCheckboxListLargeWeb-width--size-large:100%;--ODSCheckboxGroup-SupportMessage-padding:0 var(--spacing-component-1) 0 var(--spacing-component-1);--ODSCheckboxGroup-SupportMessage-width:100%;--ODSCheckboxGroup-SupportMessage-verticalAlignment:start;--ODSCheckboxGroup-SupportMessage-horizontalAlignment:start;--ODSCheckboxGroup-OdsSupportMessage-width:100%;--ODSCheckboxGroup-NestedList-gap--type-nested--size-large:var(--spacing-component-1);--ODSCheckboxGroup-NestedList-padding--type-nested--size-large:var(--spacing-component-0) var(--spacing-component-0) var(--spacing-component-0) var(--spacing-component-0);--ODSCheckboxGroup-NestedList-width--type-nested--size-large:100%;--ODSCheckboxGroup-NestedList-verticalAlignment--type-nested--size-large:start;--ODSCheckboxGroup-NestedList-horizontalAlignment--type-nested--size-large:start;--ODSCheckboxGroup-OdsCheckbox-width--type-nested:100%;--ODSCheckboxGroup-SecondLevel-gap--type-nested:var(--spacing-component-1);--ODSCheckboxGroup-SecondLevel-padding--type-nested--size-large:var(--spacing-component-0) var(--spacing-component-0) var(--spacing-component-0) var(--spacing-component-10);--ODSCheckboxGroup-SecondLevel-padding--type-nested--size-small:var(--spacing-component-0) var(--spacing-component-0) var(--spacing-component-0) var(--spacing-component-8);--ODSCheckboxGroup-SecondLevel-width--type-nested:100%;--ODSCheckboxGroup-SecondLevel-verticalAlignment--type-nested:start;--ODSCheckboxGroup-SecondLevel-horizontalAlignment--type-nested:start;--ODSCheckboxGroup-OdsCheckboxListSmallWeb-width--size-small:100%;--ODSCheckboxGroup-NestedList-gap--type-nested--size-small:var(--spacing-component-1);--ODSCheckboxGroup-NestedList-padding--type-nested--size-small:var(--spacing-component-0) var(--spacing-component-0) var(--spacing-component-0) var(--spacing-component-0);--ODSCheckboxGroup-NestedList-width--type-nested--size-small:100%;--ODSCheckboxGroup-NestedList-verticalAlignment--type-nested--size-small:start;--ODSCheckboxGroup-NestedList-horizontalAlignment--type-nested--size-small:start;--ODSCheckboxGroup-Title-font:var(--subtitle);--ODSCheckboxGroup-Title-letterSpacing:var(--subtitle-letter-spacing);--ODSCheckboxGroup-Title-textAlign:left;--ODSCheckboxGroup-Title-width:100%;--ODSCheckboxGroup-Title-verticalAlign:top;--ODSCheckboxGroup-Title-whiteSpace:nowrap;--ODSCheckboxGroup-Title-overflow:hidden;--ODSCheckboxGroup-Title-textOverflow:ellipsis}.ODSCheckboxList--size-large{width:var(--ODSCheckboxList--size-large-width);justify-content:var(--ODSCheckboxList--size-large-verticalAlignment);align-items:var(--ODSCheckboxList--size-large-horizontalAlignment)}.ODSCheckboxList--size-large-ListContainer{gap:var(--ODSCheckboxList--size-large-ListContainer-gap);width:var(--ODSCheckboxList--size-large-ListContainer-width);display:var(--ODSCheckboxList--size-large-ListContainer-display);justify-content:var(--ODSCheckboxList--size-large-ListContainer-verticalAlignment);align-items:var(--ODSCheckboxList--size-large-ListContainer-horizontalAlignment);flex-direction:var(--ODSCheckboxList--size-large-ListContainer-flexDirection);margin:0;padding:0;list-style:none}.ODSCheckboxList--size-large-OdsCheckbox{width:var(--ODSCheckboxList--size-large-OdsCheckbox-width)}.ODSCheckboxList--size-small{width:var(--ODSCheckboxList--size-small-width);justify-content:var(--ODSCheckboxList--size-small-verticalAlignment);align-items:var(--ODSCheckboxList--size-small-horizontalAlignment)}.ODSCheckboxList--size-small-ListContainer{gap:var(--ODSCheckboxList--size-small-ListContainer-gap);width:var(--ODSCheckboxList--size-small-ListContainer-width);display:var(--ODSCheckboxList--size-small-ListContainer-display);justify-content:var(--ODSCheckboxList--size-small-ListContainer-verticalAlignment);align-items:var(--ODSCheckboxList--size-small-ListContainer-horizontalAlignment);flex-direction:var(--ODSCheckboxList--size-small-ListContainer-flexDirection);margin:0;padding:0;list-style:none}.ODSCheckboxList--size-small-OdsCheckbox{width:var(--ODSCheckboxList--size-small-OdsCheckbox-width)}.ODSCheckboxGroup-ListItem{width:100%}.ODSCheckboxGroup{padding:var(--ODSCheckboxGroup-padding);border-radius:var(--ODSCheckboxGroup-borderRadius);width:var(--ODSCheckboxGroup-width);justify-content:var(--ODSCheckboxGroup-verticalAlignment);align-items:var(--ODSCheckboxGroup-horizontalAlignment)}.ODSCheckboxGroup.ODSCheckboxGroup--size-large{gap:var(--ODSCheckboxGroup-gap--size-large)}.ODSCheckboxGroup.ODSCheckboxGroup--size-small{gap:var(--ODSCheckboxGroup-gap--size-small)}.ODSCheckboxGroup-Title-Container{gap:var(--ODSCheckboxGroup-Title-Container-gap);padding:var(--ODSCheckboxGroup-Title-Container-padding);width:var(--ODSCheckboxGroup-Title-Container-width);justify-content:var(--ODSCheckboxGroup-Title-Container-verticalAlignment);align-items:var(--ODSCheckboxGroup-Title-Container-horizontalAlignment)}.ODSCheckboxGroup-OdsCheckboxListLargeWeb.ODSCheckboxGroup-OdsCheckboxListLargeWeb--size-large{width:var(--ODSCheckboxGroup-OdsCheckboxListLargeWeb-width--size-large)}.ODSCheckboxGroup-SupportMessage{padding:var(--ODSCheckboxGroup-SupportMessage-padding);width:var(--ODSCheckboxGroup-SupportMessage-width);justify-content:var(--ODSCheckboxGroup-SupportMessage-verticalAlignment);align-items:var(--ODSCheckboxGroup-SupportMessage-horizontalAlignment)}.ODSCheckboxGroup-OdsSupportMessage{width:var(--ODSCheckboxGroup-OdsSupportMessage-width)}.ODSCheckboxGroup-NestedList.ODSCheckboxGroup-NestedList--type-nested.ODSCheckboxGroup-NestedList--size-large{gap:var(--ODSCheckboxGroup-NestedList-gap--type-nested--size-large);padding:var(--ODSCheckboxGroup-NestedList-padding--type-nested--size-large);width:var(--ODSCheckboxGroup-NestedList-width--type-nested--size-large);justify-content:var(--ODSCheckboxGroup-NestedList-verticalAlignment--type-nested--size-large);align-items:var(--ODSCheckboxGroup-NestedList-horizontalAlignment--type-nested--size-large)}.ODSCheckboxGroup-OdsCheckbox.ODSCheckboxGroup-OdsCheckbox--type-nested{width:var(--ODSCheckboxGroup-OdsCheckbox-width--type-nested)}.ODSCheckboxGroup-SecondLevel.ODSCheckboxGroup-SecondLevel--type-nested{gap:var(--ODSCheckboxGroup-SecondLevel-gap--type-nested);width:var(--ODSCheckboxGroup-SecondLevel-width--type-nested);justify-content:var(--ODSCheckboxGroup-SecondLevel-verticalAlignment--type-nested);align-items:var(--ODSCheckboxGroup-SecondLevel-horizontalAlignment--type-nested)}.ODSCheckboxGroup-SecondLevel.ODSCheckboxGroup-SecondLevel--type-nested.ODSCheckboxGroup-SecondLevel--size-large{padding:var(--ODSCheckboxGroup-SecondLevel-padding--type-nested--size-large)}.ODSCheckboxGroup-SecondLevel.ODSCheckboxGroup-SecondLevel--type-nested.ODSCheckboxGroup-SecondLevel--size-small{padding:var(--ODSCheckboxGroup-SecondLevel-padding--type-nested--size-small)}.ODSCheckboxGroup-OdsCheckboxListSmallWeb.ODSCheckboxGroup-OdsCheckboxListSmallWeb--size-small{width:var(--ODSCheckboxGroup-OdsCheckboxListSmallWeb-width--size-small)}.ODSCheckboxGroup-ListContainer.ODSCheckboxGroup-ListContainer--type-nested.ODSCheckboxGroup-ListContainer--size-small{gap:var(--ODSCheckboxGroup-ListContainer-gap--type-nested--size-small);padding:var(--ODSCheckboxGroup-ListContainer-padding--type-nested--size-small);width:var(--ODSCheckboxGroup-ListContainer-width--type-nested--size-small);justify-content:var(--ODSCheckboxGroup-ListContainer-verticalAlignment--type-nested--size-small);align-items:var(--ODSCheckboxGroup-ListContainer-horizontalAlignment--type-nested--size-small)}.ODSCheckboxGroup-Title{font:var(--ODSCheckboxGroup-Title-font);letter-spacing:var(--ODSCheckboxGroup-Title-letterSpacing);color:var(--colours-basic-text);text-align:var(--ODSCheckboxGroup-Title-textAlign);width:var(--ODSCheckboxGroup-Title-width);vertical-align:var(--ODSCheckboxGroup-Title-verticalAlign);white-space:var(--ODSCheckboxGroup-Title-whiteSpace);text-overflow:var(--ODSCheckboxGroup-Title-textOverflow)}
