@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@500;600;700;800&display=swap";body.native{--n-font-sans:"Inter","Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--n-font-display:"Manrope","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--n-space-2:8px;--n-space-3:12px;--n-space-4:16px;--n-space-5:20px;--n-space-6:24px;--n-space-7:28px;--n-space-8:32px;--n-radius-sm:12px;--n-radius-md:16px;--n-radius-lg:22px;--n-radius-pill:9999px;--n-tap:44px;--n-bg:var(--bg-2,#f8faf8);--n-bg-soft:var(--soft,#f3f7f4);--n-surface:var(--surface,#fff);--n-surface-2:var(--surface,#fff);--n-border:var(--line,#e2e8f0);--n-border-strong:color-mix(in srgb,var(--n-border)82%,var(--n-text)18%);--n-text:var(--ink,#0f172a);--n-text-muted:var(--muted,#52637a);--n-brand-500:var(--brand,#4f7a63);--n-brand-600:color-mix(in srgb,var(--n-brand-500)86%,#000);--n-brand-100:color-mix(in srgb,var(--n-brand-500)12%,#fff);--n-danger-500:#c62828;--n-shadow-sm:0 4px 14px #0f172a0f;--n-shadow-md:var(--n-shadow-sm);--n-shadow-lg:var(--n-shadow-sm);--n-ring:0 0 0 3px color-mix(in srgb,var(--n-brand-500)30%,#0000);--n-ease:cubic-bezier(.22,1,.36,1)}body.native,body.native #root{background:var(--n-bg);min-height:100dvh}.native-enterprise{color:var(--n-text);font-family:var(--n-font-sans)}.native-enterprise-page{min-height:100dvh;padding:var(--n-space-4)var(--n-space-4)calc(var(--n-space-8) + env(safe-area-inset-bottom,0px))}.native-shell{background:var(--n-surface);border:1px solid var(--n-border);border-radius:var(--n-radius-lg);box-shadow:var(--n-shadow-sm);max-width:760px;margin:0 auto;overflow:clip}.native-shell__content{gap:var(--n-space-5);padding:var(--n-space-5);display:grid}.native-topbar{background:var(--n-surface);border-bottom:1px solid var(--n-border);align-items:center;gap:var(--n-space-2);padding:calc(env(safe-area-inset-top,0px) + var(--n-space-3))var(--n-space-4)var(--n-space-3);z-index:30;grid-template-columns:1fr auto 1fr;display:grid;position:sticky;top:0}.native-topbar__left,.native-topbar__right{align-items:center;gap:var(--n-space-2);display:flex}.native-topbar__right{justify-content:flex-end}.native-brandmark img{width:154px;max-width:100%;height:auto;display:block}.native-brandmark__fallback{font-family:var(--n-font-display);letter-spacing:.2px;font-size:20px;font-weight:800}.native-icon-btn{background:var(--n-surface);border:1px solid var(--n-border);color:var(--n-text);cursor:pointer;min-height:var(--n-tap);min-width:var(--n-tap);transition:transform .14s var(--n-ease),box-shadow .14s var(--n-ease),background .14s var(--n-ease);border-radius:12px;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.native-icon-btn:active{transform:translateY(1px)}.native-icon-btn:focus-visible{box-shadow:var(--n-ring);outline:none}.native-lang{background:var(--n-surface);border:1px solid var(--n-border);border-radius:var(--n-radius-pill);gap:4px;padding:4px;display:inline-flex}.native-lang button{border-radius:var(--n-radius-pill);color:var(--n-text-muted);cursor:pointer;background:0 0;border:0;min-height:34px;padding:0 12px;font-size:12px;font-weight:700}.native-lang button[aria-selected=true]{background:var(--n-brand-100);color:var(--n-brand-600)}.native-title-block{gap:6px;display:grid}.native-title-block h1{color:var(--n-text);font-family:var(--n-font-display);letter-spacing:-.03em;margin:0;font-size:max(26px,min(5.2vw,34px));line-height:1.1}.native-title-block p{color:var(--n-text-muted);margin:0;font-size:14px;font-weight:500}.native-section-header{align-items:center;gap:var(--n-space-2);justify-content:space-between;display:flex}.native-section-header__title{color:var(--n-text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:12px;font-weight:800}.native-card{background:var(--n-surface);border:1px solid var(--n-border);border-radius:var(--n-radius-md);box-shadow:var(--n-shadow-sm);padding:var(--n-space-4)}.native-card--interactive{cursor:pointer;transition:transform .16s var(--n-ease),box-shadow .16s var(--n-ease),border-color .16s var(--n-ease)}.native-card--interactive:active{transform:translateY(1px)}.native-card--interactive:focus-visible{box-shadow:var(--n-ring);outline:none}.native-card--hero{background:var(--n-surface);border-color:color-mix(in srgb,var(--n-brand-500)22%,var(--n-border));box-shadow:var(--n-shadow-sm);gap:var(--n-space-3);display:grid}.native-card__eyebrow{color:var(--n-text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}.native-card__title{letter-spacing:-.01em;margin:0;font-size:18px;font-weight:800}.native-card__subtitle{color:var(--n-text-muted);margin:0;font-size:14px;line-height:1.4}.native-card__meta{color:var(--n-brand-600);margin-top:2px;font-size:12px;font-weight:600}.native-card-grid{gap:var(--n-space-3);display:grid}.native-card-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.native-action-tile{text-align:left;gap:10px;display:grid}.native-action-tile__icon{background:color-mix(in srgb,var(--n-brand-500)10%,#fff);color:var(--n-brand-600);border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.native-action-tile__label{color:var(--n-text);margin:0;font-size:14px;font-weight:700;line-height:1.25}.native-kpi{background:var(--n-bg-soft);border:1px solid var(--n-border);border-radius:var(--n-radius-sm);align-items:center;gap:8px;padding:10px 12px;display:inline-flex}.native-kpi__label{color:var(--n-text-muted);margin:0;font-size:12px;font-weight:700}.native-kpi__value{color:var(--n-text);margin:0;font-size:12px;font-weight:600}.native-button{cursor:pointer;min-height:var(--n-tap);transition:transform .15s var(--n-ease),box-shadow .15s var(--n-ease),background .15s var(--n-ease),border-color .15s var(--n-ease);border:1px solid #0000;border-radius:14px;padding:0 14px;font-size:15px;font-weight:700}.native-button:active{transform:translateY(1px)}.native-button:disabled{cursor:not-allowed;opacity:.66}.native-button:focus-visible{box-shadow:var(--n-ring);outline:none}.native-button--primary{background:var(--n-brand-500);box-shadow:none;color:#fff}.native-button--secondary{background:var(--n-surface);border-color:var(--n-border);color:var(--n-text)}.native-button--link{color:var(--n-brand-600);background:0 0;border:none;min-height:0;padding:4px 0;font-size:13px;font-weight:700;text-decoration:none}.native-input-group{gap:8px;display:grid}.native-input-group label{color:var(--n-text-muted);font-size:13px;font-weight:700}.native-input-row{grid-template-columns:1fr auto;align-items:center;gap:8px;display:grid}.native-input{border:1px solid var(--n-border);color:var(--n-text);min-height:var(--n-tap);background:#fff;border-radius:12px;width:100%;padding:0 12px;font-size:16px}.native-input:focus{border-color:var(--n-brand-500);box-shadow:var(--n-ring);outline:none}.native-login-page{grid-template-rows:auto 1fr;min-height:100dvh;display:grid}.native-login-main{padding:var(--n-space-6)var(--n-space-4)calc(var(--n-space-8) + env(safe-area-inset-bottom,0px));place-items:center;display:grid}.native-login-card{background:var(--n-surface);border:1px solid var(--n-border);border-radius:var(--n-radius-lg);box-shadow:var(--n-shadow-sm);gap:var(--n-space-4);width:100%;max-width:560px;padding:max(16px,min(3vw,26px));display:grid}.native-form-message{border-radius:12px;margin:0;padding:10px 12px;font-size:13px;font-weight:700}.native-form-message--error{color:#8f1e1e;background:#fff1f1;border:1px solid #f4c7c7}.native-form-message--ok{color:#0f6f5f;background:#edfdf9;border:1px solid #bcece0}.native-login-links{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.native-login-links a{color:var(--n-brand-600);font-size:13px;font-weight:700;text-decoration:none}.native-login-links a:hover{text-decoration:underline}.native-emergency{background:var(--n-bg-soft);border:1px solid var(--n-border);color:var(--n-text-muted);border-radius:12px;padding:10px 12px;font-size:12px;line-height:1.5}.native-emergency strong{color:var(--n-text)}.native-emergency .danger{color:var(--n-danger-500);font-weight:800}.native-bottom-nav{background:var(--n-surface);border-top:1px solid var(--n-border);padding:8px 10px calc(max(env(safe-area-inset-bottom,0px),8px));z-index:35;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #0f172a0d}.native-bottom-nav__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;max-width:760px;margin:0 auto;display:grid}.native-bottom-nav__item{color:#566579;cursor:pointer;min-height:56px;transition:transform .14s var(--n-ease),border-color .14s var(--n-ease),background .14s var(--n-ease),color .14s var(--n-ease);background:0 0;border:1px solid #0000;border-radius:14px;place-items:center;gap:2px;padding:6px;display:grid;position:relative}.native-bottom-nav__item>span{font-size:11px;font-weight:700}.native-bottom-nav__item svg{width:20px;height:20px}.native-bottom-nav__item.is-active{background:color-mix(in srgb,var(--n-brand-100)72%,#fff);border-color:color-mix(in srgb,var(--n-brand-500)30%,var(--n-border));color:var(--n-brand-600)}.native-bottom-nav__item:active{transform:translateY(1px)}.native-bottom-nav__item:focus-visible{box-shadow:var(--n-ring);outline:none}.native-chat{grid-template-rows:auto 1fr auto;min-height:100dvh;display:grid}.native-chat__list{align-content:start;gap:10px;padding:12px;display:grid;overflow:auto}.native-chat__composer{background:var(--n-surface);border-top:1px solid var(--n-border);padding:10px}.native-chat__field{grid-template-columns:1fr auto;align-items:end;gap:8px;display:grid}.native-chat__field textarea{resize:none;min-height:42px;max-height:36dvh}.native-msg{border:1px solid var(--n-border);border-radius:14px;max-width:78%;padding:10px 12px;font-size:15px;line-height:1.35}.native-msg--user{background:#fff;justify-self:end}.native-msg--bot{background:color-mix(in srgb,var(--n-brand-100)35%,var(--n-surface));border-color:color-mix(in srgb,var(--n-brand-500)20%,var(--n-border));justify-self:start}.native-msg__meta{color:var(--n-text-muted);margin-top:6px;font-size:12px;font-weight:600}.native-meta-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.native-meta-links a,.native-meta-links button{color:var(--n-text-muted);font-size:12px}.native-dossier-grid{gap:var(--n-space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.native-dossier-tile{text-align:left;gap:6px;display:grid}.native-dossier-tile__label{color:var(--n-text-muted);margin:0;font-size:13px;line-height:1.35}.native-dossier-tile__value{color:var(--n-text);letter-spacing:-.02em;margin:0;font-size:30px;font-weight:800;line-height:1}.native-dossier-tile__meta{color:var(--n-text-muted);align-items:center;gap:4px;font-size:12px;font-weight:600;display:inline-flex}.native-stack{gap:var(--n-space-3);display:grid}.native-list{background:var(--n-surface);border:1px solid var(--n-border);border-radius:var(--n-radius-md);overflow:hidden}.native-list-row{gap:4px;padding:12px;display:grid}.native-list-row+.native-list-row{border-top:1px solid var(--n-border)}.native-list-row__title{color:var(--n-text);margin:0;font-size:14px;font-weight:700;line-height:1.35}.native-list-row__subtitle{color:var(--n-text-muted);margin:0;font-size:13px;line-height:1.35}.native-list-row__meta{color:var(--n-text-muted);margin:0;font-size:12px;font-weight:600}.native-empty{background:var(--n-surface);border:1px solid var(--n-border);border-radius:var(--n-radius-md);color:var(--n-text-muted);padding:12px;font-size:13px}.native-form-section{gap:var(--n-space-4);display:grid}.native-form-label{color:var(--n-text-muted);letter-spacing:.2px;font-size:13px;font-weight:700;display:block}.native-med-card{background:var(--n-surface);border:1px solid var(--n-border);border-radius:var(--n-radius-md);box-shadow:var(--n-shadow-sm);padding:var(--n-space-4);transition:border-color .2s var(--n-ease),box-shadow .2s var(--n-ease);gap:10px;display:grid}.native-med-card:focus-within{border-color:var(--n-brand-500);box-shadow:var(--n-ring)}.native-med-row{grid-template-columns:1fr auto;align-items:center;gap:8px;display:grid}.native-textarea{border:1px solid var(--n-border);color:var(--n-text);font-family:var(--n-font-sans);min-height:var(--n-tap);resize:vertical;background:#fff;border-radius:12px;width:100%;padding:12px;font-size:15px;line-height:1.5}.native-textarea:focus{border-color:var(--n-brand-500);box-shadow:var(--n-ring);outline:none}.native-button--ghost{background:var(--n-surface);border:1px solid var(--n-border);color:var(--n-text-muted);cursor:pointer;min-height:var(--n-tap);min-width:var(--n-tap);transition:background .14s var(--n-ease),border-color .14s var(--n-ease),color .14s var(--n-ease);border-radius:12px;justify-content:center;align-items:center;font-size:16px;display:inline-flex}.native-button--ghost:active{transform:translateY(1px)}.native-button--ghost:hover{color:#dc2626;background:#fef2f2;border-color:#fca5a5}.native-button--ghost:focus-visible{color:#dc2626;background:#fef2f2;border-color:#fca5a5}.native-button--add{background:var(--n-bg-soft);border:1px dashed var(--n-border);color:var(--n-brand-600);cursor:pointer;font-family:var(--n-font-sans);transition:background .16s var(--n-ease),border-color .16s var(--n-ease),transform .16s var(--n-ease);border-radius:12px;width:100%;padding:14px;font-size:14px;font-weight:700}.native-button--add:hover{background:var(--n-brand-100);border-color:var(--n-brand-500)}.native-button--add:active{transform:translateY(1px)}.native-form-message--success{color:#065f46;background:#d1fae5;border:1px solid #10b9814d}.native-alert{animation:fadeSlideIn .3s var(--n-ease);text-align:center;border-radius:12px;padding:14px 16px;font-size:13px;font-weight:600}.native-alert--success{color:#065f46;background:#d1fae5;border:1px solid #10b9814d}.native-alert--error{color:#991b1b;background:#fee2e2;border:1px solid #ef44444d}.native-alert--info{background:var(--n-brand-100);border:1px solid color-mix(in srgb,var(--n-brand-500)20%,#0000);color:var(--n-brand-600)}.native-step-indicator{background:var(--n-bg-soft);border:1px solid var(--n-border);border-radius:var(--n-radius-sm);color:var(--n-text-muted);align-items:center;gap:8px;padding:10px 14px;font-size:12px;font-weight:600;display:flex}.native-step-indicator svg{color:var(--n-brand-500);width:16px;height:16px}.native-security-badge{border-radius:var(--n-radius-pill);color:#065f46;background:#d1fae5;border:1px solid #10b98133;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:700;display:inline-flex}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@media (max-width:720px){.native-enterprise-page{padding-left:var(--n-space-3);padding-right:var(--n-space-3)}.native-shell__content{padding:var(--n-space-4)}.native-card-grid--2,.native-dossier-grid{grid-template-columns:1fr}}.cometchat-conversation-starter{align-content:center;align-self:stretch;align-items:center;gap:8px var(--cometchat-padding-2,8px);padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-4,16px);flex-wrap:wrap;justify-content:center;width:100%;display:flex}.cometchat-conversation-starter__item{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-max,1000px);cursor:pointer;align-content:center;align-items:center;gap:4px var(--cometchat-padding-1,4px);height:-moz-fit-content;height:fit-content;min-height:33px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-5,20px);flex-wrap:wrap;display:flex}.cometchat-conversation-starter__item:hover{background:var(--cometchat-white-hover,#fafafa);cursor:pointer}.cometchat-conversation-starter__item-button{background-color:initial;color:var(--cometchat-text-color-primary);cursor:pointer;border:none}.cometchat-conversation-starter__shimmer-container{align-items:flex-start;gap:var(--cometchat-padding-2,8px);justify-content:center;width:70%;display:flex}.cometchat-conversation-starter__shimmer-item{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:var(--cometchat-radius-max,1000px);align-content:center;align-self:stretch;align-items:center;gap:4px var(--cometchat-padding-1,4px);height:33px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-5,20px);background-size:800px 104px;flex-wrap:wrap;width:70%;animation:1.5s linear infinite shimmerAnimation;display:flex}.cometchat-conversation-starter__error-view{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);text-align:center;font-style:normal}.cometchat-smart-replies__wrapper{height:100%;padding:var(--cometchat-padding-1,4px)var(--cometchat-padding-2,8px);width:100%}.cometchat-smart-replies{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-4,16px);align-items:flex-start;gap:var(--cometchat-padding-2,8px);height:100%;padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px);flex-direction:column;width:100%;display:flex;box-shadow:0 12px 16px -4px #10182805,0 4px 6px -2px #10182808}.cometchat-smart-replies__header{justify-content:space-between;align-self:stretch;align-items:center;display:flex}.cometchat-smart-replies__header-title{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-body-medium);text-overflow:ellipsis;font-style:normal;overflow:hidden}.cometchat-smart-replies__header-close-button{background-color:var(--cometchat-icon-color-primary,#141414);cursor:pointer;width:20px;height:20px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='m12 13.054-5.073 5.073a.73.73 0 0 1-.523.213.7.7 0 0 1-.531-.213.72.72 0 0 1-.218-.527q0-.31.218-.527L10.946 12 5.873 6.927a.73.73 0 0 1-.213-.522.7.7 0 0 1 .213-.532.72.72 0 0 1 .527-.217q.31 0 .527.217L12 10.946l5.073-5.073a.73.73 0 0 1 .522-.212.7.7 0 0 1 .532.212q.216.217.217.527a.72.72 0 0 1-.218.527L13.054 12l5.073 5.073q.209.209.213.522a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.217z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='m12 13.054-5.073 5.073a.73.73 0 0 1-.523.213.7.7 0 0 1-.531-.213.72.72 0 0 1-.218-.527q0-.31.218-.527L10.946 12 5.873 6.927a.73.73 0 0 1-.213-.522.7.7 0 0 1 .213-.532.72.72 0 0 1 .527-.217q.31 0 .527.217L12 10.946l5.073-5.073a.73.73 0 0 1 .522-.212.7.7 0 0 1 .532.212q.216.217.217.527a.72.72 0 0 1-.218.527L13.054 12l5.073 5.073q.209.209.213.522a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.217z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.cometchat-smart-replies__body{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-body-regular);text-align:left;flex:1 0 0;width:100%;font-style:normal}.cometchat-smart-replies__shimmer-container{align-items:center;gap:var(--cometchat-padding-2,8px);flex-flow:wrap;justify-content:flex-start;width:100%;display:flex}.cometchat-smart-replies__shimmer-item{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:var(--cometchat-radius-max,1000px);background-size:800px 104px;flex-wrap:wrap;width:20%;height:33px;animation:1.5s linear infinite shimmerAnimation;display:flex}.cometchat-smart-replies__items-container{gap:var(--cometchat-padding-2,8px);flex-direction:column;justify-content:flex-start;display:flex}.cometchat-smart-replies__item{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-max,1000px);cursor:pointer;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-3,12px);align-items:center;width:100%;display:flex}.cometchat-smart-replies__item:hover{background:var(--cometchat-white-hover,#fafafa);cursor:pointer}.cometchat-smart-replies__item-button{background-color:initial;color:var(--cometchat-text-color-primary);cursor:pointer;text-align:left;border:none;width:100%}.cometchat-conversation-summary__wrapper{height:100%;padding:var(--cometchat-padding-1,4px)var(--cometchat-padding-2,8px);width:100%}.cometchat-conversation-summary{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-2,8px);align-items:flex-start;gap:var(--cometchat-padding-2,8px);height:100%;padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px);flex-direction:column;width:100%;display:flex;box-shadow:0 12px 16px -4px #10182805,0 4px 6px -2px #10182808}.cometchat-conversation-summary__header{justify-content:space-between;align-self:stretch;align-items:center;display:flex}.cometchat-conversation-summary__header-title{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-body-medium);text-overflow:ellipsis;font-style:normal;overflow:hidden}.cometchat-conversation-summary__header-close-button{background-color:var(--cometchat-icon-color-primary,#141414);cursor:pointer;width:20px;height:20px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='m12 13.054-5.073 5.073a.73.73 0 0 1-.523.213.7.7 0 0 1-.531-.213.72.72 0 0 1-.218-.527q0-.31.218-.527L10.946 12 5.873 6.927a.73.73 0 0 1-.213-.522.7.7 0 0 1 .213-.532.72.72 0 0 1 .527-.217q.31 0 .527.217L12 10.946l5.073-5.073a.73.73 0 0 1 .522-.212.7.7 0 0 1 .532.212q.216.217.217.527a.72.72 0 0 1-.218.527L13.054 12l5.073 5.073q.209.209.213.522a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.217z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='m12 13.054-5.073 5.073a.73.73 0 0 1-.523.213.7.7 0 0 1-.531-.213.72.72 0 0 1-.218-.527q0-.31.218-.527L10.946 12 5.873 6.927a.73.73 0 0 1-.213-.522.7.7 0 0 1 .213-.532.72.72 0 0 1 .527-.217q.31 0 .527.217L12 10.946l5.073-5.073a.73.73 0 0 1 .522-.212.7.7 0 0 1 .532.212q.216.217.217.527a.72.72 0 0 1-.218.527L13.054 12l5.073 5.073q.209.209.213.522a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.217z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.cometchat-conversation-summary__body{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-body-regular);text-align:left;flex:1 0 0;width:100%;font-style:normal}.cometchat-conversation-summary__shimmer{align-items:flex-start;gap:var(--cometchat-padding-2,8px);flex-direction:column;justify-content:center;width:100%;display:flex}.cometchat-conversation-summary__shimmer-item{border-radius:var(--cometchat-radius-max,1000px);align-content:center;align-self:stretch;align-items:center;gap:4px var(--cometchat-padding-1,4px);height:14px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-5,20px);flex-wrap:wrap;width:100%;display:flex}.cometchat-conversation-summary__shimmer .cometchat-conversation-summary__shimmer-item:last-child{width:70%}.cometchat-conversation-summary__shimmer-item{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));background-size:800px 104px;animation:1.5s linear infinite shimmerAnimation}.cometchat-conversation-summary__empty-view,.cometchat-conversation-summary__error-view{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);text-align:center;font-style:normal}.cometchat-action-sheet{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-4,16px);flex-direction:column;justify-content:flex-start;align-items:flex-start;width:max-content;height:310px;padding:0;display:flex;position:absolute;overflow:hidden auto;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-action-sheet__item-icon{background:var(--cometchat-icon-color-highlight,#6852d6);justify-content:center;align-items:center;width:24px;height:24px;display:flex;-webkit-mask-size:contain;mask-size:contain}.cometchat-action-sheet__item-body{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading4-regular,400 16px Roboto);-webkit-line-clamp:1;text-align:left;text-overflow:ellipsis;-webkit-box-orient:vertical;line-height:120%;display:-webkit-box;overflow:hidden}.cometchat-action-sheet__item{cursor:pointer;align-items:center;gap:var(--cometchat-padding-2,8px);padding:var(--cometchat-padding-4,16px);width:100%;display:flex}.cometchat-action-sheet__item:hover{background:var(--cometchat-white-hover)}.cometchat-popover .cometchat-action-sheet{height:inherit}.cometchat-audio-bubble{border-radius:var(--cometchat-radius-3,12px);max-width:240px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-2,8px)0 var(--cometchat-padding-2,8px);background:0 0;border:none;flex-direction:row;align-self:stretch;align-items:flex-start;width:240px;display:flex}.cometchat-audio-bubble__tail-view-download{background:var(--cometchat-static-white);cursor:pointer;justify-content:center;align-items:center;width:24px;height:24px;display:flex;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='M12 15.412a.83.83 0 0 1-.633-.256l-3.11-3.11a.7.7 0 0 1-.22-.522.77.77 0 0 1 .22-.532.77.77 0 0 1 .535-.24q.303-.008.535.225L11.25 12.9V5.25q0-.32.216-.535A.73.73 0 0 1 12 4.5q.32 0 .534.215a.73.73 0 0 1 .216.535v7.65l1.923-1.923a.71.71 0 0 1 .53-.22q.306.003.54.235.217.233.224.527a.7.7 0 0 1-.225.527l-3.11 3.11a.83.83 0 0 1-.632.255M6.308 19.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283v-1.961q0-.32.215-.535a.73.73 0 0 1 .535-.215q.32 0 .535.215a.73.73 0 0 1 .215.535v1.961q0 .116.096.212a.3.3 0 0 0 .212.096h11.384a.3.3 0 0 0 .212-.096.3.3 0 0 0 .096-.212v-1.961q0-.32.215-.535a.73.73 0 0 1 .535-.215q.32 0 .535.215a.73.73 0 0 1 .215.535v1.961q0 .758-.525 1.283t-1.283.525z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='M12 15.412a.83.83 0 0 1-.633-.256l-3.11-3.11a.7.7 0 0 1-.22-.522.77.77 0 0 1 .22-.532.77.77 0 0 1 .535-.24q.303-.008.535.225L11.25 12.9V5.25q0-.32.216-.535A.73.73 0 0 1 12 4.5q.32 0 .534.215a.73.73 0 0 1 .216.535v7.65l1.923-1.923a.71.71 0 0 1 .53-.22q.306.003.54.235.217.233.224.527a.7.7 0 0 1-.225.527l-3.11 3.11a.83.83 0 0 1-.632.255M6.308 19.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283v-1.961q0-.32.215-.535a.73.73 0 0 1 .535-.215q.32 0 .535.215a.73.73 0 0 1 .215.535v1.961q0 .116.096.212a.3.3 0 0 0 .212.096h11.384a.3.3 0 0 0 .212-.096.3.3 0 0 0 .096-.212v-1.961q0-.32.215-.535a.73.73 0 0 1 .535-.215q.32 0 .535.215a.73.73 0 0 1 .215.535v1.961q0 .758-.525 1.283t-1.283.525z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-audio-bubble__body-wave{z-index:1;justify-content:center;align-items:center;height:24px;display:flex}.cometchat-audio-bubble__tail-view-download-progress{width:24px;height:24px;position:relative}.cometchat-audio-bubble__tail-view-download-progress svg{width:24px;height:24px;transform:rotate(-90deg)}.cometchat-audio-bubble__tail-view-download-stop{background:var(--cometchat-static-white);cursor:pointer;justify-content:center;align-items:center;width:15px;height:15px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='m12 13.054-5.073 5.073a.73.73 0 0 1-.523.213.7.7 0 0 1-.531-.213.72.72 0 0 1-.218-.527q0-.31.218-.527L10.946 12 5.873 6.927a.73.73 0 0 1-.213-.522.7.7 0 0 1 .213-.532.72.72 0 0 1 .527-.217q.31 0 .527.217L12 10.946l5.073-5.073a.73.73 0 0 1 .522-.212.7.7 0 0 1 .532.212q.216.217.217.527a.72.72 0 0 1-.218.527L13.054 12l5.073 5.073q.209.209.213.522a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.217z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='m12 13.054-5.073 5.073a.73.73 0 0 1-.523.213.7.7 0 0 1-.531-.213.72.72 0 0 1-.218-.527q0-.31.218-.527L10.946 12 5.873 6.927a.73.73 0 0 1-.213-.522.7.7 0 0 1 .213-.532.72.72 0 0 1 .527-.217q.31 0 .527.217L12 10.946l5.073-5.073a.73.73 0 0 1 .522-.212.7.7 0 0 1 .532.212q.216.217.217.527a.72.72 0 0 1-.218.527L13.054 12l5.073 5.073q.209.209.213.522a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.217z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-audio-bubble>div:not([class]){align-items:center;gap:var(--cometchat-padding-2,8px);flex:1 0 0;justify-content:flex-start;display:flex}.cometchat-audio-bubble__body-time{color:var(--cometchat-static-white);font:var(--cometchat-font-caption2-regular);text-align:left;width:100%}.cometchat-audio-bubble__body{align-items:center;gap:var(--cometchat-padding);padding:0 var(--cometchat-padding-2)0 var(--cometchat-padding-3);flex-direction:column;justify-content:flex-start;display:flex}.cometchat-audio-bubble__leading-view-pause,.cometchat-audio-bubble__leading-view-play{background:var(--cometchat-primary-color);cursor:pointer;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.cometchat-audio-bubble__leading-view-play{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='M8.5 16.444V7.556q0-.396.272-.65a.9.9 0 0 1 .871-.221 1 1 0 0 1 .238.098l6.996 4.453a.9.9 0 0 1 .309.337q.102.195.102.427a.9.9 0 0 1-.102.427.93.93 0 0 1-.31.337l-6.995 4.453a.95.95 0 0 1-.476.131.9.9 0 0 1-.634-.254.85.85 0 0 1-.271-.65'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='M8.5 16.444V7.556q0-.396.272-.65a.9.9 0 0 1 .871-.221 1 1 0 0 1 .238.098l6.996 4.453a.9.9 0 0 1 .309.337q.102.195.102.427a.9.9 0 0 1-.102.427.93.93 0 0 1-.31.337l-6.995 4.453a.95.95 0 0 1-.476.131.9.9 0 0 1-.634-.254.85.85 0 0 1-.271-.65'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-audio-bubble__leading-view-pause{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='M15.5 18.5q-.613 0-1.057-.443A1.44 1.44 0 0 1 14 17V7q0-.613.443-1.057A1.44 1.44 0 0 1 15.5 5.5h.75q.613 0 1.057.443.443.444.443 1.057v10q0 .613-.443 1.057a1.44 1.44 0 0 1-1.057.443zm-7.75 0q-.613 0-1.057-.443A1.44 1.44 0 0 1 6.25 17V7q0-.613.443-1.057A1.44 1.44 0 0 1 7.75 5.5h.75q.613 0 1.057.443Q10 6.387 10 7v10q0 .613-.443 1.057A1.44 1.44 0 0 1 8.5 18.5z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='M15.5 18.5q-.613 0-1.057-.443A1.44 1.44 0 0 1 14 17V7q0-.613.443-1.057A1.44 1.44 0 0 1 15.5 5.5h.75q.613 0 1.057.443.443.444.443 1.057v10q0 .613-.443 1.057a1.44 1.44 0 0 1-1.057.443zm-7.75 0q-.613 0-1.057-.443A1.44 1.44 0 0 1 6.25 17V7q0-.613.443-1.057A1.44 1.44 0 0 1 7.75 5.5h.75q.613 0 1.057.443Q10 6.387 10 7v10q0 .613-.443 1.057A1.44 1.44 0 0 1 8.5 18.5z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-audio-bubble__leading-view{background:var(--cometchat-static-white);border-radius:var(--cometchat-radius-max,1000px);cursor:pointer;justify-content:center;align-items:center;width:32px;height:32px;display:flex}circle.cometchat-audio-bubble__tail-view-download-progress-background{fill:none;opacity:.2;stroke:var(--cometchat-static-white);stroke-dasharray:113 113;stroke-width:2px}circle.cometchat-audio-bubble__tail-view-download-progress-foreground{fill:none;stroke:var(--cometchat-static-white);stroke-dasharray:0 113;stroke-linecap:round;stroke-width:2px}.cometchat-audio-bubble-outgoing{background:var(--cometchat-primary-color)}.cometchat-audio-bubble-incoming{background:var(--cometchat-neutral-color-300)}.cometchat-audio-bubble-incoming .cometchat-audio-bubble__tail-view-download{background:var(--cometchat-primary-color)}.cometchat-audio-bubble-incoming circle.cometchat-audio-bubble__tail-view-download-progress-background{opacity:.2;stroke:var(--cometchat-primary-color)}.cometchat-audio-bubble-incoming circle.cometchat-audio-bubble__tail-view-download-progress-foreground{stroke:var(--cometchat-primary-color)}.cometchat-audio-bubble-incoming .cometchat-audio-bubble__tail-view-download-stop{background:var(--cometchat-primary-color)}.cometchat-audio-bubble-incoming .cometchat-audio-bubble__body-time{color:var(--cometchat-neutral-color-600)}.cometchat-avatar{background:var(--cometchat-extended-primary-color-500,#aa9ee8);border-radius:var(--cometchat-radius-max,1000px);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.cometchat-avatar__image{border-radius:var(--cometchat-radius-max,1000px);font:var(--cometchat-font-title-bold,700 32px Roboto);width:100%;height:100%}.cometchat-avatar__image,.cometchat-avatar__text{color:var(--cometchat-primary-button-icon,#fff);text-align:center;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cometchat-avatar__text{font:var(--cometchat-font-heading3-bold,700 20px Roboto);width:24px;height:24px}.cometchat-button{background:var(--cometchat-primary-button-background,#6852d6);border-radius:var(--cometchat-radius-2,8px);cursor:pointer;height:40px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-5,20px);border:none;justify-content:center;align-self:stretch;align-items:center;width:160px;display:flex}.cometchat-button__text{color:var(--cometchat-static-white,#fff);cursor:pointer;font:var(--cometchat-font-button-medium,500 14px Roboto);line-height:120%}.cometchat-button__icon{cursor:pointer;justify-content:center;align-items:center;display:flex}.cometchat-button__icon-default{width:24px;height:24px}.cometchat-button:hover{background:var(--cometchat-extended-primary-color-800,#7a6bd6)}.cometchat-button:active{background:var(--cometchat-extended-primary-color-900,#5d49be);outline:none}.cometchat-button:focus{outline:none}.cometchat-button__loading-view{width:24px;height:24px;animation:.8s linear infinite spin}.cometchat-call-bubble{background:var(--cometchat-primary-color);background:inherit;border-radius:var(--cometchat-radius-3,12px);box-sizing:border-box;flex-direction:column;align-items:center;gap:0;width:240px;max-width:240px;margin:0;padding:0;display:flex}.cometchat-call-bubble__body{align-self:stretch;align-items:center;gap:var(--cometchat-padding-2,8px);padding:var(--cometchat-padding-3,12px);display:flex}.cometchat-call-bubble__body-title{font:var(--cometchat-font-body-medium);-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;align-self:stretch;font-style:normal;display:-webkit-box;overflow:hidden}.cometchat-call-bubble__icon-wrapper-icon{background:var(--cometchat-primary-color);justify-content:center;align-items:center;width:20px;height:20px;display:flex;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' fill-rule='evenodd' d='M3.265 18.975q.525.525 1.283.525h11.385q.757 0 1.282-.525t.525-1.283v-4.577l2.746 2.746q.221.222.497.111.276-.11.276-.422v-7.1q0-.311-.276-.422t-.497.11l-2.746 2.747V6.308q0-.758-.525-1.283a1.75 1.75 0 0 0-1.283-.525H4.548q-.758 0-1.283.525T2.74 6.308v11.384q0 .758.525 1.283m7.485-5.005H8.554l4.704-4.703a.72.72 0 0 0 .217-.527.72.72 0 0 0-.217-.527.7.7 0 0 0-.532-.213.73.73 0 0 0-.522.213L7.5 12.917V10.72a.73.73 0 0 0-.215-.534.73.73 0 0 0-.535-.216.73.73 0 0 0-.534.216.73.73 0 0 0-.216.534v3.847q0 .384.26.643.26.26.644.26h3.846q.319 0 .534-.215a.73.73 0 0 0 .216-.534.73.73 0 0 0-.216-.535.73.73 0 0 0-.534-.216' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' fill-rule='evenodd' d='M3.265 18.975q.525.525 1.283.525h11.385q.757 0 1.282-.525t.525-1.283v-4.577l2.746 2.746q.221.222.497.111.276-.11.276-.422v-7.1q0-.311-.276-.422t-.497.11l-2.746 2.747V6.308q0-.758-.525-1.283a1.75 1.75 0 0 0-1.283-.525H4.548q-.758 0-1.283.525T2.74 6.308v11.384q0 .758.525 1.283m7.485-5.005H8.554l4.704-4.703a.72.72 0 0 0 .217-.527.72.72 0 0 0-.217-.527.7.7 0 0 0-.532-.213.73.73 0 0 0-.522.213L7.5 12.917V10.72a.73.73 0 0 0-.215-.534.73.73 0 0 0-.535-.216.73.73 0 0 0-.534.216.73.73 0 0 0-.216.534v3.847q0 .384.26.643.26.26.644.26h3.846q.319 0 .534-.215a.73.73 0 0 0 .216-.534.73.73 0 0 0-.216-.535.73.73 0 0 0-.534-.216' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-call-bubble__icon-wrapper{background:var(--cometchat-static-white);border-radius:var(--cometchat-radius-max,1000px);height:40px;padding:var(--cometchat-padding-2);justify-content:center;align-items:center;width:40px;display:flex}.cometchat-call-bubble__body-content-subtitle{font:var(--cometchat-font-caption1-regular);-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;align-self:stretch;font-style:normal;display:-webkit-box;overflow:hidden}.cometchat-call-bubble__body-content-subtitle .cometchat-date{color:inherit;font:inherit;padding:0}.cometchat-call-bubble__body-content{text-align:left}.cometchat-call-bubble__button{background:inherit;border-radius:0 0 var(--cometchat-radius-radius_2,8px)var(--cometchat-radius-radius_2,8px);cursor:pointer;font:var(--cometchat-font-body-medium);align-self:stretch;align-items:center;gap:var(--cometchat-padding-2,8px);height:40px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-5,20px);border:none;justify-content:center;width:100%;font-style:normal;display:flex}.cometchat-call-bubble-incoming{background:var(--cometchat-neutral-color-300)}.cometchat-call-bubble-outgoing{background:var(--cometchat-primary-color)}.cometchat-call-bubble-incoming .cometchat-call-bubble__body-content-subtitle{color:var(--cometchat-neutral-color-600)}.cometchat-call-bubble__body-content-title{font:var(--cometchat-font-body-medium);text-overflow:ellipsis;overflow:hidden}.cometchat-call-bubble-incoming .cometchat-call-bubble__body-content-title{color:var(--cometchat-neutral-color-900)}.cometchat-call-bubble-outgoing .cometchat-call-bubble__body-content-subtitle,.cometchat-call-bubble-outgoing .cometchat-call-bubble__body-content-title{color:var(--cometchat-static-white)}.cometchat-call-bubble-incoming .cometchat-call-bubble__button{border-top:1px solid var(--cometchat-border-color-dark);color:var(--cometchat-neutral-color-900)}.cometchat-call-bubble-outgoing .cometchat-call-bubble__button{border-top:1px solid var(--cometchat-extended-primary-color-800);color:var(--cometchat-static-white)}.cometchat-change-scope{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-5,20px);align-items:center;gap:var(--cometchat-padding-3,12px);padding:var(--cometchat-padding-6,24px)var(--cometchat-padding-6,24px)var(--cometchat-padding-3,12px)var(--cometchat-padding-6,24px);flex-direction:column;width:400px;display:flex;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-change-scope__icon-container{background:var(--cometchat-background-color-02,#fafafa);border-radius:var(--cometchat-radius-max,1000px);justify-content:center;align-items:center;width:80px;height:80px;display:flex}.cometchat-change-scope__icon{background:var(--cometchat-icon-color-highlight,#6852d6);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;-webkit-mask:url(/assets/images/change_scope-BnN7PCx8.png) 50%/contain no-repeat;mask:url(/assets/images/change_scope-BnN7PCx8.png) 50%/contain no-repeat}.cometchat-change-scope__text{align-self:stretch;align-items:flex-start;gap:var(--cometchat-padding-2,8px);flex-direction:column;display:flex}.cometchat-change-scope__title{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading2-medium,500 20px Roboto);text-align:center;align-self:stretch;line-height:120%}.cometchat-change-scope__description{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular,400 14px Roboto);text-align:center;align-self:stretch;line-height:120%}.cometchat-change-scope__dropdown{gap:var(--cometchat-padding-2,4px);width:352px;height:36px}.cometchat-change-scope__dropdown,.cometchat-change-scope__list{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-2,8px)}.cometchat-change-scope__list{flex-direction:column;align-self:stretch;align-items:flex-start;gap:0;height:-moz-fit-content;height:fit-content;display:flex;overflow:auto}.cometchat-change-scope__list-item{background:var(--cometchat-background-color-01,#fff);align-self:stretch;align-items:center;gap:var(--cometchat-padding-3,12px);min-width:240px;max-width:1440px;height:48px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-4,16px);flex:1 0 0;display:flex}.cometchat-change-scope__list-item:hover{background:var(--cometchat-white-hover,#fafafa);cursor:pointer}.cometchat-change-scope__list-item-label{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading4-medium,500 16px Roboto);-webkit-line-clamp:1;text-align:left;text-overflow:ellipsis;-webkit-box-orient:vertical;flex:1 0 0;display:-webkit-box;overflow:hidden}.cometchat-change-scope__button-container{align-self:stretch;align-items:center;gap:var(--cometchat-padding-2,8px);padding:var(--cometchat-padding-3,12px)0;display:flex}.cometchat-change-scope__submit-button>.cometchat{width:100%;height:100%}.cometchat-change-scope__submit-button{flex:1;height:40px;line-height:120%}.cometchat-change-scope__submit-button .cometchat-button{background:var(--cometchat-primary-button-background,#6852d6);border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-2,8px);color:var(--cometchat-primary-button-icon,#fff);font:var(--cometchat-font-body-medium,500 14px Roboto);height:100%;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-5,20px);justify-content:center;align-self:stretch;align-items:center;width:100%;display:flex}.cometchat-change-scope__submit-button-disabled .cometchat-button{background:var(--cometchat-background-color-04,#e8e8e8);color:var(--cometchat-static-white,#fff);pointer-events:none}.cometchat-change-scope__cancel-button>.cometchat{width:100%;height:100%}.cometchat-change-scope__cancel-button .cometchat-button{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-dark,#dcdcdc);border-radius:var(--cometchat-radius-2,8px);color:var(--cometchat-neutral-color-900,#141414);font:var(--cometchat-font-body-medium,500 14px Roboto);height:100%;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-5,20px);justify-content:center;align-self:stretch;align-items:center;width:100%;display:flex}.cometchat-change-scope__button-container .cometchat-button .cometchat-button__text{color:inherit;font:inherit}.cometchat-change-scope__cancel-button{flex:1;height:40px;line-height:120%}.cometchat-change-scope__error-view{border-radius:var(--cometchat-radius-2,8px);color:var(--cometchat-error-color,#f44649);font:var(--cometchat-font-body-regular);align-self:stretch;align-items:center;gap:var(--cometchat-padding-1,4px);padding:var(--cometchat-padding-1,4px)var(--cometchat-padding-2,8px);background:#f446491a;justify-content:center;font-style:normal;display:flex}.cometchat-checkbox{align-items:center;display:inline-flex;position:relative}.cometchat-checkbox__label input{cursor:pointer;opacity:0;width:0;height:0;position:absolute}.cometchat-checkbox__checkmark{border:1.5px solid var(--cometchat-border-color-default,#e8e8e8);border-radius:var(--cometchat-radius-1,4px);flex-shrink:0;width:24px;height:24px;display:inline-block;position:relative}.cometchat-checkbox:hover .cometchat-checkbox__checkmark{border:1.5px solid var(--cometchat-border-color-dark,#dcdcdc);cursor:pointer}.cometchat-checkbox input[type=checkbox]:checked+.cometchat-checkbox__checkmark{background-color:var(--cometchat-primary-color,#6852d6);border:1.5px solid var(--cometchat-primary-color,#6852d6)}.cometchat-checkbox__checkmark:after{background:var(--cometchat-static-white,#fff);content:"";width:16px;height:16px;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath stroke='%236852d6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11.666 3.5 5.25 9.917 2.333 7'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath stroke='%236852d6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11.666 3.5 5.25 9.917 2.333 7'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-checkbox input[type=checkbox]:checked+.cometchat-checkbox__checkmark:after{display:block}.cometchat-checkbox__label{color:var(--cometchat-text-color-secondary);font:var(--cometchat-font-body-regular);align-items:center;gap:var(--cometchat-radius-2,8px);display:flex}.cometchat-confirm-dialog{background:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-light);border-radius:var(--cometchat-radius-4,16px);box-sizing:border-box;align-items:center;gap:var(--cometchat-padding-3,12px);padding:var(--cometchat-padding-6,24px)var(--cometchat-padding-6,24px)var(--cometchat-padding-3,12px)var(--cometchat-padding-6,24px);flex-flow:column wrap;width:400px;margin:0 auto;display:flex;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-confirm-dialog__content-title{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-heading2-medium);text-align:center;font-style:normal}.cometchat-confirm-dialog__content{gap:var(--cometchat-padding);flex-direction:column;display:flex}.cometchat-confirm-dialog__content-description{color:var(--cometchat-text-color-secondary);font:var(--cometchat-font-body-regular);text-align:center;width:100%;font-style:normal}.cometchat-confirm-dialog__button-group{align-self:stretch;align-items:center;gap:var(--cometchat-padding-2,8px);padding:var(--cometchat-padding-3,12px)0;width:100%;display:flex;overflow:hidden}.cometchat-confirm-dialog__icon-wrapper{background:var(--cometchat-background-color-02);border-radius:var(--cometchat-radius-max,1000px);height:80px;padding:var(--cometchat-padding-4);flex-shrink:1;justify-content:center;align-items:center;width:80px;display:flex}.cometchat-confirm-dialog__icon-wrapper-icon{background:var(--cometchat-error-color);justify-content:center;align-items:center;width:48px;height:48px;display:flex;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='M7.308 20.5a1.74 1.74 0 0 1-1.277-.531 1.74 1.74 0 0 1-.531-1.277V6h-.25a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.535A.73.73 0 0 1 5.25 4.5H9q0-.367.259-.626a.85.85 0 0 1 .625-.259h4.232q.367 0 .625.259A.85.85 0 0 1 15 4.5h3.75q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535A.73.73 0 0 1 18.75 6h-.25v12.692q0 .746-.531 1.277a1.74 1.74 0 0 1-1.277.531zm2.846-3.5q.319 0 .534-.215a.73.73 0 0 0 .216-.535v-7.5a.73.73 0 0 0-.216-.534.73.73 0 0 0-.535-.216.73.73 0 0 0-.534.216.73.73 0 0 0-.215.534v7.5q0 .318.216.535a.73.73 0 0 0 .534.215m3.693 0q.318 0 .534-.215a.73.73 0 0 0 .215-.535v-7.5a.73.73 0 0 0-.216-.534.73.73 0 0 0-.534-.216.73.73 0 0 0-.534.216.73.73 0 0 0-.216.534v7.5q0 .318.216.535a.73.73 0 0 0 .535.215'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='M7.308 20.5a1.74 1.74 0 0 1-1.277-.531 1.74 1.74 0 0 1-.531-1.277V6h-.25a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.535A.73.73 0 0 1 5.25 4.5H9q0-.367.259-.626a.85.85 0 0 1 .625-.259h4.232q.367 0 .625.259A.85.85 0 0 1 15 4.5h3.75q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535A.73.73 0 0 1 18.75 6h-.25v12.692q0 .746-.531 1.277a1.74 1.74 0 0 1-1.277.531zm2.846-3.5q.319 0 .534-.215a.73.73 0 0 0 .216-.535v-7.5a.73.73 0 0 0-.216-.534.73.73 0 0 0-.535-.216.73.73 0 0 0-.534.216.73.73 0 0 0-.215.534v7.5q0 .318.216.535a.73.73 0 0 0 .534.215m3.693 0q.318 0 .534-.215a.73.73 0 0 0 .215-.535v-7.5a.73.73 0 0 0-.216-.534.73.73 0 0 0-.534-.216.73.73 0 0 0-.534.216.73.73 0 0 0-.216.534v7.5q0 .318.216.535a.73.73 0 0 0 .535.215'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-confirm-dialog__button-group-submit .cometchat-button{background:var(--cometchat-error-color);border:1px solid var(--cometchat-border-color-light);padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-5,20px)}.cometchat-confirm-dialog__button-group .cometchat-button{width:100%;height:100%}.cometchat-confirm-dialog__button-group .cometchat-confirm-dialog__button-group-cancel,.cometchat-confirm-dialog__button-group .cometchat-confirm-dialog__button-group-submit{border-radius:var(--cometchat-radius-2,8px);cursor:pointer;font:var(--cometchat-font-button-medium);align-self:stretch;align-items:center;gap:var(--cometchat-padding-2,8px);justify-content:center;width:100%;height:40px;font-style:normal;display:flex}.cometchat-confirm-dialog__button-group-cancel>.cometchat,.cometchat-confirm-dialog__button-group-submit>.cometchat{width:100%;height:100%}.cometchat-confirm-dialog__button-group-cancel .cometchat-button{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-dark);padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-5,20px)}.cometchat-confirm-dialog__button-group-cancel .cometchat-button .cometchat-button__text{color:var(--cometchat-text-color-primary)}.cometchat-confirm-dialog__button-group-submit .cometchat-button .cometchat-button__text{color:var(--cometchat-static-white)}.cometchat-confirm-dialog-error-view{background:linear-gradient(0deg,#f446491a 0,#f446491a 100%),var(--cometchat-background-color-01,#fff);border-radius:var(--cometchat-radius-4,12px)var(--cometchat-radius-4,12px)0 0;color:var(--cometchat-error-color,#f44649);font:var(--cometchat-font-body-regular);height:48px;padding:var(--cometchat-padding-2,8px);text-overflow:ellipsis;justify-content:center;align-items:flex-start;width:100%;margin-bottom:-16px;font-style:normal;display:flex;overflow:hidden}.cometchat-menu-list{align-items:flex-start;gap:var(--cometchat-padding-2,8px);background:0 0;flex-direction:column;display:flex}.cometchat-menu-list__main-menu{align-items:center;gap:12px;width:100%;display:flex}.cometchat-menu-list__sub-menu-list{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-2,8px);z-index:3;flex-direction:column;align-items:flex-start;width:160px;padding:0;display:flex;position:fixed;overflow:hidden;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-menu-list__main-menu-item{border-radius:var(--cometchat-radius-max,1000px);justify-content:center;width:24px;height:24px;padding:4px;box-shadow:0 1px 2px #1018280d}.cometchat-menu-list__main-menu-item,.cometchat-menu-list__sub-menu-list-item{background:var(--cometchat-background-color-01,#fff);cursor:pointer;align-items:center;display:flex}.cometchat-menu-list__sub-menu-list-item{gap:var(--cometchat-padding-2,8px);padding:var(--cometchat-padding-3,12px);flex:1 0 0}.cometchat-menu-list__sub-menu-list-item:hover{background:var(--cometchat-white-hover)}.cometchat-menu-list__menu{background:var(--cometchat-background-color-01,#fff);align-self:stretch;align-items:center;gap:var(--cometchat-padding-2,12px);width:100%;height:48px;display:flex}.cometchat-menu-list__main-menu-item-icon{flex-shrink:0;width:16px;height:16px}.cometchat-menu-list__main-menu-item-icon,.cometchat-menu-list__sub-menu-list-item-icon{background:var(--cometchat-icon-color-secondary,#a1a1a1);justify-content:center;align-items:center;display:flex;-webkit-mask-size:contain}.cometchat-menu-list__sub-menu-list-item-icon{width:24px;height:24px}.cometchat-menu-list__sub-menu-item-title{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-body-regular,400 14px Roboto);-webkit-line-clamp:1;text-align:left;text-overflow:ellipsis;-webkit-box-orient:vertical;line-height:120%;display:-webkit-box;overflow:hidden}.cometchat-menu-list__sub-menu{background:var(--cometchat-background-color-01,#fff);border-radius:var(--cometchat-radius-max,1000px);justify-content:center;align-items:center;width:24px;height:24px;display:flex;box-shadow:0 1px 2px #1018280d}.cometchat-menu-list__sub-menu-icon{background:var(--cometchat-icon-color-secondary,#a1a1a1);cursor:pointer;flex-shrink:0;width:16px;height:16px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%23a1a1a1' d='M8 13.944a.92.92 0 0 1-.675-.281.93.93 0 0 1-.28-.677q0-.395.281-.674a.93.93 0 0 1 .677-.28q.395 0 .674.281.28.281.28.677a.92.92 0 0 1-.281.675.93.93 0 0 1-.676.279m0-4.49a.92.92 0 0 1-.675-.28.93.93 0 0 1-.28-.676q0-.396.281-.675a.93.93 0 0 1 .677-.28q.395 0 .674.281.28.282.28.677a.92.92 0 0 1-.281.675.93.93 0 0 1-.676.279m0-4.488a.92.92 0 0 1-.675-.281.92.92 0 0 1-.28-.676q0-.396.281-.675a.93.93 0 0 1 .677-.28q.395 0 .674.282.28.28.28.676a.92.92 0 0 1-.281.675.93.93 0 0 1-.676.279'/%3E%3C/svg%3E") 0 0/contain}.cometchat-menu-list__menu-wrapper{align-self:stretch;align-items:center;gap:var(--cometchat-padding-2,8px);display:flex}.cometchat-date{color:var(--cometchat-neutral-color-600);font:var(--cometchat-font-caption2-regular);text-align:center;background:0 0;padding:3px 10px;font-style:normal;display:inline}.cometchat-delete-bubble{border-radius:var(--cometchat-radius-3,12px);max-width:270px;padding:var(--cometchat-padding-2,8px);flex-direction:column;align-items:flex-end;display:flex}.cometchat-delete-bubble-outgoing{background:var(--cometchat-primary-color,#6852d6)}.cometchat-delete-bubble-incoming{background:var(--cometchat-neutral-color-300,#383838)}.cometchat-delete-bubble__body{align-items:flex-start;gap:var(--cometchat-padding-1,4px);border-radius:0;justify-content:flex-end;padding:0;display:flex}.cometchat-delete-bubble__icon{background:var(--cometchat-primary-button-icon,#fff);justify-content:center;align-items:center;width:16px;height:16px;display:flex;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M8.001 14.833q-1.315 0-2.47-.498A6.4 6.4 0 0 1 3.52 12.98a6.4 6.4 0 0 1-1.355-2.01 6.2 6.2 0 0 1-.498-2.47q0-1.315.498-2.47A6.4 6.4 0 0 1 3.52 4.02a6.4 6.4 0 0 1 2.01-1.354 6.2 6.2 0 0 1 2.47-.5q1.314 0 2.47.5 1.155.498 2.011 1.353.855.855 1.354 2.01.5 1.156.5 2.47t-.5 2.47a6.4 6.4 0 0 1-1.353 2.011 6.4 6.4 0 0 1-2.01 1.355 6.2 6.2 0 0 1-2.47.498m-.001-1q.938 0 1.807-.317a5.3 5.3 0 0 0 1.588-.918L3.902 5.105a5.4 5.4 0 0 0-.915 1.588 5.2 5.2 0 0 0-.32 1.807q0 2.234 1.55 3.783 1.55 1.55 3.783 1.55m4.097-1.938q.601-.72.919-1.588.317-.869.317-1.807 0-2.233-1.55-3.783T8 3.167q-.94 0-1.811.314a5.1 5.1 0 0 0-1.584.922z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M8.001 14.833q-1.315 0-2.47-.498A6.4 6.4 0 0 1 3.52 12.98a6.4 6.4 0 0 1-1.355-2.01 6.2 6.2 0 0 1-.498-2.47q0-1.315.498-2.47A6.4 6.4 0 0 1 3.52 4.02a6.4 6.4 0 0 1 2.01-1.354 6.2 6.2 0 0 1 2.47-.5q1.314 0 2.47.5 1.155.498 2.011 1.353.855.855 1.354 2.01.5 1.156.5 2.47t-.5 2.47a6.4 6.4 0 0 1-1.353 2.011 6.4 6.4 0 0 1-2.01 1.355 6.2 6.2 0 0 1-2.47.498m-.001-1q.938 0 1.807-.317a5.3 5.3 0 0 0 1.588-.918L3.902 5.105a5.4 5.4 0 0 0-.915 1.588 5.2 5.2 0 0 0-.32 1.807q0 2.234 1.55 3.783 1.55 1.55 3.783 1.55m4.097-1.938q.601-.72.919-1.588.317-.869.317-1.807 0-2.233-1.55-3.783T8 3.167q-.94 0-1.811.314a5.1 5.1 0 0 0-1.584.922z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-delete-bubble-incoming .cometchat-delete-bubble__icon{background:var(--cometchat-neutral-color-600,#727272)}.cometchat-delete-bubble-outgoing .cometchat-delete-bubble__icon{background:var(--cometchat-static-white,#fff)}.cometchat-delete-bubble__text{font:var(--cometchat-font-body-regular,400 14px Roboto);text-align:left}.cometchat-delete-bubble-outgoing .cometchat-delete-bubble__text{color:var(--cometchat-static-white,#fff)}.cometchat-delete-bubble-incoming .cometchat-delete-bubble__text{color:var(--cometchat-neutral-color-600,#989898)}.cometchat-document-bubble{border-radius:var(--cometchat-radius-3,12px);max-width:240px;padding:var(--cometchat-padding-1,4px)var(--cometchat-padding-1,4px)0 var(--cometchat-padding-1,4px);flex-direction:column;gap:0;width:240px;display:flex}.cometchat-document-bubble-incoming{background:var(--cometchat-neutral-color-300,#e8e8e8)}.cometchat-document-bubble-outgoing{background:var(--cometchat-primary-color,#6852d6)}.cometchat-document-bubble__body{border-radius:var(--cometchat-radius-3,12px);align-self:stretch;align-items:center;gap:var(--cometchat-padding-1,4px);padding:var(--cometchat-padding-2,8px)0 var(--cometchat-padding-2,8px)0;display:flex}.cometchat-document-bubble__banner-image{border-radius:var(--cometchat-radius-2,8px)}.cometchat-document-bubble__banner-image img{border-radius:var(--cometchat-radius-2,8px);max-width:100%;max-height:100%}.cometchat-document-bubble__body-content{gap:var(--cometchat-padding,2px);flex-direction:column;display:flex}.cometchat-document-bubble__body-content-name{font:var(--cometchat-font-body-medium);text-align:left;text-overflow:ellipsis;font-style:normal;line-height:120%;overflow:hidden}.cometchat-document-bubble-incoming .cometchat-document-bubble__body-content-name{color:var(--cometchat-text-color-primary,#141414)}.cometchat-document-bubble-outgoing .cometchat-document-bubble__body-content-name{color:var(--cometchat-static-white,#fff)}.cometchat-document-bubble__body-content-description{font:var(--cometchat-font-caption2-regular);text-overflow:ellipsis;font-style:normal;line-height:120%;overflow:hidden}.cometchat-document-bubble-incoming .cometchat-document-bubble__body-content-description{color:var(--cometchat-neutral-color-600,#727272)}.cometchat-document-bubble-outgoing .cometchat-document-bubble__body-content-description{color:var(--cometchat-static-white,#fff)}.cometchat-document-bubble__body-icon{justify-content:center;align-items:center;width:32px;height:32px;display:flex;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.cometchat-collaborative-document .cometchat-document-bubble__body-icon{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M6 8.147A3.147 3.147 0 0 1 9.147 5H19.85a3.147 3.147 0 0 1 3.147 3.147v5.392a.63.63 0 0 1-.179.44l-4.067 4.16-5.817 5.571a.63.63 0 0 1-.436.175h-3.35A3.15 3.15 0 0 1 6 20.737zm7.24-.195a.826.826 0 0 0 0 1.652h5.98a.826.826 0 0 0 0-1.652zm-3.464 3.463a.826.826 0 1 0 0 1.652h9.443a.826.826 0 1 0 0-1.652zm0 3.461a.826.826 0 1 0 0 1.652h7.554a.826.826 0 1 0 0-1.652z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M25.128 15.334a1.26 1.26 0 0 0-1.78 0l-7.935 7.934a.33.33 0 0 0-.094.187l-.367 2.57a.33.33 0 0 0 .374.375l2.57-.367a.33.33 0 0 0 .188-.094l7.934-7.934a1.26 1.26 0 0 0 0-1.78z'/%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M6 8.147A3.147 3.147 0 0 1 9.147 5H19.85a3.147 3.147 0 0 1 3.147 3.147v5.392a.63.63 0 0 1-.179.44l-4.067 4.16-5.817 5.571a.63.63 0 0 1-.436.175h-3.35A3.15 3.15 0 0 1 6 20.737zm7.24-.195a.826.826 0 0 0 0 1.652h5.98a.826.826 0 0 0 0-1.652zm-3.464 3.463a.826.826 0 1 0 0 1.652h9.443a.826.826 0 1 0 0-1.652zm0 3.461a.826.826 0 1 0 0 1.652h7.554a.826.826 0 1 0 0-1.652z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M25.128 15.334a1.26 1.26 0 0 0-1.78 0l-7.935 7.934a.33.33 0 0 0-.094.187l-.367 2.57a.33.33 0 0 0 .374.375l2.57-.367a.33.33 0 0 0 .188-.094l7.934-7.934a1.26 1.26 0 0 0 0-1.78z'/%3E%3C/svg%3E") 50% no-repeat}.cometchat-collaborative-whiteboard .cometchat-document-bubble__body-icon{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M19.468 4h.772a1.92 1.92 0 0 1 1.86 1.441l-5.408 5.408a.24.24 0 0 1-.136.068l-1.98.283a.24.24 0 0 1-.272-.272l.283-1.98a.24.24 0 0 1 .068-.135z'/%3E%3Cpath fill='%23141414' d='m17.347 4-3.753 3.752a1.74 1.74 0 0 0-.492.984l-.283 1.98a1.74 1.74 0 0 0 1.97 1.969l1.979-.283a1.74 1.74 0 0 0 .984-.492l4.408-4.408V17.92c0 1.06-.86 1.92-1.92 1.92H3.92A1.92 1.92 0 0 1 2 17.92v-3.89a.75.75 0 0 0 .403-.117l.183-.117c1-.637 3.135-1.996 3.746-2.345.102-.058.298-.127.542-.153.24-.026.464-.004.628.056.151.056.229.132.272.228.05.109.103.354-.02.83-.24.928-.487 1.997-.415 2.892.038.461.165.946.483 1.35.331.42.804.67 1.375.766 1.137.19 2.18-.482 2.91-1.116.768-.668 1.408-1.487 1.773-1.974a.75.75 0 1 0-1.2-.9c-.354.473-.915 1.184-1.557 1.741-.68.59-1.257.84-1.68.77-.27-.046-.382-.139-.443-.216-.072-.092-.142-.255-.165-.543-.05-.604.123-1.434.371-2.394.177-.684.17-1.304-.065-1.825-.242-.534-.674-.853-1.123-1.017a2.9 2.9 0 0 0-1.306-.14c-.402.044-.806.161-1.124.343-.604.345-2.53 1.569-3.588 2.242V5.92C2 4.86 2.86 4 3.92 4z'/%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M19.468 4h.772a1.92 1.92 0 0 1 1.86 1.441l-5.408 5.408a.24.24 0 0 1-.136.068l-1.98.283a.24.24 0 0 1-.272-.272l.283-1.98a.24.24 0 0 1 .068-.135z'/%3E%3Cpath fill='%23141414' d='m17.347 4-3.753 3.752a1.74 1.74 0 0 0-.492.984l-.283 1.98a1.74 1.74 0 0 0 1.97 1.969l1.979-.283a1.74 1.74 0 0 0 .984-.492l4.408-4.408V17.92c0 1.06-.86 1.92-1.92 1.92H3.92A1.92 1.92 0 0 1 2 17.92v-3.89a.75.75 0 0 0 .403-.117l.183-.117c1-.637 3.135-1.996 3.746-2.345.102-.058.298-.127.542-.153.24-.026.464-.004.628.056.151.056.229.132.272.228.05.109.103.354-.02.83-.24.928-.487 1.997-.415 2.892.038.461.165.946.483 1.35.331.42.804.67 1.375.766 1.137.19 2.18-.482 2.91-1.116.768-.668 1.408-1.487 1.773-1.974a.75.75 0 1 0-1.2-.9c-.354.473-.915 1.184-1.557 1.741-.68.59-1.257.84-1.68.77-.27-.046-.382-.139-.443-.216-.072-.092-.142-.255-.165-.543-.05-.604.123-1.434.371-2.394.177-.684.17-1.304-.065-1.825-.242-.534-.674-.853-1.123-1.017a2.9 2.9 0 0 0-1.306-.14c-.402.044-.806.161-1.124.343-.604.345-2.53 1.569-3.588 2.242V5.92C2 4.86 2.86 4 3.92 4z'/%3E%3C/svg%3E") 50% no-repeat}.cometchat-document-bubble-incoming .cometchat-document-bubble__body-icon{background:var(--cometchat-primary-color,#6852d6)}.cometchat-document-bubble-outgoing .cometchat-document-bubble__body-icon{background:var(--cometchat-static-white,#fff)}.cometchat-document-bubble__button{cursor:pointer;font:var(--cometchat-font-button-medium);align-self:stretch;align-items:center;gap:var(--cometchat-padding-2,8px);height:40px;padding:var(--cometchat-padding-5,20px);justify-content:center;font-style:normal;line-height:120%;display:flex}.cometchat-document-bubble-incoming .cometchat-document-bubble__button{border-top:1px solid var(--cometchat-border-color-dark,#dcdcdc);color:var(--cometchat-primary-button-background,#6852d6)}.cometchat-document-bubble-outgoing .cometchat-document-bubble__button{border-top:1px solid var(--cometchat-extended-primary-color-800,#7965db);color:var(--cometchat-static-white,#fff)}.cometchat-dropdown{position:relative}.cometchat-dropdown__placeholder-text{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-default,#f5f5f5);border-radius:var(--cometchat-radius-2,8px);color:var(--cometchat-text-color-tertiary,#141414);font:var(--cometchat-font-body-regular,400 14px Roboto);align-self:stretch;align-items:center;gap:var(--cometchat-padding-1,4px);height:36px;padding:var(--cometchat-padding-2,8px);text-overflow:ellipsis;justify-content:space-between;width:100%;line-height:120%;display:flex;overflow:hidden}.cometchat-dropdown__placeholder-text label{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-body-regular,400 14px Roboto)}.cometchat-dropdown__placeholder-text:after{border:1px solid var(--cometchat-border-color-highlight,#6852d6)}.cometchat-dropdown__arrow{background:var(--cometchat-icon-color-primary,#6b7280);cursor:pointer;justify-content:center;align-items:center;width:20px;height:20px;display:flex;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none' viewBox='0 0 20 21'%3E%3Cpath fill='%23a1a1a1' d='M9.998 12.996a.6.6 0 0 1-.248-.047.6.6 0 0 1-.213-.154L5.55 8.809a.6.6 0 0 1-.192-.47.65.65 0 0 1 .21-.464.66.66 0 0 1 .47-.191q.27 0 .46.19l3.5 3.515 3.514-3.514a.6.6 0 0 1 .454-.184q.262.006.463.198a.62.62 0 0 1 .203.465.63.63 0 0 1-.192.469l-3.973 3.972a.7.7 0 0 1-.22.154.6.6 0 0 1-.249.047'/%3E%3C/svg%3E");-webkit-mask-size:;mask-size:}.cometchat-dropdown__items{border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-2,8px);z-index:20;flex-direction:column;align-items:flex-start;padding:0;position:relative;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-dropdown__item,.cometchat-dropdown__items{background:var(--cometchat-background-color-01,#fff);align-self:stretch;display:flex}.cometchat-dropdown__item{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-body-regular,400 14px Roboto);align-items:center;gap:var(--cometchat-padding-3,12px);padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px);text-overflow:ellipsis;line-height:120%;overflow:hidden}.cometchat-dropdown__item:hover{background:var(--cometchat-white-hover,#fafafa);border-right:1px solid var(--cometchat-border-color-light,#f5f5f5);cursor:pointer}.cometchat-dropdown__items-hidden{display:none}.cometchat-edit-preview{background:var(--cometchat-background-color-03);border-radius:var(--cometchat-radius-1,4px);box-sizing:border-box;align-items:flex-start;gap:var(--cometchat-padding-1,4px);height:100%;min-height:30px;padding:var(--cometchat-padding-2,8px);border:none;flex-direction:column;justify-content:space-between;width:100%;margin:0;display:flex;position:relative}.cometchat-edit-preview__close{background:var(--cometchat-icon-color-primary);cursor:pointer;height:20px;right:var(--cometchat-padding-2,8px);top:var(--cometchat-padding-2,8px);justify-content:center;align-items:center;width:20px;display:flex;position:absolute;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='m12 13.054-5.073 5.073a.73.73 0 0 1-.523.213.7.7 0 0 1-.531-.213.72.72 0 0 1-.218-.527q0-.31.218-.527L10.946 12 5.873 6.927a.73.73 0 0 1-.213-.522.7.7 0 0 1 .213-.532.72.72 0 0 1 .527-.217q.31 0 .527.217L12 10.946l5.073-5.073a.73.73 0 0 1 .522-.212.7.7 0 0 1 .532.212q.216.217.217.527a.72.72 0 0 1-.218.527L13.054 12l5.073 5.073q.209.209.213.522a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.217z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='m12 13.054-5.073 5.073a.73.73 0 0 1-.523.213.7.7 0 0 1-.531-.213.72.72 0 0 1-.218-.527q0-.31.218-.527L10.946 12 5.873 6.927a.73.73 0 0 1-.213-.522.7.7 0 0 1 .213-.532.72.72 0 0 1 .527-.217q.31 0 .527.217L12 10.946l5.073-5.073a.73.73 0 0 1 .522-.212.7.7 0 0 1 .532.212q.216.217.217.527a.72.72 0 0 1-.218.527L13.054 12l5.073 5.073q.209.209.213.522a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.217z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-edit-preview__title{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-body-regular);font-style:normal}.cometchat-edit-preview__subtitle{color:var(--cometchat-text-color-secondary);font-style:normal;font:var(--cometchat-font-caption1-regular);text-align:left;word-break:break-word;width:100%;overflow:hidden}.cometchat-emoji-keyboard{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-4,16px);flex-direction:column;align-items:flex-start;gap:0;width:300px;height:300px;padding:0;display:flex;position:absolute;overflow:hidden;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-emoji-keyboard__tabs{border-bottom:1px solid var(--cometchat-border-color-default,#e8e8e8);cursor:pointer;align-items:center;gap:var(--cometchat-padding-2,4px);min-height:48px;padding:var(--cometchat-padding-2,8px);will-change:scroll-position;width:100%;display:flex;overflow:scroll hidden;transform:translateZ(0)}.cometchat-emoji-keyboard__search{height:-moz-fit-content;height:fit-content;padding:var(--cometchat-padding-3,12px);width:100%}.cometchat-emoji-keyboard .cometchat-search-bar{height:36px}.cometchat-emoji-keyboard .cometchat-search-bar input,.cometchat-emoji-keyboard .cometchat-search-bar input::placeholder{font:var(--cometchat-font-body-regular,700 14px Roboto)}.cometchat-emoji-keyboard__list .cometchat-search{background:var(--cometchat-background-color-03,#f5f5f5);border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-max,1000px);padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-3,12px);flex:1 0 0;align-self:stretch;align-items:center;display:flex}.cometchat-emoji-keyboard__list-content{display:contents}.cometchat-emoji-keyboard__emoji-list{align-items:center;gap:var(--cometchat-spacing-2,8px);flex-wrap:wrap;display:flex}.cometchat-emoji-keyboard__list-item{border-radius:var(--cometchat-radius-2,8px);cursor:pointer;text-align:center;justify-content:center;width:32px;height:32px;font-size:24px;display:flex}.cometchat-emoji-keyboard__list-item:hover{background-color:var(--cometchat-background-color-03,#f5f5f5)}.cometchat-emoji-keyboard__list-item:active{background-color:var(--cometchat-background-color-04,#e8e8e8)}.cometchat-emoji-keyboard__list-title{color:var(--cometchat-text-color-tertiary,#a1a1a1);font:var(--cometchat-font-body-regular,400 14px Roboto);text-align:left;line-height:120%}.cometchat-emoji-keyboard__tab-active{background:var(--cometchat-extended-primary-color-100,#edeafa)}.cometchat-emoji-keyboard__tab{border-radius:var(--cometchat-radius-2,8px);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:12.8px;width:32px;height:32px;display:flex}.cometchat-emoji-keyboard__list{align-self:stretch;align-items:flex-start;gap:var(--cometchat-padding-2,8px);height:100%;padding:0 var(--cometchat-padding-3,12px)var(--cometchat-padding-3,12px);flex-direction:column;width:100%;display:flex;overflow-y:scroll}.cometchat-emoji-keyboard__tab-icon{background:var(--cometchat-icon-color-secondary,#a1a1a1);width:17px;height:17px;-webkit-mask-size:contain;mask-size:contain}.cometchat-emoji-keyboard__tab-active .cometchat-emoji-keyboard__tab-icon{background:var(--cometchat-icon-color-highlight,#6852d6)}[data-theme=dark] .cometchat-emoji-keyboard .cometchat-emoji-keyboard__list-item{color:var(--cometchat-neutral-color-500)}.cometchat-file-bubble{border-radius:none;border-radius:var(--cometchat-radius-3,12px);box-sizing:border-box;max-width:240px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-2,8px)var(--cometchat-padding-2,8px)var(--cometchat-padding-1,4px);border:none;flex-direction:row;justify-content:space-between;align-self:stretch;width:240px}.cometchat-file-bubble,.cometchat-file-bubble>div:not([class]){align-items:center;gap:var(--cometchat-padding-2,8px);display:flex;overflow:hidden}.cometchat-file-bubble>div:not([class]){width:inherit;flex:1 0 0;justify-content:flex-start}.cometchat-file-bubble__body{word-wrap:break-word;gap:var(--cometchat-padding);text-align:left;flex-direction:column;display:flex;overflow:hidden}.cometchat-file-bubble__body-name{font:var(--cometchat-font-body-medium);-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;align-self:stretch;font-style:normal;display:-webkit-box;overflow:hidden}.cometchat-file-bubble__body-details{font:var(--cometchat-font-caption2-regular);text-overflow:ellipsis;font-style:normal;overflow:hidden}.cometchat-file-bubble__leading-view{justify-content:flex-end;align-items:flex-start;width:-moz-fit-content;width:fit-content;display:flex}.cometchat-file-bubble__tail-view-download{background:var(--cometchat-primary-color);cursor:pointer;justify-content:center;align-items:center;width:20px;height:20px;display:flex;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='M12 15.412a.83.83 0 0 1-.633-.256l-3.11-3.11a.7.7 0 0 1-.22-.522.77.77 0 0 1 .22-.532.77.77 0 0 1 .535-.24q.303-.008.535.225L11.25 12.9V5.25q0-.32.216-.535A.73.73 0 0 1 12 4.5q.32 0 .534.215a.73.73 0 0 1 .216.535v7.65l1.923-1.923a.71.71 0 0 1 .53-.22q.306.003.54.235.217.233.224.527a.7.7 0 0 1-.225.527l-3.11 3.11a.83.83 0 0 1-.632.255M6.308 19.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283v-1.961q0-.32.215-.535a.73.73 0 0 1 .535-.215q.32 0 .535.215a.73.73 0 0 1 .215.535v1.961q0 .116.096.212a.3.3 0 0 0 .212.096h11.384a.3.3 0 0 0 .212-.096.3.3 0 0 0 .096-.212v-1.961q0-.32.215-.535a.73.73 0 0 1 .535-.215q.32 0 .535.215a.73.73 0 0 1 .215.535v1.961q0 .758-.525 1.283t-1.283.525z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='M12 15.412a.83.83 0 0 1-.633-.256l-3.11-3.11a.7.7 0 0 1-.22-.522.77.77 0 0 1 .22-.532.77.77 0 0 1 .535-.24q.303-.008.535.225L11.25 12.9V5.25q0-.32.216-.535A.73.73 0 0 1 12 4.5q.32 0 .534.215a.73.73 0 0 1 .216.535v7.65l1.923-1.923a.71.71 0 0 1 .53-.22q.306.003.54.235.217.233.224.527a.7.7 0 0 1-.225.527l-3.11 3.11a.83.83 0 0 1-.632.255M6.308 19.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283v-1.961q0-.32.215-.535a.73.73 0 0 1 .535-.215q.32 0 .535.215a.73.73 0 0 1 .215.535v1.961q0 .116.096.212a.3.3 0 0 0 .212.096h11.384a.3.3 0 0 0 .212-.096.3.3 0 0 0 .096-.212v-1.961q0-.32.215-.535a.73.73 0 0 1 .535-.215q.32 0 .535.215a.73.73 0 0 1 .215.535v1.961q0 .758-.525 1.283t-1.283.525z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-file-bubble-incoming .cometchat-file-bubble__body-name{color:var(--cometchat-neutral-color-900)}.cometchat-file-bubble-incoming .cometchat-file-bubble__body-details{color:var(--cometchat-neutral-color-600)}.cometchat-file-bubble-outgoing .cometchat-file-bubble__body-details,.cometchat-file-bubble-outgoing .cometchat-file-bubble__body-name{color:var(--cometchat-static-white)}.cometchat-file-bubble-incoming{background:var(--cometchat-neutral-color-300)}.cometchat-file-bubble-outgoing{background:var(--cometchat-primary-color)}.cometchat-file-bubble__tail-view-download-progress{width:20px;height:20px;position:relative}.cometchat-file-bubble__tail-view-download-progress svg{width:20px;height:20px;transform:rotate(-90deg)}.cometchat-file-bubble__tail-view-download-stop{background:var(--cometchat-primary-color);cursor:pointer;justify-content:center;align-items:center;width:12px;height:12px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='m12 13.054-5.073 5.073a.73.73 0 0 1-.523.213.7.7 0 0 1-.531-.213.72.72 0 0 1-.218-.527q0-.31.218-.527L10.946 12 5.873 6.927a.73.73 0 0 1-.213-.522.7.7 0 0 1 .213-.532.72.72 0 0 1 .527-.217q.31 0 .527.217L12 10.946l5.073-5.073a.73.73 0 0 1 .522-.212.7.7 0 0 1 .532.212q.216.217.217.527a.72.72 0 0 1-.218.527L13.054 12l5.073 5.073q.209.209.213.522a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.217z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='m12 13.054-5.073 5.073a.73.73 0 0 1-.523.213.7.7 0 0 1-.531-.213.72.72 0 0 1-.218-.527q0-.31.218-.527L10.946 12 5.873 6.927a.73.73 0 0 1-.213-.522.7.7 0 0 1 .213-.532.72.72 0 0 1 .527-.217q.31 0 .527.217L12 10.946l5.073-5.073a.73.73 0 0 1 .522-.212.7.7 0 0 1 .532.212q.216.217.217.527a.72.72 0 0 1-.218.527L13.054 12l5.073 5.073q.209.209.213.522a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.217z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}circle.cometchat-file-bubble__tail-view-download-progress-background{fill:none;opacity:.2;stroke:var(--cometchat-primary-color);stroke-dasharray:113 113;stroke-width:2px}circle.cometchat-file-bubble__tail-view-download-progress-foreground{fill:none;stroke:var(--cometchat-primary-color);stroke-dasharray:0 113;stroke-linecap:round;stroke-width:2px}.cometchat-file-bubble-outgoing .cometchat-file-bubble__tail-view-download{background:var(--cometchat-static-white)}.cometchat-file-bubble-outgoing circle.cometchat-file-bubble__tail-view-download-progress-background{opacity:.2;stroke:var(--cometchat-static-white)}.cometchat-file-bubble-outgoing circle.cometchat-file-bubble__tail-view-download-progress-foreground{stroke:var(--cometchat-static-white)}.cometchat-file-bubble-outgoing .cometchat-file-bubble__tail-view-download-stop{background:var(--cometchat-static-white)}.cometchat-fullscreen-viewer{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#141414cc;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.cometchat-fullscreen-viewer__header{width:-moz-fit-content;width:fit-content;position:absolute;top:0;left:10px}.cometchat-fullscreen-viewer .cometchat-fullscreen-viewer__header-item .cometchat-list-item{background-color:initial}.cometchat-fullscreen-viewer .cometchat-fullscreen-viewer__header-item .cometchat-avatar img{width:100%;height:100%}.cometchat-fullscreen-viewer .cometchat-fullscreen-viewer__header-item .cometchat-list-item__body-title{color:var(--cometchat-static-white,#fff);font:var(--cometchat-font-heading4-medium);text-overflow:ellipsis;font-style:normal;overflow:hidden}.cometchat-fullscreen-viewer .cometchat-fullscreen-viewer__header-item .cometchat-list-item__body-subtitle{color:var(--cometchat-text-color-tertiary,#a1a1a1);font:var(--cometchat-font-caption1-regular);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cometchat-fullscreen-viewer__body-image{flex-shrink:0;max-width:400px;max-height:600px;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-fullscreen-viewer__close-button{background-color:var(--cometchat-primary-button-icon,#fff);cursor:pointer;width:32px;height:32px;position:absolute;top:10px;right:10px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='m12 13.054-5.073 5.073a.73.73 0 0 1-.523.213.7.7 0 0 1-.531-.213.72.72 0 0 1-.218-.527q0-.31.218-.527L10.946 12 5.873 6.927a.73.73 0 0 1-.213-.522.7.7 0 0 1 .213-.532.72.72 0 0 1 .527-.217q.31 0 .527.217L12 10.946l5.073-5.073a.73.73 0 0 1 .522-.212.7.7 0 0 1 .532.212q.216.217.217.527a.72.72 0 0 1-.218.527L13.054 12l5.073 5.073q.209.209.213.522a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.217z'/%3E%3C/g%3E%3C/svg%3E") 50%/100% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='m12 13.054-5.073 5.073a.73.73 0 0 1-.523.213.7.7 0 0 1-.531-.213.72.72 0 0 1-.218-.527q0-.31.218-.527L10.946 12 5.873 6.927a.73.73 0 0 1-.213-.522.7.7 0 0 1 .213-.532.72.72 0 0 1 .527-.217q.31 0 .527.217L12 10.946l5.073-5.073a.73.73 0 0 1 .522-.212.7.7 0 0 1 .532.212q.216.217.217.527a.72.72 0 0 1-.218.527L13.054 12l5.073 5.073q.209.209.213.522a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.217z'/%3E%3C/g%3E%3C/svg%3E") 50%/100% no-repeat}.cometchat-fullscreen-viewer__body-download-progress{width:100px;height:100px;position:relative}.cometchat-fullscreen-viewer__body-download-progress svg{width:100px;height:100px;transform:rotate(-90deg)}circle.cometchat-fullscreen-viewer__body-download-progress-background{fill:none;opacity:.2;stroke:var(--cometchat-static-white);stroke-dasharray:113 113;stroke-width:2px}circle.cometchat-fullscreen-viewer__body-download-progress-foreground{fill:none;stroke:var(--cometchat-static-white);stroke-dasharray:0 113;stroke-linecap:round;stroke-width:2px}.cometchat-image-bubble{border-radius:var(--cometchat-radius-3);cursor:pointer;background:0 0;justify-content:center;width:100%;max-width:250px;height:auto;max-height:350px;padding:0;display:flex;overflow:hidden}.cometchat-image-bubble__body{border-radius:inherit;object-fit:cover;width:100%;height:100%;margin:0}.cometchat-image-bubble-incoming{background:var(--cometchat-neutral-color-300)}.cometchat-image-bubble-outgoing{background:var(--cometchat-primary-color)}.cometchat-list{background:inherit;box-sizing:border-box;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.cometchat-list__header-title{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-heading1-bold);align-self:stretch;align-items:center;gap:var(--cometchat-padding-3,12px);height:-moz-fit-content;height:fit-content;min-height:64px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-4,16px);text-align:left;text-overflow:ellipsis;flex:1 0 0;width:100%;font-style:normal;display:flex;overflow:hidden}.cometchat-list__header{background:var(--cometchat-background-color-01);border-bottom:1px solid var(--cometchat-border-color-light);border-right:1px solid var(--cometchat-border-color-light);box-sizing:border-box;flex-direction:column;flex-shrink:0;width:100%;margin:0;padding:0;display:flex}.cometchat-list__header-search-bar{padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px);align-self:stretch;align-items:flex-start;width:100%;display:flex}.cometchat-list__body{border-right:1px solid var(--cometchat-border-color-light);box-sizing:border-box;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden auto}.cometchat-list__empty-view,.cometchat-list__error-view,.cometchat-list__loading-view{width:100%;height:calc(100% - 1px);overflow:hidden}.cometchat-list__loading-view-top{z-index:2;width:100%;height:100%;position:absolute;top:0;bottom:0}.cometchat-list__section-header{color:var(--cometchat-primary-color,#6852d6);font:var(--cometchat-font-heading4-medium);text-align:left;font-style:normal}.cometchat-list__section{padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-4,16px)0 var(--cometchat-padding-4,16px);flex-direction:column;justify-content:flex-start;align-self:stretch;align-items:flex-start;gap:10px;display:flex}.cometchat-list-hide-scrollbar .cometchat-list__body::-webkit-scrollbar{display:none}.cometchat-list-hide-scrollbar .cometchat-list__body::-webkit-scrollbar-thumb{display:none}.cometchat-list__item-wrapper{flex-direction:column;display:flex}.cometchat-list-item{background:var(--cometchat-background-color-01,#fff);box-sizing:border-box;align-items:center;gap:var(--cometchat-padding-3,12px);padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-4,16px);width:100%;display:flex}.cometchat-list-item:hover{background:var(--cometchat-white-hover,#fafafa)}.cometchat-list-item:active{background:var(--cometchat-neutral-color-300,#e8e8e8)}.cometchat-list-item__body{justify-content:space-between;align-items:center;width:100%;padding:5px;display:flex;overflow:hidden}.cometchat-list-item__body-title{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading4-medium,500 16px Roboto);height:19px;margin-right:var(--cometchat-margin-1);text-overflow:ellipsis;white-space:nowrap;width:100%;line-height:120%;overflow:hidden}.cometchat-list-item__title-container{align-items:flex-start;gap:var(--cometchat-padding-1,4px);text-align:left;flex-direction:column;flex:1 0 0;width:100%;padding:0;display:flex;overflow:hidden}.cometchat-list-item__menu-view,.cometchat-list-item__trailing-view{justify-content:flex-end;align-items:center;width:24px;height:24px;display:flex}.cometchat-list-item__trailing-view-hidden{display:none}.cometchat-list-item__leading-view{border-radius:var(--cometchat-radius-max,1000px);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;padding:9px 9px 9px 10px;display:flex}.cometchat-list-item__body-subtitle{text-overflow:ellipsis;white-space:nowrap;align-self:stretch;align-items:flex-start;gap:4px;display:flex;overflow:hidden}.cometchat-list-item__status{display:none}.cometchat-list-item__status-icon_right{border:none;border-radius:16px;width:10px;height:10px;margin-left:20px;position:relative;bottom:20%}.cometchat-list-item__divider{background:gray;width:100%;height:1px}.cometchat-media-recorder__recorded,.cometchat-media-recorder__recording{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-4,16px);align-items:center;gap:var(--cometchat-padding-5,20px);height:inherit;padding:var(--cometchat-padding-5,20px);flex-direction:column;width:260px;display:flex;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-media-recorder__recording{justify-content:space-between}.cometchat-media-recorder{width:max-content}.cometchat-media-recorder .cometchat-audio-bubble{max-width:100%;padding-bottom:var(--cometchat-padding-2);width:100%}.cometchat-media-recorder .cometchat-audio-bubble .cometchat-audio-bubble__tail-view{display:none}.cometchat-media-recorder .cometchat-audio-bubble .cometchat-audio-bubble__body{align-items:center;gap:var(--cometchat-padding-2);flex-direction:row;justify-content:space-between;padding-right:0}.cometchat-media-recorder__recorded-control,.cometchat-media-recorder__recording-control{align-items:center;gap:20px;display:flex}.cometchat-media-recorder__recording-preview{align-items:center;gap:var(--cometchat-padding-1,4px);flex-direction:column;width:120px;display:flex}.cometchat-media-recorder__recorded-preview{background:var(--cometchat-primary-color,#6852d6);border-radius:var(--cometchat-radius-3,12px);padding:var(--cometchat-padding-2,8px)0;flex-direction:column;align-items:flex-start;gap:0;width:260px;display:flex}.cometchat-media-recorder__recorded-control-delete,.cometchat-media-recorder__recorded-control-record,.cometchat-media-recorder__recording-control-delete,.cometchat-media-recorder__recording-control-stop{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-max,1000px);cursor:pointer;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f}.cometchat-media-recorder__recording-control-stop-icon{background:var(--cometchat-icon-color-secondary,#a1a1a1);flex-shrink:0;width:24px;height:24px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='M6.5 15.692V8.308q0-.746.531-1.277A1.74 1.74 0 0 1 8.308 6.5h7.384q.746 0 1.277.531t.531 1.277v7.384q0 .746-.531 1.277a1.74 1.74 0 0 1-1.277.531H8.308a1.74 1.74 0 0 1-1.277-.531 1.74 1.74 0 0 1-.531-1.277'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='M6.5 15.692V8.308q0-.746.531-1.277A1.74 1.74 0 0 1 8.308 6.5h7.384q.746 0 1.277.531t.531 1.277v7.384q0 .746-.531 1.277a1.74 1.74 0 0 1-1.277.531H8.308a1.74 1.74 0 0 1-1.277-.531 1.74 1.74 0 0 1-.531-1.277'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-media-recorder__recorded-control-delete-icon,.cometchat-media-recorder__recording-control-delete-icon{background:var(--cometchat-icon-color-secondary,#a1a1a1);flex-shrink:0;width:24px;height:24px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='M7.308 20.5a1.74 1.74 0 0 1-1.277-.531 1.74 1.74 0 0 1-.531-1.277V6h-.25a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.535A.73.73 0 0 1 5.25 4.5H9q0-.367.259-.626a.85.85 0 0 1 .625-.259h4.232q.367 0 .625.259A.85.85 0 0 1 15 4.5h3.75q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535A.73.73 0 0 1 18.75 6h-.25v12.692q0 .746-.531 1.277a1.74 1.74 0 0 1-1.277.531zm2.846-3.5q.319 0 .534-.215a.73.73 0 0 0 .216-.535v-7.5a.73.73 0 0 0-.216-.534.73.73 0 0 0-.535-.216.73.73 0 0 0-.534.216.73.73 0 0 0-.215.534v7.5q0 .318.216.535a.73.73 0 0 0 .534.215m3.693 0q.318 0 .534-.215a.73.73 0 0 0 .215-.535v-7.5a.73.73 0 0 0-.216-.534.73.73 0 0 0-.534-.216.73.73 0 0 0-.534.216.73.73 0 0 0-.216.534v7.5q0 .318.216.535a.73.73 0 0 0 .535.215'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='M7.308 20.5a1.74 1.74 0 0 1-1.277-.531 1.74 1.74 0 0 1-.531-1.277V6h-.25a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.535A.73.73 0 0 1 5.25 4.5H9q0-.367.259-.626a.85.85 0 0 1 .625-.259h4.232q.367 0 .625.259A.85.85 0 0 1 15 4.5h3.75q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535A.73.73 0 0 1 18.75 6h-.25v12.692q0 .746-.531 1.277a1.74 1.74 0 0 1-1.277.531zm2.846-3.5q.319 0 .534-.215a.73.73 0 0 0 .216-.535v-7.5a.73.73 0 0 0-.216-.534.73.73 0 0 0-.535-.216.73.73 0 0 0-.534.216.73.73 0 0 0-.215.534v7.5q0 .318.216.535a.73.73 0 0 0 .534.215m3.693 0q.318 0 .534-.215a.73.73 0 0 0 .215-.535v-7.5a.73.73 0 0 0-.216-.534.73.73 0 0 0-.534-.216.73.73 0 0 0-.534.216.73.73 0 0 0-.216.534v7.5q0 .318.216.535a.73.73 0 0 0 .535.215'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-media-recorder__recorded-control-record-icon{background:var(--cometchat-icon-color-secondary,#a1a1a1);flex-shrink:0;width:24px;height:24px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cmask id='a' width='32' height='32' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h32v32H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23f44649' d='M16 18q-1.397 0-2.366-.968-.968-.968-.968-2.365v-8q0-1.398.968-2.366.969-.968 2.365-.968 1.398 0 2.366.968t.968 2.366v8q0 1.397-.968 2.365T16 18m-1 8.667v-3.395q-2.977-.345-5.103-2.446T7.407 15.7a.87.87 0 0 1 .223-.73.9.9 0 0 1 .703-.303q.426 0 .712.293.288.294.383.72.363 2.448 2.24 4.05 1.875 1.604 4.332 1.603 2.49 0 4.348-1.619 1.86-1.62 2.223-4.035.094-.425.382-.719a.96.96 0 0 1 .713-.293q.426 0 .703.304a.87.87 0 0 1 .223.729q-.364 2.955-2.473 5.086-2.11 2.13-5.12 2.486v3.395a.97.97 0 0 1-.287.712.97.97 0 0 1-.713.288.97.97 0 0 1-.712-.288.97.97 0 0 1-.288-.712'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cmask id='a' width='32' height='32' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h32v32H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23f44649' d='M16 18q-1.397 0-2.366-.968-.968-.968-.968-2.365v-8q0-1.398.968-2.366.969-.968 2.365-.968 1.398 0 2.366.968t.968 2.366v8q0 1.397-.968 2.365T16 18m-1 8.667v-3.395q-2.977-.345-5.103-2.446T7.407 15.7a.87.87 0 0 1 .223-.73.9.9 0 0 1 .703-.303q.426 0 .712.293.288.294.383.72.363 2.448 2.24 4.05 1.875 1.604 4.332 1.603 2.49 0 4.348-1.619 1.86-1.62 2.223-4.035.094-.425.382-.719a.96.96 0 0 1 .713-.293q.426 0 .703.304a.87.87 0 0 1 .223.729q-.364 2.955-2.473 5.086-2.11 2.13-5.12 2.486v3.395a.97.97 0 0 1-.287.712.97.97 0 0 1-.713.288.97.97 0 0 1-.712-.288.97.97 0 0 1-.288-.712'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-media-recorder__recorded-control-send,.cometchat-media-recorder__recording-control-pause,.cometchat-media-recorder__recording-control-record{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-max,1000px);cursor:pointer;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f}.cometchat-media-recorder__recording-control-error>.cometchat-media-recorder__recording-control-record-icon,.cometchat-media-recorder__recording-control-record-icon{flex-shrink:0;width:32px;height:32px;-webkit-mask-size:contain;mask-size:contain}.cometchat-media-recorder__recording-control-record-icon{background:var(--cometchat-error-color,#f44649);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cmask id='a' width='32' height='32' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h32v32H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23f44649' d='M16 18q-1.397 0-2.366-.968-.968-.968-.968-2.365v-8q0-1.398.968-2.366.969-.968 2.365-.968 1.398 0 2.366.968t.968 2.366v8q0 1.397-.968 2.365T16 18m-1 8.667v-3.395q-2.977-.345-5.103-2.446T7.407 15.7a.87.87 0 0 1 .223-.73.9.9 0 0 1 .703-.303q.426 0 .712.293.288.294.383.72.363 2.448 2.24 4.05 1.875 1.604 4.332 1.603 2.49 0 4.348-1.619 1.86-1.62 2.223-4.035.094-.425.382-.719a.96.96 0 0 1 .713-.293q.426 0 .703.304a.87.87 0 0 1 .223.729q-.364 2.955-2.473 5.086-2.11 2.13-5.12 2.486v3.395a.97.97 0 0 1-.287.712.97.97 0 0 1-.713.288.97.97 0 0 1-.712-.288.97.97 0 0 1-.288-.712'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cmask id='a' width='32' height='32' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h32v32H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23f44649' d='M16 18q-1.397 0-2.366-.968-.968-.968-.968-2.365v-8q0-1.398.968-2.366.969-.968 2.365-.968 1.398 0 2.366.968t.968 2.366v8q0 1.397-.968 2.365T16 18m-1 8.667v-3.395q-2.977-.345-5.103-2.446T7.407 15.7a.87.87 0 0 1 .223-.73.9.9 0 0 1 .703-.303q.426 0 .712.293.288.294.383.72.363 2.448 2.24 4.05 1.875 1.604 4.332 1.603 2.49 0 4.348-1.619 1.86-1.62 2.223-4.035.094-.425.382-.719a.96.96 0 0 1 .713-.293q.426 0 .703.304a.87.87 0 0 1 .223.729q-.364 2.955-2.473 5.086-2.11 2.13-5.12 2.486v3.395a.97.97 0 0 1-.287.712.97.97 0 0 1-.713.288.97.97 0 0 1-.712-.288.97.97 0 0 1-.288-.712'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.cometchat-media-recorder__recording-control-error>.cometchat-media-recorder__recording-control-record-icon{background:var(--cometchat-text-color-tertiary,#a1a1a1);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='M16.521 13.902a.7.7 0 0 1-.349-.454.75.75 0 0 1 .057-.575q.145-.256.225-.544.078-.289.119-.585a1.05 1.05 0 0 1 .287-.531.73.73 0 0 1 .534-.213q.32 0 .527.233a.7.7 0 0 1 .177.551 6 6 0 0 1-.185.928 4 4 0 0 1-.363.873.72.72 0 0 1-.449.366.74.74 0 0 1-.58-.05M12.83 9.739 9.67 6.56a1.8 1.8 0 0 1-.386-.58 1.8 1.8 0 0 1-.14-.694V5q0-1.048.725-1.774a2.41 2.41 0 0 1 1.774-.726q1.048 0 1.774.726T14.144 5v4.187q0 .52-.473.72-.473.201-.842-.168M10.894 20v-2.542a6.35 6.35 0 0 1-3.827-1.839Q5.473 14.043 5.2 11.775a.65.65 0 0 1 .167-.547.68.68 0 0 1 .527-.228q.32 0 .535.22t.286.54a4.8 4.8 0 0 0 1.68 3.038A4.85 4.85 0 0 0 11.645 16q.965 0 1.814-.344a4.9 4.9 0 0 0 1.502-.954l1.07 1.069a6.4 6.4 0 0 1-1.65 1.121 6.3 6.3 0 0 1-1.987.566V20a.73.73 0 0 1-.215.535.73.73 0 0 1-.535.215.73.73 0 0 1-.534-.215.73.73 0 0 1-.216-.535m8.446 1.189L2.206 4.053a.72.72 0 0 1-.213-.522A.7.7 0 0 1 2.206 3a.72.72 0 0 1 .527-.217q.31 0 .527.217l17.134 17.135q.209.207.213.522a.7.7 0 0 1-.213.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.217'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='M16.521 13.902a.7.7 0 0 1-.349-.454.75.75 0 0 1 .057-.575q.145-.256.225-.544.078-.289.119-.585a1.05 1.05 0 0 1 .287-.531.73.73 0 0 1 .534-.213q.32 0 .527.233a.7.7 0 0 1 .177.551 6 6 0 0 1-.185.928 4 4 0 0 1-.363.873.72.72 0 0 1-.449.366.74.74 0 0 1-.58-.05M12.83 9.739 9.67 6.56a1.8 1.8 0 0 1-.386-.58 1.8 1.8 0 0 1-.14-.694V5q0-1.048.725-1.774a2.41 2.41 0 0 1 1.774-.726q1.048 0 1.774.726T14.144 5v4.187q0 .52-.473.72-.473.201-.842-.168M10.894 20v-2.542a6.35 6.35 0 0 1-3.827-1.839Q5.473 14.043 5.2 11.775a.65.65 0 0 1 .167-.547.68.68 0 0 1 .527-.228q.32 0 .535.22t.286.54a4.8 4.8 0 0 0 1.68 3.038A4.85 4.85 0 0 0 11.645 16q.965 0 1.814-.344a4.9 4.9 0 0 0 1.502-.954l1.07 1.069a6.4 6.4 0 0 1-1.65 1.121 6.3 6.3 0 0 1-1.987.566V20a.73.73 0 0 1-.215.535.73.73 0 0 1-.535.215.73.73 0 0 1-.534-.215.73.73 0 0 1-.216-.535m8.446 1.189L2.206 4.053a.72.72 0 0 1-.213-.522A.7.7 0 0 1 2.206 3a.72.72 0 0 1 .527-.217q.31 0 .527.217l17.134 17.135q.209.207.213.522a.7.7 0 0 1-.213.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.217'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.cometchat-media-recorder__recording-control-error{pointer-events:none}.cometchat-media-recorder__recording-control-pause-icon{background:var(--cometchat-error-color,#f44649);flex-shrink:0;width:32px;height:32px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='M15.5 18.5q-.613 0-1.057-.443A1.44 1.44 0 0 1 14 17V7q0-.613.443-1.057A1.44 1.44 0 0 1 15.5 5.5h.75q.613 0 1.057.443.443.444.443 1.057v10q0 .613-.443 1.057a1.44 1.44 0 0 1-1.057.443zm-7.75 0q-.613 0-1.057-.443A1.44 1.44 0 0 1 6.25 17V7q0-.613.443-1.057A1.44 1.44 0 0 1 7.75 5.5h.75q.613 0 1.057.443Q10 6.387 10 7v10q0 .613-.443 1.057A1.44 1.44 0 0 1 8.5 18.5z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='M15.5 18.5q-.613 0-1.057-.443A1.44 1.44 0 0 1 14 17V7q0-.613.443-1.057A1.44 1.44 0 0 1 15.5 5.5h.75q.613 0 1.057.443.443.444.443 1.057v10q0 .613-.443 1.057a1.44 1.44 0 0 1-1.057.443zm-7.75 0q-.613 0-1.057-.443A1.44 1.44 0 0 1 6.25 17V7q0-.613.443-1.057A1.44 1.44 0 0 1 7.75 5.5h.75q.613 0 1.057.443Q10 6.387 10 7v10q0 .613-.443 1.057A1.44 1.44 0 0 1 8.5 18.5z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-media-recorder__recorded-control-send-icon{background:var(--cometchat-icon-color-highlight,#6852d6);flex-shrink:0;width:32px;height:32px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='M6.767 18.723a.9.9 0 0 1-.86-.077.84.84 0 0 1-.407-.752v-4.221L12.423 12 5.5 10.327V6.106q0-.494.407-.752a.9.9 0 0 1 .86-.077l13.956 5.885q.558.249.558.84 0 .59-.558.836z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='M6.767 18.723a.9.9 0 0 1-.86-.077.84.84 0 0 1-.407-.752v-4.221L12.423 12 5.5 10.327V6.106q0-.494.407-.752a.9.9 0 0 1 .86-.077l13.956 5.885q.558.249.558.84 0 .59-.558.836z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-media-recorder__recording-preview-paused,.cometchat-media-recorder__recording-preview-recording{background:var(--cometchat-icon-color-highlight,#6852d6);border-radius:var(--cometchat-radius-max,1000px);flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.cometchat-media-recorder__recording-preview-paused-icon,.cometchat-media-recorder__recording-preview-recording-icon{background:var(--cometchat-icon-color-white,#fff);flex-shrink:0;width:48px;height:48px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none' viewBox='0 0 48 48'%3E%3Cmask id='a' width='48' height='48' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h48v48H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' d='M24 27q-2.096 0-3.549-1.452T19 22V10q0-2.096 1.452-3.548T24 5q2.097 0 3.548 1.452T29 10v12q0 2.096-1.452 3.548T24 27m-1.5 13v-5.093q-4.467-.515-7.655-3.668t-3.734-7.689q-.08-.638.334-1.094A1.36 1.36 0 0 1 12.5 22q.638 0 1.07.44.43.44.573 1.079.546 3.674 3.36 6.077Q20.313 32 23.998 32q3.735 0 6.523-2.429 2.789-2.428 3.335-6.052.143-.639.573-1.078Q34.86 22 35.5 22q.638 0 1.053.456t.335 1.094q-.547 4.435-3.71 7.629T25.5 34.908V40q0 .639-.43 1.069a1.45 1.45 0 0 1-1.07.431 1.45 1.45 0 0 1-1.069-.431A1.45 1.45 0 0 1 22.5 40'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none' viewBox='0 0 48 48'%3E%3Cmask id='a' width='48' height='48' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h48v48H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' d='M24 27q-2.096 0-3.549-1.452T19 22V10q0-2.096 1.452-3.548T24 5q2.097 0 3.548 1.452T29 10v12q0 2.096-1.452 3.548T24 27m-1.5 13v-5.093q-4.467-.515-7.655-3.668t-3.734-7.689q-.08-.638.334-1.094A1.36 1.36 0 0 1 12.5 22q.638 0 1.07.44.43.44.573 1.079.546 3.674 3.36 6.077Q20.313 32 23.998 32q3.735 0 6.523-2.429 2.789-2.428 3.335-6.052.143-.639.573-1.078Q34.86 22 35.5 22q.638 0 1.053.456t.335 1.094q-.547 4.435-3.71 7.629T25.5 34.908V40q0 .639-.43 1.069a1.45 1.45 0 0 1-1.07.431 1.45 1.45 0 0 1-1.069-.431A1.45 1.45 0 0 1 22.5 40'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-media-recorder__recording-preview-disabled{background:var(--cometchat-icon-color-highlight,#6852d6);border-radius:var(--cometchat-radius-max,1000px);opacity:.2;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.cometchat-media-recorder__recording-preview-disabled-icon{background:var(--cometchat-icon-color-white,#fff);flex-shrink:0;width:48px;height:48px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none' viewBox='0 0 48 48'%3E%3Cmask id='a' width='48' height='48' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h48v48H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' d='M24 27q-2.096 0-3.549-1.452T19 22V10q0-2.096 1.452-3.548T24 5q2.097 0 3.548 1.452T29 10v12q0 2.096-1.452 3.548T24 27m-1.5 13v-5.093q-4.467-.515-7.655-3.668t-3.734-7.689q-.08-.638.334-1.094A1.36 1.36 0 0 1 12.5 22q.638 0 1.07.44.43.44.573 1.079.546 3.674 3.36 6.077Q20.313 32 23.998 32q3.735 0 6.523-2.429 2.789-2.428 3.335-6.052.143-.639.573-1.078Q34.86 22 35.5 22q.638 0 1.053.456t.335 1.094q-.547 4.435-3.71 7.629T25.5 34.908V40q0 .639-.43 1.069a1.45 1.45 0 0 1-1.07.431 1.45 1.45 0 0 1-1.069-.431A1.45 1.45 0 0 1 22.5 40'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none' viewBox='0 0 48 48'%3E%3Cmask id='a' width='48' height='48' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h48v48H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' d='M24 27q-2.096 0-3.549-1.452T19 22V10q0-2.096 1.452-3.548T24 5q2.097 0 3.548 1.452T29 10v12q0 2.096-1.452 3.548T24 27m-1.5 13v-5.093q-4.467-.515-7.655-3.668t-3.734-7.689q-.08-.638.334-1.094A1.36 1.36 0 0 1 12.5 22q.638 0 1.07.44.43.44.573 1.079.546 3.674 3.36 6.077Q20.313 32 23.998 32q3.735 0 6.523-2.429 2.789-2.428 3.335-6.052.143-.639.573-1.078Q34.86 22 35.5 22q.638 0 1.053.456t.335 1.094q-.547 4.435-3.71 7.629T25.5 34.908V40q0 .639-.43 1.069a1.45 1.45 0 0 1-1.07.431 1.45 1.45 0 0 1-1.069-.431A1.45 1.45 0 0 1 22.5 40'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-media-recorder__recording-preview-duration{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading4-regular,400 16px Roboto);text-align:center;align-self:stretch;line-height:120%}.cometchat-media-recorder__error{background:var(--cometchat-background-color-02,#fafafa);border-radius:var(--cometchat-radius-4)var(--cometchat-radius-4)0 0;align-items:flex-start;gap:var(--cometchat-padding-2);padding:var(--cometchat-padding-2);z-index:2;justify-content:flex-start;width:260px;display:flex;position:absolute;bottom:100%}.cometchat-media-recorder__error-content{gap:var(--cometchat-padding-1);flex-direction:column;display:flex}.cometchat-media-recorder__error-content-title{font:var(--cometchat-font-caption1-bold)}.cometchat-media-recorder__error-content-subtitle{font:var(--cometchat-font-caption1-regular)}.cometchat-media-recorder__error-content-subtitle,.cometchat-media-recorder__error-content-title{color:var(--cometchat-text-color-secondary,#727272);text-align:left}.cometchat-media-recorder__error-icon-wrapper{background:var(--cometchat-error-color);border-radius:var(--cometchat-radius-max);justify-content:center;align-items:center;width:16px;height:16px;display:flex}.cometchat-media-recorder__error-icon{background:var(--cometchat-static-white);flex-shrink:0;width:16px;height:16px;transform:rotate(180deg);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M11.997 16.917q.37 0 .612-.239a.82.82 0 0 0 .241-.608q0-.37-.238-.612a.82.82 0 0 0-.609-.241q-.37 0-.61.239a.82.82 0 0 0-.243.608q0 .37.24.611.237.242.607.242m.065-3.8q.33 0 .56-.232a.77.77 0 0 0 .228-.564V7.754a.76.76 0 0 0-.232-.555.76.76 0 0 0-.558-.232.76.76 0 0 0-.564.232.76.76 0 0 0-.229.555v4.567q0 .333.232.565a.77.77 0 0 0 .563.23'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M11.997 16.917q.37 0 .612-.239a.82.82 0 0 0 .241-.608q0-.37-.238-.612a.82.82 0 0 0-.609-.241q-.37 0-.61.239a.82.82 0 0 0-.243.608q0 .37.24.611.237.242.607.242m.065-3.8q.33 0 .56-.232a.77.77 0 0 0 .228-.564V7.754a.76.76 0 0 0-.232-.555.76.76 0 0 0-.558-.232.76.76 0 0 0-.564.232.76.76 0 0 0-.229.555v4.567q0 .333.232.565a.77.77 0 0 0 .563.23'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-message-bubble__wrapper{box-sizing:border-box;align-items:flex-start;gap:var(--cometchat-padding-2,8px);max-width:100%;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-4,16px);flex:1 0 0;width:100%;display:flex;position:relative}.cometchat-message-bubble .cometchat-reactions{width:100%;margin-top:-4px}.cometchat-message-bubble-outgoing .cometchat-reactions{justify-content:flex-end}.cometchat-message-bubble-incoming .cometchat-reactions{justify-content:flex-start}.cometchat-message-bubble__leading-view{border-radius:inherit;align-self:flex-start;width:-moz-fit-content;width:fit-content;position:relative}.cometchat-message-bubble{border-radius:inherit;flex-direction:column;flex:1 1 0;width:100%;display:flex;position:relative}.cometchat-message-bubble,.cometchat-message-bubble-incoming{justify-content:flex-start;align-items:flex-start}.cometchat-message-bubble__text-message .cometchat-message-bubble__body-content-view{align-self:flex-start;width:-moz-fit-content;width:fit-content;max-width:100%;display:flex}.cometchat-message-bubble .cometchat-text-bubble__body-text{text-align:left}.cometchat-message-bubble-outgoing{justify-content:flex-end;align-items:flex-end}.cometchat-message-bubble-action{justify-content:center;align-items:center}.cometchat-message-bubble-incoming .cometchat-message-bubble__body{background:var(--cometchat-neutral-color-300)}.cometchat-message-bubble-outgoing .cometchat-message-bubble__body{background:var(--cometchat-primary-color)}.cometchat-message-bubble__body{border-radius:var(--cometchat-radius-3,12px);padding:var(--cometchat-padding-1,4px)var(--cometchat-padding-1,4px)0 var(--cometchat-padding-1,4px);flex-direction:column;align-items:flex-end;display:flex}.cometchat-message-bubble__body-wrapper{order:2}.cometchat-message-bubble__header-view{justify-content:flex-start;align-items:flex-start;display:flex}.cometchat-message-bubble__options{padding:0 var(--cometchat-padding-2,8px);background:0 0;justify-content:flex-start;align-items:center;display:flex}.cometchat-message-bubble-incoming .cometchat-message-bubble__options{order:3}.cometchat-message-bubble-outgoing .cometchat-message-bubble__options{order:1}.cometchat-popover__content{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-5,16px);z-index:2;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;position:fixed;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-popover__content-tooltip-bottom,.cometchat-popover__content-tooltip-top{background:var(--cometchat-static-black,#141414);width:100%;height:6px;position:absolute;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='9' fill='none' viewBox='0 0 32 9'%3E%3Cpath fill='%23141414' d='M22.071.485c.891 0 1.337 1.077.707 1.707l-6.07 6.071a1 1 0 0 1-1.415 0l-6.071-6.07c-.63-.63-.184-1.708.707-1.708z'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-popover__content-tooltip-top{bottom:-7px}.cometchat-popover__content-tooltip-bottom{top:-7px;transform:rotate(180deg)}.cometchat-quick-view{box-sizing:border-box;background:#efefef;border-radius:8px;width:100%;min-width:190px;height:-moz-fit-content;height:fit-content;padding:5px;position:relative}.cometchat-quick-view__content{margin-left:14px}.cometchat-quick-view__container{align-items:center;display:flex}.cometchat-quick-view-button{background:0 0;border:none;border-radius:0;width:16px;height:16px;position:absolute;top:2px;right:4px}.cometchat-quick-view-bar{background:"black";height:90%;width:"4px";border-radius:5px;position:absolute;top:5%;left:5px}.cometchat-quick-view-title{color:"grey";font:"600 13px Inter, sans-serif";margin-top:5px;margin-bottom:10px;padding:0}.cometchat-quick-view-subtitle{color:"grey";font:"400 13px Inter, sans-serif";text-align:left;margin-top:5px;margin-bottom:5px;padding:0}.cometchat-radiobutton{align-items:center;display:inline-flex;position:relative}.cometchat-radiobutton__label input{cursor:pointer;opacity:0;width:0;height:0;position:absolute}.cometchat-radiobutton__selected{border:1.5px solid var(--cometchat-border-color-default,#e8e8e8);border-radius:var(--cometchat-radius-max,1000px);flex-shrink:0;width:24px;height:24px;display:inline-block;position:relative}.cometchat-radiobutton:hover .cometchat-radiobutton__selected{border:1.5px solid var(--cometchat-border-color-dark,#dcdcdc);cursor:pointer}.cometchat-radiobutton input[type=radio]:checked+.cometchat-radiobutton__selected{border:1.5px solid var(--cometchat-primary-color,#6852d6)}.cometchat-radiobutton input[type=radio]{opacity:0;position:absolute}.cometchat-radiobutton__selected:after{background-color:var(--cometchat-primary-color,#6852d6);border-radius:var(--cometchat-radius-max,1000px);content:"";width:50%;height:50%;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cometchat-radiobutton input[type=radio]:checked+.cometchat-radiobutton__selected:after{display:block}.cometchat-radiobutton__label{color:var(--cometchat-text-color-secondary);font:var(--cometchat-font-body-regular);align-items:center;gap:var(--cometchat-radius-2,8px);display:flex}.cometchat-search-bar{background:var(--cometchat-background-color-03);border:1px solid var(--cometchat-border-color-light);border-radius:var(--cometchat-radius-max,1000px);padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-3,12px);flex:1 0 0;align-self:stretch;align-items:center;display:flex}.cometchat-search-bar__input{border-radius:none;color:var(--cometchat-text-color-primary);font:var(--cometchat-font-heading4-regular);height:100%;padding-left:var(--cometchat-padding-1);background:0 0;border:none;outline:none;width:100%;font-style:normal}.cometchat-search-bar__icon{background:var(--cometchat-icon-color-secondary);justify-content:center;align-items:center;width:24px;height:24px;display:flex;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='gray' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.25' d='M4.96 11.531a5.01 5.01 0 1 0 9.223-3.92 5.01 5.01 0 0 0-9.223 3.92M13.114 13.114 17 17'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='gray' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.25' d='M4.96 11.531a5.01 5.01 0 1 0 9.223-3.92 5.01 5.01 0 0 0-9.223 3.92M13.114 13.114 17 17'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-search-bar__input::placeholder{color:var(--cometchat-text-color-tertiary);font:var(--cometchat-font-heading4-regular);font-style:normal}:host{text-align:center;width:100%}.cc-single_select-option{box-sizing:border-box;color:gray;cursor:pointer;background:#fff;border:1px solid #dedede;border-radius:2px;justify-content:center;align-items:center;min-width:80px;min-height:20px;padding:10px;font:400 14px Inter;display:flex}.cc-single_select-option :hover{color:#000;background:#efefef;font:400 14px Inter}.cc-single_select-wrapper{border:none;border-radius:6px;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.cometchat-text-bubble{border-radius:var(--cometchat-radius-3,12px);max-width:630px;padding:var(--cometchat-padding-1)var(--cometchat-padding-2)var(--cometchat-padding-2)var(--cometchat-padding-2);justify-content:flex-start;align-self:flex-end;align-items:center;width:auto;display:flex}.cometchat-text-bubble__body-text{text-align:left;white-space:pre-line;word-break:break-word;padding-top:var(--cometchat-padding-1);-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.cometchat-text-bubble.cometchat-text-bubble-incoming{background:var(--cometchat-neutral-color-300)}.cometchat-text-bubble.cometchat-text-bubble-outgoing{background:var(--cometchat-primary-color)}.cometchat-text-bubble.cometchat-text-bubble-incoming .cometchat-text-bubble__body-text{color:var(--cometchat-neutral-color-900);font:var(--cometchat-font-body-regular);font-style:normal}.cometchat-text-bubble.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text{color:var(--cometchat-static-white);font:var(--cometchat-font-body-regular);font-style:normal}.cometchat-text-bubble__body{flex-direction:column;display:flex;position:relative}.cometchat-text-bubble__read-less,.cometchat-text-bubble__read-more{cursor:pointer;font:var(--cometchat-font-body-regular);padding:var(--cometchat-padding-1);align-self:flex-end;width:-moz-fit-content;width:fit-content;font-style:normal;display:flex}.cometchat-text-bubble-outgoing .cometchat-text-bubble__read-less,.cometchat-text-bubble-outgoing .cometchat-text-bubble__read-more{color:var(--cometchat-static-white)}.cometchat-text-bubble-incoming .cometchat-text-bubble__read-less,.cometchat-text-bubble-incoming .cometchat-text-bubble__read-more{color:var(--cometchat-text-color-highlight)}.cometchat-text-bubble .cometchat-text-bubble__body-text.cometchat-text-bubble__body-text-emoji{font:var(--cometchat-font-title-regular)}@media (max-width:1000px){.cometchat-text-bubble{max-width:420px}}@media (max-width:768px){.cometchat-text-bubble{max-width:280px}}.cometchat-video-bubble{border-radius:var(--cometchat-radius-3,12px);cursor:pointer;flex-direction:column;justify-content:center;align-items:flex-start;width:auto;max-width:250px;height:auto;max-height:350px;padding:0;display:flex;overflow:hidden}.cometchat-video-bubble__body{border-radius:inherit;object-fit:cover;width:100%;height:100%;margin:0;overflow:hidden}.cometchat-video-bubble-incoming{background:var(--cometchat-neutral-color-300)}.cometchat-video-bubble-outgoing{background:var(--cometchat-primary-color)}.cometchat-create-poll{background-color:var(--cometchat-background-color-01,#fff);border-radius:var(--cometchat-radius-3,12px);align-self:stretch;align-items:center;gap:var(--cometchat-padding-2,8px);flex-direction:column;flex-shrink:0;width:420px;height:480px;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-create-poll__header{border-bottom:1px solid var(--cometchat-border-color-default,#e8e8e8);padding:var(--cometchat-radius-3,12px);justify-content:space-between;align-self:stretch;align-items:center;display:flex}.cometchat-create-poll__header-title{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading2-bold);text-align:center;font-style:normal;line-height:120%}.cometchat-create-poll__header-close-icon{background-color:var(--cometchat-icon-color-primary,#141414);cursor:pointer;border:none;justify-content:center;align-items:center;width:24px;height:24px;display:flex;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='m12 13.054-5.073 5.073a.73.73 0 0 1-.523.213.7.7 0 0 1-.531-.213.72.72 0 0 1-.218-.527q0-.31.218-.527L10.946 12 5.873 6.927a.73.73 0 0 1-.213-.522.7.7 0 0 1 .213-.532.72.72 0 0 1 .527-.217q.31 0 .527.217L12 10.946l5.073-5.073a.73.73 0 0 1 .522-.212.7.7 0 0 1 .532.212q.216.217.217.527a.72.72 0 0 1-.218.527L13.054 12l5.073 5.073q.209.209.213.522a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.217z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='m12 13.054-5.073 5.073a.73.73 0 0 1-.523.213.7.7 0 0 1-.531-.213.72.72 0 0 1-.218-.527q0-.31.218-.527L10.946 12 5.873 6.927a.73.73 0 0 1-.213-.522.7.7 0 0 1 .213-.532.72.72 0 0 1 .527-.217q.31 0 .527.217L12 10.946l5.073-5.073a.73.73 0 0 1 .522-.212.7.7 0 0 1 .532.212q.216.217.217.527a.72.72 0 0 1-.218.527L13.054 12l5.073 5.073q.209.209.213.522a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.217z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.cometchat-create-poll__body{height:100%;padding:var(--cometchat-padding-4,16px);flex-direction:column;justify-content:flex-start;width:100%;margin:0;display:flex;overflow:hidden}.cometchat-create-poll__body-question{gap:var(--cometchat-padding-1,4px);text-align:left;flex-direction:column;display:flex}.cometchat-create-poll__body-question-title{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading4-medium);font-style:normal;line-height:120%}.cometchat-create-poll__body-question-input{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-2,8px);color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-body-regular);align-items:center;gap:var(--cometchat-padding-1,4px);min-width:90px;height:36px;padding:var(--cometchat-padding-2,8px);outline:none;flex:1 0 0;width:100%;font-style:normal;display:flex}.cometchat-create-poll__body-options-wrapper{align-items:flex-start;gap:var(--cometchat-padding-2,8px);margin-bottom:var(--cometchat-padding-2,8px);max-height:64%;padding-top:var(--cometchat-padding-5,20px);flex-direction:column;display:flex;overflow:hidden}.cometchat-create-poll__body-options-title{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading4-medium);font-style:normal}.cometchat-create-poll__body-options{align-items:flex-start;gap:var(--cometchat-padding-2,8px);scrollbar-width:none;flex-direction:column;width:100%;height:100%;display:flex;overflow-y:scroll}.cometchat-create-poll__body-option-input{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-light,#f5f5f5);color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-body-regular);align-items:center;gap:var(--cometchat-padding-1,4px);min-width:90px;height:36px;padding:var(--cometchat-padding-2,8px);border-radius:8px;outline:none;flex:1 0 0;width:100%;font-style:normal;display:flex}.cometchat-create-poll__body-options-add-button{background-color:initial;color:var(--cometchat-text-color-highlight,#6852d6);cursor:pointer;font:var(--cometchat-font-caption1-medium);padding-bottom:var(--cometchat-padding-2);text-align:left;border:none;justify-content:flex-start;font-style:normal;line-height:120%;display:flex}.cometchat-create-poll__body-option-remove-button{background-color:var(--cometchat-icon-color-secondary,#a1a1a1);cursor:pointer;border:none;justify-content:center;align-self:center;align-items:center;width:24px;height:24px;display:flex;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='m12 13.054-5.073 5.073a.73.73 0 0 1-.523.213.7.7 0 0 1-.531-.213.72.72 0 0 1-.218-.527q0-.31.218-.527L10.946 12 5.873 6.927a.73.73 0 0 1-.213-.522.7.7 0 0 1 .213-.532.72.72 0 0 1 .527-.217q.31 0 .527.217L12 10.946l5.073-5.073a.73.73 0 0 1 .522-.212.7.7 0 0 1 .532.212q.216.217.217.527a.72.72 0 0 1-.218.527L13.054 12l5.073 5.073q.209.209.213.522a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.217z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='m12 13.054-5.073 5.073a.73.73 0 0 1-.523.213.7.7 0 0 1-.531-.213.72.72 0 0 1-.218-.527q0-.31.218-.527L10.946 12 5.873 6.927a.73.73 0 0 1-.213-.522.7.7 0 0 1 .213-.532.72.72 0 0 1 .527-.217q.31 0 .527.217L12 10.946l5.073-5.073a.73.73 0 0 1 .522-.212.7.7 0 0 1 .532.212q.216.217.217.527a.72.72 0 0 1-.218.527L13.054 12l5.073 5.073q.209.209.213.522a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.217z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-create-poll__button{width:100%;height:40px}.cometchat-create-poll__button>.cometchat{width:100%;height:100%}.cometchat-create-poll__button .cometchat-button{background:var(--cometchat-primary-button-background,#6852d6);border-radius:var(--cometchat-radius-2,8px);color:var(--cometchat-primary-button-icon,#fff);cursor:pointer;font:var(--cometchat-font-button-medium);height:100%;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-5,20px);text-align:left;border:none;justify-content:center;align-items:center;width:100%;font-style:normal;line-height:120%;display:flex}.cometchat-create-poll__button-disabled .cometchat-button{background:var(--cometchat-background-color-04,#e8e8e8);color:var(--cometchat-static-white,#fff);pointer-events:none}.cometchat-create-poll__body-option{align-items:center;gap:var(--cometchat-padding-1,4px);justify-content:space-between;width:100%;display:flex;position:relative}.cometchat-create-poll-backdrop{z-index:10;background:#141414cc;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.cometchat-create-poll__footer{border-top:1px solid var(--cometchat-border-color-light,#f5f5f5);padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px)var(--cometchat-padding-5)var(--cometchat-padding-4,16px);flex-direction:column;align-items:flex-start;width:100%;display:flex;position:absolute;bottom:0}.cometchat-create-poll__error-icon{background-color:var(--cometchat-error-color,#f44649);cursor:pointer;border:none;justify-content:center;align-self:center;align-items:center;width:24px;height:24px;display:flex;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%23f44649' d='M7.999 11.779q.246 0 .407-.16a.55.55 0 0 0 .161-.405q0-.246-.159-.408a.55.55 0 0 0-.405-.16q-.247 0-.408.159a.55.55 0 0 0-.16.405q0 .246.158.407A.55.55 0 0 0 8 11.78m.043-2.534a.5.5 0 0 0 .373-.154.52.52 0 0 0 .152-.376V5.67a.5.5 0 0 0-.155-.37.5.5 0 0 0-.372-.155.5.5 0 0 0-.375.155.5.5 0 0 0-.153.37v3.045q0 .222.155.376a.51.51 0 0 0 .375.154m-.038 5.811a6.3 6.3 0 0 1-2.551-.518A6.7 6.7 0 0 1 3.37 13.13a6.7 6.7 0 0 1-1.407-2.084 6.3 6.3 0 0 1-.518-2.55q0-1.359.518-2.554a6.6 6.6 0 0 1 1.409-2.08A6.7 6.7 0 0 1 5.455 2.46a6.4 6.4 0 0 1 2.55-.515q1.359 0 2.554.517t2.081 1.403a6.6 6.6 0 0 1 1.401 2.081q.515 1.195.515 2.551a6.4 6.4 0 0 1-.515 2.552 6.6 6.6 0 0 1-1.403 2.08 6.7 6.7 0 0 1-2.082 1.407 6.3 6.3 0 0 1-2.552.52m.002-1.055q2.286 0 3.89-1.61 1.605-1.608 1.605-3.895t-1.602-3.891Q10.297 3 8.001 3.001q-2.28 0-3.89 1.601Q2.5 6.205 2.5 8.5q0 2.281 1.61 3.891 1.608 1.61 3.895 1.61'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%23f44649' d='M7.999 11.779q.246 0 .407-.16a.55.55 0 0 0 .161-.405q0-.246-.159-.408a.55.55 0 0 0-.405-.16q-.247 0-.408.159a.55.55 0 0 0-.16.405q0 .246.158.407A.55.55 0 0 0 8 11.78m.043-2.534a.5.5 0 0 0 .373-.154.52.52 0 0 0 .152-.376V5.67a.5.5 0 0 0-.155-.37.5.5 0 0 0-.372-.155.5.5 0 0 0-.375.155.5.5 0 0 0-.153.37v3.045q0 .222.155.376a.51.51 0 0 0 .375.154m-.038 5.811a6.3 6.3 0 0 1-2.551-.518A6.7 6.7 0 0 1 3.37 13.13a6.7 6.7 0 0 1-1.407-2.084 6.3 6.3 0 0 1-.518-2.55q0-1.359.518-2.554a6.6 6.6 0 0 1 1.409-2.08A6.7 6.7 0 0 1 5.455 2.46a6.4 6.4 0 0 1 2.55-.515q1.359 0 2.554.517t2.081 1.403a6.6 6.6 0 0 1 1.401 2.081q.515 1.195.515 2.551a6.4 6.4 0 0 1-.515 2.552 6.6 6.6 0 0 1-1.403 2.08 6.7 6.7 0 0 1-2.082 1.407 6.3 6.3 0 0 1-2.552.52m.002-1.055q2.286 0 3.89-1.61 1.605-1.608 1.605-3.895t-1.602-3.891Q10.297 3 8.001 3.001q-2.28 0-3.89 1.601Q2.5 6.205 2.5 8.5q0 2.281 1.61 3.891 1.608 1.61 3.895 1.61'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-create-poll__error{border-radius:var(--cometchat-radius-2,8px);align-self:stretch;align-items:center;gap:var(--cometchat-padding-1,4px);padding:var(--cometchat-padding-1,4px)var(--cometchat-padding-2,8px);background:#f446491a;justify-content:center;display:flex}.cometchat-create-poll__error-text{color:var(--cometchat-error-color,#f44649);font:var(--cometchat-font-body-regular);font-style:normal}.cometchat-create-poll__loading-icon{background-color:var(--cometchat-static-white,#fff);cursor:pointer;border:none;justify-content:center;align-self:center;align-items:center;width:24px;height:24px;display:flex;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23f9f8fd' d='M12 22a9.7 9.7 0 0 1-3.875-.788 10.1 10.1 0 0 1-3.187-2.15 10.1 10.1 0 0 1-2.15-3.187A9.7 9.7 0 0 1 2 12q0-2.075.788-3.887a10.2 10.2 0 0 1 2.15-3.175 10.1 10.1 0 0 1 3.187-2.15A9.7 9.7 0 0 1 12 2q.424 0 .713.288Q13 2.575 13 3q0 .424-.287.712A.97.97 0 0 1 12 4Q8.675 4 6.338 6.338 4 8.675 4 12t2.338 5.663T12 20t5.663-2.337T20 12q0-.424.288-.713A.97.97 0 0 1 21 11q.424 0 .712.287.288.288.288.713a9.7 9.7 0 0 1-.788 3.875 10.1 10.1 0 0 1-2.15 3.188 10.2 10.2 0 0 1-3.175 2.15A9.65 9.65 0 0 1 12 22'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23f9f8fd' d='M12 22a9.7 9.7 0 0 1-3.875-.788 10.1 10.1 0 0 1-3.187-2.15 10.1 10.1 0 0 1-2.15-3.187A9.7 9.7 0 0 1 2 12q0-2.075.788-3.887a10.2 10.2 0 0 1 2.15-3.175 10.1 10.1 0 0 1 3.187-2.15A9.7 9.7 0 0 1 12 2q.424 0 .713.288Q13 2.575 13 3q0 .424-.287.712A.97.97 0 0 1 12 4Q8.675 4 6.338 6.338 4 8.675 4 12t2.338 5.663T12 20t5.663-2.337T20 12q0-.424.288-.713A.97.97 0 0 1 21 11q.424 0 .712.287.288.288.288.713a9.7 9.7 0 0 1-.788 3.875 10.1 10.1 0 0 1-2.15 3.188 10.2 10.2 0 0 1-3.175 2.15A9.65 9.65 0 0 1 12 22'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-create-poll__body-options-add-button-disabled{color:var(--cometchat-text-color-disabled,#dcdcdc);font:var(--cometchat-font-caption1-medium)}@media (max-width:768px){.cometchat-create-poll{width:360px}}.cometchat-link-bubble{border-radius:var(--cometchat-radius-3,12px);flex-direction:column;align-self:stretch;align-items:flex-end;width:240px;max-width:240px;padding:0;display:flex}.cometchat-link-bubble-incoming{background:var(--cometchat-neutral-color-300,#e8e8e8)}.cometchat-link-bubble-outgoing{background:var(--cometchat-primary-color,#6852d6)}.cometchat-link-bubble__preview-image{background:var(--cometchat-static-black,#0a0914);border-radius:var(--cometchat-radius-3,12px)var(--cometchat-radius-3,12px)0 0;cursor:pointer;align-self:stretch;width:100%;height:50%}.cometchat-link-bubble__preview-body{border-radius:0 0 var(--cometchat-radius-2)var(--cometchat-radius-2);align-self:stretch;align-items:flex-start;gap:var(--cometchat-padding-1,4px);padding:var(--cometchat-padding-2,8px);display:flex}.cometchat-link-bubble__preview-body-rounded{border-radius:var(--cometchat-radius-2)}.cometchat-link-bubble-incoming .cometchat-link-bubble__preview-body{background:var(--cometchat-neutral-color-400,#dcdcdc)}.cometchat-link-bubble-outgoing .cometchat-link-bubble__preview-body{background:var(--cometchat-extended-primary-color-900,#5d49be)}.cometchat-link-bubble__preview-body-content-title{font:var(--cometchat-font-body-bold);font-style:normal}.cometchat-link-bubble-outgoing .cometchat-link-bubble__preview-body-content-title{color:var(--cometchat-static-white,#fff)}.cometchat-link-bubble__preview-body-content-description{font:var(--cometchat-font-caption1-regular);font-style:normal}.cometchat-link-bubble-incoming .cometchat-link-bubble__preview-body-content-title{color:var(--cometchat-neutral-color-900,#141414)}.cometchat-link-bubble-outgoing .cometchat-link-bubble__preview-body-content-description{color:var(--cometchat-static-white,#fff)}.cometchat-link-bubble__preview-body-content-link{cursor:pointer;font:var(--cometchat-font-caption1-regular);opacity:.6;font-style:normal}.cometchat-link-bubble-incoming .cometchat-link-bubble__preview-body-content-link{color:var(--cometchat-neutral-color-900,#141414)}.cometchat-link-bubble-outgoing .cometchat-link-bubble__preview-body-content-link{color:var(--cometchat-static-white,#fff)}.cometchat-link-bubble__body{width:100%}.cometchat-link-bubble__body .cometchat-url{font:var(--cometchat-font-body-regular);font-style:normal}.cometchat-link-bubble-incoming .cometchat-link-bubble__body{color:var(--cometchat-info-color,#0b7bea)}.cometchat-link-bubble-outgoing .cometchat-link-bubble__body{color:var(--cometchat-static-white,#fff)}.cometchat-link-bubble__preview-body-fav-icon{border-radius:var(--cometchat-radius-1,4px);cursor:pointer;width:40px;height:40px}.cometchat-link-bubble__preview-body-content{align-items:flex-start;gap:var(--cometchat-padding-1,4px);text-align:left;flex-direction:column;justify-content:flex-end;width:100%;height:100%;display:flex}.cometchat-tanslation-bubble{border-radius:var(--cometchat-radius-3,12px);padding:var(--cometchat-padding-2)var(--cometchat-padding-2)0 var(--cometchat-padding-2);flex-direction:column;flex:1 0 0;justify-content:center;display:flex}.cometchat-tanslation-bubble-incoming{background:var(--cometchat-neutral-color-300,#e8e8e8);align-items:flex-start}.cometchat-tanslation-bubble-outgoing{background:var(--cometchat-primary-color,#6852d6);align-items:flex-end}.cometchat-tanslation-bubble__original-text{width:100%;max-width:500px}.cometchat-tanslation-bubble__original-text .cometchat-text-bubble{padding:0}.cometchat-tanslation-bubble__translated-text{font:var(--cometchat-font-body-regular);text-align:left;white-space:pre-line;word-break:break-word;width:100%;max-width:500px;margin:0;font-style:normal;display:block;overflow:auto}.cometchat-tanslation-bubble-incoming .cometchat-tanslation-bubble__translated-text{color:var(--cometchat-neutral-color-900,#141414)}.cometchat-tanslation-bubble-outgoing .cometchat-tanslation-bubble__translated-text{color:var(--cometchat-static-white,#fff)}.cometchat-tanslation-bubble__separator{width:100%;height:1px}.cometchat-tanslation-bubble-incoming .cometchat-tanslation-bubble__separator{background:var(--cometchat-neutral-color-400,#dcdcdc)}.cometchat-tanslation-bubble-outgoing .cometchat-tanslation-bubble__separator{background:var(--cometchat-extended-primary-color-800,#7965db)}.cometchat-tanslation-bubble__helper-text{font:var(--cometchat-font-caption2-regular);padding:var(--cometchat-padding-2)var(--cometchat-padding-2)var(--cometchat-padding-2)0;text-align:right;font-style:normal}.cometchat-tanslation-bubble-incoming .cometchat-tanslation-bubble__helper-text{color:var(--cometchat-neutral-color-600,#727272)}.cometchat-tanslation-bubble-outgoing .cometchat-tanslation-bubble__helper-text{color:var(--cometchat-static-white,#fff)}.cometchat-polls-bubble{border-radius:var(--cometchat-radius-3,12px);align-items:flex-start;gap:var(--cometchat-padding-4,16px);max-width:240px;padding:var(--cometchat-padding-2,8px);flex-direction:column;width:240px;display:flex}.cometchat-polls-bubble *{box-sizing:border-box;margin:0;padding:0}.cometchat-polls-bubble-incoming{background:var(--cometchat-neutral-color-300,#e8e8e8)}.cometchat-polls-bubble-outgoing{background:var(--cometchat-primary-color,#6852d6)}.cometchat-polls-bubble .cometchat-avatar{width:20px;height:20px;padding:0}.cometchat-polls-bubble .cometchat-avatar img{border-radius:var(--cometchat-radius-max,1000px);width:20px;height:20px}.cometchat-polls-bubble-incoming .cometchat-avatar img{border:1px solid var(--cometchat-neutral-color-300,#e8e8e8)}.cometchat-polls-bubble-outgoing .cometchat-avatar img{border:1px solid var(--cometchat-primary-color,#6852d6)}.cometchat-polls-bubble .cometchat-avatar .cometchat-avatar__text{background:var(--cometchat-extended-primary-color-600,#aa9ee8);border-radius:var(--cometchat-radius-max,1000px);color:var(--cometchat-static-white,#fff);font:var(--cometchat-font-caption2-regular);flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.cometchat-polls-bubble__question{font:var(--cometchat-font-heading4-bold);text-align:left;text-overflow:ellipsis;word-wrap:break-word;width:100%;font-style:normal}.cometchat-polls-bubble-incoming .cometchat-polls-bubble__question{color:var(--cometchat-neutral-color-900,#141414)}.cometchat-polls-bubble-outgoing .cometchat-polls-bubble__question{color:var(--cometchat-static-white,#fff)}.cometchat-polls-bubble__options{align-self:stretch;align-items:flex-start;gap:var(--cometchat-padding-5,20px);padding-bottom:var(--cometchat-padding-3,12px);flex-direction:column;justify-content:center;width:100%;list-style-type:none;display:flex}.cometchat-polls-bubble__options>li{gap:var(--cometchat-padding-2,8px);width:100%;display:flex;position:relative}.cometchat-polls-bubble__option-item{justify-content:space-between;width:100%;padding:0}.cometchat-poll-bubble__option-item-leading-view{cursor:pointer}.cometchat-poll-bubble__option-item-leading-view-radio-button{border-radius:var(--cometchat-radius-max,50%);justify-content:center;align-items:center;width:20px;height:20px;display:flex}.cometchat-polls-bubble-incoming .cometchat-poll-bubble__option-item-leading-view-radio-button{border:1.5px solid var(--cometchat-icon-color-secondary,#a1a1a1)}.cometchat-polls-bubble-outgoing .cometchat-poll-bubble__option-item-leading-view-radio-button{border:1.5px solid var(--cometchat-static-white,#fff)}.cometchat-polls-bubble-incoming .cometchat-poll-bubble__option-item-leading-view-radio-button.checked{background:var(--cometchat-icon-color-highlight,#6852d6);border:var(--cometchat-icon-color-highlight,#6852d6);color:var(--cometchat-background-color-01,#fff)}.cometchat-polls-bubble-outgoing .cometchat-poll-bubble__option-item-leading-view-radio-button.checked{background-color:var(--cometchat-static-white,#fff);border:1px solid var(--cometchat-icon-color-highlight,#6852d6);color:#6852d6}.cometchat-poll-bubble__option-item-leading-view-radio-button.checked:after,.cometchat-polls-bubble-incoming .cometchat-poll-bubble__option-item-leading-view-radio-button.checked:after{content:"✓";font-size:12px;font-weight:900}.cometchat-polls-bubble-incoming .cometchat-poll-bubble__option-item-leading-view-radio-button.checked:after{color:var(--cometchat-background-color-01,#fff)}.cometchat-poll-bubble__option-item-leading-view-radio-button.checked:after{color:var(--cometchat-primary-color,#6852d6)}.cometchat-poll-bubble__option-item-body{gap:var(--cometchat-spacing-1,4px);flex-direction:column;width:100%;display:flex;overflow:hidden}.cometchat-poll-bubble__option-item-body-content{justify-content:space-between;width:100%;display:flex}.cometchat-poll-bubble__option-item-body-content-title{font:var(--cometchat-font-body-regular);text-align:left;word-wrap:break-word;width:100%;font-style:normal;overflow:hidden}.cometchat-polls-bubble-incoming .cometchat-poll-bubble__option-item-body-content-title{color:var(--cometchat-neutral-color-900,#141414)}.cometchat-polls-bubble-outgoing .cometchat-poll-bubble__option-item-body-content-title{color:var(--cometchat-static-white,#fff)}.cometchat-poll-bubble__option-item-body-content-tail{gap:var(--cometchat-padding-1);justify-content:flex-end;width:-moz-fit-content;width:fit-content;max-width:100px;height:20px;display:flex;position:relative}.cometchat-poll-bubble__option-item-body-content-tail-avatar{z-index:2;width:20px;height:20px;margin-right:-8px}.cometchat-poll-bubble__option-item-body-content-tail-avatar.last{z-index:0;margin-right:0}.cometchat-poll-bubble__option-item-body-content-tail-count{font:var(--cometchat-font-body-regular);font-style:normal}.cometchat-polls-bubble-incoming .cometchat-poll-bubble__option-item-body-content-tail-count{color:var(--cometchat-neutral-color-900,#141414)}.cometchat-polls-bubble-outgoing .cometchat-poll-bubble__option-item-body-content-tail-count{color:var(--cometchat-static-white,#fff)}.cometchat-poll-bubble__option-item-body-progress{border-radius:16px;flex-shrink:0;align-self:stretch;width:100%;height:8px;margin-top:3px}.cometchat-polls-bubble-incoming .cometchat-poll-bubble__option-item-body-progress{background:var(--cometchat-neutral-color-400,#dcdcdc)}.cometchat-polls-bubble-outgoing .cometchat-poll-bubble__option-item-body-progress{background:var(--cometchat-extended-primary-color-700,#8978df)}.cometchat-poll-bubble__option-item-body-progress-background{border-radius:var(--cometchat-radius-4,16px);width:20px;height:8px}.cometchat-polls-bubble-incoming .cometchat-poll-bubble__option-item-body-progress-background{background:var(--cometchat-primary-color,#6852d6)}.cometchat-polls-bubble-outgoing .cometchat-poll-bubble__option-item-body-progress-background{background:var(--cometchat-static-white,#fff)}.cometchat-polls-bubble-incoming .cometchat-radiobutton__selected{border:1.5px solid var(--cometchat-primary-color,#6852d6)}.cometchat-polls-bubble-outgoing .cometchat-radiobutton input[type=radio]:checked+.cometchat-radiobutton__selected,.cometchat-polls-bubble-outgoing .cometchat-radiobutton__selected{border:1.5px solid var(--cometchat-static-white,#fff)}.cometchat-polls-bubble-outgoing .cometchat-radiobutton__selected:after{background-color:var(--cometchat-static-white,#fff)}.cometchat-sticker-keyboard{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-4,16px);flex-direction:column;gap:0;width:100%;height:100%;padding:0;display:flex;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-sticker-keyboard__tabs{border-bottom:1px solid var(--cometchat-border-color-default,#e8e8e8);gap:var(--cometchat-padding-2,8px);will-change:scroll-position;height:40px;min-height:40px;display:flex;overflow:auto hidden;transform:translateZ(0)}.cometchat-sticker-keyboard__tab{padding:var(--cometchat-padding-1,4px)}.cometchat-sticker-keyboard__tab-active{border-bottom:2px solid var(--cometchat-primary-color,#6852d6)}.cometchat-sticker-keyboard__tab>img{border-radius:var(--cometchat-radius-max,800px);cursor:pointer;align-items:center;gap:var(--cometchat-padding-3,12px);flex-direction:column;justify-content:center;width:32px;height:32px;display:flex}.cometchat-sticker-keyboard__tab-active>img{background:var(--cometchat-extended-primary-color-100,#edeafa)}.cometchat-sticker-keyboard__list{background:inherit;padding:var(--cometchat-padding-3)var(--cometchat-padding-3)0 var(--cometchat-padding-3);flex-wrap:wrap;width:100%;display:flex;overflow:hidden auto}.cometchat-sticker-keyboard__list-item{cursor:pointer;min-width:80px;height:80px;min-height:80px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-2,8px);flex-wrap:wrap;align-content:center;align-items:center;width:80px;display:flex}.cometchat-sticker-keyboard__shimmer-tabs{border-bottom:1px solid var(--cometchat-border-color-default,#e8e8e8);align-items:center;gap:var(--cometchat-padding-2,8px);padding:var(--cometchat-padding-2,8px);display:flex}.cometchat-sticker-keyboard__shimmer-tab{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:var(--cometchat-radius-max,800);flex-direction:column;justify-content:center;align-items:center;width:32px;height:32px;animation:10s linear infinite shimmerAnimation;display:flex}.cometchat-sticker-keyboard__shimmer-list{gap:var(--cometchat-padding-3,12px)}.cometchat-sticker-keyboard__shimmer-list-item{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:8px;width:70px;min-width:70px;height:70px;min-height:70px;animation:5s linear infinite shimmerAnimation}.cometchat-sticker-keyboard__empty-view{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading4-bold);align-items:center;gap:var(--cometchat-padding-3,12px);font-style:normal}.cometchat-sticker-keyboard__empty-view,.cometchat-sticker-keyboard__error-view{text-align:center;flex-direction:column;flex-shrink:0;justify-content:center;align-self:stretch;height:272px;display:flex}.cometchat-sticker-keyboard__error-view{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular)}.cometchat-sticker-keyboard__empty-view-icon{background-color:var(--cometchat-icon-color-tertiary,#dcdcdc);height:60px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23a1a1a1' fill-rule='evenodd' d='M6.425 3.532a3.74 3.74 0 0 0-2.898 2.943c-.071.355-.078.989-.064 5.7.015 4.921.022 5.321.105 5.6.318 1.065 1.053 1.945 2.006 2.4.742.354.619.343 4.034.362 2.66.015 3.13.006 3.42-.061.73-.17.683-.13 4.001-3.447 3.318-3.319 3.279-3.272 3.448-4.001.067-.291.075-.76.06-3.42-.019-3.418-.008-3.299-.364-4.033-.468-.968-1.328-1.688-2.398-2.007-.279-.084-.67-.09-5.65-.1-4.605-.01-5.398 0-5.7.064m.257 1.473a3 3 0 0 0-.539.227A2.27 2.27 0 0 0 5 6.734c-.034.159-.046 2-.037 5.42l.013 5.178.213.429c.328.662.864 1.088 1.552 1.233.174.037 1.096.056 2.685.056h2.42l.018-2.063c.022-2.278.025-2.306.365-3.018a3.8 3.8 0 0 1 1.746-1.744c.707-.337.737-.341 3.014-.362l2.062-.02V9.385c0-2.695-.003-2.72-.302-3.28-.28-.526-.858-.964-1.453-1.101-.28-.065-10.338-.062-10.613.002m8.4 8.4c-.59.139-1.243.668-1.503 1.216-.212.45-.232.656-.217 2.341l.013 1.588 2.6-2.6 2.6-2.6-1.65.005c-.907.003-1.737.025-1.843.05' clip-rule='evenodd'/%3E%3C/svg%3E") center center no-repeat;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23a1a1a1' fill-rule='evenodd' d='M6.425 3.532a3.74 3.74 0 0 0-2.898 2.943c-.071.355-.078.989-.064 5.7.015 4.921.022 5.321.105 5.6.318 1.065 1.053 1.945 2.006 2.4.742.354.619.343 4.034.362 2.66.015 3.13.006 3.42-.061.73-.17.683-.13 4.001-3.447 3.318-3.319 3.279-3.272 3.448-4.001.067-.291.075-.76.06-3.42-.019-3.418-.008-3.299-.364-4.033-.468-.968-1.328-1.688-2.398-2.007-.279-.084-.67-.09-5.65-.1-4.605-.01-5.398 0-5.7.064m.257 1.473a3 3 0 0 0-.539.227A2.27 2.27 0 0 0 5 6.734c-.034.159-.046 2-.037 5.42l.013 5.178.213.429c.328.662.864 1.088 1.552 1.233.174.037 1.096.056 2.685.056h2.42l.018-2.063c.022-2.278.025-2.306.365-3.018a3.8 3.8 0 0 1 1.746-1.744c.707-.337.737-.341 3.014-.362l2.062-.02V9.385c0-2.695-.003-2.72-.302-3.28-.28-.526-.858-.964-1.453-1.101-.28-.065-10.338-.062-10.613.002m8.4 8.4c-.59.139-1.243.668-1.503 1.216-.212.45-.232.656-.217 2.341l.013 1.588 2.6-2.6 2.6-2.6-1.65.005c-.907.003-1.737.025-1.843.05' clip-rule='evenodd'/%3E%3C/svg%3E") center center no-repeat;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23a1a1a1' fill-rule='evenodd' d='M6.425 3.532a3.74 3.74 0 0 0-2.898 2.943c-.071.355-.078.989-.064 5.7.015 4.921.022 5.321.105 5.6.318 1.065 1.053 1.945 2.006 2.4.742.354.619.343 4.034.362 2.66.015 3.13.006 3.42-.061.73-.17.683-.13 4.001-3.447 3.318-3.319 3.279-3.272 3.448-4.001.067-.291.075-.76.06-3.42-.019-3.418-.008-3.299-.364-4.033-.468-.968-1.328-1.688-2.398-2.007-.279-.084-.67-.09-5.65-.1-4.605-.01-5.398 0-5.7.064m.257 1.473a3 3 0 0 0-.539.227A2.27 2.27 0 0 0 5 6.734c-.034.159-.046 2-.037 5.42l.013 5.178.213.429c.328.662.864 1.088 1.552 1.233.174.037 1.096.056 2.685.056h2.42l.018-2.063c.022-2.278.025-2.306.365-3.018a3.8 3.8 0 0 1 1.746-1.744c.707-.337.737-.341 3.014-.362l2.062-.02V9.385c0-2.695-.003-2.72-.302-3.28-.28-.526-.858-.964-1.453-1.101-.28-.065-10.338-.062-10.613.002m8.4 8.4c-.59.139-1.243.668-1.503 1.216-.212.45-.232.656-.217 2.341l.013 1.588 2.6-2.6 2.6-2.6-1.65.005c-.907.003-1.737.025-1.843.05' clip-rule='evenodd'/%3E%3C/svg%3E") center center no-repeat;width:60px;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.cometchat-group-members{background:var(--cometchat-background-color-01,#fff);flex-direction:column;flex-shrink:0;align-items:flex-start;gap:0;width:100%;height:100%;display:flex}.cometchat-group-members__backdrop{z-index:10;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.cometchat-group-members-hide-scrollbar .cometchat-list__body::-webkit-scrollbar{background:0 0;width:0;height:0}.cometchat-group-members-hide-scrollbar .cometchat-list__body::-webkit-scrollbar-thumb{background:0 0;border-radius:8px}.cometchat-group-members .cometchat-group-members__trailing-view-options{background:var(--cometchat-extended-primary-color-100,#edeafa);border-radius:var(--cometchat-radius-max,1000px);color:var(--cometchat-text-color-highlight,#6852d6);font:var(--cometchat-font-caption1-regular);align-items:center;gap:var(--cometchat-padding-5,20px);padding:var(--cometchat-padding-1,4px)var(--cometchat-padding-3,12px);text-overflow:ellipsis;text-transform:capitalize;justify-content:center;font-style:normal;display:flex;overflow:hidden}.cometchat-group-members .cometchat-group-members__trailing-view-options-admin{border:1px solid var(--cometchat-border-color-highlight,#6852d6)}.cometchat-group-members .cometchat-group-members__trailing-view-options-owner{background:var(--cometchat-primary-color,#6852d6);color:var(--cometchat-static-white,#f9f8fd)}.cometchat-group-members .cometchat-group-members__trailing-view-options-participant{display:none}.cometchat-group-members .cometchat-list-item__trailing-view{width:auto;height:-moz-fit-content;height:fit-content}.cometchat-group-members .cometchat-menu-list__sub-menu-list-item-icon{display:none}.cometchat-group-members .cometchat-menu-list__sub-menu-icon{background:var(--cometchat-icon-color-secondary,#a1a1a1);border:none;justify-content:center;align-self:center;align-items:center;width:16px;height:16px;display:flex;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none' viewBox='0 0 20 21'%3E%3Cpath fill='%23a1a1a1' d='M9.998 12.996a.6.6 0 0 1-.248-.047.6.6 0 0 1-.213-.154L5.55 8.809a.6.6 0 0 1-.192-.47.65.65 0 0 1 .21-.464.66.66 0 0 1 .47-.191q.27 0 .46.19l3.5 3.515 3.514-3.514a.6.6 0 0 1 .454-.184q.262.006.463.198a.62.62 0 0 1 .203.465.63.63 0 0 1-.192.469l-3.973 3.972a.7.7 0 0 1-.22.154.6.6 0 0 1-.249.047'/%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none' viewBox='0 0 20 21'%3E%3Cpath fill='%23a1a1a1' d='M9.998 12.996a.6.6 0 0 1-.248-.047.6.6 0 0 1-.213-.154L5.55 8.809a.6.6 0 0 1-.192-.47.65.65 0 0 1 .21-.464.66.66 0 0 1 .47-.191q.27 0 .46.19l3.5 3.515 3.514-3.514a.6.6 0 0 1 .454-.184q.262.006.463.198a.62.62 0 0 1 .203.465.63.63 0 0 1-.192.469l-3.973 3.972a.7.7 0 0 1-.22.154.6.6 0 0 1-.249.047'/%3E%3C/svg%3E") 50% no-repeat}.cometchat-group-members .cometchat-menu-list__sub-menu-list{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-2,8px);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-group-members .cometchat-menu-list__sub-menu-list :hover{background:var(--cometchat-background-color-02,#fafafa)}.cometchat-group-members__empty-state-view{flex-direction:column;display:flex}.cometchat-group-members__empty-state-view,.cometchat-group-members__error-state-view{background:var(--cometchat-background-color-01,#fff);align-items:center;gap:var(--cometchat-padding-5,20px);flex-direction:column;justify-content:center;height:100%;display:flex}.cometchat-group-members__empty-state-view-body,.cometchat-group-members__error-state-view-body{gap:var(--cometchat-padding,2px);flex-direction:column;display:flex}.cometchat-group-members__empty-state-view-body-title,.cometchat-group-members__error-state-view-body-title{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading3-bold);text-align:center;width:280px;font-style:normal}.cometchat-group-members__empty-state-view-body-description,.cometchat-group-members__error-state-view-body-description{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);text-align:center;width:280px;font-style:normal}.cometchat-group-members__shimmer{background:var(--cometchat-background-color-01,#fff);width:100%;height:100%}.cometchat-group-members__shimmer-item{min-width:240px;max-width:1440px;height:72px;padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px);align-items:center;gap:12px;width:100%;display:flex}.cometchat-group-members__shimmer-item-avatar{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:var(--cometchat-radius-max,1000px);flex-shrink:0;width:48px;height:48px;display:flex}.cometchat-group-members__shimmer-item-body{gap:var(--cometchat-padding-2,8px);flex-direction:column;width:100%;height:100%;display:flex}.cometchat-group-members__shimmer-item-title{width:50%;height:22px}.cometchat-group-members__shimmer-item-body-subtitle,.cometchat-group-members__shimmer-item-title{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:var(--cometchat-radius-2,8px);flex-shrink:0;animation:1.5s linear infinite shimmerAnimation}.cometchat-group-members__shimmer-item-body-subtitle{width:25%;height:12px}.cometchat-group-members__list-item-online .cometchat-list-item__status{background:var(--cometchat-success-color,#09c26f);border:2px solid var(--cometchat-neutral-color-50,#fff);border-radius:var(--cometchat-radius-max,1000px);justify-content:center;align-items:center;width:14px;min-width:14px;height:14px;margin-right:-12px;display:flex;position:relative;top:20px;right:15px}.cometchat-group-members .cometchat-menu-list__sub-menu{box-shadow:none;background:0 0}.cometchat-group-members-hide-scrollbar .cometchat-change-scope__list::-webkit-scrollbar{display:none}.cometchat-group-members-hide-scrollbar .cometchat-change-scope__list::-webkit-scrollbar-thumb{display:none}.cometchat-call-logs{background:var(--cometchat-background-color-01,#fff);flex-direction:column;flex-shrink:0;align-items:flex-start;gap:0;width:100%;height:100%;display:flex}.cometchat-call-logs__outgoing-call{z-index:10;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.cometchat-call-logs__list-item-active .cometchat-list-item{background-color:var(--cometchat-white-pressed,#e8e8e8)}.cometchat-call-logs__list-item-trailing-view{background:var(--cometchat-icon-color-primary,#fff);border:none;justify-content:center;align-self:center;align-items:center;width:24px;height:24px;display:flex;-webkit-mask-size:contain;mask-size:contain}.cometchat-call-logs__list-item-trailing-view-video{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M3.779 19.85a1.52 1.52 0 0 1-1.112-.47 1.52 1.52 0 0 1-.472-1.113V5.734q0-.64.472-1.112a1.52 1.52 0 0 1 1.112-.472h12.537q.627 0 1.104.472.475.471.475 1.112v5.1L21.13 7.6a.38.38 0 0 1 .433-.09q.25.095.25.357v8.27q0 .259-.25.352a.38.38 0 0 1-.433-.089l-3.234-3.233v5.1q0 .64-.475 1.112-.477.471-1.104.471zm0-1.583h12.533V5.734H3.78z'/%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M3.779 19.85a1.52 1.52 0 0 1-1.112-.47 1.52 1.52 0 0 1-.472-1.113V5.734q0-.64.472-1.112a1.52 1.52 0 0 1 1.112-.472h12.537q.627 0 1.104.472.475.471.475 1.112v5.1L21.13 7.6a.38.38 0 0 1 .433-.09q.25.095.25.357v8.27q0 .259-.25.352a.38.38 0 0 1-.433-.089l-3.234-3.233v5.1q0 .64-.475 1.112-.477.471-1.104.471zm0-1.583h12.533V5.734H3.78z'/%3E%3C/svg%3E") 50% no-repeat}.cometchat-call-logs__list-item-trailing-view-audio{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M19.751 20.834q-2.892 0-5.862-1.37-2.97-1.368-5.467-3.884-2.517-2.497-3.885-5.463-1.37-2.967-1.369-5.872 0-.457.31-.768.31-.31.773-.31h3.567q.35 0 .598.235.248.236.335.598l.666 3.194q.042.336-.026.617a1 1 0 0 1-.26.476L6.705 10.75q.605 1.043 1.305 1.953.702.91 1.545 1.735a17 17 0 0 0 1.82 1.626q.96.742 2.026 1.336l2.384-2.416q.23-.246.523-.338.294-.091.593-.046l3.081.65q.37.087.611.38a1 1 0 0 1 .241.653v3.467q0 .465-.309.774a1.05 1.05 0 0 1-.774.31M5.922 9.284l1.9-1.917-.538-2.617H4.772q.058 1.025.33 2.142.27 1.116.82 2.391m8.967 8.866q.987.459 2.128.742 1.14.284 2.234.341v-2.516l-2.466-.521z'/%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M19.751 20.834q-2.892 0-5.862-1.37-2.97-1.368-5.467-3.884-2.517-2.497-3.885-5.463-1.37-2.967-1.369-5.872 0-.457.31-.768.31-.31.773-.31h3.567q.35 0 .598.235.248.236.335.598l.666 3.194q.042.336-.026.617a1 1 0 0 1-.26.476L6.705 10.75q.605 1.043 1.305 1.953.702.91 1.545 1.735a17 17 0 0 0 1.82 1.626q.96.742 2.026 1.336l2.384-2.416q.23-.246.523-.338.294-.091.593-.046l3.081.65q.37.087.611.38a1 1 0 0 1 .241.653v3.467q0 .465-.309.774a1.05 1.05 0 0 1-.774.31M5.922 9.284l1.9-1.917-.538-2.617H4.772q.058 1.025.33 2.142.27 1.116.82 2.391m8.967 8.866q.987.459 2.128.742 1.14.284 2.234.341v-2.516l-2.466-.521z'/%3E%3C/svg%3E") 50% no-repeat}.cometchat-call-logs__list-item-subtitle{gap:4px;display:flex}.cometchat-call-logs__list-item-subtitle .cometchat-date{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);text-overflow:ellipsis;padding:0;overflow:hidden}.cometchat-call-logs__list-item-subtitle-icon{background:var(--cometchat-icon-color-primary,#fff);border:none;justify-content:center;align-self:center;align-items:center;width:16px;height:16px;display:flex;-webkit-mask-size:contain;mask-size:contain}.cometchat-call-logs__list-item-subtitle-icon-missed-call{background-color:var(--cometchat-error-color,#f44649);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cmask id='a' width='16' height='16' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23f44649' d='M4.27 12.334a.58.58 0 0 1-.43-.174.58.58 0 0 1-.173-.429v-5.23q0-.213.144-.357A.48.48 0 0 1 4.167 6q.213 0 .356.144a.48.48 0 0 1 .144.356v4.131l7.28-7.28a.48.48 0 0 1 .347-.141.47.47 0 0 1 .355.142.48.48 0 0 1 .145.35.48.48 0 0 1-.145.352l-7.28 7.28H9.5q.212 0 .356.143a.48.48 0 0 1 .144.357q0 .213-.144.356a.48.48 0 0 1-.356.144z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cmask id='a' width='16' height='16' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23f44649' d='M4.27 12.334a.58.58 0 0 1-.43-.174.58.58 0 0 1-.173-.429v-5.23q0-.213.144-.357A.48.48 0 0 1 4.167 6q.213 0 .356.144a.48.48 0 0 1 .144.356v4.131l7.28-7.28a.48.48 0 0 1 .347-.141.47.47 0 0 1 .355.142.48.48 0 0 1 .145.35.48.48 0 0 1-.145.352l-7.28 7.28H9.5q.212 0 .356.143a.48.48 0 0 1 .144.357q0 .213-.144.356a.48.48 0 0 1-.356.144z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.cometchat-call-logs__list-item-subtitle-icon-outgoing-call{background-color:var(--cometchat-success-color,#09c26f);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cmask id='a' width='16' height='16' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%2309c26f' d='m11.334 5.37-7.28 7.279a.48.48 0 0 1-.348.142.47.47 0 0 1-.354-.142.48.48 0 0 1-.145-.351q0-.207.145-.351l7.28-7.28H6.5a.48.48 0 0 1-.357-.144.48.48 0 0 1-.143-.356q0-.212.143-.356a.48.48 0 0 1 .357-.144h5.23q.256 0 .43.173a.58.58 0 0 1 .173.43V9.5q0 .212-.144.357a.48.48 0 0 1-.356.143.48.48 0 0 1-.357-.143.48.48 0 0 1-.143-.357z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cmask id='a' width='16' height='16' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%2309c26f' d='m11.334 5.37-7.28 7.279a.48.48 0 0 1-.348.142.47.47 0 0 1-.354-.142.48.48 0 0 1-.145-.351q0-.207.145-.351l7.28-7.28H6.5a.48.48 0 0 1-.357-.144.48.48 0 0 1-.143-.356q0-.212.143-.356a.48.48 0 0 1 .357-.144h5.23q.256 0 .43.173a.58.58 0 0 1 .173.43V9.5q0 .212-.144.357a.48.48 0 0 1-.356.143.48.48 0 0 1-.357-.143.48.48 0 0 1-.143-.357z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.cometchat-call-logs__list-item-subtitle-icon-incoming-call{background-color:var(--cometchat-success-color,#09c26f);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cmask id='a' width='16' height='16' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23f44649' d='M3.333 6.68v2.788q0 .213-.143.356a.48.48 0 0 1-.357.144.48.48 0 0 1-.356-.144.48.48 0 0 1-.144-.356V5.57q0-.257.173-.43a.58.58 0 0 1 .43-.172h3.897q.212 0 .357.143a.48.48 0 0 1 .143.357q0 .213-.143.356a.48.48 0 0 1-.357.144H4.036l3.849 3.848a.2.2 0 0 0 .147.058.2.2 0 0 0 .147-.058l4.44-4.44a.47.47 0 0 1 .348-.146.5.5 0 0 1 .355.157q.144.154.15.351a.47.47 0 0 1-.15.351l-4.436 4.436q-.18.18-.405.268t-.45.088-.448-.088a1.2 1.2 0 0 1-.405-.268z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cmask id='a' width='16' height='16' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23f44649' d='M3.333 6.68v2.788q0 .213-.143.356a.48.48 0 0 1-.357.144.48.48 0 0 1-.356-.144.48.48 0 0 1-.144-.356V5.57q0-.257.173-.43a.58.58 0 0 1 .43-.172h3.897q.212 0 .357.143a.48.48 0 0 1 .143.357q0 .213-.143.356a.48.48 0 0 1-.357.144H4.036l3.849 3.848a.2.2 0 0 0 .147.058.2.2 0 0 0 .147-.058l4.44-4.44a.47.47 0 0 1 .348-.146.5.5 0 0 1 .355.157q.144.154.15.351a.47.47 0 0 1-.15.351l-4.436 4.436q-.18.18-.405.268t-.45.088-.448-.088a1.2 1.2 0 0 1-.405-.268z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.cometchat-call-logs__empty-state-view,.cometchat-call-logs__error-state-view{background:var(--cometchat-background-color-01,#fff);align-items:center;gap:var(--cometchat-padding-5,20px);flex-direction:column;justify-content:center;height:100%;display:flex}.cometchat-call-logs__empty-state-view-body,.cometchat-call-logs__error-state-view-body{gap:var(--cometchat-padding,2px);flex-direction:column;display:flex}.cometchat-call-logs__empty-state-view-body-title,.cometchat-call-logs__error-state-view-body-title{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading3-bold);text-align:center;width:280px;font-style:normal}.cometchat-call-logs__empty-state-view-body-description,.cometchat-call-logs__error-state-view-body-description{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);text-align:center;width:280px;font-style:normal}.cometchat-call-logs__shimmer{background:var(--cometchat-background-color-01,#fff);width:100%;height:100%}.cometchat-call-logs__shimmer-item{min-width:240px;height:72px;padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px);align-items:center;gap:12px;width:100%;display:flex}.cometchat-call-logs__shimmer-item-avatar{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:var(--cometchat-radius-max,1000px);flex-shrink:0;width:48px;height:48px;display:flex}.cometchat-call-logs__shimmer-item-body{align-items:center;gap:var(--cometchat-padding-2,8px);width:100%;height:100%;display:flex}.cometchat-call-logs__shimmer-item-body-title-wrapper{flex-direction:column;gap:10px;width:100%;height:100%;display:flex}.cometchat-call-logs__shimmer-item-body-title{width:50%;height:22px}.cometchat-call-logs__shimmer-item-body-subtitle,.cometchat-call-logs__shimmer-item-body-title{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:var(--cometchat-radius-2,8px);flex-shrink:0;animation:1.5s linear infinite shimmerAnimation}.cometchat-call-logs__shimmer-item-body-subtitle{width:25%;height:12px}.cometchat-call-logs__shimmer-item-body-tail{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:var(--cometchat-radius-2,8px);width:32px;height:32px;min-height:32px;animation:10.5s linear infinite shimmerAnimation}.cometchat-call-logs .cometchat-list-item{cursor:pointer;padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px)}.cometchat-call-logs .cometchat-list-item__body{padding:0}.cometchat-conversations{background:var(--cometchat-background-color-01,#fff);flex-direction:column;flex-shrink:0;align-items:flex-start;gap:0;width:100%;height:100%;display:flex;position:relative}.cometchat-conversations .cometchat-list__body>div:not([class]):first-child{display:none}.cometchat-conversations .cometchat-list-item{cursor:pointer;padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px)}.cometchat-conversations .cometchat-list-item__body{min-height:43px;padding:0}.cometchat-conversations .cometchat-list-item__trailing-view{width:auto;height:40px}.cometchat-conversations .cometchat-date{font:var(--cometchat-font-caption1-regular);padding:0}.cometchat-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-conversations__subtitle-receipts-sent{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' viewBox='0 0 12 8'%3E%3Cpath fill='%23f9f8fd' d='M4.322 6.344 10.24.427a.55.55 0 0 1 .789 0 .54.54 0 0 1 .167.398.54.54 0 0 1-.167.397L4.71 7.544a.533.533 0 0 1-.778 0L.956 4.566a.52.52 0 0 1-.159-.397.57.57 0 0 1 .176-.397.54.54 0 0 1 .397-.167q.23 0 .397.167z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' viewBox='0 0 12 8'%3E%3Cpath fill='%23f9f8fd' d='M4.322 6.344 10.24.427a.55.55 0 0 1 .789 0 .54.54 0 0 1 .167.398.54.54 0 0 1-.167.397L4.71 7.544a.533.533 0 0 1-.778 0L.956 4.566a.52.52 0 0 1-.159-.397.57.57 0 0 1 .176-.397.54.54 0 0 1 .397-.167q.23 0 .397.167z'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-conversations__subtitle-receipts-delivered,.cometchat-conversations__subtitle-receipts-read{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%236852d6' d='M1.4 9.119a.51.51 0 0 1-.159-.395.57.57 0 0 1 .175-.394.56.56 0 0 1 .79 0l2.555 2.566.2.2.2.2q.167.167.164.39a.54.54 0 0 1-.17.388l-.01.011a.55.55 0 0 1-.39.164.52.52 0 0 1-.389-.164zm6.5 1.772 5.922-5.922a.55.55 0 0 1 .789.006.56.56 0 0 1 0 .788l-6.322 6.322a.533.533 0 0 1-.778 0L4.544 9.12a.51.51 0 0 1-.155-.392.573.573 0 0 1 .564-.564q.23 0 .397.167zm3.56-5.122L8.29 8.94a.5.5 0 0 1-.386.155.57.57 0 0 1-.392-.166.54.54 0 0 1-.167-.397q0-.231.167-.398l3.16-3.16a.53.53 0 0 1 .393-.162q.23 0 .397.161a.54.54 0 0 1 .166.397.54.54 0 0 1-.166.398'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%236852d6' d='M1.4 9.119a.51.51 0 0 1-.159-.395.57.57 0 0 1 .175-.394.56.56 0 0 1 .79 0l2.555 2.566.2.2.2.2q.167.167.164.39a.54.54 0 0 1-.17.388l-.01.011a.55.55 0 0 1-.39.164.52.52 0 0 1-.389-.164zm6.5 1.772 5.922-5.922a.55.55 0 0 1 .789.006.56.56 0 0 1 0 .788l-6.322 6.322a.533.533 0 0 1-.778 0L4.544 9.12a.51.51 0 0 1-.155-.392.573.573 0 0 1 .564-.564q.23 0 .397.167zm3.56-5.122L8.29 8.94a.5.5 0 0 1-.386.155.57.57 0 0 1-.392-.166.54.54 0 0 1-.167-.397q0-.231.167-.398l3.16-3.16a.53.53 0 0 1 .393-.162q.23 0 .397.161a.54.54 0 0 1 .166.397.54.54 0 0 1-.166.398'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-conversations__subtitle-receipts-read{background:var(--cometchat-message-seen-color,#56e8a7)}.cometchat-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-conversations__subtitle-text-sender{font:var(--cometchat-font-body-medium);flex-shrink:0;font-style:normal}.cometchat-conversations__subtitle-text,.cometchat-conversations__subtitle-text-sender{color:var(--cometchat-text-color-secondary,#727272);text-overflow:ellipsis;overflow:hidden}.cometchat-conversations__subtitle-text{font:var(--cometchat-font-body-regular);white-space:nowrap;width:100%;font-style:normal}.cometchat-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-conversations__subtitle-icon-incoming-audio-call{background-color:var(--cometchat-error-color,#f44649);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%23f44649' d='M12.96 14.167q-1.884 0-3.786-.877-1.902-.876-3.498-2.472Q4.086 9.22 3.21 7.323T2.334 3.54a.69.69 0 0 1 .7-.707h2.174q.252 0 .445.165t.246.407l.382 1.962q.039.273-.017.469a.7.7 0 0 1-.202.33l-1.54 1.498q.371.68.85 1.288.477.607 1.033 1.16a11.5 11.5 0 0 0 2.502 1.894l1.496-1.509a.85.85 0 0 1 .379-.228q.222-.065.462-.032l1.851.377q.252.066.412.258.16.19.16.433v2.162q0 .3-.203.5a.7.7 0 0 1-.504.2m-2.616-7.308h1.464q.213 0 .356.144a.48.48 0 0 1 .144.356q0 .213-.144.356a.48.48 0 0 1-.356.144H9.244a.58.58 0 0 1-.43-.173.58.58 0 0 1-.173-.43V4.692q0-.213.144-.356a.48.48 0 0 1 .356-.144q.212 0 .357.144a.48.48 0 0 1 .143.356v1.464l3.136-3.136a.48.48 0 0 1 .348-.141.47.47 0 0 1 .355.141.48.48 0 0 1 .144.352.48.48 0 0 1-.144.351z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%23f44649' d='M12.96 14.167q-1.884 0-3.786-.877-1.902-.876-3.498-2.472Q4.086 9.22 3.21 7.323T2.334 3.54a.69.69 0 0 1 .7-.707h2.174q.252 0 .445.165t.246.407l.382 1.962q.039.273-.017.469a.7.7 0 0 1-.202.33l-1.54 1.498q.371.68.85 1.288.477.607 1.033 1.16a11.5 11.5 0 0 0 2.502 1.894l1.496-1.509a.85.85 0 0 1 .379-.228q.222-.065.462-.032l1.851.377q.252.066.412.258.16.19.16.433v2.162q0 .3-.203.5a.7.7 0 0 1-.504.2m-2.616-7.308h1.464q.213 0 .356.144a.48.48 0 0 1 .144.356q0 .213-.144.356a.48.48 0 0 1-.356.144H9.244a.58.58 0 0 1-.43-.173.58.58 0 0 1-.173-.43V4.692q0-.213.144-.356a.48.48 0 0 1 .356-.144q.212 0 .357.144a.48.48 0 0 1 .143.356v1.464l3.136-3.136a.48.48 0 0 1 .348-.141.47.47 0 0 1 .355.141.48.48 0 0 1 .144.352.48.48 0 0 1-.144.351z'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-conversations__subtitle-icon-incoming-video-call{background-color:var(--cometchat-error-color,#f44649);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23f44649' fill-rule='evenodd' d='M2.177 13.15q.35.35.855.35h7.59q.504 0 .854-.35t.35-.855V9.243l1.831 1.831q.149.148.332.074.183-.075.184-.281V6.133q0-.207-.184-.281t-.332.074l-1.83 1.83v-3.05q0-.507-.35-.856a1.16 1.16 0 0 0-.856-.35h-7.59q-.504 0-.854.35t-.35.855v7.59q0 .505.35.855m4.99-3.336H5.702l3.136-3.136a.48.48 0 0 0 .145-.352.48.48 0 0 0-.145-.35.47.47 0 0 0-.354-.143.48.48 0 0 0-.348.142L5 9.111V7.647a.48.48 0 0 0-.144-.356.48.48 0 0 0-.356-.144.48.48 0 0 0-.356.144.48.48 0 0 0-.144.356v2.564q0 .255.173.43a.58.58 0 0 0 .43.173h2.564q.212 0 .356-.144a.48.48 0 0 0 .144-.356.48.48 0 0 0-.144-.357.48.48 0 0 0-.356-.143' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23f44649' fill-rule='evenodd' d='M2.177 13.15q.35.35.855.35h7.59q.504 0 .854-.35t.35-.855V9.243l1.831 1.831q.149.148.332.074.183-.075.184-.281V6.133q0-.207-.184-.281t-.332.074l-1.83 1.83v-3.05q0-.507-.35-.856a1.16 1.16 0 0 0-.856-.35h-7.59q-.504 0-.854.35t-.35.855v7.59q0 .505.35.855m4.99-3.336H5.702l3.136-3.136a.48.48 0 0 0 .145-.352.48.48 0 0 0-.145-.35.47.47 0 0 0-.354-.143.48.48 0 0 0-.348.142L5 9.111V7.647a.48.48 0 0 0-.144-.356.48.48 0 0 0-.356-.144.48.48 0 0 0-.356.144.48.48 0 0 0-.144.356v2.564q0 .255.173.43a.58.58 0 0 0 .43.173h2.564q.212 0 .356-.144a.48.48 0 0 0 .144-.356.48.48 0 0 0-.144-.357.48.48 0 0 0-.356-.143' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-conversations__subtitle-icon-outgoing-audio-call{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%23a1a1a1' d='M9.174 13.29q1.902.877 3.786.877a.69.69 0 0 0 .707-.7v-2.162a.66.66 0 0 0-.16-.433.8.8 0 0 0-.412-.258l-1.851-.377a1.1 1.1 0 0 0-.462.032.85.85 0 0 0-.38.228l-1.495 1.51q-.717-.406-1.335-.876-.617-.471-1.167-1.02a13 13 0 0 1-1.034-1.16 9 9 0 0 1-.849-1.287l1.54-1.499a.7.7 0 0 0 .202-.33q.056-.195.017-.468l-.382-1.962a.72.72 0 0 0-.246-.407.67.67 0 0 0-.445-.165H3.034q-.3 0-.5.203a.7.7 0 0 0-.2.504q0 1.884.876 3.783.876 1.898 2.466 3.495 1.596 1.596 3.498 2.472'/%3E%3Cpath fill='%23a1a1a1' d='M10.458 3.879h1.464L8.786 7.014a.48.48 0 0 0-.145.352q0 .206.145.351a.47.47 0 0 0 .355.142.48.48 0 0 0 .348-.142l3.135-3.136v1.464q0 .212.144.357a.48.48 0 0 0 .356.143q.212 0 .357-.143a.48.48 0 0 0 .143-.357V3.481a.58.58 0 0 0-.173-.429.58.58 0 0 0-.429-.173h-2.564a.48.48 0 0 0-.357.143.48.48 0 0 0-.143.356q0 .212.143.357a.48.48 0 0 0 .357.144'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%23a1a1a1' d='M9.174 13.29q1.902.877 3.786.877a.69.69 0 0 0 .707-.7v-2.162a.66.66 0 0 0-.16-.433.8.8 0 0 0-.412-.258l-1.851-.377a1.1 1.1 0 0 0-.462.032.85.85 0 0 0-.38.228l-1.495 1.51q-.717-.406-1.335-.876-.617-.471-1.167-1.02a13 13 0 0 1-1.034-1.16 9 9 0 0 1-.849-1.287l1.54-1.499a.7.7 0 0 0 .202-.33q.056-.195.017-.468l-.382-1.962a.72.72 0 0 0-.246-.407.67.67 0 0 0-.445-.165H3.034q-.3 0-.5.203a.7.7 0 0 0-.2.504q0 1.884.876 3.783.876 1.898 2.466 3.495 1.596 1.596 3.498 2.472'/%3E%3Cpath fill='%23a1a1a1' d='M10.458 3.879h1.464L8.786 7.014a.48.48 0 0 0-.145.352q0 .206.145.351a.47.47 0 0 0 .355.142.48.48 0 0 0 .348-.142l3.135-3.136v1.464q0 .212.144.357a.48.48 0 0 0 .356.143q.212 0 .357-.143a.48.48 0 0 0 .143-.357V3.481a.58.58 0 0 0-.173-.429.58.58 0 0 0-.429-.173h-2.564a.48.48 0 0 0-.357.143.48.48 0 0 0-.143.356q0 .212.143.357a.48.48 0 0 0 .357.144'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-conversations__subtitle-icon-outgoing-video-call{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' fill-rule='evenodd' d='M2.177 13.15q.35.35.855.35h7.59q.504 0 .854-.35t.35-.855V9.243l1.831 1.831q.149.148.332.074.183-.075.184-.281V6.133q0-.207-.184-.281t-.332.074l-1.83 1.83v-3.05q0-.507-.35-.856a1.16 1.16 0 0 0-.856-.35h-7.59q-.504 0-.854.35t-.35.855v7.59q0 .505.35.855m3.64-6.317H7.28L4.144 9.97A.48.48 0 0 0 4 10.32q0 .207.144.352a.47.47 0 0 0 .355.141.48.48 0 0 0 .348-.141l3.136-3.136V9q0 .212.144.356a.48.48 0 0 0 .356.144q.212 0 .356-.144A.48.48 0 0 0 8.983 9V6.436a.58.58 0 0 0-.173-.43.58.58 0 0 0-.43-.173H5.816a.48.48 0 0 0-.356.144.48.48 0 0 0-.144.356q0 .212.144.356a.48.48 0 0 0 .356.144' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' fill-rule='evenodd' d='M2.177 13.15q.35.35.855.35h7.59q.504 0 .854-.35t.35-.855V9.243l1.831 1.831q.149.148.332.074.183-.075.184-.281V6.133q0-.207-.184-.281t-.332.074l-1.83 1.83v-3.05q0-.507-.35-.856a1.16 1.16 0 0 0-.856-.35h-7.59q-.504 0-.854.35t-.35.855v7.59q0 .505.35.855m3.64-6.317H7.28L4.144 9.97A.48.48 0 0 0 4 10.32q0 .207.144.352a.47.47 0 0 0 .355.141.48.48 0 0 0 .348-.141l3.136-3.136V9q0 .212.144.356a.48.48 0 0 0 .356.144q.212 0 .356-.144A.48.48 0 0 0 8.983 9V6.436a.58.58 0 0 0-.173-.43.58.58 0 0 0-.43-.173H5.816a.48.48 0 0 0-.356.144.48.48 0 0 0-.144.356q0 .212.144.356a.48.48 0 0 0 .356.144' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-conversations__subtitle-icon-image{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M3.539 14.167q-.505 0-.856-.35a1.16 1.16 0 0 1-.35-.856V4.038q0-.504.35-.855.35-.35.856-.35h8.923q.505 0 .855.35.35.351.35.855v8.923q0 .505-.35.856-.35.35-.855.35zm1.564-2.5h5.846q.18 0 .268-.165a.28.28 0 0 0-.027-.317L9.6 9.055a.3.3 0 0 0-.24-.12.3.3 0 0 0-.242.12l-1.63 2.124-1.093-1.4a.3.3 0 0 0-.238-.114.29.29 0 0 0-.238.12l-1.05 1.4q-.121.153-.034.317.087.165.268.165'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M3.539 14.167q-.505 0-.856-.35a1.16 1.16 0 0 1-.35-.856V4.038q0-.504.35-.855.35-.35.856-.35h8.923q.505 0 .855.35.35.351.35.855v8.923q0 .505-.35.856-.35.35-.855.35zm1.564-2.5h5.846q.18 0 .268-.165a.28.28 0 0 0-.027-.317L9.6 9.055a.3.3 0 0 0-.24-.12.3.3 0 0 0-.242.12l-1.63 2.124-1.093-1.4a.3.3 0 0 0-.238-.114.29.29 0 0 0-.238.12l-1.05 1.4q-.121.153-.034.317.087.165.268.165'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-conversations__subtitle-icon-file{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M6 12.333h4q.212 0 .356-.143a.48.48 0 0 0 .144-.357.48.48 0 0 0-.144-.356.48.48 0 0 0-.356-.144H6a.48.48 0 0 0-.356.144.48.48 0 0 0-.144.357q0 .212.144.356a.48.48 0 0 0 .356.143m0-2.666h4q.212 0 .356-.144a.48.48 0 0 0 .144-.356.48.48 0 0 0-.144-.357.48.48 0 0 0-.356-.143H6a.48.48 0 0 0-.356.144.48.48 0 0 0-.144.356q0 .213.144.356A.48.48 0 0 0 6 9.667m-1.795 5.166q-.505 0-.855-.35a1.16 1.16 0 0 1-.35-.855V3.372q0-.506.35-.855.35-.35.855-.35h4.796q.244 0 .465.093a1.2 1.2 0 0 1 .385.258l2.798 2.797a1.2 1.2 0 0 1 .351.85v7.463q0 .506-.35.855-.35.35-.855.35zM9 5.567q0 .255.172.427a.58.58 0 0 0 .428.173H12l-3-3z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M6 12.333h4q.212 0 .356-.143a.48.48 0 0 0 .144-.357.48.48 0 0 0-.144-.356.48.48 0 0 0-.356-.144H6a.48.48 0 0 0-.356.144.48.48 0 0 0-.144.357q0 .212.144.356a.48.48 0 0 0 .356.143m0-2.666h4q.212 0 .356-.144a.48.48 0 0 0 .144-.356.48.48 0 0 0-.144-.357.48.48 0 0 0-.356-.143H6a.48.48 0 0 0-.356.144.48.48 0 0 0-.144.356q0 .213.144.356A.48.48 0 0 0 6 9.667m-1.795 5.166q-.505 0-.855-.35a1.16 1.16 0 0 1-.35-.855V3.372q0-.506.35-.855.35-.35.855-.35h4.796q.244 0 .465.093a1.2 1.2 0 0 1 .385.258l2.798 2.797a1.2 1.2 0 0 1 .351.85v7.463q0 .506-.35.855-.35.35-.855.35zM9 5.567q0 .255.172.427a.58.58 0 0 0 .428.173H12l-3-3z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-conversations__subtitle-icon-video{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M3.032 13.5q-.506 0-.855-.35a1.16 1.16 0 0 1-.35-.855v-7.59q0-.505.35-.855t.855-.35h7.59q.504 0 .854.35t.35.855v3.052l1.831-1.831q.149-.148.332-.074t.184.281v4.734q0 .207-.184.281t-.332-.074l-1.83-1.83v3.05q0 .507-.35.856-.35.35-.856.35z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M3.032 13.5q-.506 0-.855-.35a1.16 1.16 0 0 1-.35-.855v-7.59q0-.505.35-.855t.855-.35h7.59q.504 0 .854.35t.35.855v3.052l1.831-1.831q.149-.148.332-.074t.184.281v4.734q0 .207-.184.281t-.332-.074l-1.83-1.83v3.05q0 .507-.35.856-.35.35-.856.35z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-conversations__subtitle-icon-audio{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M8 9.5q-.699 0-1.183-.484a1.6 1.6 0 0 1-.484-1.183v-4q0-.698.484-1.182A1.6 1.6 0 0 1 8 2.167q.699 0 1.182.484.484.484.484 1.182v4q.001.699-.484 1.183A1.6 1.6 0 0 1 8 9.5m-.5 4.333v-1.697a4.22 4.22 0 0 1-2.552-1.223A4.2 4.2 0 0 1 3.704 8.35a.44.44 0 0 1 .111-.365.46.46 0 0 1 .351-.152q.213 0 .357.147a.73.73 0 0 1 .19.36 3.2 3.2 0 0 0 1.12 2.025A3.24 3.24 0 0 0 8 11.167q1.244 0 2.174-.81t1.112-2.017a.73.73 0 0 1 .19-.36.48.48 0 0 1 .357-.147q.214 0 .351.152.14.153.112.365a4.26 4.26 0 0 1-1.237 2.543 4.2 4.2 0 0 1-2.56 1.243v1.697q0 .213-.143.357a.48.48 0 0 1-.356.143.48.48 0 0 1-.357-.143.48.48 0 0 1-.143-.357'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M8 9.5q-.699 0-1.183-.484a1.6 1.6 0 0 1-.484-1.183v-4q0-.698.484-1.182A1.6 1.6 0 0 1 8 2.167q.699 0 1.182.484.484.484.484 1.182v4q.001.699-.484 1.183A1.6 1.6 0 0 1 8 9.5m-.5 4.333v-1.697a4.22 4.22 0 0 1-2.552-1.223A4.2 4.2 0 0 1 3.704 8.35a.44.44 0 0 1 .111-.365.46.46 0 0 1 .351-.152q.213 0 .357.147a.73.73 0 0 1 .19.36 3.2 3.2 0 0 0 1.12 2.025A3.24 3.24 0 0 0 8 11.167q1.244 0 2.174-.81t1.112-2.017a.73.73 0 0 1 .19-.36.48.48 0 0 1 .357-.147q.214 0 .351.152.14.153.112.365a4.26 4.26 0 0 1-1.237 2.543 4.2 4.2 0 0 1-2.56 1.243v1.697q0 .213-.143.357a.48.48 0 0 1-.356.143.48.48 0 0 1-.357-.143.48.48 0 0 1-.143-.357'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-conversations__subtitle-icon-poll{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%23a1a1a1' d='M11.27 13.5a.58.58 0 0 1-.43-.173.58.58 0 0 1-.173-.43v-2.73q0-.256.173-.43a.58.58 0 0 1 .43-.173h1.127q.256 0 .43.173a.58.58 0 0 1 .173.43v2.73q0 .256-.173.43a.58.58 0 0 1-.43.173zm-3.834 0a.58.58 0 0 1-.43-.173.58.58 0 0 1-.173-.43V4.103q0-.256.173-.43a.58.58 0 0 1 .43-.173h1.128q.256 0 .43.173a.58.58 0 0 1 .173.43v8.794q0 .256-.174.43a.58.58 0 0 1-.429.173zm-3.833 0a.58.58 0 0 1-.43-.173.58.58 0 0 1-.173-.43V7.375q0-.26.173-.433a.59.59 0 0 1 .43-.173H4.73q.255 0 .43.173a.58.58 0 0 1 .172.43v5.522a.59.59 0 0 1-.173.434.59.59 0 0 1-.43.172z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%23a1a1a1' d='M11.27 13.5a.58.58 0 0 1-.43-.173.58.58 0 0 1-.173-.43v-2.73q0-.256.173-.43a.58.58 0 0 1 .43-.173h1.127q.256 0 .43.173a.58.58 0 0 1 .173.43v2.73q0 .256-.173.43a.58.58 0 0 1-.43.173zm-3.834 0a.58.58 0 0 1-.43-.173.58.58 0 0 1-.173-.43V4.103q0-.256.173-.43a.58.58 0 0 1 .43-.173h1.128q.256 0 .43.173a.58.58 0 0 1 .173.43v8.794q0 .256-.174.43a.58.58 0 0 1-.429.173zm-3.833 0a.58.58 0 0 1-.43-.173.58.58 0 0 1-.173-.43V7.375q0-.26.173-.433a.59.59 0 0 1 .43-.173H4.73q.255 0 .43.173a.58.58 0 0 1 .172.43v5.522a.59.59 0 0 1-.173.434.59.59 0 0 1-.43.172z'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-conversations__subtitle-icon-sticker{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%23a1a1a1' d='M2.667 12.411V4.59c0-.786.636-1.422 1.422-1.422h7.822c.785 0 1.422.637 1.422 1.422v4.267H11.2a2.49 2.49 0 0 0-2.489 2.489v2.488H4.089a1.42 1.42 0 0 1-1.423-1.422'/%3E%3Cpath fill='%23a1a1a1' d='M13.313 9.567H11.2c-.982 0-1.778.796-1.778 1.777v2.49h.028z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%23a1a1a1' d='M2.667 12.411V4.59c0-.786.636-1.422 1.422-1.422h7.822c.785 0 1.422.637 1.422 1.422v4.267H11.2a2.49 2.49 0 0 0-2.489 2.489v2.488H4.089a1.42 1.42 0 0 1-1.423-1.422'/%3E%3Cpath fill='%23a1a1a1' d='M13.313 9.567H11.2c-.982 0-1.778.796-1.778 1.777v2.49h.028z'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-conversations__subtitle-icon-collaborative-document{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' fill-rule='evenodd' d='M2 4.147A3.147 3.147 0 0 1 5.147 1H15.85a3.147 3.147 0 0 1 3.147 3.147V9.54a.63.63 0 0 1-.179.44l-4.067 4.16-5.817 5.571a.63.63 0 0 1-.436.175h-3.35A3.15 3.15 0 0 1 2 16.737zm7.24-.195a.826.826 0 0 0 0 1.652h5.98a.826.826 0 0 0 0-1.652zM5.775 7.415a.826.826 0 1 0 0 1.652h9.443a.826.826 0 0 0 0-1.652zm0 3.461a.826.826 0 1 0 0 1.652h7.554a.826.826 0 1 0 0-1.652z' clip-rule='evenodd'/%3E%3Cpath fill='%23141414' d='M21.128 11.334a1.26 1.26 0 0 0-1.78 0l-7.935 7.934a.33.33 0 0 0-.094.187l-.367 2.57a.33.33 0 0 0 .374.375l2.57-.367a.33.33 0 0 0 .188-.094l7.934-7.934a1.26 1.26 0 0 0 0-1.78z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' fill-rule='evenodd' d='M2 4.147A3.147 3.147 0 0 1 5.147 1H15.85a3.147 3.147 0 0 1 3.147 3.147V9.54a.63.63 0 0 1-.179.44l-4.067 4.16-5.817 5.571a.63.63 0 0 1-.436.175h-3.35A3.15 3.15 0 0 1 2 16.737zm7.24-.195a.826.826 0 0 0 0 1.652h5.98a.826.826 0 0 0 0-1.652zM5.775 7.415a.826.826 0 1 0 0 1.652h9.443a.826.826 0 0 0 0-1.652zm0 3.461a.826.826 0 1 0 0 1.652h7.554a.826.826 0 1 0 0-1.652z' clip-rule='evenodd'/%3E%3Cpath fill='%23141414' d='M21.128 11.334a1.26 1.26 0 0 0-1.78 0l-7.935 7.934a.33.33 0 0 0-.094.187l-.367 2.57a.33.33 0 0 0 .374.375l2.57-.367a.33.33 0 0 0 .188-.094l7.934-7.934a1.26 1.26 0 0 0 0-1.78z'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-conversations__subtitle-icon-collaborative-whiteboard{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' fill-opacity='.11' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23141414' d='M19.468 4h.772a1.92 1.92 0 0 1 1.86 1.441l-5.408 5.408a.24.24 0 0 1-.136.068l-1.98.283a.24.24 0 0 1-.272-.272l.283-1.98a.24.24 0 0 1 .068-.135z'/%3E%3Cpath fill='%23141414' d='m17.347 4-3.753 3.752a1.74 1.74 0 0 0-.492.984l-.283 1.98a1.74 1.74 0 0 0 1.97 1.969l1.979-.283a1.74 1.74 0 0 0 .984-.492l4.408-4.408V17.92c0 1.06-.86 1.92-1.92 1.92H3.92A1.92 1.92 0 0 1 2 17.92v-3.89a.75.75 0 0 0 .403-.117l.183-.117c1-.637 3.135-1.996 3.746-2.345.102-.058.298-.127.542-.153.24-.026.464-.004.628.056.151.056.229.132.272.228.05.109.103.354-.02.83-.24.928-.487 1.997-.415 2.892.038.461.165.946.483 1.35.331.42.804.67 1.375.766 1.137.19 2.18-.482 2.91-1.116.768-.668 1.408-1.487 1.773-1.974a.75.75 0 1 0-1.2-.9c-.354.473-.915 1.184-1.557 1.741-.68.59-1.257.84-1.68.77-.27-.046-.382-.139-.443-.216-.072-.092-.142-.255-.165-.543-.05-.604.123-1.434.371-2.394.177-.684.17-1.304-.065-1.825-.242-.534-.674-.853-1.123-1.017a2.9 2.9 0 0 0-1.306-.14c-.402.044-.806.161-1.124.343-.604.345-2.53 1.569-3.588 2.242V5.92C2 4.86 2.86 4 3.92 4z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' fill-opacity='.11' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23141414' d='M19.468 4h.772a1.92 1.92 0 0 1 1.86 1.441l-5.408 5.408a.24.24 0 0 1-.136.068l-1.98.283a.24.24 0 0 1-.272-.272l.283-1.98a.24.24 0 0 1 .068-.135z'/%3E%3Cpath fill='%23141414' d='m17.347 4-3.753 3.752a1.74 1.74 0 0 0-.492.984l-.283 1.98a1.74 1.74 0 0 0 1.97 1.969l1.979-.283a1.74 1.74 0 0 0 .984-.492l4.408-4.408V17.92c0 1.06-.86 1.92-1.92 1.92H3.92A1.92 1.92 0 0 1 2 17.92v-3.89a.75.75 0 0 0 .403-.117l.183-.117c1-.637 3.135-1.996 3.746-2.345.102-.058.298-.127.542-.153.24-.026.464-.004.628.056.151.056.229.132.272.228.05.109.103.354-.02.83-.24.928-.487 1.997-.415 2.892.038.461.165.946.483 1.35.331.42.804.67 1.375.766 1.137.19 2.18-.482 2.91-1.116.768-.668 1.408-1.487 1.773-1.974a.75.75 0 1 0-1.2-.9c-.354.473-.915 1.184-1.557 1.741-.68.59-1.257.84-1.68.77-.27-.046-.382-.139-.443-.216-.072-.092-.142-.255-.165-.543-.05-.604.123-1.434.371-2.394.177-.684.17-1.304-.065-1.825-.242-.534-.674-.853-1.123-1.017a2.9 2.9 0 0 0-1.306-.14c-.402.044-.806.161-1.124.343-.604.345-2.53 1.569-3.588 2.242V5.92C2 4.86 2.86 4 3.92 4z'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-conversations__subtitle-icon-deleted{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M8.001 14.833q-1.315 0-2.47-.498A6.4 6.4 0 0 1 3.52 12.98a6.4 6.4 0 0 1-1.355-2.01 6.2 6.2 0 0 1-.498-2.47q0-1.315.498-2.47A6.4 6.4 0 0 1 3.52 4.02a6.4 6.4 0 0 1 2.01-1.354 6.2 6.2 0 0 1 2.47-.5q1.314 0 2.47.5 1.155.498 2.011 1.353.855.855 1.354 2.01.5 1.156.5 2.47t-.5 2.47a6.4 6.4 0 0 1-1.353 2.011 6.4 6.4 0 0 1-2.01 1.355 6.2 6.2 0 0 1-2.47.498m-.001-1q.938 0 1.807-.317a5.3 5.3 0 0 0 1.588-.918L3.902 5.105a5.4 5.4 0 0 0-.915 1.588 5.2 5.2 0 0 0-.32 1.807q0 2.234 1.55 3.783 1.55 1.55 3.783 1.55m4.097-1.938q.601-.72.919-1.588.317-.869.317-1.807 0-2.233-1.55-3.783T8 3.167q-.94 0-1.811.314a5.1 5.1 0 0 0-1.584.922z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M8.001 14.833q-1.315 0-2.47-.498A6.4 6.4 0 0 1 3.52 12.98a6.4 6.4 0 0 1-1.355-2.01 6.2 6.2 0 0 1-.498-2.47q0-1.315.498-2.47A6.4 6.4 0 0 1 3.52 4.02a6.4 6.4 0 0 1 2.01-1.354 6.2 6.2 0 0 1 2.47-.5q1.314 0 2.47.5 1.155.498 2.011 1.353.855.855 1.354 2.01.5 1.156.5 2.47t-.5 2.47a6.4 6.4 0 0 1-1.353 2.011 6.4 6.4 0 0 1-2.01 1.355 6.2 6.2 0 0 1-2.47.498m-.001-1q.938 0 1.807-.317a5.3 5.3 0 0 0 1.588-.918L3.902 5.105a5.4 5.4 0 0 0-.915 1.588 5.2 5.2 0 0 0-.32 1.807q0 2.234 1.55 3.783 1.55 1.55 3.783 1.55m4.097-1.938q.601-.72.919-1.588.317-.869.317-1.807 0-2.233-1.55-3.783T8 3.167q-.94 0-1.811.314a5.1 5.1 0 0 0-1.584.922z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-conversations__subtitle-icon-link{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M4.692 11.526q-1.255 0-2.14-.885a2.92 2.92 0 0 1-.885-2.14q0-1.256.884-2.141a2.92 2.92 0 0 1 2.141-.886h2.013q.213 0 .356.144a.48.48 0 0 1 .144.357q0 .212-.144.356a.48.48 0 0 1-.356.143H4.691a1.95 1.95 0 0 0-1.431.593A1.95 1.95 0 0 0 2.667 8.5q0 .84.593 1.433a1.95 1.95 0 0 0 1.431.593h2.014q.213 0 .356.143a.48.48 0 0 1 .144.357q0 .212-.144.356a.48.48 0 0 1-.356.144zM6 9a.48.48 0 0 1-.356-.144A.48.48 0 0 1 5.5 8.5q0-.213.144-.356A.48.48 0 0 1 6 8h4q.213 0 .356.144a.48.48 0 0 1 .144.356q0 .212-.144.356A.48.48 0 0 1 10 9zm3.295 2.526a.48.48 0 0 1-.357-.144.48.48 0 0 1-.143-.357q0-.212.143-.356a.48.48 0 0 1 .357-.143h2.013a1.95 1.95 0 0 0 1.432-.593q.594-.593.593-1.433 0-.84-.593-1.433a1.95 1.95 0 0 0-1.432-.593H9.295a.48.48 0 0 1-.357-.143.48.48 0 0 1-.143-.357q0-.213.143-.356a.48.48 0 0 1 .357-.144h2.012q1.257 0 2.141.885.885.886.885 2.14 0 1.256-.885 2.141-.885.886-2.14.886z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M4.692 11.526q-1.255 0-2.14-.885a2.92 2.92 0 0 1-.885-2.14q0-1.256.884-2.141a2.92 2.92 0 0 1 2.141-.886h2.013q.213 0 .356.144a.48.48 0 0 1 .144.357q0 .212-.144.356a.48.48 0 0 1-.356.143H4.691a1.95 1.95 0 0 0-1.431.593A1.95 1.95 0 0 0 2.667 8.5q0 .84.593 1.433a1.95 1.95 0 0 0 1.431.593h2.014q.213 0 .356.143a.48.48 0 0 1 .144.357q0 .212-.144.356a.48.48 0 0 1-.356.144zM6 9a.48.48 0 0 1-.356-.144A.48.48 0 0 1 5.5 8.5q0-.213.144-.356A.48.48 0 0 1 6 8h4q.213 0 .356.144a.48.48 0 0 1 .144.356q0 .212-.144.356A.48.48 0 0 1 10 9zm3.295 2.526a.48.48 0 0 1-.357-.144.48.48 0 0 1-.143-.357q0-.212.143-.356a.48.48 0 0 1 .357-.143h2.013a1.95 1.95 0 0 0 1.432-.593q.594-.593.593-1.433 0-.84-.593-1.433a1.95 1.95 0 0 0-1.432-.593H9.295a.48.48 0 0 1-.357-.143.48.48 0 0 1-.143-.357q0-.213.143-.356a.48.48 0 0 1 .357-.144h2.012q1.257 0 2.141.885.885.886.885 2.14 0 1.256-.885 2.141-.885.886-2.14.886z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-conversations__subtitle-icon-thread{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M8.982 13.805a.48.48 0 0 1-.152-.354.5.5 0 0 1 .152-.349L11.085 11H4.872q-.5 0-.852-.353a1.16 1.16 0 0 1-.353-.852V4q0-.212.143-.356a.48.48 0 0 1 .357-.144q.212 0 .356.144A.48.48 0 0 1 4.667 4v5.795q0 .09.057.147a.2.2 0 0 0 .148.058h6.213L8.972 7.887a.47.47 0 0 1-.15-.351.52.52 0 0 1 .15-.351.5.5 0 0 1 .354-.157.47.47 0 0 1 .348.146l2.904 2.904a.55.55 0 0 1 .17.422.552.552 0 0 1-.17.422l-2.883 2.883a.5.5 0 0 1-.357.155.5.5 0 0 1-.356-.155'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M8.982 13.805a.48.48 0 0 1-.152-.354.5.5 0 0 1 .152-.349L11.085 11H4.872q-.5 0-.852-.353a1.16 1.16 0 0 1-.353-.852V4q0-.212.143-.356a.48.48 0 0 1 .357-.144q.212 0 .356.144A.48.48 0 0 1 4.667 4v5.795q0 .09.057.147a.2.2 0 0 0 .148.058h6.213L8.972 7.887a.47.47 0 0 1-.15-.351.52.52 0 0 1 .15-.351.5.5 0 0 1 .354-.157.47.47 0 0 1 .348.146l2.904 2.904a.55.55 0 0 1 .17.422.552.552 0 0 1-.17.422l-2.883 2.883a.5.5 0 0 1-.357.155.5.5 0 0 1-.356-.155'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-conversations__subtitle-icon-none{display:none}.cometchat-conversations__trailing-view{gap:var(--cometchat-padding-1,4px);flex-direction:column;display:flex}.cometchat-conversations__trailing-view-badge{gap:var(--cometchat-padding-1,4px);justify-content:flex-end;display:flex}.cometchat-conversations__trailing-view-badge-count{background:var(--cometchat-primary-color,#6852d6);color:var(--cometchat-static-white,#fff);font:var(--cometchat-font-caption1-regular);text-align:center;text-overflow:ellipsis;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;height:20px;padding:0 8px;font-style:normal;display:flex;overflow:hidden}.cometchat-conversations__subtitle{gap:var(--cometchat-padding-1,4px);text-overflow:ellipsis;white-space:nowrap;width:100%;max-width:100%;display:flex;overflow:hidden}.cometchat-conversations .cometchat-list-item__body-subtitle{width:100%}.cometchat-conversations__list-item-active .cometchat-list-item{background-color:var(--cometchat-white-pressed,#e8e8e8)}.cometchat-conversations__list-item-online .cometchat-list-item__status{background:var(--cometchat-success-color,#09c26f);border:2px solid var(--cometchat-neutral-color-50,#fff);border-radius:var(--cometchat-radius-max,1000px);justify-content:center;align-items:center;width:14px;min-width:14px;height:14px;margin-right:-12px;display:flex;position:relative;top:20px;right:15px}.cometchat-conversations__list-item-password .cometchat-list-item__status{background-color:var(--cometchat-success-color,#09c26f)}.cometchat-conversations__list-item-password .cometchat-list-item__status,.cometchat-conversations__list-item-private .cometchat-list-item__status{border:2px solid var(--cometchat-neutral-color-50,#fff);border-radius:var(--cometchat-radius-max,1000px);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-conversations__list-item-private .cometchat-list-item__status{background-color:var(--cometchat-warning-color,#ffab00)}.cometchat-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("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='none' viewBox='0 0 8 8'%3E%3Cmask id='a' width='8' height='8' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h8v8H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' d='M2.103 7.168a.58.58 0 0 1-.426-.177.58.58 0 0 1-.177-.426V3.437a.58.58 0 0 1 .177-.425.58.58 0 0 1 .426-.177H2.5v-.667q0-.624.438-1.062A1.45 1.45 0 0 1 4 .668q.624 0 1.062.438T5.5 2.168v.667h.397a.58.58 0 0 1 .426.177.58.58 0 0 1 .177.425v3.128a.58.58 0 0 1-.177.426.58.58 0 0 1-.426.177zM4 5.585q.243 0 .413-.17A.56.56 0 0 0 4.583 5q0-.243-.17-.413A.56.56 0 0 0 4 4.418q-.243 0-.413.17a.56.56 0 0 0-.17.413q0 .243.17.413t.413.17m-1-2.75h2v-.667a.96.96 0 0 0-.292-.708A.96.96 0 0 0 4 1.168a.96.96 0 0 0-.708.292.96.96 0 0 0-.292.708z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='none' viewBox='0 0 8 8'%3E%3Cmask id='a' width='8' height='8' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h8v8H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' d='M2.103 7.168a.58.58 0 0 1-.426-.177.58.58 0 0 1-.177-.426V3.437a.58.58 0 0 1 .177-.425.58.58 0 0 1 .426-.177H2.5v-.667q0-.624.438-1.062A1.45 1.45 0 0 1 4 .668q.624 0 1.062.438T5.5 2.168v.667h.397a.58.58 0 0 1 .426.177.58.58 0 0 1 .177.425v3.128a.58.58 0 0 1-.177.426.58.58 0 0 1-.426.177zM4 5.585q.243 0 .413-.17A.56.56 0 0 0 4.583 5q0-.243-.17-.413A.56.56 0 0 0 4 4.418q-.243 0-.413.17a.56.56 0 0 0-.17.413q0 .243.17.413t.413.17m-1-2.75h2v-.667a.96.96 0 0 0-.292-.708A.96.96 0 0 0 4 1.168a.96.96 0 0 0-.708.292.96.96 0 0 0-.292.708z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-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("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M12 21.371a1.9 1.9 0 0 1-.596-.1q-3.164-1.125-5.034-3.99Q4.5 14.418 4.5 11.1V6.596q0-.567.329-1.024.33-.456.846-.662l5.692-2.125q.321-.116.633-.116t.633.116l5.692 2.125q.517.206.846.662.33.457.329 1.024V11.1q0 3.318-1.87 6.182t-5.034 3.989a1.7 1.7 0 0 1-.596.1'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M12 21.371a1.9 1.9 0 0 1-.596-.1q-3.164-1.125-5.034-3.99Q4.5 14.418 4.5 11.1V6.596q0-.567.329-1.024.33-.456.846-.662l5.692-2.125q.321-.116.633-.116t.633.116l5.692 2.125q.517.206.846.662.33.457.329 1.024V11.1q0 3.318-1.87 6.182t-5.034 3.989a1.7 1.7 0 0 1-.596.1'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-conversations__trailing-view-options-delete-backdrop{z-index:10;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.cometchat-conversations__trailing-view-options .cometchat-menu-list__menu{background-color:initial}.cometchat-conversations__trailing-view-options .cometchat-menu-list__main-menu-item{background-color:initial;box-shadow:none}.cometchat-conversations__trailing-view-options .cometchat-menu-list__main-menu-item-icon-delete{background:var(--cometchat-error-color,#f44649);width:24px;height:24px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M6.734 20.833q-.655 0-1.12-.464a1.53 1.53 0 0 1-.464-1.119V5.55h-.204a.77.77 0 0 1-.564-.232.77.77 0 0 1-.232-.562q0-.33.232-.56a.77.77 0 0 1 .564-.23h3.89v-.012a.76.76 0 0 1 .23-.558.77.77 0 0 1 .564-.23h4.766q.324 0 .556.232.231.232.232.556v.013h3.9q.32 0 .552.232a.76.76 0 0 1 .231.558.76.76 0 0 1-.232.564.76.76 0 0 1-.555.229h-.213v13.7q0 .655-.464 1.119-.465.464-1.12.464zM17.284 5.55H6.734v13.7h10.55zm-7.29 11.62a.77.77 0 0 0 .559-.226.76.76 0 0 0 .23-.56V8.4a.77.77 0 0 0-.232-.565.76.76 0 0 0-.558-.23.76.76 0 0 0-.563.23.77.77 0 0 0-.23.565v7.983q0 .335.234.56a.78.78 0 0 0 .56.228m4.034 0a.77.77 0 0 0 .558-.226.76.76 0 0 0 .231-.56V8.4a.77.77 0 0 0-.233-.565.76.76 0 0 0-.557-.23.76.76 0 0 0-.564.23.77.77 0 0 0-.23.565v7.983q0 .335.235.56a.78.78 0 0 0 .56.228'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M6.734 20.833q-.655 0-1.12-.464a1.53 1.53 0 0 1-.464-1.119V5.55h-.204a.77.77 0 0 1-.564-.232.77.77 0 0 1-.232-.562q0-.33.232-.56a.77.77 0 0 1 .564-.23h3.89v-.012a.76.76 0 0 1 .23-.558.77.77 0 0 1 .564-.23h4.766q.324 0 .556.232.231.232.232.556v.013h3.9q.32 0 .552.232a.76.76 0 0 1 .231.558.76.76 0 0 1-.232.564.76.76 0 0 1-.555.229h-.213v13.7q0 .655-.464 1.119-.465.464-1.12.464zM17.284 5.55H6.734v13.7h10.55zm-7.29 11.62a.77.77 0 0 0 .559-.226.76.76 0 0 0 .23-.56V8.4a.77.77 0 0 0-.232-.565.76.76 0 0 0-.558-.23.76.76 0 0 0-.563.23.77.77 0 0 0-.23.565v7.983q0 .335.234.56a.78.78 0 0 0 .56.228m4.034 0a.77.77 0 0 0 .558-.226.76.76 0 0 0 .231-.56V8.4a.77.77 0 0 0-.233-.565.76.76 0 0 0-.557-.23.76.76 0 0 0-.564.23.77.77 0 0 0-.23.565v7.983q0 .335.235.56a.78.78 0 0 0 .56.228'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-conversations__trailing-view-options .cometchat-menu-list__sub-menu-icon{background:var(--cometchat-icon-color-secondary,#a1a1a1);width:20px;height:20px}.cometchat-conversations__trailing-view-options .cometchat-menu-list__sub-menu{background:var(--cometchat-background-color-04,#e8e8e8);border-radius:var(--cometchat-radius-1,4px);justify-content:center;align-items:center;width:20px;height:20px;display:flex}.cometchat-conversations__subtitle-text .cometchat-mentions{border-radius:var(--cometchat-radius,2px);padding:0 var(--cometchat-padding,2px);background:#6852d633}.cometchat-conversations__subtitle-text .cometchat-mentions-you{border-radius:var(--cometchat-radius,2px);padding:0 var(--cometchat-padding,2px);background:#ffab0033}.cometchat-conversations__subtitle-text .cometchat-mentions>span{color:var(--cometchat-text-color-highlight,#6852d6);font:var(--cometchat-font-body-regular)}.cometchat-conversations__subtitle-text .cometchat-mentions-you>span{color:var(--cometchat-warning-color,#ffab00);font:var(--cometchat-font-body-regular)}.cometchat-conversations__subtitle-typing{color:var(--cometchat-text-color-highlight,#6852d6);font:var(--cometchat-font-body-regular);text-overflow:ellipsis;white-space:nowrap;font-style:normal;overflow:hidden}.cometchat-conversations .cometchat-confirm-dialog{width:320px}.cometchat-conversations__empty-state-view,.cometchat-conversations__error-state-view{background:var(--cometchat-background-color-01,#fff);align-items:center;gap:var(--cometchat-padding-5,20px);flex-direction:column;justify-content:center;height:100%;display:flex}.cometchat-conversations__empty-state-view-icon{-webkit-mask:url(/assets/images/conversations_empty_state-zTzoFLtL.svg) 50% no-repeat;mask:url(/assets/images/conversations_empty_state-zTzoFLtL.svg) 50% no-repeat}.cometchat-conversations__error-state-view-icon{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' fill='none' viewBox='0 0 120 120'%3E%3Cmask id='a' width='120' height='120' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23f4f7fc' d='M120 60c0 8.91-1.946 17.376-5.441 24.981C105.089 105.65 84.219 120 60 120S14.91 105.649 5.44 84.981C1.947 77.376 0 68.911 0 60 0 26.862 26.862 0 60 0s60 26.862 60 60'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23dcdcdc' d='M2.625 84 22.5 79.875 39 86.25 24 94.5zM117.375 84 97.5 79.875 81 86.25l15 8.25z'/%3E%3Cpath fill='%23a1a1a1' d='M39 86.25h42l15 8.25H24z' opacity='.6'/%3E%3Cpath fill='%23e8e8e8' d='M45.08 50.58c6.759-3.903 15.401-1.587 19.304 5.172 3.902 6.76 1.586 15.402-5.173 19.305l-7.948 4.589-2.134 9.56c-.263 1.178-1.837 1.42-2.44.374l-3.672-6.36c-5.533.775-11.236-1.796-14.202-6.932-3.902-6.76-1.586-15.402 5.173-19.305z'/%3E%3Ccircle cx='2.208' cy='2.208' r='2.208' fill='%23fafafa' transform='rotate(150 19.569 36.702)scale(1 -1)'/%3E%3Ccircle cx='2.208' cy='2.208' r='2.208' fill='%23fafafa' transform='rotate(150 15.152 37.886)scale(1 -1)'/%3E%3Ccircle cx='2.208' cy='2.208' r='2.208' fill='%23fafafa' transform='rotate(150 10.736 39.067)scale(1 -1)'/%3E%3Cpath fill='%23dcdcdc' d='M68.732 23.685c-10.016-2.683-20.311 3.26-22.995 13.277-2.684 10.015 3.26 20.31 13.276 22.994l11.78 3.157 6.025 11.534c.743 1.422 2.845 1.19 3.26-.36l2.526-9.423c7.366-.91 13.8-6.17 15.84-13.78 2.683-10.016-3.26-20.311-13.277-22.995z'/%3E%3Ccircle cx='61.039' cy='41.062' r='2.934' fill='%23fafafa' transform='rotate(15 61.039 41.062)'/%3E%3Ccircle cx='72.374' cy='44.097' r='2.934' fill='%23fafafa' transform='rotate(15 72.374 44.097)'/%3E%3Ccircle cx='83.708' cy='47.138' r='2.934' fill='%23fafafa' transform='rotate(15 83.708 47.138)'/%3E%3Cpath fill='%23dcdcdc' fill-rule='evenodd' d='M41.695 32.784a1.125 1.125 0 1 0-.524-2.188l-2.918.699a1.125 1.125 0 0 0 .525 2.188zm10.817-13.692a1.125 1.125 0 0 1-2.25-.004l.006-3a1.125 1.125 0 0 1 2.25.004zm-9.395 6.944a1.125 1.125 0 0 1-1.351.84l-2.922-.682a1.125 1.125 0 1 1 .511-2.191l2.922.681c.605.142.981.746.84 1.351m3.666-5.507a1.125 1.125 0 1 1-2.013 1.003l-1.338-2.685a1.125 1.125 0 1 1 2.013-1.004z' clip-rule='evenodd'/%3E%3Cpath fill='%23dcdcdc' d='M24 94.5h72v63H24z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' fill='none' viewBox='0 0 120 120'%3E%3Cmask id='a' width='120' height='120' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23f4f7fc' d='M120 60c0 8.91-1.946 17.376-5.441 24.981C105.089 105.65 84.219 120 60 120S14.91 105.649 5.44 84.981C1.947 77.376 0 68.911 0 60 0 26.862 26.862 0 60 0s60 26.862 60 60'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23dcdcdc' d='M2.625 84 22.5 79.875 39 86.25 24 94.5zM117.375 84 97.5 79.875 81 86.25l15 8.25z'/%3E%3Cpath fill='%23a1a1a1' d='M39 86.25h42l15 8.25H24z' opacity='.6'/%3E%3Cpath fill='%23e8e8e8' d='M45.08 50.58c6.759-3.903 15.401-1.587 19.304 5.172 3.902 6.76 1.586 15.402-5.173 19.305l-7.948 4.589-2.134 9.56c-.263 1.178-1.837 1.42-2.44.374l-3.672-6.36c-5.533.775-11.236-1.796-14.202-6.932-3.902-6.76-1.586-15.402 5.173-19.305z'/%3E%3Ccircle cx='2.208' cy='2.208' r='2.208' fill='%23fafafa' transform='rotate(150 19.569 36.702)scale(1 -1)'/%3E%3Ccircle cx='2.208' cy='2.208' r='2.208' fill='%23fafafa' transform='rotate(150 15.152 37.886)scale(1 -1)'/%3E%3Ccircle cx='2.208' cy='2.208' r='2.208' fill='%23fafafa' transform='rotate(150 10.736 39.067)scale(1 -1)'/%3E%3Cpath fill='%23dcdcdc' d='M68.732 23.685c-10.016-2.683-20.311 3.26-22.995 13.277-2.684 10.015 3.26 20.31 13.276 22.994l11.78 3.157 6.025 11.534c.743 1.422 2.845 1.19 3.26-.36l2.526-9.423c7.366-.91 13.8-6.17 15.84-13.78 2.683-10.016-3.26-20.311-13.277-22.995z'/%3E%3Ccircle cx='61.039' cy='41.062' r='2.934' fill='%23fafafa' transform='rotate(15 61.039 41.062)'/%3E%3Ccircle cx='72.374' cy='44.097' r='2.934' fill='%23fafafa' transform='rotate(15 72.374 44.097)'/%3E%3Ccircle cx='83.708' cy='47.138' r='2.934' fill='%23fafafa' transform='rotate(15 83.708 47.138)'/%3E%3Cpath fill='%23dcdcdc' fill-rule='evenodd' d='M41.695 32.784a1.125 1.125 0 1 0-.524-2.188l-2.918.699a1.125 1.125 0 0 0 .525 2.188zm10.817-13.692a1.125 1.125 0 0 1-2.25-.004l.006-3a1.125 1.125 0 0 1 2.25.004zm-9.395 6.944a1.125 1.125 0 0 1-1.351.84l-2.922-.682a1.125 1.125 0 1 1 .511-2.191l2.922.681c.605.142.981.746.84 1.351m3.666-5.507a1.125 1.125 0 1 1-2.013 1.003l-1.338-2.685a1.125 1.125 0 1 1 2.013-1.004z' clip-rule='evenodd'/%3E%3Cpath fill='%23dcdcdc' d='M24 94.5h72v63H24z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.cometchat-conversations__empty-state-view-body,.cometchat-conversations__error-state-view-body{gap:var(--cometchat-padding,2px);flex-direction:column;display:flex}.cometchat-conversations__empty-state-view-body-title,.cometchat-conversations__error-state-view-body-title{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading3-bold);text-align:center;width:280px;font-style:normal}.cometchat-conversations__empty-state-view-body-description,.cometchat-conversations__error-state-view-body-description{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);text-align:center;width:280px;font-style:normal}.cometchat-conversations__shimmer{background:var(--cometchat-background-color-01,#fff);width:100%;height:100%}.cometchat-conversations__shimmer-item{min-width:240px;height:72px;padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px);align-items:center;gap:12px;width:100%;display:flex}.cometchat-conversations__shimmer-item-avatar{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:var(--cometchat-radius-max,1000px);flex-shrink:0;width:48px;height:48px;display:flex}.cometchat-conversations__shimmer-item-body{gap:var(--cometchat-padding-2,8px);flex-direction:column;width:100%;height:100%;display:flex}.cometchat-conversations__shimmer-item-body-title-wrapper{justify-content:space-between;width:100%;display:flex}.cometchat-conversations__shimmer-item-body-title{width:50%;height:22px}.cometchat-conversations__shimmer-item-body-subtitle,.cometchat-conversations__shimmer-item-body-title{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:var(--cometchat-radius-2,8px);flex-shrink:0;animation:1.5s linear infinite shimmerAnimation}.cometchat-conversations__shimmer-item-body-subtitle{width:100%;height:12px}.cometchat-conversations__shimmer-item-body-tail{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:var(--cometchat-radius-2,8px);width:60px;height:22px;min-height:22px;animation:10.5s linear infinite shimmerAnimation}.cometchat-conversations .cometchat-menu-list__sub-menu-list-item .cometchat-menu-list__sub-menu-list-item-icon{display:none}.cometchat-conversations .cometchat-search-bar__input{cursor:pointer}.cometchat-conversations .cometchat-list-item__body{position:relative}.cometchat-conversations .cometchat-list-item__menu-view{z-index:1;position:absolute;top:0;right:0}.cometchat-conversations .cometchat-list-item__trailing-view-hidden{display:initial;visibility:hidden}.cometchat-users{background:var(--cometchat-background-color-01,#fff);flex-shrink:0;align-items:flex-start;gap:0;width:100%;height:100%}.cometchat-users,.cometchat-users__empty-state-view{flex-direction:column;display:flex}.cometchat-users__empty-state-view,.cometchat-users__error-state-view{background:var(--cometchat-background-color-01,#fff);align-items:center;gap:var(--cometchat-padding-5,20px);flex-direction:column;justify-content:center;height:100%;display:flex}.cometchat-users__empty-state-view-body,.cometchat-users__error-state-view-body{gap:var(--cometchat-padding,2px);flex-direction:column;display:flex}.cometchat-users__empty-state-view-body-title,.cometchat-users__error-state-view-body-title{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading3-bold);text-align:center;width:280px;font-style:normal}.cometchat-users__empty-state-view-body-description,.cometchat-users__error-state-view-body-description{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);text-align:center;width:280px;font-style:normal}.cometchat-users__shimmer{background:var(--cometchat-background-color-01,#fff);width:100%;height:100%}.cometchat-users__shimmer-item{min-width:240px;max-width:1440px;height:72px;padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px);align-items:center;gap:12px;width:100%;display:flex}.cometchat-users__shimmer-item-avatar{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:var(--cometchat-radius-max,1000px);flex-shrink:0;width:48px;height:48px;display:flex}.cometchat-users__shimmer-item-body{gap:var(--cometchat-padding-2,8px);flex-direction:column;width:100%;height:100%;display:flex}.cometchat-users__shimmer-item-title{width:50%;height:22px}.cometchat-users__shimmer-item-body-subtitle,.cometchat-users__shimmer-item-title{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:var(--cometchat-radius-2,8px);flex-shrink:0;animation:1.5s linear infinite shimmerAnimation}.cometchat-users__shimmer-item-body-subtitle{width:25%;height:12px}.cometchat-users__list-item-online .cometchat-list-item__status{background:var(--cometchat-success-color,#09c26f);border:2px solid var(--cometchat-neutral-color-50,#fff);border-radius:var(--cometchat-radius-max,1000px);justify-content:center;align-items:center;width:14px;min-width:14px;height:14px;margin-right:-12px;display:flex;position:relative;top:20px;right:15px}.cometchat-users__list-item-active .cometchat-list-item{background-color:var(--cometchat-white-pressed,#e8e8e8)}.cometchat-users__list-item{cursor:pointer}.cometchat-users__list-item .cometchat-avatar,.cometchat-users__list-item .cometchat-list-item__leading-view{width:40px;height:40px}.cometchat-users .cometchat-list-item__body{min-height:43px;padding:0}.cometchat-groups{background:var(--cometchat-background-color-01,#fff);flex-shrink:0;align-items:flex-start;gap:0;width:100%;height:100%}.cometchat-groups,.cometchat-groups__empty-state-view{flex-direction:column;display:flex}.cometchat-groups__empty-state-view,.cometchat-groups__error-state-view{background:var(--cometchat-background-color-01,#fff);align-items:center;gap:var(--cometchat-padding-5,20px);flex-direction:column;justify-content:center;height:100%;display:flex}.cometchat-groups__empty-state-view-body,.cometchat-groups__error-state-view-body{gap:var(--cometchat-padding,2px);flex-direction:column;display:flex}.cometchat-groups__empty-state-view-body-title,.cometchat-groups__error-state-view-body-title{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading3-bold);text-align:center;width:280px;font-style:normal}.cometchat-groups__empty-state-view-body-description,.cometchat-groups__error-state-view-body-description{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);text-align:center;width:280px;font-style:normal}.cometchat-groups__shimmer{background:var(--cometchat-background-color-01,#fff);width:100%;height:100%}.cometchat-groups__shimmer-item{min-width:240px;max-width:1440px;height:72px;padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px);align-items:center;gap:12px;width:100%;display:flex}.cometchat-groups__shimmer-item-avatar{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:var(--cometchat-radius-max,1000px);flex-shrink:0;width:48px;height:48px;display:flex}.cometchat-groups__shimmer-item-body{gap:var(--cometchat-padding-2,8px);flex-direction:column;width:100%;height:100%;display:flex}.cometchat-groups__shimmer-item-body-title{width:50%;height:22px}.cometchat-groups__shimmer-item-body-subtitle,.cometchat-groups__shimmer-item-body-title{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:var(--cometchat-radius-2,8px);flex-shrink:0;animation:1.5s linear infinite shimmerAnimation}.cometchat-groups__shimmer-item-body-subtitle{width:25%;height:12px}.cometchat-groups__list-item{cursor:pointer}.cometchat-groups__list-item-active .cometchat-list-item{background-color:var(--cometchat-white-pressed,#e8e8e8)}.cometchat-groups__list-item-password .cometchat-list-item__status{background-color:var(--cometchat-success-color,#09c26f)}.cometchat-groups__list-item-password .cometchat-list-item__status,.cometchat-groups__list-item-private .cometchat-list-item__status{border:2px solid var(--cometchat-neutral-color-50,#fff);border-radius:var(--cometchat-radius-max,1000px);justify-content:center;align-items:center;width:14px;min-width:14px;height:14px;margin-right:-14px;display:flex;position:relative;top:20px;right:15px}.cometchat-groups__list-item-private .cometchat-list-item__status{background-color:var(--cometchat-warning-color,#ffab00)}.cometchat-groups__list-item-password .cometchat-list-item__status-icon{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='none' viewBox='0 0 8 8'%3E%3Cmask id='a' width='8' height='8' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h8v8H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' d='M2.103 7.168a.58.58 0 0 1-.426-.177.58.58 0 0 1-.177-.426V3.437a.58.58 0 0 1 .177-.425.58.58 0 0 1 .426-.177H2.5v-.667q0-.624.438-1.062A1.45 1.45 0 0 1 4 .668q.624 0 1.062.438T5.5 2.168v.667h.397a.58.58 0 0 1 .426.177.58.58 0 0 1 .177.425v3.128a.58.58 0 0 1-.177.426.58.58 0 0 1-.426.177zM4 5.585q.243 0 .413-.17A.56.56 0 0 0 4.583 5q0-.243-.17-.413A.56.56 0 0 0 4 4.418q-.243 0-.413.17a.56.56 0 0 0-.17.413q0 .243.17.413t.413.17m-1-2.75h2v-.667a.96.96 0 0 0-.292-.708A.96.96 0 0 0 4 1.168a.96.96 0 0 0-.708.292.96.96 0 0 0-.292.708z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='none' viewBox='0 0 8 8'%3E%3Cmask id='a' width='8' height='8' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h8v8H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' d='M2.103 7.168a.58.58 0 0 1-.426-.177.58.58 0 0 1-.177-.426V3.437a.58.58 0 0 1 .177-.425.58.58 0 0 1 .426-.177H2.5v-.667q0-.624.438-1.062A1.45 1.45 0 0 1 4 .668q.624 0 1.062.438T5.5 2.168v.667h.397a.58.58 0 0 1 .426.177.58.58 0 0 1 .177.425v3.128a.58.58 0 0 1-.177.426.58.58 0 0 1-.426.177zM4 5.585q.243 0 .413-.17A.56.56 0 0 0 4.583 5q0-.243-.17-.413A.56.56 0 0 0 4 4.418q-.243 0-.413.17a.56.56 0 0 0-.17.413q0 .243.17.413t.413.17m-1-2.75h2v-.667a.96.96 0 0 0-.292-.708A.96.96 0 0 0 4 1.168a.96.96 0 0 0-.708.292.96.96 0 0 0-.292.708z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-groups__list-item-password .cometchat-list-item__status-icon,.cometchat-groups__list-item-private .cometchat-list-item__status-icon{background:var(--cometchat-static-white,#fff);border:none;justify-content:center;align-self:center;align-items:center;width:8px;height:8px;display:flex}.cometchat-groups__list-item-private .cometchat-list-item__status-icon{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M12 21.371a1.9 1.9 0 0 1-.596-.1q-3.164-1.125-5.034-3.99Q4.5 14.418 4.5 11.1V6.596q0-.567.329-1.024.33-.456.846-.662l5.692-2.125q.321-.116.633-.116t.633.116l5.692 2.125q.517.206.846.662.33.457.329 1.024V11.1q0 3.318-1.87 6.182t-5.034 3.989a1.7 1.7 0 0 1-.596.1'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M12 21.371a1.9 1.9 0 0 1-.596-.1q-3.164-1.125-5.034-3.99Q4.5 14.418 4.5 11.1V6.596q0-.567.329-1.024.33-.456.846-.662l5.692-2.125q.321-.116.633-.116t.633.116l5.692 2.125q.517.206.846.662.33.457.329 1.024V11.1q0 3.318-1.87 6.182t-5.034 3.989a1.7 1.7 0 0 1-.596.1'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-groups__subtitle{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);text-overflow:ellipsis;white-space:nowrap;font-style:normal;overflow:hidden}.cometchat-groups__list-item .cometchat-avatar,.cometchat-groups__list-item .cometchat-list-item__leading-view{width:40px;height:40px}.cometchat-groups .cometchat-list-item__body{padding:0}.cometchat-message-header{background:var(--cometchat-background-color-01);align-self:stretch;align-items:center;gap:var(--cometchat-padding-3,12px);height:64px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-4,16px);flex:1 0 0;justify-content:space-between;width:100%;display:flex;overflow:hidden}.cometchat-message-header .cometchat-message-header__subtitle{color:var(--cometchat-icon-color-secondary);font:var(--cometchat-font-caption1-regular);text-align:left;text-overflow:ellipsis;white-space:nowrap;justify-content:flex-start;align-items:center;width:100%;height:100%;min-height:17px;display:flex;overflow:hidden}.cometchat-message-header .cometchat-message-header__subtitle.cometchat-message-header__subtitle-typing{color:var(--cometchat-text-color-highlight)}.cometchat-message-header .cometchat-list-item__title-container{gap:0;height:-moz-fit-content;height:fit-content}.cometchat-message-header>div:not([class]){align-items:center;gap:var(--cometchat-padding-2,8px);flex:1 0 0;justify-content:flex-start;width:100%;display:flex;overflow:hidden}.cometchat-message-header .cometchat-list-item__trailing-view{display:none}.cometchat-message-header__back-button{background:var(--cometchat-icon-color-primary);cursor:pointer;justify-content:center;align-items:center;width:24px;height:24px;display:flex;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='m7.373 12.75 5.17 5.17a.7.7 0 0 1 .22.521.74.74 0 0 1-.236.532.78.78 0 0 1-.527.225.7.7 0 0 1-.527-.225l-6.34-6.34A.83.83 0 0 1 4.877 12q0-.18.058-.336a.8.8 0 0 1 .198-.297l6.34-6.34a.72.72 0 0 1 .515-.213.75.75 0 0 1 .539.213.74.74 0 0 1 .232.534q0 .303-.232.535L7.373 11.25H18.75q.32 0 .535.216A.73.73 0 0 1 19.5 12a.73.73 0 0 1-.215.534.73.73 0 0 1-.535.216z'/%3E%3C/g%3E%3C/svg%3E") 0 0/contain}.cometchat-message-header .cometchat-message-header__conversation-summary-button .cometchat-button{background:0 0;border:none;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:0}.cometchat-message-header .cometchat-message-header__conversation-summary-button .cometchat-button .cometchat-button__icon{background:var(--cometchat-icon-color-primary,#141414);width:24px;height:24px}.cometchat-message-header .cometchat-message-header__search-button .cometchat-button{background:0 0;border:none;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:0}.cometchat-message-header .cometchat-menu-list__sub-menu-icon,.cometchat-message-header .cometchat-message-header__search-button .cometchat-button__icon{background:var(--cometchat-icon-color-primary,#141414);width:24px;height:24px}.cometchat-message-header .cometchat-message-header__menu{justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;display:flex}.cometchat-message-header .cometchat-message-header__menu .cometchat-button{background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0}.cometchat-message-header .cometchat-menu-list__sub-menu-list{width:max-content}.cometchat-message-header__listitem{justify-content:flex-start;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.cometchat-message-header__auxiliary-button-view{align-items:center;gap:var(--cometchat-padding-4,16px);justify-content:flex-end;gap:16px;width:-moz-fit-content;width:fit-content;display:flex}.cometchat-message-header .cometchat-list-item{padding:0}.cometchat-message-header .cometchat-list-item:hover{cursor:default;background:0 0}.cometchat-message-header .cometchat-list-item__body{padding:0}.cometchat-message-header .cometchat-list-item .cometchat-list-item__body-title{text-overflow:ellipsis;justify-content:flex-start;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.cometchat-message-header .cometchat-list-item .cometchat-avatar{border-radius:var(--cometchat-radius-max);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.cometchat-message-header .cometchat-list-item .cometchat-list-item__leading-view{width:40px;height:40px;padding:0}.cometchat-message-header__listitem>.cometchat{width:100%;height:100%}.cometchat-message-header .cometchat-button__icon:hover{background:var(--cometchat-primary-color)}@media (max-width:768px){.cometchat-message-header__back-button{display:block}.cometchat-message-header .cometchat-list-item .cometchat-list-item__body-title{display:initial}}.cometchat-message-composer{background:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-light);border-radius:var(--cometchat-radius-2,8px);flex-direction:column;justify-content:flex-end;align-self:stretch;align-items:center;width:100%;height:100%;display:flex}.cometchat-message-composer__send-button{background:var(--cometchat-background-color-04);align-items:center;gap:var(--cometchat-padding-1,4px);height:32px;padding:var(--cometchat-padding-1,4px);border-radius:60px;justify-content:center;width:32px;display:flex}.cometchat-message-composer__send-button .cometchat-button{cursor:default}.cometchat-message-composer__send-button-active{background:var(--cometchat-primary-color);cursor:pointer}.cometchat-message-composer__auxilary-button-view-sticker-button .cometchat-popover__content{width:272px;height:300px;overflow:hidden}.cometchat-message-composer__emoji-keyboard-button .cometchat-popover__content{width:300px;height:300px;overflow:hidden}.cometchat-message-composer__secondary-button-view-attachment-button .cometchat-popover__content{border:none;height:332px}.cometchat-message-composer__voice-recording-button .cometchat-popover__content{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;min-height:200px;max-height:300px}.cometchat-message-composer__voice-recording-button .cometchat-media-recorder{min-height:220px;max-height:300px;overflow:hidden}.cometchat-message-composer__voice-recording-button .cometchat-media-recorder__recording{min-height:220px;max-height:300px}.cometchat-message-composer__voice-recording-button .cometchat-media-recorder__recorded{justify-content:space-between;min-height:220px;max-height:300px}.cometchat-message-composer__input .cometchat-mentions>span{color:var(--cometchat-text-color-highlight,#6852d6);font:var(--cometchat-font-body-regular)}.cometchat-message-composer__input .cometchat-mentions-you>span{color:var(--cometchat-warning-color,#ffab00);font:var(--cometchat-font-body-regular)}.cometchat-message-composer div:not([class]) .cometchat-button{background:0 0;gap:0;width:-moz-fit-content;width:fit-content;height:24px;padding:0}.cometchat-message-composer__unblock-button{border:1px solid var(--cometchat-border-color-dark);border-radius:var(--cometchat-radius-2,8px);color:var(--cometchat-neutral-color-900);cursor:pointer;font:var(--cometchat-font-body-regular);height:40px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-5,20px);background:0 0;justify-content:center;align-items:center;width:100%;display:flex}.cometchat-message-composer__header{height:-moz-fit-content;height:fit-content;padding:var(--cometchat-padding-1,4px);flex-direction:column;justify-content:space-between;align-self:stretch;align-items:flex-start;width:100%;display:flex}.cometchat-message-composer__header-error-state{background:var(--cometchat-background-color-02);border-radius:var(--cometchat-radius-1,4px);align-self:stretch;align-items:center;gap:var(--cometchat-padding-1);padding:var(--cometchat-padding-2,8px);flex:1 0 0;display:flex}.cometchat-message-composer__header-error-state-icon-wrapper{background:var(--cometchat-error-color);border-radius:var(--cometchat-radius-max);justify-content:center;align-items:center;width:20px;height:20px;display:flex}.cometchat-message-composer__header-error-state-icon{background:var(--cometchat-static-white);width:20px;height:20px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M11.997 16.917q.37 0 .612-.239a.82.82 0 0 0 .241-.608q0-.37-.238-.612a.82.82 0 0 0-.609-.241q-.37 0-.61.239a.82.82 0 0 0-.243.608q0 .37.24.611.237.242.607.242m.065-3.8q.33 0 .56-.232a.77.77 0 0 0 .228-.564V7.754a.76.76 0 0 0-.232-.555.76.76 0 0 0-.558-.232.76.76 0 0 0-.564.232.76.76 0 0 0-.229.555v4.567q0 .333.232.565a.77.77 0 0 0 .563.23'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-message-composer__header-error-state-text{color:var(--cometchat-error-color);font:var(--cometchat-font-caption1-regular);text-overflow:ellipsis;overflow:hidden}.cometchat-mention-list{background:var(--cometchat-background-color-01);border:1px solid var(--cometchat-background-color-01);border-radius:var(--cometchat-radius-4,16px);z-index:2;flex-direction:column;justify-content:flex-end;align-self:flex-start;width:-moz-fit-content;width:fit-content;min-width:320px;min-height:45px;max-height:336px;padding:0 0 1px;display:flex;position:absolute;bottom:100%;left:0;box-shadow:0 12px 16px 4px #10182814,0 4px 6px 4px #10182808}.cometchat-mention-list .cometchat-list{max-height:336px}.cometchat-mention-list>.cometchat{border-radius:inherit;overflow:hidden}.cometchat-mention-list .cometchat-list .cometchat-list__header-title{display:none}.cometchat-message-composer__input{border-bottom:1px solid var(--cometchat-border-color-light);box-sizing:border-box;color:var(--cometchat-text-color-primary);cursor:text;font:var(--cometchat-font-body-regular);overflow-wrap:break-word;min-height:30px;max-height:150px;padding:var(--cometchat-padding-3,12px);scrollbar-width:none;text-align:left;text-overflow:ellipsis;-webkit-user-select:text;user-select:text;white-space:pre-wrap;background:0 0;outline:none;width:100%;overflow-y:auto}.cometchat-message-composer__auxilary-button-view{justify-content:flex-start;align-items:center;gap:12px;width:100%;display:flex}.cometchat-message-composer__sticker-button-view{justify-content:flex-start;align-items:center;gap:12px;width:-moz-fit-content;width:fit-content;display:flex}.cometchat-message-composer__default-buttons{align-items:center;gap:var(--cometchat-padding-4);flex-direction:row;justify-content:flex-start;width:-moz-fit-content;width:fit-content;margin-right:auto;display:flex}.cometchat-message-composer__input:empty:before{content:attr(data-placeholder);color:var(--cometchat-text-color-tertiary);font:var(--cometchat-font-body-regular);-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.cometchat-message-composer div:not([class]) .cometchat-message-composer__send-button .cometchat-button .cometchat-button__icon{background:var(--cometchat-static-white)}.cometchat-message-composer div:not([class]) .cometchat-button .cometchat-button__icon{background:var(--cometchat-icon-color-secondary)}.cometchat-message-composer div:not([class]) .cometchat-button .cometchat-button__icon:hover{background:var(--cometchat-primary-color,#6852d6)}.cometchat-message-composer div:not([class]) .cometchat-message-composer__send-button .cometchat-button .cometchat-button__icon:hover{background:var(--cometchat-static-white)}.cometchat-message-composer div:not([class]) .cometchat-message-composer__auxilary-button-view-sticker-button-active .cometchat-button__icon,.cometchat-message-composer div:not([class]) .cometchat-message-composer__emoji-keyboard-button-active .cometchat-button__icon,.cometchat-message-composer div:not([class]) .cometchat-message-composer__secondary-button-view-attachment-button-active .cometchat-button__icon,.cometchat-message-composer div:not([class]) .cometchat-message-composer__voice-recording-button-active .cometchat-button__icon{background:var(--cometchat-primary-color)}.cometchat-message-composer__input-mobile{font:var(--cometchat-font-heading4-regular)}.cometchat-message-composer__secondary-button-view-attachment-button .cometchat-action-sheet{min-width:200px}.cometchat-message-composer__secondary-button-view-attachment-button-1 .cometchat-popover__content{height:58px}.cometchat-message-composer__secondary-button-view-attachment-button-2 .cometchat-popover__content{height:114px}.cometchat-message-composer__secondary-button-view-attachment-button-3 .cometchat-popover__content{height:170px}.cometchat-message-composer__secondary-button-view-attachment-button-4 .cometchat-popover__content{height:230px}.cometchat-message-composer__secondary-button-view-attachment-button-5 .cometchat-popover__content{height:285px}.cometchat-message-composer .cometchat-edit-preview__subtitle{text-overflow:ellipsis;white-space:nowrap;height:-moz-fit-content;height:fit-content;max-height:100px;overflow:hidden}.cometchat-message-composer-hide-scrollbar .cometchat-action-sheet::-webkit-scrollbar{display:none}.cometchat-message-composer-hide-scrollbar .cometchat-action-sheet::-webkit-scrollbar-thumb{display:none}.cometchat-message-composer-hide-scrollbar .cometchat-emoji-keyboard__list::-webkit-scrollbar{display:none}.cometchat-message-composer-hide-scrollbar .cometchat-emoji-keyboard__list::-webkit-scrollbar-thumb{display:none}.cometchat-message-composer-hide-scrollbar .cometchat-emoji-keyboard__tabs::-webkit-scrollbar{display:none}.cometchat-message-composer-hide-scrollbar .cometchat-emoji-keyboard__tabs::-webkit-scrollbar-thumb{display:none}.cometchat-message-composer-hide-scrollbar .cometchat-sticker-keyboard__tabs::-webkit-scrollbar{background:0 0;width:0;height:0}.cometchat-message-composer-hide-scrollbar .cometchat-sticker-keyboard__tabs::-webkit-scrollbar-thumb{background:#e8e5e5;border-radius:8px}.cometchat-message-composer-hide-scrollbar .cometchat-sticker-keyboard__list::-webkit-scrollbar{background:0 0;width:0}.cometchat-message-composer-hide-scrollbar .cometchat-sticker-keyboard__list::-webkit-scrollbar-thumb{background:#e8e5e5;border-radius:8px}.cometchat-message-list__error-state-view{align-items:center;gap:var(--cometchat-padding-5,20px);flex-direction:column;justify-content:center;height:100%;display:flex}.cometchat-message-list__error-state-view-icon{border:none;justify-content:center;align-self:center;align-items:center;width:120px;height:120px;display:flex;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-list .cometchat-message-list__footer-smart-replies,.cometchat-message-list__footer-conversation-starter{width:100%}.cometchat-message-list__error-state-view-body{gap:var(--cometchat-padding,2px);flex-direction:column;display:flex}.cometchat-message-list__error-state-view-body-title{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-heading3-bold);text-align:center;width:280px;font-style:normal}.cometchat-message-list__error-state-view-body-description{color:var(--cometchat-text-color-secondary);font:var(--cometchat-font-body-regular);text-align:center;width:280px;font-style:normal}.cometchat-message-bubble__thread-view-replies{background:0 0;border:none;border-radius:0;gap:5px;width:100%;height:100%}.cometchat-message-bubble-outgoing .cometchat-message-bubble__status-info-view .cometchat-date{color:var(--cometchat-static-white);font:var(--cometchat-font-caption2-regular)}.cometchat-message-bubble-incoming .cometchat-message-bubble__status-info-view .cometchat-date{color:var(--cometchat-neutral-color-600);font:var(--cometchat-font-caption2-regular)}.cometchat-message-bubble .cometchat-delete-bubble,.cometchat-message-bubble .cometchat-text-bubble{padding-bottom:0}.cometchat-message-bubble .cometchat-text-bubble .cometchat-text-bubble__read-more,.cometchat-text-bubble__read-less{padding-bottom:0;padding-right:0}.cometchat-message-bubble .cometchat-message-bubble__whiteboard-message .cometchat-message-bubble__status-info-view{padding-top:0}.cometchat-message-bubble .cometchat-message-bubble__delete-message .cometchat-message-bubble__status-info-view{padding-right:var(--cometchat-padding-2);padding-top:0}.cometchat-message-bubble .cometchat-message-bubble__audio-message .cometchat-message-bubble__status-info-view,.cometchat-message-bubble .cometchat-message-bubble__document-message .cometchat-message-bubble__status-info-view,.cometchat-message-bubble .cometchat-message-bubble__file-message .cometchat-message-bubble__status-info-view,.cometchat-message-bubble .cometchat-message-bubble__pol-message .cometchat-message-bubble__status-info-view,.cometchat-message-bubble .cometchat-message-bubble__whiteboad-message .cometchat-message-bubble__status-info-view{padding-top:0}.cometchat-message-bubble__status-info-view{border-radius:var(--cometchat-radius-max,1000px);align-items:flex-end;gap:var(--cometchat-padding-1,4px);height:-moz-fit-content;height:fit-content;padding:var(--cometchat-padding-1,4px);justify-content:flex-end;width:-moz-fit-content;width:fit-content;display:flex;position:relative}.cometchat-message-bubble__audio-call .cometchat-call-bubble{padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-2,8px)var(--cometchat-padding-3,12px)var(--cometchat-padding-2,8px)}.cometchat-fullscreen-viewer .cometchat-fullscreen-viewer__body-image{object-fit:contain;max-width:100%;max-height:84vh}.cometchat-message-bubble__audio-call .cometchat-call-bubble .cometchat-call-bubble__body{padding:0}.cometchat-message-bubble__thread-view-replies .cometchat-button{align-items:flex-end}.cometchat-reactions-info-wrapper>.cometchat{width:-moz-fit-content;width:fit-content}.cometchat-message-bubble__thread-view-replies .cometchat-button .cometchat-button__text{margin-bottom:-2px}.cometchat-message-bubble__body-footer-view .cometchat-reactions .cometchat,.cometchat-reactions .cometchat-popover,.cometchat-reactions .cometchat-popover__button{width:-moz-fit-content;width:fit-content}.cometchat-message-list__date-header{z-index:2;position:absolute;top:12px}.cometchat-message-list__bubble-date-header{width:-moz-fit-content;width:fit-content;margin:auto}.cometchat-message-list__bubble-date-header,.cometchat-message-list__date-header{background:var(--cometchat-background-color-02);border:1px solid var(--cometchat-border-color-dark);border-radius:var(--cometchat-radius-1,4px);padding:var(--cometchat-padding-1,4px)var(--cometchat-padding-2,8px);justify-content:center;align-items:center;display:flex;box-shadow:0 1px 2px #1018280d}.cometchat-message-bubble__status-info-view-helper-text{color:var(--cometchat-static-white);font:var(--cometchat-font-caption2-regular);text-align:right;align-self:flex-end;padding-bottom:1.5px}.cometchat-message-bubble__thread-view-replies .cometchat-button{gap:var(--cometchat-padding-1,4px);background:0 0;justify-content:flex-start;width:-moz-fit-content;width:fit-content;height:100%;padding:0}.cometchat-message-bubble__thread-view-replies{height:24px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-1,4px)0 var(--cometchat-padding-1,4px);align-self:stretch;align-items:center;display:flex}.cometchat-message-bubble-outgoing .cometchat-message-bubble__thread-view-replies{justify-content:flex-end}.cometchat-message-bubble__thread-view-replies .cometchat-button__text{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-caption1-regular);text-align:right}.cometchat-message-bubble__thread-view-replies .cometchat-button__icon{background:var(--cometchat-icon-color-secondary);width:16px;height:16px;-webkit-mask-size:contain}.cometchat-message-bubble-incoming .cometchat-message-bubble__status-info-view-helper-text{color:var(--cometchat-neutral-color-600);font:var(--cometchat-font-caption2-regular);text-align:right;align-self:flex-end;padding-bottom:1.5px}.cometchat-message-list__bubble-date-header .cometchat-date,.cometchat-message-list__date-header .cometchat-date{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-caption1-medium);justify-content:center;align-items:center;padding:0;display:flex}.cometchat-message-bubble__status-info-view .cometchat-date{padding:0}.cometchat-messagelist__bubble{box-sizing:border-box;width:100%;margin-right:8px;padding:0 0 0 15px;display:flex;overflow:hidden}.cometchat-message-list{background:var(--cometchat-background-color-02);border-radius:inherit;flex-direction:column;flex:1 0 0;order:2;justify-content:flex-end;align-items:center;width:100%;height:100%;display:flex;position:relative}.cometchat-message-list__header{justify-content:flex-start;align-items:flex-start;width:100%;height:auto;display:flex}.cometchat-message-list__body{box-sizing:border-box;flex-direction:column;width:100%;height:100%;display:flex;overflow-x:hidden}.cometchat-message-list__message-indicator{position:absolute;bottom:8px;right:12px}.cometchat-message-list__message-indicator>.cometchat{width:-moz-fit-content;width:fit-content}.cometchat-message-list__message-indicator .cometchat-button{background:var(--cometchat-static-black);border-radius:var(--cometchat-radius-max,4px);height:-moz-fit-content;height:fit-content;padding:var(--cometchat-padding-2,8px);flex-direction:column-reverse;justify-content:center;align-items:center;gap:4px;width:-moz-fit-content;width:fit-content;display:flex}.cometchat-message-list__message-indicator .cometchat-button__text{background:var(--cometchat-primary-color,#6852d6);border-radius:var(--cometchat-radius-max);color:var(--cometchat-static-white);font:var(--cometchat-font-caption1-regular);height:20px;padding:0 var(--cometchat-padding-2,8px);text-align:center;justify-content:center;align-items:center;display:flex}.cometchat-message-list__message-indicator .cometchat-button__icon{background:var(--cometchat-static-white);justify-content:center;align-items:center;width:24px;height:24px;display:flex}.cometchat-message-list__footer{box-sizing:border-box;z-index:1;background:0 0;justify-content:flex-start;width:100%;display:flex}.cometchat-message-bubble__leading-view{justify-content:center;align-items:center;width:32px;height:32px;display:flex}.cometchat-message-bubble__leading-view .cometchat-avatar{width:32px;height:32px}.cometchat-message-bubble__header-view{color:var(--cometchat-text-color-highlight);font:var(--cometchat-font-caption1-medium);margin-bottom:var(--cometchat-margin-1)}.cometchat-message-list__receipt{justify-content:center;align-items:center;width:16px;height:16px;display:flex}.cometchat-message-bubble__status-info-view-receipts-wait .cometchat-message-list__receipt{background:var(--cometchat-static-white);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23f9f8fd' d='M8.567 7.789V5.08a.5.5 0 0 0-.154-.372.5.5 0 0 0-.372-.153.51.51 0 0 0-.377.154.5.5 0 0 0-.153.371v2.917q0 .105.037.197.038.093.108.172l2.32 2.382q.154.172.385.166a.553.553 0 0 0 .547-.547.54.54 0 0 0-.155-.386zM8 14.555a6.3 6.3 0 0 1-2.547-.518A6.6 6.6 0 0 1 3.37 12.63a6.7 6.7 0 0 1-1.407-2.085A6.3 6.3 0 0 1 1.444 8q0-1.35.519-2.547A6.6 6.6 0 0 1 3.37 3.37a6.7 6.7 0 0 1 2.085-1.407A6.3 6.3 0 0 1 8 1.444q1.35 0 2.546.519a6.6 6.6 0 0 1 2.086 1.408 6.7 6.7 0 0 1 1.406 2.085q.518 1.196.518 2.543 0 1.35-.518 2.546a6.6 6.6 0 0 1-1.408 2.086 6.7 6.7 0 0 1-2.085 1.406A6.3 6.3 0 0 1 8 14.555M7.997 13.5q2.267 0 3.885-1.616Q13.5 10.27 13.5 8.003t-1.618-3.885T8 2.5q-2.27 0-3.885 1.618Q2.5 5.735 2.5 8q0 2.27 1.615 3.884Q5.73 13.5 7.997 13.5'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-message-bubble__status-info-view-receipts-sent .cometchat-message-list__receipt{background:var(--cometchat-static-white);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23f9f8fd' d='m6.322 10.345 5.917-5.917a.55.55 0 0 1 .789 0 .54.54 0 0 1 .167.398.54.54 0 0 1-.167.396L6.71 11.545a.53.53 0 0 1-.389.166.53.53 0 0 1-.389-.166L2.956 8.567a.52.52 0 0 1-.159-.398.57.57 0 0 1 .176-.397.54.54 0 0 1 .397-.166q.23 0 .397.166z'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-message-bubble__status-info-view-receipts-delivered .cometchat-message-list__receipt{background:var(--cometchat-static-white)}.cometchat-message-bubble__status-info-view-receipts-delivered .cometchat-message-list__receipt,.cometchat-message-bubble__status-info-view-receipts-read .cometchat-message-list__receipt{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23f9f8fd' d='M1.4 8.622a.51.51 0 0 1-.158-.394.57.57 0 0 1 .175-.395.56.56 0 0 1 .788 0L4.761 10.4l.2.2.2.2q.167.165.164.389a.54.54 0 0 1-.17.389l-.01.01a.55.55 0 0 1-.39.165.52.52 0 0 1-.388-.164zm6.5 1.772 5.922-5.922a.55.55 0 0 1 .789.006.56.56 0 0 1 0 .788L8.29 11.59a.53.53 0 0 1-.39.166.53.53 0 0 1-.388-.166L4.544 8.622a.51.51 0 0 1-.155-.392.573.573 0 0 1 .564-.564q.23 0 .397.167zm3.561-5.122L8.29 8.444a.5.5 0 0 1-.386.156.57.57 0 0 1-.392-.167.54.54 0 0 1-.167-.397q0-.23.167-.397l3.161-3.161a.53.53 0 0 1 .392-.162q.23 0 .397.162a.54.54 0 0 1 .167.397.54.54 0 0 1-.167.397'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-message-bubble__status-info-view-receipts-read .cometchat-message-list__receipt{background:var(--cometchat-message-seen-color,#56e8a7)}.cometchat-message-bubble__status-info-view-receipts-error .cometchat-message-list__receipt{background:var(--cometchat-static-white);width:12px;height:12px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M11.997 16.917q.37 0 .612-.239a.82.82 0 0 0 .241-.608q0-.37-.238-.612a.82.82 0 0 0-.609-.241q-.37 0-.61.239a.82.82 0 0 0-.243.608q0 .37.24.611.237.242.607.242m.065-3.8q.33 0 .56-.232a.77.77 0 0 0 .228-.564V7.754a.76.76 0 0 0-.232-.555.76.76 0 0 0-.558-.232.76.76 0 0 0-.564.232.76.76 0 0 0-.229.555v4.567q0 .333.232.565a.77.77 0 0 0 .563.23'/%3E%3C/svg%3E") 50% no-repeat}.cometchat-message-bubble__status-info-view-receipts-error{background:var(--cometchat-error-color);border-radius:var(--cometchat-radius-max);justify-content:center;align-items:center;width:16px;height:16px;display:flex}.cometchat-message-list__shimmer{background:var(--cometchat-background-color-01);padding:0 var(--cometchat-padding-4,16px)var(--cometchat-padding-4,16px)var(--cometchat-padding-4,16px);flex-direction:column;gap:10px;display:flex}.cometchat-message-list__shimmer-body{border-radius:var(--cometchat-radius-2,8px);align-items:flex-start;gap:var(--cometchat-padding-2);flex-direction:column;width:286px;display:flex;position:relative}.cometchat-message-list__shimmer-leading-view{background:var(--cometchat-shimmer-gradient-color);border-radius:var(--cometchat-radius-max,8px);height:40px;margin-right:var(--cometchat-margin-2);background-size:200% 100%;justify-content:center;align-items:center;width:40px;animation:.8s infinite shimmer;display:flex}.cometchat-message-list__shimmer-header{border-radius:var(--cometchat-radius-2,8px);z-index:1;justify-content:center;align-self:center;align-items:center;width:50px;height:22px;margin:10px auto auto;display:flex;position:relative}.cometchat-message-list__shimmer-header .cometchat-message-list__shimmer-item{height:22px}.cometchat-message-list__shimmer-item-header{justify-content:center;align-items:center;width:120px;height:12px;display:flex}.cometchat-message-list__shimmer-item,.cometchat-message-list__shimmer-item-header{background:var(--cometchat-shimmer-gradient-color);border-radius:var(--cometchat-radius-2,8px);background-size:200% 100%;animation:.8s infinite shimmer}.cometchat-message-list__shimmer-item{width:100%;height:53px}.cometchat-message-bubble .cometchat-message-bubble__audio-call,.cometchat-message-bubble .cometchat-message-bubble__video-call{background:0 0;padding:0}.cometchat-message-bubble .cometchat-message-bubble__audio-call .cometchat-action-bubble__icon,.cometchat-message-bubble .cometchat-message-bubble__video-call .cometchat-action-bubble__icon{background:var(--cometchat-icon-color-secondary);justify-content:center;align-items:center;width:20px;height:20px;display:flex}.cometchat-message-bubble__audio-call .cometchat-action-bubble,.cometchat-message-bubble__video-call .cometchat-action-bubble{border:1px solid var(--cometchat-border-color-default);align-items:center;gap:var(--cometchat-padding-1,4px);justify-content:center;height:32px;display:flex}.cometchat-message-bubble__video-call .cometchat-message-bubble__missed-call .cometchat-action-bubble__icon{background:var(--cometchat-error-color);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M10.762 15.408a.8.8 0 0 0 .298-.056.8.8 0 0 0 .259-.178l3.22-3.24a.73.73 0 0 0 .233-.555.77.77 0 0 0-.247-.562.77.77 0 0 0-.559-.23q-.323 0-.552.23l-2.65 2.65-2.833-2.817h1.237q.333 0 .565-.232a.77.77 0 0 0 .231-.563.76.76 0 0 0-.231-.56.77.77 0 0 0-.565-.228H5.935a.75.75 0 0 0-.56.231.77.77 0 0 0-.228.556v3.133q0 .334.228.565t.563.231.564-.231a.77.77 0 0 0 .229-.565v-1.304l3.47 3.488a.71.71 0 0 0 .561.237M3.781 19.85q-.64 0-1.112-.471a1.52 1.52 0 0 1-.472-1.112V5.733q0-.64.472-1.112A1.52 1.52 0 0 1 3.78 4.15h12.536q.629 0 1.105.471.475.471.475 1.112v5.1L21.131 7.6a.38.38 0 0 1 .433-.09q.25.095.25.357v8.27q0 .257-.25.352a.38.38 0 0 1-.433-.09l-3.234-3.232v5.1q0 .64-.475 1.112-.477.47-1.105.47zm0-1.583h12.533V5.733H3.781z'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-message-bubble__video-call .cometchat-message-bubble__ended-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M3.517 16.3 1.2 14.001a.74.74 0 0 1-.234-.551.84.84 0 0 1 .233-.567 13.8 13.8 0 0 1 4.917-3.587A14.7 14.7 0 0 1 12 8.066q3.045 0 5.88 1.23 2.833 1.23 4.92 3.587.229.255.233.567a.74.74 0 0 1-.235.551L20.5 16.3a.86.86 0 0 1-.573.24.86.86 0 0 1-.595-.158L16.5 14.254a.8.8 0 0 1-.237-.275.8.8 0 0 1-.08-.358v-3.27a11.3 11.3 0 0 0-2.077-.534 13.4 13.4 0 0 0-2.09-.167q-1.05 0-2.11.167-1.059.165-2.073.533v3.267a.8.8 0 0 1-.077.352.74.74 0 0 1-.24.281l-2.852 2.137q-.286.21-.598.183a.84.84 0 0 1-.55-.27m2.65-5.3q-.887.442-1.715 1.063-.826.62-1.602 1.32l1.317 1.35 2-1.5zm11.6-.05v2.183l2.066 1.584 1.334-1.317a12 12 0 0 0-1.619-1.367 17 17 0 0 0-1.781-1.083'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-message-bubble__video-call .cometchat-message-bubble__outgoing-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M3.78 19.85q-.64 0-1.111-.471a1.52 1.52 0 0 1-.472-1.112V5.733q0-.64.472-1.112A1.52 1.52 0 0 1 3.78 4.15h12.536q.629 0 1.105.471.475.471.475 1.112v5.1L21.131 7.6a.38.38 0 0 1 .433-.09q.25.095.25.357v8.27q0 .257-.25.352a.38.38 0 0 1-.433-.09l-3.234-3.232v5.1q0 .64-.475 1.112-.477.47-1.105.47zm0-1.583h12.534V5.733H3.781z'/%3E%3Cpath fill='%23141414' d='M10.922 9.5H8.726a.73.73 0 0 1-.535-.216.73.73 0 0 1-.215-.534q0-.32.215-.534A.73.73 0 0 1 8.726 8h3.846q.383 0 .644.26.26.26.26.644v3.846q0 .319-.216.534a.73.73 0 0 1-.534.216.73.73 0 0 1-.535-.216.73.73 0 0 1-.215-.534v-2.196l-4.704 4.704a.73.73 0 0 1-.522.212.7.7 0 0 1-.532-.212.72.72 0 0 1-.217-.527q0-.31.217-.527z'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-message-bubble__video-call .cometchat-message-bubble__incoming-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M3.78 19.85q-.64 0-1.111-.471a1.52 1.52 0 0 1-.472-1.112V5.733q0-.64.472-1.112A1.52 1.52 0 0 1 3.78 4.15h12.536q.629 0 1.105.471.475.471.475 1.112v5.1L21.131 7.6a.38.38 0 0 1 .433-.09q.25.095.25.357v8.27q0 .257-.25.352a.38.38 0 0 1-.433-.09l-3.234-3.232v5.1q0 .64-.475 1.112-.477.47-1.105.47zm0-1.583h12.534V5.733H3.781z'/%3E%3Cpath fill='%23141414' d='M8.555 13.97h2.196q.318 0 .534.216a.73.73 0 0 1 .216.535q0 .318-.216.534a.73.73 0 0 1-.534.215H6.905a.87.87 0 0 1-.644-.26.87.87 0 0 1-.26-.643V10.72q0-.318.216-.534a.73.73 0 0 1 .534-.216q.319 0 .534.216a.73.73 0 0 1 .216.534v2.197l4.703-4.704A.73.73 0 0 1 12.728 8a.7.7 0 0 1 .531.213q.218.216.218.527a.72.72 0 0 1-.218.527z'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-message-bubble__video-call .cometchat-message-bubble__answered-call .cometchat-action-bubble__icon,.cometchat-message-bubble__video-call .cometchat-message-bubble__busy-call .cometchat-action-bubble__icon,.cometchat-message-bubble__video-call .cometchat-message-bubble__cancelled-call .cometchat-action-bubble__icon,.cometchat-message-bubble__video-call .cometchat-message-bubble__rejected-call .cometchat-action-bubble__icon,.cometchat-message-bubble__video-call .cometchat-message-bubble__unanswered-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M3.779 19.85a1.52 1.52 0 0 1-1.112-.47 1.52 1.52 0 0 1-.472-1.113V5.734q0-.64.472-1.112a1.52 1.52 0 0 1 1.112-.472h12.537q.627 0 1.104.472.475.471.475 1.112v5.1L21.13 7.6a.38.38 0 0 1 .433-.09q.25.095.25.357v8.27q0 .259-.25.352a.38.38 0 0 1-.433-.089l-3.234-3.233v5.1q0 .64-.475 1.112-.477.471-1.104.471zm0-1.583h12.533V5.734H3.78z'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-message-bubble__audio-call .cometchat-message-bubble__missed-call .cometchat-action-bubble__icon{background:var(--cometchat-error-color);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M3.517 20.233 1.2 17.934a.74.74 0 0 1-.234-.55.84.84 0 0 1 .233-.567 13.8 13.8 0 0 1 4.917-3.588A14.65 14.65 0 0 1 12 12q3.045 0 5.88 1.23 2.833 1.228 4.92 3.587.229.255.233.566a.74.74 0 0 1-.235.551l-2.298 2.3a.86.86 0 0 1-.573.239.86.86 0 0 1-.595-.158L16.5 18.187a.8.8 0 0 1-.237-.275.8.8 0 0 1-.08-.358v-3.27a11.3 11.3 0 0 0-2.077-.534 13.4 13.4 0 0 0-2.09-.167q-1.05 0-2.11.167t-2.073.533v3.267a.8.8 0 0 1-.077.352.73.73 0 0 1-.24.281L4.665 20.32q-.286.21-.598.183a.84.84 0 0 1-.55-.27m2.65-5.4q-.887.442-1.715 1.063-.826.621-1.602 1.32l1.317 1.35 2-1.5zm11.6-.05v2.184l2.066 1.583 1.334-1.317a12 12 0 0 0-1.619-1.366 17 17 0 0 0-1.781-1.084M6.13 8.804a.76.76 0 0 1-.56-.227.77.77 0 0 1-.225-.56V3.954q0-.323.227-.556a.75.75 0 0 1 .56-.231h4.05q.339 0 .567.23a.78.78 0 0 1 .23.57.75.75 0 0 1-.23.564.78.78 0 0 1-.567.223H7.98l4.009 3.975 5.016-5.016a.8.8 0 0 1 .565-.246.74.74 0 0 1 .564.234.79.79 0 0 1 .238.568q0 .327-.239.565l-5.028 5.029q-.465.47-1.127.47a1.46 1.46 0 0 1-1.106-.47L6.929 5.888v2.129a.75.75 0 0 1-.232.56.78.78 0 0 1-.566.227'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-message-bubble__audio-call .cometchat-message-bubble__ended-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M3.517 16.3 1.2 14.001a.74.74 0 0 1-.234-.551.84.84 0 0 1 .233-.567 13.8 13.8 0 0 1 4.917-3.587A14.7 14.7 0 0 1 12 8.066q3.045 0 5.88 1.23 2.833 1.23 4.92 3.587.229.255.233.567a.74.74 0 0 1-.235.551L20.5 16.3a.86.86 0 0 1-.573.24.86.86 0 0 1-.595-.158L16.5 14.254a.8.8 0 0 1-.237-.275.8.8 0 0 1-.08-.358v-3.27a11.3 11.3 0 0 0-2.077-.534 13.4 13.4 0 0 0-2.09-.167q-1.05 0-2.11.167-1.059.165-2.073.533v3.267a.8.8 0 0 1-.077.352.74.74 0 0 1-.24.281l-2.852 2.137q-.286.21-.598.183a.84.84 0 0 1-.55-.27m2.65-5.3q-.887.442-1.715 1.063-.826.62-1.602 1.32l1.317 1.35 2-1.5zm11.6-.05v2.183l2.066 1.584 1.334-1.317a12 12 0 0 0-1.619-1.367 17 17 0 0 0-1.781-1.083'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-message-bubble__audio-call .cometchat-message-bubble__outgoing-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M19.44 20.5q-2.827 0-5.68-1.314t-5.242-3.709-3.704-5.242T3.5 4.56A1.03 1.03 0 0 1 4.55 3.5h3.262q.378 0 .668.247t.368.61L9.421 7.3q.06.41-.025.704-.084.293-.304.494l-2.31 2.248q.558 1.02 1.275 1.932.716.91 1.55 1.74a17.2 17.2 0 0 0 3.753 2.842l2.244-2.264q.235-.245.568-.342.334-.099.694-.048l2.776.565q.38.1.619.387.24.285.239.65v3.242q0 .45-.303.75t-.757.3M6.073 9.327l1.785-1.708a.18.18 0 0 0 .062-.106.23.23 0 0 0-.005-.125l-.434-2.234a.2.2 0 0 0-.067-.115A.2.2 0 0 0 7.289 5H5.15a.13.13 0 0 0-.135.135 12.8 12.8 0 0 0 1.058 4.192m8.7 8.642q.994.465 2.074.709t2.018.291a.13.13 0 0 0 .135-.135v-2.103a.2.2 0 0 0-.038-.125.2.2 0 0 0-.116-.068l-2.1-.427a.16.16 0 0 0-.1-.004.25.25 0 0 0-.092.062z'/%3E%3Cpath fill='%23141414' d='M17.883 5.068h-2.196a.73.73 0 0 1-.535-.216.73.73 0 0 1-.215-.534q0-.319.215-.534a.73.73 0 0 1 .535-.216h3.846q.384 0 .643.26.26.26.26.644v3.846q0 .319-.215.535a.73.73 0 0 1-.535.215.73.73 0 0 1-.534-.215.73.73 0 0 1-.216-.535V6.122l-4.703 4.704a.73.73 0 0 1-.523.212.7.7 0 0 1-.531-.212.72.72 0 0 1-.218-.527q0-.31.218-.527z'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-message-bubble__audio-call .cometchat-message-bubble__incoming-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M15.515 9.539h2.197q.318 0 .534.215a.73.73 0 0 1 .216.535q0 .318-.216.534a.73.73 0 0 1-.534.216h-3.847a.87.87 0 0 1-.643-.26.87.87 0 0 1-.26-.644V6.289q0-.32.215-.535a.73.73 0 0 1 .535-.215q.318 0 .534.215a.73.73 0 0 1 .215.535v2.196l4.704-4.704a.73.73 0 0 1 .523-.213.7.7 0 0 1 .531.213q.217.217.217.527a.72.72 0 0 1-.217.527zM19.44 20.5q-2.827 0-5.68-1.314t-5.242-3.709-3.704-5.242T3.5 4.56A1.03 1.03 0 0 1 4.55 3.5h3.262q.378 0 .668.247t.368.61L9.421 7.3q.06.41-.025.704-.084.293-.304.494l-2.31 2.248q.558 1.02 1.275 1.932a19 19 0 0 0 1.55 1.74 17.2 17.2 0 0 0 3.753 2.842l2.244-2.264a1.27 1.27 0 0 1 .568-.342q.334-.099.694-.048l2.776.565q.38.1.619.387.24.285.239.65v3.242q0 .45-.303.75t-.757.3M6.073 9.327l1.785-1.708a.18.18 0 0 0 .062-.106.23.23 0 0 0-.005-.125l-.434-2.234a.2.2 0 0 0-.067-.115A.2.2 0 0 0 7.289 5H5.15a.13.13 0 0 0-.135.135 12.8 12.8 0 0 0 1.058 4.192m8.7 8.642q.994.465 2.074.709t2.018.291a.13.13 0 0 0 .135-.135v-2.103a.2.2 0 0 0-.038-.125.2.2 0 0 0-.116-.068l-2.1-.427a.16.16 0 0 0-.1-.004.25.25 0 0 0-.092.062z'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-message-bubble__audio-call .cometchat-message-bubble__answered-call .cometchat-action-bubble__icon,.cometchat-message-bubble__audio-call .cometchat-message-bubble__busy-call .cometchat-action-bubble__icon,.cometchat-message-bubble__audio-call .cometchat-message-bubble__cancelled-call .cometchat-action-bubble__icon,.cometchat-message-bubble__audio-call .cometchat-message-bubble__rejected-call .cometchat-action-bubble__icon,.cometchat-message-bubble__audio-call .cometchat-message-bubble__unanswered-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M19.751 20.834q-2.892 0-5.862-1.37-2.97-1.368-5.467-3.884-2.517-2.497-3.885-5.463-1.37-2.967-1.369-5.872 0-.457.31-.768.31-.31.773-.31h3.567q.35 0 .598.235.248.236.335.598l.666 3.194q.042.336-.026.617a1 1 0 0 1-.26.476L6.705 10.75q.605 1.043 1.305 1.953.702.91 1.545 1.735a17 17 0 0 0 1.82 1.626q.96.742 2.026 1.336l2.384-2.416q.23-.246.523-.338.294-.091.593-.046l3.081.65q.37.087.611.38a1 1 0 0 1 .241.653v3.467q0 .465-.309.774a1.05 1.05 0 0 1-.774.31M5.922 9.284l1.9-1.917-.538-2.617H4.772q.058 1.025.33 2.142.27 1.116.82 2.391m8.967 8.866q.987.459 2.128.742 1.14.284 2.234.341v-2.516l-2.466-.521z'/%3E%3C/svg%3E") 50%/contain no-repeat}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.cometchat-message-bubble__body-wrapper .cometchat-message-bubble__sticker-message{background-color:initial;gap:var(--cometchat-padding-2,8px)}.cometchat-message-bubble__sticker-message .cometchat-image-bubble{background-color:initial;cursor:default}.cometchat-message-bubble__sticker-message .cometchat-message-bubble__status-info-view{background:#14141499;align-items:center}.cometchat-message-bubble__sticker-message .cometchat-message-bubble__status-info-view>.cometchat{box-sizing:border-box;justify-content:center;align-items:center;display:flex}.cometchat-message-bubble__sticker-message .cometchat-message-bubble__status-info-view .cometchat-date{color:var(--cometchat-static-white,#f9f8fd)}.cometchat-message-information__popup-wrapper{z-index:2;background-color:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0;overflow:auto}.cometchat-message-list__body{justify-content:flex-end}.cometchat-message-list-loaded .cometchat-message-list__body .cometchat-list__body{height:-moz-fit-content;height:fit-content;max-height:100%}.cometchat-message-list-loaded>.cometchat-message-list__body>.cometchat{max-height:100%;height:-moz-fit-content!important;height:fit-content!important}@keyframes backgroundFade{0%{background-color:var(--cometchat-extended-primary-color-200)}50%{background-color:var(--cometchat-extended-primary-color-100)}75%,to{background-color:initial}}.cometchat-message-list__bubble-highlight{animation:3s ease-out forwards backgroundFade}.cometchat-message-list-hide-scrollbar .cometchat-emoji-keyboard__list::-webkit-scrollbar{display:none}.cometchat-message-list-hide-scrollbar .cometchat-emoji-keyboard__list::-webkit-scrollbar-thumb{display:none}.cometchat-message-list-hide-scrollbar .cometchat-emoji-keyboard__tabs::-webkit-scrollbar{display:none}.cometchat-message-list-hide-scrollbar .cometchat-emoji-keyboard__tabs::-webkit-scrollbar-thumb{display:none}.cometchat-message-list-hide-scrollbar .cometchat-reaction-list__list::-webkit-scrollbar{display:none}.cometchat-message-list-hide-scrollbar .cometchat-reaction-list__list::-webkit-scrollbar-thumb{display:none}.cometchat-message-list-hide-scrollbar .cometchat-reaction-list__tabs::-webkit-scrollbar{display:none}.cometchat-message-list-hide-scrollbar .cometchat-reaction-list__tabs::-webkit-scrollbar-thumb{display:none}.cometchat-outgoing-call{background:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-light);border-radius:var(--cometchat-radius-5,20px);height:540px;padding:var(--cometchat-padding-5,20px)0;flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:center;width:360px;display:flex;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-outgoing-call__title{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-title-medium);text-align:center}.cometchat-outgoing-call__title-container{gap:var(--cometchat-spacing-2);flex-direction:column;display:flex}.cometchat-outgoing-call__subtitle{color:var(--cometchat-text-color-secondary);font:var(--cometchat-font-heading4-regular);text-align:center}.cometchat-outgoing-call__avatar{border-radius:var(--cometchat-radius-max);flex-shrink:0;justify-content:center;align-items:center;width:160px;height:160px;display:flex}.cometchat-outgoing-call__avatar .cometchat-avatar{width:160px;height:160px}.cometchat-outgoing-call__avatar .cometchat-avatar__text{font:700 64px/76.8px var(--cometchat-font-family);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;font-style:normal}.cometchat-outgoing-call__button .cometchat-button{background:var(--cometchat-error-color);border-radius:var(--cometchat-radius-max);cursor:pointer;align-items:center;gap:var(--cometchat-padding-2);height:-moz-fit-content;height:fit-content;padding:var(--cometchat-padding-4);justify-content:center;width:-moz-fit-content;width:fit-content;display:flex}.cometchat-outgoing-call__button .cometchat-button .cometchat-button__icon{background:var(--cometchat-static-white);width:24px;height:24px;-webkit-mask-size:contain}@media (max-width:600px){.cometchat-outgoing-call{padding:var(--cometchat-spacing-20)var(--cometchat-spacing-5)var(--cometchat-spacing-15)var(--cometchat-spacing-5)}.cometchat-outgoing-call__avatar .cometchat-avatar__text{font:700 50px/60px var(--cometchat-font-family)}.cometchat-outgoing-call .cometchat-outgoing-call__avatar .cometchat .cometchat-avatar{width:120px;height:120px}.cometchat-outgoing-call__title{font:var(--cometchat-font-heading1-bold)}.cometchat-outgoing-call__subtitle{font:var(--cometchat-font-body-regular)}.cometchat-outgoing-call__avatar{margin-bottom:auto;margin-top:var(--cometchat-margin-10)}.cometchat-outgoing-call{border-radius:0;width:100%;height:100%}.cometchat:has(>.cometchat-outgoing-call){border-radius:0;width:100%;height:100%}}.cometchat-action-bubble{background:var(--cometchat-background-color-02);border:1px solid var(--cometchat-border-color-default);border-radius:var(--cometchat-radius-max,1000px);padding:var(--cometchat-padding-1,4px)var(--cometchat-padding-3,12px);justify-content:center;align-items:center;display:flex}.cometchat-action-bubble__text{color:var(--cometchat-text-color-secondary);font:var(--cometchat-font-caption1-regular);text-align:center}.cometchat-action-bubble__icon{display:none}.cometchat-reaction-info{border-radius:var(--cometchat-radius-2,8px);justify-content:center;align-items:flex-start;display:inline-flex}.cometchat-reaction-info__content{background:var(--cometchat-static-black,#141414);border-radius:var(--cometchat-radius-1,4px);min-width:77px;min-height:77px;padding:8px var(--cometchat-padding-2,8px);flex-direction:column;justify-content:center;align-items:center;margin:-1px;display:flex;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-reaction-info__emoji-text{align-items:center;gap:var(--cometchat-padding-1,4px);flex-direction:column;display:flex}.cometchat-reaction-info__emoji{color:var(--cometchat-static-white,#f9f8fd);font:var(--cometchat-font-heading1-regular,400 24px Roboto);text-align:center}.cometchat-reaction-info__title{color:var(--cometchat-static-white,#f9f8fd)}.cometchat-reaction-info__description,.cometchat-reaction-info__title{font:var(--cometchat-font-caption1-regular,400 12px Roboto);text-align:center}.cometchat-reaction-info__description{color:var(--cometchat-text-color-tertiary,#a1a1a1)}.cometchat-reaction-info__error{color:var(--cometchat-error-color,#f44649);font:var(--cometchat-font-caption1-regular,400 12px Roboto);text-align:center}.cometchat-reaction-info__loading{border:4px solid var(--cometchat-background-color-04,#e8e8e8);border-top:4px solid #0000;border-radius:50%;width:24px;height:24px;animation:2s linear infinite spin;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 26 26'%3E%3Cg stroke-width='4'%3E%3Cpath stroke='%23e8e8e8' d='M16.928 2.829a10.91 10.91 0 1 1-7.854 20.357 10.91 10.91 0 0 1 7.854-20.357Z'/%3E%3Cpath stroke='url(%23a)' stroke-linecap='round' d='M16.928 2.829a10.91 10.91 0 1 1-7.854 20.357 10.91 10.91 0 0 1 7.854-20.357z'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='0' r='1' gradientTransform='rotate(21.097 -28.423 41.412)scale(10.9091)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%232d2d2d'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-reaction-list{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-5,20px);flex-direction:column;align-items:flex-start;width:280px;display:flex;overflow:hidden;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-reaction-list__error{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular,400 14px Roboto);text-align:center;flex-direction:column;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;height:200px;display:flex}.cometchat-reaction-list__tabs{background:var(--cometchat-background-color-01,#fff);border-bottom:1px solid var(--cometchat-border-color-default,#e8e8e8);max-width:280px;padding-top:var(--cometchat-padding-2,8px);align-self:stretch;align-items:center;display:flex;overflow-x:auto}.cometchat-reaction-list__tabs-tab{cursor:pointer;align-items:center;gap:var(--cometchat-padding-1,4px);height:40px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-4,16px);border-radius:4px 4px 0 0;display:flex}.cometchat-reaction-list__tabs-tab-active{border-bottom:2px solid var(--cometchat-primary-color,#6852d6)}.cometchat-reaction-list__tabs-tab-count,.cometchat-reaction-list__tabs-tab-emoji{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-medium,500 14px Roboto);text-align:center}.cometchat-reaction-list__tabs-tab-count-active,.cometchat-reaction-list__tabs-tab-emoji-active{color:var(--cometchat-text-color-highlight,#6852d6)}.cometchat-reaction-list__list{background:var(--cometchat-background-color-01,#fff);border-radius:var(--cometchat-radius-0,0);flex-direction:column;align-self:stretch;align-items:flex-start;height:200px;padding:0;display:flex;overflow-y:auto}.cometchat-reaction-list .cometchat-list-item{cursor:pointer;width:280px}.cometchat-reaction-list .cometchat-list-item__body,.cometchat-reaction-list .cometchat-list-item__leading-view{flex-shrink:inherit;padding:0}.cometchat-reaction-list .cometchat-list-item__body-title{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-body-medium,500 14px Roboto);text-overflow:ellipsis;overflow:hidden}.cometchat-reaction-list .cometchat-list-item__body-subtitle{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-reaction-list .cometchat-avatar,.cometchat-reaction-list .cometchat-avatar__image,.cometchat-reaction-list .cometchat-list-item__leading-view{width:32px;height:32px}.cometchat-reaction-list .cometchat-list-item__title-container{gap:0}.cometchat-reaction-list__shimmer{border:1px solid var(--cometchat-background-color-01,#fff);border-radius:var(--cometchat-radius-4,16px);flex-direction:column;align-items:flex-start;width:280px;height:200px;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-reaction-list__shimmer,.cometchat-reaction-list__shimmer-tabs{background:var(--cometchat-background-color-01,#fff);align-self:stretch;display:flex}.cometchat-reaction-list__shimmer-tabs{border-bottom:1px solid var(--cometchat-border-color-default,#e8e8e8);padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-4,16px)var(--cometchat-padding-4,16px)var(--cometchat-padding-4,16px);align-items:center;gap:20px}.cometchat-reaction-list__shimmer-tab{background:var(--cometchat-shimmer-gradient-color);border-radius:var(--cometchat-radius-2,8px);justify-content:center;align-items:center;width:48px;height:16px;animation:10s linear infinite shimmerAnimation;display:flex}.cometchat-reaction-list__shimmer-item{background:var(--cometchat-background-color-01,#fff);align-items:center;gap:var(--cometchat-padding-3,12px);padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-4,16px);flex:1 0 0;width:280px;display:flex}.cometchat-reaction-list__shimmer-item-icon{border-radius:var(--cometchat-radius-max,1000px);width:32px;height:32px;animation:10s linear infinite shimmerAnimation}.cometchat-reaction-list__shimmer-item-content,.cometchat-reaction-list__shimmer-item-icon{background:var(--cometchat-shimmer-gradient-color);justify-content:center;align-items:center;display:flex}.cometchat-reaction-list__shimmer-item-content{border-radius:var(--cometchat-radius-2,8px);flex:1 0 0;height:20px;animation:5s linear infinite shimmerAnimation}.cometchat-reaction-list__shimmer-item-tailview{background:var(--cometchat-shimmer-gradient-color);border-radius:var(--cometchat-radius-max,1000px);justify-content:center;align-items:center;width:24px;height:24px;animation:10s linear infinite shimmerAnimation;display:flex}.cometchat-reactions{height:-moz-fit-content;height:fit-content;padding:0 var(--cometchat-padding-1,4px);align-content:flex-start;align-self:stretch;align-items:flex-start;gap:2px;width:-moz-fit-content;width:fit-content;display:flex}.cometchat-reactions__more-reaction,.cometchat-reactions__reaction{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-light,#f5f5f5);cursor:pointer;border-radius:20px;height:24px}.cometchat-reactions__more-reaction,.cometchat-reactions__reaction,.cometchat-reactions__reaction-you{align-items:center;gap:var(--cometchat-padding-1,4px);padding:2px var(--cometchat-padding-2,8px);flex-shrink:0;display:inline-flex}.cometchat-reactions__reaction-you{background:var(--cometchat-extended-primary-color-100,#edeafa);border:1px solid var(--cometchat-extended-primary-color-300,#ccc4f1);border-radius:20px;height:23px}.cometchat-reactions__reaction-emoji{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-body-regular,400 14px Roboto)}.cometchat-reactions__more-reaction-count,.cometchat-reactions__reaction-count{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-caption1-regular,400 12px Roboto)}.cometchat-reactions-info-wrapper .cometchat-popover__content{box-shadow:none;background:0 0;border:none}.cometchat-call-button{align-items:center;gap:var(--cometchat-padding-4,16px);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;display:flex}.cometchat-call-button__video,.cometchat-call-button__voice{cursor:pointer;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.cometchat-call-button .cometchat-button{background:var(--cometchat-background-color-01,#fff);gap:0;width:24px;height:24px;padding:0}.cometchat-call-button .cometchat-button__icon{background:var(--cometchat-icon-color-primary,#141414)}.cometchat-outgoing-call__backdrop{z-index:3;background-color:#0006;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0;overflow:auto}.cometchat-call-button .cometchat-button:active,.cometchat-call-button .cometchat-button:hover{background:0 0}.cometchat-incoming-call{background:var(--cometchat-background-color-03,#f5f5f5);border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-3,12px);align-items:center;gap:var(--cometchat-padding-4,16px);padding:var(--cometchat-padding-5,20px)var(--cometchat-padding-5,20px);z-index:10;flex-direction:column;width:360px;display:flex;position:absolute;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-incoming-call .cometchat-list-item{background:var(--cometchat-background-color-03,#f5f5f5);width:320px;padding:0}.cometchat-incoming-call .cometchat-list-item__body{padding:0}.cometchat-incoming-call .cometchat-list-item__body-title{color:var(--cometchat-text-color-primary,#fff);font:var(--cometchat-font-heading3-bold,700 20px Roboto)}.cometchat-incoming-call .cometchat-list-item__title-container{justify-content:space-around}.cometchat-incoming-call .cometchat-list-item__trailing-view{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.cometchat-incoming-call__button-group{align-self:stretch;align-items:center;gap:16px;display:flex}.cometchat-incoming-call__button-decline{border-radius:var(--cometchat-radius-2,8px);cursor:pointer;align-self:stretch;align-items:center;gap:var(--cometchat-padding-2,8px);justify-content:center;height:40px;display:flex}.cometchat-incoming-call__button-decline,.cometchat-incoming-call__button-decline .cometchat-button{background:var(--cometchat-error-color,#c73c3e);width:152px}.cometchat-incoming-call__button-accept{border-radius:var(--cometchat-radius-2,8px);cursor:pointer;align-self:stretch;align-items:center;gap:var(--cometchat-padding-2,8px);justify-content:center;height:40px;display:flex}.cometchat-incoming-call__button-accept,.cometchat-incoming-call__button-accept .cometchat-button{background:var(--cometchat-success-color,#0b9f5d);width:152px}.cometchat-incoming-call__avatar{flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.cometchat-incoming-call__avatar .cometchat-avatar__text{color:var(--cometchat-primary-button-icon,#fff);font:var(--cometchat-font-heading3-bold,700 20px Roboto)}.cometchat-incoming-call__subtitle{align-self:stretch;align-items:center;gap:4px;display:flex}.cometchat-incoming-call__subtitle-icon{background:var(--cometchat-icon-color-secondary,#a1a1a1);justify-content:center;align-items:center;width:16px;height:16px;display:flex;-webkit-mask-size:contain}.cometchat-incoming-call__subtitle-text{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-heading4-regular,400 16px Roboto)}.cometchat-incoming-call .cometchat-button:active,.cometchat-incoming-call .cometchat-button:hover{background:0 0}.cometchat-message-information{background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:var(--cometchat-radius-5,20px);flex-shrink:0;width:100%;max-width:420px;height:-moz-fit-content;height:fit-content;max-height:100%;overflow:hidden;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-message-information__header{background:var(--cometchat-background-color-01,#fff);border-bottom:1px solid var(--cometchat-border-color-light,#f5f5f5);border-left:1px solid var(--cometchat-border-color-light,#f5f5f5);align-self:stretch;align-items:center;gap:var(--cometchat-padding-3,12px);height:64px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-4,16px);display:flex}.cometchat-message-information__header-title{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading3-bold,700 20px Roboto);text-overflow:ellipsis;flex-direction:column;flex:1 0 0;justify-content:center;align-items:flex-start;gap:0;display:flex;overflow:hidden}.cometchat-message-information__header-close{cursor:pointer;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.cometchat-message-information__header-close .cometchat-button{background:0 0;gap:0;width:24px;height:24px;padding:0}.cometchat-message-information__header-close .cometchat-button:active,.cometchat-message-information__header-close .cometchat-button:hover{background:0 0}.cometchat-message-information__header-close .cometchat-button__icon{background:var(--cometchat-icon-color-primary,#141414)}.cometchat-message-information__header-close .cometchat-button__icon:hover{background:var(--cometchat-icon-color-highlight)}.cometchat-message-information__message{background:var(--cometchat-background-color-02,#fafafa);border-bottom:1px solid var(--cometchat-border-color-light);max-height:300px;padding:var(--cometchat-padding-5,20px)var(--cometchat-padding-4,16px);align-items:flex-start;gap:0;width:100%;display:flex;overflow:hidden auto}.cometchat-message-information__message .cometchat-message-bubble__wrapper{width:100%;padding:0}.cometchat-message-information__receipts{flex-direction:column;align-items:flex-start;width:100%;height:260px;padding:0;display:flex;overflow:hidden auto}.cometchat-message-information__receipts .cometchat-list-item__body-subtitle{flex-direction:column;gap:0}.cometchat-message-information-hide-scrollbar .cometchat-message-information__message::-webkit-scrollbar{display:none}.cometchat-message-information-hide-scrollbar .cometchat-message-information__message::-webkit-scrollbar-thumb{display:none}.cometchat-message-information-hide-scrollbar .cometchat-message-information__receipts::-webkit-scrollbar{display:none}.cometchat-message-information-hide-scrollbar .cometchat-message-information__receipts::-webkit-scrollbar-thumb{display:none}.cometchat-message-information__receipts .cometchat-list-item__body{padding:0}.cometchat-message-information__receipts .cometchat-list-item:hover{background:0 0}.cometchat-message-information__receipts-subtitle{align-items:flex-start;gap:var(--cometchat-padding-1,4px);flex-direction:column;flex:1 0 0;width:100%;padding:0;display:flex}.cometchat-message-information__receipts-subtitle-text{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular,400 14px Roboto);text-overflow:ellipsis;justify-content:space-between;align-self:stretch;align-items:center;display:flex;overflow:hidden}.cometchat-message-information__receipts .cometchat-list-item{padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px);align-items:flex-start}.cometchat-message-information__receipts .cometchat-list-item__trailing-view{display:none}.cometchat-message-information__receipts .cometchat-avatar,.cometchat-message-information__receipts .cometchat-avatar__image,.cometchat-message-information__receipts .cometchat-list-item__leading-view{width:40px;height:40px}.cometchat-message-information__shimmer{background:var(--cometchat-background-color-01,#fff);width:100%;height:260px}.cometchat-message-information__shimmer-item{min-width:240px;max-width:1440px;height:72px;padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px);align-items:center;gap:12px;width:100%;display:flex}.cometchat-message-information__shimmer-item-avatar{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:var(--cometchat-radius-max,1000px);width:48px;height:48px;animation:5s linear infinite shimmerAnimation}.cometchat-message-information__shimmer-item-title{background:var(--cometchat-shimmer-gradient-color);border-radius:var(--cometchat-radius-2,8px);flex:1 0 0;justify-content:center;align-items:center;height:40px;animation:5s linear infinite shimmerAnimation;display:flex}.cometchat-message-information__receipts-subtite-text,.cometchat-message-information__receipts-subtite-text .cometchat-date,.cometchat-message-information__receipts-subtitle .cometchat-date{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular,400 14px Roboto);text-overflow:ellipsis;white-space:nowrap;padding:0;overflow:hidden}.cometchat-message-information__error-state,.cometchat-message-information__receipts-empty{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular,400 14px Roboto);text-align:center;justify-content:center;align-items:center;width:100%;height:200px;display:flex}.cometchat-message-information .cometchat-list__header{border-bottom:none}.cometchat-message-information .cometchat-message-bubble{pointer-events:none}.cometchat-ongoing-call{z-index:10;border:none;border-radius:0;width:100%;height:100%;position:absolute;top:0;left:0}.cometchat:has(>.cometchat-ongoing-call){z-index:10;border:none;border-radius:0;width:100%;height:100%;position:absolute;top:0;left:0}.cometchat-thread-header{flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-start;gap:0;width:100%}.cometchat-thread-header,.cometchat-thread-header__top-bar{background:var(--cometchat-background-color-01,#fff);display:flex}.cometchat-thread-header__top-bar{border-bottom:1px solid var(--cometchat-border-color-light,#f5f5f5);border-left:1px solid var(--cometchat-border-color-light,#f5f5f5);align-self:stretch;align-items:center;gap:var(--cometchat-padding-2,8px);height:64px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-4,16px)}.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);font:var(--cometchat-font-heading3-bold,700 20px Roboto);text-overflow:ellipsis}.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:active,.cometchat-thread-header__top-bar-close .cometchat-button:hover{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{padding-top:var(--cometchat-padding-3,12px);flex-direction:column;flex-shrink:0;width:100%;display:flex}.cometchat-thread-header__body-timestamp{background:var(--cometchat-background-color-02,#fafafa);border:1px solid var(--cometchat-border-color-dark,#dcdcdc);border-radius:var(--cometchat-radius-1,4px);padding:var(--cometchat-padding-1,4px)var(--cometchat-padding-2,8px);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);font:var(--cometchat-font-caption1-medium,500 12px Roboto);text-align:center;padding:0;display:flex}.cometchat-thread-header__message{min-height:50px;max-height:300px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-4,16px);flex:1 0 0;gap:0;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:-moz-fit-content;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{align-self:stretch;align-items:center;gap:var(--cometchat-padding-2,8px);padding:var(--cometchat-padding-1,4px)var(--cometchat-padding-5,20px);justify-content:center;display:flex}.cometchat-thread-header__reply-bar-count{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular,400 14px Roboto);text-align:center}.cometchat-thread-header__reply-bar-divider{background:var(--cometchat-border-color-default,#e8e8e8);flex:1;width:100%;height:1px}.cometchat-toast{background:var(--cometchat-static-black);border-radius:var(--cometchat-radius-1,4ppx);color:var(--cometchat-static-white,#f9f8fd);font:var(--cometchat-font-caption1-regular);padding:var(--cometchat-padding-2,8px);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{background:var(--cometchat-background-color-03,#f5f5f5);border:1px solid var(--cometchat-border-color-dark,#dcdcdc);border-radius:var(--cometchat-radius-max,1000px);align-self:stretch;align-items:center;gap:var(--cometchat-spacing-1,4px);min-height:36px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-3,12px);flex:1 0 0;justify-content:flex-start;display:flex;overflow-x:auto}.cometchat-search__input input{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading4-regular);background:0 0;border:none;outline:none;flex:1;min-width:50px}.cometchat-search__input-clear-button{cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none}.cometchat-search__back-button .cometchat-button,.cometchat-search__input-clear-button .cometchat-button{background:0 0;border:none;border-radius:0;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;margin:0;padding:0}.cometchat-search__back-button .cometchat-button .cometchat-button__icon,.cometchat-search__input-clear-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:0 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{background:var(--cometchat-background-color-03);border-radius:var(--Radius-radius_Max,1000px);cursor:pointer;align-content:center;align-items:center;gap:4px var(--cometchat-padding-1,4px);padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-3,12px);display:flex}.cometchat-search__body-filters .cometchat-button{flex-wrap:wrap}.cometchat-search__body-filter .cometchat-button{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);background:0 0;border:none;border-radius:0;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;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(/assets/images/search_message_icon-CRbWkfgC.svg) 50%/contain no-repeat;mask:url(/assets/images/search_message_icon-CRbWkfgC.svg) 50%/contain no-repeat}.cometchat-search__initial-view-title{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading3-bold);text-align:center}.cometchat-search__initial-view-subtitle{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);text-align:center}.cometchat-search-conversations__see-more .cometchat-button,.cometchat-search-messages__see-more .cometchat-button{background:0 0;border:none;border-radius:0;width:-moz-fit-content;width:fit-content;height:-moz-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:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.cometchat-search__conversations .cometchat-search__conversations-subtitle,.cometchat-search__conversations .cometchat-search__conversations-subtitle-text-wrapper{gap:var(--cometchat-padding,2px);flex-direction:row;display:flex}.cometchat-search-messages__list-item .cometchat-search-messages__subtitle-text,.cometchat-search__conversations .cometchat-search__conversations-subtitle-text,.cometchat-search__conversations .cometchat-search__conversations-subtitle-text-sender{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular,14px);text-overflow:ellipsis;white-space:nowrap;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("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' viewBox='0 0 12 8'%3E%3Cpath fill='%23f9f8fd' d='M4.322 6.344 10.24.427a.55.55 0 0 1 .789 0 .54.54 0 0 1 .167.398.54.54 0 0 1-.167.397L4.71 7.544a.533.533 0 0 1-.778 0L.956 4.566a.52.52 0 0 1-.159-.397.57.57 0 0 1 .176-.397.54.54 0 0 1 .397-.167q.23 0 .397.167z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' viewBox='0 0 12 8'%3E%3Cpath fill='%23f9f8fd' d='M4.322 6.344 10.24.427a.55.55 0 0 1 .789 0 .54.54 0 0 1 .167.398.54.54 0 0 1-.167.397L4.71 7.544a.533.533 0 0 1-.778 0L.956 4.566a.52.52 0 0 1-.159-.397.57.57 0 0 1 .176-.397.54.54 0 0 1 .397-.167q.23 0 .397.167z'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-search__conversations-subtitle-receipts-delivered,.cometchat-search__conversations-subtitle-receipts-read{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%236852d6' d='M1.4 9.119a.51.51 0 0 1-.159-.395.57.57 0 0 1 .175-.394.56.56 0 0 1 .79 0l2.555 2.566.2.2.2.2q.167.167.164.39a.54.54 0 0 1-.17.388l-.01.011a.55.55 0 0 1-.39.164.52.52 0 0 1-.389-.164zm6.5 1.772 5.922-5.922a.55.55 0 0 1 .789.006.56.56 0 0 1 0 .788l-6.322 6.322a.533.533 0 0 1-.778 0L4.544 9.12a.51.51 0 0 1-.155-.392.573.573 0 0 1 .564-.564q.23 0 .397.167zm3.56-5.122L8.29 8.94a.5.5 0 0 1-.386.155.57.57 0 0 1-.392-.166.54.54 0 0 1-.167-.397q0-.231.167-.398l3.16-3.16a.53.53 0 0 1 .393-.162q.23 0 .397.161a.54.54 0 0 1 .166.397.54.54 0 0 1-.166.398'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%236852d6' d='M1.4 9.119a.51.51 0 0 1-.159-.395.57.57 0 0 1 .175-.394.56.56 0 0 1 .79 0l2.555 2.566.2.2.2.2q.167.167.164.39a.54.54 0 0 1-.17.388l-.01.011a.55.55 0 0 1-.39.164.52.52 0 0 1-.389-.164zm6.5 1.772 5.922-5.922a.55.55 0 0 1 .789.006.56.56 0 0 1 0 .788l-6.322 6.322a.533.533 0 0 1-.778 0L4.544 9.12a.51.51 0 0 1-.155-.392.573.573 0 0 1 .564-.564q.23 0 .397.167zm3.56-5.122L8.29 8.94a.5.5 0 0 1-.386.155.57.57 0 0 1-.392-.166.54.54 0 0 1-.167-.397q0-.231.167-.398l3.16-3.16a.53.53 0 0 1 .393-.162q.23 0 .397.161a.54.54 0 0 1 .166.397.54.54 0 0 1-.166.398'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-search__conversations-subtitle-receipts-read{background:var(--cometchat-message-seen-color,#56e8a7)}.cometchat-search .cometchat-text-highlight{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-body-bold)}.cometchat-search__results .cometchat-list__header-title{margin-bottom:var(--cometchat-margin-1);min-height:20px}.cometchat-search__conversations,.cometchat-search__messages,.cometchat-search__results{height:-moz-fit-content;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);font:var(--cometchat-font-body-regular);text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.cometchat-search__conversations-subtitle-text-sender{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-medium);text-overflow:ellipsis;flex-shrink:0;overflow:hidden}.cometchat-search__conversations-subtitle-typing{color:var(--cometchat-text-color-highlight,#6852d6);font:var(--cometchat-font-body-regular);text-overflow:ellipsis;white-space:nowrap;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{gap:var(--cometchat-padding-1,4px);justify-content:flex-end;display:flex}.cometchat-search__conversations-trailing-view-badge-count{background:var(--cometchat-primary-color,#6852d6);color:var(--cometchat-static-white,#fff);font:var(--cometchat-font-caption1-regular);text-align:center;text-overflow:ellipsis;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;height:20px;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("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%23f44649' d='M12.96 14.167q-1.884 0-3.786-.877-1.902-.876-3.498-2.472Q4.086 9.22 3.21 7.323T2.334 3.54a.69.69 0 0 1 .7-.707h2.174q.252 0 .445.165t.246.407l.382 1.962q.039.273-.017.469a.7.7 0 0 1-.202.33l-1.54 1.498q.371.68.85 1.288.477.607 1.033 1.16a11.5 11.5 0 0 0 2.502 1.894l1.496-1.509a.85.85 0 0 1 .379-.228q.222-.065.462-.032l1.851.377q.252.066.412.258.16.19.16.433v2.162q0 .3-.203.5a.7.7 0 0 1-.504.2m-2.616-7.308h1.464q.213 0 .356.144a.48.48 0 0 1 .144.356q0 .213-.144.356a.48.48 0 0 1-.356.144H9.244a.58.58 0 0 1-.43-.173.58.58 0 0 1-.173-.43V4.692q0-.213.144-.356a.48.48 0 0 1 .356-.144q.212 0 .357.144a.48.48 0 0 1 .143.356v1.464l3.136-3.136a.48.48 0 0 1 .348-.141.47.47 0 0 1 .355.141.48.48 0 0 1 .144.352.48.48 0 0 1-.144.351z'/%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%23f44649' d='M12.96 14.167q-1.884 0-3.786-.877-1.902-.876-3.498-2.472Q4.086 9.22 3.21 7.323T2.334 3.54a.69.69 0 0 1 .7-.707h2.174q.252 0 .445.165t.246.407l.382 1.962q.039.273-.017.469a.7.7 0 0 1-.202.33l-1.54 1.498q.371.68.85 1.288.477.607 1.033 1.16a11.5 11.5 0 0 0 2.502 1.894l1.496-1.509a.85.85 0 0 1 .379-.228q.222-.065.462-.032l1.851.377q.252.066.412.258.16.19.16.433v2.162q0 .3-.203.5a.7.7 0 0 1-.504.2m-2.616-7.308h1.464q.213 0 .356.144a.48.48 0 0 1 .144.356q0 .213-.144.356a.48.48 0 0 1-.356.144H9.244a.58.58 0 0 1-.43-.173.58.58 0 0 1-.173-.43V4.692q0-.213.144-.356a.48.48 0 0 1 .356-.144q.212 0 .357.144a.48.48 0 0 1 .143.356v1.464l3.136-3.136a.48.48 0 0 1 .348-.141.47.47 0 0 1 .355.141.48.48 0 0 1 .144.352.48.48 0 0 1-.144.351z'/%3E%3C/svg%3E") 50% no-repeat}.cometchat-search__conversations-subtitle-icon-incoming-video-call{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23f44649' fill-rule='evenodd' d='M2.177 13.15q.35.35.855.35h7.59q.504 0 .854-.35t.35-.855V9.243l1.831 1.831q.149.148.332.074.183-.075.184-.281V6.133q0-.207-.184-.281t-.332.074l-1.83 1.83v-3.05q0-.507-.35-.856a1.16 1.16 0 0 0-.856-.35h-7.59q-.504 0-.854.35t-.35.855v7.59q0 .505.35.855m4.99-3.336H5.702l3.136-3.136a.48.48 0 0 0 .145-.352.48.48 0 0 0-.145-.35.47.47 0 0 0-.354-.143.48.48 0 0 0-.348.142L5 9.111V7.647a.48.48 0 0 0-.144-.356.48.48 0 0 0-.356-.144.48.48 0 0 0-.356.144.48.48 0 0 0-.144.356v2.564q0 .255.173.43a.58.58 0 0 0 .43.173h2.564q.212 0 .356-.144a.48.48 0 0 0 .144-.356.48.48 0 0 0-.144-.357.48.48 0 0 0-.356-.143' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23f44649' fill-rule='evenodd' d='M2.177 13.15q.35.35.855.35h7.59q.504 0 .854-.35t.35-.855V9.243l1.831 1.831q.149.148.332.074.183-.075.184-.281V6.133q0-.207-.184-.281t-.332.074l-1.83 1.83v-3.05q0-.507-.35-.856a1.16 1.16 0 0 0-.856-.35h-7.59q-.504 0-.854.35t-.35.855v7.59q0 .505.35.855m4.99-3.336H5.702l3.136-3.136a.48.48 0 0 0 .145-.352.48.48 0 0 0-.145-.35.47.47 0 0 0-.354-.143.48.48 0 0 0-.348.142L5 9.111V7.647a.48.48 0 0 0-.144-.356.48.48 0 0 0-.356-.144.48.48 0 0 0-.356.144.48.48 0 0 0-.144.356v2.564q0 .255.173.43a.58.58 0 0 0 .43.173h2.564q.212 0 .356-.144a.48.48 0 0 0 .144-.356.48.48 0 0 0-.144-.357.48.48 0 0 0-.356-.143' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.cometchat-search__conversations-subtitle-icon-outgoing-audio-call{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%23a1a1a1' d='M9.174 13.29q1.902.877 3.786.877a.69.69 0 0 0 .707-.7v-2.162a.66.66 0 0 0-.16-.433.8.8 0 0 0-.412-.258l-1.851-.377a1.1 1.1 0 0 0-.462.032.85.85 0 0 0-.38.228l-1.495 1.51q-.717-.406-1.335-.876-.617-.471-1.167-1.02a13 13 0 0 1-1.034-1.16 9 9 0 0 1-.849-1.287l1.54-1.499a.7.7 0 0 0 .202-.33q.056-.195.017-.468l-.382-1.962a.72.72 0 0 0-.246-.407.67.67 0 0 0-.445-.165H3.034q-.3 0-.5.203a.7.7 0 0 0-.2.504q0 1.884.876 3.783.876 1.898 2.466 3.495 1.596 1.596 3.498 2.472'/%3E%3Cpath fill='%23a1a1a1' d='M10.458 3.879h1.464L8.786 7.014a.48.48 0 0 0-.145.352q0 .206.145.351a.47.47 0 0 0 .355.142.48.48 0 0 0 .348-.142l3.135-3.136v1.464q0 .212.144.357a.48.48 0 0 0 .356.143q.212 0 .357-.143a.48.48 0 0 0 .143-.357V3.481a.58.58 0 0 0-.173-.429.58.58 0 0 0-.429-.173h-2.564a.48.48 0 0 0-.357.143.48.48 0 0 0-.143.356q0 .212.143.357a.48.48 0 0 0 .357.144'/%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%23a1a1a1' d='M9.174 13.29q1.902.877 3.786.877a.69.69 0 0 0 .707-.7v-2.162a.66.66 0 0 0-.16-.433.8.8 0 0 0-.412-.258l-1.851-.377a1.1 1.1 0 0 0-.462.032.85.85 0 0 0-.38.228l-1.495 1.51q-.717-.406-1.335-.876-.617-.471-1.167-1.02a13 13 0 0 1-1.034-1.16 9 9 0 0 1-.849-1.287l1.54-1.499a.7.7 0 0 0 .202-.33q.056-.195.017-.468l-.382-1.962a.72.72 0 0 0-.246-.407.67.67 0 0 0-.445-.165H3.034q-.3 0-.5.203a.7.7 0 0 0-.2.504q0 1.884.876 3.783.876 1.898 2.466 3.495 1.596 1.596 3.498 2.472'/%3E%3Cpath fill='%23a1a1a1' d='M10.458 3.879h1.464L8.786 7.014a.48.48 0 0 0-.145.352q0 .206.145.351a.47.47 0 0 0 .355.142.48.48 0 0 0 .348-.142l3.135-3.136v1.464q0 .212.144.357a.48.48 0 0 0 .356.143q.212 0 .357-.143a.48.48 0 0 0 .143-.357V3.481a.58.58 0 0 0-.173-.429.58.58 0 0 0-.429-.173h-2.564a.48.48 0 0 0-.357.143.48.48 0 0 0-.143.356q0 .212.143.357a.48.48 0 0 0 .357.144'/%3E%3C/svg%3E") 50% no-repeat}.cometchat-search__conversations-subtitle-icon-outgoing-video-call{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' fill-rule='evenodd' d='M2.177 13.15q.35.35.855.35h7.59q.504 0 .854-.35t.35-.855V9.243l1.831 1.831q.149.148.332.074.183-.075.184-.281V6.133q0-.207-.184-.281t-.332.074l-1.83 1.83v-3.05q0-.507-.35-.856a1.16 1.16 0 0 0-.856-.35h-7.59q-.504 0-.854.35t-.35.855v7.59q0 .505.35.855m3.64-6.317H7.28L4.144 9.97A.48.48 0 0 0 4 10.32q0 .207.144.352a.47.47 0 0 0 .355.141.48.48 0 0 0 .348-.141l3.136-3.136V9q0 .212.144.356a.48.48 0 0 0 .356.144q.212 0 .356-.144A.48.48 0 0 0 8.983 9V6.436a.58.58 0 0 0-.173-.43.58.58 0 0 0-.43-.173H5.816a.48.48 0 0 0-.356.144.48.48 0 0 0-.144.356q0 .212.144.356a.48.48 0 0 0 .356.144' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' fill-rule='evenodd' d='M2.177 13.15q.35.35.855.35h7.59q.504 0 .854-.35t.35-.855V9.243l1.831 1.831q.149.148.332.074.183-.075.184-.281V6.133q0-.207-.184-.281t-.332.074l-1.83 1.83v-3.05q0-.507-.35-.856a1.16 1.16 0 0 0-.856-.35h-7.59q-.504 0-.854.35t-.35.855v7.59q0 .505.35.855m3.64-6.317H7.28L4.144 9.97A.48.48 0 0 0 4 10.32q0 .207.144.352a.47.47 0 0 0 .355.141.48.48 0 0 0 .348-.141l3.136-3.136V9q0 .212.144.356a.48.48 0 0 0 .356.144q.212 0 .356-.144A.48.48 0 0 0 8.983 9V6.436a.58.58 0 0 0-.173-.43.58.58 0 0 0-.43-.173H5.816a.48.48 0 0 0-.356.144.48.48 0 0 0-.144.356q0 .212.144.356a.48.48 0 0 0 .356.144' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.cometchat-search__conversations-subtitle-icon-image{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M3.539 14.167q-.505 0-.856-.35a1.16 1.16 0 0 1-.35-.856V4.038q0-.504.35-.855.35-.35.856-.35h8.923q.505 0 .855.35.35.351.35.855v8.923q0 .505-.35.856-.35.35-.855.35zm1.564-2.5h5.846q.18 0 .268-.165a.28.28 0 0 0-.027-.317L9.6 9.055a.3.3 0 0 0-.24-.12.3.3 0 0 0-.242.12l-1.63 2.124-1.093-1.4a.3.3 0 0 0-.238-.114.29.29 0 0 0-.238.12l-1.05 1.4q-.121.153-.034.317.087.165.268.165'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M3.539 14.167q-.505 0-.856-.35a1.16 1.16 0 0 1-.35-.856V4.038q0-.504.35-.855.35-.35.856-.35h8.923q.505 0 .855.35.35.351.35.855v8.923q0 .505-.35.856-.35.35-.855.35zm1.564-2.5h5.846q.18 0 .268-.165a.28.28 0 0 0-.027-.317L9.6 9.055a.3.3 0 0 0-.24-.12.3.3 0 0 0-.242.12l-1.63 2.124-1.093-1.4a.3.3 0 0 0-.238-.114.29.29 0 0 0-.238.12l-1.05 1.4q-.121.153-.034.317.087.165.268.165'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.cometchat-search__conversations-subtitle-icon-file{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M6 12.333h4q.212 0 .356-.143a.48.48 0 0 0 .144-.357.48.48 0 0 0-.144-.356.48.48 0 0 0-.356-.144H6a.48.48 0 0 0-.356.144.48.48 0 0 0-.144.357q0 .212.144.356a.48.48 0 0 0 .356.143m0-2.666h4q.212 0 .356-.144a.48.48 0 0 0 .144-.356.48.48 0 0 0-.144-.357.48.48 0 0 0-.356-.143H6a.48.48 0 0 0-.356.144.48.48 0 0 0-.144.356q0 .213.144.356A.48.48 0 0 0 6 9.667m-1.795 5.166q-.505 0-.855-.35a1.16 1.16 0 0 1-.35-.855V3.372q0-.506.35-.855.35-.35.855-.35h4.796q.244 0 .465.093a1.2 1.2 0 0 1 .385.258l2.798 2.797a1.2 1.2 0 0 1 .351.85v7.463q0 .506-.35.855-.35.35-.855.35zM9 5.567q0 .255.172.427a.58.58 0 0 0 .428.173H12l-3-3z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M6 12.333h4q.212 0 .356-.143a.48.48 0 0 0 .144-.357.48.48 0 0 0-.144-.356.48.48 0 0 0-.356-.144H6a.48.48 0 0 0-.356.144.48.48 0 0 0-.144.357q0 .212.144.356a.48.48 0 0 0 .356.143m0-2.666h4q.212 0 .356-.144a.48.48 0 0 0 .144-.356.48.48 0 0 0-.144-.357.48.48 0 0 0-.356-.143H6a.48.48 0 0 0-.356.144.48.48 0 0 0-.144.356q0 .213.144.356A.48.48 0 0 0 6 9.667m-1.795 5.166q-.505 0-.855-.35a1.16 1.16 0 0 1-.35-.855V3.372q0-.506.35-.855.35-.35.855-.35h4.796q.244 0 .465.093a1.2 1.2 0 0 1 .385.258l2.798 2.797a1.2 1.2 0 0 1 .351.85v7.463q0 .506-.35.855-.35.35-.855.35zM9 5.567q0 .255.172.427a.58.58 0 0 0 .428.173H12l-3-3z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.cometchat-search__conversations-subtitle-icon-video{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M3.032 13.5q-.506 0-.855-.35a1.16 1.16 0 0 1-.35-.855v-7.59q0-.505.35-.855t.855-.35h7.59q.504 0 .854.35t.35.855v3.052l1.831-1.831q.149-.148.332-.074t.184.281v4.734q0 .207-.184.281t-.332-.074l-1.83-1.83v3.05q0 .507-.35.856-.35.35-.856.35z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M3.032 13.5q-.506 0-.855-.35a1.16 1.16 0 0 1-.35-.855v-7.59q0-.505.35-.855t.855-.35h7.59q.504 0 .854.35t.35.855v3.052l1.831-1.831q.149-.148.332-.074t.184.281v4.734q0 .207-.184.281t-.332-.074l-1.83-1.83v3.05q0 .507-.35.856-.35.35-.856.35z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.cometchat-search__conversations-subtitle-icon-audio{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M8 9.5q-.699 0-1.183-.484a1.6 1.6 0 0 1-.484-1.183v-4q0-.698.484-1.182A1.6 1.6 0 0 1 8 2.167q.699 0 1.182.484.484.484.484 1.182v4q.001.699-.484 1.183A1.6 1.6 0 0 1 8 9.5m-.5 4.333v-1.697a4.22 4.22 0 0 1-2.552-1.223A4.2 4.2 0 0 1 3.704 8.35a.44.44 0 0 1 .111-.365.46.46 0 0 1 .351-.152q.213 0 .357.147a.73.73 0 0 1 .19.36 3.2 3.2 0 0 0 1.12 2.025A3.24 3.24 0 0 0 8 11.167q1.244 0 2.174-.81t1.112-2.017a.73.73 0 0 1 .19-.36.48.48 0 0 1 .357-.147q.214 0 .351.152.14.153.112.365a4.26 4.26 0 0 1-1.237 2.543 4.2 4.2 0 0 1-2.56 1.243v1.697q0 .213-.143.357a.48.48 0 0 1-.356.143.48.48 0 0 1-.357-.143.48.48 0 0 1-.143-.357'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M8 9.5q-.699 0-1.183-.484a1.6 1.6 0 0 1-.484-1.183v-4q0-.698.484-1.182A1.6 1.6 0 0 1 8 2.167q.699 0 1.182.484.484.484.484 1.182v4q.001.699-.484 1.183A1.6 1.6 0 0 1 8 9.5m-.5 4.333v-1.697a4.22 4.22 0 0 1-2.552-1.223A4.2 4.2 0 0 1 3.704 8.35a.44.44 0 0 1 .111-.365.46.46 0 0 1 .351-.152q.213 0 .357.147a.73.73 0 0 1 .19.36 3.2 3.2 0 0 0 1.12 2.025A3.24 3.24 0 0 0 8 11.167q1.244 0 2.174-.81t1.112-2.017a.73.73 0 0 1 .19-.36.48.48 0 0 1 .357-.147q.214 0 .351.152.14.153.112.365a4.26 4.26 0 0 1-1.237 2.543 4.2 4.2 0 0 1-2.56 1.243v1.697q0 .213-.143.357a.48.48 0 0 1-.356.143.48.48 0 0 1-.357-.143.48.48 0 0 1-.143-.357'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.cometchat-search__conversations-subtitle-icon-poll{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%23a1a1a1' d='M11.27 13.5a.58.58 0 0 1-.43-.173.58.58 0 0 1-.173-.43v-2.73q0-.256.173-.43a.58.58 0 0 1 .43-.173h1.127q.256 0 .43.173a.58.58 0 0 1 .173.43v2.73q0 .256-.173.43a.58.58 0 0 1-.43.173zm-3.834 0a.58.58 0 0 1-.43-.173.58.58 0 0 1-.173-.43V4.103q0-.256.173-.43a.58.58 0 0 1 .43-.173h1.128q.256 0 .43.173a.58.58 0 0 1 .173.43v8.794q0 .256-.174.43a.58.58 0 0 1-.429.173zm-3.833 0a.58.58 0 0 1-.43-.173.58.58 0 0 1-.173-.43V7.375q0-.26.173-.433a.59.59 0 0 1 .43-.173H4.73q.255 0 .43.173a.58.58 0 0 1 .172.43v5.522a.59.59 0 0 1-.173.434.59.59 0 0 1-.43.172z'/%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%23a1a1a1' d='M11.27 13.5a.58.58 0 0 1-.43-.173.58.58 0 0 1-.173-.43v-2.73q0-.256.173-.43a.58.58 0 0 1 .43-.173h1.127q.256 0 .43.173a.58.58 0 0 1 .173.43v2.73q0 .256-.173.43a.58.58 0 0 1-.43.173zm-3.834 0a.58.58 0 0 1-.43-.173.58.58 0 0 1-.173-.43V4.103q0-.256.173-.43a.58.58 0 0 1 .43-.173h1.128q.256 0 .43.173a.58.58 0 0 1 .173.43v8.794q0 .256-.174.43a.58.58 0 0 1-.429.173zm-3.833 0a.58.58 0 0 1-.43-.173.58.58 0 0 1-.173-.43V7.375q0-.26.173-.433a.59.59 0 0 1 .43-.173H4.73q.255 0 .43.173a.58.58 0 0 1 .172.43v5.522a.59.59 0 0 1-.173.434.59.59 0 0 1-.43.172z'/%3E%3C/svg%3E") 50% no-repeat}.cometchat-search__conversations-subtitle-icon-sticker{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%23a1a1a1' d='M2.667 12.411V4.59c0-.786.636-1.422 1.422-1.422h7.822c.785 0 1.422.637 1.422 1.422v4.267H11.2a2.49 2.49 0 0 0-2.489 2.489v2.488H4.089a1.42 1.42 0 0 1-1.423-1.422'/%3E%3Cpath fill='%23a1a1a1' d='M13.313 9.567H11.2c-.982 0-1.778.796-1.778 1.777v2.49h.028z'/%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%23a1a1a1' d='M2.667 12.411V4.59c0-.786.636-1.422 1.422-1.422h7.822c.785 0 1.422.637 1.422 1.422v4.267H11.2a2.49 2.49 0 0 0-2.489 2.489v2.488H4.089a1.42 1.42 0 0 1-1.423-1.422'/%3E%3Cpath fill='%23a1a1a1' d='M13.313 9.567H11.2c-.982 0-1.778.796-1.778 1.777v2.49h.028z'/%3E%3C/svg%3E") 50% no-repeat}.cometchat-search__conversations-subtitle-icon-collaborative-document{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' fill-rule='evenodd' d='M2 4.147A3.147 3.147 0 0 1 5.147 1H15.85a3.147 3.147 0 0 1 3.147 3.147V9.54a.63.63 0 0 1-.179.44l-4.067 4.16-5.817 5.571a.63.63 0 0 1-.436.175h-3.35A3.15 3.15 0 0 1 2 16.737zm7.24-.195a.826.826 0 0 0 0 1.652h5.98a.826.826 0 0 0 0-1.652zM5.775 7.415a.826.826 0 1 0 0 1.652h9.443a.826.826 0 0 0 0-1.652zm0 3.461a.826.826 0 1 0 0 1.652h7.554a.826.826 0 1 0 0-1.652z' clip-rule='evenodd'/%3E%3Cpath fill='%23141414' d='M21.128 11.334a1.26 1.26 0 0 0-1.78 0l-7.935 7.934a.33.33 0 0 0-.094.187l-.367 2.57a.33.33 0 0 0 .374.375l2.57-.367a.33.33 0 0 0 .188-.094l7.934-7.934a1.26 1.26 0 0 0 0-1.78z'/%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' fill-rule='evenodd' d='M2 4.147A3.147 3.147 0 0 1 5.147 1H15.85a3.147 3.147 0 0 1 3.147 3.147V9.54a.63.63 0 0 1-.179.44l-4.067 4.16-5.817 5.571a.63.63 0 0 1-.436.175h-3.35A3.15 3.15 0 0 1 2 16.737zm7.24-.195a.826.826 0 0 0 0 1.652h5.98a.826.826 0 0 0 0-1.652zM5.775 7.415a.826.826 0 1 0 0 1.652h9.443a.826.826 0 0 0 0-1.652zm0 3.461a.826.826 0 1 0 0 1.652h7.554a.826.826 0 1 0 0-1.652z' clip-rule='evenodd'/%3E%3Cpath fill='%23141414' d='M21.128 11.334a1.26 1.26 0 0 0-1.78 0l-7.935 7.934a.33.33 0 0 0-.094.187l-.367 2.57a.33.33 0 0 0 .374.375l2.57-.367a.33.33 0 0 0 .188-.094l7.934-7.934a1.26 1.26 0 0 0 0-1.78z'/%3E%3C/svg%3E") 50% no-repeat}.cometchat-search__conversations-subtitle-icon-collaborative-whiteboard{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' fill-opacity='.11' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23141414' d='M19.468 4h.772a1.92 1.92 0 0 1 1.86 1.441l-5.408 5.408a.24.24 0 0 1-.136.068l-1.98.283a.24.24 0 0 1-.272-.272l.283-1.98a.24.24 0 0 1 .068-.135z'/%3E%3Cpath fill='%23141414' d='m17.347 4-3.753 3.752a1.74 1.74 0 0 0-.492.984l-.283 1.98a1.74 1.74 0 0 0 1.97 1.969l1.979-.283a1.74 1.74 0 0 0 .984-.492l4.408-4.408V17.92c0 1.06-.86 1.92-1.92 1.92H3.92A1.92 1.92 0 0 1 2 17.92v-3.89a.75.75 0 0 0 .403-.117l.183-.117c1-.637 3.135-1.996 3.746-2.345.102-.058.298-.127.542-.153.24-.026.464-.004.628.056.151.056.229.132.272.228.05.109.103.354-.02.83-.24.928-.487 1.997-.415 2.892.038.461.165.946.483 1.35.331.42.804.67 1.375.766 1.137.19 2.18-.482 2.91-1.116.768-.668 1.408-1.487 1.773-1.974a.75.75 0 1 0-1.2-.9c-.354.473-.915 1.184-1.557 1.741-.68.59-1.257.84-1.68.77-.27-.046-.382-.139-.443-.216-.072-.092-.142-.255-.165-.543-.05-.604.123-1.434.371-2.394.177-.684.17-1.304-.065-1.825-.242-.534-.674-.853-1.123-1.017a2.9 2.9 0 0 0-1.306-.14c-.402.044-.806.161-1.124.343-.604.345-2.53 1.569-3.588 2.242V5.92C2 4.86 2.86 4 3.92 4z'/%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' fill-opacity='.11' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23141414' d='M19.468 4h.772a1.92 1.92 0 0 1 1.86 1.441l-5.408 5.408a.24.24 0 0 1-.136.068l-1.98.283a.24.24 0 0 1-.272-.272l.283-1.98a.24.24 0 0 1 .068-.135z'/%3E%3Cpath fill='%23141414' d='m17.347 4-3.753 3.752a1.74 1.74 0 0 0-.492.984l-.283 1.98a1.74 1.74 0 0 0 1.97 1.969l1.979-.283a1.74 1.74 0 0 0 .984-.492l4.408-4.408V17.92c0 1.06-.86 1.92-1.92 1.92H3.92A1.92 1.92 0 0 1 2 17.92v-3.89a.75.75 0 0 0 .403-.117l.183-.117c1-.637 3.135-1.996 3.746-2.345.102-.058.298-.127.542-.153.24-.026.464-.004.628.056.151.056.229.132.272.228.05.109.103.354-.02.83-.24.928-.487 1.997-.415 2.892.038.461.165.946.483 1.35.331.42.804.67 1.375.766 1.137.19 2.18-.482 2.91-1.116.768-.668 1.408-1.487 1.773-1.974a.75.75 0 1 0-1.2-.9c-.354.473-.915 1.184-1.557 1.741-.68.59-1.257.84-1.68.77-.27-.046-.382-.139-.443-.216-.072-.092-.142-.255-.165-.543-.05-.604.123-1.434.371-2.394.177-.684.17-1.304-.065-1.825-.242-.534-.674-.853-1.123-1.017a2.9 2.9 0 0 0-1.306-.14c-.402.044-.806.161-1.124.343-.604.345-2.53 1.569-3.588 2.242V5.92C2 4.86 2.86 4 3.92 4z'/%3E%3C/svg%3E") 50% no-repeat}.cometchat-search__conversations-subtitle-icon-deleted{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M8.001 14.833q-1.315 0-2.47-.498A6.4 6.4 0 0 1 3.52 12.98a6.4 6.4 0 0 1-1.355-2.01 6.2 6.2 0 0 1-.498-2.47q0-1.315.498-2.47A6.4 6.4 0 0 1 3.52 4.02a6.4 6.4 0 0 1 2.01-1.354 6.2 6.2 0 0 1 2.47-.5q1.314 0 2.47.5 1.155.498 2.011 1.353.855.855 1.354 2.01.5 1.156.5 2.47t-.5 2.47a6.4 6.4 0 0 1-1.353 2.011 6.4 6.4 0 0 1-2.01 1.355 6.2 6.2 0 0 1-2.47.498m-.001-1q.938 0 1.807-.317a5.3 5.3 0 0 0 1.588-.918L3.902 5.105a5.4 5.4 0 0 0-.915 1.588 5.2 5.2 0 0 0-.32 1.807q0 2.234 1.55 3.783 1.55 1.55 3.783 1.55m4.097-1.938q.601-.72.919-1.588.317-.869.317-1.807 0-2.233-1.55-3.783T8 3.167q-.94 0-1.811.314a5.1 5.1 0 0 0-1.584.922z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M8.001 14.833q-1.315 0-2.47-.498A6.4 6.4 0 0 1 3.52 12.98a6.4 6.4 0 0 1-1.355-2.01 6.2 6.2 0 0 1-.498-2.47q0-1.315.498-2.47A6.4 6.4 0 0 1 3.52 4.02a6.4 6.4 0 0 1 2.01-1.354 6.2 6.2 0 0 1 2.47-.5q1.314 0 2.47.5 1.155.498 2.011 1.353.855.855 1.354 2.01.5 1.156.5 2.47t-.5 2.47a6.4 6.4 0 0 1-1.353 2.011 6.4 6.4 0 0 1-2.01 1.355 6.2 6.2 0 0 1-2.47.498m-.001-1q.938 0 1.807-.317a5.3 5.3 0 0 0 1.588-.918L3.902 5.105a5.4 5.4 0 0 0-.915 1.588 5.2 5.2 0 0 0-.32 1.807q0 2.234 1.55 3.783 1.55 1.55 3.783 1.55m4.097-1.938q.601-.72.919-1.588.317-.869.317-1.807 0-2.233-1.55-3.783T8 3.167q-.94 0-1.811.314a5.1 5.1 0 0 0-1.584.922z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.cometchat-search__conversations-subtitle-icon-link{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M4.692 11.526q-1.255 0-2.14-.885a2.92 2.92 0 0 1-.885-2.14q0-1.256.884-2.141a2.92 2.92 0 0 1 2.141-.886h2.013q.213 0 .356.144a.48.48 0 0 1 .144.357q0 .212-.144.356a.48.48 0 0 1-.356.143H4.691a1.95 1.95 0 0 0-1.431.593A1.95 1.95 0 0 0 2.667 8.5q0 .84.593 1.433a1.95 1.95 0 0 0 1.431.593h2.014q.213 0 .356.143a.48.48 0 0 1 .144.357q0 .212-.144.356a.48.48 0 0 1-.356.144zM6 9a.48.48 0 0 1-.356-.144A.48.48 0 0 1 5.5 8.5q0-.213.144-.356A.48.48 0 0 1 6 8h4q.213 0 .356.144a.48.48 0 0 1 .144.356q0 .212-.144.356A.48.48 0 0 1 10 9zm3.295 2.526a.48.48 0 0 1-.357-.144.48.48 0 0 1-.143-.357q0-.212.143-.356a.48.48 0 0 1 .357-.143h2.013a1.95 1.95 0 0 0 1.432-.593q.594-.593.593-1.433 0-.84-.593-1.433a1.95 1.95 0 0 0-1.432-.593H9.295a.48.48 0 0 1-.357-.143.48.48 0 0 1-.143-.357q0-.213.143-.356a.48.48 0 0 1 .357-.144h2.012q1.257 0 2.141.885.885.886.885 2.14 0 1.256-.885 2.141-.885.886-2.14.886z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M4.692 11.526q-1.255 0-2.14-.885a2.92 2.92 0 0 1-.885-2.14q0-1.256.884-2.141a2.92 2.92 0 0 1 2.141-.886h2.013q.213 0 .356.144a.48.48 0 0 1 .144.357q0 .212-.144.356a.48.48 0 0 1-.356.143H4.691a1.95 1.95 0 0 0-1.431.593A1.95 1.95 0 0 0 2.667 8.5q0 .84.593 1.433a1.95 1.95 0 0 0 1.431.593h2.014q.213 0 .356.143a.48.48 0 0 1 .144.357q0 .212-.144.356a.48.48 0 0 1-.356.144zM6 9a.48.48 0 0 1-.356-.144A.48.48 0 0 1 5.5 8.5q0-.213.144-.356A.48.48 0 0 1 6 8h4q.213 0 .356.144a.48.48 0 0 1 .144.356q0 .212-.144.356A.48.48 0 0 1 10 9zm3.295 2.526a.48.48 0 0 1-.357-.144.48.48 0 0 1-.143-.357q0-.212.143-.356a.48.48 0 0 1 .357-.143h2.013a1.95 1.95 0 0 0 1.432-.593q.594-.593.593-1.433 0-.84-.593-1.433a1.95 1.95 0 0 0-1.432-.593H9.295a.48.48 0 0 1-.357-.143.48.48 0 0 1-.143-.357q0-.213.143-.356a.48.48 0 0 1 .357-.144h2.012q1.257 0 2.141.885.885.886.885 2.14 0 1.256-.885 2.141-.885.886-2.14.886z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.cometchat-search__conversations-subtitle-icon-thread{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M8.982 13.805a.48.48 0 0 1-.152-.354.5.5 0 0 1 .152-.349L11.085 11H4.872q-.5 0-.852-.353a1.16 1.16 0 0 1-.353-.852V4q0-.212.143-.356a.48.48 0 0 1 .357-.144q.212 0 .356.144A.48.48 0 0 1 4.667 4v5.795q0 .09.057.147a.2.2 0 0 0 .148.058h6.213L8.972 7.887a.47.47 0 0 1-.15-.351.52.52 0 0 1 .15-.351.5.5 0 0 1 .354-.157.47.47 0 0 1 .348.146l2.904 2.904a.55.55 0 0 1 .17.422.552.552 0 0 1-.17.422l-2.883 2.883a.5.5 0 0 1-.357.155.5.5 0 0 1-.356-.155'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M8.982 13.805a.48.48 0 0 1-.152-.354.5.5 0 0 1 .152-.349L11.085 11H4.872q-.5 0-.852-.353a1.16 1.16 0 0 1-.353-.852V4q0-.212.143-.356a.48.48 0 0 1 .357-.144q.212 0 .356.144A.48.48 0 0 1 4.667 4v5.795q0 .09.057.147a.2.2 0 0 0 .148.058h6.213L8.972 7.887a.47.47 0 0 1-.15-.351.52.52 0 0 1 .15-.351.5.5 0 0 1 .354-.157.47.47 0 0 1 .348.146l2.904 2.904a.55.55 0 0 1 .17.422.552.552 0 0 1-.17.422l-2.883 2.883a.5.5 0 0 1-.357.155.5.5 0 0 1-.356-.155'/%3E%3C/g%3E%3C/svg%3E") 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:-moz-fit-content;width:fit-content;height:-moz-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:-moz-fit-content;height:fit-content;overflow:hidden}.cometchat-search__shimmer{background:var(--cometchat-background-color-01,#fff);width:100%;height:100%}.cometchat-search__shimmer-item{min-width:240px;height:72px;padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px);align-items:center;gap:12px;width:100%;display:flex}.cometchat-search__shimmer-item-avatar{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:var(--cometchat-radius-max,1000px);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{width:50%;height:22px}.cometchat-search__shimmer-item-body-subtitle,.cometchat-search__shimmer-item-body-title{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:var(--cometchat-radius-2,8px);flex-shrink:0;animation:1.5s linear infinite shimmerAnimation}.cometchat-search__shimmer-item-body-subtitle{width:100%;height:12px}.cometchat-search__shimmer-item-body-tail{background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:var(--cometchat-radius-2,8px);width:60px;height:22px;min-height:22px;animation:3.5s linear infinite shimmerAnimation}.cometchat-search__empty-view{background:var(--cometchat-background-color-01,#fff);align-items:center;gap:var(--cometchat-padding-5,20px);height:100%;padding:var(--cometchat-padding-3,12px)var(--cometchat-padding-4,16px);flex-direction:column;justify-content:center;display:flex}.cometchat-search__empty-view-icon{background:var(--cometchat-icon-color-secondary,#a1a1a1);width:120px;height:120px;-webkit-mask:url(/assets/images/search_message_icon-CRbWkfgC.svg) 50%/contain no-repeat;mask:url(/assets/images/search_message_icon-CRbWkfgC.svg) 50%/contain no-repeat}.cometchat-search__empty-view-body{gap:var(--cometchat-padding,2px);flex-direction:column;display:flex}.cometchat-search__empty-view-body-title{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading3-bold);text-align:center;width:auto;max-width:280px}.cometchat-search__empty-view-body-description{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);text-align:center;width:auto;max-width:280px}.cometchat-search__error-view{background:var(--cometchat-background-color-01,#fff);align-items:center;gap:var(--cometchat-padding-5,20px);flex-direction:column;justify-content:center;height:100%;display:flex}.cometchat-search__error-view-icon{background:var(--cometchat-error-color,#f44649);width:120px;height:120px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' fill='none' viewBox='0 0 120 120'%3E%3Cmask id='a' width='120' height='120' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23f4f7fc' d='M120 60c0 8.91-1.946 17.376-5.441 24.981C105.089 105.65 84.219 120 60 120S14.91 105.649 5.44 84.981C1.947 77.376 0 68.911 0 60 0 26.862 26.862 0 60 0s60 26.862 60 60'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23dcdcdc' d='M2.625 84 22.5 79.875 39 86.25 24 94.5zM117.375 84 97.5 79.875 81 86.25l15 8.25z'/%3E%3Cpath fill='%23a1a1a1' d='M39 86.25h42l15 8.25H24z' opacity='.6'/%3E%3Cpath fill='%23e8e8e8' d='M45.08 50.58c6.759-3.903 15.401-1.587 19.304 5.172 3.902 6.76 1.586 15.402-5.173 19.305l-7.948 4.589-2.134 9.56c-.263 1.178-1.837 1.42-2.44.374l-3.672-6.36c-5.533.775-11.236-1.796-14.202-6.932-3.902-6.76-1.586-15.402 5.173-19.305z'/%3E%3Ccircle cx='2.208' cy='2.208' r='2.208' fill='%23fafafa' transform='rotate(150 19.569 36.702)scale(1 -1)'/%3E%3Ccircle cx='2.208' cy='2.208' r='2.208' fill='%23fafafa' transform='rotate(150 15.152 37.886)scale(1 -1)'/%3E%3Ccircle cx='2.208' cy='2.208' r='2.208' fill='%23fafafa' transform='rotate(150 10.736 39.067)scale(1 -1)'/%3E%3Cpath fill='%23dcdcdc' d='M68.732 23.685c-10.016-2.683-20.311 3.26-22.995 13.277-2.684 10.015 3.26 20.31 13.276 22.994l11.78 3.157 6.025 11.534c.743 1.422 2.845 1.19 3.26-.36l2.526-9.423c7.366-.91 13.8-6.17 15.84-13.78 2.683-10.016-3.26-20.311-13.277-22.995z'/%3E%3Ccircle cx='61.039' cy='41.062' r='2.934' fill='%23fafafa' transform='rotate(15 61.039 41.062)'/%3E%3Ccircle cx='72.374' cy='44.097' r='2.934' fill='%23fafafa' transform='rotate(15 72.374 44.097)'/%3E%3Ccircle cx='83.708' cy='47.138' r='2.934' fill='%23fafafa' transform='rotate(15 83.708 47.138)'/%3E%3Cpath fill='%23dcdcdc' fill-rule='evenodd' d='M41.695 32.784a1.125 1.125 0 1 0-.524-2.188l-2.918.699a1.125 1.125 0 0 0 .525 2.188zm10.817-13.692a1.125 1.125 0 0 1-2.25-.004l.006-3a1.125 1.125 0 0 1 2.25.004zm-9.395 6.944a1.125 1.125 0 0 1-1.351.84l-2.922-.682a1.125 1.125 0 1 1 .511-2.191l2.922.681c.605.142.981.746.84 1.351m3.666-5.507a1.125 1.125 0 1 1-2.013 1.003l-1.338-2.685a1.125 1.125 0 1 1 2.013-1.004z' clip-rule='evenodd'/%3E%3Cpath fill='%23dcdcdc' d='M24 94.5h72v63H24z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' fill='none' viewBox='0 0 120 120'%3E%3Cmask id='a' width='120' height='120' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23f4f7fc' d='M120 60c0 8.91-1.946 17.376-5.441 24.981C105.089 105.65 84.219 120 60 120S14.91 105.649 5.44 84.981C1.947 77.376 0 68.911 0 60 0 26.862 26.862 0 60 0s60 26.862 60 60'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23dcdcdc' d='M2.625 84 22.5 79.875 39 86.25 24 94.5zM117.375 84 97.5 79.875 81 86.25l15 8.25z'/%3E%3Cpath fill='%23a1a1a1' d='M39 86.25h42l15 8.25H24z' opacity='.6'/%3E%3Cpath fill='%23e8e8e8' d='M45.08 50.58c6.759-3.903 15.401-1.587 19.304 5.172 3.902 6.76 1.586 15.402-5.173 19.305l-7.948 4.589-2.134 9.56c-.263 1.178-1.837 1.42-2.44.374l-3.672-6.36c-5.533.775-11.236-1.796-14.202-6.932-3.902-6.76-1.586-15.402 5.173-19.305z'/%3E%3Ccircle cx='2.208' cy='2.208' r='2.208' fill='%23fafafa' transform='rotate(150 19.569 36.702)scale(1 -1)'/%3E%3Ccircle cx='2.208' cy='2.208' r='2.208' fill='%23fafafa' transform='rotate(150 15.152 37.886)scale(1 -1)'/%3E%3Ccircle cx='2.208' cy='2.208' r='2.208' fill='%23fafafa' transform='rotate(150 10.736 39.067)scale(1 -1)'/%3E%3Cpath fill='%23dcdcdc' d='M68.732 23.685c-10.016-2.683-20.311 3.26-22.995 13.277-2.684 10.015 3.26 20.31 13.276 22.994l11.78 3.157 6.025 11.534c.743 1.422 2.845 1.19 3.26-.36l2.526-9.423c7.366-.91 13.8-6.17 15.84-13.78 2.683-10.016-3.26-20.311-13.277-22.995z'/%3E%3Ccircle cx='61.039' cy='41.062' r='2.934' fill='%23fafafa' transform='rotate(15 61.039 41.062)'/%3E%3Ccircle cx='72.374' cy='44.097' r='2.934' fill='%23fafafa' transform='rotate(15 72.374 44.097)'/%3E%3Ccircle cx='83.708' cy='47.138' r='2.934' fill='%23fafafa' transform='rotate(15 83.708 47.138)'/%3E%3Cpath fill='%23dcdcdc' fill-rule='evenodd' d='M41.695 32.784a1.125 1.125 0 1 0-.524-2.188l-2.918.699a1.125 1.125 0 0 0 .525 2.188zm10.817-13.692a1.125 1.125 0 0 1-2.25-.004l.006-3a1.125 1.125 0 0 1 2.25.004zm-9.395 6.944a1.125 1.125 0 0 1-1.351.84l-2.922-.682a1.125 1.125 0 1 1 .511-2.191l2.922.681c.605.142.981.746.84 1.351m3.666-5.507a1.125 1.125 0 1 1-2.013 1.003l-1.338-2.685a1.125 1.125 0 1 1 2.013-1.004z' clip-rule='evenodd'/%3E%3Cpath fill='%23dcdcdc' d='M24 94.5h72v63H24z'/%3E%3C/g%3E%3C/svg%3E") 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{color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading3-bold);text-align:center;width:280px}.cometchat-search__error-view-body-description{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);text-align:center;width:280px}.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);font:var(--cometchat-font-body-regular);text-overflow:ellipsis;white-space:nowrap;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{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-caption1-regular)}.cometchat-search-messages__see-more{gap:var(--cometchat-padding-3,12px)0;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:-moz-fit-content;width:fit-content;height:-moz-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("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23a1a1a1' d='M11.333 4.667H8.667V6h2.666c1.1 0 2 .9 2 2s-.9 2-2 2H8.667v1.333h2.666a3.335 3.335 0 0 0 0-6.666m-4 5.333H4.667c-1.1 0-2-.9-2-2s.9-2 2-2h2.666V4.667H4.667a3.335 3.335 0 0 0 0 6.666h2.666zm-2-2.667h5.334v1.333H5.333z'/%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23a1a1a1' d='M11.333 4.667H8.667V6h2.666c1.1 0 2 .9 2 2s-.9 2-2 2H8.667v1.333h2.666a3.335 3.335 0 0 0 0-6.666m-4 5.333H4.667c-1.1 0-2-.9-2-2s.9-2 2-2h2.666V4.667H4.667a3.335 3.335 0 0 0 0 6.666h2.666zm-2-2.667h5.334v1.333H5.333z'/%3E%3C/svg%3E") 50% no-repeat}.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("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='M8.5 16.444V7.556q0-.396.272-.65a.9.9 0 0 1 .871-.221 1 1 0 0 1 .238.098l6.996 4.453a.9.9 0 0 1 .309.337q.102.195.102.427a.9.9 0 0 1-.102.427.93.93 0 0 1-.31.337l-6.995 4.453a.95.95 0 0 1-.476.131.9.9 0 0 1-.634-.254.85.85 0 0 1-.271-.65'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23141414' d='M8.5 16.444V7.556q0-.396.272-.65a.9.9 0 0 1 .871-.221 1 1 0 0 1 .238.098l6.996 4.453a.9.9 0 0 1 .309.337q.102.195.102.427a.9.9 0 0 1-.102.427.93.93 0 0 1-.31.337l-6.995 4.453a.95.95 0 0 1-.476.131.9.9 0 0 1-.634-.254.85.85 0 0 1-.271-.65'/%3E%3C/g%3E%3C/svg%3E") 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{color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular)}.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:0 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:-moz-fit-content;height:fit-content;min-height:110px}.cometchat-search__conversations-full,.cometchat-search__messages-full{height:100%}.cometchat-search__input::-webkit-scrollbar{display:none}.cometchat-search__input::-webkit-scrollbar-thumb{display:none}.cometchat-search__results::-webkit-scrollbar{display:none}.cometchat-search__results::-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:2px solid var(--cometchat-neutral-color-50,#fff);border-radius:var(--cometchat-radius-max,1000px);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("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='none' viewBox='0 0 8 8'%3E%3Cmask id='a' width='8' height='8' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h8v8H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' d='M2.103 7.168a.58.58 0 0 1-.426-.177.58.58 0 0 1-.177-.426V3.437a.58.58 0 0 1 .177-.425.58.58 0 0 1 .426-.177H2.5v-.667q0-.624.438-1.062A1.45 1.45 0 0 1 4 .668q.624 0 1.062.438T5.5 2.168v.667h.397a.58.58 0 0 1 .426.177.58.58 0 0 1 .177.425v3.128a.58.58 0 0 1-.177.426.58.58 0 0 1-.426.177zM4 5.585q.243 0 .413-.17A.56.56 0 0 0 4.583 5q0-.243-.17-.413A.56.56 0 0 0 4 4.418q-.243 0-.413.17a.56.56 0 0 0-.17.413q0 .243.17.413t.413.17m-1-2.75h2v-.667a.96.96 0 0 0-.292-.708A.96.96 0 0 0 4 1.168a.96.96 0 0 0-.708.292.96.96 0 0 0-.292.708z'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='none' viewBox='0 0 8 8'%3E%3Cmask id='a' width='8' height='8' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h8v8H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23fff' d='M2.103 7.168a.58.58 0 0 1-.426-.177.58.58 0 0 1-.177-.426V3.437a.58.58 0 0 1 .177-.425.58.58 0 0 1 .426-.177H2.5v-.667q0-.624.438-1.062A1.45 1.45 0 0 1 4 .668q.624 0 1.062.438T5.5 2.168v.667h.397a.58.58 0 0 1 .426.177.58.58 0 0 1 .177.425v3.128a.58.58 0 0 1-.177.426.58.58 0 0 1-.426.177zM4 5.585q.243 0 .413-.17A.56.56 0 0 0 4.583 5q0-.243-.17-.413A.56.56 0 0 0 4 4.418q-.243 0-.413.17a.56.56 0 0 0-.17.413q0 .243.17.413t.413.17m-1-2.75h2v-.667a.96.96 0 0 0-.292-.708A.96.96 0 0 0 4 1.168a.96.96 0 0 0-.708.292.96.96 0 0 0-.292.708z'/%3E%3C/g%3E%3C/svg%3E") 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("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M12 21.371a1.9 1.9 0 0 1-.596-.1q-3.164-1.125-5.034-3.99Q4.5 14.418 4.5 11.1V6.596q0-.567.329-1.024.33-.456.846-.662l5.692-2.125q.321-.116.633-.116t.633.116l5.692 2.125q.517.206.846.662.33.457.329 1.024V11.1q0 3.318-1.87 6.182t-5.034 3.989a1.7 1.7 0 0 1-.596.1'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23141414' d='M12 21.371a1.9 1.9 0 0 1-.596-.1q-3.164-1.125-5.034-3.99Q4.5 14.418 4.5 11.1V6.596q0-.567.329-1.024.33-.456.846-.662l5.692-2.125q.321-.116.633-.116t.633.116l5.692 2.125q.517.206.846.662.33.457.329 1.024V11.1q0 3.318-1.87 6.182t-5.034 3.989a1.7 1.7 0 0 1-.596.1'/%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat-search .cometchat-list__header-title{padding:0 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__body,.cometchat-search .cometchat-list .cometchat-list__header{border:none}.cometchat-search__body-filter-active{background:var(--cometchat-neutral-color-900,#141414);border:1px solid var(--cometchat-neutral-color-800,#434343);border-radius:var(--cometchat-radius-max,1000px)}.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("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M8.982 13.805a.48.48 0 0 1-.152-.354.5.5 0 0 1 .152-.349L11.085 11H4.872q-.5 0-.852-.353a1.16 1.16 0 0 1-.353-.852V4q0-.212.143-.356a.48.48 0 0 1 .357-.144q.212 0 .356.144A.48.48 0 0 1 4.667 4v5.795q0 .09.057.147a.2.2 0 0 0 .148.058h6.213L8.972 7.887a.47.47 0 0 1-.15-.351.52.52 0 0 1 .15-.351.5.5 0 0 1 .354-.157.47.47 0 0 1 .348.146l2.904 2.904a.55.55 0 0 1 .17.422.552.552 0 0 1-.17.422l-2.883 2.883a.5.5 0 0 1-.357.155.5.5 0 0 1-.356-.155'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cmask id='a' width='16' height='17' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 .5h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23a1a1a1' d='M8.982 13.805a.48.48 0 0 1-.152-.354.5.5 0 0 1 .152-.349L11.085 11H4.872q-.5 0-.852-.353a1.16 1.16 0 0 1-.353-.852V4q0-.212.143-.356a.48.48 0 0 1 .357-.144q.212 0 .356.144A.48.48 0 0 1 4.667 4v5.795q0 .09.057.147a.2.2 0 0 0 .148.058h6.213L8.972 7.887a.47.47 0 0 1-.15-.351.52.52 0 0 1 .15-.351.5.5 0 0 1 .354-.157.47.47 0 0 1 .348.146l2.904 2.904a.55.55 0 0 1 .17.422.552.552 0 0 1-.17.422l-2.883 2.883a.5.5 0 0 1-.357.155.5.5 0 0 1-.356-.155'/%3E%3C/g%3E%3C/svg%3E") 50%/contain no-repeat}.cometchat *{box-sizing:border-box}.cometchat-mentions>span{color:var(--cometchat-text-color-highlight);font:var(--cometchat-font-body-regular)}.cometchat-mentions{width:-moz-fit-content;width:fit-content;display:inline-block}.cometchat-mentions-incoming,.cometchat-mentions-outgoing{border-radius:var(--cometchat-radius,2px);cursor:pointer;padding:0 var(--cometchat-padding,2px);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{text-decoration:underline}.cometchat-text-bubble .cometchat-text-highlight{font:var(--cometchat-font-body-bold)}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:url(/assets/fonts/Roboto-Black-DoU0hL5p.ttf)format("truetype")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:url(/assets/fonts/Roboto-BlackItalic-D68qacvc.ttf)format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(/assets/fonts/Roboto-Bold-CM98DFac.ttf)format("truetype")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:url(/assets/fonts/Roboto-BoldItalic-Cj1Fcf4Z.ttf)format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(/assets/fonts/Roboto-Regular-ia0dPpEo.ttf)format("truetype")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:url(/assets/fonts/Roboto-Italic-CPH5wpff.ttf)format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url(/assets/fonts/Roboto-Light-BW8nAIZg.ttf)format("truetype")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:url(/assets/fonts/Roboto-LightItalic-DqE8hU0c.ttf)format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url(/assets/fonts/Roboto-Medium-BJbjO3wX.ttf)format("truetype")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:url(/assets/fonts/Roboto-MediumItalic-RWt9ABIJ.ttf)format("truetype")}: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-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,#eee);--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-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,#272727);--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)}@layer tokens{:root{--h-brand:145;--s-brand:27%;--l-brand:40%;--h-success:145;--s-success:20%;--l-success:52%;--ink:#1b212d;--muted:#677183;--line:#e2e4e9;--soft:#f6f9f7;--bg:#fff;--bg-warm:#fbfaf8;--brand:hsl(var(--h-brand)var(--s-brand)var(--l-brand));--brand-2:hsl(var(--h-success)var(--s-success)var(--l-success));--brand-oklch:.6 .08 150;--brand2-oklch:.7 .07 148;--ink-oklch:.22 .02 250;--muted-oklch:.56 .01 250;--safe-top:env(safe-area-inset-top,0px);--safe-right:env(safe-area-inset-right,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--radius-xl:24px;--radius-pill:9999px;--shadow-sm:0 4px 14px #05080a0f;--shadow-md:0 10px 22px #05080a14;--shadow-lg:0 18px 44px #05080a1f;--space-1:clamp(2px,.25vw,4px);--space-2:clamp(4px,.5vw,8px);--space-3:clamp(8px,.8vw,12px);--space-4:clamp(12px,1vw,16px);--space-5:clamp(16px,1.5vw,20px);--space-6:clamp(18px,1.8vw,24px);--space-7:clamp(24px,2.4vw,32px);--space-8:clamp(32px,3vw,40px);--font-sans:"Plus Jakarta Sans",system-ui,-apple-system,Segoe UI,sans-serif;--font-serif:"Plus Jakarta Sans",system-ui,sans-serif;--fs-1:clamp(.875rem,.18vw + .82rem,.95rem);--fs-2:clamp(1rem,.2vw + .95rem,1.0625rem);--fs-3:clamp(1.125rem,.4vw + 1rem,1.25rem);--fs-4:clamp(1.35rem,1vw + 1rem,1.7rem);--fs-5:clamp(1.9rem,2vw + 1.2rem,2.4rem);--fs-6:clamp(2.2rem,3.5vw + 1rem,3rem);--trans-1:.18s ease;--trans-2:.24s ease;--z-topbar:1000;--z-modal:1100;--z-toast:1200;--z-recaptcha:2147480000;--header-h:72px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--brand-surface:color-mix(in srgb,var(--brand)10%,var(--bg));--brand-hover:color-mix(in srgb,var(--brand)86%,#000);--brand-press:color-mix(in srgb,var(--brand)74%,#000);--ring:color-mix(in srgb,var(--brand)40%,#0000);--color-primary:var(--ink);--color-accent:var(--brand-2);--color-accent-hover:var(--brand);--color-bg:var(--bg);--color-topbar:#f9f9f7;--color-muted:#666;--color-alert-bg:#fff8e1;--color-alert-border:#ffd54f;--color-alert-text:#5c4400;--color-danger:#c62828;--bg-1:#f5f9f7;--bg-2:#f8faf8;--bg-3:#f4f6f4;--surface:#fff;--muted-2:#64748b;--hairline:color-mix(in srgb,var(--ink)12%,#0000)}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@supports (color:oklch(0.7 0.12 230)){:root{--brand:oklch(var(--brand-oklch));--brand-2:oklch(var(--brand2-oklch));--ink:oklch(var(--ink-oklch));--muted:oklch(var(--muted-oklch));--brand-surface:color-mix(in oklch,var(--brand)10%,var(--bg));--brand-hover:color-mix(in oklch,var(--brand)86%,#000);--brand-press:color-mix(in oklch,var(--brand)74%,#000);--ring:color-mix(in oklch,var(--brand)40%,#0000)}}[data-theme=dark]{--ink:#dae0e7;--muted:#a3b3c2;--line:#d1d9e029;--soft:#0e1215;--bg:#0c0f12;--color-primary:var(--ink);--color-bg:var(--bg);--color-topbar:#12171c;--color-muted:var(--muted);--color-alert-bg:#1e1e15;--color-alert-text:#f0e4a8;--brand-surface:color-mix(in srgb,var(--brand)14%,var(--bg))}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}}@layer base{*,:after,:before{box-sizing:border-box}body,html{background:var(--bg);color:var(--ink);font-family:var(--font-sans);font-size:var(--fs-2);-webkit-font-smoothing:antialiased;scroll-behavior:smooth;scrollbar-gutter:stable both-edges;min-block-size:100dvh;text-rendering:optimizeLegibility;-moz-text-size-adjust:100%;text-size-adjust:100%;-moz-tab-size:2;tab-size:2;margin:0;padding:0;line-height:1.6}@supports (min-height:100svh){body,html{min-block-size:100svh}}:focus:not(:focus-visible){outline:none}:focus-visible{outline:2px solid var(--brand);outline-offset:3px;border-radius:6px}h1,h2,h3,h4,h5,h6{color:var(--ink);font-family:var(--font-sans);letter-spacing:-.02em;margin:0 0 var(--space-3);text-wrap:balance;font-weight:600}h1{font-size:var(--fs-5);font-weight:700;line-height:1.15}h2{font-size:var(--fs-4);line-height:1.25}h3{font-size:var(--fs-3);line-height:1.35}p{color:var(--ink);-webkit-hyphens:auto;hyphens:auto;margin:0 0 var(--space-4);text-wrap:pretty}a{color:var(--brand);text-underline-offset:.18em;transition:color var(--trans-1),text-decoration-color var(--trans-1);text-decoration:none}a:hover{color:var(--brand-2);text-decoration:underline;text-decoration-thickness:from-font}:-webkit-any(h1,h2,h3,h4,h5,h6)[id]{scroll-margin-top:calc(var(--header-h) + 24px + var(--safe-top))}:-moz-any(h1,h2,h3,h4,h5,h6)[id]{scroll-margin-top:calc(var(--header-h) + 24px + var(--safe-top))}:is(h1,h2,h3,h4,h5,h6)[id]{scroll-margin-top:calc(var(--header-h) + 24px + var(--safe-top))}.sr-only,.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;block-size:1px;inline-size:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.container{max-width:max(960px,min(80vw,1120px));margin-inline-start:auto;margin-inline-end:auto;padding-inline-start:20px;padding-inline-end:20px}.grid-auto{gap:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.stack>*+*{margin-block-start:var(--space-4)}.cluster{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.text-muted{color:var(--muted)}.measure{max-width:65ch}::selection{background:color-mix(in srgb,var(--brand)18%,#0000);color:var(--ink)}*{scrollbar-color:color-mix(in srgb,var(--ink)35%,#0000)#0000;scrollbar-width:thin}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--ink)25%,#0000);border-radius:10px}::-webkit-scrollbar-track{background:0 0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.hd-loader{color:var(--muted);place-items:center;padding:48px;display:grid}.hd-loader .hd-spinner{border:3px solid #22262a1f;border-top:3px solid var(--brand);border-radius:50%;block-size:26px;inline-size:26px;margin-block-end:8px;animation:1s linear infinite hdspin}.hd-loader-text{font-weight:600}@keyframes hdspin{to{transform:rotate(1turn)}}}@layer components{.top-bar{-webkit-backdrop-filter:saturate(120%)blur(6px);backdrop-filter:saturate(120%)blur(6px);background:var(--color-topbar);z-index:var(--z-topbar);border-block-end:1px solid #e4ebf1;position:sticky;top:0}.top-bar-inner{justify-content:space-between;align-items:center;gap:12px;max-width:1240px;margin-inline-start:auto;margin-inline-end:auto;padding:12px 16px;display:flex}.top-bar-logo img{block-size:56px;inline-size:auto;display:block}.hero-section{text-align:center;max-width:720px;margin:6rem auto 3rem;padding-inline-start:20px;padding-inline-end:20px}.hero-title{color:var(--ink);font-family:var(--font-serif);font-size:var(--fs-6);margin-block-end:12px;font-weight:700}.hero-subtitle{color:var(--muted);font-size:var(--fs-2)}.card{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform var(--trans-1),box-shadow var(--trans-1),background var(--trans-1);background:#fff;padding:18px}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.card[data-tone=brand]{background:var(--brand-surface);border:1px solid color-mix(in srgb,var(--brand)22%,var(--line))}.cta-outline-light{-webkit-backdrop-filter:saturate(120%)blur(2px);backdrop-filter:saturate(120%)blur(2px);border-radius:var(--radius-pill);color:#fff;min-block-size:44px;transition:background var(--trans-1),transform var(--trans-1);background:0 0;border:1px solid #ffffff9e;align-items:center;gap:.6em;padding:12px 16px;font-weight:800;display:inline-flex}.cta-outline-light:hover{background:#ffffff14;text-decoration:none;transform:translateY(-1px)}.btn,.btn-nav,.patient-button{border:1px solid var(--line);border-radius:var(--radius-pill);color:var(--ink);cursor:pointer;text-align:center;min-block-size:44px;transition:transform var(--trans-1),box-shadow var(--trans-1),background var(--trans-1),border-color var(--trans-1),opacity var(--trans-1);-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#fff;justify-content:center;align-items:center;gap:.5em;padding:12px 18px;font-size:15px;font-weight:700;display:inline-flex}.btn:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.btn:active{box-shadow:none;transform:translateY(0)}.btn:disabled,.btn[aria-disabled=true]{cursor:not-allowed;opacity:.5}.btn--primary,.patient-button{background:var(--brand);color:#fff;border:none;box-shadow:0 1px 3px #05080a1a}.btn--primary:hover{background:var(--brand-hover)}.btn--ghost{border:1px solid var(--line);color:var(--ink);background:#fff}.btn--subtle{color:var(--ink);background:#f2f5f8;border:1px solid #0000}.btn--danger{background:var(--color-danger);color:#fff;border:none}.btn--link{color:var(--brand);background:0 0;border:none;padding-inline-start:0;padding-inline-end:0}.btn[data-loading=true]{pointer-events:none;position:relative}.btn[data-loading=true]:after{border:2px solid #73808c40;border-block-start-color:initial;content:"";border-radius:50%;block-size:1em;inline-size:1em;margin-inline-start:.5em;animation:1s linear infinite hdspin}input,select,textarea{accent-color:var(--brand);border:1px solid var(--line);border-radius:var(--radius-md);color:#1f2937;inline-size:100%;transition:border-color var(--trans-1),box-shadow var(--trans-1),background var(--trans-1);background:#fff;outline:none;padding:12px 14px;font-size:15.5px}input:focus,select:focus,textarea:focus{border:1px solid var(--brand);box-shadow:0 0 0 3px var(--ring)}label{color:var(--muted);margin-block-end:6px;font-size:13.5px;font-weight:600;display:block}.field{gap:8px;display:grid}.field:has(:-webkit-any(input,textarea,select):invalid) label{color:color-mix(in srgb,var(--color-danger)82%,var(--muted))}.field:has(:-moz-any(input,textarea,select):invalid) label{color:color-mix(in srgb,var(--color-danger)82%,var(--muted))}.field:has(:is(input,textarea,select):invalid) label{color:color-mix(in srgb,var(--color-danger)82%,var(--muted))}:-webkit-any(input,textarea,select):user-valid{border:1px solid var(--brand-2)}:-moz-any(input,textarea,select):user-valid{border:1px solid var(--brand-2)}:is(input,textarea,select):user-valid{border:1px solid var(--brand-2)}:-webkit-any(input,textarea,select):invalid{border:1px solid var(--color-danger);box-shadow:0 0 0 3px #e61a1a26}:-moz-any(input,textarea,select):invalid{border:1px solid var(--color-danger);box-shadow:0 0 0 3px #e61a1a26}:is(input,textarea,select):invalid{border:1px solid var(--color-danger);box-shadow:0 0 0 3px #e61a1a26}:-webkit-any(input,textarea,select):user-invalid{border:1px solid var(--color-danger);box-shadow:0 0 0 3px #e61a1a26}:-moz-any(input,textarea,select):user-invalid{border:1px solid var(--color-danger);box-shadow:0 0 0 3px #e61a1a26}:is(input,textarea,select):user-invalid{border:1px solid var(--color-danger);box-shadow:0 0 0 3px #e61a1a26}.dashboard-container{background:var(--soft);place-items:center;min-block-size:100dvh;padding:48px 20px;display:grid}@supports (min-height:100svh){.dashboard-container{min-block-size:100svh}}.dashboard-panel{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fff;inline-size:min(680px,100%);padding:22px 18px}.dashboard-title{font-family:var(--font-serif);margin-block-end:6px;font-size:max(1.6rem,min(3vw,2rem))}.dashboard-subtitle{color:var(--muted);margin-block-end:16px}.dashboard-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.dashboard-actions .btn{inline-size:100%}.chat-wrapper{background:var(--bg);flex-direction:column;block-size:100dvh;display:flex}@supports (height:100svh){.chat-wrapper{block-size:100svh}}.chat-header{border-block-end:1px solid var(--line);text-align:right;padding:10px 14px}.chat-body{contain-intrinsic-size:600px 400px;content-visibility:auto;flex:1;padding:20px;overflow-y:auto;container-type:inline-size}.chat-input-area{border-block-start:1px solid var(--line);background:#f7fafd;align-items:center;gap:10px;padding:12px;display:flex}.chat-input{flex:1}.message-wrapper{inline-size:100%;margin-block-end:10px;display:flex}.message-wrapper.own{justify-content:flex-end}.message-wrapper.other{justify-content:flex-start}.message-wrapper.ai{justify-content:center}.message{border:1px solid var(--line);color:var(--ink);overflow-wrap:anywhere;background:#fff;border-radius:14px;max-inline-size:70%;padding:10px 14px;font-size:15px;line-height:1.5;box-shadow:0 1px #05080a0a}.message.own{color:#0e4e39;background:#e8f7f2;border:1px solid #29a37a40}.message.other{color:#324553;background:#f3f5f7}.message.ai{color:#644f12;background:#fff5d6;font-style:italic}.alert-box{background-color:var(--color-alert-bg);border:1px solid var(--color-alert-border);border-radius:var(--radius-md);color:var(--color-alert-text);max-inline-size:640px;margin:26px auto;padding:20px;font-size:15px}.alert-box strong{color:var(--color-danger)}.site-footer{background:var(--color-topbar);color:var(--muted);inline-size:100%;padding:28px 16px calc(20px + var(--safe-bottom));text-align:center;border-block-start:1px solid #e4ebf1;font-size:14px}.footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-block-end:8px;display:flex}.footer-links a{color:var(--muted)}.footer-links a:hover{color:var(--ink);text-decoration:underline}.footer-bottom{color:#98a5ab;border-block-start:1px solid #e4ebf1;padding-block-start:12px;font-size:12px}.language-switch-fixed{gap:6px;display:flex;position:fixed;bottom:calc(20px + var(--safe-bottom))}.language-switch-fixed:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){right:calc(20px + var(--safe-right))}.language-switch-fixed:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){right:calc(20px + var(--safe-right))}.language-switch-fixed:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){right:calc(20px + var(--safe-right))}.language-switch-fixed:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){left:calc(20px + var(--safe-right))}.language-switch-fixed:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){left:calc(20px + var(--safe-right))}.language-switch-fixed:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){left:calc(20px + var(--safe-right))}.language-switch-fixed button{border:1px solid var(--line);cursor:pointer;transition:box-shadow var(--trans-1),transform var(--trans-1);background:#fff;border-radius:50%;padding:6px 9px;font-size:16px}.language-switch-fixed button:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.logo-container img{height:50px;margin-block-end:20px}.logo{height:120px}.screen{max-width:640px;padding:8px 12px calc(32px + var(--safe-bottom));margin:0 auto}.screen.center{min-height:calc(100dvh - var(--safe-bottom));padding:12px 12px calc(32px + var(--safe-bottom));justify-content:center;align-items:center;display:flex}.screen.center .app-sheet{width:100%;margin:0 auto}.screen.full{min-height:calc(100dvh - var(--safe-bottom));flex-direction:column;display:flex}.app-sheet{border:1px solid color-mix(in srgb,#fff 70%,var(--hairline));background:#ffffffdb;border-radius:24px;overflow:hidden;box-shadow:0 8px 36px #0206171a}.sheet-body{padding:10px 12px 16px}.app-header{z-index:10;position:sticky;top:0}.app-header__bar{border-bottom:.5px solid var(--hairline);height:calc(64px + var(--safe-top));padding:calc(var(--safe-top) + 8px)14px 8px;background:0 0;transition:background .22s,border-color .22s,height .22s}.app-header.is-scrolled .app-header__bar{-webkit-backdrop-filter:blur(10px)saturate(140%);backdrop-filter:blur(10px)saturate(140%);border-color:color-mix(in srgb,var(--ink)12%,#0000);background:#ffffffb3}.app-header__inner{justify-content:center;align-items:center;max-width:640px;min-height:44px;margin:0 auto;display:flex;position:relative}.app-header__left,.app-header__right{align-items:center;gap:8px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.app-header__left{left:0}.app-header__right{right:0}.app-header__logo{object-fit:contain;width:auto;height:max(32px,min(6dvh,44px))}.app-header__logo-fallback{letter-spacing:.2px;font-size:max(18px,min(4.5vw,22px));font-weight:900}.app-header--prominent .app-header__bar{height:calc(92px + var(--safe-top))}.app-header--prominent .app-header__logo{height:max(64px,min(9dvh,84px))}.lang-chips{gap:8px;display:flex}.chip{color:var(--ink);cursor:pointer;background:#fff;border:1px solid #02061724;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700;line-height:1}.chip.active{color:var(--brand);background:#0f766e14;border:1px solid #0f766e40}.chip:focus-visible{outline:3px solid var(--ring);outline-offset:2px}.auth-card{box-shadow:none;background:0 0;border:none;gap:14px;margin:0;padding:0;display:grid}.list{border:1px solid color-mix(in srgb,#fff 70%,var(--hairline));background:#ffffffc7;border-radius:16px;overflow:hidden}.list .field{margin:0;padding:12px 14px}.list .field+.field{border-top:.5px solid var(--hairline)}.input-row{align-items:center;gap:10px;display:flex}.input{color:var(--ink);background:0 0;border:none;width:100%;padding:8px 0 6px;font-size:16px}.input::placeholder{color:#94a3b8}.input:focus{outline:none}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;width:100%;box-shadow:0 6px 20px #0f766e26}.btn-secondary{color:#0f172a;background:#f1f5f9}.btn-danger{color:#fff;background:#dc2626}.btn.loading{opacity:.92;position:relative}.btn.loading:after{border:2px solid #ffffffb3;content:"";border-top-color:#0000;border-radius:50%;width:14px;height:14px;animation:.9s linear infinite spin;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.links-mini{flex-wrap:wrap;justify-content:center;gap:18px;padding:8px 6px 0;display:flex}.links-mini .link{color:color-mix(in srgb,var(--ink)58%,#0000);opacity:.85;font-size:12.5px;font-weight:700;text-decoration:none}.links-mini .link:hover{opacity:1;text-decoration:underline}.pub-page{padding-top:0}.pub-video-section{background:var(--soft);text-align:center;padding:max(64px,min(8vw,120px)) 0}.pub-video-section__title{color:var(--ink);letter-spacing:-.025em;margin:0 0 max(24px,min(4vw,40px));font-size:max(1.5rem,min(3vw,2rem));font-weight:700}.pub-video-wrap{aspect-ratio:16/9;cursor:pointer;background:#000;border-radius:12px;max-width:720px;margin-inline-start:auto;margin-inline-end:auto;position:relative;overflow:hidden;box-shadow:0 4px 24px #05080a1a,0 1px 4px #05080a0f}.pub-video-wrap img,.pub-video-wrap video{object-fit:cover;width:100%;height:100%;display:block}.pub-video-wrap video{border-radius:0}.pub-video-play{cursor:pointer;transition:background var(--trans-2);z-index:1;background:#05080a2e;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.pub-video-wrap:hover .pub-video-play{background:#05080a47}.pub-video-play__circle{height:72px;transition:transform var(--trans-2),box-shadow var(--trans-2);background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;width:72px;display:flex;box-shadow:0 4px 20px #05080a26}.pub-video-play:hover .pub-video-play__circle{transform:scale(1.08);box-shadow:0 6px 28px #05080a38}.pub-video-play:active .pub-video-play__circle{transform:scale(.95)}.pub-video-play__icon{color:var(--brand);width:28px;height:28px;margin-left:3px}.pub-video-play[hidden]{display:none}@media (max-width:768px){.pub-video-section{padding:max(40px,min(6vw,64px)) 0}.pub-video-section__title{margin-bottom:16px;font-size:1.25rem}.pub-video-wrap{border-radius:8px;max-width:none;margin-inline-start:16px;margin-inline-end:16px}.pub-video-play__circle{width:56px;height:56px}.pub-video-play__icon{width:22px;height:22px}}.pub-section{padding:max(64px,min(8vw,120px)) 0}.pub-section--warm{background:var(--bg-warm,#fbfaf8)}.pub-section--soft{background:var(--soft)}.pub-section--white{background:var(--bg)}.pub-section--brand{background:var(--brand);color:#fff}.pub-section__intro{text-align:center;max-width:640px;margin-block-end:max(40px,min(5vw,72px));margin-inline-start:auto;margin-inline-end:auto}.pub-section__intro--left{text-align:left;margin-inline-start:0;margin-inline-end:0}.pub-label{color:var(--brand);letter-spacing:.08em;text-transform:uppercase;margin-block-end:var(--space-4);font-size:12px;font-weight:700;display:inline-block}.pub-section--brand .pub-label{color:#ffffffb3}.pub-rule{background:var(--brand);height:2px;margin-block:var(--space-4);border-radius:2px;width:40px;display:block}.pub-rule--center{margin-inline-start:auto;margin-inline-end:auto}.pub-section--brand .pub-rule{background:#ffffff80}.pub-inner{max-width:1100px;margin-inline-start:auto;margin-inline-end:auto;padding-inline-start:max(20px,min(4vw,48px));padding-inline-end:max(20px,min(4vw,48px))}.pub-inner--narrow{max-width:740px}.pub-inner--wide{max-width:1280px}.pub-grid-2{grid-template-columns:repeat(2,1fr);align-items:start;gap:max(24px,min(3vw,48px));display:grid}.pub-grid-3{grid-template-columns:repeat(3,1fr);gap:max(16px,min(2vw,28px));display:grid}@media (max-width:900px){.pub-grid-2,.pub-grid-3{grid-template-columns:1fr}}@media (min-width:600px) and (max-width:900px){.pub-grid-3{grid-template-columns:repeat(2,1fr)}}.pub-hero{background:var(--bg);min-height:calc(100svh - var(--header-h) - 140px);align-items:center;padding:max(40px,min(6vw,80px)) 0 max(24px,min(3vw,48px));display:flex;position:relative;overflow:hidden}.pub-hero__content{max-width:680px}.pub-hero__peek{background:var(--soft);border:1px solid var(--line);cursor:pointer;margin-top:var(--space-6);transition:border-color var(--trans-1),background var(--trans-1),transform var(--trans-1);border-radius:999px;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;padding:8px 16px;font-size:13px;font-weight:600;display:flex}.pub-hero__peek,.pub-hero__peek:hover{color:var(--brand);text-decoration:none}.pub-hero__peek:hover{background:color-mix(in srgb,var(--brand)6%,var(--bg));border-color:color-mix(in srgb,var(--brand)40%,var(--line));transform:translateY(1px)}.pub-hero__peek:active{transform:translateY(2px)}.pub-hero__peek svg{flex-shrink:0}.pub-hero__grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;gap:max(40px,min(6vw,80px));width:100%;display:grid}.pub-hero__grid-right{gap:14px;display:grid}@media (max-width:768px){.pub-hero{min-height:calc(100svh - var(--header-h) - 110px)}.pub-hero__grid{grid-template-columns:1fr}.pub-hero__grid-right{display:none}}.pub-status{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-pill);color:var(--muted);align-items:center;gap:8px;margin-block-end:var(--space-6);padding:8px 16px;font-size:13px;font-weight:500;display:inline-flex}.pub-status__dot{background:var(--muted);border-radius:50%;flex-shrink:0;width:7px;height:7px}.pub-status--online .pub-status__dot{background:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand)20%,#0000);animation:hdspin}.pub-status--online{border-color:color-mix(in srgb,var(--brand)25%,#0000);color:var(--brand)}@keyframes hdpulse{0%,to{opacity:1}50%{opacity:.6}}.pub-status__dot--pulse{animation:2s ease-in-out infinite hdpulse}.pub-phone-pill{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-pill);color:var(--muted);transition:border-color var(--trans-1),color var(--trans-1);align-items:center;gap:8px;margin-block-end:var(--space-6);padding:8px 16px;font-size:13px;font-weight:500;text-decoration:none;display:inline-flex}.pub-phone-pill:hover{border-color:var(--brand);color:var(--ink);text-decoration:none}.pub-phone-pill--afterhours:hover,.pub-phone-pill--emergency:hover{border-color:var(--brand);color:var(--ink)}.pub-phone-row{flex-wrap:wrap;gap:8px;margin-block-end:var(--space-6);display:flex}.pub-tagline{color:var(--brand);letter-spacing:-.04em;margin:0 0 var(--space-3);font-size:max(3.2rem,min(8vw,6.5rem));font-weight:800;line-height:1}.pub-tagline__sub{color:var(--muted);letter-spacing:-.01em;margin:0 0 var(--space-6);font-size:max(1.1rem,min(2vw,1.4rem));font-style:italic;font-weight:400}.pub-cta-row{flex-wrap:wrap;align-items:center;gap:12px;margin-block-start:var(--space-7);display:flex}.pub-btn{border-radius:var(--radius-md);cursor:pointer;letter-spacing:-.01em;transition:transform var(--trans-1),box-shadow var(--trans-1),background var(--trans-1);border:none;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.pub-btn:hover{text-decoration:none;transform:translateY(-1px)}.pub-btn--primary{background:var(--brand);box-shadow:0 2px 8px color-mix(in srgb,var(--brand)30%,#0000);color:#fff}.pub-btn--primary:hover{background:var(--brand-hover);box-shadow:0 4px 16px color-mix(in srgb,var(--brand)35%,#0000);color:#fff}.pub-btn--outline{border:1px solid var(--line);color:var(--ink);background:0 0}.pub-btn--outline:hover{border-color:var(--muted);color:var(--ink)}.pub-btn--white{color:var(--brand);background:#fff;box-shadow:0 2px 8px #05080a14}.pub-btn--white:hover{color:var(--brand);box-shadow:0 4px 16px #05080a1f}.pub-btn--ghost-white{color:#fff;background:0 0;border:1px solid #fff6}.pub-btn--ghost-white:hover{color:#fff;background:#ffffff1f}.pub-info-card{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-lg);transition:transform var(--trans-2),border-color var(--trans-2);padding:20px 24px}.pub-info-card:hover{border-color:color-mix(in srgb,var(--brand)30%,var(--line));transform:translateY(-2px)}.pub-info-card__title{color:var(--ink);margin:0 0 4px;font-size:15px;font-weight:600}.pub-info-card__desc{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.pub-info-card__icon{background:color-mix(in srgb,var(--brand)10%,#0000);border-radius:var(--radius-sm);color:var(--brand);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-block-end:12px;display:flex}.pub-feature-card{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-lg);transition:transform var(--trans-2),border-color var(--trans-2),box-shadow var(--trans-2);padding:max(24px,min(3vw,36px))}.pub-feature-card:hover{border-color:color-mix(in srgb,var(--brand)30%,var(--line));box-shadow:var(--shadow-md);transform:translateY(-3px)}.pub-feature-card__icon{background:color-mix(in srgb,var(--brand)10%,#0000);border-radius:var(--radius-md);color:var(--brand);height:48px;transition:background var(--trans-2);justify-content:center;align-items:center;width:48px;margin-block-end:var(--space-5);display:flex}.pub-feature-card:hover .pub-feature-card__icon{background:var(--brand);color:#fff}.pub-feature-card__title{color:var(--ink);letter-spacing:-.015em;margin:0 0 8px;font-size:17px;font-weight:600}.pub-feature-card__desc{color:var(--muted);margin:0;font-size:15px;line-height:1.65}.pub-service-card{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-lg);color:inherit;transition:transform var(--trans-2),border-color var(--trans-2),box-shadow var(--trans-2);padding:max(24px,min(3vw,32px));text-decoration:none;display:block}.pub-service-card:hover{border-color:color-mix(in srgb,var(--brand)30%,var(--line));box-shadow:var(--shadow-md);color:inherit;text-decoration:none;transform:translateY(-3px)}.pub-service-card__more{color:var(--brand);align-items:center;gap:4px;margin-block-start:var(--space-5);font-size:13px;font-weight:600;display:inline-flex}.pub-compare{grid-template-columns:repeat(2,1fr);gap:max(20px,min(3vw,40px));display:grid}@media (max-width:640px){.pub-compare{grid-template-columns:1fr}}.pub-compare__card{border:1px solid var(--line);border-radius:var(--radius-lg);padding:max(24px,min(3vw,36px))}.pub-compare__card--positive{background:color-mix(in srgb,var(--brand)6%,var(--bg));border-color:color-mix(in srgb,var(--brand)22%,var(--line))}.pub-compare__card--negative{background:#f9fafb}.pub-compare__badge{border-radius:var(--radius-sm);height:40px;justify-content:center;align-items:center;width:40px;margin-block-end:var(--space-5);font-size:18px;font-weight:700;display:flex}.pub-compare__badge--positive{background:var(--brand);color:#fff}.pub-compare__badge--negative{color:var(--muted);background:#e2e4e9}.pub-compare__list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.pub-compare__item{color:var(--muted);align-items:flex-start;gap:10px;font-size:15px;line-height:1.5;display:flex}.pub-compare__item--positive{color:var(--ink)}.pub-compare__check{color:var(--brand)}.pub-compare__check,.pub-compare__cross{flex-shrink:0;width:18px;height:18px;margin-top:1px}.pub-compare__cross{color:#a7afbe}.pub-faq{max-width:740px}.pub-faq__item{border-block-end:1px solid var(--line);padding-block-start:max(16px,min(2vw,24px));padding-block-end:max(16px,min(2vw,24px))}.pub-faq__item:first-child{border-block-start:1px solid var(--line)}.pub-faq__trigger{color:var(--ink);cursor:pointer;font-family:var(--font-sans);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:flex-start;gap:20px;width:100%;padding:0;font-size:16px;font-weight:600;line-height:1.5;display:flex}.pub-faq__trigger:focus-visible{outline:2px solid var(--brand);outline-offset:4px;border-radius:4px}.pub-faq__icon{color:var(--brand);height:20px;transition:transform var(--trans-2);flex-shrink:0;width:20px;margin-top:2px}.pub-faq__icon--open{transform:rotate(45deg)}.pub-faq__answer{color:var(--muted);padding-block-start:var(--space-4);font-size:15px;line-height:1.75}.pub-location-item{border-block-end:1px solid var(--line);align-items:flex-start;gap:14px;padding:16px 0;display:flex}.pub-location-item:first-child{padding-block-start:0}.pub-location-item:last-child{border-block-end:none;padding-block-end:0}.pub-location-item__icon{background:color-mix(in srgb,var(--brand)10%,#0000);border-radius:var(--radius-sm);color:var(--brand);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-top:1px;display:flex}.pub-location-item__label{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-block-end:4px;font-size:12px;font-weight:700}.pub-location-item__value{color:var(--ink);font-size:15px;line-height:1.5}.pub-map-placeholder{background:color-mix(in srgb,var(--brand)8%,var(--bg));border:1px solid color-mix(in srgb,var(--brand)18%,var(--line));border-radius:var(--radius-lg);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:320px;padding:40px;display:flex}.pub-map-placeholder__title{color:var(--ink);margin:0;font-size:18px;font-weight:600}.pub-cities{grid-template-columns:repeat(2,1fr);gap:8px 24px;margin:0;padding:0;list-style:none;display:grid}.pub-city{color:var(--muted);align-items:center;gap:8px;font-size:14px;display:flex}.pub-city__check{color:var(--brand);flex-shrink:0;width:14px;height:14px}@media (max-width:600px){.rel-content-grid{grid-template-columns:1fr!important}}.pub-prose{max-width:720px;margin-inline-start:auto;margin-inline-end:auto;padding-inline-start:max(20px,min(4vw,40px));padding-inline-end:max(20px,min(4vw,40px))}.pub-prose h2{margin-block-start:var(--space-8)}.pub-prose p{color:var(--muted)}.pub-prose ul{padding-inline-start:1.25rem}.pub-prose li{color:var(--muted);margin-block-end:var(--space-3)}.pub-prose a{color:var(--brand)}.soep-textarea{color:#000!important;-webkit-text-fill-color:#000!important;background-color:#fff!important}.em-rail{color:#64748b;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin:12px 0 0;font-size:12px;display:flex}.em-rail a{color:var(--brand);font-weight:800;text-decoration:none}.em-rail .danger{color:#b91c1c}.em-rail--soft{color:color-mix(in srgb,var(--ink)68%,#0000);background:#02061709;border:1px solid #0206170f;border-radius:12px;align-items:center;gap:10px;padding:6px 10px;font-size:12px;display:inline-flex}.em-rail--soft .dot{opacity:.35}.mfa-card{border:1px solid color-mix(in srgb,#fff 70%,var(--hairline));box-shadow:none;background:#ffffffd1;border-radius:16px;gap:10px;padding:14px;display:grid}.mfa-wrap{max-width:640px;padding:20px 12px calc(32px + var(--safe-bottom));margin:0 auto}.mfa-title{text-align:center;margin:12px 0 4px;font-size:22px;font-weight:900}.mfa-sub{color:#475569;text-align:center;margin:0 0 14px}.mfa-status{color:#dc2626;text-align:center;font-weight:800}#mfa-recaptcha,.grecaptcha-badge,iframe[src*=recaptcha]{z-index:var(--z-recaptcha)!important}}@layer utilities{.fade-in-up{animation:.6s ease-out both fadeInUp}.elevate{box-shadow:var(--shadow-lg)}.ring{box-shadow:0 0 0 3px var(--ring)}.content-vis{contain-intrinsic-size:800px;content-visibility:auto}.cq{container-type:inline-size}.flow>*+*{margin-block-start:var(--space-3)}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}:root{view-transition-name:none}.vt-fade{view-transition-name:fade}::view-transition-new(fade){animation-duration:.28s}::view-transition-old(fade){animation-duration:.28s}.kbd-outline:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:8px}}@layer overrides{[data-theme=dark] .site-footer,[data-theme=dark] .top-bar{background:var(--color-topbar);border-color:#252e37}[data-theme=dark] .btn,[data-theme=dark] .card,[data-theme=dark] .dashboard-panel{border:1px solid var(--line);background:#12171c}[data-theme=dark] .btn{color:var(--ink)}[data-theme=dark] .btn--primary{color:#fff}[data-theme=dark] :-webkit-any(input,textarea,select){border:1px solid var(--line);color:var(--ink);background:#12171c}[data-theme=dark] :-moz-any(input,textarea,select){border:1px solid var(--line);color:var(--ink);background:#12171c}[data-theme=dark] :is(input,textarea,select){border:1px solid var(--line);color:var(--ink);background:#12171c}[data-theme=dark] .chat-input-area{background:#12171c}#invite-form-light,.invite-form-light{--lightningcss-light:initial!important;--lightningcss-dark: !important;color-scheme:light!important}#invite-form-light input,.invite-form-light input,.invite-form-light input[type=email],.invite-form-light input[type=password],.invite-form-light input[type=text],.invite-form-light textarea,[data-theme=dark] #invite-form-light input,[data-theme=dark] .invite-form-light input{color:#1a1a1a!important;-webkit-text-fill-color:#1a1a1a!important;caret-color:#1a1a1a!important;background:#fff!important;border-color:#e5e5e5!important}#invite-form-light input::placeholder,.invite-form-light input::placeholder{color:#94a3b8!important;-webkit-text-fill-color:#94a3b8!important}[data-theme=dark] .message{border:1px solid var(--line);background:#12171c}@media (min-width:768px){:root{--header-h:88px}}@media (max-width:768px){.top-bar-inner{flex-direction:column;gap:8px}.top-bar-logo img{block-size:52px}.hero-section{margin:44px auto 36px}.dashboard-panel{padding:18px 14px}.dashboard-actions{grid-template-columns:1fr}.message{max-inline-size:88%}.chat-input-area{flex-direction:column}.chat-input,.chat-input-area .btn{inline-size:100%}}.chat-body{container-type:inline-size}@container (width<=520px){.message{font-size:var(--fs-1);max-inline-size:100%}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}@media (prefers-reduced-transparency:reduce){.cta-outline-light,.site-footer,.top-bar{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}}@media (prefers-contrast:more){:root{--line:#454d5459}.btn,input,select,textarea{border-width:2px}a{text-decoration:underline}}@media (forced-colors:active){:root{--line:CanvasText}.btn{border:1px solid buttontext}.btn--primary{color:highlighttext;background:highlight}.cta-outline-light{color:buttontext;border:1px solid buttontext}}@media print{.language-switch-fixed,.site-footer,.top-bar{display:none!important}.app-sheet,.card,.dashboard-panel{box-shadow:none;border:1px solid #0003}}}@keyframes slideUpBar{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes modalIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#e8e6e3;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#d4d2cf}.fill{block-size:100%;min-block-size:0;inline-size:100%;min-inline-size:0}.col{flex-direction:column}.col,.row{display:flex}.row{flex-direction:row}.scroll{min-block-size:0;overflow:auto}.noscroll{overflow:hidden}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);transition:box-shadow var(--t-1),border-color var(--t-1),background-color var(--t-1)}.panel--sm{border-radius:var(--radius-sm)}.panel__body{block-size:100%;min-block-size:0;overflow:hidden}.sticky-header{-webkit-backdrop-filter:saturate(120%)blur(2px);backdrop-filter:saturate(120%)blur(2px);background:var(--surface-alt);border-bottom:1px solid var(--border);z-index:10;position:sticky;top:0}.btn{background:var(--bg-brand);border:1px solid var(--border);box-shadow:var(--shadow-inner);color:var(--brand-ink);cursor:pointer;transition:background-color var(--t-1),border-color var(--t-1),color var(--t-1),transform var(--t-1),box-shadow var(--t-1);border-radius:12px;padding:10px 14px;font-weight:800}.btn:hover{border-color:var(--bd-brand);transform:translateY(-1px);box-shadow:0 6px 18px #1018281a}.btn:active{box-shadow:var(--shadow-inner);transform:translateY(0)}.btn:disabled,.btn[aria-disabled=true]{cursor:not-allowed;opacity:.55}.btn--ghost{border:1px solid var(--border);box-shadow:var(--shadow-inner);color:var(--text);cursor:pointer;transition:background-color var(--t-1),border-color var(--t-1),color var(--t-1),transform var(--t-1),box-shadow var(--t-1);background:#fff;border-radius:10px;padding:8px 12px;font-weight:700}.btn--ghost:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1018281a}.btn--ghost:active{box-shadow:var(--shadow-inner);transform:none}.btn--danger{background:var(--bg-danger);border:1px solid var(--border);color:var(--danger-ink)}.btn--danger:hover{border-color:var(--bd-danger)}.btn--danger:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.btn--ghost:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.btn:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.dock{place-items:stretch stretch;block-size:100%;inline-size:100%;display:grid}.dock__gutter{background:linear-gradient(90deg,#0000,var(--border),#0000);cursor:col-resize}@media (prefers-reduced-motion:reduce){*{transition-duration:.001ms!important;animation-duration:.001ms!important}}@media (forced-colors:active){:root{--border:CanvasText;--border-strong:CanvasText}.panel{box-shadow:none;border:1px solid canvastext}.sticky-header{background:canvas;border-bottom:1px solid canvastext}.btn,.btn--ghost{box-shadow:none}.btn,.btn--danger,.btn--ghost{color:buttontext;background:buttonface;border:1px solid buttontext}.btn--danger:focus-visible{outline-offset:2px;outline:2px solid highlight}.btn--ghost:focus-visible{outline-offset:2px;outline:2px solid highlight}.btn:focus-visible{outline-offset:2px;outline:2px solid highlight}}.dock__gutter:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:6px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.3s cubic-bezier(.4,0,.2,1) fadeIn}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.slide-in-right{animation:.3s cubic-bezier(.4,0,.2,1) slideInRight}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.scale-in{animation:.2s cubic-bezier(.4,0,.2,1) scaleIn}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.bounce{animation:.5s ease-in-out bounce}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.shimmer{background:linear-gradient(90deg,#f3f4f6,#e5e7eb 20%,#f3f4f6 40%,#f3f4f6) 0 0/200% 100%;animation:1.5s linear infinite shimmer}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.shake{animation:.5s cubic-bezier(.4,0,.2,1) shake}.spin{animation:1s linear infinite spin}@keyframes glow{0%,to{box-shadow:0 0 5px #0b69d780}50%{box-shadow:0 0 20px #0b69d7cc}}.glow{animation:2s ease-in-out infinite glow}@keyframes progressBar{0%{width:0}to{width:100%}}.progress-bar{animation:1.5s cubic-bezier(.4,0,.2,1) progressBar}@keyframes skeleton{0%{background-position:100% 0}to{background-position:-100% 0}}.skeleton{background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0) 0 0/200% 100%;border-radius:8px;animation:1.5s ease-in-out infinite skeleton}.transition-all{transition:all .2s cubic-bezier(.4,0,.2,1)}.transition-fast{transition:all .15s cubic-bezier(.4,0,.2,1)}.transition-slow{transition:all .3s cubic-bezier(.4,0,.2,1)}.hover-lift:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.hover-scale:hover{transform:scale(1.02)}.hover-glow:hover{box-shadow:0 0 20px #0b69d74d}
