@import "https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;700&display=swap";
.cometchat-thread-header{background:var(--cometchat-background-color-01,#fff);flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-start;gap:0;width:100%;display:flex}.cometchat-thread-header__top-bar{padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px);align-items:center;gap:var(--cometchat-padding-2,8px);border-bottom:1px solid var(--cometchat-border-color-light,#f5f5f5);border-left:1px solid var(--cometchat-border-color-light,#f5f5f5);background:var(--cometchat-background-color-01,#fff);align-self:stretch;height:64px;display:flex}.cometchat-thread-header__top-bar-title-container{flex-direction:column;flex:1 0 0;justify-content:center;align-items:flex-start;display:flex;overflow:hidden}.cometchat-thread-header__top-bar-title{color:var(--cometchat-text-color-primary,#141414);text-overflow:ellipsis;font:var(--cometchat-font-heading3-bold,700 20px Roboto)}.cometchat-thread-header__top-bar-subtitle-text{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-caption1-regular,400 12px Roboto);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cometchat-thread-header__top-bar-subtitle-text-clickable{cursor:pointer}.cometchat-thread-header__top-bar-close{cursor:pointer;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.cometchat-thread-header__top-bar-close .cometchat-button{background:0 0;gap:0;width:24px;height:24px;padding:0}.cometchat-thread-header__top-bar-close .cometchat-button:hover,.cometchat-thread-header__top-bar-close .cometchat-button:active{background:0 0}.cometchat-thread-header__top-bar-close .cometchat-button__icon{background:var(--cometchat-icon-color-primary,#141414)}.cometchat-thread-header__top-bar-close .cometchat-button__icon:hover{background:var(--cometchat-icon-color-highlight)}.cometchat-thread-header__body{width:100%;padding-top:var(--cometchat-padding-3,12px);flex-direction:column;flex-shrink:0;display:flex}.cometchat-thread-header__body-timestamp{padding:var(--cometchat-padding-1,4px) var(--cometchat-padding-2,8px);border-radius:var(--cometchat-radius-1,4px);border:1px solid var(--cometchat-border-color-dark,#dcdcdc);background:var(--cometchat-background-color-02,#fafafa);align-self:center;display:flex;box-shadow:0 1px 2px #1018280d}.cometchat-thread-header__body-timestamp .cometchat-date{color:var(--cometchat-text-color-primary,#141414);text-align:center;font:var(--cometchat-font-caption1-medium,500 12px Roboto);padding:0;display:flex}.cometchat-thread-header__message{padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px);flex:1 0 0;gap:0;min-height:50px;max-height:300px;display:flex;overflow:hidden auto}.cometchat-thread-header-hide-scrollbar .cometchat-thread-header__message::-webkit-scrollbar{display:none}.cometchat-thread-header-hide-scrollbar .cometchat-thread-header__message::-webkit-scrollbar-thumb{display:none}.cometchat-thread-header__message .cometchat-text-bubble .cometchat-text-bubble__read-more{display:none}.cometchat-thread-header__message-small{min-height:fit-content;max-height:150px}.cometchat-thread-header__message-incoming{align-self:flex-start}.cometchat-thread-header__message-outgoing{align-self:flex-end}.cometchat-thread-header__message .cometchat-message-bubble__wrapper{width:100%;padding:0}.cometchat-thread-header__reply-bar{padding:var(--cometchat-padding-1,4px) var(--cometchat-padding-5,20px);justify-content:center;align-items:center;gap:var(--cometchat-padding-2,8px);align-self:stretch;display:flex}.cometchat-thread-header__reply-bar-count{color:var(--cometchat-text-color-secondary,#727272);text-align:center;font:var(--cometchat-font-body-regular,400 14px Roboto)}.cometchat-thread-header__reply-bar-divider{background:var(--cometchat-border-color-default,#e8e8e8);flex:1;width:100%;height:1px}.cometchat-thread-header__message .cometchat-message-preview{cursor:not-allowed}
.cometchat-toast{padding:var(--cometchat-padding-2,8px);border-radius:var(--cometchat-radius-1,4ppx);background:var(--cometchat-static-black);color:var(--cometchat-static-white,#f9f8fd);font:var(--cometchat-font-caption1-regular);z-index:10;display:inline-block;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}
.cometchat-search{background:var(--cometchat-background-color-01);gap:var(--cometchat-padding-3,12px);flex-direction:column;width:100%;height:100%;margin:0 auto;display:flex}.cometchat-search__header{min-height:64px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px);justify-content:flex-start;align-items:center;gap:6px;padding-bottom:0;display:flex}.cometchat-search__search-bar{flex:1;position:relative;overflow:hidden}.cometchat-search__input{min-height:36px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-3,12px);align-items:center;gap:var(--cometchat-spacing-1,4px);border-radius:var(--cometchat-radius-max,1000px);border:1px solid var(--cometchat-border-color-dark,#dcdcdc);background:var(--cometchat-background-color-03,#f5f5f5);flex:1 0 0;justify-content:flex-start;align-self:stretch;display:flex;overflow-x:auto}.cometchat-search__input input{min-width:50px;color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading4-regular);background:0 0;border:none;outline:none;flex:1}.cometchat-search__input-clear-button{cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none}.cometchat-search__input-clear-button .cometchat-button,.cometchat-search__back-button .cometchat-button{background:0 0;border:none;border-radius:0;width:fit-content;height:fit-content;margin:0;padding:0}.cometchat-search__input-clear-button .cometchat-button .cometchat-button__icon,.cometchat-search__back-button .cometchat-button .cometchat-button__icon{background:var(--cometchat-icon-color-secondary);width:24px;height:24px}.cometchat-search__back-button .cometchat-button .cometchat-button__icon{background:var(--cometchat-icon-color-primary)}.cometchat-search__body{padding:0px var(--cometchat-padding-4,16px)}.cometchat-search__body-filters{gap:var(--cometchat-padding-2,8px) var(--cometchat-padding-2,8px);flex-wrap:wrap;display:flex}.cometchat-search__body-filter,.cometchat-search__body-filter .cometchat-button{cursor:pointer;border-radius:var(--Radius-radius_Max,1000px);background:var(--cometchat-background-color-03);padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-3,12px);align-content:center;align-items:center;gap:4px var(--cometchat-padding-1,4px);display:flex}.cometchat-search__body-filters .cometchat-button{flex-wrap:wrap}.cometchat-search__body-filter .cometchat-button{width:fit-content;height:fit-content;font:var(--cometchat-font-body-regular);color:var(--cometchat-text-color-secondary,#727272);background:0 0;border:none;border-radius:0;margin:0;padding:0}.cometchat-search__body-filter .cometchat-button .cometchat-button__icon{background:var(--cometchat-icon-color-secondary);width:16px;height:16px}.cometchat-search__initial-view{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;display:flex}.cometchat-search__initial-view-icon{background:var(--cometchat-icon-color-secondary);flex-shrink:0;width:120px;height:120px;-webkit-mask:url(../media/search_message_icon.03h2_1zijem.h.svg) 50%/contain no-repeat;mask:url(../media/search_message_icon.03h2_1zijem.h.svg) 50%/contain no-repeat}.cometchat-search__initial-view-title{color:var(--cometchat-text-color-primary,#141414);text-align:center;font:var(--cometchat-font-heading3-bold)}.cometchat-search__initial-view-subtitle{color:var(--cometchat-text-color-secondary,#727272);text-align:center;font:var(--cometchat-font-body-regular)}.cometchat-search-conversations__see-more .cometchat-button,.cometchat-search-messages__see-more .cometchat-button{background:0 0;border:none;border-radius:0;width:fit-content;height:fit-content;margin:0}.cometchat-search-conversations__see-more .cometchat-button__text,.cometchat-search-messages__see-more .cometchat-button__text{color:var(--cometchat-primary-color)}.cometchat-search .cometchat-list-item__trailing-view{align-self:flex-start;width:fit-content;height:fit-content}.cometchat-search__conversations .cometchat-search__conversations-subtitle-text-wrapper,.cometchat-search__conversations .cometchat-search__conversations-subtitle{gap:var(--cometchat-padding,2px);flex-direction:row;display:flex}.cometchat-search__conversations .cometchat-search__conversations-subtitle-text,.cometchat-search__conversations .cometchat-search__conversations-subtitle-text-sender,.cometchat-search-messages__list-item .cometchat-search-messages__subtitle-text{color:var(--cometchat-text-color-secondary,#727272);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-body-regular,14px);overflow:hidden}.cometchat-search__conversations-subtitle-text-sender{font:var(--cometchat-font-body-bold,14px)}.cometchat-search__conversations-subtitle-receipts{background:var(--cometchat-icon-color-secondary,#a1a1a1);border:none;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:16px;height:16px;display:flex}.cometchat-search__conversations-subtitle-receipts-sent{-webkit-mask:url(../media/conversations_sent.0x2qw18dp40en.svg) 50%/contain no-repeat;mask:url(../media/conversations_sent.0x2qw18dp40en.svg) 50%/contain no-repeat}.cometchat-search__conversations-subtitle-receipts-wait{-webkit-mask:url(../media/status_sending.0f5owbq1h-lt5.svg) 50%/contain no-repeat;mask:url(../media/status_sending.0f5owbq1h-lt5.svg) 50%/contain no-repeat}.cometchat-search__conversations-subtitle-receipts-delivered{-webkit-mask:url(../media/conversations_delivered.04sv-qypuq6-s.svg) 50%/contain no-repeat;mask:url(../media/conversations_delivered.04sv-qypuq6-s.svg) 50%/contain no-repeat}.cometchat-search__conversations-subtitle-receipts-error{background-color:var(--cometchat-error-color);-webkit-mask:url(../media/error_icon.18eavjwt6jr2m.svg) 50%/contain no-repeat;mask:url(../media/error_icon.18eavjwt6jr2m.svg) 50%/contain no-repeat}.cometchat-search__conversations-subtitle-receipts-read{background:var(--cometchat-message-seen-color,#56e8a7);-webkit-mask:url(../media/conversations_read.04sv-qypuq6-s.svg) 50%/contain no-repeat;mask:url(../media/conversations_read.04sv-qypuq6-s.svg) 50%/contain no-repeat}.cometchat-search .cometchat-text-highlight{font:var(--cometchat-font-body-bold);color:var(--cometchat-text-color-primary)}.cometchat-search__results .cometchat-list__header-title{min-height:20px;margin-bottom:var(--cometchat-margin-1)}.cometchat-search__results,.cometchat-search__conversations,.cometchat-search__messages{height:fit-content;overflow:hidden}.cometchat-search__results{height:100%;overflow:scroll}.cometchat-search__conversations-list-item{cursor:pointer}.cometchat-search__conversations-list-item-active .cometchat-list-item{background-color:var(--cometchat-white-pressed,#e8e8e8)}.cometchat-search__conversations-subtitle{gap:var(--cometchat-padding-1,4px);text-overflow:ellipsis;white-space:nowrap;width:100%;max-width:100%;display:flex;overflow:hidden}.cometchat-search__conversations-subtitle-text-wrapper{gap:var(--cometchat-padding,2px);text-overflow:ellipsis;white-space:nowrap;width:100%;max-width:100%;display:flex;overflow:hidden}.cometchat-search__conversations-subtitle-text{color:var(--cometchat-text-color-secondary,#727272);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-body-regular);width:100%;overflow:hidden}.cometchat-search__conversations-subtitle-text code{background:var(--cometchat-background-color-03);color:var(--cometchat-text-color-secondary);padding:0 var(--cometchat-padding-1,2px);border-radius:var(--cometchat-radius-1,4px);border:1px solid var(--cometchat-border-color-light);font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:.9em}.cometchat-search__conversations-subtitle-text-sender{color:var(--cometchat-text-color-secondary,#727272);text-overflow:ellipsis;font:var(--cometchat-font-body-medium);flex-shrink:0;overflow:hidden}.cometchat-search__conversations-subtitle-typing{color:var(--cometchat-text-color-highlight,#6852d6);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-body-regular);overflow:hidden}.cometchat-search__conversations-trailing-view{gap:var(--cometchat-padding-1,4px);flex-direction:column;display:flex}.cometchat-search__conversations-trailing-view-date{font:var(--cometchat-font-caption1-regular)}.cometchat-search__conversations-trailing-view-badge{justify-content:flex-end;gap:var(--cometchat-padding-1,4px);display:flex}.cometchat-search__conversations-trailing-view-badge-count{background:var(--cometchat-primary-color,#6852d6);height:20px;color:var(--cometchat-static-white,#fff);text-align:center;text-overflow:ellipsis;font:var(--cometchat-font-caption1-regular);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;padding:0 8px;display:flex;overflow:hidden}.cometchat-search__conversations-subtitle-icon{background:var(--cometchat-icon-color-secondary,#a1a1a1);border:none;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:16px;height:16px;display:flex;-webkit-mask-size:contain;mask-size:contain}.cometchat-search__conversations-subtitle-icon-incoming-audio-call,.cometchat-search__conversations-subtitle-icon-incoming-video-call{background-color:var(--cometchat-error-color,#f44649)}.cometchat-search__conversations-subtitle-icon-incoming-audio-call{-webkit-mask:url(../media/conversations_missed-voice-call.11ycm.6y.8a52.svg) 50% no-repeat;mask:url(../media/conversations_missed-voice-call.11ycm.6y.8a52.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-incoming-video-call{-webkit-mask:url(../media/conversations_missed-video-call.0qnu57rfe25pb.svg) 50% no-repeat;mask:url(../media/conversations_missed-video-call.0qnu57rfe25pb.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-outgoing-audio-call{-webkit-mask:url(../media/conversations_outgoing-voice-call.0ly08ommgm138.svg) 50% no-repeat;mask:url(../media/conversations_outgoing-voice-call.0ly08ommgm138.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-outgoing-video-call{-webkit-mask:url(../media/conversations_outgoing-video-call.0k2b~1ostnm-o.svg) 50% no-repeat;mask:url(../media/conversations_outgoing-video-call.0k2b~1ostnm-o.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-image{-webkit-mask:url(../media/conversations_image-message.0kccl7zooay-w.svg) 50% no-repeat;mask:url(../media/conversations_image-message.0kccl7zooay-w.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-file{-webkit-mask:url(../media/conversations_file-message.0l9r0-p8woyuf.svg) 50% no-repeat;mask:url(../media/conversations_file-message.0l9r0-p8woyuf.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-video{-webkit-mask:url(../media/conversations_video-message.11_ejrnnk2jo-.svg) 50% no-repeat;mask:url(../media/conversations_video-message.11_ejrnnk2jo-.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-audio{-webkit-mask:url(../media/conversations_audio-message.16zv_wnz.~ysl.svg) 50% no-repeat;mask:url(../media/conversations_audio-message.16zv_wnz.~ysl.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-poll{-webkit-mask:url(../media/conversations_poll-message.0.o~_n7a4ydmv.svg) 50% no-repeat;mask:url(../media/conversations_poll-message.0.o~_n7a4ydmv.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-sticker{-webkit-mask:url(../media/conversations_sticker-message.06auh8ayw40k9.svg) 50% no-repeat;mask:url(../media/conversations_sticker-message.06auh8ayw40k9.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-collaborative-document{-webkit-mask:url(../media/conversations_collaborative-document-message.064qyo10bgxiy.svg) 50% no-repeat;mask:url(../media/conversations_collaborative-document-message.064qyo10bgxiy.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-collaborative-whiteboard{-webkit-mask:url(../media/conversations_collaborative-whiteboard-message.0t.lkmtdp7az..svg) 50% no-repeat;mask:url(../media/conversations_collaborative-whiteboard-message.0t.lkmtdp7az..svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-deleted{-webkit-mask:url(../media/conversations_delete.0f-w1db~up_zo.svg) 50% no-repeat;mask:url(../media/conversations_delete.0f-w1db~up_zo.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-link{-webkit-mask:url(../media/conversations_link.0zu.eg5r0._sz.svg) 50% no-repeat;mask:url(../media/conversations_link.0zu.eg5r0._sz.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-thread{-webkit-mask:url(../media/conversations_thread.0vsa4~xugddo1.svg) 50% no-repeat;mask:url(../media/conversations_thread.0vsa4~xugddo1.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-none{display:none}.cometchat-search-conversations__see-more{padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px);justify-content:flex-start;display:flex}.cometchat-search-conversations__see-more .cometchat-button{background:0 0;border:none;border-radius:0;width:fit-content;height:fit-content;margin:0;padding:0}.cometchat-search-conversations__see-more .cometchat-button__text{color:var(--cometchat-primary-color,#6852d6);font:var(--cometchat-font-body-medium)}.cometchat-search-messages{height:fit-content;overflow:hidden}.cometchat-search__shimmer{background:var(--cometchat-background-color-01,#fff);width:100%;height:100%}.cometchat-search__shimmer-item{width:100%;min-width:240px;height:72px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px);align-items:center;gap:12px;display:flex}.cometchat-search__shimmer-item-avatar{border-radius:var(--cometchat-radius-max,1000px);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg, #e0e0e0 0%, #eee 100%));flex-shrink:0;width:48px;height:48px;display:flex}.cometchat-search__shimmer-item-body{gap:var(--cometchat-padding-2,8px);flex-direction:column;width:100%;height:100%;display:flex}.cometchat-search__shimmer-item-body-title-wrapper{justify-content:space-between;width:100%;display:flex}.cometchat-search__shimmer-item-body-title{border-radius:var(--cometchat-radius-2,8px);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg, #e0e0e0 0%, #eee 100%));flex-shrink:0;width:50%;height:22px;animation:1.5s linear infinite shimmerAnimation}.cometchat-search__shimmer-item-body-subtitle{border-radius:var(--cometchat-radius-2,8px);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg, #e0e0e0 0%, #eee 100%));flex-shrink:0;width:100%;height:12px;animation:1.5s linear infinite shimmerAnimation}.cometchat-search__shimmer-item-body-tail{border-radius:var(--cometchat-radius-2,8px);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg, #e0e0e0 0%, #eee 100%));width:60px;height:22px;min-height:22px;animation:3.5s linear infinite shimmerAnimation}.cometchat-search__empty-view{gap:var(--cometchat-padding-5,20px);background:var(--cometchat-background-color-01,#fff);height:100%;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px);flex-direction:column;justify-content:center;align-items:center;display:flex}.cometchat-search__empty-view-icon{background:var(--cometchat-icon-color-secondary,#a1a1a1);width:120px;height:120px;-webkit-mask:url(../media/search_message_icon.03h2_1zijem.h.svg) 50%/contain no-repeat;mask:url(../media/search_message_icon.03h2_1zijem.h.svg) 50%/contain no-repeat}.cometchat-search__empty-view-body{gap:var(--cometchat-padding,2px);flex-direction:column;display:flex}.cometchat-search__empty-view-body-title{width:auto;max-width:280px;color:var(--cometchat-text-color-primary,#141414);text-align:center;font:var(--cometchat-font-heading3-bold)}.cometchat-search__empty-view-body-description{width:auto;max-width:280px;color:var(--cometchat-text-color-secondary,#727272);text-align:center;font:var(--cometchat-font-body-regular)}.cometchat-search__error-view{gap:var(--cometchat-padding-5,20px);background:var(--cometchat-background-color-01,#fff);flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.cometchat-search__error-view-icon{background:var(--cometchat-error-color,#f44649);width:120px;height:120px;-webkit-mask:url(../media/list_error_state_icon.0nxqwl7t1c~sc.svg) 50%/contain no-repeat;mask:url(../media/list_error_state_icon.0nxqwl7t1c~sc.svg) 50%/contain no-repeat}.cometchat-search__error-view-body{gap:var(--cometchat-padding,2px);flex-direction:column;display:flex}.cometchat-search__error-view-body-title{width:280px;color:var(--cometchat-text-color-primary,#141414);text-align:center;font:var(--cometchat-font-heading3-bold)}.cometchat-search__error-view-body-description{width:280px;color:var(--cometchat-text-color-secondary,#727272);text-align:center;font:var(--cometchat-font-body-regular)}.cometchat-search-messages__list-item{cursor:pointer;width:100%}.cometchat-search-messages__list-item .cometchat-list-item__body-subtitle,.cometchat-search-messages__list-item .cometchat-search-messages__subtitle{text-overflow:ellipsis;white-space:nowrap;width:100%;max-width:98%;display:block;overflow:hidden}.cometchat-search-messages__subtitle-text{color:var(--cometchat-text-color-secondary,#727272);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-body-regular);width:100%;overflow:hidden}.cometchat-search-messages__trailing-view{align-items:flex-end;gap:var(--cometchat-padding-1,4px);flex-direction:column;display:flex}.cometchat-search-messages .cometchat-date{font:var(--cometchat-font-caption1-regular);color:var(--cometchat-text-color-secondary,#727272)}.cometchat-search-messages__see-more{gap:var(--cometchat-padding-3,12px) 0px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px);justify-content:flex-start;display:flex}.cometchat-search-messages__see-more .cometchat-button{background:0 0;border:none;border-radius:0;width:fit-content;height:fit-content;margin:0;padding:0}.cometchat-search-messages__see-more .cometchat-button__text{color:var(--cometchat-primary-color,#6852d6);font:var(--cometchat-font-body-medium)}@keyframes shimmerAnimation{0%{background-position:-468px 0}to{background-position:468px 0}}.cometchat-search__messages-leading-view{background:var(--cometchat-background-color-01);border-radius:var(--cometchat-radius-max,1000px);justify-content:center;align-items:center;width:48px;height:40px;display:flex}.cometchat-search__messages-leading-view-link>.cometchat-search__messages-leading-view-icon{background:var(--cometchat-icon-color-secondary,#a1a1a1);width:16px;height:16px;transform:scale(2);-webkit-mask:url(../media/link_icon_2x.0dzl7wgq3ybzm.svg) 50% no-repeat;mask:url(../media/link_icon_2x.0dzl7wgq3ybzm.svg) 50% no-repeat}.cometchat-search__messages-leading-view-link>img{width:32px;height:32px}.cometchat-search__messages-leading-view-audio.cometchat-search__messages-leading-view{background-color:var(--cometchat-primary-color,#6852d6)}.cometchat-search__messages-leading-view-audio>.cometchat-search__messages-leading-view-icon{background:var(--cometchat-static-white,#a1a1a1);width:16px;height:16px;transform:scale(2);-webkit-mask:url(../media/play_arrow.0wn15hakln8r5.svg) 50% no-repeat;mask:url(../media/play_arrow.0wn15hakln8r5.svg) 50% no-repeat}.cometchat-search__body-filter .cometchat-button__text{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-body-regular)}.cometchat-search-messages__subtitle{font:var(--cometchat-font-body-regular);color:var(--cometchat-text-color-secondary,#727272)}.cometchat-search-messages__date-separator .cometchat-date{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-caption1-regular);justify-content:flex-start;align-items:flex-start;display:flex}.cometchat-search-messages__date-separator{padding:0px var(--cometchat-padding-2,8px)}.cometchat-search__messages-trailing-view{justify-content:center;align-items:center;width:80px;min-height:50px;display:flex;overflow:hidden}.cometchat-search__messages-trailing-view img,.cometchat-search__messages-trailing-view video{object-fit:contain;width:auto;max-width:80px;height:auto;max-height:80px}.cometchat-search__messages-video-play-button{pointer-events:none;background-color:#0009;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cometchat-search__messages-video-play-button:after{content:"";border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:12px solid #fff;width:0;height:0;margin-left:3px;display:block}.cometchat-search__messages-trailing-view-video{position:relative}.cometchat-search .cometchat-list__header-title{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-caption1-medium)}.cometchat-search__conversations,.cometchat-search__messages{height:fit-content;min-height:110px}.cometchat-search__conversations-full,.cometchat-search__messages-full{height:100%}.cometchat-search__results::-webkit-scrollbar{display:none}.cometchat-search__input::-webkit-scrollbar{display:none}.cometchat-search__results::-webkit-scrollbar-thumb{display:none}.cometchat-search__input::-webkit-scrollbar-thumb{display:none}.cometchat-search__conversations-list-item-online .cometchat-list-item__status,.cometchat-search__conversations-list-item-password .cometchat-list-item__status,.cometchat-search__conversations-list-item-private .cometchat-list-item__status{border-radius:var(--cometchat-radius-max,1000px);border:2px solid var(--cometchat-neutral-color-50,#fff);justify-content:center;align-items:center;width:14px;min-width:14px;height:14px;margin-right:-14px;display:flex;position:relative;top:20px;right:15px}.cometchat-search__conversations-list-item-online .cometchat-list-item__status{background:var(--cometchat-success-color,#09c26f);margin-right:-12px}.cometchat-search__conversations-list-item-password .cometchat-list-item__status{background-color:var(--cometchat-success-color,#09c26f)}.cometchat-search__conversations-list-item-private .cometchat-list-item__status{background-color:var(--cometchat-warning-color,#ffab00)}.cometchat-search__conversations-list-item-password .cometchat-list-item__status-icon{background:var(--cometchat-static-white,#fff);border:none;justify-content:center;align-self:center;align-items:center;width:8px;height:8px;display:flex;-webkit-mask:url(../media/lock.0cda3cjl2a2.g.svg) 50%/contain no-repeat;mask:url(../media/lock.0cda3cjl2a2.g.svg) 50%/contain no-repeat}.cometchat-search__conversations-list-item-private .cometchat-list-item__status-icon{background:var(--cometchat-static-white,#fff);border:none;justify-content:center;align-self:center;align-items:center;width:8px;height:8px;display:flex;-webkit-mask:url(../media/shield.11hg7g-q~0zl-.svg) 50%/contain no-repeat;mask:url(../media/shield.11hg7g-q~0zl-.svg) 50%/contain no-repeat}.cometchat-search .cometchat-list__header-title{padding:0px var(--cometchat-padding-4,16px)}.cometchat-search__initial-view{padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px)}.cometchat-search .cometchat-list .cometchat-list__header,.cometchat-search .cometchat-list .cometchat-list__body{border:none}.cometchat-search__body-filter-active{border-radius:var(--cometchat-radius-max,1000px);border:1px solid var(--cometchat-neutral-color-800,#434343);background:var(--cometchat-neutral-color-900,#141414)}.cometchat-search__body-filter-active .cometchat-button__text{color:var(--cometchat-neutral-color-50,#141414)}.cometchat-search__body-filter-active .cometchat-button__icon{background:var(--cometchat-neutral-color-50,#141414)}.cometchat-search__messages-leading-view-file{width:32px;height:32px}.cometchat-search__messages .cometchat-list-item__body-title{color:var(--cometchat-text-color-secondary,#727272)}.cometchat-search__messages-subtitle-icon-thread{background:var(--cometchat-icon-color-secondary,#a1a1a1);border:none;border-radius:0;width:16px;height:16px;-webkit-mask:url(../media/conversations_thread.0vsa4~xugddo1.svg) 50%/contain no-repeat;mask:url(../media/conversations_thread.0vsa4~xugddo1.svg) 50%/contain no-repeat}
.cometchat-moderation-status__icon{background-color:var(--cometchat-error-color);min-width:16px;min-height:16px;display:inline-block;-webkit-mask:url(../media/message_blocked.0y_nofdlt~y4~.svg) 50%/contain no-repeat}.cometchat-moderation-status{background-color:var(--cometchat-error-color-100);padding:var(--cometchat-padding-1) var(--cometchat-padding-2);align-items:flex-start;gap:var(--cometchat-spacing-1,4px);border-radius:0 0 var(--cometchat-radius-3,12px) var(--cometchat-radius-3,12px);flex-direction:row;display:flex}.cometchat-moderation-status .cometchat-moderation-status__message{color:var(--cometchat-error-color,#f44649);text-align:left;font:var(--cometchat-font-body-regular);margin:0}
.cometchat-ai-assistant-chat{background:var(--cometchat-background-color-02);flex-direction:column;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.cometchat-ai-assistant-chat .cometchat-message-bubble-incoming{box-sizing:border-box;align-self:flex-start;max-width:100%;padding-top:3px;overflow:hidden}.cometchat-ai-assistant-chat__wrapper{width:100%;height:100%;position:relative;overflow:hidden}.cometchat-ai-assistant-chat__message-list-wrapper{height:inherit;box-sizing:border-box;width:100%;overflow:hidden}.cometchat-ai-assistant-chat__header-wrapper{width:100%;height:fit-content;overflow:hidden}.cometchat-ai-assistant-chat__composer-wrapper{background:0 0;width:100%;height:fit-content;overflow:hidden}.cometchat-ai-assistant-chat .cometchat-message-header{border-bottom:1px solid var(--cometchat-border-color-light)}.cometchat-ai-assistant-chat .cometchat-message-header .cometchat-list-item{gap:var(--cometchat-spacing-2)}.cometchat-ai-assistant-chat .cometchat-message-header .cometchat-list-item__body-title{display:block}.cometchat-ai-assistant-chat .cometchat-message-header .cometchat-message-header__subtitle{color:var(--cometchat-text-color-secondary)}.cometchat-ai-assistant-chat .cometchat-ai-assistant-chat__header-auxiliary-view{justify-content:space-between;align-items:center;gap:var(--cometchat-spacing-2);display:flex}.cometchat-ai-assistant-chat .cometchat-ai-assistant-chat__header-auxiliary-view .cometchat-button{box-sizing:border-box;background:0 0;border:none;width:fit-content;height:fit-content;margin:0;padding:6px}.cometchat-ai-assistant-chat .cometchat-ai-assistant-chat__header-auxiliary-view .cometchat-button__icon{background:var(--cometchat-icon-color-secondary);width:24px;height:24px}.cometchat-ai-assistant-chat .cometchat-ai-assistant-chat__header-auxiliary-view .cometchat-button__icon:hover{background:var(--cometchat-icon-color-primary);transition:background .4s ease-in-out}.cometchat-ai-assistant-chat .cometchat-message-composer__input{border:none}.cometchat-ai-assistant-chat .cometchat-message-composer{border-radius:var(--cometchat-radius-4);border:1px solid var(--cometchat-border-color-default);background:var(--cometchat-background-color-01);width:auto;margin:0 8px 8px}.cometchat-ai-assistant-chat .cometchat-message-bubble__status-info-view-receipts-sent .cometchat-message-list__receipt,.cometchat-ai-assistant-chat .cometchat-message-bubble__status-info-view-receipts-wait .cometchat-message-list__receipt,.cometchat-ai-assistant-chat .cometchat-message-bubble__status-info-view-receipts-delivered .cometchat-message-list__receipt{background-color:var(--cometchat-icon-color-secondary)}.cometchat-ai-assistant-chat .cometchat-message-bubble__status-info-view .cometchat-message-bubble__status-info-view-receipts-error{width:12px;height:12px;margin-bottom:2px}.cometchat-ai-assistant-chat .cometchat-message-bubble__status-info-view{gap:var(--cometchat-padding-1)}.cometchat-ai-assistant-chat__send-button-view{border-radius:var(--cometchat-radius-max);width:44px;height:44px;padding:var(--cometchat-padding-3);border:1px solid var(--cometchat-border-color-light);background:var(--cometchat-background-color-04);justify-content:center;align-items:center;display:flex}.cometchat-ai-assistant-chat__send-button-view .cometchat-ai-assistant-chat__send-button-icon{background:var(--cometchat-icon-color-white);width:20px;height:20px;-webkit-mask:url(../media/send-message.0ffn~.e7egy8t.svg) 50%/contain no-repeat;mask:url(../media/send-message.0ffn~.e7egy8t.svg) 50%/contain no-repeat}.cometchat-ai-assistant-chat__send-button-view--active{background:var(--cometchat-secondary-button-background)}.cometchat-ai-assistant-chat .cometchat-message-list .cometchat-list__body{border:none;height:100%}.cometchat-ai-assistant-chat .cometchat-message-list__shimmer{background:0 0}.cometchat-ai-assistant-chat__send-button-view--streaming{background:var(--cometchat-secondary-button-background)}.cometchat-ai-assistant-chat__send-button-view--streaming .cometchat-ai-assistant-chat__send-button-icon{background:var(--cometchat-icon-color-white);border-radius:0;width:16px;height:16px;-webkit-mask:url(../media/stop-message.10_00wyhvhies.svg) 50%/contain no-repeat;mask:url(../media/stop-message.10_00wyhvhies.svg) 50%/contain no-repeat}.cometchat-ai-assistant-chat .cometchat-list__empty-view{padding:var(--cometchat-padding-4);flex-direction:column;justify-content:center;align-items:center;display:flex}.cometchat-ai-assistant-chat__empty-state-suggested-messages{padding-top:var(--cometchat-padding-5);flex-flow:wrap;justify-content:center;align-items:center;gap:8px;max-width:85%;display:flex}.cometchat-ai-assistant-chat__suggested-message-icon{background:var(--cometchat-icon-color-secondary);width:16px;height:16px;display:inline-block;-webkit-mask:url(../media/right-arrow.0jy310m51csy_.svg) 50%/contain no-repeat;mask:url(../media/right-arrow.0jy310m51csy_.svg) 50%/contain no-repeat}.cometchat-ai-assistant-chat__suggested-message-pill:hover{background:var(--cometchat-background-color-01);cursor:pointer;transition:all .4s ease-in-out}.cometchat-ai-assistant-chat__suggested-message-pill{border:1px solid var(--cometchat-border-color-default);border-radius:var(--cometchat-radius-max);min-width:80px;min-height:32px;color:var(--cometchat-text-color-secondary);font:var(--cometchat-font-body-regular);justify-content:center;align-items:center;gap:var(--cometchat-spacing-2);padding:var(--cometchat-padding-2) var(--cometchat-padding-3);box-sizing:border-box;background:0 0;display:flex}.cometchat-ai-assistant-chat .cometchat-message-list{max-width:calc(100% + (var(--cometchat-padding-4) * 2));background:0 0;margin:0 auto 17px}.cometchat-ai-assistant-chat .cometchat-message-list__body{padding:0 var(--cometchat-padding-1);padding-bottom:var(--cometchat-padding-2)}@media (max-width:768px){.cometchat-ai-assistant-chat{z-index:3;width:100vw;position:fixed;top:0;left:0}}.cometchat-ai-assistant-chat__empty-state{background:0 0;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.cometchat-ai-assistant-chat__empty-state-content{text-align:center;padding-top:var(--cometchat-padding-2);flex-direction:column;align-items:center;display:flex}.cometchat-ai-assistant-chat .cometchat-list__body>.cometchat-list__body-intersection-top{visibility:hidden}.cometchat-ai-assistant-chat__empty-state-icon img{object-fit:contain;width:60px;height:60px}.cometchat-ai-assistant-chat__empty-state-icon{padding-bottom:var(--cometchat-padding-5)}.cometchat-ai-assistant-chat__empty-state-greeting-message{color:var(--cometchat-text-color-primary);text-align:center;font:var(--cometchat-font-heading4-medium)}.cometchat-ai-assistant-chat__empty-state-intro-message{color:var(--cometchat-text-color-tertiary);text-align:center;font:var(--cometchat-font-body-regular);padding-top:var(--cometchat-padding-1)}.cometchat-ai-assistant-chat .cometchat-message-bubble-outgoing .cometchat-message-bubble__body,.cometchat-ai-assistant-chat .cometchat-message-bubble-outgoing .cometchat-text-bubble{background:var(--cometchat-background-color-03)}.cometchat-ai-assistant-chat .cometchat-message-bubble-incoming .cometchat-message-bubble__body{background:0 0}.cometchat-ai-assistant-chat .cometchat-message-bubble__wrapper{gap:var(--cometchat-spacing-2);padding:var(--cometchat-padding-2)}.cometchat-message-bubble__body.agent-assistant_custom{padding:0}.cometchat-ai-assistant-chat .cometchat-message-bubble-outgoing .cometchat-text-bubble__body-text,.cometchat-ai-assistant-chat .cometchat-message-bubble-outgoing .cometchat-date{color:var(--cometchat-text-color-primary)}@media (max-width:768px){.cometchat-ai-assistant-chat__empty-state-suggested-messages{max-width:90%}}@media (max-width:680px){.cometchat-ai-assistant-chat__empty-state-suggested-messages{max-width:100%}}.cometchat-ai-assistant-chat__sidebar{background:var(--cometchat-background-color-01);border-left:1px solid var(--cometchat-border-color-light);z-index:1000;flex-direction:column;width:60%;max-width:420px;height:100%;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;right:0;transform:translate(100%)}.cometchat-ai-assistant-chat__sidebar--open{transform:translate(0)}.cometchat-ai-assistant-chat .cometchat-text-bubble.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text{line-height:1.75;-webkit-line-clamp:initial!important;line-clamp:initial!important}.cometchat-ai-assistant-chat .cometchat-text-bubble.cometchat-text-bubble-outgoing .cometchat-text-bubble__read-more,.cometchat-ai-assistant-chat .cometchat-text-bubble.cometchat-text-bubble-outgoing .cometchat-text-bubble__read-less{display:none}.cometchat-ai-assistant-chat__sidebar-content{background:var(--cometchat-background-color-02);flex-direction:column;flex:1;display:flex;overflow:hidden}.cometchat-ai-assistant-chat__message-composer-view{width:100%}.cometchat-ai-assistant-chat__message-composer-view--disabled{cursor:not-allowed;caret-color:#0000;position:relative}.cometchat-ai-assistant-chat__message-composer-view--disabled *{pointer-events:none}.cometchat-ai-assistant-chat__message-composer-view--disabled:hover:before{opacity:1;background:var(--cometchat-error-color)}.cometchat-ai-assistant-chat__message-composer-view--disabled .cometchat-ai-assistant-chat__send-button-view--streaming .cometchat-ai-assistant-chat__send-button-icon{cursor:not-allowed;pointer-events:none}.cometchat-ai-assistant-message-bubble__copy{background:var(--cometchat-icon-color-secondary);justify-content:flex-start;align-items:flex-start;width:20px;height:20px;display:flex;-webkit-mask:url(../media/Copy.17ygz6_tod.k6.svg) 50%/contain no-repeat;mask:url(../media/Copy.17ygz6_tod.k6.svg) 50%/contain no-repeat}.cometchat-ai-assistant-chat .cometchat-message-bubble-outgoing .cometchat-message-bubble__status-info-view{flex-direction:row;align-items:center;display:flex}.cometchat-ai-assistant-chat .cometchat-message-bubble-outgoing .cometchat-message-bubble__status-info-view .cometchat{display:flex}.cometchat-ai-assistant-chat__sidebar-overlay{z-index:999;opacity:0;background:#0000004d;width:100%;height:100%;animation:.3s forwards fadeIn;position:absolute;top:0;left:0}.cometchat-ai-assistant-chat .cometchat-message-bubble-incoming .cometchat-message-bubble__body-content-view,.cometchat-ai-assistant-chat .cometchat-message-bubble-incoming .cometchat-message-bubble__body-wrapper,.cometchat-ai-assistant-chat .cometchat-message-bubble-incoming .cometchat-message-bubble__body.tool-result_agentic,.cometchat-ai-assistant-chat .cometchat-message-bubble-incoming>div,.cometchat-ai-assistant-chat .cometchat-message-bubble-incoming .cometchat-message-bubble__body{width:100%!important;min-width:100%!important;max-width:100%!important}@keyframes fadeIn{to{opacity:1}}@media (max-width:768px){.cometchat-ai-assistant-chat__sidebar{z-index:1000;position:fixed}.cometchat-ai-assistant-chat__sidebar--open{transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;transform:translate(0)}.cometchat-ai-assistant-chat__sidebar-overlay{z-index:999;position:fixed}}@media (max-width:480px){.cometchat-ai-assistant-chat__sidebar{z-index:1000;position:fixed}.cometchat-ai-assistant-chat__sidebar--open{width:100%;max-width:none;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;transform:translate(0)}.cometchat-ai-assistant-chat__sidebar-overlay{z-index:999;position:fixed}}
.cometchat-ai-assistant-message-bubble{text-align:left;flex-direction:column;justify-content:flex-start;width:100%;max-width:100%;display:flex;overflow:hidden}.cometchat-ai-assistant-message-bubble *{box-sizing:border-box;max-width:100%;margin:0;margin-bottom:var(--cometchat-margin-2);line-height:1.75;overflow:hidden}.cometchat:has(>.cometchat-ai-assistant-message-bubble){margin-top:calc(var(--cometchat-margin-1) * -1)}.cometchat-ai-assistant-message-bubble>p:not([class]){text-align:left;color:var(--cometchat-text-color-primary)}.cometchat-ai-assistant-message-bubble ol:not([class]){color:var(--cometchat-text-color-primary);text-align:left!important;margin-top:0!important;padding-left:0!important}.cometchat-ai-assistant-message-bubble li:not([class]){color:var(--cometchat-text-color-primary);text-align:left!important}.cometchat-ai-assistant-message-bubble img,.cometchat-ai-assistant-message-bubble pre,.cometchat-ai-assistant-message-bubble canvas,.cometchat-ai-assistant-message-bubble svg,.cometchat-ai-assistant-message-bubble video,.cometchat-ai-assistant-message-bubble figure,.cometchat-ai-assistant-message-bubble table{vertical-align:top}.cometchat-ai-assistant-message-bubble input[type=checkbox]{margin-right:var(--cometchat-margin-1);position:relative;top:1px}.cometchat-ai-assistant-message-bubble ol:not([class]),.cometchat-ai-assistant-message-bubble ul:not([class]){color:var(--cometchat-text-color-primary);padding-left:var(--cometchat-padding-5)!important;text-align:left!important}.cometchat-ai-assistant-message-bubble ul:not([class]){color:var(--cometchat-text-color-primary);text-align:left!important}.cometchat-ai-assistant-message-bubble__code-block{border:1px solid var(--cometchat-border-color-default);width:100%;max-height:300px;overflow:auto}.cometchat-ai-assistant-message-bubble :not(pre *){color:var(--cometchat-text-color-primary);font-size:14px;font-family:var(--cometchat-font-family)}.cometchat-ai-assistant-message-bubble .cometchat-ai-assistant-message-bubble__code-block,.cometchat-ai-assistant-message-bubble .cometchat-ai-assistant-message-bubble__code-block *{font-size:14px}.cometchat-ai-assistant-message-bubble__code-block::-webkit-scrollbar{background:0 0;width:0;height:8px}.cometchat-ai-assistant-message-bubble__code-block::-webkit-scrollbar-track{background:0 0}.cometchat-ai-assistant-message-bubble__code-block::-webkit-scrollbar-thumb{background:var(--cometchat-icon-color-secondary);border-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-message-bubble table{table-layout:auto;border-radius:var(--cometchat-radius-2);width:fit-content;max-width:100%;margin:var(--cometchat-margin-2) 0;border-collapse:separate;border-spacing:0;display:block;overflow:scroll}.cometchat-ai-assistant-message-bubble tr:first-child th:first-child{border-top-left-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-message-bubble tr:first-child th:last-child{border-top-right-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-message-bubble tr:last-child td:first-child{border-bottom-left-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-message-bubble tr:last-child td:last-child{border-bottom-right-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-message-bubble th,.cometchat-ai-assistant-message-bubble td{padding:var(--cometchat-padding-2);border:1px solid var(--cometchat-border-color-dark);width:fit-content;max-width:100%}.cometchat-ai-assistant-message-bubble table::-webkit-scrollbar{background:0 0;width:0;height:8px}.cometchat-ai-assistant-message-bubble table::-webkit-scrollbar-track{background:0 0}.cometchat-ai-assistant-message-bubble table::-webkit-scrollbar-thumb{background:var(--cometchat-icon-color-secondary);border-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-message-bubble td{text-align:left!important}.cometchat-ai-assistant-message-bubble th{background:var(--cometchat-background-color-04);text-align:center!important}.cometchat-ai-assistant-message-bubble .cometchat-ai-assistant-message-bubble__link{color:var(--cometchat-text-color-highlight);text-decoration:underline}.cometchat-ai-assistant-message-bubble ul,.cometchat-ai-assistant-message-bubble ol,.cometchat-ai-assistant-message-bubble hr{margin:0}.cometchat-ai-assistant-message-bubble li{padding:0;overflow:visible!important}.cometchat-ai-assistant-message-bubble>ol:first-child>li:first-child,.cometchat-ai-assistant-message-bubble>ul:first-child>li:first-child{padding-top:0}.cometchat-ai-assistant-message-bubble h1,.cometchat-ai-assistant-message-bubble h2,.cometchat-ai-assistant-message-bubble h3,.cometchat-ai-assistant-message-bubble h4,.cometchat-ai-assistant-message-bubble h5,.cometchat-ai-assistant-message-bubble h6{font-size:initial;padding:var(--cometchat-padding-2) 0px;margin:0}.cometchat-ai-assistant-message-bubble>:first-child :first-child:not(:has(*))~img{margin-top:var(--cometchat-margin-1)}.cometchat-ai-assistant-message-bubble>h1:first-child,.cometchat-ai-assistant-message-bubble>h2:first-child,.cometchat-ai-assistant-message-bubble>h3:first-child,.cometchat-ai-assistant-message-bubble>h4:first-child,.cometchat-ai-assistant-message-bubble>h5:first-child,.cometchat-ai-assistant-message-bubble>h6:first-child{padding-top:0}.cometchat-ai-assistant-message-bubble img{border-radius:var(--cometchat-radius-2);width:fit-content;max-height:300px;margin-top:var(--cometchat-margin-2)}.cometchat-ai-assistant-message-bubble__image-intersection-start,.cometchat-ai-assistant-message-bubble__image-intersection-end{display:none}.cometchat-ai-assistant-message-bubble .cometchat-ai-assistant-message-bubble__image-intersection-start:not(.cometchat-ai-assistant-message-bubble__image-intersection-end~.cometchat-ai-assistant-message-bubble__image-intersection-start,input[type=checkbox]~.cometchat-ai-assistant-message-bubble__image-intersection-start){margin-top:-.5em;display:block}.cometchat-ai-assistant-message-bubble .cometchat-ai-assistant-message-bubble__image-intersection-start:is(input[type=checkbox]~.cometchat-ai-assistant-message-bubble__image-intersection-start)~img{margin-top:var(--cometchat-margin-1)}.cometchat-ai-assistant-message-bubble .cometchat-ai-assistant-message-bubble__image-intersection-end:not(:has(+.cometchat-ai-assistant-message-bubble__image-intersection-start)){display:block}.cometchat-ai-assistant-message-bubble .cometchat-ai-assistant-message-bubble__image-intersection-end:last-child{margin-bottom:0}.cometchat-ai-assistant-message-bubble>ul:first-child li:first-child>p:first-child,.cometchat-ai-assistant-message-bubble>ol:first-child li:first-child>p:first-child,.cometchat-ai-assistant-message-bubble>p:first-child{padding-top:0}
.cometchat-stream-message-bubble *{box-sizing:border-box;max-width:100%;margin:0;margin-bottom:var(--cometchat-margin-2);line-height:1.75;overflow:hidden}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__copy{background:var(--cometchat-icon-color-secondary);justify-content:flex-start;align-self:flex-start;align-items:flex-start;width:20px;height:20px;display:flex;-webkit-mask:url(../media/Copy.17ygz6_tod.k6.svg) 50%/contain no-repeat;mask:url(../media/Copy.17ygz6_tod.k6.svg) 50%/contain no-repeat}.cometchat:has(>.cometchat-stream-message-bubble){margin-top:calc(var(--cometchat-margin-1) * -1)}.cometchat-stream-message-bubble{text-align:left;overflow:hidden}.cometchat-message-bubble__wrapper{align-items:center}.cometchat-stream-message-bubble>p:not([class]){text-align:left}.cometchat-stream-message-bubble>ol:not([class]){text-align:left!important;margin-top:0!important;padding-left:0!important}.cometchat-stream-message-bubble img,.cometchat-stream-message-bubble pre,.cometchat-stream-message-bubble canvas,.cometchat-stream-message-bubble svg,.cometchat-stream-message-bubble video,.cometchat-stream-message-bubble figure,.cometchat-stream-message-bubble table{vertical-align:top}.cometchat-stream-message-bubble input[type=checkbox]{margin-right:var(--cometchat-margin-1);position:relative;top:1px}.cometchat-stream-message-bubble li:not([class]){text-align:left!important}.cometchat-stream-message-bubble ol:not([class]),.cometchat-stream-message-bubble ul:not([class]){padding-left:var(--cometchat-padding-5)!important;text-align:left!important}.cometchat-stream-message-bubble ul:not([class]){text-align:left!important}.cometchat-stream-message-bubble__code-block{border:1px solid var(--cometchat-border-color-default);width:100%;max-height:300px;overflow:auto}.cometchat-stream-message-bubble :not(pre *){color:var(--cometchat-text-color-primary);font-size:14px;font-family:var(--cometchat-font-family)}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__code-block,.cometchat-stream-message-bubble .cometchat-stream-message-bubble__code-block *{font-size:14px}.cometchat-stream-message-bubble__thinking{color:#717680;font:var(--cometchat-font-body-regular);border-radius:16px;justify-content:flex-start;align-self:flex-start;align-items:center;width:fit-content;min-width:fit-content;height:fit-content;padding-top:1px;animation:.5s fadeIn;display:flex;position:relative;overflow:hidden}.cometchat-stream-message-bubble__thinking:after{content:"";background:var(--cometchat-text-shimmer-gradient-color);pointer-events:none;opacity:.7;width:60%;height:100%;animation:1.5s infinite shimmer;position:absolute;top:0;left:-60%}.cometchat-stream-message-bubble__tool-call-text{text-align:left;width:fit-content;color:var(--cometchat-text-color-secondary);padding-top:1px}.cometchat-stream-message-bubble__thinking{border-radius:0;align-items:flex-start}.cometchat-stream-message-bubble__thinking>.cometchat-stream-message-bubble__thinking-text{color:var(--cometchat-text-color-secondary);border-radius:0}.cometchat-stream-message-bubble__code-block::-webkit-scrollbar{background:0 0;width:0;height:8px}.cometchat-stream-message-bubble__code-block::-webkit-scrollbar-track{background:0 0}.cometchat-stream-message-bubble__code-block::-webkit-scrollbar-thumb{background:var(--cometchat-icon-color-secondary);border-radius:4px}.cometchat-stream-message-bubble table{table-layout:auto;border-radius:var(--cometchat-radius-2);width:fit-content;max-width:100%;margin:var(--cometchat-margin-2) 0;border-collapse:separate;border-spacing:0;display:block;overflow:hidden}.cometchat-stream-message-bubble tr:first-child th:first-child{border-top-left-radius:var(--cometchat-radius-2)}.cometchat-stream-message-bubble tr:first-child th:last-child{border-top-right-radius:var(--cometchat-radius-2)}.cometchat-stream-message-bubble tr:last-child td:first-child{border-bottom-left-radius:var(--cometchat-radius-2)}.cometchat-stream-message-bubble tr:last-child td:last-child{border-bottom-right-radius:var(--cometchat-radius-2)}.cometchat-stream-message-bubble table::-webkit-scrollbar{background:0 0;width:0;height:8px}.cometchat-stream-message-bubble table::-webkit-scrollbar-track{background:0 0}.cometchat-stream-message-bubble table::-webkit-scrollbar-thumb{background:var(--cometchat-icon-color-secondary);border-radius:var(--cometchat-radius-2)}.cometchat-stream-message-bubble th,.cometchat-stream-message-bubble td{padding:var(--cometchat-padding-2);border:1px solid var(--cometchat-border-color-dark);width:fit-content;max-width:100%}.cometchat-stream-message-bubble td{text-align:left!important}.cometchat-stream-message-bubble th{background:var(--cometchat-background-color-04);text-align:center!important}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__link{color:var(--cometchat-text-color-highlight);text-decoration:underline}.cometchat-stream-message-bubble ul,.cometchat-stream-message-bubble ol,.cometchat-stream-message-bubble hr{margin:0}.cometchat-stream-message-bubble li{padding:0;overflow:visible!important}.cometchat-stream-message-bubble img{border-radius:var(--cometchat-radius-2);width:fit-content;max-height:300px;margin-top:var(--cometchat-margin-2)}.cometchat-stream-message-bubble>:first-child :first-child:not(:has(*))~img{margin-top:var(--cometchat-margin-1)}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__image-intersection-start:not(.cometchat-stream-message-bubble__image-intersection-end~.cometchat-stream-message-bubble__image-intersection-start,input[type=checkbox]~.cometchat-stream-message-bubble__image-intersection-start){margin-top:-.5em;display:block}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__image-intersection-start:is(input[type=checkbox]~.cometchat-stream-message-bubble__image-intersection-start)~img{margin-top:var(--cometchat-margin-1)}.cometchat-stream-message-bubble>ol:first-child>li:first-child,.cometchat-stream-message-bubble>ul:first-child>li:first-child{padding-top:0}.cometchat-stream-message-bubble h1,.cometchat-stream-message-bubble h2,.cometchat-stream-message-bubble h3,.cometchat-stream-message-bubble h4,.cometchat-stream-message-bubble h5,.cometchat-stream-message-bubble h6{font-size:initial;padding:var(--cometchat-padding-2) 0px;margin:0}.cometchat-stream-message-bubble>h1:first-child,.cometchat-stream-message-bubble>h2:first-child,.cometchat-stream-message-bubble>h3:first-child,.cometchat-stream-message-bubble>h4:first-child,.cometchat-stream-message-bubble>h5:first-child,.cometchat-stream-message-bubble>h6:first-child{padding-top:0}.cometchat-stream-message-bubble__image-intersection-start,.cometchat-stream-message-bubble__image-intersection-end{display:none}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__image-intersection-start:not(.cometchat-stream-message-bubble__image-intersection-end~.cometchat-stream-message-bubble__image-intersection-start){margin-top:-.5em;display:block}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__image-intersection-end:not(:has(+.cometchat-stream-message-bubble__image-intersection-start)){display:block}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__image-intersection-end:last-child{margin-bottom:0}.cometchat-stream-message-bubble>ul:first-child li:first-child>p:first-child,.cometchat-stream-message-bubble>ol:first-child li:first-child>p:first-child,.cometchat-stream-message-bubble>p:first-child{padding-top:0}@keyframes shimmer{0%{left:-60%}to{left:100%}}
.cometchat-ai-assistant-chat-history{width:100%;height:100%;padding:var(--cometchat-padding-2);flex-direction:column;padding-top:0;display:flex}.cometchat-ai-assistant-chat-history__loading,.cometchat-ai-assistant-chat-history__empty,.cometchat-ai-assistant-chat-history__error{padding:var(--cometchat-padding-5);text-align:center;color:var(--cometchat-text-color-secondary);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.cometchat-ai-assistant-chat-history__list{flex:1;overflow-y:auto}.cometchat-ai-assistant-chat-history__header-container{box-sizing:border-box;background:0 0;width:100%;height:fit-content}.cometchat-ai-assistant-chat-history .cometchat-list__header{background:0 0;border:none}.cometchat-ai-assistant-chat-history .cometchat-ai-assistant-chat-history__header-container-new-chat-container{padding-bottom:var(--cometchat-padding-5);box-sizing:border-box}.cometchat-ai-assistant-chat-history .cometchat-ai-assistant-chat-history__header-container-new-chat-container .cometchat-button{box-sizing:border-box;width:100%;height:fit-content;padding:0;padding:var(--cometchat-padding-2);gap:var(--cometchat-spacing-2);background:0 0;border:none;justify-content:flex-start;min-height:44px;margin:0;padding-left:0}.cometchat-ai-assistant-chat-history .cometchat-ai-assistant-chat-history__header-container-new-chat-container .cometchat-button__text{color:var(--cometchat-text-color-primary)}.cometchat-ai-assistant-chat-history .cometchat-ai-assistant-chat-history__header-container-new-chat-container .cometchat-button__icon{background:var(--cometchat-icon-color-secondary);width:24px;height:24px}.cometchat-ai-assistant-chat-history .cometchat-ai-assistant-chat-history__header-container-new-chat-container .cometchat-button:hover{background:var(--cometchat-background-color-03);border-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-chat-history__list-options{visibility:hidden}.cometchat-ai-assistant-chat-history__list-item:hover .cometchat-ai-assistant-chat-history__list-options{visibility:visible}.cometchat-ai-assistant-chat-history__list-item{padding:var(--cometchat-padding-3) var(--cometchat-padding-2);background:var(--cometchat-background-color-02);cursor:pointer;flex-direction:row;justify-content:space-between;align-items:center;width:100%;transition:background .2s;display:flex}.cometchat-ai-assistant-chat-history__list-item-date-header{border-radius:var(--cometchat-radius-1,4px);box-sizing:border-box;width:fit-content;min-height:42px;padding:var(--cometchat-padding-5) var(--cometchat-padding-2) var(--cometchat-padding-2) var(--cometchat-padding-2);background:0 0;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.cometchat-ai-assistant-chat-history__list-item-date-header-start{padding:var(--cometchat-padding-2)}.cometchat-ai-assistant-chat-history .cometchat-menu-list__menu{background-color:#0000}.cometchat-ai-assistant-chat-history .cometchat-menu-list__main-menu-item{box-shadow:none;background-color:#0000}.cometchat-ai-assistant-chat-history .cometchat-menu-list__main-menu-item-icon-delete{background:var(--cometchat-error-color,#f44649);width:24px;height:24px;-webkit-mask:url(../media/delete_icon.13uwzl6cbbaam.svg) 50%/contain no-repeat;mask:url(../media/delete_icon.13uwzl6cbbaam.svg) 50%/contain no-repeat}.cometchat-ai-assistant-chat-history__list-item-date-header .cometchat-date{padding:0}.cometchat-ai-assistant-chat-history__list-item-container{width:100%;height:fit-content}.cometchat-ai-assistant-chat-history__list-item:hover{background:var(--cometchat-background-color-03);border-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-chat-history__list-item-text{color:var(--cometchat-text-color-primary);line-height:1.5;font:var(--cometchat-font-body-regular);text-align:left;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cometchat-ai-assistant-chat-history .cometchat-list__body{padding:var(--cometchat-padding-2) 0;border:none}.cometchat-ai-assistant-chat-history__header{padding:0 var(--cometchat-padding-2);background:var(--cometchat-background-color-02);box-sizing:border-box;justify-content:space-between;align-items:center;min-height:65px;display:flex}.cometchat-ai-assistant-chat-history__title{font:var(--cometchat-font-heading3-bold);color:var(--cometchat-text-color-primary);margin:0}.cometchat-ai-assistant-chat-history .cometchat-list__body-intersection-top{visibility:hidden!important}.cometchat-ai-assistant-chat-history__close{padding:var(--cometchat-padding-2);cursor:pointer;border-radius:var(--cometchat-radius-2);background:0 0;border:none;justify-content:center;align-items:center;transition:background-color .2s;display:flex}.cometchat-ai-assistant-chat-history__close:hover{background:var(--cometchat-background-color-03)}.cometchat-ai-assistant-chat-history__close-icon{background:var(--cometchat-icon-color-secondary);width:24px;height:24px;-webkit-mask:url(../media/close.0isx.zgso-g9g.svg) 50%/contain no-repeat;mask:url(../media/close.0isx.zgso-g9g.svg) 50%/contain no-repeat}.cometchat-ai-assistant-chat-history__shimmer{background:0 0;width:100%;height:100%}.cometchat-ai-assistant-chat-history__shimmer-item{width:100%;height:48px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px);display:flex}.cometchat-ai-assistant-chat-history__shimmer-item-title{border-radius:var(--cometchat-radius-2,8px);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg, #e0e0e0 0%, #eee 100%));flex-shrink:0;width:100%;height:22px;animation:1.5s linear infinite shimmerAnimation}.cometchat-ai-assistant-chat-history__empty-state-view,.cometchat-ai-assistant-chat-history__error-state-view{gap:var(--cometchat-padding-5,20px);background:0 0;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.cometchat-ai-assistant-chat-history__empty-state-view-body,.cometchat-ai-assistant-chat-history__error-state-view-body{gap:var(--cometchat-padding,2px);flex-direction:column;display:flex}.cometchat-ai-assistant-chat-history__empty-state-view-body-title,.cometchat-ai-assistant-chat-history__error-state-view-body-title{width:280px;color:var(--cometchat-text-color-primary,#141414);text-align:center;font:var(--cometchat-font-heading3-bold);font-style:normal}.cometchat-ai-assistant-chat-history__empty-state-view-body-description,.cometchat-ai-assistant-chat-history__error-state-view-body-description{width:280px;color:var(--cometchat-text-color-secondary,#727272);text-align:center;font:var(--cometchat-font-body-regular);font-style:normal}@keyframes shimmerAnimation{0%{background-position:-468px 0}to{background-position:468px 0}}
.cometchat-error-view{width:100%;padding:var(--cometchat-padding-4);box-sizing:border-box;border-radius:var(--cometchat-radius-2);border:1px solid var(--cometchat-border-color-default);background:var(--cometchat-error-color-100);width:fit-content;margin-top:var(--cometchat-margin-2);justify-content:center;align-items:flex-start;display:flex}.cometchat-error-view__message{font:var(--cometchat-font-caption1-regular);text-align:left;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;color:var(--cometchat-error-color);margin:0;line-height:1.4}
.cometchat-message-preview{padding:var(--cometchat-padding-2,8px);cursor:pointer;border-radius:var(--cometchat-radius-1,4px);box-sizing:border-box;justify-content:space-between;align-items:flex-start;gap:var(--cometchat-padding-1,4px);background-color:var(--cometchat-background-color-03);border:none;flex-direction:column;width:100%;min-width:100px;height:100%;min-height:30px;margin:0;display:flex;position:relative}.cometchat-message-bubble-incoming .cometchat-message-preview{background-color:var(--cometchat-neutral-color-400);color:var(--cometchat-primary-color)}.cometchat-message-bubble-outgoing .cometchat-message-preview{background:var(--cometchat-extended-primary-color-700)}.cometchat-message-preview__close{background:var(--cometchat-icon-color-primary);width:20px;height:20px;top:var(--cometchat-padding-2,8px);right:var(--cometchat-padding-2,8px);cursor:pointer;justify-content:center;align-items:center;display:flex;position:absolute;-webkit-mask:url(../media/close.0isx.zgso-g9g.svg) 50%/contain no-repeat;mask:url(../media/close.0isx.zgso-g9g.svg) 50%/contain no-repeat}.cometchat-message-bubble-outgoing .cometchat-message-preview-deleted__message{color:var(--cometchat-static-white)}.cometchat-message-preview-deleted__message{justify-content:left;gap:2px;width:100%;height:100%;display:flex}.cometchat-message-preview-deleted__message__text{font:var(--cometchat-font-caption1-regular,12px);white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.cometchat-message-bubble-incoming .cometchat-message-preview-deleted__message{color:var(--cometchat-neutral-color-600)}.cometchat-message-preview__title{font:var(--cometchat-font-caption1-regular,12px);text-align:left;width:100%;color:var(--cometchat-primary-color);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cometchat-message-preview__subtitle{text-align:left;width:100%;color:var(--cometchat-text-color-secondary);font-style:normal;font:var(--cometchat-font-caption1-regular,12px);align-items:center;gap:5px;display:flex;overflow:hidden}.cometchat-message-bubble-outgoing .bubble-view{border-left:3px solid var(--cometchat-static-white)}.composer-view .cometchat-message-preview{border-left:3px solid var(--cometchat-primary-color)}.cometchat-message-bubble-outgoing .bubble-view .cometchat-message-preview__subtitle-icon{background-color:var(--cometchat-static-white)}.cometchat-message-bubble-incoming .bubble-view{border-left:3px solid var(--cometchat-primary-color)}.cometchat-message-bubble-outgoing .cometchat-message-preview__title,.cometchat-message-bubble-outgoing .cometchat-message-preview__subtitle{color:var(--cometchat-static-white)}.cometchat-message-bubble-outgoing .cometchat-message-preview__subtitle-text a,.cometchat-message-bubble-outgoing .cometchat-message-preview__subtitle-text .cometchat-url{text-decoration:underline;color:var(--cometchat-static-white)!important}.bubble-view{border-radius:4px}.cometchat-message-preview_others{border-left:3px solid var(--cometchat-primary-color)}.cometchat-message-preview__subtitle-text{text-align:left;font:var(--cometchat-font-caption1-regular,12px);text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.cometchat-message-preview__subtitle-icon{background:var(--cometchat-icon-color-secondary,#a1a1a1);border:none;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:16px;height:16px;display:flex;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-image{-webkit-mask:url(../media/conversations_image-message.0kccl7zooay-w.svg) 50%/contain no-repeat;mask:url(../media/conversations_image-message.0kccl7zooay-w.svg) 50%/contain no-repeat}.cometchat-message-bubble-incoming .cometchat-message-preview-deleted__message__icon{background:var(--cometchat-neutral-color-600)}.cometchat-message-bubble-outgoing .cometchat-message-preview-deleted__message__icon{background:var(--cometchat-static-white,#fff)}.cometchat-message-preview-deleted__message__icon{flex:none;width:14px;height:14px;-webkit-mask:url(../media/message_delete.0f-w1db~up_zo.svg) 50%/contain no-repeat;mask:url(../media/message_delete.0f-w1db~up_zo.svg) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-meeting-incoming-audio{-webkit-mask:url(../media/phone_incoming.0.meluwf2r.b3.svg) 50%/contain no-repeat;mask:url(../media/phone_incoming.0.meluwf2r.b3.svg) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-meeting-outgoing-audio{-webkit-mask:url(../media/phone_outgoing.0dv-pbcj~irb-.svg) 50%/contain no-repeat;mask:url(../media/phone_outgoing.0dv-pbcj~irb-.svg) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-meeting-incoming-video{-webkit-mask:url(../media/incoming_video.0j6nlysa0qsy0.svg) 50%/contain no-repeat;mask:url(../media/incoming_video.0j6nlysa0qsy0.svg) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-meeting-outgoing-video{-webkit-mask:url(../media/outgoing_video.00j80_za4uhri.svg) 50%/contain no-repeat;mask:url(../media/outgoing_video.00j80_za4uhri.svg) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-file{-webkit-mask:url(../media/conversations_file-message.0l9r0-p8woyuf.svg) 50%/contain no-repeat;mask:url(../media/conversations_file-message.0l9r0-p8woyuf.svg) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-video{-webkit-mask:url(../media/conversations_video-message.11_ejrnnk2jo-.svg) 50%/contain no-repeat;mask:url(../media/conversations_video-message.11_ejrnnk2jo-.svg) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-audio{-webkit-mask:url(../media/conversations_audio-message.16zv_wnz.~ysl.svg) 50%/contain no-repeat;mask:url(../media/conversations_audio-message.16zv_wnz.~ysl.svg) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-poll{-webkit-mask:url(../media/conversations_poll-message.0.o~_n7a4ydmv.svg) 50%/contain no-repeat;mask:url(../media/conversations_poll-message.0.o~_n7a4ydmv.svg) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-sticker{-webkit-mask:url(../media/conversations_sticker-message.06auh8ayw40k9.svg) 50%/contain no-repeat;mask:url(../media/conversations_sticker-message.06auh8ayw40k9.svg) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-collaborative-document{-webkit-mask:url(../media/conversations_collaborative-document-message.064qyo10bgxiy.svg) 50%/contain no-repeat;mask:url(../media/conversations_collaborative-document-message.064qyo10bgxiy.svg) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-collaborative-whiteboard{-webkit-mask:url(../media/collaborative_whiteboard.0pysivx5tg5oc.svg) 50%/contain no-repeat;mask:url(../media/collaborative_whiteboard.0pysivx5tg5oc.svg) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-link{-webkit-mask:url(../media/conversations_link.0zu.eg5r0._sz.svg) 50%/contain no-repeat;mask:url(../media/conversations_link.0zu.eg5r0._sz.svg) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-unsupported{-webkit-mask:url(../media/file_unsupported.0xx_jz~x-0p4c.svg) 50%/contain no-repeat;mask:url(../media/file_unsupported.0xx_jz~x-0p4c.svg) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-none{display:none}
.cometchat-flag-message-dialog{border-radius:var(--cometchat-radius-5);border:1px solid var(--cometchat-border-color-light);background:var(--cometchat-background-color-01);flex-shrink:0;width:100%;max-width:400px;height:fit-content;max-height:100%;overflow:hidden;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-flag-message-dialog button{cursor:pointer}.cometchat-flag-message-dialog__header{padding:var(--cometchat-padding-4) var(--cometchat-padding-4);border-bottom:1px solid var(--cometchat-border-color-light);border-left:1px solid var(--cometchat-border-color-light);background:var(--cometchat-background-color-01)}.cometchat-flag-message-dialog__header-main{margin-bottom:var(--cometchat-padding-2);align-items:center;gap:var(--cometchat-padding-3);align-self:stretch;display:flex}.cometchat-flag-message-dialog__body{width:calc(100% - var(--cometchat-padding-5) * 2);flex-direction:column;margin-inline:auto;display:flex}.cometchat-flag-message-dialog__header-title{color:var(--cometchat-text-color-primary);text-overflow:ellipsis;font:var(--cometchat-font-heading2-medium);flex-direction:column;flex:1 0 0;justify-content:center;align-items:flex-start;gap:0;display:flex;overflow:hidden}.cometchat-flag-message-dialog__header-subtitle{text-align:left;color:var(--cometchat-neutral-color-600);text-overflow:ellipsis;font:var(--cometchat-font-body-regular);overflow:hidden}.cometchat-flag-message-dialog__reasons{padding:var(--cometchat-padding-4) 0 0 0;flex-wrap:wrap;justify-content:flex-start;gap:8px;display:flex}.cometchat-flag-message-dialog__reason{color:var(--cometchat-text-color-primary);background-color:var(--cometchat-background-color-02);border:1px solid var(--cometchat-border-color-default);cursor:pointer;font:var(--cometchat-font-body-regular);border-radius:16px;padding:4px 12px}.cometchat-flag-message-dialog__reason:hover{background-color:var(--cometchat-neutral-color-200)}.cometchat-flag-message-dialog__reasons .cometchat-flag-message-dialog__reason-selected{color:var(--cometchat-text-color-highlight);background-color:var(--cometchat-extended-primary-color-100);border-color:var(--cometchat-extended-primary-color-200)}.cometchat-flag-message-dialog__remark{gap:var(--cometchat-padding-2);margin-top:var(--cometchat-margin-6);flex-direction:column;align-items:flex-start;display:flex}.cometchat-flag-message-dialog__remark-label{text-align:left;font:var(--cometchat-font-body-medium);color:var(--cometchat-text-color-primary)}.cometchat-flag-message-dialog__remark-label span{color:var(--cometchat-text-color-tertiary);font:var(--cometchat-font-body-regular)}.cometchat-flag-message-dialog__remark-input{resize:none;border:1px solid var(--cometchat-border-color-light);border-radius:var(--cometchat-radius-2,8px);background:var(--cometchat-background-color-02);width:100%;height:84px;min-height:84px;max-height:84px;color:var(--cometchat-text-color-primary);font:var(--cometchat-font-body-regular);padding:var(--cometchat-padding-2);caret-color:var(--cometchat-text-color-primary);overflow:auto}.cometchat-flag-message-dialog__remark-input:focus{outline:none}.cometchat-flag-message-dialog__remark-input::placeholder{color:var(--cometchat-text-color-tertiary)}.cometchat-flag-message-dialog__error{text-align:left;font:var(--cometchat-font-body-regular);color:var(--cometchat-error-color);padding:var(--cometchat-padding-2) 0 var(--cometchat-padding-4) 0;flex-direction:column;justify-content:flex-end;display:flex}.cometchat-flag-message-dialog__actions{justify-content:center;align-items:center;gap:var(--cometchat-padding-3);padding:0 0 var(--cometchat-padding-5) 0;display:flex}.cometchat-flag-message-dialog__actions-item{width:100%}.cometchat-flag-message-dialog__actions .cometchat:has(>.cometchat-button){border:none;width:100%;height:40px}.cometchat-flag-message-dialog__actions .cometchat-button{border-radius:var(--cometchat-radius-2,8px);width:100%;font:var(--cometchat-font-body-medium)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-cancel .cometchat-button{background-color:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-dark)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-cancel .cometchat-button__text{color:var(--cometchat-text-color-primary)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button__text{color:var(--cometchat-static-white)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button:disabled{background-color:var(--cometchat-neutral-color-300);border-color:var(--cometchat-neutral-color-300);cursor:not-allowed}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button:has(.cometchat-button__loading-view){background:var(--cometchat-primary-button-background,#6852d6)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button:disabled .cometchat-button__text{color:var(--cometchat-neutral-color-50)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button:disabled .cometchat-button__icon,.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button:disabled .cometchat-button__text{cursor:not-allowed}.cometchat-flag-message-dialog__header-close .cometchat-button{background:0 0;gap:0;width:24px;height:24px;padding:0}@media (max-width:420px){.cometchat-flag-message-dialog{width:95%}}
.cometchat-special-mentions-list .cometchat-special-mentions-list__item{padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px);color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading4-medium,500 16px Roboto);cursor:pointer;align-items:center;gap:12px;display:flex}.cometchat-special-mentions-list .cometchat-special-mentions-list__item:hover{background:var(--cometchat-white-hover,#fafafa)}.cometchat-special-mentions-list .cometchat-special-mentions-list__item .cometchat-special-mentions-list__item-name{align-items:center;gap:8px;padding:5px;display:inline-flex}.cometchat-special-mentions-list .cometchat-special-mentions-list__item .cometchat-special-mentions-list__item-name .cometchat-special-mentions-list__item-name-subtext{color:var(--cometchat-neutral-color-700);font:var(--cometchat-font-body-regular)}
.cometchat-formatting-toolbar{align-items:center;gap:var(--cometchat-padding-4,16px);background:var(--cometchat-background-color-02);font-family:var(--cometchat-font-family);box-sizing:border-box;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:0;flex-wrap:nowrap;width:100%;padding:0;display:flex;overflow:auto hidden}.cometchat-formatting-toolbar::-webkit-scrollbar{display:none}.cometchat-formatting-toolbar__button{border-radius:var(--cometchat-radius-1);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:background-color .15s;display:flex}.cometchat-formatting-toolbar__button .cometchat{width:100%;height:100%}.cometchat-formatting-toolbar__button .cometchat-button{width:100%;height:100%;min-width:unset;min-height:unset;border-radius:var(--cometchat-radius-1);background:0 0;padding:0}.cometchat-formatting-toolbar__button .cometchat-button:hover,.cometchat-formatting-toolbar__button .cometchat-button:active{background:0 0}.cometchat-formatting-toolbar__button .cometchat-button__icon-default{background-color:var(--cometchat-icon-color-secondary);width:20px;height:20px}.cometchat-formatting-toolbar__button:hover .cometchat-button__icon-default{background-color:var(--cometchat-icon-color-primary)}.cometchat-formatting-toolbar__button img{object-fit:contain;filter:brightness(0)saturate();opacity:.6;width:20px;height:20px}.cometchat-formatting-toolbar__button:hover img{filter:brightness(0)saturate();opacity:1}.cometchat-formatting-toolbar__button--active{border-radius:var(--cometchat-radius-1,4px);background:var(--cometchat-background-color-04)}.cometchat-formatting-toolbar__button--active .cometchat-button__icon-default{background-color:var(--cometchat-icon-color-primary)}.cometchat-formatting-toolbar__button--active img{opacity:1;filter:brightness(0)saturate()}.cometchat-formatting-toolbar__button--disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.cometchat-formatting-toolbar__button--disabled:hover{background:0 0}.cometchat-formatting-toolbar__button--disabled img{opacity:.4}.cometchat-formatting-toolbar__button:focus{outline:2px solid var(--cometchat-border-color-highlight);outline-offset:1px}.cometchat-formatting-toolbar__button:focus:not(:focus-visible){outline:none}.cometchat-formatting-toolbar__separator{background:var(--cometchat-border-color-default);width:1px;height:20px;margin:0 var(--cometchat-margin-1,4px);flex-shrink:0}.cometchat-formatting-toolbar--floating{z-index:1000;background:var(--cometchat-background-color-02);border-radius:var(--cometchat-radius-2);border:1px solid var(--cometchat-border-color-light);width:auto;padding:var(--cometchat-padding-1,4px) var(--cometchat-padding-2,8px);gap:var(--cometchat-spacing-1,4px);position:fixed;transform:translate(-50%);box-shadow:0 4px 12px #00000026,0 2px 4px #0000001a}.cometchat-formatting-toolbar--floating .cometchat-formatting-toolbar__button{width:22px;height:22px}.cometchat-formatting-toolbar--floating .cometchat-formatting-toolbar__button img{width:16px;height:16px}.cometchat-formatting-toolbar--floating .cometchat-formatting-toolbar__separator{height:16px;margin:0 var(--cometchat-margin-1,4px)}.cometchat-formatting-toolbar__link-input{margin-top:var(--cometchat-margin-2,8px);gap:var(--cometchat-spacing-2,8px);padding:var(--cometchat-padding-3,12px);background:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-default);border-radius:var(--cometchat-radius-2,8px);z-index:1001;flex-direction:column;min-width:280px;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.cometchat-formatting-toolbar__link-input input{width:100%;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-3,12px);border:1px solid var(--cometchat-border-color-default);border-radius:var(--cometchat-radius-1,4px);background:var(--cometchat-background-color-01);color:var(--cometchat-text-color-primary);font:var(--cometchat-font-body-regular);outline:none;transition:border-color .15s}.cometchat-formatting-toolbar__link-input input:focus{border-color:var(--cometchat-border-color-highlight)}.cometchat-formatting-toolbar__link-input input::placeholder{color:var(--cometchat-text-color-tertiary)}.cometchat-formatting-toolbar__link-input-error{color:var(--cometchat-error-color);font:var(--cometchat-font-caption1-regular)}.cometchat-formatting-toolbar__link-input-actions{justify-content:flex-end;gap:var(--cometchat-spacing-2,8px);display:flex}.cometchat-formatting-toolbar__link-input-button .cometchat-button{width:auto;min-width:80px;height:32px;padding:var(--cometchat-padding-1,4px) var(--cometchat-padding-3,12px)}.cometchat-formatting-toolbar__link-input-button--primary .cometchat-button{background:var(--cometchat-primary-button-background)}.cometchat-formatting-toolbar__link-input-button--primary .cometchat-button:hover{background:var(--cometchat-extended-primary-color-800)}.cometchat-formatting-toolbar__link-input-button:not(.cometchat-formatting-toolbar__link-input-button--primary) .cometchat-button{background:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-default)}.cometchat-formatting-toolbar__link-input-button:not(.cometchat-formatting-toolbar__link-input-button--primary) .cometchat-button:hover{background:var(--cometchat-background-color-02)}.cometchat-formatting-toolbar__link-input-button:not(.cometchat-formatting-toolbar__link-input-button--primary) .cometchat-button__text{color:var(--cometchat-text-color-primary)}.cometchat-formatting-toolbar__link-input-button{border-radius:var(--cometchat-radius-1,4px);background:0 0;border:none;padding:0}
.cometchat-link-dialog__backdrop{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cometchat-link-dialog{box-sizing:border-box;width:400px;max-width:90vw;padding:var(--cometchat-padding-6,24px);align-items:stretch;gap:var(--cometchat-padding-4,16px);border-radius:var(--cometchat-radius-4,16px);border:1px solid var(--cometchat-border-color-light);background:var(--cometchat-background-color-01);flex-direction:column;display:flex;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-link-dialog__header{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.cometchat-link-dialog__title{color:var(--cometchat-text-color-primary);text-align:left;font:var(--cometchat-font-heading4-bold);font-style:normal}.cometchat-link-dialog__close-button{cursor:pointer;background:var(--cometchat-icon-color-primary);width:24px;height:24px;-webkit-mask:url(../media/close.0isx.zgso-g9g.svg) 50%/contain no-repeat;mask:url(../media/close.0isx.zgso-g9g.svg) 50%/contain no-repeat}.cometchat-link-dialog__divider{background:var(--cometchat-border-color-light);width:100%;height:1px}.cometchat-link-dialog__content{gap:var(--cometchat-padding-5,20px);flex-direction:column;display:flex}.cometchat-link-dialog__field{gap:var(--cometchat-padding,4px);flex-direction:column;display:flex}.cometchat-link-dialog__label{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-heading4-medium);text-align:left;font-style:normal}.cometchat-link-dialog__input{padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-3,12px);border-radius:var(--cometchat-radius-2,8px);border:1px solid var(--cometchat-border-color-light);background:var(--cometchat-background-color-01);color:var(--cometchat-text-color-primary);font:var(--cometchat-font-body-regular);outline:none;align-self:stretch;align-items:center;font-style:normal;transition:border-color .2s;display:flex}.cometchat-link-dialog__input:focus{border-color:var(--cometchat-primary-color)}.cometchat-link-dialog__input::placeholder{color:var(--cometchat-text-color-tertiary)}.cometchat-link-dialog__input--error,.cometchat-link-dialog__input--error:focus{border-color:var(--cometchat-error-color)}.cometchat-link-dialog__error{color:var(--cometchat-error-color);font:var(--cometchat-font-caption2-regular);font-style:normal}.cometchat-link-dialog__button-group{padding-top:var(--cometchat-padding-2,8px);align-items:center;gap:var(--cometchat-padding-2,8px);align-self:stretch;width:100%;display:flex}.cometchat-link-dialog__button-cancel,.cometchat-link-dialog__button-submit{flex:1;height:40px;display:flex}.cometchat-link-dialog__button-cancel>.cometchat,.cometchat-link-dialog__button-submit>.cometchat,.cometchat-link-dialog__button-cancel .cometchat-button,.cometchat-link-dialog__button-submit .cometchat-button{width:100%;height:100%}.cometchat-link-dialog__button-cancel .cometchat-button{padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-5,20px);border:1px solid var(--cometchat-border-color-dark);background:var(--cometchat-background-color-01)}.cometchat-link-dialog__button-cancel .cometchat-button .cometchat-button__text{color:var(--cometchat-text-color-primary)}.cometchat-link-dialog__button-submit .cometchat-button{padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-5,20px);background:var(--cometchat-primary-color);border:1px solid var(--cometchat-primary-color)}.cometchat-link-dialog__button-submit .cometchat-button .cometchat-button__text{color:var(--cometchat-static-white)}.cometchat-link-dialog__button-submit--disabled .cometchat-button{cursor:not-allowed;opacity:.6;background:var(--cometchat-background-color-04)!important;border-color:var(--cometchat-background-color-04)!important}.cometchat-link-dialog__button-submit--disabled .cometchat-button .cometchat-button__text{color:var(--cometchat-text-color-tertiary)!important}
.cometchat-link-popover{z-index:1000;position:absolute;transform:translateY(-100%)}.cometchat-link-popover__content{background:var(--cometchat-background-color-01,#fff);border-radius:var(--cometchat-radius-4,16px);padding:var(--cometchat-padding-6,24px);box-sizing:border-box;gap:var(--cometchat-spacing-3,12px);border:1px solid var(--cometchat-border-color-light);flex-direction:column;width:320px;max-width:90vw;display:flex;position:relative;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-link-popover__close{top:var(--cometchat-spacing-4,16px);right:var(--cometchat-spacing-4,16px);cursor:pointer;width:24px;height:24px;color:var(--cometchat-icon-color-secondary,#727272);border-radius:var(--cometchat-radius-1,4px);background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:20px;line-height:1;transition:background-color .2s;display:flex;position:absolute}.cometchat-link-popover__close:hover{background:var(--cometchat-background-color-02,#f5f5f5);color:var(--cometchat-icon-color-primary,#141414)}.cometchat-link-popover__text{font:var(--cometchat-font-heading4-bold);color:var(--cometchat-text-color-primary,#141414);padding-right:var(--cometchat-padding-7,28px);word-break:break-word;text-align:left}.cometchat-link-popover__url{font:var(--cometchat-font-body-regular);color:var(--cometchat-primary-color,#6852d6);word-break:break-all;text-align:left;text-decoration:none;display:block}.cometchat-link-popover__url:hover{text-decoration:underline}.cometchat-link-popover__actions{gap:var(--cometchat-spacing-3,12px);display:flex}.cometchat-link-popover__button-edit,.cometchat-link-popover__button-remove{flex:1;height:40px;display:flex}.cometchat-link-popover__button-edit>.cometchat,.cometchat-link-popover__button-remove>.cometchat{width:100%;height:100%}.cometchat-link-popover__button-edit .cometchat-button,.cometchat-link-popover__button-remove .cometchat-button{padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px);border-radius:var(--cometchat-radius-2,8px);cursor:pointer;width:100%;height:100%;transition:background-color .2s}.cometchat-link-popover__button-edit .cometchat-button .cometchat-button__text,.cometchat-link-popover__button-remove .cometchat-button .cometchat-button__text{font:var(--cometchat-font-button-medium)}.cometchat-link-popover__button-edit .cometchat-button{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-default,#e8e8e8)}.cometchat-link-popover__button-edit .cometchat-button:hover{background:var(--cometchat-background-color-02,#f5f5f5)}.cometchat-link-popover__button-edit .cometchat-button .cometchat-button__text{color:var(--cometchat-text-color-primary,#141414)}.cometchat-link-popover__button-remove .cometchat-button{background:var(--cometchat-error-color,#f44336);border:none}.cometchat-link-popover__button-remove .cometchat-button .cometchat-button__text{color:var(--cometchat-static-white,#fff)}
.cometchat-text-bubble__body-text b,.cometchat-text-bubble__body-text strong{font-weight:var(--cometchat-font-weight-bold,700)}.cometchat-text-bubble__body-text i,.cometchat-text-bubble__body-text em{font-style:italic}.cometchat-text-bubble__body-text s,.cometchat-text-bubble__body-text strike,.cometchat-text-bubble__body-text del{text-decoration:line-through}.cometchat-text-bubble__body-text u{text-decoration:underline}.cometchat-text-bubble__body-text code{background:var(--cometchat-background-color-03);color:var(--cometchat-text-color-highlight);padding:0 var(--cometchat-padding);border-radius:var(--cometchat-radius);border:1px solid var(--cometchat-border-color-default);white-space:pre-wrap;word-break:break-word;font-family:Roboto Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:14px}.cometchat-text-bubble-incoming .cometchat-text-bubble__body-text code{color:var(--cometchat-text-color-highlight);background:var(--cometchat-background-color-03);border:1px solid var(--cometchat-border-color-dark)}.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text code{color:var(--cometchat-static-white);background:#fff3;border:1px solid #f5f5f51a}.cometchat-text-bubble__body-text pre{background:var(--cometchat-background-color-02);color:var(--cometchat-text-color-primary);border:1px solid var(--cometchat-border-color-light);padding:var(--cometchat-padding-2) var(--cometchat-padding-3);border-radius:var(--cometchat-radius-2);white-space:pre-wrap;word-break:break-word;margin:0;font-family:Roboto Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:14px;display:block;overflow-x:auto}.cometchat-text-bubble__body-text pre code,.cometchat-text-bubble-incoming .cometchat-text-bubble__body-text pre code,.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text pre code{color:inherit;background:0 0;border:none;border-radius:0;padding:0;font-family:inherit;display:inline}.cometchat-text-bubble__body-text blockquote{border-left:3px solid var(--cometchat-primary-color,#39f);padding:var(--cometchat-padding-2);border-radius:var(--cometchat-radius-1);margin:var(--cometchat-margin,4px) 0;color:var(--cometchat-text-color-secondary,#727272);min-width:100px;display:block}.cometchat-text-bubble__body-text a{color:var(--cometchat-primary-color,#39f);cursor:pointer;text-decoration:underline}.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text a,.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text code a,.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text pre a,.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text pre code a{color:var(--cometchat-static-white)!important}.cometchat-text-bubble__body-text a:hover{text-decoration:none}.cometchat-text-bubble__body-text li{margin-left:var(--cometchat-margin-4,16px);display:list-item}.cometchat-text-bubble__body-text ol,.cometchat-text-bubble__body-text ul{margin:var(--cometchat-margin,4px) 0;padding-left:var(--cometchat-padding-3,12px)}.cometchat-text-bubble__body-text ol{list-style-type:decimal}.cometchat-text-bubble__body-text ol ol{list-style-type:lower-alpha}.cometchat-text-bubble__body-text ol ol ol{list-style-type:lower-roman}.cometchat-text-bubble__body-text ul{list-style-type:disc}.cometchat-text-bubble__body-text ul ul{list-style-type:circle}.cometchat-text-bubble__body-text ul ul ul{list-style-type:square}.cometchat-text-bubble__body-text li>ol,.cometchat-text-bubble__body-text li>ul{margin-top:0;margin-bottom:0}
.cometchat *{box-sizing:border-box}.cometchat-mentions>span{color:var(--cometchat-text-color-highlight);font:var(--cometchat-font-body-regular)}.cometchat-mentions{width:fit-content;display:inline-block}.cometchat-mentions-outgoing,.cometchat-mentions-incoming{border-radius:var(--cometchat-radius,2px);padding:0px var(--cometchat-padding,2px);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.cometchat-mentions-outgoing.cometchat-mentions-you{background:#ffab0033}.cometchat-mentions-outgoing.cometchat-mentions-other{background:#f9f8fd33}.cometchat-mentions-incoming.cometchat-mentions-you{background:#ffab0033}.cometchat-mentions-incoming.cometchat-mentions-other{background:#6852d633}.cometchat-mentions-outgoing.cometchat-mentions-you>span{color:var(--cometchat-warning-color)}.cometchat-mentions-outgoing.cometchat-mentions-other>span{color:var(--cometchat-static-white)}.cometchat-mentions-incoming.cometchat-mentions-you>span{color:var(--cometchat-warning-color)}.cometchat-mentions-incoming.cometchat-mentions-other>span{color:var(--cometchat-text-color-highlight)}.cometchat-text-bubble-incoming .cometchat-url{color:var(--cometchat-info-color)}.cometchat-text-bubble .cometchat-url,.cometchat-message-preview .cometchat-url{text-decoration:underline}.cometchat-text-bubble .cometchat-text-highlight{font:var(--cometchat-font-body-bold)}
@font-face{font-family:Roboto;src:url(../media/Roboto-Black.011mx3xi1lov~.ttf)format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Roboto;src:url(../media/Roboto-BlackItalic.08_85nyhhupi2.ttf)format("truetype");font-weight:900;font-style:italic}@font-face{font-family:Roboto;src:url(../media/Roboto-Bold.0u3-l433pss-9.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Roboto;src:url(../media/Roboto-BoldItalic.0ggeq5xv20n1o.ttf)format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Roboto;src:url(../media/Roboto-Regular.0ii06~8bzt8o1.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:url(../media/Roboto-Italic.12xsfm-y9n82c.ttf)format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Roboto;src:url(../media/Roboto-Light.06rkb~-yx38ed.ttf)format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Roboto;src:url(../media/Roboto-LightItalic.0u04ex-vxzq-2.ttf)format("truetype");font-weight:300;font-style:italic}@font-face{font-family:Roboto;src:url(../media/Roboto-Medium.07k7vt2aga~td.ttf)format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Roboto;src:url(../media/Roboto-MediumItalic.07h8-g34my1r9.ttf)format("truetype");font-weight:500;font-style:italic}:root{--cometchat-spacing:2px;--cometchat-spacing-1:4px;--cometchat-spacing-2:8px;--cometchat-spacing-3:12px;--cometchat-spacing-4:16px;--cometchat-spacing-5:20px;--cometchat-spacing-6:24px;--cometchat-spacing-7:28px;--cometchat-spacing-8:32px;--cometchat-spacing-9:36px;--cometchat-spacing-10:40px;--cometchat-spacing-11:44px;--cometchat-spacing-12:48px;--cometchat-spacing-13:52px;--cometchat-spacing-14:56px;--cometchat-spacing-15:60px;--cometchat-spacing-16:64px;--cometchat-spacing-17:68px;--cometchat-spacing-18:72px;--cometchat-spacing-19:76px;--cometchat-spacing-20:80px;--cometchat-spacing-max:1000px;--cometchat-padding:var(--cometchat-spacing);--cometchat-padding-1:var(--cometchat-spacing-1);--cometchat-padding-2:var(--cometchat-spacing-2);--cometchat-padding-3:var(--cometchat-spacing-3);--cometchat-padding-4:var(--cometchat-spacing-4);--cometchat-padding-5:var(--cometchat-spacing-5);--cometchat-padding-6:var(--cometchat-spacing-6);--cometchat-padding-7:var(--cometchat-spacing-7);--cometchat-padding-8:var(--cometchat-spacing-8);--cometchat-padding-9:var(--cometchat-spacing-9);--cometchat-padding-10:var(--cometchat-spacing-10);--cometchat-margin:var(--cometchat-spacing);--cometchat-margin-1:var(--cometchat-spacing-1);--cometchat-margin-2:var(--cometchat-spacing-2);--cometchat-margin-3:var(--cometchat-spacing-3);--cometchat-margin-4:var(--cometchat-spacing-4);--cometchat-margin-5:var(--cometchat-spacing-5);--cometchat-margin-6:var(--cometchat-spacing-6);--cometchat-margin-7:var(--cometchat-spacing-7);--cometchat-margin-8:var(--cometchat-spacing-8);--cometchat-margin-9:var(--cometchat-spacing-9);--cometchat-margin-10:var(--cometchat-spacing-10);--cometchat-margin-11:var(--cometchat-spacing-11);--cometchat-margin-12:var(--cometchat-spacing-12);--cometchat-margin-13:var(--cometchat-spacing-13);--cometchat-margin-14:var(--cometchat-spacing-14);--cometchat-margin-15:var(--cometchat-spacing-15);--cometchat-margin-16:var(--cometchat-spacing-16);--cometchat-margin-17:var(--cometchat-spacing-17);--cometchat-margin-18:var(--cometchat-spacing-18);--cometchat-margin-19:var(--cometchat-spacing-19);--cometchat-margin-20:var(--cometchat-spacing-20);--cometchat-radius:var(--cometchat-spacing);--cometchat-radius-1:var(--cometchat-spacing-1);--cometchat-radius-2:var(--cometchat-spacing-2);--cometchat-radius-3:var(--cometchat-spacing-3);--cometchat-radius-4:var(--cometchat-spacing-4);--cometchat-radius-5:var(--cometchat-spacing-5);--cometchat-radius-6:var(--cometchat-spacing-6);--cometchat-radius-max:var(--cometchat-spacing-max);--cometchat-font-family:"Roboto", "Inter";--cometchat-font-title-bold:700 32px/38.4px var(--cometchat-font-family);--cometchat-font-title-medium:500 32px/38.4px var(--cometchat-font-family);--cometchat-font-title-regular:400 32px/38.4px var(--cometchat-font-family);--cometchat-font-heading1-bold:700 24px/28.8px var(--cometchat-font-family);--cometchat-font-heading1-medium:500 24px/28.8px var(--cometchat-font-family);--cometchat-font-heading1-regular:400 24px/28.8px var(--cometchat-font-family);--cometchat-font-heading2-bold:700 20px/24px var(--cometchat-font-family);--cometchat-font-heading2-medium:500 20px/24px var(--cometchat-font-family);--cometchat-font-heading2-regular:400 20px/24px var(--cometchat-font-family);--cometchat-font-heading3-bold:700 18px/21.6px var(--cometchat-font-family);--cometchat-font-heading3-medium:500 18px/21.6px var(--cometchat-font-family);--cometchat-font-heading3-regular:400 18px/21.6px var(--cometchat-font-family);--cometchat-font-heading4-bold:700 16px/19.2px var(--cometchat-font-family);--cometchat-font-heading4-medium:500 16px/19.2px var(--cometchat-font-family);--cometchat-font-heading4-regular:400 16px/19.2px var(--cometchat-font-family);--cometchat-font-body-bold:700 14px/16.8px var(--cometchat-font-family);--cometchat-font-body-medium:500 14px/16.8px var(--cometchat-font-family);--cometchat-font-body-regular:400 14px/16.8px var(--cometchat-font-family);--cometchat-font-caption1-bold:700 12px/14.4px var(--cometchat-font-family);--cometchat-font-caption1-medium:500 12px/14.4px var(--cometchat-font-family);--cometchat-font-caption1-regular:400 12px/14.4px var(--cometchat-font-family);--cometchat-font-caption2-bold:700 10px/12px var(--cometchat-font-family);--cometchat-font-caption2-medium:500 10px/12px var(--cometchat-font-family);--cometchat-font-caption2-regular:400 10px/12px var(--cometchat-font-family);--cometchat-font-button-bold:700 14px/16.8px var(--cometchat-font-family);--cometchat-font-button-medium:500 14px/16.8px var(--cometchat-font-family);--cometchat-font-button-regular:400 14px/16.8px var(--cometchat-font-family);--cometchat-font-link:400 14px/19.6px var(--cometchat-font-family);--cometchat-primary-color:#6852d6;--cometchat-extended-primary-color-50:#f9f8fd;--cometchat-extended-primary-color-100:#edeafa;--cometchat-extended-primary-color-200:#dcd7f6;--cometchat-extended-primary-color-300:#ccc4f1;--cometchat-extended-primary-color-400:#bbb1ed;--cometchat-extended-primary-color-500:#aa9ee8;--cometchat-extended-primary-color-600:#9a8be4;--cometchat-extended-primary-color-700:#8978df;--cometchat-extended-primary-color-800:#7965db;--cometchat-extended-primary-color-900:#5d49be;--cometchat-neutral-color-50:#fff;--cometchat-neutral-color-100:#fafafa;--cometchat-neutral-color-200:#f5f5f5;--cometchat-neutral-color-300:#e8e8e8;--cometchat-neutral-color-400:#dcdcdc;--cometchat-neutral-color-500:#a1a1a1;--cometchat-neutral-color-600:#727272;--cometchat-neutral-color-700:#5b5b5b;--cometchat-neutral-color-800:#434343;--cometchat-neutral-color-900:#141414;--cometchat-info-color:#0b7bea;--cometchat-warning-color:#ffab00;--cometchat-success-color:#09c26f;--cometchat-error-color:#f44649;--cometchat-error-color-100:#fef3f2;--cometchat-static-black:#141414;--cometchat-static-white:#fff;--cometchat-background-color-01:var(--cometchat-neutral-color-50);--cometchat-background-color-02:var(--cometchat-neutral-color-100);--cometchat-background-color-03:var(--cometchat-neutral-color-200);--cometchat-background-color-04:var(--cometchat-neutral-color-300);--cometchat-border-color-light:var(--cometchat-neutral-color-200);--cometchat-border-color-default:var(--cometchat-neutral-color-300);--cometchat-border-color-dark:var(--cometchat-neutral-color-400);--cometchat-border-color-highlight:var(--cometchat-primary-color);--cometchat-text-color-primary:var(--cometchat-neutral-color-900);--cometchat-text-color-secondary:var(--cometchat-neutral-color-600);--cometchat-text-color-tertiary:var(--cometchat-neutral-color-500);--cometchat-text-color-disabled:var(--cometchat-neutral-color-400);--cometchat-text-color-white:var(--cometchat-neutral-color-50);--cometchat-text-color-highlight:var(--cometchat-primary-color);--cometchat-icon-color-primary:var(--cometchat-neutral-color-900);--cometchat-icon-color-secondary:var(--cometchat-neutral-color-500);--cometchat-icon-color-tertiary:var(--cometchat-neutral-color-400);--cometchat-icon-color-white:var(--cometchat-neutral-color-50);--cometchat-icon-color-highlight:var(--cometchat-primary-color);--cometchat-shimmer-background-color:var(--cometchat-neutral-color-200);--cometchat-shimmer-gradient-color:linear-gradient(90deg, #e0e0e0 0%, #eee 100%);--cometchat-text-shimmer-gradient-color:linear-gradient(270deg, #fff0 0%, #ffffffb3 50%, #fff0 100%);--cometchat-primary-button-background:var(--cometchat-primary-color);--cometchat-primary-button-text:var(--cometchat-static-white);--cometchat-primary-button-icon:var(--cometchat-static-white);--cometchat-secondary-button-background:var(--cometchat-neutral-color-900);--cometchat-secondary-button-icon:var(--cometchat-neutral-color-900);--cometchat-secondary-button-text:var(--cometchat-neutral-color-900);--cometchat-link-button:var(--cometchat-info-color);--cometchat-fab-button-background:var(--cometchat-primary-color);--cometchat-fab-button-icon:var(--cometchat-static-white);--cometchat-white-hover:var(--cometchat-neutral-color-100);--cometchat-white-pressed:var(--cometchat-neutral-color-300)}[data-theme=dark]{--cometchat-primary-color:#6852d6;--cometchat-extended-primary-color-50:#15102b;--cometchat-extended-primary-color-100:#1d173c;--cometchat-extended-primary-color-200:#251e4d;--cometchat-extended-primary-color-300:#2e245e;--cometchat-extended-primary-color-400:#362b6f;--cometchat-extended-primary-color-500:#3e3180;--cometchat-extended-primary-color-600:#473892;--cometchat-extended-primary-color-700:#4f3ea3;--cometchat-extended-primary-color-800:#5745b4;--cometchat-extended-primary-color-900:#7460d9;--cometchat-neutral-color-50:#141414;--cometchat-neutral-color-100:#1a1a1a;--cometchat-neutral-color-200:#272727;--cometchat-neutral-color-300:#383838;--cometchat-neutral-color-400:#4c4c4c;--cometchat-neutral-color-500:#858585;--cometchat-neutral-color-600:#989898;--cometchat-neutral-color-700:#a8a8a8;--cometchat-neutral-color-800:#c8c8c8;--cometchat-neutral-color-900:#fff;--cometchat-info-color:#0d66bf;--cometchat-warning-color:#d08d04;--cometchat-success-color:#0b9f5d;--cometchat-message-seen-color:#56e8a7;--cometchat-error-color:#c73c3e;--cometchat-error-color-100:#3a0c05;--cometchat-static-black:#141414;--cometchat-static-white:#fff;--cometchat-background-color-01:var(--cometchat-neutral-color-50);--cometchat-background-color-02:var(--cometchat-neutral-color-100);--cometchat-background-color-03:var(--cometchat-neutral-color-200);--cometchat-background-color-04:var(--cometchat-neutral-color-300);--cometchat-border-color-light:var(--cometchat-neutral-color-200);--cometchat-border-color-default:var(--cometchat-neutral-color-300);--cometchat-border-color-dark:var(--cometchat-neutral-color-400);--cometchat-border-color-highlight:var(--cometchat-primary-color);--cometchat-text-color-primary:var(--cometchat-neutral-color-900);--cometchat-text-color-secondary:var(--cometchat-neutral-color-600);--cometchat-text-color-tertiary:var(--cometchat-neutral-color-500);--cometchat-text-color-disabled:var(--cometchat-neutral-color-400);--cometchat-text-color-white:var(--cometchat-neutral-color-50);--cometchat-text-color-highlight:var(--cometchat-primary-color);--cometchat-icon-color-primary:var(--cometchat-neutral-color-900);--cometchat-icon-color-secondary:var(--cometchat-neutral-color-500);--cometchat-icon-color-tertiary:var(--cometchat-neutral-color-400);--cometchat-icon-color-white:var(--cometchat-neutral-color-50);--cometchat-icon-color-highlight:var(--cometchat-primary-color);--cometchat-shimmer-background-color:var(--cometchat-background-color-01);--cometchat-shimmer-gradient-color:linear-gradient(90deg, #383838 0%, #272727 100%);--cometchat-text-shimmer-gradient-color:linear-gradient(270deg, #1a1a1a00 0%, #1a1a1ab3 50%, #1a1a1a00 100%);--cometchat-primary-button-background:var(--cometchat-primary-color);--cometchat-primary-button-text:var(--cometchat-static-white);--cometchat-primary-button-icon:var(--cometchat-static-white);--cometchat-secondary-button-background:var(--cometchat-neutral-color-900);--cometchat-secondary-button-text:var(--cometchat-neutral-color-900);--cometchat-secondary-button-icon:var(--cometchat-neutral-color-900);--cometchat-link-button:var(--cometchat-info-color);--cometchat-fab-button-background:var(--cometchat-primary-color);--cometchat-fab-button-icon:var(--cometchat-static-white);--cometchat-white-hover:var(--cometchat-neutral-color-100);--cometchat-white-pressed:var(--cometchat-neutral-color-300)}
