.cometchat-groups{background:var(--cometchat-background-color-01,#fff);flex-direction:column;flex-shrink:0;align-items:flex-start;gap:0;width:100%;height:100%;display:flex}.cometchat-groups__empty-state-view{flex-direction:column;display:flex}.cometchat-groups__empty-state-view,.cometchat-groups__error-state-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-groups__empty-state-view-body,.cometchat-groups__error-state-view-body{gap:var(--cometchat-padding,2px);flex-direction:column;display:flex}.cometchat-groups__empty-state-view-body-title,.cometchat-groups__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-groups__empty-state-view-body-description,.cometchat-groups__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}.cometchat-groups__shimmer{background:var(--cometchat-background-color-01,#fff);width:100%;height:100%}.cometchat-groups__shimmer-item{width:100%;min-width:240px;max-width:1440px;height:72px;padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px);align-items:center;gap:12px;display:flex}.cometchat-groups__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-groups__shimmer-item-body{gap:var(--cometchat-padding-2,8px);flex-direction:column;width:100%;height:100%;display:flex}.cometchat-groups__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-groups__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:25%;height:12px;animation:1.5s linear infinite shimmerAnimation}@keyframes shimmerAnimation{0%{background-position:-468px 0}to{background-position:468px 0}}.cometchat-groups__list-item{cursor:pointer}.cometchat-groups__list-item-active .cometchat-list-item{background-color:var(--cometchat-white-pressed,#e8e8e8)}.cometchat-groups__list-item-password .cometchat-list-item__status{border-radius:var(--cometchat-radius-max,1000px);border:2px solid var(--cometchat-neutral-color-50,#fff);background-color:var(--cometchat-success-color,#09c26f);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-groups__list-item-private .cometchat-list-item__status{border-radius:var(--cometchat-radius-max,1000px);border:2px solid var(--cometchat-neutral-color-50,#fff);background-color:var(--cometchat-warning-color,#ffab00);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-groups__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.c4bf8b5e.svg) 50%/contain no-repeat;mask:url(../media/lock.c4bf8b5e.svg) 50%/contain no-repeat}.cometchat-groups__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.c4346276.svg) 50%/contain no-repeat;mask:url(../media/shield.c4346276.svg) 50%/contain no-repeat}.cometchat-groups__subtitle{color:var(--cometchat-text-color-secondary,#727272);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-body-regular);font-style:normal;overflow:hidden}.cometchat-groups__list-item .cometchat-avatar,.cometchat-groups__list-item .cometchat-list-item__leading-view{width:40px;height:40px}.cometchat-groups .cometchat-list-item__body{padding:0}
.cometchat-message-header{padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-4,16px);align-items:center;gap:var(--cometchat-padding-3,12px);background:var(--cometchat-background-color-01);flex:1 0 0;justify-content:space-between;align-self:stretch;width:100%;height:63px;display:flex;overflow:hidden}.cometchat-message-header .cometchat-message-header__subtitle{color:var(--cometchat-icon-color-secondary);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-caption1-regular);text-align:left;width:100%;height:100%;min-height:17px;display:block;overflow:hidden}.cometchat-message-header .cometchat-message-header__subtitle.cometchat-message-header__subtitle-typing{color:var(--cometchat-text-color-highlight)}.cometchat-message-header .cometchat-list-item__title-container{gap:0;height:fit-content}.cometchat-message-header>div:not([class]){justify-content:flex-start;align-items:center;gap:var(--cometchat-padding-2,8px);flex:1 0 0;width:100%;display:flex;overflow:hidden}.cometchat-message-header .cometchat-list-item__trailing-view{width:auto}.cometchat-message-header__back-button{background:var(--cometchat-icon-color-primary);cursor:pointer;justify-content:center;align-items:center;width:24px;height:24px;display:flex;-webkit-mask:url(../media/arrow_back.c81a47d5.svg) 0 0/contain}.cometchat-message-header .cometchat-message-header__conversation-summary-button .cometchat-button{background:0 0;border:none;justify-content:center;align-items:center;width:fit-content;height:fit-content;padding:0}.cometchat-message-header .cometchat-message-header__conversation-summary-button .cometchat-button .cometchat-button__icon{background:var(--cometchat-icon-color-primary,#141414);width:24px;height:24px}.cometchat-message-header .cometchat-message-header__search-button .cometchat-button{background:0 0;border:none;justify-content:center;align-items:center;width:fit-content;height:fit-content;padding:0}.cometchat-message-header .cometchat-message-header__search-button .cometchat-button__icon,.cometchat-message-header .cometchat-menu-list__sub-menu-icon{background:var(--cometchat-icon-color-primary,#141414);width:24px;height:24px}.cometchat-message-header .cometchat-message-header__menu{justify-content:center;align-items:center;width:fit-content;height:fit-content;display:flex}.cometchat-message-header .cometchat-message-header__menu .cometchat-button{background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0}.cometchat-message-header .cometchat-menu-list__sub-menu-list{width:max-content}.cometchat-message-header__listitem{justify-content:flex-start;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.cometchat-message-header__auxiliary-button-view{gap:var(--cometchat-padding-4,16px);justify-content:flex-end;align-items:center;gap:16px;width:fit-content;display:flex}.cometchat-message-header .cometchat-list-item{padding:0}.cometchat-message-header .cometchat-list-item:hover{cursor:default;background:0 0}.cometchat-message-header .cometchat-list-item__body{padding:0}.cometchat-message-header .cometchat-list-item .cometchat-list-item__body-title{text-overflow:ellipsis;justify-content:flex-start;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.cometchat-message-header .cometchat-list-item .cometchat-avatar{border-radius:var(--cometchat-radius-max);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.cometchat-message-header .cometchat-list-item .cometchat-list-item__leading-view{width:40px;height:40px;padding:0}.cometchat-message-header__listitem>.cometchat{width:100%;height:100%}.cometchat-message-header .cometchat-button__icon:hover{background:var(--cometchat-primary-color)}@media (max-width:768px){.cometchat-message-header__back-button{display:block}.cometchat-message-header .cometchat-list-item .cometchat-list-item__body-title{display:initial}}
.cometchat-message-composer{border-radius:var(--cometchat-radius-2,8px);border:1px solid var(--cometchat-border-color-light);background:var(--cometchat-background-color-01);flex-direction:column;justify-content:flex-end;align-self:stretch;align-items:center;width:100%;height:100%;display:flex}.cometchat-message-composer__send-button{width:32px;height:32px;padding:var(--cometchat-padding-1,4px);justify-content:center;align-items:center;gap:var(--cometchat-padding-1,4px);background:var(--cometchat-background-color-04);border-radius:60px;display:flex}.cometchat-message-composer__send-button .cometchat-button{cursor:default}.cometchat-message-composer__send-button-active{cursor:pointer;background:var(--cometchat-primary-color)}.cometchat-message-composer__auxilary-button-view-sticker-button .cometchat-popover__content{width:272px;height:300px;overflow:hidden}.cometchat-message-composer__emoji-keyboard-button .cometchat-popover__content{width:300px;height:300px;overflow:hidden}.cometchat-message-composer__secondary-button-view-attachment-button .cometchat-popover__content{border:none;height:332px}.cometchat-message-composer__voice-recording-button .cometchat-popover__content{width:fit-content;height:fit-content;min-height:200px;max-height:300px}.cometchat-message-composer__voice-recording-button .cometchat-media-recorder{min-height:220px;max-height:300px;overflow:hidden}.cometchat-message-composer__voice-recording-button .cometchat-media-recorder__recording{min-height:220px;max-height:300px}.cometchat-message-composer__voice-recording-button .cometchat-media-recorder__recorded{justify-content:space-between;min-height:220px;max-height:300px}.cometchat-message-composer__input .cometchat-mentions>span{color:var(--cometchat-text-color-highlight,#6852d6);font:var(--cometchat-font-body-regular)}.cometchat-message-composer__input .cometchat-mentions-you>span{color:var(--cometchat-warning-color,#ffab00);font:var(--cometchat-font-body-regular)}.cometchat-message-composer__buttons .cometchat-button{background:0 0;gap:0;width:fit-content;height:24px;padding:0}.cometchat-message-composer__unblock-button{color:var(--cometchat-neutral-color-900);font:var(--cometchat-font-body-regular);cursor:pointer;border-radius:var(--cometchat-radius-2,8px);border:1px solid var(--cometchat-border-color-dark);width:100%;height:40px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-5,20px);background:0 0;justify-content:center;align-items:center;display:flex}.cometchat-message-composer__header{width:100%;height:fit-content;padding:var(--cometchat-padding-1,4px);flex-direction:column;justify-content:space-between;align-self:stretch;align-items:flex-start;display:flex}.cometchat-message-composer__header-error-state{padding:var(--cometchat-padding-2,8px);align-items:center;gap:var(--cometchat-padding-1);border-radius:var(--cometchat-radius-1,4px);background:var(--cometchat-background-color-02);flex:1 0 0;align-self:stretch;display:flex}.cometchat-message-composer__header-error-state-icon-wrapper{background:var(--cometchat-error-color);border-radius:var(--cometchat-radius-max);justify-content:center;align-items:center;width:20px;height:20px;display:flex}.cometchat-message-composer__header-error-state-icon{background:var(--cometchat-static-white);width:20px;height:20px;-webkit-mask:url(../media/error_info.4edd3d3e.svg) 50%/contain no-repeat}.cometchat-message-composer__header-error-state-text{color:var(--cometchat-error-color);text-overflow:ellipsis;font:var(--cometchat-font-caption1-regular);overflow:hidden}.cometchat-mention-list{z-index:2;border-radius:var(--cometchat-radius-4,16px);border:1px solid var(--cometchat-background-color-01);background:var(--cometchat-background-color-01);flex-direction:column;justify-content:flex-end;align-self:flex-start;width:fit-content;min-width:320px;min-height:45px;max-height:336px;padding:0 0 1px;display:flex;position:absolute;bottom:100%;left:0;box-shadow:0 12px 16px 4px #10182814,0 4px 6px 4px #10182808}.cometchat-mention-list .cometchat-list{max-height:336px}.cometchat-mention-list>.cometchat{border-radius:inherit;overflow:hidden}.cometchat-mention-list .cometchat-list .cometchat-list__header-title{display:none}.cometchat-message-composer__input{-webkit-user-select:text;user-select:text;white-space:pre-wrap;overflow-wrap:break-word;text-align:left;box-sizing:border-box;border-bottom:1px solid var(--cometchat-border-color-light);width:100%;min-height:30px;padding:var(--cometchat-padding-3,12px);color:var(--cometchat-text-color-primary);text-overflow:ellipsis;font:var(--cometchat-font-body-regular);scrollbar-width:none;cursor:text;background:0 0;outline:none;max-height:150px;overflow-y:auto}.cometchat-message-composer__auxilary-button-view{justify-content:flex-start;align-items:center;gap:12px;width:100%;display:flex}.cometchat-message-composer__sticker-button-view{justify-content:flex-start;align-items:center;gap:12px;width:fit-content;display:flex}.cometchat-message-composer__default-buttons{justify-content:flex-start;align-items:center;gap:var(--cometchat-padding-4);flex-direction:row;width:fit-content;margin-right:auto;display:flex}.cometchat-message-composer__input:empty:before{content:attr(data-placeholder);-webkit-line-clamp:1;color:var(--cometchat-text-color-tertiary);text-overflow:ellipsis;font:var(--cometchat-font-body-regular);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.cometchat-message-composer__buttons .cometchat-message-composer__send-button .cometchat-button .cometchat-button__icon{background:var(--cometchat-static-white)}.cometchat-message-composer__buttons .cometchat-button .cometchat-button__icon{background:var(--cometchat-icon-color-secondary)}.cometchat-message-composer__buttons .cometchat-button .cometchat-button__icon:hover{background:var(--cometchat-primary-color,#6852d6)}.cometchat-message-composer__buttons .cometchat-message-composer__send-button .cometchat-button .cometchat-button__icon:hover{background:var(--cometchat-static-white)}.cometchat-message-composer__buttons .cometchat-message-composer__emoji-keyboard-button-active .cometchat-button__icon,.cometchat-message-composer__buttons .cometchat-message-composer__secondary-button-view-attachment-button-active .cometchat-button__icon,.cometchat-message-composer__buttons .cometchat-message-composer__voice-recording-button-active .cometchat-button__icon,.cometchat-message-composer__buttons .cometchat-message-composer__auxilary-button-view-sticker-button-active .cometchat-button__icon{background:var(--cometchat-primary-color)}.cometchat-message-composer__input-mobile{font:var(--cometchat-font-heading4-regular)}.cometchat-message-composer__secondary-button-view-attachment-button .cometchat-action-sheet{min-width:200px}.cometchat-message-composer__secondary-button-view-attachment-button-1 .cometchat-popover__content{height:58px}.cometchat-message-composer__secondary-button-view-attachment-button-2 .cometchat-popover__content{height:114px}.cometchat-message-composer__secondary-button-view-attachment-button-3 .cometchat-popover__content{height:170px}.cometchat-message-composer__secondary-button-view-attachment-button-4 .cometchat-popover__content{height:230px}.cometchat-message-composer__secondary-button-view-attachment-button-5 .cometchat-popover__content{height:285px}.cometchat-message-composer .cometchat-edit-preview__subtitle{text-overflow:ellipsis;white-space:nowrap;height:fit-content;max-height:100px;overflow:hidden}.cometchat-message-composer-hide-scrollbar .cometchat-action-sheet::-webkit-scrollbar{display:none}.cometchat-message-composer-hide-scrollbar .cometchat-action-sheet::-webkit-scrollbar-thumb{display:none}.cometchat-message-composer-hide-scrollbar .cometchat-emoji-keyboard__list::-webkit-scrollbar{display:none}.cometchat-message-composer-hide-scrollbar .cometchat-emoji-keyboard__list::-webkit-scrollbar-thumb{display:none}.cometchat-message-composer-hide-scrollbar .cometchat-emoji-keyboard__tabs::-webkit-scrollbar{display:none}.cometchat-message-composer-hide-scrollbar .cometchat-emoji-keyboard__tabs::-webkit-scrollbar-thumb{display:none}.cometchat-message-composer-hide-scrollbar .cometchat-sticker-keyboard__tabs::-webkit-scrollbar{background:0 0;width:0;height:0}.cometchat-message-composer-hide-scrollbar .cometchat-sticker-keyboard__tabs::-webkit-scrollbar-thumb{background:#e8e5e5;border-radius:8px}.cometchat-message-composer-hide-scrollbar .cometchat-sticker-keyboard__list::-webkit-scrollbar{background:0 0;width:0}.cometchat-message-composer-hide-scrollbar .cometchat-sticker-keyboard__list::-webkit-scrollbar-thumb{background:#e8e5e5;border-radius:8px}
.cometchat-message-list__error-state-view{gap:var(--cometchat-padding-5,20px);flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.cometchat-message-list__error-state-view-icon{border:none;justify-content:center;align-self:center;align-items:center;width:120px;height:120px;display:flex;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-list .cometchat-message-list__footer-smart-replies,.cometchat-message-list__footer-conversation-starter{width:100%}.cometchat-message-list__error-state-view-body{gap:var(--cometchat-padding,2px);flex-direction:column;display:flex}.cometchat-message-list__error-state-view-body-title{width:280px;color:var(--cometchat-text-color-primary);text-align:center;font:var(--cometchat-font-heading3-bold);font-style:normal}.cometchat-message-list__error-state-view-body-description{width:280px;color:var(--cometchat-text-color-secondary);text-align:center;font:var(--cometchat-font-body-regular);font-style:normal}.cometchat-message-bubble__thread-view-replies{background:0 0;border:none;border-radius:0;align-items:center;gap:5px;width:100%;height:100%;display:flex}.cometchat-message-bubble-outgoing .cometchat-message-bubble__status-info-view .cometchat-date{color:var(--cometchat-static-white);font:var(--cometchat-font-caption2-regular)}.cometchat-message-bubble-incoming .cometchat-message-bubble__status-info-view .cometchat-date{color:var(--cometchat-neutral-color-600);font:var(--cometchat-font-caption2-regular)}.cometchat-message-bubble .cometchat-text-bubble,.cometchat-message-bubble .cometchat-delete-bubble{padding-bottom:0}.cometchat-message-bubble .cometchat-text-bubble .cometchat-text-bubble__read-more,.cometchat-text-bubble__read-less{padding-bottom:0;padding-right:0}.cometchat-message-bubble .cometchat-message-bubble__whiteboard-message .cometchat-message-bubble__status-info-view{padding-top:0}.cometchat-message-bubble .cometchat-message-bubble__delete-message .cometchat-message-bubble__status-info-view{padding-top:0;padding-right:var(--cometchat-padding-2)}.cometchat-message-bubble .cometchat-message-bubble__document-message .cometchat-message-bubble__status-info-view,.cometchat-message-bubble .cometchat-message-bubble__whiteboad-message .cometchat-message-bubble__status-info-view,.cometchat-message-bubble .cometchat-message-bubble__pol-message .cometchat-message-bubble__status-info-view,.cometchat-message-bubble .cometchat-message-bubble__audio-message .cometchat-message-bubble__status-info-view,.cometchat-message-bubble .cometchat-message-bubble__file-message .cometchat-message-bubble__status-info-view{padding-top:0}.cometchat-message-bubble__status-info-view{width:fit-content;height:fit-content;padding:var(--cometchat-padding-1,4px);justify-content:flex-end;align-items:flex-end;gap:var(--cometchat-padding-1,4px);border-radius:var(--cometchat-radius-max,1000px);display:flex;position:relative}.cometchat-message-bubble__audio-call .cometchat-call-bubble{padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-2,8px)var(--cometchat-padding-3,12px)var(--cometchat-padding-2,8px)}.cometchat-fullscreen-viewer .cometchat-fullscreen-viewer__body-image{object-fit:contain;max-width:100%;max-height:84vh}.cometchat-message-bubble__audio-call .cometchat-call-bubble .cometchat-call-bubble__body{padding:0}.cometchat-message-bubble__thread-view-replies .cometchat-button{align-items:flex-end}.cometchat-reactions-info-wrapper>.cometchat{width:fit-content}.cometchat-message-bubble__thread-view-replies .cometchat-button .cometchat-button__text{margin-bottom:-2px}.cometchat-message-bubble__body-footer-view .cometchat-reactions .cometchat,.cometchat-reactions .cometchat-popover,.cometchat-reactions .cometchat-popover__button{width:fit-content}.cometchat-message-list__date-header{z-index:2;position:absolute;top:12px}.cometchat-message-list__bubble-date-header{width:fit-content;margin:auto}.cometchat-message-list__bubble-date-header,.cometchat-message-list__date-header{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);background:var(--cometchat-background-color-02);justify-content:center;align-items:center;display:flex;box-shadow:0 1px 2px #1018280d}.cometchat-message-bubble__status-info-view-helper-text{text-align:right;color:var(--cometchat-static-white);font:var(--cometchat-font-caption2-regular);align-self:flex-end;padding-bottom:1.5px}.cometchat-message-bubble__thread-view-replies .cometchat-button{gap:var(--cometchat-padding-1,4px);background:0 0;justify-content:flex-start;width:fit-content;height:100%;padding:0}.cometchat-message-bubble__thread-view-replies{height:24px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-1,4px)0px var(--cometchat-padding-1,4px);align-self:stretch;align-items:center;display:flex}.cometchat-message-bubble-outgoing .cometchat-message-bubble__thread-view-replies{justify-content:flex-end}.cometchat-message-bubble__thread-view-replies .cometchat-button__text{color:var(--cometchat-text-color-primary);text-align:right;font:var(--cometchat-font-caption1-regular)}.cometchat-message-bubble__thread-view-replies .cometchat-button__icon{background:var(--cometchat-icon-color-secondary);width:16px;height:16px;-webkit-mask-size:contain}.cometchat-message-bubble-incoming .cometchat-message-bubble__status-info-view-helper-text{text-align:right;color:var(--cometchat-neutral-color-600);font:var(--cometchat-font-caption2-regular);align-self:flex-end;padding-bottom:1.5px}.cometchat-message-list__date-header .cometchat-date,.cometchat-message-list__bubble-date-header .cometchat-date{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-caption1-medium);justify-content:center;align-items:center;padding:0;display:flex}.cometchat-message-bubble__status-info-view .cometchat-date{padding:0}.cometchat-messagelist__bubble{box-sizing:border-box;width:100%;margin-right:8px;padding:0 0 0 15px;display:flex;overflow:hidden}.cometchat-message-list{border-radius:inherit;background:var(--cometchat-background-color-02);flex-direction:column;flex:1 0 0;order:2;justify-content:flex-end;align-items:center;width:100%;height:100%;display:flex;position:relative}.cometchat-message-list__header{justify-content:flex-start;align-items:flex-start;width:100%;height:auto;display:flex}.cometchat-message-list__body{box-sizing:border-box;flex-direction:column;width:100%;height:100%;display:flex;overflow-x:hidden}.cometchat-message-list__body--spacing-top .cometchat-list__body-intersection-top{margin-bottom:var(--cometchat-spacing-8)}.cometchat-message-list__message-indicator{position:absolute;bottom:8px;right:12px}.cometchat-message-list__message-indicator>.cometchat{width:fit-content}.cometchat-message-list__message-indicator .cometchat-button{background:var(--cometchat-static-black);width:fit-content;height:fit-content;padding:var(--cometchat-padding-2,8px);border-radius:var(--cometchat-radius-max,4px);flex-direction:column-reverse;justify-content:center;align-items:center;gap:4px;display:flex}.cometchat-message-list__message-indicator .cometchat-button__text{color:var(--cometchat-static-white);text-align:center;font:var(--cometchat-font-caption1-regular);background:var(--cometchat-primary-color,#6852d6);border-radius:var(--cometchat-radius-max);height:20px;padding:0px var(--cometchat-padding-2,8px);justify-content:center;align-items:center;display:flex}.cometchat-message-list__message-indicator .cometchat-button__icon{background:var(--cometchat-static-white);justify-content:center;align-items:center;width:24px;height:24px;display:flex}.cometchat-message-list__footer{box-sizing:border-box;z-index:1;background:0 0;justify-content:flex-start;width:100%;display:flex}.cometchat-message-bubble__leading-view{justify-content:center;align-items:center;width:32px;height:32px;display:flex}.cometchat-message-bubble__leading-view .cometchat-avatar{width:32px;height:32px}.cometchat-message-bubble__header-view{color:var(--cometchat-text-color-highlight);font:var(--cometchat-font-caption1-medium);margin-bottom:var(--cometchat-margin-1)}.cometchat-message-list__receipt{justify-content:center;align-items:center;width:16px;height:16px;display:flex}.cometchat-message-bubble__status-info-view-receipts-wait .cometchat-message-list__receipt{background:var(--cometchat-static-white);-webkit-mask:url(../media/status_sending.7520595f.svg) 50%/contain no-repeat}.cometchat-message-bubble__status-info-view-receipts-sent .cometchat-message-list__receipt{background:var(--cometchat-static-white);-webkit-mask:url(../media/status_sent.4f9f9fd4.svg) 50%/contain no-repeat}.cometchat-message-list__bubble-moderation-disapproved .cometchat-message-bubble__body{border-bottom-right-radius:0;border-bottom-left-radius:0}.cometchat-message-list__bubble-moderation-disapproved .cometchat-message-bubble__body-content-view .cometchat-video-bubble,.cometchat-message-list__bubble-moderation-disapproved .cometchat-message-bubble__body-content-view .cometchat-image-bubble{min-width:240px}.cometchat-message-bubble__status-info-view-receipts-delivered .cometchat-message-list__receipt{background:var(--cometchat-static-white);-webkit-mask:url(../media/status_delivered.ac000015.svg) 50%/contain no-repeat}.cometchat-message-bubble__status-info-view-receipts-read .cometchat-message-list__receipt{background:var(--cometchat-message-seen-color,#56e8a7);-webkit-mask:url(../media/status_read.a3c3bfa7.svg) 50%/contain no-repeat}.cometchat-message-bubble__status-info-view-receipts-error .cometchat-message-list__receipt{background:var(--cometchat-static-white);width:12px;height:12px;-webkit-mask:url(../media/error_info.4edd3d3e.svg) 50% no-repeat}.cometchat-message-bubble__status-info-view-receipts-error{background:var(--cometchat-error-color);border-radius:var(--cometchat-radius-max);justify-content:center;align-items:center;width:16px;height:16px;display:flex}.cometchat-message-list__shimmer{background:var(--cometchat-background-color-01);padding:0px var(--cometchat-padding-4,16px)var(--cometchat-padding-4,16px)var(--cometchat-padding-4,16px);flex-direction:column;gap:10px;display:flex}.cometchat-message-list__shimmer-body{border-radius:var(--cometchat-radius-2,8px);align-items:flex-start;gap:var(--cometchat-padding-2);flex-direction:column;width:286px;display:flex;position:relative}.cometchat-message-list__shimmer-leading-view{border-radius:var(--cometchat-radius-max,8px);background:var(--cometchat-shimmer-gradient-color);width:40px;height:40px;margin-right:var(--cometchat-margin-2);background-size:200% 100%;justify-content:center;align-items:center;animation:.8s infinite listLoadingAnimation;display:flex}.cometchat-message-list__shimmer-header{border-radius:var(--cometchat-radius-2,8px);z-index:1;justify-content:center;align-self:center;align-items:center;width:50px;height:22px;margin:10px auto auto;display:flex;position:relative}.cometchat-message-list__shimmer-header .cometchat-message-list__shimmer-item{height:22px}.cometchat-message-list__shimmer-item-header{background:var(--cometchat-shimmer-gradient-color);border-radius:var(--cometchat-radius-2,8px);background-size:200% 100%;justify-content:center;align-items:center;width:120px;height:12px;animation:.8s infinite listLoadingAnimation;display:flex}.cometchat-message-list__shimmer-item{background:var(--cometchat-shimmer-gradient-color);border-radius:var(--cometchat-radius-2,8px);background-size:200% 100%;width:100%;height:53px;animation:.8s infinite listLoadingAnimation}.cometchat-message-bubble .cometchat-message-bubble__video-call,.cometchat-message-bubble .cometchat-message-bubble__audio-call{background:0 0;padding:0}.cometchat-message-bubble .cometchat-message-bubble__video-call .cometchat-action-bubble__icon,.cometchat-message-bubble .cometchat-message-bubble__audio-call .cometchat-action-bubble__icon{background:var(--cometchat-icon-color-secondary);justify-content:center;align-items:center;width:20px;height:20px;display:flex}.cometchat-message-bubble__video-call .cometchat-action-bubble,.cometchat-message-bubble__audio-call .cometchat-action-bubble{justify-content:center;align-items:center;gap:var(--cometchat-padding-1,4px);border:1px solid var(--cometchat-border-color-default);height:32px;display:flex}.cometchat-message-bubble__video-call .cometchat-message-bubble__missed-call .cometchat-action-bubble__icon{background:var(--cometchat-error-color);-webkit-mask:url(../media/missed_video_call_no_fill.3bd2fce8.svg) 50%/contain no-repeat}.cometchat-message-bubble__video-call .cometchat-message-bubble__ended-call .cometchat-action-bubble__icon{-webkit-mask:url(../media/call_end_no_fill.610dbdc9.svg) 50%/contain no-repeat}.cometchat-message-bubble__video-call .cometchat-message-bubble__outgoing-call .cometchat-action-bubble__icon{-webkit-mask:url(../media/outgoing_video_no_fill.e0b40ca0.svg) 50%/contain no-repeat}.cometchat-message-bubble__video-call .cometchat-message-bubble__incoming-call .cometchat-action-bubble__icon{-webkit-mask:url(../media/incoming_video_no_fill.942bc684.svg) 50%/contain no-repeat}.cometchat-message-bubble__video-call .cometchat-message-bubble__busy-call .cometchat-action-bubble__icon,.cometchat-message-bubble__video-call .cometchat-message-bubble__answered-call .cometchat-action-bubble__icon,.cometchat-message-bubble__video-call .cometchat-message-bubble__unanswered-call .cometchat-action-bubble__icon,.cometchat-message-bubble__video-call .cometchat-message-bubble__cancelled-call .cometchat-action-bubble__icon,.cometchat-message-bubble__video-call .cometchat-message-bubble__rejected-call .cometchat-action-bubble__icon{-webkit-mask:url(../media/video_call_button.d9fc0529.svg) 50%/contain no-repeat}.cometchat-message-bubble__audio-call .cometchat-message-bubble__missed-call .cometchat-action-bubble__icon{background:var(--cometchat-error-color);-webkit-mask:url(../media/phone_missed_no_fill.83c1b50d.svg) 50%/contain no-repeat}.cometchat-message-bubble__audio-call .cometchat-message-bubble__ended-call .cometchat-action-bubble__icon{-webkit-mask:url(../media/call_end_no_fill.610dbdc9.svg) 50%/contain no-repeat}.cometchat-message-bubble__audio-call .cometchat-message-bubble__outgoing-call .cometchat-action-bubble__icon{-webkit-mask:url(../media/phone_outgoing_no_fill.6ef082fc.svg) 50%/contain no-repeat}.cometchat-message-bubble__audio-call .cometchat-message-bubble__incoming-call .cometchat-action-bubble__icon{-webkit-mask:url(../media/phone_incoming_no_fill.cfe3fd74.svg) 50%/contain no-repeat}.cometchat-message-bubble__audio-call .cometchat-message-bubble__busy-call .cometchat-action-bubble__icon,.cometchat-message-bubble__audio-call .cometchat-message-bubble__answered-call .cometchat-action-bubble__icon,.cometchat-message-bubble__audio-call .cometchat-message-bubble__unanswered-call .cometchat-action-bubble__icon,.cometchat-message-bubble__audio-call .cometchat-message-bubble__cancelled-call .cometchat-action-bubble__icon,.cometchat-message-bubble__audio-call .cometchat-message-bubble__rejected-call .cometchat-action-bubble__icon{-webkit-mask:url(../media/audio_call_button.6ca564c5.svg) 50%/contain no-repeat}@keyframes listLoadingAnimation{0%{background-position:200% 0}to{background-position:0 200%}}.cometchat-message-bubble__body-wrapper .cometchat-message-bubble__sticker-message{gap:var(--cometchat-padding-2,8px)}.cometchat-message-bubble__sticker-message .cometchat-image-bubble{cursor:default;background-color:#0000}.cometchat-message-bubble__sticker-message .cometchat-message-bubble__status-info-view{background:#14141499;align-items:center}.cometchat-message-bubble__sticker-message .cometchat-message-bubble__status-info-view>.cometchat{box-sizing:border-box;justify-content:center;align-items:center;display:flex}.cometchat-message-bubble__sticker-message .cometchat-message-bubble__status-info-view .cometchat-date{color:var(--cometchat-static-white,#f9f8fd)}.cometchat-message-information__popup-wrapper{z-index:3;background-color:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0;overflow:auto}.cometchat-message-list__body{justify-content:flex-end}.cometchat-message-list-loaded .cometchat-message-list__body .cometchat-list__body{height:fit-content;max-height:100%}.cometchat-message-list-loaded>.cometchat-message-list__body>.cometchat{max-height:100%;height:fit-content!important}@keyframes backgroundFade{0%{background-color:var(--cometchat-extended-primary-color-200)}50%{background-color:var(--cometchat-extended-primary-color-100)}75%,to{background-color:#0000}}.cometchat-message-list__bubble-highlight{animation:3s ease-out forwards backgroundFade}.cometchat-message-list__bubble-highlight-longer{animation:5s ease-out forwards backgroundFade}.cometchat-message-list-hide-scrollbar .cometchat-reaction-list__list::-webkit-scrollbar{display:none}.cometchat-message-list-hide-scrollbar .cometchat-reaction-list__list::-webkit-scrollbar-thumb{display:none}.cometchat-message-list-hide-scrollbar .cometchat-reaction-list__tabs::-webkit-scrollbar{display:none}.cometchat-message-list-hide-scrollbar .cometchat-reaction-list__tabs::-webkit-scrollbar-thumb{display:none}.cometchat-message-list-hide-scrollbar .cometchat-emoji-keyboard__list::-webkit-scrollbar{display:none}.cometchat-message-list-hide-scrollbar .cometchat-emoji-keyboard__list::-webkit-scrollbar-thumb{display:none}.cometchat-message-list-hide-scrollbar .cometchat-emoji-keyboard__tabs::-webkit-scrollbar{display:none}.cometchat-message-list-hide-scrollbar .cometchat-emoji-keyboard__tabs::-webkit-scrollbar-thumb{display:none}
.cometchat-outgoing-call{width:360px;height:540px;padding:var(--cometchat-padding-5,20px)0px;border-radius:var(--cometchat-radius-5,20px);border:1px solid var(--cometchat-border-color-light);background:var(--cometchat-background-color-01);flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:center;display:flex;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-outgoing-call__title{color:var(--cometchat-text-color-primary);text-align:center;font:var(--cometchat-font-title-medium)}.cometchat-outgoing-call__title-container{gap:var(--cometchat-spacing-2);flex-direction:column;display:flex}.cometchat-outgoing-call__subtitle{color:var(--cometchat-text-color-secondary);text-align:center;font:var(--cometchat-font-heading4-regular)}.cometchat-outgoing-call__avatar{border-radius:var(--cometchat-radius-max);flex-shrink:0;justify-content:center;align-items:center;width:160px;height:160px;display:flex}.cometchat-outgoing-call__avatar .cometchat-avatar{width:160px;height:160px}.cometchat-outgoing-call__avatar .cometchat-avatar__text{font:700 64px/76.8px var(--cometchat-font-family);width:fit-content;height:fit-content;font-style:normal}.cometchat-outgoing-call__button .cometchat-button{padding:var(--cometchat-padding-4);align-items:center;gap:var(--cometchat-padding-2);border-radius:var(--cometchat-radius-max);background:var(--cometchat-error-color);cursor:pointer;justify-content:center;width:fit-content;height:fit-content;display:flex}.cometchat-outgoing-call__button .cometchat-button .cometchat-button__icon{background:var(--cometchat-static-white);width:24px;height:24px;-webkit-mask-size:contain}@media (max-width:600px){.cometchat-outgoing-call{padding:var(--cometchat-spacing-20)var(--cometchat-spacing-5)var(--cometchat-spacing-15)var(--cometchat-spacing-5)}.cometchat-outgoing-call__avatar .cometchat-avatar__text{font:700 50px/60px var(--cometchat-font-family)}.cometchat-outgoing-call .cometchat-outgoing-call__avatar .cometchat .cometchat-avatar{width:120px;height:120px}.cometchat-outgoing-call__title{font:var(--cometchat-font-heading1-bold)}.cometchat-outgoing-call__subtitle{font:var(--cometchat-font-body-regular)}.cometchat-outgoing-call__avatar{margin-bottom:auto;margin-top:var(--cometchat-margin-10)}:is(.cometchat-outgoing-call,.cometchat:has(>.cometchat-outgoing-call)){border-radius:0;width:100%;height:100%}}
.cometchat-action-bubble{padding:var(--cometchat-padding-1,4px)var(--cometchat-padding-3,12px);border-radius:var(--cometchat-radius-max,1000px);border:1px solid var(--cometchat-border-color-default);background:var(--cometchat-background-color-02);justify-content:center;align-items:center;display:flex}.cometchat-action-bubble__text{color:var(--cometchat-text-color-secondary);text-align:center;font:var(--cometchat-font-caption1-regular)}.cometchat-action-bubble__icon{display:none}
.cometchat-reaction-info{border-radius:var(--cometchat-radius-2,8px);justify-content:center;align-items:flex-start;display:inline-flex}.cometchat-reaction-info__content{padding:8px var(--cometchat-padding-2,8px);border-radius:var(--cometchat-radius-1,4px);background:var(--cometchat-static-black,#141414);flex-direction:column;justify-content:center;align-items:center;min-width:77px;min-height:77px;margin:-1px;display:flex;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-reaction-info__emoji-text{align-items:center;gap:var(--cometchat-padding-1,4px);flex-direction:column;display:flex}.cometchat-reaction-info__emoji{color:var(--cometchat-static-white,#f9f8fd);text-align:center;font:var(--cometchat-font-heading1-regular,400 24px Roboto)}.cometchat-reaction-info__title{color:var(--cometchat-static-white,#f9f8fd);text-align:center;font:var(--cometchat-font-caption1-regular,400 12px Roboto)}.cometchat-reaction-info__description{color:var(--cometchat-text-color-tertiary,#a1a1a1);text-align:center;font:var(--cometchat-font-caption1-regular,400 12px Roboto)}.cometchat-reaction-info__error{color:var(--cometchat-error-color,#f44649);text-align:center;font:var(--cometchat-font-caption1-regular,400 12px Roboto)}.cometchat-reaction-info__loading{border:4px solid var(--cometchat-background-color-04,#e8e8e8);border-top:4px solid #0000;border-radius:50%;width:24px;height:24px;animation:2s linear infinite spin;-webkit-mask:url(../media/Spinner-Gradient-1.2522daf2.svg) 50%/contain no-repeat}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.cometchat-reaction-list{border-radius:var(--cometchat-radius-5,20px);border:1px solid var(--cometchat-border-color-light,#f5f5f5);background:var(--cometchat-background-color-01,#fff);flex-direction:column;align-items:flex-start;width:280px;display:flex;overflow:hidden;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-reaction-list__error{height:200px;color:var(--cometchat-text-color-secondary,#727272);text-align:center;font:var(--cometchat-font-body-regular,400 14px Roboto);flex-direction:column;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;display:flex}.cometchat-reaction-list__tabs{padding-top:var(--cometchat-padding-2,8px);border-bottom:1px solid var(--cometchat-border-color-default,#e8e8e8);background:var(--cometchat-background-color-01,#fff);align-self:stretch;align-items:center;max-width:280px;display:flex;overflow-x:auto}.cometchat-reaction-list__tabs-tab{height:40px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-4,16px);align-items:center;gap:var(--cometchat-padding-1,4px);cursor:pointer;border-radius:4px 4px 0 0;display:flex}.cometchat-reaction-list__tabs-tab-active{border-bottom:2px solid var(--cometchat-primary-color,#6852d6)}.cometchat-reaction-list__tabs-tab-emoji,.cometchat-reaction-list__tabs-tab-count{color:var(--cometchat-text-color-secondary,#727272);text-align:center;font:var(--cometchat-font-body-medium,500 14px Roboto)}.cometchat-reaction-list__tabs-tab-count-active,.cometchat-reaction-list__tabs-tab-emoji-active{color:var(--cometchat-text-color-highlight,#6852d6)}.cometchat-reaction-list__list{border-radius:var(--cometchat-radius-0,0px);background:var(--cometchat-background-color-01,#fff);flex-direction:column;align-self:stretch;align-items:flex-start;height:200px;padding:0;display:flex;overflow-y:auto}.cometchat-reaction-list .cometchat-list-item{cursor:pointer;width:280px}.cometchat-reaction-list .cometchat-list-item__leading-view,.cometchat-reaction-list .cometchat-list-item__body{flex-shrink:inherit;padding:0}.cometchat-reaction-list .cometchat-list-item__body-title{color:var(--cometchat-text-color-primary,#141414);text-overflow:ellipsis;font:var(--cometchat-font-body-medium,500 14px Roboto);overflow:hidden}.cometchat-reaction-list .cometchat-list-item__body-subtitle{color:var(--cometchat-text-color-secondary,#727272);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-caption1-regular,400 12px Roboto);overflow:hidden}.cometchat-reaction-list .cometchat-avatar,.cometchat-reaction-list .cometchat-avatar__image,.cometchat-reaction-list .cometchat-list-item__leading-view{width:32px;height:32px}.cometchat-reaction-list .cometchat-list-item__title-container{gap:0}.cometchat-reaction-list__shimmer{border-radius:var(--cometchat-radius-4,16px);border:1px solid var(--cometchat-background-color-01,#fff);background:var(--cometchat-background-color-01,#fff);flex-direction:column;align-self:stretch;align-items:flex-start;width:280px;height:200px;display:flex;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-reaction-list__shimmer-tabs{padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-4,16px)var(--cometchat-padding-4,16px)var(--cometchat-padding-4,16px);border-bottom:1px solid var(--cometchat-border-color-default,#e8e8e8);background:var(--cometchat-background-color-01,#fff);align-self:stretch;align-items:center;gap:20px;display:flex}.cometchat-reaction-list__shimmer-tab{background:var(--cometchat-shimmer-gradient-color);border-radius:var(--cometchat-radius-2,8px);justify-content:center;align-items:center;width:48px;height:16px;animation:10s linear infinite shimmerAnimation;display:flex}.cometchat-reaction-list__shimmer-item{width:280px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-4,16px);align-items:center;gap:var(--cometchat-padding-3,12px);background:var(--cometchat-background-color-01,#fff);flex:1 0 0;display:flex}.cometchat-reaction-list__shimmer-item-icon{background:var(--cometchat-shimmer-gradient-color);border-radius:var(--cometchat-radius-max,1000px);justify-content:center;align-items:center;width:32px;height:32px;animation:10s linear infinite shimmerAnimation;display:flex}.cometchat-reaction-list__shimmer-item-content{background:var(--cometchat-shimmer-gradient-color);border-radius:var(--cometchat-radius-2,8px);flex:1 0 0;justify-content:center;align-items:center;height:20px;animation:5s linear infinite shimmerAnimation;display:flex}.cometchat-reaction-list__shimmer-item-tailview{background:var(--cometchat-shimmer-gradient-color);border-radius:var(--cometchat-radius-max,1000px);justify-content:center;align-items:center;width:24px;height:24px;animation:10s linear infinite shimmerAnimation;display:flex}@keyframes shimmerAnimation{0%{background-position:-468px 0}to{background-position:468px 0}}
.cometchat-reactions{padding:0px var(--cometchat-padding-1,4px);align-content:flex-start;align-self:stretch;align-items:flex-start;gap:2px;width:fit-content;height:fit-content;display:flex}.cometchat-reactions__reaction,.cometchat-reactions__more-reaction{height:24px;padding:2px var(--cometchat-padding-2,8px);align-items:center;gap:var(--cometchat-padding-1,4px);border:1px solid var(--cometchat-border-color-light,#f5f5f5);background:var(--cometchat-background-color-01,#fff);cursor:pointer;border-radius:20px;flex-shrink:0;display:inline-flex}.cometchat-reactions__reaction-you{height:23px;padding:2px var(--cometchat-padding-2,8px);align-items:center;gap:var(--cometchat-padding-1,4px);border:1px solid var(--cometchat-extended-primary-color-300,#ccc4f1);background:var(--cometchat-extended-primary-color-100,#edeafa);border-radius:20px;flex-shrink:0;display:inline-flex}.cometchat-reactions__reaction-emoji{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-body-regular,400 14px Roboto)}.cometchat-reactions__reaction-count,.cometchat-reactions__more-reaction-count{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-caption1-regular,400 12px Roboto)}.cometchat-reactions-info-wrapper .cometchat-popover__content{box-shadow:none;background:0 0;border:none}
.cometchat-call-button{align-items:center;gap:var(--cometchat-padding-4,16px);width:fit-content;height:fit-content;display:flex}.cometchat-call-button__voice,.cometchat-call-button__video{cursor:pointer;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.cometchat-call-button .cometchat-button{background:var(--cometchat-background-color-01,#fff);gap:0;width:24px;height:24px;padding:0}.cometchat-call-button .cometchat-button__icon{background:var(--cometchat-icon-color-primary,#141414)}.cometchat-outgoing-call__backdrop{z-index:3;background-color:#0006;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0;overflow:auto}.cometchat-call-button .cometchat-button:hover,.cometchat-call-button .cometchat-button:active{background:0 0}
.cometchat-incoming-call{width:360px;padding:var(--cometchat-padding-5,20px)var(--cometchat-padding-5,20px);align-items:center;gap:var(--cometchat-padding-4,16px);border-radius:var(--cometchat-radius-3,12px);border:1px solid var(--cometchat-border-color-light,#f5f5f5);background:var(--cometchat-background-color-03,#f5f5f5);z-index:10;flex-direction:column;display:flex;position:absolute;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-incoming-call .cometchat-list-item{background:var(--cometchat-background-color-03,#f5f5f5);width:320px;padding:0}.cometchat-incoming-call .cometchat-list-item__body{padding:0}.cometchat-incoming-call .cometchat-list-item__body-title{color:var(--cometchat-text-color-primary,#fff);font:var(--cometchat-font-heading3-bold,700 20px Roboto)}.cometchat-incoming-call .cometchat-list-item__title-container{justify-content:space-around}.cometchat-incoming-call .cometchat-list-item__trailing-view{width:fit-content;height:fit-content}.cometchat-incoming-call__button-group{align-self:stretch;align-items:center;gap:16px;display:flex}.cometchat-incoming-call__button-decline{justify-content:center;align-items:center;gap:var(--cometchat-padding-2,8px);border-radius:var(--cometchat-radius-2,8px);background:var(--cometchat-error-color,#c73c3e);cursor:pointer;align-self:stretch;width:152px;height:40px;display:flex}.cometchat-incoming-call__button-decline .cometchat-button{background:var(--cometchat-error-color,#c73c3e);width:152px}.cometchat-incoming-call__button-accept{justify-content:center;align-items:center;gap:var(--cometchat-padding-2,8px);border-radius:var(--cometchat-radius-2,8px);background:var(--cometchat-success-color,#0b9f5d);cursor:pointer;align-self:stretch;width:152px;height:40px;display:flex}.cometchat-incoming-call__button-accept .cometchat-button{background:var(--cometchat-success-color,#0b9f5d);width:152px}.cometchat-incoming-call__avatar{flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.cometchat-incoming-call__avatar .cometchat-avatar__text{color:var(--cometchat-primary-button-icon,#fff);font:var(--cometchat-font-heading3-bold,700 20px Roboto)}.cometchat-incoming-call__subtitle{align-self:stretch;align-items:center;gap:4px;display:flex}.cometchat-incoming-call__subtitle-icon{background:var(--cometchat-icon-color-secondary,#a1a1a1);justify-content:center;align-items:center;width:16px;height:16px;display:flex;-webkit-mask-size:contain}.cometchat-incoming-call__subtitle-text{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-heading4-regular,400 16px Roboto)}.cometchat-incoming-call .cometchat-button:hover,.cometchat-incoming-call .cometchat-button:active{background:0 0}
.cometchat-message-information{border-radius:var(--cometchat-radius-5,20px);border:1px solid var(--cometchat-border-color-light,#f5f5f5);background:var(--cometchat-background-color-01,#fff);flex-shrink:0;width:100%;max-width:420px;height:fit-content;max-height:100%;overflow:hidden;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-message-information__header{height:64px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-4,16px);align-items:center;gap:var(--cometchat-padding-3,12px);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;display:flex}.cometchat-message-information__header-title{color:var(--cometchat-text-color-primary,#141414);text-overflow:ellipsis;font:var(--cometchat-font-heading3-bold,700 20px Roboto);flex-direction:column;flex:1 0 0;justify-content:center;align-items:flex-start;gap:0;display:flex;overflow:hidden}.cometchat-message-information__header-close{cursor:pointer;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.cometchat-message-information__header-close .cometchat-button{background:0 0;gap:0;width:24px;height:24px;padding:0}.cometchat-message-information__header-close .cometchat-button:hover,.cometchat-message-information__header-close .cometchat-button:active{background:0 0}.cometchat-message-information__header-close .cometchat-button__icon{background:var(--cometchat-icon-color-primary,#141414)}.cometchat-message-information__header-close .cometchat-button__icon:hover{background:var(--cometchat-icon-color-highlight)}.cometchat-message-information__message{padding:var(--cometchat-padding-5,20px)var(--cometchat-padding-4,16px);background:var(--cometchat-background-color-02,#fafafa);border-bottom:1px solid var(--cometchat-border-color-light);align-items:flex-start;gap:0;width:100%;max-height:300px;display:flex;overflow:hidden auto}.cometchat-message-information__message .cometchat-message-bubble__wrapper{width:100%;padding:0}.cometchat-message-information__receipts{flex-direction:column;align-items:flex-start;width:100%;height:260px;padding:0;display:flex;overflow:hidden auto}.cometchat-message-information__receipts .cometchat-list-item__body-subtitle{flex-direction:column;gap:0}.cometchat-message-information-hide-scrollbar .cometchat-message-information__receipts::-webkit-scrollbar{display:none}.cometchat-message-information-hide-scrollbar .cometchat-message-information__receipts::-webkit-scrollbar-thumb{display:none}.cometchat-message-information-hide-scrollbar .cometchat-message-information__message::-webkit-scrollbar{display:none}.cometchat-message-information-hide-scrollbar .cometchat-message-information__message::-webkit-scrollbar-thumb{display:none}.cometchat-message-information__receipts .cometchat-list-item__body{padding:0}.cometchat-message-information__receipts .cometchat-list-item:hover{background:0 0}.cometchat-message-information__receipts-subtitle{align-items:flex-start;gap:var(--cometchat-padding-1,4px);flex-direction:column;flex:1 0 0;width:100%;padding:0;display:flex}.cometchat-message-information__receipts-subtitle-text{color:var(--cometchat-text-color-secondary,#727272);text-overflow:ellipsis;font:var(--cometchat-font-body-regular,400 14px Roboto);justify-content:space-between;align-self:stretch;align-items:center;display:flex;overflow:hidden}.cometchat-message-information__receipts .cometchat-list-item{padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px);align-items:flex-start}.cometchat-message-information__receipts .cometchat-list-item__trailing-view{display:none}.cometchat-message-information__receipts .cometchat-list-item__leading-view,.cometchat-message-information__receipts .cometchat-avatar,.cometchat-message-information__receipts .cometchat-avatar__image{width:40px;height:40px}.cometchat-message-information__shimmer{background:var(--cometchat-background-color-01,#fff);width:100%;height:260px}.cometchat-message-information__shimmer-item{width:100%;min-width:240px;max-width:1440px;height:72px;padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px);align-items:center;gap:12px;display:flex}.cometchat-message-information__shimmer-item-avatar{border-radius:var(--cometchat-radius-max,1000px);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0%,#eee 100%));width:48px;height:48px;animation:5s linear infinite shimmerAnimation}.cometchat-message-information__shimmer-item-title{background:var(--cometchat-shimmer-gradient-color);border-radius:var(--cometchat-radius-2,8px);flex:1 0 0;justify-content:center;align-items:center;height:40px;animation:5s linear infinite shimmerAnimation;display:flex}@keyframes shimmerAnimation{0%{background-position:-468px 0}to{background-position:468px 0}}.cometchat-message-information__receipts-subtite-text,.cometchat-message-information__receipts-subtitle .cometchat-date,.cometchat-message-information__receipts-subtite-text .cometchat-date{color:var(--cometchat-text-color-secondary,#727272);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-body-regular,400 14px Roboto);padding:0;overflow:hidden}.cometchat-message-information__receipts-empty,.cometchat-message-information__error-state{width:100%;height:200px;color:var(--cometchat-text-color-secondary,#727272);text-align:center;font:var(--cometchat-font-body-regular,400 14px Roboto);justify-content:center;align-items:center;display:flex}.cometchat-message-information .cometchat-list__header{border-bottom:none}.cometchat-message-information .cometchat-message-bubble{pointer-events:none}
:is(.cometchat-ongoing-call,.cometchat:has(>.cometchat-ongoing-call)){z-index:10;border:none;border-radius:0;width:100%;height:100%;position:absolute;top:0;left:0}
.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-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.02d6ad09.svg) 50%/contain no-repeat;mask:url(../media/search_message_icon.02d6ad09.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.e6efb411.svg) 50%/contain no-repeat;mask:url(../media/conversations_sent.e6efb411.svg) 50%/contain no-repeat}.cometchat-search__conversations-subtitle-receipts-wait{-webkit-mask:url(../media/status_sending.7520595f.svg) 50%/contain no-repeat;mask:url(../media/status_sending.7520595f.svg) 50%/contain no-repeat}.cometchat-search__conversations-subtitle-receipts-delivered{-webkit-mask:url(../media/conversations_delivered.bd0574ad.svg) 50%/contain no-repeat;mask:url(../media/conversations_delivered.bd0574ad.svg) 50%/contain no-repeat}.cometchat-search__conversations-subtitle-receipts-error{background-color:var(--cometchat-error-color);-webkit-mask:url(../media/error_icon.4c4733e1.svg) 50%/contain no-repeat;mask:url(../media/error_icon.4c4733e1.svg) 50%/contain no-repeat}.cometchat-search__conversations-subtitle-receipts-read{background:var(--cometchat-message-seen-color,#56e8a7);-webkit-mask:url(../media/conversations_read.bd0574ad.svg) 50%/contain no-repeat;mask:url(../media/conversations_read.bd0574ad.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-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.bbf7ef7e.svg) 50% no-repeat;mask:url(../media/conversations_missed-voice-call.bbf7ef7e.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-incoming-video-call{-webkit-mask:url(../media/conversations_missed-video-call.ddc11d5a.svg) 50% no-repeat;mask:url(../media/conversations_missed-video-call.ddc11d5a.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-outgoing-audio-call{-webkit-mask:url(../media/conversations_outgoing-voice-call.421ea19e.svg) 50% no-repeat;mask:url(../media/conversations_outgoing-voice-call.421ea19e.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-outgoing-video-call{-webkit-mask:url(../media/conversations_outgoing-video-call.04676076.svg) 50% no-repeat;mask:url(../media/conversations_outgoing-video-call.04676076.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-image{-webkit-mask:url(../media/conversations_image-message.4f8b551b.svg) 50% no-repeat;mask:url(../media/conversations_image-message.4f8b551b.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-file{-webkit-mask:url(../media/conversations_file-message.4f6298be.svg) 50% no-repeat;mask:url(../media/conversations_file-message.4f6298be.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-video{-webkit-mask:url(../media/conversations_video-message.fdf6eb7d.svg) 50% no-repeat;mask:url(../media/conversations_video-message.fdf6eb7d.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-audio{-webkit-mask:url(../media/conversations_audio-message.2fa45e1c.svg) 50% no-repeat;mask:url(../media/conversations_audio-message.2fa45e1c.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-poll{-webkit-mask:url(../media/conversations_poll-message.d3b48a42.svg) 50% no-repeat;mask:url(../media/conversations_poll-message.d3b48a42.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-sticker{-webkit-mask:url(../media/conversations_sticker-message.ec481012.svg) 50% no-repeat;mask:url(../media/conversations_sticker-message.ec481012.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-collaborative-document{-webkit-mask:url(../media/conversations_collaborative-document-message.33c88670.svg) 50% no-repeat;mask:url(../media/conversations_collaborative-document-message.33c88670.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-collaborative-whiteboard{-webkit-mask:url(../media/conversations_collaborative-whiteboard-message.03e1f1b7.svg) 50% no-repeat;mask:url(../media/conversations_collaborative-whiteboard-message.03e1f1b7.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-deleted{-webkit-mask:url(../media/conversations_delete.fec62575.svg) 50% no-repeat;mask:url(../media/conversations_delete.fec62575.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-link{-webkit-mask:url(../media/conversations_link.56c971fb.svg) 50% no-repeat;mask:url(../media/conversations_link.56c971fb.svg) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-thread{-webkit-mask:url(../media/conversations_thread.3146a63c.svg) 50% no-repeat;mask:url(../media/conversations_thread.3146a63c.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.02d6ad09.svg) 50%/contain no-repeat;mask:url(../media/search_message_icon.02d6ad09.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.3862004e.svg) 50%/contain no-repeat;mask:url(../media/list_error_state_icon.3862004e.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.694e6b9e.svg) 50% no-repeat;mask:url(../media/link_icon_2x.694e6b9e.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.5f357760.svg) 50% no-repeat;mask:url(../media/play_arrow.5f357760.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.c4bf8b5e.svg) 50%/contain no-repeat;mask:url(../media/lock.c4bf8b5e.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.c4346276.svg) 50%/contain no-repeat;mask:url(../media/shield.c4346276.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.3146a63c.svg) 50%/contain no-repeat;mask:url(../media/conversations_thread.3146a63c.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.305fa01c.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)}
.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.12879d52.svg) 50%/contain no-repeat;mask:url(../media/send-message.12879d52.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.cf980924.svg) 50%/contain no-repeat;mask:url(../media/stop-message.cf980924.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.d85b14cf.svg) 50%/contain no-repeat;mask:url(../media/right-arrow.d85b14cf.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.09eb1ac9.svg) 50%/contain no-repeat;mask:url(../media/Copy.09eb1ac9.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.09eb1ac9.svg) 50%/contain no-repeat;mask:url(../media/Copy.09eb1ac9.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.9f53c849.svg) 50%/contain no-repeat;mask:url(../media/delete_icon.9f53c849.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.dda7bc9d.svg) 50%/contain no-repeat;mask:url(../media/close.dda7bc9d.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}
