@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600;700&display=swap";@layer base{._content_k470s_2{max-width:20rem;padding:var(--spacing-2) var(--spacing-3);background-color:#1a1a1a;color:var(--popup-foreground);border-radius:var(--radius);font-size:.8rem;line-height:1.4;box-shadow:var(--shadow-md),0 0 0 1px var(--primary),0 0 12px #00f0ff4d,0 0 24px #00f0ff26;font-family:var(--font-family-base);z-index:var(--z-overlay);overflow-wrap:break-word;word-break:keep-all;animation-duration:.15s;animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity}._content_k470s_2[data-state=delayed-open][data-side=top]{animation-name:_slideDownAndFade_k470s_1}._content_k470s_2[data-state=delayed-open][data-side=bottom]{animation-name:_slideUpAndFade_k470s_1}._content_k470s_2[data-state=delayed-open][data-side=left]{animation-name:_slideRightAndFade_k470s_1}._content_k470s_2[data-state=delayed-open][data-side=right]{animation-name:_slideLeftAndFade_k470s_1}@keyframes _slideUpAndFade_k470s_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideDownAndFade_k470s_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideLeftAndFade_k470s_1{0%{opacity:0;transform:translate(4px)}to{opacity:1;transform:translate(0)}}@keyframes _slideRightAndFade_k470s_1{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}}@layer base{._toaster_uhdob_2{--viewport-padding: var(--spacing-4);--toast-width: 360px;--toast-border-radius: var(--radius);--toast-font-family: var(--font-family-base);--toast-animation-duration: var(--animation-duration-normal)}._toast_uhdob_2{display:flex;align-items:flex-start;gap:var(--spacing-3);padding:var(--spacing-4);background-color:var(--card);color:var(--card-foreground);border-radius:var(--radius);box-shadow:var(--shadow-md);border:1px solid var(--border);width:var(--toast-width);position:relative;animation:_slideIn_uhdob_1 var(--toast-animation-duration) cubic-bezier(.16,1,.3,1);transition:transform .2s ease,opacity .2s ease}._toast_uhdob_2:focus{outline:none;box-shadow:var(--shadow-focus)}._toast_uhdob_2:hover{transform:translateY(-2px)}._content_uhdob_35{flex:1;display:flex;flex-direction:column;gap:var(--spacing-1);min-width:0}._title_uhdob_43{font-weight:600;font-size:1rem;color:var(--card-foreground);line-height:1.4}._description_uhdob_50{font-size:.875rem;color:var(--muted-foreground);line-height:1.4}._icon_uhdob_56{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.5rem;height:1.5rem;color:var(--primary)}._actionButton_uhdob_66{padding:var(--spacing-2) var(--spacing-3);background-color:var(--primary);color:var(--primary-foreground);border:none;border-radius:var(--radius-sm);font-weight:500;font-size:.875rem;cursor:pointer;transition:background-color var(--animation-duration-fast) ease;margin-left:var(--spacing-2);white-space:nowrap}._actionButton_uhdob_66:hover{background-color:color-mix(in srgb,var(--primary) 90%,black)}._actionButton_uhdob_66:focus-visible{outline:none;box-shadow:var(--shadow-focus)}._actionButton_uhdob_66:active{background-color:color-mix(in srgb,var(--primary) 80%,black)}._cancelButton_uhdob_93{padding:var(--spacing-2) var(--spacing-3);background-color:var(--muted);color:var(--muted-foreground);border:none;border-radius:var(--radius-sm);font-weight:500;font-size:.875rem;cursor:pointer;transition:background-color var(--animation-duration-fast) ease;white-space:nowrap}._cancelButton_uhdob_93:hover{background-color:color-mix(in srgb,var(--muted) 80%,white)}._cancelButton_uhdob_93:focus-visible{outline:none;box-shadow:var(--shadow-focus)}._cancelButton_uhdob_93:active{background-color:color-mix(in srgb,var(--muted) 75%,white)}._closeButton_uhdob_119{position:absolute;top:var(--spacing-2);right:var(--spacing-2);display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:var(--radius-sm);background-color:transparent;color:var(--muted-foreground);border:none;cursor:pointer;opacity:.7;transition:opacity var(--animation-duration-fast) ease,background-color var(--animation-duration-fast) ease}._closeButton_uhdob_119:hover{opacity:1;background-color:var(--muted)}._closeButton_uhdob_119:focus-visible{outline:none;box-shadow:var(--shadow-focus);opacity:1}.dark ._toast_uhdob_2{border-color:var(--border)}.dark ._actionButton_uhdob_66:hover{background-color:color-mix(in srgb,var(--primary) 90%,white)}.dark ._actionButton_uhdob_66:active{background-color:color-mix(in srgb,var(--primary) 80%,white)}.dark ._cancelButton_uhdob_93:hover{background-color:color-mix(in srgb,var(--muted) 80%,black)}.dark ._cancelButton_uhdob_93:active{background-color:color-mix(in srgb,var(--muted) 70%,black)}@keyframes _slideIn_uhdob_1{0%{transform:translate(calc(100% + var(--viewport-padding)));opacity:0}to{transform:translate(0);opacity:1}}}@layer base{._button_is384_2{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-2);font-family:var(--font-family-base);font-weight:500;border-radius:var(--radius-md);white-space:nowrap;text-decoration:none;cursor:pointer;transition:all .25s ease;outline:none;border:1px solid transparent;position:relative;overflow:hidden}._button_is384_2:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent,rgba(255,255,255,.1),transparent);opacity:0;transition:opacity .25s ease}._button_is384_2:hover:before{opacity:1}._button_is384_2:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 20px color-mix(in srgb,var(--primary) 40%,transparent);outline:none}._sm_is384_39{height:1.5rem;padding:0 var(--spacing-2);font-size:.875rem}._md_is384_45{height:2.5rem;padding:0 var(--spacing-4);font-size:.9375rem}._lg_is384_51{height:3rem;padding:0 var(--spacing-5);font-size:1rem}._icon_is384_58,._icon-md_is384_59{width:2rem;height:2rem;padding:0}._icon-sm_is384_65{width:1.5rem;height:1.5rem;padding:0}._icon-lg_is384_71{width:2.5rem;height:2.5rem;padding:0}._button_is384_2 svg{flex-shrink:0}._sm_is384_39 svg,._icon-sm_is384_65 svg{width:1rem;height:1rem}._md_is384_45 svg,._icon_is384_58 svg,._icon-md_is384_59 svg{width:1.25rem;height:1.25rem}._lg_is384_51 svg,._icon-lg_is384_71 svg{width:1.5rem;height:1.5rem}._primary_is384_102{background-color:var(--primary);color:var(--primary-foreground);border-color:var(--primary);box-shadow:0 0 20px color-mix(in srgb,var(--primary) 30%,transparent);--spinner-color: var(--primary-foreground)}._primary_is384_102:hover{background-color:color-mix(in srgb,var(--primary) 90%,white);box-shadow:0 0 30px color-mix(in srgb,var(--primary) 50%,transparent),0 4px 15px #0000004d;transform:translateY(-1px)}._primary_is384_102:active{background-color:color-mix(in srgb,var(--primary) 80%,white);box-shadow:0 0 15px color-mix(in srgb,var(--primary) 20%,transparent);transform:translateY(0)}._secondary_is384_123{background-color:color-mix(in srgb,var(--secondary) 20%,#181818);color:var(--secondary);border-color:color-mix(in srgb,var(--secondary) 40%,transparent);box-shadow:0 0 15px color-mix(in srgb,var(--secondary) 15%,transparent);--spinner-color: var(--secondary)}._secondary_is384_123:hover{background-color:color-mix(in srgb,var(--secondary) 30%,#181818);border-color:var(--secondary);box-shadow:0 0 25px color-mix(in srgb,var(--secondary) 30%,transparent);transform:translateY(-1px)}._secondary_is384_123:active{background-color:color-mix(in srgb,var(--secondary) 25%,#181818);box-shadow:0 0 10px color-mix(in srgb,var(--secondary) 10%,transparent);transform:translateY(0)}._destructive_is384_145{background-color:var(--error);color:var(--error-foreground);border-color:var(--error);box-shadow:0 0 20px color-mix(in srgb,var(--error) 30%,transparent);--spinner-color: var(--error-foreground)}._destructive_is384_145:hover{background-color:color-mix(in srgb,var(--error) 90%,white);box-shadow:0 0 30px color-mix(in srgb,var(--error) 50%,transparent),0 4px 15px #0000004d;transform:translateY(-1px)}._destructive_is384_145:active{background-color:color-mix(in srgb,var(--error) 80%,white);box-shadow:0 0 15px color-mix(in srgb,var(--error) 20%,transparent);transform:translateY(0)}._destructive_is384_145:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 20px color-mix(in srgb,var(--error) 40%,transparent)}._outline_is384_170{background-color:transparent;border-color:var(--primary);color:var(--primary);box-shadow:0 0 15px color-mix(in srgb,var(--primary) 10%,transparent);--spinner-color: var(--primary)}._outline_is384_170:hover{background-color:color-mix(in srgb,var(--primary) 10%,transparent);border-color:var(--primary);box-shadow:0 0 25px color-mix(in srgb,var(--primary) 30%,transparent);transform:translateY(-1px)}._outline_is384_170:active{background-color:color-mix(in srgb,var(--primary) 5%,transparent);box-shadow:0 0 10px color-mix(in srgb,var(--primary) 10%,transparent);transform:translateY(0)}._ghost_is384_192{background-color:transparent;border-color:transparent;color:var(--foreground);--spinner-color: var(--primary)}._ghost_is384_192:hover{background-color:color-mix(in srgb,var(--primary) 10%,transparent);color:var(--primary);box-shadow:0 0 15px color-mix(in srgb,var(--primary) 15%,transparent)}._ghost_is384_192:active{background-color:color-mix(in srgb,var(--primary) 5%,transparent)}._link_is384_210{background-color:transparent;color:var(--primary);height:auto;padding:0;text-decoration:none;border:none;border-radius:0;min-height:2.75rem;display:inline-flex;align-items:center;--spinner-color: var(--primary);text-shadow:0 0 10px color-mix(in srgb,var(--primary) 20%,transparent)}._link_is384_210:hover{text-decoration:underline;text-shadow:0 0 15px color-mix(in srgb,var(--primary) 40%,transparent);background-color:transparent}._link_is384_210:active{text-shadow:0 0 8px color-mix(in srgb,var(--primary) 15%,transparent);background-color:transparent}._link_is384_210:focus-visible{box-shadow:0 0 15px color-mix(in srgb,var(--primary) 30%,transparent);outline:none;border-radius:var(--radius-sm)}._disabled_is384_243{opacity:.4;cursor:not-allowed;pointer-events:none;box-shadow:none}}._subtleIcon_12847_1{display:inline-flex;align-items:center;justify-content:center;color:var(--muted-foreground);opacity:.5;transition:opacity var(--animation-duration-fast);cursor:help}._subtleIcon_12847_1:hover{opacity:1;color:var(--warning)}._badge_12847_16{display:inline-flex;align-items:center;gap:4px;padding:2px var(--spacing-2);background-color:transparent;border:1px solid var(--border);color:var(--muted-foreground);font-family:var(--font-family-monospace);font-size:.6rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-sm);cursor:help;transition:all var(--animation-duration-fast)}._badge_12847_16:hover{border-color:var(--warning);color:var(--warning);background-color:color-mix(in srgb,var(--warning) 10%,transparent)}@layer base{._skeleton_z6oko_2{position:relative;overflow:hidden;background-color:color-mix(in srgb,var(--muted) 40%,transparent);border-radius:var(--radius);width:100%;height:1rem;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transform:translateZ(0)}._skeleton_z6oko_2:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,transparent 0%,rgba(255,140,0,.05) 25%,rgba(255,140,0,.15) 50%,rgba(255,140,0,.05) 75%,transparent 100%);animation:_shimmer_z6oko_1 2.5s cubic-bezier(.4,0,.2,1) infinite;z-index:2}@keyframes _shimmer_z6oko_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}}._container_dlwqo_1{position:relative;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:transparent;overflow:hidden;flex-shrink:0;border:none}._image_dlwqo_13{width:100%;height:100%;object-fit:cover;border-radius:50%}._fallbackIcon_dlwqo_27{color:var(--muted-foreground);opacity:.7}@layer base{._badge_1j1b1_2{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);padding:.15rem .5rem;font-size:.75rem;font-weight:600;line-height:1;white-space:nowrap;transition:all var(--animation-duration-normal) cubic-bezier(.4,0,.2,1);cursor:default;-webkit-user-select:none;user-select:none;font-family:var(--font-family-monospace);letter-spacing:.05em;text-transform:uppercase;position:relative;overflow:hidden}._badge_1j1b1_2:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease;z-index:1;pointer-events:none}._badge_1j1b1_2:hover:before{left:100%}._default_1j1b1_48{background-color:#ff8c0026;color:var(--primary);border:1px solid rgba(255,140,0,.4);box-shadow:0 0 10px #ff8c001a}._default_1j1b1_48:hover{background-color:#ff8c0040;border-color:var(--primary);box-shadow:0 0 15px #ff8c004d,inset 0 0 5px #ff8c001a;text-shadow:0 0 5px rgba(255,140,0,.5)}._destructive_1j1b1_63{background-color:#ef444426;color:var(--error);border:1px solid rgba(239,68,68,.4);box-shadow:0 0 10px #ef44441a}._destructive_1j1b1_63:hover{background-color:#ef444440;border-color:var(--error);box-shadow:0 0 15px #ef44444d,inset 0 0 5px #ef44441a;text-shadow:0 0 5px rgba(239,68,68,.5)}._secondary_1j1b1_78{background-color:var(--surface);color:var(--muted-foreground);border:1px solid var(--border)}._secondary_1j1b1_78:hover{background-color:var(--muted);color:var(--foreground);border-color:var(--foreground);box-shadow:0 0 10px #ffffff1a}._outline_1j1b1_92{background-color:transparent;color:var(--foreground);border:1px solid var(--border)}._outline_1j1b1_92:hover{background-color:#ffffff08;border-color:var(--primary);color:var(--primary);box-shadow:0 0 10px #ff8c0026}._success_1j1b1_106{background-color:#10b98126;color:var(--success);border:1px solid rgba(16,185,129,.4);box-shadow:0 0 10px #10b9811a}._success_1j1b1_106:hover{background-color:#10b98140;border-color:var(--success);box-shadow:0 0 15px #10b9814d,inset 0 0 5px #10b9811a;text-shadow:0 0 5px rgba(16,185,129,.5)}._warning_1j1b1_121{background-color:#f59e0b26;color:var(--warning);border:1px solid rgba(245,158,11,.4);box-shadow:0 0 10px #f59e0b1a}._warning_1j1b1_121:hover{background-color:#f59e0b40;border-color:var(--warning);box-shadow:0 0 15px #f59e0b4d,inset 0 0 5px #f59e0b1a;text-shadow:0 0 5px rgba(245,158,11,.5)}}@layer base{._input_1nzdf_2{font-family:var(--font-family-base);font-size:1rem;line-height:1.5;color:var(--foreground);background-color:#181818;border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--spacing-2) var(--spacing-3);width:100%;transition:all .25s ease;outline:none;height:2.5rem;box-shadow:inset 0 2px 4px #0000004d}._input_1nzdf_2::placeholder{color:var(--muted-foreground);opacity:.6}._input_1nzdf_2:hover{border-color:color-mix(in srgb,var(--primary) 60%,transparent);box-shadow:inset 0 2px 4px #0000004d,0 0 15px color-mix(in srgb,var(--primary) 10%,transparent)}._input_1nzdf_2:focus{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 20%,transparent),0 0 25px color-mix(in srgb,var(--primary) 30%,transparent);background-color:#1a1a1a}._input_1nzdf_2:disabled{background-color:var(--muted);color:var(--muted-foreground);cursor:not-allowed;opacity:.5;box-shadow:none}.dark ._input_1nzdf_2{background-color:#181818}.dark ._input_1nzdf_2:hover{background-color:#1a1a1a}.dark ._input_1nzdf_2:focus{background-color:#1a1a1a}}._panel_1vrjp_1{background:linear-gradient(145deg,#0a0a0af2,#141414fa);border:1px solid var(--primary);border-radius:var(--radius-md);padding:var(--spacing-4);margin-top:var(--spacing-3);box-shadow:0 0 20px #ff8c001a,inset 0 0 20px #00000080;animation:_slideIn_1vrjp_1 .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}._panel_1vrjp_1:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(255,140,0,.03) 0%,transparent 70%);pointer-events:none;z-index:0}@keyframes _slideIn_1vrjp_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._header_1vrjp_45{margin-bottom:var(--spacing-4);position:relative;z-index:1}._headerTop_1vrjp_51{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-2)}._platformBadge_1vrjp_58{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em}._matchBadge_1vrjp_64{font-size:.7rem}._question_1vrjp_68{font-family:var(--font-family-heading);font-size:1rem;line-height:1.4;color:var(--foreground);margin:0 0 var(--spacing-2) 0}._keywords_1vrjp_76{display:flex;flex-wrap:wrap;gap:6px;align-items:center}._keywordsLabel_1vrjp_83{font-size:.7rem;color:var(--muted-foreground);font-family:var(--font-family-monospace)}._keyword_1vrjp_76{font-size:.65rem;padding:2px 6px;background:#ffffff0d;border-radius:var(--radius-sm);color:var(--primary);font-family:var(--font-family-monospace);border:1px solid rgba(255,140,0,.2)}._grid_1vrjp_99{display:flex;flex-direction:column;gap:var(--spacing-4);position:relative;z-index:1}._sides_1vrjp_107{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-3)}._sideCard_1vrjp_113{background:#ffffff08;border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--spacing-3);cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:var(--spacing-1);position:relative;overflow:hidden}._sideCard_1vrjp_113:hover{background:#ffffff0f;transform:translateY(-2px)}._yesCard_1vrjp_133._selected_1vrjp_133{border-color:var(--success);background:#10b9811a;box-shadow:0 0 15px #10b98133}._noCard_1vrjp_139._selected_1vrjp_133{border-color:var(--error);background:#ef44441a;box-shadow:0 0 15px #ef444433}._sideHeader_1vrjp_145{display:flex;align-items:center;gap:6px;font-family:var(--font-family-monospace);font-weight:700;font-size:.9rem}._yesCard_1vrjp_133 ._sideHeader_1vrjp_145{color:var(--success)}._noCard_1vrjp_139 ._sideHeader_1vrjp_145{color:var(--error)}._price_1vrjp_162{font-family:var(--font-family-monospace);font-size:1.2rem;font-weight:700;color:var(--foreground)}._amountSection_1vrjp_169{display:flex;gap:var(--spacing-3);align-items:center}._presets_1vrjp_175{display:flex;gap:var(--spacing-2);flex:1}._presetBtn_1vrjp_181{flex:1;background:transparent;border:1px solid var(--border);color:var(--muted-foreground);padding:6px 0;border-radius:var(--radius-sm);font-family:var(--font-family-monospace);font-size:.8rem;cursor:pointer;transition:all .2s ease}._presetBtn_1vrjp_181:hover{border-color:var(--primary);color:var(--primary)}._presetActive_1vrjp_199{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground);font-weight:600}._presetActive_1vrjp_199:hover{background:var(--primary);color:var(--primary-foreground)}._customInputWrapper_1vrjp_211{position:relative;width:80px}._currencySymbol_1vrjp_216{position:absolute;left:8px;top:50%;transform:translateY(-50%);color:var(--muted-foreground);font-family:var(--font-family-monospace);font-size:.8rem;pointer-events:none;z-index:2}._amountInput_1vrjp_228{padding-left:20px!important;height:32px!important;font-family:var(--font-family-monospace);font-size:.9rem;text-align:center}._summary_1vrjp_236{display:flex;justify-content:space-between;padding:var(--spacing-2) var(--spacing-3);background:#0000004d;border-radius:var(--radius-sm);border:1px solid var(--border)}._summaryRow_1vrjp_245{display:flex;flex-direction:column;align-items:center}._summaryLabel_1vrjp_251{font-size:.7rem;color:var(--muted-foreground);text-transform:uppercase}._summaryValue_1vrjp_257{font-family:var(--font-family-monospace);font-weight:700;color:var(--foreground);font-size:.9rem}._actionBtn_1vrjp_264{width:100%;font-family:var(--font-family-monospace);font-weight:700;letter-spacing:.05em;text-transform:uppercase}._footer_1vrjp_280{margin-top:var(--spacing-4);padding-top:var(--spacing-3);border-top:1px solid var(--border);display:flex;justify-content:space-between;color:var(--muted-foreground);font-size:.7rem;font-family:var(--font-family-monospace);position:relative;z-index:1}._stat_1vrjp_293{display:flex;align-items:center;gap:4px}._card_pgn82_3{display:flex;align-items:stretch;position:relative;background-color:var(--news-bg-color, var(--card));border:1px solid transparent;border-bottom:1px solid var(--news-border-color, var(--border));padding:8px 10px;gap:8px;transition:background-color .1s ease,border-color .1s ease,box-shadow .1s ease,transform .1s ease;overflow:hidden;flex-shrink:0;cursor:pointer;--local-text-color: var(--news-text-color, var(--foreground));--local-meta-color: color-mix(in srgb, var(--news-text-color, var(--muted-foreground)) 70%, transparent);animation:_newsArrival_pgn82_1 .2s cubic-bezier(.22,1,.36,1)}@keyframes _newsArrival_pgn82_1{0%{opacity:0;transform:translateY(6px) scale(.99)}70%{opacity:1;transform:translateY(-1px) scale(1.002)}to{opacity:1;transform:translateY(0) scale(1)}}._card_pgn82_3[data-telegram=true]{padding:6px 8px;gap:6px}._card_pgn82_3:hover{background-color:color-mix(in srgb,var(--news-bg-color, var(--card)) 95%,var(--foreground));border-color:var(--source-border);box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}._sentimentBar_pgn82_49{width:4px;flex-shrink:0;background-color:var(--sentiment-color);border-radius:var(--radius-sm);margin-right:4px;transition:background-color .3s ease;align-self:stretch}._card_pgn82_3[data-telegram=true] ._sentimentBar_pgn82_49{width:3px;margin-right:3px}._content_pgn82_66{flex:1;display:flex;flex-direction:column;justify-content:flex-start;min-width:0}._header_pgn82_75{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--spacing-3);margin-bottom:2px}._card_pgn82_3[data-telegram=true] ._header_pgn82_75{gap:4px}._titleWrapper_pgn82_87{flex:1;min-width:0}._titleLink_pgn82_92{text-decoration:none;color:inherit;display:block;transition:color .15s ease}._titleLink_pgn82_92:hover ._title_pgn82_87{color:var(--source-color)}._title_pgn82_87{font-family:var(--font-family-base);font-weight:500;line-height:1.35;margin:0;color:var(--local-text-color);letter-spacing:-.01em;word-wrap:break-word;overflow-wrap:break-word;font-size:var(--news-font-size-base, .82rem)}._metaRight_pgn82_118{flex-shrink:0;display:flex;align-items:center;gap:8px;height:100%}._sourceBadge_pgn82_126{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:var(--radius-sm);background-color:#ffffff08;border:1px solid var(--news-border-color, var(--border));color:var(--local-meta-color);transition:all .2s ease}._card_pgn82_3[data-telegram=true] ._sourceBadge_pgn82_126{width:14px;height:14px}._sourceBadge_pgn82_126{color:var(--source-color);border-color:color-mix(in srgb,var(--source-color) 30%,transparent);background-color:color-mix(in srgb,var(--source-color) 10%,transparent)}._card_pgn82_3:hover ._sourceBadge_pgn82_126{background-color:color-mix(in srgb,var(--source-color) 20%,transparent);border-color:color-mix(in srgb,var(--source-color) 50%,transparent);box-shadow:0 0 5px color-mix(in srgb,var(--source-color) 20%,transparent)}._time_pgn82_157{color:var(--local-meta-color);font-size:.65rem;font-family:var(--font-family-monospace);white-space:nowrap}._card_pgn82_3[data-telegram=true] ._time_pgn82_157{font-size:.55rem}._expandIcon_pgn82_168{color:var(--local-meta-color);transition:transform .3s cubic-bezier(.34,1.56,.64,1);opacity:.6}._card_pgn82_3:hover ._expandIcon_pgn82_168{opacity:1}._expandIcon_pgn82_168[data-expanded=true]{transform:rotate(180deg)}._mediaThumbnail_pgn82_183{width:100%;max-height:140px;border-radius:var(--radius-sm);overflow:visible;margin-top:4px;margin-bottom:2px;position:relative}._mediaThumbnail_pgn82_183 img{width:100%;height:100%;max-height:140px;object-fit:cover;display:block;transition:transform .2s ease;border-radius:var(--radius-sm)}._mediaThumbnail_pgn82_183:hover img{transform:scale(1.02)}._mediaThumbnail_pgn82_183 ._imagePreview_pgn82_204{display:none;position:absolute;z-index:100;left:50%;bottom:calc(100% + 8px);transform:translate(-50%);max-width:400px;max-height:300px;border-radius:var(--radius-md);box-shadow:0 8px 32px #0009;border:1px solid var(--border);object-fit:contain;background:var(--background);pointer-events:none}._mediaThumbnail_pgn82_183:hover ._imagePreview_pgn82_204{display:block}._alwaysVisibleMeta_pgn82_225{display:flex;align-items:center;gap:8px;font-family:var(--font-family-monospace);font-size:.65rem;line-height:1;margin-top:4px}._card_pgn82_3[data-telegram=true] ._alwaysVisibleMeta_pgn82_225{font-size:.55rem;gap:4px;margin-top:2px}._dataGroup_pgn82_241{display:flex;align-items:center;gap:4px}._sourceName_pgn82_247{font-weight:700;color:var(--local-meta-color);text-transform:uppercase;transition:color .15s ease;font-size:.7rem}._card_pgn82_3[data-telegram=true] ._sourceName_pgn82_247{font-size:.55rem;opacity:.75}._card_pgn82_3:hover ._sourceName_pgn82_247{color:var(--source-color)}._riskBadge_pgn82_265{margin-left:8px;vertical-align:middle}._collapsible_pgn82_271{display:grid;grid-template-rows:0fr;transition:grid-template-rows .15s cubic-bezier(.4,0,.2,1)}._card_pgn82_3[data-expanded=true] ._collapsible_pgn82_271{grid-template-rows:1fr}._collapsibleInner_pgn82_281{overflow:hidden;min-width:0}._description_pgn82_287,._descriptionTweet_pgn82_287{margin-top:8px;margin-bottom:10px;font-family:var(--font-family-base);font-size:var(--news-font-size-base, .8rem);line-height:1.6;padding-left:10px;border-left:2px solid var(--news-border-color, var(--border))}._description_pgn82_287,._descriptionTweet_pgn82_287{color:var(--local-text-color);opacity:1}._marketsContainer_pgn82_302{margin-bottom:12px;padding:0 4px}._marketsLoading_pgn82_307{font-family:var(--font-family-monospace);font-size:.75rem;color:var(--muted-foreground);padding:8px 12px;border-left:2px solid var(--border);font-style:italic}._marketsList_pgn82_316{display:flex;flex-direction:column;gap:12px}._descriptionTweet_pgn82_287{font-family:var(--font-family-base);white-space:pre-wrap}._metaRow_pgn82_328{display:flex;align-items:center;flex-wrap:wrap;gap:10px;font-family:var(--font-family-monospace);font-size:.7rem;color:var(--local-meta-color);border-top:1px solid var(--news-border-color, var(--border));padding-top:8px;margin-top:4px}._monoValue_pgn82_341{font-weight:600;letter-spacing:.05em}._divider_pgn82_346{width:1px;height:12px;background-color:var(--news-border-color, var(--border))}._tags_pgn82_353{display:flex;gap:6px;flex-wrap:wrap}._tag_pgn82_353{background-color:color-mix(in srgb,var(--news-text-color, #fff) 8%,transparent);color:var(--local-meta-color);border:1px solid transparent;padding:2px 6px;font-size:.65rem;font-weight:500;text-transform:uppercase;border-radius:var(--radius-sm);cursor:pointer;transition:all .15s ease;font-family:var(--font-family-monospace);display:flex;align-items:center;gap:4px}._tag_pgn82_353:hover{background-color:#ffffff1a;border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}._tagPrice_pgn82_383{color:var(--success);font-weight:600;padding-left:4px;border-left:1px solid var(--news-border-color, var(--border))}._spacer_pgn82_390{flex:1}._actionsContainer_pgn82_394{display:flex;gap:6px}._actionBtn_pgn82_399{display:flex;align-items:center;justify-content:center;color:var(--local-meta-color);background:transparent;border:none;border-radius:var(--radius-sm);padding:6px;cursor:pointer;transition:all .12s ease}._actionBtn_pgn82_399:hover{color:var(--local-text-color);background-color:color-mix(in srgb,var(--news-text-color) 12%,transparent)}._card_pgn82_3[data-compact=true]{padding:4px 8px;min-height:38px;align-items:center;gap:8px}._card_pgn82_3[data-compact=true]:hover{background-color:color-mix(in srgb,var(--news-bg-color, var(--card)) 85%,var(--foreground));transform:translateY(0);box-shadow:inset 0 0 20px #ffffff05}._card_pgn82_3[data-compact=true] ._header_pgn82_75{margin-bottom:0;align-items:center}._card_pgn82_3[data-compact=true] ._title_pgn82_87{font-size:calc(var(--news-font-size-base, .82rem) - .07rem);line-height:1.25;display:block;white-space:normal;overflow:visible}._card_pgn82_3:not([data-compact=true]) ._title_pgn82_87{display:block;white-space:normal;overflow:visible}._card_pgn82_3[data-compact=true] ._sourceBadge_pgn82_126{width:16px;height:16px}._card_pgn82_3[data-compact=true] ._time_pgn82_157{font-size:.65rem}._compactTags_pgn82_465{display:flex;gap:6px}._compactTagText_pgn82_470{color:var(--local-meta-color);font-size:.6rem;background:#ffffff0d;padding:0 4px;border-radius:2px}._skeletonCompact_pgn82_479{height:38px;align-items:center;gap:8px}._card_pgn82_3[data-telegram=true] ._title_pgn82_87{font-size:calc(var(--news-font-size-base, .82rem) - .12rem);line-height:1.2}._card_pgn82_3[data-telegram=true] ._description_pgn82_287,._card_pgn82_3[data-telegram=true] ._descriptionTweet_pgn82_287{font-size:.65rem;opacity:.9}._card_pgn82_3[data-telegram=true] ._metaRow_pgn82_328{font-size:.6rem;padding-top:4px;gap:6px}._card_pgn82_3[data-telegram=true] ._divider_pgn82_346{height:8px}@media(max-width:640px){._card_pgn82_3{padding:var(--spacing-2)}}._columnContainer_144o1_1{display:flex;flex-direction:column;background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);position:relative;height:100%;overflow:hidden;box-shadow:none;transition:all .2s ease;min-width:240px}._columnContainer_144o1_1:hover{border-color:var(--category-color);box-shadow:none}._sm_144o1_21{flex:1}._md_144o1_22{flex:1.5}._lg_144o1_23{flex:2}._xl_144o1_24{flex:4}._header_144o1_26{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:4px 8px;background:var(--surface);border-bottom:1px solid var(--border);z-index:2;min-height:32px}._compactHeader_144o1_38{padding:2px 4px;min-height:28px}._titleGroup_144o1_43{display:flex;align-items:center;gap:6px;overflow:hidden;flex:1;min-width:0}._compactHeader_144o1_38 ._titleGroup_144o1_43{gap:4px}._iconBox_144o1_56{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:transparent;border:none;border-radius:0;color:var(--category-color);flex-shrink:0}._compactHeader_144o1_38 ._iconBox_144o1_56{width:16px;height:16px}._titleWrapper_144o1_74{display:flex;flex-direction:column;overflow:hidden;justify-content:center;min-width:0;flex:1}._title_144o1_43{display:block;font-family:var(--font-family-monospace);font-size:.8rem;font-weight:700;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;letter-spacing:-.01em;line-height:1.2;width:100%}._subtitle_144o1_99{display:block;font-family:var(--font-family-monospace);font-size:.6rem;color:#999;text-transform:uppercase;letter-spacing:.05em;line-height:1;margin-top:1px}._controlsGroup_144o1_110{display:flex;align-items:center;gap:2px;margin-left:4px}._iconButton_144o1_117{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:var(--radius-sm);background:transparent;border:1px solid transparent;color:var(--muted-foreground);cursor:pointer;transition:all .2s ease;flex-shrink:0}._compactHeader_144o1_38 ._iconButton_144o1_117{width:18px;height:18px}._iconButton_144o1_117:hover{background:var(--surface);color:var(--foreground);border-color:var(--border)}._closeButton_144o1_143:hover{background:color-mix(in srgb,var(--error) 20%,transparent);color:var(--error);border-color:color-mix(in srgb,var(--error) 40%,transparent)}._scrollArea_144o1_149{flex:1;overflow-y:auto;position:relative;background-color:var(--background);scrollbar-width:thin;scrollbar-color:var(--border) transparent}._scrollArea_144o1_149::-webkit-scrollbar{width:4px}._scrollArea_144o1_149::-webkit-scrollbar-track{background:transparent}._scrollArea_144o1_149::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full)}._list_144o1_169{display:flex;flex-direction:column;gap:1px}._itemWrapper_144o1_175{animation:_slideIn_144o1_1 .2s ease-out forwards;opacity:0;transform:translateY(10px)}._loadingWrapper_144o1_181{padding:1px;display:flex;flex-direction:column;gap:1px}._loadMoreContainer_144o1_188{padding:4px;display:flex;justify-content:center;border-top:1px solid var(--border);background:var(--card)}._loadMoreBtn_144o1_196{font-family:var(--font-family-monospace);font-size:.7rem;color:var(--muted-foreground);height:28px}._spin_144o1_203{animation:_spin_144o1_203 1s linear infinite}._emptyWrapper_144o1_207{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-8);color:var(--muted-foreground);gap:var(--spacing-2)}._emptyIcon_144o1_218{color:var(--border);margin-bottom:var(--spacing-2);animation:_pulse_144o1_1 3s infinite ease-in-out}@keyframes _pulse_144o1_1{0%{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}to{opacity:.5;transform:scale(1)}}._defaultEmpty_144o1_230{font-family:var(--font-family-heading);font-size:.875rem;font-weight:700}._emptySub_144o1_236{font-size:.75rem;opacity:.7}._statusBar_144o1_241{flex-shrink:0;padding:2px 6px;background-color:var(--surface);border-top:1px solid var(--border);display:flex;align-items:center;gap:6px;font-family:var(--font-family-monospace);font-size:.6rem;color:var(--muted-foreground);min-height:22px}._compactStatusBar_144o1_255{min-height:16px;font-size:.55rem;gap:4px}._statusDot_144o1_261{width:6px;height:6px;border-radius:50%;background-color:var(--success);box-shadow:0 0 5px var(--success);transition:all .3s ease}._compactStatusBar_144o1_255 ._statusDot_144o1_261{width:5px;height:5px}._pulsing_144o1_275{animation:_dotPulse_144o1_1 1s infinite;background-color:var(--warning);box-shadow:0 0 5px var(--warning)}@keyframes _dotPulse_144o1_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._dropdownContent_144o1_288{min-width:180px;background-color:var(--popover);border:1px solid var(--border);border-radius:var(--radius);padding:var(--spacing-1);box-shadow:var(--shadow-lg);z-index:var(--z-overlay);animation:_fadeIn_144o1_1 .2s ease}._dropdownLabel_144o1_299{padding:var(--spacing-2);font-size:.75rem;font-weight:600;color:var(--muted-foreground);font-family:var(--font-family-monospace)}._dropdownItem_144o1_307{display:flex;align-items:center;padding:var(--spacing-2);font-size:.875rem;color:var(--foreground);border-radius:var(--radius-sm);cursor:pointer;outline:none}._dropdownItem_144o1_307:hover,._dropdownItem_144o1_307[data-highlighted]{background-color:var(--primary);color:var(--primary-foreground)}@keyframes _slideIn_144o1_1{to{opacity:1;transform:translateY(0)}}@keyframes _spin_144o1_203{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _fadeIn_144o1_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._gridContainer_j8ima_1{display:flex;flex-wrap:nowrap;gap:2px;height:100%;flex:1;min-width:0;overflow-x:auto;overflow-y:hidden;padding-bottom:0;padding-right:2px;align-items:stretch}._compactGrid_j8ima_15{gap:0px;background:var(--border)}._gridItem_j8ima_20{height:100%;min-width:200px;transition:flex-basis .3s ease;cursor:grab;touch-action:none}._gridItem_j8ima_20:active{cursor:grabbing}._width-sm_j8ima_33{flex:1 1 220px;min-width:220px}._width-md_j8ima_34{flex:1.5 1 280px;min-width:280px}._width-lg_j8ima_35{flex:2 1 380px;min-width:380px}._width-xl_j8ima_36{flex:3 1 100%;min-width:500px}._compactGrid_j8ima_15 ._width-sm_j8ima_33{flex:1 1 200px;min-width:200px}._compactGrid_j8ima_15 ._width-md_j8ima_34{flex:1.5 1 260px;min-width:260px}._compactGrid_j8ima_15 ._width-lg_j8ima_35{flex:2 1 350px;min-width:350px}._compactGrid_j8ima_15 ._width-xl_j8ima_36{flex:3 1 100%;min-width:500px}._addColumnWrapper_j8ima_45{display:flex;align-items:center;justify-content:center;min-width:200px;border:1px dashed var(--border);border-radius:var(--radius-sm);opacity:.5;transition:all .2s ease;flex-grow:0;flex-shrink:1}._addColumnWrapper_j8ima_45:hover{opacity:1;border-color:var(--primary);background-color:color-mix(in srgb,var(--primary) 5%,transparent)}._addColumnBtn_j8ima_64{height:auto;padding:var(--spacing-3);flex-direction:column;gap:var(--spacing-2)}._emptyState_j8ima_71{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-4);color:var(--muted-foreground);border:1px dashed var(--border);border-radius:var(--radius-lg);margin:var(--spacing-4)}._emptyState_j8ima_71 h3{font-family:var(--font-family-heading);color:var(--foreground);margin:0}@media(min-width:1920px){._width-sm_j8ima_33{width:16.66%;min-width:200px}._width-md_j8ima_34{width:25%;min-width:260px}._compactGrid_j8ima_15 ._width-sm_j8ima_33{width:12.5%;min-width:180px}}@media(min-width:2560px){._width-sm_j8ima_33{width:14.28%;min-width:200px}._width-md_j8ima_34{width:20%;min-width:240px}._compactGrid_j8ima_15 ._width-sm_j8ima_33{width:11.11%;min-width:170px}}@media(max-width:1600px){._width-sm_j8ima_33{flex-basis:25%;max-width:33.33%}._width-md_j8ima_34{flex-basis:50%;max-width:66.66%}._compactGrid_j8ima_15 ._width-sm_j8ima_33{flex-basis:20%}}@media(max-width:1280px){._width-sm_j8ima_33{flex-basis:33.33%}._compactGrid_j8ima_15 ._width-sm_j8ima_33{flex-basis:25%}}@media(max-width:1024px){._width-sm_j8ima_33{flex-basis:50%}._width-md_j8ima_34{flex-basis:100%}._compactGrid_j8ima_15 ._width-sm_j8ima_33{flex-basis:33.33%}}@media(max-width:768px){._gridContainer_j8ima_1{flex-direction:column;flex-wrap:nowrap;overflow-x:hidden;overflow-y:auto;gap:var(--spacing-4)}._gridItem_j8ima_20{width:100%;max-width:100%;flex-basis:auto;min-height:500px;min-width:0}._compactGrid_j8ima_15 ._gridItem_j8ima_20{min-height:300px}._addColumnWrapper_j8ima_45{min-height:100px;width:100%;margin:0}}@layer base{._overlay_1koh9_2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-overlay);background-color:color-mix(in srgb,black 70%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:_overlayShow_1koh9_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._content_1koh9_12{position:fixed;z-index:var(--z-overlay);display:flex;flex-direction:column;background:linear-gradient(135deg,#0a0a0a,#111);color:var(--popup-foreground);border:1px solid var(--primary);box-shadow:0 0 40px #00f0ff4d,var(--shadow-lg);transition:transform var(--animation-duration-normal) cubic-bezier(.16,1,.3,1);overflow-y:auto}._top_1koh9_27{top:0;left:0;right:0;height:80vh;max-height:500px;border-bottom-left-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg);animation:_slideDownAndFade_1koh9_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._bottom_1koh9_39{bottom:0;left:0;right:0;height:80vh;max-height:500px;border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);animation:_slideUpAndFade_1koh9_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._left_1koh9_51{top:0;left:0;bottom:0;width:100%;max-width:400px;border-top-right-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg);animation:_slideRightAndFade_1koh9_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._right_1koh9_63{top:0;right:0;bottom:0;width:100%;max-width:400px;border-top-left-radius:var(--radius-lg);border-bottom-left-radius:var(--radius-lg);animation:_slideLeftAndFade_1koh9_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._close_1koh9_75{position:absolute;top:var(--spacing-4);right:var(--spacing-4);display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius-full);background-color:var(--surface);color:var(--muted-foreground);border:1px solid var(--border);cursor:pointer;transition:all var(--animation-duration-normal) ease}._close_1koh9_75:hover{background-color:var(--primary);color:var(--primary-foreground);border-color:var(--primary);box-shadow:0 0 20px #00f0ff80;transform:scale(1.1)}._close_1koh9_75:focus-visible{outline:none;box-shadow:0 0 0 2px var(--primary)}._closeIcon_1koh9_105{width:1rem;height:1rem}._header_1koh9_110{display:flex;flex-direction:column;gap:var(--spacing-2);padding:var(--spacing-6);padding-right:var(--spacing-12);border-bottom:1px solid var(--border)}._footer_1koh9_119{display:flex;flex-direction:column;gap:var(--spacing-3);margin-top:auto;padding:var(--spacing-6);border-top:1px solid var(--border)}._title_1koh9_128{font-family:var(--font-family-heading);font-size:1.5rem;font-weight:700;color:var(--popup-foreground);letter-spacing:-.01em}._description_1koh9_136{font-size:.875rem;color:var(--muted-foreground);line-height:1.6;font-family:var(--font-family-base)}@keyframes _overlayShow_1koh9_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUpAndFade_1koh9_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _slideDownAndFade_1koh9_1{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes _slideLeftAndFade_1koh9_1{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes _slideRightAndFade_1koh9_1{0%{transform:translate(-100%)}to{transform:translate(0)}}@media(max-width:640px){._left_1koh9_51,._right_1koh9_63{max-width:100%}}}@layer base{._checkboxWrapper_s78v2_2{position:relative;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}._checkbox_s78v2_2{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:1.25rem;height:1.25rem;border:2px solid var(--border);border-radius:var(--radius-sm);background-color:var(--surface);cursor:pointer;margin:0;padding:0;transition:all var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._checkbox_s78v2_2:hover{border-color:var(--primary);box-shadow:0 0 15px #00f0ff33}._checkbox_s78v2_2:focus-visible{outline:none;box-shadow:0 0 0 2px var(--primary);border-color:var(--primary)}._checkbox_s78v2_2:checked{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);border-color:var(--primary);transform:scale(1);box-shadow:0 0 20px #00f0ff66;animation:_checkboxPulse_s78v2_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._checkbox_s78v2_2:disabled{opacity:.5;cursor:not-allowed;background-color:var(--muted);border-color:var(--muted)}._checkmark_s78v2_50{position:absolute;width:1rem;height:1rem;color:var(--primary-foreground);pointer-events:none;opacity:0;transform:scale(.8);transition:opacity var(--animation-duration-normal) cubic-bezier(.16,1,.3,1),transform var(--animation-duration-normal) cubic-bezier(.16,1,.3,1);filter:drop-shadow(0 0 5px rgba(0,0,0,.5))}._checkbox_s78v2_2:checked+._checkmark_s78v2_50{opacity:1;transform:scale(1)}._checkbox_s78v2_2:disabled+._checkmark_s78v2_50{color:var(--muted-foreground)}@keyframes _checkboxPulse_s78v2_1{0%{transform:scale(.95);box-shadow:0 0 #00f0ff66}70%{transform:scale(1.02);box-shadow:0 0 20px #00f0ff99}to{transform:scale(1);box-shadow:0 0 20px #00f0ff66}}}@layer base{._separator_1mo8f_2{position:relative;width:100%;border:none;background:linear-gradient(to right,transparent,var(--border) 10%,var(--border) 90%,transparent);height:1px;opacity:.6}._separator_1mo8f_2._vertical_1mo8f_17{width:1px;height:100%;background:linear-gradient(to bottom,transparent,var(--border) 10%,var(--border) 90%,transparent)}}._sheetContent_8p0zy_1{width:100%;max-width:500px;display:flex;flex-direction:column;height:100%}._presetsContainer_8p0zy_9{margin-top:var(--spacing-6);display:flex;flex-direction:column;gap:var(--spacing-3)}._sectionLabel_8p0zy_16{font-family:var(--font-family-monospace);font-size:.7rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;font-weight:600}._presetGrid_8p0zy_25{display:flex;flex-wrap:wrap;gap:var(--spacing-2)}._presetBtn_8p0zy_31{font-size:.75rem;height:28px;border-radius:var(--radius-full)}._separator_8p0zy_37{margin:var(--spacing-6) 0}._listHeader_8p0zy_41{display:flex;justify-content:space-between;padding:0 var(--spacing-2);margin-bottom:var(--spacing-3)}._columnsList_8p0zy_48{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:var(--spacing-3);padding-right:var(--spacing-2);scrollbar-width:thin;scrollbar-color:var(--border) transparent}._columnItem_8p0zy_60{display:flex;flex-direction:column;padding:var(--spacing-2);background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:all .2s ease;gap:var(--spacing-3)}._columnItem_8p0zy_60._visible_8p0zy_71{border-color:var(--border-focus);background-color:#ff8c0008}._columnMain_8p0zy_76{display:flex;align-items:center;gap:var(--spacing-3)}._dragHandle_8p0zy_82{display:flex;align-items:center;justify-content:center;color:var(--muted-foreground)}._moveButtons_8p0zy_89{display:flex;flex-direction:column;gap:2px}._moveBtn_8p0zy_95{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:1px solid var(--border);background-color:var(--card);color:var(--muted-foreground);border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease;padding:0}._moveBtn_8p0zy_95:hover:not(:disabled){background-color:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}._moveBtn_8p0zy_95:disabled{opacity:.2;cursor:not-allowed}._columnInfo_8p0zy_121{display:flex;align-items:flex-start;gap:var(--spacing-3);flex:1}._checkWrapper_8p0zy_128{padding-top:2px}._labelContent_8p0zy_132{display:flex;flex-direction:column;gap:2px;flex:1;cursor:pointer}._columnLabel_8p0zy_140{display:flex;align-items:center;gap:var(--spacing-2);font-family:var(--font-family-heading);font-size:.85rem;font-weight:600}._columnDesc_8p0zy_149{font-size:.7rem;color:var(--muted-foreground);line-height:1.2}._columnControls_8p0zy_155{display:flex;align-items:center;gap:var(--spacing-4);padding-left:3.5rem;padding-top:var(--spacing-2);border-top:1px dashed var(--border)}._controlGroup_8p0zy_164{display:flex;align-items:center;gap:var(--spacing-2)}._controlLabel_8p0zy_170{font-family:var(--font-family-monospace);font-size:.65rem;color:var(--muted-foreground);text-transform:uppercase}._controlBtn_8p0zy_177{height:24px;font-size:.7rem;padding:0 var(--spacing-2);background-color:var(--background);border:1px solid var(--border);gap:var(--spacing-1)}._controlBtn_8p0zy_177:hover{border-color:var(--primary);color:var(--primary)}._controlIcon_8p0zy_191{opacity:.7}._footer_8p0zy_195{margin-top:auto;padding-top:var(--spacing-4)}._resetBtn_8p0zy_200{margin-right:auto;color:var(--muted-foreground);font-size:.8rem;gap:var(--spacing-2)}._resetBtn_8p0zy_200:hover{color:var(--error);background-color:transparent}._doneBtn_8p0zy_212{min-width:100px}._toggleButton_1kemh_1{position:relative;transition:all var(--animation-duration-normal) ease;border:1px solid transparent;color:var(--muted-foreground)}._toggleButton_1kemh_1:hover{color:var(--foreground);background-color:#ffffff0d}._active_1kemh_14{color:var(--primary);border-color:#ff8c004d;background-color:#ff8c000d;box-shadow:0 0 10px #ff8c001a}._active_1kemh_14:hover{background-color:#ff8c001a;box-shadow:0 0 15px #ff8c0033;border-color:var(--primary)}._icon_1kemh_27{transition:transform var(--animation-duration-fast) ease}._toggleButton_1kemh_1:active ._icon_1kemh_27{transform:scale(.9)}._tooltipContent_1kemh_36{background-color:var(--popup);border:1px solid var(--border);padding:var(--spacing-2) var(--spacing-3);border-radius:var(--radius-md);box-shadow:var(--shadow-md);max-width:200px;z-index:var(--z-overlay)}._tooltipTitle_1kemh_46{font-family:var(--font-family-heading);font-weight:var(--font-weight-bold);font-size:.875rem;color:var(--primary);margin-bottom:2px}._tooltipDesc_1kemh_54{font-family:var(--font-family-base);font-size:.75rem;color:var(--muted-foreground);line-height:1.3}._container_1hpwy_1{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);position:relative;z-index:10;width:100%;box-shadow:var(--shadow-md);margin-bottom:var(--spacing-2);overflow:hidden;display:flex;flex-direction:column}._container_1hpwy_1:hover{border-color:var(--border-focus)}._accentStrip_1hpwy_19{position:absolute;top:0;left:0;bottom:0;width:2px;z-index:2;transition:background-color .3s ease}._header_1hpwy_30{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-1) var(--spacing-3);min-height:32px;background:linear-gradient(90deg,var(--surface) 0%,rgba(255,255,255,.01) 100%);-webkit-user-select:none;user-select:none;border-bottom:1px solid var(--border)}._headerLeft_1hpwy_41{display:flex;align-items:center;gap:var(--spacing-3)}._titleGroup_1hpwy_47{display:flex;align-items:center;gap:var(--spacing-2)}._iconWrapper_1hpwy_53{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#ff8c001a;border-radius:var(--radius-sm);color:var(--primary)}._cpuIcon_1hpwy_64{color:var(--primary)}._title_1hpwy_47{font-family:var(--font-family-heading);font-weight:700;font-size:.8rem;letter-spacing:-.02em;color:var(--foreground)}._spinner_1hpwy_76{width:12px;height:12px;border:2px solid rgba(255,140,0,.3);border-top-color:var(--primary);border-radius:50%;animation:_spin_1hpwy_76 1s linear infinite}@keyframes _spin_1hpwy_76{to{transform:rotate(360deg)}}._divider_1hpwy_89{width:1px;height:16px;background:var(--border);opacity:.5}._timeTabs_1hpwy_96{display:flex;background:var(--background);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1px}._timeTab_1hpwy_96{padding:2px 6px;font-size:.65rem;color:var(--muted-foreground);background:transparent;border:none;border-radius:2px;cursor:pointer;font-weight:600;font-family:var(--font-family-monospace);transition:all .1s ease}._timeTab_1hpwy_96:hover{color:var(--foreground)}._timeTabActive_1hpwy_121{background:var(--muted);color:var(--foreground);box-shadow:0 1px 2px #0003}._headerRight_1hpwy_127{display:flex;align-items:center;gap:var(--spacing-2)}._sentimentBadge_1hpwy_133{display:flex;align-items:center;gap:4px;padding:1px 6px;border-radius:var(--radius-full);border:1px solid transparent;background:#0003;height:20px}._sentimentValue_1hpwy_144{font-family:var(--font-family-monospace);font-weight:700;font-size:.7rem}._sentimentLabel_1hpwy_150{font-size:.65rem;font-weight:600;color:var(--muted-foreground);text-transform:uppercase}._contentWrapper_1hpwy_158{background:var(--card);flex:1;padding:0}._skeletonContainer_1hpwy_164{padding:var(--spacing-2) var(--spacing-3);display:grid;grid-template-columns:repeat(2,1fr);gap:var(--spacing-2)}._skeletonBlock_1hpwy_171{height:60px;width:100%}@media(max-width:768px){._header_1hpwy_30{padding:var(--spacing-2)}._title_1hpwy_47,._divider_1hpwy_89{display:none}._skeletonContainer_1hpwy_164{grid-template-columns:1fr}}._emptyState_1hpwy_197{display:flex;align-items:center;justify-content:center;padding:var(--spacing-6);color:var(--muted-foreground);font-family:var(--font-family-monospace);font-size:.75rem;border:1px dashed var(--border);border-radius:var(--radius-sm);margin:var(--spacing-2);background:#0000001a}._trendingSection_1cxa7_4{display:flex;align-items:center;gap:6px;padding:4px 8px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);overflow-x:auto;flex-shrink:0;scrollbar-width:none}._trendingSection_1cxa7_4::-webkit-scrollbar{display:none}._trendingLabel_1cxa7_20{display:inline-flex;align-items:center;gap:4px;font-size:.55rem;font-weight:800;font-family:var(--font-family-monospace);letter-spacing:.08em;text-transform:uppercase;color:var(--primary);white-space:nowrap;flex-shrink:0}._trendingPill_1cxa7_34{display:inline-flex;align-items:center;gap:3px;padding:2px 6px;font-size:.55rem;font-family:var(--font-family-monospace);font-weight:600;background:#ffffff08;border:1px solid var(--border);border-radius:3px;color:var(--foreground);cursor:pointer;transition:all .15s ease;white-space:nowrap;flex-shrink:0}._trendingPill_1cxa7_34:hover{background:#ff8c0014;border-color:#ff8c004d;color:var(--primary)}._trendingPillTicker_1cxa7_57{font-weight:700;color:var(--primary)}._trendingPillCount_1cxa7_61{color:var(--muted-foreground);font-size:.5rem}._trendingPillVelocity_1cxa7_65{font-size:.45rem}._trendingPillUp_1cxa7_68{color:var(--success, #00e88a)}._trendingPillDown_1cxa7_71{color:var(--error, #ff4466)}._trendingPillSources_1cxa7_74{font-size:.45rem;color:var(--muted-foreground);opacity:.7}._topSection_1cxa7_81{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}._topHeader_1cxa7_88{display:flex;align-items:center;gap:6px;padding:4px 8px;border-bottom:1px solid var(--border);flex-wrap:wrap;background:linear-gradient(90deg,var(--surface) 0%,rgba(255,255,255,.01) 100%)}._topIcon_1cxa7_98{color:var(--primary);flex-shrink:0}._topTitle_1cxa7_103{font-size:.65rem;font-weight:800;font-family:var(--font-family-monospace);letter-spacing:.08em;text-transform:uppercase;color:var(--foreground);white-space:nowrap}._topStats_1cxa7_113{display:flex;align-items:center;gap:8px;margin-left:4px}._topStat_1cxa7_113{display:inline-flex;align-items:center;gap:2px;font-size:.5rem;font-family:var(--font-family-monospace);color:var(--muted-foreground)}._topSortModes_1cxa7_129,._topTimeframes_1cxa7_130,._topCategories_1cxa7_131{display:flex;align-items:center;gap:2px}._filterChip_1cxa7_138{padding:1px 5px;font-size:.5rem;font-weight:600;font-family:var(--font-family-monospace);letter-spacing:.04em;background:transparent;border:1px solid var(--border);border-radius:3px;color:var(--muted-foreground);cursor:pointer;transition:all .12s ease;white-space:nowrap;display:inline-flex;align-items:center;gap:2px}._filterChip_1cxa7_138:hover{color:var(--foreground);border-color:var(--border-focus, var(--border))}._filterChipActive_1cxa7_159{background:#ff8c001a;border-color:var(--primary);color:var(--primary)}._topGrid_1cxa7_166{display:flex;flex-direction:column;max-height:320px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}._topCard_1cxa7_175{display:flex;align-items:flex-start;gap:6px;padding:5px 8px;border-left:2px solid transparent;border-bottom:1px solid var(--border);text-decoration:none;color:inherit;transition:background .12s ease;position:relative}._topCard_1cxa7_175:hover{background:#ffffff05}._topCard_1cxa7_175:last-child{border-bottom:none}._topRank_1cxa7_194{font-size:.5rem;font-weight:800;font-family:var(--font-family-monospace);color:var(--muted-foreground);min-width:16px;padding-top:1px;flex-shrink:0}._topCardContent_1cxa7_204{flex:1;min-width:0}._topCardMeta_1cxa7_209{display:flex;align-items:center;gap:4px;margin-bottom:2px}._topCardSource_1cxa7_216{font-size:.5rem;font-family:var(--font-family-monospace);color:var(--muted-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}._topCardCategory_1cxa7_226{font-size:.45rem;font-weight:700;font-family:var(--font-family-monospace);padding:0 3px;border:1px solid var(--border);border-radius:2px;color:var(--muted-foreground);letter-spacing:.04em}._topCardTime_1cxa7_237{font-size:.5rem;font-family:var(--font-family-monospace);color:var(--muted-foreground);opacity:.7}._topCardSentiment_1cxa7_244{font-size:.5rem;font-weight:700;font-family:var(--font-family-monospace);margin-left:auto}._topCardBody_1cxa7_251{display:flex;gap:6px;align-items:flex-start}._topCardTitle_1cxa7_257{font-size:.65rem;font-weight:500;line-height:1.35;color:var(--foreground);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}._topCardThumb_1cxa7_270{width:48px;height:48px;border-radius:3px;overflow:hidden;flex-shrink:0;position:relative}._topCardThumb_1cxa7_270 img{width:100%;height:100%;object-fit:cover}._topCardThumb_1cxa7_270:hover:after{content:"";position:fixed;z-index:9999;width:300px;height:200px;background-size:cover;background-position:center;border:1px solid var(--border);border-radius:6px;box-shadow:0 8px 32px #0009;pointer-events:none}._topCardTickers_1cxa7_298{display:flex;gap:3px;margin-top:2px;flex-wrap:wrap}._tickerPill_1cxa7_305{font-size:.45rem;font-weight:700;font-family:var(--font-family-monospace);padding:0 3px;border:1px solid var(--primary);border-radius:2px;color:var(--primary)}._topCardLink_1cxa7_315{color:var(--muted-foreground);opacity:0;transition:opacity .12s;flex-shrink:0;margin-top:2px}._topCard_1cxa7_175:hover ._topCardLink_1cxa7_315{opacity:.6}._emptyState_1cxa7_327{display:flex;align-items:center;justify-content:center;gap:6px;padding:16px;color:var(--muted-foreground);font-size:.65rem;font-family:var(--font-family-monospace)}@media(max-width:768px){._topHeader_1cxa7_88{padding:4px 6px}._topGrid_1cxa7_166{max-height:240px}}@layer base{._content_16e7f_2,._subContent_16e7f_3{min-width:12rem;overflow:hidden;background-color:var(--popup);color:var(--popup-foreground);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:var(--spacing-2);animation:_scaleIn_16e7f_1 var(--animation-duration-normal) ease-out;z-index:var(--z-overlay)}._subContent_16e7f_3{animation:_fadeIn_16e7f_1 var(--animation-duration-normal) ease-out}._item_16e7f_19,._checkboxItem_16e7f_20,._radioItem_16e7f_21,._subTrigger_16e7f_22{position:relative;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:var(--radius-sm);font-size:.9375rem;padding:var(--spacing-2) var(--spacing-3);color:var(--popup-foreground);outline:none;transition:background-color var(--animation-duration-fast),color var(--animation-duration-fast)}._item_16e7f_19:hover,._checkboxItem_16e7f_20:hover,._radioItem_16e7f_21:hover,._subTrigger_16e7f_22:hover{background-color:color-mix(in srgb,var(--primary) 8%,transparent);color:var(--primary)}._item_16e7f_19:focus-visible,._checkboxItem_16e7f_20:focus-visible,._radioItem_16e7f_21:focus-visible,._subTrigger_16e7f_22:focus-visible{background-color:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--primary)}._item_16e7f_19[data-disabled],._checkboxItem_16e7f_20[data-disabled],._radioItem_16e7f_21[data-disabled],._subTrigger_16e7f_22[data-disabled]{pointer-events:none;opacity:.5}._item_16e7f_19[data-highlighted],._checkboxItem_16e7f_20[data-highlighted],._radioItem_16e7f_21[data-highlighted],._subTrigger_16e7f_22[data-highlighted]{background-color:var(--primary);color:var(--primary-foreground)}._checkboxItem_16e7f_20,._radioItem_16e7f_21{padding-left:var(--spacing-8)}._checkboxIndicator_16e7f_75,._radioIndicator_16e7f_76{position:absolute;left:var(--spacing-3);display:flex;align-items:center;justify-content:center}._checkboxIndicator_16e7f_75{height:1rem;width:1rem}._checkboxIndicator_16e7f_75 svg{height:.875rem;width:.875rem}._radioIndicator_16e7f_76{height:1rem;width:1rem}._radioIndicatorCircle_16e7f_99{width:.5rem;height:.5rem;border-radius:var(--radius-full);background-color:currentColor}._label_16e7f_106{padding:var(--spacing-2) var(--spacing-3);font-size:.875rem;font-weight:500;color:var(--muted-foreground)}._separator_16e7f_113{height:1px;margin:var(--spacing-2) 0;background-color:var(--border)}._shortcut_16e7f_119{margin-left:auto;font-size:.75rem;letter-spacing:.025em;opacity:.6}._subTriggerIcon_16e7f_126{margin-left:auto;height:1rem;width:1rem;opacity:.75}._inset_16e7f_133{padding-left:var(--spacing-8)}@keyframes _scaleIn_16e7f_1{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes _fadeIn_16e7f_1{0%{opacity:0}to{opacity:1}}}._container_10o2r_1{display:flex;flex-wrap:wrap;align-items:center;gap:var(--spacing-4);padding:var(--spacing-4) var(--spacing-6);background:#0a0a0af2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);font-family:var(--font-family-monospace);position:relative;z-index:10;box-shadow:0 4px 30px #00000080,0 1px #ffffff0d inset}._container_10o2r_1:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),#ffaa40,var(--primary));background-size:200% 100%;animation:_pulseGradient_10o2r_1 3s linear infinite;z-index:10;box-shadow:0 1px 10px #ff8c0080}@keyframes _pulseGradient_10o2r_1{0%{background-position:0% 50%}to{background-position:100% 50%}}._searchWrapper_10o2r_37{position:relative;flex-grow:1;min-width:260px;height:2.5rem}._searchIcon_10o2r_44{position:absolute;left:var(--spacing-4);top:50%;transform:translateY(-50%);color:var(--muted-foreground);width:20px;height:20px;pointer-events:none;z-index:2;transition:all .2s ease;filter:drop-shadow(0 0 2px rgba(0,0,0,.5))}._searchInput_10o2r_58{width:100%;height:100%;padding-left:calc(var(--spacing-4) + 28px);padding-right:var(--spacing-8);font-family:var(--font-family-monospace);font-size:.85rem;font-weight:600;letter-spacing:.05em;background:#ffffff26;border:2px solid rgba(255,255,255,.25);border-radius:var(--radius-sm);color:var(--foreground);box-shadow:inset 0 2px 8px #0000004d;transition:all .2s cubic-bezier(.4,0,.2,1);outline:none;text-transform:uppercase}._searchInput_10o2r_58::placeholder{color:var(--muted-foreground);opacity:.8;text-transform:uppercase;font-size:.85rem;font-weight:600}._searchInput_10o2r_58:hover{background:#fff3;border-color:#ffffff59;box-shadow:0 0 10px #ffffff1a}._searchInput_10o2r_58:focus{border:3px solid var(--primary);background:#1e1e1ee6;box-shadow:inset 0 2px 8px #00000080,0 0 15px #ff8c0066,0 0 30px #ff8c0033,0 0 0 2px #ff8c0033;animation:_pulseBorder_10o2r_1 2s infinite}@keyframes _pulseBorder_10o2r_1{0%{border-color:var(--primary)}50%{border-color:#ffaa40}to{border-color:var(--primary)}}._searchInput_10o2r_58:focus+._clearSearch_10o2r_111+._searchGlow_10o2r_111{opacity:1}._searchInput_10o2r_58:focus~._searchIcon_10o2r_44{color:var(--primary);filter:drop-shadow(0 0 5px rgba(255,140,0,.5))}._clearSearch_10o2r_111{position:absolute;right:var(--spacing-3);top:50%;transform:translateY(-50%);background:#0003;border:1px solid rgba(255,255,255,.1);color:var(--muted-foreground);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;z-index:2}._clearSearch_10o2r_111:hover{background:#fff3;color:var(--foreground);border-color:#ffffff4d}._searchGlow_10o2r_111{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:var(--radius-sm);background:linear-gradient(90deg,var(--primary),transparent);opacity:0;z-index:-1;transition:opacity .3s ease;pointer-events:none}._controlsGroup_10o2r_155{display:flex;align-items:center;gap:var(--spacing-4);flex-wrap:wrap}._filtersGroup_10o2r_162{display:flex;gap:var(--spacing-2)}._selectWrapper_10o2r_167{position:relative}._actionsGroup_10o2r_171{display:flex;align-items:center;gap:var(--spacing-2)}._separator_10o2r_177{width:1px;height:1.5rem;background-color:var(--border);margin:0 var(--spacing-2)}._terminalButton_10o2r_184{height:2.25rem!important;border-radius:var(--radius-sm)!important;font-family:var(--font-family-monospace)!important;font-size:.75rem!important;font-weight:700!important;letter-spacing:.05em;border:1.5px solid rgba(255,255,255,.2)!important;background:#ffffff14!important;color:var(--muted-foreground)!important;transition:all .2s ease;box-shadow:0 2px 4px #0003}._terminalButton_10o2r_184:hover{color:var(--foreground)!important;border-color:var(--primary)!important;background:#ffffff1f!important;box-shadow:0 0 15px #ff8c0033;transform:translateY(-1px)}._terminalButton_10o2r_184:active{transform:translateY(1px)}._iconOnly_10o2r_213{width:2.25rem!important;padding:0!important;display:flex;align-items:center;justify-content:center}._buttonText_10o2r_221{margin-left:var(--spacing-2)}@media(max-width:900px){._searchWrapper_10o2r_37{width:100%;order:1}._controlsGroup_10o2r_155{width:100%;order:2;justify-content:space-between}._filtersGroup_10o2r_162{flex-grow:1}}@media(max-width:650px){._controlsGroup_10o2r_155{flex-direction:column;align-items:stretch;gap:var(--spacing-3)}._filtersGroup_10o2r_162{display:grid;grid-template-columns:1fr 1fr;width:100%}._terminalSelect_10o2r_255{width:100%;min-width:0}._actionsGroup_10o2r_171{width:100%;justify-content:flex-end;padding-top:var(--spacing-3);border-top:1px solid var(--border)}._selectLabel_10o2r_267 span{display:none}._selectLabel_10o2r_267{margin-right:var(--spacing-2);padding-right:var(--spacing-2)}}._dropdownItem_10o2r_277{font-size:.8rem!important;font-family:var(--font-family-monospace)!important;padding-top:var(--spacing-2)!important;padding-bottom:var(--spacing-2)!important;cursor:pointer}._dropdownLabel_10o2r_285{font-size:.75rem!important;color:var(--primary)!important;font-weight:700!important;padding-top:var(--spacing-2)!important;padding-bottom:var(--spacing-2)!important}._dropdownSeparator_10o2r_293{background-color:var(--border)!important}@layer base{._overlay_1crzy_2{position:fixed;top:0;right:0;bottom:0;left:0;background-color:color-mix(in srgb,black 70%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:var(--z-overlay)!important;animation:_overlayShow_1crzy_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._content_1crzy_12{position:fixed!important;top:50%;left:50%;transform:translate(-50%,-50%);max-width:90vw;max-height:85vh;width:32rem;background:linear-gradient(135deg,#0a0a0a,#111);color:var(--popup-foreground);border-radius:var(--radius-lg);border:1px solid var(--primary);box-shadow:0 0 40px #00f0ff4d,var(--shadow-lg);z-index:var(--z-overlay)!important;overflow:auto;padding:var(--spacing-6);animation:_contentShow_1crzy_1 var(--animation-duration-normal) cubic-bezier(.16,1,.3,1)}._close_1crzy_33{position:absolute;top:var(--spacing-4);right:var(--spacing-4);display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius-full);background-color:var(--surface);color:var(--muted-foreground);border:1px solid var(--border);cursor:pointer;transition:all var(--animation-duration-normal) ease}._close_1crzy_33:hover{background-color:var(--primary);color:var(--primary-foreground);border-color:var(--primary);box-shadow:0 0 20px #00f0ff80;transform:scale(1.1)}._close_1crzy_33:focus-visible{outline:none;box-shadow:0 0 0 2px var(--primary)}._closeIcon_1crzy_63{width:1rem;height:1rem}._header_1crzy_68{margin-bottom:var(--spacing-5)}._footer_1crzy_72{display:flex;justify-content:flex-end;gap:var(--spacing-3);margin-top:var(--spacing-6)}._title_1crzy_79{font-family:var(--font-family-heading);font-size:1.5rem;font-weight:700;color:var(--popup-foreground);line-height:1.3;margin-bottom:var(--spacing-2);letter-spacing:-.01em}._description_1crzy_89{font-size:.875rem;color:var(--muted-foreground);line-height:1.6;margin-bottom:var(--spacing-4);font-family:var(--font-family-base)}._screenReaderText_1crzy_97{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@keyframes _overlayShow_1crzy_1{0%{opacity:0}to{opacity:1}}@keyframes _contentShow_1crzy_1{0%{opacity:0;scale:.95}to{opacity:1;scale:1}}}._section_w8dm6_1{margin-bottom:var(--spacing-8)}._header_w8dm6_5{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--spacing-4);padding-bottom:var(--spacing-2);border-bottom:1px solid var(--border)}._titleButton_w8dm6_14{display:flex;align-items:center;gap:var(--spacing-2);background:none;border:none;padding:0;cursor:pointer;color:var(--foreground);font-family:inherit}._titleButton_w8dm6_14:hover ._title_w8dm6_14{color:var(--primary)}._title_w8dm6_14{font-family:var(--font-family-monospace);font-size:.85rem;font-weight:600;color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;margin:0}._count_w8dm6_40{font-family:var(--font-family-monospace);font-size:.75rem;color:var(--muted-foreground)}._actions_w8dm6_46{display:flex;gap:var(--spacing-2)}._selectButton_w8dm6_51{font-family:var(--font-family-monospace);font-size:.7rem;padding:2px 8px;background:transparent;border:1px solid var(--border);color:var(--muted-foreground);border-radius:var(--radius-sm);cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.05em}._selectButton_w8dm6_51:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:#ff8c000d}._selectButton_w8dm6_51:disabled{opacity:.3;cursor:not-allowed}._sourceGrid_w8dm6_76{display:flex;flex-direction:column;gap:var(--spacing-2)}._container_11cn7_1{display:flex;flex-direction:column;gap:var(--spacing-3)}._chips_11cn7_11{display:flex;flex-wrap:wrap;gap:var(--spacing-2)}._chip_11cn7_11{display:inline-flex;align-items:center;gap:var(--spacing-2);padding-right:var(--spacing-2)}._removeButton_11cn7_24{background:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:inherit;opacity:.7;transition:opacity .2s ease}._removeButton_11cn7_24:hover{opacity:1}@layer base{._root_epy0n_2{all:unset;position:relative;display:inline-flex;align-items:center;width:42px;height:24px;background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);transition:all var(--animation-duration-normal) ease;cursor:pointer;-webkit-tap-highlight-color:transparent;flex-shrink:0}._root_epy0n_2:hover{border-color:var(--primary);box-shadow:0 0 15px #00f0ff33}._root_epy0n_2:focus-visible{box-shadow:0 0 0 2px var(--primary)}._root_epy0n_2[data-state=checked]{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);border-color:var(--primary);box-shadow:0 0 20px #00f0ff66}._root_epy0n_2[data-state=checked]:hover{box-shadow:0 0 30px #00f0ff99}._thumb_epy0n_37{display:block;width:20px;height:20px;background-color:var(--foreground);border-radius:var(--radius-full);box-shadow:0 2px 4px #0000004d;transition:transform var(--animation-duration-normal) cubic-bezier(.16,1,.3,1);transform:translate(2px);will-change:transform}._root_epy0n_2[data-state=checked] ._thumb_epy0n_37{transform:translate(20px);box-shadow:0 0 15px #00f0ffcc,0 2px 4px #0000004d}._root_epy0n_2[data-disabled]{opacity:.5;cursor:not-allowed}}._container_i72sp_1{display:flex;flex-direction:column;gap:var(--spacing-4)}._row_i72sp_7{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-1) 0}._labelContainer_i72sp_14{display:flex;flex-direction:column;gap:var(--spacing-1)}._label_i72sp_14{font-size:.9rem;color:var(--foreground);font-family:var(--font-family-base)}._subtext_i72sp_26{font-size:.75rem;color:var(--muted-foreground);font-family:var(--font-family-monospace)}._applyButton_i72sp_32{margin-top:var(--spacing-2);width:100%}._container_1qrlw_1{animation:_fadeIn_1qrlw_1 .3s ease}@keyframes _fadeIn_1qrlw_1{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}._gridTwoCol_1qrlw_10{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-8);margin-bottom:var(--spacing-8)}@media(max-width:768px){._gridTwoCol_1qrlw_10{grid-template-columns:1fr}}._controlGroup_1qrlw_23{margin-bottom:var(--spacing-4)}._subLabel_1qrlw_27{display:block;font-size:.8rem;color:var(--muted-foreground);margin-bottom:var(--spacing-2);font-family:var(--font-family-monospace)}._inputGroup_1qrlw_35{margin-bottom:var(--spacing-4)}._selectTrigger_1qrlw_40{display:inline-flex;align-items:center;justify-content:space-between;width:100%;padding:0 var(--spacing-3);height:2.5rem;font-size:.9rem;background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--foreground);cursor:pointer}._selectTrigger_1qrlw_40:hover{border-color:var(--primary)}._selectContent_1qrlw_59{overflow:hidden;background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:var(--z-overlay)}._selectItem_1qrlw_68{padding:var(--spacing-2) var(--spacing-4);font-size:.9rem;color:var(--muted-foreground);cursor:pointer;outline:none}._selectItem_1qrlw_68:hover,._selectItem_1qrlw_68[data-highlighted]{background-color:var(--primary);color:var(--primary-foreground)}._radioGroup_1qrlw_82{display:flex;flex-direction:column;gap:var(--spacing-2)}._radioItem_1qrlw_88{display:flex;align-items:center;gap:var(--spacing-3)}._radioItemButton_1qrlw_94{background-color:var(--surface);width:20px;height:20px;border-radius:50%;border:1px solid var(--border);cursor:pointer}._radioItemButton_1qrlw_94[data-state=checked]{border-color:var(--primary)}._radioIndicator_1qrlw_107{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative}._radioIndicator_1qrlw_107:after{content:"";display:block;width:10px;height:10px;border-radius:50%;background-color:var(--primary)}._radioItem_1qrlw_88 label{font-size:.9rem;color:var(--foreground);cursor:pointer}._sliderRoot_1qrlw_132{position:relative;display:flex;align-items:center;-webkit-user-select:none;user-select:none;touch-action:none;width:100%;height:20px;margin-top:var(--spacing-4)}._sliderTrack_1qrlw_143{background-color:var(--muted);position:relative;flex-grow:1;border-radius:9999px;height:4px}._sliderRange_1qrlw_151{position:absolute;background-color:var(--primary);border-radius:9999px;height:100%}._sliderThumb_1qrlw_158{display:block;width:20px;height:20px;background-color:var(--primary);box-shadow:0 0 10px #ff8c0080;border-radius:10px;cursor:pointer}._sliderThumb_1qrlw_158:hover{transform:scale(1.1)}._sliderThumb_1qrlw_158:focus{outline:none;box-shadow:0 0 0 2px var(--background),0 0 15px var(--primary)}._sliderLabels_1qrlw_177{display:flex;justify-content:space-between;margin-top:var(--spacing-2);font-size:.75rem;color:var(--muted-foreground);font-family:var(--font-family-monospace)}._dialogContent_ii62d_1{width:92vw;max-width:700px;height:auto;max-height:85vh;display:flex;flex-direction:column;padding:0;background-color:var(--background);border:1px solid var(--border);overflow:hidden}._dialogHeader_ii62d_14{padding:var(--spacing-6) var(--spacing-8);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background-color:var(--surface)}._dialogTitle_ii62d_23{font-family:var(--font-family-monospace);color:var(--primary);text-transform:uppercase;letter-spacing:.1em;font-size:1.25rem;font-weight:700;margin:0}._banner_ii62d_37{display:flex;align-items:center;justify-content:space-between;background-color:color-mix(in srgb,var(--primary) 10%,transparent);border-bottom:1px solid var(--border);padding:var(--spacing-4) var(--spacing-8)}._bannerText_ii62d_46{font-size:.9rem;color:var(--foreground)}._bannerLink_ii62d_51{color:var(--primary)!important;text-decoration:none;font-weight:500;gap:var(--spacing-1)}._contentArea_ii62d_58{flex:1;overflow-y:auto;padding:var(--spacing-8);background-color:var(--background)}._footer_ii62d_65{padding:var(--spacing-6) var(--spacing-8);border-top:1px solid var(--border);background-color:var(--surface);display:flex;justify-content:space-between;align-items:center}._footerLeft_ii62d_74,._footerRight_ii62d_75{display:flex;gap:var(--spacing-4)}._container_1ar0l_1{display:flex;align-items:flex-start;gap:var(--spacing-3);padding:var(--spacing-2) var(--spacing-4);background:var(--surface);border-bottom:1px dashed var(--border);font-family:var(--font-family-monospace);font-size:.75rem}._label_1ar0l_12{color:var(--muted-foreground);margin-top:4px;white-space:nowrap}._chips_1ar0l_18{display:flex;flex-wrap:wrap;gap:var(--spacing-2);flex:1}._chip_1ar0l_18{display:inline-flex;align-items:center;gap:var(--spacing-2);background:#ff8c001a;border:1px solid rgba(255,140,0,.2);color:var(--primary);padding:2px 8px;border-radius:var(--radius-sm);font-size:.75rem}._chipLabel_1ar0l_37{font-weight:600}._chipDetail_1ar0l_41{opacity:.8;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._clearButton_1ar0l_49{display:inline-flex;align-items:center;gap:4px;background:transparent;border:1px solid var(--border);color:var(--muted-foreground);padding:2px 8px;border-radius:var(--radius-sm);cursor:pointer;font-family:inherit;font-size:.7rem;transition:all .2s}._clearButton_1ar0l_49:hover{border-color:var(--destructive);color:var(--destructive);background:#ef44441a}@media(max-width:600px){._container_1ar0l_1{flex-direction:column;gap:var(--spacing-2)}}._toggle_1niz9_1{display:flex;position:relative;background:var(--muted);border-radius:var(--radius);padding:2px;border:1px solid var(--border)}._toggleButton_1niz9_10{flex:1;display:flex;align-items:center;justify-content:center;gap:var(--spacing-2);padding:var(--spacing-2) var(--spacing-4);background:transparent;border:none;border-radius:calc(var(--radius) - 2px);color:var(--muted-foreground);font-size:.75rem;font-family:var(--font-family-monospace);font-weight:500;cursor:pointer;transition:all .2s ease;position:relative;z-index:2}._toggleButton_1niz9_10:hover,._toggleButton_1niz9_10._active_1niz9_34{color:var(--foreground)}._slider_1niz9_38{position:absolute;top:2px;left:2px;width:calc(50% - 2px);height:calc(100% - 4px);background:var(--surface);border-radius:calc(var(--radius) - 2px);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1;box-shadow:0 1px 3px #0000004d,0 0 0 1px #ff8c001a}._toggleButton_1niz9_10._active_1niz9_34 svg{color:var(--primary)}@layer base{._spinner_10u53_2{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:currentColor}._spinnerInner_10u53_11{position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid transparent;border-top-color:var(--spinner-color, var(--primary));animation:_spin_10u53_2 var(--animation-duration-slow) linear infinite}._sm_10u53_21{width:1rem;height:1rem}._sm_10u53_21 ._spinnerInner_10u53_11{border-width:2px}._md_10u53_30{width:1.5rem;height:1.5rem}._md_10u53_30 ._spinnerInner_10u53_11{border-width:2.5px}._lg_10u53_39{width:2.5rem;height:2.5rem}._lg_10u53_39 ._spinnerInner_10u53_11{border-width:3px}@keyframes _spin_10u53_2{0%{transform:rotate(0)}to{transform:rotate(360deg)}}}._commandList_xe7ty_1{max-height:400px;overflow-y:auto;padding:var(--spacing-2);scroll-behavior:smooth}._commandList_xe7ty_1::-webkit-scrollbar{width:6px}._commandList_xe7ty_1::-webkit-scrollbar-track{background:transparent}._commandList_xe7ty_1::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}._emptyState_xe7ty_21{padding:var(--spacing-8);text-align:center;color:var(--muted-foreground);font-size:.875rem}._loadingState_xe7ty_28{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-3);color:var(--primary);font-family:var(--font-family-monospace)}._groupHeading_xe7ty_37{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-2) var(--spacing-2) var(--spacing-1);color:var(--muted-foreground);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-family:var(--font-family-monospace)}._clearButton_xe7ty_50{background:none;border:none;color:var(--muted-foreground);font-size:.7rem;cursor:pointer;padding:0;font-family:var(--font-family-monospace);transition:color .2s ease}._clearButton_xe7ty_50:hover{color:var(--primary)}._commandItem_xe7ty_65{display:flex;align-items:center;padding:var(--spacing-3);border-radius:var(--radius);cursor:pointer;color:var(--foreground);transition:all .15s ease;margin-bottom:2px;animation:_fadeIn_xe7ty_1 .2s ease-out}._commandItem_xe7ty_65[data-selected=true]{background:var(--muted);box-shadow:inset 2px 0 0 0 var(--primary)}._commandItem_xe7ty_65[data-selected=true] ._itemIcon_xe7ty_82{color:var(--primary)}._commandItem_xe7ty_65[data-selected=true] ._enterIcon_xe7ty_86{opacity:1}._itemIcon_xe7ty_82{width:1rem;height:1rem;color:var(--muted-foreground);margin-right:var(--spacing-3);flex-shrink:0;transition:color .15s ease}._categoryIconWrapper_xe7ty_99{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:var(--radius-sm);margin-right:var(--spacing-3);flex-shrink:0;transition:all .15s ease}._commandItem_xe7ty_65[data-selected=true] ._categoryIconWrapper_xe7ty_99{background:#ff8c001a}._itemContent_xe7ty_116{flex:1;display:flex;flex-direction:column;gap:2px;overflow:hidden}._itemTitle_xe7ty_124{font-size:.9rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._itemDesc_xe7ty_132{font-size:.75rem;color:var(--muted-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._itemMeta_xe7ty_140{display:flex;align-items:center;gap:var(--spacing-2)}._sourceTag_xe7ty_146{font-size:.7rem;color:var(--muted-foreground);background:#ffffff0d;padding:0 4px;border-radius:2px}._sentimentDot_xe7ty_154{width:6px;height:6px;border-radius:50%}._itemType_xe7ty_160{font-size:.7rem;color:var(--muted-foreground);text-transform:capitalize;margin-left:var(--spacing-2);opacity:.5}._itemText_xe7ty_168{flex:1}._date_xe7ty_172{font-size:.75rem;color:var(--muted-foreground);margin-left:var(--spacing-3);font-family:var(--font-family-monospace)}._enterIcon_xe7ty_86{width:.875rem;height:.875rem;color:var(--muted-foreground);margin-left:var(--spacing-2);opacity:0;transition:opacity .15s ease}@keyframes _fadeIn_xe7ty_1{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}._container_1yukk_1{padding:var(--spacing-4);animation:_fadeIn_1yukk_1 .3s ease-out}._header_1yukk_6{display:flex;align-items:center;gap:var(--spacing-2);color:var(--muted-foreground);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-family:var(--font-family-monospace);margin-bottom:var(--spacing-3)}._header_1yukk_6 svg{color:var(--primary)}._queries_1yukk_23{display:flex;flex-direction:column;gap:var(--spacing-2)}._loadingContainer_1yukk_29{display:flex;align-items:center;gap:var(--spacing-2);padding:var(--spacing-4);color:var(--muted-foreground);font-size:.875rem;font-family:var(--font-family-base)}._spinner_1yukk_39{animation:_spin_1yukk_39 1s linear infinite;color:var(--primary)}._loadingText_1yukk_44{opacity:.7}._errorText_1yukk_48,._emptyText_1yukk_49{padding:var(--spacing-4);color:var(--muted-foreground);font-size:.875rem;font-family:var(--font-family-base);text-align:center;opacity:.7}._queryButton_1yukk_58{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-3);background:var(--muted);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);font-size:.875rem;font-family:var(--font-family-base);text-align:left;cursor:pointer;transition:all .2s ease}._category_1yukk_74{font-size:.7rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;padding:.15rem .4rem;background:var(--muted);border-radius:var(--radius-sm)}._queryButton_1yukk_58:hover{background:var(--surface);border-color:var(--primary);box-shadow:0 0 20px #ff8c001a;transform:translate(2px)}._queryButton_1yukk_58:hover ._category_1yukk_74{background:#ff8c0026;color:var(--primary)}@keyframes _spin_1yukk_39{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _fadeIn_1yukk_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._container_1mfmn_1{padding:var(--spacing-2);animation:_fadeInUp_1mfmn_1 .3s ease-out;max-height:520px;overflow-y:auto;scroll-behavior:smooth}._container_1mfmn_1::-webkit-scrollbar{width:6px}._container_1mfmn_1::-webkit-scrollbar-track{background:transparent}._container_1mfmn_1::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}._loadingState_1mfmn_23{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-8);gap:var(--spacing-4)}._statusPipeline_1mfmn_32{display:flex;align-items:center;gap:var(--spacing-2)}._statusStep_1mfmn_38{display:flex;align-items:center;gap:4px;padding:4px 10px;border-radius:20px;font-size:.7rem;font-family:var(--font-family-monospace);font-weight:600;color:var(--muted-foreground);background:#ffffff08;border:1px solid var(--border);opacity:.5;transition:all .3s ease}._statusStepActive_1mfmn_54{opacity:1;color:var(--primary);border-color:#ff8c0066;background:#ff8c0014;box-shadow:0 0 12px #ff8c0026}._statusStepDone_1mfmn_62{opacity:.7;color:var(--success);border-color:#22c55e4d}._statusIcon_1mfmn_68{font-size:.8rem}._statusDot_1mfmn_72{color:var(--primary);animation:_pulse_1mfmn_1 1s ease-in-out infinite;font-size:.5rem}._errorState_1mfmn_79{display:flex;align-items:center;gap:var(--spacing-2);padding:var(--spacing-4);color:var(--error);font-size:.8rem;font-family:var(--font-family-monospace);background:#ef44440d;border:1px solid rgba(239,68,68,.2);border-radius:var(--radius)}._errorIcon_1mfmn_92{flex-shrink:0}._hintState_1mfmn_97{display:flex;align-items:center;justify-content:center;gap:var(--spacing-2);padding:var(--spacing-8);color:var(--muted-foreground);font-size:.8rem;font-family:var(--font-family-monospace)}._kbd_1mfmn_108{display:inline-flex;align-items:center;padding:1px 6px;font-size:.7rem;font-family:var(--font-family-monospace);color:var(--foreground);background:#ffffff0f;border:1px solid var(--border);border-radius:3px;font-weight:600}._recentSection_1mfmn_122{margin-bottom:var(--spacing-4);padding:0 var(--spacing-2)}._sectionHeader_1mfmn_127{color:var(--muted-foreground);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-family:var(--font-family-monospace);margin-bottom:var(--spacing-2)}._recentItem_1mfmn_137{display:flex;align-items:center;width:100%;padding:var(--spacing-2) var(--spacing-3);margin-bottom:2px;background:transparent;border:none;border-radius:var(--radius);cursor:pointer;color:var(--foreground);transition:all .15s ease;font-family:var(--font-family-base);text-align:left}._recentItem_1mfmn_137:hover{background:var(--muted)}._recentIcon_1mfmn_157{color:var(--muted-foreground);margin-right:var(--spacing-3);opacity:.7}._recentText_1mfmn_163{flex:1;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._recentType_1mfmn_171{font-size:.7rem;color:var(--muted-foreground);opacity:.5;margin-right:var(--spacing-2);text-transform:capitalize}._enterIcon_1mfmn_179{color:var(--muted-foreground);opacity:0;transform:translate(-5px);transition:all .2s ease}._recentItem_1mfmn_137:hover ._enterIcon_1mfmn_179{opacity:1;transform:translate(0)}._responseSection_1mfmn_192{background:linear-gradient(135deg,#ff8c000d,#ff8c0005);border:1px solid rgba(255,140,0,.2);border-radius:var(--radius-md);padding:var(--spacing-4);margin-bottom:var(--spacing-4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 6px #0000004d,0 0 20px #ff8c001a;animation:_fadeInUp_1mfmn_1 .4s ease-out}._responseHeader_1mfmn_205{display:flex;align-items:center;gap:var(--spacing-2);color:var(--primary);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-family:var(--font-family-monospace);margin-bottom:var(--spacing-3)}._sparkleIcon_1mfmn_218{color:var(--primary)}._typingIndicator_1mfmn_222{margin-left:auto;color:var(--primary);animation:_pulse_1mfmn_1 1.5s ease-in-out infinite}._responseContent_1mfmn_229{color:var(--foreground);font-size:.85rem;line-height:1.6;font-family:var(--font-family-base)}._responseContent_1mfmn_229 h1,._responseContent_1mfmn_229 h2,._responseContent_1mfmn_229 h3{font-family:var(--font-family-monospace);color:var(--primary);margin:.6em 0 .3em;font-size:.85rem;font-weight:700;letter-spacing:.03em}._responseContent_1mfmn_229 h1{font-size:.95rem}._responseContent_1mfmn_229 h2{font-size:.9rem}._responseContent_1mfmn_229 strong{color:var(--foreground);font-weight:700}._responseContent_1mfmn_229 em{color:var(--muted-foreground);font-style:italic}._responseContent_1mfmn_229 ul,._responseContent_1mfmn_229 ol{padding-left:1.2em;margin:.4em 0}._responseContent_1mfmn_229 li{margin-bottom:.25em;line-height:1.5}._responseContent_1mfmn_229 li::marker{color:var(--primary)}._responseContent_1mfmn_229 p{margin:.4em 0}._responseContent_1mfmn_229 code{font-family:var(--font-family-monospace);font-size:.8rem;background:#ffffff0f;padding:1px 4px;border-radius:3px;color:var(--primary)}._responseContent_1mfmn_229 blockquote{border-left:2px solid var(--primary);padding-left:.8em;margin:.4em 0;color:var(--muted-foreground);font-style:italic}._responseContent_1mfmn_229 a{color:var(--primary);text-decoration:none;border-bottom:1px solid rgba(255,140,0,.3);transition:border-color .15s ease}._responseContent_1mfmn_229 a:hover{border-bottom-color:var(--primary)}._cursor_1mfmn_307{display:inline-block;color:var(--primary);animation:_blink_1mfmn_1 1s step-end infinite;margin-left:2px}@keyframes _blink_1mfmn_1{0%,50%{opacity:1}51%,to{opacity:0}}._metadata_1mfmn_320{display:flex;align-items:center;gap:var(--spacing-4);margin-top:var(--spacing-3);padding-top:var(--spacing-3);border-top:1px solid rgba(255,140,0,.1)}._metadataItem_1mfmn_329{font-size:.7rem;color:var(--muted-foreground);font-family:var(--font-family-monospace)}._articlesSection_1mfmn_336{animation:_fadeInUp_1mfmn_1 .5s ease-out .1s both}._articlesHeader_1mfmn_340{display:flex;align-items:center;gap:var(--spacing-2);color:var(--muted-foreground);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-family:var(--font-family-monospace);padding:var(--spacing-2);margin-bottom:var(--spacing-2)}._badge_1mfmn_354{background:var(--primary);color:var(--primary-foreground);font-size:.65rem;padding:.1rem .4rem;border-radius:var(--radius-full);font-weight:700}._articlesList_1mfmn_363{display:flex;flex-direction:column;gap:var(--spacing-2)}._articleItem_1mfmn_369{display:flex;align-items:stretch;padding:var(--spacing-3);background:var(--muted);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all .2s ease;text-align:left;gap:var(--spacing-3);position:relative;overflow:hidden}._articleItem_1mfmn_369:hover{background:var(--surface);border-color:var(--primary);box-shadow:0 0 20px #ff8c0026;transform:translate(2px)}._sentimentBar_1mfmn_391{width:3px;flex-shrink:0;border-radius:2px;align-self:stretch}._articleDesc_1mfmn_398{font-size:.75rem;color:var(--muted-foreground);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._sentimentTag_1mfmn_408{font-size:.6rem;font-weight:700;font-family:var(--font-family-monospace);padding:0 4px;border:1px solid;border-radius:3px;letter-spacing:.03em}._articleLink_1mfmn_418{display:inline-flex;align-items:center;color:var(--muted-foreground);margin-left:auto;opacity:.5;transition:opacity .15s ease,color .15s ease}._articleItem_1mfmn_369:hover ._articleLink_1mfmn_418{opacity:1;color:var(--primary)}._articleContent_1mfmn_432{flex:1;display:flex;flex-direction:column;gap:var(--spacing-1);overflow:hidden}._articleTitle_1mfmn_440{font-size:.875rem;font-weight:500;color:var(--foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._articleMeta_1mfmn_449{display:flex;align-items:center;gap:var(--spacing-2)}._sourceTag_1mfmn_455{font-size:.7rem;color:var(--muted-foreground);background:#ffffff0d;padding:0 4px;border-radius:2px}._date_1mfmn_463{font-size:.7rem;color:var(--muted-foreground);font-family:var(--font-family-monospace)}@keyframes _fadeInUp_1mfmn_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes _pulse_1mfmn_1{0%,to{opacity:1}50%{opacity:.5}}._container_1hezj_1{padding:var(--spacing-2) var(--spacing-4);border-bottom:1px solid var(--border);background:#ffffff03;overflow:visible;min-height:48px;display:flex;align-items:center}._filtersRow_1hezj_11{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-4)}._filterGroup_1hezj_18{display:flex;align-items:center;gap:var(--spacing-2);flex-wrap:wrap;flex:1;min-width:0}._filterIcon_1hezj_27{color:var(--muted-foreground);opacity:.7;margin-right:var(--spacing-1)}._filterChip_1hezj_33{height:1.5rem!important;width:auto!important;font-size:.7rem!important;padding:0 var(--spacing-3)!important;border-radius:var(--radius-full)!important;border:1px solid var(--border)!important;background:transparent!important;color:var(--muted-foreground)!important;display:inline-flex!important;align-items:center;gap:var(--spacing-2)!important;transition:all .2s ease}._filterChip_1hezj_33:hover{background:#ffffff0d!important;border-color:var(--muted-foreground)!important;color:var(--foreground)!important}._filterChip_1hezj_33._active_1hezj_54{background:#ff8c001a!important;border-color:var(--primary)!important;color:var(--primary)!important}._dropdownContent_1hezj_60{width:180px;background:#111!important;border:1px solid var(--border)!important;z-index:11000!important}._clearButton_1hezj_67{display:flex;align-items:center;gap:var(--spacing-1);background:none;border:none;color:var(--muted-foreground);font-size:.7rem;font-family:var(--font-family-monospace);cursor:pointer;padding:0 var(--spacing-2);height:1.5rem;opacity:.7;transition:opacity .2s}._clearButton_1hezj_67:hover{opacity:1;color:var(--foreground)}._resultCount_1hezj_88{font-family:var(--font-family-monospace);font-size:.7rem;color:var(--muted-foreground);white-space:nowrap}._commandOverlay_1wlwt_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10000;animation:_fadeIn_1wlwt_1 .25s ease-out;pointer-events:none}._commandOverlay_1wlwt_1:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:auto}._commandDialog_1wlwt_18{position:fixed;top:15%;left:50%;transform:translate(-50%);width:100%;max-width:680px;background:linear-gradient(135deg,#0a0a0af2,#000000fa);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 0 0 1px #ff8c0026,0 25px 60px -15px #000000e6,0 0 120px -25px #ff8c001a;overflow:hidden;z-index:10001;animation:_slideIn_1wlwt_1 .3s cubic-bezier(.4,0,.2,1);font-family:var(--font-family-base);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);pointer-events:auto}._commandDialog_1wlwt_18._aiMode_1wlwt_40{box-shadow:0 0 0 1px #ff8c004d,0 25px 60px -15px #000000e6,0 0 140px -25px #ff8c0040}._header_1wlwt_47{padding:var(--spacing-4) var(--spacing-4) 0;border-bottom:1px solid var(--border)}._modeToggle_1wlwt_52{margin-bottom:var(--spacing-3)}._inputWrapper_1wlwt_56{display:flex;align-items:center;border-bottom:1px solid var(--border);padding:var(--spacing-4);position:relative;background:linear-gradient(to bottom,rgba(255,255,255,.02),transparent)}._searchIcon_1wlwt_65{color:var(--muted-foreground);width:1.25rem;height:1.25rem;margin-right:var(--spacing-3);transition:color .2s ease}._aiMode_1wlwt_40 ._searchIcon_1wlwt_65{color:var(--primary)}._commandInput_1wlwt_77{flex:1;background:transparent;border:none;outline:none;font-family:var(--font-family-monospace);font-size:1rem;color:var(--foreground);height:1.5rem}._commandInput_1wlwt_77::placeholder{color:var(--muted-foreground);opacity:.5}._shortcutHint_1wlwt_93{display:flex;gap:var(--spacing-2)}._shortcutHint_1wlwt_93 kbd{background:var(--muted);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.1rem .35rem;font-size:.65rem;color:var(--muted-foreground);font-family:var(--font-family-monospace);font-weight:600;transition:all .2s ease}._shortcutHint_1wlwt_93 kbd:hover{border-color:var(--primary);color:var(--primary)}._footer_1wlwt_115{display:flex;align-items:center;justify-content:flex-end;gap:var(--spacing-4);padding:var(--spacing-2) var(--spacing-4);background:linear-gradient(to top,rgba(255,255,255,.02),transparent);border-top:1px solid var(--border);font-size:.7rem;color:var(--muted-foreground)}._footerItem_1wlwt_127{display:flex;align-items:center;gap:var(--spacing-1);font-family:var(--font-family-monospace)}._modeIndicator_1wlwt_134{color:var(--primary);font-weight:600;text-transform:uppercase;letter-spacing:.05em}._logo_1wlwt_141{font-family:var(--font-family-heading);font-weight:700;color:var(--primary);margin-left:var(--spacing-2);opacity:.6}@media(max-width:768px){._commandDialog_1wlwt_18{top:10%;max-width:calc(100% - 2rem);margin:0 1rem}._header_1wlwt_47{padding:var(--spacing-3) var(--spacing-3) 0}._inputWrapper_1wlwt_56{padding:var(--spacing-3)}._commandInput_1wlwt_77{font-size:.9rem}._footer_1wlwt_115{padding:var(--spacing-2) var(--spacing-3);font-size:.65rem}._shortcutHint_1wlwt_93{display:none}}@keyframes _fadeIn_1wlwt_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_1wlwt_1{0%{opacity:0;transform:translate(-50%,calc(-50% - 20px)) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}._footer_1smz2_1{position:fixed;bottom:0;left:0;right:0;z-index:var(--z-nav-sticky);height:24px;background:#000000eb;border-top:1px solid var(--border);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;overflow:hidden}._tape_1smz2_17{display:flex;align-items:center;gap:0;width:100%;height:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}._tape_1smz2_17::-webkit-scrollbar{display:none}._item_1smz2_32{display:flex;align-items:center;gap:4px;padding:0 10px;height:100%;border-right:1px solid rgba(255,255,255,.06);font-family:var(--font-family-monospace);font-size:10px;line-height:1;white-space:nowrap;cursor:pointer;flex-shrink:0;transition:background-color .15s ease}._item_1smz2_32:last-child{border-right:none}._item_1smz2_32:hover{background:#ffffff0f}._icon_1smz2_56{border:none!important;background:transparent!important;flex-shrink:0;opacity:.85;width:12px;height:12px}._symbol_1smz2_65{color:#ffffff80;font-weight:500;font-size:9px;letter-spacing:.3px}._price_1smz2_72{color:#fff;font-weight:500}._change_1smz2_77{font-weight:600;font-size:9px}._up_1smz2_82{color:var(--success)}._down_1smz2_86{color:var(--error)}._skeleton_1smz2_90{width:32px;height:6px;border-radius:2px;background-color:var(--muted)}._separator_1smz2_97{width:2px;height:16px;background:#ffffff26;flex-shrink:0;margin:0 4px}@media(max-width:640px){._footer_1smz2_1{height:22px}._item_1smz2_32{padding:0 6px;gap:3px;font-size:9px}._symbol_1smz2_65,._change_1smz2_77{font-size:8px}}._pageContainer_1x966_1{display:flex;flex-direction:column;width:100%;margin:0;padding:48px 0 32px;color:var(--foreground);font-family:var(--font-family-base);min-height:100vh;background:var(--background);overflow-y:auto}._stickyHeader_1x966_17{position:sticky;top:48px;z-index:300;background:var(--surface);box-shadow:var(--shadow-md);border-bottom:1px solid var(--border);flex-shrink:0}._compactFilterBar_1x966_27{padding-top:var(--spacing-2)!important;padding-bottom:var(--spacing-2)!important;min-height:0}._filterBarNoBorder_1x966_33{border-bottom:none!important}._integratedFiltersSummary_1x966_37{background:var(--surface);padding-bottom:var(--spacing-2);padding-top:0;border-top:none}._panelsWrapper_1x966_45{display:flex;flex-direction:column;gap:4px;padding:6px 8px;background:var(--background);border-bottom:1px solid var(--border);position:relative;z-index:10}._summariesSection_1x966_56{background:var(--background);position:relative;z-index:10}._terminalContainer_1x966_71{display:flex;flex-direction:row;flex:1;width:100%;min-height:calc(100vh - 160px);border-top:1px solid var(--border);overflow:visible}._manageColumnsBtn_1x966_81{color:var(--muted-foreground)}._manageColumnsBtn_1x966_81:hover{color:var(--foreground)}._aiSearchBtn_1x966_89{display:inline-flex;align-items:center;gap:4px;color:var(--primary)!important;border:1px solid rgba(255,140,0,.2);border-radius:var(--radius-sm);background:#ff8c000d;padding:4px 10px;transition:all .2s ease}._aiSearchBtn_1x966_89:hover{background:#ff8c001f!important;border-color:#ff8c0066;box-shadow:0 0 12px -3px #ff8c0033}._aiSearchBtnLabel_1x966_107{font-size:.65rem;font-weight:700;letter-spacing:.05em;font-family:var(--font-family-monospace)}._instantModeActive_1x966_114{color:#f59e0b!important;border:1px solid rgba(245,158,11,.3);background:#f59e0b1a!important}._instantModeActive_1x966_114:hover{background:#f59e0b2e!important}._searchShortcutBadge_1x966_123{cursor:pointer;font-size:.7rem;height:2.75rem;padding:0 var(--spacing-3);background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--muted-foreground);transition:all .2s ease}._searchShortcutBadge_1x966_123:hover{background:#ffffff1a;color:var(--foreground);border-color:var(--primary)}._separator_1x966_140{width:1px;height:1.5rem;background-color:var(--border);margin:0 var(--spacing-2)}._spin_1x966_147{animation:_spin_1x966_147 1s linear infinite}@keyframes _spin_1x966_147{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){._pageContainer_1x966_1{padding-top:48px;padding-bottom:60px;height:auto;min-height:100vh;overflow:auto}._terminalContainer_1x966_71{flex-direction:column;padding-right:0}._stickyHeader_1x966_17{top:48px}._panelsWrapper_1x966_45{padding:4px;gap:3px}._summariesSection_1x966_56{padding:var(--spacing-4)}}@layer base{._trigger_1xj0g_2{all:unset;display:flex;align-items:center;gap:var(--spacing-3);padding:var(--spacing-1) var(--spacing-2);border-radius:var(--radius-md);cursor:pointer;transition:background-color .2s}._trigger_1xj0g_2:hover{background-color:var(--surface)}._trigger_1xj0g_2:focus-visible{box-shadow:0 0 0 2px var(--primary)}._avatarRoot_1xj0g_21{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;overflow:hidden;-webkit-user-select:none;user-select:none;width:32px;height:32px;border-radius:50%;background-color:var(--muted);border:1px solid var(--border);box-shadow:0 0 10px #00000080;transition:all .2s ease}._trigger_1xj0g_2:hover ._avatarRoot_1xj0g_21{border-color:var(--primary);box-shadow:var(--primary-glow);background-color:var(--surface)}._avatarImage_1xj0g_43{width:100%;height:100%;object-fit:cover;border-radius:inherit}._avatarFallback_1xj0g_50{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--surface);color:var(--primary);font-size:.875rem;font-weight:600;font-family:var(--font-family-monospace)}._userInfo_1xj0g_63{display:flex;flex-direction:column;align-items:flex-start;display:none}@media(min-width:768px){._userInfo_1xj0g_63{display:flex}}._userName_1xj0g_76{font-size:.875rem;font-weight:500;color:var(--foreground);line-height:1.2}._userRole_1xj0g_83{font-size:.75rem;color:var(--muted-foreground);text-transform:uppercase;font-family:var(--font-family-monospace)}._content_1xj0g_90{min-width:280px;max-width:320px;background-color:#0a0a0a;border-radius:var(--radius-md);padding:var(--spacing-1);box-shadow:0 10px 38px -10px #000000e6,0 10px 20px -15px #000c,0 0 0 1px var(--border);animation:_slideUpAndFade_1xj0g_1 .4s cubic-bezier(.16,1,.3,1);z-index:var(--z-overlay)}._header_1xj0g_103{padding:var(--spacing-2) var(--spacing-2)}._headerName_1xj0g_107{font-weight:500;font-size:.875rem;color:var(--foreground);margin:0}._headerEmail_1xj0g_114{font-size:.75rem;color:var(--muted-foreground);margin:0;overflow:hidden;text-overflow:ellipsis}._separator_1xj0g_122{height:1px;background-color:var(--border);margin:var(--spacing-1)}._item_1xj0g_128{font-size:.875rem;line-height:1;color:var(--foreground);border-radius:var(--radius-sm);display:flex;align-items:center;gap:var(--spacing-2);height:32px;padding:0 var(--spacing-2);position:relative;-webkit-user-select:none;user-select:none;outline:none;cursor:pointer}._item_1xj0g_128[data-highlighted]{background-color:var(--primary);color:var(--primary-foreground)}._destructive_1xj0g_149{color:var(--error)}._destructive_1xj0g_149[data-highlighted]{background-color:var(--error);color:var(--error-foreground)}._walletSection_1xj0g_160{padding:var(--spacing-2)}._walletRow_1xj0g_164{display:flex;align-items:center;gap:6px}._walletIcon_1xj0g_170{color:var(--muted-foreground);flex-shrink:0}._walletAddr_1xj0g_175{font-size:.75rem;font-family:var(--font-family-monospace);color:var(--muted-foreground)}._copyBtn_1xj0g_181{all:unset;cursor:pointer;color:var(--muted-foreground);padding:2px;border-radius:3px;display:flex;align-items:center;margin-left:auto;transition:color .15s}._copyBtn_1xj0g_181:hover{color:var(--foreground)}._chainSection_1xj0g_199{margin-top:8px;padding:6px 8px;border-radius:6px;background:#ffffff05;border:1px solid rgba(255,255,255,.04)}._chainHeader_1xj0g_207{display:flex;align-items:center;justify-content:space-between}._chainLabel_1xj0g_213{font-size:.625rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground);font-family:var(--font-family-monospace);font-weight:600}._refreshBtn_1xj0g_222{all:unset;cursor:pointer;color:var(--muted-foreground);padding:2px;display:flex;align-items:center;transition:color .15s}._refreshBtn_1xj0g_222:hover{color:var(--foreground)}._balanceGrid_1xj0g_236{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:4px}._balanceItem_1xj0g_243{display:flex;flex-direction:column;gap:1px}._balanceLabel_1xj0g_249{font-size:.5625rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);font-family:var(--font-family-monospace)}._balanceValue_1xj0g_257{font-size:.8125rem;font-weight:600;color:var(--foreground);font-family:var(--font-family-monospace)}._gasWarning_1xj0g_266{display:flex;align-items:center;gap:5px;padding:5px 8px;margin-top:6px;border-radius:4px;background:#eab3081a;border:1px solid rgba(234,179,8,.2);font-family:var(--font-family-monospace);font-size:.625rem;color:#eab308;line-height:1.4}._depositToggle_1xj0g_283{all:unset;display:flex;align-items:center;gap:6px;width:100%;padding:6px 0;margin-top:8px;cursor:pointer;font-size:.75rem;font-family:var(--font-family-monospace);color:var(--primary);transition:opacity .15s}._depositToggle_1xj0g_283:hover{opacity:.8}._depositToggle_1xj0g_283 span{flex:1}._depositForm_1xj0g_306{margin-top:6px;display:flex;flex-direction:column;gap:6px}._depositInputRow_1xj0g_313{display:flex;align-items:center;gap:4px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:5px;padding:0 8px}._depositInput_1xj0g_313{all:unset;flex:1;padding:6px 0;font-size:.8125rem;font-family:var(--font-family-monospace);color:var(--foreground);min-width:0}._depositInput_1xj0g_313::placeholder{color:var(--muted-foreground)}._depositSuffix_1xj0g_337{font-size:.625rem;font-family:var(--font-family-monospace);color:var(--muted-foreground);font-weight:600}._pctRow_1xj0g_344{display:flex;gap:3px}._pctBtn_1xj0g_349{all:unset;flex:1;text-align:center;padding:3px 0;font-size:.625rem;font-family:var(--font-family-monospace);color:var(--muted-foreground);cursor:pointer;border-radius:3px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);transition:all .15s}._pctBtn_1xj0g_349:hover{background:#ffffff0f;color:var(--foreground)}._depositBtn_1xj0g_369{all:unset;display:flex;align-items:center;justify-content:center;gap:5px;padding:7px 0;border-radius:5px;font-size:.75rem;font-weight:600;font-family:var(--font-family-monospace);cursor:pointer;background:var(--primary);color:var(--primary-foreground);transition:opacity .15s}._depositBtn_1xj0g_369:hover:not(:disabled){opacity:.85}._depositBtn_1xj0g_369:disabled{opacity:.4;cursor:not-allowed}._depositNote_1xj0g_395{font-size:.5625rem;font-family:var(--font-family-monospace);color:var(--muted-foreground);text-align:center}._depositNote_1xj0g_395 a{color:var(--primary);text-decoration:none}._depositNote_1xj0g_395 a:hover{text-decoration:underline}._statusOk_1xj0g_413,._statusErr_1xj0g_414,._statusLoad_1xj0g_415{display:flex;align-items:center;gap:5px;padding:5px 7px;border-radius:4px;font-size:.625rem;font-family:var(--font-family-monospace);line-height:1.4}._statusOk_1xj0g_413{background:#10b9811a;border:1px solid rgba(16,185,129,.2);color:#10b981}._statusErr_1xj0g_414{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#ef4444}._statusLoad_1xj0g_415{background:#3b82f61a;border:1px solid rgba(59,130,246,.2);color:#3b82f6}._spinning_1xj0g_446{animation:_spin_1xj0g_446 1s linear infinite}@keyframes _spin_1xj0g_446{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _slideUpAndFade_1xj0g_1{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}}._footer_rhzra_1{position:fixed;bottom:0;left:var(--sidebar-width, 0px);right:0;background-color:var(--card);border-top:1px solid var(--border);z-index:var(--z-nav-sticky);box-shadow:0 -1px 3px #0003;transition:all .3s cubic-bezier(.16,1,.3,1);overflow:hidden}._footer_rhzra_1._collapsed_rhzra_14{cursor:pointer}._footer_rhzra_1._collapsed_rhzra_14:hover{background-color:var(--surface)}._container_rhzra_22{max-width:100%;margin:0 auto;position:relative}._header_rhzra_29{height:40px;display:flex;align-items:center;justify-content:space-between;padding:0 var(--spacing-4);cursor:pointer;width:100%}._left_rhzra_39{display:flex;align-items:center;gap:var(--spacing-3);overflow:hidden;white-space:nowrap}._iconWrapper_rhzra_47{display:flex;align-items:center;justify-content:center;color:var(--warning)}._warningIcon_rhzra_54{opacity:.9}._summaryText_rhzra_58{display:flex;align-items:center;gap:var(--spacing-2);font-family:var(--font-family-monospace);font-size:.7rem;color:var(--muted-foreground)}._title_rhzra_67{color:var(--warning);font-weight:700;letter-spacing:.05em}._separator_rhzra_73{color:var(--border);opacity:.5}._preview_rhzra_78{opacity:.8;overflow:hidden;text-overflow:ellipsis}._actions_rhzra_85{display:flex;align-items:center;gap:var(--spacing-2);padding-left:var(--spacing-4);flex-shrink:0}._expandBtn_rhzra_93{display:flex;align-items:center;gap:var(--spacing-1);background:transparent;border:none;color:var(--primary);font-family:var(--font-family-monospace);font-size:.65rem;font-weight:600;cursor:pointer;padding:var(--spacing-1) var(--spacing-2);border-radius:var(--radius-sm);transition:all .2s ease;text-transform:uppercase}._expandBtn_rhzra_93:hover{background-color:color-mix(in srgb,var(--primary) 10%,transparent)}._btnText_rhzra_114{display:inline-block}._divider_rhzra_118{width:1px;height:12px;background-color:var(--border);margin:0 var(--spacing-1)}._dismissBtn_rhzra_125{display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--muted-foreground);cursor:pointer;padding:var(--spacing-1);border-radius:var(--radius-sm);transition:all .2s ease}._dismissBtn_rhzra_125:hover{color:var(--foreground);background-color:var(--muted)}._expandableContent_rhzra_144{max-height:0;opacity:0;transition:all .3s cubic-bezier(.16,1,.3,1);background-color:var(--surface);border-top:1px solid transparent}._footer_rhzra_1._expanded_rhzra_152 ._expandableContent_rhzra_144{max-height:300px;opacity:1;border-top-color:var(--border)}._contentInner_rhzra_158{padding:var(--spacing-4) var(--spacing-6);max-width:1000px;margin:0 auto}._fullDisclaimer_rhzra_164{font-family:var(--font-family-base);font-size:.75rem;line-height:1.6;color:var(--muted-foreground);margin:0 0 var(--spacing-4) 0;text-align:justify}._footerLinks_rhzra_173{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-top:1px solid var(--border);padding-top:var(--spacing-3);margin-top:var(--spacing-2)}._links_rhzra_183{display:flex;align-items:center;gap:var(--spacing-3)}._link_rhzra_183{font-family:var(--font-family-monospace);font-size:.7rem;color:var(--muted-foreground);text-decoration:none;transition:color .2s ease;text-transform:uppercase}._link_rhzra_183:hover{color:var(--primary)}._linkSeparator_rhzra_202{color:var(--border);font-size:.7rem}._copyright_rhzra_207{font-family:var(--font-family-monospace);font-size:.7rem;color:var(--muted-foreground);opacity:.6}@media(max-width:768px){._footer_rhzra_1{left:0}._preview_rhzra_78,._btnText_rhzra_114{display:none}._header_rhzra_29{padding:0 var(--spacing-3)}._contentInner_rhzra_158{padding:var(--spacing-4)}._footerLinks_rhzra_173{flex-direction:column;gap:var(--spacing-3);align-items:flex-start}}._container_8mqns_1{min-height:100vh;background-color:var(--background);color:var(--foreground);display:flex;flex-direction:column}._header_8mqns_10{position:fixed;top:0;left:0;right:0;height:44px;background-color:var(--background);border-bottom:1px solid var(--border);z-index:var(--z-nav);display:flex;align-items:center;justify-content:space-between;padding:0 var(--spacing-3);gap:var(--spacing-2)}._headerLeft_8mqns_26{display:flex;align-items:center;gap:var(--spacing-1);min-width:0}._headerRight_8mqns_33{display:flex;align-items:center;gap:var(--spacing-2);flex-shrink:0}._logoLink_8mqns_41{display:flex;align-items:center;gap:4px;text-decoration:none;color:inherit;flex-shrink:0;margin-right:var(--spacing-2)}._logoEmoji_8mqns_51{font-size:1rem;line-height:1}._logoText_8mqns_56{font-family:var(--font-family-monospace);font-weight:800;font-size:.75rem;letter-spacing:-.03em;color:var(--foreground)}._proBadge_8mqns_64{color:var(--primary);font-family:var(--font-family-monospace);font-weight:700;font-size:.5rem;border:1px solid var(--primary);padding:0 3px;border-radius:2px;line-height:1.4}._desktopNav_8mqns_76{display:flex;align-items:center;gap:1px}._navItem_8mqns_82{all:unset;display:flex;align-items:center;gap:4px;padding:5px 8px;border-radius:var(--radius-sm);cursor:pointer;color:var(--muted-foreground);font-size:.7rem;font-weight:500;font-family:var(--font-family-base);letter-spacing:.01em;transition:all .12s ease;white-space:nowrap}._navItem_8mqns_82:hover{color:var(--foreground);background-color:#ffffff0d}._navItemActive_8mqns_104{color:var(--primary);background-color:#ff8c001a;font-weight:600}._navItemSecondary_8mqns_110{opacity:.7;font-size:.65rem}._navItemSecondary_8mqns_110:hover{opacity:1}._authButtons_8mqns_120{display:flex;align-items:center;gap:var(--spacing-1)}._mobileMenuToggle_8mqns_127{display:none;align-items:center;justify-content:center;background:transparent;border:none;color:var(--foreground);cursor:pointer;padding:4px}._overlay_8mqns_139,._mobileMenu_8mqns_127{display:none}._mobileNavItem_8mqns_148{all:unset;display:flex;align-items:center;gap:var(--spacing-2);padding:var(--spacing-2) var(--spacing-3);cursor:pointer;color:var(--muted-foreground);font-size:.8rem;font-weight:500;transition:all .12s ease;width:100%;box-sizing:border-box}._mobileNavItem_8mqns_148:hover{color:var(--foreground);background-color:#ffffff0d}._mobileNavItemActive_8mqns_168{color:var(--primary);background-color:#ff8c0014}._mobileNavDivider_8mqns_173{height:1px;background:var(--border);margin:var(--spacing-1) var(--spacing-3)}._main_8mqns_180{flex:1;margin-top:44px;padding:var(--spacing-2);min-height:calc(100vh - 44px);width:100%;max-width:100%}@media(max-width:900px){._navItemSecondary_8mqns_110{display:none}}@media(max-width:768px){._desktopNav_8mqns_76{display:none}._mobileMenuToggle_8mqns_127{display:flex}._overlay_8mqns_139{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;z-index:calc(var(--z-nav) + 1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._mobileMenu_8mqns_127{display:flex;flex-direction:column;position:fixed;top:44px;left:0;right:0;background-color:var(--card);border-bottom:1px solid var(--border);z-index:calc(var(--z-nav) + 2);padding:var(--spacing-2) 0;max-height:calc(100vh - 44px);overflow-y:auto;animation:_slideDown_8mqns_1 .15s ease-out}@keyframes _slideDown_8mqns_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._main_8mqns_180{padding:var(--spacing-2)}}@layer base{._formItem_1oh3b_2{display:flex;flex-direction:column;gap:var(--spacing-2);margin-bottom:var(--spacing-4)}._formLabel_1oh3b_9{font-family:var(--font-family-base);font-weight:500;font-size:.875rem;line-height:1.5;color:var(--foreground);transition:color var(--animation-duration-fast) ease}._formLabel_1oh3b_9._error_1oh3b_18{color:var(--error)}._formControl_1oh3b_22{width:100%}._formControl_1oh3b_22._error_1oh3b_18:not(button){border-color:var(--error);box-shadow:0 0 0 2px color-mix(in srgb,var(--error) 20%,transparent),0 0 20px color-mix(in srgb,var(--error) 25%,transparent)}._formDescription_1oh3b_31{font-size:.75rem;line-height:1.5;color:var(--muted-foreground);margin-top:var(--spacing-1);font-family:var(--font-family-base)}._formMessage_1oh3b_39{font-size:.75rem;line-height:1.5;font-weight:500;color:var(--error);animation:_slideIn_1oh3b_1 var(--animation-duration-normal) ease;margin-top:var(--spacing-1);font-family:var(--font-family-base)}@keyframes _slideIn_1oh3b_1{0%{opacity:0;transform:translateY(-.25rem)}to{opacity:1;transform:translateY(0)}}}._form_1q6v5_1{display:flex;flex-direction:column;gap:var(--spacing-4)}._errorMessage_1q6v5_7{background-color:color-mix(in srgb,var(--error) 15%,transparent);border:1px solid var(--error);color:var(--error);padding:var(--spacing-3);border-radius:var(--radius);margin-bottom:var(--spacing-4);font-size:.875rem}._submitButton_1q6v5_17{width:100%}._loadingText_1q6v5_21{display:flex;align-items:center;justify-content:center;gap:var(--spacing-2)}._spinner_1q6v5_28{color:#fff}._form_2fte3_1{width:100%;display:flex;flex-direction:column;gap:var(--spacing-4)}._submitButton_2fte3_8{width:100%;margin-top:var(--spacing-4)}._errorMessage_2fte3_13{background-color:color-mix(in srgb,var(--error) 15%,transparent);border:1px solid var(--error);color:var(--error);padding:var(--spacing-3);border-radius:var(--radius);margin-bottom:var(--spacing-4);font-size:.875rem}@media(max-width:480px){._buttonGroup_2fte3_25{gap:var(--spacing-2)}}._container_15y3j_1{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background-color:var(--background);position:relative;overflow:hidden;padding:var(--spacing-4);font-family:var(--font-family-monospace)}._backgroundGrid_15y3j_15{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(var(--surface) 1px,transparent 1px),linear-gradient(90deg,var(--surface) 1px,transparent 1px);background-size:40px 40px;opacity:.3;z-index:0;pointer-events:none}._backgroundGrid_15y3j_15:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,transparent 0%,var(--background) 80%)}._scanline_15y3j_40{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.2) 51%);background-size:100% 4px;pointer-events:none;z-index:1;opacity:.15}._cardWrapper_15y3j_58{position:relative;z-index:10;width:100%;max-width:480px;display:flex;flex-direction:column;gap:var(--spacing-6)}._brandHeader_15y3j_69{text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--spacing-2)}._logoContainer_15y3j_77{width:64px;height:64px;background:var(--surface);border:1px solid var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:var(--spacing-2);box-shadow:0 0 15px color-mix(in srgb,var(--primary) 30%,transparent)}._loginLogo_15y3j_89{width:32px;height:32px;object-fit:cover;border-radius:var(--radius-sm)}._appTitle_15y3j_96{font-family:var(--font-family-heading);font-size:2rem;font-weight:900;letter-spacing:-.02em;color:var(--foreground);margin:0;text-transform:uppercase;display:flex;align-items:center;gap:var(--spacing-2)}._proBadge_15y3j_109{background-color:var(--primary);color:var(--primary-foreground);font-size:.75rem;padding:2px 6px;border-radius:var(--radius-sm);font-weight:700;letter-spacing:.05em}._tagline_15y3j_119{font-family:var(--font-family-monospace);color:var(--muted-foreground);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;margin:0}._terminalCard_15y3j_129{background-color:var(--card);border:1px solid var(--border);box-shadow:0 0 0 1px var(--border),0 20px 40px -10px #00000080;position:relative;overflow:hidden}._terminalCard_15y3j_129:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,var(--primary),transparent);opacity:.8}._cardHeader_15y3j_155{background-color:var(--surface);border-bottom:1px solid var(--border);padding:var(--spacing-3) var(--spacing-4);display:flex;justify-content:space-between;align-items:center}._terminalControls_15y3j_164{display:flex;gap:6px}._controlDot_15y3j_169{width:8px;height:8px;border-radius:50%;background-color:var(--muted-foreground);opacity:.5}._connectionStatus_15y3j_177{font-family:var(--font-family-monospace);font-size:.65rem;color:var(--success);display:flex;align-items:center;gap:var(--spacing-2);letter-spacing:.05em}._statusDot_15y3j_187{width:6px;height:6px;background-color:var(--success);border-radius:50%;box-shadow:0 0 8px var(--success);animation:_pulse_15y3j_1 2s infinite}@keyframes _pulse_15y3j_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._formContainer_15y3j_202{padding:var(--spacing-6) var(--spacing-6) var(--spacing-8);display:flex;flex-direction:column;gap:var(--spacing-6)}._loginHeader_15y3j_209{text-align:center;margin-bottom:var(--spacing-4)}._loginTitle_15y3j_214{font-family:var(--font-family-heading);font-size:1.5rem;font-weight:700;color:var(--foreground);margin:0 0 var(--spacing-2) 0;text-transform:uppercase;letter-spacing:.01em}._loginSubtitle_15y3j_224{font-size:.875rem;color:var(--muted-foreground);margin:0;letter-spacing:.02em}._walletSection_15y3j_231{display:flex;justify-content:center;padding:var(--spacing-4) 0}._separator_15y3j_237{display:flex;align-items:center;gap:var(--spacing-4)}._separatorLine_15y3j_243{flex:1;height:1px;background-color:var(--border)}._separatorText_15y3j_249{font-family:var(--font-family-monospace);font-size:.75rem;color:var(--muted-foreground);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}._oauthSection_15y3j_258{display:flex;flex-direction:column;gap:var(--spacing-4)}._oauthNote_15y3j_264{font-size:.75rem;color:var(--muted-foreground);text-align:center;margin:0;font-family:var(--font-family-monospace);letter-spacing:.02em}._cardFooter_15y3j_274{background-color:var(--surface);border-top:1px solid var(--border);padding:var(--spacing-2) var(--spacing-4)}._footerData_15y3j_280{display:flex;justify-content:space-between;font-family:var(--font-family-monospace);font-size:.65rem;color:var(--muted-foreground);opacity:.6}._legalFooter_15y3j_290{text-align:center;font-family:var(--font-family-monospace);font-size:.65rem;color:var(--muted-foreground);opacity:.5}@media(max-width:480px){._container_15y3j_1{padding:var(--spacing-2);align-items:flex-start;padding-top:var(--spacing-8)}._cardWrapper_15y3j_58{gap:var(--spacing-4)}._formContainer_15y3j_202{padding:var(--spacing-4)}._appTitle_15y3j_96{font-size:1.5rem}}._modalContent_11y1c_1{width:100%;max-width:500px;border:1px solid var(--border);background-color:var(--surface)}._title_11y1c_8{color:var(--primary)}._body_11y1c_12{margin-top:var(--spacing-4)}._summary_11y1c_16{background-color:#ffffff08;border-radius:var(--radius-md);padding:var(--spacing-4);margin-bottom:var(--spacing-6);border:1px solid var(--border)}._summaryRow_11y1c_24{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-2);font-size:.9rem;color:var(--muted-foreground)}._summaryRow_11y1c_24:last-child{margin-bottom:0}._summaryValue_11y1c_37{color:var(--foreground);font-weight:600;font-family:var(--font-family-mono)}._secureNote_11y1c_43{display:flex;align-items:center;gap:var(--spacing-2);margin-top:var(--spacing-4);padding-top:var(--spacing-3);border-top:1px solid var(--border);font-size:.75rem;color:var(--success)}._form_11y1c_54{display:flex;flex-direction:column;gap:var(--spacing-6)}._actions_11y1c_60{display:flex;justify-content:flex-end;gap:var(--spacing-3);margin-top:var(--spacing-2)}._error_11y1c_67{color:var(--error);font-size:.875rem;padding:var(--spacing-3);background-color:#ef44441a;border-radius:var(--radius-sm);border:1px solid rgba(239,68,68,.2)}._loading_11y1c_76{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-8);gap:var(--spacing-4);color:var(--muted-foreground)}._successState_11y1c_86{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-8);gap:var(--spacing-4);color:var(--success);text-align:center;animation:_fadeIn_11y1c_1 .5s ease-out}._successIcon_11y1c_98{color:var(--success);filter:drop-shadow(0 0 10px rgba(16,185,129,.3))}._errorState_11y1c_103{text-align:center;padding:var(--spacing-4);color:var(--error)}@keyframes _fadeIn_11y1c_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._dialogContent_3pfsh_1{max-width:900px!important;width:95vw!important;padding:var(--spacing-8)!important;background:#000!important;border:1px solid var(--border)!important;border-radius:var(--radius-md)!important}._dialogHeader_3pfsh_10{text-align:center;margin-bottom:var(--spacing-8);border-bottom:1px solid var(--border);padding-bottom:var(--spacing-6)}._dialogTitle_3pfsh_17{font-family:var(--font-family-heading);font-size:1.5rem;color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--spacing-3)}._dialogDescription_3pfsh_26{font-size:.9rem;color:var(--muted-foreground);font-family:var(--font-family-monospace)}._grid_3pfsh_32{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-4);align-items:stretch}._tierCard_3pfsh_40{position:relative;background:var(--card);border-radius:var(--radius-sm);padding:var(--spacing-6);display:flex;flex-direction:column;border:1px solid var(--border);transition:all .2s ease}._tierCard_3pfsh_40:hover{border-color:var(--primary);background-color:var(--surface)}._premium_3pfsh_62{border-color:var(--primary);background-color:color-mix(in srgb,var(--primary) 5%,transparent)}._premium_3pfsh_62:hover{background-color:color-mix(in srgb,var(--primary) 10%,transparent)}._recommendedBadge_3pfsh_77{position:absolute;top:-10px;left:50%;transform:translate(-50%);background-color:var(--primary);color:#000;font-family:var(--font-family-monospace);font-weight:700;font-size:.65rem;padding:2px 8px;border-radius:var(--radius-sm);letter-spacing:.1em;border:1px solid var(--primary)}._cardHeader_3pfsh_93{text-align:center;margin-bottom:var(--spacing-6);padding-bottom:var(--spacing-4);border-bottom:1px solid var(--border)}._tierName_3pfsh_100{font-family:var(--font-family-monospace);font-size:1rem;margin-bottom:var(--spacing-2);color:var(--foreground);text-transform:uppercase;letter-spacing:.05em}._priceContainer_3pfsh_109{display:flex;align-items:baseline;justify-content:center;font-family:var(--font-family-monospace);color:var(--foreground)}._currency_3pfsh_117{font-size:1rem;margin-right:2px;color:var(--muted-foreground)}._price_3pfsh_109{font-size:2rem;font-weight:600;line-height:1}._period_3pfsh_129{font-size:.8rem;color:var(--muted-foreground);margin-left:4px}._trialBadge_3pfsh_135{margin-top:var(--spacing-3)}._featureList_3pfsh_139{list-style:none;padding:0;margin:0 0 var(--spacing-8) 0;flex:1}._featureItem_3pfsh_146{display:flex;align-items:flex-start;gap:var(--spacing-3);margin-bottom:var(--spacing-3);font-size:.85rem;color:var(--muted-foreground);line-height:1.4;font-family:var(--font-family-base)}._checkIcon_3pfsh_157{color:var(--primary);flex-shrink:0;margin-top:2px;width:14px;height:14px}._cardFooter_3pfsh_165{margin-top:auto}._actionButton_3pfsh_169{width:100%;font-family:var(--font-family-monospace);text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}@media(max-width:768px){._grid_3pfsh_32{grid-template-columns:1fr;gap:var(--spacing-6)}._premium_3pfsh_62{order:-1}._dialogContent_3pfsh_1{padding:var(--spacing-4)!important;width:100vw!important;max-height:100vh;border-radius:0}}._hero_m1vwr_1{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--spacing-8) var(--spacing-4);overflow:hidden;background:var(--background)}._backgroundGrid_m1vwr_13{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,140,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,140,0,.03) 1px,transparent 1px);background-size:50px 50px;animation:_gridMove_m1vwr_1 20s linear infinite;z-index:0}@keyframes _gridMove_m1vwr_1{0%{transform:translate(0)}to{transform:translate(50px,50px)}}._gradientOrb1_m1vwr_34{position:absolute;top:10%;left:10%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,140,0,.08),transparent 70%);border-radius:50%;filter:blur(60px);animation:_float1_m1vwr_1 15s ease-in-out infinite;z-index:0}._gradientOrb2_m1vwr_47{position:absolute;bottom:10%;right:10%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,140,0,.06),transparent 70%);border-radius:50%;filter:blur(50px);animation:_float2_m1vwr_1 12s ease-in-out infinite;z-index:0}@keyframes _float1_m1vwr_1{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}@keyframes _float2_m1vwr_1{0%,to{transform:translate(0)}50%{transform:translate(-40px,40px)}}._content_m1vwr_78{position:relative;z-index:var(--z-content);max-width:1100px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--spacing-6)}._badge_m1vwr_89{display:inline-flex;align-items:center;gap:var(--spacing-2);padding:var(--spacing-2) var(--spacing-4);background:#ff8c001a;border:1px solid var(--primary);border-radius:var(--radius-full);font-size:.875rem;font-weight:500;color:var(--primary);text-transform:uppercase;letter-spacing:.05em;box-shadow:0 0 20px #ff8c0033}._badgeIcon_m1vwr_105{animation:_pulse_m1vwr_1 2s ease-in-out infinite}@keyframes _pulse_m1vwr_1{0%,to{opacity:1}50%{opacity:.5}}._titleWrapper_m1vwr_118{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-4) 0}._breakingBar_m1vwr_127{display:inline-flex;align-items:center;gap:var(--spacing-2);background-color:#ff45001a;border:1px solid var(--error);padding:4px 12px;border-radius:var(--radius-sm);margin-bottom:var(--spacing-3);box-shadow:0 0 10px #ef444433}._breakingDot_m1vwr_139{width:8px;height:8px;background-color:var(--error);border-radius:50%;box-shadow:0 0 8px var(--error)}._breakingText_m1vwr_147{color:var(--error);font-family:var(--font-family-monospace);font-weight:700;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}._title_m1vwr_118{font-family:var(--font-family-heading);font-size:clamp(3rem,10vw,7rem);font-weight:900;line-height:1;margin:0;letter-spacing:-.02em;color:var(--foreground);text-shadow:0 0 40px rgba(255,140,0,.3);position:relative;overflow:hidden;padding:0 var(--spacing-2)}._scanLine_m1vwr_170{position:absolute;left:0;width:100%;height:20px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.2),transparent);pointer-events:none;z-index:2}._signalBarsLeft_m1vwr_180,._signalBarsRight_m1vwr_180{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px;height:60px}._signalBarsLeft_m1vwr_180{left:-40px}._signalBarsRight_m1vwr_180{right:-40px}._signalBar_m1vwr_180{width:4px;background-color:var(--primary);border-radius:2px}._subtitle_m1vwr_204{font-family:var(--font-family-heading);font-size:clamp(1.25rem,3vw,2rem);font-weight:600;color:var(--foreground);margin:0}._description_m1vwr_212{font-size:clamp(1rem,2vw,1.125rem);color:var(--muted-foreground);line-height:1.6;max-width:800px;margin:0}._ctaGroup_m1vwr_220{display:flex;gap:var(--spacing-4);margin-top:var(--spacing-4);flex-wrap:wrap;justify-content:center}._primaryCta_m1vwr_228{animation:_glowPulse_m1vwr_1 2s ease-in-out infinite}@keyframes _glowPulse_m1vwr_1{0%,to{box-shadow:0 0 20px #ff8c004d}50%{box-shadow:0 0 30px #ff8c0080,0 0 40px #ff8c004d}}._statsRow_m1vwr_241{display:flex;gap:var(--spacing-10);margin-top:var(--spacing-8);padding:var(--spacing-6) var(--spacing-8);background:#0a0a0a80;border:1px solid var(--border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000004d;transition:border-color .3s ease,box-shadow .3s ease}._stat_m1vwr_241{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-1)}._statValue_m1vwr_261{font-family:var(--font-family-monospace);font-size:2rem;font-weight:700;color:var(--primary);font-variant-numeric:tabular-nums;text-shadow:0 0 20px rgba(255,140,0,.4)}._statLabel_m1vwr_270{font-size:.75rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;font-weight:500}@media(max-width:768px){._hero_m1vwr_1{min-height:90vh;padding:var(--spacing-6) var(--spacing-3)}._title_m1vwr_118{font-size:clamp(2.5rem,12vw,4rem)}._signalBarsLeft_m1vwr_180,._signalBarsRight_m1vwr_180{display:none}._ctaGroup_m1vwr_220{flex-direction:column;width:100%}._ctaGroup_m1vwr_220>*{width:100%}._statsRow_m1vwr_241{flex-wrap:wrap;gap:var(--spacing-6);padding:var(--spacing-4);justify-content:center}._stat_m1vwr_241{min-width:120px}._gradientOrb1_m1vwr_34,._gradientOrb2_m1vwr_47{width:300px;height:300px}}._about_1yjis_1{padding:var(--spacing-16) var(--spacing-4);background:linear-gradient(180deg,var(--background) 0%,var(--surface) 100%);position:relative;overflow:hidden}._about_1yjis_1:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:1400px;height:1px;background:linear-gradient(90deg,transparent,var(--primary),transparent);opacity:.3}._container_1yjis_21{max-width:1400px;margin:0 auto}._header_1yjis_26{text-align:center;margin-bottom:var(--spacing-12)}._title_1yjis_31{font-family:var(--font-family-heading);font-size:clamp(2rem,5vw,3rem);font-weight:700;margin:0 0 var(--spacing-4);color:var(--foreground);line-height:1.2;text-transform:uppercase;letter-spacing:-.01em}._accent_1yjis_42{color:var(--primary);position:relative;display:inline-block}._accent_1yjis_42:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--primary),transparent);animation:_shimmer_1yjis_1 2s ease-in-out infinite}@keyframes _shimmer_1yjis_1{0%,to{opacity:.3}50%{opacity:1}}._subtitle_1yjis_68{font-size:clamp(1rem,2vw,1.125rem);color:var(--muted-foreground);max-width:700px;margin:0 auto;line-height:1.6}._grid_1yjis_76{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--spacing-6);margin-bottom:var(--spacing-12)}@media(max-width:768px){._grid_1yjis_76{grid-template-columns:1fr;gap:var(--spacing-4)}}._card_1yjis_90{padding:var(--spacing-8);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--animation-duration-normal) ease;position:relative;overflow:hidden}._card_1yjis_90:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,140,0,.05),transparent);transition:left .6s ease}._card_1yjis_90:hover{border-color:var(--primary);box-shadow:0 8px 30px #0006,0 0 20px #ff8c0026}._card_1yjis_90:hover:before{left:100%}._cardIcon_1yjis_125{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#ff8c001a;border:1px solid var(--primary);border-radius:var(--radius);margin-bottom:var(--spacing-4);color:var(--primary);transition:all var(--animation-duration-normal) ease}._card_1yjis_90:hover ._cardIcon_1yjis_125{background:#ff8c0033;box-shadow:0 0 20px #ff8c004d;transform:scale(1.05)}._cardTitle_1yjis_145{font-family:var(--font-family-heading);font-size:1.25rem;font-weight:600;color:var(--foreground);margin:0 0 var(--spacing-4);text-transform:uppercase;letter-spacing:.01em}._cardText_1yjis_155{font-size:.9375rem;color:var(--muted-foreground);line-height:1.7;margin:0}._statsContainer_1yjis_162{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--spacing-6);padding:var(--spacing-8);background:transparent;border:1px solid var(--border);border-radius:var(--radius-lg);position:relative;overflow:hidden}._statsContainer_1yjis_162:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(255,140,0,.03),transparent);pointer-events:none}._stat_1yjis_162{text-align:center}._statValue_1yjis_190{font-family:var(--font-family-monospace);font-size:2.5rem;font-weight:700;color:var(--primary);font-variant-numeric:tabular-nums;line-height:1;margin-bottom:var(--spacing-2);text-shadow:0 0 20px rgba(255,140,0,.3)}._statLabel_1yjis_201{font-size:.875rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;font-weight:500}@media(max-width:768px){._about_1yjis_1{padding:var(--spacing-12) var(--spacing-3)}._card_1yjis_90{padding:var(--spacing-6)}._statsContainer_1yjis_162{grid-template-columns:repeat(2,1fr);gap:var(--spacing-4);padding:var(--spacing-6)}._statValue_1yjis_190{font-size:2rem}}._card_4nl7c_1{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}._card_4nl7c_1._ghost_4nl7c_8{background:transparent;border:none;border-radius:0}._header_4nl7c_14{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--spacing-3) var(--spacing-4);background:transparent;border:none;cursor:pointer;transition:background-color var(--animation-duration-fast) ease;text-align:left}._header_4nl7c_14:hover{background-color:#ff8c000d}._headerGhost_4nl7c_31:hover{background-color:#ff8c0005}._headerContent_4nl7c_35{flex:1}._title_4nl7c_39{font-family:var(--font-family-heading);font-size:1.1rem;font-weight:var(--font-weight-bold);color:var(--foreground);margin:0 0 var(--spacing-1) 0;text-transform:uppercase;letter-spacing:.02em}._titleGhost_4nl7c_49{font-size:1rem;color:var(--primary);opacity:.9}._description_4nl7c_55{font-size:.8125rem;color:var(--muted-foreground);margin:0;line-height:1.4}._iconWrapper_4nl7c_62{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:var(--radius);background:#ff8c001a;border:1px solid var(--primary);flex-shrink:0;margin-left:var(--spacing-3)}._icon_4nl7c_62{color:var(--primary)}._content_4nl7c_79{overflow:hidden;border-top:1px solid var(--border)}._ghost_4nl7c_8 ._content_4nl7c_79{border-top:1px solid var(--border);background:transparent}._itemsGrid_4nl7c_89{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:var(--spacing-2);padding:var(--spacing-3)}@media(max-width:768px){._itemsGrid_4nl7c_89{grid-template-columns:1fr;gap:var(--spacing-2);padding:var(--spacing-2)}}._item_4nl7c_89{display:flex;align-items:center;gap:var(--spacing-3);padding:var(--spacing-2) var(--spacing-3);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;transition:all var(--animation-duration-fast) ease;height:100%}._ghost_4nl7c_8 ._item_4nl7c_89{background:var(--surface);border:1px solid rgba(255,140,0,.15)}._item_4nl7c_89:hover{background:#ff8c000d;border-color:var(--primary);box-shadow:0 2px 8px #0003}._itemTicker_4nl7c_128{font-family:var(--font-family-monospace);font-size:.8125rem;font-weight:var(--font-weight-bold);color:var(--primary);padding:var(--spacing-1) var(--spacing-2);background:#ff8c001a;border:1px solid var(--primary);border-radius:var(--radius-sm);min-width:3.5rem;text-align:center;flex-shrink:0}._itemInfo_4nl7c_142{display:flex;flex-direction:column;gap:0;flex:1;min-width:0}._itemName_4nl7c_150{font-size:.875rem;font-weight:var(--font-weight-medium);color:var(--foreground);font-family:var(--font-family-base);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}._itemDescription_4nl7c_161{font-size:.7rem;color:var(--muted-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}._card_1k4lv_1{background:transparent;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;transition:border-color var(--animation-duration-fast) ease}._card_1k4lv_1:hover{border-color:var(--primary)}._header_1k4lv_13{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--spacing-3) var(--spacing-4);background:var(--surface);border:none;cursor:pointer;transition:background-color var(--animation-duration-fast) ease;text-align:left;min-height:3.5rem}._header_1k4lv_13:hover{background-color:#ffffff05}._headerContent_1k4lv_31{flex:1;display:flex;flex-direction:column;gap:2px}._title_1k4lv_38{font-family:var(--font-family-monospace);font-size:.95rem;font-weight:var(--font-weight-bold);color:var(--foreground);margin:0;text-transform:uppercase;letter-spacing:.02em}._description_1k4lv_48{font-size:.75rem;color:var(--muted-foreground);margin:0;line-height:1.2;font-family:var(--font-family-base);opacity:.8}._iconWrapper_1k4lv_57{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:var(--radius-sm);background:transparent;border:1px solid var(--border);flex-shrink:0;margin-left:var(--spacing-3);color:var(--muted-foreground);transition:all .2s ease}._header_1k4lv_13:hover ._iconWrapper_1k4lv_57{border-color:var(--primary);color:var(--primary)}._content_1k4lv_77{overflow:hidden;border-top:1px solid var(--border);background:#0003}._subCategoriesGrid_1k4lv_83{display:flex;flex-direction:column;padding:0}._subCategory_1k4lv_89{border-bottom:1px solid var(--border);padding:var(--spacing-3) var(--spacing-4)}._subCategory_1k4lv_89:last-child{border-bottom:none}._subCategory_1k4lv_89 h3{font-size:.85rem;margin-bottom:var(--spacing-2)}@media(max-width:768px){._header_1k4lv_13{padding:var(--spacing-3)}}._section_53ow8_1{width:100%;padding:var(--spacing-6) var(--spacing-4);background:var(--background);border-top:1px solid var(--border);border-bottom:1px solid var(--border);position:relative}._section_53ow8_1:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:1400px;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent);opacity:.5}._container_53ow8_23{max-width:1200px;margin:0 auto}._header_53ow8_28{margin-bottom:var(--spacing-6);text-align:left;display:flex;flex-direction:column;gap:var(--spacing-2);border-bottom:1px solid var(--border);padding-bottom:var(--spacing-4)}._title_53ow8_38{font-size:1.5rem;font-weight:var(--font-weight-bold);font-family:var(--font-family-heading);color:var(--foreground);letter-spacing:-.02em;text-transform:uppercase;margin:0}._subtitle_53ow8_48{font-size:.9rem;color:var(--muted-foreground);font-family:var(--font-family-monospace);letter-spacing:-.01em;max-width:800px;margin:0;line-height:1.4}._categories_53ow8_58{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:var(--spacing-4);align-items:start}@media(max-width:768px){._categories_53ow8_58{grid-template-columns:1fr}._title_53ow8_38{font-size:1.25rem}}._previewContainer_joniu_1{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:var(--spacing-4)}._newsFeed_joniu_11{display:flex;flex-direction:column;gap:var(--spacing-3);width:100%}._newsCard_joniu_18{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--spacing-4)}._newsHeader_joniu_25{display:flex;justify-content:space-between;margin-bottom:var(--spacing-2);font-size:.75rem;color:var(--muted-foreground)}._newsSource_joniu_33{font-weight:600;color:var(--primary)}._newsTime_joniu_38{opacity:.7}._newsTitle_joniu_42{font-size:.875rem;color:var(--foreground);margin-bottom:var(--spacing-2);line-height:1.4}._newsSentiment_joniu_49{display:flex;align-items:center;gap:var(--spacing-1);font-size:.75rem;color:var(--success)}._sentimentGauge_joniu_58{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-3);width:100%}._gaugeSvg_joniu_66{width:200px;height:120px}._gaugeLabel_joniu_71{font-size:1.25rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.05em}._twitterStream_joniu_80{display:flex;flex-direction:column;gap:var(--spacing-3);width:100%}._tweet_joniu_87{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--spacing-3)}._tweetHeader_joniu_94{display:flex;align-items:center;gap:var(--spacing-2);margin-bottom:var(--spacing-2)}._tweetAvatar_joniu_101{width:1.5rem;height:1.5rem;border-radius:var(--radius-full);background:var(--primary)}._tweetAuthor_joniu_108{font-size:.875rem;font-weight:600;color:var(--primary)}._tweetContent_joniu_114{font-size:.875rem;color:var(--foreground);line-height:1.4}._heatmap_joniu_121{display:grid;grid-template-columns:repeat(6,1fr);gap:var(--spacing-2);width:100%;max-width:300px}._heatmapCell_joniu_129{aspect-ratio:1;border-radius:var(--radius-sm);transition:background-color .3s ease}._gptChat_joniu_136{width:100%;display:flex;flex-direction:column;gap:var(--spacing-3)}._chatBubble_joniu_143{background:var(--card);border:1px solid var(--primary);border-radius:var(--radius-md);padding:var(--spacing-4);box-shadow:0 0 20px #ff8c0033}._chatHeader_joniu_151{display:flex;align-items:center;gap:var(--spacing-2);margin-bottom:var(--spacing-2);font-size:.875rem;font-weight:600;color:var(--primary)}._aiIcon_joniu_161{background:var(--primary);color:var(--primary-foreground);width:1.5rem;height:1.5rem;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700}._chatContent_joniu_174{font-size:.875rem;color:var(--foreground);line-height:1.5}._divergenceChart_joniu_181{width:100%;display:flex;flex-direction:column;gap:var(--spacing-3)}._chartSvg_joniu_188{width:100%;height:100px}._chartLegend_joniu_193{display:flex;gap:var(--spacing-4);justify-content:center}._legendItem_joniu_199{display:flex;align-items:center;gap:var(--spacing-2);font-size:.75rem;color:var(--muted-foreground)}._legendLine_joniu_207{width:1.5rem;height:2px;border-radius:var(--radius-full)}._filterTags_joniu_214{display:flex;flex-wrap:wrap;gap:var(--spacing-2);width:100%;justify-content:center}._filterTag_joniu_214{display:flex;align-items:center;gap:var(--spacing-1);padding:var(--spacing-2) var(--spacing-3);background:#ff8c001a;border:1px solid var(--primary);border-radius:var(--radius-full);font-size:.75rem;color:var(--primary);font-weight:500}._assetDashboard_joniu_236{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:var(--spacing-3);width:100%}._assetCard_joniu_243{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--spacing-3);display:flex;flex-direction:column;align-items:center;gap:var(--spacing-2)}._assetSymbol_joniu_254{font-size:.875rem;font-weight:700;color:var(--foreground)}._assetChange_joniu_260{display:flex;align-items:center;gap:var(--spacing-1);font-size:.75rem;color:var(--success)}._correlationNodes_joniu_269{width:100%;display:flex;justify-content:center}._nodesSvg_joniu_275{width:200px;height:150px}._sectorRotation_joniu_281{width:100%;display:flex;justify-content:center}._pieSvg_joniu_287{width:200px;height:200px}._alertNotifications_joniu_293{display:flex;flex-direction:column;gap:var(--spacing-3);width:100%}._alertCard_joniu_300{background:var(--card);border:1px solid var(--primary);border-radius:var(--radius);padding:var(--spacing-3);display:flex;align-items:center;gap:var(--spacing-3);position:relative}._alertIcon_joniu_311{color:var(--primary);flex-shrink:0}._alertContent_joniu_316{flex:1}._alertTitle_joniu_320{font-size:.875rem;font-weight:600;color:var(--foreground);margin-bottom:var(--spacing-1)}._alertTime_joniu_327{font-size:.75rem;color:var(--muted-foreground)}._alertBadge_joniu_332{width:1.5rem;height:1.5rem;border-radius:var(--radius-full);background:var(--error);color:var(--error-foreground);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}._sourceRating_joniu_346{display:flex;flex-direction:column;gap:var(--spacing-3);width:100%}._sourceCard_joniu_353{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-3);background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}._sourceName_joniu_363{font-size:.875rem;font-weight:600;color:var(--foreground)}._sourceStars_joniu_369{display:flex;gap:var(--spacing-1)}._features_1xz1r_1{padding:var(--spacing-16) var(--spacing-4);background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);position:relative}._container_1xz1r_9{max-width:1200px;margin:0 auto}._header_1xz1r_14{text-align:center;margin-bottom:var(--spacing-12)}._title_1xz1r_19{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:var(--foreground);margin-bottom:var(--spacing-4);font-family:var(--font-family-heading);letter-spacing:-.02em}._subtitle_1xz1r_28{font-size:1.125rem;color:var(--muted-foreground);max-width:600px;margin:0 auto;line-height:1.6}._statsGrid_1xz1r_37{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-4);margin-bottom:var(--spacing-12)}._statCard_1xz1r_44{background:var(--card);border:1px solid var(--border);padding:var(--spacing-4);display:flex;align-items:center;gap:var(--spacing-4);border-radius:var(--radius-md);transition:all .2s ease}._statCard_1xz1r_44:hover{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 5%,var(--card))}._statIcon_1xz1r_60{width:40px;height:40px;border-radius:var(--radius-sm);background:var(--surface);display:flex;align-items:center;justify-content:center;color:var(--primary);border:1px solid var(--border)}._statInfo_1xz1r_72{display:flex;flex-direction:column}._statValue_1xz1r_77{font-family:var(--font-family-monospace);font-weight:700;font-size:1.125rem;color:var(--foreground);line-height:1.2}._statLabel_1xz1r_85{font-size:.75rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em}._carouselContainer_1xz1r_93{position:relative}._mainCard_1xz1r_97{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}._cardLayout_1xz1r_105{display:grid;grid-template-columns:1.2fr .8fr;min-height:500px}._previewColumn_1xz1r_112{background:var(--surface);padding:var(--spacing-8);border-right:1px solid var(--border);display:flex;align-items:center;justify-content:center}._previewWindow_1xz1r_121{width:100%;max-width:600px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);overflow:hidden}._windowHeader_1xz1r_131{height:32px;background:var(--muted);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 var(--spacing-3);gap:var(--spacing-2)}._windowDot_1xz1r_141{width:8px;height:8px;border-radius:50%;background:var(--border)}._windowTitle_1xz1r_148{margin-left:var(--spacing-2);font-family:var(--font-family-monospace);font-size:.75rem;color:var(--muted-foreground);opacity:.7}._previewContent_1xz1r_156{padding:var(--spacing-6);min-height:350px;display:flex;align-items:center;justify-content:center;position:relative}._previewInner_1xz1r_165{width:100%}._contentColumn_1xz1r_170{padding:var(--spacing-10);display:flex;flex-direction:column;justify-content:space-between}._contentText_1xz1r_177{flex:1;display:flex;flex-direction:column;justify-content:center}._featureHeader_1xz1r_184{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-6)}._featureIcon_1xz1r_191{width:48px;height:48px;border-radius:var(--radius-md);background:#ff8c001a;color:var(--primary);display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,140,0,.2)}._featureIndex_1xz1r_203{font-family:var(--font-family-monospace);font-size:.875rem;color:var(--muted-foreground);background:var(--surface);padding:var(--spacing-1) var(--spacing-2);border-radius:var(--radius-sm);border:1px solid var(--border)}._featureTitle_1xz1r_213{font-size:1.75rem;font-weight:700;color:var(--foreground);margin-bottom:var(--spacing-4);line-height:1.2}._featureDescription_1xz1r_221{font-size:1rem;color:var(--muted-foreground);line-height:1.6;margin-bottom:var(--spacing-8)}._actionButton_1xz1r_228{align-self:flex-start}._navigation_1xz1r_233{display:flex;align-items:center;justify-content:space-between;padding-top:var(--spacing-8);border-top:1px solid var(--border);margin-top:var(--spacing-8)}._indicators_1xz1r_242{display:flex;gap:var(--spacing-2)}._indicator_1xz1r_242{width:6px;height:6px;border-radius:50%;background:var(--border);padding:0;border:none;cursor:pointer;transition:all .2s ease}._indicatorActive_1xz1r_258{background:var(--primary);transform:scale(1.2)}._indicator_1xz1r_242:hover:not(._indicatorActive_1xz1r_258){background:var(--muted-foreground)}._navBtn_1xz1r_267{color:var(--muted-foreground)}._navBtn_1xz1r_267:hover{color:var(--foreground);border-color:var(--primary)}@media(max-width:968px){._cardLayout_1xz1r_105{grid-template-columns:1fr;grid-template-rows:auto auto}._previewColumn_1xz1r_112{border-right:none;border-bottom:1px solid var(--border);padding:var(--spacing-6)}._contentColumn_1xz1r_170{padding:var(--spacing-6)}._statsGrid_1xz1r_37{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){._statsGrid_1xz1r_37{grid-template-columns:1fr}._title_1xz1r_19{font-size:1.75rem}}._container_1b0it_1{display:flex;align-items:center;justify-content:center;gap:var(--spacing-4);margin-bottom:var(--spacing-8)}._label_1b0it_9{font-family:var(--font-family-monospace);font-size:.9rem;cursor:pointer;color:var(--muted-foreground);transition:color .2s ease;display:flex;align-items:center;gap:var(--spacing-2)}._label_1b0it_9._active_1b0it_20{color:var(--foreground);font-weight:600}._toggle_1b0it_25{width:3.5rem;height:1.75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);position:relative;cursor:pointer;padding:2px;transition:border-color .2s ease}._toggle_1b0it_25:hover{border-color:var(--primary)}._slider_1b0it_41{width:1.5rem;height:1.5rem;background:var(--primary);border-radius:50%;position:absolute;top:1px;left:1px;transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 0 10px #ff8c0066}._slideRight_1b0it_53{transform:translate(1.75rem)}._discountBadge_1b0it_57{color:var(--success);font-size:.7rem;border:1px solid color-mix(in srgb,var(--success) 30%,transparent);background:color-mix(in srgb,var(--success) 10%,transparent);padding:2px 6px;border-radius:var(--radius-sm);font-weight:700;letter-spacing:.05em}._card_dko2y_1{position:relative;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0;animation:_fadeInUp_dko2y_1 .5s ease-out forwards;height:100%;overflow:hidden}@keyframes _fadeInUp_dko2y_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._card_dko2y_1:hover{transform:translateY(-4px);border-color:var(--primary);box-shadow:var(--shadow-md)}._recommended_dko2y_32{border:1px solid var(--primary);background:color-mix(in srgb,var(--primary) 3%,var(--card));box-shadow:0 0 20px #ff8c000d}._recommended_dko2y_32:hover{box-shadow:0 0 30px #ff8c001a}._recommendedBadge_dko2y_42{position:absolute;top:0;left:50%;transform:translate(-50%) translateY(-50%);background:var(--primary);color:#000;font-weight:700;font-size:.75rem;padding:4px 12px;border-radius:var(--radius-full);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;z-index:10;box-shadow:0 4px 10px #0003}._highlightBadge_dko2y_60{position:absolute;top:12px;right:12px;font-size:.7rem;color:var(--primary);font-family:var(--font-family-monospace);text-transform:uppercase;letter-spacing:.05em;border:1px solid var(--primary);padding:2px 6px;border-radius:var(--radius-sm)}._header_dko2y_74{padding:var(--spacing-6) var(--spacing-6) var(--spacing-4);text-align:center}._tierName_dko2y_79{font-family:var(--font-family-heading);font-size:1.25rem;font-weight:700;margin:0 0 var(--spacing-2);color:var(--foreground);text-transform:uppercase;letter-spacing:.02em}._description_dko2y_89{color:var(--muted-foreground);font-size:.85rem;margin-bottom:var(--spacing-4);min-height:2.5em}._priceWrapper_dko2y_96{display:flex;flex-direction:column;align-items:center;justify-content:center;height:4.5rem}._priceContainer_dko2y_104{display:flex;align-items:baseline;justify-content:center;font-family:var(--font-family-monospace);color:var(--foreground);line-height:1}._currency_dko2y_113{font-size:1rem;margin-right:2px;color:var(--muted-foreground);align-self:flex-start;margin-top:6px}._price_dko2y_96{font-size:2.5rem;font-weight:700;letter-spacing:-.02em}._period_dko2y_127{font-size:.875rem;color:var(--muted-foreground);margin-left:4px}._discountContainer_dko2y_133{display:flex;align-items:center;gap:var(--spacing-2);margin-top:var(--spacing-2)}._originalPrice_dko2y_140{text-decoration:line-through;color:var(--muted-foreground);font-size:.8rem}._savingsBadge_dko2y_146{color:var(--success);font-size:.75rem;font-weight:600;background:#10b9811a;padding:1px 6px;border-radius:var(--radius-sm)}._divider_dko2y_155{height:1px;background:var(--border);margin:0 var(--spacing-6);width:calc(100% - var(--spacing-12))}._featuresContainer_dko2y_162{padding:var(--spacing-6);flex:1;display:flex;flex-direction:column;gap:var(--spacing-6)}._groupTitle_dko2y_170{font-family:var(--font-family-monospace);font-size:.75rem;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:var(--spacing-3);letter-spacing:.05em;font-weight:600}._featureList_dko2y_180{list-style:none;padding:0;margin:0}._featureItem_dko2y_186{display:flex;align-items:flex-start;gap:var(--spacing-3);margin-bottom:var(--spacing-3);font-size:.9rem;color:var(--foreground);line-height:1.4}._featureItem_dko2y_186:last-child{margin-bottom:0}._checkIcon_dko2y_200{color:var(--primary);flex-shrink:0;margin-top:3px}._featureText_dko2y_206{flex:1}._infoIcon_dko2y_210{color:var(--muted-foreground);cursor:help;flex-shrink:0;margin-top:4px;opacity:.6;transition:opacity .2s}._infoIcon_dko2y_210:hover{opacity:1;color:var(--primary)}._footer_dko2y_224{padding:0 var(--spacing-6) var(--spacing-6);margin-top:auto}._ctaButton_dko2y_229{width:100%}._pricing_1nhu7_1{padding:var(--spacing-16) var(--spacing-4);background:var(--background);position:relative;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px}._container_1nhu7_12{max-width:1400px;margin:0 auto}._header_1nhu7_17{text-align:center;margin-bottom:var(--spacing-8);opacity:0;transition:opacity .6s ease-out}._visible_1nhu7_24 ._header_1nhu7_17{opacity:1}._title_1nhu7_28{font-family:var(--font-family-heading);font-size:clamp(2rem,5vw,3rem);font-weight:700;margin:0 0 var(--spacing-4);color:var(--foreground);line-height:1.2;text-transform:uppercase;letter-spacing:-.01em}._titleAccent_1nhu7_39{color:var(--primary);text-shadow:0 0 30px rgba(255,140,0,.2)}._subtitle_1nhu7_44{font-size:clamp(1rem,2vw,1.125rem);color:var(--muted-foreground);max-width:700px;margin:0 auto;line-height:1.6}._grid_1nhu7_52{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--spacing-6);align-items:stretch;margin-bottom:var(--spacing-12)}._faqNote_1nhu7_60{text-align:center;color:var(--muted-foreground);font-size:.9rem;margin-top:var(--spacing-8)}._link_1nhu7_67{color:var(--primary);text-decoration:none;border-bottom:1px dashed var(--primary);transition:all .2s}._link_1nhu7_67:hover{color:var(--foreground);border-bottom-style:solid}@media(max-width:1024px){._grid_1nhu7_52{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._pricing_1nhu7_1{padding:var(--spacing-12) var(--spacing-3)}._grid_1nhu7_52{grid-template-columns:1fr;gap:var(--spacing-8)}}._stats_c16r3_1{padding:var(--spacing-16) var(--spacing-4);background:var(--background);position:relative}._container_c16r3_7{max-width:1400px;margin:0 auto}._grid_c16r3_12{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--spacing-6)}._statCard_c16r3_18{padding:var(--spacing-8) var(--spacing-6);background:transparent;border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;position:relative;opacity:0;transition:all .2s ease-out}._visible_c16r3_29 ._statCard_c16r3_18{opacity:1;animation:_fadeIn_c16r3_1 .5s ease-out forwards}@keyframes _fadeIn_c16r3_1{0%{opacity:0}to{opacity:1}}._statCard_c16r3_18:hover{transform:translateY(-4px);border-color:var(--primary)}._statValue_c16r3_48{font-family:var(--font-family-monospace);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:var(--primary);line-height:1;margin-bottom:var(--spacing-3);font-variant-numeric:tabular-nums}._statLabel_c16r3_58{font-size:.875rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;line-height:1.4;font-weight:500}@media(max-width:768px){._stats_c16r3_1{padding:var(--spacing-12) var(--spacing-3)}._grid_c16r3_12{grid-template-columns:1fr;gap:var(--spacing-4)}._statCard_c16r3_18{padding:var(--spacing-6) var(--spacing-4)}._statValue_c16r3_48{font-size:clamp(2rem,8vw,3rem)}._statLabel_c16r3_58{font-size:.75rem}}._footerCta_o1e2o_1{padding:var(--spacing-16) var(--spacing-4);background:var(--background);position:relative}._container_o1e2o_7{max-width:900px;margin:0 auto}._content_o1e2o_12{text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--spacing-6);padding:var(--spacing-12) var(--spacing-6);background:transparent;border:1px solid var(--border);border-radius:var(--radius-lg);position:relative;z-index:var(--z-content);opacity:0;transition:opacity .6s ease-out}._visible_o1e2o_28 ._content_o1e2o_12{opacity:1}._icon_o1e2o_32{color:var(--primary)}._title_o1e2o_36{font-family:var(--font-family-heading);font-size:clamp(2rem,5vw,2.5rem);font-weight:700;margin:0;color:var(--foreground);text-transform:uppercase;letter-spacing:-.01em}._subtitle_o1e2o_46{font-size:clamp(1rem,2vw,1.125rem);color:var(--muted-foreground);max-width:600px;margin:0;line-height:1.6}._ctaGroup_o1e2o_54{display:flex;gap:var(--spacing-4);margin-top:var(--spacing-4);flex-wrap:wrap;justify-content:center}@media(max-width:768px){._footerCta_o1e2o_1{padding:var(--spacing-12) var(--spacing-3)}._content_o1e2o_12{padding:var(--spacing-8) var(--spacing-4)}._ctaGroup_o1e2o_54{flex-direction:column;width:100%}._ctaGroup_o1e2o_54>*{width:100%}}._container_15qck_1{width:100%;overflow:hidden;background-color:var(--background);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:var(--spacing-12) 0;position:relative}._scrollContainer_15qck_11{position:relative;overflow:hidden;mask-image:linear-gradient(90deg,transparent 0%,black 5%,black 95%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,black 5%,black 95%,transparent 100%)}._track_15qck_30{display:flex;gap:var(--spacing-12);animation:_scroll_15qck_11 40s linear infinite;padding:0 var(--spacing-12);will-change:transform}@keyframes _scroll_15qck_11{0%{transform:translate(0)}to{transform:translate(calc(-50% - var(--spacing-12)))}}._scrollContainer_15qck_11:hover ._track_15qck_30{animation-play-state:paused}._item_15qck_51{display:flex;align-items:center;gap:var(--spacing-6);white-space:nowrap;flex-shrink:0;transition:all var(--animation-duration-normal) ease-in-out}._item_15qck_51:hover{transform:scale(1.05)}._iconWrapper_15qck_64{font-size:1.5rem;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius);background-color:var(--muted);transition:all var(--animation-duration-normal) ease-in-out;filter:grayscale(1) brightness(.8)}._item_15qck_51:hover ._iconWrapper_15qck_64{background-color:var(--muted);filter:grayscale(0) brightness(1);box-shadow:var(--primary-glow)}._name_15qck_83{font-family:var(--font-family-base);font-size:.875rem;font-weight:var(--font-weight-medium);color:var(--muted-foreground);letter-spacing:var(--tracking-mono);transition:color var(--animation-duration-normal) ease-in-out}._item_15qck_51:hover ._name_15qck_83{color:var(--primary)}@media(max-width:768px){._container_15qck_1{padding:var(--spacing-8) 0}._track_15qck_30{gap:var(--spacing-8);animation:_scroll_15qck_11 35s linear infinite;padding:0 var(--spacing-8)}._item_15qck_51{gap:var(--spacing-4)}._name_15qck_83{font-size:.8rem}._iconWrapper_15qck_64{width:1.75rem;height:1.75rem;font-size:1.25rem}}@media(max-width:480px){._container_15qck_1{padding:var(--spacing-6) 0}._track_15qck_30{gap:var(--spacing-6);animation:_scroll_15qck_11 30s linear infinite;padding:0 var(--spacing-6)}._item_15qck_51{gap:var(--spacing-3)}._name_15qck_83{font-size:.75rem}._iconWrapper_15qck_64{width:1.5rem;height:1.5rem;font-size:1rem}}._page_lvutl_1{min-height:100vh;background:var(--background);color:var(--foreground);position:relative;overflow-x:hidden}._container_bfcih_1{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:var(--background);z-index:var(--z-overlay);padding:var(--spacing-4);overflow-y:auto}._content_bfcih_13{width:100%;max-width:450px;display:flex;flex-direction:column;gap:var(--spacing-6);animation:_fadeIn_bfcih_1 var(--animation-duration-normal) ease-out}._lockIcon_bfcih_22{width:1.25rem;height:1.25rem;color:var(--primary);animation:_pulse_bfcih_1 2s infinite ease-in-out;margin-right:var(--spacing-2);vertical-align:middle}._skeletonGrid_bfcih_31{display:flex;flex-direction:column;gap:var(--spacing-4)}._skeletonRow_bfcih_37{display:flex;flex-direction:column;gap:var(--spacing-3)}._titleRow_bfcih_43{display:flex;align-items:center;gap:var(--spacing-4);margin:var(--spacing-2) 0}._leftSkeletons_bfcih_50,._rightSkeletons_bfcih_50{display:flex;flex-direction:column;gap:var(--spacing-2);flex:1}._title_bfcih_43{font-family:var(--font-family-heading);font-size:1.25rem;font-weight:500;color:var(--foreground);text-align:center;margin:0;padding:var(--spacing-2) var(--spacing-3);background-color:var(--surface);border-radius:var(--radius);flex:2;white-space:nowrap;display:flex;align-items:center;justify-content:center}._skeletonBar_bfcih_74{height:.75rem;width:100%;border-radius:var(--radius-sm)}@keyframes _pulse_bfcih_1{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}@keyframes _fadeIn_bfcih_1{0%{opacity:0}to{opacity:1}}@media(max-width:640px){._title_bfcih_43{font-size:1rem;padding:var(--spacing-1) var(--spacing-2)}._content_bfcih_13{max-width:350px}._lockIcon_bfcih_22{width:1rem;height:1rem}}._accessDeniedIcon_2zk4f_1{color:var(--error)}._passwordGate_2zk4f_5{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--bg-primary, #0a0a0a);padding:20px}._passwordCard_2zk4f_14{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px;background:var(--bg-secondary, #111);border:1px solid var(--border, #222);border-radius:12px;max-width:400px;width:100%}._lockIcon_2zk4f_27{color:var(--accent, #FF8C00);opacity:.8}._passwordTitle_2zk4f_32{font-size:20px;font-weight:700;color:var(--text-primary, #fff);letter-spacing:2px;margin:0}._passwordSubtitle_2zk4f_40{font-size:13px;color:var(--text-secondary, #888);margin:0}._passwordForm_2zk4f_46{display:flex;flex-direction:column;gap:12px;width:100%;margin-top:8px}._passwordInput_2zk4f_54{width:100%;padding:12px 16px;background:var(--bg-primary, #0a0a0a);border:1px solid var(--border, #333);border-radius:8px;color:var(--text-primary, #fff);font-size:14px;font-family:inherit;outline:none;transition:border-color .2s;box-sizing:border-box}._passwordInput_2zk4f_54:focus{border-color:var(--accent, #FF8C00)}._passwordError_2zk4f_72{color:var(--error, #ef4444);font-size:12px;margin:0}._passwordButton_2zk4f_78{width:100%;padding:12px;background:var(--accent, #FF8C00);color:#000;border:none;border-radius:8px;font-size:14px;font-weight:600;letter-spacing:1px;cursor:pointer;transition:opacity .2s}._passwordButton_2zk4f_78:hover{opacity:.9}._container_1be78_1{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;background-color:var(--surface);padding:var(--spacing-4)}._card_1be78_11{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:32rem;width:100%;padding:var(--spacing-8);background-color:var(--card);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}._iconContainer_1be78_24{margin-bottom:var(--spacing-6);animation:_pulse_1be78_1 3s infinite ease-in-out}._icon_1be78_24{color:var(--error)}._title_1be78_33{font-family:var(--font-family-heading);font-size:1.75rem;font-weight:600;color:var(--foreground);margin-bottom:var(--spacing-4)}._message_1be78_41{font-size:1.125rem;line-height:1.6;color:var(--muted-foreground);margin-bottom:var(--spacing-6)}@keyframes _pulse_1be78_1{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}to{transform:scale(1);opacity:1}}@media(max-width:640px){._card_1be78_11{padding:var(--spacing-6)}._title_1be78_33{font-size:1.5rem}._message_1be78_41{font-size:1rem}}._accessDeniedIcon_1k3wn_1{color:var(--warning)}:root{--mm-surface-0: #000000;--mm-surface-1: #060606;--mm-surface-2: #0A0A0A;--mm-surface-3: #111111;--mm-surface-4: #1A1A1A;--mm-surface-5: #222222;--mm-signal-bull: #10B981;--mm-signal-bear: #EF4444;--mm-signal-caution: #F59E0B;--mm-signal-info: #FF8C00;--mm-accent: #FF8C00;--mm-accent-hover: #FF9933;--mm-accent-muted: #D97706;--mm-accent-subtle: rgba(255, 140, 0, .08);--mm-accent-glow: rgba(255, 140, 0, .15);--mm-text-primary: #FFFFFF;--mm-text-secondary: #CCCCCC;--mm-text-tertiary: #AAAAAA;--mm-text-disabled: #555555;--mm-text-inverse: #000000;--mm-border: #1E1E1E;--mm-border-subtle: #141414;--mm-border-strong: #333333;--mm-border-accent: rgba(255, 140, 0, .25);--mm-border-focus: #FF8C00;--mm-overlay-light: rgba(255, 255, 255, .03);--mm-overlay-medium: rgba(255, 255, 255, .05);--mm-overlay-strong: rgba(255, 255, 255, .08);--mm-overlay-dark: rgba(0, 0, 0, .6);--mm-overlay-darker: rgba(0, 0, 0, .75);--mm-font-display: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--mm-font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--mm-font-mono: "IBM Plex Mono", "JetBrains Mono", "SF Mono", monospace;--mm-text-2xs: .625rem;--mm-text-xs: .6875rem;--mm-text-sm: .75rem;--mm-text-base: .8125rem;--mm-text-md: .875rem;--mm-text-lg: 1rem;--mm-text-xl: 1.25rem;--mm-text-2xl: 1.5rem;--mm-leading-tight: 1.2;--mm-leading-snug: 1.35;--mm-leading-normal: 1.5;--mm-leading-relaxed: 1.6;--mm-tracking-tighter: -.02em;--mm-tracking-tight: -.01em;--mm-tracking-normal: 0em;--mm-tracking-wide: .02em;--mm-tracking-wider: .04em;--mm-tracking-widest: .08em;--mm-weight-light: 300;--mm-weight-regular: 400;--mm-weight-medium: 500;--mm-weight-semibold: 600;--mm-weight-bold: 700;--mm-space-0: 0;--mm-space-px: 1px;--mm-space-0-5: 2px;--mm-space-1: 4px;--mm-space-1-5: 6px;--mm-space-2: 8px;--mm-space-2-5: 10px;--mm-space-3: 12px;--mm-space-4: 16px;--mm-space-5: 20px;--mm-space-6: 24px;--mm-space-8: 32px;--mm-space-10: 40px;--mm-space-12: 48px;--mm-radius-none: 0;--mm-radius-sm: 2px;--mm-radius-md: 4px;--mm-radius-lg: 6px;--mm-radius-xl: 8px;--mm-radius-full: 9999px;--mm-corner-cut: polygon( 8px 0%, 100% 0%, 100% calc(100% - 8px) , calc(100% - 8px) 100%, 0% 100%, 0% 8px );--mm-corner-cut-sm: polygon( 4px 0%, 100% 0%, 100% calc(100% - 4px) , calc(100% - 4px) 100%, 0% 100%, 0% 4px );--mm-shadow-sm: 0 1px 2px rgba(0, 0, 0, .5);--mm-shadow-md: 0 4px 8px rgba(0, 0, 0, .6);--mm-shadow-lg: 0 8px 24px rgba(0, 0, 0, .7);--mm-shadow-glow: 0 0 12px var(--mm-accent-glow), 0 0 24px rgba(255, 140, 0, .05);--mm-shadow-focus: 0 0 0 2px rgba(255, 140, 0, .3);--mm-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .4);--mm-duration-instant: 75ms;--mm-duration-fast: .15s;--mm-duration-normal: .25s;--mm-duration-slow: .4s;--mm-duration-slower: .6s;--mm-ease-out: cubic-bezier(.22, 1, .36, 1);--mm-ease-in-out: cubic-bezier(.4, 0, .2, 1);--mm-ease-snap: cubic-bezier(.2, 0, 0, 1);--mm-ease-spring: cubic-bezier(.34, 1.56, .64, 1);--mm-z-base: 0;--mm-z-content: 10;--mm-z-sticky: 20;--mm-z-header: 30;--mm-z-dropdown: 40;--mm-z-overlay: 50;--mm-z-modal: 60;--mm-z-spotlight: 100;--mm-z-critical: 200;--mm-rail-width: 3px;--mm-rail-width-active: 4px;--mm-scrollbar-width: 4px;--mm-scrollbar-thumb: var(--mm-surface-4);--mm-scrollbar-thumb-hover: var(--mm-surface-5);--mm-scrollbar-track: transparent;--mm-cat-crypto: #F7931A;--mm-cat-stocks: #10B981;--mm-cat-forex: #3B82F6;--mm-cat-commodities: #EAB308;--mm-cat-macro: #8B5CF6;--mm-cat-defi: #06B6D4}.mm-rail{border-left:var(--mm-rail-width) solid var(--mm-accent);padding-left:var(--mm-space-2)}.mm-rail--bull{border-left-color:var(--mm-signal-bull)}.mm-rail--bear{border-left-color:var(--mm-signal-bear)}.mm-rail--caution{border-left-color:var(--mm-signal-caution)}.mm-cut{clip-path:var(--mm-corner-cut)}.mm-cut--sm{clip-path:var(--mm-corner-cut-sm)}.mm-control-strip{display:flex;align-items:center;gap:var(--mm-space-1);padding:var(--mm-space-0-5) var(--mm-space-2);background:var(--mm-surface-3);border-bottom:1px solid var(--mm-border);font-family:var(--mm-font-mono);font-size:var(--mm-text-2xs);letter-spacing:var(--mm-tracking-widest);text-transform:uppercase;color:var(--mm-text-tertiary)}.mm-status-dot{width:6px;height:6px;border-radius:var(--mm-radius-full);flex-shrink:0}.mm-status-dot--live{background:var(--mm-signal-bull);box-shadow:0 0 6px var(--mm-signal-bull)}.mm-status-dot--warn{background:var(--mm-signal-caution)}.mm-status-dot--error{background:var(--mm-signal-bear)}.mm-status-dot--idle{background:var(--mm-text-tertiary)}.mm-label{font-family:var(--mm-font-mono);font-size:var(--mm-text-2xs);font-weight:var(--mm-weight-medium);letter-spacing:var(--mm-tracking-widest);text-transform:uppercase;color:var(--mm-text-tertiary)}.mm-scrollbar{scrollbar-width:thin;scrollbar-color:var(--mm-scrollbar-thumb) var(--mm-scrollbar-track)}.mm-scrollbar::-webkit-scrollbar{width:var(--mm-scrollbar-width)}.mm-scrollbar::-webkit-scrollbar-track{background:var(--mm-scrollbar-track)}.mm-scrollbar::-webkit-scrollbar-thumb{background:var(--mm-scrollbar-thumb);border-radius:var(--mm-radius-full)}.mm-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--mm-scrollbar-thumb-hover)}:root{--z-content-low: 10;--z-content: 20;--z-content-high: 30;--z-nav-low: 100;--z-nav: 200;--z-nav-sticky: 300;--z-overlay: 400;--z-spotlight: 1000;--z-critical: 2000;--spacing-1: .15rem;--spacing-2: .35rem;--spacing-3: .5rem;--spacing-4: .65rem;--spacing-5: .85rem;--spacing-6: 1rem;--spacing-7: 1.15rem;--spacing-8: 1.35rem;--spacing-10: 1.65rem;--spacing-12: 2rem;--spacing-16: 2.65rem}:root{--background: #000000;--foreground: #FFFFFF;--surface: #0A0A0A;--surface-foreground: #FFFFFF;--sidebar: #000000;--sidebar-foreground: #999999;--card: #0A0A0A;--card-foreground: #FFFFFF;--popup: #0A0A0A;--popup-foreground: #FFFFFF;--popover: #0A0A0A;--popover-foreground: #FFFFFF;--primary: #FF8C00;--primary-foreground: #000000;--primary-glow: 0 0 10px rgba(255, 140, 0, .15), 0 0 20px rgba(255, 140, 0, .05);--secondary: #FF9933;--secondary-foreground: #000000;--accent: #D97706;--accent-foreground: #FFFFFF;--muted: #1A1A1A;--muted-foreground: #999999;--input: #1A1A1A;--ring: #FF8C00;--success: #10B981;--success-foreground: #FFFFFF;--error: #EF4444;--error-foreground: #FFFFFF;--warning: #F59E0B;--warning-foreground: #000000;--info: #FF8C00;--info-foreground: #000000;--info-hover: #e67e00;--info-active: #cc7000;--border: #333333;--border-focus: #FF8C00;--font-family-base: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-family-heading: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-family-monospace: "IBM Plex Mono", "JetBrains Mono", "SF Mono", monospace;--font-family-cursive: "DM Sans", sans-serif;--font-size-base: 14px;--line-height-heading: 1.3;--line-height-body: 1.6;--line-height-ui: 1.4;--tracking-heading: -.02em;--tracking-body: 0em;--tracking-mono: 0em;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--radius-sm: .125rem;--radius: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-full: 9999px;--shadow: 0 1px 2px 0 rgba(0, 0, 0, .9);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .9), 0 0 15px rgba(255, 140, 0, .05);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .9), 0 0 30px rgba(255, 140, 0, .05);--shadow-focus: 0 0 0 2px rgba(255, 140, 0, .3);--shadow-neon-cyan: 0 0 10px rgba(255, 140, 0, .15), 0 0 20px rgba(255, 140, 0, .1);--animation-duration-fast: .15s;--animation-duration-normal: .25s;--animation-duration-slow: .4s;--easing-bounce: cubic-bezier(.22, 1, .36, 1);--easing-snap: cubic-bezier(.2, 0, 0, 1);--chart-color-1: #FF8C00;--chart-color-2: #FF9933;--chart-color-3: #D97706;--chart-color-4: #10B981;--chart-color-5: #EF4444}body{font-family:var(--font-family-base);font-size:var(--font-size-base);line-height:var(--line-height-body);color:var(--foreground);background-color:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;letter-spacing:var(--tracking-body);font-variant-numeric:tabular-nums;font-feature-settings:"tnum" on,"cv05" on}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-heading);line-height:var(--line-height-heading);letter-spacing:var(--tracking-heading);font-weight:var(--font-weight-bold)}code,pre,kbd{font-family:var(--font-family-monospace);letter-spacing:var(--tracking-mono)}.animate-transform{will-change:transform}@layer base{ul{list-style-type:none;margin:0;padding:0}body{background:var(--background);color:var(--foreground);font-family:var(--font-family-base)}*{box-sizing:border-box;padding:0;margin:0}button{border:none;background:none;cursor:pointer;font-family:inherit;font-size:inherit;color:inherit}a{color:inherit;text-decoration:none}th,td{display:table-cell!important}}.rbc-month-view{overflow:visible!important}.cometchat-conversation-starter{width:100%;display:flex;justify-content:center;align-items:center;align-content:center;gap:8px var(--cometchat-padding-2, 8px);align-self:stretch;flex-wrap:wrap;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-4, 16px)}.cometchat-conversation-starter__item{display:flex;min-height:33px;height:fit-content;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-5, 20px);align-items:center;align-content:center;gap:4px var(--cometchat-padding-1, 4px);flex-wrap:wrap;border-radius:var(--cometchat-radius-max, 1000px);border:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-01, #FFF);cursor:pointer}.cometchat-conversation-starter__item:hover{background:var(--cometchat-white-hover,#FAFAFA);cursor:pointer}.cometchat-conversation-starter__item-button{background-color:transparent;border:none;color:var(--cometchat-text-color-primary);cursor:pointer}.cometchat-conversation-starter__shimmer-container{display:flex;width:70%;justify-content:center;align-items:flex-start;gap:var(--cometchat-padding-2, 8px)}.cometchat-conversation-starter__shimmer-item{width:70%;display:flex;height:33px;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-5, 20px);align-items:center;align-content:center;gap:4px var(--cometchat-padding-1, 4px);align-self:stretch;flex-wrap:wrap;border-radius:var(--cometchat-radius-max, 1000px);background:var(--cometchat-shimmer-gradient-color, linear-gradient(90deg, #E0E0E0 0%, #EEE 100%));background-size:800px 104px;animation:shimmerAnimation 1.5s infinite linear}.cometchat-conversation-starter__error-view{color:var(--cometchat-text-color-secondary, #727272);text-align:center;font:var(--cometchat-font-body-regular);font-style:normal}.cometchat-smart-replies__wrapper{width:100%;height:100%;padding:var(--cometchat-padding-1, 4px) var(--cometchat-padding-2, 8px)}.cometchat-smart-replies{display:flex;height:100%;width:100%;padding:var(--cometchat-padding-3, 12px) var(--cometchat-padding-4, 16px);flex-direction:column;align-items:flex-start;border:1px solid var(--cometchat-border-color-light, #F5F5F5);border-radius:var(--cometchat-radius-4, 16px);background:var(--cometchat-background-color-01, #FFF);box-shadow:0 12px 16px -4px #10182805,0 4px 6px -2px #10182808;gap:var(--cometchat-padding-2, 8px)}.cometchat-smart-replies__header{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.cometchat-smart-replies__header-title{overflow:hidden;color:var(--cometchat-text-color-primary, #141414);text-overflow:ellipsis;font:var(--cometchat-font-body-medium);font-style:normal}.cometchat-smart-replies__header-close-button{mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8321'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8321)'%3e%3cpath%20d='M11.9995%2013.0538L6.92652%2018.127C6.78802%2018.2653%206.61394%2018.3362%206.40427%2018.3395C6.19477%2018.3427%206.01752%2018.2718%205.87252%2018.127C5.72769%2017.982%205.65527%2017.8063%205.65527%2017.6C5.65527%2017.3937%205.72769%2017.218%205.87252%2017.073L10.9458%2012L5.87252%206.92701C5.73419%206.78851%205.66336%206.61443%205.66002%206.40476C5.65686%206.19526%205.72769%206.01801%205.87252%205.87301C6.01752%205.72818%206.19319%205.65576%206.39952%205.65576C6.60586%205.65576%206.78152%205.72818%206.92652%205.87301L11.9995%2010.9463L17.0725%205.87301C17.211%205.73468%2017.3851%205.66385%2017.5948%205.66051C17.8043%205.65735%2017.9815%205.72818%2018.1265%205.87301C18.2714%206.01801%2018.3438%206.19368%2018.3438%206.40001C18.3438%206.60635%2018.2714%206.78201%2018.1265%206.92701L13.0533%2012L18.1265%2017.073C18.2649%2017.2115%2018.3357%2017.3856%2018.339%2017.5953C18.3422%2017.8048%2018.2714%2017.982%2018.1265%2018.127C17.9815%2018.2718%2017.8059%2018.3443%2017.5995%2018.3443C17.3932%2018.3443%2017.2175%2018.2718%2017.0725%2018.127L11.9995%2013.0538Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8321'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8321)'%3e%3cpath%20d='M11.9995%2013.0538L6.92652%2018.127C6.78802%2018.2653%206.61394%2018.3362%206.40427%2018.3395C6.19477%2018.3427%206.01752%2018.2718%205.87252%2018.127C5.72769%2017.982%205.65527%2017.8063%205.65527%2017.6C5.65527%2017.3937%205.72769%2017.218%205.87252%2017.073L10.9458%2012L5.87252%206.92701C5.73419%206.78851%205.66336%206.61443%205.66002%206.40476C5.65686%206.19526%205.72769%206.01801%205.87252%205.87301C6.01752%205.72818%206.19319%205.65576%206.39952%205.65576C6.60586%205.65576%206.78152%205.72818%206.92652%205.87301L11.9995%2010.9463L17.0725%205.87301C17.211%205.73468%2017.3851%205.66385%2017.5948%205.66051C17.8043%205.65735%2017.9815%205.72818%2018.1265%205.87301C18.2714%206.01801%2018.3438%206.19368%2018.3438%206.40001C18.3438%206.60635%2018.2714%206.78201%2018.1265%206.92701L13.0533%2012L18.1265%2017.073C18.2649%2017.2115%2018.3357%2017.3856%2018.339%2017.5953C18.3422%2017.8048%2018.2714%2017.982%2018.1265%2018.127C17.9815%2018.2718%2017.8059%2018.3443%2017.5995%2018.3443C17.3932%2018.3443%2017.2175%2018.2718%2017.0725%2018.127L11.9995%2013.0538Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background-color:var(--cometchat-icon-color-primary, #141414);width:20px;height:20px;cursor:pointer}.cometchat-smart-replies__body{width:100%;flex:1 0 0;color:var(--cometchat-text-color-primary, #141414);font:var(--cometchat-font-body-regular);font-style:normal;text-align:left}.cometchat-smart-replies__shimmer-container{display:flex;width:100%;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:var(--cometchat-padding-2, 8px);flex-direction:row}.cometchat-smart-replies__shimmer-item{flex-wrap:wrap;width:20%;display:flex;height:33px;border-radius:var(--cometchat-radius-max, 1000px);background:var(--cometchat-shimmer-gradient-color, linear-gradient(90deg, #E0E0E0 0%, #EEE 100%));background-size:800px 104px;animation:shimmerAnimation 1.5s infinite linear}.cometchat-smart-replies__items-container{display:flex;flex-direction:column;gap:var(--cometchat-padding-2, 8px);justify-content:flex-start}.cometchat-smart-replies__item{display:flex;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-3, 12px);align-items:center;border-radius:var(--cometchat-radius-max, 1000px);border:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-01, #FFF);cursor:pointer;width:100%}.cometchat-smart-replies__item:hover{background:var(--cometchat-white-hover, #FAFAFA);cursor:pointer}.cometchat-smart-replies__item-button{background-color:transparent;border:none;color:var(--cometchat-text-color-primary);cursor:pointer;width:100%;text-align:left}.cometchat-conversation-summary__wrapper{width:100%;height:100%;padding:var(--cometchat-padding-1, 4px) var(--cometchat-padding-2, 8px)}.cometchat-conversation-summary{display:flex;height:100%;width:100%;padding:var(--cometchat-padding-3, 12px) var(--cometchat-padding-4, 16px);flex-direction:column;align-items:flex-start;border:1px solid var(--cometchat-border-color-light, #F5F5F5);border-radius:var(--cometchat-radius-2, 8px);background:var(--cometchat-background-color-01, #FFF);box-shadow:0 12px 16px -4px #10182805,0 4px 6px -2px #10182808;gap:var(--cometchat-padding-2, 8px)}.cometchat-conversation-summary__header{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.cometchat-conversation-summary__header-title{overflow:hidden;color:var(--cometchat-text-color-primary, #141414);text-overflow:ellipsis;font:var(--cometchat-font-body-medium);font-style:normal}.cometchat-conversation-summary__header-close-button{mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8321'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8321)'%3e%3cpath%20d='M11.9995%2013.0538L6.92652%2018.127C6.78802%2018.2653%206.61394%2018.3362%206.40427%2018.3395C6.19477%2018.3427%206.01752%2018.2718%205.87252%2018.127C5.72769%2017.982%205.65527%2017.8063%205.65527%2017.6C5.65527%2017.3937%205.72769%2017.218%205.87252%2017.073L10.9458%2012L5.87252%206.92701C5.73419%206.78851%205.66336%206.61443%205.66002%206.40476C5.65686%206.19526%205.72769%206.01801%205.87252%205.87301C6.01752%205.72818%206.19319%205.65576%206.39952%205.65576C6.60586%205.65576%206.78152%205.72818%206.92652%205.87301L11.9995%2010.9463L17.0725%205.87301C17.211%205.73468%2017.3851%205.66385%2017.5948%205.66051C17.8043%205.65735%2017.9815%205.72818%2018.1265%205.87301C18.2714%206.01801%2018.3438%206.19368%2018.3438%206.40001C18.3438%206.60635%2018.2714%206.78201%2018.1265%206.92701L13.0533%2012L18.1265%2017.073C18.2649%2017.2115%2018.3357%2017.3856%2018.339%2017.5953C18.3422%2017.8048%2018.2714%2017.982%2018.1265%2018.127C17.9815%2018.2718%2017.8059%2018.3443%2017.5995%2018.3443C17.3932%2018.3443%2017.2175%2018.2718%2017.0725%2018.127L11.9995%2013.0538Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8321'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8321)'%3e%3cpath%20d='M11.9995%2013.0538L6.92652%2018.127C6.78802%2018.2653%206.61394%2018.3362%206.40427%2018.3395C6.19477%2018.3427%206.01752%2018.2718%205.87252%2018.127C5.72769%2017.982%205.65527%2017.8063%205.65527%2017.6C5.65527%2017.3937%205.72769%2017.218%205.87252%2017.073L10.9458%2012L5.87252%206.92701C5.73419%206.78851%205.66336%206.61443%205.66002%206.40476C5.65686%206.19526%205.72769%206.01801%205.87252%205.87301C6.01752%205.72818%206.19319%205.65576%206.39952%205.65576C6.60586%205.65576%206.78152%205.72818%206.92652%205.87301L11.9995%2010.9463L17.0725%205.87301C17.211%205.73468%2017.3851%205.66385%2017.5948%205.66051C17.8043%205.65735%2017.9815%205.72818%2018.1265%205.87301C18.2714%206.01801%2018.3438%206.19368%2018.3438%206.40001C18.3438%206.60635%2018.2714%206.78201%2018.1265%206.92701L13.0533%2012L18.1265%2017.073C18.2649%2017.2115%2018.3357%2017.3856%2018.339%2017.5953C18.3422%2017.8048%2018.2714%2017.982%2018.1265%2018.127C17.9815%2018.2718%2017.8059%2018.3443%2017.5995%2018.3443C17.3932%2018.3443%2017.2175%2018.2718%2017.0725%2018.127L11.9995%2013.0538Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background-color:var(--cometchat-icon-color-primary, #141414);width:20px;height:20px;cursor:pointer}.cometchat-conversation-summary__body{width:100%;flex:1 0 0;color:var(--cometchat-text-color-primary, #141414);font:var(--cometchat-font-body-regular);font-style:normal;text-align:left}.cometchat-conversation-summary__shimmer{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:var(--cometchat-padding-2, 8px)}.cometchat-conversation-summary__shimmer-item{width:100%;display:flex;height:14px;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-5, 20px);align-items:center;align-content:center;gap:4px var(--cometchat-padding-1, 4px);align-self:stretch;flex-wrap:wrap;border-radius:var(--cometchat-radius-max, 1000px);background:var(--cometchat-shimmer-gradient-color, linear-gradient(90deg, #E0E0E0 0%, #EEE 100%));background-size:800px 104px;animation:shimmerAnimation 1.5s infinite linear}.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:shimmerAnimation 1.5s infinite linear}.cometchat-conversation-summary__error-view,.cometchat-conversation-summary__empty-view{color:var(--cometchat-text-color-secondary, #727272);text-align:center;font:var(--cometchat-font-body-regular);font-style:normal}.cometchat-action-sheet{display:flex;width:max-content;height:310px;padding:0;flex-direction:column;align-items:flex-start;position:absolute;border-radius:var(--cometchat-radius-4, 16px);border:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-01, #FFF);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;overflow:hidden;overflow-y:auto;justify-content:flex-start}.cometchat-action-sheet__item-icon{display:flex;width:24px;height:24px;justify-content:center;align-items:center;background:var(--cometchat-icon-color-highlight, #6852D6);mask-size:contain;-webkit-mask-size:contain}.cometchat-action-sheet__item-body{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;color:var(--cometchat-text-color-primary, #141414);text-overflow:ellipsis;font:var(--cometchat-font-heading4-regular, 400 16px Roboto);line-height:120%;text-align:left}.cometchat-action-sheet__item{display:flex;align-items:center;gap:var(--cometchat-padding-2, 8px);padding:var(--cometchat-padding-4, 16px);cursor:pointer;width:100%}.cometchat-action-sheet__item:hover{background:var(--cometchat-white-hover)}.cometchat-popover .cometchat-action-sheet{height:inherit}.cometchat-audio-bubble{border:none;background:transparent;display:flex;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-2, 8px) 0px var(--cometchat-padding-2, 8px);flex-direction:row;align-items:flex-start;align-self:stretch;border-radius:var(--cometchat-radius-3, 12px);max-width:240px;width:240px}.cometchat-audio-bubble__tail-view-download{mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8320'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8320)'%3e%3cpath%20d='M12%2015.4115C11.8795%2015.4115%2011.7673%2015.3923%2011.6635%2015.3538C11.5597%2015.3154%2011.4609%2015.2494%2011.3672%2015.1558L8.25775%2012.0463C8.10908%2011.8974%208.03567%2011.7233%208.0375%2011.524C8.0395%2011.3247%208.11292%2011.1474%208.25775%2010.9922C8.41292%2010.8372%208.59108%2010.7572%208.79225%2010.752C8.99358%2010.7468%209.17183%2010.8218%209.327%2010.977L11.25%2012.9V5.25C11.25%205.03717%2011.3218%204.859%2011.4655%204.7155C11.609%204.57183%2011.7872%204.5%2012%204.5C12.2128%204.5%2012.391%204.57183%2012.5345%204.7155C12.6782%204.859%2012.75%205.03717%2012.75%205.25V12.9L14.673%2010.977C14.8218%2010.8283%2014.9984%2010.7549%2015.2028%2010.7568C15.4073%2010.7588%2015.5871%2010.8372%2015.7423%2010.9922C15.8871%2011.1474%2015.9621%2011.3231%2015.9672%2011.5192C15.9724%2011.7154%2015.8974%2011.8911%2015.7423%2012.0463L12.6328%2015.1558C12.5391%2015.2494%2012.4403%2015.3154%2012.3365%2015.3538C12.2327%2015.3923%2012.1205%2015.4115%2012%2015.4115ZM6.30775%2019.5C5.80258%2019.5%205.375%2019.325%205.025%2018.975C4.675%2018.625%204.5%2018.1974%204.5%2017.6923V15.7308C4.5%2015.5179%204.57183%2015.3398%204.7155%2015.1962C4.859%2015.0526%205.03717%2014.9808%205.25%2014.9808C5.46283%2014.9808%205.641%2015.0526%205.7845%2015.1962C5.92817%2015.3398%206%2015.5179%206%2015.7308V17.6923C6%2017.7692%206.03208%2017.8398%206.09625%2017.9038C6.16025%2017.9679%206.23075%2018%206.30775%2018H17.6923C17.7692%2018%2017.8398%2017.9679%2017.9038%2017.9038C17.9679%2017.8398%2018%2017.7692%2018%2017.6923V15.7308C18%2015.5179%2018.0718%2015.3398%2018.2155%2015.1962C18.359%2015.0526%2018.5372%2014.9808%2018.75%2014.9808C18.9628%2014.9808%2019.141%2015.0526%2019.2845%2015.1962C19.4282%2015.3398%2019.5%2015.5179%2019.5%2015.7308V17.6923C19.5%2018.1974%2019.325%2018.625%2018.975%2018.975C18.625%2019.325%2018.1974%2019.5%2017.6923%2019.5H6.30775Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8320'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8320)'%3e%3cpath%20d='M12%2015.4115C11.8795%2015.4115%2011.7673%2015.3923%2011.6635%2015.3538C11.5597%2015.3154%2011.4609%2015.2494%2011.3672%2015.1558L8.25775%2012.0463C8.10908%2011.8974%208.03567%2011.7233%208.0375%2011.524C8.0395%2011.3247%208.11292%2011.1474%208.25775%2010.9922C8.41292%2010.8372%208.59108%2010.7572%208.79225%2010.752C8.99358%2010.7468%209.17183%2010.8218%209.327%2010.977L11.25%2012.9V5.25C11.25%205.03717%2011.3218%204.859%2011.4655%204.7155C11.609%204.57183%2011.7872%204.5%2012%204.5C12.2128%204.5%2012.391%204.57183%2012.5345%204.7155C12.6782%204.859%2012.75%205.03717%2012.75%205.25V12.9L14.673%2010.977C14.8218%2010.8283%2014.9984%2010.7549%2015.2028%2010.7568C15.4073%2010.7588%2015.5871%2010.8372%2015.7423%2010.9922C15.8871%2011.1474%2015.9621%2011.3231%2015.9672%2011.5192C15.9724%2011.7154%2015.8974%2011.8911%2015.7423%2012.0463L12.6328%2015.1558C12.5391%2015.2494%2012.4403%2015.3154%2012.3365%2015.3538C12.2327%2015.3923%2012.1205%2015.4115%2012%2015.4115ZM6.30775%2019.5C5.80258%2019.5%205.375%2019.325%205.025%2018.975C4.675%2018.625%204.5%2018.1974%204.5%2017.6923V15.7308C4.5%2015.5179%204.57183%2015.3398%204.7155%2015.1962C4.859%2015.0526%205.03717%2014.9808%205.25%2014.9808C5.46283%2014.9808%205.641%2015.0526%205.7845%2015.1962C5.92817%2015.3398%206%2015.5179%206%2015.7308V17.6923C6%2017.7692%206.03208%2017.8398%206.09625%2017.9038C6.16025%2017.9679%206.23075%2018%206.30775%2018H17.6923C17.7692%2018%2017.8398%2017.9679%2017.9038%2017.9038C17.9679%2017.8398%2018%2017.7692%2018%2017.6923V15.7308C18%2015.5179%2018.0718%2015.3398%2018.2155%2015.1962C18.359%2015.0526%2018.5372%2014.9808%2018.75%2014.9808C18.9628%2014.9808%2019.141%2015.0526%2019.2845%2015.1962C19.4282%2015.3398%2019.5%2015.5179%2019.5%2015.7308V17.6923C19.5%2018.1974%2019.325%2018.625%2018.975%2018.975C18.625%2019.325%2018.1974%2019.5%2017.6923%2019.5H6.30775Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;display:flex;width:24px;height:24px;justify-content:center;align-items:center;-webkit-mask-size:contain;mask-size:contain;cursor:pointer;background:var(--cometchat-static-white)}.cometchat-audio-bubble__body-wave{height:24px;display:flex;align-items:center;justify-content:center;z-index:1}.cometchat-audio-bubble__tail-view-download-progress{position:relative;width:24px;height:24px}.cometchat-audio-bubble__tail-view-download-progress svg{width:24px;height:24px;transform:rotate(-90deg)}.cometchat-audio-bubble__tail-view-download-stop{mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8321'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8321)'%3e%3cpath%20d='M11.9995%2013.0538L6.92652%2018.127C6.78802%2018.2653%206.61394%2018.3362%206.40427%2018.3395C6.19477%2018.3427%206.01752%2018.2718%205.87252%2018.127C5.72769%2017.982%205.65527%2017.8063%205.65527%2017.6C5.65527%2017.3937%205.72769%2017.218%205.87252%2017.073L10.9458%2012L5.87252%206.92701C5.73419%206.78851%205.66336%206.61443%205.66002%206.40476C5.65686%206.19526%205.72769%206.01801%205.87252%205.87301C6.01752%205.72818%206.19319%205.65576%206.39952%205.65576C6.60586%205.65576%206.78152%205.72818%206.92652%205.87301L11.9995%2010.9463L17.0725%205.87301C17.211%205.73468%2017.3851%205.66385%2017.5948%205.66051C17.8043%205.65735%2017.9815%205.72818%2018.1265%205.87301C18.2714%206.01801%2018.3438%206.19368%2018.3438%206.40001C18.3438%206.60635%2018.2714%206.78201%2018.1265%206.92701L13.0533%2012L18.1265%2017.073C18.2649%2017.2115%2018.3357%2017.3856%2018.339%2017.5953C18.3422%2017.8048%2018.2714%2017.982%2018.1265%2018.127C17.9815%2018.2718%2017.8059%2018.3443%2017.5995%2018.3443C17.3932%2018.3443%2017.2175%2018.2718%2017.0725%2018.127L11.9995%2013.0538Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8321'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8321)'%3e%3cpath%20d='M11.9995%2013.0538L6.92652%2018.127C6.78802%2018.2653%206.61394%2018.3362%206.40427%2018.3395C6.19477%2018.3427%206.01752%2018.2718%205.87252%2018.127C5.72769%2017.982%205.65527%2017.8063%205.65527%2017.6C5.65527%2017.3937%205.72769%2017.218%205.87252%2017.073L10.9458%2012L5.87252%206.92701C5.73419%206.78851%205.66336%206.61443%205.66002%206.40476C5.65686%206.19526%205.72769%206.01801%205.87252%205.87301C6.01752%205.72818%206.19319%205.65576%206.39952%205.65576C6.60586%205.65576%206.78152%205.72818%206.92652%205.87301L11.9995%2010.9463L17.0725%205.87301C17.211%205.73468%2017.3851%205.66385%2017.5948%205.66051C17.8043%205.65735%2017.9815%205.72818%2018.1265%205.87301C18.2714%206.01801%2018.3438%206.19368%2018.3438%206.40001C18.3438%206.60635%2018.2714%206.78201%2018.1265%206.92701L13.0533%2012L18.1265%2017.073C18.2649%2017.2115%2018.3357%2017.3856%2018.339%2017.5953C18.3422%2017.8048%2018.2714%2017.982%2018.1265%2018.127C17.9815%2018.2718%2017.8059%2018.3443%2017.5995%2018.3443C17.3932%2018.3443%2017.2175%2018.2718%2017.0725%2018.127L11.9995%2013.0538Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background:var(--cometchat-static-white);display:flex;width:15px;height:15px;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-mask-size:contain;mask-size:contain;cursor:pointer}.cometchat-audio-bubble>div:not([class]){display:flex;align-items:center;justify-content:flex-start;gap:var(--cometchat-padding-2, 8px);flex:1 0 0}.cometchat-audio-bubble__body-time{color:var(--cometchat-static-white);font:var(--cometchat-font-caption2-regular);width:100%;text-align:left}.cometchat-audio-bubble__body{padding:0px var(--cometchat-padding-2) 0px var(--cometchat-padding-3);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:var(--cometchat-padding)}.cometchat-audio-bubble__leading-view-play,.cometchat-audio-bubble__leading-view-pause{height:24px;width:24px;display:flex;align-items:center;justify-content:center;background:var(--cometchat-primary-color);cursor:pointer}.cometchat-audio-bubble__leading-view-play{mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8334'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8334)'%3e%3cpath%20d='M8.5%2016.4442V7.55573C8.5%207.29173%208.59058%207.07506%208.77175%206.90573C8.95292%206.73656%209.16433%206.65198%209.406%206.65198C9.4815%206.65198%209.56067%206.66289%209.6435%206.68473C9.72633%206.70639%209.80542%206.73906%209.88075%206.78273L16.8767%2011.2365C17.0141%2011.3301%2017.117%2011.4423%2017.1855%2011.573C17.2542%2011.7038%2017.2885%2011.8461%2017.2885%2012C17.2885%2012.1538%2017.2542%2012.2961%2017.1855%2012.427C17.117%2012.5576%2017.0141%2012.6698%2016.8767%2012.7635L9.88075%2017.2172C9.80525%2017.2609%209.72592%2017.2936%209.64275%2017.3152C9.55975%2017.3371%209.4805%2017.348%209.405%2017.348C9.16317%2017.348%208.95192%2017.2634%208.77125%2017.0942C8.59042%2016.9249%208.5%2016.7082%208.5%2016.4442Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8334'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8334)'%3e%3cpath%20d='M8.5%2016.4442V7.55573C8.5%207.29173%208.59058%207.07506%208.77175%206.90573C8.95292%206.73656%209.16433%206.65198%209.406%206.65198C9.4815%206.65198%209.56067%206.66289%209.6435%206.68473C9.72633%206.70639%209.80542%206.73906%209.88075%206.78273L16.8767%2011.2365C17.0141%2011.3301%2017.117%2011.4423%2017.1855%2011.573C17.2542%2011.7038%2017.2885%2011.8461%2017.2885%2012C17.2885%2012.1538%2017.2542%2012.2961%2017.1855%2012.427C17.117%2012.5576%2017.0141%2012.6698%2016.8767%2012.7635L9.88075%2017.2172C9.80525%2017.2609%209.72592%2017.2936%209.64275%2017.3152C9.55975%2017.3371%209.4805%2017.348%209.405%2017.348C9.16317%2017.348%208.95192%2017.2634%208.77125%2017.0942C8.59042%2016.9249%208.5%2016.7082%208.5%2016.4442Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-audio-bubble__leading-view-pause{mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8317'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8317)'%3e%3cpath%20d='M15.5%2018.5C15.091%2018.5%2014.7387%2018.3523%2014.4432%2018.0568C14.1477%2017.7613%2014%2017.409%2014%2017V7C14%206.591%2014.1477%206.23875%2014.4432%205.94325C14.7387%205.64775%2015.091%205.5%2015.5%205.5H16.25C16.659%205.5%2017.0113%205.64775%2017.3068%205.94325C17.6023%206.23875%2017.75%206.591%2017.75%207V17C17.75%2017.409%2017.6023%2017.7613%2017.3068%2018.0568C17.0113%2018.3523%2016.659%2018.5%2016.25%2018.5H15.5ZM7.75%2018.5C7.341%2018.5%206.98875%2018.3523%206.69325%2018.0568C6.39775%2017.7613%206.25%2017.409%206.25%2017V7C6.25%206.591%206.39775%206.23875%206.69325%205.94325C6.98875%205.64775%207.341%205.5%207.75%205.5H8.5C8.909%205.5%209.26125%205.64775%209.55675%205.94325C9.85225%206.23875%2010%206.591%2010%207V17C10%2017.409%209.85225%2017.7613%209.55675%2018.0568C9.26125%2018.3523%208.909%2018.5%208.5%2018.5H7.75Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8317'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8317)'%3e%3cpath%20d='M15.5%2018.5C15.091%2018.5%2014.7387%2018.3523%2014.4432%2018.0568C14.1477%2017.7613%2014%2017.409%2014%2017V7C14%206.591%2014.1477%206.23875%2014.4432%205.94325C14.7387%205.64775%2015.091%205.5%2015.5%205.5H16.25C16.659%205.5%2017.0113%205.64775%2017.3068%205.94325C17.6023%206.23875%2017.75%206.591%2017.75%207V17C17.75%2017.409%2017.6023%2017.7613%2017.3068%2018.0568C17.0113%2018.3523%2016.659%2018.5%2016.25%2018.5H15.5ZM7.75%2018.5C7.341%2018.5%206.98875%2018.3523%206.69325%2018.0568C6.39775%2017.7613%206.25%2017.409%206.25%2017V7C6.25%206.591%206.39775%206.23875%206.69325%205.94325C6.98875%205.64775%207.341%205.5%207.75%205.5H8.5C8.909%205.5%209.26125%205.64775%209.55675%205.94325C9.85225%206.23875%2010%206.591%2010%207V17C10%2017.409%209.85225%2017.7613%209.55675%2018.0568C9.26125%2018.3523%208.909%2018.5%208.5%2018.5H7.75Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-audio-bubble__leading-view{background:var(--cometchat-static-white);cursor:pointer;display:flex;width:32px;border-radius:var(--cometchat-radius-max, 1000px);height:32px;justify-content:center;align-items:center}circle.cometchat-audio-bubble__tail-view-download-progress-background{stroke:var(--cometchat-static-white);stroke-dasharray:113 113;opacity:.2;stroke-width:2;fill:none}circle.cometchat-audio-bubble__tail-view-download-progress-foreground{stroke:var(--cometchat-static-white);stroke-dasharray:0 113;stroke-width:2;fill:none;stroke-linecap:round}.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{stroke:var(--cometchat-primary-color);opacity:.2}.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{display:flex;width:48px;height:48px;background:var(--cometchat-extended-primary-color-500, #AA9EE8);justify-content:center;align-items:center;flex-shrink:0;border-radius:var(--cometchat-radius-max, 1000px)}.cometchat-avatar__image{display:flex;width:100%;height:100%;justify-content:center;align-items:center;flex-shrink:0;color:var(--cometchat-primary-button-icon, #FFF);text-align:center;font:var(--cometchat-font-title-bold, 700 32px Roboto);border-radius:var(--cometchat-radius-max, 1000px)}.cometchat-avatar__text{display:flex;width:24px;height:24px;justify-content:center;align-items:center;flex-shrink:0;font:var(--cometchat-font-heading3-bold, 700 20px Roboto);color:var(--cometchat-primary-button-icon, #FFF);text-align:center}.cometchat-button{display:flex;height:40px;width:160px;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-5, 20px);justify-content:center;align-items:center;align-self:stretch;border-radius:var(--cometchat-radius-2, 8px);border:none;background:var(--cometchat-primary-button-background, #6852D6);cursor:pointer}.cometchat-button__text{color:var(--cometchat-static-white, #FFFFFF);font:var(--cometchat-font-button-medium, 500 14px Roboto);line-height:120%;cursor:pointer}.cometchat-button__icon{display:flex;justify-content:center;align-items:center;cursor:pointer}.cometchat-button__icon-default{height:24px;width: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:spin .8s linear infinite}.cometchat-call-bubble{display:flex;max-width:240px;width:240px;flex-direction:column;align-items:center;gap:0px;background:var(--cometchat-primary-color);border-radius:var(--cometchat-radius-3, 12px);background:inherit;box-sizing:border-box;padding:0;margin:0}.cometchat-call-bubble__body{display:flex;padding:var(--cometchat-padding-3, 12px);align-items:center;gap:var(--cometchat-padding-2, 8px);align-self:stretch}.cometchat-call-bubble__body-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;text-overflow:ellipsis;font:var(--cometchat-font-body-medium);font-style:normal}.cometchat-call-bubble__icon-wrapper-icon{mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_774_6313'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_774_6313)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.26523%2018.975C3.61523%2019.325%204.04273%2019.5%204.54773%2019.5H15.9325C16.4375%2019.5%2016.865%2019.325%2017.215%2018.975C17.565%2018.625%2017.74%2018.1974%2017.74%2017.6923V13.1152L20.4862%2015.8615C20.6337%2016.009%2020.7994%2016.0458%2020.9832%2015.972C21.1672%2015.8983%2021.2592%2015.7577%2021.2592%2015.55V8.45C21.2592%208.24233%2021.1672%208.10167%2020.9832%208.028C20.7994%207.95417%2020.6337%207.991%2020.4862%208.1385L17.74%2010.8848V6.30775C17.74%205.80258%2017.565%205.375%2017.215%205.025C16.865%204.675%2016.4375%204.5%2015.9325%204.5H4.54773C4.04273%204.5%203.61523%204.675%203.26523%205.025C2.91523%205.375%202.74023%205.80258%202.74023%206.30775V17.6923C2.74023%2018.1974%202.91523%2018.625%203.26523%2018.975ZM10.75%2013.9704H8.55375L13.2578%209.2666C13.4026%209.1216%2013.475%208.94594%2013.475%208.7396C13.475%208.5331%2013.4026%208.35743%2013.2578%208.2126C13.1129%208.06777%2012.9357%207.99693%2012.726%208.0001C12.5163%208.00327%2012.3422%208.0741%2012.2037%208.2126L7.5%2012.9166V10.7204C7.5%2010.5079%207.42817%2010.3297%207.2845%2010.1859C7.141%2010.0422%206.96291%209.97035%206.75025%209.97035C6.53775%209.97035%206.35958%2010.0422%206.21575%2010.1859C6.07192%2010.3297%206%2010.5079%206%2010.7204V14.5666C6%2014.8226%206.08666%2015.0372%206.26%2015.2104C6.43317%2015.3837%206.64775%2015.4704%206.90375%2015.4704H10.75C10.9625%2015.4704%2011.1407%2015.3985%2011.2845%2015.2549C11.4282%2015.1114%2011.5%2014.9333%2011.5%2014.7206C11.5%2014.5081%2011.4282%2014.3299%2011.2845%2014.1861C11.1407%2014.0423%2010.9625%2013.9704%2010.75%2013.9704Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_774_6313'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_774_6313)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.26523%2018.975C3.61523%2019.325%204.04273%2019.5%204.54773%2019.5H15.9325C16.4375%2019.5%2016.865%2019.325%2017.215%2018.975C17.565%2018.625%2017.74%2018.1974%2017.74%2017.6923V13.1152L20.4862%2015.8615C20.6337%2016.009%2020.7994%2016.0458%2020.9832%2015.972C21.1672%2015.8983%2021.2592%2015.7577%2021.2592%2015.55V8.45C21.2592%208.24233%2021.1672%208.10167%2020.9832%208.028C20.7994%207.95417%2020.6337%207.991%2020.4862%208.1385L17.74%2010.8848V6.30775C17.74%205.80258%2017.565%205.375%2017.215%205.025C16.865%204.675%2016.4375%204.5%2015.9325%204.5H4.54773C4.04273%204.5%203.61523%204.675%203.26523%205.025C2.91523%205.375%202.74023%205.80258%202.74023%206.30775V17.6923C2.74023%2018.1974%202.91523%2018.625%203.26523%2018.975ZM10.75%2013.9704H8.55375L13.2578%209.2666C13.4026%209.1216%2013.475%208.94594%2013.475%208.7396C13.475%208.5331%2013.4026%208.35743%2013.2578%208.2126C13.1129%208.06777%2012.9357%207.99693%2012.726%208.0001C12.5163%208.00327%2012.3422%208.0741%2012.2037%208.2126L7.5%2012.9166V10.7204C7.5%2010.5079%207.42817%2010.3297%207.2845%2010.1859C7.141%2010.0422%206.96291%209.97035%206.75025%209.97035C6.53775%209.97035%206.35958%2010.0422%206.21575%2010.1859C6.07192%2010.3297%206%2010.5079%206%2010.7204V14.5666C6%2014.8226%206.08666%2015.0372%206.26%2015.2104C6.43317%2015.3837%206.64775%2015.4704%206.90375%2015.4704H10.75C10.9625%2015.4704%2011.1407%2015.3985%2011.2845%2015.2549C11.4282%2015.1114%2011.5%2014.9333%2011.5%2014.7206C11.5%2014.5081%2011.4282%2014.3299%2011.2845%2014.1861C11.1407%2014.0423%2010.9625%2013.9704%2010.75%2013.9704Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;height:20px;width:20px;display:flex;align-items:center;justify-content:center;background:var(--cometchat-primary-color);-webkit-mask-size:contain;mask-size:contain}.cometchat-call-bubble__icon-wrapper{display:flex;width:40px;border-radius:var(--cometchat-radius-max, 1000px);background:var(--cometchat-static-white);height:40px;padding:var(--cometchat-padding-2);justify-content:center;align-items:center}.cometchat-call-bubble__body-content-subtitle{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;text-overflow:ellipsis;font:var(--cometchat-font-caption1-regular);font-style:normal}.cometchat-call-bubble__body-content-subtitle .cometchat-date{padding:0;color:inherit;font:inherit}.cometchat-call-bubble__body-content{text-align:left}.cometchat-call-bubble__button{display:flex;height:40px;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-5, 20px);border:none;justify-content:center;align-items:center;gap:var(--cometchat-padding-2, 8px);align-self:stretch;width:100%;background:inherit;border-radius:0px 0px var(--cometchat-radius-radius_2, 8px) var(--cometchat-radius-radius_2, 8px);font:var(--cometchat-font-body-medium);font-style:normal;cursor:pointer}.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{overflow:hidden;text-overflow:ellipsis;font:var(--cometchat-font-body-medium)}.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{display:flex;width:400px;padding:var(--cometchat-padding-6, 24px) var(--cometchat-padding-6, 24px) var(--cometchat-padding-3, 12px) var(--cometchat-padding-6, 24px);flex-direction:column;align-items:center;gap:var(--cometchat-padding-3, 12px);border-radius:var(--cometchat-radius-5, 20px);border:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-01, #FFF);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-change-scope__icon-container{display:flex;width:80px;height:80px;justify-content:center;align-items:center;border-radius:var(--cometchat-radius-max, 1000px);background:var(--cometchat-background-color-02, #FAFAFA)}.cometchat-change-scope__icon{display:flex;width:48px;height:48px;justify-content:center;align-items:center;flex-shrink:0;mask:url(/_assets/change_scope-BnN7PCx8.png) center center no-repeat;-webkit-mask:url(/_assets/change_scope-BnN7PCx8.png) center center no-repeat;background:var(--cometchat-icon-color-highlight, #6852D6);mask-size:contain;-webkit-mask-size:contain}.cometchat-change-scope__text{display:flex;flex-direction:column;align-items:flex-start;gap:var(--cometchat-padding-2, 8px);align-self:stretch}.cometchat-change-scope__title{align-self:stretch;color:var(--cometchat-text-color-primary, #141414);text-align:center;font:var(--cometchat-font-heading2-medium, 500 20px Roboto);line-height:120%}.cometchat-change-scope__description{align-self:stretch;color:var(--cometchat-text-color-secondary, #727272);text-align:center;font:var(--cometchat-font-body-regular, 400 14px Roboto);line-height:120%}.cometchat-change-scope__dropdown{width:352px;height:36px;gap:var(--cometchat-padding-2, 4px);border-radius:var(--cometchat-radius-2, 8px);border:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-01, #FFF)}.cometchat-change-scope__list{display:flex;flex-direction:column;align-items:flex-start;gap:0px;align-self:stretch;border-radius:var(--cometchat-radius-2, 8px);border:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-01, #FFF);height:fit-content;overflow:auto}.cometchat-change-scope__list-item{display:flex;min-width:240px;max-width:1440px;height:48px;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-4, 16px);align-items:center;gap:var(--cometchat-padding-3, 12px);flex:1 0 0;align-self:stretch;background:var(--cometchat-background-color-01, #FFF)}.cometchat-change-scope__list-item:hover{background:var(--cometchat-white-hover, #FAFAFA);cursor:pointer}.cometchat-change-scope__list-item-label{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;color:var(--cometchat-text-color-primary, #141414);text-overflow:ellipsis;font:var(--cometchat-font-heading4-medium, 500 16px Roboto);flex:1 0 0;text-align:left}.cometchat-change-scope__button-container{display:flex;padding:var(--cometchat-padding-3, 12px) 0px;align-items:center;gap:var(--cometchat-padding-2, 8px);align-self:stretch}.cometchat-change-scope__submit-button>.cometchat{height:100%;width:100%}.cometchat-change-scope__submit-button{height:40px;line-height:120%;flex:1}.cometchat-change-scope__submit-button .cometchat-button{background:var(--cometchat-primary-button-background, #6852D6);color:var(--cometchat-primary-button-icon, #FFF);padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-5, 20px);align-items:center;align-self:stretch;justify-content:center;display:flex;width:100%;height:100%;border-radius:var(--cometchat-radius-2, 8px);border:1px solid var(--cometchat-border-color-light, #F5F5F5);font:var(--cometchat-font-body-medium, 500 14px Roboto)}.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{height:100%;width:100%}.cometchat-change-scope__cancel-button .cometchat-button{border:1px solid var(--cometchat-border-color-dark, #DCDCDC);background:var(--cometchat-background-color-01, #FFF);color:var(--cometchat-neutral-color-900, #141414);font:var(--cometchat-font-body-medium, 500 14px Roboto);padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-5, 20px);align-items:center;align-self:stretch;justify-content:center;display:flex;width:100%;height:100%;border-radius:var(--cometchat-radius-2, 8px)}.cometchat-change-scope__button-container .cometchat-button .cometchat-button__text{font:inherit;color:inherit}.cometchat-change-scope__cancel-button{height:40px;line-height:120%;flex:1}.cometchat-change-scope__error-view{color:var(--cometchat-error-color, #F44649);font:var(--cometchat-font-body-regular);font-style:normal;display:flex;padding:var(--cometchat-padding-1, 4px) var(--cometchat-padding-2, 8px);justify-content:center;align-items:center;gap:var(--cometchat-padding-1, 4px);align-self:stretch;border-radius:var(--cometchat-radius-2, 8px);background:#f446491a}.cometchat-checkbox{display:inline-flex;align-items:center;position:relative}.cometchat-checkbox__label input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.cometchat-checkbox__checkmark{display:inline-block;position:relative;width:24px;height:24px;flex-shrink:0;border-radius:var(--cometchat-radius-1, 4px);border:1.5px solid var(--cometchat-border-color-default, #E8E8E8)}.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{border:1.5px solid var(--cometchat-primary-color, #6852D6);background-color:var(--cometchat-primary-color, #6852D6)}.cometchat-checkbox__checkmark:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;background:var(--cometchat-static-white, #FFF);mask:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='check'%3e%3cpath%20id='Icon'%20d='M11.6663%203.5L5.24967%209.91667L2.33301%207'%20stroke='%236852D6'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='check'%3e%3cpath%20id='Icon'%20d='M11.6663%203.5L5.24967%209.91667L2.33301%207'%20stroke='%236852D6'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask-size:contain;-webkit-mask-size:contain;transform:translate(-50%,-50%);display:none}.cometchat-checkbox input[type=checkbox]:checked+.cometchat-checkbox__checkmark:after{display:block}.cometchat-checkbox__label{display:flex;align-items:center;gap:var(--cometchat-radius-2, 8px);color:var(--cometchat-text-color-secondary);font:var(--cometchat-font-body-regular)}.cometchat-confirm-dialog{margin:0 auto;box-sizing:border-box;display:flex;width:400px;padding:var(--cometchat-padding-6, 24px) var(--cometchat-padding-6, 24px) var(--cometchat-padding-3, 12px) var(--cometchat-padding-6, 24px);flex-direction:column;align-items:center;gap:var(--cometchat-padding-3, 12px);border-radius:var(--cometchat-radius-4, 16px);border:1px solid var(--cometchat-border-color-light);background:var(--cometchat-background-color-01);flex-wrap:wrap;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-confirm-dialog__content-title{color:var(--cometchat-text-color-primary);text-align:center;font:var(--cometchat-font-heading2-medium);font-style:normal}.cometchat-confirm-dialog__content{display:flex;flex-direction:column;gap:var(--cometchat-padding)}.cometchat-confirm-dialog__content-description{width:100%;color:var(--cometchat-text-color-secondary);text-align:center;font:var(--cometchat-font-body-regular);font-style:normal}.cometchat-confirm-dialog__button-group{display:flex;padding:var(--cometchat-padding-3, 12px) 0px;align-items:center;gap:var(--cometchat-padding-2, 8px);align-self:stretch;width:100%;overflow:hidden}.cometchat-confirm-dialog__icon-wrapper{display:flex;width:80px;height:80px;padding:var(--cometchat-padding-4);justify-content:center;align-items:center;border-radius:var(--cometchat-radius-max, 1000px);background:var(--cometchat-background-color-02);flex-shrink:1}.cometchat-confirm-dialog__icon-wrapper-icon{mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8465'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8465)'%3e%3cpath%20d='M7.30775%2020.5C6.81058%2020.5%206.385%2020.323%206.031%2019.969C5.677%2019.615%205.5%2019.1894%205.5%2018.6923V6H5.25C5.0375%206%204.85942%205.92808%204.71575%205.78425C4.57192%205.64042%204.5%205.46225%204.5%205.24975C4.5%205.03708%204.57192%204.859%204.71575%204.7155C4.85942%204.57183%205.0375%204.5%205.25%204.5H9C9%204.25517%209.08625%204.0465%209.25875%203.874C9.43108%203.70167%209.63967%203.6155%209.8845%203.6155H14.1155C14.3603%203.6155%2014.5689%203.70167%2014.7413%203.874C14.9138%204.0465%2015%204.25517%2015%204.5H18.75C18.9625%204.5%2019.1406%204.57192%2019.2843%204.71575C19.4281%204.85959%2019.5%205.03775%2019.5%205.25025C19.5%205.46292%2019.4281%205.641%2019.2843%205.7845C19.1406%205.92817%2018.9625%206%2018.75%206H18.5V18.6923C18.5%2019.1894%2018.323%2019.615%2017.969%2019.969C17.615%2020.323%2017.1894%2020.5%2016.6923%2020.5H7.30775ZM10.1543%2017C10.3668%2017%2010.5448%2016.9282%2010.6885%2016.7845C10.832%2016.6407%2010.9037%2016.4625%2010.9037%2016.25V8.75C10.9037%208.5375%2010.8318%208.35933%2010.688%208.2155C10.5443%208.07183%2010.3662%208%2010.1535%208C9.941%208%209.76292%208.07183%209.61925%208.2155C9.47575%208.35933%209.404%208.5375%209.404%208.75V16.25C9.404%2016.4625%209.47583%2016.6407%209.6195%2016.7845C9.76333%2016.9282%209.94158%2017%2010.1543%2017ZM13.8465%2017C14.059%2017%2014.2371%2016.9282%2014.3807%2016.7845C14.5243%2016.6407%2014.596%2016.4625%2014.596%2016.25V8.75C14.596%208.5375%2014.5242%208.35933%2014.3805%208.2155C14.2367%208.07183%2014.0584%208%2013.8458%208C13.6333%208%2013.4552%208.07183%2013.3115%208.2155C13.168%208.35933%2013.0962%208.5375%2013.0962%208.75V16.25C13.0962%2016.4625%2013.1682%2016.6407%2013.312%2016.7845C13.4557%2016.9282%2013.6338%2017%2013.8465%2017Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8465'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8465)'%3e%3cpath%20d='M7.30775%2020.5C6.81058%2020.5%206.385%2020.323%206.031%2019.969C5.677%2019.615%205.5%2019.1894%205.5%2018.6923V6H5.25C5.0375%206%204.85942%205.92808%204.71575%205.78425C4.57192%205.64042%204.5%205.46225%204.5%205.24975C4.5%205.03708%204.57192%204.859%204.71575%204.7155C4.85942%204.57183%205.0375%204.5%205.25%204.5H9C9%204.25517%209.08625%204.0465%209.25875%203.874C9.43108%203.70167%209.63967%203.6155%209.8845%203.6155H14.1155C14.3603%203.6155%2014.5689%203.70167%2014.7413%203.874C14.9138%204.0465%2015%204.25517%2015%204.5H18.75C18.9625%204.5%2019.1406%204.57192%2019.2843%204.71575C19.4281%204.85959%2019.5%205.03775%2019.5%205.25025C19.5%205.46292%2019.4281%205.641%2019.2843%205.7845C19.1406%205.92817%2018.9625%206%2018.75%206H18.5V18.6923C18.5%2019.1894%2018.323%2019.615%2017.969%2019.969C17.615%2020.323%2017.1894%2020.5%2016.6923%2020.5H7.30775ZM10.1543%2017C10.3668%2017%2010.5448%2016.9282%2010.6885%2016.7845C10.832%2016.6407%2010.9037%2016.4625%2010.9037%2016.25V8.75C10.9037%208.5375%2010.8318%208.35933%2010.688%208.2155C10.5443%208.07183%2010.3662%208%2010.1535%208C9.941%208%209.76292%208.07183%209.61925%208.2155C9.47575%208.35933%209.404%208.5375%209.404%208.75V16.25C9.404%2016.4625%209.47583%2016.6407%209.6195%2016.7845C9.76333%2016.9282%209.94158%2017%2010.1543%2017ZM13.8465%2017C14.059%2017%2014.2371%2016.9282%2014.3807%2016.7845C14.5243%2016.6407%2014.596%2016.4625%2014.596%2016.25V8.75C14.596%208.5375%2014.5242%208.35933%2014.3805%208.2155C14.2367%208.07183%2014.0584%208%2013.8458%208C13.6333%208%2013.4552%208.07183%2013.3115%208.2155C13.168%208.35933%2013.0962%208.5375%2013.0962%208.75V16.25C13.0962%2016.4625%2013.1682%2016.6407%2013.312%2016.7845C13.4557%2016.9282%2013.6338%2017%2013.8465%2017Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;height:48px;width:48px;display:flex;align-items:center;justify-content:center;background:var(--cometchat-error-color);-webkit-mask-size:contain;mask-size:contain}.cometchat-confirm-dialog__button-group-submit .cometchat-button{padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-5, 20px);background:var(--cometchat-error-color);border:1px solid var(--cometchat-border-color-light)}.cometchat-confirm-dialog__button-group .cometchat-button{height:100%;width:100%}.cometchat-confirm-dialog__button-group .cometchat-confirm-dialog__button-group-submit,.cometchat-confirm-dialog__button-group .cometchat-confirm-dialog__button-group-cancel{width:100%;display:flex;height:40px;justify-content:center;align-items:center;gap:var(--cometchat-padding-2, 8px);align-self:stretch;border-radius:var(--cometchat-radius-2, 8px);font:var(--cometchat-font-button-medium);font-style:normal;cursor:pointer}.cometchat-confirm-dialog__button-group-submit>.cometchat,.cometchat-confirm-dialog__button-group-cancel>.cometchat{height:100%;width:100%}.cometchat-confirm-dialog__button-group-cancel .cometchat-button{padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-5, 20px);border:1px solid var(--cometchat-border-color-dark);background:var(--cometchat-background-color-01, #FFF)}.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{border-radius:var(--cometchat-radius-4, 12px) var(--cometchat-radius-4, 12px) 0px 0px;background:linear-gradient(0deg,#f446491a,#f446491a),var(--cometchat-background-color-01, #FFF);overflow:hidden;color:var(--cometchat-error-color, #F44649);text-overflow:ellipsis;font:var(--cometchat-font-body-regular);font-style:normal;display:flex;width:100%;padding:var(--cometchat-padding-2, 8px);align-items:flex-start;height:48px;margin-bottom:-16px;justify-content:center}.cometchat-menu-list{display:flex;flex-direction:column;align-items:flex-start;gap:var(--cometchat-padding-2, 8px);background:transparent}.cometchat-menu-list__main-menu{display:flex;align-items:center;gap:12px;width:100%}.cometchat-menu-list__sub-menu-list{display:flex;position:fixed;overflow:hidden;z-index:3;width:160px;padding:0;flex-direction:column;align-items:flex-start;border-radius:var(--cometchat-radius-2, 8px);border:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-01, #FFF);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-menu-list__main-menu-item{display:flex;width:24px;height:24px;padding:4px;justify-content:center;align-items:center;border-radius:var(--cometchat-radius-max, 1000px);background:var(--cometchat-background-color-01, #FFF);box-shadow:0 1px 2px #1018280d;cursor:pointer}.cometchat-menu-list__sub-menu-list-item{display:flex;align-items:center;gap:var(--cometchat-padding-2, 8px);padding:var(--cometchat-padding-3, 12px);flex:1 0 0;cursor:pointer;background:var(--cometchat-background-color-01, #FFF)}.cometchat-menu-list__sub-menu-list-item:hover{background:var(--cometchat-white-hover)}.cometchat-menu-list__menu{display:flex;height:48px;width:100%;align-items:center;gap:var(--cometchat-padding-2, 12px);align-self:stretch;background:var(--cometchat-background-color-01, #FFF)}.cometchat-menu-list__main-menu-item-icon{display:flex;width:16px;height:16px;justify-content:center;align-items:center;flex-shrink:0;background:var(--cometchat-icon-color-secondary, #A1A1A1);-webkit-mask-size:contain}.cometchat-menu-list__sub-menu-list-item-icon{display:flex;width:24px;height:24px;justify-content:center;align-items:center;background:var(--cometchat-icon-color-secondary, #A1A1A1);-webkit-mask-size:contain}.cometchat-menu-list__sub-menu-item-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;color:var(--cometchat-text-color-primary, #141414);text-overflow:ellipsis;text-align:left;font:var(--cometchat-font-body-regular, 400 14px Roboto);line-height:120%}.cometchat-menu-list__sub-menu{display:flex;width:24px;height:24px;justify-content:center;align-items:center;border-radius:var(--cometchat-radius-max, 1000px);background:var(--cometchat-background-color-01, #FFF);box-shadow:0 1px 2px #1018280d}.cometchat-menu-list__sub-menu-icon{width:16px;height:16px;flex-shrink:0;background:var(--cometchat-icon-color-secondary, #A1A1A1);-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cpath%20id='Vector'%20d='M7.99953%2013.9437C7.73575%2013.9437%207.51081%2013.8501%207.3247%2013.6629C7.13859%2013.4757%207.04553%2013.2503%207.04553%2012.9865C7.04553%2012.7227%207.13909%2012.4978%207.3262%2012.3117C7.51342%2012.1256%207.73887%2012.0325%208.00253%2012.0325C8.26631%2012.0325%208.49126%2012.1261%208.67737%2012.3134C8.86348%2012.5005%208.95653%2012.7259%208.95653%2012.9897C8.95653%2013.2535%208.86298%2013.4784%208.67587%2013.6645C8.48864%2013.8506%208.2632%2013.9437%207.99953%2013.9437ZM7.99953%209.45469C7.73575%209.45469%207.51081%209.36113%207.3247%209.17402C7.13859%208.9868%207.04553%208.76135%207.04553%208.49769C7.04553%208.23391%207.13909%208.00897%207.3262%207.82285C7.51342%207.63674%207.73887%207.54369%208.00253%207.54369C8.26631%207.54369%208.49126%207.63724%208.67737%207.82435C8.86348%208.01158%208.95653%208.23702%208.95653%208.50069C8.95653%208.76447%208.86298%208.98941%208.67587%209.17552C8.48864%209.36163%208.2632%209.45469%207.99953%209.45469ZM7.99953%204.96585C7.73575%204.96585%207.51081%204.87224%207.3247%204.68502C7.13859%204.49791%207.04553%204.27247%207.04553%204.00869C7.04553%203.74491%207.13909%203.51997%207.3262%203.33385C7.51342%203.14774%207.73887%203.05469%208.00253%203.05469C8.26631%203.05469%208.49126%203.1483%208.67737%203.33552C8.86348%203.52263%208.95653%203.74808%208.95653%204.01185C8.95653%204.27563%208.86298%204.50058%208.67587%204.68669C8.48864%204.8728%208.2632%204.96585%207.99953%204.96585Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e");-webkit-mask-size:contain;cursor:pointer}.cometchat-menu-list__menu-wrapper{display:flex;align-items:center;gap:var(--cometchat-padding-2, 8px);align-self:stretch}.cometchat-date{display:inline;font:var(--cometchat-font-caption2-regular);color:var(--cometchat-neutral-color-600);background:transparent;text-align:center;font-style:normal;padding:3px 10px}.cometchat-delete-bubble{display:flex;padding:var(--cometchat-padding-2, 8px);flex-direction:column;align-items:flex-end;border-radius:var(--cometchat-radius-3, 12px);max-width:270px}.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{display:flex;padding:0;justify-content:flex-end;align-items:flex-start;gap:var(--cometchat-padding-1, 4px);border-radius:0}.cometchat-delete-bubble__icon{display:flex;width:16px;height:16px;justify-content:center;align-items:center;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_683456'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_683456)'%3e%3cpath%20d='M8.001%2014.8334C7.125%2014.8334%206.30161%2014.6672%205.53084%2014.3347C4.76006%2014.0023%204.08961%2013.5511%203.5195%2012.9812C2.94939%2012.4114%202.498%2011.7412%202.16534%2010.9707C1.83278%2010.2003%201.6665%209.37714%201.6665%208.50125C1.6665%207.62525%201.83273%206.80186%202.16517%206.03108C2.49761%205.2603%202.94878%204.58986%203.51867%204.01975C4.08856%203.44964%204.75873%202.99825%205.52917%202.66558C6.29961%202.33303%207.12278%202.16675%207.99867%202.16675C8.87467%202.16675%209.69806%202.33297%2010.4688%202.66541C11.2396%202.99786%2011.9101%203.44903%2012.4802%204.01891C13.0503%204.5888%2013.5017%205.25897%2013.8343%206.02941C14.1669%206.79986%2014.3332%207.62303%2014.3332%208.49891C14.3332%209.37491%2014.1669%2010.1983%2013.8345%2010.9691C13.5021%2011.7399%2013.0509%2012.4103%2012.481%2012.9804C11.9111%2013.5505%2011.2409%2014.0019%2010.4705%2014.3346C9.70006%2014.6671%208.87689%2014.8334%208.001%2014.8334ZM7.99984%2013.8334C8.62528%2013.8334%209.22761%2013.7276%209.80684%2013.5161C10.3859%2013.3045%2010.9152%2012.9984%2011.3947%2012.5976L3.90234%205.10525C3.50578%205.58469%203.20067%206.11397%202.987%206.69308C2.77334%207.2723%202.6665%207.87464%202.6665%208.50008C2.6665%209.98897%203.18317%2011.2501%204.2165%2012.2834C5.24984%2013.3167%206.51095%2013.8334%207.99984%2013.8334ZM12.0973%2011.8949C12.4981%2011.4155%2012.8043%2010.8862%2013.0158%2010.3071C13.2274%209.72786%2013.3332%209.12553%2013.3332%208.50008C13.3332%207.01119%2012.8165%205.75008%2011.7832%204.71675C10.7498%203.68341%209.48873%203.16675%207.99984%203.16675C7.37284%203.16675%206.76906%203.27147%206.1885%203.48091C5.60806%203.69025%205.08023%203.99747%204.605%204.40258L12.0973%2011.8949Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_683456'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_683456)'%3e%3cpath%20d='M8.001%2014.8334C7.125%2014.8334%206.30161%2014.6672%205.53084%2014.3347C4.76006%2014.0023%204.08961%2013.5511%203.5195%2012.9812C2.94939%2012.4114%202.498%2011.7412%202.16534%2010.9707C1.83278%2010.2003%201.6665%209.37714%201.6665%208.50125C1.6665%207.62525%201.83273%206.80186%202.16517%206.03108C2.49761%205.2603%202.94878%204.58986%203.51867%204.01975C4.08856%203.44964%204.75873%202.99825%205.52917%202.66558C6.29961%202.33303%207.12278%202.16675%207.99867%202.16675C8.87467%202.16675%209.69806%202.33297%2010.4688%202.66541C11.2396%202.99786%2011.9101%203.44903%2012.4802%204.01891C13.0503%204.5888%2013.5017%205.25897%2013.8343%206.02941C14.1669%206.79986%2014.3332%207.62303%2014.3332%208.49891C14.3332%209.37491%2014.1669%2010.1983%2013.8345%2010.9691C13.5021%2011.7399%2013.0509%2012.4103%2012.481%2012.9804C11.9111%2013.5505%2011.2409%2014.0019%2010.4705%2014.3346C9.70006%2014.6671%208.87689%2014.8334%208.001%2014.8334ZM7.99984%2013.8334C8.62528%2013.8334%209.22761%2013.7276%209.80684%2013.5161C10.3859%2013.3045%2010.9152%2012.9984%2011.3947%2012.5976L3.90234%205.10525C3.50578%205.58469%203.20067%206.11397%202.987%206.69308C2.77334%207.2723%202.6665%207.87464%202.6665%208.50008C2.6665%209.98897%203.18317%2011.2501%204.2165%2012.2834C5.24984%2013.3167%206.51095%2013.8334%207.99984%2013.8334ZM12.0973%2011.8949C12.4981%2011.4155%2012.8043%2010.8862%2013.0158%2010.3071C13.2274%209.72786%2013.3332%209.12553%2013.3332%208.50008C13.3332%207.01119%2012.8165%205.75008%2011.7832%204.71675C10.7498%203.68341%209.48873%203.16675%207.99984%203.16675C7.37284%203.16675%206.76906%203.27147%206.1885%203.48091C5.60806%203.69025%205.08023%203.99747%204.605%204.40258L12.0973%2011.8949Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background:var(--cometchat-primary-button-icon, #FFFFFF);mask-size:contain;-webkit-mask-size:contain}.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{display:flex;width:240px;flex-direction:column;padding:var(--cometchat-padding-1, 4px) var(--cometchat-padding-1, 4px) 0px var(--cometchat-padding-1, 4px);gap:0px;border-radius:var(--cometchat-radius-3, 12px);max-width:240px}.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{display:flex;padding:var(--cometchat-padding-2, 8px) 0px var(--cometchat-padding-2, 8px) 0px;align-items:center;gap:var(--cometchat-padding-1, 4px);align-self:stretch;border-radius:var(--cometchat-radius-3, 12px)}.cometchat-document-bubble__banner-image{border-radius:var(--cometchat-radius-2, 8px)}.cometchat-document-bubble__banner-image img{max-width:100%;max-height:100%;border-radius:var(--cometchat-radius-2, 8px)}.cometchat-document-bubble__body-content{display:flex;flex-direction:column;gap:var(--cometchat-padding, 2px)}.cometchat-document-bubble__body-content-name{overflow:hidden;text-overflow:ellipsis;font:var(--cometchat-font-body-medium);font-style:normal;line-height:120%;text-align:left}.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{overflow:hidden;text-overflow:ellipsis;font:var(--cometchat-font-caption2-regular);font-style:normal;line-height:120%}.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{display:flex;width:32px;height:32px;justify-content:center;align-items:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%}.cometchat-collaborative-document .cometchat-document-bubble__body-icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6%208.14748C6%206.40917%207.40918%205%209.14749%205H19.8489C21.5873%205%2022.9964%206.40918%2022.9964%208.14749V13.5388C22.9964%2013.7033%2022.932%2013.8612%2022.8171%2013.9789L18.75%2018.1389L12.9326%2023.7101C12.8154%2023.8223%2012.6594%2023.8849%2012.4972%2023.8849H9.14749C7.40918%2023.8849%206%2022.4757%206%2020.7374V8.14748ZM13.2393%207.95166C12.783%207.95166%2012.4131%208.32157%2012.4131%208.77788C12.4131%209.23418%2012.783%209.60409%2013.2393%209.60409H19.2195C19.6758%209.60409%2020.0457%209.23418%2020.0457%208.77788C20.0457%208.32157%2019.6758%207.95166%2019.2195%207.95166H13.2393ZM9.77641%2011.4146C9.3201%2011.4146%208.9502%2011.7845%208.9502%2012.2408C8.9502%2012.6971%209.3201%2013.067%209.77641%2013.067H19.2189C19.6752%2013.067%2020.0451%2012.6971%2020.0451%2012.2408C20.0451%2011.7845%2019.6752%2011.4146%2019.2189%2011.4146H9.77641ZM9.77641%2014.876C9.3201%2014.876%208.9502%2015.2459%208.9502%2015.7022C8.9502%2016.1585%209.3201%2016.5284%209.77641%2016.5284H17.3304C17.7867%2016.5284%2018.1566%2016.1585%2018.1566%2015.7022C18.1566%2015.2459%2017.7867%2014.876%2017.3304%2014.876H9.77641Z'%20fill='white'/%3e%3cpath%20d='M25.1275%2015.3341C24.6359%2014.8424%2023.8387%2014.8424%2023.3471%2015.3341L15.4128%2023.2684C15.3622%2023.319%2015.3294%2023.3846%2015.3193%2023.4553L14.9521%2026.0259C14.9209%2026.244%2015.1079%2026.431%2015.326%2026.3998L17.8965%2026.0326C17.9673%2026.0225%2018.0329%2025.9897%2018.0835%2025.9391L26.0178%2018.0048C26.5095%2017.5132%2026.5095%2016.716%2026.0178%2016.2243L25.1275%2015.3341Z'%20fill='white'/%3e%3c/svg%3e")center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6%208.14748C6%206.40917%207.40918%205%209.14749%205H19.8489C21.5873%205%2022.9964%206.40918%2022.9964%208.14749V13.5388C22.9964%2013.7033%2022.932%2013.8612%2022.8171%2013.9789L18.75%2018.1389L12.9326%2023.7101C12.8154%2023.8223%2012.6594%2023.8849%2012.4972%2023.8849H9.14749C7.40918%2023.8849%206%2022.4757%206%2020.7374V8.14748ZM13.2393%207.95166C12.783%207.95166%2012.4131%208.32157%2012.4131%208.77788C12.4131%209.23418%2012.783%209.60409%2013.2393%209.60409H19.2195C19.6758%209.60409%2020.0457%209.23418%2020.0457%208.77788C20.0457%208.32157%2019.6758%207.95166%2019.2195%207.95166H13.2393ZM9.77641%2011.4146C9.3201%2011.4146%208.9502%2011.7845%208.9502%2012.2408C8.9502%2012.6971%209.3201%2013.067%209.77641%2013.067H19.2189C19.6752%2013.067%2020.0451%2012.6971%2020.0451%2012.2408C20.0451%2011.7845%2019.6752%2011.4146%2019.2189%2011.4146H9.77641ZM9.77641%2014.876C9.3201%2014.876%208.9502%2015.2459%208.9502%2015.7022C8.9502%2016.1585%209.3201%2016.5284%209.77641%2016.5284H17.3304C17.7867%2016.5284%2018.1566%2016.1585%2018.1566%2015.7022C18.1566%2015.2459%2017.7867%2014.876%2017.3304%2014.876H9.77641Z'%20fill='white'/%3e%3cpath%20d='M25.1275%2015.3341C24.6359%2014.8424%2023.8387%2014.8424%2023.3471%2015.3341L15.4128%2023.2684C15.3622%2023.319%2015.3294%2023.3846%2015.3193%2023.4553L14.9521%2026.0259C14.9209%2026.244%2015.1079%2026.431%2015.326%2026.3998L17.8965%2026.0326C17.9673%2026.0225%2018.0329%2025.9897%2018.0835%2025.9391L26.0178%2018.0048C26.5095%2017.5132%2026.5095%2016.716%2026.0178%2016.2243L25.1275%2015.3341Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat}.cometchat-collaborative-whiteboard .cometchat-document-bubble__body-icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.4679%204H20.24C21.135%204%2021.887%204.61242%2022.0998%205.44108L16.6916%2010.8492C16.6549%2010.886%2016.6073%2010.9098%2016.5559%2010.9171L14.576%2011.2C14.4176%2011.2226%2014.2818%2011.0868%2014.3044%2010.9284L14.5873%208.94854C14.5946%208.89713%2014.6184%208.84949%2014.6552%208.81277L19.4679%204Z'%20fill='%23141414'/%3e%3cpath%20d='M17.3466%204L13.5945%207.75211C13.3283%208.01833%2013.1556%208.3637%2013.1024%208.7364L12.8195%2010.7163C12.6555%2011.8646%2013.6397%2012.8489%2014.7881%2012.6849L16.768%2012.402C17.1407%2012.3488%2017.4861%2012.1761%2017.7523%2011.9099L22.16%207.50218V17.92C22.16%2018.9804%2021.3004%2019.84%2020.24%2019.84H3.92C2.85962%2019.84%202%2018.9804%202%2017.92V14.03C2.13801%2014.0301%202.27769%2013.9922%202.40275%2013.9126L2.58606%2013.7959C3.58623%2013.1593%205.7211%2011.8003%206.3322%2011.4511C6.43421%2011.3928%206.63006%2011.3244%206.87351%2011.298C7.11445%2011.2719%207.33773%2011.2938%207.5019%2011.354C7.65327%2011.4095%207.73091%2011.4857%207.77426%2011.5815C7.82369%2011.6908%207.8772%2011.9357%207.75398%2012.4121C7.51412%2013.3396%207.26658%2014.4095%207.33946%2015.3038C7.37704%2015.765%207.50392%2016.2502%207.82249%2016.6542C8.15314%2017.0735%208.62627%2017.3246%209.19678%2017.4197C10.3338%2017.6092%2011.3768%2016.938%2012.107%2016.3036C12.8753%2015.6361%2013.5146%2014.8173%2013.8801%2014.3299C14.1286%2013.9985%2014.0615%2013.5284%2013.7301%2013.2799C13.3987%2013.0314%2012.9286%2013.0985%2012.6801%2013.4299C12.3256%2013.9025%2011.7649%2014.6137%2011.1232%2015.1712C10.4434%2015.7619%209.86635%2016.0106%209.4434%2015.9401C9.17392%2015.8952%209.06101%2015.8023%209.00036%2015.7254C8.92763%2015.6332%208.85796%2015.4699%208.8345%2015.182C8.78531%2014.5784%208.95777%2013.7483%209.2062%2012.7877C9.38299%2012.1041%209.37649%2011.484%209.14093%2010.9633C8.89928%2010.4291%208.46692%2010.1102%208.01829%209.94573C7.58246%209.78593%207.11574%209.76292%206.71167%209.80677C6.31013%209.85035%205.90598%209.967%205.58799%2010.1487C4.98422%2010.4937%203.05774%2011.7176%202%2012.3909V5.92C2%204.85961%202.85961%204%203.92%204H17.3466Z'%20fill='%23141414'/%3e%3c/svg%3e")center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.4679%204H20.24C21.135%204%2021.887%204.61242%2022.0998%205.44108L16.6916%2010.8492C16.6549%2010.886%2016.6073%2010.9098%2016.5559%2010.9171L14.576%2011.2C14.4176%2011.2226%2014.2818%2011.0868%2014.3044%2010.9284L14.5873%208.94854C14.5946%208.89713%2014.6184%208.84949%2014.6552%208.81277L19.4679%204Z'%20fill='%23141414'/%3e%3cpath%20d='M17.3466%204L13.5945%207.75211C13.3283%208.01833%2013.1556%208.3637%2013.1024%208.7364L12.8195%2010.7163C12.6555%2011.8646%2013.6397%2012.8489%2014.7881%2012.6849L16.768%2012.402C17.1407%2012.3488%2017.4861%2012.1761%2017.7523%2011.9099L22.16%207.50218V17.92C22.16%2018.9804%2021.3004%2019.84%2020.24%2019.84H3.92C2.85962%2019.84%202%2018.9804%202%2017.92V14.03C2.13801%2014.0301%202.27769%2013.9922%202.40275%2013.9126L2.58606%2013.7959C3.58623%2013.1593%205.7211%2011.8003%206.3322%2011.4511C6.43421%2011.3928%206.63006%2011.3244%206.87351%2011.298C7.11445%2011.2719%207.33773%2011.2938%207.5019%2011.354C7.65327%2011.4095%207.73091%2011.4857%207.77426%2011.5815C7.82369%2011.6908%207.8772%2011.9357%207.75398%2012.4121C7.51412%2013.3396%207.26658%2014.4095%207.33946%2015.3038C7.37704%2015.765%207.50392%2016.2502%207.82249%2016.6542C8.15314%2017.0735%208.62627%2017.3246%209.19678%2017.4197C10.3338%2017.6092%2011.3768%2016.938%2012.107%2016.3036C12.8753%2015.6361%2013.5146%2014.8173%2013.8801%2014.3299C14.1286%2013.9985%2014.0615%2013.5284%2013.7301%2013.2799C13.3987%2013.0314%2012.9286%2013.0985%2012.6801%2013.4299C12.3256%2013.9025%2011.7649%2014.6137%2011.1232%2015.1712C10.4434%2015.7619%209.86635%2016.0106%209.4434%2015.9401C9.17392%2015.8952%209.06101%2015.8023%209.00036%2015.7254C8.92763%2015.6332%208.85796%2015.4699%208.8345%2015.182C8.78531%2014.5784%208.95777%2013.7483%209.2062%2012.7877C9.38299%2012.1041%209.37649%2011.484%209.14093%2010.9633C8.89928%2010.4291%208.46692%2010.1102%208.01829%209.94573C7.58246%209.78593%207.11574%209.76292%206.71167%209.80677C6.31013%209.85035%205.90598%209.967%205.58799%2010.1487C4.98422%2010.4937%203.05774%2011.7176%202%2012.3909V5.92C2%204.85961%202.85961%204%203.92%204H17.3466Z'%20fill='%23141414'/%3e%3c/svg%3e") center center 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{display:flex;height:40px;padding:var(--cometchat-padding-5, 20px);justify-content:center;align-items:center;gap:var(--cometchat-padding-2, 8px);align-self:stretch;font:var(--cometchat-font-button-medium);font-style:normal;line-height:120%;cursor:pointer}.cometchat-document-bubble-incoming .cometchat-document-bubble__button{color:var(--cometchat-primary-button-background, #6852D6);border-top:1px solid var(--cometchat-border-color-dark, #DCDCDC)}.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{display:flex;justify-content:space-between;height:36px;width:100%;padding:var(--cometchat-padding-2, 8px);align-items:center;gap:var(--cometchat-padding-1, 4px);align-self:stretch;border-radius:var(--cometchat-radius-2, 8px);background:var(--cometchat-background-color-01, #FFF);border:1px solid var(--cometchat-border-color-default, #F5F5F5);overflow:hidden;color:var(--cometchat-text-color-tertiary, #141414);text-overflow:ellipsis;font:var(--cometchat-font-body-regular, 400 14px Roboto);line-height:120%}.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{display:flex;width:20px;height:20px;justify-content:center;align-items:center;background:var(--cometchat-icon-color-primary, #6B7280);-webkit-mask-size:contain;mask-size:contain;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='20'%20height='21'%20viewBox='0%200%2020%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.99841%2012.9961C9.90813%2012.9961%209.82536%2012.9805%209.75008%2012.9492C9.67494%2012.918%209.60376%2012.8665%209.53654%2012.7948L5.55049%208.80859C5.41619%208.67901%205.35195%208.52276%205.35779%208.33984C5.36362%208.15707%205.43362%208.002%205.56779%207.87464C5.70209%207.74727%205.85897%207.68359%206.03841%207.68359C6.21772%207.68359%206.37105%207.74727%206.49841%207.87464L9.99841%2011.3886L13.5124%207.87464C13.6396%207.74727%2013.7906%207.68595%2013.9655%207.69068C14.1402%207.69526%2014.2947%207.76123%2014.429%207.88859C14.5632%208.01582%2014.6309%208.17089%2014.6322%208.3538C14.6333%208.53672%2014.569%208.69297%2014.4395%208.82255L10.4672%2012.7948C10.3954%2012.8665%2010.3219%2012.918%2010.2467%2012.9492C10.1715%2012.9805%2010.0887%2012.9961%209.99841%2012.9961Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e");cursor:pointer}.cometchat-dropdown__items{display:flex;padding:0;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:var(--cometchat-radius-2, 8px);border:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-01, #FFF);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;position:relative;z-index:20}.cometchat-dropdown__item{display:flex;padding:var(--cometchat-padding-3, 12px) var(--cometchat-padding-4, 16px);align-items:center;gap:var(--cometchat-padding-3, 12px);align-self:stretch;background:var(--cometchat-background-color-01, #FFF);overflow:hidden;color:var(--cometchat-text-color-primary, #141414);text-overflow:ellipsis;font:var(--cometchat-font-body-regular, 400 14px Roboto);line-height:120%}.cometchat-dropdown__item:hover{border-right:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-white-hover, #FAFAFA);cursor:pointer}.cometchat-dropdown__items-hidden{display:none}.cometchat-edit-preview{padding:var(--cometchat-padding-2, 8px);display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;margin:0;min-height:30px;height:100%;width:100%;border:none;background:var(--cometchat-background-color-03);border-radius:var(--cometchat-radius-1, 4px);box-sizing:border-box;gap:var(--cometchat-padding-1, 4px);position:relative}.cometchat-edit-preview__close{mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8321'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8321)'%3e%3cpath%20d='M11.9995%2013.0538L6.92652%2018.127C6.78802%2018.2653%206.61394%2018.3362%206.40427%2018.3395C6.19477%2018.3427%206.01752%2018.2718%205.87252%2018.127C5.72769%2017.982%205.65527%2017.8063%205.65527%2017.6C5.65527%2017.3937%205.72769%2017.218%205.87252%2017.073L10.9458%2012L5.87252%206.92701C5.73419%206.78851%205.66336%206.61443%205.66002%206.40476C5.65686%206.19526%205.72769%206.01801%205.87252%205.87301C6.01752%205.72818%206.19319%205.65576%206.39952%205.65576C6.60586%205.65576%206.78152%205.72818%206.92652%205.87301L11.9995%2010.9463L17.0725%205.87301C17.211%205.73468%2017.3851%205.66385%2017.5948%205.66051C17.8043%205.65735%2017.9815%205.72818%2018.1265%205.87301C18.2714%206.01801%2018.3438%206.19368%2018.3438%206.40001C18.3438%206.60635%2018.2714%206.78201%2018.1265%206.92701L13.0533%2012L18.1265%2017.073C18.2649%2017.2115%2018.3357%2017.3856%2018.339%2017.5953C18.3422%2017.8048%2018.2714%2017.982%2018.1265%2018.127C17.9815%2018.2718%2017.8059%2018.3443%2017.5995%2018.3443C17.3932%2018.3443%2017.2175%2018.2718%2017.0725%2018.127L11.9995%2013.0538Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8321'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8321)'%3e%3cpath%20d='M11.9995%2013.0538L6.92652%2018.127C6.78802%2018.2653%206.61394%2018.3362%206.40427%2018.3395C6.19477%2018.3427%206.01752%2018.2718%205.87252%2018.127C5.72769%2017.982%205.65527%2017.8063%205.65527%2017.6C5.65527%2017.3937%205.72769%2017.218%205.87252%2017.073L10.9458%2012L5.87252%206.92701C5.73419%206.78851%205.66336%206.61443%205.66002%206.40476C5.65686%206.19526%205.72769%206.01801%205.87252%205.87301C6.01752%205.72818%206.19319%205.65576%206.39952%205.65576C6.60586%205.65576%206.78152%205.72818%206.92652%205.87301L11.9995%2010.9463L17.0725%205.87301C17.211%205.73468%2017.3851%205.66385%2017.5948%205.66051C17.8043%205.65735%2017.9815%205.72818%2018.1265%205.87301C18.2714%206.01801%2018.3438%206.19368%2018.3438%206.40001C18.3438%206.60635%2018.2714%206.78201%2018.1265%206.92701L13.0533%2012L18.1265%2017.073C18.2649%2017.2115%2018.3357%2017.3856%2018.339%2017.5953C18.3422%2017.8048%2018.2714%2017.982%2018.1265%2018.127C17.9815%2018.2718%2017.8059%2018.3443%2017.5995%2018.3443C17.3932%2018.3443%2017.2175%2018.2718%2017.0725%2018.127L11.9995%2013.0538Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;height:20px;width:20px;display:flex;align-items:center;justify-content:center;background:var(--cometchat-icon-color-primary);-webkit-mask-size:contain;mask-size:contain;position:absolute;top:var(--cometchat-padding-2, 8px);right:var(--cometchat-padding-2, 8px);cursor:pointer}.cometchat-edit-preview__title{font:var(--cometchat-font-body-regular);color:var(--cometchat-text-color-primary);font-style:normal;margin:0}.cometchat-edit-preview__subtitle{margin:0;font-style:normal;text-align:left;color:var(--cometchat-text-color-secondary);font:var(--cometchat-font-caption1-regular);word-break:break-word;width:100%;overflow:hidden}.cometchat-emoji-keyboard{display:flex;width:300px;height:300px;overflow:hidden;padding:0;flex-direction:column;align-items:flex-start;gap:0px;position:absolute;border-radius:var(--cometchat-radius-4, 16px);border:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-01, #FFF);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-emoji-keyboard__tabs{display:flex;width:100%;min-height:48px;overflow:scroll hidden;padding:var(--cometchat-padding-2, 8px);align-items:center;gap:var(--cometchat-padding-2, 4px);border-bottom:1px solid var(--cometchat-border-color-default, #E8E8E8);cursor:pointer;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:scroll-position}.cometchat-emoji-keyboard__search{width:100%;height:fit-content;padding:var(--cometchat-padding-3, 12px)}.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{display:flex;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-3, 12px);align-items:center;flex:1 0 0;align-self:stretch;border-radius:var(--cometchat-radius-max, 1000px);border:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-03, #F5F5F5)}.cometchat-emoji-keyboard__list-content{display:contents}.cometchat-emoji-keyboard__emoji-list{flex-wrap:wrap;display:flex;align-items:center;gap:var(--cometchat-spacing-2, 8px)}.cometchat-emoji-keyboard__list-item{font-size:24px;cursor:pointer;border-radius:var(--cometchat-radius-2, 8px);display:flex;justify-content:center;text-align:center;height:32px;width:32px}.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);line-height:120%;text-align:left}.cometchat-emoji-keyboard__tab-active{background:var(--cometchat-extended-primary-color-100, #EDEAFA)}.cometchat-emoji-keyboard__tab{display:flex;width:32px;height:32px;flex-direction:column;justify-content:center;align-items:center;gap:12.8px;flex-shrink:0;border-radius:var(--cometchat-radius-2, 8px)}.cometchat-emoji-keyboard__list{width:100%;height:100%;overflow-y:scroll;display:flex;padding:0px var(--cometchat-padding-3, 12px) var(--cometchat-padding-3, 12px);flex-direction:column;align-items:flex-start;gap:var(--cometchat-padding-2, 8px);align-self:stretch}.cometchat-emoji-keyboard__tab-icon{background:var(--cometchat-icon-color-secondary, #A1A1A1);mask-size:contain;-webkit-mask-size:contain;width:17px;height:17px}.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{justify-content:space-between;overflow:hidden;box-sizing:border-box;gap:var(--cometchat-padding-2, 8px);border:none;border-radius:none;display:flex;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-2, 8px) var(--cometchat-padding-2, 8px) var(--cometchat-padding-1, 4px);flex-direction:row;align-items:center;border-radius:var(--cometchat-radius-3, 12px);align-self:stretch;width:240px;max-width:240px}.cometchat-file-bubble>div:not([class]){display:flex;align-items:center;justify-content:flex-start;gap:var(--cometchat-padding-2, 8px);flex:1 0 0;width:inherit;overflow:hidden}.cometchat-file-bubble__body{word-wrap:break-word;text-align:left;overflow:hidden;display:flex;flex-direction:column;gap:var(--cometchat-padding)}.cometchat-file-bubble__body-name{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;text-overflow:ellipsis;font:var(--cometchat-font-body-medium);font-style:normal}.cometchat-file-bubble__body-details{overflow:hidden;text-overflow:ellipsis;font:var(--cometchat-font-caption2-regular);font-style:normal}.cometchat-file-bubble__leading-view{display:flex;align-items:flex-start;justify-content:flex-end;width:fit-content}.cometchat-file-bubble__tail-view-download{mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8320'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8320)'%3e%3cpath%20d='M12%2015.4115C11.8795%2015.4115%2011.7673%2015.3923%2011.6635%2015.3538C11.5597%2015.3154%2011.4609%2015.2494%2011.3672%2015.1558L8.25775%2012.0463C8.10908%2011.8974%208.03567%2011.7233%208.0375%2011.524C8.0395%2011.3247%208.11292%2011.1474%208.25775%2010.9922C8.41292%2010.8372%208.59108%2010.7572%208.79225%2010.752C8.99358%2010.7468%209.17183%2010.8218%209.327%2010.977L11.25%2012.9V5.25C11.25%205.03717%2011.3218%204.859%2011.4655%204.7155C11.609%204.57183%2011.7872%204.5%2012%204.5C12.2128%204.5%2012.391%204.57183%2012.5345%204.7155C12.6782%204.859%2012.75%205.03717%2012.75%205.25V12.9L14.673%2010.977C14.8218%2010.8283%2014.9984%2010.7549%2015.2028%2010.7568C15.4073%2010.7588%2015.5871%2010.8372%2015.7423%2010.9922C15.8871%2011.1474%2015.9621%2011.3231%2015.9672%2011.5192C15.9724%2011.7154%2015.8974%2011.8911%2015.7423%2012.0463L12.6328%2015.1558C12.5391%2015.2494%2012.4403%2015.3154%2012.3365%2015.3538C12.2327%2015.3923%2012.1205%2015.4115%2012%2015.4115ZM6.30775%2019.5C5.80258%2019.5%205.375%2019.325%205.025%2018.975C4.675%2018.625%204.5%2018.1974%204.5%2017.6923V15.7308C4.5%2015.5179%204.57183%2015.3398%204.7155%2015.1962C4.859%2015.0526%205.03717%2014.9808%205.25%2014.9808C5.46283%2014.9808%205.641%2015.0526%205.7845%2015.1962C5.92817%2015.3398%206%2015.5179%206%2015.7308V17.6923C6%2017.7692%206.03208%2017.8398%206.09625%2017.9038C6.16025%2017.9679%206.23075%2018%206.30775%2018H17.6923C17.7692%2018%2017.8398%2017.9679%2017.9038%2017.9038C17.9679%2017.8398%2018%2017.7692%2018%2017.6923V15.7308C18%2015.5179%2018.0718%2015.3398%2018.2155%2015.1962C18.359%2015.0526%2018.5372%2014.9808%2018.75%2014.9808C18.9628%2014.9808%2019.141%2015.0526%2019.2845%2015.1962C19.4282%2015.3398%2019.5%2015.5179%2019.5%2015.7308V17.6923C19.5%2018.1974%2019.325%2018.625%2018.975%2018.975C18.625%2019.325%2018.1974%2019.5%2017.6923%2019.5H6.30775Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8320'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8320)'%3e%3cpath%20d='M12%2015.4115C11.8795%2015.4115%2011.7673%2015.3923%2011.6635%2015.3538C11.5597%2015.3154%2011.4609%2015.2494%2011.3672%2015.1558L8.25775%2012.0463C8.10908%2011.8974%208.03567%2011.7233%208.0375%2011.524C8.0395%2011.3247%208.11292%2011.1474%208.25775%2010.9922C8.41292%2010.8372%208.59108%2010.7572%208.79225%2010.752C8.99358%2010.7468%209.17183%2010.8218%209.327%2010.977L11.25%2012.9V5.25C11.25%205.03717%2011.3218%204.859%2011.4655%204.7155C11.609%204.57183%2011.7872%204.5%2012%204.5C12.2128%204.5%2012.391%204.57183%2012.5345%204.7155C12.6782%204.859%2012.75%205.03717%2012.75%205.25V12.9L14.673%2010.977C14.8218%2010.8283%2014.9984%2010.7549%2015.2028%2010.7568C15.4073%2010.7588%2015.5871%2010.8372%2015.7423%2010.9922C15.8871%2011.1474%2015.9621%2011.3231%2015.9672%2011.5192C15.9724%2011.7154%2015.8974%2011.8911%2015.7423%2012.0463L12.6328%2015.1558C12.5391%2015.2494%2012.4403%2015.3154%2012.3365%2015.3538C12.2327%2015.3923%2012.1205%2015.4115%2012%2015.4115ZM6.30775%2019.5C5.80258%2019.5%205.375%2019.325%205.025%2018.975C4.675%2018.625%204.5%2018.1974%204.5%2017.6923V15.7308C4.5%2015.5179%204.57183%2015.3398%204.7155%2015.1962C4.859%2015.0526%205.03717%2014.9808%205.25%2014.9808C5.46283%2014.9808%205.641%2015.0526%205.7845%2015.1962C5.92817%2015.3398%206%2015.5179%206%2015.7308V17.6923C6%2017.7692%206.03208%2017.8398%206.09625%2017.9038C6.16025%2017.9679%206.23075%2018%206.30775%2018H17.6923C17.7692%2018%2017.8398%2017.9679%2017.9038%2017.9038C17.9679%2017.8398%2018%2017.7692%2018%2017.6923V15.7308C18%2015.5179%2018.0718%2015.3398%2018.2155%2015.1962C18.359%2015.0526%2018.5372%2014.9808%2018.75%2014.9808C18.9628%2014.9808%2019.141%2015.0526%2019.2845%2015.1962C19.4282%2015.3398%2019.5%2015.5179%2019.5%2015.7308V17.6923C19.5%2018.1974%2019.325%2018.625%2018.975%2018.975C18.625%2019.325%2018.1974%2019.5%2017.6923%2019.5H6.30775Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;display:flex;width:20px;height:20px;justify-content:center;align-items:center;mask-size:contain;-webkit-mask-size:contain;background:var(--cometchat-primary-color);cursor:pointer}.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-name,.cometchat-file-bubble-outgoing .cometchat-file-bubble__body-details{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{position:relative;width:20px;height:20px}.cometchat-file-bubble__tail-view-download-progress svg{width:20px;height:20px;transform:rotate(-90deg)}.cometchat-file-bubble__tail-view-download-stop{mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8321'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8321)'%3e%3cpath%20d='M11.9995%2013.0538L6.92652%2018.127C6.78802%2018.2653%206.61394%2018.3362%206.40427%2018.3395C6.19477%2018.3427%206.01752%2018.2718%205.87252%2018.127C5.72769%2017.982%205.65527%2017.8063%205.65527%2017.6C5.65527%2017.3937%205.72769%2017.218%205.87252%2017.073L10.9458%2012L5.87252%206.92701C5.73419%206.78851%205.66336%206.61443%205.66002%206.40476C5.65686%206.19526%205.72769%206.01801%205.87252%205.87301C6.01752%205.72818%206.19319%205.65576%206.39952%205.65576C6.60586%205.65576%206.78152%205.72818%206.92652%205.87301L11.9995%2010.9463L17.0725%205.87301C17.211%205.73468%2017.3851%205.66385%2017.5948%205.66051C17.8043%205.65735%2017.9815%205.72818%2018.1265%205.87301C18.2714%206.01801%2018.3438%206.19368%2018.3438%206.40001C18.3438%206.60635%2018.2714%206.78201%2018.1265%206.92701L13.0533%2012L18.1265%2017.073C18.2649%2017.2115%2018.3357%2017.3856%2018.339%2017.5953C18.3422%2017.8048%2018.2714%2017.982%2018.1265%2018.127C17.9815%2018.2718%2017.8059%2018.3443%2017.5995%2018.3443C17.3932%2018.3443%2017.2175%2018.2718%2017.0725%2018.127L11.9995%2013.0538Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8321'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8321)'%3e%3cpath%20d='M11.9995%2013.0538L6.92652%2018.127C6.78802%2018.2653%206.61394%2018.3362%206.40427%2018.3395C6.19477%2018.3427%206.01752%2018.2718%205.87252%2018.127C5.72769%2017.982%205.65527%2017.8063%205.65527%2017.6C5.65527%2017.3937%205.72769%2017.218%205.87252%2017.073L10.9458%2012L5.87252%206.92701C5.73419%206.78851%205.66336%206.61443%205.66002%206.40476C5.65686%206.19526%205.72769%206.01801%205.87252%205.87301C6.01752%205.72818%206.19319%205.65576%206.39952%205.65576C6.60586%205.65576%206.78152%205.72818%206.92652%205.87301L11.9995%2010.9463L17.0725%205.87301C17.211%205.73468%2017.3851%205.66385%2017.5948%205.66051C17.8043%205.65735%2017.9815%205.72818%2018.1265%205.87301C18.2714%206.01801%2018.3438%206.19368%2018.3438%206.40001C18.3438%206.60635%2018.2714%206.78201%2018.1265%206.92701L13.0533%2012L18.1265%2017.073C18.2649%2017.2115%2018.3357%2017.3856%2018.339%2017.5953C18.3422%2017.8048%2018.2714%2017.982%2018.1265%2018.127C17.9815%2018.2718%2017.8059%2018.3443%2017.5995%2018.3443C17.3932%2018.3443%2017.2175%2018.2718%2017.0725%2018.127L11.9995%2013.0538Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background:var(--cometchat-primary-color);display:flex;width:12px;height:12px;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-mask-size:contain;mask-size:contain;cursor:pointer}circle.cometchat-file-bubble__tail-view-download-progress-background{stroke:var(--cometchat-primary-color);stroke-dasharray:113 113;stroke-width:2;fill:none;opacity:.2}circle.cometchat-file-bubble__tail-view-download-progress-foreground{stroke:var(--cometchat-primary-color);stroke-dasharray:0 113;stroke-width:2;fill:none;stroke-linecap:round}.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{stroke:var(--cometchat-static-white);opacity:.2}.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{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center;background:#141414cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cometchat-fullscreen-viewer__header{width:fit-content;position:absolute;left:10px;top:0}.cometchat-fullscreen-viewer .cometchat-fullscreen-viewer__header-item .cometchat-list-item{background-color:transparent}.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{overflow:hidden;color:var(--cometchat-static-white, #FFF);text-overflow:ellipsis;font:var(--cometchat-font-heading4-medium);font-style:normal}.cometchat-fullscreen-viewer .cometchat-fullscreen-viewer__header-item .cometchat-list-item__body-subtitle{overflow:hidden;color:var(--cometchat-text-color-tertiary, #A1A1A1);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-caption1-regular)}.cometchat-fullscreen-viewer__body-image{max-width:400px;max-height:600px;flex-shrink:0;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-fullscreen-viewer__close-button{position:absolute;top:10px;right:10px;cursor:pointer;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:var(--cometchat-primary-button-icon, #FFFFFF);height:32px;width:32px;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8321'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8321)'%3e%3cpath%20d='M11.9995%2013.0538L6.92652%2018.127C6.78802%2018.2653%206.61394%2018.3362%206.40427%2018.3395C6.19477%2018.3427%206.01752%2018.2718%205.87252%2018.127C5.72769%2017.982%205.65527%2017.8063%205.65527%2017.6C5.65527%2017.3937%205.72769%2017.218%205.87252%2017.073L10.9458%2012L5.87252%206.92701C5.73419%206.78851%205.66336%206.61443%205.66002%206.40476C5.65686%206.19526%205.72769%206.01801%205.87252%205.87301C6.01752%205.72818%206.19319%205.65576%206.39952%205.65576C6.60586%205.65576%206.78152%205.72818%206.92652%205.87301L11.9995%2010.9463L17.0725%205.87301C17.211%205.73468%2017.3851%205.66385%2017.5948%205.66051C17.8043%205.65735%2017.9815%205.72818%2018.1265%205.87301C18.2714%206.01801%2018.3438%206.19368%2018.3438%206.40001C18.3438%206.60635%2018.2714%206.78201%2018.1265%206.92701L13.0533%2012L18.1265%2017.073C18.2649%2017.2115%2018.3357%2017.3856%2018.339%2017.5953C18.3422%2017.8048%2018.2714%2017.982%2018.1265%2018.127C17.9815%2018.2718%2017.8059%2018.3443%2017.5995%2018.3443C17.3932%2018.3443%2017.2175%2018.2718%2017.0725%2018.127L11.9995%2013.0538Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8321'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8321)'%3e%3cpath%20d='M11.9995%2013.0538L6.92652%2018.127C6.78802%2018.2653%206.61394%2018.3362%206.40427%2018.3395C6.19477%2018.3427%206.01752%2018.2718%205.87252%2018.127C5.72769%2017.982%205.65527%2017.8063%205.65527%2017.6C5.65527%2017.3937%205.72769%2017.218%205.87252%2017.073L10.9458%2012L5.87252%206.92701C5.73419%206.78851%205.66336%206.61443%205.66002%206.40476C5.65686%206.19526%205.72769%206.01801%205.87252%205.87301C6.01752%205.72818%206.19319%205.65576%206.39952%205.65576C6.60586%205.65576%206.78152%205.72818%206.92652%205.87301L11.9995%2010.9463L17.0725%205.87301C17.211%205.73468%2017.3851%205.66385%2017.5948%205.66051C17.8043%205.65735%2017.9815%205.72818%2018.1265%205.87301C18.2714%206.01801%2018.3438%206.19368%2018.3438%206.40001C18.3438%206.60635%2018.2714%206.78201%2018.1265%206.92701L13.0533%2012L18.1265%2017.073C18.2649%2017.2115%2018.3357%2017.3856%2018.339%2017.5953C18.3422%2017.8048%2018.2714%2017.982%2018.1265%2018.127C17.9815%2018.2718%2017.8059%2018.3443%2017.5995%2018.3443C17.3932%2018.3443%2017.2175%2018.2718%2017.0725%2018.127L11.9995%2013.0538Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:100%;mask-size:100%}.cometchat-fullscreen-viewer__body-download-progress{position:relative;width:100px;height:100px}.cometchat-fullscreen-viewer__body-download-progress svg{width:100px;height:100px;transform:rotate(-90deg)}circle.cometchat-fullscreen-viewer__body-download-progress-background{stroke:var(--cometchat-static-white);stroke-dasharray:113 113;stroke-width:2;fill:none;opacity:.2}circle.cometchat-fullscreen-viewer__body-download-progress-foreground{stroke:var(--cometchat-static-white);stroke-dasharray:0 113;stroke-width:2;fill:none;stroke-linecap:round}.cometchat-image-bubble{padding:0;background:transparent;height:auto;width:100%;display:flex;justify-content:center;max-height:350px;max-width:250px;border-radius:var(--cometchat-radius-3);overflow:hidden;cursor:pointer}.cometchat-image-bubble__body{margin:0;border-radius:inherit;height:100%;width:100%;object-fit:cover}.cometchat-image-bubble-incoming{background:var(--cometchat-neutral-color-300)}.cometchat-image-bubble-outgoing{background:var(--cometchat-primary-color)}.cometchat-list{box-sizing:border-box;width:100%;height:100%;background:inherit;display:flex;flex-direction:column;overflow:hidden;position:relative}.cometchat-list__header-title{height:fit-content;min-height:64px;display:flex;align-items:center;flex-shrink:0;text-align:left;overflow:hidden;color:var(--cometchat-text-color-primary);text-overflow:ellipsis;font:var(--cometchat-font-heading1-bold);font-style:normal;width:100%;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-4, 16px);gap:var(--cometchat-padding-3, 12px);flex:1 0 0;align-self:stretch}.cometchat-list__header{flex-shrink:0;display:flex;flex-direction:column;width:100%;padding:0;margin:0;box-sizing:border-box;background:var(--cometchat-background-color-01);border-right:1px solid var(--cometchat-border-color-light);border-bottom:1px solid var(--cometchat-border-color-light)}.cometchat-list__header-search-bar{display:flex;padding:var(--cometchat-padding-3, 12px) var(--cometchat-padding-4, 16px);align-items:flex-start;align-self:stretch;width:100%}.cometchat-list__body{overflow:hidden auto;overflow-x:hidden;display:flex;flex-direction:column;width:100%;height:100%;box-sizing:border-box;border-right:1px solid var(--cometchat-border-color-light);position:relative}.cometchat-list__loading-view,.cometchat-list__error-view,.cometchat-list__empty-view{height:calc(100% - 1px);overflow:hidden;width:100%}.cometchat-list__loading-view-top{position:absolute;top:0;bottom:0;height:100%;width:100%;z-index:2}.cometchat-list__section-header{color:var(--cometchat-primary-color, #6852D6);font:var(--cometchat-font-heading4-medium);font-style:normal;text-align:left}.cometchat-list__section{display:flex;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-4, 16px) 0 var(--cometchat-padding-4, 16px);flex-direction:column;align-items:center;gap:10px;align-self:stretch;align-items:flex-start;justify-content:flex-start}.cometchat-list-hide-scrollbar .cometchat-list__body::-webkit-scrollbar,.cometchat-list-hide-scrollbar .cometchat-list__body::-webkit-scrollbar-thumb{display:none}.cometchat-list__item-wrapper{display:flex;flex-direction:column}.cometchat-list-item{display:flex;width:100%;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-4, 16px);align-items:center;gap:var(--cometchat-padding-3, 12px);background:var(--cometchat-background-color-01, #FFF);box-sizing:border-box}.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{display:flex;justify-content:space-between;align-items:center;width:100%;padding:5px;overflow:hidden}.cometchat-list-item__body-title{height:19px;overflow:hidden;color:var(--cometchat-text-color-primary, #141414);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-heading4-medium, 500 16px Roboto);line-height:120%;margin-right:var(--cometchat-margin-1);width:100%}.cometchat-list-item__title-container{display:flex;padding:0;flex-direction:column;align-items:flex-start;gap:var(--cometchat-padding-1, 4px);flex:1 0 0;overflow:hidden;width:100%;text-align:left}.cometchat-list-item__menu-view,.cometchat-list-item__trailing-view{display:flex;width:24px;height:24px;justify-content:flex-end;align-items:center}.cometchat-list-item__trailing-view-hidden{display:none}.cometchat-list-item__leading-view{display:flex;width:48px;height:48px;padding:9px 9px 9px 10px;justify-content:center;align-items:center;flex-shrink:0;border-radius:var(--cometchat-radius-max, 1000px)}.cometchat-list-item__body-subtitle{display:flex;align-items:flex-start;gap:4px;align-self:stretch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cometchat-list-item__status{display:none}.cometchat-list-item__status-icon_right{border-radius:16px;width:10px;height:10px;border:none;position:relative;bottom:20%;margin-left:20px}.cometchat-list-item__divider{height:1px;width:100%;background:gray}.cometchat-media-recorder__recording,.cometchat-media-recorder__recorded{display:flex;width:260px;height:inherit;padding:var(--cometchat-padding-5, 20px);flex-direction:column;align-items:center;gap:var(--cometchat-padding-5, 20px);border-radius:var(--cometchat-radius-4, 16px);border:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-01, #FFF);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{padding-bottom:var(--cometchat-padding-2);max-width:100%;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{flex-direction:row;gap:var(--cometchat-padding-2);justify-content:space-between;align-items:center;padding-right:0}.cometchat-media-recorder__recording-control,.cometchat-media-recorder__recorded-control{display:flex;align-items:center;gap:20px}.cometchat-media-recorder__recording-preview{display:flex;width:120px;flex-direction:column;align-items:center;gap:var(--cometchat-padding-1, 4px)}.cometchat-media-recorder__recorded-preview{display:flex;width:260px;padding:var(--cometchat-padding-2, 8px) 0px;flex-direction:column;align-items:flex-start;gap:0px;border-radius:var(--cometchat-radius-3, 12px);background:var(--cometchat-primary-color, #6852D6)}.cometchat-media-recorder__recording-control-delete,.cometchat-media-recorder__recorded-control-delete,.cometchat-media-recorder__recording-control-stop,.cometchat-media-recorder__recorded-control-record{display:flex;width:40px;cursor:pointer;height:40px;justify-content:center;align-items:center;background:var(--cometchat-background-color-01, #FFF);border-radius:var(--cometchat-radius-max, 1000px);border:1px solid var(--cometchat-border-color-light, #F5F5F5);box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f}.cometchat-media-recorder__recording-control-stop-icon{width:24px;height:24px;flex-shrink:0;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8289'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8289)'%3e%3cpath%20d='M6.5%2015.6923V8.30775C6.5%207.81058%206.677%207.385%207.031%207.031C7.385%206.677%207.81058%206.5%208.30775%206.5H15.6923C16.1894%206.5%2016.615%206.677%2016.969%207.031C17.323%207.385%2017.5%207.81058%2017.5%208.30775V15.6923C17.5%2016.1894%2017.323%2016.615%2016.969%2016.969C16.615%2017.323%2016.1894%2017.5%2015.6923%2017.5H8.30775C7.81058%2017.5%207.385%2017.323%207.031%2016.969C6.677%2016.615%206.5%2016.1894%206.5%2015.6923Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8289'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8289)'%3e%3cpath%20d='M6.5%2015.6923V8.30775C6.5%207.81058%206.677%207.385%207.031%207.031C7.385%206.677%207.81058%206.5%208.30775%206.5H15.6923C16.1894%206.5%2016.615%206.677%2016.969%207.031C17.323%207.385%2017.5%207.81058%2017.5%208.30775V15.6923C17.5%2016.1894%2017.323%2016.615%2016.969%2016.969C16.615%2017.323%2016.1894%2017.5%2015.6923%2017.5H8.30775C7.81058%2017.5%207.385%2017.323%207.031%2016.969C6.677%2016.615%206.5%2016.1894%206.5%2015.6923Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background:var(--cometchat-icon-color-secondary, #A1A1A1);-webkit-mask-size:contain;mask-size:contain}.cometchat-media-recorder__recording-control-delete-icon,.cometchat-media-recorder__recorded-control-delete-icon{width:24px;height:24px;flex-shrink:0;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8465'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8465)'%3e%3cpath%20d='M7.30775%2020.5C6.81058%2020.5%206.385%2020.323%206.031%2019.969C5.677%2019.615%205.5%2019.1894%205.5%2018.6923V6H5.25C5.0375%206%204.85942%205.92808%204.71575%205.78425C4.57192%205.64042%204.5%205.46225%204.5%205.24975C4.5%205.03708%204.57192%204.859%204.71575%204.7155C4.85942%204.57183%205.0375%204.5%205.25%204.5H9C9%204.25517%209.08625%204.0465%209.25875%203.874C9.43108%203.70167%209.63967%203.6155%209.8845%203.6155H14.1155C14.3603%203.6155%2014.5689%203.70167%2014.7413%203.874C14.9138%204.0465%2015%204.25517%2015%204.5H18.75C18.9625%204.5%2019.1406%204.57192%2019.2843%204.71575C19.4281%204.85959%2019.5%205.03775%2019.5%205.25025C19.5%205.46292%2019.4281%205.641%2019.2843%205.7845C19.1406%205.92817%2018.9625%206%2018.75%206H18.5V18.6923C18.5%2019.1894%2018.323%2019.615%2017.969%2019.969C17.615%2020.323%2017.1894%2020.5%2016.6923%2020.5H7.30775ZM10.1543%2017C10.3668%2017%2010.5448%2016.9282%2010.6885%2016.7845C10.832%2016.6407%2010.9037%2016.4625%2010.9037%2016.25V8.75C10.9037%208.5375%2010.8318%208.35933%2010.688%208.2155C10.5443%208.07183%2010.3662%208%2010.1535%208C9.941%208%209.76292%208.07183%209.61925%208.2155C9.47575%208.35933%209.404%208.5375%209.404%208.75V16.25C9.404%2016.4625%209.47583%2016.6407%209.6195%2016.7845C9.76333%2016.9282%209.94158%2017%2010.1543%2017ZM13.8465%2017C14.059%2017%2014.2371%2016.9282%2014.3807%2016.7845C14.5243%2016.6407%2014.596%2016.4625%2014.596%2016.25V8.75C14.596%208.5375%2014.5242%208.35933%2014.3805%208.2155C14.2367%208.07183%2014.0584%208%2013.8458%208C13.6333%208%2013.4552%208.07183%2013.3115%208.2155C13.168%208.35933%2013.0962%208.5375%2013.0962%208.75V16.25C13.0962%2016.4625%2013.1682%2016.6407%2013.312%2016.7845C13.4557%2016.9282%2013.6338%2017%2013.8465%2017Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8465'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8465)'%3e%3cpath%20d='M7.30775%2020.5C6.81058%2020.5%206.385%2020.323%206.031%2019.969C5.677%2019.615%205.5%2019.1894%205.5%2018.6923V6H5.25C5.0375%206%204.85942%205.92808%204.71575%205.78425C4.57192%205.64042%204.5%205.46225%204.5%205.24975C4.5%205.03708%204.57192%204.859%204.71575%204.7155C4.85942%204.57183%205.0375%204.5%205.25%204.5H9C9%204.25517%209.08625%204.0465%209.25875%203.874C9.43108%203.70167%209.63967%203.6155%209.8845%203.6155H14.1155C14.3603%203.6155%2014.5689%203.70167%2014.7413%203.874C14.9138%204.0465%2015%204.25517%2015%204.5H18.75C18.9625%204.5%2019.1406%204.57192%2019.2843%204.71575C19.4281%204.85959%2019.5%205.03775%2019.5%205.25025C19.5%205.46292%2019.4281%205.641%2019.2843%205.7845C19.1406%205.92817%2018.9625%206%2018.75%206H18.5V18.6923C18.5%2019.1894%2018.323%2019.615%2017.969%2019.969C17.615%2020.323%2017.1894%2020.5%2016.6923%2020.5H7.30775ZM10.1543%2017C10.3668%2017%2010.5448%2016.9282%2010.6885%2016.7845C10.832%2016.6407%2010.9037%2016.4625%2010.9037%2016.25V8.75C10.9037%208.5375%2010.8318%208.35933%2010.688%208.2155C10.5443%208.07183%2010.3662%208%2010.1535%208C9.941%208%209.76292%208.07183%209.61925%208.2155C9.47575%208.35933%209.404%208.5375%209.404%208.75V16.25C9.404%2016.4625%209.47583%2016.6407%209.6195%2016.7845C9.76333%2016.9282%209.94158%2017%2010.1543%2017ZM13.8465%2017C14.059%2017%2014.2371%2016.9282%2014.3807%2016.7845C14.5243%2016.6407%2014.596%2016.4625%2014.596%2016.25V8.75C14.596%208.5375%2014.5242%208.35933%2014.3805%208.2155C14.2367%208.07183%2014.0584%208%2013.8458%208C13.6333%208%2013.4552%208.07183%2013.3115%208.2155C13.168%208.35933%2013.0962%208.5375%2013.0962%208.75V16.25C13.0962%2016.4625%2013.1682%2016.6407%2013.312%2016.7845C13.4557%2016.9282%2013.6338%2017%2013.8465%2017Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background:var(--cometchat-icon-color-secondary, #A1A1A1);-webkit-mask-size:contain;mask-size:contain}.cometchat-media-recorder__recorded-control-record-icon{width:24px;height:24px;flex-shrink:0;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cmask%20id='mask0_3522_63973'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='32'%20height='32'%3e%3crect%20id='Bounding%20box'%20width='32'%20height='32'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_3522_63973)'%3e%3cpath%20id='mic'%20d='M15.9995%2018C15.0679%2018%2014.2795%2017.6773%2013.6342%2017.032C12.9888%2016.3867%2012.6662%2015.5982%2012.6662%2014.6667V6.66667C12.6662%205.73511%2012.9888%204.94667%2013.6342%204.30134C14.2795%203.656%2015.0679%203.33334%2015.9995%203.33334C16.931%203.33334%2017.7195%203.656%2018.3648%204.30134C19.0102%204.94667%2019.3328%205.73511%2019.3328%206.66667V14.6667C19.3328%2015.5982%2019.0102%2016.3867%2018.3648%2017.032C17.7195%2017.6773%2016.931%2018%2015.9995%2018ZM14.9995%2026.6667V23.2717C13.0148%2023.0426%2011.3139%2022.2272%209.89682%2020.8257C8.47993%2019.4239%207.65005%2017.7153%207.40716%2015.7C7.37138%2015.4162%207.44571%2015.1731%207.63016%2014.9707C7.81482%2014.768%208.04905%2014.6667%208.33282%2014.6667C8.6166%2014.6667%208.85416%2014.7646%209.04549%2014.9603C9.23705%2015.1559%209.36449%2015.3956%209.42782%2015.6793C9.67049%2017.312%2010.417%2018.6624%2011.6675%2019.7307C12.9179%2020.7991%2014.3619%2021.3333%2015.9995%2021.3333C17.6593%2021.3333%2019.1088%2020.7936%2020.3482%2019.714C21.5875%2018.6347%2022.3285%2017.2898%2022.5712%2015.6793C22.6345%2015.3956%2022.7619%2015.1559%2022.9535%2014.9603C23.1448%2014.7646%2023.3824%2014.6667%2023.6662%2014.6667C23.9499%2014.6667%2024.1842%2014.768%2024.3688%2014.9707C24.5533%2015.1731%2024.6276%2015.4162%2024.5918%2015.7C24.3489%2017.6709%2023.5246%2019.3662%2022.1188%2020.786C20.7128%2022.2056%2019.0064%2023.0341%2016.9995%2023.2717V26.6667C16.9995%2026.9504%2016.9037%2027.188%2016.7122%2027.3793C16.5208%2027.5709%2016.2833%2027.6667%2015.9995%2027.6667C15.7157%2027.6667%2015.4782%2027.5709%2015.2868%2027.3793C15.0953%2027.188%2014.9995%2026.9504%2014.9995%2026.6667Z'%20fill='%23F44649'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cmask%20id='mask0_3522_63973'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='32'%20height='32'%3e%3crect%20id='Bounding%20box'%20width='32'%20height='32'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_3522_63973)'%3e%3cpath%20id='mic'%20d='M15.9995%2018C15.0679%2018%2014.2795%2017.6773%2013.6342%2017.032C12.9888%2016.3867%2012.6662%2015.5982%2012.6662%2014.6667V6.66667C12.6662%205.73511%2012.9888%204.94667%2013.6342%204.30134C14.2795%203.656%2015.0679%203.33334%2015.9995%203.33334C16.931%203.33334%2017.7195%203.656%2018.3648%204.30134C19.0102%204.94667%2019.3328%205.73511%2019.3328%206.66667V14.6667C19.3328%2015.5982%2019.0102%2016.3867%2018.3648%2017.032C17.7195%2017.6773%2016.931%2018%2015.9995%2018ZM14.9995%2026.6667V23.2717C13.0148%2023.0426%2011.3139%2022.2272%209.89682%2020.8257C8.47993%2019.4239%207.65005%2017.7153%207.40716%2015.7C7.37138%2015.4162%207.44571%2015.1731%207.63016%2014.9707C7.81482%2014.768%208.04905%2014.6667%208.33282%2014.6667C8.6166%2014.6667%208.85416%2014.7646%209.04549%2014.9603C9.23705%2015.1559%209.36449%2015.3956%209.42782%2015.6793C9.67049%2017.312%2010.417%2018.6624%2011.6675%2019.7307C12.9179%2020.7991%2014.3619%2021.3333%2015.9995%2021.3333C17.6593%2021.3333%2019.1088%2020.7936%2020.3482%2019.714C21.5875%2018.6347%2022.3285%2017.2898%2022.5712%2015.6793C22.6345%2015.3956%2022.7619%2015.1559%2022.9535%2014.9603C23.1448%2014.7646%2023.3824%2014.6667%2023.6662%2014.6667C23.9499%2014.6667%2024.1842%2014.768%2024.3688%2014.9707C24.5533%2015.1731%2024.6276%2015.4162%2024.5918%2015.7C24.3489%2017.6709%2023.5246%2019.3662%2022.1188%2020.786C20.7128%2022.2056%2019.0064%2023.0341%2016.9995%2023.2717V26.6667C16.9995%2026.9504%2016.9037%2027.188%2016.7122%2027.3793C16.5208%2027.5709%2016.2833%2027.6667%2015.9995%2027.6667C15.7157%2027.6667%2015.4782%2027.5709%2015.2868%2027.3793C15.0953%2027.188%2014.9995%2026.9504%2014.9995%2026.6667Z'%20fill='%23F44649'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background:var(--cometchat-icon-color-secondary, #A1A1A1);-webkit-mask-size:contain;mask-size:contain}.cometchat-media-recorder__recording-control-record,.cometchat-media-recorder__recording-control-pause,.cometchat-media-recorder__recorded-control-send{display:flex;cursor:pointer;width:48px;height:48px;justify-content:center;align-items:center;border-radius:var(--cometchat-radius-max, 1000px);border:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-01, #FFF);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{width:32px;height:32px;flex-shrink:0;-webkit-mask-size:contain;mask-size:contain}.cometchat-media-recorder__recording-control-record-icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cmask%20id='mask0_3522_63973'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='32'%20height='32'%3e%3crect%20id='Bounding%20box'%20width='32'%20height='32'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_3522_63973)'%3e%3cpath%20id='mic'%20d='M15.9995%2018C15.0679%2018%2014.2795%2017.6773%2013.6342%2017.032C12.9888%2016.3867%2012.6662%2015.5982%2012.6662%2014.6667V6.66667C12.6662%205.73511%2012.9888%204.94667%2013.6342%204.30134C14.2795%203.656%2015.0679%203.33334%2015.9995%203.33334C16.931%203.33334%2017.7195%203.656%2018.3648%204.30134C19.0102%204.94667%2019.3328%205.73511%2019.3328%206.66667V14.6667C19.3328%2015.5982%2019.0102%2016.3867%2018.3648%2017.032C17.7195%2017.6773%2016.931%2018%2015.9995%2018ZM14.9995%2026.6667V23.2717C13.0148%2023.0426%2011.3139%2022.2272%209.89682%2020.8257C8.47993%2019.4239%207.65005%2017.7153%207.40716%2015.7C7.37138%2015.4162%207.44571%2015.1731%207.63016%2014.9707C7.81482%2014.768%208.04905%2014.6667%208.33282%2014.6667C8.6166%2014.6667%208.85416%2014.7646%209.04549%2014.9603C9.23705%2015.1559%209.36449%2015.3956%209.42782%2015.6793C9.67049%2017.312%2010.417%2018.6624%2011.6675%2019.7307C12.9179%2020.7991%2014.3619%2021.3333%2015.9995%2021.3333C17.6593%2021.3333%2019.1088%2020.7936%2020.3482%2019.714C21.5875%2018.6347%2022.3285%2017.2898%2022.5712%2015.6793C22.6345%2015.3956%2022.7619%2015.1559%2022.9535%2014.9603C23.1448%2014.7646%2023.3824%2014.6667%2023.6662%2014.6667C23.9499%2014.6667%2024.1842%2014.768%2024.3688%2014.9707C24.5533%2015.1731%2024.6276%2015.4162%2024.5918%2015.7C24.3489%2017.6709%2023.5246%2019.3662%2022.1188%2020.786C20.7128%2022.2056%2019.0064%2023.0341%2016.9995%2023.2717V26.6667C16.9995%2026.9504%2016.9037%2027.188%2016.7122%2027.3793C16.5208%2027.5709%2016.2833%2027.6667%2015.9995%2027.6667C15.7157%2027.6667%2015.4782%2027.5709%2015.2868%2027.3793C15.0953%2027.188%2014.9995%2026.9504%2014.9995%2026.6667Z'%20fill='%23F44649'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cmask%20id='mask0_3522_63973'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='32'%20height='32'%3e%3crect%20id='Bounding%20box'%20width='32'%20height='32'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_3522_63973)'%3e%3cpath%20id='mic'%20d='M15.9995%2018C15.0679%2018%2014.2795%2017.6773%2013.6342%2017.032C12.9888%2016.3867%2012.6662%2015.5982%2012.6662%2014.6667V6.66667C12.6662%205.73511%2012.9888%204.94667%2013.6342%204.30134C14.2795%203.656%2015.0679%203.33334%2015.9995%203.33334C16.931%203.33334%2017.7195%203.656%2018.3648%204.30134C19.0102%204.94667%2019.3328%205.73511%2019.3328%206.66667V14.6667C19.3328%2015.5982%2019.0102%2016.3867%2018.3648%2017.032C17.7195%2017.6773%2016.931%2018%2015.9995%2018ZM14.9995%2026.6667V23.2717C13.0148%2023.0426%2011.3139%2022.2272%209.89682%2020.8257C8.47993%2019.4239%207.65005%2017.7153%207.40716%2015.7C7.37138%2015.4162%207.44571%2015.1731%207.63016%2014.9707C7.81482%2014.768%208.04905%2014.6667%208.33282%2014.6667C8.6166%2014.6667%208.85416%2014.7646%209.04549%2014.9603C9.23705%2015.1559%209.36449%2015.3956%209.42782%2015.6793C9.67049%2017.312%2010.417%2018.6624%2011.6675%2019.7307C12.9179%2020.7991%2014.3619%2021.3333%2015.9995%2021.3333C17.6593%2021.3333%2019.1088%2020.7936%2020.3482%2019.714C21.5875%2018.6347%2022.3285%2017.2898%2022.5712%2015.6793C22.6345%2015.3956%2022.7619%2015.1559%2022.9535%2014.9603C23.1448%2014.7646%2023.3824%2014.6667%2023.6662%2014.6667C23.9499%2014.6667%2024.1842%2014.768%2024.3688%2014.9707C24.5533%2015.1731%2024.6276%2015.4162%2024.5918%2015.7C24.3489%2017.6709%2023.5246%2019.3662%2022.1188%2020.786C20.7128%2022.2056%2019.0064%2023.0341%2016.9995%2023.2717V26.6667C16.9995%2026.9504%2016.9037%2027.188%2016.7122%2027.3793C16.5208%2027.5709%2016.2833%2027.6667%2015.9995%2027.6667C15.7157%2027.6667%2015.4782%2027.5709%2015.2868%2027.3793C15.0953%2027.188%2014.9995%2026.9504%2014.9995%2026.6667Z'%20fill='%23F44649'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background:var(--cometchat-error-color, #F44649)}.cometchat-media-recorder__recording-control-error>.cometchat-media-recorder__recording-control-record-icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8402'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8402)'%3e%3cpath%20d='M16.5213%2013.9018C16.3456%2013.8069%2016.2292%2013.6557%2016.172%2013.448C16.115%2013.2403%2016.1339%2013.0487%2016.2288%2012.873C16.3263%2012.7025%2016.4013%2012.5211%2016.4538%2012.3287C16.5064%2012.1364%2016.5462%2011.9416%2016.573%2011.7443C16.6205%2011.5314%2016.716%2011.3542%2016.8595%2011.2125C17.0032%2011.0708%2017.1814%2011%2017.3943%2011C17.6071%2011%2017.7827%2011.0776%2017.921%2011.2327C18.0595%2011.3877%2018.1185%2011.5717%2018.098%2011.7845C18.0608%2012.0973%2017.999%2012.4067%2017.9125%2012.7125C17.826%2013.0182%2017.7052%2013.3088%2017.55%2013.5845C17.4552%2013.7667%2017.3055%2013.8888%2017.101%2013.951C16.8965%2014.0132%2016.7033%2013.9968%2016.5213%2013.9018ZM12.8288%209.7385L9.67127%206.5615C9.5071%206.39733%209.37827%206.20408%209.28477%205.98175C9.1911%205.75925%209.14427%205.5275%209.14427%205.2865V5C9.14427%204.30133%209.38627%203.71%209.87027%203.226C10.3543%202.742%2010.9456%202.5%2011.6443%202.5C12.3429%202.5%2012.9343%202.742%2013.4183%203.226C13.9023%203.71%2014.1443%204.30133%2014.1443%205V9.1865C14.1443%209.534%2013.9865%209.77442%2013.671%209.90775C13.3557%2010.0411%2013.0749%209.98467%2012.8288%209.7385ZM10.8943%2020V17.4578C9.40577%2017.2832%208.1301%2016.6704%207.06727%2015.6193C6.00443%2014.5679%205.38202%2013.2865%205.20002%2011.775C5.17318%2011.5622%205.22893%2011.3798%205.36727%2011.228C5.50577%2011.076%205.68143%2011%205.89427%2011C6.1071%2011%206.28527%2011.0734%206.42877%2011.2203C6.57243%2011.3669%206.66793%2011.5467%206.71527%2011.7595C6.89743%2012.984%207.45743%2013.9968%208.39527%2014.798C9.3331%2015.5993%2010.4161%2016%2011.6443%2016C12.2878%2016%2012.8926%2015.8852%2013.4588%2015.6557C14.0248%2015.4262%2014.5257%2015.1083%2014.9615%2014.702L16.0308%2015.771C15.5474%2016.225%2014.9974%2016.5988%2014.3808%2016.8923C13.7641%2017.1859%2013.1019%2017.3744%2012.3943%2017.4578V20C12.3943%2020.2128%2012.3224%2020.391%2012.1788%2020.5345C12.0353%2020.6782%2011.8571%2020.75%2011.6443%2020.75C11.4314%2020.75%2011.2532%2020.6782%2011.1095%2020.5345C10.966%2020.391%2010.8943%2020.2128%2010.8943%2020ZM19.3405%2021.1885L2.20577%204.05375C2.06727%203.91525%201.99643%203.74125%201.99327%203.53175C1.9901%203.32208%202.06093%203.14483%202.20577%203C2.3506%202.85517%202.52627%202.78275%202.73277%202.78275C2.9391%202.78275%203.11468%202.85517%203.25952%203L20.3943%2020.1345C20.5328%2020.273%2020.6036%2020.4471%2020.6068%2020.6568C20.6099%2020.8663%2020.5391%2021.0435%2020.3943%2021.1885C20.2494%2021.3333%2020.0738%2021.4058%2019.8673%2021.4058C19.6609%2021.4058%2019.4853%2021.3333%2019.3405%2021.1885Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8402'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8402)'%3e%3cpath%20d='M16.5213%2013.9018C16.3456%2013.8069%2016.2292%2013.6557%2016.172%2013.448C16.115%2013.2403%2016.1339%2013.0487%2016.2288%2012.873C16.3263%2012.7025%2016.4013%2012.5211%2016.4538%2012.3287C16.5064%2012.1364%2016.5462%2011.9416%2016.573%2011.7443C16.6205%2011.5314%2016.716%2011.3542%2016.8595%2011.2125C17.0032%2011.0708%2017.1814%2011%2017.3943%2011C17.6071%2011%2017.7827%2011.0776%2017.921%2011.2327C18.0595%2011.3877%2018.1185%2011.5717%2018.098%2011.7845C18.0608%2012.0973%2017.999%2012.4067%2017.9125%2012.7125C17.826%2013.0182%2017.7052%2013.3088%2017.55%2013.5845C17.4552%2013.7667%2017.3055%2013.8888%2017.101%2013.951C16.8965%2014.0132%2016.7033%2013.9968%2016.5213%2013.9018ZM12.8288%209.7385L9.67127%206.5615C9.5071%206.39733%209.37827%206.20408%209.28477%205.98175C9.1911%205.75925%209.14427%205.5275%209.14427%205.2865V5C9.14427%204.30133%209.38627%203.71%209.87027%203.226C10.3543%202.742%2010.9456%202.5%2011.6443%202.5C12.3429%202.5%2012.9343%202.742%2013.4183%203.226C13.9023%203.71%2014.1443%204.30133%2014.1443%205V9.1865C14.1443%209.534%2013.9865%209.77442%2013.671%209.90775C13.3557%2010.0411%2013.0749%209.98467%2012.8288%209.7385ZM10.8943%2020V17.4578C9.40577%2017.2832%208.1301%2016.6704%207.06727%2015.6193C6.00443%2014.5679%205.38202%2013.2865%205.20002%2011.775C5.17318%2011.5622%205.22893%2011.3798%205.36727%2011.228C5.50577%2011.076%205.68143%2011%205.89427%2011C6.1071%2011%206.28527%2011.0734%206.42877%2011.2203C6.57243%2011.3669%206.66793%2011.5467%206.71527%2011.7595C6.89743%2012.984%207.45743%2013.9968%208.39527%2014.798C9.3331%2015.5993%2010.4161%2016%2011.6443%2016C12.2878%2016%2012.8926%2015.8852%2013.4588%2015.6557C14.0248%2015.4262%2014.5257%2015.1083%2014.9615%2014.702L16.0308%2015.771C15.5474%2016.225%2014.9974%2016.5988%2014.3808%2016.8923C13.7641%2017.1859%2013.1019%2017.3744%2012.3943%2017.4578V20C12.3943%2020.2128%2012.3224%2020.391%2012.1788%2020.5345C12.0353%2020.6782%2011.8571%2020.75%2011.6443%2020.75C11.4314%2020.75%2011.2532%2020.6782%2011.1095%2020.5345C10.966%2020.391%2010.8943%2020.2128%2010.8943%2020ZM19.3405%2021.1885L2.20577%204.05375C2.06727%203.91525%201.99643%203.74125%201.99327%203.53175C1.9901%203.32208%202.06093%203.14483%202.20577%203C2.3506%202.85517%202.52627%202.78275%202.73277%202.78275C2.9391%202.78275%203.11468%202.85517%203.25952%203L20.3943%2020.1345C20.5328%2020.273%2020.6036%2020.4471%2020.6068%2020.6568C20.6099%2020.8663%2020.5391%2021.0435%2020.3943%2021.1885C20.2494%2021.3333%2020.0738%2021.4058%2019.8673%2021.4058C19.6609%2021.4058%2019.4853%2021.3333%2019.3405%2021.1885Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background:var(--cometchat-text-color-tertiary, #A1A1A1)}.cometchat-media-recorder__recording-control-error{pointer-events:none}.cometchat-media-recorder__recording-control-pause-icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8317'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8317)'%3e%3cpath%20d='M15.5%2018.5C15.091%2018.5%2014.7387%2018.3523%2014.4432%2018.0568C14.1477%2017.7613%2014%2017.409%2014%2017V7C14%206.591%2014.1477%206.23875%2014.4432%205.94325C14.7387%205.64775%2015.091%205.5%2015.5%205.5H16.25C16.659%205.5%2017.0113%205.64775%2017.3068%205.94325C17.6023%206.23875%2017.75%206.591%2017.75%207V17C17.75%2017.409%2017.6023%2017.7613%2017.3068%2018.0568C17.0113%2018.3523%2016.659%2018.5%2016.25%2018.5H15.5ZM7.75%2018.5C7.341%2018.5%206.98875%2018.3523%206.69325%2018.0568C6.39775%2017.7613%206.25%2017.409%206.25%2017V7C6.25%206.591%206.39775%206.23875%206.69325%205.94325C6.98875%205.64775%207.341%205.5%207.75%205.5H8.5C8.909%205.5%209.26125%205.64775%209.55675%205.94325C9.85225%206.23875%2010%206.591%2010%207V17C10%2017.409%209.85225%2017.7613%209.55675%2018.0568C9.26125%2018.3523%208.909%2018.5%208.5%2018.5H7.75Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8317'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8317)'%3e%3cpath%20d='M15.5%2018.5C15.091%2018.5%2014.7387%2018.3523%2014.4432%2018.0568C14.1477%2017.7613%2014%2017.409%2014%2017V7C14%206.591%2014.1477%206.23875%2014.4432%205.94325C14.7387%205.64775%2015.091%205.5%2015.5%205.5H16.25C16.659%205.5%2017.0113%205.64775%2017.3068%205.94325C17.6023%206.23875%2017.75%206.591%2017.75%207V17C17.75%2017.409%2017.6023%2017.7613%2017.3068%2018.0568C17.0113%2018.3523%2016.659%2018.5%2016.25%2018.5H15.5ZM7.75%2018.5C7.341%2018.5%206.98875%2018.3523%206.69325%2018.0568C6.39775%2017.7613%206.25%2017.409%206.25%2017V7C6.25%206.591%206.39775%206.23875%206.69325%205.94325C6.98875%205.64775%207.341%205.5%207.75%205.5H8.5C8.909%205.5%209.26125%205.64775%209.55675%205.94325C9.85225%206.23875%2010%206.591%2010%207V17C10%2017.409%209.85225%2017.7613%209.55675%2018.0568C9.26125%2018.3523%208.909%2018.5%208.5%2018.5H7.75Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background:var(--cometchat-error-color, #F44649);width:32px;height:32px;flex-shrink:0;-webkit-mask-size:contain;mask-size:contain}.cometchat-media-recorder__recorded-control-send-icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8291'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8291)'%3e%3cpath%20d='M6.7665%2018.7228C6.4645%2018.8434%206.17792%2018.8178%205.90675%2018.6458C5.63558%2018.4738%205.5%2018.2233%205.5%2017.8943V13.673L12.423%2012L5.5%2010.327V6.10576C5.5%205.77676%205.63558%205.52626%205.90675%205.35426C6.17792%205.18226%206.4645%205.1566%206.7665%205.27726L20.723%2011.1615C21.0948%2011.328%2021.2807%2011.6081%2021.2807%2012.0018C21.2807%2012.3954%2021.0948%2012.6743%2020.723%2012.8385L6.7665%2018.7228Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8291'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8291)'%3e%3cpath%20d='M6.7665%2018.7228C6.4645%2018.8434%206.17792%2018.8178%205.90675%2018.6458C5.63558%2018.4738%205.5%2018.2233%205.5%2017.8943V13.673L12.423%2012L5.5%2010.327V6.10576C5.5%205.77676%205.63558%205.52626%205.90675%205.35426C6.17792%205.18226%206.4645%205.1566%206.7665%205.27726L20.723%2011.1615C21.0948%2011.328%2021.2807%2011.6081%2021.2807%2012.0018C21.2807%2012.3954%2021.0948%2012.6743%2020.723%2012.8385L6.7665%2018.7228Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background:var(--cometchat-icon-color-highlight, #6852D6);width:32px;height:32px;flex-shrink:0;-webkit-mask-size:contain;mask-size:contain}.cometchat-media-recorder__recording-preview-recording,.cometchat-media-recorder__recording-preview-paused{display:flex;width:80px;height:80px;justify-content:center;align-items:center;flex-shrink:0;border-radius:var(--cometchat-radius-max, 1000px);background:var(--cometchat-icon-color-highlight, #6852D6)}.cometchat-media-recorder__recording-preview-recording-icon,.cometchat-media-recorder__recording-preview-paused-icon{width:48px;height:48px;flex-shrink:0;background:var(--cometchat-icon-color-white, #FFFFFF);-webkit-mask:url("data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cmask%20id='mask0_2993_47565'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='48'%20height='48'%3e%3crect%20id='Bounding%20box'%20width='48'%20height='48'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_2993_47565)'%3e%3cpath%20id='mic'%20d='M23.9992%2027C22.6019%2027%2021.4192%2026.516%2020.4512%2025.548C19.4832%2024.58%2018.9992%2023.3973%2018.9992%2022V10C18.9992%208.60267%2019.4832%207.42%2020.4512%206.452C21.4192%205.484%2022.6019%205%2023.9992%205C25.3966%205%2026.5792%205.484%2027.5472%206.452C28.5152%207.42%2028.9992%208.60267%2028.9992%2010V22C28.9992%2023.3973%2028.5152%2024.58%2027.5472%2025.548C26.5792%2026.516%2025.3966%2027%2023.9992%2027ZM22.4992%2040V34.9075C19.5222%2034.5638%2016.9709%2033.3408%2014.8452%2031.2385C12.7199%2029.1358%2011.4751%2026.573%2011.1107%2023.55C11.0571%2023.1243%2011.1686%2022.7597%2011.4452%2022.456C11.7222%2022.152%2012.0736%2022%2012.4992%2022C12.9249%2022%2013.2812%2022.1468%2013.5682%2022.4405C13.8556%2022.7338%2014.0467%2023.0933%2014.1417%2023.519C14.5057%2025.968%2015.6256%2027.9937%2017.5012%2029.596C19.3769%2031.1987%2021.5429%2032%2023.9992%2032C26.4889%2032%2028.6632%2031.1903%2030.5222%2029.571C32.3812%2027.952%2033.4927%2025.9347%2033.8567%2023.519C33.9517%2023.0933%2034.1429%2022.7338%2034.4302%2022.4405C34.7172%2022.1468%2035.0736%2022%2035.4992%2022C35.9249%2022%2036.2762%2022.152%2036.5532%2022.456C36.8299%2022.7597%2036.9414%2023.1243%2036.8877%2023.55C36.5234%2026.5063%2035.2869%2029.0493%2033.1782%2031.179C31.0692%2033.3083%2028.5096%2034.5512%2025.4992%2034.9075V40C25.4992%2040.4257%2025.3556%2040.782%2025.0682%2041.069C24.7812%2041.3563%2024.4249%2041.5%2023.9992%2041.5C23.5736%2041.5%2023.2172%2041.3563%2022.9302%2041.069C22.6429%2040.782%2022.4992%2040.4257%2022.4992%2040Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cmask%20id='mask0_2993_47565'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='48'%20height='48'%3e%3crect%20id='Bounding%20box'%20width='48'%20height='48'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_2993_47565)'%3e%3cpath%20id='mic'%20d='M23.9992%2027C22.6019%2027%2021.4192%2026.516%2020.4512%2025.548C19.4832%2024.58%2018.9992%2023.3973%2018.9992%2022V10C18.9992%208.60267%2019.4832%207.42%2020.4512%206.452C21.4192%205.484%2022.6019%205%2023.9992%205C25.3966%205%2026.5792%205.484%2027.5472%206.452C28.5152%207.42%2028.9992%208.60267%2028.9992%2010V22C28.9992%2023.3973%2028.5152%2024.58%2027.5472%2025.548C26.5792%2026.516%2025.3966%2027%2023.9992%2027ZM22.4992%2040V34.9075C19.5222%2034.5638%2016.9709%2033.3408%2014.8452%2031.2385C12.7199%2029.1358%2011.4751%2026.573%2011.1107%2023.55C11.0571%2023.1243%2011.1686%2022.7597%2011.4452%2022.456C11.7222%2022.152%2012.0736%2022%2012.4992%2022C12.9249%2022%2013.2812%2022.1468%2013.5682%2022.4405C13.8556%2022.7338%2014.0467%2023.0933%2014.1417%2023.519C14.5057%2025.968%2015.6256%2027.9937%2017.5012%2029.596C19.3769%2031.1987%2021.5429%2032%2023.9992%2032C26.4889%2032%2028.6632%2031.1903%2030.5222%2029.571C32.3812%2027.952%2033.4927%2025.9347%2033.8567%2023.519C33.9517%2023.0933%2034.1429%2022.7338%2034.4302%2022.4405C34.7172%2022.1468%2035.0736%2022%2035.4992%2022C35.9249%2022%2036.2762%2022.152%2036.5532%2022.456C36.8299%2022.7597%2036.9414%2023.1243%2036.8877%2023.55C36.5234%2026.5063%2035.2869%2029.0493%2033.1782%2031.179C31.0692%2033.3083%2028.5096%2034.5512%2025.4992%2034.9075V40C25.4992%2040.4257%2025.3556%2040.782%2025.0682%2041.069C24.7812%2041.3563%2024.4249%2041.5%2023.9992%2041.5C23.5736%2041.5%2023.2172%2041.3563%2022.9302%2041.069C22.6429%2040.782%2022.4992%2040.4257%2022.4992%2040Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-media-recorder__recording-preview-disabled{opacity:.2;display:flex;width:80px;height:80px;justify-content:center;align-items:center;flex-shrink:0;border-radius:var(--cometchat-radius-max, 1000px);background:var(--cometchat-icon-color-highlight, #6852D6)}.cometchat-media-recorder__recording-preview-disabled-icon{width:48px;height:48px;flex-shrink:0;background:var(--cometchat-icon-color-white, #FFFFFF);-webkit-mask:url("data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cmask%20id='mask0_2993_47565'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='48'%20height='48'%3e%3crect%20id='Bounding%20box'%20width='48'%20height='48'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_2993_47565)'%3e%3cpath%20id='mic'%20d='M23.9992%2027C22.6019%2027%2021.4192%2026.516%2020.4512%2025.548C19.4832%2024.58%2018.9992%2023.3973%2018.9992%2022V10C18.9992%208.60267%2019.4832%207.42%2020.4512%206.452C21.4192%205.484%2022.6019%205%2023.9992%205C25.3966%205%2026.5792%205.484%2027.5472%206.452C28.5152%207.42%2028.9992%208.60267%2028.9992%2010V22C28.9992%2023.3973%2028.5152%2024.58%2027.5472%2025.548C26.5792%2026.516%2025.3966%2027%2023.9992%2027ZM22.4992%2040V34.9075C19.5222%2034.5638%2016.9709%2033.3408%2014.8452%2031.2385C12.7199%2029.1358%2011.4751%2026.573%2011.1107%2023.55C11.0571%2023.1243%2011.1686%2022.7597%2011.4452%2022.456C11.7222%2022.152%2012.0736%2022%2012.4992%2022C12.9249%2022%2013.2812%2022.1468%2013.5682%2022.4405C13.8556%2022.7338%2014.0467%2023.0933%2014.1417%2023.519C14.5057%2025.968%2015.6256%2027.9937%2017.5012%2029.596C19.3769%2031.1987%2021.5429%2032%2023.9992%2032C26.4889%2032%2028.6632%2031.1903%2030.5222%2029.571C32.3812%2027.952%2033.4927%2025.9347%2033.8567%2023.519C33.9517%2023.0933%2034.1429%2022.7338%2034.4302%2022.4405C34.7172%2022.1468%2035.0736%2022%2035.4992%2022C35.9249%2022%2036.2762%2022.152%2036.5532%2022.456C36.8299%2022.7597%2036.9414%2023.1243%2036.8877%2023.55C36.5234%2026.5063%2035.2869%2029.0493%2033.1782%2031.179C31.0692%2033.3083%2028.5096%2034.5512%2025.4992%2034.9075V40C25.4992%2040.4257%2025.3556%2040.782%2025.0682%2041.069C24.7812%2041.3563%2024.4249%2041.5%2023.9992%2041.5C23.5736%2041.5%2023.2172%2041.3563%2022.9302%2041.069C22.6429%2040.782%2022.4992%2040.4257%2022.4992%2040Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cmask%20id='mask0_2993_47565'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='48'%20height='48'%3e%3crect%20id='Bounding%20box'%20width='48'%20height='48'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_2993_47565)'%3e%3cpath%20id='mic'%20d='M23.9992%2027C22.6019%2027%2021.4192%2026.516%2020.4512%2025.548C19.4832%2024.58%2018.9992%2023.3973%2018.9992%2022V10C18.9992%208.60267%2019.4832%207.42%2020.4512%206.452C21.4192%205.484%2022.6019%205%2023.9992%205C25.3966%205%2026.5792%205.484%2027.5472%206.452C28.5152%207.42%2028.9992%208.60267%2028.9992%2010V22C28.9992%2023.3973%2028.5152%2024.58%2027.5472%2025.548C26.5792%2026.516%2025.3966%2027%2023.9992%2027ZM22.4992%2040V34.9075C19.5222%2034.5638%2016.9709%2033.3408%2014.8452%2031.2385C12.7199%2029.1358%2011.4751%2026.573%2011.1107%2023.55C11.0571%2023.1243%2011.1686%2022.7597%2011.4452%2022.456C11.7222%2022.152%2012.0736%2022%2012.4992%2022C12.9249%2022%2013.2812%2022.1468%2013.5682%2022.4405C13.8556%2022.7338%2014.0467%2023.0933%2014.1417%2023.519C14.5057%2025.968%2015.6256%2027.9937%2017.5012%2029.596C19.3769%2031.1987%2021.5429%2032%2023.9992%2032C26.4889%2032%2028.6632%2031.1903%2030.5222%2029.571C32.3812%2027.952%2033.4927%2025.9347%2033.8567%2023.519C33.9517%2023.0933%2034.1429%2022.7338%2034.4302%2022.4405C34.7172%2022.1468%2035.0736%2022%2035.4992%2022C35.9249%2022%2036.2762%2022.152%2036.5532%2022.456C36.8299%2022.7597%2036.9414%2023.1243%2036.8877%2023.55C36.5234%2026.5063%2035.2869%2029.0493%2033.1782%2031.179C31.0692%2033.3083%2028.5096%2034.5512%2025.4992%2034.9075V40C25.4992%2040.4257%2025.3556%2040.782%2025.0682%2041.069C24.7812%2041.3563%2024.4249%2041.5%2023.9992%2041.5C23.5736%2041.5%2023.2172%2041.3563%2022.9302%2041.069C22.6429%2040.782%2022.4992%2040.4257%2022.4992%2040Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-media-recorder__recording-preview-duration{align-self:stretch;color:var(--cometchat-text-color-primary, #141414);text-align:center;font:var(--cometchat-font-heading4-regular, 400 16px Roboto);line-height:120%}.cometchat-media-recorder__error{display:flex;justify-content:flex-start;align-items:flex-start;background:var(--cometchat-background-color-02, #FAFAFA);border-radius:var(--cometchat-radius-4) var(--cometchat-radius-4) 0px 0px;padding:var(--cometchat-padding-2);gap:var(--cometchat-padding-2);width:260px;position:absolute;z-index:2;bottom:100%}.cometchat-media-recorder__error-content{display:flex;flex-direction:column;gap:var(--cometchat-padding-1)}.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-title,.cometchat-media-recorder__error-content-subtitle{text-align:left;color:var(--cometchat-text-color-secondary, #727272)}.cometchat-media-recorder__error-icon-wrapper{width:16px;height:16px;display:flex;justify-content:center;align-items:center;background:var(--cometchat-error-color);border-radius:var(--cometchat-radius-max)}.cometchat-media-recorder__error-icon{width:16px;height:16px;flex-shrink:0;background:var(--cometchat-static-white);-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.9974%2016.9168C12.2439%2016.9168%2012.4476%2016.8372%2012.6086%2016.678C12.7698%2016.5189%2012.8504%2016.316%2012.8504%2016.0695C12.8504%2015.8232%2012.7708%2015.6195%2012.6116%2015.4583C12.4525%2015.2973%2012.2497%2015.2168%2012.0034%2015.2168C11.7569%2015.2168%2011.5531%2015.2964%2011.3921%2015.4555C11.231%2015.6147%2011.1504%2015.8175%2011.1504%2016.0638C11.1504%2016.3101%2011.23%2016.5139%2011.3891%2016.675C11.5483%2016.8362%2011.7511%2016.9168%2011.9974%2016.9168ZM12.0616%2013.1168C12.282%2013.1168%2012.4685%2013.0397%2012.6211%2012.8855C12.774%2012.7314%2012.8504%2012.5431%2012.8504%2012.3208V7.7543C12.8504%207.53846%2012.7728%207.35321%2012.6176%207.19855C12.4625%207.04405%2012.2766%206.9668%2012.0599%206.9668C11.8369%206.9668%2011.649%207.04405%2011.4961%207.19855C11.3435%207.35321%2011.2671%207.53846%2011.2671%207.7543V12.3208C11.2671%2012.5431%2011.3445%2012.7314%2011.4991%2012.8855C11.6538%2013.0397%2011.8413%2013.1168%2012.0616%2013.1168Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.9974%2016.9168C12.2439%2016.9168%2012.4476%2016.8372%2012.6086%2016.678C12.7698%2016.5189%2012.8504%2016.316%2012.8504%2016.0695C12.8504%2015.8232%2012.7708%2015.6195%2012.6116%2015.4583C12.4525%2015.2973%2012.2497%2015.2168%2012.0034%2015.2168C11.7569%2015.2168%2011.5531%2015.2964%2011.3921%2015.4555C11.231%2015.6147%2011.1504%2015.8175%2011.1504%2016.0638C11.1504%2016.3101%2011.23%2016.5139%2011.3891%2016.675C11.5483%2016.8362%2011.7511%2016.9168%2011.9974%2016.9168ZM12.0616%2013.1168C12.282%2013.1168%2012.4685%2013.0397%2012.6211%2012.8855C12.774%2012.7314%2012.8504%2012.5431%2012.8504%2012.3208V7.7543C12.8504%207.53846%2012.7728%207.35321%2012.6176%207.19855C12.4625%207.04405%2012.2766%206.9668%2012.0599%206.9668C11.8369%206.9668%2011.649%207.04405%2011.4961%207.19855C11.3435%207.35321%2011.2671%207.53846%2011.2671%207.7543V12.3208C11.2671%2012.5431%2011.3445%2012.7314%2011.4991%2012.8855C11.6538%2013.0397%2011.8413%2013.1168%2012.0616%2013.1168Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;transform:rotate(180deg);mask-size:contain}.cometchat-message-bubble__wrapper{position:relative;max-width:100%;width:100%;box-sizing:border-box;display:flex;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-4, 16px);align-items:flex-start;gap:var(--cometchat-padding-2, 8px);flex:1 0 0}.cometchat-message-bubble__body-reply-view{width:100%;margin-bottom:5px}.cometchat-message-bubble .cometchat-menu-list__sub-menu-list{height:auto;max-height:216px;overflow:auto}.cometchat-message-bubble .cometchat-menu-list__sub-menu-list::-webkit-scrollbar,.cometchat-message-bubble .cometchat-menu-list__sub-menu-list::-webkit-scrollbar-thumb{display:none}.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{position:relative;border-radius:inherit;display:flex;width:fit-content;align-self:flex-start}.cometchat-message-bubble{flex:1 1 0;display:flex;flex-direction:column;border-radius:inherit;justify-content:flex-start;align-items:flex-start;position:relative;width:100%}.cometchat-message-bubble-incoming{justify-content:flex-start;align-items:flex-start}.cometchat-message-bubble__text-message .cometchat-message-bubble__body-content-view{width:fit-content;display:flex;align-self:flex-start;max-width:100%}.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{display:flex;padding:var(--cometchat-padding-1, 4px) var(--cometchat-padding-1, 4px) 0px var(--cometchat-padding-1, 4px);flex-direction:column;align-items:flex-end;border-radius:var(--cometchat-radius-3, 12px)}.cometchat-message-bubble__body-wrapper{order:2}.cometchat-message-bubble__header-view{display:flex;justify-content:flex-start;align-items:flex-start}.cometchat-message-bubble__options{background:transparent;display:flex;align-items:center;justify-content:flex-start;padding:0px var(--cometchat-padding-2, 8px)}.cometchat-message-bubble-incoming .cometchat-message-bubble__options{order:3}.cometchat-message-bubble-outgoing .cometchat-message-bubble__options{order:1}.cometchat-popover__content{position:fixed;height:fit-content;width:fit-content;z-index:2;border-radius:var(--cometchat-radius-5, 16px);border:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-01, #FFF);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-popover__content-tooltip-top,.cometchat-popover__content-tooltip-bottom{position:absolute;width:100%;height:6px;background:var(--cometchat-static-black, #141414);-webkit-mask:url("data:image/svg+xml,%3csvg%20width='32'%20height='9'%20viewBox='0%200%2032%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Tooltip'%3e%3cpath%20id='bottom-center'%20d='M22.0711%200.485289C22.962%200.485289%2023.4081%201.56243%2022.7782%202.1924L16.7071%208.26347C16.3166%208.654%2015.6834%208.654%2015.2929%208.26347L9.22183%202.1924C8.59187%201.56243%209.03803%200.485289%209.92894%200.485289L22.0711%200.485289Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain}.cometchat-popover__content-tooltip-top{bottom:-7px}.cometchat-popover__content-tooltip-bottom{transform:rotate(180deg);top:-7px}.cometchat-quick-view{position:relative;min-width:190px;padding:5px;box-sizing:border-box;background:#efefef;height:fit-content;width:100%;border-radius:8px}.cometchat-quick-view__content{margin-left:14px}.cometchat-quick-view__container{display:flex;align-items:center}.cometchat-quick-view-button{position:absolute;top:2px;right:4px;height:16px;width:16px;border:none;border-radius:0;background:transparent}.cometchat-quick-view-bar{position:absolute;height:90%;top:5%;left:5px;border-radius:5px;background:"black";width:"4px"}.cometchat-quick-view-title{margin-top:5px;margin-bottom:10px;padding:0;font:"600 13px Inter, sans-serif";color:"grey"}.cometchat-quick-view-subtitle{margin-top:5px;margin-bottom:5px;padding:0;text-align:left;font:"400 13px Inter, sans-serif";color:"grey"}.cometchat-radiobutton{display:inline-flex;align-items:center;position:relative}.cometchat-radiobutton__label input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.cometchat-radiobutton__selected{display:inline-block;position:relative;height:24px;width:24px;flex-shrink:0;border-radius:var(--cometchat-radius-max, 1000px);border:1.5px solid var(--cometchat-border-color-default, #E8E8E8)}.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]{position:absolute;opacity:0}.cometchat-radiobutton__selected:after{content:"";position:absolute;top:50%;left:50%;width:50%;height:50%;border-radius:var(--cometchat-radius-max, 1000px);background-color:var(--cometchat-primary-color, #6852D6);transform:translate(-50%,-50%);display:none}.cometchat-radiobutton input[type=radio]:checked+.cometchat-radiobutton__selected:after{display:block}.cometchat-radiobutton__label{display:flex;align-items:center;gap:var(--cometchat-radius-2, 8px);color:var(--cometchat-text-color-secondary);font:var(--cometchat-font-body-regular)}.cometchat-search-bar{display:flex;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-3, 12px);align-items:center;align-self:stretch;border-radius:var(--cometchat-radius-max, 1000px);border:1px solid var(--cometchat-border-color-light);background:var(--cometchat-background-color-03);flex:1 0 0}.cometchat-search-bar__input{width:100%;height:100%;border:none;border-radius:none;background:transparent;color:var(--cometchat-text-color-primary);font:var(--cometchat-font-heading4-regular);font-style:normal;outline:none;padding-left:var(--cometchat-padding-1)}.cometchat-search-bar__icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.9598%2011.531C5.47958%2012.7541%206.4639%2013.7205%207.69625%2014.2178C8.92859%2014.7151%2010.308%2014.7024%2011.531%2014.1826C12.754%2013.6629%2013.7205%2012.6785%2014.2178%2011.4462C14.715%2010.2139%2014.7024%208.83445%2014.1826%207.61142C13.6629%206.3884%2012.6785%205.42195%2011.4462%204.92467C10.2138%204.4274%208.83444%204.44004%207.61141%204.95981C6.38839%205.47959%205.42194%206.46391%204.92467%207.69626C4.42739%208.9286%204.44003%2010.308%204.9598%2011.531V11.531Z'%20stroke='%23808080'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.114%2013.1139L17.0001%2017.0005'%20stroke='%23808080'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.9598%2011.531C5.47958%2012.7541%206.4639%2013.7205%207.69625%2014.2178C8.92859%2014.7151%2010.308%2014.7024%2011.531%2014.1826C12.754%2013.6629%2013.7205%2012.6785%2014.2178%2011.4462C14.715%2010.2139%2014.7024%208.83445%2014.1826%207.61142C13.6629%206.3884%2012.6785%205.42195%2011.4462%204.92467C10.2138%204.4274%208.83444%204.44004%207.61141%204.95981C6.38839%205.47959%205.42194%206.46391%204.92467%207.69626C4.42739%208.9286%204.44003%2010.308%204.9598%2011.531V11.531Z'%20stroke='%23808080'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.114%2013.1139L17.0001%2017.0005'%20stroke='%23808080'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;display:flex;width:24px;height:24px;justify-content:center;align-items:center;-webkit-mask-size:contain;mask-size:contain;background:var(--cometchat-icon-color-secondary)}.cometchat-search-bar__input::placeholder{color:var(--cometchat-text-color-tertiary);font:var(--cometchat-font-heading4-regular);font-style:normal}:host{width:100%;text-align:center}.cc-single_select-option{padding:10px;box-sizing:border-box;cursor:pointer;min-height:20px;min-width:80px;display:flex;justify-content:center;align-items:center;font:400 14px Inter;color:gray;background:#fff;border:1px solid #dedede;border-radius:2px}.cc-single_select-option :hover{font:400 14px Inter;color:#000;background:#efefef}.cc-single_select-wrapper{height:100%;width:100%;display:flex;justify-content:center;align-items:center;border:none;border-radius:6px}.cometchat-text-bubble{display:flex;align-items:center;justify-content:flex-start;padding:var(--cometchat-padding-1) var(--cometchat-padding-2) var(--cometchat-padding-2) var(--cometchat-padding-2);align-self:flex-end;width:auto;border-radius:var(--cometchat-radius-3, 12px);max-width:630px}.cometchat-text-bubble__body-text{margin:0;word-break:break-word;text-align:left;white-space:pre-line;overflow:auto;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;padding-top:var(--cometchat-padding-1)}.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{position:relative;display:flex;flex-direction:column}.cometchat-text-bubble__read-more,.cometchat-text-bubble__read-less{font:var(--cometchat-font-body-regular);font-style:normal;cursor:pointer;display:flex;align-self:flex-end;width:fit-content;padding:var(--cometchat-padding-1)}.cometchat-text-bubble-outgoing .cometchat-text-bubble__read-more,.cometchat-text-bubble-outgoing .cometchat-text-bubble__read-less{color:var(--cometchat-static-white)}.cometchat-text-bubble-incoming .cometchat-text-bubble__read-more,.cometchat-text-bubble-incoming .cometchat-text-bubble__read-less{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{display:flex;padding:0;flex-direction:column;justify-content:center;align-items:flex-start;border-radius:var(--cometchat-radius-3, 12px);max-width:250px;max-height:350px;overflow:hidden;width:auto;height:auto;cursor:pointer}.cometchat-video-bubble__body{margin:0;border-radius:inherit;height:100%;width:100%;object-fit:cover;overflow:hidden}.cometchat-video-bubble-incoming{background:var(--cometchat-neutral-color-300)}.cometchat-video-bubble-outgoing{background:var(--cometchat-primary-color)}.cometchat-create-poll{display:flex;width:420px;height:480px;flex-direction:column;align-items:center;gap:var(--cometchat-padding-2, 8px);flex-shrink:0;align-self:stretch;background-color:var(--cometchat-background-color-01, #FFFFFF);border-radius:var(--cometchat-radius-3, 12px);overflow:hidden;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;position:relative}.cometchat-create-poll__header{padding:var(--cometchat-radius-3, 12px);border-bottom:1px solid var(--cometchat-border-color-default, #E8E8E8);display:flex;justify-content:space-between;align-items:center;align-self:stretch}.cometchat-create-poll__header-title{color:var(--cometchat-text-color-primary, #141414);text-align:center;font:var(--cometchat-font-heading2-bold);font-style:normal;line-height:120%}.cometchat-create-poll__header-close-icon{display:flex;width:24px;height:24px;justify-content:center;align-items:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:var(--cometchat-icon-color-primary, #141414);-webkit-mask-size:100%;mask-size:100%;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8321'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8321)'%3e%3cpath%20d='M11.9995%2013.0538L6.92652%2018.127C6.78802%2018.2653%206.61394%2018.3362%206.40427%2018.3395C6.19477%2018.3427%206.01752%2018.2718%205.87252%2018.127C5.72769%2017.982%205.65527%2017.8063%205.65527%2017.6C5.65527%2017.3937%205.72769%2017.218%205.87252%2017.073L10.9458%2012L5.87252%206.92701C5.73419%206.78851%205.66336%206.61443%205.66002%206.40476C5.65686%206.19526%205.72769%206.01801%205.87252%205.87301C6.01752%205.72818%206.19319%205.65576%206.39952%205.65576C6.60586%205.65576%206.78152%205.72818%206.92652%205.87301L11.9995%2010.9463L17.0725%205.87301C17.211%205.73468%2017.3851%205.66385%2017.5948%205.66051C17.8043%205.65735%2017.9815%205.72818%2018.1265%205.87301C18.2714%206.01801%2018.3438%206.19368%2018.3438%206.40001C18.3438%206.60635%2018.2714%206.78201%2018.1265%206.92701L13.0533%2012L18.1265%2017.073C18.2649%2017.2115%2018.3357%2017.3856%2018.339%2017.5953C18.3422%2017.8048%2018.2714%2017.982%2018.1265%2018.127C17.9815%2018.2718%2017.8059%2018.3443%2017.5995%2018.3443C17.3932%2018.3443%2017.2175%2018.2718%2017.0725%2018.127L11.9995%2013.0538Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8321'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8321)'%3e%3cpath%20d='M11.9995%2013.0538L6.92652%2018.127C6.78802%2018.2653%206.61394%2018.3362%206.40427%2018.3395C6.19477%2018.3427%206.01752%2018.2718%205.87252%2018.127C5.72769%2017.982%205.65527%2017.8063%205.65527%2017.6C5.65527%2017.3937%205.72769%2017.218%205.87252%2017.073L10.9458%2012L5.87252%206.92701C5.73419%206.78851%205.66336%206.61443%205.66002%206.40476C5.65686%206.19526%205.72769%206.01801%205.87252%205.87301C6.01752%205.72818%206.19319%205.65576%206.39952%205.65576C6.60586%205.65576%206.78152%205.72818%206.92652%205.87301L11.9995%2010.9463L17.0725%205.87301C17.211%205.73468%2017.3851%205.66385%2017.5948%205.66051C17.8043%205.65735%2017.9815%205.72818%2018.1265%205.87301C18.2714%206.01801%2018.3438%206.19368%2018.3438%206.40001C18.3438%206.60635%2018.2714%206.78201%2018.1265%206.92701L13.0533%2012L18.1265%2017.073C18.2649%2017.2115%2018.3357%2017.3856%2018.339%2017.5953C18.3422%2017.8048%2018.2714%2017.982%2018.1265%2018.127C17.9815%2018.2718%2017.8059%2018.3443%2017.5995%2018.3443C17.3932%2018.3443%2017.2175%2018.2718%2017.0725%2018.127L11.9995%2013.0538Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;border:none;cursor:pointer}.cometchat-create-poll__body{padding:var(--cometchat-padding-4, 16px);width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;margin:0;overflow:hidden}.cometchat-create-poll__body-question{text-align:left;display:flex;flex-direction:column;gap:var(--cometchat-padding-1, 4px)}.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{display:flex;height:36px;padding:var(--cometchat-padding-2, 8px);align-items:center;gap:var(--cometchat-padding-1, 4px);border-radius:var(--cometchat-radius-2, 8px);border:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-01, #FFF);flex:1 0 0;width:100%;min-width:90px;color:var(--cometchat-text-color-primary, #141414);font:var(--cometchat-font-body-regular);font-style:normal;outline:none}.cometchat-create-poll__body-options-wrapper{display:flex;flex-direction:column;align-items:flex-start;padding-top:var(--cometchat-padding-5, 20px);gap:var(--cometchat-padding-2, 8px);margin-bottom:var(--cometchat-padding-2, 8px);overflow:hidden;max-height:64%}.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{height:100%;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:var(--cometchat-padding-2, 8px);scrollbar-width:none;overflow-y:scroll}.cometchat-create-poll__body-option-input{display:flex;height:36px;padding:var(--cometchat-padding-2, 8px);align-items:center;gap:var(--cometchat-padding-1, 4px);border-radius:8px;border:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-01, #FFF);color:var(--cometchat-text-color-primary, #141414);width:100%;min-width:90px;flex:1 0 0;font:var(--cometchat-font-body-regular);font-style:normal;outline:none}.cometchat-create-poll__body-options-add-button{display:flex;justify-content:flex-start;background-color:transparent;border:none;cursor:pointer;text-align:left;color:var(--cometchat-text-color-highlight, #6852D6);font:var(--cometchat-font-caption1-medium);font-style:normal;line-height:120%;padding-bottom:var(--cometchat-padding-2)}.cometchat-create-poll__body-option-remove-button{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8321'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8321)'%3e%3cpath%20d='M11.9995%2013.0538L6.92652%2018.127C6.78802%2018.2653%206.61394%2018.3362%206.40427%2018.3395C6.19477%2018.3427%206.01752%2018.2718%205.87252%2018.127C5.72769%2017.982%205.65527%2017.8063%205.65527%2017.6C5.65527%2017.3937%205.72769%2017.218%205.87252%2017.073L10.9458%2012L5.87252%206.92701C5.73419%206.78851%205.66336%206.61443%205.66002%206.40476C5.65686%206.19526%205.72769%206.01801%205.87252%205.87301C6.01752%205.72818%206.19319%205.65576%206.39952%205.65576C6.60586%205.65576%206.78152%205.72818%206.92652%205.87301L11.9995%2010.9463L17.0725%205.87301C17.211%205.73468%2017.3851%205.66385%2017.5948%205.66051C17.8043%205.65735%2017.9815%205.72818%2018.1265%205.87301C18.2714%206.01801%2018.3438%206.19368%2018.3438%206.40001C18.3438%206.60635%2018.2714%206.78201%2018.1265%206.92701L13.0533%2012L18.1265%2017.073C18.2649%2017.2115%2018.3357%2017.3856%2018.339%2017.5953C18.3422%2017.8048%2018.2714%2017.982%2018.1265%2018.127C17.9815%2018.2718%2017.8059%2018.3443%2017.5995%2018.3443C17.3932%2018.3443%2017.2175%2018.2718%2017.0725%2018.127L11.9995%2013.0538Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8321'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8321)'%3e%3cpath%20d='M11.9995%2013.0538L6.92652%2018.127C6.78802%2018.2653%206.61394%2018.3362%206.40427%2018.3395C6.19477%2018.3427%206.01752%2018.2718%205.87252%2018.127C5.72769%2017.982%205.65527%2017.8063%205.65527%2017.6C5.65527%2017.3937%205.72769%2017.218%205.87252%2017.073L10.9458%2012L5.87252%206.92701C5.73419%206.78851%205.66336%206.61443%205.66002%206.40476C5.65686%206.19526%205.72769%206.01801%205.87252%205.87301C6.01752%205.72818%206.19319%205.65576%206.39952%205.65576C6.60586%205.65576%206.78152%205.72818%206.92652%205.87301L11.9995%2010.9463L17.0725%205.87301C17.211%205.73468%2017.3851%205.66385%2017.5948%205.66051C17.8043%205.65735%2017.9815%205.72818%2018.1265%205.87301C18.2714%206.01801%2018.3438%206.19368%2018.3438%206.40001C18.3438%206.60635%2018.2714%206.78201%2018.1265%206.92701L13.0533%2012L18.1265%2017.073C18.2649%2017.2115%2018.3357%2017.3856%2018.339%2017.5953C18.3422%2017.8048%2018.2714%2017.982%2018.1265%2018.127C17.9815%2018.2718%2017.8059%2018.3443%2017.5995%2018.3443C17.3932%2018.3443%2017.2175%2018.2718%2017.0725%2018.127L11.9995%2013.0538Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;height:24px;width:24px;display:flex;align-items:center;justify-content:center;background-color:var(--cometchat-icon-color-secondary, #A1A1A1);-webkit-mask-size:contain;mask-size:contain;border:none;align-self:center;cursor:pointer}.cometchat-create-poll__button{width:100%;height:40px}.cometchat-create-poll__button>.cometchat{height:100%;width:100%}.cometchat-create-poll__button .cometchat-button{border:none;text-align:left;color:var(--cometchat-primary-button-icon, #FFF);font:var(--cometchat-font-button-medium);font-style:normal;line-height:120%;background:var(--cometchat-primary-button-background, #6852D6);border-radius:var(--cometchat-radius-2, 8px);display:flex;align-items:center;justify-content:center;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-5, 20px);cursor:pointer;height:100%;width:100%}.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{width:100%;display:flex;justify-content:space-between;position:relative;align-items:center;gap:var(--cometchat-padding-1, 4px)}.cometchat-create-poll-backdrop{background:#141414cc;position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;display:flex;align-items:center;justify-content:center}.cometchat-create-poll__footer{display:flex;flex-direction:column;align-items:flex-start;position:absolute;bottom:0;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);width:100%}.cometchat-create-poll__error-icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.99881%2011.7786C8.16315%2011.7786%208.29898%2011.7256%208.40631%2011.6195C8.51376%2011.5134%208.56748%2011.3781%208.56748%2011.2138C8.56748%2011.0496%208.51442%2010.9138%208.40831%2010.8063C8.3022%2010.699%208.16704%2010.6453%208.00281%2010.6453C7.83848%2010.6453%207.70265%2010.6984%207.59531%2010.8045C7.48787%2010.9106%207.43415%2011.0458%207.43415%2011.21C7.43415%2011.3742%207.4872%2011.51%207.59331%2011.6175C7.69942%2011.7249%207.83459%2011.7786%207.99881%2011.7786ZM8.04165%209.24531C8.18854%209.24531%208.31287%209.19392%208.41465%209.09115C8.51653%208.98837%208.56748%208.86287%208.56748%208.71465V5.67031C8.56748%205.52642%208.51576%205.40292%208.41231%205.29981C8.30887%205.19681%208.18492%205.14531%208.04048%205.14531C7.89181%205.14531%207.76653%205.19681%207.66465%205.29981C7.56287%205.40292%207.51198%205.52642%207.51198%205.67031V8.71465C7.51198%208.86287%207.56354%208.98837%207.66665%209.09115C7.76976%209.19392%207.89476%209.24531%208.04165%209.24531ZM8.00448%2015.0563C7.09959%2015.0563%206.24898%2014.8836%205.45265%2014.5381C4.65631%2014.1926%203.96203%2013.7231%203.36981%2013.1298C2.77748%2012.5364%202.30865%2011.8419%201.96331%2011.0463C1.61798%2010.2506%201.44531%209.40054%201.44531%208.49598C1.44531%207.59042%201.61803%206.73926%201.96348%205.94248C2.30903%205.14559%202.77848%204.45192%203.37181%203.86148C3.96526%203.27104%204.65976%202.80404%205.45531%202.46048C6.25098%202.11704%207.10109%201.94531%208.00565%201.94531C8.9112%201.94531%209.76242%202.11759%2010.5593%202.46215C11.3562%202.80659%2012.0499%203.27415%2012.6403%203.86481C13.2306%204.45548%2013.6976%205.1492%2014.0411%205.94598C14.3846%206.74276%2014.5563%207.59315%2014.5563%208.49715C14.5563%209.40204%2014.3845%2010.2526%2014.0408%2011.049C13.6971%2011.8453%2013.2296%2012.5389%2012.6381%2013.1298C12.0466%2013.7207%2011.3524%2014.1895%2010.5556%2014.5363C9.75887%2014.883%208.90848%2015.0563%208.00448%2015.0563ZM8.00598%2014.0008C9.53031%2014.0008%2010.8272%2013.4644%2011.8966%2012.3915C12.9661%2011.3186%2013.5008%2010.02%2013.5008%208.49565C13.5008%206.97131%2012.9669%205.67442%2011.8991%204.60498C10.8313%203.53554%209.53192%203.00081%208.00115%203.00081C6.48059%203.00081%205.1837%203.5347%204.11048%204.60248C3.03737%205.67037%202.50081%206.9697%202.50081%208.50048C2.50081%2010.021%203.03726%2011.3179%204.11015%2012.3911C5.18303%2013.4643%206.48165%2014.0008%208.00598%2014.0008Z'%20fill='%23F44649'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.99881%2011.7786C8.16315%2011.7786%208.29898%2011.7256%208.40631%2011.6195C8.51376%2011.5134%208.56748%2011.3781%208.56748%2011.2138C8.56748%2011.0496%208.51442%2010.9138%208.40831%2010.8063C8.3022%2010.699%208.16704%2010.6453%208.00281%2010.6453C7.83848%2010.6453%207.70265%2010.6984%207.59531%2010.8045C7.48787%2010.9106%207.43415%2011.0458%207.43415%2011.21C7.43415%2011.3742%207.4872%2011.51%207.59331%2011.6175C7.69942%2011.7249%207.83459%2011.7786%207.99881%2011.7786ZM8.04165%209.24531C8.18854%209.24531%208.31287%209.19392%208.41465%209.09115C8.51653%208.98837%208.56748%208.86287%208.56748%208.71465V5.67031C8.56748%205.52642%208.51576%205.40292%208.41231%205.29981C8.30887%205.19681%208.18492%205.14531%208.04048%205.14531C7.89181%205.14531%207.76653%205.19681%207.66465%205.29981C7.56287%205.40292%207.51198%205.52642%207.51198%205.67031V8.71465C7.51198%208.86287%207.56354%208.98837%207.66665%209.09115C7.76976%209.19392%207.89476%209.24531%208.04165%209.24531ZM8.00448%2015.0563C7.09959%2015.0563%206.24898%2014.8836%205.45265%2014.5381C4.65631%2014.1926%203.96203%2013.7231%203.36981%2013.1298C2.77748%2012.5364%202.30865%2011.8419%201.96331%2011.0463C1.61798%2010.2506%201.44531%209.40054%201.44531%208.49598C1.44531%207.59042%201.61803%206.73926%201.96348%205.94248C2.30903%205.14559%202.77848%204.45192%203.37181%203.86148C3.96526%203.27104%204.65976%202.80404%205.45531%202.46048C6.25098%202.11704%207.10109%201.94531%208.00565%201.94531C8.9112%201.94531%209.76242%202.11759%2010.5593%202.46215C11.3562%202.80659%2012.0499%203.27415%2012.6403%203.86481C13.2306%204.45548%2013.6976%205.1492%2014.0411%205.94598C14.3846%206.74276%2014.5563%207.59315%2014.5563%208.49715C14.5563%209.40204%2014.3845%2010.2526%2014.0408%2011.049C13.6971%2011.8453%2013.2296%2012.5389%2012.6381%2013.1298C12.0466%2013.7207%2011.3524%2014.1895%2010.5556%2014.5363C9.75887%2014.883%208.90848%2015.0563%208.00448%2015.0563ZM8.00598%2014.0008C9.53031%2014.0008%2010.8272%2013.4644%2011.8966%2012.3915C12.9661%2011.3186%2013.5008%2010.02%2013.5008%208.49565C13.5008%206.97131%2012.9669%205.67442%2011.8991%204.60498C10.8313%203.53554%209.53192%203.00081%208.00115%203.00081C6.48059%203.00081%205.1837%203.5347%204.11048%204.60248C3.03737%205.67037%202.50081%206.9697%202.50081%208.50048C2.50081%2010.021%203.03726%2011.3179%204.11015%2012.3911C5.18303%2013.4643%206.48165%2014.0008%208.00598%2014.0008Z'%20fill='%23F44649'/%3e%3c/svg%3e") center center no-repeat;height:24px;width:24px;display:flex;align-items:center;justify-content:center;background-color:var(--cometchat-error-color, #F44649);-webkit-mask-size:contain;mask-size:contain;border:none;align-self:center;cursor:pointer}.cometchat-create-poll__error{display:flex;padding:var(--cometchat-padding-1, 4px) var(--cometchat-padding-2, 8px);justify-content:center;align-items:center;gap:var(--cometchat-padding-1, 4px);align-self:stretch;border-radius:var(--cometchat-radius-2, 8px);background:#f446491a}.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{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2022C10.6333%2022%209.34167%2021.7375%208.125%2021.2125C6.90833%2020.6875%205.84583%2019.9708%204.9375%2019.0625C4.02917%2018.1542%203.3125%2017.0917%202.7875%2015.875C2.2625%2014.6583%202%2013.3667%202%2012C2%2010.6167%202.2625%209.32083%202.7875%208.1125C3.3125%206.90417%204.02917%205.84583%204.9375%204.9375C5.84583%204.02917%206.90833%203.3125%208.125%202.7875C9.34167%202.2625%2010.6333%202%2012%202C12.2833%202%2012.5208%202.09583%2012.7125%202.2875C12.9042%202.47917%2013%202.71667%2013%203C13%203.28333%2012.9042%203.52083%2012.7125%203.7125C12.5208%203.90417%2012.2833%204%2012%204C9.78333%204%207.89583%204.77917%206.3375%206.3375C4.77917%207.89583%204%209.78333%204%2012C4%2014.2167%204.77917%2016.1042%206.3375%2017.6625C7.89583%2019.2208%209.78333%2020%2012%2020C14.2167%2020%2016.1042%2019.2208%2017.6625%2017.6625C19.2208%2016.1042%2020%2014.2167%2020%2012C20%2011.7167%2020.0958%2011.4792%2020.2875%2011.2875C20.4792%2011.0958%2020.7167%2011%2021%2011C21.2833%2011%2021.5208%2011.0958%2021.7125%2011.2875C21.9042%2011.4792%2022%2011.7167%2022%2012C22%2013.3667%2021.7375%2014.6583%2021.2125%2015.875C20.6875%2017.0917%2019.9708%2018.1542%2019.0625%2019.0625C18.1542%2019.9708%2017.0958%2020.6875%2015.8875%2021.2125C14.6792%2021.7375%2013.3833%2022%2012%2022Z'%20fill='%23F9F8FD'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2022C10.6333%2022%209.34167%2021.7375%208.125%2021.2125C6.90833%2020.6875%205.84583%2019.9708%204.9375%2019.0625C4.02917%2018.1542%203.3125%2017.0917%202.7875%2015.875C2.2625%2014.6583%202%2013.3667%202%2012C2%2010.6167%202.2625%209.32083%202.7875%208.1125C3.3125%206.90417%204.02917%205.84583%204.9375%204.9375C5.84583%204.02917%206.90833%203.3125%208.125%202.7875C9.34167%202.2625%2010.6333%202%2012%202C12.2833%202%2012.5208%202.09583%2012.7125%202.2875C12.9042%202.47917%2013%202.71667%2013%203C13%203.28333%2012.9042%203.52083%2012.7125%203.7125C12.5208%203.90417%2012.2833%204%2012%204C9.78333%204%207.89583%204.77917%206.3375%206.3375C4.77917%207.89583%204%209.78333%204%2012C4%2014.2167%204.77917%2016.1042%206.3375%2017.6625C7.89583%2019.2208%209.78333%2020%2012%2020C14.2167%2020%2016.1042%2019.2208%2017.6625%2017.6625C19.2208%2016.1042%2020%2014.2167%2020%2012C20%2011.7167%2020.0958%2011.4792%2020.2875%2011.2875C20.4792%2011.0958%2020.7167%2011%2021%2011C21.2833%2011%2021.5208%2011.0958%2021.7125%2011.2875C21.9042%2011.4792%2022%2011.7167%2022%2012C22%2013.3667%2021.7375%2014.6583%2021.2125%2015.875C20.6875%2017.0917%2019.9708%2018.1542%2019.0625%2019.0625C18.1542%2019.9708%2017.0958%2020.6875%2015.8875%2021.2125C14.6792%2021.7375%2013.3833%2022%2012%2022Z'%20fill='%23F9F8FD'/%3e%3c/svg%3e") center center no-repeat;height:24px;width:24px;display:flex;align-items:center;justify-content:center;background-color:var(--cometchat-static-white, #FFF);-webkit-mask-size:contain;mask-size:contain;border:none;align-self:center;cursor:pointer}.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{display:flex;padding:0;flex-direction:column;align-items:flex-end;align-self:stretch;border-radius:var(--cometchat-radius-3, 12px);width:240px;max-width:240px}.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{height:50%;width:100%;cursor:pointer;align-self:stretch;background:var(--cometchat-static-black, #0A0914);border-radius:var(--cometchat-radius-3, 12px) var(--cometchat-radius-3, 12px) 0px 0px}.cometchat-link-bubble__preview-body{display:flex;padding:var(--cometchat-padding-2, 8px);gap:var(--cometchat-padding-1, 4px);align-items:flex-start;align-self:stretch;border-radius:0px 0px var(--cometchat-radius-2) var(--cometchat-radius-2)}.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{font:var(--cometchat-font-caption1-regular);font-style:normal;opacity:.6;cursor:pointer}.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{height:40px;width:40px;cursor:pointer;border-radius:var(--cometchat-radius-1, 4px)}.cometchat-link-bubble__preview-body-content{text-align:left;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:var(--cometchat-padding-1, 4px)}.cometchat-tanslation-bubble{display:flex;flex-direction:column;justify-content:center;border-radius:var(--cometchat-radius-3, 12px);flex:1 0 0;padding:var(--cometchat-padding-2) var(--cometchat-padding-2) 0px var(--cometchat-padding-2)}.cometchat-tanslation-bubble-incoming{align-items:flex-start;background:var(--cometchat-neutral-color-300, #E8E8E8)}.cometchat-tanslation-bubble-outgoing{align-items:flex-end;background:var(--cometchat-primary-color, #6852D6)}.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);font-style:normal;max-width:500px;margin:0;word-break:break-word;text-align:left;white-space:pre-line;overflow:auto;width:100%;display:block}.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{height:1px;width:100%}.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{padding:var(--cometchat-padding-2) var(--cometchat-padding-2) var(--cometchat-padding-2) 0px;text-align:right;font:var(--cometchat-font-caption2-regular);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{display:flex;flex-direction:column;align-items:flex-start;padding:var(--cometchat-padding-2, 8px);border-radius:var(--cometchat-radius-3, 12px);gap:var(--cometchat-padding-4, 16px);width:240px;max-width:240px}.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{padding:0;width:20px;height:20px}.cometchat-polls-bubble .cometchat-avatar img{width:20px;height:20px;border-radius:var(--cometchat-radius-max, 1000px)}.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{display:flex;width:20px;height:20px;justify-content:center;align-items:center;flex-shrink:0;border-radius:var(--cometchat-radius-max, 1000px);background:var(--cometchat-extended-primary-color-600, #AA9EE8);font:var(--cometchat-font-caption2-regular);color:var(--cometchat-static-white, #FFF)}.cometchat-polls-bubble__question{font:var(--cometchat-font-heading4-bold);font-style:normal;text-align:left;width:100%;text-overflow:ellipsis;word-wrap:break-word}.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{display:flex;flex-direction:column;width:100%;list-style-type:none;padding-bottom:var(--cometchat-padding-3, 12px);gap:var(--cometchat-padding-5, 20px);justify-content:center;align-items:flex-start;align-self:stretch}.cometchat-polls-bubble__options>li{display:flex;gap:var(--cometchat-padding-2, 8px);width:100%;position:relative}.cometchat-polls-bubble__option-item{width:100%;justify-content:space-between;padding:0}.cometchat-poll-bubble__option-item-leading-view{cursor:pointer}.cometchat-poll-bubble__option-item-leading-view-radio-button{width:20px;height:20px;border-radius:var(--cometchat-radius-max, 50%);display:flex;align-items:center;justify-content:center}.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, #FFFFFF)}.cometchat-polls-bubble-incoming .cometchat-poll-bubble__option-item-leading-view-radio-button.checked{background:var(--cometchat-icon-color-highlight, #6852D6);color:var(--cometchat-background-color-01, #FFF);border:var(--cometchat-icon-color-highlight, #6852D6)}.cometchat-polls-bubble-outgoing .cometchat-poll-bubble__option-item-leading-view-radio-button.checked{background-color:var(--cometchat-static-white, #FFF);color:#6852d6;border:1px solid var(--cometchat-icon-color-highlight, #6852D6)}.cometchat-polls-bubble-incoming .cometchat-poll-bubble__option-item-leading-view-radio-button.checked:after,.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, #FFFFFF)}.cometchat-poll-bubble__option-item-leading-view-radio-button.checked:after{color:var(--cometchat-primary-color, #6852D6)}.cometchat-poll-bubble__option-item-body{width:100%;display:flex;flex-direction:column;gap:var(--cometchat-spacing-1, 4px);overflow:hidden}.cometchat-poll-bubble__option-item-body-content{display:flex;justify-content:space-between;width:100%}.cometchat-poll-bubble__option-item-body-content-title{font:var(--cometchat-font-body-regular);font-style:normal;text-align:left;word-wrap:break-word;width:100%;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{display:flex;justify-content:flex-end;max-width:100px;position:relative;height:20px;width:fit-content;gap:var(--cometchat-padding-1)}.cometchat-poll-bubble__option-item-body-content-tail-avatar{height:20px;width:20px;margin-right:-8px;z-index:2}.cometchat-poll-bubble__option-item-body-content-tail-avatar.last{margin-right:0;z-index: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{margin-top:3px;width:100%;height:8px;flex-shrink:0;align-self:stretch;border-radius:16px}.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{height:8px;width:20px;border-radius:var(--cometchat-radius-4, 16px)}.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__selected{border:1.5px solid var(--cometchat-static-white, #FFF)}.cometchat-polls-bubble-outgoing .cometchat-radiobutton input[type=radio]:checked+.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{display:flex;width:100%;height:100%;padding:0;flex-direction:column;gap:0px;border-radius:var(--cometchat-radius-4, 16px);border:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-01, #FFF);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-sticker-keyboard__tabs{min-height:40px;height:40px;display:flex;gap:var(--cometchat-padding-2, 8px);border-bottom:1px solid var(--cometchat-border-color-default, #E8E8E8);overflow-x:auto;overflow-y:hidden;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:scroll-position}.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{display:flex;width:32px;height:32px;flex-direction:column;justify-content:center;align-items:center;gap:var(--cometchat-padding-3, 12px);border-radius:var(--cometchat-radius-max, 800px);cursor:pointer}.cometchat-sticker-keyboard__tab-active>img{background:var(--cometchat-extended-primary-color-100, #EDEAFA)}.cometchat-sticker-keyboard__list{width:100%;display:flex;overflow-x:hidden;overflow-y:auto;flex-wrap:wrap;background:inherit;padding:var(--cometchat-padding-3) var(--cometchat-padding-3) 0px var(--cometchat-padding-3)}.cometchat-sticker-keyboard__list-item{min-width:80px;min-height:80px;width:80px;height:80px;display:flex;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-2, 8px);align-items:center;align-content:center;flex-wrap:wrap;cursor:pointer}.cometchat-sticker-keyboard__shimmer-tabs{display:flex;padding:var(--cometchat-padding-2, 8px);align-items:center;gap:var(--cometchat-padding-2, 8px);border-bottom:1px solid var(--cometchat-border-color-default, #E8E8E8)}.cometchat-sticker-keyboard__shimmer-tab{display:flex;width:32px;height:32px;flex-direction:column;justify-content:center;align-items:center;border-radius:var(--cometchat-radius-max, 800);background:var(--cometchat-shimmer-gradient-color, linear-gradient(90deg, #E0E0E0 0%, #EEE 100%));animation:shimmerAnimation 10s infinite linear}.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%));animation:shimmerAnimation 5s infinite linear;border-radius:8px;min-width:70px;min-height:70px;width:70px;height:70px}.cometchat-sticker-keyboard__empty-view{display:flex;height:272px;flex-direction:column;justify-content:center;align-items:center;gap:var(--cometchat-padding-3, 12px);flex-shrink:0;align-self:stretch;color:var(--cometchat-text-color-primary, #141414);text-align:center;font:var(--cometchat-font-heading4-bold);font-style:normal}.cometchat-sticker-keyboard__error-view{display:flex;height:272px;flex-direction:column;justify-content:center;flex-shrink:0;align-self:stretch;color:var(--cometchat-text-color-secondary, #727272);text-align:center;font:var(--cometchat-font-body-regular)}.cometchat-sticker-keyboard__empty-view-icon{width:60px;height:60px;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.42541%203.53198C4.94956%203.84953%203.82566%204.99078%203.52746%206.47483C3.45601%206.83038%203.44886%207.46378%203.46296%2012.1748C3.47766%2017.0965%203.48521%2017.4962%203.56836%2017.7748C3.88646%2018.8403%204.62136%2019.7197%205.57396%2020.1745C6.31606%2020.5288%206.19271%2020.5178%209.60841%2020.5369C12.2688%2020.5517%2012.7376%2020.5434%2013.0283%2020.476C13.7571%2020.3069%2013.7108%2020.3468%2017.0291%2017.0285C20.3474%2013.7102%2020.3075%2013.7565%2020.4766%2013.0277C20.544%2012.737%2020.5523%2012.2682%2020.5375%209.60783C20.5183%206.18968%2020.5292%206.30943%2020.1734%205.57483C19.7047%204.60688%2018.8447%203.88703%2017.7754%203.56778C17.4962%203.48438%2017.1045%203.47743%2012.1254%203.46743C7.52016%203.45818%206.72671%203.46713%206.42541%203.53198ZM6.68181%205.00533C6.57531%205.03033%206.33286%205.13243%206.14306%205.23218C5.56891%205.53388%205.13371%206.10523%204.99936%206.73373C4.96531%206.89288%204.95251%208.73443%204.96161%2012.1536L4.97541%2017.3324L5.18781%2017.761C5.51596%2018.4232%206.05221%2018.8491%206.74036%2018.994C6.91436%2019.0307%207.83586%2019.0498%209.42486%2019.0498H11.8444L11.8635%2016.9873C11.8846%2014.7089%2011.8881%2014.6806%2012.2277%2013.9694C12.5812%2013.2291%2013.2312%2012.5798%2013.974%2012.2252C14.6807%2011.8877%2014.7113%2011.884%2016.9879%2011.8629L19.0504%2011.8438L19.0498%209.38433C19.0492%206.68873%2019.0469%206.66358%2018.7481%206.10313C18.468%205.57753%2017.8902%205.14013%2017.2948%205.00288C17.0151%204.93838%206.95691%204.94073%206.68181%205.00533ZM15.0818%2013.4053C14.4926%2013.5437%2013.8387%2014.0729%2013.5792%2014.6213C13.3666%2015.0709%2013.3474%2015.277%2013.3618%2016.9625L13.3754%2018.5502L15.9752%2015.95L18.5751%2013.3498L16.9252%2013.3548C16.0178%2013.3576%2015.1883%2013.3803%2015.0818%2013.4053Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e") center center no-repeat;mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.42541%203.53198C4.94956%203.84953%203.82566%204.99078%203.52746%206.47483C3.45601%206.83038%203.44886%207.46378%203.46296%2012.1748C3.47766%2017.0965%203.48521%2017.4962%203.56836%2017.7748C3.88646%2018.8403%204.62136%2019.7197%205.57396%2020.1745C6.31606%2020.5288%206.19271%2020.5178%209.60841%2020.5369C12.2688%2020.5517%2012.7376%2020.5434%2013.0283%2020.476C13.7571%2020.3069%2013.7108%2020.3468%2017.0291%2017.0285C20.3474%2013.7102%2020.3075%2013.7565%2020.4766%2013.0277C20.544%2012.737%2020.5523%2012.2682%2020.5375%209.60783C20.5183%206.18968%2020.5292%206.30943%2020.1734%205.57483C19.7047%204.60688%2018.8447%203.88703%2017.7754%203.56778C17.4962%203.48438%2017.1045%203.47743%2012.1254%203.46743C7.52016%203.45818%206.72671%203.46713%206.42541%203.53198ZM6.68181%205.00533C6.57531%205.03033%206.33286%205.13243%206.14306%205.23218C5.56891%205.53388%205.13371%206.10523%204.99936%206.73373C4.96531%206.89288%204.95251%208.73443%204.96161%2012.1536L4.97541%2017.3324L5.18781%2017.761C5.51596%2018.4232%206.05221%2018.8491%206.74036%2018.994C6.91436%2019.0307%207.83586%2019.0498%209.42486%2019.0498H11.8444L11.8635%2016.9873C11.8846%2014.7089%2011.8881%2014.6806%2012.2277%2013.9694C12.5812%2013.2291%2013.2312%2012.5798%2013.974%2012.2252C14.6807%2011.8877%2014.7113%2011.884%2016.9879%2011.8629L19.0504%2011.8438L19.0498%209.38433C19.0492%206.68873%2019.0469%206.66358%2018.7481%206.10313C18.468%205.57753%2017.8902%205.14013%2017.2948%205.00288C17.0151%204.93838%206.95691%204.94073%206.68181%205.00533ZM15.0818%2013.4053C14.4926%2013.5437%2013.8387%2014.0729%2013.5792%2014.6213C13.3666%2015.0709%2013.3474%2015.277%2013.3618%2016.9625L13.3754%2018.5502L15.9752%2015.95L18.5751%2013.3498L16.9252%2013.3548C16.0178%2013.3576%2015.1883%2013.3803%2015.0818%2013.4053Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:var(--cometchat-icon-color-tertiary, #DCDCDC)}.cometchat-group-members{display:flex;width:100%;height:100%;flex-direction:column;align-items:flex-start;gap:0px;flex-shrink:0;background:var(--cometchat-background-color-01, #fff)}.cometchat-group-members__backdrop{background:#00000080;position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;display:flex;align-items:center;justify-content:center}.cometchat-group-members-hide-scrollbar .cometchat-list__body::-webkit-scrollbar{background:transparent;height:0px;width:0px}.cometchat-group-members-hide-scrollbar .cometchat-list__body::-webkit-scrollbar-thumb{background:transparent;border-radius:8px}.cometchat-group-members .cometchat-group-members__trailing-view-options{display:flex;padding:var(--cometchat-padding-1, 4px) var(--cometchat-padding-3, 12px);justify-content:center;align-items:center;gap:var(--cometchat-padding-5, 20px);border-radius:var(--cometchat-radius-max, 1000px);background:var(--cometchat-extended-primary-color-100, #edeafa);overflow:hidden;color:var(--cometchat-text-color-highlight, #6852d6);text-overflow:ellipsis;font:var(--cometchat-font-caption1-regular);font-style:normal;text-transform:capitalize}.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{color:var(--cometchat-static-white, #F9F8FD);background:var(--cometchat-primary-color, #6852D6)}.cometchat-group-members .cometchat-group-members__trailing-view-options-participant{display:none}.cometchat-group-members .cometchat-list-item__trailing-view{width:auto;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{display:flex;align-items:center;justify-content:center;-webkit-mask-size:contain;mask-size:contain;border:none;align-self:center;height:16px;width:16px;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='20'%20height='21'%20viewBox='0%200%2020%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.99841%2012.9961C9.90813%2012.9961%209.82536%2012.9805%209.75008%2012.9492C9.67494%2012.918%209.60376%2012.8665%209.53654%2012.7948L5.55049%208.80859C5.41619%208.67901%205.35195%208.52276%205.35779%208.33984C5.36362%208.15707%205.43362%208.002%205.56779%207.87464C5.70209%207.74727%205.85897%207.68359%206.03841%207.68359C6.21772%207.68359%206.37105%207.74727%206.49841%207.87464L9.99841%2011.3886L13.5124%207.87464C13.6396%207.74727%2013.7906%207.68595%2013.9655%207.69068C14.1402%207.69526%2014.2947%207.76123%2014.429%207.88859C14.5632%208.01582%2014.6309%208.17089%2014.6322%208.3538C14.6333%208.53672%2014.569%208.69297%2014.4395%208.82255L10.4672%2012.7948C10.3954%2012.8665%2010.3219%2012.918%2010.2467%2012.9492C10.1715%2012.9805%2010.0887%2012.9961%209.99841%2012.9961Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='20'%20height='21'%20viewBox='0%200%2020%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.99841%2012.9961C9.90813%2012.9961%209.82536%2012.9805%209.75008%2012.9492C9.67494%2012.918%209.60376%2012.8665%209.53654%2012.7948L5.55049%208.80859C5.41619%208.67901%205.35195%208.52276%205.35779%208.33984C5.36362%208.15707%205.43362%208.002%205.56779%207.87464C5.70209%207.74727%205.85897%207.68359%206.03841%207.68359C6.21772%207.68359%206.37105%207.74727%206.49841%207.87464L9.99841%2011.3886L13.5124%207.87464C13.6396%207.74727%2013.7906%207.68595%2013.9655%207.69068C14.1402%207.69526%2014.2947%207.76123%2014.429%207.88859C14.5632%208.01582%2014.6309%208.17089%2014.6322%208.3538C14.6333%208.53672%2014.569%208.69297%2014.4395%208.82255L10.4672%2012.7948C10.3954%2012.8665%2010.3219%2012.918%2010.2467%2012.9492C10.1715%2012.9805%2010.0887%2012.9961%209.99841%2012.9961Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e") center center no-repeat;background:var(--cometchat-icon-color-secondary, #A1A1A1)}.cometchat-group-members .cometchat-menu-list__sub-menu-list{border-radius:var(--cometchat-radius-2, 8px);border:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-01, #FFF);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{display:flex;flex-direction:column}.cometchat-group-members__empty-state-view,.cometchat-group-members__error-state-view{height:100%;display:flex;flex-direction:column;gap:var(--cometchat-padding-5, 20px);justify-content:center;align-items:center;background:var(--cometchat-background-color-01, #fff)}.cometchat-group-members__empty-state-view-body,.cometchat-group-members__error-state-view-body{display:flex;flex-direction:column;gap:var(--cometchat-padding, 2px)}.cometchat-group-members__empty-state-view-body-title,.cometchat-group-members__error-state-view-body-title{width:280px;color:var(--cometchat-text-color-primary, #141414);text-align:center;font:var(--cometchat-font-heading3-bold);font-style:normal}.cometchat-group-members__empty-state-view-body-description,.cometchat-group-members__error-state-view-body-description{width:280px;color:var(--cometchat-text-color-secondary, #727272);text-align:center;font:var(--cometchat-font-body-regular);font-style:normal}.cometchat-group-members__shimmer{width:100%;height:100%;background:var(--cometchat-background-color-01, #fff)}.cometchat-group-members__shimmer-item{height:72px;display:flex;width:100%;min-width:240px;max-width:1440px;padding:var(--cometchat-padding-3, 12px) var(--cometchat-padding-4, 16px);align-items:center;gap:12px}.cometchat-group-members__shimmer-item-avatar{display:flex;flex-shrink:0;width:48px;height:48px;border-radius:var(--cometchat-radius-max, 1000px);background:var(--cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%))}.cometchat-group-members__shimmer-item-body{display:flex;flex-direction:column;width:100%;height:100%;gap:var(--cometchat-padding-2, 8px)}.cometchat-group-members__shimmer-item-title{width:50%;height:22px;flex-shrink:0;border-radius:var(--cometchat-radius-2, 8px);background:var(--cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%));animation:shimmerAnimation 1.5s infinite linear}.cometchat-group-members__shimmer-item-body-subtitle{width:25%;height:12px;flex-shrink:0;border-radius:var(--cometchat-radius-2, 8px);background:var(--cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%));animation:shimmerAnimation 1.5s infinite linear}.cometchat-group-members__list-item-online .cometchat-list-item__status{width:14px;height:14px;margin-right:-12px;position:relative;top:20px;right:15px;border-radius:var(--cometchat-radius-max, 1000px);background:var(--cometchat-success-color, #09c26f);min-width:14px;border:2px solid var(--cometchat-neutral-color-50, #ffffff);display:flex;align-items:center;justify-content:center}.cometchat-group-members .cometchat-menu-list__sub-menu{background:none;box-shadow:none}.cometchat-group-members-hide-scrollbar .cometchat-change-scope__list::-webkit-scrollbar,.cometchat-group-members-hide-scrollbar .cometchat-change-scope__list::-webkit-scrollbar-thumb{display:none}.cometchat-call-logs{display:flex;width:100%;height:100%;flex-direction:column;align-items:flex-start;gap:0px;flex-shrink:0;background:var(--cometchat-background-color-01, #FFF)}.cometchat-call-logs__outgoing-call{background:#00000080;position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;display:flex;align-items:center;justify-content:center}.cometchat-call-logs__list-item-active .cometchat-list-item{background-color:var(--cometchat-white-pressed, #E8E8E8)}.cometchat-call-logs__list-item-trailing-view{height:24px;width:24px;display:flex;align-items:center;justify-content:center;-webkit-mask-size:contain;mask-size:contain;border:none;align-self:center;background:var(--cometchat-icon-color-primary,#FFF)}.cometchat-call-logs__list-item-trailing-view-video{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.77881%2019.8504C3.35165%2019.8504%202.98098%2019.6933%202.66681%2019.3791C2.35248%2019.0648%202.19531%2018.6941%202.19531%2018.2671V5.73364C2.19531%205.30664%202.35248%204.93597%202.66681%204.62164C2.98098%204.30747%203.35165%204.15039%203.77881%204.15039H16.3156C16.7344%204.15039%2017.1024%204.30747%2017.4196%204.62164C17.7367%204.93597%2017.8953%205.30664%2017.8953%205.73364V10.8336L21.1288%207.60039C21.251%207.47822%2021.3954%207.44839%2021.5621%207.51089C21.7287%207.57339%2021.8121%207.69214%2021.8121%207.86714V16.1371C21.8121%2016.309%2021.7287%2016.4264%2021.5621%2016.4894C21.3954%2016.5522%2021.251%2016.5226%2021.1288%2016.4004L17.8953%2013.1671V18.2671C17.8953%2018.6941%2017.7367%2019.0648%2017.4196%2019.3791C17.1024%2019.6933%2016.7344%2019.8504%2016.3156%2019.8504H3.77881ZM3.77881%2018.2671H16.3121V5.73364H3.77881V18.2671Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.77881%2019.8504C3.35165%2019.8504%202.98098%2019.6933%202.66681%2019.3791C2.35248%2019.0648%202.19531%2018.6941%202.19531%2018.2671V5.73364C2.19531%205.30664%202.35248%204.93597%202.66681%204.62164C2.98098%204.30747%203.35165%204.15039%203.77881%204.15039H16.3156C16.7344%204.15039%2017.1024%204.30747%2017.4196%204.62164C17.7367%204.93597%2017.8953%205.30664%2017.8953%205.73364V10.8336L21.1288%207.60039C21.251%207.47822%2021.3954%207.44839%2021.5621%207.51089C21.7287%207.57339%2021.8121%207.69214%2021.8121%207.86714V16.1371C21.8121%2016.309%2021.7287%2016.4264%2021.5621%2016.4894C21.3954%2016.5522%2021.251%2016.5226%2021.1288%2016.4004L17.8953%2013.1671V18.2671C17.8953%2018.6941%2017.7367%2019.0648%2017.4196%2019.3791C17.1024%2019.6933%2016.7344%2019.8504%2016.3156%2019.8504H3.77881ZM3.77881%2018.2671H16.3121V5.73364H3.77881V18.2671Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat}.cometchat-call-logs__list-item-trailing-view-audio{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.7512%2020.8335C17.8234%2020.8335%2015.8692%2020.3772%2013.8887%2019.4647C11.9082%2018.5522%2010.086%2017.2572%208.42197%2015.5795C6.7443%2013.9155%205.44922%2012.0947%204.53672%2010.117C3.62422%208.13916%203.16797%206.18199%203.16797%204.24549C3.16797%203.94033%203.27114%203.68424%203.47747%203.47724C3.6838%203.27041%203.94172%203.16699%204.25122%203.16699H7.81797C8.0513%203.16699%208.25055%203.24541%208.41572%203.40224C8.58105%203.55924%208.69288%203.75858%208.75122%204.00024L9.41672%207.19424C9.44522%207.41774%209.43655%207.62324%209.39072%207.81074C9.34488%207.99824%209.25822%208.15708%209.13072%208.28724L6.70547%2010.7502C7.10814%2011.4447%207.54305%2012.0956%208.01022%2012.7027C8.47755%2013.3101%208.99264%2013.8884%209.55547%2014.4377C10.1276%2015.0266%2010.7339%2015.5687%2011.3742%2016.064C12.0144%2016.5592%2012.6901%2017.0046%2013.4012%2017.4002L15.7852%2014.9835C15.9376%2014.8197%2016.1118%2014.7072%2016.308%2014.646C16.5041%2014.585%2016.7019%2014.5697%2016.9012%2014.6002L19.9822%2015.2492C20.2282%2015.3082%2020.4318%2015.4351%2020.593%2015.6297C20.754%2015.8246%2020.8345%2016.0425%2020.8345%2016.2835V19.7502C20.8345%2020.0597%2020.7313%2020.3177%2020.525%2020.524C20.3186%2020.7303%2020.0607%2020.8335%2019.7512%2020.8335ZM5.92197%209.28349L7.82197%207.36699L7.28447%204.75024H4.77197C4.81097%205.43358%204.92072%206.14749%205.10122%206.89199C5.28172%207.63633%205.5553%208.43349%205.92197%209.28349ZM14.8887%2018.1502C15.5471%2018.4557%2016.2563%2018.703%2017.0165%2018.892C17.7766%2019.0808%2018.5216%2019.1947%2019.2512%2019.2335V16.717L16.7845%2016.196L14.8887%2018.1502Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.7512%2020.8335C17.8234%2020.8335%2015.8692%2020.3772%2013.8887%2019.4647C11.9082%2018.5522%2010.086%2017.2572%208.42197%2015.5795C6.7443%2013.9155%205.44922%2012.0947%204.53672%2010.117C3.62422%208.13916%203.16797%206.18199%203.16797%204.24549C3.16797%203.94033%203.27114%203.68424%203.47747%203.47724C3.6838%203.27041%203.94172%203.16699%204.25122%203.16699H7.81797C8.0513%203.16699%208.25055%203.24541%208.41572%203.40224C8.58105%203.55924%208.69288%203.75858%208.75122%204.00024L9.41672%207.19424C9.44522%207.41774%209.43655%207.62324%209.39072%207.81074C9.34488%207.99824%209.25822%208.15708%209.13072%208.28724L6.70547%2010.7502C7.10814%2011.4447%207.54305%2012.0956%208.01022%2012.7027C8.47755%2013.3101%208.99264%2013.8884%209.55547%2014.4377C10.1276%2015.0266%2010.7339%2015.5687%2011.3742%2016.064C12.0144%2016.5592%2012.6901%2017.0046%2013.4012%2017.4002L15.7852%2014.9835C15.9376%2014.8197%2016.1118%2014.7072%2016.308%2014.646C16.5041%2014.585%2016.7019%2014.5697%2016.9012%2014.6002L19.9822%2015.2492C20.2282%2015.3082%2020.4318%2015.4351%2020.593%2015.6297C20.754%2015.8246%2020.8345%2016.0425%2020.8345%2016.2835V19.7502C20.8345%2020.0597%2020.7313%2020.3177%2020.525%2020.524C20.3186%2020.7303%2020.0607%2020.8335%2019.7512%2020.8335ZM5.92197%209.28349L7.82197%207.36699L7.28447%204.75024H4.77197C4.81097%205.43358%204.92072%206.14749%205.10122%206.89199C5.28172%207.63633%205.5553%208.43349%205.92197%209.28349ZM14.8887%2018.1502C15.5471%2018.4557%2016.2563%2018.703%2017.0165%2018.892C17.7766%2019.0808%2018.5216%2019.1947%2019.2512%2019.2335V16.717L16.7845%2016.196L14.8887%2018.1502Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat}.cometchat-call-logs__list-item-subtitle{display:flex;gap:4px}.cometchat-call-logs__list-item-subtitle .cometchat-date{overflow:hidden;color:var(--cometchat-text-color-secondary,#727272);padding:0;text-overflow:ellipsis;font:var(--cometchat-font-body-regular)}.cometchat-call-logs__list-item-subtitle-icon{height:16px;width:16px;display:flex;align-items:center;justify-content:center;-webkit-mask-size:contain;mask-size:contain;border:none;align-self:center;background:var(--cometchat-icon-color-primary,#FFF)}.cometchat-call-logs__list-item-subtitle-icon-missed-call{-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cmask%20id='mask0_7579_415926'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='16'%3e%3crect%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7579_415926)'%3e%3cpath%20d='M4.26941%2012.3337C4.09864%2012.3337%203.95553%2012.2759%203.84008%2012.1604C3.72453%2012.0449%203.66675%2011.9018%203.66675%2011.731V6.50036C3.66675%206.3587%203.71469%206.23992%203.81058%206.14403C3.90647%206.04825%204.02525%206.00036%204.16691%206.00036C4.30869%206.00036%204.42741%206.04825%204.52308%206.14403C4.61886%206.23992%204.66675%206.3587%204.66675%206.50036V10.6312L11.9462%203.3517C12.0386%203.25936%2012.1546%203.21214%2012.2942%203.21003C12.434%203.20792%2012.5522%203.25514%2012.6487%203.3517C12.7453%203.44825%2012.7936%203.56531%2012.7936%203.70286C12.7936%203.84053%2012.7453%203.95764%2012.6487%204.05419L5.36925%2011.3337H9.50008C9.64175%2011.3337%209.76053%2011.3816%209.85641%2011.4775C9.95219%2011.5734%2010.0001%2011.6922%2010.0001%2011.8339C10.0001%2011.9756%209.95219%2012.0944%209.85641%2012.19C9.76053%2012.2858%209.64175%2012.3337%209.50008%2012.3337H4.26941Z'%20fill='%23F44649'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cmask%20id='mask0_7579_415926'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='16'%3e%3crect%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7579_415926)'%3e%3cpath%20d='M4.26941%2012.3337C4.09864%2012.3337%203.95553%2012.2759%203.84008%2012.1604C3.72453%2012.0449%203.66675%2011.9018%203.66675%2011.731V6.50036C3.66675%206.3587%203.71469%206.23992%203.81058%206.14403C3.90647%206.04825%204.02525%206.00036%204.16691%206.00036C4.30869%206.00036%204.42741%206.04825%204.52308%206.14403C4.61886%206.23992%204.66675%206.3587%204.66675%206.50036V10.6312L11.9462%203.3517C12.0386%203.25936%2012.1546%203.21214%2012.2942%203.21003C12.434%203.20792%2012.5522%203.25514%2012.6487%203.3517C12.7453%203.44825%2012.7936%203.56531%2012.7936%203.70286C12.7936%203.84053%2012.7453%203.95764%2012.6487%204.05419L5.36925%2011.3337H9.50008C9.64175%2011.3337%209.76053%2011.3816%209.85641%2011.4775C9.95219%2011.5734%2010.0001%2011.6922%2010.0001%2011.8339C10.0001%2011.9756%209.95219%2012.0944%209.85641%2012.19C9.76053%2012.2858%209.64175%2012.3337%209.50008%2012.3337H4.26941Z'%20fill='%23F44649'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background-color:var(--cometchat-error-color,#F44649)}.cometchat-call-logs__list-item-subtitle-icon-outgoing-call{-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cmask%20id='mask0_7579_585760'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='16'%3e%3crect%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7579_585760)'%3e%3cpath%20d='M11.3339%205.36949L4.05436%2012.649C3.96203%2012.7413%203.84603%2012.7885%203.70636%2012.7907C3.56659%2012.7928%203.44842%2012.7455%203.35186%2012.649C3.25531%2012.5524%203.20703%2012.4354%203.20703%2012.2978C3.20703%2012.1602%203.25531%2012.043%203.35186%2011.9465L10.6314%204.66699H6.50053C6.35886%204.66699%206.24009%204.61905%206.1442%204.52316C6.04842%204.42727%206.00053%204.30849%206.00053%204.16683C6.00053%204.02505%206.04842%203.90633%206.1442%203.81066C6.24009%203.71488%206.35886%203.66699%206.50053%203.66699H11.7312C11.902%203.66699%2012.0451%203.72477%2012.1605%203.84033C12.2761%203.95577%2012.3339%204.09888%2012.3339%204.26966V9.50033C12.3339%209.64199%2012.2859%209.76077%2012.19%209.85666C12.0941%209.95244%2011.9754%2010.0003%2011.8337%2010.0003C11.6919%2010.0003%2011.5732%209.95244%2011.4775%209.85666C11.3818%209.76077%2011.3339%209.64199%2011.3339%209.50033V5.36949Z'%20fill='%2309C26F'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cmask%20id='mask0_7579_585760'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='16'%3e%3crect%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7579_585760)'%3e%3cpath%20d='M11.3339%205.36949L4.05436%2012.649C3.96203%2012.7413%203.84603%2012.7885%203.70636%2012.7907C3.56659%2012.7928%203.44842%2012.7455%203.35186%2012.649C3.25531%2012.5524%203.20703%2012.4354%203.20703%2012.2978C3.20703%2012.1602%203.25531%2012.043%203.35186%2011.9465L10.6314%204.66699H6.50053C6.35886%204.66699%206.24009%204.61905%206.1442%204.52316C6.04842%204.42727%206.00053%204.30849%206.00053%204.16683C6.00053%204.02505%206.04842%203.90633%206.1442%203.81066C6.24009%203.71488%206.35886%203.66699%206.50053%203.66699H11.7312C11.902%203.66699%2012.0451%203.72477%2012.1605%203.84033C12.2761%203.95577%2012.3339%204.09888%2012.3339%204.26966V9.50033C12.3339%209.64199%2012.2859%209.76077%2012.19%209.85666C12.0941%209.95244%2011.9754%2010.0003%2011.8337%2010.0003C11.6919%2010.0003%2011.5732%209.95244%2011.4775%209.85666C11.3818%209.76077%2011.3339%209.64199%2011.3339%209.50033V5.36949Z'%20fill='%2309C26F'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background-color:var(--cometchat-success-color,#09C26F)}.cometchat-call-logs__list-item-subtitle-icon-incoming-call{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cmask%20id='mask0_10861_545568'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='16'%3e%3crect%20id='Bounding%20box'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_10861_545568)'%3e%3cpath%20id='call_missed'%20d='M3.33325%206.68044V9.46777C3.33325%209.60966%203.28536%209.72844%203.18959%209.82411C3.09392%209.91988%202.97514%209.96777%202.83325%209.96777C2.69136%209.96777%202.57259%209.91988%202.47692%209.82411C2.38114%209.72844%202.33325%209.60966%202.33325%209.46777V5.57027C2.33325%205.3985%202.39075%205.25511%202.50575%205.14011C2.62064%205.02522%202.76403%204.96777%202.93592%204.96777H6.83325C6.97514%204.96777%207.09392%205.01561%207.18959%205.11127C7.28536%205.20705%207.33325%205.32588%207.33325%205.46777C7.33325%205.60966%207.28536%205.72844%207.18959%205.82411C7.09392%205.91988%206.97514%205.96777%206.83325%205.96777H4.03575L7.88459%209.81644C7.92303%209.85488%207.97214%209.87411%208.03192%209.87411C8.09181%209.87411%208.14097%209.85488%208.17942%209.81644L12.6191%205.37677C12.7183%205.27755%2012.8344%205.22861%2012.9673%205.22994C13.1001%205.23116%2013.2183%205.2835%2013.3218%205.38694C13.4183%205.49038%2013.4683%205.6075%2013.4718%205.73827C13.4751%205.86905%2013.4251%205.98611%2013.3218%206.08944L8.88575%2010.5254C8.76531%2010.6459%208.63031%2010.7352%208.48075%2010.7933C8.33109%2010.8515%208.18147%2010.8806%208.03192%2010.8806C7.88236%2010.8806%207.73281%2010.8515%207.58325%2010.7933C7.4337%2010.7352%207.29864%2010.6459%207.17809%2010.5254L3.33325%206.68044Z'%20fill='%23F44649'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cmask%20id='mask0_10861_545568'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='16'%3e%3crect%20id='Bounding%20box'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_10861_545568)'%3e%3cpath%20id='call_missed'%20d='M3.33325%206.68044V9.46777C3.33325%209.60966%203.28536%209.72844%203.18959%209.82411C3.09392%209.91988%202.97514%209.96777%202.83325%209.96777C2.69136%209.96777%202.57259%209.91988%202.47692%209.82411C2.38114%209.72844%202.33325%209.60966%202.33325%209.46777V5.57027C2.33325%205.3985%202.39075%205.25511%202.50575%205.14011C2.62064%205.02522%202.76403%204.96777%202.93592%204.96777H6.83325C6.97514%204.96777%207.09392%205.01561%207.18959%205.11127C7.28536%205.20705%207.33325%205.32588%207.33325%205.46777C7.33325%205.60966%207.28536%205.72844%207.18959%205.82411C7.09392%205.91988%206.97514%205.96777%206.83325%205.96777H4.03575L7.88459%209.81644C7.92303%209.85488%207.97214%209.87411%208.03192%209.87411C8.09181%209.87411%208.14097%209.85488%208.17942%209.81644L12.6191%205.37677C12.7183%205.27755%2012.8344%205.22861%2012.9673%205.22994C13.1001%205.23116%2013.2183%205.2835%2013.3218%205.38694C13.4183%205.49038%2013.4683%205.6075%2013.4718%205.73827C13.4751%205.86905%2013.4251%205.98611%2013.3218%206.08944L8.88575%2010.5254C8.76531%2010.6459%208.63031%2010.7352%208.48075%2010.7933C8.33109%2010.8515%208.18147%2010.8806%208.03192%2010.8806C7.88236%2010.8806%207.73281%2010.8515%207.58325%2010.7933C7.4337%2010.7352%207.29864%2010.6459%207.17809%2010.5254L3.33325%206.68044Z'%20fill='%23F44649'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background-color:var(--cometchat-success-color,#09C26F)}.cometchat-call-logs__empty-state-view,.cometchat-call-logs__error-state-view{height:100%;display:flex;flex-direction:column;gap:var(--cometchat-padding-5, 20px);justify-content:center;align-items:center;background:var(--cometchat-background-color-01, #FFF)}.cometchat-call-logs__empty-state-view-body,.cometchat-call-logs__error-state-view-body{display:flex;flex-direction:column;gap:var(--cometchat-padding, 2px)}.cometchat-call-logs__empty-state-view-body-title,.cometchat-call-logs__error-state-view-body-title{width:280px;color:var(--cometchat-text-color-primary, #141414);text-align:center;font:var(--cometchat-font-heading3-bold);font-style:normal}.cometchat-call-logs__empty-state-view-body-description,.cometchat-call-logs__error-state-view-body-description{width:280px;color:var(--cometchat-text-color-secondary, #727272);text-align:center;font:var(--cometchat-font-body-regular);font-style:normal}.cometchat-call-logs__shimmer{width:100%;height:100%;background:var(--cometchat-background-color-01, #FFF)}.cometchat-call-logs__shimmer-item{height:72px;display:flex;width:100%;min-width:240px;padding:var(--cometchat-padding-3, 12px) var(--cometchat-padding-4, 16px);align-items:center;gap:12px}.cometchat-call-logs__shimmer-item-avatar{display:flex;flex-shrink:0;width:48px;height:48px;border-radius:var(--cometchat-radius-max,1000px);background:var( --cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%) )}.cometchat-call-logs__shimmer-item-body{display:flex;width:100%;height:100%;align-items:center;gap:var(--cometchat-padding-2, 8px)}.cometchat-call-logs__shimmer-item-body-title-wrapper{width:100%;height:100%;display:flex;flex-direction:column;gap:10px}.cometchat-call-logs__shimmer-item-body-title{width:50%;height:22px;flex-shrink:0;border-radius:var(--cometchat-radius-2, 8px);background:var( --cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%) );animation:shimmerAnimation 1.5s infinite linear}.cometchat-call-logs__shimmer-item-body-subtitle{width:25%;height:12px;flex-shrink:0;border-radius:var(--cometchat-radius-2, 8px);background:var( --cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%) );animation:shimmerAnimation 1.5s infinite linear}.cometchat-call-logs__shimmer-item-body-tail{width:32px;height:32px;min-height:32px;border-radius:var(--cometchat-radius-2, 8px);background:var( --cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%) );animation:shimmerAnimation 10.5s infinite linear}.cometchat-call-logs .cometchat-list-item{padding:var(--cometchat-padding-3, 12px) var(--cometchat-padding-4, 16px);cursor:pointer}.cometchat-call-logs .cometchat-list-item__body{padding:0}.cometchat-conversations{display:flex;width:100%;height:100%;flex-direction:column;align-items:flex-start;gap:0px;flex-shrink:0;background:var(--cometchat-background-color-01, #FFF);position:relative}.cometchat-conversations .cometchat-conversations-header{min-height:64px;box-sizing:border-box}.cometchat-conversations .cometchat-list__body>div:not([class]):first-child{display:none}.cometchat-conversations .cometchat-list-item{padding:var(--cometchat-padding-3, 12px) var(--cometchat-padding-4, 16px);cursor:pointer}.cometchat-conversations .cometchat-list-item__body{padding:0;min-height:43px}.cometchat-conversations .cometchat-list-item__trailing-view{width:auto;height:40px}.cometchat-conversations .cometchat-date{padding:0;font:var(--cometchat-font-caption1-regular)}.cometchat-conversations__subtitle-receipts{height:16px;width:16px;display:flex;align-items:center;justify-content:center;border:none;align-self:center;background:var(--cometchat-icon-color-secondary, #A1A1A1);flex-shrink:0}.cometchat-conversations__subtitle-receipts-sent{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='12'%20height='8'%20viewBox='0%200%2012%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.32227%206.34408L10.2389%200.427409C10.3522%200.316298%2010.4842%200.260742%2010.6349%200.260742C10.7858%200.260742%2010.9168%200.316465%2011.0279%200.427909C11.139%200.539465%2011.1946%200.671854%2011.1946%200.825076C11.1946%200.97841%2011.139%201.11063%2011.0279%201.22174L4.71127%207.54408C4.60016%207.65519%204.47049%207.71074%204.32227%207.71074C4.17416%207.71074%204.04455%207.65519%203.93344%207.54408L0.955605%204.56624C0.844494%204.45469%200.791716%204.32213%200.797272%204.16858C0.802827%204.01513%200.861383%203.88285%200.972938%203.77174C1.08438%203.66063%201.21677%203.60508%201.37011%203.60508C1.52344%203.60508%201.65566%203.66063%201.76677%203.77174L4.32227%206.34408Z'%20fill='%23F9F8FD'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='12'%20height='8'%20viewBox='0%200%2012%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.32227%206.34408L10.2389%200.427409C10.3522%200.316298%2010.4842%200.260742%2010.6349%200.260742C10.7858%200.260742%2010.9168%200.316465%2011.0279%200.427909C11.139%200.539465%2011.1946%200.671854%2011.1946%200.825076C11.1946%200.97841%2011.139%201.11063%2011.0279%201.22174L4.71127%207.54408C4.60016%207.65519%204.47049%207.71074%204.32227%207.71074C4.17416%207.71074%204.04455%207.65519%203.93344%207.54408L0.955605%204.56624C0.844494%204.45469%200.791716%204.32213%200.797272%204.16858C0.802827%204.01513%200.861383%203.88285%200.972938%203.77174C1.08438%203.66063%201.21677%203.60508%201.37011%203.60508C1.52344%203.60508%201.65566%203.66063%201.76677%203.77174L4.32227%206.34408Z'%20fill='%23F9F8FD'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-receipts-wait{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='State=Sending'%3e%3cpath%20id='Vector'%20d='M8.5665%207.78867V5.08034C8.5665%204.93467%208.51545%204.81073%208.41334%204.7085C8.31123%204.60639%208.18728%204.55534%208.0415%204.55534C7.8915%204.55534%207.76556%204.60639%207.66367%204.7085C7.56189%204.81073%207.511%204.93467%207.511%205.08034V7.997C7.511%208.06734%207.5235%208.13312%207.5485%208.19434C7.5735%208.25556%207.60928%208.31295%207.65584%208.3665L9.97684%2010.7477C10.0792%2010.8621%2010.2072%2010.9174%2010.361%2010.9137C10.5147%2010.91%2010.6452%2010.8544%2010.7527%2010.747C10.8563%2010.6433%2010.9082%2010.5165%2010.9082%2010.3665C10.9082%2010.2165%2010.8566%2010.0881%2010.7533%209.98117L8.5665%207.78867ZM8.0005%2014.5553C7.10106%2014.5553%206.25234%2014.3826%205.45434%2014.0372C4.65623%2013.6916%203.96106%2013.2222%203.36884%2012.6288C2.7765%2012.0354%202.30767%2011.3403%201.96234%2010.5435C1.617%209.74673%201.44434%208.89906%201.44434%208.0005C1.44434%207.10106%201.61706%206.25234%201.9625%205.45434C2.30806%204.65623%202.7775%203.96106%203.37084%203.36884C3.96428%202.7765%204.65939%202.30767%205.45617%201.96234C6.25295%201.617%207.10061%201.44434%207.99917%201.44434C8.89861%201.44434%209.74734%201.61706%2010.5453%201.9625C11.3434%202.30806%2012.0386%202.7775%2012.6308%203.37084C13.2232%203.96428%2013.692%204.65939%2014.0373%205.45617C14.3827%206.25295%2014.5553%207.10062%2014.5553%207.99917C14.5553%208.89862%2014.3826%209.74734%2014.0372%2010.5453C13.6916%2011.3434%2013.2222%2012.0386%2012.6288%2012.6308C12.0354%2013.2232%2011.3403%2013.692%2010.5435%2014.0373C9.74673%2014.3827%208.89906%2014.5553%208.0005%2014.5553ZM7.997%2013.4998C9.50811%2013.4998%2010.8031%2012.9614%2011.8818%2011.8845C12.9605%2010.8077%2013.4998%209.51378%2013.4998%208.00267C13.4998%206.49156%2012.9606%205.19661%2011.882%204.11784C10.8034%203.03917%209.50939%202.49984%207.99984%202.49984C6.48684%202.49984%205.19195%203.03911%204.11517%204.11767C3.03828%205.19623%202.49984%206.49028%202.49984%207.99984C2.49984%209.51284%203.03828%2010.8077%204.11517%2011.8845C5.19195%2012.9614%206.48589%2013.4998%207.997%2013.4998Z'%20fill='%23F9F8FD'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='State=Sending'%3e%3cpath%20id='Vector'%20d='M8.5665%207.78867V5.08034C8.5665%204.93467%208.51545%204.81073%208.41334%204.7085C8.31123%204.60639%208.18728%204.55534%208.0415%204.55534C7.8915%204.55534%207.76556%204.60639%207.66367%204.7085C7.56189%204.81073%207.511%204.93467%207.511%205.08034V7.997C7.511%208.06734%207.5235%208.13312%207.5485%208.19434C7.5735%208.25556%207.60928%208.31295%207.65584%208.3665L9.97684%2010.7477C10.0792%2010.8621%2010.2072%2010.9174%2010.361%2010.9137C10.5147%2010.91%2010.6452%2010.8544%2010.7527%2010.747C10.8563%2010.6433%2010.9082%2010.5165%2010.9082%2010.3665C10.9082%2010.2165%2010.8566%2010.0881%2010.7533%209.98117L8.5665%207.78867ZM8.0005%2014.5553C7.10106%2014.5553%206.25234%2014.3826%205.45434%2014.0372C4.65623%2013.6916%203.96106%2013.2222%203.36884%2012.6288C2.7765%2012.0354%202.30767%2011.3403%201.96234%2010.5435C1.617%209.74673%201.44434%208.89906%201.44434%208.0005C1.44434%207.10106%201.61706%206.25234%201.9625%205.45434C2.30806%204.65623%202.7775%203.96106%203.37084%203.36884C3.96428%202.7765%204.65939%202.30767%205.45617%201.96234C6.25295%201.617%207.10061%201.44434%207.99917%201.44434C8.89861%201.44434%209.74734%201.61706%2010.5453%201.9625C11.3434%202.30806%2012.0386%202.7775%2012.6308%203.37084C13.2232%203.96428%2013.692%204.65939%2014.0373%205.45617C14.3827%206.25295%2014.5553%207.10062%2014.5553%207.99917C14.5553%208.89862%2014.3826%209.74734%2014.0372%2010.5453C13.6916%2011.3434%2013.2222%2012.0386%2012.6288%2012.6308C12.0354%2013.2232%2011.3403%2013.692%2010.5435%2014.0373C9.74673%2014.3827%208.89906%2014.5553%208.0005%2014.5553ZM7.997%2013.4998C9.50811%2013.4998%2010.8031%2012.9614%2011.8818%2011.8845C12.9605%2010.8077%2013.4998%209.51378%2013.4998%208.00267C13.4998%206.49156%2012.9606%205.19661%2011.882%204.11784C10.8034%203.03917%209.50939%202.49984%207.99984%202.49984C6.48684%202.49984%205.19195%203.03911%204.11517%204.11767C3.03828%205.19623%202.49984%206.49028%202.49984%207.99984C2.49984%209.51284%203.03828%2010.8077%204.11517%2011.8845C5.19195%2012.9614%206.48589%2013.4998%207.997%2013.4998Z'%20fill='%23F9F8FD'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-receipts-error{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.99881%2011.7786C8.16315%2011.7786%208.29898%2011.7256%208.40631%2011.6195C8.51376%2011.5134%208.56748%2011.3781%208.56748%2011.2138C8.56748%2011.0496%208.51442%2010.9138%208.40831%2010.8063C8.3022%2010.699%208.16704%2010.6453%208.00281%2010.6453C7.83848%2010.6453%207.70265%2010.6984%207.59531%2010.8045C7.48787%2010.9106%207.43415%2011.0458%207.43415%2011.21C7.43415%2011.3742%207.4872%2011.51%207.59331%2011.6175C7.69942%2011.7249%207.83459%2011.7786%207.99881%2011.7786ZM8.04165%209.24531C8.18854%209.24531%208.31287%209.19392%208.41465%209.09115C8.51653%208.98837%208.56748%208.86287%208.56748%208.71465V5.67031C8.56748%205.52642%208.51576%205.40292%208.41231%205.29981C8.30887%205.19681%208.18492%205.14531%208.04048%205.14531C7.89181%205.14531%207.76653%205.19681%207.66465%205.29981C7.56287%205.40292%207.51198%205.52642%207.51198%205.67031V8.71465C7.51198%208.86287%207.56354%208.98837%207.66665%209.09115C7.76976%209.19392%207.89476%209.24531%208.04165%209.24531ZM8.00448%2015.0563C7.09959%2015.0563%206.24898%2014.8836%205.45265%2014.5381C4.65631%2014.1926%203.96203%2013.7231%203.36981%2013.1298C2.77748%2012.5364%202.30865%2011.8419%201.96331%2011.0463C1.61798%2010.2506%201.44531%209.40054%201.44531%208.49598C1.44531%207.59042%201.61803%206.73926%201.96348%205.94248C2.30903%205.14559%202.77848%204.45192%203.37181%203.86148C3.96526%203.27104%204.65976%202.80404%205.45531%202.46048C6.25098%202.11704%207.10109%201.94531%208.00565%201.94531C8.9112%201.94531%209.76242%202.11759%2010.5593%202.46215C11.3562%202.80659%2012.0499%203.27415%2012.6403%203.86481C13.2306%204.45548%2013.6976%205.1492%2014.0411%205.94598C14.3846%206.74276%2014.5563%207.59315%2014.5563%208.49715C14.5563%209.40204%2014.3845%2010.2526%2014.0408%2011.049C13.6971%2011.8453%2013.2296%2012.5389%2012.6381%2013.1298C12.0466%2013.7207%2011.3524%2014.1895%2010.5556%2014.5363C9.75887%2014.883%208.90848%2015.0563%208.00448%2015.0563ZM8.00598%2014.0008C9.53031%2014.0008%2010.8272%2013.4644%2011.8966%2012.3915C12.9661%2011.3186%2013.5008%2010.02%2013.5008%208.49565C13.5008%206.97131%2012.9669%205.67442%2011.8991%204.60498C10.8313%203.53554%209.53192%203.00081%208.00115%203.00081C6.48059%203.00081%205.1837%203.5347%204.11048%204.60248C3.03737%205.67037%202.50081%206.9697%202.50081%208.50048C2.50081%2010.021%203.03726%2011.3179%204.11015%2012.3911C5.18303%2013.4643%206.48165%2014.0008%208.00598%2014.0008Z'%20fill='%23F44649'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.99881%2011.7786C8.16315%2011.7786%208.29898%2011.7256%208.40631%2011.6195C8.51376%2011.5134%208.56748%2011.3781%208.56748%2011.2138C8.56748%2011.0496%208.51442%2010.9138%208.40831%2010.8063C8.3022%2010.699%208.16704%2010.6453%208.00281%2010.6453C7.83848%2010.6453%207.70265%2010.6984%207.59531%2010.8045C7.48787%2010.9106%207.43415%2011.0458%207.43415%2011.21C7.43415%2011.3742%207.4872%2011.51%207.59331%2011.6175C7.69942%2011.7249%207.83459%2011.7786%207.99881%2011.7786ZM8.04165%209.24531C8.18854%209.24531%208.31287%209.19392%208.41465%209.09115C8.51653%208.98837%208.56748%208.86287%208.56748%208.71465V5.67031C8.56748%205.52642%208.51576%205.40292%208.41231%205.29981C8.30887%205.19681%208.18492%205.14531%208.04048%205.14531C7.89181%205.14531%207.76653%205.19681%207.66465%205.29981C7.56287%205.40292%207.51198%205.52642%207.51198%205.67031V8.71465C7.51198%208.86287%207.56354%208.98837%207.66665%209.09115C7.76976%209.19392%207.89476%209.24531%208.04165%209.24531ZM8.00448%2015.0563C7.09959%2015.0563%206.24898%2014.8836%205.45265%2014.5381C4.65631%2014.1926%203.96203%2013.7231%203.36981%2013.1298C2.77748%2012.5364%202.30865%2011.8419%201.96331%2011.0463C1.61798%2010.2506%201.44531%209.40054%201.44531%208.49598C1.44531%207.59042%201.61803%206.73926%201.96348%205.94248C2.30903%205.14559%202.77848%204.45192%203.37181%203.86148C3.96526%203.27104%204.65976%202.80404%205.45531%202.46048C6.25098%202.11704%207.10109%201.94531%208.00565%201.94531C8.9112%201.94531%209.76242%202.11759%2010.5593%202.46215C11.3562%202.80659%2012.0499%203.27415%2012.6403%203.86481C13.2306%204.45548%2013.6976%205.1492%2014.0411%205.94598C14.3846%206.74276%2014.5563%207.59315%2014.5563%208.49715C14.5563%209.40204%2014.3845%2010.2526%2014.0408%2011.049C13.6971%2011.8453%2013.2296%2012.5389%2012.6381%2013.1298C12.0466%2013.7207%2011.3524%2014.1895%2010.5556%2014.5363C9.75887%2014.883%208.90848%2015.0563%208.00448%2015.0563ZM8.00598%2014.0008C9.53031%2014.0008%2010.8272%2013.4644%2011.8966%2012.3915C12.9661%2011.3186%2013.5008%2010.02%2013.5008%208.49565C13.5008%206.97131%2012.9669%205.67442%2011.8991%204.60498C10.8313%203.53554%209.53192%203.00081%208.00115%203.00081C6.48059%203.00081%205.1837%203.5347%204.11048%204.60248C3.03737%205.67037%202.50081%206.9697%202.50081%208.50048C2.50081%2010.021%203.03726%2011.3179%204.11015%2012.3911C5.18303%2013.4643%206.48165%2014.0008%208.00598%2014.0008Z'%20fill='%23F44649'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain;background-color:var(--cometchat-error-color)}.cometchat-conversations__subtitle-receipts-delivered{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.3997%209.11857C1.28859%209.00746%201.23581%208.87601%201.24136%208.72424C1.24692%208.57235%201.30525%208.44085%201.41636%208.32974C1.52747%208.22229%201.65897%208.16768%201.81086%208.1659C1.96264%208.16401%202.09409%208.21862%202.2052%208.32974L4.76086%2010.8964C4.82375%2010.9594%204.89042%2011.0261%204.96086%2011.0964L5.16086%2011.2964C5.27198%2011.4075%205.32659%2011.5371%205.3247%2011.6852C5.32281%2011.8335%205.26631%2011.9631%205.1552%2012.0742L5.1442%2012.0852C5.03309%2012.1927%204.90342%2012.2473%204.7552%2012.2492C4.60709%2012.251%204.47747%2012.1963%204.36636%2012.0852L1.3997%209.11857ZM7.8997%2010.8909L13.8219%204.96857C13.933%204.85746%2014.0645%204.80285%2014.2164%204.80473C14.3683%204.80662%2014.4998%204.86312%2014.6109%204.97423C14.7182%205.08535%2014.7728%205.21679%2014.7747%205.36857C14.7766%205.52046%2014.722%205.65196%2014.6109%205.76307L8.28853%2012.0852C8.17742%2012.1963%208.04781%2012.2519%207.8997%2012.2519C7.75159%2012.2519%207.62198%2012.1963%207.51086%2012.0852L4.5442%209.11857C4.43675%209.01123%204.38486%208.88068%204.38853%208.7269C4.39231%208.57323%204.44786%208.44085%204.5552%208.32974C4.66631%208.21862%204.79875%208.16307%204.95253%208.16307C5.1062%208.16307%205.23859%208.21862%205.3497%208.32974L7.8997%2010.8909ZM11.4609%205.76857L8.28853%208.9409C8.1812%209.04824%208.05253%209.10007%207.90253%209.0964C7.75253%209.09273%207.62198%209.03718%207.51086%208.92974C7.39975%208.81862%207.3442%208.68624%207.3442%208.53257C7.3442%208.37879%207.39975%208.24635%207.51086%208.13523L10.6719%204.97423C10.7793%204.86679%2010.9099%204.81307%2011.0635%204.81307C11.2173%204.81307%2011.3498%204.86679%2011.4609%204.97423C11.572%205.08535%2011.6275%205.21773%2011.6275%205.3714C11.6275%205.52507%2011.572%205.65746%2011.4609%205.76857Z'%20fill='%236852D6'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.3997%209.11857C1.28859%209.00746%201.23581%208.87601%201.24136%208.72424C1.24692%208.57235%201.30525%208.44085%201.41636%208.32974C1.52747%208.22229%201.65897%208.16768%201.81086%208.1659C1.96264%208.16401%202.09409%208.21862%202.2052%208.32974L4.76086%2010.8964C4.82375%2010.9594%204.89042%2011.0261%204.96086%2011.0964L5.16086%2011.2964C5.27198%2011.4075%205.32659%2011.5371%205.3247%2011.6852C5.32281%2011.8335%205.26631%2011.9631%205.1552%2012.0742L5.1442%2012.0852C5.03309%2012.1927%204.90342%2012.2473%204.7552%2012.2492C4.60709%2012.251%204.47747%2012.1963%204.36636%2012.0852L1.3997%209.11857ZM7.8997%2010.8909L13.8219%204.96857C13.933%204.85746%2014.0645%204.80285%2014.2164%204.80473C14.3683%204.80662%2014.4998%204.86312%2014.6109%204.97423C14.7182%205.08535%2014.7728%205.21679%2014.7747%205.36857C14.7766%205.52046%2014.722%205.65196%2014.6109%205.76307L8.28853%2012.0852C8.17742%2012.1963%208.04781%2012.2519%207.8997%2012.2519C7.75159%2012.2519%207.62198%2012.1963%207.51086%2012.0852L4.5442%209.11857C4.43675%209.01123%204.38486%208.88068%204.38853%208.7269C4.39231%208.57323%204.44786%208.44085%204.5552%208.32974C4.66631%208.21862%204.79875%208.16307%204.95253%208.16307C5.1062%208.16307%205.23859%208.21862%205.3497%208.32974L7.8997%2010.8909ZM11.4609%205.76857L8.28853%208.9409C8.1812%209.04824%208.05253%209.10007%207.90253%209.0964C7.75253%209.09273%207.62198%209.03718%207.51086%208.92974C7.39975%208.81862%207.3442%208.68624%207.3442%208.53257C7.3442%208.37879%207.39975%208.24635%207.51086%208.13523L10.6719%204.97423C10.7793%204.86679%2010.9099%204.81307%2011.0635%204.81307C11.2173%204.81307%2011.3498%204.86679%2011.4609%204.97423C11.572%205.08535%2011.6275%205.21773%2011.6275%205.3714C11.6275%205.52507%2011.572%205.65746%2011.4609%205.76857Z'%20fill='%236852D6'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-receipts-read{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.3997%209.11857C1.28859%209.00746%201.23581%208.87601%201.24136%208.72424C1.24692%208.57235%201.30525%208.44085%201.41636%208.32974C1.52747%208.22229%201.65897%208.16768%201.81086%208.1659C1.96264%208.16401%202.09409%208.21862%202.2052%208.32974L4.76086%2010.8964C4.82375%2010.9594%204.89042%2011.0261%204.96086%2011.0964L5.16086%2011.2964C5.27198%2011.4075%205.32659%2011.5371%205.3247%2011.6852C5.32281%2011.8335%205.26631%2011.9631%205.1552%2012.0742L5.1442%2012.0852C5.03309%2012.1927%204.90342%2012.2473%204.7552%2012.2492C4.60709%2012.251%204.47747%2012.1963%204.36636%2012.0852L1.3997%209.11857ZM7.8997%2010.8909L13.8219%204.96857C13.933%204.85746%2014.0645%204.80285%2014.2164%204.80473C14.3683%204.80662%2014.4998%204.86312%2014.6109%204.97423C14.7182%205.08535%2014.7728%205.21679%2014.7747%205.36857C14.7766%205.52046%2014.722%205.65196%2014.6109%205.76307L8.28853%2012.0852C8.17742%2012.1963%208.04781%2012.2519%207.8997%2012.2519C7.75159%2012.2519%207.62198%2012.1963%207.51086%2012.0852L4.5442%209.11857C4.43675%209.01123%204.38486%208.88068%204.38853%208.7269C4.39231%208.57323%204.44786%208.44085%204.5552%208.32974C4.66631%208.21862%204.79875%208.16307%204.95253%208.16307C5.1062%208.16307%205.23859%208.21862%205.3497%208.32974L7.8997%2010.8909ZM11.4609%205.76857L8.28853%208.9409C8.1812%209.04824%208.05253%209.10007%207.90253%209.0964C7.75253%209.09273%207.62198%209.03718%207.51086%208.92974C7.39975%208.81862%207.3442%208.68624%207.3442%208.53257C7.3442%208.37879%207.39975%208.24635%207.51086%208.13523L10.6719%204.97423C10.7793%204.86679%2010.9099%204.81307%2011.0635%204.81307C11.2173%204.81307%2011.3498%204.86679%2011.4609%204.97423C11.572%205.08535%2011.6275%205.21773%2011.6275%205.3714C11.6275%205.52507%2011.572%205.65746%2011.4609%205.76857Z'%20fill='%236852D6'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.3997%209.11857C1.28859%209.00746%201.23581%208.87601%201.24136%208.72424C1.24692%208.57235%201.30525%208.44085%201.41636%208.32974C1.52747%208.22229%201.65897%208.16768%201.81086%208.1659C1.96264%208.16401%202.09409%208.21862%202.2052%208.32974L4.76086%2010.8964C4.82375%2010.9594%204.89042%2011.0261%204.96086%2011.0964L5.16086%2011.2964C5.27198%2011.4075%205.32659%2011.5371%205.3247%2011.6852C5.32281%2011.8335%205.26631%2011.9631%205.1552%2012.0742L5.1442%2012.0852C5.03309%2012.1927%204.90342%2012.2473%204.7552%2012.2492C4.60709%2012.251%204.47747%2012.1963%204.36636%2012.0852L1.3997%209.11857ZM7.8997%2010.8909L13.8219%204.96857C13.933%204.85746%2014.0645%204.80285%2014.2164%204.80473C14.3683%204.80662%2014.4998%204.86312%2014.6109%204.97423C14.7182%205.08535%2014.7728%205.21679%2014.7747%205.36857C14.7766%205.52046%2014.722%205.65196%2014.6109%205.76307L8.28853%2012.0852C8.17742%2012.1963%208.04781%2012.2519%207.8997%2012.2519C7.75159%2012.2519%207.62198%2012.1963%207.51086%2012.0852L4.5442%209.11857C4.43675%209.01123%204.38486%208.88068%204.38853%208.7269C4.39231%208.57323%204.44786%208.44085%204.5552%208.32974C4.66631%208.21862%204.79875%208.16307%204.95253%208.16307C5.1062%208.16307%205.23859%208.21862%205.3497%208.32974L7.8997%2010.8909ZM11.4609%205.76857L8.28853%208.9409C8.1812%209.04824%208.05253%209.10007%207.90253%209.0964C7.75253%209.09273%207.62198%209.03718%207.51086%208.92974C7.39975%208.81862%207.3442%208.68624%207.3442%208.53257C7.3442%208.37879%207.39975%208.24635%207.51086%208.13523L10.6719%204.97423C10.7793%204.86679%2010.9099%204.81307%2011.0635%204.81307C11.2173%204.81307%2011.3498%204.86679%2011.4609%204.97423C11.572%205.08535%2011.6275%205.21773%2011.6275%205.3714C11.6275%205.52507%2011.572%205.65746%2011.4609%205.76857Z'%20fill='%236852D6'/%3e%3c/svg%3e") center center no-repeat;background:var(--cometchat-message-seen-color,#56E8A7);-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-text-wrapper{display:flex;gap:var(--cometchat-padding, 2px);width:100%;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cometchat-conversations__subtitle-text-sender{overflow:hidden;color:var(--cometchat-text-color-secondary, #727272);text-overflow:ellipsis;font:var(--cometchat-font-body-medium);font-style:normal;flex-shrink:0}.cometchat-conversations__subtitle-text{overflow:hidden;color:var(--cometchat-text-color-secondary, #727272);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-body-regular);font-style:normal;width:100%}.cometchat-conversations__subtitle-icon{display:flex;align-items:center;justify-content:center;-webkit-mask-size:contain;mask-size:contain;border:none;align-self:center;background:var(--cometchat-icon-color-secondary, #A1A1A1);height:16px;width:16px;flex-shrink:0}.cometchat-conversations__subtitle-icon-incoming-audio-call{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.9603%2014.1666C11.704%2014.1666%2010.4418%2013.8745%209.17383%2013.2903C7.90594%2012.706%206.73994%2011.8819%205.67583%2010.8179C4.61605%209.75381%203.79405%208.58881%203.20983%207.32292C2.62561%206.05714%202.3335%204.79609%202.3335%203.53975C2.3335%203.33975%202.40016%203.17197%202.5335%203.03642C2.66683%202.90097%202.8335%202.83325%203.0335%202.83325H5.20783C5.37616%202.83325%205.52466%202.8882%205.65333%202.99809C5.782%203.10786%205.86383%203.24353%205.89883%203.40509L6.281%205.36659C6.30744%205.54859%206.30188%205.70497%206.26433%205.83575C6.22666%205.96653%206.15911%206.07636%206.06166%206.16525L4.522%207.66408C4.76977%208.11786%205.05288%208.54714%205.37133%208.95192C5.68966%209.35659%206.03433%209.74308%206.40533%2010.1114C6.77111%2010.4773%207.16%2010.8171%207.572%2011.1308C7.984%2011.4444%208.42888%2011.7363%208.90666%2012.0064L10.4027%2010.4974C10.507%2010.3889%2010.6333%2010.3128%2010.7817%2010.2691C10.9299%2010.2255%2011.0839%2010.2149%2011.2438%2010.2371L13.095%2010.6141C13.2633%2010.6585%2013.4007%2010.7444%2013.5072%2010.8718C13.6136%2010.9991%2013.6668%2011.1435%2013.6668%2011.3051V13.4666C13.6668%2013.6666%2013.5991%2013.8333%2013.4637%2013.9666C13.3281%2014.0999%2013.1603%2014.1666%2012.9603%2014.1666ZM10.3437%206.85892H11.8078C11.9497%206.85892%2012.0685%206.90681%2012.1642%207.00258C12.2599%207.09825%2012.3078%207.21703%2012.3078%207.35892C12.3078%207.50081%2012.2599%207.61958%2012.1642%207.71525C12.0685%207.81103%2011.9497%207.85892%2011.8078%207.85892H9.24366C9.07188%207.85892%208.92855%207.80142%208.81366%207.68642C8.69866%207.57153%208.64116%207.4282%208.64116%207.25642V4.69225C8.64116%204.55036%208.68905%204.43158%208.78483%204.33592C8.8805%204.24014%208.99927%204.19225%209.14116%204.19225C9.28305%204.19225%209.40183%204.24014%209.4975%204.33592C9.59327%204.43158%209.64116%204.55036%209.64116%204.69225V6.15642L12.777%203.02042C12.8693%202.92808%2012.9854%202.88086%2013.1252%202.87875C13.2649%202.87664%2013.3831%202.92386%2013.4797%203.02042C13.5762%203.11697%2013.6245%203.23409%2013.6245%203.37175C13.6245%203.50931%2013.5762%203.62642%2013.4797%203.72309L10.3437%206.85892Z'%20fill='%23F44649'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.9603%2014.1666C11.704%2014.1666%2010.4418%2013.8745%209.17383%2013.2903C7.90594%2012.706%206.73994%2011.8819%205.67583%2010.8179C4.61605%209.75381%203.79405%208.58881%203.20983%207.32292C2.62561%206.05714%202.3335%204.79609%202.3335%203.53975C2.3335%203.33975%202.40016%203.17197%202.5335%203.03642C2.66683%202.90097%202.8335%202.83325%203.0335%202.83325H5.20783C5.37616%202.83325%205.52466%202.8882%205.65333%202.99809C5.782%203.10786%205.86383%203.24353%205.89883%203.40509L6.281%205.36659C6.30744%205.54859%206.30188%205.70497%206.26433%205.83575C6.22666%205.96653%206.15911%206.07636%206.06166%206.16525L4.522%207.66408C4.76977%208.11786%205.05288%208.54714%205.37133%208.95192C5.68966%209.35659%206.03433%209.74308%206.40533%2010.1114C6.77111%2010.4773%207.16%2010.8171%207.572%2011.1308C7.984%2011.4444%208.42888%2011.7363%208.90666%2012.0064L10.4027%2010.4974C10.507%2010.3889%2010.6333%2010.3128%2010.7817%2010.2691C10.9299%2010.2255%2011.0839%2010.2149%2011.2438%2010.2371L13.095%2010.6141C13.2633%2010.6585%2013.4007%2010.7444%2013.5072%2010.8718C13.6136%2010.9991%2013.6668%2011.1435%2013.6668%2011.3051V13.4666C13.6668%2013.6666%2013.5991%2013.8333%2013.4637%2013.9666C13.3281%2014.0999%2013.1603%2014.1666%2012.9603%2014.1666ZM10.3437%206.85892H11.8078C11.9497%206.85892%2012.0685%206.90681%2012.1642%207.00258C12.2599%207.09825%2012.3078%207.21703%2012.3078%207.35892C12.3078%207.50081%2012.2599%207.61958%2012.1642%207.71525C12.0685%207.81103%2011.9497%207.85892%2011.8078%207.85892H9.24366C9.07188%207.85892%208.92855%207.80142%208.81366%207.68642C8.69866%207.57153%208.64116%207.4282%208.64116%207.25642V4.69225C8.64116%204.55036%208.68905%204.43158%208.78483%204.33592C8.8805%204.24014%208.99927%204.19225%209.14116%204.19225C9.28305%204.19225%209.40183%204.24014%209.4975%204.33592C9.59327%204.43158%209.64116%204.55036%209.64116%204.69225V6.15642L12.777%203.02042C12.8693%202.92808%2012.9854%202.88086%2013.1252%202.87875C13.2649%202.87664%2013.3831%202.92386%2013.4797%203.02042C13.5762%203.11697%2013.6245%203.23409%2013.6245%203.37175C13.6245%203.50931%2013.5762%203.62642%2013.4797%203.72309L10.3437%206.85892Z'%20fill='%23F44649'/%3e%3c/svg%3e") center center no-repeat;background-color:var(--cometchat-error-color,#F44649);-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-incoming-video-call{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7529_787771'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7529_787771)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.17666%2013.15C2.40999%2013.3833%202.69499%2013.5%203.03166%2013.5H10.6215C10.9582%2013.5%2011.2432%2013.3833%2011.4765%2013.15C11.7098%2012.9167%2011.8265%2012.6316%2011.8265%2012.2948V9.2435L13.6573%2011.0743C13.7557%2011.1727%2013.8661%2011.1972%2013.9887%2011.148C14.1113%2011.0989%2014.1727%2011.0051%2014.1727%2010.8667V6.13333C14.1727%205.99489%2014.1113%205.90111%2013.9887%205.852C13.8661%205.80278%2013.7557%205.82733%2013.6573%205.92567L11.8265%207.7565V4.70517C11.8265%204.36839%2011.7098%204.08333%2011.4765%203.85C11.2432%203.61667%2010.9582%203.5%2010.6215%203.5H3.03166C2.69499%203.5%202.40999%203.61667%202.17666%203.85C1.94333%204.08333%201.82666%204.36839%201.82666%204.70517V12.2948C1.82666%2012.6316%201.94333%2012.9167%202.17666%2013.15ZM7.1665%209.81357H5.70234L8.83834%206.67774C8.93489%206.58107%208.98317%206.46396%208.98317%206.3264C8.98317%206.18873%208.93489%206.07162%208.83834%205.97507C8.74178%205.87851%208.62361%205.83129%208.48384%205.8334C8.34406%205.83551%208.228%205.88273%208.13567%205.97507L4.99984%209.11107V7.6469C4.99984%207.50523%204.95195%207.38646%204.85617%207.29057C4.7605%207.19479%204.64178%207.1469%204.5%207.1469C4.35834%207.1469%204.23956%207.19479%204.14367%207.29057C4.04778%207.38646%203.99984%207.50523%203.99984%207.6469V10.2111C3.99984%2010.3817%204.05761%2010.5248%204.17317%2010.6402C4.28861%2010.7558%204.43167%2010.8136%204.60234%2010.8136H7.1665C7.30817%2010.8136%207.42695%2010.7657%207.52284%2010.6699C7.61862%2010.5742%207.6665%2010.4555%207.6665%2010.3137C7.6665%2010.1721%207.61862%2010.0533%207.52284%209.9574C7.42695%209.86151%207.30817%209.81357%207.1665%209.81357Z'%20fill='%23F44649'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7529_787771'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7529_787771)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.17666%2013.15C2.40999%2013.3833%202.69499%2013.5%203.03166%2013.5H10.6215C10.9582%2013.5%2011.2432%2013.3833%2011.4765%2013.15C11.7098%2012.9167%2011.8265%2012.6316%2011.8265%2012.2948V9.2435L13.6573%2011.0743C13.7557%2011.1727%2013.8661%2011.1972%2013.9887%2011.148C14.1113%2011.0989%2014.1727%2011.0051%2014.1727%2010.8667V6.13333C14.1727%205.99489%2014.1113%205.90111%2013.9887%205.852C13.8661%205.80278%2013.7557%205.82733%2013.6573%205.92567L11.8265%207.7565V4.70517C11.8265%204.36839%2011.7098%204.08333%2011.4765%203.85C11.2432%203.61667%2010.9582%203.5%2010.6215%203.5H3.03166C2.69499%203.5%202.40999%203.61667%202.17666%203.85C1.94333%204.08333%201.82666%204.36839%201.82666%204.70517V12.2948C1.82666%2012.6316%201.94333%2012.9167%202.17666%2013.15ZM7.1665%209.81357H5.70234L8.83834%206.67774C8.93489%206.58107%208.98317%206.46396%208.98317%206.3264C8.98317%206.18873%208.93489%206.07162%208.83834%205.97507C8.74178%205.87851%208.62361%205.83129%208.48384%205.8334C8.34406%205.83551%208.228%205.88273%208.13567%205.97507L4.99984%209.11107V7.6469C4.99984%207.50523%204.95195%207.38646%204.85617%207.29057C4.7605%207.19479%204.64178%207.1469%204.5%207.1469C4.35834%207.1469%204.23956%207.19479%204.14367%207.29057C4.04778%207.38646%203.99984%207.50523%203.99984%207.6469V10.2111C3.99984%2010.3817%204.05761%2010.5248%204.17317%2010.6402C4.28861%2010.7558%204.43167%2010.8136%204.60234%2010.8136H7.1665C7.30817%2010.8136%207.42695%2010.7657%207.52284%2010.6699C7.61862%2010.5742%207.6665%2010.4555%207.6665%2010.3137C7.6665%2010.1721%207.61862%2010.0533%207.52284%209.9574C7.42695%209.86151%207.30817%209.81357%207.1665%209.81357Z'%20fill='%23F44649'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background-color:var(--cometchat-error-color,#F44649);-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-outgoing-audio-call{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.17383%2013.2903C10.4418%2013.8745%2011.704%2014.1666%2012.9603%2014.1666C13.1603%2014.1666%2013.3281%2014.0999%2013.4637%2013.9666C13.5991%2013.8333%2013.6668%2013.6666%2013.6668%2013.4666V11.3051C13.6668%2011.1435%2013.6136%2010.9991%2013.5072%2010.8718C13.4007%2010.7444%2013.2633%2010.6585%2013.095%2010.6141L11.2438%2010.2371C11.0839%2010.2149%2010.9299%2010.2255%2010.7817%2010.2691C10.6333%2010.3128%2010.507%2010.3889%2010.4027%2010.4974L8.90666%2012.0064C8.42889%2011.7363%207.984%2011.4444%207.572%2011.1308C7.16%2010.8171%206.77111%2010.4773%206.40533%2010.1114C6.03433%209.74309%205.68966%209.35659%205.37133%208.95192C5.05288%208.54714%204.76977%208.11786%204.522%207.66409L6.06166%206.16525C6.15911%206.07636%206.22666%205.96653%206.26433%205.83575C6.30189%205.70497%206.30744%205.54859%206.281%205.36659L5.89883%203.40509C5.86383%203.24353%205.782%203.10786%205.65333%202.99809C5.52466%202.8882%205.37616%202.83325%205.20783%202.83325H3.0335C2.8335%202.83325%202.66683%202.90097%202.5335%203.03642C2.40016%203.17197%202.3335%203.33975%202.3335%203.53975C2.3335%204.79609%202.62561%206.05714%203.20983%207.32292C3.79405%208.58881%204.61605%209.75381%205.67583%2010.8179C6.73994%2011.8819%207.90594%2012.706%209.17383%2013.2903Z'%20fill='%23A1A1A1'/%3e%3cpath%20d='M10.4578%203.87865H11.922L8.78601%207.01449C8.68946%207.11115%208.64118%207.22826%208.64118%207.36582C8.64118%207.50349%208.68946%207.6206%208.78601%207.71715C8.88257%207.81371%209.00074%207.86093%209.14051%207.85882C9.28029%207.85671%209.39635%207.80949%209.48868%207.71715L12.6245%204.58115V6.04532C12.6245%206.18699%2012.6724%206.30576%2012.7682%206.40165C12.8638%206.49743%2012.9826%206.54532%2013.1243%206.54532C13.266%206.54532%2013.3848%206.49743%2013.4807%206.40165C13.5766%206.30576%2013.6245%206.18699%2013.6245%206.04532V3.48115C13.6245%203.31048%2013.5667%203.16743%2013.4512%203.05198C13.3357%202.93643%2013.1927%202.87865%2013.022%202.87865H10.4578C10.3162%202.87865%2010.1974%202.92654%2010.1015%203.02232C10.0057%203.11799%209.95785%203.23671%209.95785%203.37849C9.95785%203.52015%2010.0057%203.63893%2010.1015%203.73482C10.1974%203.83071%2010.3162%203.87865%2010.4578%203.87865Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.17383%2013.2903C10.4418%2013.8745%2011.704%2014.1666%2012.9603%2014.1666C13.1603%2014.1666%2013.3281%2014.0999%2013.4637%2013.9666C13.5991%2013.8333%2013.6668%2013.6666%2013.6668%2013.4666V11.3051C13.6668%2011.1435%2013.6136%2010.9991%2013.5072%2010.8718C13.4007%2010.7444%2013.2633%2010.6585%2013.095%2010.6141L11.2438%2010.2371C11.0839%2010.2149%2010.9299%2010.2255%2010.7817%2010.2691C10.6333%2010.3128%2010.507%2010.3889%2010.4027%2010.4974L8.90666%2012.0064C8.42889%2011.7363%207.984%2011.4444%207.572%2011.1308C7.16%2010.8171%206.77111%2010.4773%206.40533%2010.1114C6.03433%209.74309%205.68966%209.35659%205.37133%208.95192C5.05288%208.54714%204.76977%208.11786%204.522%207.66409L6.06166%206.16525C6.15911%206.07636%206.22666%205.96653%206.26433%205.83575C6.30189%205.70497%206.30744%205.54859%206.281%205.36659L5.89883%203.40509C5.86383%203.24353%205.782%203.10786%205.65333%202.99809C5.52466%202.8882%205.37616%202.83325%205.20783%202.83325H3.0335C2.8335%202.83325%202.66683%202.90097%202.5335%203.03642C2.40016%203.17197%202.3335%203.33975%202.3335%203.53975C2.3335%204.79609%202.62561%206.05714%203.20983%207.32292C3.79405%208.58881%204.61605%209.75381%205.67583%2010.8179C6.73994%2011.8819%207.90594%2012.706%209.17383%2013.2903Z'%20fill='%23A1A1A1'/%3e%3cpath%20d='M10.4578%203.87865H11.922L8.78601%207.01449C8.68946%207.11115%208.64118%207.22826%208.64118%207.36582C8.64118%207.50349%208.68946%207.6206%208.78601%207.71715C8.88257%207.81371%209.00074%207.86093%209.14051%207.85882C9.28029%207.85671%209.39635%207.80949%209.48868%207.71715L12.6245%204.58115V6.04532C12.6245%206.18699%2012.6724%206.30576%2012.7682%206.40165C12.8638%206.49743%2012.9826%206.54532%2013.1243%206.54532C13.266%206.54532%2013.3848%206.49743%2013.4807%206.40165C13.5766%206.30576%2013.6245%206.18699%2013.6245%206.04532V3.48115C13.6245%203.31048%2013.5667%203.16743%2013.4512%203.05198C13.3357%202.93643%2013.1927%202.87865%2013.022%202.87865H10.4578C10.3162%202.87865%2010.1974%202.92654%2010.1015%203.02232C10.0057%203.11799%209.95785%203.23671%209.95785%203.37849C9.95785%203.52015%2010.0057%203.63893%2010.1015%203.73482C10.1974%203.83071%2010.3162%203.87865%2010.4578%203.87865Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-outgoing-video-call{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7529_761294'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7529_761294)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.17666%2013.15C2.40999%2013.3833%202.69499%2013.5%203.03166%2013.5H10.6215C10.9582%2013.5%2011.2432%2013.3833%2011.4765%2013.15C11.7098%2012.9167%2011.8265%2012.6316%2011.8265%2012.2948V9.2435L13.6573%2011.0743C13.7557%2011.1727%2013.8661%2011.1972%2013.9887%2011.148C14.1113%2011.0989%2014.1727%2011.0051%2014.1727%2010.8667V6.13333C14.1727%205.99489%2014.1113%205.90111%2013.9887%205.852C13.8661%205.80278%2013.7557%205.82733%2013.6573%205.92567L11.8265%207.7565V4.70517C11.8265%204.36839%2011.7098%204.08333%2011.4765%203.85C11.2432%203.61667%2010.9582%203.5%2010.6215%203.5H3.03166C2.69499%203.5%202.40999%203.61667%202.17666%203.85C1.94333%204.08333%201.82666%204.36839%201.82666%204.70517V12.2948C1.82666%2012.6316%201.94333%2012.9167%202.17666%2013.15ZM5.81624%206.83332H7.28041L4.14441%209.96916C4.04785%2010.0658%203.99958%2010.1829%203.99958%2010.3205C3.99958%2010.4582%204.04785%2010.5753%204.14441%2010.6718C4.24097%2010.7684%204.35913%2010.8156%204.49891%2010.8135C4.63869%2010.8114%204.75474%2010.7642%204.84708%2010.6718L7.98291%207.53582V8.99999C7.98291%209.14166%208.0308%209.26043%208.12658%209.35632C8.22224%209.4521%208.34097%209.49999%208.48275%209.49999C8.62441%209.49999%208.74319%209.4521%208.83908%209.35632C8.93497%209.26043%208.98291%209.14166%208.98291%208.99999V6.43582C8.98291%206.26516%208.92513%206.1221%208.80958%206.00666C8.69413%205.8911%208.55108%205.83332%208.38041%205.83332H5.81624C5.67458%205.83332%205.5558%205.88121%205.45991%205.97699C5.36413%206.07266%205.31624%206.19138%205.31624%206.33316C5.31624%206.47482%205.36413%206.5936%205.45991%206.68949C5.5558%206.78538%205.67458%206.83332%205.81624%206.83332Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7529_761294'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7529_761294)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.17666%2013.15C2.40999%2013.3833%202.69499%2013.5%203.03166%2013.5H10.6215C10.9582%2013.5%2011.2432%2013.3833%2011.4765%2013.15C11.7098%2012.9167%2011.8265%2012.6316%2011.8265%2012.2948V9.2435L13.6573%2011.0743C13.7557%2011.1727%2013.8661%2011.1972%2013.9887%2011.148C14.1113%2011.0989%2014.1727%2011.0051%2014.1727%2010.8667V6.13333C14.1727%205.99489%2014.1113%205.90111%2013.9887%205.852C13.8661%205.80278%2013.7557%205.82733%2013.6573%205.92567L11.8265%207.7565V4.70517C11.8265%204.36839%2011.7098%204.08333%2011.4765%203.85C11.2432%203.61667%2010.9582%203.5%2010.6215%203.5H3.03166C2.69499%203.5%202.40999%203.61667%202.17666%203.85C1.94333%204.08333%201.82666%204.36839%201.82666%204.70517V12.2948C1.82666%2012.6316%201.94333%2012.9167%202.17666%2013.15ZM5.81624%206.83332H7.28041L4.14441%209.96916C4.04785%2010.0658%203.99958%2010.1829%203.99958%2010.3205C3.99958%2010.4582%204.04785%2010.5753%204.14441%2010.6718C4.24097%2010.7684%204.35913%2010.8156%204.49891%2010.8135C4.63869%2010.8114%204.75474%2010.7642%204.84708%2010.6718L7.98291%207.53582V8.99999C7.98291%209.14166%208.0308%209.26043%208.12658%209.35632C8.22224%209.4521%208.34097%209.49999%208.48275%209.49999C8.62441%209.49999%208.74319%209.4521%208.83908%209.35632C8.93497%209.26043%208.98291%209.14166%208.98291%208.99999V6.43582C8.98291%206.26516%208.92513%206.1221%208.80958%206.00666C8.69413%205.8911%208.55108%205.83332%208.38041%205.83332H5.81624C5.67458%205.83332%205.5558%205.88121%205.45991%205.97699C5.36413%206.07266%205.31624%206.19138%205.31624%206.33316C5.31624%206.47482%205.36413%206.5936%205.45991%206.68949C5.5558%206.78538%205.67458%206.83332%205.81624%206.83332Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-image{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_680692'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_680692)'%3e%3cpath%20d='M3.53866%2014.1666C3.20188%2014.1666%202.91683%2014.0499%202.6835%2013.8166C2.45016%2013.5833%202.3335%2013.2982%202.3335%2012.9614V4.03842C2.3335%203.70164%202.45016%203.41659%202.6835%203.18325C2.91683%202.94992%203.20188%202.83325%203.53866%202.83325H12.4617C12.7984%202.83325%2013.0835%202.94992%2013.3168%203.18325C13.5502%203.41659%2013.6668%203.70164%2013.6668%204.03842V12.9614C13.6668%2013.2982%2013.5502%2013.5833%2013.3168%2013.8166C13.0835%2014.0499%2012.7984%2014.1666%2012.4617%2014.1666H3.53866ZM5.10283%2011.6666H10.9488C11.0694%2011.6666%2011.1587%2011.6119%2011.2168%2011.5024C11.2749%2011.3931%2011.2659%2011.2871%2011.1898%2011.1846L9.60016%209.05509C9.53772%208.97475%209.45738%208.93458%209.35916%208.93458C9.26083%208.93458%209.1805%208.97475%209.11816%209.05509L7.48733%2011.1794L6.395%209.77942C6.33266%209.70331%206.25339%209.66525%206.15716%209.66525C6.06105%209.66525%205.98177%209.70547%205.91933%209.78592L4.86816%2011.1846C4.78783%2011.2871%204.77672%2011.3931%204.83483%2011.5024C4.89294%2011.6119%204.98227%2011.6666%205.10283%2011.6666Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_680692'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_680692)'%3e%3cpath%20d='M3.53866%2014.1666C3.20188%2014.1666%202.91683%2014.0499%202.6835%2013.8166C2.45016%2013.5833%202.3335%2013.2982%202.3335%2012.9614V4.03842C2.3335%203.70164%202.45016%203.41659%202.6835%203.18325C2.91683%202.94992%203.20188%202.83325%203.53866%202.83325H12.4617C12.7984%202.83325%2013.0835%202.94992%2013.3168%203.18325C13.5502%203.41659%2013.6668%203.70164%2013.6668%204.03842V12.9614C13.6668%2013.2982%2013.5502%2013.5833%2013.3168%2013.8166C13.0835%2014.0499%2012.7984%2014.1666%2012.4617%2014.1666H3.53866ZM5.10283%2011.6666H10.9488C11.0694%2011.6666%2011.1587%2011.6119%2011.2168%2011.5024C11.2749%2011.3931%2011.2659%2011.2871%2011.1898%2011.1846L9.60016%209.05509C9.53772%208.97475%209.45738%208.93458%209.35916%208.93458C9.26083%208.93458%209.1805%208.97475%209.11816%209.05509L7.48733%2011.1794L6.395%209.77942C6.33266%209.70331%206.25339%209.66525%206.15716%209.66525C6.06105%209.66525%205.98177%209.70547%205.91933%209.78592L4.86816%2011.1846C4.78783%2011.2871%204.77672%2011.3931%204.83483%2011.5024C4.89294%2011.6119%204.98227%2011.6666%205.10283%2011.6666Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-file{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_680464'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_680464)'%3e%3cpath%20d='M6%2012.3334H10C10.1417%2012.3334%2010.2604%2012.2855%2010.3562%2012.1896C10.4521%2012.0937%2010.5%2011.9749%2010.5%2011.8332C10.5%2011.6915%2010.4521%2011.5727%2010.3562%2011.4771C10.2604%2011.3813%2010.1417%2011.3334%2010%2011.3334H6C5.85833%2011.3334%205.73961%2011.3814%205.64383%2011.4772C5.54794%2011.5731%205.5%2011.6919%205.5%2011.8336C5.5%2011.9754%205.54794%2012.0941%205.64383%2012.1897C5.73961%2012.2855%205.85833%2012.3334%206%2012.3334ZM6%209.66675H10C10.1417%209.66675%2010.2604%209.6188%2010.3562%209.52291C10.4521%209.42703%2010.5%209.30825%2010.5%209.16658C10.5%209.0248%2010.4521%208.90608%2010.3562%208.81041C10.2604%208.71464%2010.1417%208.66675%2010%208.66675H6C5.85833%208.66675%205.73961%208.71469%205.64383%208.81058C5.54794%208.90647%205.5%209.02525%205.5%209.16691C5.5%209.30869%205.54794%209.42741%205.64383%209.52308C5.73961%209.61886%205.85833%209.66675%206%209.66675ZM4.20517%2014.8334C3.86839%2014.8334%203.58333%2014.7167%203.35%2014.4834C3.11667%2014.2501%203%2013.965%203%2013.6282V3.37191C3%203.03514%203.11667%202.75008%203.35%202.51675C3.58333%202.28341%203.86839%202.16675%204.20517%202.16675H9.00133C9.16389%202.16675%209.31883%202.19797%209.46617%202.26041C9.6135%202.32275%209.74189%202.40864%209.85133%202.51808L12.6487%205.31541C12.7581%205.42486%2012.844%205.55325%2012.9063%205.70058C12.9688%205.84791%2013%206.00286%2013%206.16541V13.6282C13%2013.965%2012.8833%2014.2501%2012.65%2014.4834C12.4167%2014.7167%2012.1316%2014.8334%2011.7948%2014.8334H4.20517ZM9%205.56675C9%205.73675%209.0575%205.87925%209.1725%205.99425C9.2875%206.10925%209.43%206.16675%209.6%206.16675H12L9%203.16675V5.56675Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_680464'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_680464)'%3e%3cpath%20d='M6%2012.3334H10C10.1417%2012.3334%2010.2604%2012.2855%2010.3562%2012.1896C10.4521%2012.0937%2010.5%2011.9749%2010.5%2011.8332C10.5%2011.6915%2010.4521%2011.5727%2010.3562%2011.4771C10.2604%2011.3813%2010.1417%2011.3334%2010%2011.3334H6C5.85833%2011.3334%205.73961%2011.3814%205.64383%2011.4772C5.54794%2011.5731%205.5%2011.6919%205.5%2011.8336C5.5%2011.9754%205.54794%2012.0941%205.64383%2012.1897C5.73961%2012.2855%205.85833%2012.3334%206%2012.3334ZM6%209.66675H10C10.1417%209.66675%2010.2604%209.6188%2010.3562%209.52291C10.4521%209.42703%2010.5%209.30825%2010.5%209.16658C10.5%209.0248%2010.4521%208.90608%2010.3562%208.81041C10.2604%208.71464%2010.1417%208.66675%2010%208.66675H6C5.85833%208.66675%205.73961%208.71469%205.64383%208.81058C5.54794%208.90647%205.5%209.02525%205.5%209.16691C5.5%209.30869%205.54794%209.42741%205.64383%209.52308C5.73961%209.61886%205.85833%209.66675%206%209.66675ZM4.20517%2014.8334C3.86839%2014.8334%203.58333%2014.7167%203.35%2014.4834C3.11667%2014.2501%203%2013.965%203%2013.6282V3.37191C3%203.03514%203.11667%202.75008%203.35%202.51675C3.58333%202.28341%203.86839%202.16675%204.20517%202.16675H9.00133C9.16389%202.16675%209.31883%202.19797%209.46617%202.26041C9.6135%202.32275%209.74189%202.40864%209.85133%202.51808L12.6487%205.31541C12.7581%205.42486%2012.844%205.55325%2012.9063%205.70058C12.9688%205.84791%2013%206.00286%2013%206.16541V13.6282C13%2013.965%2012.8833%2014.2501%2012.65%2014.4834C12.4167%2014.7167%2012.1316%2014.8334%2011.7948%2014.8334H4.20517ZM9%205.56675C9%205.73675%209.0575%205.87925%209.1725%205.99425C9.2875%206.10925%209.43%206.16675%209.6%206.16675H12L9%203.16675V5.56675Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-video{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_702310'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_702310)'%3e%3cpath%20d='M3.03166%2013.5C2.69499%2013.5%202.40999%2013.3833%202.17666%2013.15C1.94333%2012.9167%201.82666%2012.6316%201.82666%2012.2948V4.70517C1.82666%204.36839%201.94333%204.08333%202.17666%203.85C2.40999%203.61667%202.69499%203.5%203.03166%203.5H10.6215C10.9582%203.5%2011.2432%203.61667%2011.4765%203.85C11.7098%204.08333%2011.8265%204.36839%2011.8265%204.70517V7.7565L13.6573%205.92567C13.7557%205.82733%2013.8661%205.80278%2013.9887%205.852C14.1113%205.90111%2014.1727%205.99489%2014.1727%206.13333V10.8667C14.1727%2011.0051%2014.1113%2011.0989%2013.9887%2011.148C13.8661%2011.1972%2013.7557%2011.1727%2013.6573%2011.0743L11.8265%209.2435V12.2948C11.8265%2012.6316%2011.7098%2012.9167%2011.4765%2013.15C11.2432%2013.3833%2010.9582%2013.5%2010.6215%2013.5H3.03166Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_702310'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_702310)'%3e%3cpath%20d='M3.03166%2013.5C2.69499%2013.5%202.40999%2013.3833%202.17666%2013.15C1.94333%2012.9167%201.82666%2012.6316%201.82666%2012.2948V4.70517C1.82666%204.36839%201.94333%204.08333%202.17666%203.85C2.40999%203.61667%202.69499%203.5%203.03166%203.5H10.6215C10.9582%203.5%2011.2432%203.61667%2011.4765%203.85C11.7098%204.08333%2011.8265%204.36839%2011.8265%204.70517V7.7565L13.6573%205.92567C13.7557%205.82733%2013.8661%205.80278%2013.9887%205.852C14.1113%205.90111%2014.1727%205.99489%2014.1727%206.13333V10.8667C14.1727%2011.0051%2014.1113%2011.0989%2013.9887%2011.148C13.8661%2011.1972%2013.7557%2011.1727%2013.6573%2011.0743L11.8265%209.2435V12.2948C11.8265%2012.6316%2011.7098%2012.9167%2011.4765%2013.15C11.2432%2013.3833%2010.9582%2013.5%2010.6215%2013.5H3.03166Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-audio{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_680227'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_680227)'%3e%3cpath%20d='M7.99974%209.50008C7.53397%209.50008%207.13974%209.33875%206.81708%209.01608C6.49441%208.69341%206.33308%208.29919%206.33308%207.83341V3.83341C6.33308%203.36764%206.49441%202.97341%206.81708%202.65075C7.13974%202.32808%207.53397%202.16675%207.99974%202.16675C8.46552%202.16675%208.85975%202.32808%209.18241%202.65075C9.50508%202.97341%209.66641%203.36764%209.66641%203.83341V7.83341C9.66641%208.29919%209.50508%208.69341%209.18241%209.01608C8.85975%209.33875%208.46552%209.50008%207.99974%209.50008ZM7.49974%2013.8334V12.1359C6.50741%2012.0214%205.65697%2011.6137%204.94841%2010.9129C4.23997%2010.212%203.82502%209.35775%203.70358%208.35008C3.68569%208.20819%203.72286%208.08664%203.81508%207.98541C3.90741%207.88408%204.02452%207.83341%204.16641%207.83341C4.3083%207.83341%204.42708%207.88236%204.52274%207.98025C4.61852%208.07803%204.68224%208.19786%204.71391%208.33975C4.83524%209.15608%205.20852%209.8313%205.83375%2010.3654C6.45897%2010.8996%207.18097%2011.1667%207.99974%2011.1667C8.82963%2011.1667%209.55441%2010.8969%2010.1741%2010.3571C10.7937%209.81741%2011.1642%209.14497%2011.2856%208.33975C11.3172%208.19786%2011.381%208.07803%2011.4767%207.98025C11.5724%207.88236%2011.6912%207.83341%2011.8331%207.83341C11.975%207.83341%2012.0921%207.88408%2012.1844%207.98541C12.2766%208.08664%2012.3138%208.20819%2012.2959%208.35008C12.1745%209.33553%2011.7623%2010.1832%2011.0594%2010.8931C10.3564%2011.6029%209.50319%2012.0171%208.49974%2012.1359V13.8334C8.49974%2013.9753%208.45186%2014.0941%208.35608%2014.1897C8.26041%2014.2855%208.14163%2014.3334%207.99974%2014.3334C7.85786%2014.3334%207.73908%2014.2855%207.64341%2014.1897C7.54763%2014.0941%207.49974%2013.9753%207.49974%2013.8334Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_680227'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_680227)'%3e%3cpath%20d='M7.99974%209.50008C7.53397%209.50008%207.13974%209.33875%206.81708%209.01608C6.49441%208.69341%206.33308%208.29919%206.33308%207.83341V3.83341C6.33308%203.36764%206.49441%202.97341%206.81708%202.65075C7.13974%202.32808%207.53397%202.16675%207.99974%202.16675C8.46552%202.16675%208.85975%202.32808%209.18241%202.65075C9.50508%202.97341%209.66641%203.36764%209.66641%203.83341V7.83341C9.66641%208.29919%209.50508%208.69341%209.18241%209.01608C8.85975%209.33875%208.46552%209.50008%207.99974%209.50008ZM7.49974%2013.8334V12.1359C6.50741%2012.0214%205.65697%2011.6137%204.94841%2010.9129C4.23997%2010.212%203.82502%209.35775%203.70358%208.35008C3.68569%208.20819%203.72286%208.08664%203.81508%207.98541C3.90741%207.88408%204.02452%207.83341%204.16641%207.83341C4.3083%207.83341%204.42708%207.88236%204.52274%207.98025C4.61852%208.07803%204.68224%208.19786%204.71391%208.33975C4.83524%209.15608%205.20852%209.8313%205.83375%2010.3654C6.45897%2010.8996%207.18097%2011.1667%207.99974%2011.1667C8.82963%2011.1667%209.55441%2010.8969%2010.1741%2010.3571C10.7937%209.81741%2011.1642%209.14497%2011.2856%208.33975C11.3172%208.19786%2011.381%208.07803%2011.4767%207.98025C11.5724%207.88236%2011.6912%207.83341%2011.8331%207.83341C11.975%207.83341%2012.0921%207.88408%2012.1844%207.98541C12.2766%208.08664%2012.3138%208.20819%2012.2959%208.35008C12.1745%209.33553%2011.7623%2010.1832%2011.0594%2010.8931C10.3564%2011.6029%209.50319%2012.0171%208.49974%2012.1359V13.8334C8.49974%2013.9753%208.45186%2014.0941%208.35608%2014.1897C8.26041%2014.2855%208.14163%2014.3334%207.99974%2014.3334C7.85786%2014.3334%207.73908%2014.2855%207.64341%2014.1897C7.54763%2014.0941%207.49974%2013.9753%207.49974%2013.8334Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-poll{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.2692%2013.5C11.0985%2013.5%2010.9554%2013.4422%2010.8398%2013.3267C10.7244%2013.2112%2010.6667%2013.0681%2010.6667%2012.8973V10.1667C10.6667%209.996%2010.7244%209.85289%2010.8398%209.73733C10.9554%209.62189%2011.0985%209.56417%2011.2692%209.56417H12.3973C12.5681%209.56417%2012.7112%209.62189%2012.8267%209.73733C12.9422%209.85289%2013%209.996%2013%2010.1667V12.8973C13%2013.0681%2012.9422%2013.2112%2012.8267%2013.3267C12.7112%2013.4422%2012.5681%2013.5%2012.3973%2013.5H11.2692ZM7.43583%2013.5C7.26517%2013.5%207.12206%2013.4422%207.0065%2013.3267C6.89106%2013.2112%206.83333%2013.0681%206.83333%2012.8973V4.10267C6.83333%203.93189%206.89106%203.78878%207.0065%203.67333C7.12206%203.55778%207.26517%203.5%207.43583%203.5H8.56417C8.73483%203.5%208.87794%203.55778%208.9935%203.67333C9.10894%203.78878%209.16667%203.93189%209.16667%204.10267V12.8973C9.16667%2013.0681%209.10894%2013.2112%208.9935%2013.3267C8.87794%2013.4422%208.73483%2013.5%208.56417%2013.5H7.43583ZM3.60267%2013.5C3.43189%2013.5%203.28878%2013.4422%203.17333%2013.3267C3.05778%2013.2112%203%2013.0681%203%2012.8973V7.37483C3%207.20106%203.05778%207.05667%203.17333%206.94167C3.28878%206.82678%203.43189%206.76933%203.60267%206.76933H4.73083C4.9015%206.76933%205.04461%206.82706%205.16017%206.9425C5.27561%207.05794%205.33333%207.20106%205.33333%207.37183V12.8943C5.33333%2013.0682%205.27561%2013.2126%205.16017%2013.3275C5.04461%2013.4425%204.9015%2013.5%204.73083%2013.5H3.60267Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.2692%2013.5C11.0985%2013.5%2010.9554%2013.4422%2010.8398%2013.3267C10.7244%2013.2112%2010.6667%2013.0681%2010.6667%2012.8973V10.1667C10.6667%209.996%2010.7244%209.85289%2010.8398%209.73733C10.9554%209.62189%2011.0985%209.56417%2011.2692%209.56417H12.3973C12.5681%209.56417%2012.7112%209.62189%2012.8267%209.73733C12.9422%209.85289%2013%209.996%2013%2010.1667V12.8973C13%2013.0681%2012.9422%2013.2112%2012.8267%2013.3267C12.7112%2013.4422%2012.5681%2013.5%2012.3973%2013.5H11.2692ZM7.43583%2013.5C7.26517%2013.5%207.12206%2013.4422%207.0065%2013.3267C6.89106%2013.2112%206.83333%2013.0681%206.83333%2012.8973V4.10267C6.83333%203.93189%206.89106%203.78878%207.0065%203.67333C7.12206%203.55778%207.26517%203.5%207.43583%203.5H8.56417C8.73483%203.5%208.87794%203.55778%208.9935%203.67333C9.10894%203.78878%209.16667%203.93189%209.16667%204.10267V12.8973C9.16667%2013.0681%209.10894%2013.2112%208.9935%2013.3267C8.87794%2013.4422%208.73483%2013.5%208.56417%2013.5H7.43583ZM3.60267%2013.5C3.43189%2013.5%203.28878%2013.4422%203.17333%2013.3267C3.05778%2013.2112%203%2013.0681%203%2012.8973V7.37483C3%207.20106%203.05778%207.05667%203.17333%206.94167C3.28878%206.82678%203.43189%206.76933%203.60267%206.76933H4.73083C4.9015%206.76933%205.04461%206.82706%205.16017%206.9425C5.27561%207.05794%205.33333%207.20106%205.33333%207.37183V12.8943C5.33333%2013.0682%205.27561%2013.2126%205.16017%2013.3275C5.04461%2013.4425%204.9015%2013.5%204.73083%2013.5H3.60267Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-sticker{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.6665%2012.4112V4.58897C2.6665%203.8035%203.30325%203.16675%204.08873%203.16675H11.9109C12.6964%203.16675%2013.3332%203.8035%2013.3332%204.58897V8.85564H11.1998C9.82526%208.85564%208.71095%209.96995%208.71095%2011.3445V13.8334H4.08873C3.30325%2013.8334%202.6665%2013.1967%202.6665%2012.4112Z'%20fill='%23A1A1A1'/%3e%3cpath%20d='M13.3128%209.56675H11.1998C10.218%209.56675%209.42206%2010.3627%209.42206%2011.3445V13.8334H9.44999L13.3128%209.56675Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.6665%2012.4112V4.58897C2.6665%203.8035%203.30325%203.16675%204.08873%203.16675H11.9109C12.6964%203.16675%2013.3332%203.8035%2013.3332%204.58897V8.85564H11.1998C9.82526%208.85564%208.71095%209.96995%208.71095%2011.3445V13.8334H4.08873C3.30325%2013.8334%202.6665%2013.1967%202.6665%2012.4112Z'%20fill='%23A1A1A1'/%3e%3cpath%20d='M13.3128%209.56675H11.1998C10.218%209.56675%209.42206%2010.3627%209.42206%2011.3445V13.8334H9.44999L13.3128%209.56675Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-collaborative-document{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%204.14748C2%202.40917%203.40918%201%205.14749%201H15.8489C17.5873%201%2018.9964%202.40918%2018.9964%204.14749V9.5388C18.9964%209.70329%2018.932%209.86125%2018.8171%209.97886L14.75%2014.1389L8.93259%2019.7101C8.81541%2019.8223%208.65943%2019.8849%208.49719%2019.8849H5.14749C3.40918%2019.8849%202%2018.4757%202%2016.7374V4.14748ZM9.2393%203.95166C8.783%203.95166%208.41309%204.32157%208.41309%204.77788C8.41309%205.23418%208.783%205.60409%209.2393%205.60409H15.2195C15.6758%205.60409%2016.0457%205.23418%2016.0457%204.77788C16.0457%204.32157%2015.6758%203.95166%2015.2195%203.95166H9.2393ZM5.77641%207.41455C5.3201%207.41455%204.9502%207.78446%204.9502%208.24077C4.9502%208.69707%205.3201%209.06698%205.77641%209.06698H15.2189C15.6752%209.06698%2016.0451%208.69707%2016.0451%208.24077C16.0451%207.78446%2015.6752%207.41455%2015.2189%207.41455H5.77641ZM5.77641%2010.876C5.3201%2010.876%204.9502%2011.2459%204.9502%2011.7022C4.9502%2012.1585%205.3201%2012.5284%205.77641%2012.5284H13.3304C13.7867%2012.5284%2014.1566%2012.1585%2014.1566%2011.7022C14.1566%2011.2459%2013.7867%2010.876%2013.3304%2010.876H5.77641Z'%20fill='%23141414'/%3e%3cpath%20d='M21.1275%2011.3341C20.6359%2010.8424%2019.8387%2010.8424%2019.3471%2011.3341L11.4128%2019.2684C11.3622%2019.319%2011.3294%2019.3846%2011.3193%2019.4553L10.9521%2022.0259C10.9209%2022.244%2011.1079%2022.431%2011.326%2022.3998L13.8965%2022.0326C13.9673%2022.0225%2014.0329%2021.9897%2014.0835%2021.9391L22.0178%2014.0048C22.5095%2013.5132%2022.5095%2012.716%2022.0178%2012.2243L21.1275%2011.3341Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%204.14748C2%202.40917%203.40918%201%205.14749%201H15.8489C17.5873%201%2018.9964%202.40918%2018.9964%204.14749V9.5388C18.9964%209.70329%2018.932%209.86125%2018.8171%209.97886L14.75%2014.1389L8.93259%2019.7101C8.81541%2019.8223%208.65943%2019.8849%208.49719%2019.8849H5.14749C3.40918%2019.8849%202%2018.4757%202%2016.7374V4.14748ZM9.2393%203.95166C8.783%203.95166%208.41309%204.32157%208.41309%204.77788C8.41309%205.23418%208.783%205.60409%209.2393%205.60409H15.2195C15.6758%205.60409%2016.0457%205.23418%2016.0457%204.77788C16.0457%204.32157%2015.6758%203.95166%2015.2195%203.95166H9.2393ZM5.77641%207.41455C5.3201%207.41455%204.9502%207.78446%204.9502%208.24077C4.9502%208.69707%205.3201%209.06698%205.77641%209.06698H15.2189C15.6752%209.06698%2016.0451%208.69707%2016.0451%208.24077C16.0451%207.78446%2015.6752%207.41455%2015.2189%207.41455H5.77641ZM5.77641%2010.876C5.3201%2010.876%204.9502%2011.2459%204.9502%2011.7022C4.9502%2012.1585%205.3201%2012.5284%205.77641%2012.5284H13.3304C13.7867%2012.5284%2014.1566%2012.1585%2014.1566%2011.7022C14.1566%2011.2459%2013.7867%2010.876%2013.3304%2010.876H5.77641Z'%20fill='%23141414'/%3e%3cpath%20d='M21.1275%2011.3341C20.6359%2010.8424%2019.8387%2010.8424%2019.3471%2011.3341L11.4128%2019.2684C11.3622%2019.319%2011.3294%2019.3846%2011.3193%2019.4553L10.9521%2022.0259C10.9209%2022.244%2011.1079%2022.431%2011.326%2022.3998L13.8965%2022.0326C13.9673%2022.0225%2014.0329%2021.9897%2014.0835%2021.9391L22.0178%2014.0048C22.5095%2013.5132%2022.5095%2012.716%2022.0178%2012.2243L21.1275%2011.3341Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-collaborative-whiteboard{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.4679%204H20.24C21.135%204%2021.887%204.61242%2022.0998%205.44108L16.6916%2010.8492C16.6549%2010.886%2016.6073%2010.9098%2016.5559%2010.9171L14.576%2011.2C14.4176%2011.2226%2014.2818%2011.0868%2014.3044%2010.9284L14.5873%208.94854C14.5946%208.89713%2014.6184%208.84949%2014.6552%208.81277L19.4679%204Z'%20fill='%23141414'/%3e%3cpath%20d='M17.3466%204L13.5945%207.75211C13.3283%208.01833%2013.1556%208.3637%2013.1024%208.7364L12.8195%2010.7163C12.6555%2011.8646%2013.6397%2012.8489%2014.7881%2012.6849L16.768%2012.402C17.1407%2012.3488%2017.4861%2012.1761%2017.7523%2011.9099L22.16%207.50218V17.92C22.16%2018.9804%2021.3004%2019.84%2020.24%2019.84H3.92C2.85962%2019.84%202%2018.9804%202%2017.92V14.03C2.13801%2014.0301%202.27769%2013.9922%202.40275%2013.9126L2.58606%2013.7959C3.58623%2013.1593%205.7211%2011.8003%206.3322%2011.4511C6.43421%2011.3928%206.63006%2011.3244%206.87351%2011.298C7.11445%2011.2719%207.33773%2011.2938%207.5019%2011.354C7.65327%2011.4095%207.73091%2011.4857%207.77426%2011.5815C7.82369%2011.6908%207.8772%2011.9357%207.75398%2012.4121C7.51412%2013.3396%207.26658%2014.4095%207.33946%2015.3038C7.37704%2015.765%207.50392%2016.2502%207.82249%2016.6542C8.15314%2017.0735%208.62627%2017.3246%209.19678%2017.4197C10.3338%2017.6092%2011.3768%2016.938%2012.107%2016.3036C12.8753%2015.6361%2013.5146%2014.8173%2013.8801%2014.3299C14.1286%2013.9985%2014.0615%2013.5284%2013.7301%2013.2799C13.3987%2013.0314%2012.9286%2013.0985%2012.6801%2013.4299C12.3256%2013.9025%2011.7649%2014.6137%2011.1232%2015.1712C10.4434%2015.7619%209.86635%2016.0106%209.4434%2015.9401C9.17392%2015.8952%209.06101%2015.8023%209.00036%2015.7254C8.92763%2015.6332%208.85796%2015.4699%208.8345%2015.182C8.78531%2014.5784%208.95777%2013.7483%209.2062%2012.7877C9.38299%2012.1041%209.37649%2011.484%209.14093%2010.9633C8.89928%2010.4291%208.46692%2010.1102%208.01829%209.94573C7.58246%209.78593%207.11574%209.76292%206.71167%209.80677C6.31013%209.85035%205.90598%209.967%205.58799%2010.1487C4.98422%2010.4937%203.05774%2011.7176%202%2012.3909V5.92C2%204.85961%202.85961%204%203.92%204H17.3466Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.4679%204H20.24C21.135%204%2021.887%204.61242%2022.0998%205.44108L16.6916%2010.8492C16.6549%2010.886%2016.6073%2010.9098%2016.5559%2010.9171L14.576%2011.2C14.4176%2011.2226%2014.2818%2011.0868%2014.3044%2010.9284L14.5873%208.94854C14.5946%208.89713%2014.6184%208.84949%2014.6552%208.81277L19.4679%204Z'%20fill='%23141414'/%3e%3cpath%20d='M17.3466%204L13.5945%207.75211C13.3283%208.01833%2013.1556%208.3637%2013.1024%208.7364L12.8195%2010.7163C12.6555%2011.8646%2013.6397%2012.8489%2014.7881%2012.6849L16.768%2012.402C17.1407%2012.3488%2017.4861%2012.1761%2017.7523%2011.9099L22.16%207.50218V17.92C22.16%2018.9804%2021.3004%2019.84%2020.24%2019.84H3.92C2.85962%2019.84%202%2018.9804%202%2017.92V14.03C2.13801%2014.0301%202.27769%2013.9922%202.40275%2013.9126L2.58606%2013.7959C3.58623%2013.1593%205.7211%2011.8003%206.3322%2011.4511C6.43421%2011.3928%206.63006%2011.3244%206.87351%2011.298C7.11445%2011.2719%207.33773%2011.2938%207.5019%2011.354C7.65327%2011.4095%207.73091%2011.4857%207.77426%2011.5815C7.82369%2011.6908%207.8772%2011.9357%207.75398%2012.4121C7.51412%2013.3396%207.26658%2014.4095%207.33946%2015.3038C7.37704%2015.765%207.50392%2016.2502%207.82249%2016.6542C8.15314%2017.0735%208.62627%2017.3246%209.19678%2017.4197C10.3338%2017.6092%2011.3768%2016.938%2012.107%2016.3036C12.8753%2015.6361%2013.5146%2014.8173%2013.8801%2014.3299C14.1286%2013.9985%2014.0615%2013.5284%2013.7301%2013.2799C13.3987%2013.0314%2012.9286%2013.0985%2012.6801%2013.4299C12.3256%2013.9025%2011.7649%2014.6137%2011.1232%2015.1712C10.4434%2015.7619%209.86635%2016.0106%209.4434%2015.9401C9.17392%2015.8952%209.06101%2015.8023%209.00036%2015.7254C8.92763%2015.6332%208.85796%2015.4699%208.8345%2015.182C8.78531%2014.5784%208.95777%2013.7483%209.2062%2012.7877C9.38299%2012.1041%209.37649%2011.484%209.14093%2010.9633C8.89928%2010.4291%208.46692%2010.1102%208.01829%209.94573C7.58246%209.78593%207.11574%209.76292%206.71167%209.80677C6.31013%209.85035%205.90598%209.967%205.58799%2010.1487C4.98422%2010.4937%203.05774%2011.7176%202%2012.3909V5.92C2%204.85961%202.85961%204%203.92%204H17.3466Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-deleted{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_683456'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_683456)'%3e%3cpath%20d='M8.001%2014.8334C7.125%2014.8334%206.30161%2014.6672%205.53084%2014.3347C4.76006%2014.0023%204.08961%2013.5511%203.5195%2012.9812C2.94939%2012.4114%202.498%2011.7412%202.16534%2010.9707C1.83278%2010.2003%201.6665%209.37714%201.6665%208.50125C1.6665%207.62525%201.83273%206.80186%202.16517%206.03108C2.49761%205.2603%202.94878%204.58986%203.51867%204.01975C4.08856%203.44964%204.75873%202.99825%205.52917%202.66558C6.29961%202.33303%207.12278%202.16675%207.99867%202.16675C8.87467%202.16675%209.69806%202.33297%2010.4688%202.66541C11.2396%202.99786%2011.9101%203.44903%2012.4802%204.01891C13.0503%204.5888%2013.5017%205.25897%2013.8343%206.02941C14.1669%206.79986%2014.3332%207.62303%2014.3332%208.49891C14.3332%209.37491%2014.1669%2010.1983%2013.8345%2010.9691C13.5021%2011.7399%2013.0509%2012.4103%2012.481%2012.9804C11.9111%2013.5505%2011.2409%2014.0019%2010.4705%2014.3346C9.70006%2014.6671%208.87689%2014.8334%208.001%2014.8334ZM7.99984%2013.8334C8.62528%2013.8334%209.22761%2013.7276%209.80684%2013.5161C10.3859%2013.3045%2010.9152%2012.9984%2011.3947%2012.5976L3.90234%205.10525C3.50578%205.58469%203.20067%206.11397%202.987%206.69308C2.77334%207.2723%202.6665%207.87464%202.6665%208.50008C2.6665%209.98897%203.18317%2011.2501%204.2165%2012.2834C5.24984%2013.3167%206.51095%2013.8334%207.99984%2013.8334ZM12.0973%2011.8949C12.4981%2011.4155%2012.8043%2010.8862%2013.0158%2010.3071C13.2274%209.72786%2013.3332%209.12553%2013.3332%208.50008C13.3332%207.01119%2012.8165%205.75008%2011.7832%204.71675C10.7498%203.68341%209.48873%203.16675%207.99984%203.16675C7.37284%203.16675%206.76906%203.27147%206.1885%203.48091C5.60806%203.69025%205.08023%203.99747%204.605%204.40258L12.0973%2011.8949Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_683456'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_683456)'%3e%3cpath%20d='M8.001%2014.8334C7.125%2014.8334%206.30161%2014.6672%205.53084%2014.3347C4.76006%2014.0023%204.08961%2013.5511%203.5195%2012.9812C2.94939%2012.4114%202.498%2011.7412%202.16534%2010.9707C1.83278%2010.2003%201.6665%209.37714%201.6665%208.50125C1.6665%207.62525%201.83273%206.80186%202.16517%206.03108C2.49761%205.2603%202.94878%204.58986%203.51867%204.01975C4.08856%203.44964%204.75873%202.99825%205.52917%202.66558C6.29961%202.33303%207.12278%202.16675%207.99867%202.16675C8.87467%202.16675%209.69806%202.33297%2010.4688%202.66541C11.2396%202.99786%2011.9101%203.44903%2012.4802%204.01891C13.0503%204.5888%2013.5017%205.25897%2013.8343%206.02941C14.1669%206.79986%2014.3332%207.62303%2014.3332%208.49891C14.3332%209.37491%2014.1669%2010.1983%2013.8345%2010.9691C13.5021%2011.7399%2013.0509%2012.4103%2012.481%2012.9804C11.9111%2013.5505%2011.2409%2014.0019%2010.4705%2014.3346C9.70006%2014.6671%208.87689%2014.8334%208.001%2014.8334ZM7.99984%2013.8334C8.62528%2013.8334%209.22761%2013.7276%209.80684%2013.5161C10.3859%2013.3045%2010.9152%2012.9984%2011.3947%2012.5976L3.90234%205.10525C3.50578%205.58469%203.20067%206.11397%202.987%206.69308C2.77334%207.2723%202.6665%207.87464%202.6665%208.50008C2.6665%209.98897%203.18317%2011.2501%204.2165%2012.2834C5.24984%2013.3167%206.51095%2013.8334%207.99984%2013.8334ZM12.0973%2011.8949C12.4981%2011.4155%2012.8043%2010.8862%2013.0158%2010.3071C13.2274%209.72786%2013.3332%209.12553%2013.3332%208.50008C13.3332%207.01119%2012.8165%205.75008%2011.7832%204.71675C10.7498%203.68341%209.48873%203.16675%207.99984%203.16675C7.37284%203.16675%206.76906%203.27147%206.1885%203.48091C5.60806%203.69025%205.08023%203.99747%204.605%204.40258L12.0973%2011.8949Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-link{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_683031'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_683031)'%3e%3cpath%20d='M4.69217%2011.5257C3.85506%2011.5257%203.1415%2011.2307%202.5515%2010.6407C1.9615%2010.0508%201.6665%209.33736%201.6665%208.50036C1.6665%207.66336%201.9615%206.94981%202.5515%206.3597C3.1415%205.76948%203.85506%205.47437%204.69217%205.47437H6.705C6.84667%205.47437%206.96539%205.52231%207.06117%205.6182C7.15706%205.71409%207.205%205.83292%207.205%205.9747C7.205%206.11636%207.15706%206.23509%207.06117%206.33086C6.96539%206.42653%206.84667%206.47437%206.705%206.47437H4.69134C4.132%206.47437%203.65473%206.67203%203.2595%207.06736C2.86417%207.4627%202.6665%207.94025%202.6665%208.50003C2.6665%209.05981%202.86417%209.53736%203.2595%209.9327C3.65473%2010.328%204.132%2010.5257%204.69134%2010.5257H6.705C6.84667%2010.5257%206.96539%2010.5736%207.06117%2010.6695C7.15706%2010.7654%207.205%2010.8842%207.205%2011.0259C7.205%2011.1676%207.15706%2011.2864%207.06117%2011.382C6.96539%2011.4778%206.84667%2011.5257%206.705%2011.5257H4.69217ZM5.99984%209.00003C5.85817%209.00003%205.73945%208.95209%205.64367%208.8562C5.54778%208.76031%205.49984%208.64153%205.49984%208.49987C5.49984%208.35809%205.54778%208.23936%205.64367%208.1437C5.73945%208.04792%205.85817%208.00003%205.99984%208.00003H9.99984C10.1415%208.00003%2010.2602%208.04798%2010.356%208.14387C10.4519%208.23975%2010.4998%208.35853%2010.4998%208.5002C10.4998%208.64198%2010.4519%208.7607%2010.356%208.85636C10.2602%208.95214%2010.1415%209.00003%209.99984%209.00003H5.99984ZM9.29467%2011.5257C9.153%2011.5257%209.03428%2011.4778%208.9385%2011.3819C8.84261%2011.286%208.79467%2011.1671%208.79467%2011.0254C8.79467%2010.8837%208.84261%2010.765%208.9385%2010.6692C9.03428%2010.5735%209.153%2010.5257%209.29467%2010.5257H11.3083C11.8677%2010.5257%2012.3449%2010.328%2012.7402%209.9327C13.1355%209.53736%2013.3332%209.05981%2013.3332%208.50003C13.3332%207.94025%2013.1355%207.4627%2012.7402%207.06736C12.3449%206.67203%2011.8677%206.47437%2011.3083%206.47437H9.29467C9.153%206.47437%209.03428%206.42642%208.9385%206.33053C8.84261%206.23464%208.79467%206.11587%208.79467%205.9742C8.79467%205.83242%208.84261%205.7137%208.9385%205.61803C9.03428%205.52225%209.153%205.47437%209.29467%205.47437H11.3075C12.1446%205.47437%2012.8582%205.76936%2013.4482%206.35936C14.0382%206.94925%2014.3332%207.6627%2014.3332%208.4997C14.3332%209.3367%2014.0382%2010.0503%2013.4482%2010.6404C12.8582%2011.2306%2012.1446%2011.5257%2011.3075%2011.5257H9.29467Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_683031'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_683031)'%3e%3cpath%20d='M4.69217%2011.5257C3.85506%2011.5257%203.1415%2011.2307%202.5515%2010.6407C1.9615%2010.0508%201.6665%209.33736%201.6665%208.50036C1.6665%207.66336%201.9615%206.94981%202.5515%206.3597C3.1415%205.76948%203.85506%205.47437%204.69217%205.47437H6.705C6.84667%205.47437%206.96539%205.52231%207.06117%205.6182C7.15706%205.71409%207.205%205.83292%207.205%205.9747C7.205%206.11636%207.15706%206.23509%207.06117%206.33086C6.96539%206.42653%206.84667%206.47437%206.705%206.47437H4.69134C4.132%206.47437%203.65473%206.67203%203.2595%207.06736C2.86417%207.4627%202.6665%207.94025%202.6665%208.50003C2.6665%209.05981%202.86417%209.53736%203.2595%209.9327C3.65473%2010.328%204.132%2010.5257%204.69134%2010.5257H6.705C6.84667%2010.5257%206.96539%2010.5736%207.06117%2010.6695C7.15706%2010.7654%207.205%2010.8842%207.205%2011.0259C7.205%2011.1676%207.15706%2011.2864%207.06117%2011.382C6.96539%2011.4778%206.84667%2011.5257%206.705%2011.5257H4.69217ZM5.99984%209.00003C5.85817%209.00003%205.73945%208.95209%205.64367%208.8562C5.54778%208.76031%205.49984%208.64153%205.49984%208.49987C5.49984%208.35809%205.54778%208.23936%205.64367%208.1437C5.73945%208.04792%205.85817%208.00003%205.99984%208.00003H9.99984C10.1415%208.00003%2010.2602%208.04798%2010.356%208.14387C10.4519%208.23975%2010.4998%208.35853%2010.4998%208.5002C10.4998%208.64198%2010.4519%208.7607%2010.356%208.85636C10.2602%208.95214%2010.1415%209.00003%209.99984%209.00003H5.99984ZM9.29467%2011.5257C9.153%2011.5257%209.03428%2011.4778%208.9385%2011.3819C8.84261%2011.286%208.79467%2011.1671%208.79467%2011.0254C8.79467%2010.8837%208.84261%2010.765%208.9385%2010.6692C9.03428%2010.5735%209.153%2010.5257%209.29467%2010.5257H11.3083C11.8677%2010.5257%2012.3449%2010.328%2012.7402%209.9327C13.1355%209.53736%2013.3332%209.05981%2013.3332%208.50003C13.3332%207.94025%2013.1355%207.4627%2012.7402%207.06736C12.3449%206.67203%2011.8677%206.47437%2011.3083%206.47437H9.29467C9.153%206.47437%209.03428%206.42642%208.9385%206.33053C8.84261%206.23464%208.79467%206.11587%208.79467%205.9742C8.79467%205.83242%208.84261%205.7137%208.9385%205.61803C9.03428%205.52225%209.153%205.47437%209.29467%205.47437H11.3075C12.1446%205.47437%2012.8582%205.76936%2013.4482%206.35936C14.0382%206.94925%2014.3332%207.6627%2014.3332%208.4997C14.3332%209.3367%2014.0382%2010.0503%2013.4482%2010.6404C12.8582%2011.2306%2012.1446%2011.5257%2011.3075%2011.5257H9.29467Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-unsupported{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='22'%20height='27'%20viewBox='0%200%2022%2027'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.5996%206.66895V24.5361C21.5995%2025.7142%2020.6449%2026.6689%2019.4668%2026.6689H2.13379C0.955654%2026.6689%200.000105137%2025.7142%200%2024.5361V2.13574C0.000106552%200.957623%200.955645%200.00292969%202.13379%200.00292969H14.9336L21.5996%206.66895ZM10.1338%2019V20.333H11.4668V19H10.1338ZM10.8672%209.66699C10.4005%209.66699%209.99961%209.73291%209.59961%209.86621C9.13322%209.9996%208.79999%2010.2%208.4668%2010.5332C8.1335%2010.7999%207.8667%2011.1335%207.7334%2011.4668C7.60002%2011.8002%207.4668%2012.3334%207.4668%2013H8.7998C8.79982%2011.6667%209.46671%2010.7335%2010.7998%2010.7334C11.3998%2010.7334%2011.8669%2010.9333%2012.2002%2011.2666C12.5336%2011.6%2012.7334%2011.9337%2012.7334%2012.4004C12.7333%2012.8668%2012.6001%2013.2004%2012.4668%2013.4004C12.3334%2013.6004%2011.9996%2013.9339%2011.5332%2014.4004C11.0667%2014.8668%2010.8669%2015.2003%2010.667%2015.4668C10.4671%2015.7334%2010.3333%2015.9998%2010.2666%2016.333C10.1999%2016.6663%2010.1338%2017.0004%2010.1338%2017.667H11.4668C11.4668%2017.0004%2011.3998%2016.7999%2011.5332%2016.5332C11.6665%2016.2665%2011.7336%2015.9998%2011.9336%2015.7998C12.1335%2015.5998%2012.334%2015.2663%2012.8672%2014.7998C13.4003%2014.3332%2013.7339%2013.9328%2013.8672%2013.5996C14.0004%2013.2664%2014.1338%2012.933%2014.1338%2012.5332C14.1338%2011.6666%2013.8001%2011.0001%2013.2002%2010.4668C12.5337%209.93357%2011.8003%209.66707%2010.8672%209.66699Z'%20fill='%23CCCCCC'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='22'%20height='27'%20viewBox='0%200%2022%2027'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.5996%206.66895V24.5361C21.5995%2025.7142%2020.6449%2026.6689%2019.4668%2026.6689H2.13379C0.955654%2026.6689%200.000105137%2025.7142%200%2024.5361V2.13574C0.000106552%200.957623%200.955645%200.00292969%202.13379%200.00292969H14.9336L21.5996%206.66895ZM10.1338%2019V20.333H11.4668V19H10.1338ZM10.8672%209.66699C10.4005%209.66699%209.99961%209.73291%209.59961%209.86621C9.13322%209.9996%208.79999%2010.2%208.4668%2010.5332C8.1335%2010.7999%207.8667%2011.1335%207.7334%2011.4668C7.60002%2011.8002%207.4668%2012.3334%207.4668%2013H8.7998C8.79982%2011.6667%209.46671%2010.7335%2010.7998%2010.7334C11.3998%2010.7334%2011.8669%2010.9333%2012.2002%2011.2666C12.5336%2011.6%2012.7334%2011.9337%2012.7334%2012.4004C12.7333%2012.8668%2012.6001%2013.2004%2012.4668%2013.4004C12.3334%2013.6004%2011.9996%2013.9339%2011.5332%2014.4004C11.0667%2014.8668%2010.8669%2015.2003%2010.667%2015.4668C10.4671%2015.7334%2010.3333%2015.9998%2010.2666%2016.333C10.1999%2016.6663%2010.1338%2017.0004%2010.1338%2017.667H11.4668C11.4668%2017.0004%2011.3998%2016.7999%2011.5332%2016.5332C11.6665%2016.2665%2011.7336%2015.9998%2011.9336%2015.7998C12.1335%2015.5998%2012.334%2015.2663%2012.8672%2014.7998C13.4003%2014.3332%2013.7339%2013.9328%2013.8672%2013.5996C14.0004%2013.2664%2014.1338%2012.933%2014.1338%2012.5332C14.1338%2011.6666%2013.8001%2011.0001%2013.2002%2010.4668C12.5337%209.93357%2011.8003%209.66707%2010.8672%209.66699Z'%20fill='%23CCCCCC'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-thread{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7483_289797'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7483_289797)'%3e%3cpath%20d='M8.98184%2013.8052C8.8785%2013.7017%208.82789%2013.5836%208.83%2013.4507C8.83211%2013.3178%208.88273%2013.2017%208.98184%2013.1025L11.0845%2011H4.87167C4.53923%2011%204.25523%2010.8823%204.01967%2010.6468C3.78423%2010.4113%203.6665%2010.1273%203.6665%209.79483V4C3.6665%203.85811%203.71439%203.73933%203.81017%203.64367C3.90584%203.54789%204.02461%203.5%204.1665%203.5C4.30839%203.5%204.42717%203.54789%204.52284%203.64367C4.61862%203.73933%204.6665%203.85811%204.6665%204V9.79483C4.6665%209.85472%204.68573%209.90389%204.72417%209.94233C4.76261%209.98078%204.81178%2010%204.87167%2010H11.0845L8.97167%207.88717C8.86823%207.78372%208.81823%207.66661%208.82167%207.53583C8.82511%207.40517%208.87511%207.28811%208.97167%207.18467C9.07511%207.08122%209.19328%207.02889%209.32617%207.02767C9.45906%207.02633%209.57506%207.07522%209.67417%207.17433L12.578%2010.0782C12.6404%2010.1406%2012.6844%2010.2064%2012.71%2010.2757C12.7357%2010.3449%2012.7485%2010.4197%2012.7485%2010.5C12.7485%2010.5803%2012.7357%2010.6551%2012.71%2010.7243C12.6844%2010.7936%2012.6404%2010.8594%2012.578%2010.9218L9.69467%2013.8052C9.59123%2013.9085%209.47245%2013.9602%209.33834%2013.9602C9.20411%2013.9602%209.08528%2013.9085%208.98184%2013.8052Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7483_289797'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7483_289797)'%3e%3cpath%20d='M8.98184%2013.8052C8.8785%2013.7017%208.82789%2013.5836%208.83%2013.4507C8.83211%2013.3178%208.88273%2013.2017%208.98184%2013.1025L11.0845%2011H4.87167C4.53923%2011%204.25523%2010.8823%204.01967%2010.6468C3.78423%2010.4113%203.6665%2010.1273%203.6665%209.79483V4C3.6665%203.85811%203.71439%203.73933%203.81017%203.64367C3.90584%203.54789%204.02461%203.5%204.1665%203.5C4.30839%203.5%204.42717%203.54789%204.52284%203.64367C4.61862%203.73933%204.6665%203.85811%204.6665%204V9.79483C4.6665%209.85472%204.68573%209.90389%204.72417%209.94233C4.76261%209.98078%204.81178%2010%204.87167%2010H11.0845L8.97167%207.88717C8.86823%207.78372%208.81823%207.66661%208.82167%207.53583C8.82511%207.40517%208.87511%207.28811%208.97167%207.18467C9.07511%207.08122%209.19328%207.02889%209.32617%207.02767C9.45906%207.02633%209.57506%207.07522%209.67417%207.17433L12.578%2010.0782C12.6404%2010.1406%2012.6844%2010.2064%2012.71%2010.2757C12.7357%2010.3449%2012.7485%2010.4197%2012.7485%2010.5C12.7485%2010.5803%2012.7357%2010.6551%2012.71%2010.7243C12.6844%2010.7936%2012.6404%2010.8594%2012.578%2010.9218L9.69467%2013.8052C9.59123%2013.9085%209.47245%2013.9602%209.33834%2013.9602C9.20411%2013.9602%209.08528%2013.9085%208.98184%2013.8052Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-none{display:none}.cometchat-conversations__trailing-view{display:flex;flex-direction:column;gap:var(--cometchat-padding-1, 4px)}.cometchat-conversations__trailing-view-badge{display:flex;justify-content:flex-end;gap:var(--cometchat-padding-1, 4px)}.cometchat-conversations__trailing-view-badge-count{display:flex;height:20px;padding:0 8px;flex-direction:column;justify-content:center;align-items:center;border-radius:20px;background:var(--cometchat-primary-color, #6852D6);overflow:hidden;color:var( --cometchat-static-white, #FFF);text-align:center;text-overflow:ellipsis;font:var(--cometchat-font-caption1-regular);font-style:normal}.cometchat-conversations__subtitle{display:flex;gap:var(--cometchat-padding-1, 4px);width:100%;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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{width:14px;height:14px;margin-right:-12px;position:relative;top:20px;right:15px;border-radius:var(--cometchat-radius-max, 1000px);background:var(--cometchat-success-color,#09C26F);min-width:14px;border:2px solid var(--cometchat-neutral-color-50,#FFFFFF);display:flex;align-items:center;justify-content:center}.cometchat-conversations__list-item-password .cometchat-list-item__status{width:14px;height:14px;margin-right:-14px;position:relative;top:20px;right:15px;border-radius:var(--cometchat-radius-max, 1000px);min-width:14px;border:2px solid var(--cometchat-neutral-color-50, #FFF);display:flex;align-items:center;justify-content:center;background-color:var(--cometchat-success-color,#09C26F)}.cometchat-conversations__list-item-private .cometchat-list-item__status{width:14px;height:14px;margin-right:-14px;position:relative;top:20px;right:15px;border-radius:var(--cometchat-radius-max, 1000px);min-width:14px;border:2px solid var(--cometchat-neutral-color-50, #FFF);display:flex;align-items:center;justify-content:center;background-color:var(--cometchat-warning-color,#FFAB00)}.cometchat-conversations__list-item-password .cometchat-list-item__status-icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7292_139201'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='8'%20height='8'%3e%3crect%20width='8'%20height='8'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7292_139201)'%3e%3cpath%20d='M2.10258%207.16797C1.93686%207.16797%201.795%207.10897%201.677%206.99097C1.559%206.87297%201.5%206.73111%201.5%206.56539V3.43722C1.5%203.2715%201.559%203.12964%201.677%203.01164C1.795%202.89364%201.93686%202.83464%202.10258%202.83464H2.5V2.16797C2.5%201.75175%202.64594%201.39769%202.93783%201.1058C3.22972%200.813913%203.58378%200.667969%204%200.667969C4.41622%200.667969%204.77028%200.813913%205.06217%201.1058C5.35406%201.39769%205.5%201.75175%205.5%202.16797V2.83464H5.89742C6.06314%202.83464%206.205%202.89364%206.323%203.01164C6.441%203.12964%206.5%203.2715%206.5%203.43722V6.56539C6.5%206.73111%206.441%206.87297%206.323%206.99097C6.205%207.10897%206.06314%207.16797%205.89742%207.16797H2.10258ZM4%205.58464C4.16194%205.58464%204.29967%205.52791%204.41317%205.41447C4.52661%205.30097%204.58333%205.16325%204.58333%205.0013C4.58333%204.83936%204.52661%204.70164%204.41317%204.58814C4.29967%204.47469%204.16194%204.41797%204%204.41797C3.83806%204.41797%203.70033%204.47469%203.58683%204.58814C3.47339%204.70164%203.41667%204.83936%203.41667%205.0013C3.41667%205.16325%203.47339%205.30097%203.58683%205.41447C3.70033%205.52791%203.83806%205.58464%204%205.58464ZM3%202.83464H5V2.16797C5%201.89019%204.90278%201.65408%204.70833%201.45964C4.51389%201.26519%204.27778%201.16797%204%201.16797C3.72222%201.16797%203.48611%201.26519%203.29167%201.45964C3.09722%201.65408%203%201.89019%203%202.16797V2.83464Z'%20fill='white'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7292_139201'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='8'%20height='8'%3e%3crect%20width='8'%20height='8'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7292_139201)'%3e%3cpath%20d='M2.10258%207.16797C1.93686%207.16797%201.795%207.10897%201.677%206.99097C1.559%206.87297%201.5%206.73111%201.5%206.56539V3.43722C1.5%203.2715%201.559%203.12964%201.677%203.01164C1.795%202.89364%201.93686%202.83464%202.10258%202.83464H2.5V2.16797C2.5%201.75175%202.64594%201.39769%202.93783%201.1058C3.22972%200.813913%203.58378%200.667969%204%200.667969C4.41622%200.667969%204.77028%200.813913%205.06217%201.1058C5.35406%201.39769%205.5%201.75175%205.5%202.16797V2.83464H5.89742C6.06314%202.83464%206.205%202.89364%206.323%203.01164C6.441%203.12964%206.5%203.2715%206.5%203.43722V6.56539C6.5%206.73111%206.441%206.87297%206.323%206.99097C6.205%207.10897%206.06314%207.16797%205.89742%207.16797H2.10258ZM4%205.58464C4.16194%205.58464%204.29967%205.52791%204.41317%205.41447C4.52661%205.30097%204.58333%205.16325%204.58333%205.0013C4.58333%204.83936%204.52661%204.70164%204.41317%204.58814C4.29967%204.47469%204.16194%204.41797%204%204.41797C3.83806%204.41797%203.70033%204.47469%203.58683%204.58814C3.47339%204.70164%203.41667%204.83936%203.41667%205.0013C3.41667%205.16325%203.47339%205.30097%203.58683%205.41447C3.70033%205.52791%203.83806%205.58464%204%205.58464ZM3%202.83464H5V2.16797C5%201.89019%204.90278%201.65408%204.70833%201.45964C4.51389%201.26519%204.27778%201.16797%204%201.16797C3.72222%201.16797%203.48611%201.26519%203.29167%201.45964C3.09722%201.65408%203%201.89019%203%202.16797V2.83464Z'%20fill='white'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;height:8px;width:8px;display:flex;align-items:center;justify-content:center;-webkit-mask-size:contain;mask-size:contain;border:none;align-self:center;background:var(--cometchat-static-white,#FFF)}.cometchat-conversations__list-item-private .cometchat-list-item__status-icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2021.371C11.8962%2021.371%2011.7943%2021.3627%2011.6942%2021.346C11.5942%2021.3293%2011.4974%2021.3043%2011.4037%2021.271C9.29492%2020.521%207.61708%2019.1913%206.37025%2017.2818C5.12342%2015.3721%204.5%2013.3115%204.5%2011.1V6.59625C4.5%206.21792%204.60967%205.87658%204.829%205.57225C5.04817%205.26775%205.33017%205.04692%205.675%204.90975L11.3672%202.78475C11.5814%202.70775%2011.7923%202.66925%2012%202.66925C12.2077%202.66925%2012.4186%202.70775%2012.6328%202.78475L18.325%204.90975C18.6698%205.04692%2018.9518%205.26775%2019.171%205.57225C19.3903%205.87658%2019.5%206.21792%2019.5%206.59625V11.1C19.5%2013.3115%2018.8766%2015.3721%2017.6298%2017.2818C16.3829%2019.1913%2014.7051%2020.521%2012.5963%2021.271C12.5026%2021.3043%2012.4058%2021.3293%2012.3058%2021.346C12.2058%2021.3627%2012.1038%2021.371%2012%2021.371Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2021.371C11.8962%2021.371%2011.7943%2021.3627%2011.6942%2021.346C11.5942%2021.3293%2011.4974%2021.3043%2011.4037%2021.271C9.29492%2020.521%207.61708%2019.1913%206.37025%2017.2818C5.12342%2015.3721%204.5%2013.3115%204.5%2011.1V6.59625C4.5%206.21792%204.60967%205.87658%204.829%205.57225C5.04817%205.26775%205.33017%205.04692%205.675%204.90975L11.3672%202.78475C11.5814%202.70775%2011.7923%202.66925%2012%202.66925C12.2077%202.66925%2012.4186%202.70775%2012.6328%202.78475L18.325%204.90975C18.6698%205.04692%2018.9518%205.26775%2019.171%205.57225C19.3903%205.87658%2019.5%206.21792%2019.5%206.59625V11.1C19.5%2013.3115%2018.8766%2015.3721%2017.6298%2017.2818C16.3829%2019.1913%2014.7051%2020.521%2012.5963%2021.271C12.5026%2021.3043%2012.4058%2021.3293%2012.3058%2021.346C12.2058%2021.3627%2012.1038%2021.371%2012%2021.371Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;height:8px;width:8px;display:flex;align-items:center;justify-content:center;-webkit-mask-size:contain;mask-size:contain;border:none;align-self:center;background:var(--cometchat-static-white,#FFF)}.cometchat-conversations__trailing-view-options-delete-backdrop{background:#00000080;position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;display:flex;align-items:center;justify-content:center}.cometchat-conversations__trailing-view-options .cometchat-menu-list__menu{background-color:transparent}.cometchat-conversations__trailing-view-options .cometchat-menu-list__main-menu-item{background-color:transparent;box-shadow:none}.cometchat-conversations .cometchat-list__header{border-bottom:none}.cometchat-conversations__trailing-view-options .cometchat-menu-list__main-menu-item-icon-delete{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.73364%2020.8332C6.29731%2020.8332%205.92431%2020.6785%205.61464%2020.369C5.30514%2020.0595%205.15039%2019.6865%205.15039%2019.25V5.55H4.94614C4.72397%205.55%204.53581%205.47266%204.38164%205.318C4.22747%205.16316%204.15039%204.97566%204.15039%204.7555C4.15039%204.53516%204.22747%204.34858%204.38164%204.19575C4.53581%204.04308%204.72397%203.96675%204.94614%203.96675H8.83689V3.95425C8.83689%203.73558%208.91339%203.54966%209.06639%203.3965C9.21956%203.24333%209.40731%203.16675%209.62964%203.16675H14.3961C14.612%203.16675%2014.7972%203.244%2014.9519%203.3985C15.1064%203.55317%2015.1836%203.73841%2015.1836%203.95425V3.96675H19.0831C19.2975%203.96675%2019.4817%204.04425%2019.6359%204.19925C19.7901%204.35441%2019.8671%204.54033%2019.8671%204.757C19.8671%204.98017%2019.7898%205.16808%2019.6351%205.32075C19.4806%205.47358%2019.2955%205.55%2019.0796%205.55H18.8671V19.25C18.8671%2019.6865%2018.7123%2020.0595%2018.4026%2020.369C18.0931%2020.6785%2017.7201%2020.8332%2017.2836%2020.8332H6.73364ZM17.2836%205.55H6.73364V19.25H17.2836V5.55ZM9.99489%2017.1707C10.2127%2017.1707%2010.3986%2017.0951%2010.5526%2016.9437C10.7066%2016.7924%2010.7836%2016.6056%2010.7836%2016.3832V8.4C10.7836%208.17783%2010.7061%207.98966%2010.5509%207.8355C10.3959%207.68133%2010.2101%207.60425%209.99339%207.60425C9.77022%207.60425%209.58231%207.68133%209.42964%207.8355C9.27681%207.98966%209.20039%208.17783%209.20039%208.4V16.3832C9.20039%2016.6056%209.27839%2016.7924%209.43439%2016.9437C9.59022%2017.0951%209.77706%2017.1707%209.99489%2017.1707ZM14.0284%2017.1707C14.2462%2017.1707%2014.4321%2017.0951%2014.5861%2016.9437C14.7401%2016.7924%2014.8171%2016.6056%2014.8171%2016.3832V8.4C14.8171%208.17783%2014.7396%207.98966%2014.5844%207.8355C14.4292%207.68133%2014.2433%207.60425%2014.0266%207.60425C13.8036%207.60425%2013.6157%207.68133%2013.4629%207.8355C13.3101%207.98966%2013.2336%208.17783%2013.2336%208.4V16.3832C13.2336%2016.6056%2013.3116%2016.7924%2013.4676%2016.9437C13.6236%2017.0951%2013.8106%2017.1707%2014.0284%2017.1707Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.73364%2020.8332C6.29731%2020.8332%205.92431%2020.6785%205.61464%2020.369C5.30514%2020.0595%205.15039%2019.6865%205.15039%2019.25V5.55H4.94614C4.72397%205.55%204.53581%205.47266%204.38164%205.318C4.22747%205.16316%204.15039%204.97566%204.15039%204.7555C4.15039%204.53516%204.22747%204.34858%204.38164%204.19575C4.53581%204.04308%204.72397%203.96675%204.94614%203.96675H8.83689V3.95425C8.83689%203.73558%208.91339%203.54966%209.06639%203.3965C9.21956%203.24333%209.40731%203.16675%209.62964%203.16675H14.3961C14.612%203.16675%2014.7972%203.244%2014.9519%203.3985C15.1064%203.55317%2015.1836%203.73841%2015.1836%203.95425V3.96675H19.0831C19.2975%203.96675%2019.4817%204.04425%2019.6359%204.19925C19.7901%204.35441%2019.8671%204.54033%2019.8671%204.757C19.8671%204.98017%2019.7898%205.16808%2019.6351%205.32075C19.4806%205.47358%2019.2955%205.55%2019.0796%205.55H18.8671V19.25C18.8671%2019.6865%2018.7123%2020.0595%2018.4026%2020.369C18.0931%2020.6785%2017.7201%2020.8332%2017.2836%2020.8332H6.73364ZM17.2836%205.55H6.73364V19.25H17.2836V5.55ZM9.99489%2017.1707C10.2127%2017.1707%2010.3986%2017.0951%2010.5526%2016.9437C10.7066%2016.7924%2010.7836%2016.6056%2010.7836%2016.3832V8.4C10.7836%208.17783%2010.7061%207.98966%2010.5509%207.8355C10.3959%207.68133%2010.2101%207.60425%209.99339%207.60425C9.77022%207.60425%209.58231%207.68133%209.42964%207.8355C9.27681%207.98966%209.20039%208.17783%209.20039%208.4V16.3832C9.20039%2016.6056%209.27839%2016.7924%209.43439%2016.9437C9.59022%2017.0951%209.77706%2017.1707%209.99489%2017.1707ZM14.0284%2017.1707C14.2462%2017.1707%2014.4321%2017.0951%2014.5861%2016.9437C14.7401%2016.7924%2014.8171%2016.6056%2014.8171%2016.3832V8.4C14.8171%208.17783%2014.7396%207.98966%2014.5844%207.8355C14.4292%207.68133%2014.2433%207.60425%2014.0266%207.60425C13.8036%207.60425%2013.6157%207.68133%2013.4629%207.8355C13.3101%207.98966%2013.2336%208.17783%2013.2336%208.4V16.3832C13.2336%2016.6056%2013.3116%2016.7924%2013.4676%2016.9437C13.6236%2017.0951%2013.8106%2017.1707%2014.0284%2017.1707Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;background:var(--cometchat-error-color,#F44649);width:24px;height:24px;-webkit-mask-size:contain}.cometchat-conversations__trailing-view-options .cometchat-menu-list__sub-menu-icon{width:20px;height:20px;background:var(--cometchat-icon-color-secondary, #A1A1A1)}.cometchat-conversations__trailing-view-options .cometchat-menu-list__sub-menu{display:flex;width:20px;height:20px;justify-content:center;align-items:center;border-radius:var(--cometchat-radius-1, 4px);background:var( --cometchat-background-color-04, #E8E8E8)}.cometchat-conversations__subtitle-text .cometchat-mentions{border-radius:var(--cometchat-radius, 2px);background:#6852d633;padding:0px var(--cometchat-padding, 2px)}.cometchat-conversations__subtitle-text .cometchat-mentions-you{border-radius:var(--cometchat-radius, 2px);background:#ffab0033;padding:0px var(--cometchat-padding, 2px)}.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{overflow:hidden;color:var(--cometchat-text-color-highlight, #6852D6);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-body-regular);font-style:normal}.cometchat-conversations .cometchat-confirm-dialog{width:320px}.cometchat-conversations__empty-state-view,.cometchat-conversations__error-state-view{height:100%;display:flex;flex-direction:column;gap:var(--cometchat-padding-5, 20px);justify-content:center;align-items:center;background:var(--cometchat-background-color-01, #FFF)}.cometchat-conversations__empty-state-view-icon{-webkit-mask:url(/_assets/conversations_empty_state-zTzoFLtL.svg) center center no-repeat;mask:url(/_assets/conversations_empty_state-zTzoFLtL.svg) center center no-repeat}.cometchat-conversations__error-state-view-icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7089_707053'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='120'%20height='120'%3e%3cpath%20d='M120%2060C120%2068.9108%20118.054%2077.3757%20114.559%2084.9811C105.089%20105.649%2084.2189%20120%2060%20120C35.7811%20120%2014.9108%20105.649%205.44054%2084.9811C1.94595%2077.3757%200%2068.9108%200%2060C0%2026.8622%2026.8622%200%2060%200C93.1378%200%20120%2026.8622%20120%2060Z'%20fill='%23F4F7FC'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7089_707053)'%3e%3cpath%20d='M2.625%2084L22.5%2079.875L39%2086.25L24%2094.5L2.625%2084Z'%20fill='%23DCDCDC'/%3e%3cpath%20d='M117.375%2084L97.5%2079.875L81%2086.25L96%2094.5L117.375%2084Z'%20fill='%23DCDCDC'/%3e%3cpath%20opacity='0.6'%20d='M39%2086.25H81L96%2094.5H24L39%2086.25Z'%20fill='%23A1A1A1'/%3e%3cpath%20d='M45.0793%2050.5798C51.8385%2046.6773%2060.4814%2048.9932%2064.3838%2055.7524C68.2863%2062.5115%2065.9704%2071.1545%2059.2112%2075.0569L51.2626%2079.646L49.1291%2089.2059C48.8661%2090.3844%2047.2924%2090.6255%2046.6887%2089.5798L43.0171%2083.2205C37.4837%2083.9945%2031.7809%2081.424%2028.8155%2076.2878C24.9131%2069.5286%2027.229%2060.8857%2033.9882%2056.9833L45.0793%2050.5798Z'%20fill='%23E8E8E8'/%3e%3ccircle%20cx='2.2081'%20cy='2.2081'%20r='2.2081'%20transform='matrix(-0.866025%200.5%200.5%200.866025%2054.8662%2058.7017)'%20fill='%23FAFAFA'/%3e%3ccircle%20cx='2.2081'%20cy='2.2081'%20r='2.2081'%20transform='matrix(-0.866025%200.5%200.5%200.866025%2047.217%2063.1196)'%20fill='%23FAFAFA'/%3e%3ccircle%20cx='2.2081'%20cy='2.2081'%20r='2.2081'%20transform='matrix(-0.866025%200.5%200.5%200.866025%2039.568%2067.5317)'%20fill='%23FAFAFA'/%3e%3cpath%20d='M68.7319%2023.6854C58.716%2021.0017%2048.4209%2026.9456%2045.7371%2036.9615C43.0534%2046.9774%2048.9973%2057.2726%2059.0132%2059.9563L70.7932%2063.1128L76.8182%2074.647C77.5609%2076.0689%2079.6633%2075.8372%2080.0785%2074.2876L82.6036%2064.864C89.9703%2063.9541%2096.404%2058.6946%2098.4433%2051.0841C101.127%2041.0681%2095.1831%2030.773%2085.1672%2028.0892L68.7319%2023.6854Z'%20fill='%23DCDCDC'/%3e%3ccircle%20cx='61.039'%20cy='41.0622'%20r='2.93362'%20transform='rotate(15%2061.039%2041.0622)'%20fill='%23FAFAFA'/%3e%3ccircle%20cx='72.3738'%20cy='44.0973'%20r='2.93362'%20transform='rotate(15%2072.3738%2044.0973)'%20fill='%23FAFAFA'/%3e%3ccircle%20cx='83.7081'%20cy='47.1384'%20r='2.93362'%20transform='rotate(15%2083.7081%2047.1384)'%20fill='%23FAFAFA'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M41.6951%2032.7839C42.2994%2032.6391%2042.6718%2032.0319%2042.527%2031.4277C42.3822%2030.8234%2041.775%2030.451%2041.1708%2030.5958L38.2534%2031.2949C37.6492%2031.4397%2037.2768%2032.0469%2037.4216%2032.6511C37.5663%2033.2553%2038.1735%2033.6278%2038.7777%2033.483L41.6951%2032.7839ZM52.5122%2019.092C52.5109%2019.7133%2052.0063%2020.216%2051.385%2020.2148C50.7637%2020.2136%2050.261%2019.7089%2050.2622%2019.0876L50.268%2016.0876C50.2692%2015.4663%2050.7739%2014.9636%2051.3952%2014.9648C52.0165%2014.966%2052.5192%2015.4707%2052.518%2016.092L52.5122%2019.092ZM43.1169%2026.0355C42.9758%2026.6405%2042.3709%2027.0167%2041.7658%2026.8756L38.8442%2026.1942C38.2391%2026.0531%2037.863%2025.4482%2038.0041%2024.8431C38.1452%2024.2381%2038.7501%2023.8619%2039.3552%2024.003L42.2768%2024.6844C42.8819%2024.8255%2043.258%2025.4304%2043.1169%2026.0355ZM46.7835%2020.5285C47.0607%2021.0846%2046.8345%2021.76%2046.2784%2022.0372C45.7224%2022.3143%2045.0469%2022.0882%2044.7698%2021.5321L43.4316%2018.8471C43.1544%2018.291%2043.3805%2017.6156%2043.9366%2017.3384C44.4927%2017.0613%2045.1682%2017.2874%2045.4453%2017.8435L46.7835%2020.5285Z'%20fill='%23DCDCDC'/%3e%3crect%20x='24'%20y='94.5'%20width='72'%20height='63'%20fill='%23DCDCDC'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7089_707053'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='120'%20height='120'%3e%3cpath%20d='M120%2060C120%2068.9108%20118.054%2077.3757%20114.559%2084.9811C105.089%20105.649%2084.2189%20120%2060%20120C35.7811%20120%2014.9108%20105.649%205.44054%2084.9811C1.94595%2077.3757%200%2068.9108%200%2060C0%2026.8622%2026.8622%200%2060%200C93.1378%200%20120%2026.8622%20120%2060Z'%20fill='%23F4F7FC'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7089_707053)'%3e%3cpath%20d='M2.625%2084L22.5%2079.875L39%2086.25L24%2094.5L2.625%2084Z'%20fill='%23DCDCDC'/%3e%3cpath%20d='M117.375%2084L97.5%2079.875L81%2086.25L96%2094.5L117.375%2084Z'%20fill='%23DCDCDC'/%3e%3cpath%20opacity='0.6'%20d='M39%2086.25H81L96%2094.5H24L39%2086.25Z'%20fill='%23A1A1A1'/%3e%3cpath%20d='M45.0793%2050.5798C51.8385%2046.6773%2060.4814%2048.9932%2064.3838%2055.7524C68.2863%2062.5115%2065.9704%2071.1545%2059.2112%2075.0569L51.2626%2079.646L49.1291%2089.2059C48.8661%2090.3844%2047.2924%2090.6255%2046.6887%2089.5798L43.0171%2083.2205C37.4837%2083.9945%2031.7809%2081.424%2028.8155%2076.2878C24.9131%2069.5286%2027.229%2060.8857%2033.9882%2056.9833L45.0793%2050.5798Z'%20fill='%23E8E8E8'/%3e%3ccircle%20cx='2.2081'%20cy='2.2081'%20r='2.2081'%20transform='matrix(-0.866025%200.5%200.5%200.866025%2054.8662%2058.7017)'%20fill='%23FAFAFA'/%3e%3ccircle%20cx='2.2081'%20cy='2.2081'%20r='2.2081'%20transform='matrix(-0.866025%200.5%200.5%200.866025%2047.217%2063.1196)'%20fill='%23FAFAFA'/%3e%3ccircle%20cx='2.2081'%20cy='2.2081'%20r='2.2081'%20transform='matrix(-0.866025%200.5%200.5%200.866025%2039.568%2067.5317)'%20fill='%23FAFAFA'/%3e%3cpath%20d='M68.7319%2023.6854C58.716%2021.0017%2048.4209%2026.9456%2045.7371%2036.9615C43.0534%2046.9774%2048.9973%2057.2726%2059.0132%2059.9563L70.7932%2063.1128L76.8182%2074.647C77.5609%2076.0689%2079.6633%2075.8372%2080.0785%2074.2876L82.6036%2064.864C89.9703%2063.9541%2096.404%2058.6946%2098.4433%2051.0841C101.127%2041.0681%2095.1831%2030.773%2085.1672%2028.0892L68.7319%2023.6854Z'%20fill='%23DCDCDC'/%3e%3ccircle%20cx='61.039'%20cy='41.0622'%20r='2.93362'%20transform='rotate(15%2061.039%2041.0622)'%20fill='%23FAFAFA'/%3e%3ccircle%20cx='72.3738'%20cy='44.0973'%20r='2.93362'%20transform='rotate(15%2072.3738%2044.0973)'%20fill='%23FAFAFA'/%3e%3ccircle%20cx='83.7081'%20cy='47.1384'%20r='2.93362'%20transform='rotate(15%2083.7081%2047.1384)'%20fill='%23FAFAFA'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M41.6951%2032.7839C42.2994%2032.6391%2042.6718%2032.0319%2042.527%2031.4277C42.3822%2030.8234%2041.775%2030.451%2041.1708%2030.5958L38.2534%2031.2949C37.6492%2031.4397%2037.2768%2032.0469%2037.4216%2032.6511C37.5663%2033.2553%2038.1735%2033.6278%2038.7777%2033.483L41.6951%2032.7839ZM52.5122%2019.092C52.5109%2019.7133%2052.0063%2020.216%2051.385%2020.2148C50.7637%2020.2136%2050.261%2019.7089%2050.2622%2019.0876L50.268%2016.0876C50.2692%2015.4663%2050.7739%2014.9636%2051.3952%2014.9648C52.0165%2014.966%2052.5192%2015.4707%2052.518%2016.092L52.5122%2019.092ZM43.1169%2026.0355C42.9758%2026.6405%2042.3709%2027.0167%2041.7658%2026.8756L38.8442%2026.1942C38.2391%2026.0531%2037.863%2025.4482%2038.0041%2024.8431C38.1452%2024.2381%2038.7501%2023.8619%2039.3552%2024.003L42.2768%2024.6844C42.8819%2024.8255%2043.258%2025.4304%2043.1169%2026.0355ZM46.7835%2020.5285C47.0607%2021.0846%2046.8345%2021.76%2046.2784%2022.0372C45.7224%2022.3143%2045.0469%2022.0882%2044.7698%2021.5321L43.4316%2018.8471C43.1544%2018.291%2043.3805%2017.6156%2043.9366%2017.3384C44.4927%2017.0613%2045.1682%2017.2874%2045.4453%2017.8435L46.7835%2020.5285Z'%20fill='%23DCDCDC'/%3e%3crect%20x='24'%20y='94.5'%20width='72'%20height='63'%20fill='%23DCDCDC'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat}.cometchat-conversations__empty-state-view-body,.cometchat-conversations__error-state-view-body{display:flex;flex-direction:column;gap:var(--cometchat-padding, 2px)}.cometchat-conversations__empty-state-view-body-title,.cometchat-conversations__error-state-view-body-title{width:280px;color:var(--cometchat-text-color-primary, #141414);text-align:center;font:var(--cometchat-font-heading3-bold);font-style:normal}.cometchat-conversations__empty-state-view-body-description,.cometchat-conversations__error-state-view-body-description{width:280px;color:var(--cometchat-text-color-secondary, #727272);text-align:center;font:var(--cometchat-font-body-regular);font-style:normal}.cometchat-conversations__shimmer{width:100%;height:100%;background:var(--cometchat-background-color-01, #FFF)}.cometchat-conversations .cometchat-conversations__list-item-agent .cometchat-list-item__title-container{max-width:90%}.cometchat-conversations__shimmer-item{height:72px;display:flex;width:100%;min-width:240px;padding:var(--cometchat-padding-3, 12px) var(--cometchat-padding-4, 16px);align-items:center;gap:12px}.cometchat-conversations__shimmer-item-avatar{display:flex;flex-shrink:0;width:48px;height:48px;border-radius:var(--cometchat-radius-max,1000px);background:var( --cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%) )}.cometchat-conversations__shimmer-item-body{width:100%;height:100%;display:flex;flex-direction:column;gap:var(--cometchat-padding-2, 8px)}.cometchat-conversations__shimmer-item-body-title-wrapper{display:flex;justify-content:space-between;width:100%}.cometchat-conversations__shimmer-item-body-title{width:50%;height:22px;flex-shrink:0;border-radius:var(--cometchat-radius-2, 8px);background:var( --cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%) );animation:shimmerAnimation 1.5s infinite linear}.cometchat-conversations__shimmer-item-body-subtitle{width:100%;height:12px;flex-shrink:0;border-radius:var(--cometchat-radius-2, 8px);background:var( --cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%) );animation:shimmerAnimation 1.5s infinite linear}.cometchat-conversations__shimmer-item-body-tail{width:60px;height:22px;min-height:22px;border-radius:var(--cometchat-radius-2, 8px);background:var( --cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%) );animation:shimmerAnimation 10.5s infinite linear}.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{position:absolute;top:0;right:0;z-index:1}.cometchat-conversations .cometchat-list-item__trailing-view-hidden{visibility:hidden;display:initial}.cometchat-users{display:flex;width:100%;height:100%;flex-direction:column;align-items:flex-start;gap:0px;flex-shrink:0;background:var(--cometchat-background-color-01, #FFF);position:relative;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.cometchat-users input,.cometchat-users .cometchat-search-bar__input{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.cometchat-users__list-item::selection,.cometchat-users__list-item *::selection{background:transparent;color:inherit}.cometchat-users__empty-state-view{display:flex;flex-direction:column}.cometchat-users__empty-state-view,.cometchat-users__error-state-view{height:100%;display:flex;flex-direction:column;gap:var(--cometchat-padding-5, 20px);justify-content:center;align-items:center;background:var(--cometchat-background-color-01, #FFF)}.cometchat-users__empty-state-view-body,.cometchat-users__error-state-view-body{display:flex;flex-direction:column;gap:var(--cometchat-padding, 2px)}.cometchat-users__empty-state-view-body-title,.cometchat-users__error-state-view-body-title{width:280px;color:var(--cometchat-text-color-primary, #141414);text-align:center;font:var(--cometchat-font-heading3-bold);font-style:normal}.cometchat-users__empty-state-view-body-description,.cometchat-users__error-state-view-body-description{width:280px;color:var(--cometchat-text-color-secondary, #727272);text-align:center;font:var(--cometchat-font-body-regular);font-style:normal}.cometchat-users__shimmer{width:100%;height:100%;background:var(--cometchat-background-color-01, #FFF)}.cometchat-users__shimmer-item{height:72px;display:flex;width:100%;min-width:240px;max-width:1440px;padding:var(--cometchat-padding-3, 12px) var(--cometchat-padding-4, 16px);align-items:center;gap:12px}.cometchat-users__shimmer-item-avatar{display:flex;flex-shrink:0;width:48px;height:48px;border-radius:var(--cometchat-radius-max, 1000px);background:var(--cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%))}.cometchat-users__shimmer-item-body{display:flex;flex-direction:column;width:100%;height:100%;gap:var(--cometchat-padding-2, 8px)}.cometchat-users__shimmer-item-title{width:50%;height:22px;flex-shrink:0;border-radius:var(--cometchat-radius-2, 8px);background:var(--cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%));animation:shimmerAnimation 1.5s infinite linear}.cometchat-users__shimmer-item-body-subtitle{width:25%;height:12px;flex-shrink:0;border-radius:var(--cometchat-radius-2, 8px);background:var(--cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%));animation:shimmerAnimation 1.5s infinite linear}.cometchat-users__list-item-online .cometchat-list-item__status{width:14px;height:14px;margin-right:-12px;position:relative;top:20px;right:15px;border-radius:var(--cometchat-radius-max, 1000px);background:var(--cometchat-success-color, #09C26F);min-width:14px;border:2px solid var(--cometchat-neutral-color-50, #FFFFFF);display:flex;align-items:center;justify-content:center}.cometchat-users__list-item-active .cometchat-list-item{background-color:var(--cometchat-white-pressed, #E8E8E8)}.cometchat-users__list-item{cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.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{padding:0;min-height:43px}.cometchat-users__selected-preview{position:absolute;bottom:0;left:0;right:0;width:100%;max-height:30vh;padding-top:var(--cometchat-padding-4, 16px);padding-left:var(--cometchat-padding-4, 16px);padding-right:var(--cometchat-padding-4, 16px);padding-bottom:0;background:var(--cometchat-background-color-01, #FFF);border-top:1px solid var(--cometchat-border-color-light, #F5F5F5);box-sizing:border-box;overflow-y:auto;overflow-x:hidden;z-index:10}.cometchat-users__selected-preview-hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.cometchat-users__selected-preview-hide-scrollbar::-webkit-scrollbar{display:none}.cometchat-users__selected-preview-container{display:flex;flex-wrap:wrap;gap:var(--cometchat-padding-2, 8px);max-height:calc(2 * (32px + var(--cometchat-padding-2, 8px)));overflow-y:auto;overflow-x:hidden}.cometchat-users__selected-preview-container-hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.cometchat-users__selected-preview-container-hide-scrollbar::-webkit-scrollbar{display:none}.cometchat-users__selected-preview-chip{display:flex;align-items:center;gap:var(--cometchat-padding-2, 8px);border:1px solid var(--cometchat-border-color-default, #E8E8E8);padding:var(--cometchat-padding-1, 4px);background:var(--cometchat-background-color-03, #F5F5F5);border-radius:var(--cometchat-radius-max, 1000px);height:32px;box-sizing:border-box;flex-shrink:0}.cometchat-users__selected-preview-chip .cometchat-avatar{width:24px;height:24px;flex-shrink:0}.cometchat-users__selected-preview-chip .cometchat-avatar .cometchat-avatar__text{font:var( --cometchat-font-caption1-bold)}.cometchat-users__selected-preview-chip-name{color:var(--cometchat-text-color-primary, #141414);font:var(--cometchat-font-body-medium);max-width:48px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cometchat-users__selected-preview-chip-close{display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border:none;background:transparent;cursor:pointer;flex-shrink:0}.cometchat-users__selected-preview-chip-close img{width:16px;height:16px;opacity:.6;transition:opacity .2s}.cometchat-users__selected-preview-chip-close:hover img{opacity:1}.cometchat-users__selected-preview-chip-close-button{border:none;background:none;cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0}.cometchat-users__selected-preview-chip-close-button .cometchat-button{background:transparent;border:none;border-radius:0;padding:0;margin:0;height:fit-content;width:fit-content}.cometchat-users__selected-preview-chip-close-button .cometchat-button .cometchat-button__icon{height:24px;width:24px;background:var(--cometchat-icon-color-secondary)}.cometchat-groups{display:flex;width:100%;height:100%;flex-direction:column;align-items:flex-start;gap:0px;flex-shrink:0;background:var(--cometchat-background-color-01, #FFF)}.cometchat-groups__empty-state-view{display:flex;flex-direction:column}.cometchat-groups__empty-state-view,.cometchat-groups__error-state-view{height:100%;display:flex;flex-direction:column;gap:var(--cometchat-padding-5, 20px);justify-content:center;align-items:center;background:var(--cometchat-background-color-01, #FFF)}.cometchat-groups__empty-state-view-body,.cometchat-groups__error-state-view-body{display:flex;flex-direction:column;gap:var(--cometchat-padding, 2px)}.cometchat-groups__empty-state-view-body-title,.cometchat-groups__error-state-view-body-title{width:280px;color:var(--cometchat-text-color-primary, #141414);text-align:center;font:var(--cometchat-font-heading3-bold);font-style:normal}.cometchat-groups__empty-state-view-body-description,.cometchat-groups__error-state-view-body-description{width:280px;color:var(--cometchat-text-color-secondary, #727272);text-align:center;font:var(--cometchat-font-body-regular);font-style:normal}.cometchat-groups__shimmer{width:100%;height:100%;background:var(--cometchat-background-color-01, #FFF)}.cometchat-groups__shimmer-item{height:72px;display:flex;width:100%;min-width:240px;max-width:1440px;padding:var(--cometchat-padding-3, 12px) var(--cometchat-padding-4, 16px);align-items:center;gap:12px}.cometchat-groups__shimmer-item-avatar{display:flex;flex-shrink:0;width:48px;height:48px;border-radius:var(--cometchat-radius-max,1000px);background:var( --cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%) )}.cometchat-groups__shimmer-item-body{display:flex;flex-direction:column;width:100%;height:100%;gap:var(--cometchat-padding-2, 8px)}.cometchat-groups__shimmer-item-body-title{width:50%;height:22px;flex-shrink:0;border-radius:var(--cometchat-radius-2, 8px);background:var( --cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%) );animation:shimmerAnimation 1.5s infinite linear}.cometchat-groups__shimmer-item-body-subtitle{width:25%;height:12px;flex-shrink:0;border-radius:var(--cometchat-radius-2, 8px);background:var( --cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%) );animation:shimmerAnimation 1.5s infinite linear}.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{width:14px;height:14px;margin-right:-14px;position:relative;top:20px;right:15px;border-radius:var(--cometchat-radius-max, 1000px);min-width:14px;border:2px solid var(--cometchat-neutral-color-50, #FFF);display:flex;align-items:center;justify-content:center;background-color:var(--cometchat-success-color,#09C26F)}.cometchat-groups__list-item-private .cometchat-list-item__status{width:14px;height:14px;margin-right:-14px;position:relative;top:20px;right:15px;border-radius:var(--cometchat-radius-max, 1000px);min-width:14px;border:2px solid var(--cometchat-neutral-color-50, #FFF);display:flex;align-items:center;justify-content:center;background-color:var(--cometchat-warning-color,#FFAB00)}.cometchat-groups__list-item-password .cometchat-list-item__status-icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7292_139201'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='8'%20height='8'%3e%3crect%20width='8'%20height='8'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7292_139201)'%3e%3cpath%20d='M2.10258%207.16797C1.93686%207.16797%201.795%207.10897%201.677%206.99097C1.559%206.87297%201.5%206.73111%201.5%206.56539V3.43722C1.5%203.2715%201.559%203.12964%201.677%203.01164C1.795%202.89364%201.93686%202.83464%202.10258%202.83464H2.5V2.16797C2.5%201.75175%202.64594%201.39769%202.93783%201.1058C3.22972%200.813913%203.58378%200.667969%204%200.667969C4.41622%200.667969%204.77028%200.813913%205.06217%201.1058C5.35406%201.39769%205.5%201.75175%205.5%202.16797V2.83464H5.89742C6.06314%202.83464%206.205%202.89364%206.323%203.01164C6.441%203.12964%206.5%203.2715%206.5%203.43722V6.56539C6.5%206.73111%206.441%206.87297%206.323%206.99097C6.205%207.10897%206.06314%207.16797%205.89742%207.16797H2.10258ZM4%205.58464C4.16194%205.58464%204.29967%205.52791%204.41317%205.41447C4.52661%205.30097%204.58333%205.16325%204.58333%205.0013C4.58333%204.83936%204.52661%204.70164%204.41317%204.58814C4.29967%204.47469%204.16194%204.41797%204%204.41797C3.83806%204.41797%203.70033%204.47469%203.58683%204.58814C3.47339%204.70164%203.41667%204.83936%203.41667%205.0013C3.41667%205.16325%203.47339%205.30097%203.58683%205.41447C3.70033%205.52791%203.83806%205.58464%204%205.58464ZM3%202.83464H5V2.16797C5%201.89019%204.90278%201.65408%204.70833%201.45964C4.51389%201.26519%204.27778%201.16797%204%201.16797C3.72222%201.16797%203.48611%201.26519%203.29167%201.45964C3.09722%201.65408%203%201.89019%203%202.16797V2.83464Z'%20fill='white'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7292_139201'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='8'%20height='8'%3e%3crect%20width='8'%20height='8'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7292_139201)'%3e%3cpath%20d='M2.10258%207.16797C1.93686%207.16797%201.795%207.10897%201.677%206.99097C1.559%206.87297%201.5%206.73111%201.5%206.56539V3.43722C1.5%203.2715%201.559%203.12964%201.677%203.01164C1.795%202.89364%201.93686%202.83464%202.10258%202.83464H2.5V2.16797C2.5%201.75175%202.64594%201.39769%202.93783%201.1058C3.22972%200.813913%203.58378%200.667969%204%200.667969C4.41622%200.667969%204.77028%200.813913%205.06217%201.1058C5.35406%201.39769%205.5%201.75175%205.5%202.16797V2.83464H5.89742C6.06314%202.83464%206.205%202.89364%206.323%203.01164C6.441%203.12964%206.5%203.2715%206.5%203.43722V6.56539C6.5%206.73111%206.441%206.87297%206.323%206.99097C6.205%207.10897%206.06314%207.16797%205.89742%207.16797H2.10258ZM4%205.58464C4.16194%205.58464%204.29967%205.52791%204.41317%205.41447C4.52661%205.30097%204.58333%205.16325%204.58333%205.0013C4.58333%204.83936%204.52661%204.70164%204.41317%204.58814C4.29967%204.47469%204.16194%204.41797%204%204.41797C3.83806%204.41797%203.70033%204.47469%203.58683%204.58814C3.47339%204.70164%203.41667%204.83936%203.41667%205.0013C3.41667%205.16325%203.47339%205.30097%203.58683%205.41447C3.70033%205.52791%203.83806%205.58464%204%205.58464ZM3%202.83464H5V2.16797C5%201.89019%204.90278%201.65408%204.70833%201.45964C4.51389%201.26519%204.27778%201.16797%204%201.16797C3.72222%201.16797%203.48611%201.26519%203.29167%201.45964C3.09722%201.65408%203%201.89019%203%202.16797V2.83464Z'%20fill='white'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;height:8px;width:8px;display:flex;align-items:center;justify-content:center;-webkit-mask-size:contain;mask-size:contain;border:none;align-self:center;background:var(--cometchat-static-white,#FFF)}.cometchat-groups__list-item-private .cometchat-list-item__status-icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2021.371C11.8962%2021.371%2011.7943%2021.3627%2011.6942%2021.346C11.5942%2021.3293%2011.4974%2021.3043%2011.4037%2021.271C9.29492%2020.521%207.61708%2019.1913%206.37025%2017.2818C5.12342%2015.3721%204.5%2013.3115%204.5%2011.1V6.59625C4.5%206.21792%204.60967%205.87658%204.829%205.57225C5.04817%205.26775%205.33017%205.04692%205.675%204.90975L11.3672%202.78475C11.5814%202.70775%2011.7923%202.66925%2012%202.66925C12.2077%202.66925%2012.4186%202.70775%2012.6328%202.78475L18.325%204.90975C18.6698%205.04692%2018.9518%205.26775%2019.171%205.57225C19.3903%205.87658%2019.5%206.21792%2019.5%206.59625V11.1C19.5%2013.3115%2018.8766%2015.3721%2017.6298%2017.2818C16.3829%2019.1913%2014.7051%2020.521%2012.5963%2021.271C12.5026%2021.3043%2012.4058%2021.3293%2012.3058%2021.346C12.2058%2021.3627%2012.1038%2021.371%2012%2021.371Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2021.371C11.8962%2021.371%2011.7943%2021.3627%2011.6942%2021.346C11.5942%2021.3293%2011.4974%2021.3043%2011.4037%2021.271C9.29492%2020.521%207.61708%2019.1913%206.37025%2017.2818C5.12342%2015.3721%204.5%2013.3115%204.5%2011.1V6.59625C4.5%206.21792%204.60967%205.87658%204.829%205.57225C5.04817%205.26775%205.33017%205.04692%205.675%204.90975L11.3672%202.78475C11.5814%202.70775%2011.7923%202.66925%2012%202.66925C12.2077%202.66925%2012.4186%202.70775%2012.6328%202.78475L18.325%204.90975C18.6698%205.04692%2018.9518%205.26775%2019.171%205.57225C19.3903%205.87658%2019.5%206.21792%2019.5%206.59625V11.1C19.5%2013.3115%2018.8766%2015.3721%2017.6298%2017.2818C16.3829%2019.1913%2014.7051%2020.521%2012.5963%2021.271C12.5026%2021.3043%2012.4058%2021.3293%2012.3058%2021.346C12.2058%2021.3627%2012.1038%2021.371%2012%2021.371Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;height:8px;width:8px;display:flex;align-items:center;justify-content:center;-webkit-mask-size:contain;mask-size:contain;border:none;align-self:center;background:var(--cometchat-static-white,#FFF)}.cometchat-groups__subtitle{overflow:hidden;color:var(--cometchat-text-color-secondary, #727272);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-body-regular);font-style:normal}.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{display:flex;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-4, 16px);align-items:center;gap:var(--cometchat-padding-3, 12px);flex:1 0 0;align-self:stretch;justify-content:space-between;height:63px;background:var(--cometchat-background-color-01);width:100%;overflow:hidden}.cometchat-message-header .cometchat-message-header__subtitle{overflow:hidden;color:var(--cometchat-icon-color-secondary);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-caption1-regular);width:100%;text-align:left;height:100%;min-height:17px;display:block}.cometchat-message-header .cometchat-message-header__subtitle.cometchat-message-header__subtitle-typing{color:var(--cometchat-text-color-highlight)}.cometchat-message-header .cometchat-list-item__title-container{gap:0;height:fit-content}.cometchat-message-header>div:not([class]){display:flex;align-items:center;justify-content:flex-start;gap:var(--cometchat-padding-2, 8px);flex:1 0 0;width:100%;overflow:hidden}.cometchat-message-header .cometchat-list-item__trailing-view{width:auto}.cometchat-message-header__back-button{width:24px;height:24px;display:flex;justify-content:center;align-items:center;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8318'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8318)'%3e%3cpath%20d='M7.37295%2012.75L12.5422%2017.9192C12.6909%2018.0679%2012.7643%2018.2419%2012.7625%2018.4412C12.7605%2018.6406%2012.682%2018.8178%2012.527%2018.973C12.3718%2019.1178%2012.1961%2019.1928%2012%2019.198C11.8038%2019.2032%2011.6281%2019.1282%2011.473%2018.973L5.1327%2012.6327C5.03904%2012.5391%204.97304%2012.4403%204.9347%2012.3365C4.8962%2012.2327%204.87695%2012.1205%204.87695%2012C4.87695%2011.8795%204.8962%2011.7673%204.9347%2011.6635C4.97304%2011.5597%205.03904%2011.4609%205.1327%2011.3672L11.473%205.02699C11.6115%204.88849%2011.783%204.81766%2011.9875%204.81449C12.192%204.81133%2012.3718%204.88216%2012.527%205.02699C12.682%205.18216%2012.7595%205.36033%2012.7595%205.56149C12.7595%205.76283%2012.682%205.94108%2012.527%206.09624L7.37295%2011.25H18.75C18.9628%2011.25%2019.141%2011.3218%2019.2845%2011.4655C19.4281%2011.609%2019.5%2011.7872%2019.5%2012C19.5%2012.2128%2019.4281%2012.391%2019.2845%2012.5345C19.141%2012.6782%2018.9628%2012.75%2018.75%2012.75H7.37295Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e");-webkit-mask-size:contain;background:var(--cometchat-icon-color-primary);cursor:pointer}.cometchat-message-header .cometchat-message-header__conversation-summary-button .cometchat-button{background:transparent;border:none;justify-content:center;align-items:center;height:fit-content;width:fit-content;padding:0}.cometchat-message-header .cometchat-message-header__conversation-summary-button .cometchat-button .cometchat-button__icon{height:24px;width:24px;background:var(--cometchat-icon-color-primary, #141414)}.cometchat-message-header .cometchat-message-header__search-button .cometchat-button{background:transparent;border:none;justify-content:center;align-items:center;height:fit-content;width:fit-content;padding:0}.cometchat-message-header .cometchat-message-header__search-button .cometchat-button__icon,.cometchat-message-header .cometchat-menu-list__sub-menu-icon{height:24px;width:24px;background:var(--cometchat-icon-color-primary, #141414)}.cometchat-message-header .cometchat-message-header__menu{display:flex;justify-content:center;align-items:center;height:fit-content;width:fit-content}.cometchat-message-header .cometchat-message-header__menu .cometchat-button{background:transparent;border:none;justify-content:center;align-items:center;height:24px;width:24px;padding:0}.cometchat-message-header .cometchat-menu-list__sub-menu-list{width:max-content}.cometchat-message-header__listitem{height:100%;width:100%;display:flex;align-items:center;justify-content:flex-start;overflow:hidden}.cometchat-message-header__auxiliary-button-view{width:fit-content;display:flex;gap:var(--cometchat-padding-4, 16px);align-items:center;justify-content:flex-end;gap:16px}.cometchat-message-header .cometchat-list-item{padding:0}.cometchat-message-header .cometchat-list-item:hover{background:transparent;cursor:default}.cometchat-message-header .cometchat-list-item__body{padding:0}.cometchat-message-header .cometchat-list-item .cometchat-list-item__body-title{overflow:hidden;text-overflow:ellipsis;width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start}.cometchat-message-header .cometchat-list-item .cometchat-avatar{display:flex;width:40px;height:40px;justify-content:center;align-items:center;flex-shrink:0;border-radius:var(--cometchat-radius-max)}.cometchat-message-header .cometchat-list-item .cometchat-list-item__leading-view{height:40px;width:40px;padding:0}.cometchat-message-header__listitem>.cometchat{height:100%;width: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{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;align-self:stretch;border-radius:var(--cometchat-radius-2, 8px);border:1px solid var(--cometchat-border-color-light);background:var(--cometchat-background-color-01);width:100%;height:100%}.cometchat-message-composer__send-button{display:flex;width:32px;height:32px;padding:var(--cometchat-padding-1, 4px);justify-content:center;align-items:center;gap:var(--cometchat-padding-1, 4px);border-radius:60px;background:var(--cometchat-background-color-04)}.cometchat-message-composer__send-button .cometchat-button{cursor:default}.cometchat-message-composer__send-button-active{cursor:pointer;background:var(--cometchat-primary-color)}.cometchat-message-composer__auxilary-button-view-sticker-button .cometchat-popover__content{height:300px;overflow:hidden;width:272px}.cometchat-message-composer__emoji-keyboard-button .cometchat-popover__content{height:300px;width:300px;overflow:hidden}.cometchat-message-composer__secondary-button-view-attachment-button .cometchat-popover__content{height:332px;border:none}.cometchat-message-composer__voice-recording-button .cometchat-popover__content{width:fit-content;max-height:300px;height:fit-content;min-height:200px}.cometchat-message-composer__voice-recording-button .cometchat-media-recorder{max-height:300px;min-height:220px;overflow:hidden}.cometchat-message-composer__voice-recording-button .cometchat-media-recorder__recording{max-height:300px;min-height:220px}.cometchat-message-composer__voice-recording-button .cometchat-media-recorder__recorded{max-height:300px;min-height:220px;justify-content:space-between}.cometchat-message-composer__input .cometchat-mentions>span{color:var(--cometchat-text-color-highlight, #6852D6);font:var(--cometchat-font-body-regular)}.cometchat-message-composer__input .cometchat-mentions-you>span{color:var(--cometchat-warning-color, #FFAB00);font:var(--cometchat-font-body-regular)}.cometchat-message-composer__buttons .cometchat-button{width:fit-content;background:transparent;padding:0;gap:0;height:24px}.cometchat-message-composer__unblock-button{color:var(--cometchat-neutral-color-900);font:var(--cometchat-font-body-regular);cursor:pointer;width:100%;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:var(--cometchat-radius-2, 8px);border:1px solid var(--cometchat-border-color-dark);padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-5, 20px)}.cometchat-message-composer__header{width:100%;height:fit-content;display:flex;padding:var(--cometchat-padding-1, 4px);justify-content:space-between;align-items:flex-start;align-self:stretch;flex-direction:column}.cometchat-message-composer__header-error-state{display:flex;padding:var(--cometchat-padding-2, 8px);align-items:center;gap:var(--cometchat-padding-1);flex:1 0 0;align-self:stretch;border-radius:var(--cometchat-radius-1, 4px);background:var(--cometchat-background-color-02)}.cometchat-message-composer__header-error-state-icon-wrapper{width:20px;height:20px;display:flex;justify-content:center;align-items:center;background:var(--cometchat-error-color);border-radius:var(--cometchat-radius-max)}.cometchat-message-composer__header-error-state-icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.9974%2016.9168C12.2439%2016.9168%2012.4476%2016.8372%2012.6086%2016.678C12.7698%2016.5189%2012.8504%2016.316%2012.8504%2016.0695C12.8504%2015.8232%2012.7708%2015.6195%2012.6116%2015.4583C12.4525%2015.2973%2012.2497%2015.2168%2012.0034%2015.2168C11.7569%2015.2168%2011.5531%2015.2964%2011.3921%2015.4555C11.231%2015.6147%2011.1504%2015.8175%2011.1504%2016.0638C11.1504%2016.3101%2011.23%2016.5139%2011.3891%2016.675C11.5483%2016.8362%2011.7511%2016.9168%2011.9974%2016.9168ZM12.0616%2013.1168C12.282%2013.1168%2012.4685%2013.0397%2012.6211%2012.8855C12.774%2012.7314%2012.8504%2012.5431%2012.8504%2012.3208V7.7543C12.8504%207.53846%2012.7728%207.35321%2012.6176%207.19855C12.4625%207.04405%2012.2766%206.9668%2012.0599%206.9668C11.8369%206.9668%2011.649%207.04405%2011.4961%207.19855C11.3435%207.35321%2011.2671%207.53846%2011.2671%207.7543V12.3208C11.2671%2012.5431%2011.3445%2012.7314%2011.4991%2012.8855C11.6538%2013.0397%2011.8413%2013.1168%2012.0616%2013.1168Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;width:20px;height:20px;-webkit-mask-size:contain;background:var(--cometchat-static-white)}.cometchat-message-composer__header-error-state-text{overflow:hidden;color:var(--cometchat-error-color);text-overflow:ellipsis;font:var(--cometchat-font-caption1-regular)}.cometchat-mention-list{overflow:auto;display:flex;flex-direction:column;z-index:2;min-height:45px;padding:0 0 1px;width:fit-content;min-width:320px;bottom:100%;left:0;position:absolute;max-height:336px;border-radius:var(--cometchat-radius-4, 16px);border:1px solid var(--cometchat-background-color-01);background:var(--cometchat-background-color-01);box-shadow:0 12px 16px 4px #10182814,0 4px 6px 4px #10182808;scrollbar-width:none}.cometchat-mention-list>.cometchat{border-radius:inherit}.cometchat-mention-list .cometchat-users .cometchat-list{max-height:336px}.cometchat-mention-list .cometchat-list .cometchat-list__header-title{display:none}.cometchat-mention-list .cometchat-list__item-wrapper{cursor:pointer}.cometchat-message-composer__input{width:100%;outline:none;background:transparent;overflow-y:auto;min-height:30px;-webkit-user-select:text;user-select:text;white-space:pre-wrap;overflow-wrap:break-word;text-align:left;box-sizing:border-box;border-bottom:1px solid var(--cometchat-border-color-light);padding:var(--cometchat-padding-3, 12px);color:var(--cometchat-text-color-primary);text-overflow:ellipsis;font:var(--cometchat-font-body-regular);max-height:150px;scrollbar-width:none;cursor:text}.cometchat-message-composer__auxilary-button-view{display:flex;justify-content:flex-start;gap:12px;width:100%;align-items:center}.cometchat-message-composer__sticker-button-view{display:flex;justify-content:flex-start;gap:12px;width:fit-content;align-items:center}.cometchat-message-composer__default-buttons{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:var(--cometchat-padding-4);width:fit-content;margin-right:auto}.cometchat-message-composer__input:empty:before{content:attr(data-placeholder);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;color:var(--cometchat-text-color-tertiary);text-overflow:ellipsis;font:var(--cometchat-font-body-regular)}.cometchat-message-composer__buttons .cometchat-message-composer__send-button .cometchat-button .cometchat-button__icon{background:var(--cometchat-static-white)}.cometchat-message-composer__buttons .cometchat-button .cometchat-button__icon{background:var(--cometchat-icon-color-secondary)}.cometchat-message-composer__buttons .cometchat-button .cometchat-button__icon:hover{background:var(--cometchat-primary-color, #6852D6)}.cometchat-message-composer__buttons .cometchat-message-composer__send-button .cometchat-button .cometchat-button__icon:hover{background:var(--cometchat-static-white)}.cometchat-message-composer__buttons .cometchat-message-composer__emoji-keyboard-button-active .cometchat-button__icon,.cometchat-message-composer__buttons .cometchat-message-composer__secondary-button-view-attachment-button-active .cometchat-button__icon,.cometchat-message-composer__buttons .cometchat-message-composer__voice-recording-button-active .cometchat-button__icon,.cometchat-message-composer__buttons .cometchat-message-composer__auxilary-button-view-sticker-button-active .cometchat-button__icon{background:var(--cometchat-primary-color)}.cometchat-message-composer__input-mobile{font:var( --cometchat-font-heading4-regular)}.cometchat-message-composer__secondary-button-view-attachment-button .cometchat-action-sheet{min-width:200px}.cometchat-message-composer__secondary-button-view-attachment-button-1 .cometchat-popover__content{height:58px}.cometchat-message-composer__secondary-button-view-attachment-button-2 .cometchat-popover__content{height:114px}.cometchat-message-composer__secondary-button-view-attachment-button-3 .cometchat-popover__content{height:170px}.cometchat-message-composer__secondary-button-view-attachment-button-4 .cometchat-popover__content{height:230px}.cometchat-message-composer__secondary-button-view-attachment-button-5 .cometchat-popover__content{height:285px}.cometchat-message-composer .cometchat-edit-preview__subtitle{height:fit-content;max-height:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cometchat-message-composer-hide-scrollbar .cometchat-action-sheet::-webkit-scrollbar,.cometchat-message-composer-hide-scrollbar .cometchat-action-sheet::-webkit-scrollbar-thumb{display:none}.cometchat-message-composer-hide-scrollbar .cometchat-emoji-keyboard__list::-webkit-scrollbar,.cometchat-message-composer-hide-scrollbar .cometchat-emoji-keyboard__list::-webkit-scrollbar-thumb,.cometchat-message-composer-hide-scrollbar .cometchat-emoji-keyboard__tabs::-webkit-scrollbar,.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:transparent;height:0px;width:0px}.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:transparent;width:0px}.cometchat-message-composer-hide-scrollbar .cometchat-sticker-keyboard__list::-webkit-scrollbar-thumb{background:#e8e5e5;border-radius:8px}.cometchat-message-list__error-state-view{height:100%;display:flex;flex-direction:column;gap:var(--cometchat-padding-5, 20px);justify-content:center;align-items:center}.cometchat-message-list__error-state-view-icon{height:120px;width:120px;display:flex;align-items:center;justify-content:center;-webkit-mask-size:contain;mask-size:contain;border:none;align-self:center}.cometchat-message-list .cometchat-message-list__footer-smart-replies,.cometchat-message-list__footer-conversation-starter{width:100%}.cometchat-message-list__error-state-view-body{display:flex;flex-direction:column;gap:var(--cometchat-padding, 2px)}.cometchat-message-list__error-state-view-body-title{width:280px;color:var(--cometchat-text-color-primary);text-align:center;font:var(--cometchat-font-heading3-bold);font-style:normal}.cometchat-message-list__error-state-view-body-description{width:280px;color:var(--cometchat-text-color-secondary);text-align:center;font:var(--cometchat-font-body-regular);font-style:normal}.cometchat-message-bubble__thread-view-replies{height:100%;width:100%;border:none;border-radius:0;background:transparent;display:flex;align-items:center;gap:5px}.cometchat-message-bubble-outgoing .cometchat-message-bubble__status-info-view .cometchat-date{color:var(--cometchat-static-white);font:var(--cometchat-font-caption2-regular)}.cometchat-message-bubble-incoming .cometchat-message-bubble__status-info-view .cometchat-date{color:var(--cometchat-neutral-color-600);font:var(--cometchat-font-caption2-regular)}.cometchat-message-bubble .cometchat-text-bubble,.cometchat-message-bubble .cometchat-delete-bubble{padding-bottom:0}.cometchat-message-bubble .cometchat-text-bubble .cometchat-text-bubble__read-more,.cometchat-text-bubble__read-less{padding-bottom:0;padding-right:0}.cometchat-message-bubble .cometchat-message-bubble__whiteboard-message .cometchat-message-bubble__status-info-view{padding-top:0}.cometchat-message-bubble .cometchat-message-bubble__delete-message .cometchat-message-bubble__status-info-view{padding-top:0;padding-right:var(--cometchat-padding-2)}.cometchat-message-bubble .cometchat-message-bubble__document-message .cometchat-message-bubble__status-info-view,.cometchat-message-bubble .cometchat-message-bubble__whiteboad-message .cometchat-message-bubble__status-info-view,.cometchat-message-bubble .cometchat-message-bubble__pol-message .cometchat-message-bubble__status-info-view,.cometchat-message-bubble .cometchat-message-bubble__audio-message .cometchat-message-bubble__status-info-view,.cometchat-message-bubble .cometchat-message-bubble__file-message .cometchat-message-bubble__status-info-view{padding-top:0}.cometchat-message-bubble__status-info-view{position:relative;display:flex;justify-content:flex-end;align-items:flex-end;height:fit-content;width:fit-content;padding:var(--cometchat-padding-1, 4px);gap:var(--cometchat-padding-1, 4px);border-radius:var(--cometchat-radius-max, 1000px)}.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{max-width:100%;max-height:84vh;object-fit:contain}.cometchat-message-bubble__audio-call .cometchat-call-bubble .cometchat-call-bubble__body{padding:0}.cometchat-message-bubble__thread-view-replies .cometchat-button{align-items:flex-end}.cometchat-reactions-info-wrapper>.cometchat{width:fit-content}.cometchat-message-bubble__thread-view-replies .cometchat-button .cometchat-button__text{margin-bottom:-2px}.cometchat-message-bubble__body-footer-view .cometchat-reactions .cometchat,.cometchat-reactions .cometchat-popover,.cometchat-reactions .cometchat-popover__button{width:fit-content}.cometchat-message-list__date-header{position:absolute;top:12px;z-index:2}.cometchat-message-list__bubble-date-header{margin:auto;width:fit-content}.cometchat-message-list__bubble-date-header,.cometchat-message-list__date-header{display:flex;padding:var(--cometchat-padding-1, 4px) var(--cometchat-padding-2, 8px);justify-content:center;align-items:center;border-radius:var(--cometchat-radius-1, 4px);border:1px solid var(--cometchat-border-color-dark);background:var(--cometchat-background-color-02);box-shadow:0 1px 2px #1018280d}.cometchat-message-bubble__status-info-view-helper-text{text-align:right;color:var(--cometchat-static-white);font:var(--cometchat-font-caption2-regular);align-self:flex-end;padding-bottom:1.5px}.cometchat-message-bubble__thread-view-replies .cometchat-button{background:transparent;gap:var(--cometchat-padding-1, 4px);justify-content:flex-start;padding:0;height:100%;width:fit-content}.cometchat-message-bubble__thread-view-replies{display:flex;height:24px;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-1, 4px) 0px var(--cometchat-padding-1, 4px);align-items:center;align-self:stretch}.cometchat-message-bubble-outgoing .cometchat-message-bubble__thread-view-replies{justify-content:flex-end}.cometchat-message-bubble__thread-view-replies .cometchat-button__text{color:var(--cometchat-text-color-primary);text-align:right;font:var(--cometchat-font-caption1-regular)}.cometchat-message-bubble__thread-view-replies .cometchat-button__icon{height:16px;background:var(--cometchat-icon-color-secondary);width:16px;-webkit-mask-size:contain}.cometchat-message-bubble-incoming .cometchat-message-bubble__status-info-view-helper-text{text-align:right;color:var(--cometchat-neutral-color-600);font:var(--cometchat-font-caption2-regular);align-self:flex-end;padding-bottom:1.5px}.cometchat-message-list__date-header .cometchat-date,.cometchat-message-list__bubble-date-header .cometchat-date{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-caption1-medium);display:flex;align-items:center;justify-content:center;padding:0}.cometchat-message-bubble__status-info-view .cometchat-date{padding:0}.cometchat-messagelist__bubble{padding:0 0 0 15px;overflow:hidden;display:flex;margin-right:8px;box-sizing:border-box;width:100%}.cometchat-message-list{height:100%;width:100%;flex:1 1 0;order:2;position:relative;display:flex;border-radius:inherit;background:var(--cometchat-background-color-02);flex-direction:column;justify-content:flex-end;align-items:center;flex-shrink:0}.cometchat-message-list__header{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;height:auto}.cometchat-message-list__body{height:100%;width:100%;display:flex;flex-direction:column;overflow-x:hidden;box-sizing:border-box}.cometchat-message-list__body--spacing-top .cometchat-list__body-intersection-top{margin-bottom:var(--cometchat-spacing-8)}.cometchat-message-list__message-indicator{position:absolute;right:12px;bottom:8px}.cometchat-message-list__message-indicator>.cometchat{width:fit-content}.cometchat-message-list__message-indicator .cometchat-button{background:var(--cometchat-static-black);height:fit-content;width:fit-content;display:flex;padding:var(--cometchat-padding-2, 8px);flex-direction:column-reverse;align-items:flex-start;border-radius:var(--cometchat-radius-max, 4px);justify-content:center;align-items:center;gap:4px}.cometchat-message-list__message-indicator .cometchat-button__text{color:var(--cometchat-static-white);text-align:center;font:var(--cometchat-font-caption1-regular);background:var(--cometchat-primary-color, #6852D6);border-radius:var(--cometchat-radius-max);height:20px;padding:0px var(--cometchat-padding-2, 8px);justify-content:center;align-items:center;display:flex}.cometchat-message-list__message-indicator .cometchat-button__icon{display:flex;width:24px;height:24px;justify-content:center;align-items:center;background:var(--cometchat-static-white)}.cometchat-message-list__footer{display:flex;justify-content:flex-start;width:100%;box-sizing:border-box;background:transparent;z-index:1}.cometchat-message-bubble__leading-view{display:flex;width:32px;height:32px;justify-content:center;align-items:center}.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{height:16px;width:16px;display:flex;align-items:center;justify-content:center}.cometchat-message-bubble__status-info-view-receipts-wait .cometchat-message-list__receipt{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='State=Sending'%3e%3cpath%20id='Vector'%20d='M8.5665%207.78867V5.08034C8.5665%204.93467%208.51545%204.81073%208.41334%204.7085C8.31123%204.60639%208.18728%204.55534%208.0415%204.55534C7.8915%204.55534%207.76556%204.60639%207.66367%204.7085C7.56189%204.81073%207.511%204.93467%207.511%205.08034V7.997C7.511%208.06734%207.5235%208.13312%207.5485%208.19434C7.5735%208.25556%207.60928%208.31295%207.65584%208.3665L9.97684%2010.7477C10.0792%2010.8621%2010.2072%2010.9174%2010.361%2010.9137C10.5147%2010.91%2010.6452%2010.8544%2010.7527%2010.747C10.8563%2010.6433%2010.9082%2010.5165%2010.9082%2010.3665C10.9082%2010.2165%2010.8566%2010.0881%2010.7533%209.98117L8.5665%207.78867ZM8.0005%2014.5553C7.10106%2014.5553%206.25234%2014.3826%205.45434%2014.0372C4.65623%2013.6916%203.96106%2013.2222%203.36884%2012.6288C2.7765%2012.0354%202.30767%2011.3403%201.96234%2010.5435C1.617%209.74673%201.44434%208.89906%201.44434%208.0005C1.44434%207.10106%201.61706%206.25234%201.9625%205.45434C2.30806%204.65623%202.7775%203.96106%203.37084%203.36884C3.96428%202.7765%204.65939%202.30767%205.45617%201.96234C6.25295%201.617%207.10061%201.44434%207.99917%201.44434C8.89861%201.44434%209.74734%201.61706%2010.5453%201.9625C11.3434%202.30806%2012.0386%202.7775%2012.6308%203.37084C13.2232%203.96428%2013.692%204.65939%2014.0373%205.45617C14.3827%206.25295%2014.5553%207.10062%2014.5553%207.99917C14.5553%208.89862%2014.3826%209.74734%2014.0372%2010.5453C13.6916%2011.3434%2013.2222%2012.0386%2012.6288%2012.6308C12.0354%2013.2232%2011.3403%2013.692%2010.5435%2014.0373C9.74673%2014.3827%208.89906%2014.5553%208.0005%2014.5553ZM7.997%2013.4998C9.50811%2013.4998%2010.8031%2012.9614%2011.8818%2011.8845C12.9605%2010.8077%2013.4998%209.51378%2013.4998%208.00267C13.4998%206.49156%2012.9606%205.19661%2011.882%204.11784C10.8034%203.03917%209.50939%202.49984%207.99984%202.49984C6.48684%202.49984%205.19195%203.03911%204.11517%204.11767C3.03828%205.19623%202.49984%206.49028%202.49984%207.99984C2.49984%209.51284%203.03828%2010.8077%204.11517%2011.8845C5.19195%2012.9614%206.48589%2013.4998%207.997%2013.4998Z'%20fill='%23F9F8FD'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;background:var(--cometchat-static-white)}.cometchat-message-bubble__status-info-view-receipts-sent .cometchat-message-list__receipt{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='State=Send'%3e%3cpath%20id='Vector'%20d='M6.32227%2010.3446L12.2389%204.4279C12.3522%204.31679%2012.4842%204.26123%2012.6349%204.26123C12.7858%204.26123%2012.9168%204.31695%2013.0279%204.4284C13.139%204.53995%2013.1946%204.67234%2013.1946%204.82556C13.1946%204.9789%2013.139%205.11112%2013.0279%205.22223L6.71127%2011.5446C6.60016%2011.6557%206.47049%2011.7112%206.32227%2011.7112C6.17416%2011.7112%206.04455%2011.6557%205.93344%2011.5446L2.95561%208.56673C2.84449%208.45518%202.79172%208.32262%202.79727%208.16906C2.80283%208.01562%202.86138%207.88334%202.97294%207.77223C3.08438%207.66112%203.21677%207.60556%203.37011%207.60556C3.52344%207.60556%203.65566%207.66112%203.76677%207.77223L6.32227%2010.3446Z'%20fill='%23F9F8FD'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;background:var(--cometchat-static-white)}.cometchat-message-list__bubble-moderation-disapproved .cometchat-message-bubble__body{border-bottom-left-radius:0;border-bottom-right-radius:0}.cometchat-message-list__bubble-moderation-disapproved .cometchat-message-bubble__body-content-view .cometchat-video-bubble,.cometchat-message-list__bubble-moderation-disapproved .cometchat-message-bubble__body-content-view .cometchat-image-bubble{min-width:240px}.cometchat-message-bubble__status-info-view-receipts-delivered .cometchat-message-list__receipt{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='State=Delivered'%3e%3cpath%20id='Vector'%20d='M1.39994%208.62199C1.28883%208.51088%201.23605%208.37943%201.24161%208.22765C1.24716%208.07576%201.3055%207.94426%201.41661%207.83315C1.52772%207.72571%201.65922%207.6711%201.81111%207.66932C1.96289%207.66743%202.09433%207.72204%202.20544%207.83315L4.76111%2010.3998C4.824%2010.4628%204.89066%2010.5295%204.96111%2010.5998L5.16111%2010.7998C5.27222%2010.9109%205.32683%2011.0405%205.32494%2011.1887C5.32305%2011.3369%205.26655%2011.4665%205.15544%2011.5777L5.14444%2011.5887C5.03333%2011.6961%204.90366%2011.7508%204.75544%2011.7527C4.60733%2011.7544%204.47772%2011.6998%204.36661%2011.5887L1.39994%208.62199ZM7.89994%2010.3943L13.8221%204.47199C13.9332%204.36088%2014.0647%204.30626%2014.2166%204.30815C14.3685%204.31004%2014.5%204.36654%2014.6111%204.47765C14.7184%204.58876%2014.7731%204.72021%2014.7749%204.87199C14.7768%205.02388%2014.7222%205.15538%2014.6111%205.26649L8.28877%2011.5887C8.17766%2011.6998%208.04805%2011.7553%207.89994%2011.7553C7.75183%2011.7553%207.62222%2011.6998%207.51111%2011.5887L4.54444%208.62199C4.437%208.51465%204.38511%208.3841%204.38877%208.23032C4.39255%208.07665%204.44811%207.94426%204.55544%207.83315C4.66655%207.72204%204.799%207.66649%204.95277%207.66649C5.10644%207.66649%205.23883%207.72204%205.34994%207.83315L7.89994%2010.3943ZM11.4611%205.27199L8.28877%208.44432C8.18144%208.55165%208.05277%208.60349%207.90277%208.59982C7.75277%208.59615%207.62222%208.5406%207.51111%208.43315C7.4%208.32204%207.34444%208.18965%207.34444%208.03599C7.34444%207.88221%207.4%207.74976%207.51111%207.63865L10.6721%204.47765C10.7796%204.37021%2010.9101%204.31649%2011.0638%204.31649C11.2176%204.31649%2011.35%204.37021%2011.4611%204.47765C11.5722%204.58876%2011.6278%204.72115%2011.6278%204.87482C11.6278%205.02849%2011.5722%205.16088%2011.4611%205.27199Z'%20fill='%23F9F8FD'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;background:var(--cometchat-static-white)}.cometchat-message-bubble__status-info-view-receipts-read .cometchat-message-list__receipt{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.39994%208.62199C1.28883%208.51088%201.23605%208.37943%201.24161%208.22765C1.24716%208.07576%201.3055%207.94426%201.41661%207.83315C1.52772%207.72571%201.65922%207.6711%201.81111%207.66932C1.96289%207.66743%202.09433%207.72204%202.20544%207.83315L4.76111%2010.3998C4.824%2010.4628%204.89066%2010.5295%204.96111%2010.5998L5.16111%2010.7998C5.27222%2010.9109%205.32683%2011.0405%205.32494%2011.1887C5.32305%2011.3369%205.26655%2011.4665%205.15544%2011.5777L5.14444%2011.5887C5.03333%2011.6961%204.90366%2011.7508%204.75544%2011.7527C4.60733%2011.7544%204.47772%2011.6998%204.36661%2011.5887L1.39994%208.62199ZM7.89994%2010.3943L13.8221%204.47199C13.9332%204.36088%2014.0647%204.30626%2014.2166%204.30815C14.3685%204.31004%2014.5%204.36654%2014.6111%204.47765C14.7184%204.58876%2014.7731%204.72021%2014.7749%204.87199C14.7768%205.02388%2014.7222%205.15538%2014.6111%205.26649L8.28877%2011.5887C8.17766%2011.6998%208.04805%2011.7553%207.89994%2011.7553C7.75183%2011.7553%207.62222%2011.6998%207.51111%2011.5887L4.54444%208.62199C4.437%208.51465%204.38511%208.3841%204.38877%208.23032C4.39255%208.07665%204.44811%207.94426%204.55544%207.83315C4.66655%207.72204%204.799%207.66649%204.95277%207.66649C5.10644%207.66649%205.23883%207.72204%205.34994%207.83315L7.89994%2010.3943ZM11.4611%205.27199L8.28877%208.44432C8.18144%208.55165%208.05277%208.60349%207.90277%208.59982C7.75277%208.59615%207.62222%208.5406%207.51111%208.43315C7.4%208.32204%207.34444%208.18965%207.34444%208.03599C7.34444%207.88221%207.4%207.74976%207.51111%207.63865L10.6721%204.47765C10.7796%204.37021%2010.9101%204.31649%2011.0638%204.31649C11.2176%204.31649%2011.35%204.37021%2011.4611%204.47765C11.5722%204.58876%2011.6278%204.72115%2011.6278%204.87482C11.6278%205.02849%2011.5722%205.16088%2011.4611%205.27199Z'%20fill='%23F9F8FD'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;background:var(--cometchat-message-seen-color,#56E8A7)}.cometchat-message-bubble__status-info-view-receipts-error .cometchat-message-list__receipt{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.9974%2016.9168C12.2439%2016.9168%2012.4476%2016.8372%2012.6086%2016.678C12.7698%2016.5189%2012.8504%2016.316%2012.8504%2016.0695C12.8504%2015.8232%2012.7708%2015.6195%2012.6116%2015.4583C12.4525%2015.2973%2012.2497%2015.2168%2012.0034%2015.2168C11.7569%2015.2168%2011.5531%2015.2964%2011.3921%2015.4555C11.231%2015.6147%2011.1504%2015.8175%2011.1504%2016.0638C11.1504%2016.3101%2011.23%2016.5139%2011.3891%2016.675C11.5483%2016.8362%2011.7511%2016.9168%2011.9974%2016.9168ZM12.0616%2013.1168C12.282%2013.1168%2012.4685%2013.0397%2012.6211%2012.8855C12.774%2012.7314%2012.8504%2012.5431%2012.8504%2012.3208V7.7543C12.8504%207.53846%2012.7728%207.35321%2012.6176%207.19855C12.4625%207.04405%2012.2766%206.9668%2012.0599%206.9668C11.8369%206.9668%2011.649%207.04405%2011.4961%207.19855C11.3435%207.35321%2011.2671%207.53846%2011.2671%207.7543V12.3208C11.2671%2012.5431%2011.3445%2012.7314%2011.4991%2012.8855C11.6538%2013.0397%2011.8413%2013.1168%2012.0616%2013.1168Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;background:var(--cometchat-static-white);height:12px;width:12px}.cometchat-message-bubble__status-info-view-receipts-error{height:16px;width:16px;display:flex;align-items:center;justify-content:center;background:var(--cometchat-error-color);border-radius:var(--cometchat-radius-max)}.cometchat-message-list__shimmer{display:flex;flex-direction:column;gap:10px;background:var(--cometchat-background-color-01);padding:0px var(--cometchat-padding-4, 16px) var(--cometchat-padding-4, 16px) var(--cometchat-padding-4, 16px)}.cometchat-message-list__shimmer-body{display:flex;width:286px;align-items:center;position:relative;border-radius:var(--cometchat-radius-2, 8px);flex-direction:column;align-items:flex-start;gap:var(--cometchat-padding-2)}.cometchat-message-list__shimmer-leading-view{display:flex;width:40px;height:40px;justify-content:center;align-items:center;border-radius:var(--cometchat-radius-max, 8px);background:var(--cometchat-shimmer-gradient-color);background-size:200% 100%;animation:listLoadingAnimation .8s infinite;margin-right:var(--cometchat-margin-2)}.cometchat-message-list__shimmer-header{display:flex;width:50px;height:22px;justify-content:center;align-items:center;align-self:center;border-radius:var(--cometchat-radius-2, 8px);margin:10px auto auto;z-index:1;position:relative}.cometchat-message-list__shimmer-header .cometchat-message-list__shimmer-item{height:22px}.cometchat-message-list__shimmer-item-header{display:flex;width:120px;height:12px;justify-content:center;align-items:center;background:var(--cometchat-shimmer-gradient-color);background-size:200% 100%;animation:listLoadingAnimation .8s infinite;border-radius:var(--cometchat-radius-2, 8px)}.cometchat-message-list__shimmer-item{width:100%;height:53px;background:var(--cometchat-shimmer-gradient-color);background-size:200% 100%;animation:listLoadingAnimation .8s infinite;border-radius:var(--cometchat-radius-2, 8px)}.cometchat-message-bubble .cometchat-message-bubble__video-call,.cometchat-message-bubble .cometchat-message-bubble__audio-call{background:transparent;padding:0}.cometchat-message-bubble .cometchat-message-bubble__video-call .cometchat-action-bubble__icon,.cometchat-message-bubble .cometchat-message-bubble__audio-call .cometchat-action-bubble__icon{width:20px;height:20px;background:var(--cometchat-icon-color-secondary);display:flex;align-items:center;justify-content:center}.cometchat-message-bubble__video-call .cometchat-action-bubble,.cometchat-message-bubble__audio-call .cometchat-action-bubble{display:flex;height:32px;justify-content:center;align-items:center;gap:var(--cometchat-padding-1, 4px);border:1px solid var(--cometchat-border-color-default)}.cometchat-message-bubble__video-call .cometchat-message-bubble__missed-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.762%2015.4082C10.8687%2015.4082%2010.9679%2015.3894%2011.0598%2015.3519C11.1514%2015.3144%2011.2378%2015.2552%2011.319%2015.1742L14.539%2011.9344C14.6973%2011.7809%2014.7751%2011.5958%2014.7723%2011.3792C14.7696%2011.1625%2014.6871%2010.9752%2014.5248%2010.8172C14.3676%2010.664%2014.1813%2010.5874%2013.966%2010.5874C13.7508%2010.5874%2013.5668%2010.6638%2013.414%2010.8167L10.764%2013.4667L7.93077%2010.6499H9.16827C9.39043%2010.6499%209.5786%2010.5726%209.73277%2010.4179C9.88693%2010.2631%209.96402%2010.0756%209.96402%209.8554C9.96402%209.63507%209.88693%209.44849%209.73277%209.29565C9.5786%209.14299%209.39043%209.06665%209.16827%209.06665H5.93477C5.7126%209.06665%205.52585%209.1439%205.37452%209.2984C5.22302%209.45307%205.14727%209.63832%205.14727%209.85415V12.9874C5.14727%2013.2096%205.22327%2013.3977%205.37527%2013.5519C5.52727%2013.7061%205.71477%2013.7832%205.93777%2013.7832C6.16077%2013.7832%206.34868%2013.7061%206.50152%2013.5519C6.65435%2013.3977%206.73077%2013.2096%206.73077%2012.9874V11.6832L10.2015%2015.1707C10.282%2015.2568%2010.3689%2015.318%2010.4623%2015.3542C10.5556%2015.3902%2010.6555%2015.4082%2010.762%2015.4082ZM3.78077%2019.8499C3.3536%2019.8499%202.98293%2019.6928%202.66877%2019.3787C2.35443%2019.0643%202.19727%2018.6937%202.19727%2018.2667V5.73315C2.19727%205.30615%202.35443%204.93549%202.66877%204.62115C2.98293%204.30699%203.3536%204.1499%203.78077%204.1499H16.3175C16.7364%204.1499%2017.1043%204.30699%2017.4215%204.62115C17.7387%204.93549%2017.8973%205.30615%2017.8973%205.73315V10.8332L21.1308%207.5999C21.2529%207.47774%2021.3974%207.4479%2021.564%207.5104C21.7307%207.5729%2021.814%207.69165%2021.814%207.86665V16.1367C21.814%2016.3085%2021.7307%2016.4259%2021.564%2016.4889C21.3974%2016.5517%2021.2529%2016.5221%2021.1308%2016.3999L17.8973%2013.1667V18.2667C17.8973%2018.6937%2017.7387%2019.0643%2017.4215%2019.3787C17.1043%2019.6928%2016.7364%2019.8499%2016.3175%2019.8499H3.78077ZM3.78077%2018.2667H16.314V5.73315H3.78077V18.2667Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;background:var(--cometchat-error-color)}.cometchat-message-bubble__video-call .cometchat-message-bubble__ended-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.51687%2016.3L1.20112%2014.001C1.04212%2013.842%200.964038%2013.6584%200.966871%2013.45C0.969538%2013.2417%201.04729%2013.0528%201.20012%2012.8833C2.58629%2011.3111%204.2252%2010.1153%206.11687%209.29577C8.00854%208.47644%209.96962%208.06677%2012.0001%208.06677C14.0306%208.06677%2015.9904%208.47644%2017.8794%209.29577C19.7682%2010.1153%2021.4085%2011.3111%2022.8001%2012.8833C22.953%2013.0528%2023.0307%2013.2417%2023.0334%2013.45C23.0362%2013.6584%2022.9578%2013.842%2022.7981%2014.001L20.5001%2016.3C20.3556%2016.4445%2020.1646%2016.5244%2019.9271%2016.5395C19.6896%2016.5549%2019.4912%2016.5023%2019.3319%2016.3818L16.5001%2014.2543C16.3946%2014.1754%2016.3155%2014.0835%2016.2626%2013.9785C16.2098%2013.8734%2016.1834%2013.7541%2016.1834%2013.6208V10.3508C15.5047%2010.1061%2014.8121%209.92811%2014.1056%209.81677C13.3991%209.70561%2012.7028%209.65002%2012.0166%209.65002C11.316%209.65002%2010.6125%209.70561%209.90637%209.81677C9.2002%209.92777%208.5092%2010.1055%207.83337%2010.35V13.6168C7.83337%2013.7433%207.8077%2013.8607%207.75637%2013.969C7.70504%2014.0775%207.62521%2014.1712%207.51687%2014.25L4.66437%2016.3873C4.47437%2016.5263%204.27479%2016.5872%204.06562%2016.57C3.85662%2016.5529%203.6737%2016.4629%203.51687%2016.3ZM6.16687%2011C5.5752%2011.2945%205.00362%2011.6487%204.45212%2012.0625C3.90079%2012.4764%203.36679%2012.9166%202.85012%2013.3833L4.16687%2014.7333L6.16687%2013.2333V11ZM17.7669%2010.95V13.1333L19.8334%2014.7168L21.1669%2013.4C20.6502%2012.8805%2020.1106%2012.4249%2019.5481%2012.0333C18.9856%2011.6416%2018.3919%2011.2805%2017.7669%2010.95Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__video-call .cometchat-message-bubble__outgoing-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.78077%2019.8499C3.3536%2019.8499%202.98293%2019.6928%202.66877%2019.3787C2.35443%2019.0643%202.19727%2018.6937%202.19727%2018.2667V5.73315C2.19727%205.30615%202.35443%204.93549%202.66877%204.62115C2.98293%204.30699%203.3536%204.1499%203.78077%204.1499H16.3175C16.7364%204.1499%2017.1044%204.30699%2017.4215%204.62115C17.7387%204.93549%2017.8973%205.30615%2017.8973%205.73315V10.8332L21.1308%207.5999C21.2529%207.47774%2021.3974%207.4479%2021.564%207.5104C21.7307%207.5729%2021.814%207.69165%2021.814%207.86665V16.1367C21.814%2016.3085%2021.7307%2016.4259%2021.564%2016.4889C21.3974%2016.5517%2021.2529%2016.5221%2021.1308%2016.3999L17.8973%2013.1667V18.2667C17.8973%2018.6937%2017.7387%2019.0643%2017.4215%2019.3787C17.1044%2019.6928%2016.7364%2019.8499%2016.3175%2019.8499H3.78077ZM3.78077%2018.2667H16.314V5.73315H3.78077V18.2667Z'%20fill='%23141414'/%3e%3cpath%20d='M10.922%209.5H8.72579C8.51329%209.5%208.33513%209.42808%208.19129%209.28425C8.04763%209.14042%207.97579%208.96225%207.97579%208.74975C7.97579%208.53708%208.04763%208.359%208.19129%208.2155C8.33513%208.07183%208.51329%208%208.72579%208H12.572C12.828%208%2013.0426%208.08667%2013.2158%208.26C13.3891%208.43317%2013.4758%208.64775%2013.4758%208.90375V12.75C13.4758%2012.9625%2013.4039%2013.1407%2013.26%2013.2845C13.1162%2013.4282%2012.938%2013.5%2012.7255%2013.5C12.5129%2013.5%2012.3348%2013.4282%2012.1913%2013.2845C12.0476%2013.1407%2011.9758%2012.9625%2011.9758%2012.75V10.5537L7.27204%2015.2578C7.13354%2015.3963%206.95946%2015.4671%206.74979%2015.4703C6.54013%2015.4734%206.36288%2015.4026%206.21804%2015.2578C6.07321%2015.1129%206.00079%2014.9373%206.00079%2014.7308C6.00079%2014.5244%206.07321%2014.3487%206.21804%2014.2037L10.922%209.5Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__video-call .cometchat-message-bubble__incoming-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.78077%2019.8499C3.3536%2019.8499%202.98293%2019.6928%202.66877%2019.3787C2.35443%2019.0643%202.19727%2018.6937%202.19727%2018.2667V5.73315C2.19727%205.30615%202.35443%204.93549%202.66877%204.62115C2.98293%204.30699%203.3536%204.1499%203.78077%204.1499H16.3175C16.7364%204.1499%2017.1044%204.30699%2017.4215%204.62115C17.7387%204.93549%2017.8973%205.30615%2017.8973%205.73315V10.8332L21.1308%207.5999C21.2529%207.47774%2021.3974%207.4479%2021.564%207.5104C21.7307%207.5729%2021.814%207.69165%2021.814%207.86665V16.1367C21.814%2016.3085%2021.7307%2016.4259%2021.564%2016.4889C21.3974%2016.5517%2021.2529%2016.5221%2021.1308%2016.3999L17.8973%2013.1667V18.2667C17.8973%2018.6937%2017.7387%2019.0643%2017.4215%2019.3787C17.1044%2019.6928%2016.7364%2019.8499%2016.3175%2019.8499H3.78077ZM3.78077%2018.2667H16.314V5.73315H3.78077V18.2667Z'%20fill='%23141414'/%3e%3cpath%20d='M8.55454%2013.9704H10.7508C10.9633%2013.9704%2011.1415%2014.0423%2011.2853%2014.1861C11.429%2014.3299%2011.5008%2014.5081%2011.5008%2014.7206C11.5008%2014.9333%2011.429%2015.1114%2011.2853%2015.2549C11.1415%2015.3985%2010.9633%2015.4704%2010.7508%2015.4704H6.90454C6.64854%2015.4704%206.43396%2015.3837%206.26079%2015.2104C6.08746%2015.0372%206.00079%2014.8226%206.00079%2014.5666V10.7204C6.00079%2010.5079%206.07271%2010.3297%206.21654%2010.1859C6.36038%2010.0422%206.53854%209.97035%206.75104%209.97035C6.96371%209.97035%207.14179%2010.0422%207.28529%2010.1859C7.42896%2010.3297%207.50079%2010.5079%207.50079%2010.7204V12.9166L12.2045%208.2126C12.343%208.0741%2012.5171%208.00327%2012.7268%208.0001C12.9365%207.99693%2013.1137%208.06777%2013.2585%208.2126C13.4034%208.35744%2013.4758%208.5331%2013.4758%208.7396C13.4758%208.94594%2013.4034%209.1216%2013.2585%209.2666L8.55454%2013.9704Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__video-call .cometchat-message-bubble__busy-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cpath%20id='Vector'%20d='M3.77881%2019.8504C3.35165%2019.8504%202.98098%2019.6933%202.66681%2019.3791C2.35248%2019.0648%202.19531%2018.6941%202.19531%2018.2671V5.73364C2.19531%205.30664%202.35248%204.93597%202.66681%204.62164C2.98098%204.30747%203.35165%204.15039%203.77881%204.15039H16.3156C16.7344%204.15039%2017.1024%204.30747%2017.4196%204.62164C17.7367%204.93597%2017.8953%205.30664%2017.8953%205.73364V10.8336L21.1288%207.60039C21.251%207.47822%2021.3954%207.44839%2021.5621%207.51089C21.7287%207.57339%2021.8121%207.69214%2021.8121%207.86714V16.1371C21.8121%2016.309%2021.7287%2016.4264%2021.5621%2016.4894C21.3954%2016.5522%2021.251%2016.5226%2021.1288%2016.4004L17.8953%2013.1671V18.2671C17.8953%2018.6941%2017.7367%2019.0648%2017.4196%2019.3791C17.1024%2019.6933%2016.7344%2019.8504%2016.3156%2019.8504H3.77881ZM3.77881%2018.2671H16.3121V5.73364H3.77881V18.2671Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__video-call .cometchat-message-bubble__answered-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cpath%20id='Vector'%20d='M3.77881%2019.8504C3.35165%2019.8504%202.98098%2019.6933%202.66681%2019.3791C2.35248%2019.0648%202.19531%2018.6941%202.19531%2018.2671V5.73364C2.19531%205.30664%202.35248%204.93597%202.66681%204.62164C2.98098%204.30747%203.35165%204.15039%203.77881%204.15039H16.3156C16.7344%204.15039%2017.1024%204.30747%2017.4196%204.62164C17.7367%204.93597%2017.8953%205.30664%2017.8953%205.73364V10.8336L21.1288%207.60039C21.251%207.47822%2021.3954%207.44839%2021.5621%207.51089C21.7287%207.57339%2021.8121%207.69214%2021.8121%207.86714V16.1371C21.8121%2016.309%2021.7287%2016.4264%2021.5621%2016.4894C21.3954%2016.5522%2021.251%2016.5226%2021.1288%2016.4004L17.8953%2013.1671V18.2671C17.8953%2018.6941%2017.7367%2019.0648%2017.4196%2019.3791C17.1024%2019.6933%2016.7344%2019.8504%2016.3156%2019.8504H3.77881ZM3.77881%2018.2671H16.3121V5.73364H3.77881V18.2671Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__video-call .cometchat-message-bubble__unanswered-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cpath%20id='Vector'%20d='M3.77881%2019.8504C3.35165%2019.8504%202.98098%2019.6933%202.66681%2019.3791C2.35248%2019.0648%202.19531%2018.6941%202.19531%2018.2671V5.73364C2.19531%205.30664%202.35248%204.93597%202.66681%204.62164C2.98098%204.30747%203.35165%204.15039%203.77881%204.15039H16.3156C16.7344%204.15039%2017.1024%204.30747%2017.4196%204.62164C17.7367%204.93597%2017.8953%205.30664%2017.8953%205.73364V10.8336L21.1288%207.60039C21.251%207.47822%2021.3954%207.44839%2021.5621%207.51089C21.7287%207.57339%2021.8121%207.69214%2021.8121%207.86714V16.1371C21.8121%2016.309%2021.7287%2016.4264%2021.5621%2016.4894C21.3954%2016.5522%2021.251%2016.5226%2021.1288%2016.4004L17.8953%2013.1671V18.2671C17.8953%2018.6941%2017.7367%2019.0648%2017.4196%2019.3791C17.1024%2019.6933%2016.7344%2019.8504%2016.3156%2019.8504H3.77881ZM3.77881%2018.2671H16.3121V5.73364H3.77881V18.2671Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__video-call .cometchat-message-bubble__cancelled-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cpath%20id='Vector'%20d='M3.77881%2019.8504C3.35165%2019.8504%202.98098%2019.6933%202.66681%2019.3791C2.35248%2019.0648%202.19531%2018.6941%202.19531%2018.2671V5.73364C2.19531%205.30664%202.35248%204.93597%202.66681%204.62164C2.98098%204.30747%203.35165%204.15039%203.77881%204.15039H16.3156C16.7344%204.15039%2017.1024%204.30747%2017.4196%204.62164C17.7367%204.93597%2017.8953%205.30664%2017.8953%205.73364V10.8336L21.1288%207.60039C21.251%207.47822%2021.3954%207.44839%2021.5621%207.51089C21.7287%207.57339%2021.8121%207.69214%2021.8121%207.86714V16.1371C21.8121%2016.309%2021.7287%2016.4264%2021.5621%2016.4894C21.3954%2016.5522%2021.251%2016.5226%2021.1288%2016.4004L17.8953%2013.1671V18.2671C17.8953%2018.6941%2017.7367%2019.0648%2017.4196%2019.3791C17.1024%2019.6933%2016.7344%2019.8504%2016.3156%2019.8504H3.77881ZM3.77881%2018.2671H16.3121V5.73364H3.77881V18.2671Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__video-call .cometchat-message-bubble__rejected-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cpath%20id='Vector'%20d='M3.77881%2019.8504C3.35165%2019.8504%202.98098%2019.6933%202.66681%2019.3791C2.35248%2019.0648%202.19531%2018.6941%202.19531%2018.2671V5.73364C2.19531%205.30664%202.35248%204.93597%202.66681%204.62164C2.98098%204.30747%203.35165%204.15039%203.77881%204.15039H16.3156C16.7344%204.15039%2017.1024%204.30747%2017.4196%204.62164C17.7367%204.93597%2017.8953%205.30664%2017.8953%205.73364V10.8336L21.1288%207.60039C21.251%207.47822%2021.3954%207.44839%2021.5621%207.51089C21.7287%207.57339%2021.8121%207.69214%2021.8121%207.86714V16.1371C21.8121%2016.309%2021.7287%2016.4264%2021.5621%2016.4894C21.3954%2016.5522%2021.251%2016.5226%2021.1288%2016.4004L17.8953%2013.1671V18.2671C17.8953%2018.6941%2017.7367%2019.0648%2017.4196%2019.3791C17.1024%2019.6933%2016.7344%2019.8504%2016.3156%2019.8504H3.77881ZM3.77881%2018.2671H16.3121V5.73364H3.77881V18.2671Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__audio-call .cometchat-message-bubble__missed-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.51687%2020.2332L1.20112%2017.9342C1.04212%2017.7752%200.964038%2017.5916%200.966871%2017.3832C0.969538%2017.1749%201.04729%2016.9861%201.20012%2016.8167C2.58629%2015.2444%204.2252%2014.0486%206.11687%2013.2292C8.00854%2012.4097%209.96962%2012%2012.0001%2012C14.0306%2012%2015.9904%2012.4097%2017.8794%2013.2292C19.7682%2014.0486%2021.4085%2015.2444%2022.8001%2016.8167C22.953%2016.9861%2023.0307%2017.1749%2023.0334%2017.3832C23.0362%2017.5916%2022.9578%2017.7752%2022.7981%2017.9342L20.5001%2020.2332C20.3556%2020.3777%2020.1646%2020.4577%2019.9271%2020.473C19.6896%2020.4882%2019.4912%2020.4355%2019.3319%2020.315L16.5001%2018.1875C16.3946%2018.1087%2016.3155%2018.0167%2016.2626%2017.9117C16.2098%2017.8067%2016.1834%2017.6876%2016.1834%2017.5542V14.284C15.5047%2014.0393%2014.8121%2013.8614%2014.1056%2013.7502C13.3991%2013.6389%2012.7028%2013.5832%2012.0166%2013.5832C11.316%2013.5832%2010.6125%2013.6388%209.90637%2013.75C9.2002%2013.8612%208.5092%2014.0389%207.83337%2014.2832V17.55C7.83337%2017.6765%207.8077%2017.794%207.75637%2017.9025C7.70504%2018.011%207.62521%2018.1046%207.51687%2018.1832L4.66437%2020.3205C4.47437%2020.4597%204.27479%2020.5206%204.06562%2020.5032C3.85662%2020.4861%203.6737%2020.3961%203.51687%2020.2332ZM6.16687%2014.8332C5.5752%2015.1277%205.00362%2015.4819%204.45212%2015.8957C3.90079%2016.3097%203.36679%2016.7501%202.85012%2017.2167L4.16687%2018.5667L6.16687%2017.0667V14.8332ZM17.7669%2014.7832V16.9667L19.8334%2018.55L21.1669%2017.2332C20.6502%2016.7139%2020.1106%2016.2584%2019.5481%2015.8667C18.9856%2015.4751%2018.3919%2015.1139%2017.7669%2014.7832ZM6.13062%208.80425C5.90745%208.80425%205.72087%208.7285%205.57087%208.577C5.42087%208.42567%205.34587%208.23891%205.34587%208.01675V3.95425C5.34587%203.73841%205.42162%203.55317%205.57312%203.3985C5.72445%203.244%205.9112%203.16675%206.13337%203.16675H10.1834C10.4089%203.16675%2010.5979%203.2435%2010.7504%203.397C10.903%203.5505%2010.9794%203.74075%2010.9794%203.96775C10.9794%204.19475%2010.903%204.38258%2010.7504%204.53125C10.5979%204.67992%2010.4089%204.75425%2010.1834%204.75425H7.97937L11.9876%208.72925L17.0039%203.71275C17.1625%203.55425%2017.3509%203.47225%2017.5689%203.46675C17.7869%203.46108%2017.975%203.53908%2018.1334%203.70075C18.2917%203.86258%2018.3709%204.05217%2018.3709%204.2695C18.3709%204.487%2018.2914%204.67525%2018.1324%204.83425L13.1044%209.8625C12.794%2010.1763%2012.4184%2010.3332%2011.9774%2010.3332C11.5362%2010.3332%2011.1674%2010.1763%2010.8709%209.8625L6.92937%205.8875V8.01675C6.92937%208.23891%206.85195%208.42567%206.69712%208.577C6.54245%208.7285%206.35362%208.80425%206.13062%208.80425Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;background:var(--cometchat-error-color)}.cometchat-message-bubble__audio-call .cometchat-message-bubble__ended-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.51687%2016.3L1.20112%2014.001C1.04212%2013.842%200.964038%2013.6584%200.966871%2013.45C0.969538%2013.2417%201.04729%2013.0528%201.20012%2012.8833C2.58629%2011.3111%204.2252%2010.1153%206.11687%209.29577C8.00854%208.47644%209.96962%208.06677%2012.0001%208.06677C14.0306%208.06677%2015.9904%208.47644%2017.8794%209.29577C19.7682%2010.1153%2021.4085%2011.3111%2022.8001%2012.8833C22.953%2013.0528%2023.0307%2013.2417%2023.0334%2013.45C23.0362%2013.6584%2022.9578%2013.842%2022.7981%2014.001L20.5001%2016.3C20.3556%2016.4445%2020.1646%2016.5244%2019.9271%2016.5395C19.6896%2016.5549%2019.4912%2016.5023%2019.3319%2016.3818L16.5001%2014.2543C16.3946%2014.1754%2016.3155%2014.0835%2016.2626%2013.9785C16.2098%2013.8734%2016.1834%2013.7541%2016.1834%2013.6208V10.3508C15.5047%2010.1061%2014.8121%209.92811%2014.1056%209.81677C13.3991%209.70561%2012.7028%209.65002%2012.0166%209.65002C11.316%209.65002%2010.6125%209.70561%209.90637%209.81677C9.2002%209.92777%208.5092%2010.1055%207.83337%2010.35V13.6168C7.83337%2013.7433%207.8077%2013.8607%207.75637%2013.969C7.70504%2014.0775%207.62521%2014.1712%207.51687%2014.25L4.66437%2016.3873C4.47437%2016.5263%204.27479%2016.5872%204.06562%2016.57C3.85662%2016.5529%203.6737%2016.4629%203.51687%2016.3ZM6.16687%2011C5.5752%2011.2945%205.00362%2011.6487%204.45212%2012.0625C3.90079%2012.4764%203.36679%2012.9166%202.85012%2013.3833L4.16687%2014.7333L6.16687%2013.2333V11ZM17.7669%2010.95V13.1333L19.8334%2014.7168L21.1669%2013.4C20.6502%2012.8805%2020.1106%2012.4249%2019.5481%2012.0333C18.9856%2011.6416%2018.3919%2011.2805%2017.7669%2010.95Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__audio-call .cometchat-message-bubble__outgoing-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.4402%2020.5C17.5557%2020.5%2015.6625%2020.0618%2013.7605%2019.1855C11.8587%2018.3092%2010.1113%2017.073%208.51825%2015.477C6.92542%2013.8808%205.69083%2012.1333%204.8145%2010.2345C3.93817%208.33583%203.5%206.44425%203.5%204.55975C3.5%204.25692%203.6%204.00458%203.8%203.80275C4%203.60092%204.25%203.5%204.55%203.5H7.8115C8.064%203.5%208.28675%203.58242%208.47975%203.74725C8.67275%203.91192%208.7955%204.11542%208.848%204.35775L9.42125%207.3C9.46092%207.573%209.45258%207.80758%209.39625%208.00375C9.33975%208.19992%209.23842%208.36467%209.09225%208.498L6.78275%2010.7462C7.15442%2011.4269%207.57908%2012.0708%208.05675%2012.678C8.53425%2013.285%209.05125%2013.8648%209.60775%2014.4173C10.1564%2014.9661%2010.7397%2015.4757%2011.3577%2015.9462C11.9757%2016.4167%2012.6431%2016.8546%2013.3598%2017.2598L15.6038%2014.9963C15.7603%2014.8334%2015.9498%2014.7193%2016.1723%2014.6538C16.3946%2014.5884%2016.6257%2014.5724%2016.8655%2014.6058L19.6423%2015.1713C19.8948%2015.2379%2020.1008%2015.3667%2020.2605%2015.5577C20.4202%2015.7487%2020.5%2015.9654%2020.5%2016.2078V19.45C20.5%2019.75%2020.3991%2020%2020.1973%2020.2C19.9954%2020.4%2019.7431%2020.5%2019.4402%2020.5ZM6.073%209.327L7.85775%207.61925C7.88975%207.59358%207.91058%207.55833%207.92025%207.5135C7.92992%207.46867%207.92833%207.427%207.9155%207.3885L7.48075%205.15375C7.46792%205.10258%207.4455%205.06417%207.4135%205.0385C7.3815%205.01283%207.33983%205%207.2885%205H5.15C5.1115%205%205.07942%205.01283%205.05375%205.0385C5.02825%205.06417%205.0155%205.09625%205.0155%205.13475C5.06667%205.81808%205.1785%206.51225%205.351%207.21725C5.52333%207.92242%205.764%208.62567%206.073%209.327ZM14.773%2017.9693C15.4358%2018.2783%2016.1272%2018.5145%2016.847%2018.678C17.567%2018.8413%2018.2397%2018.9384%2018.8652%2018.9693C18.9037%2018.9693%2018.9358%2018.9564%2018.9615%2018.9307C18.9872%2018.9051%2019%2018.873%2019%2018.8345V16.7308C19%2016.6794%2018.9872%2016.6377%2018.9615%2016.6058C18.9358%2016.5738%2018.8974%2016.5513%2018.8462%2016.5385L16.7462%2016.1115C16.7077%2016.0987%2016.6741%2016.0971%2016.6453%2016.1067C16.6164%2016.1164%2016.5859%2016.1372%2016.5538%2016.1692L14.773%2017.9693Z'%20fill='%23141414'/%3e%3cpath%20d='M17.8828%205.0681H15.6865C15.474%205.0681%2015.2959%204.99618%2015.152%204.85235C15.0084%204.70852%2014.9365%204.53035%2014.9365%204.31785C14.9365%204.10518%2015.0084%203.9271%2015.152%203.7836C15.2959%203.63993%2015.474%203.5681%2015.6865%203.5681H19.5328C19.7888%203.5681%2020.0034%203.65477%2020.1765%203.8281C20.3499%204.00127%2020.4365%204.21585%2020.4365%204.47185V8.3181C20.4365%208.5306%2020.3646%208.70877%2020.2208%208.8526C20.0769%208.99627%2019.8988%209.0681%2019.6863%209.0681C19.4736%209.0681%2019.2955%208.99627%2019.152%208.8526C19.0084%208.70877%2018.9365%208.5306%2018.9365%208.3181V6.12185L14.2328%2010.8259C14.0943%2010.9644%2013.9202%2011.0352%2013.7105%2011.0384C13.5009%2011.0415%2013.3236%2010.9707%2013.1788%2010.8259C13.0339%2010.681%2012.9615%2010.5054%2012.9615%2010.2989C12.9615%2010.0925%2013.0339%209.91685%2013.1788%209.77185L17.8828%205.0681Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__audio-call .cometchat-message-bubble__incoming-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.5153%209.5385H17.7115C17.924%209.5385%2018.1022%209.61042%2018.246%209.75425C18.3897%209.89808%2018.4615%2010.0762%2018.4615%2010.2887C18.4615%2010.5014%2018.3897%2010.6795%2018.246%2010.823C18.1022%2010.9667%2017.924%2011.0385%2017.7115%2011.0385H13.8652C13.6093%2011.0385%2013.3947%2010.9518%2013.2215%2010.7785C13.0482%2010.6053%2012.9615%2010.3908%2012.9615%2010.1348V6.2885C12.9615%206.076%2013.0334%205.89783%2013.1773%205.754C13.3211%205.61033%2013.4992%205.5385%2013.7117%205.5385C13.9244%205.5385%2014.1025%205.61033%2014.246%205.754C14.3897%205.89783%2014.4615%206.076%2014.4615%206.2885V8.48475L19.1652%203.78075C19.3038%203.64225%2019.4778%203.57142%2019.6875%203.56825C19.8972%203.56508%2020.0744%203.63592%2020.2193%203.78075C20.3641%203.92558%2020.4365%204.10125%2020.4365%204.30775C20.4365%204.51408%2020.3641%204.68975%2020.2193%204.83475L15.5153%209.5385ZM19.4402%2020.5C17.5557%2020.5%2015.6625%2020.0618%2013.7605%2019.1855C11.8587%2018.3092%2010.1113%2017.073%208.51825%2015.477C6.92542%2013.8808%205.69083%2012.1333%204.8145%2010.2345C3.93817%208.33583%203.5%206.44425%203.5%204.55975C3.5%204.25692%203.6%204.00458%203.8%203.80275C4%203.60092%204.25%203.5%204.55%203.5H7.8115C8.064%203.5%208.28675%203.58242%208.47975%203.74725C8.67275%203.91192%208.7955%204.11542%208.848%204.35775L9.42125%207.3C9.46092%207.573%209.45258%207.80758%209.39625%208.00375C9.33975%208.19992%209.23842%208.36467%209.09225%208.498L6.78275%2010.7462C7.15442%2011.4269%207.57908%2012.0708%208.05675%2012.678C8.53425%2013.285%209.05125%2013.8647%209.60775%2014.4173C10.1564%2014.9661%2010.7397%2015.4757%2011.3577%2015.9462C11.9757%2016.4167%2012.6431%2016.8546%2013.3598%2017.2598L15.6038%2014.9963C15.7603%2014.8334%2015.9498%2014.7192%2016.1723%2014.6538C16.3946%2014.5884%2016.6257%2014.5724%2016.8655%2014.6058L19.6423%2015.1713C19.8948%2015.2379%2020.1008%2015.3667%2020.2605%2015.5577C20.4202%2015.7487%2020.5%2015.9654%2020.5%2016.2078V19.45C20.5%2019.75%2020.3991%2020%2020.1973%2020.2C19.9954%2020.4%2019.7431%2020.5%2019.4402%2020.5ZM6.073%209.327L7.85775%207.61925C7.88975%207.59358%207.91058%207.55833%207.92025%207.5135C7.92992%207.46867%207.92833%207.427%207.9155%207.3885L7.48075%205.15375C7.46792%205.10258%207.4455%205.06417%207.4135%205.0385C7.3815%205.01283%207.33983%205%207.2885%205H5.15C5.1115%205%205.07942%205.01283%205.05375%205.0385C5.02825%205.06417%205.0155%205.09625%205.0155%205.13475C5.06667%205.81808%205.1785%206.51225%205.351%207.21725C5.52333%207.92242%205.764%208.62567%206.073%209.327ZM14.773%2017.9693C15.4358%2018.2783%2016.1272%2018.5145%2016.847%2018.678C17.567%2018.8413%2018.2397%2018.9384%2018.8652%2018.9693C18.9037%2018.9693%2018.9358%2018.9564%2018.9615%2018.9307C18.9872%2018.9051%2019%2018.873%2019%2018.8345V16.7308C19%2016.6794%2018.9872%2016.6377%2018.9615%2016.6058C18.9358%2016.5737%2018.8974%2016.5513%2018.8462%2016.5385L16.7462%2016.1115C16.7077%2016.0987%2016.6741%2016.0971%2016.6453%2016.1067C16.6164%2016.1164%2016.5859%2016.1372%2016.5538%2016.1692L14.773%2017.9693Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__audio-call .cometchat-message-bubble__busy-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cpath%20id='Vector'%20d='M19.7512%2020.8335C17.8234%2020.8335%2015.8692%2020.3772%2013.8887%2019.4647C11.9082%2018.5522%2010.086%2017.2572%208.42197%2015.5795C6.7443%2013.9155%205.44922%2012.0947%204.53672%2010.117C3.62422%208.13916%203.16797%206.18199%203.16797%204.24549C3.16797%203.94033%203.27114%203.68424%203.47747%203.47724C3.6838%203.27041%203.94172%203.16699%204.25122%203.16699H7.81797C8.0513%203.16699%208.25055%203.24541%208.41572%203.40224C8.58105%203.55924%208.69288%203.75858%208.75122%204.00024L9.41672%207.19424C9.44522%207.41774%209.43655%207.62324%209.39072%207.81074C9.34488%207.99824%209.25822%208.15708%209.13072%208.28724L6.70547%2010.7502C7.10814%2011.4447%207.54305%2012.0956%208.01022%2012.7027C8.47755%2013.3101%208.99264%2013.8884%209.55547%2014.4377C10.1276%2015.0266%2010.7339%2015.5687%2011.3742%2016.064C12.0144%2016.5592%2012.6901%2017.0046%2013.4012%2017.4002L15.7852%2014.9835C15.9376%2014.8197%2016.1118%2014.7072%2016.308%2014.646C16.5041%2014.585%2016.7019%2014.5697%2016.9012%2014.6002L19.9822%2015.2492C20.2282%2015.3082%2020.4318%2015.4351%2020.593%2015.6297C20.754%2015.8246%2020.8345%2016.0425%2020.8345%2016.2835V19.7502C20.8345%2020.0597%2020.7313%2020.3177%2020.525%2020.524C20.3186%2020.7303%2020.0607%2020.8335%2019.7512%2020.8335ZM5.92197%209.28349L7.82197%207.36699L7.28447%204.75024H4.77197C4.81097%205.43358%204.92072%206.14749%205.10122%206.89199C5.28172%207.63633%205.5553%208.43349%205.92197%209.28349ZM14.8887%2018.1502C15.5471%2018.4557%2016.2563%2018.703%2017.0165%2018.892C17.7766%2019.0808%2018.5216%2019.1947%2019.2512%2019.2335V16.717L16.7845%2016.196L14.8887%2018.1502Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__audio-call .cometchat-message-bubble__answered-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cpath%20id='Vector'%20d='M19.7512%2020.8335C17.8234%2020.8335%2015.8692%2020.3772%2013.8887%2019.4647C11.9082%2018.5522%2010.086%2017.2572%208.42197%2015.5795C6.7443%2013.9155%205.44922%2012.0947%204.53672%2010.117C3.62422%208.13916%203.16797%206.18199%203.16797%204.24549C3.16797%203.94033%203.27114%203.68424%203.47747%203.47724C3.6838%203.27041%203.94172%203.16699%204.25122%203.16699H7.81797C8.0513%203.16699%208.25055%203.24541%208.41572%203.40224C8.58105%203.55924%208.69288%203.75858%208.75122%204.00024L9.41672%207.19424C9.44522%207.41774%209.43655%207.62324%209.39072%207.81074C9.34488%207.99824%209.25822%208.15708%209.13072%208.28724L6.70547%2010.7502C7.10814%2011.4447%207.54305%2012.0956%208.01022%2012.7027C8.47755%2013.3101%208.99264%2013.8884%209.55547%2014.4377C10.1276%2015.0266%2010.7339%2015.5687%2011.3742%2016.064C12.0144%2016.5592%2012.6901%2017.0046%2013.4012%2017.4002L15.7852%2014.9835C15.9376%2014.8197%2016.1118%2014.7072%2016.308%2014.646C16.5041%2014.585%2016.7019%2014.5697%2016.9012%2014.6002L19.9822%2015.2492C20.2282%2015.3082%2020.4318%2015.4351%2020.593%2015.6297C20.754%2015.8246%2020.8345%2016.0425%2020.8345%2016.2835V19.7502C20.8345%2020.0597%2020.7313%2020.3177%2020.525%2020.524C20.3186%2020.7303%2020.0607%2020.8335%2019.7512%2020.8335ZM5.92197%209.28349L7.82197%207.36699L7.28447%204.75024H4.77197C4.81097%205.43358%204.92072%206.14749%205.10122%206.89199C5.28172%207.63633%205.5553%208.43349%205.92197%209.28349ZM14.8887%2018.1502C15.5471%2018.4557%2016.2563%2018.703%2017.0165%2018.892C17.7766%2019.0808%2018.5216%2019.1947%2019.2512%2019.2335V16.717L16.7845%2016.196L14.8887%2018.1502Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__audio-call .cometchat-message-bubble__unanswered-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cpath%20id='Vector'%20d='M19.7512%2020.8335C17.8234%2020.8335%2015.8692%2020.3772%2013.8887%2019.4647C11.9082%2018.5522%2010.086%2017.2572%208.42197%2015.5795C6.7443%2013.9155%205.44922%2012.0947%204.53672%2010.117C3.62422%208.13916%203.16797%206.18199%203.16797%204.24549C3.16797%203.94033%203.27114%203.68424%203.47747%203.47724C3.6838%203.27041%203.94172%203.16699%204.25122%203.16699H7.81797C8.0513%203.16699%208.25055%203.24541%208.41572%203.40224C8.58105%203.55924%208.69288%203.75858%208.75122%204.00024L9.41672%207.19424C9.44522%207.41774%209.43655%207.62324%209.39072%207.81074C9.34488%207.99824%209.25822%208.15708%209.13072%208.28724L6.70547%2010.7502C7.10814%2011.4447%207.54305%2012.0956%208.01022%2012.7027C8.47755%2013.3101%208.99264%2013.8884%209.55547%2014.4377C10.1276%2015.0266%2010.7339%2015.5687%2011.3742%2016.064C12.0144%2016.5592%2012.6901%2017.0046%2013.4012%2017.4002L15.7852%2014.9835C15.9376%2014.8197%2016.1118%2014.7072%2016.308%2014.646C16.5041%2014.585%2016.7019%2014.5697%2016.9012%2014.6002L19.9822%2015.2492C20.2282%2015.3082%2020.4318%2015.4351%2020.593%2015.6297C20.754%2015.8246%2020.8345%2016.0425%2020.8345%2016.2835V19.7502C20.8345%2020.0597%2020.7313%2020.3177%2020.525%2020.524C20.3186%2020.7303%2020.0607%2020.8335%2019.7512%2020.8335ZM5.92197%209.28349L7.82197%207.36699L7.28447%204.75024H4.77197C4.81097%205.43358%204.92072%206.14749%205.10122%206.89199C5.28172%207.63633%205.5553%208.43349%205.92197%209.28349ZM14.8887%2018.1502C15.5471%2018.4557%2016.2563%2018.703%2017.0165%2018.892C17.7766%2019.0808%2018.5216%2019.1947%2019.2512%2019.2335V16.717L16.7845%2016.196L14.8887%2018.1502Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__audio-call .cometchat-message-bubble__cancelled-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cpath%20id='Vector'%20d='M19.7512%2020.8335C17.8234%2020.8335%2015.8692%2020.3772%2013.8887%2019.4647C11.9082%2018.5522%2010.086%2017.2572%208.42197%2015.5795C6.7443%2013.9155%205.44922%2012.0947%204.53672%2010.117C3.62422%208.13916%203.16797%206.18199%203.16797%204.24549C3.16797%203.94033%203.27114%203.68424%203.47747%203.47724C3.6838%203.27041%203.94172%203.16699%204.25122%203.16699H7.81797C8.0513%203.16699%208.25055%203.24541%208.41572%203.40224C8.58105%203.55924%208.69288%203.75858%208.75122%204.00024L9.41672%207.19424C9.44522%207.41774%209.43655%207.62324%209.39072%207.81074C9.34488%207.99824%209.25822%208.15708%209.13072%208.28724L6.70547%2010.7502C7.10814%2011.4447%207.54305%2012.0956%208.01022%2012.7027C8.47755%2013.3101%208.99264%2013.8884%209.55547%2014.4377C10.1276%2015.0266%2010.7339%2015.5687%2011.3742%2016.064C12.0144%2016.5592%2012.6901%2017.0046%2013.4012%2017.4002L15.7852%2014.9835C15.9376%2014.8197%2016.1118%2014.7072%2016.308%2014.646C16.5041%2014.585%2016.7019%2014.5697%2016.9012%2014.6002L19.9822%2015.2492C20.2282%2015.3082%2020.4318%2015.4351%2020.593%2015.6297C20.754%2015.8246%2020.8345%2016.0425%2020.8345%2016.2835V19.7502C20.8345%2020.0597%2020.7313%2020.3177%2020.525%2020.524C20.3186%2020.7303%2020.0607%2020.8335%2019.7512%2020.8335ZM5.92197%209.28349L7.82197%207.36699L7.28447%204.75024H4.77197C4.81097%205.43358%204.92072%206.14749%205.10122%206.89199C5.28172%207.63633%205.5553%208.43349%205.92197%209.28349ZM14.8887%2018.1502C15.5471%2018.4557%2016.2563%2018.703%2017.0165%2018.892C17.7766%2019.0808%2018.5216%2019.1947%2019.2512%2019.2335V16.717L16.7845%2016.196L14.8887%2018.1502Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__audio-call .cometchat-message-bubble__rejected-call .cometchat-action-bubble__icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cpath%20id='Vector'%20d='M19.7512%2020.8335C17.8234%2020.8335%2015.8692%2020.3772%2013.8887%2019.4647C11.9082%2018.5522%2010.086%2017.2572%208.42197%2015.5795C6.7443%2013.9155%205.44922%2012.0947%204.53672%2010.117C3.62422%208.13916%203.16797%206.18199%203.16797%204.24549C3.16797%203.94033%203.27114%203.68424%203.47747%203.47724C3.6838%203.27041%203.94172%203.16699%204.25122%203.16699H7.81797C8.0513%203.16699%208.25055%203.24541%208.41572%203.40224C8.58105%203.55924%208.69288%203.75858%208.75122%204.00024L9.41672%207.19424C9.44522%207.41774%209.43655%207.62324%209.39072%207.81074C9.34488%207.99824%209.25822%208.15708%209.13072%208.28724L6.70547%2010.7502C7.10814%2011.4447%207.54305%2012.0956%208.01022%2012.7027C8.47755%2013.3101%208.99264%2013.8884%209.55547%2014.4377C10.1276%2015.0266%2010.7339%2015.5687%2011.3742%2016.064C12.0144%2016.5592%2012.6901%2017.0046%2013.4012%2017.4002L15.7852%2014.9835C15.9376%2014.8197%2016.1118%2014.7072%2016.308%2014.646C16.5041%2014.585%2016.7019%2014.5697%2016.9012%2014.6002L19.9822%2015.2492C20.2282%2015.3082%2020.4318%2015.4351%2020.593%2015.6297C20.754%2015.8246%2020.8345%2016.0425%2020.8345%2016.2835V19.7502C20.8345%2020.0597%2020.7313%2020.3177%2020.525%2020.524C20.3186%2020.7303%2020.0607%2020.8335%2019.7512%2020.8335ZM5.92197%209.28349L7.82197%207.36699L7.28447%204.75024H4.77197C4.81097%205.43358%204.92072%206.14749%205.10122%206.89199C5.28172%207.63633%205.5553%208.43349%205.92197%209.28349ZM14.8887%2018.1502C15.5471%2018.4557%2016.2563%2018.703%2017.0165%2018.892C17.7766%2019.0808%2018.5216%2019.1947%2019.2512%2019.2335V16.717L16.7845%2016.196L14.8887%2018.1502Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain}@keyframes listLoadingAnimation{0%{background-position:200% 0}to{background-position:0% 200%}}.cometchat-message-bubble__body-wrapper .cometchat-message-bubble__sticker-message{gap:var(--cometchat-padding-2, 8px)}.cometchat-message-bubble__sticker-message .cometchat-image-bubble{cursor:default;background-color:transparent}.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;align-items:center;justify-content: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,.cometchat-message-list__flag-message-dialog-wrapper{display:flex;position:fixed;z-index:3;left:0;top:0;width:100%;height:100%;justify-content:center;align-items:center;overflow:auto;background-color:#0009}.cometchat-message-list__body{justify-content:flex-end}.cometchat-message-list-loaded .cometchat-message-list__body .cometchat-list__body{height:fit-content;max-height:100%}.cometchat-message-list-loaded>.cometchat-message-list__body>.cometchat{height:fit-content!important;max-height:100%}.cometchat-message-list__new-message-divider{display:flex;align-items:center;justify-content:center;gap:var(--cometchat-spacing-4);width:100%;padding:var(--cometchat-margin-4) var(--cometchat-spacing-7)}.cometchat-message-list__new-message-divider span{text-wrap:nowrap;font:var(--cometchat-font-body-medium);color:var(--cometchat-error-color)}.cometchat-message-list__new-message-divider div{width:100%;height:1px;background-color:var(--cometchat-error-color)}@keyframes backgroundFade{0%{background-color:var(--cometchat-extended-primary-color-200)}50%{background-color:var(--cometchat-extended-primary-color-100)}75%,to{background-color:transparent}}.cometchat-message-list__bubble-highlight{animation:backgroundFade 3s ease-out forwards}.cometchat-message-list__bubble-highlight-longer{animation:backgroundFade 5s ease-out forwards}.cometchat-message-list-hide-scrollbar .cometchat-reaction-list__list::-webkit-scrollbar,.cometchat-message-list-hide-scrollbar .cometchat-reaction-list__list::-webkit-scrollbar-thumb,.cometchat-message-list-hide-scrollbar .cometchat-reaction-list__tabs::-webkit-scrollbar,.cometchat-message-list-hide-scrollbar .cometchat-reaction-list__tabs::-webkit-scrollbar-thumb{display:none}.cometchat-message-list-hide-scrollbar .cometchat-emoji-keyboard__list::-webkit-scrollbar,.cometchat-message-list-hide-scrollbar .cometchat-emoji-keyboard__list::-webkit-scrollbar-thumb,.cometchat-message-list-hide-scrollbar .cometchat-emoji-keyboard__tabs::-webkit-scrollbar,.cometchat-message-list-hide-scrollbar .cometchat-emoji-keyboard__tabs::-webkit-scrollbar-thumb{display:none}.cometchat-message-list__flag-message-dialog-hide-scrollbar .cometchat-flag-message-dialog__remark-input::-webkit-scrollbar,.cometchat-message-list__flag-message-dialog-hide-scrollbar .cometchat-flag-message-dialog__remark-input::-webkit-scrollbar-thumb{display:none}.cometchat-outgoing-call{display:flex;width:360px;height:540px;padding:var(--cometchat-padding-5, 20px) 0px;flex-direction:column;justify-content:space-between;align-items:center;flex-shrink:0;border-radius:var(--cometchat-radius-5, 20px);border:1px solid var(--cometchat-border-color-light);background:var(--cometchat-background-color-01);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-outgoing-call__title{color:var(--cometchat-text-color-primary);text-align:center;font:var(--cometchat-font-title-medium)}.cometchat-outgoing-call__title-container{display:flex;flex-direction:column;gap:var(--cometchat-spacing-2)}.cometchat-outgoing-call__subtitle{color:var(--cometchat-text-color-secondary);text-align:center;font:var(--cometchat-font-heading4-regular)}.cometchat-outgoing-call__avatar{display:flex;width:160px;height:160px;justify-content:center;align-items:center;flex-shrink:0;border-radius:var(--cometchat-radius-max)}.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);height:fit-content;width:fit-content;font-style:normal}.cometchat-outgoing-call__button .cometchat-button{display:flex;padding:var(--cometchat-padding-4);align-items:center;gap:var(--cometchat-padding-2);border-radius:var(--cometchat-radius-max);background:var(--cometchat-error-color);justify-content:center;height:fit-content;width:fit-content;cursor:pointer}.cometchat-outgoing-call__button .cometchat-button .cometchat-button__icon{-webkit-mask-size:contain;width:24px;height:24px;background:var(--cometchat-static-white)}@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,.cometchat:has(>.cometchat-outgoing-call){height:100%;width:100%;border-radius:0}}.cometchat-action-bubble{display:flex;padding:var(--cometchat-padding-1, 4px) var(--cometchat-padding-3, 12px);justify-content:center;align-items:center;border-radius:var(--cometchat-radius-max, 1000px);border:1px solid var(--cometchat-border-color-default);background:var(--cometchat-background-color-02)}.cometchat-action-bubble__text{color:var(--cometchat-text-color-secondary);text-align:center;font:var(--cometchat-font-caption1-regular)}.cometchat-action-bubble__icon{display:none}.cometchat-reaction-info{display:inline-flex;justify-content:center;align-items:flex-start;border-radius:var(--cometchat-radius-2, 8px)}.cometchat-reaction-info__content{display:flex;padding:8px var(--cometchat-padding-2, 8px);flex-direction:column;align-items:center;border-radius:var(--cometchat-radius-1, 4px);background:var(--cometchat-static-black, #141414);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;margin:-1px;min-height:77px;min-width:77px;justify-content:center}.cometchat-reaction-info__emoji-text{display:flex;flex-direction:column;align-items:center;gap:var(--cometchat-padding-1, 4px)}.cometchat-reaction-info__emoji{color:var(--cometchat-static-white, #F9F8FD);text-align:center;font:var(--cometchat-font-heading1-regular, 400 24px Roboto)}.cometchat-reaction-info__title{color:var(--cometchat-static-white, #F9F8FD);text-align:center;font:var(--cometchat-font-caption1-regular, 400 12px Roboto)}.cometchat-reaction-info__description{color:var(--cometchat-text-color-tertiary, #A1A1A1);text-align:center;font:var(--cometchat-font-caption1-regular, 400 12px Roboto)}.cometchat-reaction-info__error{color:var(--cometchat-error-color, #F44649);text-align:center;font:var(--cometchat-font-caption1-regular, 400 12px Roboto)}.cometchat-reaction-info__loading{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='26'%20height='26'%20viewBox='0%200%2026%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Spinner-Gradient/Spinner-Gradient-1'%3e%3cpath%20id='Ellipse%2026'%20d='M16.9278%202.82873C18.2643%203.34439%2019.4863%204.11826%2020.5238%205.10616C21.5613%206.09405%2022.394%207.27662%2022.9745%208.58636C23.555%209.89609%2023.8718%2011.3073%2023.9069%2012.7395C23.942%2014.1717%2023.6946%2015.5967%2023.1789%2016.9333C22.6633%2018.2699%2021.8894%2019.4918%2020.9015%2020.5293C19.9136%2021.5668%2018.7311%2022.3996%2017.4213%2022.9801C16.1116%2023.5605%2014.7004%2023.8774%2013.2682%2023.9124C11.836%2023.9475%2010.4109%2023.7002%209.07437%2023.1845C7.73779%2022.6688%206.51587%2021.895%205.47836%2020.9071C4.44086%2019.9192%203.6081%2018.7366%203.02762%2017.4269C2.44714%2016.1171%202.13032%2014.7059%202.09524%2013.2737C2.06016%2011.8416%202.30752%2010.4165%202.82318%209.07992C3.33884%207.74335%204.11271%206.52142%205.1006%205.48392C6.0885%204.44641%207.27107%203.61365%208.5808%203.03317C9.89053%202.4527%2011.3018%202.13588%2012.7339%202.1008C14.1661%202.06572%2015.5912%202.31307%2016.9278%202.82873L16.9278%202.82873Z'%20stroke='%23E8E8E8'%20stroke-width='4'/%3e%3cpath%20id='Ellipse%2027'%20d='M16.9278%202.82873C18.2643%203.34439%2019.4863%204.11826%2020.5238%205.10616C21.5613%206.09405%2022.394%207.27662%2022.9745%208.58636C23.555%209.89609%2023.8718%2011.3073%2023.9069%2012.7395C23.942%2014.1717%2023.6946%2015.5967%2023.1789%2016.9333C22.6633%2018.2699%2021.8894%2019.4918%2020.9015%2020.5293C19.9136%2021.5668%2018.7311%2022.3996%2017.4213%2022.9801C16.1116%2023.5605%2014.7004%2023.8774%2013.2682%2023.9124C11.836%2023.9475%2010.4109%2023.7002%209.07437%2023.1845C7.73779%2022.6688%206.51587%2021.895%205.47836%2020.9071C4.44086%2019.9192%203.6081%2018.7366%203.02762%2017.4269C2.44714%2016.1171%202.13032%2014.7059%202.09524%2013.2737C2.06016%2011.8416%202.30752%2010.4165%202.82318%209.07992C3.33884%207.74335%204.11271%206.52142%205.1006%205.48392C6.0885%204.44641%207.27107%203.61365%208.5808%203.03317C9.89053%202.4527%2011.3018%202.13588%2012.7339%202.1008C14.1661%202.06572%2015.5912%202.31307%2016.9278%202.82873L16.9278%202.82873Z'%20stroke='url(%23paint0_angular_7177_657237)'%20stroke-width='4'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cradialGradient%20id='paint0_angular_7177_657237'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(13.0011%2013.0066)%20rotate(21.0969)%20scale(10.9091)'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='%232D2D2D'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;height:24px;width:24px;border:4px solid var(--cometchat-background-color-04, #E8E8E8);border-radius:50%;border-top:4px solid transparent;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cometchat-reaction-list{display:flex;width:280px;flex-direction:column;overflow:hidden;align-items:flex-start;border-radius:var(--cometchat-radius-5, 20px);border:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-01, #FFF);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-reaction-list__error{display:flex;height:200px;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;align-self:stretch;color:var(--cometchat-text-color-secondary, #727272);text-align:center;font:var(--cometchat-font-body-regular, 400 14px Roboto)}.cometchat-reaction-list__tabs{display:flex;padding-top:var(--cometchat-padding-2, 8px);max-width:280px;align-items:center;align-self:stretch;overflow-x:auto;border-bottom:1px solid var(--cometchat-border-color-default, #E8E8E8);background:var(--cometchat-background-color-01, #FFF)}.cometchat-reaction-list__tabs-tab{display:flex;height:40px;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-4, 16px);align-items:center;gap:var(--cometchat-padding-1, 4px);cursor:pointer;border-radius:4px 4px 0 0}.cometchat-reaction-list__tabs-tab-active{border-bottom:2px solid var(--cometchat-primary-color, #6852D6)}.cometchat-reaction-list__tabs-tab-emoji,.cometchat-reaction-list__tabs-tab-count{color:var(--cometchat-text-color-secondary, #727272);text-align:center;font:var(--cometchat-font-body-medium, 500 14px Roboto)}.cometchat-reaction-list__tabs-tab-count-active,.cometchat-reaction-list__tabs-tab-emoji-active{color:var(--cometchat-text-color-highlight, #6852D6)}.cometchat-reaction-list__list{display:flex;padding:0;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:var(--cometchat-radius-0, 0px);background:var(--cometchat-background-color-01, #FFF);overflow-y:auto;height:200px}.cometchat-reaction-list .cometchat-list-item{width:280px;cursor:pointer}.cometchat-reaction-list .cometchat-list-item__leading-view,.cometchat-reaction-list .cometchat-list-item__body{padding:0;flex-shrink:inherit}.cometchat-reaction-list .cometchat-list-item__body-title{overflow:hidden;color:var(--cometchat-text-color-primary, #141414);text-overflow:ellipsis;font:var(--cometchat-font-body-medium, 500 14px Roboto)}.cometchat-reaction-list .cometchat-list-item__body-subtitle{overflow:hidden;color:var(--cometchat-text-color-secondary, #727272);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-caption1-regular, 400 12px Roboto)}.cometchat-reaction-list .cometchat-avatar,.cometchat-reaction-list .cometchat-avatar__image,.cometchat-reaction-list .cometchat-list-item__leading-view{height:32px;width:32px}.cometchat-reaction-list .cometchat-list-item__title-container{gap:0px}.cometchat-reaction-list__shimmer{display:flex;width:280px;height:200px;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:var(--cometchat-radius-4, 16px);border:1px solid var(--cometchat-background-color-01, #FFF);background:var(--cometchat-background-color-01, #FFF);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-reaction-list__shimmer-tabs{display:flex;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;align-self:stretch;border-bottom:1px solid var(--cometchat-border-color-default, #E8E8E8);background:var(--cometchat-background-color-01, #FFF)}.cometchat-reaction-list__shimmer-tab{background:var(--cometchat-shimmer-gradient-color);display:flex;width:48px;height:16px;border-radius:var(--cometchat-radius-2, 8px);justify-content:center;align-items:center;animation:shimmerAnimation 10s infinite linear}.cometchat-reaction-list__shimmer-item{display:flex;width:280px;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-4, 16px);align-items:center;gap:var(--cometchat-padding-3, 12px);flex:1 0 0;background:var(--cometchat-background-color-01, #FFF)}.cometchat-reaction-list__shimmer-item-icon{background:var(--cometchat-shimmer-gradient-color);display:flex;border-radius:var(--cometchat-radius-max, 1000px);width:32px;height:32px;justify-content:center;align-items:center;animation:shimmerAnimation 10s infinite linear}.cometchat-reaction-list__shimmer-item-content{background:var(--cometchat-shimmer-gradient-color);border-radius:var(--cometchat-radius-2, 8px);display:flex;height:20px;justify-content:center;align-items:center;flex:1 0 0;animation:shimmerAnimation 5s infinite linear}.cometchat-reaction-list__shimmer-item-tailview{background:var(--cometchat-shimmer-gradient-color);display:flex;width:24px;height:24px;border-radius:var(--cometchat-radius-max, 1000px);justify-content:center;align-items:center;animation:shimmerAnimation 10s infinite linear}.cometchat-reactions{display:flex;padding:0px var(--cometchat-padding-1, 4px);align-items:flex-start;align-content:flex-start;gap:2px;align-self:stretch;width:fit-content;height:fit-content}.cometchat-reactions__reaction,.cometchat-reactions__more-reaction{display:inline-flex;height:24px;padding:2px var(--cometchat-padding-2, 8px);align-items:center;gap:var(--cometchat-padding-1, 4px);flex-shrink:0;border-radius:20px;border:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-01, #FFF);cursor:pointer}.cometchat-reactions__reaction-you{display:inline-flex;height:23px;padding:2px var(--cometchat-padding-2, 8px);align-items:center;gap:var(--cometchat-padding-1, 4px);flex-shrink:0;border-radius:20px;border:1px solid var(--cometchat-extended-primary-color-300, #CCC4F1);background:var(--cometchat-extended-primary-color-100, #EDEAFA)}.cometchat-reactions__reaction-emoji{color:var(--cometchat-text-color-primary, #141414);font:var(--cometchat-font-body-regular, 400 14px Roboto)}.cometchat-reactions__reaction-count,.cometchat-reactions__more-reaction-count{color:var(--cometchat-text-color-primary, #141414);font:var(--cometchat-font-caption1-regular, 400 12px Roboto)}.cometchat-reactions-info-wrapper .cometchat-popover__content{background:transparent;box-shadow:none;border:none}.cometchat-call-button{display:flex;align-items:center;gap:var(--cometchat-padding-4, 16px);height:fit-content;width:fit-content}.cometchat-call-button__voice,.cometchat-call-button__video{display:flex;width:24px;height:24px;justify-content:center;align-items:center;cursor:pointer}.cometchat-call-button .cometchat-button{width:24px;height:24px;padding:0;gap:0px;background:var(--cometchat-background-color-01, #FFFFFF)}.cometchat-call-button .cometchat-button__icon{background:var(--cometchat-icon-color-primary, #141414)}.cometchat-outgoing-call__backdrop{display:flex;position:fixed;z-index:3;left:0;top:0;justify-content:center;align-items:center;width:100%;height:100%;overflow:auto;background-color:#000;background-color:#0006}.cometchat-call-button .cometchat-button:hover,.cometchat-call-button .cometchat-button:active{background:transparent}.cometchat-incoming-call{display:flex;width:360px;padding:var(--cometchat-padding-5, 20px) var(--cometchat-padding-5, 20px);flex-direction:column;align-items:center;gap:var(--cometchat-padding-4, 16px);border-radius:var(--cometchat-radius-3, 12px);border:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-03, #F5F5F5);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;position:absolute;z-index:10}.cometchat-incoming-call .cometchat-list-item{width:320px;padding:0;background:var(--cometchat-background-color-03, #F5F5F5)}.cometchat-incoming-call .cometchat-list-item__body{padding:0}.cometchat-incoming-call .cometchat-list-item__body-title{color:var(--cometchat-text-color-primary, #FFF);font:var(--cometchat-font-heading3-bold, 700 20px Roboto)}.cometchat-incoming-call .cometchat-list-item__title-container{justify-content:space-around}.cometchat-incoming-call .cometchat-list-item__trailing-view{width:fit-content;height:fit-content}.cometchat-incoming-call__button-group{display:flex;align-items:center;gap:16px;align-self:stretch}.cometchat-incoming-call__button-decline{display:flex;height:40px;width:152px;justify-content:center;align-items:center;gap:var(--cometchat-padding-2, 8px);align-self:stretch;border-radius:var(--cometchat-radius-2, 8px);background:var(--cometchat-error-color, #C73C3E);cursor:pointer}.cometchat-incoming-call__button-decline .cometchat-button{width:152px;background:var(--cometchat-error-color, #C73C3E)}.cometchat-incoming-call__button-accept{display:flex;height:40px;width:152px;justify-content:center;align-items:center;gap:var(--cometchat-padding-2, 8px);align-self:stretch;border-radius:var(--cometchat-radius-2, 8px);background:var(--cometchat-success-color, #0B9F5D);cursor:pointer}.cometchat-incoming-call__button-accept .cometchat-button{width:152px;background:var(--cometchat-success-color, #0B9F5D)}.cometchat-incoming-call__avatar{display:flex;width:48px;height:48px;justify-content:center;align-items:center;flex-shrink:0}.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{display:flex;align-items:center;gap:4px;align-self:stretch}.cometchat-incoming-call__subtitle-icon{display:flex;width:16px;height:16px;justify-content:center;align-items:center;background:var(--cometchat-icon-color-secondary, #A1A1A1);-webkit-mask-size:contain}.cometchat-incoming-call__subtitle-text{color:var(--cometchat-text-color-secondary, #727272);font:var(--cometchat-font-heading4-regular, 400 16px Roboto)}.cometchat-incoming-call .cometchat-button:hover,.cometchat-incoming-call .cometchat-button:active{background:transparent}.cometchat-message-information{max-width:420px;width:100%;height:fit-content;max-height:100%;flex-shrink:0;border-radius:var(--cometchat-radius-5, 20px);border:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-01, #FFF);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;overflow:hidden}.cometchat-message-information__header{display:flex;height:64px;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-4, 16px);align-items:center;gap:var(--cometchat-padding-3, 12px);align-self:stretch;border-bottom:1px solid var(--cometchat-border-color-light, #F5F5F5);border-left:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-01, #FFF)}.cometchat-message-information__header-title{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0px;flex:1 0 0;overflow:hidden;color:var(--cometchat-text-color-primary, #141414);text-overflow:ellipsis;font:var(--cometchat-font-heading3-bold, 700 20px Roboto)}.cometchat-message-information__header-close{display:flex;width:24px;height:24px;justify-content:center;align-items:center;cursor:pointer}.cometchat-message-information__header-close .cometchat-button{height:24px;width:24px;padding:0;gap:0px;background:transparent}.cometchat-message-information__header-close .cometchat-button:hover,.cometchat-message-information__header-close .cometchat-button:active{background:transparent}.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{display:flex;padding:var(--cometchat-padding-5, 20px) var(--cometchat-padding-4, 16px);align-items:flex-start;gap:0px;width:100%;max-height:300px;overflow:hidden auto;background:var(--cometchat-background-color-02, #FAFAFA);border-bottom:1px solid var(--cometchat-border-color-light)}.cometchat-message-information__message .cometchat-message-bubble__wrapper{padding:0;width:100%}.cometchat-message-information__receipts{display:flex;width:100%;padding:0;flex-direction:column;align-items:flex-start;height:260px;overflow:hidden auto}.cometchat-message-information__receipts .cometchat-list-item__body-subtitle{flex-direction:column;gap:0px}.cometchat-message-information-hide-scrollbar .cometchat-message-information__receipts::-webkit-scrollbar,.cometchat-message-information-hide-scrollbar .cometchat-message-information__receipts::-webkit-scrollbar-thumb{display:none}.cometchat-message-information-hide-scrollbar .cometchat-message-information__message::-webkit-scrollbar,.cometchat-message-information-hide-scrollbar .cometchat-message-information__message::-webkit-scrollbar-thumb{display:none}.cometchat-message-information__receipts .cometchat-list-item__body{padding:0}.cometchat-message-information__receipts .cometchat-list-item:hover{background:transparent}.cometchat-message-information__receipts-subtitle{display:flex;padding:0;width:100%;flex-direction:column;align-items:flex-start;gap:var(--cometchat-padding-1, 4px);flex:1 0 0}.cometchat-message-information__receipts-subtitle-text{display:flex;justify-content:space-between;align-items:center;align-self:stretch;overflow:hidden;color:var(--cometchat-text-color-secondary, #727272);text-overflow:ellipsis;font:var(--cometchat-font-body-regular, 400 14px Roboto)}.cometchat-message-information__receipts .cometchat-list-item{padding:var(--cometchat-padding-3, 12px) var(--cometchat-padding-4, 16px);align-items:flex-start}.cometchat-message-information__receipts .cometchat-list-item__trailing-view{display:none}.cometchat-message-information__receipts .cometchat-list-item__leading-view,.cometchat-message-information__receipts .cometchat-avatar,.cometchat-message-information__receipts .cometchat-avatar__image{height:40px;width:40px}.cometchat-message-information__shimmer{width:100%;height:260px;background:var(--cometchat-background-color-01, #FFF)}.cometchat-message-information__shimmer-item{height:72px;display:flex;width:100%;min-width:240px;max-width:1440px;padding:var(--cometchat-padding-3, 12px) var(--cometchat-padding-4, 16px);align-items:center;gap:12px}.cometchat-message-information__shimmer-item-avatar{width:48px;height:48px;border-radius:var(--cometchat-radius-max, 1000px);background:var(--cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%));animation:shimmerAnimation 5s infinite linear}.cometchat-message-information__shimmer-item-title{background:var(--cometchat-shimmer-gradient-color);border-radius:var(--cometchat-radius-2, 8px);display:flex;height:40px;justify-content:center;align-items:center;flex:1 0 0;animation:shimmerAnimation 5s infinite linear}.cometchat-message-information__receipts-subtite-text,.cometchat-message-information__receipts-subtitle .cometchat-date,.cometchat-message-information__receipts-subtite-text .cometchat-date{padding:0;overflow:hidden;color:var(--cometchat-text-color-secondary, #727272);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-body-regular, 400 14px Roboto)}.cometchat-message-information__receipts-empty,.cometchat-message-information__error-state{display:flex;height:200px;width:100%;justify-content:center;align-items:center;color:var(--cometchat-text-color-secondary, #727272);text-align:center;font:var(--cometchat-font-body-regular, 400 14px Roboto)}.cometchat-message-information .cometchat-list__header{border-bottom:none}.cometchat-message-information .cometchat-message-bubble{pointer-events:none}.cometchat-ongoing-call,.cometchat:has(>.cometchat-ongoing-call){width:100%;height:100%;border-radius:0;border:none;position:absolute;left:0;top:0;z-index:10}.cometchat-thread-header{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:0px;flex-shrink:0;background:var(--cometchat-background-color-01, #FFF)}.cometchat-thread-header__top-bar{display:flex;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-4, 16px);align-items:center;gap:var(--cometchat-padding-2, 8px);height:64px;align-self:stretch;border-bottom:1px solid var(--cometchat-border-color-light, #F5F5F5);border-left:1px solid var(--cometchat-border-color-light, #F5F5F5);background:var(--cometchat-background-color-01, #FFF)}.cometchat-thread-header__top-bar-title-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex:1 0 0;overflow:hidden}.cometchat-thread-header__top-bar-title{color:var(--cometchat-text-color-primary, #141414);text-overflow:ellipsis;font:var(--cometchat-font-heading3-bold, 700 20px Roboto)}.cometchat-thread-header__top-bar-subtitle-text{color:var(--cometchat-text-color-secondary, #727272);font:var(--cometchat-font-caption1-regular, 400 12px Roboto);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.cometchat-thread-header__top-bar-subtitle-text-clickable{cursor:pointer}.cometchat-thread-header__top-bar-close{display:flex;width:24px;height:24px;justify-content:center;align-items:center;cursor:pointer}.cometchat-thread-header__top-bar-close .cometchat-button{height:24px;width:24px;padding:0;gap:0px;background:transparent}.cometchat-thread-header__top-bar-close .cometchat-button:hover,.cometchat-thread-header__top-bar-close .cometchat-button:active{background:transparent}.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{display:flex;width:100%;padding-top:var(--cometchat-padding-3, 12px);flex-direction:column;flex-shrink:0}.cometchat-thread-header__body-timestamp{display:flex;padding:var(--cometchat-padding-1, 4px) var(--cometchat-padding-2, 8px);align-self:center;border-radius:var(--cometchat-radius-1, 4px);border:1px solid var(--cometchat-border-color-dark, #DCDCDC);background:var(--cometchat-background-color-02, #FAFAFA);box-shadow:0 1px 2px #1018280d}.cometchat-thread-header__body-timestamp .cometchat-date{color:var(--cometchat-text-color-primary, #141414);text-align:center;font:var(--cometchat-font-caption1-medium, 500 12px Roboto);padding:0;display:flex}.cometchat-thread-header__message{display:flex;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-4, 16px);gap:0px;min-height:50px;max-height:300px;overflow:hidden auto;flex:1 0 0}.cometchat-thread-header-hide-scrollbar .cometchat-thread-header__message::-webkit-scrollbar,.cometchat-thread-header-hide-scrollbar .cometchat-thread-header__message::-webkit-scrollbar-thumb{display:none}.cometchat-thread-header__message .cometchat-text-bubble .cometchat-text-bubble__read-more{display:none}.cometchat-thread-header__message-small{min-height:fit-content;max-height:150px}.cometchat-thread-header__message-incoming{align-self:flex-start}.cometchat-thread-header__message-outgoing{align-self:flex-end}.cometchat-thread-header__message .cometchat-message-bubble__wrapper{padding:0;width:100%}.cometchat-thread-header__reply-bar{display:flex;padding:var(--cometchat-padding-1, 4px) var(--cometchat-padding-5, 20px);justify-content:center;align-items:center;gap:var(--cometchat-padding-2, 8px);align-self:stretch}.cometchat-thread-header__reply-bar-count{color:var(--cometchat-text-color-secondary, #727272);text-align:center;font:var(--cometchat-font-body-regular, 400 14px Roboto)}.cometchat-thread-header__reply-bar-divider{width:100%;height:1px;background:var(--cometchat-border-color-default, #E8E8E8);flex:1}.cometchat-thread-header__message .cometchat-message-preview{cursor:not-allowed}.cometchat-toast{display:inline-block;padding:var(--cometchat-padding-2,8px);border-radius:var(--cometchat-radius-1,4ppx);background:var(--cometchat-static-black);position:fixed;color:var(--cometchat-static-white, #F9F8FD);font:var(--cometchat-font-caption1-regular);bottom:12px;left:50%;transform:translate(-50%);z-index:10;position:absolute}.cometchat-search{width:100%;margin:0 auto;background:var(--cometchat-background-color-01);height:100%;display:flex;flex-direction:column;gap:var(--cometchat-padding-3, 12px)}.cometchat-search__header{display:flex;align-items:center;gap:6px;justify-content:flex-start;min-height:64px;padding:var(--cometchat-padding-3, 12px) var(--cometchat-padding-4, 16px);padding-bottom:0}.cometchat-search__search-bar{position:relative;flex:1;overflow:hidden}.cometchat-search__input{display:flex;align-items:center;min-height:36px;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-3, 12px);gap:var(--cometchat-spacing-1, 4px);flex:1 0 0;align-self:stretch;border-radius:var(--cometchat-radius-max, 1000px);border:1px solid var(--cometchat-border-color-dark, #DCDCDC);background:var(--cometchat-background-color-03, #F5F5F5);justify-content:flex-start;overflow-x:auto}.cometchat-search__input input{border:none;flex:1;min-width:50px;outline:none;background:transparent;color:var(--cometchat-text-color-primary, #141414);font:var(--cometchat-font-heading4-regular)}.cometchat-search__input-clear-button{border:none;background:none;cursor:pointer;-webkit-user-select:none;user-select:none}.cometchat-search__input-clear-button .cometchat-button,.cometchat-search__back-button .cometchat-button{background:transparent;border:none;border-radius:0;padding:0;margin:0;height:fit-content;width:fit-content}.cometchat-search__input-clear-button .cometchat-button .cometchat-button__icon,.cometchat-search__back-button .cometchat-button .cometchat-button__icon{height:24px;width:24px;background:var(--cometchat-icon-color-secondary)}.cometchat-search__back-button .cometchat-button .cometchat-button__icon{background:var(--cometchat-icon-color-primary)}.cometchat-search__body{padding:0px var(--cometchat-padding-4, 16px)}.cometchat-search__body-filters{display:flex;flex-wrap:wrap;gap:var(--cometchat-padding-2, 8px) var(--cometchat-padding-2, 8px)}.cometchat-search__body-filter,.cometchat-search__body-filter .cometchat-button{cursor:pointer;border-radius:var(--Radius-radius_Max, 1000px);background:var(--cometchat-background-color-03);display:flex;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-3, 12px);align-items:center;align-content:center;gap:4px var(--cometchat-padding-1, 4px)}.cometchat-search__body-filters .cometchat-button{flex-wrap:wrap}.cometchat-search__body-filter .cometchat-button{background:transparent;border:none;border-radius:0;padding:0;margin:0;height:fit-content;width:fit-content;font:var(--cometchat-font-body-regular);color:var(--cometchat-text-color-secondary, #727272)}.cometchat-search__body-filter .cometchat-button .cometchat-button__icon{height:16px;width:16px;background:var(--cometchat-icon-color-secondary)}.cometchat-search__initial-view{flex:1;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}.cometchat-search__initial-view-icon{mask:url(/_assets/search_message_icon-CRbWkfgC.svg) center center no-repeat;-webkit-mask:url(/_assets/search_message_icon-CRbWkfgC.svg) center center no-repeat;background:var(--cometchat-icon-color-secondary);mask-size:contain;-webkit-mask-size:contain;width:120px;height:120px;flex-shrink:0}.cometchat-search__initial-view-title{color:var(--cometchat-text-color-primary, #141414);text-align:center;font:var(--cometchat-font-heading3-bold)}.cometchat-search__initial-view-subtitle{color:var(--cometchat-text-color-secondary, #727272);text-align:center;font:var(--cometchat-font-body-regular)}.cometchat-search-conversations__see-more .cometchat-button,.cometchat-search-messages__see-more .cometchat-button{background:transparent;border:none;border-radius:0;margin:0;height:fit-content;width:fit-content}.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{width:fit-content;height:fit-content;align-self:flex-start}.cometchat-search__conversations .cometchat-search__conversations-subtitle-text-wrapper,.cometchat-search__conversations .cometchat-search__conversations-subtitle{display:flex;flex-direction:row;gap:var(--cometchat-padding, 2px)}.cometchat-search__conversations .cometchat-search__conversations-subtitle-text,.cometchat-search__conversations .cometchat-search__conversations-subtitle-text-sender,.cometchat-search-messages__list-item .cometchat-search-messages__subtitle-text{overflow:hidden;color:var(--cometchat-text-color-secondary, #727272);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-body-regular, 14px)}.cometchat-search__conversations-subtitle-text-sender{font:var(--cometchat-font-body-bold, 14px)}.cometchat-search__conversations-subtitle-receipts{height:16px;width:16px;display:flex;align-items:center;justify-content:center;border:none;align-self:center;background:var(--cometchat-icon-color-secondary, #A1A1A1);flex-shrink:0}.cometchat-search__conversations-subtitle-receipts-sent{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='12'%20height='8'%20viewBox='0%200%2012%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.32227%206.34408L10.2389%200.427409C10.3522%200.316298%2010.4842%200.260742%2010.6349%200.260742C10.7858%200.260742%2010.9168%200.316465%2011.0279%200.427909C11.139%200.539465%2011.1946%200.671854%2011.1946%200.825076C11.1946%200.97841%2011.139%201.11063%2011.0279%201.22174L4.71127%207.54408C4.60016%207.65519%204.47049%207.71074%204.32227%207.71074C4.17416%207.71074%204.04455%207.65519%203.93344%207.54408L0.955605%204.56624C0.844494%204.45469%200.791716%204.32213%200.797272%204.16858C0.802827%204.01513%200.861383%203.88285%200.972938%203.77174C1.08438%203.66063%201.21677%203.60508%201.37011%203.60508C1.52344%203.60508%201.65566%203.66063%201.76677%203.77174L4.32227%206.34408Z'%20fill='%23F9F8FD'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='12'%20height='8'%20viewBox='0%200%2012%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.32227%206.34408L10.2389%200.427409C10.3522%200.316298%2010.4842%200.260742%2010.6349%200.260742C10.7858%200.260742%2010.9168%200.316465%2011.0279%200.427909C11.139%200.539465%2011.1946%200.671854%2011.1946%200.825076C11.1946%200.97841%2011.139%201.11063%2011.0279%201.22174L4.71127%207.54408C4.60016%207.65519%204.47049%207.71074%204.32227%207.71074C4.17416%207.71074%204.04455%207.65519%203.93344%207.54408L0.955605%204.56624C0.844494%204.45469%200.791716%204.32213%200.797272%204.16858C0.802827%204.01513%200.861383%203.88285%200.972938%203.77174C1.08438%203.66063%201.21677%203.60508%201.37011%203.60508C1.52344%203.60508%201.65566%203.66063%201.76677%203.77174L4.32227%206.34408Z'%20fill='%23F9F8FD'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-search__conversations-subtitle-receipts-wait{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='State=Sending'%3e%3cpath%20id='Vector'%20d='M8.5665%207.78867V5.08034C8.5665%204.93467%208.51545%204.81073%208.41334%204.7085C8.31123%204.60639%208.18728%204.55534%208.0415%204.55534C7.8915%204.55534%207.76556%204.60639%207.66367%204.7085C7.56189%204.81073%207.511%204.93467%207.511%205.08034V7.997C7.511%208.06734%207.5235%208.13312%207.5485%208.19434C7.5735%208.25556%207.60928%208.31295%207.65584%208.3665L9.97684%2010.7477C10.0792%2010.8621%2010.2072%2010.9174%2010.361%2010.9137C10.5147%2010.91%2010.6452%2010.8544%2010.7527%2010.747C10.8563%2010.6433%2010.9082%2010.5165%2010.9082%2010.3665C10.9082%2010.2165%2010.8566%2010.0881%2010.7533%209.98117L8.5665%207.78867ZM8.0005%2014.5553C7.10106%2014.5553%206.25234%2014.3826%205.45434%2014.0372C4.65623%2013.6916%203.96106%2013.2222%203.36884%2012.6288C2.7765%2012.0354%202.30767%2011.3403%201.96234%2010.5435C1.617%209.74673%201.44434%208.89906%201.44434%208.0005C1.44434%207.10106%201.61706%206.25234%201.9625%205.45434C2.30806%204.65623%202.7775%203.96106%203.37084%203.36884C3.96428%202.7765%204.65939%202.30767%205.45617%201.96234C6.25295%201.617%207.10061%201.44434%207.99917%201.44434C8.89861%201.44434%209.74734%201.61706%2010.5453%201.9625C11.3434%202.30806%2012.0386%202.7775%2012.6308%203.37084C13.2232%203.96428%2013.692%204.65939%2014.0373%205.45617C14.3827%206.25295%2014.5553%207.10062%2014.5553%207.99917C14.5553%208.89862%2014.3826%209.74734%2014.0372%2010.5453C13.6916%2011.3434%2013.2222%2012.0386%2012.6288%2012.6308C12.0354%2013.2232%2011.3403%2013.692%2010.5435%2014.0373C9.74673%2014.3827%208.89906%2014.5553%208.0005%2014.5553ZM7.997%2013.4998C9.50811%2013.4998%2010.8031%2012.9614%2011.8818%2011.8845C12.9605%2010.8077%2013.4998%209.51378%2013.4998%208.00267C13.4998%206.49156%2012.9606%205.19661%2011.882%204.11784C10.8034%203.03917%209.50939%202.49984%207.99984%202.49984C6.48684%202.49984%205.19195%203.03911%204.11517%204.11767C3.03828%205.19623%202.49984%206.49028%202.49984%207.99984C2.49984%209.51284%203.03828%2010.8077%204.11517%2011.8845C5.19195%2012.9614%206.48589%2013.4998%207.997%2013.4998Z'%20fill='%23F9F8FD'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='State=Sending'%3e%3cpath%20id='Vector'%20d='M8.5665%207.78867V5.08034C8.5665%204.93467%208.51545%204.81073%208.41334%204.7085C8.31123%204.60639%208.18728%204.55534%208.0415%204.55534C7.8915%204.55534%207.76556%204.60639%207.66367%204.7085C7.56189%204.81073%207.511%204.93467%207.511%205.08034V7.997C7.511%208.06734%207.5235%208.13312%207.5485%208.19434C7.5735%208.25556%207.60928%208.31295%207.65584%208.3665L9.97684%2010.7477C10.0792%2010.8621%2010.2072%2010.9174%2010.361%2010.9137C10.5147%2010.91%2010.6452%2010.8544%2010.7527%2010.747C10.8563%2010.6433%2010.9082%2010.5165%2010.9082%2010.3665C10.9082%2010.2165%2010.8566%2010.0881%2010.7533%209.98117L8.5665%207.78867ZM8.0005%2014.5553C7.10106%2014.5553%206.25234%2014.3826%205.45434%2014.0372C4.65623%2013.6916%203.96106%2013.2222%203.36884%2012.6288C2.7765%2012.0354%202.30767%2011.3403%201.96234%2010.5435C1.617%209.74673%201.44434%208.89906%201.44434%208.0005C1.44434%207.10106%201.61706%206.25234%201.9625%205.45434C2.30806%204.65623%202.7775%203.96106%203.37084%203.36884C3.96428%202.7765%204.65939%202.30767%205.45617%201.96234C6.25295%201.617%207.10061%201.44434%207.99917%201.44434C8.89861%201.44434%209.74734%201.61706%2010.5453%201.9625C11.3434%202.30806%2012.0386%202.7775%2012.6308%203.37084C13.2232%203.96428%2013.692%204.65939%2014.0373%205.45617C14.3827%206.25295%2014.5553%207.10062%2014.5553%207.99917C14.5553%208.89862%2014.3826%209.74734%2014.0372%2010.5453C13.6916%2011.3434%2013.2222%2012.0386%2012.6288%2012.6308C12.0354%2013.2232%2011.3403%2013.692%2010.5435%2014.0373C9.74673%2014.3827%208.89906%2014.5553%208.0005%2014.5553ZM7.997%2013.4998C9.50811%2013.4998%2010.8031%2012.9614%2011.8818%2011.8845C12.9605%2010.8077%2013.4998%209.51378%2013.4998%208.00267C13.4998%206.49156%2012.9606%205.19661%2011.882%204.11784C10.8034%203.03917%209.50939%202.49984%207.99984%202.49984C6.48684%202.49984%205.19195%203.03911%204.11517%204.11767C3.03828%205.19623%202.49984%206.49028%202.49984%207.99984C2.49984%209.51284%203.03828%2010.8077%204.11517%2011.8845C5.19195%2012.9614%206.48589%2013.4998%207.997%2013.4998Z'%20fill='%23F9F8FD'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-search__conversations-subtitle-receipts-delivered{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.3997%209.11857C1.28859%209.00746%201.23581%208.87601%201.24136%208.72424C1.24692%208.57235%201.30525%208.44085%201.41636%208.32974C1.52747%208.22229%201.65897%208.16768%201.81086%208.1659C1.96264%208.16401%202.09409%208.21862%202.2052%208.32974L4.76086%2010.8964C4.82375%2010.9594%204.89042%2011.0261%204.96086%2011.0964L5.16086%2011.2964C5.27198%2011.4075%205.32659%2011.5371%205.3247%2011.6852C5.32281%2011.8335%205.26631%2011.9631%205.1552%2012.0742L5.1442%2012.0852C5.03309%2012.1927%204.90342%2012.2473%204.7552%2012.2492C4.60709%2012.251%204.47747%2012.1963%204.36636%2012.0852L1.3997%209.11857ZM7.8997%2010.8909L13.8219%204.96857C13.933%204.85746%2014.0645%204.80285%2014.2164%204.80473C14.3683%204.80662%2014.4998%204.86312%2014.6109%204.97423C14.7182%205.08535%2014.7728%205.21679%2014.7747%205.36857C14.7766%205.52046%2014.722%205.65196%2014.6109%205.76307L8.28853%2012.0852C8.17742%2012.1963%208.04781%2012.2519%207.8997%2012.2519C7.75159%2012.2519%207.62198%2012.1963%207.51086%2012.0852L4.5442%209.11857C4.43675%209.01123%204.38486%208.88068%204.38853%208.7269C4.39231%208.57323%204.44786%208.44085%204.5552%208.32974C4.66631%208.21862%204.79875%208.16307%204.95253%208.16307C5.1062%208.16307%205.23859%208.21862%205.3497%208.32974L7.8997%2010.8909ZM11.4609%205.76857L8.28853%208.9409C8.1812%209.04824%208.05253%209.10007%207.90253%209.0964C7.75253%209.09273%207.62198%209.03718%207.51086%208.92974C7.39975%208.81862%207.3442%208.68624%207.3442%208.53257C7.3442%208.37879%207.39975%208.24635%207.51086%208.13523L10.6719%204.97423C10.7793%204.86679%2010.9099%204.81307%2011.0635%204.81307C11.2173%204.81307%2011.3498%204.86679%2011.4609%204.97423C11.572%205.08535%2011.6275%205.21773%2011.6275%205.3714C11.6275%205.52507%2011.572%205.65746%2011.4609%205.76857Z'%20fill='%236852D6'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.3997%209.11857C1.28859%209.00746%201.23581%208.87601%201.24136%208.72424C1.24692%208.57235%201.30525%208.44085%201.41636%208.32974C1.52747%208.22229%201.65897%208.16768%201.81086%208.1659C1.96264%208.16401%202.09409%208.21862%202.2052%208.32974L4.76086%2010.8964C4.82375%2010.9594%204.89042%2011.0261%204.96086%2011.0964L5.16086%2011.2964C5.27198%2011.4075%205.32659%2011.5371%205.3247%2011.6852C5.32281%2011.8335%205.26631%2011.9631%205.1552%2012.0742L5.1442%2012.0852C5.03309%2012.1927%204.90342%2012.2473%204.7552%2012.2492C4.60709%2012.251%204.47747%2012.1963%204.36636%2012.0852L1.3997%209.11857ZM7.8997%2010.8909L13.8219%204.96857C13.933%204.85746%2014.0645%204.80285%2014.2164%204.80473C14.3683%204.80662%2014.4998%204.86312%2014.6109%204.97423C14.7182%205.08535%2014.7728%205.21679%2014.7747%205.36857C14.7766%205.52046%2014.722%205.65196%2014.6109%205.76307L8.28853%2012.0852C8.17742%2012.1963%208.04781%2012.2519%207.8997%2012.2519C7.75159%2012.2519%207.62198%2012.1963%207.51086%2012.0852L4.5442%209.11857C4.43675%209.01123%204.38486%208.88068%204.38853%208.7269C4.39231%208.57323%204.44786%208.44085%204.5552%208.32974C4.66631%208.21862%204.79875%208.16307%204.95253%208.16307C5.1062%208.16307%205.23859%208.21862%205.3497%208.32974L7.8997%2010.8909ZM11.4609%205.76857L8.28853%208.9409C8.1812%209.04824%208.05253%209.10007%207.90253%209.0964C7.75253%209.09273%207.62198%209.03718%207.51086%208.92974C7.39975%208.81862%207.3442%208.68624%207.3442%208.53257C7.3442%208.37879%207.39975%208.24635%207.51086%208.13523L10.6719%204.97423C10.7793%204.86679%2010.9099%204.81307%2011.0635%204.81307C11.2173%204.81307%2011.3498%204.86679%2011.4609%204.97423C11.572%205.08535%2011.6275%205.21773%2011.6275%205.3714C11.6275%205.52507%2011.572%205.65746%2011.4609%205.76857Z'%20fill='%236852D6'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-search__conversations-subtitle-receipts-error{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.99881%2011.7786C8.16315%2011.7786%208.29898%2011.7256%208.40631%2011.6195C8.51376%2011.5134%208.56748%2011.3781%208.56748%2011.2138C8.56748%2011.0496%208.51442%2010.9138%208.40831%2010.8063C8.3022%2010.699%208.16704%2010.6453%208.00281%2010.6453C7.83848%2010.6453%207.70265%2010.6984%207.59531%2010.8045C7.48787%2010.9106%207.43415%2011.0458%207.43415%2011.21C7.43415%2011.3742%207.4872%2011.51%207.59331%2011.6175C7.69942%2011.7249%207.83459%2011.7786%207.99881%2011.7786ZM8.04165%209.24531C8.18854%209.24531%208.31287%209.19392%208.41465%209.09115C8.51653%208.98837%208.56748%208.86287%208.56748%208.71465V5.67031C8.56748%205.52642%208.51576%205.40292%208.41231%205.29981C8.30887%205.19681%208.18492%205.14531%208.04048%205.14531C7.89181%205.14531%207.76653%205.19681%207.66465%205.29981C7.56287%205.40292%207.51198%205.52642%207.51198%205.67031V8.71465C7.51198%208.86287%207.56354%208.98837%207.66665%209.09115C7.76976%209.19392%207.89476%209.24531%208.04165%209.24531ZM8.00448%2015.0563C7.09959%2015.0563%206.24898%2014.8836%205.45265%2014.5381C4.65631%2014.1926%203.96203%2013.7231%203.36981%2013.1298C2.77748%2012.5364%202.30865%2011.8419%201.96331%2011.0463C1.61798%2010.2506%201.44531%209.40054%201.44531%208.49598C1.44531%207.59042%201.61803%206.73926%201.96348%205.94248C2.30903%205.14559%202.77848%204.45192%203.37181%203.86148C3.96526%203.27104%204.65976%202.80404%205.45531%202.46048C6.25098%202.11704%207.10109%201.94531%208.00565%201.94531C8.9112%201.94531%209.76242%202.11759%2010.5593%202.46215C11.3562%202.80659%2012.0499%203.27415%2012.6403%203.86481C13.2306%204.45548%2013.6976%205.1492%2014.0411%205.94598C14.3846%206.74276%2014.5563%207.59315%2014.5563%208.49715C14.5563%209.40204%2014.3845%2010.2526%2014.0408%2011.049C13.6971%2011.8453%2013.2296%2012.5389%2012.6381%2013.1298C12.0466%2013.7207%2011.3524%2014.1895%2010.5556%2014.5363C9.75887%2014.883%208.90848%2015.0563%208.00448%2015.0563ZM8.00598%2014.0008C9.53031%2014.0008%2010.8272%2013.4644%2011.8966%2012.3915C12.9661%2011.3186%2013.5008%2010.02%2013.5008%208.49565C13.5008%206.97131%2012.9669%205.67442%2011.8991%204.60498C10.8313%203.53554%209.53192%203.00081%208.00115%203.00081C6.48059%203.00081%205.1837%203.5347%204.11048%204.60248C3.03737%205.67037%202.50081%206.9697%202.50081%208.50048C2.50081%2010.021%203.03726%2011.3179%204.11015%2012.3911C5.18303%2013.4643%206.48165%2014.0008%208.00598%2014.0008Z'%20fill='%23F44649'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.99881%2011.7786C8.16315%2011.7786%208.29898%2011.7256%208.40631%2011.6195C8.51376%2011.5134%208.56748%2011.3781%208.56748%2011.2138C8.56748%2011.0496%208.51442%2010.9138%208.40831%2010.8063C8.3022%2010.699%208.16704%2010.6453%208.00281%2010.6453C7.83848%2010.6453%207.70265%2010.6984%207.59531%2010.8045C7.48787%2010.9106%207.43415%2011.0458%207.43415%2011.21C7.43415%2011.3742%207.4872%2011.51%207.59331%2011.6175C7.69942%2011.7249%207.83459%2011.7786%207.99881%2011.7786ZM8.04165%209.24531C8.18854%209.24531%208.31287%209.19392%208.41465%209.09115C8.51653%208.98837%208.56748%208.86287%208.56748%208.71465V5.67031C8.56748%205.52642%208.51576%205.40292%208.41231%205.29981C8.30887%205.19681%208.18492%205.14531%208.04048%205.14531C7.89181%205.14531%207.76653%205.19681%207.66465%205.29981C7.56287%205.40292%207.51198%205.52642%207.51198%205.67031V8.71465C7.51198%208.86287%207.56354%208.98837%207.66665%209.09115C7.76976%209.19392%207.89476%209.24531%208.04165%209.24531ZM8.00448%2015.0563C7.09959%2015.0563%206.24898%2014.8836%205.45265%2014.5381C4.65631%2014.1926%203.96203%2013.7231%203.36981%2013.1298C2.77748%2012.5364%202.30865%2011.8419%201.96331%2011.0463C1.61798%2010.2506%201.44531%209.40054%201.44531%208.49598C1.44531%207.59042%201.61803%206.73926%201.96348%205.94248C2.30903%205.14559%202.77848%204.45192%203.37181%203.86148C3.96526%203.27104%204.65976%202.80404%205.45531%202.46048C6.25098%202.11704%207.10109%201.94531%208.00565%201.94531C8.9112%201.94531%209.76242%202.11759%2010.5593%202.46215C11.3562%202.80659%2012.0499%203.27415%2012.6403%203.86481C13.2306%204.45548%2013.6976%205.1492%2014.0411%205.94598C14.3846%206.74276%2014.5563%207.59315%2014.5563%208.49715C14.5563%209.40204%2014.3845%2010.2526%2014.0408%2011.049C13.6971%2011.8453%2013.2296%2012.5389%2012.6381%2013.1298C12.0466%2013.7207%2011.3524%2014.1895%2010.5556%2014.5363C9.75887%2014.883%208.90848%2015.0563%208.00448%2015.0563ZM8.00598%2014.0008C9.53031%2014.0008%2010.8272%2013.4644%2011.8966%2012.3915C12.9661%2011.3186%2013.5008%2010.02%2013.5008%208.49565C13.5008%206.97131%2012.9669%205.67442%2011.8991%204.60498C10.8313%203.53554%209.53192%203.00081%208.00115%203.00081C6.48059%203.00081%205.1837%203.5347%204.11048%204.60248C3.03737%205.67037%202.50081%206.9697%202.50081%208.50048C2.50081%2010.021%203.03726%2011.3179%204.11015%2012.3911C5.18303%2013.4643%206.48165%2014.0008%208.00598%2014.0008Z'%20fill='%23F44649'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain;background-color:var(--cometchat-error-color)}.cometchat-search__conversations-subtitle-receipts-read{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.3997%209.11857C1.28859%209.00746%201.23581%208.87601%201.24136%208.72424C1.24692%208.57235%201.30525%208.44085%201.41636%208.32974C1.52747%208.22229%201.65897%208.16768%201.81086%208.1659C1.96264%208.16401%202.09409%208.21862%202.2052%208.32974L4.76086%2010.8964C4.82375%2010.9594%204.89042%2011.0261%204.96086%2011.0964L5.16086%2011.2964C5.27198%2011.4075%205.32659%2011.5371%205.3247%2011.6852C5.32281%2011.8335%205.26631%2011.9631%205.1552%2012.0742L5.1442%2012.0852C5.03309%2012.1927%204.90342%2012.2473%204.7552%2012.2492C4.60709%2012.251%204.47747%2012.1963%204.36636%2012.0852L1.3997%209.11857ZM7.8997%2010.8909L13.8219%204.96857C13.933%204.85746%2014.0645%204.80285%2014.2164%204.80473C14.3683%204.80662%2014.4998%204.86312%2014.6109%204.97423C14.7182%205.08535%2014.7728%205.21679%2014.7747%205.36857C14.7766%205.52046%2014.722%205.65196%2014.6109%205.76307L8.28853%2012.0852C8.17742%2012.1963%208.04781%2012.2519%207.8997%2012.2519C7.75159%2012.2519%207.62198%2012.1963%207.51086%2012.0852L4.5442%209.11857C4.43675%209.01123%204.38486%208.88068%204.38853%208.7269C4.39231%208.57323%204.44786%208.44085%204.5552%208.32974C4.66631%208.21862%204.79875%208.16307%204.95253%208.16307C5.1062%208.16307%205.23859%208.21862%205.3497%208.32974L7.8997%2010.8909ZM11.4609%205.76857L8.28853%208.9409C8.1812%209.04824%208.05253%209.10007%207.90253%209.0964C7.75253%209.09273%207.62198%209.03718%207.51086%208.92974C7.39975%208.81862%207.3442%208.68624%207.3442%208.53257C7.3442%208.37879%207.39975%208.24635%207.51086%208.13523L10.6719%204.97423C10.7793%204.86679%2010.9099%204.81307%2011.0635%204.81307C11.2173%204.81307%2011.3498%204.86679%2011.4609%204.97423C11.572%205.08535%2011.6275%205.21773%2011.6275%205.3714C11.6275%205.52507%2011.572%205.65746%2011.4609%205.76857Z'%20fill='%236852D6'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.3997%209.11857C1.28859%209.00746%201.23581%208.87601%201.24136%208.72424C1.24692%208.57235%201.30525%208.44085%201.41636%208.32974C1.52747%208.22229%201.65897%208.16768%201.81086%208.1659C1.96264%208.16401%202.09409%208.21862%202.2052%208.32974L4.76086%2010.8964C4.82375%2010.9594%204.89042%2011.0261%204.96086%2011.0964L5.16086%2011.2964C5.27198%2011.4075%205.32659%2011.5371%205.3247%2011.6852C5.32281%2011.8335%205.26631%2011.9631%205.1552%2012.0742L5.1442%2012.0852C5.03309%2012.1927%204.90342%2012.2473%204.7552%2012.2492C4.60709%2012.251%204.47747%2012.1963%204.36636%2012.0852L1.3997%209.11857ZM7.8997%2010.8909L13.8219%204.96857C13.933%204.85746%2014.0645%204.80285%2014.2164%204.80473C14.3683%204.80662%2014.4998%204.86312%2014.6109%204.97423C14.7182%205.08535%2014.7728%205.21679%2014.7747%205.36857C14.7766%205.52046%2014.722%205.65196%2014.6109%205.76307L8.28853%2012.0852C8.17742%2012.1963%208.04781%2012.2519%207.8997%2012.2519C7.75159%2012.2519%207.62198%2012.1963%207.51086%2012.0852L4.5442%209.11857C4.43675%209.01123%204.38486%208.88068%204.38853%208.7269C4.39231%208.57323%204.44786%208.44085%204.5552%208.32974C4.66631%208.21862%204.79875%208.16307%204.95253%208.16307C5.1062%208.16307%205.23859%208.21862%205.3497%208.32974L7.8997%2010.8909ZM11.4609%205.76857L8.28853%208.9409C8.1812%209.04824%208.05253%209.10007%207.90253%209.0964C7.75253%209.09273%207.62198%209.03718%207.51086%208.92974C7.39975%208.81862%207.3442%208.68624%207.3442%208.53257C7.3442%208.37879%207.39975%208.24635%207.51086%208.13523L10.6719%204.97423C10.7793%204.86679%2010.9099%204.81307%2011.0635%204.81307C11.2173%204.81307%2011.3498%204.86679%2011.4609%204.97423C11.572%205.08535%2011.6275%205.21773%2011.6275%205.3714C11.6275%205.52507%2011.572%205.65746%2011.4609%205.76857Z'%20fill='%236852D6'/%3e%3c/svg%3e") center center no-repeat;background:var(--cometchat-message-seen-color, #56E8A7);-webkit-mask-size:contain;mask-size:contain}.cometchat-search .cometchat-text-highlight{font:var(--cometchat-font-body-bold);color:var(--cometchat-text-color-primary)}.cometchat-search__results .cometchat-list__header-title{min-height:20px;margin-bottom:var(--cometchat-margin-1)}.cometchat-search__results,.cometchat-search__conversations,.cometchat-search__messages{overflow:hidden;height:fit-content}.cometchat-search__results{overflow:scroll;height:100%}.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{display:flex;gap:var(--cometchat-padding-1, 4px);width:100%;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cometchat-search__conversations-subtitle-text-wrapper{display:flex;gap:var(--cometchat-padding, 2px);width:100%;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cometchat-search__conversations-subtitle-text{overflow:hidden;color:var(--cometchat-text-color-secondary, #727272);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-body-regular);width:100%}.cometchat-search__conversations-subtitle-text-sender{overflow:hidden;color:var(--cometchat-text-color-secondary, #727272);text-overflow:ellipsis;font:var(--cometchat-font-body-medium);flex-shrink:0}.cometchat-search__conversations-subtitle-typing{overflow:hidden;color:var(--cometchat-text-color-highlight, #6852D6);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-body-regular)}.cometchat-search__conversations-trailing-view{display:flex;flex-direction:column;gap:var(--cometchat-padding-1, 4px)}.cometchat-search__conversations-trailing-view-date{font:var(--cometchat-font-caption1-regular)}.cometchat-search__conversations-trailing-view-badge{display:flex;justify-content:flex-end;gap:var(--cometchat-padding-1, 4px)}.cometchat-search__conversations-trailing-view-badge-count{display:flex;height:20px;padding:0 8px;flex-direction:column;justify-content:center;align-items:center;border-radius:20px;background:var(--cometchat-primary-color, #6852D6);overflow:hidden;color:var(--cometchat-static-white, #FFF);text-align:center;text-overflow:ellipsis;font:var(--cometchat-font-caption1-regular)}.cometchat-search__conversations-subtitle-icon{display:flex;align-items:center;justify-content:center;-webkit-mask-size:contain;mask-size:contain;border:none;align-self:center;background:var(--cometchat-icon-color-secondary, #A1A1A1);height:16px;width:16px;flex-shrink:0}.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,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.9603%2014.1666C11.704%2014.1666%2010.4418%2013.8745%209.17383%2013.2903C7.90594%2012.706%206.73994%2011.8819%205.67583%2010.8179C4.61605%209.75381%203.79405%208.58881%203.20983%207.32292C2.62561%206.05714%202.3335%204.79609%202.3335%203.53975C2.3335%203.33975%202.40016%203.17197%202.5335%203.03642C2.66683%202.90097%202.8335%202.83325%203.0335%202.83325H5.20783C5.37616%202.83325%205.52466%202.8882%205.65333%202.99809C5.782%203.10786%205.86383%203.24353%205.89883%203.40509L6.281%205.36659C6.30744%205.54859%206.30188%205.70497%206.26433%205.83575C6.22666%205.96653%206.15911%206.07636%206.06166%206.16525L4.522%207.66408C4.76977%208.11786%205.05288%208.54714%205.37133%208.95192C5.68966%209.35659%206.03433%209.74308%206.40533%2010.1114C6.77111%2010.4773%207.16%2010.8171%207.572%2011.1308C7.984%2011.4444%208.42888%2011.7363%208.90666%2012.0064L10.4027%2010.4974C10.507%2010.3889%2010.6333%2010.3128%2010.7817%2010.2691C10.9299%2010.2255%2011.0839%2010.2149%2011.2438%2010.2371L13.095%2010.6141C13.2633%2010.6585%2013.4007%2010.7444%2013.5072%2010.8718C13.6136%2010.9991%2013.6668%2011.1435%2013.6668%2011.3051V13.4666C13.6668%2013.6666%2013.5991%2013.8333%2013.4637%2013.9666C13.3281%2014.0999%2013.1603%2014.1666%2012.9603%2014.1666ZM10.3437%206.85892H11.8078C11.9497%206.85892%2012.0685%206.90681%2012.1642%207.00258C12.2599%207.09825%2012.3078%207.21703%2012.3078%207.35892C12.3078%207.50081%2012.2599%207.61958%2012.1642%207.71525C12.0685%207.81103%2011.9497%207.85892%2011.8078%207.85892H9.24366C9.07188%207.85892%208.92855%207.80142%208.81366%207.68642C8.69866%207.57153%208.64116%207.4282%208.64116%207.25642V4.69225C8.64116%204.55036%208.68905%204.43158%208.78483%204.33592C8.8805%204.24014%208.99927%204.19225%209.14116%204.19225C9.28305%204.19225%209.40183%204.24014%209.4975%204.33592C9.59327%204.43158%209.64116%204.55036%209.64116%204.69225V6.15642L12.777%203.02042C12.8693%202.92808%2012.9854%202.88086%2013.1252%202.87875C13.2649%202.87664%2013.3831%202.92386%2013.4797%203.02042C13.5762%203.11697%2013.6245%203.23409%2013.6245%203.37175C13.6245%203.50931%2013.5762%203.62642%2013.4797%203.72309L10.3437%206.85892Z'%20fill='%23F44649'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.9603%2014.1666C11.704%2014.1666%2010.4418%2013.8745%209.17383%2013.2903C7.90594%2012.706%206.73994%2011.8819%205.67583%2010.8179C4.61605%209.75381%203.79405%208.58881%203.20983%207.32292C2.62561%206.05714%202.3335%204.79609%202.3335%203.53975C2.3335%203.33975%202.40016%203.17197%202.5335%203.03642C2.66683%202.90097%202.8335%202.83325%203.0335%202.83325H5.20783C5.37616%202.83325%205.52466%202.8882%205.65333%202.99809C5.782%203.10786%205.86383%203.24353%205.89883%203.40509L6.281%205.36659C6.30744%205.54859%206.30188%205.70497%206.26433%205.83575C6.22666%205.96653%206.15911%206.07636%206.06166%206.16525L4.522%207.66408C4.76977%208.11786%205.05288%208.54714%205.37133%208.95192C5.68966%209.35659%206.03433%209.74308%206.40533%2010.1114C6.77111%2010.4773%207.16%2010.8171%207.572%2011.1308C7.984%2011.4444%208.42888%2011.7363%208.90666%2012.0064L10.4027%2010.4974C10.507%2010.3889%2010.6333%2010.3128%2010.7817%2010.2691C10.9299%2010.2255%2011.0839%2010.2149%2011.2438%2010.2371L13.095%2010.6141C13.2633%2010.6585%2013.4007%2010.7444%2013.5072%2010.8718C13.6136%2010.9991%2013.6668%2011.1435%2013.6668%2011.3051V13.4666C13.6668%2013.6666%2013.5991%2013.8333%2013.4637%2013.9666C13.3281%2014.0999%2013.1603%2014.1666%2012.9603%2014.1666ZM10.3437%206.85892H11.8078C11.9497%206.85892%2012.0685%206.90681%2012.1642%207.00258C12.2599%207.09825%2012.3078%207.21703%2012.3078%207.35892C12.3078%207.50081%2012.2599%207.61958%2012.1642%207.71525C12.0685%207.81103%2011.9497%207.85892%2011.8078%207.85892H9.24366C9.07188%207.85892%208.92855%207.80142%208.81366%207.68642C8.69866%207.57153%208.64116%207.4282%208.64116%207.25642V4.69225C8.64116%204.55036%208.68905%204.43158%208.78483%204.33592C8.8805%204.24014%208.99927%204.19225%209.14116%204.19225C9.28305%204.19225%209.40183%204.24014%209.4975%204.33592C9.59327%204.43158%209.64116%204.55036%209.64116%204.69225V6.15642L12.777%203.02042C12.8693%202.92808%2012.9854%202.88086%2013.1252%202.87875C13.2649%202.87664%2013.3831%202.92386%2013.4797%203.02042C13.5762%203.11697%2013.6245%203.23409%2013.6245%203.37175C13.6245%203.50931%2013.5762%203.62642%2013.4797%203.72309L10.3437%206.85892Z'%20fill='%23F44649'/%3e%3c/svg%3e") center center no-repeat}.cometchat-search__conversations-subtitle-icon-incoming-video-call{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7529_787771'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7529_787771)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.17666%2013.15C2.40999%2013.3833%202.69499%2013.5%203.03166%2013.5H10.6215C10.9582%2013.5%2011.2432%2013.3833%2011.4765%2013.15C11.7098%2012.9167%2011.8265%2012.6316%2011.8265%2012.2948V9.2435L13.6573%2011.0743C13.7557%2011.1727%2013.8661%2011.1972%2013.9887%2011.148C14.1113%2011.0989%2014.1727%2011.0051%2014.1727%2010.8667V6.13333C14.1727%205.99489%2014.1113%205.90111%2013.9887%205.852C13.8661%205.80278%2013.7557%205.82733%2013.6573%205.92567L11.8265%207.7565V4.70517C11.8265%204.36839%2011.7098%204.08333%2011.4765%203.85C11.2432%203.61667%2010.9582%203.5%2010.6215%203.5H3.03166C2.69499%203.5%202.40999%203.61667%202.17666%203.85C1.94333%204.08333%201.82666%204.36839%201.82666%204.70517V12.2948C1.82666%2012.6316%201.94333%2012.9167%202.17666%2013.15ZM7.1665%209.81357H5.70234L8.83834%206.67774C8.93489%206.58107%208.98317%206.46396%208.98317%206.3264C8.98317%206.18873%208.93489%206.07162%208.83834%205.97507C8.74178%205.87851%208.62361%205.83129%208.48384%205.8334C8.34406%205.83551%208.228%205.88273%208.13567%205.97507L4.99984%209.11107V7.6469C4.99984%207.50523%204.95195%207.38646%204.85617%207.29057C4.7605%207.19479%204.64178%207.1469%204.5%207.1469C4.35834%207.1469%204.23956%207.19479%204.14367%207.29057C4.04778%207.38646%203.99984%207.50523%203.99984%207.6469V10.2111C3.99984%2010.3817%204.05761%2010.5248%204.17317%2010.6402C4.28861%2010.7558%204.43167%2010.8136%204.60234%2010.8136H7.1665C7.30817%2010.8136%207.42695%2010.7657%207.52284%2010.6699C7.61862%2010.5742%207.6665%2010.4555%207.6665%2010.3137C7.6665%2010.1721%207.61862%2010.0533%207.52284%209.9574C7.42695%209.86151%207.30817%209.81357%207.1665%209.81357Z'%20fill='%23F44649'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7529_787771'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7529_787771)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.17666%2013.15C2.40999%2013.3833%202.69499%2013.5%203.03166%2013.5H10.6215C10.9582%2013.5%2011.2432%2013.3833%2011.4765%2013.15C11.7098%2012.9167%2011.8265%2012.6316%2011.8265%2012.2948V9.2435L13.6573%2011.0743C13.7557%2011.1727%2013.8661%2011.1972%2013.9887%2011.148C14.1113%2011.0989%2014.1727%2011.0051%2014.1727%2010.8667V6.13333C14.1727%205.99489%2014.1113%205.90111%2013.9887%205.852C13.8661%205.80278%2013.7557%205.82733%2013.6573%205.92567L11.8265%207.7565V4.70517C11.8265%204.36839%2011.7098%204.08333%2011.4765%203.85C11.2432%203.61667%2010.9582%203.5%2010.6215%203.5H3.03166C2.69499%203.5%202.40999%203.61667%202.17666%203.85C1.94333%204.08333%201.82666%204.36839%201.82666%204.70517V12.2948C1.82666%2012.6316%201.94333%2012.9167%202.17666%2013.15ZM7.1665%209.81357H5.70234L8.83834%206.67774C8.93489%206.58107%208.98317%206.46396%208.98317%206.3264C8.98317%206.18873%208.93489%206.07162%208.83834%205.97507C8.74178%205.87851%208.62361%205.83129%208.48384%205.8334C8.34406%205.83551%208.228%205.88273%208.13567%205.97507L4.99984%209.11107V7.6469C4.99984%207.50523%204.95195%207.38646%204.85617%207.29057C4.7605%207.19479%204.64178%207.1469%204.5%207.1469C4.35834%207.1469%204.23956%207.19479%204.14367%207.29057C4.04778%207.38646%203.99984%207.50523%203.99984%207.6469V10.2111C3.99984%2010.3817%204.05761%2010.5248%204.17317%2010.6402C4.28861%2010.7558%204.43167%2010.8136%204.60234%2010.8136H7.1665C7.30817%2010.8136%207.42695%2010.7657%207.52284%2010.6699C7.61862%2010.5742%207.6665%2010.4555%207.6665%2010.3137C7.6665%2010.1721%207.61862%2010.0533%207.52284%209.9574C7.42695%209.86151%207.30817%209.81357%207.1665%209.81357Z'%20fill='%23F44649'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat}.cometchat-search__conversations-subtitle-icon-outgoing-audio-call{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.17383%2013.2903C10.4418%2013.8745%2011.704%2014.1666%2012.9603%2014.1666C13.1603%2014.1666%2013.3281%2014.0999%2013.4637%2013.9666C13.5991%2013.8333%2013.6668%2013.6666%2013.6668%2013.4666V11.3051C13.6668%2011.1435%2013.6136%2010.9991%2013.5072%2010.8718C13.4007%2010.7444%2013.2633%2010.6585%2013.095%2010.6141L11.2438%2010.2371C11.0839%2010.2149%2010.9299%2010.2255%2010.7817%2010.2691C10.6333%2010.3128%2010.507%2010.3889%2010.4027%2010.4974L8.90666%2012.0064C8.42889%2011.7363%207.984%2011.4444%207.572%2011.1308C7.16%2010.8171%206.77111%2010.4773%206.40533%2010.1114C6.03433%209.74309%205.68966%209.35659%205.37133%208.95192C5.05288%208.54714%204.76977%208.11786%204.522%207.66409L6.06166%206.16525C6.15911%206.07636%206.22666%205.96653%206.26433%205.83575C6.30189%205.70497%206.30744%205.54859%206.281%205.36659L5.89883%203.40509C5.86383%203.24353%205.782%203.10786%205.65333%202.99809C5.52466%202.8882%205.37616%202.83325%205.20783%202.83325H3.0335C2.8335%202.83325%202.66683%202.90097%202.5335%203.03642C2.40016%203.17197%202.3335%203.33975%202.3335%203.53975C2.3335%204.79609%202.62561%206.05714%203.20983%207.32292C3.79405%208.58881%204.61605%209.75381%205.67583%2010.8179C6.73994%2011.8819%207.90594%2012.706%209.17383%2013.2903Z'%20fill='%23A1A1A1'/%3e%3cpath%20d='M10.4578%203.87865H11.922L8.78601%207.01449C8.68946%207.11115%208.64118%207.22826%208.64118%207.36582C8.64118%207.50349%208.68946%207.6206%208.78601%207.71715C8.88257%207.81371%209.00074%207.86093%209.14051%207.85882C9.28029%207.85671%209.39635%207.80949%209.48868%207.71715L12.6245%204.58115V6.04532C12.6245%206.18699%2012.6724%206.30576%2012.7682%206.40165C12.8638%206.49743%2012.9826%206.54532%2013.1243%206.54532C13.266%206.54532%2013.3848%206.49743%2013.4807%206.40165C13.5766%206.30576%2013.6245%206.18699%2013.6245%206.04532V3.48115C13.6245%203.31048%2013.5667%203.16743%2013.4512%203.05198C13.3357%202.93643%2013.1927%202.87865%2013.022%202.87865H10.4578C10.3162%202.87865%2010.1974%202.92654%2010.1015%203.02232C10.0057%203.11799%209.95785%203.23671%209.95785%203.37849C9.95785%203.52015%2010.0057%203.63893%2010.1015%203.73482C10.1974%203.83071%2010.3162%203.87865%2010.4578%203.87865Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.17383%2013.2903C10.4418%2013.8745%2011.704%2014.1666%2012.9603%2014.1666C13.1603%2014.1666%2013.3281%2014.0999%2013.4637%2013.9666C13.5991%2013.8333%2013.6668%2013.6666%2013.6668%2013.4666V11.3051C13.6668%2011.1435%2013.6136%2010.9991%2013.5072%2010.8718C13.4007%2010.7444%2013.2633%2010.6585%2013.095%2010.6141L11.2438%2010.2371C11.0839%2010.2149%2010.9299%2010.2255%2010.7817%2010.2691C10.6333%2010.3128%2010.507%2010.3889%2010.4027%2010.4974L8.90666%2012.0064C8.42889%2011.7363%207.984%2011.4444%207.572%2011.1308C7.16%2010.8171%206.77111%2010.4773%206.40533%2010.1114C6.03433%209.74309%205.68966%209.35659%205.37133%208.95192C5.05288%208.54714%204.76977%208.11786%204.522%207.66409L6.06166%206.16525C6.15911%206.07636%206.22666%205.96653%206.26433%205.83575C6.30189%205.70497%206.30744%205.54859%206.281%205.36659L5.89883%203.40509C5.86383%203.24353%205.782%203.10786%205.65333%202.99809C5.52466%202.8882%205.37616%202.83325%205.20783%202.83325H3.0335C2.8335%202.83325%202.66683%202.90097%202.5335%203.03642C2.40016%203.17197%202.3335%203.33975%202.3335%203.53975C2.3335%204.79609%202.62561%206.05714%203.20983%207.32292C3.79405%208.58881%204.61605%209.75381%205.67583%2010.8179C6.73994%2011.8819%207.90594%2012.706%209.17383%2013.2903Z'%20fill='%23A1A1A1'/%3e%3cpath%20d='M10.4578%203.87865H11.922L8.78601%207.01449C8.68946%207.11115%208.64118%207.22826%208.64118%207.36582C8.64118%207.50349%208.68946%207.6206%208.78601%207.71715C8.88257%207.81371%209.00074%207.86093%209.14051%207.85882C9.28029%207.85671%209.39635%207.80949%209.48868%207.71715L12.6245%204.58115V6.04532C12.6245%206.18699%2012.6724%206.30576%2012.7682%206.40165C12.8638%206.49743%2012.9826%206.54532%2013.1243%206.54532C13.266%206.54532%2013.3848%206.49743%2013.4807%206.40165C13.5766%206.30576%2013.6245%206.18699%2013.6245%206.04532V3.48115C13.6245%203.31048%2013.5667%203.16743%2013.4512%203.05198C13.3357%202.93643%2013.1927%202.87865%2013.022%202.87865H10.4578C10.3162%202.87865%2010.1974%202.92654%2010.1015%203.02232C10.0057%203.11799%209.95785%203.23671%209.95785%203.37849C9.95785%203.52015%2010.0057%203.63893%2010.1015%203.73482C10.1974%203.83071%2010.3162%203.87865%2010.4578%203.87865Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e") center center no-repeat}.cometchat-search__conversations-subtitle-icon-outgoing-video-call{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7529_761294'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7529_761294)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.17666%2013.15C2.40999%2013.3833%202.69499%2013.5%203.03166%2013.5H10.6215C10.9582%2013.5%2011.2432%2013.3833%2011.4765%2013.15C11.7098%2012.9167%2011.8265%2012.6316%2011.8265%2012.2948V9.2435L13.6573%2011.0743C13.7557%2011.1727%2013.8661%2011.1972%2013.9887%2011.148C14.1113%2011.0989%2014.1727%2011.0051%2014.1727%2010.8667V6.13333C14.1727%205.99489%2014.1113%205.90111%2013.9887%205.852C13.8661%205.80278%2013.7557%205.82733%2013.6573%205.92567L11.8265%207.7565V4.70517C11.8265%204.36839%2011.7098%204.08333%2011.4765%203.85C11.2432%203.61667%2010.9582%203.5%2010.6215%203.5H3.03166C2.69499%203.5%202.40999%203.61667%202.17666%203.85C1.94333%204.08333%201.82666%204.36839%201.82666%204.70517V12.2948C1.82666%2012.6316%201.94333%2012.9167%202.17666%2013.15ZM5.81624%206.83332H7.28041L4.14441%209.96916C4.04785%2010.0658%203.99958%2010.1829%203.99958%2010.3205C3.99958%2010.4582%204.04785%2010.5753%204.14441%2010.6718C4.24097%2010.7684%204.35913%2010.8156%204.49891%2010.8135C4.63869%2010.8114%204.75474%2010.7642%204.84708%2010.6718L7.98291%207.53582V8.99999C7.98291%209.14166%208.0308%209.26043%208.12658%209.35632C8.22224%209.4521%208.34097%209.49999%208.48275%209.49999C8.62441%209.49999%208.74319%209.4521%208.83908%209.35632C8.93497%209.26043%208.98291%209.14166%208.98291%208.99999V6.43582C8.98291%206.26516%208.92513%206.1221%208.80958%206.00666C8.69413%205.8911%208.55108%205.83332%208.38041%205.83332H5.81624C5.67458%205.83332%205.5558%205.88121%205.45991%205.97699C5.36413%206.07266%205.31624%206.19138%205.31624%206.33316C5.31624%206.47482%205.36413%206.5936%205.45991%206.68949C5.5558%206.78538%205.67458%206.83332%205.81624%206.83332Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7529_761294'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7529_761294)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.17666%2013.15C2.40999%2013.3833%202.69499%2013.5%203.03166%2013.5H10.6215C10.9582%2013.5%2011.2432%2013.3833%2011.4765%2013.15C11.7098%2012.9167%2011.8265%2012.6316%2011.8265%2012.2948V9.2435L13.6573%2011.0743C13.7557%2011.1727%2013.8661%2011.1972%2013.9887%2011.148C14.1113%2011.0989%2014.1727%2011.0051%2014.1727%2010.8667V6.13333C14.1727%205.99489%2014.1113%205.90111%2013.9887%205.852C13.8661%205.80278%2013.7557%205.82733%2013.6573%205.92567L11.8265%207.7565V4.70517C11.8265%204.36839%2011.7098%204.08333%2011.4765%203.85C11.2432%203.61667%2010.9582%203.5%2010.6215%203.5H3.03166C2.69499%203.5%202.40999%203.61667%202.17666%203.85C1.94333%204.08333%201.82666%204.36839%201.82666%204.70517V12.2948C1.82666%2012.6316%201.94333%2012.9167%202.17666%2013.15ZM5.81624%206.83332H7.28041L4.14441%209.96916C4.04785%2010.0658%203.99958%2010.1829%203.99958%2010.3205C3.99958%2010.4582%204.04785%2010.5753%204.14441%2010.6718C4.24097%2010.7684%204.35913%2010.8156%204.49891%2010.8135C4.63869%2010.8114%204.75474%2010.7642%204.84708%2010.6718L7.98291%207.53582V8.99999C7.98291%209.14166%208.0308%209.26043%208.12658%209.35632C8.22224%209.4521%208.34097%209.49999%208.48275%209.49999C8.62441%209.49999%208.74319%209.4521%208.83908%209.35632C8.93497%209.26043%208.98291%209.14166%208.98291%208.99999V6.43582C8.98291%206.26516%208.92513%206.1221%208.80958%206.00666C8.69413%205.8911%208.55108%205.83332%208.38041%205.83332H5.81624C5.67458%205.83332%205.5558%205.88121%205.45991%205.97699C5.36413%206.07266%205.31624%206.19138%205.31624%206.33316C5.31624%206.47482%205.36413%206.5936%205.45991%206.68949C5.5558%206.78538%205.67458%206.83332%205.81624%206.83332Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat}.cometchat-search__conversations-subtitle-icon-image{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_680692'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_680692)'%3e%3cpath%20d='M3.53866%2014.1666C3.20188%2014.1666%202.91683%2014.0499%202.6835%2013.8166C2.45016%2013.5833%202.3335%2013.2982%202.3335%2012.9614V4.03842C2.3335%203.70164%202.45016%203.41659%202.6835%203.18325C2.91683%202.94992%203.20188%202.83325%203.53866%202.83325H12.4617C12.7984%202.83325%2013.0835%202.94992%2013.3168%203.18325C13.5502%203.41659%2013.6668%203.70164%2013.6668%204.03842V12.9614C13.6668%2013.2982%2013.5502%2013.5833%2013.3168%2013.8166C13.0835%2014.0499%2012.7984%2014.1666%2012.4617%2014.1666H3.53866ZM5.10283%2011.6666H10.9488C11.0694%2011.6666%2011.1587%2011.6119%2011.2168%2011.5024C11.2749%2011.3931%2011.2659%2011.2871%2011.1898%2011.1846L9.60016%209.05509C9.53772%208.97475%209.45738%208.93458%209.35916%208.93458C9.26083%208.93458%209.1805%208.97475%209.11816%209.05509L7.48733%2011.1794L6.395%209.77942C6.33266%209.70331%206.25339%209.66525%206.15716%209.66525C6.06105%209.66525%205.98177%209.70547%205.91933%209.78592L4.86816%2011.1846C4.78783%2011.2871%204.77672%2011.3931%204.83483%2011.5024C4.89294%2011.6119%204.98227%2011.6666%205.10283%2011.6666Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_680692'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_680692)'%3e%3cpath%20d='M3.53866%2014.1666C3.20188%2014.1666%202.91683%2014.0499%202.6835%2013.8166C2.45016%2013.5833%202.3335%2013.2982%202.3335%2012.9614V4.03842C2.3335%203.70164%202.45016%203.41659%202.6835%203.18325C2.91683%202.94992%203.20188%202.83325%203.53866%202.83325H12.4617C12.7984%202.83325%2013.0835%202.94992%2013.3168%203.18325C13.5502%203.41659%2013.6668%203.70164%2013.6668%204.03842V12.9614C13.6668%2013.2982%2013.5502%2013.5833%2013.3168%2013.8166C13.0835%2014.0499%2012.7984%2014.1666%2012.4617%2014.1666H3.53866ZM5.10283%2011.6666H10.9488C11.0694%2011.6666%2011.1587%2011.6119%2011.2168%2011.5024C11.2749%2011.3931%2011.2659%2011.2871%2011.1898%2011.1846L9.60016%209.05509C9.53772%208.97475%209.45738%208.93458%209.35916%208.93458C9.26083%208.93458%209.1805%208.97475%209.11816%209.05509L7.48733%2011.1794L6.395%209.77942C6.33266%209.70331%206.25339%209.66525%206.15716%209.66525C6.06105%209.66525%205.98177%209.70547%205.91933%209.78592L4.86816%2011.1846C4.78783%2011.2871%204.77672%2011.3931%204.83483%2011.5024C4.89294%2011.6119%204.98227%2011.6666%205.10283%2011.6666Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat}.cometchat-search__conversations-subtitle-icon-file{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_680464'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_680464)'%3e%3cpath%20d='M6%2012.3334H10C10.1417%2012.3334%2010.2604%2012.2855%2010.3562%2012.1896C10.4521%2012.0937%2010.5%2011.9749%2010.5%2011.8332C10.5%2011.6915%2010.4521%2011.5727%2010.3562%2011.4771C10.2604%2011.3813%2010.1417%2011.3334%2010%2011.3334H6C5.85833%2011.3334%205.73961%2011.3814%205.64383%2011.4772C5.54794%2011.5731%205.5%2011.6919%205.5%2011.8336C5.5%2011.9754%205.54794%2012.0941%205.64383%2012.1897C5.73961%2012.2855%205.85833%2012.3334%206%2012.3334ZM6%209.66675H10C10.1417%209.66675%2010.2604%209.6188%2010.3562%209.52291C10.4521%209.42703%2010.5%209.30825%2010.5%209.16658C10.5%209.0248%2010.4521%208.90608%2010.3562%208.81041C10.2604%208.71464%2010.1417%208.66675%2010%208.66675H6C5.85833%208.66675%205.73961%208.71469%205.64383%208.81058C5.54794%208.90647%205.5%209.02525%205.5%209.16691C5.5%209.30869%205.54794%209.42741%205.64383%209.52308C5.73961%209.61886%205.85833%209.66675%206%209.66675ZM4.20517%2014.8334C3.86839%2014.8334%203.58333%2014.7167%203.35%2014.4834C3.11667%2014.2501%203%2013.965%203%2013.6282V3.37191C3%203.03514%203.11667%202.75008%203.35%202.51675C3.58333%202.28341%203.86839%202.16675%204.20517%202.16675H9.00133C9.16389%202.16675%209.31883%202.19797%209.46617%202.26041C9.6135%202.32275%209.74189%202.40864%209.85133%202.51808L12.6487%205.31541C12.7581%205.42486%2012.844%205.55325%2012.9063%205.70058C12.9688%205.84791%2013%206.00286%2013%206.16541V13.6282C13%2013.965%2012.8833%2014.2501%2012.65%2014.4834C12.4167%2014.7167%2012.1316%2014.8334%2011.7948%2014.8334H4.20517ZM9%205.56675C9%205.73675%209.0575%205.87925%209.1725%205.99425C9.2875%206.10925%209.43%206.16675%209.6%206.16675H12L9%203.16675V5.56675Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_680464'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_680464)'%3e%3cpath%20d='M6%2012.3334H10C10.1417%2012.3334%2010.2604%2012.2855%2010.3562%2012.1896C10.4521%2012.0937%2010.5%2011.9749%2010.5%2011.8332C10.5%2011.6915%2010.4521%2011.5727%2010.3562%2011.4771C10.2604%2011.3813%2010.1417%2011.3334%2010%2011.3334H6C5.85833%2011.3334%205.73961%2011.3814%205.64383%2011.4772C5.54794%2011.5731%205.5%2011.6919%205.5%2011.8336C5.5%2011.9754%205.54794%2012.0941%205.64383%2012.1897C5.73961%2012.2855%205.85833%2012.3334%206%2012.3334ZM6%209.66675H10C10.1417%209.66675%2010.2604%209.6188%2010.3562%209.52291C10.4521%209.42703%2010.5%209.30825%2010.5%209.16658C10.5%209.0248%2010.4521%208.90608%2010.3562%208.81041C10.2604%208.71464%2010.1417%208.66675%2010%208.66675H6C5.85833%208.66675%205.73961%208.71469%205.64383%208.81058C5.54794%208.90647%205.5%209.02525%205.5%209.16691C5.5%209.30869%205.54794%209.42741%205.64383%209.52308C5.73961%209.61886%205.85833%209.66675%206%209.66675ZM4.20517%2014.8334C3.86839%2014.8334%203.58333%2014.7167%203.35%2014.4834C3.11667%2014.2501%203%2013.965%203%2013.6282V3.37191C3%203.03514%203.11667%202.75008%203.35%202.51675C3.58333%202.28341%203.86839%202.16675%204.20517%202.16675H9.00133C9.16389%202.16675%209.31883%202.19797%209.46617%202.26041C9.6135%202.32275%209.74189%202.40864%209.85133%202.51808L12.6487%205.31541C12.7581%205.42486%2012.844%205.55325%2012.9063%205.70058C12.9688%205.84791%2013%206.00286%2013%206.16541V13.6282C13%2013.965%2012.8833%2014.2501%2012.65%2014.4834C12.4167%2014.7167%2012.1316%2014.8334%2011.7948%2014.8334H4.20517ZM9%205.56675C9%205.73675%209.0575%205.87925%209.1725%205.99425C9.2875%206.10925%209.43%206.16675%209.6%206.16675H12L9%203.16675V5.56675Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat}.cometchat-search__conversations-subtitle-icon-video{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_702310'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_702310)'%3e%3cpath%20d='M3.03166%2013.5C2.69499%2013.5%202.40999%2013.3833%202.17666%2013.15C1.94333%2012.9167%201.82666%2012.6316%201.82666%2012.2948V4.70517C1.82666%204.36839%201.94333%204.08333%202.17666%203.85C2.40999%203.61667%202.69499%203.5%203.03166%203.5H10.6215C10.9582%203.5%2011.2432%203.61667%2011.4765%203.85C11.7098%204.08333%2011.8265%204.36839%2011.8265%204.70517V7.7565L13.6573%205.92567C13.7557%205.82733%2013.8661%205.80278%2013.9887%205.852C14.1113%205.90111%2014.1727%205.99489%2014.1727%206.13333V10.8667C14.1727%2011.0051%2014.1113%2011.0989%2013.9887%2011.148C13.8661%2011.1972%2013.7557%2011.1727%2013.6573%2011.0743L11.8265%209.2435V12.2948C11.8265%2012.6316%2011.7098%2012.9167%2011.4765%2013.15C11.2432%2013.3833%2010.9582%2013.5%2010.6215%2013.5H3.03166Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_702310'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_702310)'%3e%3cpath%20d='M3.03166%2013.5C2.69499%2013.5%202.40999%2013.3833%202.17666%2013.15C1.94333%2012.9167%201.82666%2012.6316%201.82666%2012.2948V4.70517C1.82666%204.36839%201.94333%204.08333%202.17666%203.85C2.40999%203.61667%202.69499%203.5%203.03166%203.5H10.6215C10.9582%203.5%2011.2432%203.61667%2011.4765%203.85C11.7098%204.08333%2011.8265%204.36839%2011.8265%204.70517V7.7565L13.6573%205.92567C13.7557%205.82733%2013.8661%205.80278%2013.9887%205.852C14.1113%205.90111%2014.1727%205.99489%2014.1727%206.13333V10.8667C14.1727%2011.0051%2014.1113%2011.0989%2013.9887%2011.148C13.8661%2011.1972%2013.7557%2011.1727%2013.6573%2011.0743L11.8265%209.2435V12.2948C11.8265%2012.6316%2011.7098%2012.9167%2011.4765%2013.15C11.2432%2013.3833%2010.9582%2013.5%2010.6215%2013.5H3.03166Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat}.cometchat-search__conversations-subtitle-icon-audio{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_680227'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_680227)'%3e%3cpath%20d='M7.99974%209.50008C7.53397%209.50008%207.13974%209.33875%206.81708%209.01608C6.49441%208.69341%206.33308%208.29919%206.33308%207.83341V3.83341C6.33308%203.36764%206.49441%202.97341%206.81708%202.65075C7.13974%202.32808%207.53397%202.16675%207.99974%202.16675C8.46552%202.16675%208.85975%202.32808%209.18241%202.65075C9.50508%202.97341%209.66641%203.36764%209.66641%203.83341V7.83341C9.66641%208.29919%209.50508%208.69341%209.18241%209.01608C8.85975%209.33875%208.46552%209.50008%207.99974%209.50008ZM7.49974%2013.8334V12.1359C6.50741%2012.0214%205.65697%2011.6137%204.94841%2010.9129C4.23997%2010.212%203.82502%209.35775%203.70358%208.35008C3.68569%208.20819%203.72286%208.08664%203.81508%207.98541C3.90741%207.88408%204.02452%207.83341%204.16641%207.83341C4.3083%207.83341%204.42708%207.88236%204.52274%207.98025C4.61852%208.07803%204.68224%208.19786%204.71391%208.33975C4.83524%209.15608%205.20852%209.8313%205.83375%2010.3654C6.45897%2010.8996%207.18097%2011.1667%207.99974%2011.1667C8.82963%2011.1667%209.55441%2010.8969%2010.1741%2010.3571C10.7937%209.81741%2011.1642%209.14497%2011.2856%208.33975C11.3172%208.19786%2011.381%208.07803%2011.4767%207.98025C11.5724%207.88236%2011.6912%207.83341%2011.8331%207.83341C11.975%207.83341%2012.0921%207.88408%2012.1844%207.98541C12.2766%208.08664%2012.3138%208.20819%2012.2959%208.35008C12.1745%209.33553%2011.7623%2010.1832%2011.0594%2010.8931C10.3564%2011.6029%209.50319%2012.0171%208.49974%2012.1359V13.8334C8.49974%2013.9753%208.45186%2014.0941%208.35608%2014.1897C8.26041%2014.2855%208.14163%2014.3334%207.99974%2014.3334C7.85786%2014.3334%207.73908%2014.2855%207.64341%2014.1897C7.54763%2014.0941%207.49974%2013.9753%207.49974%2013.8334Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_680227'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_680227)'%3e%3cpath%20d='M7.99974%209.50008C7.53397%209.50008%207.13974%209.33875%206.81708%209.01608C6.49441%208.69341%206.33308%208.29919%206.33308%207.83341V3.83341C6.33308%203.36764%206.49441%202.97341%206.81708%202.65075C7.13974%202.32808%207.53397%202.16675%207.99974%202.16675C8.46552%202.16675%208.85975%202.32808%209.18241%202.65075C9.50508%202.97341%209.66641%203.36764%209.66641%203.83341V7.83341C9.66641%208.29919%209.50508%208.69341%209.18241%209.01608C8.85975%209.33875%208.46552%209.50008%207.99974%209.50008ZM7.49974%2013.8334V12.1359C6.50741%2012.0214%205.65697%2011.6137%204.94841%2010.9129C4.23997%2010.212%203.82502%209.35775%203.70358%208.35008C3.68569%208.20819%203.72286%208.08664%203.81508%207.98541C3.90741%207.88408%204.02452%207.83341%204.16641%207.83341C4.3083%207.83341%204.42708%207.88236%204.52274%207.98025C4.61852%208.07803%204.68224%208.19786%204.71391%208.33975C4.83524%209.15608%205.20852%209.8313%205.83375%2010.3654C6.45897%2010.8996%207.18097%2011.1667%207.99974%2011.1667C8.82963%2011.1667%209.55441%2010.8969%2010.1741%2010.3571C10.7937%209.81741%2011.1642%209.14497%2011.2856%208.33975C11.3172%208.19786%2011.381%208.07803%2011.4767%207.98025C11.5724%207.88236%2011.6912%207.83341%2011.8331%207.83341C11.975%207.83341%2012.0921%207.88408%2012.1844%207.98541C12.2766%208.08664%2012.3138%208.20819%2012.2959%208.35008C12.1745%209.33553%2011.7623%2010.1832%2011.0594%2010.8931C10.3564%2011.6029%209.50319%2012.0171%208.49974%2012.1359V13.8334C8.49974%2013.9753%208.45186%2014.0941%208.35608%2014.1897C8.26041%2014.2855%208.14163%2014.3334%207.99974%2014.3334C7.85786%2014.3334%207.73908%2014.2855%207.64341%2014.1897C7.54763%2014.0941%207.49974%2013.9753%207.49974%2013.8334Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat}.cometchat-search__conversations-subtitle-icon-poll{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.2692%2013.5C11.0985%2013.5%2010.9554%2013.4422%2010.8398%2013.3267C10.7244%2013.2112%2010.6667%2013.0681%2010.6667%2012.8973V10.1667C10.6667%209.996%2010.7244%209.85289%2010.8398%209.73733C10.9554%209.62189%2011.0985%209.56417%2011.2692%209.56417H12.3973C12.5681%209.56417%2012.7112%209.62189%2012.8267%209.73733C12.9422%209.85289%2013%209.996%2013%2010.1667V12.8973C13%2013.0681%2012.9422%2013.2112%2012.8267%2013.3267C12.7112%2013.4422%2012.5681%2013.5%2012.3973%2013.5H11.2692ZM7.43583%2013.5C7.26517%2013.5%207.12206%2013.4422%207.0065%2013.3267C6.89106%2013.2112%206.83333%2013.0681%206.83333%2012.8973V4.10267C6.83333%203.93189%206.89106%203.78878%207.0065%203.67333C7.12206%203.55778%207.26517%203.5%207.43583%203.5H8.56417C8.73483%203.5%208.87794%203.55778%208.9935%203.67333C9.10894%203.78878%209.16667%203.93189%209.16667%204.10267V12.8973C9.16667%2013.0681%209.10894%2013.2112%208.9935%2013.3267C8.87794%2013.4422%208.73483%2013.5%208.56417%2013.5H7.43583ZM3.60267%2013.5C3.43189%2013.5%203.28878%2013.4422%203.17333%2013.3267C3.05778%2013.2112%203%2013.0681%203%2012.8973V7.37483C3%207.20106%203.05778%207.05667%203.17333%206.94167C3.28878%206.82678%203.43189%206.76933%203.60267%206.76933H4.73083C4.9015%206.76933%205.04461%206.82706%205.16017%206.9425C5.27561%207.05794%205.33333%207.20106%205.33333%207.37183V12.8943C5.33333%2013.0682%205.27561%2013.2126%205.16017%2013.3275C5.04461%2013.4425%204.9015%2013.5%204.73083%2013.5H3.60267Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.2692%2013.5C11.0985%2013.5%2010.9554%2013.4422%2010.8398%2013.3267C10.7244%2013.2112%2010.6667%2013.0681%2010.6667%2012.8973V10.1667C10.6667%209.996%2010.7244%209.85289%2010.8398%209.73733C10.9554%209.62189%2011.0985%209.56417%2011.2692%209.56417H12.3973C12.5681%209.56417%2012.7112%209.62189%2012.8267%209.73733C12.9422%209.85289%2013%209.996%2013%2010.1667V12.8973C13%2013.0681%2012.9422%2013.2112%2012.8267%2013.3267C12.7112%2013.4422%2012.5681%2013.5%2012.3973%2013.5H11.2692ZM7.43583%2013.5C7.26517%2013.5%207.12206%2013.4422%207.0065%2013.3267C6.89106%2013.2112%206.83333%2013.0681%206.83333%2012.8973V4.10267C6.83333%203.93189%206.89106%203.78878%207.0065%203.67333C7.12206%203.55778%207.26517%203.5%207.43583%203.5H8.56417C8.73483%203.5%208.87794%203.55778%208.9935%203.67333C9.10894%203.78878%209.16667%203.93189%209.16667%204.10267V12.8973C9.16667%2013.0681%209.10894%2013.2112%208.9935%2013.3267C8.87794%2013.4422%208.73483%2013.5%208.56417%2013.5H7.43583ZM3.60267%2013.5C3.43189%2013.5%203.28878%2013.4422%203.17333%2013.3267C3.05778%2013.2112%203%2013.0681%203%2012.8973V7.37483C3%207.20106%203.05778%207.05667%203.17333%206.94167C3.28878%206.82678%203.43189%206.76933%203.60267%206.76933H4.73083C4.9015%206.76933%205.04461%206.82706%205.16017%206.9425C5.27561%207.05794%205.33333%207.20106%205.33333%207.37183V12.8943C5.33333%2013.0682%205.27561%2013.2126%205.16017%2013.3275C5.04461%2013.4425%204.9015%2013.5%204.73083%2013.5H3.60267Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e") center center no-repeat}.cometchat-search__conversations-subtitle-icon-sticker{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.6665%2012.4112V4.58897C2.6665%203.8035%203.30325%203.16675%204.08873%203.16675H11.9109C12.6964%203.16675%2013.3332%203.8035%2013.3332%204.58897V8.85564H11.1998C9.82526%208.85564%208.71095%209.96995%208.71095%2011.3445V13.8334H4.08873C3.30325%2013.8334%202.6665%2013.1967%202.6665%2012.4112Z'%20fill='%23A1A1A1'/%3e%3cpath%20d='M13.3128%209.56675H11.1998C10.218%209.56675%209.42206%2010.3627%209.42206%2011.3445V13.8334H9.44999L13.3128%209.56675Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.6665%2012.4112V4.58897C2.6665%203.8035%203.30325%203.16675%204.08873%203.16675H11.9109C12.6964%203.16675%2013.3332%203.8035%2013.3332%204.58897V8.85564H11.1998C9.82526%208.85564%208.71095%209.96995%208.71095%2011.3445V13.8334H4.08873C3.30325%2013.8334%202.6665%2013.1967%202.6665%2012.4112Z'%20fill='%23A1A1A1'/%3e%3cpath%20d='M13.3128%209.56675H11.1998C10.218%209.56675%209.42206%2010.3627%209.42206%2011.3445V13.8334H9.44999L13.3128%209.56675Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e") center center no-repeat}.cometchat-search__conversations-subtitle-icon-collaborative-document{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%204.14748C2%202.40917%203.40918%201%205.14749%201H15.8489C17.5873%201%2018.9964%202.40918%2018.9964%204.14749V9.5388C18.9964%209.70329%2018.932%209.86125%2018.8171%209.97886L14.75%2014.1389L8.93259%2019.7101C8.81541%2019.8223%208.65943%2019.8849%208.49719%2019.8849H5.14749C3.40918%2019.8849%202%2018.4757%202%2016.7374V4.14748ZM9.2393%203.95166C8.783%203.95166%208.41309%204.32157%208.41309%204.77788C8.41309%205.23418%208.783%205.60409%209.2393%205.60409H15.2195C15.6758%205.60409%2016.0457%205.23418%2016.0457%204.77788C16.0457%204.32157%2015.6758%203.95166%2015.2195%203.95166H9.2393ZM5.77641%207.41455C5.3201%207.41455%204.9502%207.78446%204.9502%208.24077C4.9502%208.69707%205.3201%209.06698%205.77641%209.06698H15.2189C15.6752%209.06698%2016.0451%208.69707%2016.0451%208.24077C16.0451%207.78446%2015.6752%207.41455%2015.2189%207.41455H5.77641ZM5.77641%2010.876C5.3201%2010.876%204.9502%2011.2459%204.9502%2011.7022C4.9502%2012.1585%205.3201%2012.5284%205.77641%2012.5284H13.3304C13.7867%2012.5284%2014.1566%2012.1585%2014.1566%2011.7022C14.1566%2011.2459%2013.7867%2010.876%2013.3304%2010.876H5.77641Z'%20fill='%23141414'/%3e%3cpath%20d='M21.1275%2011.3341C20.6359%2010.8424%2019.8387%2010.8424%2019.3471%2011.3341L11.4128%2019.2684C11.3622%2019.319%2011.3294%2019.3846%2011.3193%2019.4553L10.9521%2022.0259C10.9209%2022.244%2011.1079%2022.431%2011.326%2022.3998L13.8965%2022.0326C13.9673%2022.0225%2014.0329%2021.9897%2014.0835%2021.9391L22.0178%2014.0048C22.5095%2013.5132%2022.5095%2012.716%2022.0178%2012.2243L21.1275%2011.3341Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%204.14748C2%202.40917%203.40918%201%205.14749%201H15.8489C17.5873%201%2018.9964%202.40918%2018.9964%204.14749V9.5388C18.9964%209.70329%2018.932%209.86125%2018.8171%209.97886L14.75%2014.1389L8.93259%2019.7101C8.81541%2019.8223%208.65943%2019.8849%208.49719%2019.8849H5.14749C3.40918%2019.8849%202%2018.4757%202%2016.7374V4.14748ZM9.2393%203.95166C8.783%203.95166%208.41309%204.32157%208.41309%204.77788C8.41309%205.23418%208.783%205.60409%209.2393%205.60409H15.2195C15.6758%205.60409%2016.0457%205.23418%2016.0457%204.77788C16.0457%204.32157%2015.6758%203.95166%2015.2195%203.95166H9.2393ZM5.77641%207.41455C5.3201%207.41455%204.9502%207.78446%204.9502%208.24077C4.9502%208.69707%205.3201%209.06698%205.77641%209.06698H15.2189C15.6752%209.06698%2016.0451%208.69707%2016.0451%208.24077C16.0451%207.78446%2015.6752%207.41455%2015.2189%207.41455H5.77641ZM5.77641%2010.876C5.3201%2010.876%204.9502%2011.2459%204.9502%2011.7022C4.9502%2012.1585%205.3201%2012.5284%205.77641%2012.5284H13.3304C13.7867%2012.5284%2014.1566%2012.1585%2014.1566%2011.7022C14.1566%2011.2459%2013.7867%2010.876%2013.3304%2010.876H5.77641Z'%20fill='%23141414'/%3e%3cpath%20d='M21.1275%2011.3341C20.6359%2010.8424%2019.8387%2010.8424%2019.3471%2011.3341L11.4128%2019.2684C11.3622%2019.319%2011.3294%2019.3846%2011.3193%2019.4553L10.9521%2022.0259C10.9209%2022.244%2011.1079%2022.431%2011.326%2022.3998L13.8965%2022.0326C13.9673%2022.0225%2014.0329%2021.9897%2014.0835%2021.9391L22.0178%2014.0048C22.5095%2013.5132%2022.5095%2012.716%2022.0178%2012.2243L21.1275%2011.3341Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat}.cometchat-search__conversations-subtitle-icon-collaborative-whiteboard{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='24'%20fill='white'%20fill-opacity='0.11'/%3e%3cpath%20d='M19.4679%204H20.24C21.135%204%2021.887%204.61242%2022.0998%205.44108L16.6916%2010.8492C16.6549%2010.886%2016.6073%2010.9098%2016.5559%2010.9171L14.576%2011.2C14.4176%2011.2226%2014.2818%2011.0868%2014.3044%2010.9284L14.5873%208.94854C14.5946%208.89713%2014.6184%208.84949%2014.6552%208.81277L19.4679%204Z'%20fill='%23141414'/%3e%3cpath%20d='M17.3466%204L13.5945%207.75211C13.3283%208.01833%2013.1556%208.3637%2013.1024%208.7364L12.8195%2010.7163C12.6555%2011.8646%2013.6397%2012.8489%2014.7881%2012.6849L16.768%2012.402C17.1407%2012.3488%2017.4861%2012.1761%2017.7523%2011.9099L22.16%207.50218V17.92C22.16%2018.9804%2021.3004%2019.84%2020.24%2019.84H3.92C2.85962%2019.84%202%2018.9804%202%2017.92V14.03C2.13801%2014.0301%202.27769%2013.9922%202.40275%2013.9126L2.58606%2013.7959C3.58623%2013.1593%205.7211%2011.8003%206.3322%2011.4511C6.43421%2011.3928%206.63006%2011.3244%206.87351%2011.298C7.11445%2011.2719%207.33773%2011.2938%207.5019%2011.354C7.65327%2011.4095%207.73091%2011.4857%207.77426%2011.5815C7.82369%2011.6908%207.8772%2011.9357%207.75398%2012.4121C7.51412%2013.3396%207.26658%2014.4095%207.33946%2015.3038C7.37704%2015.765%207.50392%2016.2502%207.82249%2016.6542C8.15314%2017.0735%208.62627%2017.3246%209.19678%2017.4197C10.3338%2017.6092%2011.3768%2016.938%2012.107%2016.3036C12.8753%2015.6361%2013.5146%2014.8173%2013.8801%2014.3299C14.1286%2013.9985%2014.0615%2013.5284%2013.7301%2013.2799C13.3987%2013.0314%2012.9286%2013.0985%2012.6801%2013.4299C12.3256%2013.9025%2011.7649%2014.6137%2011.1232%2015.1712C10.4434%2015.7619%209.86635%2016.0106%209.4434%2015.9401C9.17392%2015.8952%209.06101%2015.8023%209.00036%2015.7254C8.92763%2015.6332%208.85796%2015.4699%208.8345%2015.182C8.78531%2014.5784%208.95777%2013.7483%209.2062%2012.7877C9.38299%2012.1041%209.37649%2011.484%209.14093%2010.9633C8.89928%2010.4291%208.46692%2010.1102%208.01829%209.94573C7.58246%209.78593%207.11574%209.76292%206.71167%209.80677C6.31013%209.85035%205.90598%209.967%205.58799%2010.1487C4.98422%2010.4937%203.05774%2011.7176%202%2012.3909V5.92C2%204.85961%202.85961%204%203.92%204H17.3466Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='24'%20fill='white'%20fill-opacity='0.11'/%3e%3cpath%20d='M19.4679%204H20.24C21.135%204%2021.887%204.61242%2022.0998%205.44108L16.6916%2010.8492C16.6549%2010.886%2016.6073%2010.9098%2016.5559%2010.9171L14.576%2011.2C14.4176%2011.2226%2014.2818%2011.0868%2014.3044%2010.9284L14.5873%208.94854C14.5946%208.89713%2014.6184%208.84949%2014.6552%208.81277L19.4679%204Z'%20fill='%23141414'/%3e%3cpath%20d='M17.3466%204L13.5945%207.75211C13.3283%208.01833%2013.1556%208.3637%2013.1024%208.7364L12.8195%2010.7163C12.6555%2011.8646%2013.6397%2012.8489%2014.7881%2012.6849L16.768%2012.402C17.1407%2012.3488%2017.4861%2012.1761%2017.7523%2011.9099L22.16%207.50218V17.92C22.16%2018.9804%2021.3004%2019.84%2020.24%2019.84H3.92C2.85962%2019.84%202%2018.9804%202%2017.92V14.03C2.13801%2014.0301%202.27769%2013.9922%202.40275%2013.9126L2.58606%2013.7959C3.58623%2013.1593%205.7211%2011.8003%206.3322%2011.4511C6.43421%2011.3928%206.63006%2011.3244%206.87351%2011.298C7.11445%2011.2719%207.33773%2011.2938%207.5019%2011.354C7.65327%2011.4095%207.73091%2011.4857%207.77426%2011.5815C7.82369%2011.6908%207.8772%2011.9357%207.75398%2012.4121C7.51412%2013.3396%207.26658%2014.4095%207.33946%2015.3038C7.37704%2015.765%207.50392%2016.2502%207.82249%2016.6542C8.15314%2017.0735%208.62627%2017.3246%209.19678%2017.4197C10.3338%2017.6092%2011.3768%2016.938%2012.107%2016.3036C12.8753%2015.6361%2013.5146%2014.8173%2013.8801%2014.3299C14.1286%2013.9985%2014.0615%2013.5284%2013.7301%2013.2799C13.3987%2013.0314%2012.9286%2013.0985%2012.6801%2013.4299C12.3256%2013.9025%2011.7649%2014.6137%2011.1232%2015.1712C10.4434%2015.7619%209.86635%2016.0106%209.4434%2015.9401C9.17392%2015.8952%209.06101%2015.8023%209.00036%2015.7254C8.92763%2015.6332%208.85796%2015.4699%208.8345%2015.182C8.78531%2014.5784%208.95777%2013.7483%209.2062%2012.7877C9.38299%2012.1041%209.37649%2011.484%209.14093%2010.9633C8.89928%2010.4291%208.46692%2010.1102%208.01829%209.94573C7.58246%209.78593%207.11574%209.76292%206.71167%209.80677C6.31013%209.85035%205.90598%209.967%205.58799%2010.1487C4.98422%2010.4937%203.05774%2011.7176%202%2012.3909V5.92C2%204.85961%202.85961%204%203.92%204H17.3466Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat}.cometchat-search__conversations-subtitle-icon-deleted{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_683456'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_683456)'%3e%3cpath%20d='M8.001%2014.8334C7.125%2014.8334%206.30161%2014.6672%205.53084%2014.3347C4.76006%2014.0023%204.08961%2013.5511%203.5195%2012.9812C2.94939%2012.4114%202.498%2011.7412%202.16534%2010.9707C1.83278%2010.2003%201.6665%209.37714%201.6665%208.50125C1.6665%207.62525%201.83273%206.80186%202.16517%206.03108C2.49761%205.2603%202.94878%204.58986%203.51867%204.01975C4.08856%203.44964%204.75873%202.99825%205.52917%202.66558C6.29961%202.33303%207.12278%202.16675%207.99867%202.16675C8.87467%202.16675%209.69806%202.33297%2010.4688%202.66541C11.2396%202.99786%2011.9101%203.44903%2012.4802%204.01891C13.0503%204.5888%2013.5017%205.25897%2013.8343%206.02941C14.1669%206.79986%2014.3332%207.62303%2014.3332%208.49891C14.3332%209.37491%2014.1669%2010.1983%2013.8345%2010.9691C13.5021%2011.7399%2013.0509%2012.4103%2012.481%2012.9804C11.9111%2013.5505%2011.2409%2014.0019%2010.4705%2014.3346C9.70006%2014.6671%208.87689%2014.8334%208.001%2014.8334ZM7.99984%2013.8334C8.62528%2013.8334%209.22761%2013.7276%209.80684%2013.5161C10.3859%2013.3045%2010.9152%2012.9984%2011.3947%2012.5976L3.90234%205.10525C3.50578%205.58469%203.20067%206.11397%202.987%206.69308C2.77334%207.2723%202.6665%207.87464%202.6665%208.50008C2.6665%209.98897%203.18317%2011.2501%204.2165%2012.2834C5.24984%2013.3167%206.51095%2013.8334%207.99984%2013.8334ZM12.0973%2011.8949C12.4981%2011.4155%2012.8043%2010.8862%2013.0158%2010.3071C13.2274%209.72786%2013.3332%209.12553%2013.3332%208.50008C13.3332%207.01119%2012.8165%205.75008%2011.7832%204.71675C10.7498%203.68341%209.48873%203.16675%207.99984%203.16675C7.37284%203.16675%206.76906%203.27147%206.1885%203.48091C5.60806%203.69025%205.08023%203.99747%204.605%204.40258L12.0973%2011.8949Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_683456'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_683456)'%3e%3cpath%20d='M8.001%2014.8334C7.125%2014.8334%206.30161%2014.6672%205.53084%2014.3347C4.76006%2014.0023%204.08961%2013.5511%203.5195%2012.9812C2.94939%2012.4114%202.498%2011.7412%202.16534%2010.9707C1.83278%2010.2003%201.6665%209.37714%201.6665%208.50125C1.6665%207.62525%201.83273%206.80186%202.16517%206.03108C2.49761%205.2603%202.94878%204.58986%203.51867%204.01975C4.08856%203.44964%204.75873%202.99825%205.52917%202.66558C6.29961%202.33303%207.12278%202.16675%207.99867%202.16675C8.87467%202.16675%209.69806%202.33297%2010.4688%202.66541C11.2396%202.99786%2011.9101%203.44903%2012.4802%204.01891C13.0503%204.5888%2013.5017%205.25897%2013.8343%206.02941C14.1669%206.79986%2014.3332%207.62303%2014.3332%208.49891C14.3332%209.37491%2014.1669%2010.1983%2013.8345%2010.9691C13.5021%2011.7399%2013.0509%2012.4103%2012.481%2012.9804C11.9111%2013.5505%2011.2409%2014.0019%2010.4705%2014.3346C9.70006%2014.6671%208.87689%2014.8334%208.001%2014.8334ZM7.99984%2013.8334C8.62528%2013.8334%209.22761%2013.7276%209.80684%2013.5161C10.3859%2013.3045%2010.9152%2012.9984%2011.3947%2012.5976L3.90234%205.10525C3.50578%205.58469%203.20067%206.11397%202.987%206.69308C2.77334%207.2723%202.6665%207.87464%202.6665%208.50008C2.6665%209.98897%203.18317%2011.2501%204.2165%2012.2834C5.24984%2013.3167%206.51095%2013.8334%207.99984%2013.8334ZM12.0973%2011.8949C12.4981%2011.4155%2012.8043%2010.8862%2013.0158%2010.3071C13.2274%209.72786%2013.3332%209.12553%2013.3332%208.50008C13.3332%207.01119%2012.8165%205.75008%2011.7832%204.71675C10.7498%203.68341%209.48873%203.16675%207.99984%203.16675C7.37284%203.16675%206.76906%203.27147%206.1885%203.48091C5.60806%203.69025%205.08023%203.99747%204.605%204.40258L12.0973%2011.8949Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat}.cometchat-search__conversations-subtitle-icon-link{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_683031'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_683031)'%3e%3cpath%20d='M4.69217%2011.5257C3.85506%2011.5257%203.1415%2011.2307%202.5515%2010.6407C1.9615%2010.0508%201.6665%209.33736%201.6665%208.50036C1.6665%207.66336%201.9615%206.94981%202.5515%206.3597C3.1415%205.76948%203.85506%205.47437%204.69217%205.47437H6.705C6.84667%205.47437%206.96539%205.52231%207.06117%205.6182C7.15706%205.71409%207.205%205.83292%207.205%205.9747C7.205%206.11636%207.15706%206.23509%207.06117%206.33086C6.96539%206.42653%206.84667%206.47437%206.705%206.47437H4.69134C4.132%206.47437%203.65473%206.67203%203.2595%207.06736C2.86417%207.4627%202.6665%207.94025%202.6665%208.50003C2.6665%209.05981%202.86417%209.53736%203.2595%209.9327C3.65473%2010.328%204.132%2010.5257%204.69134%2010.5257H6.705C6.84667%2010.5257%206.96539%2010.5736%207.06117%2010.6695C7.15706%2010.7654%207.205%2010.8842%207.205%2011.0259C7.205%2011.1676%207.15706%2011.2864%207.06117%2011.382C6.96539%2011.4778%206.84667%2011.5257%206.705%2011.5257H4.69217ZM5.99984%209.00003C5.85817%209.00003%205.73945%208.95209%205.64367%208.8562C5.54778%208.76031%205.49984%208.64153%205.49984%208.49987C5.49984%208.35809%205.54778%208.23936%205.64367%208.1437C5.73945%208.04792%205.85817%208.00003%205.99984%208.00003H9.99984C10.1415%208.00003%2010.2602%208.04798%2010.356%208.14387C10.4519%208.23975%2010.4998%208.35853%2010.4998%208.5002C10.4998%208.64198%2010.4519%208.7607%2010.356%208.85636C10.2602%208.95214%2010.1415%209.00003%209.99984%209.00003H5.99984ZM9.29467%2011.5257C9.153%2011.5257%209.03428%2011.4778%208.9385%2011.3819C8.84261%2011.286%208.79467%2011.1671%208.79467%2011.0254C8.79467%2010.8837%208.84261%2010.765%208.9385%2010.6692C9.03428%2010.5735%209.153%2010.5257%209.29467%2010.5257H11.3083C11.8677%2010.5257%2012.3449%2010.328%2012.7402%209.9327C13.1355%209.53736%2013.3332%209.05981%2013.3332%208.50003C13.3332%207.94025%2013.1355%207.4627%2012.7402%207.06736C12.3449%206.67203%2011.8677%206.47437%2011.3083%206.47437H9.29467C9.153%206.47437%209.03428%206.42642%208.9385%206.33053C8.84261%206.23464%208.79467%206.11587%208.79467%205.9742C8.79467%205.83242%208.84261%205.7137%208.9385%205.61803C9.03428%205.52225%209.153%205.47437%209.29467%205.47437H11.3075C12.1446%205.47437%2012.8582%205.76936%2013.4482%206.35936C14.0382%206.94925%2014.3332%207.6627%2014.3332%208.4997C14.3332%209.3367%2014.0382%2010.0503%2013.4482%2010.6404C12.8582%2011.2306%2012.1446%2011.5257%2011.3075%2011.5257H9.29467Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_683031'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_683031)'%3e%3cpath%20d='M4.69217%2011.5257C3.85506%2011.5257%203.1415%2011.2307%202.5515%2010.6407C1.9615%2010.0508%201.6665%209.33736%201.6665%208.50036C1.6665%207.66336%201.9615%206.94981%202.5515%206.3597C3.1415%205.76948%203.85506%205.47437%204.69217%205.47437H6.705C6.84667%205.47437%206.96539%205.52231%207.06117%205.6182C7.15706%205.71409%207.205%205.83292%207.205%205.9747C7.205%206.11636%207.15706%206.23509%207.06117%206.33086C6.96539%206.42653%206.84667%206.47437%206.705%206.47437H4.69134C4.132%206.47437%203.65473%206.67203%203.2595%207.06736C2.86417%207.4627%202.6665%207.94025%202.6665%208.50003C2.6665%209.05981%202.86417%209.53736%203.2595%209.9327C3.65473%2010.328%204.132%2010.5257%204.69134%2010.5257H6.705C6.84667%2010.5257%206.96539%2010.5736%207.06117%2010.6695C7.15706%2010.7654%207.205%2010.8842%207.205%2011.0259C7.205%2011.1676%207.15706%2011.2864%207.06117%2011.382C6.96539%2011.4778%206.84667%2011.5257%206.705%2011.5257H4.69217ZM5.99984%209.00003C5.85817%209.00003%205.73945%208.95209%205.64367%208.8562C5.54778%208.76031%205.49984%208.64153%205.49984%208.49987C5.49984%208.35809%205.54778%208.23936%205.64367%208.1437C5.73945%208.04792%205.85817%208.00003%205.99984%208.00003H9.99984C10.1415%208.00003%2010.2602%208.04798%2010.356%208.14387C10.4519%208.23975%2010.4998%208.35853%2010.4998%208.5002C10.4998%208.64198%2010.4519%208.7607%2010.356%208.85636C10.2602%208.95214%2010.1415%209.00003%209.99984%209.00003H5.99984ZM9.29467%2011.5257C9.153%2011.5257%209.03428%2011.4778%208.9385%2011.3819C8.84261%2011.286%208.79467%2011.1671%208.79467%2011.0254C8.79467%2010.8837%208.84261%2010.765%208.9385%2010.6692C9.03428%2010.5735%209.153%2010.5257%209.29467%2010.5257H11.3083C11.8677%2010.5257%2012.3449%2010.328%2012.7402%209.9327C13.1355%209.53736%2013.3332%209.05981%2013.3332%208.50003C13.3332%207.94025%2013.1355%207.4627%2012.7402%207.06736C12.3449%206.67203%2011.8677%206.47437%2011.3083%206.47437H9.29467C9.153%206.47437%209.03428%206.42642%208.9385%206.33053C8.84261%206.23464%208.79467%206.11587%208.79467%205.9742C8.79467%205.83242%208.84261%205.7137%208.9385%205.61803C9.03428%205.52225%209.153%205.47437%209.29467%205.47437H11.3075C12.1446%205.47437%2012.8582%205.76936%2013.4482%206.35936C14.0382%206.94925%2014.3332%207.6627%2014.3332%208.4997C14.3332%209.3367%2014.0382%2010.0503%2013.4482%2010.6404C12.8582%2011.2306%2012.1446%2011.5257%2011.3075%2011.5257H9.29467Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat}.cometchat-search__conversations-subtitle-icon-thread{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7483_289797'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7483_289797)'%3e%3cpath%20d='M8.98184%2013.8052C8.8785%2013.7017%208.82789%2013.5836%208.83%2013.4507C8.83211%2013.3178%208.88273%2013.2017%208.98184%2013.1025L11.0845%2011H4.87167C4.53923%2011%204.25523%2010.8823%204.01967%2010.6468C3.78423%2010.4113%203.6665%2010.1273%203.6665%209.79483V4C3.6665%203.85811%203.71439%203.73933%203.81017%203.64367C3.90584%203.54789%204.02461%203.5%204.1665%203.5C4.30839%203.5%204.42717%203.54789%204.52284%203.64367C4.61862%203.73933%204.6665%203.85811%204.6665%204V9.79483C4.6665%209.85472%204.68573%209.90389%204.72417%209.94233C4.76261%209.98078%204.81178%2010%204.87167%2010H11.0845L8.97167%207.88717C8.86823%207.78372%208.81823%207.66661%208.82167%207.53583C8.82511%207.40517%208.87511%207.28811%208.97167%207.18467C9.07511%207.08122%209.19328%207.02889%209.32617%207.02767C9.45906%207.02633%209.57506%207.07522%209.67417%207.17433L12.578%2010.0782C12.6404%2010.1406%2012.6844%2010.2064%2012.71%2010.2757C12.7357%2010.3449%2012.7485%2010.4197%2012.7485%2010.5C12.7485%2010.5803%2012.7357%2010.6551%2012.71%2010.7243C12.6844%2010.7936%2012.6404%2010.8594%2012.578%2010.9218L9.69467%2013.8052C9.59123%2013.9085%209.47245%2013.9602%209.33834%2013.9602C9.20411%2013.9602%209.08528%2013.9085%208.98184%2013.8052Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7483_289797'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7483_289797)'%3e%3cpath%20d='M8.98184%2013.8052C8.8785%2013.7017%208.82789%2013.5836%208.83%2013.4507C8.83211%2013.3178%208.88273%2013.2017%208.98184%2013.1025L11.0845%2011H4.87167C4.53923%2011%204.25523%2010.8823%204.01967%2010.6468C3.78423%2010.4113%203.6665%2010.1273%203.6665%209.79483V4C3.6665%203.85811%203.71439%203.73933%203.81017%203.64367C3.90584%203.54789%204.02461%203.5%204.1665%203.5C4.30839%203.5%204.42717%203.54789%204.52284%203.64367C4.61862%203.73933%204.6665%203.85811%204.6665%204V9.79483C4.6665%209.85472%204.68573%209.90389%204.72417%209.94233C4.76261%209.98078%204.81178%2010%204.87167%2010H11.0845L8.97167%207.88717C8.86823%207.78372%208.81823%207.66661%208.82167%207.53583C8.82511%207.40517%208.87511%207.28811%208.97167%207.18467C9.07511%207.08122%209.19328%207.02889%209.32617%207.02767C9.45906%207.02633%209.57506%207.07522%209.67417%207.17433L12.578%2010.0782C12.6404%2010.1406%2012.6844%2010.2064%2012.71%2010.2757C12.7357%2010.3449%2012.7485%2010.4197%2012.7485%2010.5C12.7485%2010.5803%2012.7357%2010.6551%2012.71%2010.7243C12.6844%2010.7936%2012.6404%2010.8594%2012.578%2010.9218L9.69467%2013.8052C9.59123%2013.9085%209.47245%2013.9602%209.33834%2013.9602C9.20411%2013.9602%209.08528%2013.9085%208.98184%2013.8052Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center 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);display:flex;justify-content:flex-start}.cometchat-search-conversations__see-more .cometchat-button{background:transparent;border:none;border-radius:0;margin:0;height:fit-content;width:fit-content;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{overflow:hidden;height:fit-content}.cometchat-search__shimmer{width:100%;height:100%;background:var(--cometchat-background-color-01, #FFF)}.cometchat-search__shimmer-item{width:100%;height:72px;display:flex;min-width:240px;padding:var(--cometchat-padding-3, 12px) var(--cometchat-padding-4, 16px);align-items:center;gap:12px}.cometchat-search__shimmer-item-avatar{display:flex;flex-shrink:0;width:48px;height:48px;border-radius:var(--cometchat-radius-max, 1000px);background:var(--cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%))}.cometchat-search__shimmer-item-body{width:100%;height:100%;display:flex;flex-direction:column;gap:var(--cometchat-padding-2, 8px)}.cometchat-search__shimmer-item-body-title-wrapper{display:flex;justify-content:space-between;width:100%}.cometchat-search__shimmer-item-body-title{width:50%;height:22px;flex-shrink:0;border-radius:var(--cometchat-radius-2, 8px);background:var(--cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%));animation:shimmerAnimation 1.5s infinite linear}.cometchat-search__shimmer-item-body-subtitle{width:100%;height:12px;flex-shrink:0;border-radius:var(--cometchat-radius-2, 8px);background:var(--cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%));animation:shimmerAnimation 1.5s infinite linear}.cometchat-search__shimmer-item-body-tail{width:60px;height:22px;min-height:22px;border-radius:var(--cometchat-radius-2, 8px);background:var(--cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%));animation:shimmerAnimation 3.5s infinite linear}.cometchat-search__empty-view{height:100%;display:flex;flex-direction:column;gap:var(--cometchat-padding-5, 20px);justify-content:center;align-items:center;background:var(--cometchat-background-color-01, #FFF);padding:var(--cometchat-padding-3, 12px) var(--cometchat-padding-4, 16px)}.cometchat-search__empty-view-icon{height:120px;width:120px;mask:url(/_assets/search_message_icon-CRbWkfgC.svg) center center no-repeat;-webkit-mask:url(/_assets/search_message_icon-CRbWkfgC.svg) center center no-repeat;mask-size:contain;-webkit-mask-size:contain;background:var(--cometchat-icon-color-secondary, #A1A1A1)}.cometchat-search__empty-view-body{display:flex;flex-direction:column;gap:var(--cometchat-padding, 2px)}.cometchat-search__empty-view-body-title{max-width:280px;width:auto;color:var(--cometchat-text-color-primary, #141414);text-align:center;font:var(--cometchat-font-heading3-bold)}.cometchat-search__empty-view-body-description{max-width:280px;width:auto;color:var(--cometchat-text-color-secondary, #727272);text-align:center;font:var(--cometchat-font-body-regular)}.cometchat-search__error-view{height:100%;display:flex;flex-direction:column;gap:var(--cometchat-padding-5, 20px);justify-content:center;align-items:center;background:var(--cometchat-background-color-01, #FFF)}.cometchat-search__error-view-icon{height:120px;width:120px;mask:url("data:image/svg+xml,%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7089_707053'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='120'%20height='120'%3e%3cpath%20d='M120%2060C120%2068.9108%20118.054%2077.3757%20114.559%2084.9811C105.089%20105.649%2084.2189%20120%2060%20120C35.7811%20120%2014.9108%20105.649%205.44054%2084.9811C1.94595%2077.3757%200%2068.9108%200%2060C0%2026.8622%2026.8622%200%2060%200C93.1378%200%20120%2026.8622%20120%2060Z'%20fill='%23F4F7FC'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7089_707053)'%3e%3cpath%20d='M2.625%2084L22.5%2079.875L39%2086.25L24%2094.5L2.625%2084Z'%20fill='%23DCDCDC'/%3e%3cpath%20d='M117.375%2084L97.5%2079.875L81%2086.25L96%2094.5L117.375%2084Z'%20fill='%23DCDCDC'/%3e%3cpath%20opacity='0.6'%20d='M39%2086.25H81L96%2094.5H24L39%2086.25Z'%20fill='%23A1A1A1'/%3e%3cpath%20d='M45.0793%2050.5798C51.8385%2046.6773%2060.4814%2048.9932%2064.3838%2055.7524C68.2863%2062.5115%2065.9704%2071.1545%2059.2112%2075.0569L51.2626%2079.646L49.1291%2089.2059C48.8661%2090.3844%2047.2924%2090.6255%2046.6887%2089.5798L43.0171%2083.2205C37.4837%2083.9945%2031.7809%2081.424%2028.8155%2076.2878C24.9131%2069.5286%2027.229%2060.8857%2033.9882%2056.9833L45.0793%2050.5798Z'%20fill='%23E8E8E8'/%3e%3ccircle%20cx='2.2081'%20cy='2.2081'%20r='2.2081'%20transform='matrix(-0.866025%200.5%200.5%200.866025%2054.8662%2058.7017)'%20fill='%23FAFAFA'/%3e%3ccircle%20cx='2.2081'%20cy='2.2081'%20r='2.2081'%20transform='matrix(-0.866025%200.5%200.5%200.866025%2047.217%2063.1196)'%20fill='%23FAFAFA'/%3e%3ccircle%20cx='2.2081'%20cy='2.2081'%20r='2.2081'%20transform='matrix(-0.866025%200.5%200.5%200.866025%2039.568%2067.5317)'%20fill='%23FAFAFA'/%3e%3cpath%20d='M68.7319%2023.6854C58.716%2021.0017%2048.4209%2026.9456%2045.7371%2036.9615C43.0534%2046.9774%2048.9973%2057.2726%2059.0132%2059.9563L70.7932%2063.1128L76.8182%2074.647C77.5609%2076.0689%2079.6633%2075.8372%2080.0785%2074.2876L82.6036%2064.864C89.9703%2063.9541%2096.404%2058.6946%2098.4433%2051.0841C101.127%2041.0681%2095.1831%2030.773%2085.1672%2028.0892L68.7319%2023.6854Z'%20fill='%23DCDCDC'/%3e%3ccircle%20cx='61.039'%20cy='41.0622'%20r='2.93362'%20transform='rotate(15%2061.039%2041.0622)'%20fill='%23FAFAFA'/%3e%3ccircle%20cx='72.3738'%20cy='44.0973'%20r='2.93362'%20transform='rotate(15%2072.3738%2044.0973)'%20fill='%23FAFAFA'/%3e%3ccircle%20cx='83.7081'%20cy='47.1384'%20r='2.93362'%20transform='rotate(15%2083.7081%2047.1384)'%20fill='%23FAFAFA'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M41.6951%2032.7839C42.2994%2032.6391%2042.6718%2032.0319%2042.527%2031.4277C42.3822%2030.8234%2041.775%2030.451%2041.1708%2030.5958L38.2534%2031.2949C37.6492%2031.4397%2037.2768%2032.0469%2037.4216%2032.6511C37.5663%2033.2553%2038.1735%2033.6278%2038.7777%2033.483L41.6951%2032.7839ZM52.5122%2019.092C52.5109%2019.7133%2052.0063%2020.216%2051.385%2020.2148C50.7637%2020.2136%2050.261%2019.7089%2050.2622%2019.0876L50.268%2016.0876C50.2692%2015.4663%2050.7739%2014.9636%2051.3952%2014.9648C52.0165%2014.966%2052.5192%2015.4707%2052.518%2016.092L52.5122%2019.092ZM43.1169%2026.0355C42.9758%2026.6405%2042.3709%2027.0167%2041.7658%2026.8756L38.8442%2026.1942C38.2391%2026.0531%2037.863%2025.4482%2038.0041%2024.8431C38.1452%2024.2381%2038.7501%2023.8619%2039.3552%2024.003L42.2768%2024.6844C42.8819%2024.8255%2043.258%2025.4304%2043.1169%2026.0355ZM46.7835%2020.5285C47.0607%2021.0846%2046.8345%2021.76%2046.2784%2022.0372C45.7224%2022.3143%2045.0469%2022.0882%2044.7698%2021.5321L43.4316%2018.8471C43.1544%2018.291%2043.3805%2017.6156%2043.9366%2017.3384C44.4927%2017.0613%2045.1682%2017.2874%2045.4453%2017.8435L46.7835%2020.5285Z'%20fill='%23DCDCDC'/%3e%3crect%20x='24'%20y='94.5'%20width='72'%20height='63'%20fill='%23DCDCDC'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7089_707053'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='120'%20height='120'%3e%3cpath%20d='M120%2060C120%2068.9108%20118.054%2077.3757%20114.559%2084.9811C105.089%20105.649%2084.2189%20120%2060%20120C35.7811%20120%2014.9108%20105.649%205.44054%2084.9811C1.94595%2077.3757%200%2068.9108%200%2060C0%2026.8622%2026.8622%200%2060%200C93.1378%200%20120%2026.8622%20120%2060Z'%20fill='%23F4F7FC'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7089_707053)'%3e%3cpath%20d='M2.625%2084L22.5%2079.875L39%2086.25L24%2094.5L2.625%2084Z'%20fill='%23DCDCDC'/%3e%3cpath%20d='M117.375%2084L97.5%2079.875L81%2086.25L96%2094.5L117.375%2084Z'%20fill='%23DCDCDC'/%3e%3cpath%20opacity='0.6'%20d='M39%2086.25H81L96%2094.5H24L39%2086.25Z'%20fill='%23A1A1A1'/%3e%3cpath%20d='M45.0793%2050.5798C51.8385%2046.6773%2060.4814%2048.9932%2064.3838%2055.7524C68.2863%2062.5115%2065.9704%2071.1545%2059.2112%2075.0569L51.2626%2079.646L49.1291%2089.2059C48.8661%2090.3844%2047.2924%2090.6255%2046.6887%2089.5798L43.0171%2083.2205C37.4837%2083.9945%2031.7809%2081.424%2028.8155%2076.2878C24.9131%2069.5286%2027.229%2060.8857%2033.9882%2056.9833L45.0793%2050.5798Z'%20fill='%23E8E8E8'/%3e%3ccircle%20cx='2.2081'%20cy='2.2081'%20r='2.2081'%20transform='matrix(-0.866025%200.5%200.5%200.866025%2054.8662%2058.7017)'%20fill='%23FAFAFA'/%3e%3ccircle%20cx='2.2081'%20cy='2.2081'%20r='2.2081'%20transform='matrix(-0.866025%200.5%200.5%200.866025%2047.217%2063.1196)'%20fill='%23FAFAFA'/%3e%3ccircle%20cx='2.2081'%20cy='2.2081'%20r='2.2081'%20transform='matrix(-0.866025%200.5%200.5%200.866025%2039.568%2067.5317)'%20fill='%23FAFAFA'/%3e%3cpath%20d='M68.7319%2023.6854C58.716%2021.0017%2048.4209%2026.9456%2045.7371%2036.9615C43.0534%2046.9774%2048.9973%2057.2726%2059.0132%2059.9563L70.7932%2063.1128L76.8182%2074.647C77.5609%2076.0689%2079.6633%2075.8372%2080.0785%2074.2876L82.6036%2064.864C89.9703%2063.9541%2096.404%2058.6946%2098.4433%2051.0841C101.127%2041.0681%2095.1831%2030.773%2085.1672%2028.0892L68.7319%2023.6854Z'%20fill='%23DCDCDC'/%3e%3ccircle%20cx='61.039'%20cy='41.0622'%20r='2.93362'%20transform='rotate(15%2061.039%2041.0622)'%20fill='%23FAFAFA'/%3e%3ccircle%20cx='72.3738'%20cy='44.0973'%20r='2.93362'%20transform='rotate(15%2072.3738%2044.0973)'%20fill='%23FAFAFA'/%3e%3ccircle%20cx='83.7081'%20cy='47.1384'%20r='2.93362'%20transform='rotate(15%2083.7081%2047.1384)'%20fill='%23FAFAFA'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M41.6951%2032.7839C42.2994%2032.6391%2042.6718%2032.0319%2042.527%2031.4277C42.3822%2030.8234%2041.775%2030.451%2041.1708%2030.5958L38.2534%2031.2949C37.6492%2031.4397%2037.2768%2032.0469%2037.4216%2032.6511C37.5663%2033.2553%2038.1735%2033.6278%2038.7777%2033.483L41.6951%2032.7839ZM52.5122%2019.092C52.5109%2019.7133%2052.0063%2020.216%2051.385%2020.2148C50.7637%2020.2136%2050.261%2019.7089%2050.2622%2019.0876L50.268%2016.0876C50.2692%2015.4663%2050.7739%2014.9636%2051.3952%2014.9648C52.0165%2014.966%2052.5192%2015.4707%2052.518%2016.092L52.5122%2019.092ZM43.1169%2026.0355C42.9758%2026.6405%2042.3709%2027.0167%2041.7658%2026.8756L38.8442%2026.1942C38.2391%2026.0531%2037.863%2025.4482%2038.0041%2024.8431C38.1452%2024.2381%2038.7501%2023.8619%2039.3552%2024.003L42.2768%2024.6844C42.8819%2024.8255%2043.258%2025.4304%2043.1169%2026.0355ZM46.7835%2020.5285C47.0607%2021.0846%2046.8345%2021.76%2046.2784%2022.0372C45.7224%2022.3143%2045.0469%2022.0882%2044.7698%2021.5321L43.4316%2018.8471C43.1544%2018.291%2043.3805%2017.6156%2043.9366%2017.3384C44.4927%2017.0613%2045.1682%2017.2874%2045.4453%2017.8435L46.7835%2020.5285Z'%20fill='%23DCDCDC'/%3e%3crect%20x='24'%20y='94.5'%20width='72'%20height='63'%20fill='%23DCDCDC'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask-size:contain;-webkit-mask-size:contain;background:var(--cometchat-error-color, #F44649)}.cometchat-search__error-view-body{display:flex;flex-direction:column;gap:var(--cometchat-padding, 2px)}.cometchat-search__error-view-body-title{width:280px;color:var(--cometchat-text-color-primary, #141414);text-align:center;font:var(--cometchat-font-heading3-bold)}.cometchat-search__error-view-body-description{width:280px;color:var(--cometchat-text-color-secondary, #727272);text-align:center;font:var(--cometchat-font-body-regular)}.cometchat-search-messages__list-item{cursor:pointer;width:100%}.cometchat-search-messages__list-item .cometchat-list-item__body-subtitle,.cometchat-search-messages__list-item .cometchat-search-messages__subtitle{display:block;width:100%;max-width:98%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cometchat-search-messages__subtitle-text{overflow:hidden;color:var(--cometchat-text-color-secondary, #727272);text-overflow:ellipsis;white-space:nowrap;font:var(--cometchat-font-body-regular);width:100%}.cometchat-search-messages__trailing-view{display:flex;flex-direction:column;align-items:flex-end;gap:var(--cometchat-padding-1, 4px)}.cometchat-search-messages .cometchat-date{font:var(--cometchat-font-caption1-regular);color:var(--cometchat-text-color-secondary, #727272)}.cometchat-search-messages__see-more{gap:var(--cometchat-padding-3, 12px) 0px;display:flex;justify-content:flex-start;padding:var(--cometchat-padding-3, 12px) var(--cometchat-padding-4, 16px)}.cometchat-search-messages__see-more .cometchat-button{background:transparent;border:none;border-radius:0;margin:0;height:fit-content;width:fit-content;padding:0}.cometchat-search-messages__see-more .cometchat-button__text{color:var(--cometchat-primary-color, #6852D6);font:var(--cometchat-font-body-medium)}.cometchat-search__messages-leading-view{background:var(--cometchat-background-color-01);height:40px;width:48px;border-radius:var(--cometchat-radius-max, 1000px);display:flex;align-items:center;justify-content:center}.cometchat-search__messages-leading-view-link>.cometchat-search__messages-leading-view-icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20d='M11.3334%204.6665H8.66671V5.99984H11.3334C12.4334%205.99984%2013.3334%206.89984%2013.3334%207.99984C13.3334%209.09984%2012.4334%209.99984%2011.3334%209.99984H8.66671V11.3332H11.3334C13.1734%2011.3332%2014.6667%209.83984%2014.6667%207.99984C14.6667%206.15984%2013.1734%204.6665%2011.3334%204.6665ZM7.33337%209.99984H4.66671C3.56671%209.99984%202.66671%209.09984%202.66671%207.99984C2.66671%206.89984%203.56671%205.99984%204.66671%205.99984H7.33337V4.6665H4.66671C2.82671%204.6665%201.33337%206.15984%201.33337%207.99984C1.33337%209.83984%202.82671%2011.3332%204.66671%2011.3332H7.33337V9.99984ZM5.33337%207.33317H10.6667V8.6665H5.33337V7.33317Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20d='M11.3334%204.6665H8.66671V5.99984H11.3334C12.4334%205.99984%2013.3334%206.89984%2013.3334%207.99984C13.3334%209.09984%2012.4334%209.99984%2011.3334%209.99984H8.66671V11.3332H11.3334C13.1734%2011.3332%2014.6667%209.83984%2014.6667%207.99984C14.6667%206.15984%2013.1734%204.6665%2011.3334%204.6665ZM7.33337%209.99984H4.66671C3.56671%209.99984%202.66671%209.09984%202.66671%207.99984C2.66671%206.89984%203.56671%205.99984%204.66671%205.99984H7.33337V4.6665H4.66671C2.82671%204.6665%201.33337%206.15984%201.33337%207.99984C1.33337%209.83984%202.82671%2011.3332%204.66671%2011.3332H7.33337V9.99984ZM5.33337%207.33317H10.6667V8.6665H5.33337V7.33317Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e") center center no-repeat;background:var(--cometchat-icon-color-secondary, #A1A1A1);height:16px;width:16px;transform:scale(2)}.cometchat-search__messages-leading-view-link>img{height:32px;width:32px}.cometchat-search__messages-leading-view-audio.cometchat-search__messages-leading-view{background-color:var(--cometchat-primary-color, #6852D6)}.cometchat-search__messages-leading-view-audio>.cometchat-search__messages-leading-view-icon{mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8334'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8334)'%3e%3cpath%20d='M8.5%2016.4442V7.55573C8.5%207.29173%208.59058%207.07506%208.77175%206.90573C8.95292%206.73656%209.16433%206.65198%209.406%206.65198C9.4815%206.65198%209.56067%206.66289%209.6435%206.68473C9.72633%206.70639%209.80542%206.73906%209.88075%206.78273L16.8767%2011.2365C17.0141%2011.3301%2017.117%2011.4423%2017.1855%2011.573C17.2542%2011.7038%2017.2885%2011.8461%2017.2885%2012C17.2885%2012.1538%2017.2542%2012.2961%2017.1855%2012.427C17.117%2012.5576%2017.0141%2012.6698%2016.8767%2012.7635L9.88075%2017.2172C9.80525%2017.2609%209.72592%2017.2936%209.64275%2017.3152C9.55975%2017.3371%209.4805%2017.348%209.405%2017.348C9.16317%2017.348%208.95192%2017.2634%208.77125%2017.0942C8.59042%2016.9249%208.5%2016.7082%208.5%2016.4442Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8334'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8334)'%3e%3cpath%20d='M8.5%2016.4442V7.55573C8.5%207.29173%208.59058%207.07506%208.77175%206.90573C8.95292%206.73656%209.16433%206.65198%209.406%206.65198C9.4815%206.65198%209.56067%206.66289%209.6435%206.68473C9.72633%206.70639%209.80542%206.73906%209.88075%206.78273L16.8767%2011.2365C17.0141%2011.3301%2017.117%2011.4423%2017.1855%2011.573C17.2542%2011.7038%2017.2885%2011.8461%2017.2885%2012C17.2885%2012.1538%2017.2542%2012.2961%2017.1855%2012.427C17.117%2012.5576%2017.0141%2012.6698%2016.8767%2012.7635L9.88075%2017.2172C9.80525%2017.2609%209.72592%2017.2936%209.64275%2017.3152C9.55975%2017.3371%209.4805%2017.348%209.405%2017.348C9.16317%2017.348%208.95192%2017.2634%208.77125%2017.0942C8.59042%2016.9249%208.5%2016.7082%208.5%2016.4442Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;background:var(--cometchat-static-white, #A1A1A1);height:16px;width:16px;transform:scale(2)}.cometchat-search__body-filter .cometchat-button__text{color:var(--cometchat-text-color-primary, #141414);font:var(--cometchat-font-body-regular)}.cometchat-search-messages__subtitle{font:var(--cometchat-font-body-regular);color:var(--cometchat-text-color-secondary, #727272)}.cometchat-search-messages__date-separator .cometchat-date{display:flex;justify-content:flex-start;align-items:flex-start;color:var(--cometchat-text-color-secondary, #727272);font:var(--cometchat-font-caption1-regular)}.cometchat-search-messages__date-separator{padding:0px var(--cometchat-padding-2, 8px)}.cometchat-search__messages-trailing-view{min-height:50px;width:80px;display:flex;align-items:center;justify-content:center;overflow:hidden}.cometchat-search__messages-trailing-view img,.cometchat-search__messages-trailing-view video{max-height:80px;max-width:80px;width:auto;height:auto;object-fit:contain}.cometchat-search__messages-video-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px;background-color:#0009;border-radius:50%;display:flex;justify-content:center;align-items:center;pointer-events:none}.cometchat-search__messages-video-play-button:after{content:"";display:block;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:12px solid white;margin-left:3px}.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{min-height:110px;height:fit-content}.cometchat-search__conversations-full,.cometchat-search__messages-full{height:100%}.cometchat-search__results::-webkit-scrollbar,.cometchat-search__input::-webkit-scrollbar{display:none}.cometchat-search__results::-webkit-scrollbar-thumb,.cometchat-search__input::-webkit-scrollbar-thumb{display:none}.cometchat-search__conversations-list-item-online .cometchat-list-item__status,.cometchat-search__conversations-list-item-password .cometchat-list-item__status,.cometchat-search__conversations-list-item-private .cometchat-list-item__status{width:14px;height:14px;margin-right:-14px;position:relative;top:20px;right:15px;border-radius:var(--cometchat-radius-max, 1000px);min-width:14px;border:2px solid var(--cometchat-neutral-color-50, #FFF);display:flex;align-items:center;justify-content:center}.cometchat-search__conversations-list-item-online .cometchat-list-item__status{margin-right:-12px;background:var(--cometchat-success-color, #09C26F)}.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{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7292_139201'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='8'%20height='8'%3e%3crect%20width='8'%20height='8'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7292_139201)'%3e%3cpath%20d='M2.10258%207.16797C1.93686%207.16797%201.795%207.10897%201.677%206.99097C1.559%206.87297%201.5%206.73111%201.5%206.56539V3.43722C1.5%203.2715%201.559%203.12964%201.677%203.01164C1.795%202.89364%201.93686%202.83464%202.10258%202.83464H2.5V2.16797C2.5%201.75175%202.64594%201.39769%202.93783%201.1058C3.22972%200.813913%203.58378%200.667969%204%200.667969C4.41622%200.667969%204.77028%200.813913%205.06217%201.1058C5.35406%201.39769%205.5%201.75175%205.5%202.16797V2.83464H5.89742C6.06314%202.83464%206.205%202.89364%206.323%203.01164C6.441%203.12964%206.5%203.2715%206.5%203.43722V6.56539C6.5%206.73111%206.441%206.87297%206.323%206.99097C6.205%207.10897%206.06314%207.16797%205.89742%207.16797H2.10258ZM4%205.58464C4.16194%205.58464%204.29967%205.52791%204.41317%205.41447C4.52661%205.30097%204.58333%205.16325%204.58333%205.0013C4.58333%204.83936%204.52661%204.70164%204.41317%204.58814C4.29967%204.47469%204.16194%204.41797%204%204.41797C3.83806%204.41797%203.70033%204.47469%203.58683%204.58814C3.47339%204.70164%203.41667%204.83936%203.41667%205.0013C3.41667%205.16325%203.47339%205.30097%203.58683%205.41447C3.70033%205.52791%203.83806%205.58464%204%205.58464ZM3%202.83464H5V2.16797C5%201.89019%204.90278%201.65408%204.70833%201.45964C4.51389%201.26519%204.27778%201.16797%204%201.16797C3.72222%201.16797%203.48611%201.26519%203.29167%201.45964C3.09722%201.65408%203%201.89019%203%202.16797V2.83464Z'%20fill='white'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7292_139201'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='8'%20height='8'%3e%3crect%20width='8'%20height='8'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7292_139201)'%3e%3cpath%20d='M2.10258%207.16797C1.93686%207.16797%201.795%207.10897%201.677%206.99097C1.559%206.87297%201.5%206.73111%201.5%206.56539V3.43722C1.5%203.2715%201.559%203.12964%201.677%203.01164C1.795%202.89364%201.93686%202.83464%202.10258%202.83464H2.5V2.16797C2.5%201.75175%202.64594%201.39769%202.93783%201.1058C3.22972%200.813913%203.58378%200.667969%204%200.667969C4.41622%200.667969%204.77028%200.813913%205.06217%201.1058C5.35406%201.39769%205.5%201.75175%205.5%202.16797V2.83464H5.89742C6.06314%202.83464%206.205%202.89364%206.323%203.01164C6.441%203.12964%206.5%203.2715%206.5%203.43722V6.56539C6.5%206.73111%206.441%206.87297%206.323%206.99097C6.205%207.10897%206.06314%207.16797%205.89742%207.16797H2.10258ZM4%205.58464C4.16194%205.58464%204.29967%205.52791%204.41317%205.41447C4.52661%205.30097%204.58333%205.16325%204.58333%205.0013C4.58333%204.83936%204.52661%204.70164%204.41317%204.58814C4.29967%204.47469%204.16194%204.41797%204%204.41797C3.83806%204.41797%203.70033%204.47469%203.58683%204.58814C3.47339%204.70164%203.41667%204.83936%203.41667%205.0013C3.41667%205.16325%203.47339%205.30097%203.58683%205.41447C3.70033%205.52791%203.83806%205.58464%204%205.58464ZM3%202.83464H5V2.16797C5%201.89019%204.90278%201.65408%204.70833%201.45964C4.51389%201.26519%204.27778%201.16797%204%201.16797C3.72222%201.16797%203.48611%201.26519%203.29167%201.45964C3.09722%201.65408%203%201.89019%203%202.16797V2.83464Z'%20fill='white'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;height:8px;width:8px;display:flex;align-items:center;justify-content:center;-webkit-mask-size:contain;mask-size:contain;border:none;align-self:center;background:var(--cometchat-static-white, #FFF)}.cometchat-search__conversations-list-item-private .cometchat-list-item__status-icon{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2021.371C11.8962%2021.371%2011.7943%2021.3627%2011.6942%2021.346C11.5942%2021.3293%2011.4974%2021.3043%2011.4037%2021.271C9.29492%2020.521%207.61708%2019.1913%206.37025%2017.2818C5.12342%2015.3721%204.5%2013.3115%204.5%2011.1V6.59625C4.5%206.21792%204.60967%205.87658%204.829%205.57225C5.04817%205.26775%205.33017%205.04692%205.675%204.90975L11.3672%202.78475C11.5814%202.70775%2011.7923%202.66925%2012%202.66925C12.2077%202.66925%2012.4186%202.70775%2012.6328%202.78475L18.325%204.90975C18.6698%205.04692%2018.9518%205.26775%2019.171%205.57225C19.3903%205.87658%2019.5%206.21792%2019.5%206.59625V11.1C19.5%2013.3115%2018.8766%2015.3721%2017.6298%2017.2818C16.3829%2019.1913%2014.7051%2020.521%2012.5963%2021.271C12.5026%2021.3043%2012.4058%2021.3293%2012.3058%2021.346C12.2058%2021.3627%2012.1038%2021.371%2012%2021.371Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2021.371C11.8962%2021.371%2011.7943%2021.3627%2011.6942%2021.346C11.5942%2021.3293%2011.4974%2021.3043%2011.4037%2021.271C9.29492%2020.521%207.61708%2019.1913%206.37025%2017.2818C5.12342%2015.3721%204.5%2013.3115%204.5%2011.1V6.59625C4.5%206.21792%204.60967%205.87658%204.829%205.57225C5.04817%205.26775%205.33017%205.04692%205.675%204.90975L11.3672%202.78475C11.5814%202.70775%2011.7923%202.66925%2012%202.66925C12.2077%202.66925%2012.4186%202.70775%2012.6328%202.78475L18.325%204.90975C18.6698%205.04692%2018.9518%205.26775%2019.171%205.57225C19.3903%205.87658%2019.5%206.21792%2019.5%206.59625V11.1C19.5%2013.3115%2018.8766%2015.3721%2017.6298%2017.2818C16.3829%2019.1913%2014.7051%2020.521%2012.5963%2021.271C12.5026%2021.3043%2012.4058%2021.3293%2012.3058%2021.346C12.2058%2021.3627%2012.1038%2021.371%2012%2021.371Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;height:8px;width:8px;display:flex;align-items:center;justify-content:center;-webkit-mask-size:contain;mask-size:contain;border:none;align-self:center;background:var(--cometchat-static-white, #FFF)}.cometchat-search .cometchat-list__header-title{padding:0px var(--cometchat-padding-4, 16px)}.cometchat-search__initial-view{padding:var(--cometchat-padding-3, 12px) var(--cometchat-padding-4, 16px)}.cometchat-search .cometchat-list .cometchat-list__header,.cometchat-search .cometchat-list .cometchat-list__body{border:none}.cometchat-search__body-filter-active{border-radius:var(--cometchat-radius-max, 1000px);border:1px solid var(--cometchat-neutral-color-800, #434343);background:var(--cometchat-neutral-color-900, #141414)}.cometchat-search__body-filter-active .cometchat-button__text{color:var(--cometchat-neutral-color-50, #141414)}.cometchat-search__body-filter-active .cometchat-button__icon{background:var(--cometchat-neutral-color-50, #141414)}.cometchat-search__messages-leading-view-file{height:32px;width:32px}.cometchat-search__messages .cometchat-list-item__body-title{color:var(--cometchat-text-color-secondary, #727272)}.cometchat-search__messages-subtitle-icon-thread{height:16px;width:16px;border:none;border-radius:0;background:var(--cometchat-icon-color-secondary, #A1A1A1);-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7483_289797'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7483_289797)'%3e%3cpath%20d='M8.98184%2013.8052C8.8785%2013.7017%208.82789%2013.5836%208.83%2013.4507C8.83211%2013.3178%208.88273%2013.2017%208.98184%2013.1025L11.0845%2011H4.87167C4.53923%2011%204.25523%2010.8823%204.01967%2010.6468C3.78423%2010.4113%203.6665%2010.1273%203.6665%209.79483V4C3.6665%203.85811%203.71439%203.73933%203.81017%203.64367C3.90584%203.54789%204.02461%203.5%204.1665%203.5C4.30839%203.5%204.42717%203.54789%204.52284%203.64367C4.61862%203.73933%204.6665%203.85811%204.6665%204V9.79483C4.6665%209.85472%204.68573%209.90389%204.72417%209.94233C4.76261%209.98078%204.81178%2010%204.87167%2010H11.0845L8.97167%207.88717C8.86823%207.78372%208.81823%207.66661%208.82167%207.53583C8.82511%207.40517%208.87511%207.28811%208.97167%207.18467C9.07511%207.08122%209.19328%207.02889%209.32617%207.02767C9.45906%207.02633%209.57506%207.07522%209.67417%207.17433L12.578%2010.0782C12.6404%2010.1406%2012.6844%2010.2064%2012.71%2010.2757C12.7357%2010.3449%2012.7485%2010.4197%2012.7485%2010.5C12.7485%2010.5803%2012.7357%2010.6551%2012.71%2010.7243C12.6844%2010.7936%2012.6404%2010.8594%2012.578%2010.9218L9.69467%2013.8052C9.59123%2013.9085%209.47245%2013.9602%209.33834%2013.9602C9.20411%2013.9602%209.08528%2013.9085%208.98184%2013.8052Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_7483_289797'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7483_289797)'%3e%3cpath%20d='M8.98184%2013.8052C8.8785%2013.7017%208.82789%2013.5836%208.83%2013.4507C8.83211%2013.3178%208.88273%2013.2017%208.98184%2013.1025L11.0845%2011H4.87167C4.53923%2011%204.25523%2010.8823%204.01967%2010.6468C3.78423%2010.4113%203.6665%2010.1273%203.6665%209.79483V4C3.6665%203.85811%203.71439%203.73933%203.81017%203.64367C3.90584%203.54789%204.02461%203.5%204.1665%203.5C4.30839%203.5%204.42717%203.54789%204.52284%203.64367C4.61862%203.73933%204.6665%203.85811%204.6665%204V9.79483C4.6665%209.85472%204.68573%209.90389%204.72417%209.94233C4.76261%209.98078%204.81178%2010%204.87167%2010H11.0845L8.97167%207.88717C8.86823%207.78372%208.81823%207.66661%208.82167%207.53583C8.82511%207.40517%208.87511%207.28811%208.97167%207.18467C9.07511%207.08122%209.19328%207.02889%209.32617%207.02767C9.45906%207.02633%209.57506%207.07522%209.67417%207.17433L12.578%2010.0782C12.6404%2010.1406%2012.6844%2010.2064%2012.71%2010.2757C12.7357%2010.3449%2012.7485%2010.4197%2012.7485%2010.5C12.7485%2010.5803%2012.7357%2010.6551%2012.71%2010.7243C12.6844%2010.7936%2012.6404%2010.8594%2012.578%2010.9218L9.69467%2013.8052C9.59123%2013.9085%209.47245%2013.9602%209.33834%2013.9602C9.20411%2013.9602%209.08528%2013.9085%208.98184%2013.8052Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-moderation-status__icon{min-width:16px;min-height:16px;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_11824_20768'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='16'%3e%3crect%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_11824_20768)'%3e%3cpath%20d='M2.28303%2013.6667C2.17003%2013.6667%202.06853%2013.639%201.97853%2013.5838C1.88853%2013.5286%201.81858%2013.4558%201.7687%2013.3653C1.7167%2013.2755%201.68808%2013.1783%201.68286%2013.0737C1.67764%2012.969%201.70586%2012.8653%201.76753%2012.7627L7.4747%202.90399C7.53647%202.80133%207.6137%202.72544%207.70636%202.67633C7.79914%202.62722%207.89681%202.60266%207.99936%202.60266C8.10192%202.60266%208.19958%202.62722%208.29236%202.67633C8.38503%202.72544%208.46225%202.80133%208.52403%202.90399L14.2312%2012.7627C14.2929%2012.8653%2014.3211%2012.969%2014.3159%2013.0737C14.3106%2013.1783%2014.282%2013.2755%2014.23%2013.3653C14.1801%2013.4558%2014.1102%2013.5286%2014.0202%2013.5838C13.9302%2013.639%2013.8287%2013.6667%2013.7157%2013.6667H2.28303ZM7.99936%2011.8718C8.15192%2011.8718%208.27981%2011.8202%208.38303%2011.717C8.48625%2011.6138%208.53786%2011.4859%208.53786%2011.3333C8.53786%2011.1808%208.48625%2011.0529%208.38303%2010.9497C8.27981%2010.8464%208.15192%2010.7948%207.99936%2010.7948C7.84681%2010.7948%207.71892%2010.8464%207.6157%2010.9497C7.51247%2011.0529%207.46086%2011.1808%207.46086%2011.3333C7.46086%2011.4859%207.51247%2011.6138%207.6157%2011.717C7.71892%2011.8202%207.84681%2011.8718%207.99936%2011.8718ZM7.99953%2010.1282C8.14131%2010.1282%208.26003%2010.0803%208.3557%209.98449C8.45147%209.88861%208.49936%209.76983%208.49936%209.62816V7.29483C8.49936%207.15316%208.45142%207.03444%208.35553%206.93866C8.25964%206.84277%208.14086%206.79483%207.9992%206.79483C7.85742%206.79483%207.7387%206.84277%207.64303%206.93866C7.54725%207.03444%207.49936%207.15316%207.49936%207.29483V9.62816C7.49936%209.76983%207.54731%209.88861%207.6432%209.98449C7.73908%2010.0803%207.85786%2010.1282%207.99953%2010.1282Z'%20fill='%23F44649'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;background-color:var(--cometchat-error-color);display:inline-block}.cometchat-moderation-status{display:flex;flex-direction:row;align-items:flex-start;background-color:var(--cometchat-error-color-100);padding:var(--cometchat-padding-1) var(--cometchat-padding-2);gap:var(--cometchat-spacing-1, 4px);border-radius:0 0 var(--cometchat-radius-3, 12px) var(--cometchat-radius-3, 12px)}.cometchat-moderation-status .cometchat-moderation-status__message{color:var(--cometchat-error-color, #F44649);text-align:left;font:var(--cometchat-font-body-regular);margin:0}.cometchat-ai-assistant-chat{display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden;background:var(--cometchat-background-color-02);align-items:center}.cometchat-ai-assistant-chat .cometchat-message-bubble-incoming{overflow:hidden;max-width:100%;box-sizing:border-box;align-self:flex-start;padding-top:3px}.cometchat-ai-assistant-chat__wrapper{height:100%;width:100%;overflow:hidden;position:relative}.cometchat-ai-assistant-chat__message-list-wrapper{height:inherit;width:100%;overflow:hidden;box-sizing:border-box}.cometchat-ai-assistant-chat__header-wrapper{height:fit-content;width:100%;overflow:hidden}.cometchat-ai-assistant-chat__composer-wrapper{height:fit-content;width:100%;overflow:hidden;background:transparent}.cometchat-ai-assistant-chat .cometchat-message-header{border-bottom:1px solid var(--cometchat-border-color-light)}.cometchat-ai-assistant-chat .cometchat-message-header .cometchat-list-item{gap:var(--cometchat-spacing-2)}.cometchat-ai-assistant-chat .cometchat-message-header .cometchat-list-item__body-title{display:block}.cometchat-ai-assistant-chat .cometchat-message-header .cometchat-message-header__subtitle{color:var(--cometchat-text-color-secondary)}.cometchat-ai-assistant-chat .cometchat-ai-assistant-chat__header-auxiliary-view{display:flex;align-items:center;justify-content:space-between;gap:var(--cometchat-spacing-2)}.cometchat-ai-assistant-chat .cometchat-ai-assistant-chat__header-auxiliary-view .cometchat-button{height:fit-content;width:fit-content;border:none;background:transparent;margin:0;box-sizing:border-box;padding:6px}.cometchat-ai-assistant-chat .cometchat-ai-assistant-chat__header-auxiliary-view .cometchat-button__icon{background:var(--cometchat-icon-color-secondary);height:24px;width:24px}.cometchat-ai-assistant-chat .cometchat-ai-assistant-chat__header-auxiliary-view .cometchat-button__icon:hover{background:var(--cometchat-icon-color-primary);transition:background .4s ease-in-out}.cometchat-ai-assistant-chat .cometchat-message-composer__input{border:none}.cometchat-ai-assistant-chat .cometchat-message-composer{border-radius:var(--cometchat-radius-4);border:1px solid var(--cometchat-border-color-default);background:var(--cometchat-background-color-01);margin:0 8px 8px;width:auto}.cometchat-ai-assistant-chat .cometchat-message-bubble__status-info-view-receipts-sent .cometchat-message-list__receipt,.cometchat-ai-assistant-chat .cometchat-message-bubble__status-info-view-receipts-wait .cometchat-message-list__receipt,.cometchat-ai-assistant-chat .cometchat-message-bubble__status-info-view-receipts-delivered .cometchat-message-list__receipt{background-color:var(--cometchat-icon-color-secondary)}.cometchat-ai-assistant-chat .cometchat-message-bubble__status-info-view .cometchat-message-bubble__status-info-view-receipts-error{height:12px;width:12px;margin-bottom:2px}.cometchat-ai-assistant-chat .cometchat-message-bubble__status-info-view{gap:var(--cometchat-padding-1)}.cometchat-ai-assistant-chat__send-button-view{height:44px;width:44px;border-radius:var(--cometchat-radius-max);padding:var(--cometchat-padding-3);border:1px solid var(--cometchat-border-color-light);background:var(--cometchat-background-color-04);display:flex;justify-content:center;align-items:center}.cometchat-ai-assistant-chat__send-button-view .cometchat-ai-assistant-chat__send-button-icon{mask:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%2016.6667V3.33334M10%203.33334L5%208.33334M10%203.33334L15%208.33334'%20stroke='white'%20stroke-width='1.67'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%2016.6667V3.33334M10%203.33334L5%208.33334M10%203.33334L15%208.33334'%20stroke='white'%20stroke-width='1.67'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;mask-size:contain;-webkit-mask-size:contain;height:20px;width:20px;background:var(--cometchat-icon-color-white)}.cometchat-ai-assistant-chat__send-button-view--active{background:var(--cometchat-secondary-button-background)}.cometchat-ai-assistant-chat .cometchat-message-list .cometchat-list__body{border:none;height:100%}.cometchat-ai-assistant-chat .cometchat-message-list__shimmer{background:transparent}.cometchat-ai-assistant-chat__send-button-view--streaming{background:var(--cometchat-secondary-button-background)}.cometchat-ai-assistant-chat__send-button-view--streaming .cometchat-ai-assistant-chat__send-button-icon{mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2%205.2C2%204.0799%202%203.51984%202.21799%203.09202C2.40973%202.71569%202.71569%202.40973%203.09202%202.21799C3.51984%202%204.0799%202%205.2%202H10.8C11.9201%202%2012.4802%202%2012.908%202.21799C13.2843%202.40973%2013.5903%202.71569%2013.782%203.09202C14%203.51984%2014%204.0799%2014%205.2V10.8C14%2011.9201%2014%2012.4802%2013.782%2012.908C13.5903%2013.2843%2013.2843%2013.5903%2012.908%2013.782C12.4802%2014%2011.9201%2014%2010.8%2014H5.2C4.0799%2014%203.51984%2014%203.09202%2013.782C2.71569%2013.5903%202.40973%2013.2843%202.21799%2012.908C2%2012.4802%202%2011.9201%202%2010.8V5.2Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2%205.2C2%204.0799%202%203.51984%202.21799%203.09202C2.40973%202.71569%202.71569%202.40973%203.09202%202.21799C3.51984%202%204.0799%202%205.2%202H10.8C11.9201%202%2012.4802%202%2012.908%202.21799C13.2843%202.40973%2013.5903%202.71569%2013.782%203.09202C14%203.51984%2014%204.0799%2014%205.2V10.8C14%2011.9201%2014%2012.4802%2013.782%2012.908C13.5903%2013.2843%2013.2843%2013.5903%2012.908%2013.782C12.4802%2014%2011.9201%2014%2010.8%2014H5.2C4.0799%2014%203.51984%2014%203.09202%2013.782C2.71569%2013.5903%202.40973%2013.2843%202.21799%2012.908C2%2012.4802%202%2011.9201%202%2010.8V5.2Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat;mask-size:contain;-webkit-mask-size:contain;height:16px;width:16px;background:var(--cometchat-icon-color-white);border-radius:0}.cometchat-ai-assistant-chat .cometchat-list__empty-view{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--cometchat-padding-4)}.cometchat-ai-assistant-chat__empty-state-suggested-messages{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap;justify-content:center;align-items:center;padding-top:var(--cometchat-padding-5);max-width:85%}.cometchat-ai-assistant-chat__suggested-message-icon{height:16px;width:16px;mask:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.5%206H9.5M9.5%206L6%202.5M9.5%206L6%209.5'%20stroke='%23717680'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.5%206H9.5M9.5%206L6%202.5M9.5%206L6%209.5'%20stroke='%23717680'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;mask-size:contain;-webkit-mask-size:contain;background:var(--cometchat-icon-color-secondary);display:inline-block}.cometchat-ai-assistant-chat__suggested-message-pill:hover{background:var(--cometchat-background-color-01);transition:all .4s ease-in-out;cursor:pointer}.cometchat-ai-assistant-chat__suggested-message-pill{border:1px solid var(--cometchat-border-color-default);background:transparent;border-radius:var(--cometchat-radius-max);min-height:32px;min-width:80px;color:var(--cometchat-text-color-secondary);font:var(--cometchat-font-body-regular);display:flex;justify-content:center;align-items:center;gap:var(--cometchat-spacing-2);padding:var(--cometchat-padding-2) var(--cometchat-padding-3);box-sizing:border-box}.cometchat-ai-assistant-chat .cometchat-message-list{background:transparent;max-width:calc(100% + (var(--cometchat-padding-4) * 2));margin:0 auto 17px}.cometchat-ai-assistant-chat .cometchat-message-list__body{padding:0 var(--cometchat-padding-1);padding-bottom:var(--cometchat-padding-2)}@media(max-width:768px){.cometchat-ai-assistant-chat{width:100vw;position:fixed;top:0;left:0;z-index:3}}.cometchat-ai-assistant-chat__empty-state{display:flex;width:100%;height:100%;align-items:center;justify-content:center;background:transparent}.cometchat-ai-assistant-chat__empty-state-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:var(--cometchat-padding-2)}.cometchat-ai-assistant-chat .cometchat-list__body>.cometchat-list__body-intersection-top{visibility:hidden}.cometchat-ai-assistant-chat__empty-state-icon img{width:60px;height:60px;object-fit:contain}.cometchat-ai-assistant-chat__empty-state-icon{padding-bottom:var(--cometchat-padding-5)}.cometchat-ai-assistant-chat__empty-state-greeting-message{color:var(--cometchat-text-color-primary);text-align:center;font:var(--cometchat-font-heading4-medium)}.cometchat-ai-assistant-chat__empty-state-intro-message{color:var(--cometchat-text-color-tertiary);text-align:center;font:var(--cometchat-font-body-regular);padding-top:var(--cometchat-padding-1)}.cometchat-ai-assistant-chat .cometchat-message-bubble-outgoing .cometchat-message-bubble__body,.cometchat-ai-assistant-chat .cometchat-message-bubble-outgoing .cometchat-text-bubble{background:var(--cometchat-background-color-03)}.cometchat-ai-assistant-chat .cometchat-message-bubble-incoming .cometchat-message-bubble__body{background:transparent}.cometchat-ai-assistant-chat .cometchat-message-bubble__wrapper{gap:var(--cometchat-spacing-2);padding:var(--cometchat-padding-2)}.cometchat-message-bubble__body.agent-assistant_custom{padding:0}.cometchat-ai-assistant-chat .cometchat-message-bubble-outgoing .cometchat-text-bubble__body-text,.cometchat-ai-assistant-chat .cometchat-message-bubble-outgoing .cometchat-date{color:var(--cometchat-text-color-primary)}@media(max-width:768px){.cometchat-ai-assistant-chat__empty-state-suggested-messages{max-width:90%}}@media(max-width:680px){.cometchat-ai-assistant-chat__empty-state-suggested-messages{max-width:100%}}.cometchat-ai-assistant-chat__sidebar{position:absolute;top:0;right:0;width:60%;max-width:420px;height:100%;background:var(--cometchat-background-color-01);border-left:1px solid var(--cometchat-border-color-light);transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1000;display:flex;flex-direction:column}.cometchat-ai-assistant-chat__sidebar--open{transform:translate(0)}.cometchat-ai-assistant-chat .cometchat-text-bubble.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text{-webkit-line-clamp:initial!important;line-clamp:initial!important;line-height:1.75}.cometchat-ai-assistant-chat .cometchat-text-bubble.cometchat-text-bubble-outgoing .cometchat-text-bubble__read-more,.cometchat-ai-assistant-chat .cometchat-text-bubble.cometchat-text-bubble-outgoing .cometchat-text-bubble__read-less{display:none}.cometchat-ai-assistant-chat__sidebar-content{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--cometchat-background-color-02)}.cometchat-ai-assistant-chat__message-composer-view{width:100%}.cometchat-ai-assistant-chat__message-composer-view--disabled{cursor:not-allowed;caret-color:transparent;position:relative}.cometchat-ai-assistant-chat__message-composer-view--disabled *{pointer-events:none}.cometchat-ai-assistant-chat__message-composer-view--disabled:hover:before{opacity:1;background:var(--cometchat-error-color)}.cometchat-ai-assistant-chat__message-composer-view--disabled .cometchat-ai-assistant-chat__send-button-view--streaming .cometchat-ai-assistant-chat__send-button-icon{cursor:not-allowed;pointer-events:none}.cometchat-ai-assistant-message-bubble__copy{mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cpath%20id='Vector'%20d='M7.92188%2018.6641C7.49471%2018.6641%207.12404%2018.5069%206.80988%2018.1926C6.49554%2017.8784%206.33838%2017.5077%206.33838%2017.0806V3.74731C6.33838%203.32015%206.49554%202.94948%206.80988%202.63531C7.12404%202.32115%207.49471%202.16406%207.92188%202.16406H18.2551C18.6823%202.16406%2019.053%202.32115%2019.3671%202.63531C19.6813%202.94948%2019.8384%203.32015%2019.8384%203.74731V17.0806C19.8384%2017.5077%2019.6813%2017.8784%2019.3671%2018.1926C19.053%2018.5069%2018.6823%2018.6641%2018.2551%2018.6641H7.92188ZM7.92188%2017.0806H18.2551V3.74731H7.92188V17.0806ZM4.75513%2021.8306C4.32796%2021.8306%203.95729%2021.6735%203.64313%2021.3593C3.32896%2021.0451%203.17188%2020.6745%203.17188%2020.2473V6.11806C3.17188%205.90223%203.24921%205.71706%203.40387%205.56256C3.55854%205.4079%203.74604%205.33056%203.96638%205.33056C4.18671%205.33056%204.37321%205.4079%204.52588%205.56256C4.67871%205.71706%204.75513%205.90223%204.75513%206.11806V20.2473H15.8844C16.1002%2020.2473%2016.2854%2020.3249%2016.4399%2020.4801C16.5945%2020.6352%2016.6719%2020.8211%2016.6719%2021.0378C16.6719%2021.2608%2016.5945%2021.4487%2016.4399%2021.6016C16.2854%2021.7542%2016.1002%2021.8306%2015.8844%2021.8306H4.75513Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cpath%20id='Vector'%20d='M7.92188%2018.6641C7.49471%2018.6641%207.12404%2018.5069%206.80988%2018.1926C6.49554%2017.8784%206.33838%2017.5077%206.33838%2017.0806V3.74731C6.33838%203.32015%206.49554%202.94948%206.80988%202.63531C7.12404%202.32115%207.49471%202.16406%207.92188%202.16406H18.2551C18.6823%202.16406%2019.053%202.32115%2019.3671%202.63531C19.6813%202.94948%2019.8384%203.32015%2019.8384%203.74731V17.0806C19.8384%2017.5077%2019.6813%2017.8784%2019.3671%2018.1926C19.053%2018.5069%2018.6823%2018.6641%2018.2551%2018.6641H7.92188ZM7.92188%2017.0806H18.2551V3.74731H7.92188V17.0806ZM4.75513%2021.8306C4.32796%2021.8306%203.95729%2021.6735%203.64313%2021.3593C3.32896%2021.0451%203.17188%2020.6745%203.17188%2020.2473V6.11806C3.17188%205.90223%203.24921%205.71706%203.40387%205.56256C3.55854%205.4079%203.74604%205.33056%203.96638%205.33056C4.18671%205.33056%204.37321%205.4079%204.52588%205.56256C4.67871%205.71706%204.75513%205.90223%204.75513%206.11806V20.2473H15.8844C16.1002%2020.2473%2016.2854%2020.3249%2016.4399%2020.4801C16.5945%2020.6352%2016.6719%2020.8211%2016.6719%2021.0378C16.6719%2021.2608%2016.5945%2021.4487%2016.4399%2021.6016C16.2854%2021.7542%2016.1002%2021.8306%2015.8844%2021.8306H4.75513Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask-size:contain;-webkit-mask-size:contain;display:flex;justify-content:flex-start;align-items:flex-start;height:20px;width:20px;background:var(--cometchat-icon-color-secondary)}.cometchat-ai-assistant-chat .cometchat-message-bubble-outgoing .cometchat-message-bubble__status-info-view{display:flex;flex-direction:row;align-items:center}.cometchat-ai-assistant-chat .cometchat-message-bubble-outgoing .cometchat-message-bubble__status-info-view .cometchat{display:flex}.cometchat-ai-assistant-chat__sidebar-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:999;opacity:0;animation:fadeIn .3s ease forwards}.cometchat-ai-assistant-chat .cometchat-message-bubble-incoming .cometchat-message-bubble__body-content-view,.cometchat-ai-assistant-chat .cometchat-message-bubble-incoming .cometchat-message-bubble__body-wrapper,.cometchat-ai-assistant-chat .cometchat-message-bubble-incoming .cometchat-message-bubble__body.tool-result_agentic,.cometchat-ai-assistant-chat .cometchat-message-bubble-incoming>div,.cometchat-ai-assistant-chat .cometchat-message-bubble-incoming .cometchat-message-bubble__body{min-width:100%!important;width:100%!important;max-width:100%!important}@keyframes fadeIn{to{opacity:1}}@media(max-width:768px){.cometchat-ai-assistant-chat__sidebar{position:fixed;z-index:1000}.cometchat-ai-assistant-chat__sidebar--open{position:fixed;transform:translate(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.cometchat-ai-assistant-chat__sidebar-overlay{position:fixed;z-index:999}}@media(max-width:480px){.cometchat-ai-assistant-chat__sidebar{position:fixed;z-index:1000}.cometchat-ai-assistant-chat__sidebar--open{width:100%;max-width:none;position:fixed;transform:translate(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.cometchat-ai-assistant-chat__sidebar-overlay{position:fixed;z-index:999}}.cometchat-ai-assistant-message-bubble{flex-direction:column;display:flex;text-align:left;justify-content:flex-start;width:100%;max-width:100%;overflow:hidden}.cometchat-ai-assistant-message-bubble *{box-sizing:border-box;max-width:100%;overflow:hidden;line-height:1.75;margin:0;margin-bottom:var(--cometchat-margin-2)}.cometchat:has(>.cometchat-ai-assistant-message-bubble){margin-top:calc(var(--cometchat-margin-1) * -1)}.cometchat-ai-assistant-message-bubble>p:not([class]){text-align:left;color:var(--cometchat-text-color-primary)}.cometchat-ai-assistant-message-bubble ol:not([class]){padding-left:0!important;margin-top:0!important;text-align:left!important;color:var(--cometchat-text-color-primary)}.cometchat-ai-assistant-message-bubble li:not([class]){text-align:left!important;color:var(--cometchat-text-color-primary)}.cometchat-ai-assistant-message-bubble img,.cometchat-ai-assistant-message-bubble pre,.cometchat-ai-assistant-message-bubble canvas,.cometchat-ai-assistant-message-bubble svg,.cometchat-ai-assistant-message-bubble video,.cometchat-ai-assistant-message-bubble figure,.cometchat-ai-assistant-message-bubble table{vertical-align:top}.cometchat-ai-assistant-message-bubble input[type=checkbox]{margin-right:var(--cometchat-margin-1);position:relative;top:1px}.cometchat-ai-assistant-message-bubble ol:not([class]),.cometchat-ai-assistant-message-bubble ul:not([class]){padding-left:var(--cometchat-padding-5)!important;text-align:left!important;color:var(--cometchat-text-color-primary)}.cometchat-ai-assistant-message-bubble ul:not([class]){text-align:left!important;color:var(--cometchat-text-color-primary)}.cometchat-ai-assistant-message-bubble__code-block{max-height:300px;overflow:auto;border:1px solid var(--cometchat-border-color-default);width:100%}.cometchat-ai-assistant-message-bubble *:not(pre *){color:var(--cometchat-text-color-primary);font-size:14px;font-family:var(--cometchat-font-family)}.cometchat-ai-assistant-message-bubble .cometchat-ai-assistant-message-bubble__code-block,.cometchat-ai-assistant-message-bubble .cometchat-ai-assistant-message-bubble__code-block *{font-size:14px}.cometchat-ai-assistant-message-bubble__code-block::-webkit-scrollbar{width:0px;height:8px;background:transparent}.cometchat-ai-assistant-message-bubble__code-block::-webkit-scrollbar-track{background:transparent}.cometchat-ai-assistant-message-bubble__code-block::-webkit-scrollbar-thumb{background:var(--cometchat-icon-color-secondary);border-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-message-bubble table{width:fit-content;max-width:100%;table-layout:auto;display:block;overflow-x:auto;border-radius:var(--cometchat-radius-2);margin:var(--cometchat-margin-2) 0;border-collapse:separate;border-spacing:0;overflow:scroll}.cometchat-ai-assistant-message-bubble tr:first-child th:first-child{border-top-left-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-message-bubble tr:first-child th:last-child{border-top-right-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-message-bubble tr:last-child td:first-child{border-bottom-left-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-message-bubble tr:last-child td:last-child{border-bottom-right-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-message-bubble th,.cometchat-ai-assistant-message-bubble td{padding:var(--cometchat-padding-2);border:1px solid var(--cometchat-border-color-dark);width:fit-content;max-width:100%}.cometchat-ai-assistant-message-bubble table::-webkit-scrollbar{width:0px;height:8px;background:transparent}.cometchat-ai-assistant-message-bubble table::-webkit-scrollbar-track{background:transparent}.cometchat-ai-assistant-message-bubble table::-webkit-scrollbar-thumb{background:var(--cometchat-icon-color-secondary);border-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-message-bubble td{text-align:left!important}.cometchat-ai-assistant-message-bubble th{text-align:center!important}.cometchat-ai-assistant-message-bubble th{background:var(--cometchat-background-color-04)}.cometchat-ai-assistant-message-bubble .cometchat-ai-assistant-message-bubble__link{text-decoration:underline;color:var(--cometchat-text-color-highlight)}.cometchat-ai-assistant-message-bubble ul,.cometchat-ai-assistant-message-bubble ol,.cometchat-ai-assistant-message-bubble hr{margin:0}.cometchat-ai-assistant-message-bubble li{overflow:visible!important;padding:0}.cometchat-ai-assistant-message-bubble>ol:first-child>li:first-child,.cometchat-ai-assistant-message-bubble>ul:first-child>li:first-child{padding-top:0}.cometchat-ai-assistant-message-bubble h1,.cometchat-ai-assistant-message-bubble h2,.cometchat-ai-assistant-message-bubble h3,.cometchat-ai-assistant-message-bubble h4,.cometchat-ai-assistant-message-bubble h5,.cometchat-ai-assistant-message-bubble h6{font-size:initial;padding:var(--cometchat-padding-2) 0px;margin:0}.cometchat-ai-assistant-message-bubble>*:first-child *:first-child:not(:has(*))~img{margin-top:var(--cometchat-margin-1)}.cometchat-ai-assistant-message-bubble>h1:first-child,.cometchat-ai-assistant-message-bubble>h2:first-child,.cometchat-ai-assistant-message-bubble>h3:first-child,.cometchat-ai-assistant-message-bubble>h4:first-child,.cometchat-ai-assistant-message-bubble>h5:first-child,.cometchat-ai-assistant-message-bubble>h6:first-child{padding-top:0}.cometchat-ai-assistant-message-bubble img{max-height:300px;width:fit-content;border-radius:var(--cometchat-radius-2);margin-top:var(--cometchat-margin-2)}.cometchat-ai-assistant-message-bubble__image-intersection-start,.cometchat-ai-assistant-message-bubble__image-intersection-end{display:none}.cometchat-ai-assistant-message-bubble .cometchat-ai-assistant-message-bubble__image-intersection-start:not(.cometchat-ai-assistant-message-bubble__image-intersection-end~.cometchat-ai-assistant-message-bubble__image-intersection-start,input[type=checkbox]~.cometchat-ai-assistant-message-bubble__image-intersection-start){display:block;margin-top:-.5em}.cometchat-ai-assistant-message-bubble .cometchat-ai-assistant-message-bubble__image-intersection-start:is(input[type=checkbox]~.cometchat-ai-assistant-message-bubble__image-intersection-start)~img{margin-top:var(--cometchat-margin-1)}.cometchat-ai-assistant-message-bubble .cometchat-ai-assistant-message-bubble__image-intersection-end:not(:has(+.cometchat-ai-assistant-message-bubble__image-intersection-start)){display:block}.cometchat-ai-assistant-message-bubble .cometchat-ai-assistant-message-bubble__image-intersection-end:last-child{margin-bottom:0}.cometchat-ai-assistant-message-bubble>ul:first-child li:first-child>p:first-child{padding-top:0}.cometchat-ai-assistant-message-bubble>ol:first-child li:first-child>p:first-child{padding-top:0}.cometchat-ai-assistant-message-bubble>p:first-child{padding-top:0}.cometchat-stream-message-bubble *{box-sizing:border-box;max-width:100%;overflow:hidden;line-height:1.75;margin:0;margin-bottom:var(--cometchat-margin-2)}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__copy{mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cpath%20id='Vector'%20d='M7.92188%2018.6641C7.49471%2018.6641%207.12404%2018.5069%206.80988%2018.1926C6.49554%2017.8784%206.33838%2017.5077%206.33838%2017.0806V3.74731C6.33838%203.32015%206.49554%202.94948%206.80988%202.63531C7.12404%202.32115%207.49471%202.16406%207.92188%202.16406H18.2551C18.6823%202.16406%2019.053%202.32115%2019.3671%202.63531C19.6813%202.94948%2019.8384%203.32015%2019.8384%203.74731V17.0806C19.8384%2017.5077%2019.6813%2017.8784%2019.3671%2018.1926C19.053%2018.5069%2018.6823%2018.6641%2018.2551%2018.6641H7.92188ZM7.92188%2017.0806H18.2551V3.74731H7.92188V17.0806ZM4.75513%2021.8306C4.32796%2021.8306%203.95729%2021.6735%203.64313%2021.3593C3.32896%2021.0451%203.17188%2020.6745%203.17188%2020.2473V6.11806C3.17188%205.90223%203.24921%205.71706%203.40387%205.56256C3.55854%205.4079%203.74604%205.33056%203.96638%205.33056C4.18671%205.33056%204.37321%205.4079%204.52588%205.56256C4.67871%205.71706%204.75513%205.90223%204.75513%206.11806V20.2473H15.8844C16.1002%2020.2473%2016.2854%2020.3249%2016.4399%2020.4801C16.5945%2020.6352%2016.6719%2020.8211%2016.6719%2021.0378C16.6719%2021.2608%2016.5945%2021.4487%2016.4399%2021.6016C16.2854%2021.7542%2016.1002%2021.8306%2015.8844%2021.8306H4.75513Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Base_Icon'%3e%3cpath%20id='Vector'%20d='M7.92188%2018.6641C7.49471%2018.6641%207.12404%2018.5069%206.80988%2018.1926C6.49554%2017.8784%206.33838%2017.5077%206.33838%2017.0806V3.74731C6.33838%203.32015%206.49554%202.94948%206.80988%202.63531C7.12404%202.32115%207.49471%202.16406%207.92188%202.16406H18.2551C18.6823%202.16406%2019.053%202.32115%2019.3671%202.63531C19.6813%202.94948%2019.8384%203.32015%2019.8384%203.74731V17.0806C19.8384%2017.5077%2019.6813%2017.8784%2019.3671%2018.1926C19.053%2018.5069%2018.6823%2018.6641%2018.2551%2018.6641H7.92188ZM7.92188%2017.0806H18.2551V3.74731H7.92188V17.0806ZM4.75513%2021.8306C4.32796%2021.8306%203.95729%2021.6735%203.64313%2021.3593C3.32896%2021.0451%203.17188%2020.6745%203.17188%2020.2473V6.11806C3.17188%205.90223%203.24921%205.71706%203.40387%205.56256C3.55854%205.4079%203.74604%205.33056%203.96638%205.33056C4.18671%205.33056%204.37321%205.4079%204.52588%205.56256C4.67871%205.71706%204.75513%205.90223%204.75513%206.11806V20.2473H15.8844C16.1002%2020.2473%2016.2854%2020.3249%2016.4399%2020.4801C16.5945%2020.6352%2016.6719%2020.8211%2016.6719%2021.0378C16.6719%2021.2608%2016.5945%2021.4487%2016.4399%2021.6016C16.2854%2021.7542%2016.1002%2021.8306%2015.8844%2021.8306H4.75513Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask-size:contain;-webkit-mask-size:contain;align-self:flex-start;display:flex;justify-content:flex-start;align-items:flex-start;height:20px;width:20px;background:var(--cometchat-icon-color-secondary)}.cometchat:has(>.cometchat-stream-message-bubble){margin-top:calc(var(--cometchat-margin-1) * -1)}.cometchat-stream-message-bubble{overflow:hidden;text-align:left}.cometchat-message-bubble__wrapper{align-items:center}.cometchat-stream-message-bubble>p:not([class]){text-align:left}.cometchat-stream-message-bubble>ol:not([class]){padding-left:0!important;margin-top:0!important;text-align:left!important}.cometchat-stream-message-bubble img,.cometchat-stream-message-bubble pre,.cometchat-stream-message-bubble canvas,.cometchat-stream-message-bubble svg,.cometchat-stream-message-bubble video,.cometchat-stream-message-bubble figure,.cometchat-stream-message-bubble table{vertical-align:top}.cometchat-stream-message-bubble input[type=checkbox]{margin-right:var(--cometchat-margin-1);position:relative;top:1px}.cometchat-stream-message-bubble li:not([class]){text-align:left!important}.cometchat-stream-message-bubble ol:not([class]),.cometchat-stream-message-bubble ul:not([class]){padding-left:var(--cometchat-padding-5)!important;text-align:left!important}.cometchat-stream-message-bubble ul:not([class]){text-align:left!important}.cometchat-stream-message-bubble__code-block{max-height:300px;overflow:auto;border:1px solid var(--cometchat-border-color-default);width:100%}.cometchat-stream-message-bubble *:not(pre *){color:var(--cometchat-text-color-primary);font-size:14px;font-family:var(--cometchat-font-family)}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__code-block,.cometchat-stream-message-bubble .cometchat-stream-message-bubble__code-block *{font-size:14px}.cometchat-stream-message-bubble__thinking{border-radius:16px;animation:fadeIn .5s ease;position:relative;overflow:hidden;color:#717680;font:var(--cometchat-font-body-regular);display:flex;align-items:center;justify-content:flex-start;align-self:flex-start;height:fit-content;width:fit-content;min-width:fit-content;padding-top:1px}.cometchat-stream-message-bubble__thinking:after{content:"";position:absolute;top:0;left:-60%;width:60%;height:100%;background:var( --cometchat-text-shimmer-gradient-color);animation:shimmer 1.5s infinite;pointer-events:none;opacity:.7}.cometchat-stream-message-bubble__tool-call-text{width:fit-content;text-align:left;color:var(--cometchat-text-color-secondary);padding-top:1px}.cometchat-stream-message-bubble__thinking{align-items:flex-start;border-radius:0}.cometchat-stream-message-bubble__thinking>.cometchat-stream-message-bubble__thinking-text{border-radius:0;color:var(--cometchat-text-color-secondary)}.cometchat-stream-message-bubble__code-block::-webkit-scrollbar{width:0px;height:8px;background:transparent}.cometchat-stream-message-bubble__code-block::-webkit-scrollbar-track{background:transparent}.cometchat-stream-message-bubble__code-block::-webkit-scrollbar-thumb{background:var(--cometchat-icon-color-secondary);border-radius:4px}.cometchat-stream-message-bubble table{width:fit-content;max-width:100%;table-layout:auto;display:block;overflow-x:auto;border-radius:var(--cometchat-radius-2);margin:var(--cometchat-margin-2) 0;border-collapse:separate;border-spacing:0;overflow:hidden}.cometchat-stream-message-bubble tr:first-child th:first-child{border-top-left-radius:var(--cometchat-radius-2)}.cometchat-stream-message-bubble tr:first-child th:last-child{border-top-right-radius:var(--cometchat-radius-2)}.cometchat-stream-message-bubble tr:last-child td:first-child{border-bottom-left-radius:var(--cometchat-radius-2)}.cometchat-stream-message-bubble tr:last-child td:last-child{border-bottom-right-radius:var(--cometchat-radius-2)}.cometchat-stream-message-bubble table::-webkit-scrollbar{width:0px;height:8px;background:transparent}.cometchat-stream-message-bubble table::-webkit-scrollbar-track{background:transparent}.cometchat-stream-message-bubble table::-webkit-scrollbar-thumb{background:var(--cometchat-icon-color-secondary);border-radius:var(--cometchat-radius-2)}.cometchat-stream-message-bubble th,.cometchat-stream-message-bubble td{padding:var(--cometchat-padding-2);border:1px solid var(--cometchat-border-color-dark);width:fit-content;max-width:100%}.cometchat-stream-message-bubble td{text-align:left!important}.cometchat-stream-message-bubble th{text-align:center!important}.cometchat-stream-message-bubble th{background:var(--cometchat-background-color-04)}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__link{text-decoration:underline;color:var(--cometchat-text-color-highlight)}.cometchat-stream-message-bubble ul,.cometchat-stream-message-bubble ol,.cometchat-stream-message-bubble hr{margin:0}.cometchat-stream-message-bubble li{overflow:visible!important;padding:0}.cometchat-stream-message-bubble img{max-height:300px;width:fit-content;border-radius:var(--cometchat-radius-2);margin-top:var(--cometchat-margin-2)}.cometchat-stream-message-bubble>*:first-child *:first-child:not(:has(*))~img{margin-top:var(--cometchat-margin-1)}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__image-intersection-start:not(.cometchat-stream-message-bubble__image-intersection-end~.cometchat-stream-message-bubble__image-intersection-start,input[type=checkbox]~.cometchat-stream-message-bubble__image-intersection-start){display:block;margin-top:-.5em}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__image-intersection-start:is(input[type=checkbox]~.cometchat-stream-message-bubble__image-intersection-start)~img{margin-top:var(--cometchat-margin-1)}.cometchat-stream-message-bubble>ol:first-child>li:first-child,.cometchat-stream-message-bubble>ul:first-child>li:first-child{padding-top:0}.cometchat-stream-message-bubble h1,.cometchat-stream-message-bubble h2,.cometchat-stream-message-bubble h3,.cometchat-stream-message-bubble h4,.cometchat-stream-message-bubble h5,.cometchat-stream-message-bubble h6{font-size:initial;padding:var(--cometchat-padding-2) 0px;margin:0}.cometchat-stream-message-bubble>h1:first-child,.cometchat-stream-message-bubble>h2:first-child,.cometchat-stream-message-bubble>h3:first-child,.cometchat-stream-message-bubble>h4:first-child,.cometchat-stream-message-bubble>h5:first-child,.cometchat-stream-message-bubble>h6:first-child{padding-top:0}.cometchat-stream-message-bubble__image-intersection-start,.cometchat-stream-message-bubble__image-intersection-end{display:none}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__image-intersection-start:not(.cometchat-stream-message-bubble__image-intersection-end~.cometchat-stream-message-bubble__image-intersection-start){display:block;margin-top:-.5em}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__image-intersection-end:not(:has(+.cometchat-stream-message-bubble__image-intersection-start)){display:block}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__image-intersection-end:last-child{margin-bottom:0}.cometchat-stream-message-bubble>ul:first-child li:first-child>p:first-child{padding-top:0}.cometchat-stream-message-bubble>ol:first-child li:first-child>p:first-child{padding-top:0}.cometchat-stream-message-bubble>p:first-child{padding-top:0}@keyframes shimmer{0%{left:-60%}to{left:100%}}.cometchat-ai-assistant-chat-history{height:100%;width:100%;display:flex;flex-direction:column;padding:var(--cometchat-padding-2);padding-top:0}.cometchat-ai-assistant-chat-history__loading,.cometchat-ai-assistant-chat-history__empty,.cometchat-ai-assistant-chat-history__error{padding:var(--cometchat-padding-5);text-align:center;color:var(--cometchat-text-color-secondary);display:flex;align-items:center;justify-content:center;height:100%;width:100%}.cometchat-ai-assistant-chat-history__list{flex:1;overflow-y:auto}.cometchat-ai-assistant-chat-history__header-container{background:transparent;box-sizing:border-box;height:fit-content;width:100%}.cometchat-ai-assistant-chat-history .cometchat-list__header{background:transparent;border:none}.cometchat-ai-assistant-chat-history .cometchat-ai-assistant-chat-history__header-container-new-chat-container{padding-bottom:var(--cometchat-padding-5);box-sizing:border-box}.cometchat-ai-assistant-chat-history .cometchat-ai-assistant-chat-history__header-container-new-chat-container .cometchat-button{height:fit-content;width:100%;border:none;background:transparent;padding:0;margin:0;box-sizing:border-box;padding:var(--cometchat-padding-2);gap:var(--cometchat-spacing-2);min-height:44px;justify-content:flex-start;padding-left:0}.cometchat-ai-assistant-chat-history .cometchat-ai-assistant-chat-history__header-container-new-chat-container .cometchat-button__text{color:var(--cometchat-text-color-primary)}.cometchat-ai-assistant-chat-history .cometchat-ai-assistant-chat-history__header-container-new-chat-container .cometchat-button__icon{background:var(--cometchat-icon-color-secondary);height:24px;width:24px}.cometchat-ai-assistant-chat-history .cometchat-ai-assistant-chat-history__header-container-new-chat-container .cometchat-button:hover{background:var(--cometchat-background-color-03);border-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-chat-history__list-options{visibility:hidden}.cometchat-ai-assistant-chat-history__list-item:hover .cometchat-ai-assistant-chat-history__list-options{visibility:visible}.cometchat-ai-assistant-chat-history__list-item{padding:var(--cometchat-padding-3) var(--cometchat-padding-2);background:var(--cometchat-background-color-02);transition:background .2s ease;display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center;cursor:pointer}.cometchat-ai-assistant-chat-history__list-item-date-header{display:flex;justify-content:flex-start;align-items:flex-start;border-radius:var(--cometchat-radius-1, 4px);background:transparent;width:fit-content;min-height:42px;box-sizing:border-box;padding:var(--cometchat-padding-5) var(--cometchat-padding-2) var(--cometchat-padding-2) var(--cometchat-padding-2);width:100%}.cometchat-ai-assistant-chat-history__list-item-date-header-start{padding:var(--cometchat-padding-2)}.cometchat-ai-assistant-chat-history .cometchat-menu-list__menu{background-color:transparent}.cometchat-ai-assistant-chat-history .cometchat-menu-list__main-menu-item{background-color:transparent;box-shadow:none}.cometchat-ai-assistant-chat-history .cometchat-menu-list__main-menu-item-icon-delete{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.73364%2020.8332C6.29731%2020.8332%205.92431%2020.6785%205.61464%2020.369C5.30514%2020.0595%205.15039%2019.6865%205.15039%2019.25V5.55H4.94614C4.72397%205.55%204.53581%205.47266%204.38164%205.318C4.22747%205.16316%204.15039%204.97566%204.15039%204.7555C4.15039%204.53516%204.22747%204.34858%204.38164%204.19575C4.53581%204.04308%204.72397%203.96675%204.94614%203.96675H8.83689V3.95425C8.83689%203.73558%208.91339%203.54966%209.06639%203.3965C9.21956%203.24333%209.40731%203.16675%209.62964%203.16675H14.3961C14.612%203.16675%2014.7972%203.244%2014.9519%203.3985C15.1064%203.55317%2015.1836%203.73841%2015.1836%203.95425V3.96675H19.0831C19.2975%203.96675%2019.4817%204.04425%2019.6359%204.19925C19.7901%204.35441%2019.8671%204.54033%2019.8671%204.757C19.8671%204.98017%2019.7898%205.16808%2019.6351%205.32075C19.4806%205.47358%2019.2955%205.55%2019.0796%205.55H18.8671V19.25C18.8671%2019.6865%2018.7123%2020.0595%2018.4026%2020.369C18.0931%2020.6785%2017.7201%2020.8332%2017.2836%2020.8332H6.73364ZM17.2836%205.55H6.73364V19.25H17.2836V5.55ZM9.99489%2017.1707C10.2127%2017.1707%2010.3986%2017.0951%2010.5526%2016.9437C10.7066%2016.7924%2010.7836%2016.6056%2010.7836%2016.3832V8.4C10.7836%208.17783%2010.7061%207.98966%2010.5509%207.8355C10.3959%207.68133%2010.2101%207.60425%209.99339%207.60425C9.77022%207.60425%209.58231%207.68133%209.42964%207.8355C9.27681%207.98966%209.20039%208.17783%209.20039%208.4V16.3832C9.20039%2016.6056%209.27839%2016.7924%209.43439%2016.9437C9.59022%2017.0951%209.77706%2017.1707%209.99489%2017.1707ZM14.0284%2017.1707C14.2462%2017.1707%2014.4321%2017.0951%2014.5861%2016.9437C14.7401%2016.7924%2014.8171%2016.6056%2014.8171%2016.3832V8.4C14.8171%208.17783%2014.7396%207.98966%2014.5844%207.8355C14.4292%207.68133%2014.2433%207.60425%2014.0266%207.60425C13.8036%207.60425%2013.6157%207.68133%2013.4629%207.8355C13.3101%207.98966%2013.2336%208.17783%2013.2336%208.4V16.3832C13.2336%2016.6056%2013.3116%2016.7924%2013.4676%2016.9437C13.6236%2017.0951%2013.8106%2017.1707%2014.0284%2017.1707Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.73364%2020.8332C6.29731%2020.8332%205.92431%2020.6785%205.61464%2020.369C5.30514%2020.0595%205.15039%2019.6865%205.15039%2019.25V5.55H4.94614C4.72397%205.55%204.53581%205.47266%204.38164%205.318C4.22747%205.16316%204.15039%204.97566%204.15039%204.7555C4.15039%204.53516%204.22747%204.34858%204.38164%204.19575C4.53581%204.04308%204.72397%203.96675%204.94614%203.96675H8.83689V3.95425C8.83689%203.73558%208.91339%203.54966%209.06639%203.3965C9.21956%203.24333%209.40731%203.16675%209.62964%203.16675H14.3961C14.612%203.16675%2014.7972%203.244%2014.9519%203.3985C15.1064%203.55317%2015.1836%203.73841%2015.1836%203.95425V3.96675H19.0831C19.2975%203.96675%2019.4817%204.04425%2019.6359%204.19925C19.7901%204.35441%2019.8671%204.54033%2019.8671%204.757C19.8671%204.98017%2019.7898%205.16808%2019.6351%205.32075C19.4806%205.47358%2019.2955%205.55%2019.0796%205.55H18.8671V19.25C18.8671%2019.6865%2018.7123%2020.0595%2018.4026%2020.369C18.0931%2020.6785%2017.7201%2020.8332%2017.2836%2020.8332H6.73364ZM17.2836%205.55H6.73364V19.25H17.2836V5.55ZM9.99489%2017.1707C10.2127%2017.1707%2010.3986%2017.0951%2010.5526%2016.9437C10.7066%2016.7924%2010.7836%2016.6056%2010.7836%2016.3832V8.4C10.7836%208.17783%2010.7061%207.98966%2010.5509%207.8355C10.3959%207.68133%2010.2101%207.60425%209.99339%207.60425C9.77022%207.60425%209.58231%207.68133%209.42964%207.8355C9.27681%207.98966%209.20039%208.17783%209.20039%208.4V16.3832C9.20039%2016.6056%209.27839%2016.7924%209.43439%2016.9437C9.59022%2017.0951%209.77706%2017.1707%209.99489%2017.1707ZM14.0284%2017.1707C14.2462%2017.1707%2014.4321%2017.0951%2014.5861%2016.9437C14.7401%2016.7924%2014.8171%2016.6056%2014.8171%2016.3832V8.4C14.8171%208.17783%2014.7396%207.98966%2014.5844%207.8355C14.4292%207.68133%2014.2433%207.60425%2014.0266%207.60425C13.8036%207.60425%2013.6157%207.68133%2013.4629%207.8355C13.3101%207.98966%2013.2336%208.17783%2013.2336%208.4V16.3832C13.2336%2016.6056%2013.3116%2016.7924%2013.4676%2016.9437C13.6236%2017.0951%2013.8106%2017.1707%2014.0284%2017.1707Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;background:var(--cometchat-error-color,#F44649);width:24px;height:24px;-webkit-mask-size:contain}.cometchat-ai-assistant-chat-history__list-item-date-header .cometchat-date{padding:0}.cometchat-ai-assistant-chat-history__list-item-container{height:fit-content;width:100%}.cometchat-ai-assistant-chat-history__list-item:hover{background:var(--cometchat-background-color-03);border-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-chat-history__list-item-text{line-height:1.5;color:var(--cometchat-text-color-primary);font:var(--cometchat-font-body-regular);text-align:left;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cometchat-ai-assistant-chat-history .cometchat-list__body{border:none;padding:var(--cometchat-padding-2) 0}.cometchat-ai-assistant-chat-history__header{display:flex;align-items:center;justify-content:space-between;padding:0 var(--cometchat-padding-2);background:var(--cometchat-background-color-02);min-height:65px;box-sizing:border-box}.cometchat-ai-assistant-chat-history__title{font:var(--cometchat-font-heading3-bold);color:var(--cometchat-text-color-primary);margin:0}.cometchat-ai-assistant-chat-history .cometchat-list__body-intersection-top{visibility:hidden!important}.cometchat-ai-assistant-chat-history__close{background:transparent;border:none;padding:var(--cometchat-padding-2);cursor:pointer;border-radius:var(--cometchat-radius-2);display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.cometchat-ai-assistant-chat-history__close:hover{background:var(--cometchat-background-color-03)}.cometchat-ai-assistant-chat-history__close-icon{width:24px;height:24px;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8321'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8321)'%3e%3cpath%20d='M11.9995%2013.0538L6.92652%2018.127C6.78802%2018.2653%206.61394%2018.3362%206.40427%2018.3395C6.19477%2018.3427%206.01752%2018.2718%205.87252%2018.127C5.72769%2017.982%205.65527%2017.8063%205.65527%2017.6C5.65527%2017.3937%205.72769%2017.218%205.87252%2017.073L10.9458%2012L5.87252%206.92701C5.73419%206.78851%205.66336%206.61443%205.66002%206.40476C5.65686%206.19526%205.72769%206.01801%205.87252%205.87301C6.01752%205.72818%206.19319%205.65576%206.39952%205.65576C6.60586%205.65576%206.78152%205.72818%206.92652%205.87301L11.9995%2010.9463L17.0725%205.87301C17.211%205.73468%2017.3851%205.66385%2017.5948%205.66051C17.8043%205.65735%2017.9815%205.72818%2018.1265%205.87301C18.2714%206.01801%2018.3438%206.19368%2018.3438%206.40001C18.3438%206.60635%2018.2714%206.78201%2018.1265%206.92701L13.0533%2012L18.1265%2017.073C18.2649%2017.2115%2018.3357%2017.3856%2018.339%2017.5953C18.3422%2017.8048%2018.2714%2017.982%2018.1265%2018.127C17.9815%2018.2718%2017.8059%2018.3443%2017.5995%2018.3443C17.3932%2018.3443%2017.2175%2018.2718%2017.0725%2018.127L11.9995%2013.0538Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8321'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8321)'%3e%3cpath%20d='M11.9995%2013.0538L6.92652%2018.127C6.78802%2018.2653%206.61394%2018.3362%206.40427%2018.3395C6.19477%2018.3427%206.01752%2018.2718%205.87252%2018.127C5.72769%2017.982%205.65527%2017.8063%205.65527%2017.6C5.65527%2017.3937%205.72769%2017.218%205.87252%2017.073L10.9458%2012L5.87252%206.92701C5.73419%206.78851%205.66336%206.61443%205.66002%206.40476C5.65686%206.19526%205.72769%206.01801%205.87252%205.87301C6.01752%205.72818%206.19319%205.65576%206.39952%205.65576C6.60586%205.65576%206.78152%205.72818%206.92652%205.87301L11.9995%2010.9463L17.0725%205.87301C17.211%205.73468%2017.3851%205.66385%2017.5948%205.66051C17.8043%205.65735%2017.9815%205.72818%2018.1265%205.87301C18.2714%206.01801%2018.3438%206.19368%2018.3438%206.40001C18.3438%206.60635%2018.2714%206.78201%2018.1265%206.92701L13.0533%2012L18.1265%2017.073C18.2649%2017.2115%2018.3357%2017.3856%2018.339%2017.5953C18.3422%2017.8048%2018.2714%2017.982%2018.1265%2018.127C17.9815%2018.2718%2017.8059%2018.3443%2017.5995%2018.3443C17.3932%2018.3443%2017.2175%2018.2718%2017.0725%2018.127L11.9995%2013.0538Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask-size:contain;-webkit-mask-size:contain;background:var(--cometchat-icon-color-secondary)}.cometchat-ai-assistant-chat-history__shimmer{width:100%;height:100%;background:transparent}.cometchat-ai-assistant-chat-history__shimmer-item{height:48px;display:flex;width:100%;padding:var(--cometchat-padding-3, 12px) var(--cometchat-padding-4, 16px)}.cometchat-ai-assistant-chat-history__shimmer-item-title{width:100%;height:22px;flex-shrink:0;border-radius:var(--cometchat-radius-2, 8px);background:var(--cometchat-shimmer-gradient-color, linear-gradient(90deg, #e0e0e0 0%, #eee 100%));animation:shimmerAnimation 1.5s infinite linear}.cometchat-ai-assistant-chat-history__empty-state-view,.cometchat-ai-assistant-chat-history__error-state-view{height:100%;display:flex;flex-direction:column;gap:var(--cometchat-padding-5, 20px);justify-content:center;align-items:center;background:transparent}.cometchat-ai-assistant-chat-history__empty-state-view-body,.cometchat-ai-assistant-chat-history__error-state-view-body{display:flex;flex-direction:column;gap:var(--cometchat-padding, 2px)}.cometchat-ai-assistant-chat-history__empty-state-view-body-title,.cometchat-ai-assistant-chat-history__error-state-view-body-title{width:280px;color:var(--cometchat-text-color-primary, #141414);text-align:center;font:var(--cometchat-font-heading3-bold);font-style:normal}.cometchat-ai-assistant-chat-history__empty-state-view-body-description,.cometchat-ai-assistant-chat-history__error-state-view-body-description{width:280px;color:var(--cometchat-text-color-secondary, #727272);text-align:center;font:var(--cometchat-font-body-regular);font-style:normal}@keyframes shimmerAnimation{0%{background-position:-468px 0}to{background-position:468px 0}}.cometchat-error-view{width:100%;display:flex;justify-content:center;align-items:flex-start;padding:var(--cometchat-padding-4);box-sizing:border-box;border-radius:var(--cometchat-radius-2);border:1px solid var(--cometchat-border-color-default);background:var(--cometchat-error-color-100);width:fit-content;margin-top:var(--cometchat-margin-2)}.cometchat-error-view__message{font:var(--cometchat-font-caption1-regular);text-align:left;line-height:1.4;margin:0;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;color:var(--cometchat-error-color)}.cometchat-message-preview{padding:var(--cometchat-padding-2, 8px);display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;margin:0;min-height:30px;height:100%;width:100%;min-width:100px;cursor:pointer;border:none;border-radius:var(--cometchat-radius-1, 4px);box-sizing:border-box;gap:var(--cometchat-padding-1, 4px);position:relative;background-color:var(--cometchat-background-color-03)}.cometchat-message-bubble-incoming .cometchat-message-preview{background-color:var(--cometchat-neutral-color-400);color:var( --cometchat-primary-color)}.cometchat-message-bubble-outgoing .cometchat-message-preview{background:var(--cometchat-extended-primary-color-700)}.cometchat-message-preview__close{mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8321'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8321)'%3e%3cpath%20d='M11.9995%2013.0538L6.92652%2018.127C6.78802%2018.2653%206.61394%2018.3362%206.40427%2018.3395C6.19477%2018.3427%206.01752%2018.2718%205.87252%2018.127C5.72769%2017.982%205.65527%2017.8063%205.65527%2017.6C5.65527%2017.3937%205.72769%2017.218%205.87252%2017.073L10.9458%2012L5.87252%206.92701C5.73419%206.78851%205.66336%206.61443%205.66002%206.40476C5.65686%206.19526%205.72769%206.01801%205.87252%205.87301C6.01752%205.72818%206.19319%205.65576%206.39952%205.65576C6.60586%205.65576%206.78152%205.72818%206.92652%205.87301L11.9995%2010.9463L17.0725%205.87301C17.211%205.73468%2017.3851%205.66385%2017.5948%205.66051C17.8043%205.65735%2017.9815%205.72818%2018.1265%205.87301C18.2714%206.01801%2018.3438%206.19368%2018.3438%206.40001C18.3438%206.60635%2018.2714%206.78201%2018.1265%206.92701L13.0533%2012L18.1265%2017.073C18.2649%2017.2115%2018.3357%2017.3856%2018.339%2017.5953C18.3422%2017.8048%2018.2714%2017.982%2018.1265%2018.127C17.9815%2018.2718%2017.8059%2018.3443%2017.5995%2018.3443C17.3932%2018.3443%2017.2175%2018.2718%2017.0725%2018.127L11.9995%2013.0538Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_740_8321'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_740_8321)'%3e%3cpath%20d='M11.9995%2013.0538L6.92652%2018.127C6.78802%2018.2653%206.61394%2018.3362%206.40427%2018.3395C6.19477%2018.3427%206.01752%2018.2718%205.87252%2018.127C5.72769%2017.982%205.65527%2017.8063%205.65527%2017.6C5.65527%2017.3937%205.72769%2017.218%205.87252%2017.073L10.9458%2012L5.87252%206.92701C5.73419%206.78851%205.66336%206.61443%205.66002%206.40476C5.65686%206.19526%205.72769%206.01801%205.87252%205.87301C6.01752%205.72818%206.19319%205.65576%206.39952%205.65576C6.60586%205.65576%206.78152%205.72818%206.92652%205.87301L11.9995%2010.9463L17.0725%205.87301C17.211%205.73468%2017.3851%205.66385%2017.5948%205.66051C17.8043%205.65735%2017.9815%205.72818%2018.1265%205.87301C18.2714%206.01801%2018.3438%206.19368%2018.3438%206.40001C18.3438%206.60635%2018.2714%206.78201%2018.1265%206.92701L13.0533%2012L18.1265%2017.073C18.2649%2017.2115%2018.3357%2017.3856%2018.339%2017.5953C18.3422%2017.8048%2018.2714%2017.982%2018.1265%2018.127C17.9815%2018.2718%2017.8059%2018.3443%2017.5995%2018.3443C17.3932%2018.3443%2017.2175%2018.2718%2017.0725%2018.127L11.9995%2013.0538Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;height:20px;width:20px;display:flex;align-items:center;justify-content:center;background:var(--cometchat-icon-color-primary);-webkit-mask-size:contain;mask-size:contain;position:absolute;top:var(--cometchat-padding-2, 8px);right:var(--cometchat-padding-2, 8px);cursor:pointer}.cometchat-message-bubble-outgoing .cometchat-message-preview-deleted__message{color:var(--cometchat-static-white)}.cometchat-message-preview-deleted__message{display:flex;gap:2px;height:100%;justify-content:left;width:100%}.cometchat-message-preview-deleted__message__text{font:var(--cometchat-font-caption1-regular, 12px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.cometchat-message-bubble-incoming .cometchat-message-preview-deleted__message{color:var(--cometchat-neutral-color-600)}.cometchat-message-preview__title{font:var(--cometchat-font-caption1-regular, 12px);width:100%;text-align:left;color:var(--cometchat-primary-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cometchat-message-preview__subtitle{display:flex;align-items:center;gap:5px;font-style:normal;width:100%;text-align:left;color:var(--cometchat-text-color-secondary);font:var(--cometchat-font-caption1-regular, 12px);overflow:hidden}.cometchat-message-bubble-outgoing .bubble-view{border-left:3px solid var(--cometchat-static-white)}.composer-view .cometchat-message-preview{border-left:3px solid var(--cometchat-primary-color)}.cometchat-message-bubble-outgoing .bubble-view .cometchat-message-preview__subtitle-icon{background-color:var(--cometchat-static-white)}.cometchat-message-bubble-incoming .bubble-view{border-left:3px solid var(--cometchat-primary-color)}.cometchat-message-bubble-outgoing .cometchat-message-preview__title,.cometchat-message-bubble-outgoing .cometchat-message-preview__subtitle{color:var(--cometchat-static-white)}.bubble-view{border-radius:4px}.cometchat-message-preview_others{border-left:3px solid var(--cometchat-primary-color)}.cometchat-message-preview__subtitle-text{text-align:left;overflow:hidden;font:var(--cometchat-font-caption1-regular, 12px);text-overflow:ellipsis;white-space:nowrap;width:100%}.cometchat-message-preview__subtitle-icon{display:flex;align-items:center;justify-content:center;-webkit-mask-size:contain;mask-size:contain;border:none;align-self:center;background:var(--cometchat-icon-color-secondary, #A1A1A1);height:16px;width:16px;flex-shrink:0}.cometchat-message-preview__subtitle-icon-image{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_680692'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_680692)'%3e%3cpath%20d='M3.53866%2014.1666C3.20188%2014.1666%202.91683%2014.0499%202.6835%2013.8166C2.45016%2013.5833%202.3335%2013.2982%202.3335%2012.9614V4.03842C2.3335%203.70164%202.45016%203.41659%202.6835%203.18325C2.91683%202.94992%203.20188%202.83325%203.53866%202.83325H12.4617C12.7984%202.83325%2013.0835%202.94992%2013.3168%203.18325C13.5502%203.41659%2013.6668%203.70164%2013.6668%204.03842V12.9614C13.6668%2013.2982%2013.5502%2013.5833%2013.3168%2013.8166C13.0835%2014.0499%2012.7984%2014.1666%2012.4617%2014.1666H3.53866ZM5.10283%2011.6666H10.9488C11.0694%2011.6666%2011.1587%2011.6119%2011.2168%2011.5024C11.2749%2011.3931%2011.2659%2011.2871%2011.1898%2011.1846L9.60016%209.05509C9.53772%208.97475%209.45738%208.93458%209.35916%208.93458C9.26083%208.93458%209.1805%208.97475%209.11816%209.05509L7.48733%2011.1794L6.395%209.77942C6.33266%209.70331%206.25339%209.66525%206.15716%209.66525C6.06105%209.66525%205.98177%209.70547%205.91933%209.78592L4.86816%2011.1846C4.78783%2011.2871%204.77672%2011.3931%204.83483%2011.5024C4.89294%2011.6119%204.98227%2011.6666%205.10283%2011.6666Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_680692'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_680692)'%3e%3cpath%20d='M3.53866%2014.1666C3.20188%2014.1666%202.91683%2014.0499%202.6835%2013.8166C2.45016%2013.5833%202.3335%2013.2982%202.3335%2012.9614V4.03842C2.3335%203.70164%202.45016%203.41659%202.6835%203.18325C2.91683%202.94992%203.20188%202.83325%203.53866%202.83325H12.4617C12.7984%202.83325%2013.0835%202.94992%2013.3168%203.18325C13.5502%203.41659%2013.6668%203.70164%2013.6668%204.03842V12.9614C13.6668%2013.2982%2013.5502%2013.5833%2013.3168%2013.8166C13.0835%2014.0499%2012.7984%2014.1666%2012.4617%2014.1666H3.53866ZM5.10283%2011.6666H10.9488C11.0694%2011.6666%2011.1587%2011.6119%2011.2168%2011.5024C11.2749%2011.3931%2011.2659%2011.2871%2011.1898%2011.1846L9.60016%209.05509C9.53772%208.97475%209.45738%208.93458%209.35916%208.93458C9.26083%208.93458%209.1805%208.97475%209.11816%209.05509L7.48733%2011.1794L6.395%209.77942C6.33266%209.70331%206.25339%209.66525%206.15716%209.66525C6.06105%209.66525%205.98177%209.70547%205.91933%209.78592L4.86816%2011.1846C4.78783%2011.2871%204.77672%2011.3931%204.83483%2011.5024C4.89294%2011.6119%204.98227%2011.6666%205.10283%2011.6666Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-bubble-incoming .cometchat-message-preview-deleted__message__icon{background:var(--cometchat-neutral-color-600)}.cometchat-message-bubble-outgoing .cometchat-message-preview-deleted__message__icon{background:var(--cometchat-static-white, #fff)}.cometchat-message-preview-deleted__message__icon{height:14px;width:14px;flex:0 0 auto;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_683456'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_683456)'%3e%3cpath%20d='M8.001%2014.8334C7.125%2014.8334%206.30161%2014.6672%205.53084%2014.3347C4.76006%2014.0023%204.08961%2013.5511%203.5195%2012.9812C2.94939%2012.4114%202.498%2011.7412%202.16534%2010.9707C1.83278%2010.2003%201.6665%209.37714%201.6665%208.50125C1.6665%207.62525%201.83273%206.80186%202.16517%206.03108C2.49761%205.2603%202.94878%204.58986%203.51867%204.01975C4.08856%203.44964%204.75873%202.99825%205.52917%202.66558C6.29961%202.33303%207.12278%202.16675%207.99867%202.16675C8.87467%202.16675%209.69806%202.33297%2010.4688%202.66541C11.2396%202.99786%2011.9101%203.44903%2012.4802%204.01891C13.0503%204.5888%2013.5017%205.25897%2013.8343%206.02941C14.1669%206.79986%2014.3332%207.62303%2014.3332%208.49891C14.3332%209.37491%2014.1669%2010.1983%2013.8345%2010.9691C13.5021%2011.7399%2013.0509%2012.4103%2012.481%2012.9804C11.9111%2013.5505%2011.2409%2014.0019%2010.4705%2014.3346C9.70006%2014.6671%208.87689%2014.8334%208.001%2014.8334ZM7.99984%2013.8334C8.62528%2013.8334%209.22761%2013.7276%209.80684%2013.5161C10.3859%2013.3045%2010.9152%2012.9984%2011.3947%2012.5976L3.90234%205.10525C3.50578%205.58469%203.20067%206.11397%202.987%206.69308C2.77334%207.2723%202.6665%207.87464%202.6665%208.50008C2.6665%209.98897%203.18317%2011.2501%204.2165%2012.2834C5.24984%2013.3167%206.51095%2013.8334%207.99984%2013.8334ZM12.0973%2011.8949C12.4981%2011.4155%2012.8043%2010.8862%2013.0158%2010.3071C13.2274%209.72786%2013.3332%209.12553%2013.3332%208.50008C13.3332%207.01119%2012.8165%205.75008%2011.7832%204.71675C10.7498%203.68341%209.48873%203.16675%207.99984%203.16675C7.37284%203.16675%206.76906%203.27147%206.1885%203.48091C5.60806%203.69025%205.08023%203.99747%204.605%204.40258L12.0973%2011.8949Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_683456'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_683456)'%3e%3cpath%20d='M8.001%2014.8334C7.125%2014.8334%206.30161%2014.6672%205.53084%2014.3347C4.76006%2014.0023%204.08961%2013.5511%203.5195%2012.9812C2.94939%2012.4114%202.498%2011.7412%202.16534%2010.9707C1.83278%2010.2003%201.6665%209.37714%201.6665%208.50125C1.6665%207.62525%201.83273%206.80186%202.16517%206.03108C2.49761%205.2603%202.94878%204.58986%203.51867%204.01975C4.08856%203.44964%204.75873%202.99825%205.52917%202.66558C6.29961%202.33303%207.12278%202.16675%207.99867%202.16675C8.87467%202.16675%209.69806%202.33297%2010.4688%202.66541C11.2396%202.99786%2011.9101%203.44903%2012.4802%204.01891C13.0503%204.5888%2013.5017%205.25897%2013.8343%206.02941C14.1669%206.79986%2014.3332%207.62303%2014.3332%208.49891C14.3332%209.37491%2014.1669%2010.1983%2013.8345%2010.9691C13.5021%2011.7399%2013.0509%2012.4103%2012.481%2012.9804C11.9111%2013.5505%2011.2409%2014.0019%2010.4705%2014.3346C9.70006%2014.6671%208.87689%2014.8334%208.001%2014.8334ZM7.99984%2013.8334C8.62528%2013.8334%209.22761%2013.7276%209.80684%2013.5161C10.3859%2013.3045%2010.9152%2012.9984%2011.3947%2012.5976L3.90234%205.10525C3.50578%205.58469%203.20067%206.11397%202.987%206.69308C2.77334%207.2723%202.6665%207.87464%202.6665%208.50008C2.6665%209.98897%203.18317%2011.2501%204.2165%2012.2834C5.24984%2013.3167%206.51095%2013.8334%207.99984%2013.8334ZM12.0973%2011.8949C12.4981%2011.4155%2012.8043%2010.8862%2013.0158%2010.3071C13.2274%209.72786%2013.3332%209.12553%2013.3332%208.50008C13.3332%207.01119%2012.8165%205.75008%2011.7832%204.71675C10.7498%203.68341%209.48873%203.16675%207.99984%203.16675C7.37284%203.16675%206.76906%203.27147%206.1885%203.48091C5.60806%203.69025%205.08023%203.99747%204.605%204.40258L12.0973%2011.8949Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-meeting-incoming-audio{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.4402%2020.5C17.5557%2020.5%2015.6625%2020.0618%2013.7605%2019.1855C11.8587%2018.3092%2010.1097%2017.073%208.5135%2015.477C6.92383%2013.8808%205.69083%2012.1333%204.8145%2010.2345C3.93817%208.33583%203.5%206.44425%203.5%204.55975C3.5%204.25975%203.6%204.00808%203.8%203.80475C4%203.60158%204.25%203.5%204.55%203.5H7.8115C8.064%203.5%208.28675%203.58242%208.47975%203.74725C8.67275%203.91192%208.7955%204.11542%208.848%204.35775L9.42125%207.3C9.46092%207.573%209.45258%207.80758%209.39625%208.00375C9.33975%208.19992%209.23842%208.36467%209.09225%208.498L6.78275%2010.7462C7.15442%2011.4269%207.57908%2012.0708%208.05675%2012.678C8.53425%2013.285%209.05125%2013.8647%209.60775%2014.4173C10.1564%2014.9661%2010.7397%2015.4757%2011.3577%2015.9462C11.9757%2016.4167%2012.6431%2016.8546%2013.3598%2017.2598L15.6038%2014.9963C15.7603%2014.8334%2015.9498%2014.7192%2016.1723%2014.6538C16.3946%2014.5884%2016.6257%2014.5724%2016.8655%2014.6058L19.6423%2015.1713C19.8948%2015.2379%2020.1008%2015.3667%2020.2605%2015.5577C20.4202%2015.7487%2020.5%2015.9654%2020.5%2016.2078V19.45C20.5%2019.75%2020.3984%2020%2020.1952%2020.2C19.9919%2020.4%2019.7402%2020.5%2019.4402%2020.5ZM15.5153%209.5385H17.7115C17.9243%209.5385%2018.1025%209.61033%2018.246%209.754C18.3897%209.8975%2018.4615%2010.0757%2018.4615%2010.2885C18.4615%2010.5013%2018.3897%2010.6795%2018.246%2010.823C18.1025%2010.9667%2017.9243%2011.0385%2017.7115%2011.0385H13.8652C13.6076%2011.0385%2013.3926%2010.9523%2013.2203%2010.7798C13.0478%2010.6074%2012.9615%2010.3924%2012.9615%2010.1348V6.2885C12.9615%206.07567%2013.0333%205.8975%2013.177%205.754C13.3205%205.61033%2013.4987%205.5385%2013.7115%205.5385C13.9243%205.5385%2014.1025%205.61033%2014.246%205.754C14.3897%205.8975%2014.4615%206.07567%2014.4615%206.2885V8.48475L19.1652%203.78075C19.3038%203.64225%2019.4778%203.57142%2019.6875%203.56825C19.8972%203.56508%2020.0744%203.63592%2020.2193%203.78075C20.3641%203.92558%2020.4365%204.10125%2020.4365%204.30775C20.4365%204.51408%2020.3641%204.68975%2020.2193%204.83475L15.5153%209.5385Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.4402%2020.5C17.5557%2020.5%2015.6625%2020.0618%2013.7605%2019.1855C11.8587%2018.3092%2010.1097%2017.073%208.5135%2015.477C6.92383%2013.8808%205.69083%2012.1333%204.8145%2010.2345C3.93817%208.33583%203.5%206.44425%203.5%204.55975C3.5%204.25975%203.6%204.00808%203.8%203.80475C4%203.60158%204.25%203.5%204.55%203.5H7.8115C8.064%203.5%208.28675%203.58242%208.47975%203.74725C8.67275%203.91192%208.7955%204.11542%208.848%204.35775L9.42125%207.3C9.46092%207.573%209.45258%207.80758%209.39625%208.00375C9.33975%208.19992%209.23842%208.36467%209.09225%208.498L6.78275%2010.7462C7.15442%2011.4269%207.57908%2012.0708%208.05675%2012.678C8.53425%2013.285%209.05125%2013.8647%209.60775%2014.4173C10.1564%2014.9661%2010.7397%2015.4757%2011.3577%2015.9462C11.9757%2016.4167%2012.6431%2016.8546%2013.3598%2017.2598L15.6038%2014.9963C15.7603%2014.8334%2015.9498%2014.7192%2016.1723%2014.6538C16.3946%2014.5884%2016.6257%2014.5724%2016.8655%2014.6058L19.6423%2015.1713C19.8948%2015.2379%2020.1008%2015.3667%2020.2605%2015.5577C20.4202%2015.7487%2020.5%2015.9654%2020.5%2016.2078V19.45C20.5%2019.75%2020.3984%2020%2020.1952%2020.2C19.9919%2020.4%2019.7402%2020.5%2019.4402%2020.5ZM15.5153%209.5385H17.7115C17.9243%209.5385%2018.1025%209.61033%2018.246%209.754C18.3897%209.8975%2018.4615%2010.0757%2018.4615%2010.2885C18.4615%2010.5013%2018.3897%2010.6795%2018.246%2010.823C18.1025%2010.9667%2017.9243%2011.0385%2017.7115%2011.0385H13.8652C13.6076%2011.0385%2013.3926%2010.9523%2013.2203%2010.7798C13.0478%2010.6074%2012.9615%2010.3924%2012.9615%2010.1348V6.2885C12.9615%206.07567%2013.0333%205.8975%2013.177%205.754C13.3205%205.61033%2013.4987%205.5385%2013.7115%205.5385C13.9243%205.5385%2014.1025%205.61033%2014.246%205.754C14.3897%205.8975%2014.4615%206.07567%2014.4615%206.2885V8.48475L19.1652%203.78075C19.3038%203.64225%2019.4778%203.57142%2019.6875%203.56825C19.8972%203.56508%2020.0744%203.63592%2020.2193%203.78075C20.3641%203.92558%2020.4365%204.10125%2020.4365%204.30775C20.4365%204.51408%2020.3641%204.68975%2020.2193%204.83475L15.5153%209.5385Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-meeting-outgoing-audio{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.7605%2019.1855C15.6625%2020.0618%2017.5557%2020.5%2019.4402%2020.5C19.7402%2020.5%2019.9919%2020.4%2020.1952%2020.2C20.3984%2020%2020.5%2019.75%2020.5%2019.45V16.2078C20.5%2015.9654%2020.4202%2015.7487%2020.2605%2015.5577C20.1008%2015.3667%2019.8948%2015.2379%2019.6423%2015.1713L16.8655%2014.6058C16.6257%2014.5724%2016.3946%2014.5884%2016.1723%2014.6538C15.9498%2014.7193%2015.7603%2014.8334%2015.6038%2014.9963L13.3598%2017.2598C12.6431%2016.8546%2011.9757%2016.4167%2011.3577%2015.9462C10.7397%2015.4757%2010.1564%2014.9661%209.60775%2014.4173C9.05125%2013.8648%208.53425%2013.285%208.05675%2012.678C7.57908%2012.0708%207.15442%2011.4269%206.78275%2010.7462L9.09225%208.498C9.23842%208.36467%209.33975%208.19992%209.39625%208.00375C9.45258%207.80758%209.46092%207.573%209.42125%207.3L8.848%204.35775C8.7955%204.11542%208.67275%203.91192%208.47975%203.74725C8.28675%203.58242%208.064%203.5%207.8115%203.5H4.55C4.25%203.5%204%203.60158%203.8%203.80475C3.6%204.00808%203.5%204.25975%203.5%204.55975C3.5%206.44425%203.93817%208.33583%204.8145%2010.2345C5.69083%2012.1333%206.92383%2013.8808%208.5135%2015.477C10.1097%2017.073%2011.8587%2018.3092%2013.7605%2019.1855Z'%20fill='%23141414'/%3e%3cpath%20d='M15.6865%205.0681H17.8828L13.1788%209.77185C13.0339%209.91685%2012.9615%2010.0925%2012.9615%2010.2989C12.9615%2010.5054%2013.0339%2010.681%2013.1788%2010.8259C13.3236%2010.9707%2013.5009%2011.0415%2013.7105%2011.0384C13.9202%2011.0352%2014.0943%2010.9644%2014.2328%2010.8259L18.9365%206.12185V8.3181C18.9365%208.5306%2019.0084%208.70877%2019.152%208.8526C19.2955%208.99627%2019.4736%209.0681%2019.6863%209.0681C19.8988%209.0681%2020.0769%208.99627%2020.2208%208.8526C20.3646%208.70877%2020.4365%208.5306%2020.4365%208.3181V4.47185C20.4365%204.21585%2020.3499%204.00127%2020.1765%203.8281C20.0034%203.65477%2019.7888%203.5681%2019.5328%203.5681H15.6865C15.474%203.5681%2015.2959%203.63993%2015.152%203.7836C15.0084%203.9271%2014.9365%204.10518%2014.9365%204.31785C14.9365%204.53035%2015.0084%204.70852%2015.152%204.85235C15.2959%204.99618%2015.474%205.0681%2015.6865%205.0681Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.7605%2019.1855C15.6625%2020.0618%2017.5557%2020.5%2019.4402%2020.5C19.7402%2020.5%2019.9919%2020.4%2020.1952%2020.2C20.3984%2020%2020.5%2019.75%2020.5%2019.45V16.2078C20.5%2015.9654%2020.4202%2015.7487%2020.2605%2015.5577C20.1008%2015.3667%2019.8948%2015.2379%2019.6423%2015.1713L16.8655%2014.6058C16.6257%2014.5724%2016.3946%2014.5884%2016.1723%2014.6538C15.9498%2014.7193%2015.7603%2014.8334%2015.6038%2014.9963L13.3598%2017.2598C12.6431%2016.8546%2011.9757%2016.4167%2011.3577%2015.9462C10.7397%2015.4757%2010.1564%2014.9661%209.60775%2014.4173C9.05125%2013.8648%208.53425%2013.285%208.05675%2012.678C7.57908%2012.0708%207.15442%2011.4269%206.78275%2010.7462L9.09225%208.498C9.23842%208.36467%209.33975%208.19992%209.39625%208.00375C9.45258%207.80758%209.46092%207.573%209.42125%207.3L8.848%204.35775C8.7955%204.11542%208.67275%203.91192%208.47975%203.74725C8.28675%203.58242%208.064%203.5%207.8115%203.5H4.55C4.25%203.5%204%203.60158%203.8%203.80475C3.6%204.00808%203.5%204.25975%203.5%204.55975C3.5%206.44425%203.93817%208.33583%204.8145%2010.2345C5.69083%2012.1333%206.92383%2013.8808%208.5135%2015.477C10.1097%2017.073%2011.8587%2018.3092%2013.7605%2019.1855Z'%20fill='%23141414'/%3e%3cpath%20d='M15.6865%205.0681H17.8828L13.1788%209.77185C13.0339%209.91685%2012.9615%2010.0925%2012.9615%2010.2989C12.9615%2010.5054%2013.0339%2010.681%2013.1788%2010.8259C13.3236%2010.9707%2013.5009%2011.0415%2013.7105%2011.0384C13.9202%2011.0352%2014.0943%2010.9644%2014.2328%2010.8259L18.9365%206.12185V8.3181C18.9365%208.5306%2019.0084%208.70877%2019.152%208.8526C19.2955%208.99627%2019.4736%209.0681%2019.6863%209.0681C19.8988%209.0681%2020.0769%208.99627%2020.2208%208.8526C20.3646%208.70877%2020.4365%208.5306%2020.4365%208.3181V4.47185C20.4365%204.21585%2020.3499%204.00127%2020.1765%203.8281C20.0034%203.65477%2019.7888%203.5681%2019.5328%203.5681H15.6865C15.474%203.5681%2015.2959%203.63993%2015.152%203.7836C15.0084%203.9271%2014.9365%204.10518%2014.9365%204.31785C14.9365%204.53035%2015.0084%204.70852%2015.152%204.85235C15.2959%204.99618%2015.474%205.0681%2015.6865%205.0681Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-meeting-incoming-video{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_774_6313'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_774_6313)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.26523%2018.975C3.61523%2019.325%204.04273%2019.5%204.54773%2019.5H15.9325C16.4375%2019.5%2016.865%2019.325%2017.215%2018.975C17.565%2018.625%2017.74%2018.1974%2017.74%2017.6923V13.1152L20.4862%2015.8615C20.6337%2016.009%2020.7994%2016.0458%2020.9832%2015.972C21.1672%2015.8983%2021.2592%2015.7577%2021.2592%2015.55V8.45C21.2592%208.24233%2021.1672%208.10167%2020.9832%208.028C20.7994%207.95417%2020.6337%207.991%2020.4862%208.1385L17.74%2010.8848V6.30775C17.74%205.80258%2017.565%205.375%2017.215%205.025C16.865%204.675%2016.4375%204.5%2015.9325%204.5H4.54773C4.04273%204.5%203.61523%204.675%203.26523%205.025C2.91523%205.375%202.74023%205.80258%202.74023%206.30775V17.6923C2.74023%2018.1974%202.91523%2018.625%203.26523%2018.975ZM10.75%2013.9704H8.55375L13.2578%209.2666C13.4026%209.1216%2013.475%208.94594%2013.475%208.7396C13.475%208.5331%2013.4026%208.35743%2013.2578%208.2126C13.1129%208.06777%2012.9357%207.99693%2012.726%208.0001C12.5163%208.00327%2012.3422%208.0741%2012.2037%208.2126L7.5%2012.9166V10.7204C7.5%2010.5079%207.42817%2010.3297%207.2845%2010.1859C7.141%2010.0422%206.96291%209.97035%206.75025%209.97035C6.53775%209.97035%206.35958%2010.0422%206.21575%2010.1859C6.07192%2010.3297%206%2010.5079%206%2010.7204V14.5666C6%2014.8226%206.08666%2015.0372%206.26%2015.2104C6.43317%2015.3837%206.64775%2015.4704%206.90375%2015.4704H10.75C10.9625%2015.4704%2011.1407%2015.3985%2011.2845%2015.2549C11.4282%2015.1114%2011.5%2014.9333%2011.5%2014.7206C11.5%2014.5081%2011.4282%2014.3299%2011.2845%2014.1861C11.1407%2014.0423%2010.9625%2013.9704%2010.75%2013.9704Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_774_6313'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_774_6313)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.26523%2018.975C3.61523%2019.325%204.04273%2019.5%204.54773%2019.5H15.9325C16.4375%2019.5%2016.865%2019.325%2017.215%2018.975C17.565%2018.625%2017.74%2018.1974%2017.74%2017.6923V13.1152L20.4862%2015.8615C20.6337%2016.009%2020.7994%2016.0458%2020.9832%2015.972C21.1672%2015.8983%2021.2592%2015.7577%2021.2592%2015.55V8.45C21.2592%208.24233%2021.1672%208.10167%2020.9832%208.028C20.7994%207.95417%2020.6337%207.991%2020.4862%208.1385L17.74%2010.8848V6.30775C17.74%205.80258%2017.565%205.375%2017.215%205.025C16.865%204.675%2016.4375%204.5%2015.9325%204.5H4.54773C4.04273%204.5%203.61523%204.675%203.26523%205.025C2.91523%205.375%202.74023%205.80258%202.74023%206.30775V17.6923C2.74023%2018.1974%202.91523%2018.625%203.26523%2018.975ZM10.75%2013.9704H8.55375L13.2578%209.2666C13.4026%209.1216%2013.475%208.94594%2013.475%208.7396C13.475%208.5331%2013.4026%208.35743%2013.2578%208.2126C13.1129%208.06777%2012.9357%207.99693%2012.726%208.0001C12.5163%208.00327%2012.3422%208.0741%2012.2037%208.2126L7.5%2012.9166V10.7204C7.5%2010.5079%207.42817%2010.3297%207.2845%2010.1859C7.141%2010.0422%206.96291%209.97035%206.75025%209.97035C6.53775%209.97035%206.35958%2010.0422%206.21575%2010.1859C6.07192%2010.3297%206%2010.5079%206%2010.7204V14.5666C6%2014.8226%206.08666%2015.0372%206.26%2015.2104C6.43317%2015.3837%206.64775%2015.4704%206.90375%2015.4704H10.75C10.9625%2015.4704%2011.1407%2015.3985%2011.2845%2015.2549C11.4282%2015.1114%2011.5%2014.9333%2011.5%2014.7206C11.5%2014.5081%2011.4282%2014.3299%2011.2845%2014.1861C11.1407%2014.0423%2010.9625%2013.9704%2010.75%2013.9704Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-meeting-outgoing-video{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_774_6314'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_774_6314)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.26523%2018.975C3.61523%2019.325%204.04273%2019.5%204.54773%2019.5H15.9325C16.4375%2019.5%2016.865%2019.325%2017.215%2018.975C17.565%2018.625%2017.74%2018.1974%2017.74%2017.6923V13.1152L20.4862%2015.8615C20.6337%2016.009%2020.7994%2016.0458%2020.9832%2015.972C21.1672%2015.8983%2021.2592%2015.7577%2021.2592%2015.55V8.45C21.2592%208.24233%2021.1672%208.10167%2020.9832%208.028C20.7994%207.95417%2020.6337%207.991%2020.4862%208.1385L17.74%2010.8848V6.30775C17.74%205.80258%2017.565%205.375%2017.215%205.025C16.865%204.675%2016.4375%204.5%2015.9325%204.5H4.54773C4.04273%204.5%203.61523%204.675%203.26523%205.025C2.91523%205.375%202.74023%205.80258%202.74023%206.30775V17.6923C2.74023%2018.1974%202.91523%2018.625%203.26523%2018.975ZM8.72461%209.49999H10.9209L6.21686%2014.2037C6.07203%2014.3487%205.99961%2014.5244%205.99961%2014.7307C5.99961%2014.9372%206.07203%2015.1129%206.21686%2015.2577C6.36169%2015.4026%206.53894%2015.4734%206.74861%2015.4702C6.95828%2015.4671%207.13236%2015.3962%207.27086%2015.2577L11.9746%2010.5537V12.75C11.9746%2012.9625%2012.0464%2013.1407%2012.1901%2013.2845C12.3336%2013.4282%2012.5117%2013.5%2012.7244%2013.5C12.9369%2013.5%2013.115%2013.4282%2013.2589%2013.2845C13.4027%2013.1407%2013.4746%2012.9625%2013.4746%2012.75V8.90373C13.4746%208.64773%2013.3879%208.43315%2013.2146%208.25998C13.0414%208.08665%2012.8269%207.99999%2012.5709%207.99999H8.72461C8.51211%207.99999%208.33394%208.07182%208.19011%208.21549C8.04644%208.35898%207.97461%208.53707%207.97461%208.74973C7.97461%208.96223%208.04644%209.1404%208.19011%209.28424C8.33394%209.42807%208.51211%209.49999%208.72461%209.49999Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_774_6314'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3crect%20width='24'%20height='24'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_774_6314)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.26523%2018.975C3.61523%2019.325%204.04273%2019.5%204.54773%2019.5H15.9325C16.4375%2019.5%2016.865%2019.325%2017.215%2018.975C17.565%2018.625%2017.74%2018.1974%2017.74%2017.6923V13.1152L20.4862%2015.8615C20.6337%2016.009%2020.7994%2016.0458%2020.9832%2015.972C21.1672%2015.8983%2021.2592%2015.7577%2021.2592%2015.55V8.45C21.2592%208.24233%2021.1672%208.10167%2020.9832%208.028C20.7994%207.95417%2020.6337%207.991%2020.4862%208.1385L17.74%2010.8848V6.30775C17.74%205.80258%2017.565%205.375%2017.215%205.025C16.865%204.675%2016.4375%204.5%2015.9325%204.5H4.54773C4.04273%204.5%203.61523%204.675%203.26523%205.025C2.91523%205.375%202.74023%205.80258%202.74023%206.30775V17.6923C2.74023%2018.1974%202.91523%2018.625%203.26523%2018.975ZM8.72461%209.49999H10.9209L6.21686%2014.2037C6.07203%2014.3487%205.99961%2014.5244%205.99961%2014.7307C5.99961%2014.9372%206.07203%2015.1129%206.21686%2015.2577C6.36169%2015.4026%206.53894%2015.4734%206.74861%2015.4702C6.95828%2015.4671%207.13236%2015.3962%207.27086%2015.2577L11.9746%2010.5537V12.75C11.9746%2012.9625%2012.0464%2013.1407%2012.1901%2013.2845C12.3336%2013.4282%2012.5117%2013.5%2012.7244%2013.5C12.9369%2013.5%2013.115%2013.4282%2013.2589%2013.2845C13.4027%2013.1407%2013.4746%2012.9625%2013.4746%2012.75V8.90373C13.4746%208.64773%2013.3879%208.43315%2013.2146%208.25998C13.0414%208.08665%2012.8269%207.99999%2012.5709%207.99999H8.72461C8.51211%207.99999%208.33394%208.07182%208.19011%208.21549C8.04644%208.35898%207.97461%208.53707%207.97461%208.74973C7.97461%208.96223%208.04644%209.1404%208.19011%209.28424C8.33394%209.42807%208.51211%209.49999%208.72461%209.49999Z'%20fill='%23141414'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-file{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_680464'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_680464)'%3e%3cpath%20d='M6%2012.3334H10C10.1417%2012.3334%2010.2604%2012.2855%2010.3562%2012.1896C10.4521%2012.0937%2010.5%2011.9749%2010.5%2011.8332C10.5%2011.6915%2010.4521%2011.5727%2010.3562%2011.4771C10.2604%2011.3813%2010.1417%2011.3334%2010%2011.3334H6C5.85833%2011.3334%205.73961%2011.3814%205.64383%2011.4772C5.54794%2011.5731%205.5%2011.6919%205.5%2011.8336C5.5%2011.9754%205.54794%2012.0941%205.64383%2012.1897C5.73961%2012.2855%205.85833%2012.3334%206%2012.3334ZM6%209.66675H10C10.1417%209.66675%2010.2604%209.6188%2010.3562%209.52291C10.4521%209.42703%2010.5%209.30825%2010.5%209.16658C10.5%209.0248%2010.4521%208.90608%2010.3562%208.81041C10.2604%208.71464%2010.1417%208.66675%2010%208.66675H6C5.85833%208.66675%205.73961%208.71469%205.64383%208.81058C5.54794%208.90647%205.5%209.02525%205.5%209.16691C5.5%209.30869%205.54794%209.42741%205.64383%209.52308C5.73961%209.61886%205.85833%209.66675%206%209.66675ZM4.20517%2014.8334C3.86839%2014.8334%203.58333%2014.7167%203.35%2014.4834C3.11667%2014.2501%203%2013.965%203%2013.6282V3.37191C3%203.03514%203.11667%202.75008%203.35%202.51675C3.58333%202.28341%203.86839%202.16675%204.20517%202.16675H9.00133C9.16389%202.16675%209.31883%202.19797%209.46617%202.26041C9.6135%202.32275%209.74189%202.40864%209.85133%202.51808L12.6487%205.31541C12.7581%205.42486%2012.844%205.55325%2012.9063%205.70058C12.9688%205.84791%2013%206.00286%2013%206.16541V13.6282C13%2013.965%2012.8833%2014.2501%2012.65%2014.4834C12.4167%2014.7167%2012.1316%2014.8334%2011.7948%2014.8334H4.20517ZM9%205.56675C9%205.73675%209.0575%205.87925%209.1725%205.99425C9.2875%206.10925%209.43%206.16675%209.6%206.16675H12L9%203.16675V5.56675Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_680464'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_680464)'%3e%3cpath%20d='M6%2012.3334H10C10.1417%2012.3334%2010.2604%2012.2855%2010.3562%2012.1896C10.4521%2012.0937%2010.5%2011.9749%2010.5%2011.8332C10.5%2011.6915%2010.4521%2011.5727%2010.3562%2011.4771C10.2604%2011.3813%2010.1417%2011.3334%2010%2011.3334H6C5.85833%2011.3334%205.73961%2011.3814%205.64383%2011.4772C5.54794%2011.5731%205.5%2011.6919%205.5%2011.8336C5.5%2011.9754%205.54794%2012.0941%205.64383%2012.1897C5.73961%2012.2855%205.85833%2012.3334%206%2012.3334ZM6%209.66675H10C10.1417%209.66675%2010.2604%209.6188%2010.3562%209.52291C10.4521%209.42703%2010.5%209.30825%2010.5%209.16658C10.5%209.0248%2010.4521%208.90608%2010.3562%208.81041C10.2604%208.71464%2010.1417%208.66675%2010%208.66675H6C5.85833%208.66675%205.73961%208.71469%205.64383%208.81058C5.54794%208.90647%205.5%209.02525%205.5%209.16691C5.5%209.30869%205.54794%209.42741%205.64383%209.52308C5.73961%209.61886%205.85833%209.66675%206%209.66675ZM4.20517%2014.8334C3.86839%2014.8334%203.58333%2014.7167%203.35%2014.4834C3.11667%2014.2501%203%2013.965%203%2013.6282V3.37191C3%203.03514%203.11667%202.75008%203.35%202.51675C3.58333%202.28341%203.86839%202.16675%204.20517%202.16675H9.00133C9.16389%202.16675%209.31883%202.19797%209.46617%202.26041C9.6135%202.32275%209.74189%202.40864%209.85133%202.51808L12.6487%205.31541C12.7581%205.42486%2012.844%205.55325%2012.9063%205.70058C12.9688%205.84791%2013%206.00286%2013%206.16541V13.6282C13%2013.965%2012.8833%2014.2501%2012.65%2014.4834C12.4167%2014.7167%2012.1316%2014.8334%2011.7948%2014.8334H4.20517ZM9%205.56675C9%205.73675%209.0575%205.87925%209.1725%205.99425C9.2875%206.10925%209.43%206.16675%209.6%206.16675H12L9%203.16675V5.56675Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-video{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_702310'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_702310)'%3e%3cpath%20d='M3.03166%2013.5C2.69499%2013.5%202.40999%2013.3833%202.17666%2013.15C1.94333%2012.9167%201.82666%2012.6316%201.82666%2012.2948V4.70517C1.82666%204.36839%201.94333%204.08333%202.17666%203.85C2.40999%203.61667%202.69499%203.5%203.03166%203.5H10.6215C10.9582%203.5%2011.2432%203.61667%2011.4765%203.85C11.7098%204.08333%2011.8265%204.36839%2011.8265%204.70517V7.7565L13.6573%205.92567C13.7557%205.82733%2013.8661%205.80278%2013.9887%205.852C14.1113%205.90111%2014.1727%205.99489%2014.1727%206.13333V10.8667C14.1727%2011.0051%2014.1113%2011.0989%2013.9887%2011.148C13.8661%2011.1972%2013.7557%2011.1727%2013.6573%2011.0743L11.8265%209.2435V12.2948C11.8265%2012.6316%2011.7098%2012.9167%2011.4765%2013.15C11.2432%2013.3833%2010.9582%2013.5%2010.6215%2013.5H3.03166Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_702310'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_702310)'%3e%3cpath%20d='M3.03166%2013.5C2.69499%2013.5%202.40999%2013.3833%202.17666%2013.15C1.94333%2012.9167%201.82666%2012.6316%201.82666%2012.2948V4.70517C1.82666%204.36839%201.94333%204.08333%202.17666%203.85C2.40999%203.61667%202.69499%203.5%203.03166%203.5H10.6215C10.9582%203.5%2011.2432%203.61667%2011.4765%203.85C11.7098%204.08333%2011.8265%204.36839%2011.8265%204.70517V7.7565L13.6573%205.92567C13.7557%205.82733%2013.8661%205.80278%2013.9887%205.852C14.1113%205.90111%2014.1727%205.99489%2014.1727%206.13333V10.8667C14.1727%2011.0051%2014.1113%2011.0989%2013.9887%2011.148C13.8661%2011.1972%2013.7557%2011.1727%2013.6573%2011.0743L11.8265%209.2435V12.2948C11.8265%2012.6316%2011.7098%2012.9167%2011.4765%2013.15C11.2432%2013.3833%2010.9582%2013.5%2010.6215%2013.5H3.03166Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-audio{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_680227'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_680227)'%3e%3cpath%20d='M7.99974%209.50008C7.53397%209.50008%207.13974%209.33875%206.81708%209.01608C6.49441%208.69341%206.33308%208.29919%206.33308%207.83341V3.83341C6.33308%203.36764%206.49441%202.97341%206.81708%202.65075C7.13974%202.32808%207.53397%202.16675%207.99974%202.16675C8.46552%202.16675%208.85975%202.32808%209.18241%202.65075C9.50508%202.97341%209.66641%203.36764%209.66641%203.83341V7.83341C9.66641%208.29919%209.50508%208.69341%209.18241%209.01608C8.85975%209.33875%208.46552%209.50008%207.99974%209.50008ZM7.49974%2013.8334V12.1359C6.50741%2012.0214%205.65697%2011.6137%204.94841%2010.9129C4.23997%2010.212%203.82502%209.35775%203.70358%208.35008C3.68569%208.20819%203.72286%208.08664%203.81508%207.98541C3.90741%207.88408%204.02452%207.83341%204.16641%207.83341C4.3083%207.83341%204.42708%207.88236%204.52274%207.98025C4.61852%208.07803%204.68224%208.19786%204.71391%208.33975C4.83524%209.15608%205.20852%209.8313%205.83375%2010.3654C6.45897%2010.8996%207.18097%2011.1667%207.99974%2011.1667C8.82963%2011.1667%209.55441%2010.8969%2010.1741%2010.3571C10.7937%209.81741%2011.1642%209.14497%2011.2856%208.33975C11.3172%208.19786%2011.381%208.07803%2011.4767%207.98025C11.5724%207.88236%2011.6912%207.83341%2011.8331%207.83341C11.975%207.83341%2012.0921%207.88408%2012.1844%207.98541C12.2766%208.08664%2012.3138%208.20819%2012.2959%208.35008C12.1745%209.33553%2011.7623%2010.1832%2011.0594%2010.8931C10.3564%2011.6029%209.50319%2012.0171%208.49974%2012.1359V13.8334C8.49974%2013.9753%208.45186%2014.0941%208.35608%2014.1897C8.26041%2014.2855%208.14163%2014.3334%207.99974%2014.3334C7.85786%2014.3334%207.73908%2014.2855%207.64341%2014.1897C7.54763%2014.0941%207.49974%2013.9753%207.49974%2013.8334Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_680227'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_680227)'%3e%3cpath%20d='M7.99974%209.50008C7.53397%209.50008%207.13974%209.33875%206.81708%209.01608C6.49441%208.69341%206.33308%208.29919%206.33308%207.83341V3.83341C6.33308%203.36764%206.49441%202.97341%206.81708%202.65075C7.13974%202.32808%207.53397%202.16675%207.99974%202.16675C8.46552%202.16675%208.85975%202.32808%209.18241%202.65075C9.50508%202.97341%209.66641%203.36764%209.66641%203.83341V7.83341C9.66641%208.29919%209.50508%208.69341%209.18241%209.01608C8.85975%209.33875%208.46552%209.50008%207.99974%209.50008ZM7.49974%2013.8334V12.1359C6.50741%2012.0214%205.65697%2011.6137%204.94841%2010.9129C4.23997%2010.212%203.82502%209.35775%203.70358%208.35008C3.68569%208.20819%203.72286%208.08664%203.81508%207.98541C3.90741%207.88408%204.02452%207.83341%204.16641%207.83341C4.3083%207.83341%204.42708%207.88236%204.52274%207.98025C4.61852%208.07803%204.68224%208.19786%204.71391%208.33975C4.83524%209.15608%205.20852%209.8313%205.83375%2010.3654C6.45897%2010.8996%207.18097%2011.1667%207.99974%2011.1667C8.82963%2011.1667%209.55441%2010.8969%2010.1741%2010.3571C10.7937%209.81741%2011.1642%209.14497%2011.2856%208.33975C11.3172%208.19786%2011.381%208.07803%2011.4767%207.98025C11.5724%207.88236%2011.6912%207.83341%2011.8331%207.83341C11.975%207.83341%2012.0921%207.88408%2012.1844%207.98541C12.2766%208.08664%2012.3138%208.20819%2012.2959%208.35008C12.1745%209.33553%2011.7623%2010.1832%2011.0594%2010.8931C10.3564%2011.6029%209.50319%2012.0171%208.49974%2012.1359V13.8334C8.49974%2013.9753%208.45186%2014.0941%208.35608%2014.1897C8.26041%2014.2855%208.14163%2014.3334%207.99974%2014.3334C7.85786%2014.3334%207.73908%2014.2855%207.64341%2014.1897C7.54763%2014.0941%207.49974%2013.9753%207.49974%2013.8334Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-poll{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.2692%2013.5C11.0985%2013.5%2010.9554%2013.4422%2010.8398%2013.3267C10.7244%2013.2112%2010.6667%2013.0681%2010.6667%2012.8973V10.1667C10.6667%209.996%2010.7244%209.85289%2010.8398%209.73733C10.9554%209.62189%2011.0985%209.56417%2011.2692%209.56417H12.3973C12.5681%209.56417%2012.7112%209.62189%2012.8267%209.73733C12.9422%209.85289%2013%209.996%2013%2010.1667V12.8973C13%2013.0681%2012.9422%2013.2112%2012.8267%2013.3267C12.7112%2013.4422%2012.5681%2013.5%2012.3973%2013.5H11.2692ZM7.43583%2013.5C7.26517%2013.5%207.12206%2013.4422%207.0065%2013.3267C6.89106%2013.2112%206.83333%2013.0681%206.83333%2012.8973V4.10267C6.83333%203.93189%206.89106%203.78878%207.0065%203.67333C7.12206%203.55778%207.26517%203.5%207.43583%203.5H8.56417C8.73483%203.5%208.87794%203.55778%208.9935%203.67333C9.10894%203.78878%209.16667%203.93189%209.16667%204.10267V12.8973C9.16667%2013.0681%209.10894%2013.2112%208.9935%2013.3267C8.87794%2013.4422%208.73483%2013.5%208.56417%2013.5H7.43583ZM3.60267%2013.5C3.43189%2013.5%203.28878%2013.4422%203.17333%2013.3267C3.05778%2013.2112%203%2013.0681%203%2012.8973V7.37483C3%207.20106%203.05778%207.05667%203.17333%206.94167C3.28878%206.82678%203.43189%206.76933%203.60267%206.76933H4.73083C4.9015%206.76933%205.04461%206.82706%205.16017%206.9425C5.27561%207.05794%205.33333%207.20106%205.33333%207.37183V12.8943C5.33333%2013.0682%205.27561%2013.2126%205.16017%2013.3275C5.04461%2013.4425%204.9015%2013.5%204.73083%2013.5H3.60267Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.2692%2013.5C11.0985%2013.5%2010.9554%2013.4422%2010.8398%2013.3267C10.7244%2013.2112%2010.6667%2013.0681%2010.6667%2012.8973V10.1667C10.6667%209.996%2010.7244%209.85289%2010.8398%209.73733C10.9554%209.62189%2011.0985%209.56417%2011.2692%209.56417H12.3973C12.5681%209.56417%2012.7112%209.62189%2012.8267%209.73733C12.9422%209.85289%2013%209.996%2013%2010.1667V12.8973C13%2013.0681%2012.9422%2013.2112%2012.8267%2013.3267C12.7112%2013.4422%2012.5681%2013.5%2012.3973%2013.5H11.2692ZM7.43583%2013.5C7.26517%2013.5%207.12206%2013.4422%207.0065%2013.3267C6.89106%2013.2112%206.83333%2013.0681%206.83333%2012.8973V4.10267C6.83333%203.93189%206.89106%203.78878%207.0065%203.67333C7.12206%203.55778%207.26517%203.5%207.43583%203.5H8.56417C8.73483%203.5%208.87794%203.55778%208.9935%203.67333C9.10894%203.78878%209.16667%203.93189%209.16667%204.10267V12.8973C9.16667%2013.0681%209.10894%2013.2112%208.9935%2013.3267C8.87794%2013.4422%208.73483%2013.5%208.56417%2013.5H7.43583ZM3.60267%2013.5C3.43189%2013.5%203.28878%2013.4422%203.17333%2013.3267C3.05778%2013.2112%203%2013.0681%203%2012.8973V7.37483C3%207.20106%203.05778%207.05667%203.17333%206.94167C3.28878%206.82678%203.43189%206.76933%203.60267%206.76933H4.73083C4.9015%206.76933%205.04461%206.82706%205.16017%206.9425C5.27561%207.05794%205.33333%207.20106%205.33333%207.37183V12.8943C5.33333%2013.0682%205.27561%2013.2126%205.16017%2013.3275C5.04461%2013.4425%204.9015%2013.5%204.73083%2013.5H3.60267Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-sticker{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.6665%2012.4112V4.58897C2.6665%203.8035%203.30325%203.16675%204.08873%203.16675H11.9109C12.6964%203.16675%2013.3332%203.8035%2013.3332%204.58897V8.85564H11.1998C9.82526%208.85564%208.71095%209.96995%208.71095%2011.3445V13.8334H4.08873C3.30325%2013.8334%202.6665%2013.1967%202.6665%2012.4112Z'%20fill='%23A1A1A1'/%3e%3cpath%20d='M13.3128%209.56675H11.1998C10.218%209.56675%209.42206%2010.3627%209.42206%2011.3445V13.8334H9.44999L13.3128%209.56675Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.6665%2012.4112V4.58897C2.6665%203.8035%203.30325%203.16675%204.08873%203.16675H11.9109C12.6964%203.16675%2013.3332%203.8035%2013.3332%204.58897V8.85564H11.1998C9.82526%208.85564%208.71095%209.96995%208.71095%2011.3445V13.8334H4.08873C3.30325%2013.8334%202.6665%2013.1967%202.6665%2012.4112Z'%20fill='%23A1A1A1'/%3e%3cpath%20d='M13.3128%209.56675H11.1998C10.218%209.56675%209.42206%2010.3627%209.42206%2011.3445V13.8334H9.44999L13.3128%209.56675Z'%20fill='%23A1A1A1'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-collaborative-document{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%204.14748C2%202.40917%203.40918%201%205.14749%201H15.8489C17.5873%201%2018.9964%202.40918%2018.9964%204.14749V9.5388C18.9964%209.70329%2018.932%209.86125%2018.8171%209.97886L14.75%2014.1389L8.93259%2019.7101C8.81541%2019.8223%208.65943%2019.8849%208.49719%2019.8849H5.14749C3.40918%2019.8849%202%2018.4757%202%2016.7374V4.14748ZM9.2393%203.95166C8.783%203.95166%208.41309%204.32157%208.41309%204.77788C8.41309%205.23418%208.783%205.60409%209.2393%205.60409H15.2195C15.6758%205.60409%2016.0457%205.23418%2016.0457%204.77788C16.0457%204.32157%2015.6758%203.95166%2015.2195%203.95166H9.2393ZM5.77641%207.41455C5.3201%207.41455%204.9502%207.78446%204.9502%208.24077C4.9502%208.69707%205.3201%209.06698%205.77641%209.06698H15.2189C15.6752%209.06698%2016.0451%208.69707%2016.0451%208.24077C16.0451%207.78446%2015.6752%207.41455%2015.2189%207.41455H5.77641ZM5.77641%2010.876C5.3201%2010.876%204.9502%2011.2459%204.9502%2011.7022C4.9502%2012.1585%205.3201%2012.5284%205.77641%2012.5284H13.3304C13.7867%2012.5284%2014.1566%2012.1585%2014.1566%2011.7022C14.1566%2011.2459%2013.7867%2010.876%2013.3304%2010.876H5.77641Z'%20fill='%23141414'/%3e%3cpath%20d='M21.1275%2011.3341C20.6359%2010.8424%2019.8387%2010.8424%2019.3471%2011.3341L11.4128%2019.2684C11.3622%2019.319%2011.3294%2019.3846%2011.3193%2019.4553L10.9521%2022.0259C10.9209%2022.244%2011.1079%2022.431%2011.326%2022.3998L13.8965%2022.0326C13.9673%2022.0225%2014.0329%2021.9897%2014.0835%2021.9391L22.0178%2014.0048C22.5095%2013.5132%2022.5095%2012.716%2022.0178%2012.2243L21.1275%2011.3341Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2%204.14748C2%202.40917%203.40918%201%205.14749%201H15.8489C17.5873%201%2018.9964%202.40918%2018.9964%204.14749V9.5388C18.9964%209.70329%2018.932%209.86125%2018.8171%209.97886L14.75%2014.1389L8.93259%2019.7101C8.81541%2019.8223%208.65943%2019.8849%208.49719%2019.8849H5.14749C3.40918%2019.8849%202%2018.4757%202%2016.7374V4.14748ZM9.2393%203.95166C8.783%203.95166%208.41309%204.32157%208.41309%204.77788C8.41309%205.23418%208.783%205.60409%209.2393%205.60409H15.2195C15.6758%205.60409%2016.0457%205.23418%2016.0457%204.77788C16.0457%204.32157%2015.6758%203.95166%2015.2195%203.95166H9.2393ZM5.77641%207.41455C5.3201%207.41455%204.9502%207.78446%204.9502%208.24077C4.9502%208.69707%205.3201%209.06698%205.77641%209.06698H15.2189C15.6752%209.06698%2016.0451%208.69707%2016.0451%208.24077C16.0451%207.78446%2015.6752%207.41455%2015.2189%207.41455H5.77641ZM5.77641%2010.876C5.3201%2010.876%204.9502%2011.2459%204.9502%2011.7022C4.9502%2012.1585%205.3201%2012.5284%205.77641%2012.5284H13.3304C13.7867%2012.5284%2014.1566%2012.1585%2014.1566%2011.7022C14.1566%2011.2459%2013.7867%2010.876%2013.3304%2010.876H5.77641Z'%20fill='%23141414'/%3e%3cpath%20d='M21.1275%2011.3341C20.6359%2010.8424%2019.8387%2010.8424%2019.3471%2011.3341L11.4128%2019.2684C11.3622%2019.319%2011.3294%2019.3846%2011.3193%2019.4553L10.9521%2022.0259C10.9209%2022.244%2011.1079%2022.431%2011.326%2022.3998L13.8965%2022.0326C13.9673%2022.0225%2014.0329%2021.9897%2014.0835%2021.9391L22.0178%2014.0048C22.5095%2013.5132%2022.5095%2012.716%2022.0178%2012.2243L21.1275%2011.3341Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-collaborative-whiteboard{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.4679%204H20.24C21.135%204%2021.887%204.61242%2022.0998%205.44108L16.6916%2010.8492C16.6549%2010.886%2016.6073%2010.9098%2016.5559%2010.9171L14.576%2011.2C14.4176%2011.2226%2014.2818%2011.0868%2014.3044%2010.9284L14.5873%208.94854C14.5946%208.89713%2014.6184%208.84949%2014.6552%208.81277L19.4679%204Z'%20fill='%23141414'/%3e%3cpath%20d='M17.3466%204L13.5945%207.75211C13.3283%208.01833%2013.1556%208.3637%2013.1024%208.7364L12.8195%2010.7163C12.6555%2011.8646%2013.6397%2012.8489%2014.7881%2012.6849L16.768%2012.402C17.1407%2012.3488%2017.4861%2012.1761%2017.7523%2011.9099L22.16%207.50218V17.92C22.16%2018.9804%2021.3004%2019.84%2020.24%2019.84H3.92C2.85962%2019.84%202%2018.9804%202%2017.92V14.03C2.13801%2014.0301%202.27769%2013.9922%202.40275%2013.9126L2.58606%2013.7959C3.58623%2013.1593%205.7211%2011.8003%206.3322%2011.4511C6.43421%2011.3928%206.63006%2011.3244%206.87351%2011.298C7.11445%2011.2719%207.33773%2011.2938%207.5019%2011.354C7.65327%2011.4095%207.73091%2011.4857%207.77426%2011.5815C7.82369%2011.6908%207.8772%2011.9357%207.75398%2012.4121C7.51412%2013.3396%207.26658%2014.4095%207.33946%2015.3038C7.37704%2015.765%207.50392%2016.2502%207.82249%2016.6542C8.15314%2017.0735%208.62627%2017.3246%209.19678%2017.4197C10.3338%2017.6092%2011.3768%2016.938%2012.107%2016.3036C12.8753%2015.6361%2013.5146%2014.8173%2013.8801%2014.3299C14.1286%2013.9985%2014.0615%2013.5284%2013.7301%2013.2799C13.3987%2013.0314%2012.9286%2013.0985%2012.6801%2013.4299C12.3256%2013.9025%2011.7649%2014.6137%2011.1232%2015.1712C10.4434%2015.7619%209.86635%2016.0106%209.4434%2015.9401C9.17392%2015.8952%209.06101%2015.8023%209.00036%2015.7254C8.92763%2015.6332%208.85796%2015.4699%208.8345%2015.182C8.78531%2014.5784%208.95777%2013.7483%209.2062%2012.7877C9.38299%2012.1041%209.37649%2011.484%209.14093%2010.9633C8.89928%2010.4291%208.46692%2010.1102%208.01829%209.94573C7.58246%209.78593%207.11574%209.76292%206.71167%209.80677C6.31013%209.85035%205.90598%209.967%205.58799%2010.1487C4.98422%2010.4937%203.05774%2011.7176%202%2012.3909V5.92C2%204.85961%202.85961%204%203.92%204H17.3466Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.4679%204H20.24C21.135%204%2021.887%204.61242%2022.0998%205.44108L16.6916%2010.8492C16.6549%2010.886%2016.6073%2010.9098%2016.5559%2010.9171L14.576%2011.2C14.4176%2011.2226%2014.2818%2011.0868%2014.3044%2010.9284L14.5873%208.94854C14.5946%208.89713%2014.6184%208.84949%2014.6552%208.81277L19.4679%204Z'%20fill='%23141414'/%3e%3cpath%20d='M17.3466%204L13.5945%207.75211C13.3283%208.01833%2013.1556%208.3637%2013.1024%208.7364L12.8195%2010.7163C12.6555%2011.8646%2013.6397%2012.8489%2014.7881%2012.6849L16.768%2012.402C17.1407%2012.3488%2017.4861%2012.1761%2017.7523%2011.9099L22.16%207.50218V17.92C22.16%2018.9804%2021.3004%2019.84%2020.24%2019.84H3.92C2.85962%2019.84%202%2018.9804%202%2017.92V14.03C2.13801%2014.0301%202.27769%2013.9922%202.40275%2013.9126L2.58606%2013.7959C3.58623%2013.1593%205.7211%2011.8003%206.3322%2011.4511C6.43421%2011.3928%206.63006%2011.3244%206.87351%2011.298C7.11445%2011.2719%207.33773%2011.2938%207.5019%2011.354C7.65327%2011.4095%207.73091%2011.4857%207.77426%2011.5815C7.82369%2011.6908%207.8772%2011.9357%207.75398%2012.4121C7.51412%2013.3396%207.26658%2014.4095%207.33946%2015.3038C7.37704%2015.765%207.50392%2016.2502%207.82249%2016.6542C8.15314%2017.0735%208.62627%2017.3246%209.19678%2017.4197C10.3338%2017.6092%2011.3768%2016.938%2012.107%2016.3036C12.8753%2015.6361%2013.5146%2014.8173%2013.8801%2014.3299C14.1286%2013.9985%2014.0615%2013.5284%2013.7301%2013.2799C13.3987%2013.0314%2012.9286%2013.0985%2012.6801%2013.4299C12.3256%2013.9025%2011.7649%2014.6137%2011.1232%2015.1712C10.4434%2015.7619%209.86635%2016.0106%209.4434%2015.9401C9.17392%2015.8952%209.06101%2015.8023%209.00036%2015.7254C8.92763%2015.6332%208.85796%2015.4699%208.8345%2015.182C8.78531%2014.5784%208.95777%2013.7483%209.2062%2012.7877C9.38299%2012.1041%209.37649%2011.484%209.14093%2010.9633C8.89928%2010.4291%208.46692%2010.1102%208.01829%209.94573C7.58246%209.78593%207.11574%209.76292%206.71167%209.80677C6.31013%209.85035%205.90598%209.967%205.58799%2010.1487C4.98422%2010.4937%203.05774%2011.7176%202%2012.3909V5.92C2%204.85961%202.85961%204%203.92%204H17.3466Z'%20fill='%23141414'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-link{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_683031'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_683031)'%3e%3cpath%20d='M4.69217%2011.5257C3.85506%2011.5257%203.1415%2011.2307%202.5515%2010.6407C1.9615%2010.0508%201.6665%209.33736%201.6665%208.50036C1.6665%207.66336%201.9615%206.94981%202.5515%206.3597C3.1415%205.76948%203.85506%205.47437%204.69217%205.47437H6.705C6.84667%205.47437%206.96539%205.52231%207.06117%205.6182C7.15706%205.71409%207.205%205.83292%207.205%205.9747C7.205%206.11636%207.15706%206.23509%207.06117%206.33086C6.96539%206.42653%206.84667%206.47437%206.705%206.47437H4.69134C4.132%206.47437%203.65473%206.67203%203.2595%207.06736C2.86417%207.4627%202.6665%207.94025%202.6665%208.50003C2.6665%209.05981%202.86417%209.53736%203.2595%209.9327C3.65473%2010.328%204.132%2010.5257%204.69134%2010.5257H6.705C6.84667%2010.5257%206.96539%2010.5736%207.06117%2010.6695C7.15706%2010.7654%207.205%2010.8842%207.205%2011.0259C7.205%2011.1676%207.15706%2011.2864%207.06117%2011.382C6.96539%2011.4778%206.84667%2011.5257%206.705%2011.5257H4.69217ZM5.99984%209.00003C5.85817%209.00003%205.73945%208.95209%205.64367%208.8562C5.54778%208.76031%205.49984%208.64153%205.49984%208.49987C5.49984%208.35809%205.54778%208.23936%205.64367%208.1437C5.73945%208.04792%205.85817%208.00003%205.99984%208.00003H9.99984C10.1415%208.00003%2010.2602%208.04798%2010.356%208.14387C10.4519%208.23975%2010.4998%208.35853%2010.4998%208.5002C10.4998%208.64198%2010.4519%208.7607%2010.356%208.85636C10.2602%208.95214%2010.1415%209.00003%209.99984%209.00003H5.99984ZM9.29467%2011.5257C9.153%2011.5257%209.03428%2011.4778%208.9385%2011.3819C8.84261%2011.286%208.79467%2011.1671%208.79467%2011.0254C8.79467%2010.8837%208.84261%2010.765%208.9385%2010.6692C9.03428%2010.5735%209.153%2010.5257%209.29467%2010.5257H11.3083C11.8677%2010.5257%2012.3449%2010.328%2012.7402%209.9327C13.1355%209.53736%2013.3332%209.05981%2013.3332%208.50003C13.3332%207.94025%2013.1355%207.4627%2012.7402%207.06736C12.3449%206.67203%2011.8677%206.47437%2011.3083%206.47437H9.29467C9.153%206.47437%209.03428%206.42642%208.9385%206.33053C8.84261%206.23464%208.79467%206.11587%208.79467%205.9742C8.79467%205.83242%208.84261%205.7137%208.9385%205.61803C9.03428%205.52225%209.153%205.47437%209.29467%205.47437H11.3075C12.1446%205.47437%2012.8582%205.76936%2013.4482%206.35936C14.0382%206.94925%2014.3332%207.6627%2014.3332%208.4997C14.3332%209.3367%2014.0382%2010.0503%2013.4482%2010.6404C12.8582%2011.2306%2012.1446%2011.5257%2011.3075%2011.5257H9.29467Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_5689_683031'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='16'%20height='17'%3e%3crect%20y='0.5'%20width='16'%20height='16'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5689_683031)'%3e%3cpath%20d='M4.69217%2011.5257C3.85506%2011.5257%203.1415%2011.2307%202.5515%2010.6407C1.9615%2010.0508%201.6665%209.33736%201.6665%208.50036C1.6665%207.66336%201.9615%206.94981%202.5515%206.3597C3.1415%205.76948%203.85506%205.47437%204.69217%205.47437H6.705C6.84667%205.47437%206.96539%205.52231%207.06117%205.6182C7.15706%205.71409%207.205%205.83292%207.205%205.9747C7.205%206.11636%207.15706%206.23509%207.06117%206.33086C6.96539%206.42653%206.84667%206.47437%206.705%206.47437H4.69134C4.132%206.47437%203.65473%206.67203%203.2595%207.06736C2.86417%207.4627%202.6665%207.94025%202.6665%208.50003C2.6665%209.05981%202.86417%209.53736%203.2595%209.9327C3.65473%2010.328%204.132%2010.5257%204.69134%2010.5257H6.705C6.84667%2010.5257%206.96539%2010.5736%207.06117%2010.6695C7.15706%2010.7654%207.205%2010.8842%207.205%2011.0259C7.205%2011.1676%207.15706%2011.2864%207.06117%2011.382C6.96539%2011.4778%206.84667%2011.5257%206.705%2011.5257H4.69217ZM5.99984%209.00003C5.85817%209.00003%205.73945%208.95209%205.64367%208.8562C5.54778%208.76031%205.49984%208.64153%205.49984%208.49987C5.49984%208.35809%205.54778%208.23936%205.64367%208.1437C5.73945%208.04792%205.85817%208.00003%205.99984%208.00003H9.99984C10.1415%208.00003%2010.2602%208.04798%2010.356%208.14387C10.4519%208.23975%2010.4998%208.35853%2010.4998%208.5002C10.4998%208.64198%2010.4519%208.7607%2010.356%208.85636C10.2602%208.95214%2010.1415%209.00003%209.99984%209.00003H5.99984ZM9.29467%2011.5257C9.153%2011.5257%209.03428%2011.4778%208.9385%2011.3819C8.84261%2011.286%208.79467%2011.1671%208.79467%2011.0254C8.79467%2010.8837%208.84261%2010.765%208.9385%2010.6692C9.03428%2010.5735%209.153%2010.5257%209.29467%2010.5257H11.3083C11.8677%2010.5257%2012.3449%2010.328%2012.7402%209.9327C13.1355%209.53736%2013.3332%209.05981%2013.3332%208.50003C13.3332%207.94025%2013.1355%207.4627%2012.7402%207.06736C12.3449%206.67203%2011.8677%206.47437%2011.3083%206.47437H9.29467C9.153%206.47437%209.03428%206.42642%208.9385%206.33053C8.84261%206.23464%208.79467%206.11587%208.79467%205.9742C8.79467%205.83242%208.84261%205.7137%208.9385%205.61803C9.03428%205.52225%209.153%205.47437%209.29467%205.47437H11.3075C12.1446%205.47437%2012.8582%205.76936%2013.4482%206.35936C14.0382%206.94925%2014.3332%207.6627%2014.3332%208.4997C14.3332%209.3367%2014.0382%2010.0503%2013.4482%2010.6404C12.8582%2011.2306%2012.1446%2011.5257%2011.3075%2011.5257H9.29467Z'%20fill='%23A1A1A1'/%3e%3c/g%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-unsupported{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='22'%20height='27'%20viewBox='0%200%2022%2027'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.5996%206.66895V24.5361C21.5995%2025.7142%2020.6449%2026.6689%2019.4668%2026.6689H2.13379C0.955654%2026.6689%200.000105137%2025.7142%200%2024.5361V2.13574C0.000106552%200.957623%200.955645%200.00292969%202.13379%200.00292969H14.9336L21.5996%206.66895ZM10.1338%2019V20.333H11.4668V19H10.1338ZM10.8672%209.66699C10.4005%209.66699%209.99961%209.73291%209.59961%209.86621C9.13322%209.9996%208.79999%2010.2%208.4668%2010.5332C8.1335%2010.7999%207.8667%2011.1335%207.7334%2011.4668C7.60002%2011.8002%207.4668%2012.3334%207.4668%2013H8.7998C8.79982%2011.6667%209.46671%2010.7335%2010.7998%2010.7334C11.3998%2010.7334%2011.8669%2010.9333%2012.2002%2011.2666C12.5336%2011.6%2012.7334%2011.9337%2012.7334%2012.4004C12.7333%2012.8668%2012.6001%2013.2004%2012.4668%2013.4004C12.3334%2013.6004%2011.9996%2013.9339%2011.5332%2014.4004C11.0667%2014.8668%2010.8669%2015.2003%2010.667%2015.4668C10.4671%2015.7334%2010.3333%2015.9998%2010.2666%2016.333C10.1999%2016.6663%2010.1338%2017.0004%2010.1338%2017.667H11.4668C11.4668%2017.0004%2011.3998%2016.7999%2011.5332%2016.5332C11.6665%2016.2665%2011.7336%2015.9998%2011.9336%2015.7998C12.1335%2015.5998%2012.334%2015.2663%2012.8672%2014.7998C13.4003%2014.3332%2013.7339%2013.9328%2013.8672%2013.5996C14.0004%2013.2664%2014.1338%2012.933%2014.1338%2012.5332C14.1338%2011.6666%2013.8001%2011.0001%2013.2002%2010.4668C12.5337%209.93357%2011.8003%209.66707%2010.8672%209.66699Z'%20fill='%23CCCCCC'/%3e%3c/svg%3e") center center no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='22'%20height='27'%20viewBox='0%200%2022%2027'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.5996%206.66895V24.5361C21.5995%2025.7142%2020.6449%2026.6689%2019.4668%2026.6689H2.13379C0.955654%2026.6689%200.000105137%2025.7142%200%2024.5361V2.13574C0.000106552%200.957623%200.955645%200.00292969%202.13379%200.00292969H14.9336L21.5996%206.66895ZM10.1338%2019V20.333H11.4668V19H10.1338ZM10.8672%209.66699C10.4005%209.66699%209.99961%209.73291%209.59961%209.86621C9.13322%209.9996%208.79999%2010.2%208.4668%2010.5332C8.1335%2010.7999%207.8667%2011.1335%207.7334%2011.4668C7.60002%2011.8002%207.4668%2012.3334%207.4668%2013H8.7998C8.79982%2011.6667%209.46671%2010.7335%2010.7998%2010.7334C11.3998%2010.7334%2011.8669%2010.9333%2012.2002%2011.2666C12.5336%2011.6%2012.7334%2011.9337%2012.7334%2012.4004C12.7333%2012.8668%2012.6001%2013.2004%2012.4668%2013.4004C12.3334%2013.6004%2011.9996%2013.9339%2011.5332%2014.4004C11.0667%2014.8668%2010.8669%2015.2003%2010.667%2015.4668C10.4671%2015.7334%2010.3333%2015.9998%2010.2666%2016.333C10.1999%2016.6663%2010.1338%2017.0004%2010.1338%2017.667H11.4668C11.4668%2017.0004%2011.3998%2016.7999%2011.5332%2016.5332C11.6665%2016.2665%2011.7336%2015.9998%2011.9336%2015.7998C12.1335%2015.5998%2012.334%2015.2663%2012.8672%2014.7998C13.4003%2014.3332%2013.7339%2013.9328%2013.8672%2013.5996C14.0004%2013.2664%2014.1338%2012.933%2014.1338%2012.5332C14.1338%2011.6666%2013.8001%2011.0001%2013.2002%2010.4668C12.5337%209.93357%2011.8003%209.66707%2010.8672%209.66699Z'%20fill='%23CCCCCC'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-none{display:none}.cometchat-flag-message-dialog{max-width:400px;width:100%;height:fit-content;max-height:100%;flex-shrink:0;border-radius:var(--cometchat-radius-5);border:1px solid var(--cometchat-border-color-light);background:var(--cometchat-background-color-01);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;overflow:hidden}.cometchat-flag-message-dialog button{cursor:pointer}.cometchat-flag-message-dialog__header{padding:var(--cometchat-padding-4) var(--cometchat-padding-4);border-bottom:1px solid var(--cometchat-border-color-light);border-left:1px solid var(--cometchat-border-color-light);background:var(--cometchat-background-color-01)}.cometchat-flag-message-dialog__header-main{display:flex;margin-bottom:var(--cometchat-padding-2);align-items:center;gap:var(--cometchat-padding-3);align-self:stretch}.cometchat-flag-message-dialog__body{width:calc(100% - var(--cometchat-padding-5) * 2);margin-inline:auto;display:flex;flex-direction:column}.cometchat-flag-message-dialog__header-title{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0px;flex:1 0 0;overflow:hidden;color:var(--cometchat-text-color-primary);text-overflow:ellipsis;font:var(--cometchat-font-heading2-medium)}.cometchat-flag-message-dialog__header-subtitle{text-align:left;overflow:hidden;color:var(--cometchat-neutral-color-600);text-overflow:ellipsis;font:var(--cometchat-font-body-regular)}.cometchat-flag-message-dialog__reasons{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:8px;padding:var(--cometchat-padding-4) 0 0 0}.cometchat-flag-message-dialog__reason{color:var(--cometchat-text-color-primary);background-color:var(--cometchat-background-color-02);border:1px solid var(--cometchat-border-color-default);border-radius:16px;cursor:pointer;font:var(--cometchat-font-body-regular);padding:4px 12px}.cometchat-flag-message-dialog__reason:hover{background-color:var(--cometchat-neutral-color-200)}.cometchat-flag-message-dialog__reasons .cometchat-flag-message-dialog__reason-selected{color:var(--cometchat-text-color-highlight);background-color:var(--cometchat-extended-primary-color-100);border-color:var(--cometchat-extended-primary-color-200)}.cometchat-flag-message-dialog__remark{display:flex;flex-direction:column;gap:var(--cometchat-padding-2);align-items:flex-start;margin-top:var(--cometchat-margin-6)}.cometchat-flag-message-dialog__remark-label{text-align:left;font:var(--cometchat-font-body-medium);color:var(--cometchat-text-color-primary)}.cometchat-flag-message-dialog__remark-label span{color:var(--cometchat-text-color-tertiary);font:var(--cometchat-font-body-regular)}.cometchat-flag-message-dialog__remark-input{resize:none;width:100%;overflow:auto;height:84px;min-height:84px;max-height:84px;border:1px solid var(--cometchat-border-color-light);border-radius:var(--cometchat-radius-2, 8px);background:var(--cometchat-background-color-02);color:var(--cometchat-text-color-primary);font:var(--cometchat-font-body-regular);padding:var(--cometchat-padding-2);caret-color:var(--cometchat-text-color-primary)}.cometchat-flag-message-dialog__remark-input:focus{outline:none}.cometchat-flag-message-dialog__remark-input::placeholder{color:var(--cometchat-text-color-tertiary)}.cometchat-flag-message-dialog__error{text-align:left;display:flex;flex-direction:column;justify-content:flex-end;font:var(--cometchat-font-body-regular);color:var(--cometchat-error-color);padding:var(--cometchat-padding-2) 0 var(--cometchat-padding-4) 0}.cometchat-flag-message-dialog__actions{display:flex;justify-content:center;align-items:center;gap:var(--cometchat-padding-3);padding:0 0 var(--cometchat-padding-5) 0}.cometchat-flag-message-dialog__actions-item{width:100%}.cometchat-flag-message-dialog__actions .cometchat:has(>.cometchat-button){width:100%;height:40px;border:none}.cometchat-flag-message-dialog__actions .cometchat-button{width:100%;border-radius:var(--cometchat-radius-2, 8px);font:var(--cometchat-font-body-medium)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-cancel .cometchat-button{background-color:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-dark)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-cancel .cometchat-button__text{color:var(--cometchat-text-color-primary)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button__text{color:var(--cometchat-static-white)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button:disabled{background-color:var(--cometchat-neutral-color-300);border-color:var(--cometchat-neutral-color-300);cursor:not-allowed}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button:has(.cometchat-button__loading-view){background:var(--cometchat-primary-button-background, #6852D6)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button:disabled .cometchat-button__text{color:var(--cometchat-neutral-color-50)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button:disabled .cometchat-button__icon,.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button:disabled .cometchat-button__text{cursor:not-allowed}.cometchat-flag-message-dialog__header-close .cometchat-button{height:24px;width:24px;padding:0;gap:0px;background:transparent}@media(max-width:420px){.cometchat-flag-message-dialog{width:95%}}.cometchat-special-mentions-list .cometchat-special-mentions-list__item{display:flex;align-items:center;gap:12px;padding:var(--cometchat-padding-2, 8px) var(--cometchat-padding-4, 16px);color:var(--cometchat-text-color-primary, #141414);font:var(--cometchat-font-heading4-medium, 500 16px Roboto);cursor:pointer}.cometchat-special-mentions-list .cometchat-special-mentions-list__item:hover{background:var(--cometchat-white-hover, #FAFAFA)}.cometchat-special-mentions-list .cometchat-special-mentions-list__item .cometchat-special-mentions-list__item-name{padding:5px;display:inline-flex;align-items:center;gap:8px}.cometchat-special-mentions-list .cometchat-special-mentions-list__item .cometchat-special-mentions-list__item-name .cometchat-special-mentions-list__item-name-subtext{color:var(--cometchat-neutral-color-700);font:var(--cometchat-font-body-regular)}.cometchat *{box-sizing:border-box}.cometchat-mentions>span{color:var(--cometchat-text-color-highlight);font:var(--cometchat-font-body-regular)}.cometchat-mentions{display:inline-block;width:fit-content}.cometchat-mentions-outgoing,.cometchat-mentions-incoming{border-radius:var(--cometchat-radius, 2px);display:inline-flex;padding:0px var(--cometchat-padding, 2px);justify-content:center;align-items:center;cursor:pointer}.cometchat-mentions-outgoing.cometchat-mentions-you{background:#ffab0033}.cometchat-mentions-outgoing.cometchat-mentions-other{background:#f9f8fd33}.cometchat-mentions-incoming.cometchat-mentions-you{background:#ffab0033}.cometchat-mentions-incoming.cometchat-mentions-other{background:#6852d633}.cometchat-mentions-outgoing.cometchat-mentions-you>span{color:var(--cometchat-warning-color)}.cometchat-mentions-outgoing.cometchat-mentions-other>span{color:var(--cometchat-static-white)}.cometchat-mentions-incoming.cometchat-mentions-you>span{color:var(--cometchat-warning-color)}.cometchat-mentions-incoming.cometchat-mentions-other>span{color:var(--cometchat-text-color-highlight)}.cometchat-text-bubble-incoming .cometchat-url{color:var(--cometchat-info-color)}.cometchat-text-bubble .cometchat-url,.cometchat-message-preview .cometchat-url{text-decoration:underline}.cometchat-text-bubble .cometchat-text-highlight{font:var(--cometchat-font-body-bold)}@font-face{font-family:Roboto;src:url(/_assets/Roboto-Black-DoU0hL5p.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Roboto;src:url(/_assets/Roboto-BlackItalic-D68qacvc.ttf) format("truetype");font-weight:900;font-style:italic}@font-face{font-family:Roboto;src:url(/_assets/Roboto-Bold-CM98DFac.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Roboto;src:url(/_assets/Roboto-BoldItalic-Cj1Fcf4Z.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Roboto;src:url(/_assets/Roboto-Regular-ia0dPpEo.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:url(/_assets/Roboto-Italic-CPH5wpff.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Roboto;src:url(/_assets/Roboto-Light-BW8nAIZg.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Roboto;src:url(/_assets/Roboto-LightItalic-DqE8hU0c.ttf) format("truetype");font-weight:300;font-style:italic}@font-face{font-family:Roboto;src:url(/_assets/Roboto-Medium-BJbjO3wX.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Roboto;src:url(/_assets/Roboto-MediumItalic-RWt9ABIJ.ttf) format("truetype");font-weight:500;font-style:italic}:root{--cometchat-spacing: 2px;--cometchat-spacing-1: 4px;--cometchat-spacing-2: 8px;--cometchat-spacing-3: 12px;--cometchat-spacing-4: 16px;--cometchat-spacing-5: 20px;--cometchat-spacing-6: 24px;--cometchat-spacing-7: 28px;--cometchat-spacing-8: 32px;--cometchat-spacing-9: 36px;--cometchat-spacing-10: 40px;--cometchat-spacing-11: 44px;--cometchat-spacing-12: 48px;--cometchat-spacing-13: 52px;--cometchat-spacing-14: 56px;--cometchat-spacing-15: 60px;--cometchat-spacing-16: 64px;--cometchat-spacing-17: 68px;--cometchat-spacing-18: 72px;--cometchat-spacing-19: 76px;--cometchat-spacing-20: 80px;--cometchat-spacing-max: 1000px;--cometchat-padding: var(--cometchat-spacing);--cometchat-padding-1: var(--cometchat-spacing-1);--cometchat-padding-2: var(--cometchat-spacing-2);--cometchat-padding-3: var(--cometchat-spacing-3);--cometchat-padding-4: var(--cometchat-spacing-4);--cometchat-padding-5: var(--cometchat-spacing-5);--cometchat-padding-6: var(--cometchat-spacing-6);--cometchat-padding-7: var(--cometchat-spacing-7);--cometchat-padding-8: var(--cometchat-spacing-8);--cometchat-padding-9: var(--cometchat-spacing-9);--cometchat-padding-10: var(--cometchat-spacing-10);--cometchat-margin: var(--cometchat-spacing);--cometchat-margin-1: var(--cometchat-spacing-1);--cometchat-margin-2: var(--cometchat-spacing-2);--cometchat-margin-3: var(--cometchat-spacing-3);--cometchat-margin-4: var(--cometchat-spacing-4);--cometchat-margin-5: var(--cometchat-spacing-5);--cometchat-margin-6: var(--cometchat-spacing-6);--cometchat-margin-7: var(--cometchat-spacing-7);--cometchat-margin-8: var(--cometchat-spacing-8);--cometchat-margin-9: var(--cometchat-spacing-9);--cometchat-margin-10: var(--cometchat-spacing-10);--cometchat-margin-11: var(--cometchat-spacing-11);--cometchat-margin-12: var(--cometchat-spacing-12);--cometchat-margin-13: var(--cometchat-spacing-13);--cometchat-margin-14: var(--cometchat-spacing-14);--cometchat-margin-15: var(--cometchat-spacing-15);--cometchat-margin-16: var(--cometchat-spacing-16);--cometchat-margin-17: var(--cometchat-spacing-17);--cometchat-margin-18: var(--cometchat-spacing-18);--cometchat-margin-19: var(--cometchat-spacing-19);--cometchat-margin-20: var(--cometchat-spacing-20);--cometchat-radius: var(--cometchat-spacing);--cometchat-radius-1: var(--cometchat-spacing-1);--cometchat-radius-2: var(--cometchat-spacing-2);--cometchat-radius-3: var(--cometchat-spacing-3);--cometchat-radius-4: var(--cometchat-spacing-4);--cometchat-radius-5: var(--cometchat-spacing-5);--cometchat-radius-6: var(--cometchat-spacing-6);--cometchat-radius-max: var(--cometchat-spacing-max);--cometchat-font-family: "Roboto", "Inter";--cometchat-font-title-bold: 700 32px/38.4px var(--cometchat-font-family);--cometchat-font-title-medium: 500 32px/38.4px var(--cometchat-font-family);--cometchat-font-title-regular: 400 32px/38.4px var(--cometchat-font-family);--cometchat-font-heading1-bold: 700 24px/28.8px var(--cometchat-font-family);--cometchat-font-heading1-medium: 500 24px/28.8px var(--cometchat-font-family);--cometchat-font-heading1-regular: 400 24px/28.8px var(--cometchat-font-family);--cometchat-font-heading2-bold: 700 20px/24px var(--cometchat-font-family);--cometchat-font-heading2-medium: 500 20px/24px var(--cometchat-font-family);--cometchat-font-heading2-regular: 400 20px/24px var(--cometchat-font-family);--cometchat-font-heading3-bold: 700 18px/21.6px var(--cometchat-font-family);--cometchat-font-heading3-medium: 500 18px/21.6px var(--cometchat-font-family);--cometchat-font-heading3-regular: 400 18px/21.6px var(--cometchat-font-family);--cometchat-font-heading4-bold: 700 16px/19.2px var(--cometchat-font-family);--cometchat-font-heading4-medium: 500 16px/19.2px var(--cometchat-font-family);--cometchat-font-heading4-regular: 400 16px/19.2px var(--cometchat-font-family);--cometchat-font-body-bold: 700 14px/16.8px var(--cometchat-font-family);--cometchat-font-body-medium: 500 14px/16.8px var(--cometchat-font-family);--cometchat-font-body-regular: 400 14px/16.8px var(--cometchat-font-family);--cometchat-font-caption1-bold: 700 12px/14.4px var(--cometchat-font-family);--cometchat-font-caption1-medium: 500 12px/14.4px var(--cometchat-font-family);--cometchat-font-caption1-regular: 400 12px/14.4px var(--cometchat-font-family);--cometchat-font-caption2-bold: 700 10px/12px var(--cometchat-font-family);--cometchat-font-caption2-medium: 500 10px/12px var(--cometchat-font-family);--cometchat-font-caption2-regular: 400 10px/12px var(--cometchat-font-family);--cometchat-font-button-bold: 700 14px/16.8px var(--cometchat-font-family);--cometchat-font-button-medium: 500 14px/16.8px var(--cometchat-font-family);--cometchat-font-button-regular: 400 14px/16.8px var(--cometchat-font-family);--cometchat-font-link: 400 14px/19.6px var(--cometchat-font-family);--cometchat-primary-color: #6852D6;--cometchat-extended-primary-color-50: #F9F8FD;--cometchat-extended-primary-color-100: #EDEAFA;--cometchat-extended-primary-color-200: #DCD7F6;--cometchat-extended-primary-color-300: #CCC4F1;--cometchat-extended-primary-color-400: #BBB1ED;--cometchat-extended-primary-color-500: #AA9EE8;--cometchat-extended-primary-color-600: #9A8BE4;--cometchat-extended-primary-color-700: #8978DF;--cometchat-extended-primary-color-800: #7965DB;--cometchat-extended-primary-color-900: #5D49BE;--cometchat-neutral-color-50: #FFFFFF;--cometchat-neutral-color-100: #FAFAFA;--cometchat-neutral-color-200: #F5F5F5;--cometchat-neutral-color-300: #E8E8E8;--cometchat-neutral-color-400: #DCDCDC;--cometchat-neutral-color-500: #A1A1A1;--cometchat-neutral-color-600: #727272;--cometchat-neutral-color-700: #5B5B5B;--cometchat-neutral-color-800: #434343;--cometchat-neutral-color-900: #141414;--cometchat-info-color: #0B7BEA;--cometchat-warning-color: #FFAB00;--cometchat-success-color: #09C26F;--cometchat-error-color: #F44649;--cometchat-error-color-100: #FEF3F2;--cometchat-static-black: #141414;--cometchat-static-white: #FFFFFF;--cometchat-background-color-01: var(--cometchat-neutral-color-50);--cometchat-background-color-02: var(--cometchat-neutral-color-100);--cometchat-background-color-03: var(--cometchat-neutral-color-200);--cometchat-background-color-04: var(--cometchat-neutral-color-300);--cometchat-border-color-light: var(--cometchat-neutral-color-200);--cometchat-border-color-default: var(--cometchat-neutral-color-300);--cometchat-border-color-dark: var(--cometchat-neutral-color-400);--cometchat-border-color-highlight: var(--cometchat-primary-color);--cometchat-text-color-primary: var(--cometchat-neutral-color-900);--cometchat-text-color-secondary: var(--cometchat-neutral-color-600);--cometchat-text-color-tertiary: var(--cometchat-neutral-color-500);--cometchat-text-color-disabled: var(--cometchat-neutral-color-400);--cometchat-text-color-white: var(--cometchat-neutral-color-50);--cometchat-text-color-highlight: var(--cometchat-primary-color);--cometchat-icon-color-primary: var(--cometchat-neutral-color-900);--cometchat-icon-color-secondary: var(--cometchat-neutral-color-500);--cometchat-icon-color-tertiary: var(--cometchat-neutral-color-400);--cometchat-icon-color-white: var(--cometchat-neutral-color-50);--cometchat-icon-color-highlight: var(--cometchat-primary-color);--cometchat-shimmer-background-color: var(--cometchat-neutral-color-200);--cometchat-shimmer-gradient-color: linear-gradient(90deg, #E0E0E0 0%, #EEE 100%);--cometchat-text-shimmer-gradient-color: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 50%, rgba(255, 255, 255, 0) 100%);--cometchat-primary-button-background: var(--cometchat-primary-color);--cometchat-primary-button-text: var(--cometchat-static-white);--cometchat-primary-button-icon: var(--cometchat-static-white);--cometchat-secondary-button-background: var(--cometchat-neutral-color-900);--cometchat-secondary-button-icon: var(--cometchat-neutral-color-900);--cometchat-secondary-button-text: var(--cometchat-neutral-color-900);--cometchat-link-button: var(--cometchat-info-color);--cometchat-fab-button-background: var(--cometchat-primary-color);--cometchat-fab-button-icon: var(--cometchat-static-white);--cometchat-white-hover: var(--cometchat-neutral-color-100);--cometchat-white-pressed: var(--cometchat-neutral-color-300)}[data-theme=dark]{--cometchat-primary-color: #6852D6;--cometchat-extended-primary-color-50: #15102B;--cometchat-extended-primary-color-100: #1D173C;--cometchat-extended-primary-color-200: #251E4D;--cometchat-extended-primary-color-300: #2E245E;--cometchat-extended-primary-color-400: #362B6F;--cometchat-extended-primary-color-500: #3E3180;--cometchat-extended-primary-color-600: #473892;--cometchat-extended-primary-color-700: #4F3EA3;--cometchat-extended-primary-color-800: #5745B4;--cometchat-extended-primary-color-900: #7460D9;--cometchat-neutral-color-50: #141414;--cometchat-neutral-color-100: #1A1A1A;--cometchat-neutral-color-200: #272727;--cometchat-neutral-color-300: #383838;--cometchat-neutral-color-400: #4C4C4C;--cometchat-neutral-color-500: #858585;--cometchat-neutral-color-600: #989898;--cometchat-neutral-color-700: #A8A8A8;--cometchat-neutral-color-800: #C8C8C8;--cometchat-neutral-color-900: #FFFFFF;--cometchat-info-color: #0D66BF;--cometchat-warning-color: #D08D04;--cometchat-success-color: #0B9F5D;--cometchat-message-seen-color: #56E8A7;--cometchat-error-color: #C73C3E;--cometchat-error-color-100: #3A0C05;--cometchat-static-black: #141414;--cometchat-static-white: #FFFFFF;--cometchat-background-color-01: var(--cometchat-neutral-color-50);--cometchat-background-color-02: var(--cometchat-neutral-color-100);--cometchat-background-color-03: var(--cometchat-neutral-color-200);--cometchat-background-color-04: var(--cometchat-neutral-color-300);--cometchat-border-color-light: var(--cometchat-neutral-color-200);--cometchat-border-color-default: var(--cometchat-neutral-color-300);--cometchat-border-color-dark: var(--cometchat-neutral-color-400);--cometchat-border-color-highlight: var(--cometchat-primary-color);--cometchat-text-color-primary: var(--cometchat-neutral-color-900);--cometchat-text-color-secondary: var(--cometchat-neutral-color-600);--cometchat-text-color-tertiary: var(--cometchat-neutral-color-500);--cometchat-text-color-disabled: var(--cometchat-neutral-color-400);--cometchat-text-color-white: var(--cometchat-neutral-color-50);--cometchat-text-color-highlight: var(--cometchat-primary-color);--cometchat-icon-color-primary: var(--cometchat-neutral-color-900);--cometchat-icon-color-secondary: var(--cometchat-neutral-color-500);--cometchat-icon-color-tertiary: var(--cometchat-neutral-color-400);--cometchat-icon-color-white: var(--cometchat-neutral-color-50);--cometchat-icon-color-highlight: var(--cometchat-primary-color);--cometchat-shimmer-background-color: var(--cometchat-background-color-01);--cometchat-shimmer-gradient-color: linear-gradient(90deg, #383838 0%, #272727 100%);--cometchat-text-shimmer-gradient-color: linear-gradient(270deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, .7) 50%, rgba(26, 26, 26, 0) 100%);--cometchat-primary-button-background: var(--cometchat-primary-color);--cometchat-primary-button-text: var(--cometchat-static-white);--cometchat-primary-button-icon: var(--cometchat-static-white);--cometchat-secondary-button-background: var(--cometchat-neutral-color-900);--cometchat-secondary-button-text: var(--cometchat-neutral-color-900);--cometchat-secondary-button-icon: var(--cometchat-neutral-color-900);--cometchat-link-button: var(--cometchat-info-color);--cometchat-fab-button-background: var(--cometchat-primary-color);--cometchat-fab-button-icon: var(--cometchat-static-white);--cometchat-white-hover: var(--cometchat-neutral-color-100);--cometchat-white-pressed: var(--cometchat-neutral-color-300)}
