.rplto-chat *{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;-ms-flex-negative:0;flex-shrink:0;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale;font-family:sans-serif;text-align:left}.rplto-chat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:100%;width:100%;-webkit-text-size-adjust:none;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.rplto-chat-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:100%;width:100%;max-width:100%;max-height:100%}.rplto-chat-window.opened{position:relative;margin:20px;max-width:calc(100% - 40px);max-height:calc(100% - 40px);-webkit-box-shadow:rgb(0 0 0/25%) 0 4px 16px;box-shadow:0 4px 16px rgb(0 0 0/25%);border-radius:5px;overflow:hidden}.rplto-chat-inline .rplto-chat-window.opened{width:100%;height:100%}.rplto-window{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%}.rplto-window-header{position:relative;z-index:1000;height:70px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 12px;-webkit-box-shadow:0 9.5px 12.7px 0 rgb(0 0 0/5%);box-shadow:0 9.5px 12.7px 0 rgb(0 0 0/5%)}.rplto-window-header .header{}.rplto-window-header .logo{width:50px;height:50px;margin-right:20px;border-radius:100%;overflow:hidden;-webkit-box-shadow:0 0 7px 0 rgb(0 0 0/15%);box-shadow:0 0 7px 0 rgb(0 0 0/15%)}.rplto-window-header .logo img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;vertical-align:initial}.rplto-window-header .name{font-size:18px;line-height:24px;font-weight:600;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis;padding-right:15px;cursor:default;color:#333}.rplto-window-header .status{font-size:14px;line-height:16px;cursor:default;color:#777}.rplto-window-body{overscroll-behavior-y:contain;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-box-flex:1;-ms-flex:1 0 0;flex:1 0 0;overflow-x:hidden;overflow-y:auto;background:#f7f7f7;padding-bottom:20px}.rplto-chat-command{color:#055f32}.rplto-window-footer{height:50px;width:100%;border-top:1px solid;border-top-color:#eaeaea;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:flex}.rplto-chat-input{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:10px;background:#fff}.rplto-chat-input.disabled,.rplto-chat-input.disabled input,.rplto-chat-input.disabled button{background:#eaeaea;cursor:not-allowed}.rplto-chat-input input{font-size:16px;line-height:20px;height:100%;-webkit-box-flex:1;-ms-flex:1 0 0;flex:1 0 0;padding:0 20px;background:0 0;border:0;color:#777;margin:0}.rplto-chat-input button{width:26px;height:26px;-webkit-box-flex:0;-ms-flex:0 0 26px;flex:0 0 26px;-webkit-backface-visibility:hidden;-webkit-transition:all .3s;transition:all .3s;cursor:pointer;border:0;background:#fff}.rplto-message{margin-top:8px;padding:0 32px}.rplto-message .header{margin-top:8px;margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rplto-message-user .header .name{text-align:right}.rplto-message-user .header .name+.photo{margin-left:8px}.rplto-message .header .photo{width:25px;height:25px;margin-right:8px;border-radius:100%;overflow:hidden;-webkit-box-shadow:0 0 7px 0 rgb(0 0 0/15%);box-shadow:0 0 7px 0 rgb(0 0 0/15%)}.rplto-message .header .photo img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;vertical-align:initial}.rplto-message-user .header .photo{margin-right:0}.rplto-message .header .name{-webkit-box-flex:1;-ms-flex:1 0;flex:1 0;font-size:14px;line-height:18px;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.rplto-message .message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.rplto-message .message.offset{padding-left:32px}.rplto-message .message .text{font-size:14px;line-height:18px;word-wrap:break-word;white-space:pre-wrap;max-width:100%;padding:7px;border-radius:7px}.rplto-message-bot .message .text{background:#fff;color:#000}.rplto-message-bot .message .text:first-child{border-radius:7px 7px 7px 2px}.rplto-message-bot .message .text:last-child{border-radius:2px 7px 7px 7px}.rplto-message .message .text+.text{margin-top:5px}.rplto-message-user .message{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.rplto-message-user .message .text{background:#006cff;color:#fff}.rplto-message-user .message .text:last-child{border-radius:7px 2px 7px 7px}.rplto-message-user .message .text:first-child{border-radius:7px 7px 2px 7px}.rplto-message .shortcuts{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.rplto-message .shortcut{font-size:14px;line-height:18px;font-weight:400;max-width:100%;margin:4px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #ccc;border-radius:16px;padding:0 16px;-webkit-backface-visibility:hidden;-webkit-transition:all .3s;transition:all .3s;cursor:pointer;background:#fff}.rplto-message .shortcut.selected{background:#4ce600}.rplto-chat-start{width:100%;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.rplto-chat-start button,.rplto-chat-start button:focus,.rplto-chat-start button:active{width:calc(100% - 14px);padding:8px 12px;border-radius:5px;border:none;outline:none;background:#00c961;color:#fff;font-size:16px;font-weight:400;line-height:20px;cursor:pointer;position:relative;overflow:hidden;appearance:none;text-align:center}.rplto-chat-start button:hover{background:#04a552}.rplto-typing-indicator{background-color:#e6e7ed;will-change:transform;width:auto;border-radius:50px;padding:7px;display:table;margin:0 auto;position:relative;animation:2s bulge infinite ease-out}.rplto-typing-indicator span{height:7px;width:7px;float:left;margin:0 1px;background-color:#9e9ea1;display:block;border-radius:50%;opacity:.4;animation:.7s blink infinite .668s}.rplto-typing-indicator span:first-child{animation:.7s blink infinite .33s}.rplto-typing-indicator span:last-child{animation:.7s blink infinite 1s}@keyframes blink{50%{opacity:1}}@keyframes bulge{50%{transform:scale(1.05)}}