.cua-chat--body{display:flex;flex-direction:column;flex-grow:1;overflow:auto;position:relative}.cua-chat--chat-close-confirmation{background-color:var(--cua-chat-close-confirmation-background);padding:var(--tds-size--3x)}.cua-chat--chat-close-confirmation__container{border:1px solid var(--tds-color--grey50);border-radius:var(--tds-size--1x);margin-inline:auto;max-width:var(--cua-chat-close-confirmation-max-width);padding-block:var(--tds-size--3x) var(--tds-size--2x);padding-inline:var(--tds-size--4x);width:100%}.cua-chat--chat-close-confirmation__header{font-weight:var(--tds-font-weight-bold);margin-block-end:var(--tds-size--1x);text-align:center}.cua-chat--chat-close-confirmation__button-container{display:flex}.cua-chat--chat-close-confirmation__button{flex-grow:1;margin:var(--tds-size--1x)}.cua-chat--chat-area{flex-grow:1;overflow:auto;padding:var(--cua-chat-area-padding);scrollbar-width:none}.cua-chat--chat-area,.cua-chat--message-container{display:flex;flex-direction:column}.cua-chat--message-container:has(.cua-chat--message-suggestion-group){flex-direction:column;margin-block-start:auto}.cua-chat--chat-feedback-buttons{padding-inline-start:var(--tds-size--4x)}.cua-chat--chat-feedback-overlay{--cua--chat-feedback-text-size:130px;background-color:var(--cua-chat-feedback-overlay-background);border:1px solid var(--tds-theme-border-low-contrast);border-bottom:none;border-radius:var(--tds-size--half) var(--tds-size--half) 0 0;max-height:95%;min-height:80%;padding:var(--tds-size--3x)}.cua-chat--chat-feedback-overlay__close-button{text-align:end}.cua-chat--chat-feedback-overlay__submit-button{margin-block-end:var(--tds-size--3x);margin-block-start:var(--tds-size--3x)}.cua-chat--chat-feedback-overlay__feedback-button-container{display:flex}.cua-chat--chat-feedback-overlay__checkboxes{margin-block-start:var(--tds-size--2x)}.cua-chat--chat-feedback-overlay__feedback-text .tds-form-input-textarea{height:var(--cua--chat-feedback-text-size);min-block-size:unset;resize:none}.cua-chat--chat-feedback-overlay__feedback-button{align-items:center;border:1px solid var(--tds-theme-border);border-radius:var(--tds-size--half);cursor:pointer;display:flex;margin-inline-end:var(--tds-size--2x);padding:var(--tds-size--half) calc(var(--tds-size--half)*3)}.cua-chat--chat-feedback-overlay__feedback-button-icon{margin-inline-end:var(--tds-size--1x)}.cua-chat--chat-feedback-overlay__feedback-button-active{border:3px solid var(--tds-theme-foreground-high-contrast);font-weight:var(--tds-font-weight-bold)}.cua-chat--chat-feedback-overlay__feedback-prompt{padding-block:var(--tds-size--2x)}.cua-chat--chat-feedback-overlay h3{padding-block:var(--tds-size--1x) var(--tds-size--2x)}.cua-chat--footer{margin-block-start:auto;padding:var(--tds-size--2x)}.cua-chat--footer__disclaimer{display:flex;justify-content:center;padding-block-end:var(--tds-size--1x);text-align:center}.cua-chat--footer__disclaimer-text{margin-inline-end:var(--tds-size--half)}.cua-chat--footer__container{align-items:center;background:var(--cua-chat-footer-container-background);border-radius:var(--tds-size--half);display:flex;padding:0 var(--tds-size--1x)}.cua-chat--footer__container:focus-within{outline:2px solid var(--tds-color--focus)}.cua-chat--footer__button{background:var(--tds-color-blue-40);color:var(--tds-color-white)}.cua-chat--footer__button:disabled{background:var(--tds-theme-border)}.cua-chat--footer__input .tds-form-input-textarea{min-block-size:unset;resize:none}.cua-chat--footer .cua-chat--footer__container .cua-chat--footer__input{box-shadow:none;outline:none}.cua-chat--header{display:flex;padding:var(--tds-size--1x)}.cua-chat--header__column{align-items:center;display:flex;justify-content:center}.cua-chat--header__column--left{flex-grow:0;justify-content:flex-start}.cua-chat--header__column--center{flex-grow:1;font-weight:var(--tds-font-weight-medium);text-align:center}.cua-chat--header__column--right{flex-grow:0;justify-content:flex-end;width:var(--tds-size--5x)}.cua-chat--chat-icon{animation:background-delayed 10s;animation-delay:10s;animation-iteration-count:infinite;background:var(--tds-color-grey-20)}.cua-chat--chat-icon,.cua-chat-icon-container{height:var(--cua-chat-icon-height,var(--tds-size--5x));width:var(--cua-chat-icon-width,var(--tds-size--6x))}.cua-chat--chat-icon--floating{box-shadow:0 2px 1px #00000040;inset-block-end:var(--cua-chat-icon-y-offset,var(--tds-size--3x));inset-inline-end:var(--cua-chat-icon-x-offset,var(--tds-size--2x));position:fixed;z-index:998}@media (min-width:1200px){.cua-chat--chat-icon--floating{box-shadow:none}}.cua-chat--chat-icon--modal-open{pointer-events:none}.cua-chat--chat-icon__icon{animation:color-delayed 10s;animation-delay:10s;animation-iteration-count:infinite;color:var(--tds-color--white)}@keyframes color-delayed{0%{color:var(--tds-color--white)}20%,53%{color:var(--tds-color--black)}38%,70%{color:var(--tds-color--white)}to{color:var(--tds-color--white)}}@keyframes background-delayed{0%{background:var(--tds-color-grey-20);opacity:1}20%,53%{background:var(--tds-color-grey-70)}38%,70%{background:var(--tds-color-grey-20);opacity:1}to{background:var(--tds-color-grey-20)}}:root{--cua-chat-collapsed-width:246px;--cua-chat-expanded-width:540px}.cua-chat--chat-expanded-container{border:1px solid var(--tds-color-grey-50);height:var(--tds-size--5x);width:var(--tds-size--6x)}.cua-chat--chat-expanded-container--floating{inset-block-end:var(--cua-chat-icon-y-offset,var(--tds-size--3x));inset-inline-end:var(--cua-chat-icon-x-offset,var(--tds-size--2x));position:fixed;z-index:11}@media (min-width:600px){.cua-chat--chat-expanded-container{width:var(--cua-chat-collapsed-width)}}@media (min-width:1200px){.cua-chat--chat-expanded-container{width:var(--cua-chat-expanded-width)}.cua-chat--chat-expanded-container:has(.cua-chat--chat-expanded--chat-started){width:var(--cua-chat-collapsed-width)}}.cua-chat--chat-expanded{align-items:center;cursor:pointer;display:flex;gap:0;height:100%;justify-content:center;padding:0 var(--tds-size--2x);width:100%}.cua-chat--chat-expanded__cta-text{color:var(--tds-color-grey-20);display:none;font-size:var(--tds-font-size-30);font-weight:var(--tds-font-weight-medium)}.cua-chat--chat-expanded__input-container{color:var(--tds-color-grey-35);cursor:text;display:none;flex:1;height:100%;margin-inline-end:auto;overflow:hidden;position:relative}.cua-chat--chat-expanded__input{background-color:transparent;border:none;color:var(--tds-color-grey-10);display:none;height:100%;inset-block-start:0;inset-inline-start:0;outline:none;position:absolute;width:100%}.cua-chat--chat-expanded__carousel-texts{color:var(--tds-color-grey-35);display:none;font-weight:var(--tds-font-weight-medium);inset-block-start:0;inset-inline-start:0}.cua-chat--chat-expanded__text{align-items:center;display:flex;flex:0 0 100%;height:100%;opacity:0;position:absolute}@keyframes textCycle{0%{opacity:0}1.82%{opacity:1}16.36%{opacity:1}20%{opacity:0}to{opacity:0}}.cua-chat--chat-expanded__icon-button{align-items:center;background-color:var(--tds-theme-primary);border-radius:var(--tds-border-radius--pill);cursor:pointer;display:none;justify-content:center;min-height:var(--tds-size--2x);min-width:var(--tds-size--2x)}.cua-chat--chat-expanded__icon-button--disabled{background-color:var(--tds-color-grey-50);cursor:not-allowed;opacity:.6}.cua-chat--chat-expanded--chat-started .cua-chat--chat-expanded__carousel-texts,.cua-chat--chat-expanded--chat-started .cua-chat--chat-expanded__icon-button,.cua-chat--chat-expanded--chat-started .cua-chat--chat-expanded__input,.cua-chat--chat-expanded--chat-started .cua-chat--chat-expanded__input-container{display:none}@media (min-width:600px){.cua-chat--chat-expanded{gap:var(--tds-size--1x)}.cua-chat--chat-expanded__cta-text,.cua-chat--chat-expanded__input{display:block}}@media (min-width:1200px){.cua-chat--chat-expanded{gap:var(--tds-size--1x)}.cua-chat--chat-expanded__cta-text,.cua-chat--chat-expanded__input{display:block}.cua-chat--chat-expanded__carousel-texts,.cua-chat--chat-expanded__icon-button,.cua-chat--chat-expanded__input-container{display:flex}}.cua-chat--chat-open-another-tab{background:var(--tds-theme-background-container);border:1px solid var(--tds-color--grey50);border-radius:var(--tds-size--1x);margin:var(--tds-size--2x)}.cua-chat--chat-open-another-tab__container{align-items:center;display:flex;flex-direction:column;margin:var(--tds-size--4x)}.cua-chat--chat-overlay{-webkit-backdrop-filter:blur(var(--tds-size--half));backdrop-filter:blur(var(--tds-size--half));display:flex;flex-direction:column;height:100%;inset-block-end:0;inset-block-start:50%;inset-inline-start:50%;justify-content:flex-end;max-width:1440px;position:absolute;transform:translate(-50%,-50%);width:100%}.cua-chat--something-went-wrong{align-content:space-around;flex-grow:1;text-align:center}.cua-chat--something-went-wrong__icon{width:100%}.cua-chat--something-went-wrong__header{padding-block-start:var(--tds-size--1x)}.cua-chat--something-went-wrong__sub-header{padding-block-end:var(--tds-size--3x)}.cua-chat--drive-cta-buttons{display:flex;justify-content:flex-end}.cua-chat--drive-cta-buttons_button--primary{margin-inline-end:var(--tds-size--1x)}.cua-chat--drive-cta-buttons__button{border:2px solid var(--tds-color--grey50);border-radius:var(--tds-size--half);cursor:pointer;margin-block-end:var(--tds-size--2x);padding:var(--tds-size--1x);-webkit-user-select:none;-moz-user-select:none;user-select:none}.cua-chat--message-form{border:1px solid var(--tds-color-grey-50);border-radius:var(--tds-size--1x);margin-inline-start:auto;max-width:var(--cua-chat-max-form-width);padding:var(--tds-size--2x);width:92%}.cua-chat--message-form__form-item{margin-block-end:var(--tds-size--3x)}.cua-chat--message-form__button{width:100%}.cua-chat--message-form__loader{animation:var(--tds--rotating);margin-inline-end:var(--tds-size--1x)}.cua-chat--message-form .tds-form-input-text{background:transparent;border:none}.cua-chat--message-response{display:flex;flex-direction:row}.cua-chat--message-response__logo{background:var(--tds-color-grey-30);border-radius:var(--tds-size--3x);color:var(--tds-color-white);margin-block-end:var(--tds-size--1x);margin-block-start:auto}.cua-chat--message-response__chat{align-items:center;background-color:var(--cua-chat-message-response-background);border-radius:var(--linear-size-3-x,12px) var(--linear-size-3-x,12px) var(--linear-size-3-x,12px) var(--linear-size-1-x,4px);display:flex;margin:var(--cua-chat-bubble-profile-spacing);margin-inline-end:auto;padding:var(--cua-chat-bubble-padding)}.cua-chat--message-response__chat-loader{animation:var(--tds--rotating);margin-inline-end:var(--tds-size--1x)}.cua-chat--message-response-cta{display:flex;flex-direction:column}.cua-chat--message-response-cta__title{font-weight:var(--tds-font-weight-medium);margin-block-end:var(--tds-size--2x)}.cua-chat--message-response-cta__CTAButton{background:var(--tds-theme-background);margin-block-start:var(--tds-size--2x)}.cua-chat--message-response-cta__CTALink-container{align-items:center;display:flex;justify-content:center;margin-block-start:var(--tds-size--2x)}.cua-chat--message-response-cta__CTALink{align-self:center;width:-moz-fit-content;width:fit-content}.cua-chat--message-response-cta__CTALink--icon{margin-block-start:2px;margin-inline-start:2px}@keyframes cua-indicator-blink{0%,to{opacity:0}50%{opacity:1}}.cua-chat--message-response-chunks{--cua-indicator-size:var(--tds-size--2x)}.cua-chat--message-response-chunks .circle-cursor,.cua-chat--message-response-chunks .cursor-parent>div:last-child>table:last-child>tbody:last-child:after,.cua-chat--message-response-chunks .cursor-parent>ol:last-child>li:last-child:after,.cua-chat--message-response-chunks .cursor-parent>p:last-child:after,.cua-chat--message-response-chunks .cursor-parent>pre:last-child>code:last-child:after,.cua-chat--message-response-chunks .cursor-parent>ul:last-child>li:last-child:after{animation:cua-indicator-blink 1s infinite;background-color:var(--tds-color-grey-50);border-radius:50%;content:"";display:inline-block;height:14px;margin-inline-start:var(--tds-size--1x);vertical-align:middle;width:14px}.cua-chat--message-response-chunks .chat-tr.tds-table-row td,.cua-chat--message-response-chunks .chat-tr.tds-table-row th{font-size:var(--tds-font-size-20)}.cua-chat--message-response-chunks .chat-table{--tds-data-table--row-hover-radius:0;margin-block-end:var(--tds-size--2x);width:calc(var(--cua-chat-modal-width) - var(--cua-chat-area-padding)*2 - var(--tds-icon--size) - var(--cua-chat-bubble-profile-spacing) - var(--cua-chat-bubble-padding)*2)}.cua-chat--message-response-chunks .chat-table>.tds-data-table{background-color:var(--tds-theme-background-dialog);z-index:unset}.cua-chat--message-response-chunks .chat-img{margin:var(--tds-size--2x) 0}.cua-chat--message-response-chunks .chat-img>img{min-inline-size:unset;width:100%}.cua-chat--message-response-chunks .chat-h1:first-child,.cua-chat--message-response-chunks .chat-h2:first-child,.cua-chat--message-response-chunks .chat-h3:first-child,.cua-chat--message-response-chunks .chat-h4:first-child,.cua-chat--message-response-chunks .chat-h5:first-child,.cua-chat--message-response-chunks .chat-h6:first-child{padding-block:unset}.cua-chat--message-response-drive-slots-picker__schedule{display:flex;gap:var(--tds-size--1x);justify-content:flex-end;text-align:end}.cua-chat--message-response-drive-slots-picker__schedule-button{border:2px solid var(--tds-color--grey50);border-radius:var(--tds-size--half);cursor:pointer;padding:var(--tds-size--1x);-webkit-user-select:none;-moz-user-select:none;user-select:none}.cua-chat--message-response-drive-slots-picker__schedule_form{border:1px solid var(--tds-color-grey-50);border-radius:var(--tds-size--1x);display:flex;flex-direction:column;gap:var(--tds-size--1x);margin-block-end:var(--tds-size--1x);margin-block-start:var(--tds-size--half);margin-inline-end:0;margin-inline-start:auto;max-width:var(--cua-chat-max-form-width);padding:var(--tds-size--2x);width:92%}.cua-chat--message-response-text{align-items:center;display:flex;white-space:pre-line}.cua-chat--message-response-text__chat-loader{animation:var(--tds--rotating);margin-inline-end:var(--tds-size--1x)}.cua-chat--message-response-typing__bullet{animation:bounce .8s linear infinite both;background-color:var(--tds-theme-foreground);block-size:10px;border-radius:50%;display:inline-block;inline-size:10px;transition:all .3s linear}.cua-chat--message-response-typing__bullet:not(:last-child){margin-inline-end:3px}.cua-chat--message-response-typing__bullet:nth-child(2){animation-delay:.15s}.cua-chat--message-response-typing__bullet:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,80%,to{opacity:1;transform:translateY(0)}50%{opacity:.5;transform:translateY(-100%)}}.cua-chat--message-sent{background-color:var(--tds-color--blue30);border-radius:var(--linear-size-3-x,12px) var(--linear-size-3-x,12px) var(--linear-size-1-x,4px) var(--linear-size-3-x,12px);color:var(--tds-color--white);margin:var(--tds-size--half);margin-inline-start:auto;padding:var(--tds-size--2x);white-space:pre-line;word-break:break-word}.cua-chat--message-status{align-items:center;display:flex;min-height:var(--tds-size--5x)}.cua-chat--message-status__time{padding-block-end:0;padding-block-start:0;padding-inline-end:var(--tds-size--2x);padding-inline-start:var(--tds-size--1x)}.cua-chat--message-status__text{color:var(--tds-color-grey-30)}.cua-chat--message-suggestion{border:2px solid var(--tds-color--grey50);border-radius:var(--tds-size--half);cursor:pointer;margin-block-end:var(--tds-size--2x);margin-inline-start:auto;padding:var(--tds-size--1x);-webkit-user-select:none;-moz-user-select:none;user-select:none}.cua-chat--message-suggestion-group{display:flex;flex-direction:column}.cua-chat--chat-modal{--cua-chat-modal-width:100vw;height:768px}.cua-chat--chat-modal.tds-modal[open]{transform:unset}@media (min-width:600px){.cua-chat--chat-modal{--cua-chat-modal-width:430px;inset-block-end:var(--tds-size--2x);inset-inline-end:var(--tds-size--1x);inset-inline-start:auto;width:var(--cua-chat-modal-width)}}.cua-chat--container{--cua-chat-area-padding:var(--tds-size--2x);--cua-chat-bubble-padding:var(--tds-size--2x);--cua-chat-bubble-profile-spacing:var(--tds-size--1x);display:flex;flex-direction:column;height:100%}.cua-chat--row{display:flex}.cua-chat--chat-modal .tds-modal-header{display:none}#cua-chat--mount .tds-tooltip-wrapper--inline{display:unset}.cua-chat--container .tds--is_visually_hidden:not(:focus):not(:active){position:relative}:root{--cua-chat-close-confirmation-background:var(--tds-theme-background);--cua-chat-close-confirmation-max-width:800px;--cua-chat-feedback-overlay-background:var(--tds-theme-background);--cua-chat-footer-container-background:var(--tds-theme-background-container);--cua-chat-max-form-width:500px;--cua-chat-message-response-background:var(--tds-theme-background-container)}:is(.tds-scrim--black){--cua-chat-close-confirmation-background:var(--tds-theme-background);--cua-chat-feedback-overlay-background:var(--tds-theme-background);--cua-chat-footer-container-background:var(--tds-theme-background-container);--cua-chat-message-response-background:var(--tds-theme-background-container-alt)}.tds-scrim--black .tds-modal{--cua-chat-close-confirmation-background:var(--tds-theme-background-container);--cua-chat-feedback-overlay-background:var(--tds-theme-background-container);--cua-chat-footer-container-background:var(--tds-theme-background);--cua-chat-message-response-background:var(--tds-theme-background-container-alt)}
