.messaging-create-channel{background:var(--str-chat__background-color);border-radius:10px 10px 0 0;flex-direction:column;flex:1;width:100%;height:100%;display:flex;box-shadow:0 0 14px #00000004}.messaging-create-channel header{background:var(--str-chat__secondary-background-color);box-shadow:var(--messaging__header-shadow);border-radius:10px 10px 0 0;justify-content:space-between;align-items:center;padding:0 10px 0 25px;display:flex;transform:matrix(1,0,0,1,0,0)}.str-chat.str-chat__theme-dark .messaging-create-channel header{color:var(--str-chat__message-textarea-color);background:#3e3e41;border-radius:10px 10px 0 0;height:auto}.messaging-create-channel__left{flex:1;align-items:center;display:flex}.messaging-create-channel__left form{align-items:center;height:50px;padding-bottom:6px;display:flex}.messaging-create-channel__left-text{color:#000;opacity:.5;margin-right:10px;font-family:Helvetica Neue,sans-serif;font-size:17px}.messaging-create-channel main{flex:1}.messaging-create-channel__users{flex-wrap:wrap;max-width:95%;margin:0 8px;display:flex}.messaging-create-channel__users::-webkit-scrollbar{display:none}.messaging-create-channel__user{color:#000;opacity:.9;cursor:pointer;background:#f1f1f1;border-radius:20px;justify-content:space-between;align-items:center;padding:6px 12px;display:flex}.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:0 0;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{color:#000;opacity:.5;font-size:17px}.str-chat.str-chat__theme-dark .messaging-create-channel__input::placeholder{color:#fff}.messaging-create-channel__user-results{opacity:.9;background:#f1f1f1;border-radius:10px;flex-direction:column;max-width:330px;margin-top:4px;margin-left:4px;padding:0;list-style:none;display:flex;overflow-y:auto;box-shadow:0 1px 5px #00000012}.str-chat.str-chat__theme-dark .messaging-create-channel__user-results{background:#282a2d;box-shadow:0 4px 20px #0000004d}.messaging-create-channel__user-result{cursor:pointer;justify-content:space-between;align-items:center;height:56px;margin:0;padding:8px;display:flex}.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{background:#20e070;border:2px solid #f1f1f1;border-radius:8px;width:16px;height:16px;position:relative;bottom:14px;right:28px}.str-chat.str-chat__theme-dark .messaging-create-channel__user-result-online{opacity:1;border:2px solid #282a2d}.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{flex-direction:column;display:flex}.messaging-create-channel__user-result__details span:first-of-type{font-weight:500}.str-chat.str-chat__theme-dark .messaging-create-channel__left-text{color:#fff}.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:hover,.str-chat.str-chat__theme-dark .messaging-create-channel__user-result.selected{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{color:#fff;cursor:pointer;background:#005fff;border:none;border-radius:20px;outline:none;flex:1;max-width:111px;height:40px;font-family:Helvetica Neue,sans-serif;font-size:15px;font-weight:700;line-height:18px;right:10px}.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{height:unset;display:block}.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{flex-wrap:wrap;max-width:90%;margin:0 8px;display:flex}.create-channel-button{width:100%;margin-bottom:10px}.messaging-create-channel__user-results{max-width:unset;flex:unset}.close-mobile-create{display:unset;cursor:pointer;flex:1;margin-top:20px}}
.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{min-height:60px;box-shadow:var(--messaging__header-shadow);z-index:1;background:#fff;border:none;justify-content:space-between;align-items:center;display:flex}.str-chat.str-chat__theme-dark .custom-thread-header{background:#2e3033fa}.custom-thread-header__left{align-items:center;margin-left:20px;display:flex}.str-chat__quoted-message-bubble{max-width:100%!important}.str-chat__quoted-message-bubble [data-testid=quoted-message-text]{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.custom-thread-header__left-title{color:var(--str-chat__message-textarea-color);margin-right:10px;font-family:Helvetica Neue,sans-serif;font-size:15px;font-weight:700;line-height:24px}.str-chat.str-chat__theme-dark .custom-thread-header__left-title{color:var(--str-chat__message-textarea-color)}.custom-thread-header__left-count{mix-blend-mode:normal;opacity:.5;font-family:Helvetica,sans-serif;font-size:14px}.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 #00000017}.str-chat__thread .str-chat__messaging-input{background:0 0!important}.messaging.str-chat .str-chat__thread-list{height:unset;padding:0}.str-chat__thread-list .str-chat__list.str-chat__list--thread{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{padding-bottom:0;border-bottom:none!important}.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__reverse-infinite-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{justify-content:center;align-items:center;height:60px;display:flex}.window-controls__button-wrapper{background:#fffc;border-radius:15px;justify-content:space-between;align-items:center;width:180px;height:30px;padding:0 2px;display:flex;box-shadow:0 0 4px #0000000f}.window-controls__button-wrapper.light{background:#303438}.window-controls__button{width:90px;height:26px;box-shadow:none;cursor:pointer;letter-spacing:.8px;color:#000;mix-blend-mode:normal;opacity:.2;background:0 0;border-radius:15px;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:12px;font-weight:700;line-height:12px;display:flex}.window-controls__button.selected{color:#0a0a0a;opacity:1;background:#fff;box-shadow:0 2px 7px #0003}.window-controls__button.light{color:#fff6;opacity:.5;background:#303438}.window-controls__button.selected.light{color:#fff;opacity:1;background:#3d4247}