.avatar-group{display:flex;align-items:center;height:40px;min-width:40px;max-width:40px;overflow:hidden;border-radius:20px}.avatar-group .str-chat__avatar .str-chat__avatar-fallback,.avatar-group .str-chat__avatar .str-chat__avatar-image{border-radius:0}.messaging-create-channel{height:100%;width:100%;display:flex;flex-direction:column;flex:1;background:var(--str-chat__background-color);box-shadow:0 0 14px rgba(0,0,0,.014);border-radius:10px 10px 0 0}.messaging-create-channel header{background:var(--str-chat__secondary-background-color);box-shadow:var(--messaging__header-shadow);transform:matrix(1,0,0,1,0,0);border-radius:10px 10px 0 0;display:flex;justify-content:space-between;align-items:center;padding:0 10px 0 25px}.str-chat.str-chat__theme-dark .messaging-create-channel header{background:#3e3e41;color:var(--str-chat__message-textarea-color);border-radius:10px 10px 0 0;height:auto}.messaging-create-channel__left{display:flex;flex:1;align-items:center}.messaging-create-channel__left form{height:50px;display:flex;align-items:center;padding-bottom:6px}.messaging-create-channel__left-text{margin-right:10px;font-family:Helvetica Neue,sans-serif;font-size:17px;color:#000;opacity:.5}.messaging-create-channel main{flex:1}.messaging-create-channel__users{display:flex;margin:0 8px;max-width:95%;flex-wrap:wrap}.messaging-create-channel__users::-webkit-scrollbar{display:none}.messaging-create-channel__user{color:#000;background:#f1f1f1;opacity:.9;display:flex;justify-content:space-between;align-items:center;padding:6px 12px;border-radius:20px;cursor:pointer}.messaging-create-channel__user svg path{fill:#000}.str-chat.str-chat__theme-dark .messaging-create-channel__user svg path{fill:#fff}.str-chat.str-chat__theme-dark .messaging-create-channel__user{color:#fff;background:#2c2c30;margin:2px}.messaging-create-channel__user-text{margin-right:8px}.messaging-create-channel__user:not(:last-of-type){margin-right:4px}.messaging-create-channel__input{background:none;border:none;outline:none;min-width:215px}.str-chat.str-chat__theme-dark .messaging-create-channel__input{color:var(--str-chat__message-textarea-color)}.messaging-create-channel__input::placeholder{font-size:17px;color:#000;opacity:.5}.str-chat.str-chat__theme-dark .messaging-create-channel__input::placeholder{color:#fff}.messaging-create-channel__user-results{display:flex;flex-direction:column;max-width:330px;background:#f1f1f1;opacity:.9;box-shadow:0 1px 5px rgba(0,0,0,.07);border-radius:10px;overflow-y:auto;list-style:none;padding:0;margin-left:4px;margin-top:4px}.str-chat.str-chat__theme-dark .messaging-create-channel__user-results{background:#282a2d;box-shadow:0 4px 20px rgba(0,0,0,.3)}.messaging-create-channel__user-result{height:56px;display:flex;align-items:center;gap:1rem;margin:0;padding:8px;cursor:pointer}.messaging-create-channel__user-result.focused{background:#fff}.str-chat.str-chat__theme-dark .messaging-create-channel__user-result.focused{background:#3e3e41}.messaging-create-channel__user-result.empty{padding-left:16px}.str-chat.str-chat__theme-dark .messaging-create-channel__user-result.empty{color:#fff}.messaging-create-channel__user-result-online{position:relative;right:28px;bottom:14px;background:#20e070;border-radius:8px;border:2px solid #f1f1f1;height:16px;width:16px}.str-chat.str-chat__theme-dark .messaging-create-channel__user-result-online{border:2px solid #282a2d;opacity:1}.messaging-create-channel__user-result:hover{background:#fff;transition:background,border .1s ease-in-out}.messaging-create-channel__user-result:hover .messaging-create-channel__user-result-online{border-color:#fff}.str-chat__theme-dark .messaging-create-channel__user-result:hover .messaging-create-channel__user-result-online{border-color:#3e3e41}.messaging-create-channel__user-result__details{display:flex;flex-direction:column}.messaging-create-channel__user-result__details span:first-of-type{font-weight:500}.str-chat.str-chat__theme-dark .messaging-create-channel__left-text,.str-chat.str-chat__theme-dark .messaging-create-channel__user-result__details{color:#fff}.str-chat.str-chat__theme-dark .messaging-create-channel__user-result.selected,.str-chat.str-chat__theme-dark .messaging-create-channel__user-result:hover{background:#3e3e41}.str-chat__channel.messaging .messaging-create-channel+.str-chat__main-panel,.str-chat__channel.messaging .messaging-create-channel~.str-chat__thread{display:none}.create-channel-button{right:10px;max-width:111px;height:40px;border:none;outline:none;background:#005fff;border-radius:20px;font-family:Helvetica Neue,sans-serif;font-weight:700;font-size:15px;line-height:18px;color:#fff;cursor:pointer;flex:1}.users-input-container{min-width:85%;margin-top:6px}.close-mobile-create{display:none}@media screen and (max-width:640px){.str-chat.str-chat__theme-dark .messaging-create-channel header{height:unset}.messaging-create-channel header{display:block;height:unset}.messaging-create-channel__left{max-width:unset;height:unset;align-items:unset;justify-content:space-evenly}.users-input-container{margin-bottom:unset}.messaging-create-channel__left form{padding-bottom:unset}.messaging-create-channel__left-text{margin-top:20px}.messaging-create-channel__users{display:flex;flex-wrap:wrap;margin:0 8px;max-width:90%}.create-channel-button{margin-bottom:10px;width:100%}.messaging-create-channel__user-results{max-width:unset;flex:unset}.close-mobile-create{display:unset;margin-top:20px;cursor:pointer;flex:1}}.messaging__channel-header{background:var(--str-chat__secondary-background-color);box-shadow:var(--messaging__header-shadow);transform:matrix(1,0,0,1,0,0);border-radius:10px 10px 0 0;display:flex;align-items:center;justify-content:space-between;min-height:60px;z-index:1}.str-chat__channel .str-chat__main-panel:not(:last-child) .messaging__channel-header{border-radius:10px 0 0 0}.messaging__channel-header .channel-header__name{flex:1;font-weight:700;font-size:15px;color:var(--str-chat__message-textarea-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.str-chat.str-chat__theme-dark .messaging__channel-header{background:rgba(46,48,51,.98);box-shadow:var(--messaging__header-shadow)}.str-chat.str-chat__theme-dark .messaging__channel-header .channel-header__name{color:var(--str-chat__message-textarea-color)}.messaging__channel-header__right{display:flex;align-items:center;margin-right:16px}.messaging__channel-header .avatar-group{margin-right:20px;margin-left:20px}.messaging__channel-header .avatar-group.four span:nth-child(2){position:relative;right:9px}.channel-header__edit-input{width:100%;font-family:Helvetica Neue,sans-serif;font-size:17px;background:none;outline:none;border:none;padding:0}.channel-header__edit-input::placeholder{opacity:50%}.str-chat.str-chat__theme-dark .channel-header__edit-input::placeholder{color:#fff}.str-chat.str-chat__theme-dark .channel-header__edit-input{color:#fff}#mobile-nav-icon{display:none}@media screen and (max-width:640px){#mobile-nav-icon{display:block;padding-left:5px}.str-chat__theme-light #mobile-nav-icon svg path{fill:#2f4f4f;stroke:#2f4f4f;fill-opacity:60%}.messaging__channel-header__avatars{margin-left:10px}}.channel-preview__container{height:56px;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:8px}.channel-preview__container:hover{background:#fff;box-shadow:0 1px 5px rgba(0,0,0,.07);transition:background .1s ease-in-out}.str-chat.str-chat__theme-dark .channel-preview__container:hover{background:#2c2c30}.channel-preview__container.selected{background:#fff;box-shadow:0 1px 5px rgba(0,0,0,.07);transition:background .1s ease-in-out}.str-chat.str-chat__theme-dark .channel-preview__container.selected{background:#2c2c30}.channel-preview__content-wrapper{display:flex;flex-direction:column;justify-content:center;margin-left:8px;margin-right:8px;width:100%}.channel-preview__content-top{display:flex;justify-content:space-between;align-items:center;height:18px;margin:0 0 4px}.channel-preview__content-name{font-family:Helvetica Neue,sans-serif;font-weight:500;font-size:15px;color:#000;margin:0;max-width:158px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.str-chat.str-chat__theme-dark .channel-preview__content-name{color:#fff}.channel-preview__content-time{font-family:Helvetica Neue,sans-serif;font-size:11px;color:#858688;margin:0}.channel-preview__content-message{font-family:Helvetica Neue,sans-serif;font-size:13px;line-height:16px;margin:0;color:#858688;height:16px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-preview__content-message p{margin:0}.channel-preview__container .str-chat__avatar{margin-right:0}.str-chat{--str-chat__thread-head-start-border-block-end-color:var(--str-chat__secondary-background-color)}.messaging.str-chat .str-chat__thread{margin:0}.custom-thread-header{border:none;background:#fff;min-height:60px;box-shadow:var(--messaging__header-shadow);display:flex;align-items:center;justify-content:space-between;z-index:1}.str-chat.str-chat__theme-dark .custom-thread-header{background:rgba(46,48,51,.98)}.custom-thread-header__left{display:flex;align-items:center;margin-left:20px}.custom-thread-header__left-title{font-family:Helvetica Neue,sans-serif;font-weight:700;font-size:15px;line-height:24px;margin-right:10px}.custom-thread-header__left-title,.str-chat.str-chat__theme-dark .custom-thread-header__left-title{color:var(--str-chat__message-textarea-color)}.custom-thread-header__left-count{font-family:Helvetica,sans-serif;font-size:14px;mix-blend-mode:normal;opacity:.5}.str-chat.str-chat__theme-dark .custom-thread-header__left-count{color:var(--str-chat__message-textarea-color)}.messaging.str-chat .str-chat__thread{border-left:1px solid #f1f1f1;border-radius:0 10px 0 0}.messaging.str-chat.str-chat__theme-dark .str-chat__thread{border-left:1px solid rgba(0,0,0,.09)}.str-chat__thread .str-chat__messaging-input{background:none!important}.messaging.str-chat .str-chat__thread-list{height:unset;padding:0}.str-chat__thread-list .str-chat__list.str-chat__thread-list{padding:0!important}.str-chat__thread-list .str-chat__li.str-chat__li--top{margin-top:0}.str-chat__thread-list li .str-chat__message:first-of-type{border-bottom:none!important;padding-bottom:0}.str-chat__thread .str-chat__messaging-input{margin-top:0!important}.str-chat__message-replies-count-button:focus{border:none;outline:none}.str-chat__thread-start{display:none}.messaging.str-chat .str-chat__thread-list .str-chat__message-list-scroll{padding-top:20px}@media screen and (max-width:640px){.str-chat__thread .str-chat__messaging-input .messaging-input__button.emoji-button{display:none}}.window-controls__container{height:60px;display:flex;align-items:center;justify-content:center}.window-controls__button-wrapper{display:flex;align-items:center;justify-content:space-between;height:30px;width:180px;background:hsla(0,0%,100%,.8);box-shadow:0 0 4px rgba(0,0,0,.06);border-radius:15px;padding:0 2px}.window-controls__button-wrapper.light{background:#303438}.window-controls__button{height:26px;width:90px;background:none;box-shadow:none;border-radius:15px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-family:Inter,sans-serif;font-weight:700;font-size:12px;line-height:12px;letter-spacing:.8px;color:#000;mix-blend-mode:normal;opacity:.2}.window-controls__button.selected{background:#fff;box-shadow:0 2px 7px rgba(0,0,0,.2);color:#0a0a0a;opacity:1}.window-controls__button.light{background:#303438;color:hsla(0,0%,100%,.4);opacity:.5}.window-controls__button.selected.light{background:#3d4247;color:#fff;opacity:1}