@import "https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;700&display=swap";
.cometchat-thread-header{background:var(--cometchat-background-color-01,#fff);flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-start;gap:0;width:100%;display:flex}.cometchat-thread-header__top-bar{padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px);align-items:center;gap:var(--cometchat-padding-2,8px);border-bottom:1px solid var(--cometchat-border-color-light,#f5f5f5);border-left:1px solid var(--cometchat-border-color-light,#f5f5f5);background:var(--cometchat-background-color-01,#fff);align-self:stretch;height:64px;display:flex}.cometchat-thread-header__top-bar-title-container{flex-direction:column;flex:1 0 0;justify-content:center;align-items:flex-start;display:flex;overflow:hidden}.cometchat-thread-header__top-bar-title{color:var(--cometchat-text-color-primary,#141414);text-overflow:ellipsis;font:var(--cometchat-font-heading3-bold,700 20px Roboto)}.cometchat-thread-header__top-bar-subtitle-text{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-caption1-regular,400 12px Roboto);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cometchat-thread-header__top-bar-subtitle-text-clickable{cursor:pointer}.cometchat-thread-header__top-bar-close{cursor:pointer;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.cometchat-thread-header__top-bar-close .cometchat-button{background:0 0;gap:0;width:24px;height:24px;padding:0}.cometchat-thread-header__top-bar-close .cometchat-button:hover,.cometchat-thread-header__top-bar-close .cometchat-button:active{background:0 0}.cometchat-thread-header__top-bar-close .cometchat-button__icon{background:var(--cometchat-icon-color-primary,#141414)}.cometchat-thread-header__top-bar-close .cometchat-button__icon:hover{background:var(--cometchat-icon-color-highlight)}.cometchat-thread-header__body{width:100%;padding-top:var(--cometchat-padding-3,12px);flex-direction:column;flex-shrink:0;display:flex}.cometchat-thread-header__body-timestamp{padding:var(--cometchat-padding-1,4px) var(--cometchat-padding-2,8px);border-radius:var(--cometchat-radius-1,4px);border:1px solid var(--cometchat-border-color-dark,#dcdcdc);background:var(--cometchat-background-color-02,#fafafa);align-self:center;display:flex;box-shadow:0 1px 2px #1018280d}.cometchat-thread-header__body-timestamp .cometchat-date{color:var(--cometchat-text-color-primary,#141414);text-align:center;font:var(--cometchat-font-caption1-medium,500 12px Roboto);padding:0;display:flex}.cometchat-thread-header__message{padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px);flex:1 0 0;gap:0;min-height:50px;max-height:300px;display:flex;overflow:hidden auto}.cometchat-thread-header-hide-scrollbar .cometchat-thread-header__message::-webkit-scrollbar{display:none}.cometchat-thread-header-hide-scrollbar .cometchat-thread-header__message::-webkit-scrollbar-thumb{display:none}.cometchat-thread-header__message .cometchat-text-bubble .cometchat-text-bubble__read-more{display:none}.cometchat-thread-header__message-small{min-height:fit-content;max-height:150px}.cometchat-thread-header__message-incoming{align-self:flex-start}.cometchat-thread-header__message-outgoing{align-self:flex-end}.cometchat-thread-header__message .cometchat-message-bubble__wrapper{width:100%;padding:0}.cometchat-thread-header__reply-bar{padding:var(--cometchat-padding-1,4px) var(--cometchat-padding-5,20px);justify-content:center;align-items:center;gap:var(--cometchat-padding-2,8px);align-self:stretch;display:flex}.cometchat-thread-header__reply-bar-count{color:var(--cometchat-text-color-secondary,#727272);text-align:center;font:var(--cometchat-font-body-regular,400 14px Roboto)}.cometchat-thread-header__reply-bar-divider{background:var(--cometchat-border-color-default,#e8e8e8);flex:1;width:100%;height:1px}.cometchat-thread-header__message .cometchat-message-preview{cursor:not-allowed}
.cometchat-toast{padding:var(--cometchat-padding-2,8px);border-radius:var(--cometchat-radius-1,4ppx);background:var(--cometchat-static-black);color:var(--cometchat-static-white,#f9f8fd);font:var(--cometchat-font-caption1-regular);z-index:10;display:inline-block;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}
.cometchat-search{background:var(--cometchat-background-color-01);gap:var(--cometchat-padding-3,12px);flex-direction:column;width:100%;height:100%;margin:0 auto;display:flex}.cometchat-search__header{min-height:64px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px);justify-content:flex-start;align-items:center;gap:6px;padding-bottom:0;display:flex}.cometchat-search__search-bar{flex:1;position:relative;overflow:hidden}.cometchat-search__input{min-height:36px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-3,12px);align-items:center;gap:var(--cometchat-spacing-1,4px);border-radius:var(--cometchat-radius-max,1000px);border:1px solid var(--cometchat-border-color-dark,#dcdcdc);background:var(--cometchat-background-color-03,#f5f5f5);flex:1 0 0;justify-content:flex-start;align-self:stretch;display:flex;overflow-x:auto}.cometchat-search__input input{min-width:50px;color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading4-regular);background:0 0;border:none;outline:none;flex:1}.cometchat-search__input-clear-button{cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none}.cometchat-search__input-clear-button .cometchat-button,.cometchat-search__back-button .cometchat-button{background:0 0;border:none;border-radius:0;width:fit-content;height:fit-content;margin:0;padding:0}.cometchat-search__input-clear-button .cometchat-button .cometchat-button__icon,.cometchat-search__back-button .cometchat-button .cometchat-button__icon{background:var(--cometchat-icon-color-secondary);width:24px;height:24px}.cometchat-search__back-button .cometchat-button .cometchat-button__icon{background:var(--cometchat-icon-color-primary)}.cometchat-search__body{padding:0px var(--cometchat-padding-4,16px)}.cometchat-search__body-filters{gap:var(--cometchat-padding-2,8px) var(--cometchat-padding-2,8px);flex-wrap:wrap;display:flex}.cometchat-search__body-filter,.cometchat-search__body-filter .cometchat-button{cursor:pointer;border-radius:var(--Radius-radius_Max,1000px);background:var(--cometchat-background-color-03);padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-3,12px);align-content:center;align-items:center;gap:4px var(--cometchat-padding-1,4px);display:flex}.cometchat-search__body-filters .cometchat-button{flex-wrap:wrap}.cometchat-search__body-filter .cometchat-button{width:fit-content;height:fit-content;font:var(--cometchat-font-body-regular);color:var(--cometchat-text-color-secondary,#727272);background:0 0;border:none;border-radius:0;margin:0;padding:0}.cometchat-search__body-filter .cometchat-button .cometchat-button__icon{background:var(--cometchat-icon-color-secondary);width:16px;height:16px}.cometchat-search__initial-view{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;display:flex}.cometchat-search__initial-view-icon{background:var(--cometchat-icon-color-secondary);flex-shrink:0;width:120px;height:120px;-webkit-mask:url(../media/search_message_icon.svg.0xgd_z6s9am11.js) 50%/contain no-repeat;mask:url(../media/search_message_icon.svg.0xgd_z6s9am11.js) 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.svg.0_mxvcr07lur_.js) 50%/contain no-repeat;mask:url(../media/conversations_sent.svg.0_mxvcr07lur_.js) 50%/contain no-repeat}.cometchat-search__conversations-subtitle-receipts-wait{-webkit-mask:url(../media/status_sending.svg.0h3ypde5pg0zz.js) 50%/contain no-repeat;mask:url(../media/status_sending.svg.0h3ypde5pg0zz.js) 50%/contain no-repeat}.cometchat-search__conversations-subtitle-receipts-delivered{-webkit-mask:url(../media/conversations_delivered.svg.0bnz~wws7a8ut.js) 50%/contain no-repeat;mask:url(../media/conversations_delivered.svg.0bnz~wws7a8ut.js) 50%/contain no-repeat}.cometchat-search__conversations-subtitle-receipts-error{background-color:var(--cometchat-error-color);-webkit-mask:url(../media/error_icon.svg.0_o~g71ulqssb.js) 50%/contain no-repeat;mask:url(../media/error_icon.svg.0_o~g71ulqssb.js) 50%/contain no-repeat}.cometchat-search__conversations-subtitle-receipts-read{background:var(--cometchat-message-seen-color,#56e8a7);-webkit-mask:url(../media/conversations_read.svg.0q29~.m20jfyt.js) 50%/contain no-repeat;mask:url(../media/conversations_read.svg.0q29~.m20jfyt.js) 50%/contain no-repeat}.cometchat-search .cometchat-text-highlight{font:var(--cometchat-font-body-bold);color:var(--cometchat-text-color-primary)}.cometchat-search__results .cometchat-list__header-title{min-height:20px;margin-bottom:var(--cometchat-margin-1)}.cometchat-search__results,.cometchat-search__conversations,.cometchat-search__messages{height:fit-content;overflow:hidden}.cometchat-search__results{height:100%;overflow:scroll}.cometchat-search__conversations-list-item{cursor:pointer}.cometchat-search__conversations-list-item-active .cometchat-list-item{background-color:var(--cometchat-white-pressed,#e8e8e8)}.cometchat-search__conversations-subtitle{gap:var(--cometchat-padding-1,4px);text-overflow:ellipsis;white-space:nowrap;width:100%;max-width:100%;display:flex;overflow:hidden}.cometchat-search__conversations-subtitle-text-wrapper{gap:var(--cometchat-padding,2px);text-overflow:ellipsis;white-space:nowrap;width:100%;max-width:100%;display:flex;overflow:hidden}.cometchat-search__conversations-subtitle-text{color:var(--cometchat-text-color-secondary,#727272);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-body-regular);width:100%;overflow:hidden}.cometchat-search__conversations-subtitle-text code{background:var(--cometchat-background-color-03);color:var(--cometchat-text-color-secondary);padding:0 var(--cometchat-padding-1,2px);border-radius:var(--cometchat-radius-1,4px);border:1px solid var(--cometchat-border-color-light);font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:.9em}.cometchat-search__conversations-subtitle-text-sender{color:var(--cometchat-text-color-secondary,#727272);text-overflow:ellipsis;font:var(--cometchat-font-body-medium);flex-shrink:0;overflow:hidden}.cometchat-search__conversations-subtitle-typing{color:var(--cometchat-text-color-highlight,#6852d6);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-body-regular);overflow:hidden}.cometchat-search__conversations-trailing-view{gap:var(--cometchat-padding-1,4px);flex-direction:column;display:flex}.cometchat-search__conversations-trailing-view-date{font:var(--cometchat-font-caption1-regular)}.cometchat-search__conversations-trailing-view-badge{justify-content:flex-end;gap:var(--cometchat-padding-1,4px);display:flex}.cometchat-search__conversations-trailing-view-badge-count{background:var(--cometchat-primary-color,#6852d6);height:20px;color:var(--cometchat-static-white,#fff);text-align:center;text-overflow:ellipsis;font:var(--cometchat-font-caption1-regular);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;padding:0 8px;display:flex;overflow:hidden}.cometchat-search__conversations-subtitle-icon{background:var(--cometchat-icon-color-secondary,#a1a1a1);border:none;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:16px;height:16px;display:flex;-webkit-mask-size:contain;mask-size:contain}.cometchat-search__conversations-subtitle-icon-incoming-audio-call,.cometchat-search__conversations-subtitle-icon-incoming-video-call{background-color:var(--cometchat-error-color,#f44649)}.cometchat-search__conversations-subtitle-icon-incoming-audio-call{-webkit-mask:url(../media/conversations_missed-voice-call.svg.0.ajoeq5k_8mw.js) 50% no-repeat;mask:url(../media/conversations_missed-voice-call.svg.0.ajoeq5k_8mw.js) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-incoming-video-call{-webkit-mask:url(../media/conversations_missed-video-call.svg.0_~4q8ygkzjv7.js) 50% no-repeat;mask:url(../media/conversations_missed-video-call.svg.0_~4q8ygkzjv7.js) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-outgoing-audio-call{-webkit-mask:url(../media/conversations_outgoing-voice-call.svg.0apoz9p_6z2ii.js) 50% no-repeat;mask:url(../media/conversations_outgoing-voice-call.svg.0apoz9p_6z2ii.js) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-outgoing-video-call{-webkit-mask:url(../media/conversations_outgoing-video-call.svg.0.7j793udhe26.js) 50% no-repeat;mask:url(../media/conversations_outgoing-video-call.svg.0.7j793udhe26.js) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-image{-webkit-mask:url(../media/conversations_image-message.svg.0n3to8-hcztff.js) 50% no-repeat;mask:url(../media/conversations_image-message.svg.0n3to8-hcztff.js) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-file{-webkit-mask:url(../media/conversations_file-message.svg.166l26.jc~d.u.js) 50% no-repeat;mask:url(../media/conversations_file-message.svg.166l26.jc~d.u.js) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-video{-webkit-mask:url(../media/conversations_video-message.svg.14tg2gi9kman8.js) 50% no-repeat;mask:url(../media/conversations_video-message.svg.14tg2gi9kman8.js) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-audio{-webkit-mask:url(../media/conversations_audio-message.svg.0m5lr.qz_398g.js) 50% no-repeat;mask:url(../media/conversations_audio-message.svg.0m5lr.qz_398g.js) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-poll{-webkit-mask:url(../media/conversations_poll-message.svg.0hnke33ykmb5r.js) 50% no-repeat;mask:url(../media/conversations_poll-message.svg.0hnke33ykmb5r.js) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-sticker{-webkit-mask:url(../media/conversations_sticker-message.svg.1003apb.nf5gy.js) 50% no-repeat;mask:url(../media/conversations_sticker-message.svg.1003apb.nf5gy.js) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-collaborative-document{-webkit-mask:url(../media/conversations_collaborative-document-message.svg.0i.34-cwuvkh4.js) 50% no-repeat;mask:url(../media/conversations_collaborative-document-message.svg.0i.34-cwuvkh4.js) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-collaborative-whiteboard{-webkit-mask:url(../media/conversations_collaborative-whiteboard-message.svg.0zk5bt5blgs4..js) 50% no-repeat;mask:url(../media/conversations_collaborative-whiteboard-message.svg.0zk5bt5blgs4..js) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-deleted{-webkit-mask:url(../media/conversations_delete.svg.0~.nrg22r8gec.js) 50% no-repeat;mask:url(../media/conversations_delete.svg.0~.nrg22r8gec.js) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-link{-webkit-mask:url(../media/conversations_link.svg.15v3bt2mo0_7c.js) 50% no-repeat;mask:url(../media/conversations_link.svg.15v3bt2mo0_7c.js) 50% no-repeat}.cometchat-search__conversations-subtitle-icon-thread{-webkit-mask:url(../media/conversations_thread.svg.0e3vrhj~m0p0..js) 50% no-repeat;mask:url(../media/conversations_thread.svg.0e3vrhj~m0p0..js) 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.svg.0xgd_z6s9am11.js) 50%/contain no-repeat;mask:url(../media/search_message_icon.svg.0xgd_z6s9am11.js) 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.svg.0xo66woq_rs30.js) 50%/contain no-repeat;mask:url(../media/list_error_state_icon.svg.0xo66woq_rs30.js) 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.svg.0kd8rztg38iul.js) 50% no-repeat;mask:url(../media/link_icon_2x.svg.0kd8rztg38iul.js) 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.svg.069x5~ar-gr00.js) 50% no-repeat;mask:url(../media/play_arrow.svg.069x5~ar-gr00.js) 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.svg.0k6jzjhbi59-8.js) 50%/contain no-repeat;mask:url(../media/lock.svg.0k6jzjhbi59-8.js) 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.svg.11335psyy88g_.js) 50%/contain no-repeat;mask:url(../media/shield.svg.11335psyy88g_.js) 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.svg.0e3vrhj~m0p0..js) 50%/contain no-repeat;mask:url(../media/conversations_thread.svg.0e3vrhj~m0p0..js) 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.svg.13yep5u4khgfa.js) 50%/contain no-repeat}.cometchat-moderation-status{background-color:var(--cometchat-error-color-100);padding:var(--cometchat-padding-1) var(--cometchat-padding-2);align-items:flex-start;gap:var(--cometchat-spacing-1,4px);border-radius:0 0 var(--cometchat-radius-3,12px) var(--cometchat-radius-3,12px);flex-direction:row;display:flex}.cometchat-moderation-status .cometchat-moderation-status__message{color:var(--cometchat-error-color,#f44649);text-align:left;font:var(--cometchat-font-body-regular);margin:0}
.cometchat-ai-assistant-chat{background:var(--cometchat-background-color-02);flex-direction:column;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.cometchat-ai-assistant-chat .cometchat-message-bubble-incoming{box-sizing:border-box;align-self:flex-start;max-width:100%;padding-top:3px;overflow:hidden}.cometchat-ai-assistant-chat__wrapper{width:100%;height:100%;position:relative;overflow:hidden}.cometchat-ai-assistant-chat__message-list-wrapper{height:inherit;box-sizing:border-box;width:100%;overflow:hidden}.cometchat-ai-assistant-chat__header-wrapper{width:100%;height:fit-content;overflow:hidden}.cometchat-ai-assistant-chat__composer-wrapper{background:0 0;width:100%;height:fit-content;overflow:hidden}.cometchat-ai-assistant-chat .cometchat-message-header{border-bottom:1px solid var(--cometchat-border-color-light)}.cometchat-ai-assistant-chat .cometchat-message-header .cometchat-list-item{gap:var(--cometchat-spacing-2)}.cometchat-ai-assistant-chat .cometchat-message-header .cometchat-list-item__body-title{display:block}.cometchat-ai-assistant-chat .cometchat-message-header .cometchat-message-header__subtitle{color:var(--cometchat-text-color-secondary)}.cometchat-ai-assistant-chat .cometchat-ai-assistant-chat__header-auxiliary-view{justify-content:space-between;align-items:center;gap:var(--cometchat-spacing-2);display:flex}.cometchat-ai-assistant-chat .cometchat-ai-assistant-chat__header-auxiliary-view .cometchat-button{box-sizing:border-box;background:0 0;border:none;width:fit-content;height:fit-content;margin:0;padding:6px}.cometchat-ai-assistant-chat .cometchat-ai-assistant-chat__header-auxiliary-view .cometchat-button__icon{background:var(--cometchat-icon-color-secondary);width:24px;height:24px}.cometchat-ai-assistant-chat .cometchat-ai-assistant-chat__header-auxiliary-view .cometchat-button__icon:hover{background:var(--cometchat-icon-color-primary);transition:background .4s ease-in-out}.cometchat-ai-assistant-chat .cometchat-message-composer__input{border:none}.cometchat-ai-assistant-chat .cometchat-message-composer{border-radius:var(--cometchat-radius-4);border:1px solid var(--cometchat-border-color-default);background:var(--cometchat-background-color-01);width:auto;margin:0 8px 8px}.cometchat-ai-assistant-chat .cometchat-message-bubble__status-info-view-receipts-sent .cometchat-message-list__receipt,.cometchat-ai-assistant-chat .cometchat-message-bubble__status-info-view-receipts-wait .cometchat-message-list__receipt,.cometchat-ai-assistant-chat .cometchat-message-bubble__status-info-view-receipts-delivered .cometchat-message-list__receipt{background-color:var(--cometchat-icon-color-secondary)}.cometchat-ai-assistant-chat .cometchat-message-bubble__status-info-view .cometchat-message-bubble__status-info-view-receipts-error{width:12px;height:12px;margin-bottom:2px}.cometchat-ai-assistant-chat .cometchat-message-bubble__status-info-view{gap:var(--cometchat-padding-1)}.cometchat-ai-assistant-chat__send-button-view{border-radius:var(--cometchat-radius-max);width:44px;height:44px;padding:var(--cometchat-padding-3);border:1px solid var(--cometchat-border-color-light);background:var(--cometchat-background-color-04);justify-content:center;align-items:center;display:flex}.cometchat-ai-assistant-chat__send-button-view .cometchat-ai-assistant-chat__send-button-icon{background:var(--cometchat-icon-color-white);width:20px;height:20px;-webkit-mask:url(../media/send-message.svg.0zaiqny6ttl78.js) 50%/contain no-repeat;mask:url(../media/send-message.svg.0zaiqny6ttl78.js) 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.svg.0vvgkxp3pf4ll.js) 50%/contain no-repeat;mask:url(../media/stop-message.svg.0vvgkxp3pf4ll.js) 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.svg.0.ftm.6ye6a58.js) 50%/contain no-repeat;mask:url(../media/right-arrow.svg.0.ftm.6ye6a58.js) 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.svg.05wsw359666oy.js) 50%/contain no-repeat;mask:url(../media/Copy.svg.05wsw359666oy.js) 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.svg.05wsw359666oy.js) 50%/contain no-repeat;mask:url(../media/Copy.svg.05wsw359666oy.js) 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.svg.0hz-x2ehpx9_h.js) 50%/contain no-repeat;mask:url(../media/delete_icon.svg.0hz-x2ehpx9_h.js) 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.svg.0mgxorpygghs1.js) 50%/contain no-repeat;mask:url(../media/close.svg.0mgxorpygghs1.js) 50%/contain no-repeat}.cometchat-ai-assistant-chat-history__shimmer{background:0 0;width:100%;height:100%}.cometchat-ai-assistant-chat-history__shimmer-item{width:100%;height:48px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px);display:flex}.cometchat-ai-assistant-chat-history__shimmer-item-title{border-radius:var(--cometchat-radius-2,8px);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg, #e0e0e0 0%, #eee 100%));flex-shrink:0;width:100%;height:22px;animation:1.5s linear infinite shimmerAnimation}.cometchat-ai-assistant-chat-history__empty-state-view,.cometchat-ai-assistant-chat-history__error-state-view{gap:var(--cometchat-padding-5,20px);background:0 0;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.cometchat-ai-assistant-chat-history__empty-state-view-body,.cometchat-ai-assistant-chat-history__error-state-view-body{gap:var(--cometchat-padding,2px);flex-direction:column;display:flex}.cometchat-ai-assistant-chat-history__empty-state-view-body-title,.cometchat-ai-assistant-chat-history__error-state-view-body-title{width:280px;color:var(--cometchat-text-color-primary,#141414);text-align:center;font:var(--cometchat-font-heading3-bold);font-style:normal}.cometchat-ai-assistant-chat-history__empty-state-view-body-description,.cometchat-ai-assistant-chat-history__error-state-view-body-description{width:280px;color:var(--cometchat-text-color-secondary,#727272);text-align:center;font:var(--cometchat-font-body-regular);font-style:normal}@keyframes shimmerAnimation{0%{background-position:-468px 0}to{background-position:468px 0}}
.cometchat-error-view{width:100%;padding:var(--cometchat-padding-4);box-sizing:border-box;border-radius:var(--cometchat-radius-2);border:1px solid var(--cometchat-border-color-default);background:var(--cometchat-error-color-100);width:fit-content;margin-top:var(--cometchat-margin-2);justify-content:center;align-items:flex-start;display:flex}.cometchat-error-view__message{font:var(--cometchat-font-caption1-regular);text-align:left;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;color:var(--cometchat-error-color);margin:0;line-height:1.4}
.cometchat-message-preview{padding:var(--cometchat-padding-2,8px);cursor:pointer;border-radius:var(--cometchat-radius-1,4px);box-sizing:border-box;justify-content:space-between;align-items:flex-start;gap:var(--cometchat-padding-1,4px);background-color:var(--cometchat-background-color-03);border:none;flex-direction:column;width:100%;min-width:100px;height:100%;min-height:30px;margin:0;display:flex;position:relative}.cometchat-message-bubble-incoming .cometchat-message-preview{background-color:var(--cometchat-neutral-color-400);color:var(--cometchat-primary-color)}.cometchat-message-bubble-outgoing .cometchat-message-preview{background:var(--cometchat-extended-primary-color-700)}.cometchat-message-preview__close{background:var(--cometchat-icon-color-primary);width:20px;height:20px;top:var(--cometchat-padding-2,8px);right:var(--cometchat-padding-2,8px);cursor:pointer;justify-content:center;align-items:center;display:flex;position:absolute;-webkit-mask:url(../media/close.svg.0mgxorpygghs1.js) 50%/contain no-repeat;mask:url(../media/close.svg.0mgxorpygghs1.js) 50%/contain no-repeat}.cometchat-message-bubble-outgoing .cometchat-message-preview-deleted__message{color:var(--cometchat-static-white)}.cometchat-message-preview-deleted__message{justify-content:left;gap:2px;width:100%;height:100%;display:flex}.cometchat-message-preview-deleted__message__text{font:var(--cometchat-font-caption1-regular,12px);white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.cometchat-message-bubble-incoming .cometchat-message-preview-deleted__message{color:var(--cometchat-neutral-color-600)}.cometchat-message-preview__title{font:var(--cometchat-font-caption1-regular,12px);text-align:left;width:100%;color:var(--cometchat-primary-color);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cometchat-message-preview__subtitle{text-align:left;width:100%;color:var(--cometchat-text-color-secondary);font-style:normal;font:var(--cometchat-font-caption1-regular,12px);align-items:center;gap:5px;display:flex;overflow:hidden}.cometchat-message-bubble-outgoing .bubble-view{border-left:3px solid var(--cometchat-static-white)}.composer-view .cometchat-message-preview{border-left:3px solid var(--cometchat-primary-color)}.cometchat-message-bubble-outgoing .bubble-view .cometchat-message-preview__subtitle-icon{background-color:var(--cometchat-static-white)}.cometchat-message-bubble-incoming .bubble-view{border-left:3px solid var(--cometchat-primary-color)}.cometchat-message-bubble-outgoing .cometchat-message-preview__title,.cometchat-message-bubble-outgoing .cometchat-message-preview__subtitle{color:var(--cometchat-static-white)}.cometchat-message-bubble-outgoing .cometchat-message-preview__subtitle-text a,.cometchat-message-bubble-outgoing .cometchat-message-preview__subtitle-text .cometchat-url{text-decoration:underline;color:var(--cometchat-static-white)!important}.bubble-view{border-radius:4px}.cometchat-message-preview_others{border-left:3px solid var(--cometchat-primary-color)}.cometchat-message-preview__subtitle-text{text-align:left;font:var(--cometchat-font-caption1-regular,12px);text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.cometchat-message-preview__subtitle-text *{list-style:none;white-space:nowrap!important;margin:0!important;padding:0!important;display:inline!important}.cometchat-message-preview__subtitle-text ol{counter-reset:preview-list}.cometchat-message-preview__subtitle-text ol>li:before{counter-increment:preview-list;content:counter(preview-list) ". "}.cometchat-message-preview__subtitle-text ul>li:before{content:"• "}.cometchat-message-preview__subtitle-icon{background:var(--cometchat-icon-color-secondary,#a1a1a1);border:none;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:16px;height:16px;display:flex;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-image{-webkit-mask:url(../media/conversations_image-message.svg.0n3to8-hcztff.js) 50%/contain no-repeat;mask:url(../media/conversations_image-message.svg.0n3to8-hcztff.js) 50%/contain no-repeat}.cometchat-message-bubble-incoming .cometchat-message-preview-deleted__message__icon{background:var(--cometchat-neutral-color-600)}.cometchat-message-bubble-outgoing .cometchat-message-preview-deleted__message__icon{background:var(--cometchat-static-white,#fff)}.cometchat-message-preview-deleted__message__icon{flex:none;width:14px;height:14px;-webkit-mask:url(../media/message_delete.svg.0hxlan060368s.js) 50%/contain no-repeat;mask:url(../media/message_delete.svg.0hxlan060368s.js) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-meeting-incoming-audio{-webkit-mask:url(../media/phone_incoming.svg.0kadalwxg-xuo.js) 50%/contain no-repeat;mask:url(../media/phone_incoming.svg.0kadalwxg-xuo.js) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-meeting-outgoing-audio{-webkit-mask:url(../media/phone_outgoing.svg.0~ox_ilakbib5.js) 50%/contain no-repeat;mask:url(../media/phone_outgoing.svg.0~ox_ilakbib5.js) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-meeting-incoming-video{-webkit-mask:url(../media/incoming_video.svg.0sdrwjlyv-zrq.js) 50%/contain no-repeat;mask:url(../media/incoming_video.svg.0sdrwjlyv-zrq.js) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-meeting-outgoing-video{-webkit-mask:url(../media/outgoing_video.svg.05c16qxw4.ae5.js) 50%/contain no-repeat;mask:url(../media/outgoing_video.svg.05c16qxw4.ae5.js) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-file{-webkit-mask:url(../media/conversations_file-message.svg.166l26.jc~d.u.js) 50%/contain no-repeat;mask:url(../media/conversations_file-message.svg.166l26.jc~d.u.js) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-video{-webkit-mask:url(../media/conversations_video-message.svg.14tg2gi9kman8.js) 50%/contain no-repeat;mask:url(../media/conversations_video-message.svg.14tg2gi9kman8.js) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-audio{-webkit-mask:url(../media/conversations_audio-message.svg.0m5lr.qz_398g.js) 50%/contain no-repeat;mask:url(../media/conversations_audio-message.svg.0m5lr.qz_398g.js) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-poll{-webkit-mask:url(../media/conversations_poll-message.svg.0hnke33ykmb5r.js) 50%/contain no-repeat;mask:url(../media/conversations_poll-message.svg.0hnke33ykmb5r.js) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-sticker{-webkit-mask:url(../media/conversations_sticker-message.svg.1003apb.nf5gy.js) 50%/contain no-repeat;mask:url(../media/conversations_sticker-message.svg.1003apb.nf5gy.js) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-collaborative-document{-webkit-mask:url(../media/conversations_collaborative-document-message.svg.0i.34-cwuvkh4.js) 50%/contain no-repeat;mask:url(../media/conversations_collaborative-document-message.svg.0i.34-cwuvkh4.js) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-collaborative-whiteboard{-webkit-mask:url(../media/collaborative_whiteboard.svg.08-fffzl0n.wq.js) 50%/contain no-repeat;mask:url(../media/collaborative_whiteboard.svg.08-fffzl0n.wq.js) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-link{-webkit-mask:url(../media/conversations_link.svg.15v3bt2mo0_7c.js) 50%/contain no-repeat;mask:url(../media/conversations_link.svg.15v3bt2mo0_7c.js) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-unsupported{-webkit-mask:url(../media/file_unsupported.svg.0o5_bpnpl2uy4.js) 50%/contain no-repeat;mask:url(../media/file_unsupported.svg.0o5_bpnpl2uy4.js) 50%/contain no-repeat}.cometchat-message-preview__subtitle-icon-none{display:none}
.cometchat-flag-message-dialog{border-radius:var(--cometchat-radius-5);border:1px solid var(--cometchat-border-color-light);background:var(--cometchat-background-color-01);flex-shrink:0;width:100%;max-width:400px;height:fit-content;max-height:100%;overflow:hidden;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-flag-message-dialog button{cursor:pointer}.cometchat-flag-message-dialog__header{padding:var(--cometchat-padding-4) var(--cometchat-padding-4);border-bottom:1px solid var(--cometchat-border-color-light);border-left:1px solid var(--cometchat-border-color-light);background:var(--cometchat-background-color-01)}.cometchat-flag-message-dialog__header-main{margin-bottom:var(--cometchat-padding-2);align-items:center;gap:var(--cometchat-padding-3);align-self:stretch;display:flex}.cometchat-flag-message-dialog__body{width:calc(100% - var(--cometchat-padding-5) * 2);flex-direction:column;margin-inline:auto;display:flex}.cometchat-flag-message-dialog__header-title{color:var(--cometchat-text-color-primary);text-overflow:ellipsis;font:var(--cometchat-font-heading2-medium);flex-direction:column;flex:1 0 0;justify-content:center;align-items:flex-start;gap:0;display:flex;overflow:hidden}.cometchat-flag-message-dialog__header-subtitle{text-align:left;color:var(--cometchat-neutral-color-600);text-overflow:ellipsis;font:var(--cometchat-font-body-regular);overflow:hidden}.cometchat-flag-message-dialog__reasons{padding:var(--cometchat-padding-4) 0 0 0;flex-wrap:wrap;justify-content:flex-start;gap:8px;display:flex}.cometchat-flag-message-dialog__reason{color:var(--cometchat-text-color-primary);background-color:var(--cometchat-background-color-02);border:1px solid var(--cometchat-border-color-default);cursor:pointer;font:var(--cometchat-font-body-regular);border-radius:16px;padding:4px 12px}.cometchat-flag-message-dialog__reason:hover{background-color:var(--cometchat-neutral-color-200)}.cometchat-flag-message-dialog__reasons .cometchat-flag-message-dialog__reason-selected{color:var(--cometchat-text-color-highlight);background-color:var(--cometchat-extended-primary-color-100);border-color:var(--cometchat-extended-primary-color-200)}.cometchat-flag-message-dialog__remark{gap:var(--cometchat-padding-2);margin-top:var(--cometchat-margin-6);flex-direction:column;align-items:flex-start;display:flex}.cometchat-flag-message-dialog__remark-label{text-align:left;font:var(--cometchat-font-body-medium);color:var(--cometchat-text-color-primary)}.cometchat-flag-message-dialog__remark-label span{color:var(--cometchat-text-color-tertiary);font:var(--cometchat-font-body-regular)}.cometchat-flag-message-dialog__remark-input{resize:none;border:1px solid var(--cometchat-border-color-light);border-radius:var(--cometchat-radius-2,8px);background:var(--cometchat-background-color-02);width:100%;height:84px;min-height:84px;max-height:84px;color:var(--cometchat-text-color-primary);font:var(--cometchat-font-body-regular);padding:var(--cometchat-padding-2);caret-color:var(--cometchat-text-color-primary);overflow:auto}.cometchat-flag-message-dialog__remark-input:focus{outline:none}.cometchat-flag-message-dialog__remark-input::placeholder{color:var(--cometchat-text-color-tertiary)}.cometchat-flag-message-dialog__error{text-align:left;font:var(--cometchat-font-body-regular);color:var(--cometchat-error-color);padding:var(--cometchat-padding-2) 0 var(--cometchat-padding-4) 0;flex-direction:column;justify-content:flex-end;display:flex}.cometchat-flag-message-dialog__actions{justify-content:center;align-items:center;gap:var(--cometchat-padding-3);padding:0 0 var(--cometchat-padding-5) 0;display:flex}.cometchat-flag-message-dialog__actions-item{width:100%}.cometchat-flag-message-dialog__actions .cometchat:has(>.cometchat-button){border:none;width:100%;height:40px}.cometchat-flag-message-dialog__actions .cometchat-button{border-radius:var(--cometchat-radius-2,8px);width:100%;font:var(--cometchat-font-body-medium)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-cancel .cometchat-button{background-color:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-dark)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-cancel .cometchat-button__text{color:var(--cometchat-text-color-primary)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button__text{color:var(--cometchat-static-white)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button:disabled{background-color:var(--cometchat-neutral-color-300);border-color:var(--cometchat-neutral-color-300);cursor:not-allowed}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button:has(.cometchat-button__loading-view){background:var(--cometchat-primary-button-background,#6852d6)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button:disabled .cometchat-button__text{color:var(--cometchat-neutral-color-50)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button:disabled .cometchat-button__icon,.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button:disabled .cometchat-button__text{cursor:not-allowed}.cometchat-flag-message-dialog__header-close .cometchat-button{background:0 0;gap:0;width:24px;height:24px;padding:0}@media (max-width:420px){.cometchat-flag-message-dialog{width:95%}}
.cometchat-special-mentions-list .cometchat-special-mentions-list__item{padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px);color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading4-medium,500 16px Roboto);cursor:pointer;align-items:center;gap:12px;display:flex}.cometchat-special-mentions-list .cometchat-special-mentions-list__item:hover{background:var(--cometchat-white-hover,#fafafa)}.cometchat-special-mentions-list .cometchat-special-mentions-list__item .cometchat-special-mentions-list__item-name{align-items:center;gap:8px;padding:5px;display:inline-flex}.cometchat-special-mentions-list .cometchat-special-mentions-list__item .cometchat-special-mentions-list__item-name .cometchat-special-mentions-list__item-name-subtext{color:var(--cometchat-neutral-color-700);font:var(--cometchat-font-body-regular)}
.cometchat-formatting-toolbar{align-items:center;gap:var(--cometchat-padding-4,16px);background:var(--cometchat-background-color-02);font-family:var(--cometchat-font-family);box-sizing:border-box;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:0;flex-wrap:nowrap;width:100%;padding:0;display:flex;overflow:auto hidden}.cometchat-formatting-toolbar::-webkit-scrollbar{display:none}.cometchat-formatting-toolbar__button{border-radius:var(--cometchat-radius-1);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:background-color .15s;display:flex}.cometchat-formatting-toolbar__button .cometchat{width:100%;height:100%}.cometchat-formatting-toolbar__button .cometchat-button{width:100%;height:100%;min-width:unset;min-height:unset;border-radius:var(--cometchat-radius-1);background:0 0;padding:0}.cometchat-formatting-toolbar__button .cometchat-button:hover,.cometchat-formatting-toolbar__button .cometchat-button:active{background:0 0}.cometchat-formatting-toolbar__button .cometchat-button__icon-default{background-color:var(--cometchat-icon-color-secondary);width:20px;height:20px}.cometchat-formatting-toolbar__button:hover .cometchat-button__icon-default{background-color:var(--cometchat-icon-color-primary)}.cometchat-formatting-toolbar__button img{object-fit:contain;filter:brightness(0)saturate();opacity:.6;width:20px;height:20px}.cometchat-formatting-toolbar__button:hover img{filter:brightness(0)saturate();opacity:1}.cometchat-formatting-toolbar__button--active{border-radius:var(--cometchat-radius-1,4px);background:var(--cometchat-background-color-04)}.cometchat-formatting-toolbar__button--active .cometchat-button__icon-default{background-color:var(--cometchat-icon-color-primary)}.cometchat-formatting-toolbar__button--active img{opacity:1;filter:brightness(0)saturate()}.cometchat-formatting-toolbar__button--disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.cometchat-formatting-toolbar__button--disabled:hover{background:0 0}.cometchat-formatting-toolbar__button--disabled img{opacity:.4}.cometchat-formatting-toolbar__button:focus{outline:2px solid var(--cometchat-border-color-highlight);outline-offset:1px}.cometchat-formatting-toolbar__button:focus:not(:focus-visible){outline:none}.cometchat-formatting-toolbar__separator{background:var(--cometchat-border-color-default);width:1px;height:20px;margin:0 var(--cometchat-margin-1,4px);flex-shrink:0}.cometchat-formatting-toolbar--floating{z-index:1000;background:var(--cometchat-background-color-02);border-radius:var(--cometchat-radius-2);border:1px solid var(--cometchat-border-color-light);width:auto;padding:var(--cometchat-padding-1,4px) var(--cometchat-padding-2,8px);gap:var(--cometchat-spacing-1,4px);position:fixed;transform:translate(-50%);box-shadow:0 4px 12px #00000026,0 2px 4px #0000001a}.cometchat-formatting-toolbar--floating .cometchat-formatting-toolbar__button{width:22px;height:22px}.cometchat-formatting-toolbar--floating .cometchat-formatting-toolbar__button img{width:16px;height:16px}.cometchat-formatting-toolbar--floating .cometchat-formatting-toolbar__separator{height:16px;margin:0 var(--cometchat-margin-1,4px)}.cometchat-formatting-toolbar__link-input{margin-top:var(--cometchat-margin-2,8px);gap:var(--cometchat-spacing-2,8px);padding:var(--cometchat-padding-3,12px);background:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-default);border-radius:var(--cometchat-radius-2,8px);z-index:1001;flex-direction:column;min-width:280px;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.cometchat-formatting-toolbar__link-input input{width:100%;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-3,12px);border:1px solid var(--cometchat-border-color-default);border-radius:var(--cometchat-radius-1,4px);background:var(--cometchat-background-color-01);color:var(--cometchat-text-color-primary);font:var(--cometchat-font-body-regular);outline:none;transition:border-color .15s}.cometchat-formatting-toolbar__link-input input:focus{border-color:var(--cometchat-border-color-highlight)}.cometchat-formatting-toolbar__link-input input::placeholder{color:var(--cometchat-text-color-tertiary)}.cometchat-formatting-toolbar__link-input-error{color:var(--cometchat-error-color);font:var(--cometchat-font-caption1-regular)}.cometchat-formatting-toolbar__link-input-actions{justify-content:flex-end;gap:var(--cometchat-spacing-2,8px);display:flex}.cometchat-formatting-toolbar__link-input-button .cometchat-button{width:auto;min-width:80px;height:32px;padding:var(--cometchat-padding-1,4px) var(--cometchat-padding-3,12px)}.cometchat-formatting-toolbar__link-input-button--primary .cometchat-button{background:var(--cometchat-primary-button-background)}.cometchat-formatting-toolbar__link-input-button--primary .cometchat-button:hover{background:var(--cometchat-extended-primary-color-800)}.cometchat-formatting-toolbar__link-input-button:not(.cometchat-formatting-toolbar__link-input-button--primary) .cometchat-button{background:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-default)}.cometchat-formatting-toolbar__link-input-button:not(.cometchat-formatting-toolbar__link-input-button--primary) .cometchat-button:hover{background:var(--cometchat-background-color-02)}.cometchat-formatting-toolbar__link-input-button:not(.cometchat-formatting-toolbar__link-input-button--primary) .cometchat-button__text{color:var(--cometchat-text-color-primary)}.cometchat-formatting-toolbar__link-input-button{border-radius:var(--cometchat-radius-1,4px);background:0 0;border:none;padding:0}
.cometchat-link-dialog__backdrop{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cometchat-link-dialog{box-sizing:border-box;width:400px;max-width:90vw;padding:var(--cometchat-padding-6,24px);align-items:stretch;gap:var(--cometchat-padding-4,16px);border-radius:var(--cometchat-radius-4,16px);border:1px solid var(--cometchat-border-color-light);background:var(--cometchat-background-color-01);flex-direction:column;display:flex;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-link-dialog__header{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.cometchat-link-dialog__title{color:var(--cometchat-text-color-primary);text-align:left;font:var(--cometchat-font-heading4-bold);font-style:normal}.cometchat-link-dialog__close-button{cursor:pointer;background:var(--cometchat-icon-color-primary);width:24px;height:24px;-webkit-mask:url(../media/close.svg.0mgxorpygghs1.js) 50%/contain no-repeat;mask:url(../media/close.svg.0mgxorpygghs1.js) 50%/contain no-repeat}.cometchat-link-dialog__divider{background:var(--cometchat-border-color-light);width:100%;height:1px}.cometchat-link-dialog__content{gap:var(--cometchat-padding-5,20px);flex-direction:column;display:flex}.cometchat-link-dialog__field{gap:var(--cometchat-padding,4px);flex-direction:column;display:flex}.cometchat-link-dialog__label{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-heading4-medium);text-align:left;font-style:normal}.cometchat-link-dialog__input{padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-3,12px);border-radius:var(--cometchat-radius-2,8px);border:1px solid var(--cometchat-border-color-light);background:var(--cometchat-background-color-01);color:var(--cometchat-text-color-primary);font:var(--cometchat-font-body-regular);outline:none;align-self:stretch;align-items:center;font-style:normal;transition:border-color .2s;display:flex}.cometchat-link-dialog__input:focus{border-color:var(--cometchat-primary-color)}.cometchat-link-dialog__input::placeholder{color:var(--cometchat-text-color-tertiary)}.cometchat-link-dialog__input--error,.cometchat-link-dialog__input--error:focus{border-color:var(--cometchat-error-color)}.cometchat-link-dialog__error{color:var(--cometchat-error-color);font:var(--cometchat-font-caption2-regular);font-style:normal}.cometchat-link-dialog__button-group{padding-top:var(--cometchat-padding-2,8px);align-items:center;gap:var(--cometchat-padding-2,8px);align-self:stretch;width:100%;display:flex}.cometchat-link-dialog__button-cancel,.cometchat-link-dialog__button-submit{flex:1;height:40px;display:flex}.cometchat-link-dialog__button-cancel>.cometchat,.cometchat-link-dialog__button-submit>.cometchat,.cometchat-link-dialog__button-cancel .cometchat-button,.cometchat-link-dialog__button-submit .cometchat-button{width:100%;height:100%}.cometchat-link-dialog__button-cancel .cometchat-button{padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-5,20px);border:1px solid var(--cometchat-border-color-dark);background:var(--cometchat-background-color-01)}.cometchat-link-dialog__button-cancel .cometchat-button .cometchat-button__text{color:var(--cometchat-text-color-primary)}.cometchat-link-dialog__button-submit .cometchat-button{padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-5,20px);background:var(--cometchat-primary-color);border:1px solid var(--cometchat-primary-color)}.cometchat-link-dialog__button-submit .cometchat-button .cometchat-button__text{color:var(--cometchat-static-white)}.cometchat-link-dialog__button-submit--disabled .cometchat-button{cursor:not-allowed;opacity:.6;background:var(--cometchat-background-color-04)!important;border-color:var(--cometchat-background-color-04)!important}.cometchat-link-dialog__button-submit--disabled .cometchat-button .cometchat-button__text{color:var(--cometchat-text-color-tertiary)!important}
.cometchat-link-popover{z-index:1000;position:absolute;transform:translateY(-100%)}.cometchat-link-popover__content{background:var(--cometchat-background-color-01,#fff);border-radius:var(--cometchat-radius-4,16px);padding:var(--cometchat-padding-6,24px);box-sizing:border-box;gap:var(--cometchat-spacing-3,12px);border:1px solid var(--cometchat-border-color-light);flex-direction:column;width:320px;max-width:90vw;display:flex;position:relative;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-link-popover__close{top:var(--cometchat-spacing-4,16px);right:var(--cometchat-spacing-4,16px);cursor:pointer;width:24px;height:24px;color:var(--cometchat-icon-color-secondary,#727272);border-radius:var(--cometchat-radius-1,4px);background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:20px;line-height:1;transition:background-color .2s;display:flex;position:absolute}.cometchat-link-popover__close:hover{background:var(--cometchat-background-color-02,#f5f5f5);color:var(--cometchat-icon-color-primary,#141414)}.cometchat-link-popover__text{font:var(--cometchat-font-heading4-bold);color:var(--cometchat-text-color-primary,#141414);padding-right:var(--cometchat-padding-7,28px);word-break:break-word;text-align:left}.cometchat-link-popover__url{font:var(--cometchat-font-body-regular);color:var(--cometchat-primary-color,#6852d6);word-break:break-all;text-align:left;text-decoration:none;display:block}.cometchat-link-popover__url:hover{text-decoration:underline}.cometchat-link-popover__actions{gap:var(--cometchat-spacing-3,12px);display:flex}.cometchat-link-popover__button-edit,.cometchat-link-popover__button-remove{flex:1;height:40px;display:flex}.cometchat-link-popover__button-edit>.cometchat,.cometchat-link-popover__button-remove>.cometchat{width:100%;height:100%}.cometchat-link-popover__button-edit .cometchat-button,.cometchat-link-popover__button-remove .cometchat-button{padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px);border-radius:var(--cometchat-radius-2,8px);cursor:pointer;width:100%;height:100%;transition:background-color .2s}.cometchat-link-popover__button-edit .cometchat-button .cometchat-button__text,.cometchat-link-popover__button-remove .cometchat-button .cometchat-button__text{font:var(--cometchat-font-button-medium)}.cometchat-link-popover__button-edit .cometchat-button{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-default,#e8e8e8)}.cometchat-link-popover__button-edit .cometchat-button:hover{background:var(--cometchat-background-color-02,#f5f5f5)}.cometchat-link-popover__button-edit .cometchat-button .cometchat-button__text{color:var(--cometchat-text-color-primary,#141414)}.cometchat-link-popover__button-remove .cometchat-button{background:var(--cometchat-error-color,#f44336);border:none}.cometchat-link-popover__button-remove .cometchat-button .cometchat-button__text{color:var(--cometchat-static-white,#fff)}
.cometchat-text-bubble__body-text b,.cometchat-text-bubble__body-text strong{font-weight:var(--cometchat-font-weight-bold,700)}.cometchat-text-bubble__body-text i,.cometchat-text-bubble__body-text em{font-style:italic}.cometchat-text-bubble__body-text s,.cometchat-text-bubble__body-text strike,.cometchat-text-bubble__body-text del{text-decoration:line-through}.cometchat-text-bubble__body-text u{text-decoration:underline}.cometchat-text-bubble__body-text code{background:var(--cometchat-background-color-03);color:var(--cometchat-text-color-highlight);padding:0 var(--cometchat-padding);border-radius:var(--cometchat-radius);border:1px solid var(--cometchat-border-color-default);white-space:pre-wrap;word-break:break-word;font-family:Roboto Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:14px;font-weight:inherit;font-style:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}.cometchat-text-bubble__body-text code b,.cometchat-text-bubble__body-text code strong{font-weight:var(--cometchat-font-weight-bold,700)}.cometchat-text-bubble__body-text code i,.cometchat-text-bubble__body-text code em{font-style:italic}.cometchat-text-bubble__body-text code s,.cometchat-text-bubble__body-text code del{text-decoration:line-through}.cometchat-text-bubble__body-text code u{text-decoration:underline}.cometchat-text-bubble-incoming .cometchat-text-bubble__body-text code{color:var(--cometchat-text-color-highlight);background:var(--cometchat-background-color-03);border:1px solid var(--cometchat-border-color-dark)}.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text code{color:var(--cometchat-static-white);background:#fff3;border:1px solid #f5f5f51a}.cometchat-text-bubble__body-text pre{background:var(--cometchat-background-color-02);color:var(--cometchat-text-color-primary);border:1px solid var(--cometchat-border-color-light);padding:var(--cometchat-padding-2) var(--cometchat-padding-3);border-radius:var(--cometchat-radius-2);white-space:pre-wrap;word-break:break-word;margin:0;font-family:Roboto Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:14px;display:block;overflow-x:auto}.cometchat-text-bubble__body-text pre code,.cometchat-text-bubble-incoming .cometchat-text-bubble__body-text pre code,.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text pre code{color:inherit;background:0 0;border:none;border-radius:0;padding:0;font-family:inherit;display:inline}.cometchat-text-bubble__body-text blockquote{border-left:3px solid var(--cometchat-primary-color,#39f);padding:var(--cometchat-padding-2);border-radius:var(--cometchat-radius-1);margin:var(--cometchat-margin,4px) 0;color:var(--cometchat-text-color-secondary,#727272);white-space:pre-line;min-width:100px;display:block}.cometchat-text-bubble__body-text a{color:var(--cometchat-primary-color,#39f);cursor:pointer;text-decoration:underline}.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text a,.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text code a,.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text pre a,.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text pre code a{color:var(--cometchat-static-white)!important}.cometchat-text-bubble__body-text a:hover{text-decoration:none}.cometchat-text-bubble__body-text li{display:list-item}.cometchat-text-bubble__body-text ul,.cometchat-text-bubble__body-text ol{margin:var(--cometchat-margin,4px) 0;padding:0;padding-left:var(--cometchat-padding-2,8px);list-style-position:inside}.cometchat-text-bubble__body-text ol{list-style-type:decimal}.cometchat-text-bubble__body-text ol ol{list-style-type:lower-alpha}.cometchat-text-bubble__body-text ol ol ol{list-style-type:lower-roman}.cometchat-text-bubble__body-text ul{list-style-type:disc}.cometchat-text-bubble__body-text ul ul{list-style-type:circle}.cometchat-text-bubble__body-text ul ul ul{list-style-type:square}.cometchat-text-bubble__body-text li>ol,.cometchat-text-bubble__body-text li>ul{margin-top:0;margin-bottom:0}
.cometchat *{box-sizing:border-box}.cometchat-mentions>span{color:var(--cometchat-text-color-highlight);font:var(--cometchat-font-body-regular)}.cometchat-mentions{width:fit-content;display:inline-block}.cometchat-mentions-outgoing,.cometchat-mentions-incoming{border-radius:var(--cometchat-radius,2px);padding:0px var(--cometchat-padding,2px);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.cometchat-mentions-outgoing.cometchat-mentions-you{background:#ffab0033}.cometchat-mentions-outgoing.cometchat-mentions-other{background:#f9f8fd33}.cometchat-mentions-incoming.cometchat-mentions-you{background:#ffab0033}.cometchat-mentions-incoming.cometchat-mentions-other{background:#6852d633}.cometchat-mentions-outgoing.cometchat-mentions-you>span{color:var(--cometchat-warning-color)}.cometchat-mentions-outgoing.cometchat-mentions-other>span{color:var(--cometchat-static-white)}.cometchat-mentions-incoming.cometchat-mentions-you>span{color:var(--cometchat-warning-color)}.cometchat-mentions-incoming.cometchat-mentions-other>span{color:var(--cometchat-text-color-highlight)}.cometchat-text-bubble-incoming .cometchat-url{color:var(--cometchat-info-color)}.cometchat-text-bubble .cometchat-url,.cometchat-message-preview .cometchat-url{text-decoration:underline}.cometchat-text-bubble .cometchat-text-highlight{font:var(--cometchat-font-body-bold)}
@font-face{font-family:Roboto;src:url(../media/Roboto-Black.011mx3xi1lov~.ttf)format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Roboto;src:url(../media/Roboto-BlackItalic.08_85nyhhupi2.ttf)format("truetype");font-weight:900;font-style:italic}@font-face{font-family:Roboto;src:url(../media/Roboto-Bold.0u3-l433pss-9.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Roboto;src:url(../media/Roboto-BoldItalic.0ggeq5xv20n1o.ttf)format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Roboto;src:url(../media/Roboto-Regular.0ii06~8bzt8o1.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:url(../media/Roboto-Italic.12xsfm-y9n82c.ttf)format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Roboto;src:url(../media/Roboto-Light.06rkb~-yx38ed.ttf)format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Roboto;src:url(../media/Roboto-LightItalic.0u04ex-vxzq-2.ttf)format("truetype");font-weight:300;font-style:italic}@font-face{font-family:Roboto;src:url(../media/Roboto-Medium.07k7vt2aga~td.ttf)format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Roboto;src:url(../media/Roboto-MediumItalic.07h8-g34my1r9.ttf)format("truetype");font-weight:500;font-style:italic}:root{--cometchat-spacing:2px;--cometchat-spacing-1:4px;--cometchat-spacing-2:8px;--cometchat-spacing-3:12px;--cometchat-spacing-4:16px;--cometchat-spacing-5:20px;--cometchat-spacing-6:24px;--cometchat-spacing-7:28px;--cometchat-spacing-8:32px;--cometchat-spacing-9:36px;--cometchat-spacing-10:40px;--cometchat-spacing-11:44px;--cometchat-spacing-12:48px;--cometchat-spacing-13:52px;--cometchat-spacing-14:56px;--cometchat-spacing-15:60px;--cometchat-spacing-16:64px;--cometchat-spacing-17:68px;--cometchat-spacing-18:72px;--cometchat-spacing-19:76px;--cometchat-spacing-20:80px;--cometchat-spacing-max:1000px;--cometchat-padding:var(--cometchat-spacing);--cometchat-padding-1:var(--cometchat-spacing-1);--cometchat-padding-2:var(--cometchat-spacing-2);--cometchat-padding-3:var(--cometchat-spacing-3);--cometchat-padding-4:var(--cometchat-spacing-4);--cometchat-padding-5:var(--cometchat-spacing-5);--cometchat-padding-6:var(--cometchat-spacing-6);--cometchat-padding-7:var(--cometchat-spacing-7);--cometchat-padding-8:var(--cometchat-spacing-8);--cometchat-padding-9:var(--cometchat-spacing-9);--cometchat-padding-10:var(--cometchat-spacing-10);--cometchat-margin:var(--cometchat-spacing);--cometchat-margin-1:var(--cometchat-spacing-1);--cometchat-margin-2:var(--cometchat-spacing-2);--cometchat-margin-3:var(--cometchat-spacing-3);--cometchat-margin-4:var(--cometchat-spacing-4);--cometchat-margin-5:var(--cometchat-spacing-5);--cometchat-margin-6:var(--cometchat-spacing-6);--cometchat-margin-7:var(--cometchat-spacing-7);--cometchat-margin-8:var(--cometchat-spacing-8);--cometchat-margin-9:var(--cometchat-spacing-9);--cometchat-margin-10:var(--cometchat-spacing-10);--cometchat-margin-11:var(--cometchat-spacing-11);--cometchat-margin-12:var(--cometchat-spacing-12);--cometchat-margin-13:var(--cometchat-spacing-13);--cometchat-margin-14:var(--cometchat-spacing-14);--cometchat-margin-15:var(--cometchat-spacing-15);--cometchat-margin-16:var(--cometchat-spacing-16);--cometchat-margin-17:var(--cometchat-spacing-17);--cometchat-margin-18:var(--cometchat-spacing-18);--cometchat-margin-19:var(--cometchat-spacing-19);--cometchat-margin-20:var(--cometchat-spacing-20);--cometchat-radius:var(--cometchat-spacing);--cometchat-radius-1:var(--cometchat-spacing-1);--cometchat-radius-2:var(--cometchat-spacing-2);--cometchat-radius-3:var(--cometchat-spacing-3);--cometchat-radius-4:var(--cometchat-spacing-4);--cometchat-radius-5:var(--cometchat-spacing-5);--cometchat-radius-6:var(--cometchat-spacing-6);--cometchat-radius-max:var(--cometchat-spacing-max);--cometchat-font-family:"Roboto", "Inter";--cometchat-font-title-bold:700 32px/38.4px var(--cometchat-font-family);--cometchat-font-title-medium:500 32px/38.4px var(--cometchat-font-family);--cometchat-font-title-regular:400 32px/38.4px var(--cometchat-font-family);--cometchat-font-heading1-bold:700 24px/28.8px var(--cometchat-font-family);--cometchat-font-heading1-medium:500 24px/28.8px var(--cometchat-font-family);--cometchat-font-heading1-regular:400 24px/28.8px var(--cometchat-font-family);--cometchat-font-heading2-bold:700 20px/24px var(--cometchat-font-family);--cometchat-font-heading2-medium:500 20px/24px var(--cometchat-font-family);--cometchat-font-heading2-regular:400 20px/24px var(--cometchat-font-family);--cometchat-font-heading3-bold:700 18px/21.6px var(--cometchat-font-family);--cometchat-font-heading3-medium:500 18px/21.6px var(--cometchat-font-family);--cometchat-font-heading3-regular:400 18px/21.6px var(--cometchat-font-family);--cometchat-font-heading4-bold:700 16px/19.2px var(--cometchat-font-family);--cometchat-font-heading4-medium:500 16px/19.2px var(--cometchat-font-family);--cometchat-font-heading4-regular:400 16px/19.2px var(--cometchat-font-family);--cometchat-font-body-bold:700 14px/16.8px var(--cometchat-font-family);--cometchat-font-body-medium:500 14px/16.8px var(--cometchat-font-family);--cometchat-font-body-regular:400 14px/16.8px var(--cometchat-font-family);--cometchat-font-caption1-bold:700 12px/14.4px var(--cometchat-font-family);--cometchat-font-caption1-medium:500 12px/14.4px var(--cometchat-font-family);--cometchat-font-caption1-regular:400 12px/14.4px var(--cometchat-font-family);--cometchat-font-caption2-bold:700 10px/12px var(--cometchat-font-family);--cometchat-font-caption2-medium:500 10px/12px var(--cometchat-font-family);--cometchat-font-caption2-regular:400 10px/12px var(--cometchat-font-family);--cometchat-font-button-bold:700 14px/16.8px var(--cometchat-font-family);--cometchat-font-button-medium:500 14px/16.8px var(--cometchat-font-family);--cometchat-font-button-regular:400 14px/16.8px var(--cometchat-font-family);--cometchat-font-link:400 14px/19.6px var(--cometchat-font-family);--cometchat-primary-color:#6852d6;--cometchat-extended-primary-color-50:#f9f8fd;--cometchat-extended-primary-color-100:#edeafa;--cometchat-extended-primary-color-200:#dcd7f6;--cometchat-extended-primary-color-300:#ccc4f1;--cometchat-extended-primary-color-400:#bbb1ed;--cometchat-extended-primary-color-500:#aa9ee8;--cometchat-extended-primary-color-600:#9a8be4;--cometchat-extended-primary-color-700:#8978df;--cometchat-extended-primary-color-800:#7965db;--cometchat-extended-primary-color-900:#5d49be;--cometchat-neutral-color-50:#fff;--cometchat-neutral-color-100:#fafafa;--cometchat-neutral-color-200:#f5f5f5;--cometchat-neutral-color-300:#e8e8e8;--cometchat-neutral-color-400:#dcdcdc;--cometchat-neutral-color-500:#a1a1a1;--cometchat-neutral-color-600:#727272;--cometchat-neutral-color-700:#5b5b5b;--cometchat-neutral-color-800:#434343;--cometchat-neutral-color-900:#141414;--cometchat-info-color:#0b7bea;--cometchat-warning-color:#ffab00;--cometchat-success-color:#09c26f;--cometchat-error-color:#f44649;--cometchat-error-color-100:#fef3f2;--cometchat-static-black:#141414;--cometchat-static-white:#fff;--cometchat-background-color-01:var(--cometchat-neutral-color-50);--cometchat-background-color-02:var(--cometchat-neutral-color-100);--cometchat-background-color-03:var(--cometchat-neutral-color-200);--cometchat-background-color-04:var(--cometchat-neutral-color-300);--cometchat-border-color-light:var(--cometchat-neutral-color-200);--cometchat-border-color-default:var(--cometchat-neutral-color-300);--cometchat-border-color-dark:var(--cometchat-neutral-color-400);--cometchat-border-color-highlight:var(--cometchat-primary-color);--cometchat-text-color-primary:var(--cometchat-neutral-color-900);--cometchat-text-color-secondary:var(--cometchat-neutral-color-600);--cometchat-text-color-tertiary:var(--cometchat-neutral-color-500);--cometchat-text-color-disabled:var(--cometchat-neutral-color-400);--cometchat-text-color-white:var(--cometchat-neutral-color-50);--cometchat-text-color-highlight:var(--cometchat-primary-color);--cometchat-icon-color-primary:var(--cometchat-neutral-color-900);--cometchat-icon-color-secondary:var(--cometchat-neutral-color-500);--cometchat-icon-color-tertiary:var(--cometchat-neutral-color-400);--cometchat-icon-color-white:var(--cometchat-neutral-color-50);--cometchat-icon-color-highlight:var(--cometchat-primary-color);--cometchat-shimmer-background-color:var(--cometchat-neutral-color-200);--cometchat-shimmer-gradient-color:linear-gradient(90deg, #e0e0e0 0%, #eee 100%);--cometchat-text-shimmer-gradient-color:linear-gradient(270deg, #fff0 0%, #ffffffb3 50%, #fff0 100%);--cometchat-primary-button-background:var(--cometchat-primary-color);--cometchat-primary-button-text:var(--cometchat-static-white);--cometchat-primary-button-icon:var(--cometchat-static-white);--cometchat-secondary-button-background:var(--cometchat-neutral-color-900);--cometchat-secondary-button-icon:var(--cometchat-neutral-color-900);--cometchat-secondary-button-text:var(--cometchat-neutral-color-900);--cometchat-link-button:var(--cometchat-info-color);--cometchat-fab-button-background:var(--cometchat-primary-color);--cometchat-fab-button-icon:var(--cometchat-static-white);--cometchat-white-hover:var(--cometchat-neutral-color-100);--cometchat-white-pressed:var(--cometchat-neutral-color-300)}[data-theme=dark]{--cometchat-primary-color:#6852d6;--cometchat-extended-primary-color-50:#15102b;--cometchat-extended-primary-color-100:#1d173c;--cometchat-extended-primary-color-200:#251e4d;--cometchat-extended-primary-color-300:#2e245e;--cometchat-extended-primary-color-400:#362b6f;--cometchat-extended-primary-color-500:#3e3180;--cometchat-extended-primary-color-600:#473892;--cometchat-extended-primary-color-700:#4f3ea3;--cometchat-extended-primary-color-800:#5745b4;--cometchat-extended-primary-color-900:#7460d9;--cometchat-neutral-color-50:#141414;--cometchat-neutral-color-100:#1a1a1a;--cometchat-neutral-color-200:#272727;--cometchat-neutral-color-300:#383838;--cometchat-neutral-color-400:#4c4c4c;--cometchat-neutral-color-500:#858585;--cometchat-neutral-color-600:#989898;--cometchat-neutral-color-700:#a8a8a8;--cometchat-neutral-color-800:#c8c8c8;--cometchat-neutral-color-900:#fff;--cometchat-info-color:#0d66bf;--cometchat-warning-color:#d08d04;--cometchat-success-color:#0b9f5d;--cometchat-message-seen-color:#56e8a7;--cometchat-error-color:#c73c3e;--cometchat-error-color-100:#3a0c05;--cometchat-static-black:#141414;--cometchat-static-white:#fff;--cometchat-background-color-01:var(--cometchat-neutral-color-50);--cometchat-background-color-02:var(--cometchat-neutral-color-100);--cometchat-background-color-03:var(--cometchat-neutral-color-200);--cometchat-background-color-04:var(--cometchat-neutral-color-300);--cometchat-border-color-light:var(--cometchat-neutral-color-200);--cometchat-border-color-default:var(--cometchat-neutral-color-300);--cometchat-border-color-dark:var(--cometchat-neutral-color-400);--cometchat-border-color-highlight:var(--cometchat-primary-color);--cometchat-text-color-primary:var(--cometchat-neutral-color-900);--cometchat-text-color-secondary:var(--cometchat-neutral-color-600);--cometchat-text-color-tertiary:var(--cometchat-neutral-color-500);--cometchat-text-color-disabled:var(--cometchat-neutral-color-400);--cometchat-text-color-white:var(--cometchat-neutral-color-50);--cometchat-text-color-highlight:var(--cometchat-primary-color);--cometchat-icon-color-primary:var(--cometchat-neutral-color-900);--cometchat-icon-color-secondary:var(--cometchat-neutral-color-500);--cometchat-icon-color-tertiary:var(--cometchat-neutral-color-400);--cometchat-icon-color-white:var(--cometchat-neutral-color-50);--cometchat-icon-color-highlight:var(--cometchat-primary-color);--cometchat-shimmer-background-color:var(--cometchat-background-color-01);--cometchat-shimmer-gradient-color:linear-gradient(90deg, #383838 0%, #272727 100%);--cometchat-text-shimmer-gradient-color:linear-gradient(270deg, #1a1a1a00 0%, #1a1a1ab3 50%, #1a1a1a00 100%);--cometchat-primary-button-background:var(--cometchat-primary-color);--cometchat-primary-button-text:var(--cometchat-static-white);--cometchat-primary-button-icon:var(--cometchat-static-white);--cometchat-secondary-button-background:var(--cometchat-neutral-color-900);--cometchat-secondary-button-text:var(--cometchat-neutral-color-900);--cometchat-secondary-button-icon:var(--cometchat-neutral-color-900);--cometchat-link-button:var(--cometchat-info-color);--cometchat-fab-button-background:var(--cometchat-primary-color);--cometchat-fab-button-icon:var(--cometchat-static-white);--cometchat-white-hover:var(--cometchat-neutral-color-100);--cometchat-white-pressed:var(--cometchat-neutral-color-300)}
:root{--ds-iris-50:#f6ecff;--ds-iris-100:#e9d3ff;--ds-iris-200:#d4a9ff;--ds-iris-300:#be7eff;--ds-iris-400:#ae5cfa;--ds-iris-500:#a540f3;--ds-iris-600:#8e2ad8;--ds-iris-700:#741fad;--ds-iris-800:#57187f;--ds-iris-900:#3a0f52;--ds-dodger-blue-50:#f2f3ff;--ds-dodger-blue-100:#cbd0ff;--ds-dodger-blue-200:#a0a7ff;--ds-dodger-blue-300:#7980ff;--ds-dodger-blue-400:#575eff;--ds-dodger-blue-500:#3b45ed;--ds-dodger-blue-600:#2733d7;--ds-dodger-blue-700:#1927bc;--ds-dodger-blue-800:#0f1e9d;--ds-dodger-blue-900:#09177a;--ds-ocean-0:#fff;--ds-ocean-25:#fdfdfd;--ds-ocean-50:#fafafa;--ds-ocean-100:#f5f5f5;--ds-ocean-200:#e9eaeb;--ds-ocean-300:#d5d7da;--ds-ocean-400:#a4a7ae;--ds-ocean-500:#717680;--ds-ocean-600:#535862;--ds-ocean-700:#414651;--ds-ocean-800:#252b37;--ds-ocean-900:#0a0d12;--ds-ocean-0-alpha-80:#fffc;--ds-ocean-900-alpha-4:#0a0d120a;--ds-ocean-900-alpha-8:#0a0d121a;--ds-ocean-900-alpha-20:#0a0d1233;--ds-ocean-900-alpha-32:#0a0d1252;--ds-ocean-900-alpha-40:#0a0d1266;--ds-pickle-50:#dbfcea;--ds-pickle-100:#a1f9c7;--ds-pickle-200:#69f4a5;--ds-pickle-300:#38ec86;--ds-pickle-400:#11e06c;--ds-pickle-500:#00d15b;--ds-pickle-600:#00bc53;--ds-pickle-700:#00a349;--ds-pickle-800:#00843d;--ds-pickle-900:#00612f;--ds-tomato-50:#ffeded;--ds-tomato-100:#fcb4b6;--ds-tomato-200:#f68183;--ds-tomato-300:#ee5052;--ds-tomato-400:#e01d1d;--ds-tomato-500:#d20004;--ds-tomato-600:#bd0003;--ds-tomato-700:#a30003;--ds-tomato-800:#830002;--ds-tomato-900:#5f0002;--ds-mango-50:#fff4e4;--ds-mango-100:#fcdbad;--ds-mango-200:#f7c177;--ds-mango-300:#efa848;--ds-mango-400:#e49023;--ds-mango-500:#d47a0b;--ds-mango-600:#c26a00;--ds-mango-700:#aa5a00;--ds-mango-800:#8d4900;--ds-mango-900:#6c3600;--ds-radius-none:0px;--ds-radius-xs:8px;--ds-radius-sm:10px;--ds-radius-md:12px;--ds-radius-lg:16px;--ds-radius-xl:24px;--ds-radius-full:999px;--ds-theme-primary-default:var(--ds-iris-500);--ds-theme-primary-on-primary:var(--ds-ocean-0);--ds-theme-primary-surface:var(--ds-iris-50);--ds-theme-primary-on-surface:var(--ds-iris-700);--ds-bg:var(--ds-ocean-0);--ds-bg-medium:var(--ds-ocean-100);--ds-bg-overlay:var(--ds-ocean-900-alpha-40);--ds-surface:var(--ds-ocean-0);--ds-surface-glass:var(--ds-ocean-0-alpha-80);--ds-surface-soft:var(--ds-ocean-50);--ds-surface-medium:var(--ds-ocean-100);--ds-surface-disable:var(--ds-ocean-200);--ds-surface-invert:var(--ds-ocean-900);--ds-state-neutral-hover:var(--ds-ocean-900-alpha-4);--ds-state-neutral-pressed:var(--ds-ocean-900-alpha-8);--ds-state-colored-hover:var(--ds-ocean-900-alpha-20);--ds-state-colored-pressed:var(--ds-ocean-900-alpha-32);--ds-text-high:var(--ds-ocean-900);--ds-text-medium:var(--ds-ocean-500);--ds-text-low:var(--ds-ocean-400);--ds-text-disable:var(--ds-ocean-400);--ds-text-invert:var(--ds-ocean-0);--ds-border-black:var(--ds-ocean-900);--ds-border-high:var(--ds-ocean-300);--ds-border-medium:var(--ds-ocean-200);--ds-border-light:var(--ds-ocean-100);--ds-primary:var(--ds-theme-primary-default);--ds-primary-on-primary:var(--ds-theme-primary-on-primary);--ds-primary-surface:var(--ds-theme-primary-surface);--ds-primary-on-surface:var(--ds-theme-primary-on-surface);--ds-success:var(--ds-pickle-700);--ds-success-on-success:var(--ds-ocean-0);--ds-success-surface:var(--ds-pickle-50);--ds-success-on-surface:var(--ds-pickle-900);--ds-error:var(--ds-tomato-400);--ds-error-on-error:var(--ds-ocean-0);--ds-error-surface:var(--ds-tomato-50);--ds-error-on-surface:var(--ds-tomato-600);--ds-warning:var(--ds-mango-500);--ds-warning-on-warning:var(--ds-ocean-0);--ds-warning-surface:var(--ds-mango-50);--ds-warning-on-surface:var(--ds-mango-700);--ds-info:var(--ds-dodger-blue-500);--ds-info-on-info:var(--ds-ocean-0);--ds-info-surface:var(--ds-dodger-blue-50);--ds-info-on-surface:var(--ds-dodger-blue-700);--ds-shadow-none:none;--ds-shadow-xs:0 1px 2px 0 #0a0d120d;--ds-shadow-sm:0 1px 3px 0 #0a0d121a, 0 1px 2px -1px #0a0d121a;--ds-shadow-md:0 4px 6px -1px #0a0d121a, 0 2px 4px -2px #0a0d120f;--ds-shadow-lg:0 12px 16px -4px #0a0d1214, 0 4px 6px -2px #0a0d1208, 0 2px 2px -1px #0a0d120a;--ds-shadow-xl:0px 20px 25px -5px #0a0d121a, 0px 8px 10px -6px #0a0d121a;--ds-shadow-2xl:0px 25px 50px -12px #0a0d1240;--ds-shadow-card:0px 5px 30px 0px #3939391a;--ds-shadow-dropdown:0px 4px 16px 0px #0a0d121f;--ds-shadow-modal:0 0 25px 0 #13141f12, 0 2px 10px 0 #13141f0d;--ds-shadow-button:0px 1px 2px 0px #0a0d120d;--ds-shadow-bottom-sheet:0 0 1px 0 #13141f0d, 0 -2px 25px 0 #13141f1f;--ds-shadow-float:0 0 1px 0 #00000026, 0 1px 3px 0 #0000001a, 0 5px 12px 0 #00000021;--ds-shadow-surface-md:0 0 100px 0 #0000000a inset}.dark{--ds-bg:var(--ds-ocean-900);--ds-bg-medium:var(--ds-ocean-800);--ds-bg-overlay:var(--ds-ocean-900-alpha-40);--ds-surface:var(--ds-ocean-900);--ds-surface-glass:var(--ds-ocean-0-alpha-80);--ds-surface-soft:var(--ds-ocean-800);--ds-surface-medium:var(--ds-ocean-700);--ds-surface-disable:var(--ds-ocean-600);--ds-surface-invert:var(--ds-ocean-0);--ds-state-neutral-hover:#ffffff0a;--ds-state-neutral-pressed:#ffffff1a;--ds-state-colored-hover:#fff3;--ds-state-colored-pressed:#ffffff52;--ds-text-high:var(--ds-ocean-0);--ds-text-medium:var(--ds-ocean-300);--ds-text-low:var(--ds-ocean-400);--ds-text-disable:var(--ds-ocean-500);--ds-text-invert:var(--ds-ocean-900);--ds-border-black:var(--ds-ocean-0);--ds-border-high:var(--ds-ocean-500);--ds-border-medium:var(--ds-ocean-600);--ds-border-light:var(--ds-ocean-700);--ds-primary:var(--ds-iris-400);--ds-primary-on-primary:var(--ds-theme-primary-on-primary);--ds-primary-surface:var(--ds-iris-900);--ds-primary-on-surface:var(--ds-iris-200);--ds-success:var(--ds-pickle-400);--ds-success-on-success:var(--ds-ocean-900);--ds-success-surface:var(--ds-pickle-900);--ds-success-on-surface:var(--ds-pickle-200);--ds-error:var(--ds-tomato-200);--ds-error-on-error:var(--ds-ocean-900);--ds-error-surface:var(--ds-tomato-900);--ds-error-on-surface:var(--ds-tomato-100);--ds-warning:var(--ds-mango-200);--ds-warning-on-warning:var(--ds-ocean-900);--ds-warning-surface:var(--ds-mango-900);--ds-warning-on-surface:var(--ds-mango-100);--ds-info:var(--ds-dodger-blue-400);--ds-info-on-info:var(--ds-ocean-900);--ds-info-surface:var(--ds-dodger-blue-900);--ds-info-on-surface:var(--ds-dodger-blue-200);--ds-shadow-xs:0px 1px 2px 0px #0003;--ds-shadow-sm:0px 1px 3px 0px #0000004d, 0px 1px 2px -1px #0000004d;--ds-shadow-md:0px 4px 6px -1px #0000004d, 0px 2px 4px -2px #0000004d;--ds-shadow-lg:0px 10px 15px -3px #0000004d, 0px 4px 6px -4px #0000004d;--ds-shadow-xl:0px 20px 25px -5px #0000004d, 0px 8px 10px -6px #0000004d;--ds-shadow-2xl:0px 25px 50px -12px #00000080;--ds-shadow-card:0px 5px 30px 0px #0000004d;--ds-shadow-dropdown:0px 4px 16px 0px #0006;--ds-shadow-modal:0px 20px 40px 0px #00000080;--ds-shadow-button:0px 1px 2px 0px #0003;--ds-shadow-bottom-sheet:0px -2px 25px 0px #00000040, 0px 0px 1px 0px #0000001a;--ds-shadow-float:0px 5px 12px 0px #0000004d, 0px 1px 3px 0px #0003, 0px 0px 1px 0px #0000004d;--ds-shadow-surface-md:inset 0px 0px 100px 0px #00000014}:root{--ds-font-family-primary:"Inter", system-ui, sans-serif;--ds-font-size-3xs:10px;--ds-font-size-2xs:12px;--ds-font-size-xs:14px;--ds-font-size-s:16px;--ds-font-size-m:18px;--ds-font-size-l:20px;--ds-font-size-xl:24px;--ds-font-size-2xl:28px;--ds-font-size-3xl:32px;--ds-font-size-4xl:36px;--ds-line-height-3xs:16px;--ds-line-height-2xs:18px;--ds-line-height-xs:20px;--ds-line-height-s:24px;--ds-line-height-m:26px;--ds-line-height-l:28px;--ds-line-height-xl:34px;--ds-line-height-2xl:40px;--ds-line-height-3xl:46px;--ds-line-height-4xl:50px;--ds-letter-spacing-none:-.2px;--ds-font-weight-regular:400;--ds-font-weight-medium:500;--ds-font-weight-semi-bold:600;--ds-font-weight-bold:700;--ds-font-weight-extra-bold:800;--ds-space-1:2px;--ds-space-2:4px;--ds-space-3:6px;--ds-space-4:8px;--ds-space-5:10px;--ds-space-6:12px;--ds-space-8:16px;--ds-space-10:20px;--ds-space-12:24px;--ds-space-16:32px;--ds-space-18:36px;--ds-space-20:40px;--ds-space-24:48px;--ds-space-26:52px;--ds-space-28:56px;--ds-space-32:64px;--ds-space-36:72px;--ds-space-40:80px;--ds-space-44:88px;--ds-space-48:96px;--ds-space-none:0px;--ds-outline-none:0px;--ds-outline-thin:1px;--ds-outline-regular:2px;--ds-radius-button-default:999px;--ds-radius-button-icon:999px;--ds-radius-input-default:10px;--ds-radius-input-rounded:999px;--ds-radius-card-sm:12px;--ds-radius-card-md:16px;--ds-radius-card-lg:24px;--ds-radius-label:999px;--ds-radius-chip:999px;--ds-radius-avatar:999px;--ds-radius-image-elements:8px}
:root{--ds-screen-width:402px;--ds-container:402px;--ds-container-padding:0px;--ds-primary-padding:16px;--ds-inner-padding:12px;--ds-radius-sheet-modal:16px}@media (min-width:680px){:root{--ds-screen-width:760px;--ds-container:760px;--ds-container-padding:4px}}@media (min-width:1024px){:root{--ds-screen-width:1024px;--ds-container:1024px;--ds-container-padding:20px;--ds-radius-sheet-modal:24px}}@media (min-width:1280px){:root{--ds-screen-width:1280px;--ds-container:1280px;--ds-primary-padding:24px}}@media (min-width:1440px){:root{--ds-screen-width:1440px;--ds-container:1440px;--ds-container-padding:24px}.ds-screen-full{--ds-screen-width:100%;--ds-container:100%}}
