.chat-widget__container{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:15px;width:30px;height:30px;border-radius:50%;background-color:#7c93f7;cursor:pointer}html[dir=rtl] .chat-widget__container{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.chat-container{bottom:20px;-ms-flex-align:end;align-items:flex-end;z-index:103}.chat-container,.chat-content-container{position:fixed;right:20px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.chat-content-container{bottom:100px;width:400px;height:500px;max-height:calc(100vh - 100px - 20px);overflow:hidden;overflow:clip;background-color:#fff;z-index:1000000000000000000;border:1px solid #edf1f9;-webkit-box-shadow:0 28px 40.8px 0 rgba(0,0,0,.08);box-shadow:0 28px 40.8px 0 rgba(0,0,0,.08);border-radius:10px}.chat-input{-ms-flex-negative:0;flex-shrink:0;height:60px;border-radius:0 0 10px 10px;border-top:1px solid #edf1f9;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-webkit-padding-end:10px;padding-inline-end:10px}input{width:calc(100% - 60px);border:none;outline:none;border-radius:0 0 10px 10px;padding:0 10px}.chat-content{-ms-flex:1 1;flex:1 1;min-height:0;overflow-y:auto;overflow-wrap:break-word}.chat-header{-ms-flex-negative:0;flex-shrink:0;background-color:#6b84f0;border-radius:10px 10px 0 0;padding:20px;display:-ms-flexbox;display:flex;gap:10px}.chat-header__title{min-width:0;overflow-wrap:break-word}.chat-header__close{-ms-flex-negative:0;flex-shrink:0}.chat-title{padding-top:10px;font-size:24px;font-weight:700;color:#fff}.chat-subtitle{font-size:16px;color:#fff}.send-icon{width:40px;height:40px;background-color:#6b84f0;border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}html[dir=rtl] .send-icon{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.chat-content__message-user{background-color:#687ede;border-radius:10px;border-start-end-radius:0;color:#fff;padding:10px;-webkit-margin-start:30px;margin-inline-start:30px}.content__user-container{width:calc(100% - 80px)}.chat-content__message{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:30px;-ms-flex-align:center;align-items:center;width:100%;padding-top:10px}.chat-content__message-bot{background-color:#edf0ff;border-radius:10px;border-start-start-radius:0;padding:10px;margin-right:30px;margin-left:30px;color:#0d082c}.time{color:#5c5e64;font-size:12px;margin-top:5px}.user-time{-webkit-margin-start:30px;margin-inline-start:30px}.bot-time{-webkit-margin-end:30px;margin-inline-end:30px;text-align:end}.bot-icon{width:20px;height:20px;background-color:#6b84f0;border-radius:50%}.bot-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:5px;margin-bottom:5px}.assistant-name{font-size:16px;font-weight:700;color:#0d082c}.waiting-text{color:#6b84f0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.typing-dot{width:4px;height:4px;background-color:#6b84f0;border-radius:50%;-webkit-margin-end:2px;margin-inline-end:2px}.typing-text{-webkit-margin-start:3px;margin-inline-start:3px}.waiting-text-container{width:70px}.content__user-container{margin-bottom:20px}:root[dir=rtl] .chat-container{right:auto;left:20px;-ms-flex-align:start;align-items:flex-start}:root[dir=rtl] .chat-content-container{right:auto;left:20px}