@keyframes cursorBlink{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes loadingMove{0%{transform:translateY(0)}10%{transform:translateY(4px)}20%{transform:translateY(0)}30%{transform:translateY(-4px)}40%{transform:translateY(0)}}.el-bubble{--el-bubble-content-filled-background-color:rgba(0,0,0,0.06);--el-bubble-content-outlined-border:1px solid #f0f0f0;--el-bubble-content-text-color:rgba(0,0,0,0.06);-moz-column-gap:12px;column-gap:12px;display:flex}.el-bubble-typing .el-bubble-content:last-child:after{animation-duration:.8s;animation-iteration-count:infinite;animation-name:cursorBlink;animation-timing-function:linear;content:"|";font-weight:900;margin-inline-start:.1em;opacity:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-bubble-avatar{align-self:flex-start;display:inline-flex;justify-content:center}.el-bubble-avatar .el-avatar{height:32px;width:32px}.el-bubble-content-wrapper{align-items:flex-start;display:flex;flex:auto;flex-direction:column;max-width:100%;min-width:0}.el-bubble-content,.el-bubble-footer,.el-bubble-header{color:var(--el-content-text-color);font-size:14px;position:relative}.el-bubble-header{margin-bottom:4px}.el-bubble-footer{margin-top:12px}.el-bubble-content{box-sizing:border-box;font-size:14px;max-width:100%;min-height:40px;min-width:0;position:relative;word-break:break-word}.el-bubble-content-filled,.el-bubble-content-outlined,.el-bubble-content-shadow{border-radius:8px;padding:10px 16px}.el-bubble-content-filled{background-color:var(--el-bubble-content-filled-background-color)}.el-bubble-content-outlined{border:var(--el-bubble-content-outlined-border)}.el-bubble-content-shadow{box-shadow:0 1px 2px 0 rgba(0,0,0,.03),0 1px 6px -1px rgba(0,0,0,.02),0 2px 4px 0 rgba(0,0,0,.02)}.el-bubble-content-round{border-radius:23px;padding-inline:20px}.el-bubble-content-corner{border-start-start-radius:2px}.el-bubble-content-arrow{border-radius:4px}.el-bubble-content-arrow:before{background-color:inherit;clip-path:polygon(8px 0,0 50%,8px 14px);content:"";height:14px;left:-7px;position:absolute;top:20px;transform:translateY(-50%);width:7px}.el-bubble-end{flex-direction:row-reverse;justify-content:end}.el-bubble-end .el-bubble-content-wrapper{align-items:flex-end}.el-bubble-end .el-bubble-content-corner{border-start-end-radius:2px;border-start-start-radius:8px}.el-bubble-end .el-bubble-content-arrow:before{content:none}.el-bubble-end .el-bubble-content-arrow:after{background-color:inherit;clip-path:polygon(-1px -1px,100% 50%,0 100%);content:"";height:14px;position:absolute;right:-7px;top:20px;transform:translateY(-50%);width:7px}.el-bubble-list{display:flex;flex-direction:column;gap:16px;overflow-y:auto}.el-bubble-dot{align-items:center;-moz-column-gap:8px;column-gap:8px;display:flex;height:100%;padding:0 4px;position:relative}.el-bubble-dot-item{animation-duration:2s;animation-iteration-count:infinite;animation-name:loadingMove;animation-timing-function:linear;background-color:var(--el-color-primary);border-radius:100%;height:4px;width:4px}.el-bubble-dot-item:first-child{animation-delay:0s}.el-bubble-dot-item:nth-child(2){animation-delay:.2s}.el-bubble-dot-item:nth-child(3){animation-delay:.4s}