.WelcomeMessage_welcomeMessage__MXB0L{align-items:center;display:flex;flex-direction:column;justify-content:center;row-gap:20px}.WelcomeMessage_icon__9vfjc{font-size:60px}.WelcomeMessage_buttons__8_AV4{column-gap:10px;display:flex;margin-top:30px}.WelcomeMessage_button__UDIPj{border:1px solid #c7cdd6;border-radius:60px;cursor:pointer;font-size:14px;padding:15px 20px;transition:all .1s ease-in;-webkit-user-select:none;-moz-user-select:none;user-select:none}.WelcomeMessage_button__UDIPj:hover{background-color:rgb(0 0 0/5%)}.ChatView_root__qD2TJ{display:grid;grid-template-rows:1fr auto;height:100vh;margin:auto;min-height:0;overflow:hidden;padding:20px 0;width:100%}.ChatView_plusButton__3b_LN{align-items:center;border-radius:100%;cursor:pointer;display:flex;justify-content:center;opacity:40%;padding:10px 5px}.ChatView_plusButton__3b_LN:hover{background:#e5e5e5}.ChatView_chatInput__CHqGI{border:1px solid #e5e5e5;border-radius:30px;margin:auto;max-width:750px;padding:10px}.ChatView_uploads__1VNHV{column-gap:10px;display:flex;overflow-x:auto;padding-bottom:20px}.ChatView_thumbnail__u9hTm{background:grey;border-radius:20px;height:140px;min-width:140px;object-fit:contain;position:relative;width:140px}.ChatView_inputRow___jbxX{align-items:center;grid-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:45px 1fr 45px}.ChatView_input__Cw5FM{border:none;box-sizing:border-box;font-family:inherit;font-size:16px;height:20px;line-height:20px;max-height:120px;min-height:20px;outline:none;padding:0;vertical-align:top;width:100%}.ChatView_button__NY79m{align-items:center;background-color:#00a6ff;border-radius:100%;cursor:pointer;display:flex;justify-content:center;opacity:50%;padding:10px;transition:opacity .1s ease-in}.ChatView_button__NY79m.ChatView_buttonActive__EZkH7,.ChatView_button__NY79m:hover{opacity:100%}.ChatView_removeButton__HXdrk{align-items:center;background:#fff;border-radius:100%;cursor:pointer;display:flex;justify-content:center;padding:7px;position:absolute;right:7px;top:7px;z-index:2}.ChatView_messages__j6RMp{align-items:flex-start;display:flex;flex-direction:column;margin-left:50%;max-height:100%;max-width:1200px;min-height:0;padding:0 200px 20px;row-gap:20px;scroll-behavior:smooth;transform:translateX(-50%);width:100%}.ChatView_scrollableDiv__08Hdd{overflow:hidden auto;scroll-behavior:smooth}.ChatView_message__yLoZ_{background:#fff;border:1px solid #e5e5e5;border-radius:20px;font-size:14px;line-height:150%;max-width:600px;padding:15px 20px}.ChatView_leftMessageRow__4zZNY{display:flex;justify-content:flex-start;width:100%}.ChatView_rightMessageRow__GMr6s{display:flex;justify-content:flex-end;width:100%}.ChatView_previewMessage__ykwFh{background:#fff;border:1px solid #e5e5e5;border-radius:20px;display:flex;flex-direction:column;font-size:14px;padding:15px 20px;row-gap:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.ChatView_previewThumbnails___ZIYH{display:flex;gap:10px;overflow:auto hidden;scrollbar-width:none;width:100%}.ChatView_previewMessage__ykwFh::-webkit-scrollbar{display:none}.ChatView_previewThumbnail___8ANH{background:#bbd6fb;height:300px;min-width:300px}.ChatView_previewActions__wKjrf{column-gap:10px;display:flex}.ChatView_actionButton__vqxht{align-items:center;border:1px solid #e8e8e8;border-radius:10px;column-gap:10px;cursor:pointer;display:flex;opacity:70%;padding:10px 15px;transition:opacity .1s ease-in}.ChatView_actionButton__vqxht:hover{background:#f8f8f8;opacity:100%}.ChatView_spinner__Czooi{animation:ChatView_spin__L58wu 1s linear infinite;border-right:4px solid #e3e3e3;border-top:4px solid #e3e3e3;border-radius:50%;border-color:#007bff #007bff #e3e3e3 #e3e3e3;border-style:solid;border-width:4px;display:inline-block;height:18px;margin-right:8px;vertical-align:middle;width:18px}@keyframes ChatView_spin__L58wu{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}