@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&display=swap";@import"https://fonts.googleapis.com/css?family=Poppins";.message-bar-wrapper{width:fit-content;display:flex;align-items:center;column-gap:2px;max-width:600px;padding:8px 8px 11px;border-radius:8px;margin-bottom:var(--space-16);position:relative;box-shadow:0 0 2px #080c2b29,0 2px 4px #080c2b1f;background-color:#080c2bd9;overflow:hidden;text-overflow:ellipsis}.message-header-label{display:flex;flex-wrap:nowrap}.message-bar-header{display:flex;align-items:center;justify-content:space-between;column-gap:var(--space-16)}.message-bar-header>div{display:flex;font-size:14px;font-weight:var(--font-weight-500);line-height:20px;color:var(--white);gap:var(--space-16);align-items:center}.message-bar-close{display:flex;align-items:center;justify-content:center;cursor:pointer}.message-bar-success .message-bar-header{color:var(--able-success-green)}.message-bar-warning .message-bar-header{color:var(--warning-shade-3)}.message-bar-danger .message-bar-header{color:var(--able-danger-red)}.message-bar-info .message-bar-header{color:var(--info-shade-3)}.message-bar-icon{display:flex;justify-content:center;align-items:center;color:var(--white);width:24px;height:24px;border-radius:var(--border-radius)}.message-bar{display:flex;justify-content:flex-start;flex-direction:column;row-gap:var(--space-8)}.message-bar-with-content{min-height:73px}.message-bar-content{padding:0 var(--space-20) 0 var(--space-40);font-size:14px;line-height:20px;color:var(--white);font-weight:500}.message-bar-warning .message-bar-icon{fill:var(--warning-shade-2)}.message-bar-success .message-bar-icon{fill:var(--able-success-green)}.message-bar-info .message-bar-icon{fill:var(--info-shade-2)}.message-bar-danger .message-bar-icon{fill:var(--able-danger-red)}.message-bar-progress{width:0;height:3px;transition:width 4.5s ease;position:absolute;left:0;bottom:0;border-radius:8px}.message-bar-progress-start{width:100%}.message-bar-warning .message-bar-progress{background-color:var(--warning-tint-3)}.message-bar-success .message-bar-progress{background-color:#00b300}.message-bar-info .message-bar-progress{background-color:var(--info-tint-3)}.message-bar-danger .message-bar-progress{background-color:#ff4d4d}.message-bar-icon-success{background:#00b300}.message-bar-icon-warning{background:var(--warning-base)}.message-bar-icon-danger{background:#ff4d4d}.message-bar-icon-info{background:var(--info-base)}.message-bar-icon-section{display:flex;gap:var(--space-8);align-items:center}.message-bar-left-slide-in{animation:.4s ease-in-out 0s 1 normal both running containerLeftSlideIn}.message-bar-left-slide-out{animation:.4s ease-in-out 0s 1 normal both running containerLeftSlideOut}.message-bar-right-slide-in{animation:.4s ease-in-out 0s 1 normal both running containerRightSlideIn}.message-bar-right-slide-out{animation:.4s ease-in-out 0s 1 normal both running containerRightSlideOut}.message-bar-bottom-slide-in{animation:.4s ease-in-out 0s 1 normal both running containerBottomSlideIn}.message-bar-bottom-slide-out{animation:.4s ease-in-out 0s 1 normal both running containerBottomSlideOut}@keyframes containerLeftSlideIn{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes containerLeftSlideOut{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}@keyframes containerRightSlideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes containerRightSlideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@keyframes containerBottomSlideIn{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes containerBottomSlideOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}.button-container{display:flex;align-items:center;height:fit-content;border-radius:4px;white-space:nowrap}.button{display:flex;align-items:center;justify-content:center;column-gap:var(--space-8);padding:var(--space-16) var(--space-20);border:none;border-radius:16px;cursor:pointer;font-weight:600;font-size:14px;outline:none;box-shadow:none;line-height:20px;height:32px}.button-fullWidth{width:100%}.button-icon-only{padding:var(--space-8)}.button-small{height:24px}.button-small.button-icon-only{padding:var(--space-8) var(--space-4)}.button-medium{height:40px}.button-large{height:50px}.button-default-split,.button-subtle-split,.button-primary-split,.button-success-split,.button-warning-split,.button-danger-split,.button-subtleSecondary-split,.button-outline-split,.button-gradientPrimary-split,.button-default-split-disabled,.button-subtle-split-disabled,.button-primary-split-disabled,.button-success-split-disabled,.button-warning-split-disabled,.button-danger-split-disabled,.button-link-split-disabled,.button-subtleLink-split-disabled,.button-gradientPrimary-split-disabled{border-top-right-radius:4px;border-bottom-right-radius:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;outline:none}.button-primary,.button-primary:disabled.button-primary:hover{background-color:var(--text-color-primary);border:none;color:#fff}.button-primary-split,.button-primary-split-disabled{background-color:var(--primary-base);border:1px solid #3739bd;border-left:none;color:#fff}.button-primary svg,.button-primary-split svg,.button-primary-split-disabled svg,.button-success svg,.button-success-split svg,.button-success-split-disabled svg,.button-warning svg,.button-warning-split svg,.button-warning-split-disabled svg,.button-danger svg,.button-danger-split svg,.button-danger-split-disabled svg{fill:#fff}.button-primary:focus,.button-primary:active,.button-default:focus,.button-default:active,.button-subtle:focus,.button-subtle:active,.button-success:focus,.button-success:active,.button-warning:focus,.button-warning:active,.button-danger:focus,.button-danger:active,.button-link:focus,.button-link:active,.button-subtleLink:focus,.button-subtleLink:active,.button-subtleSecondary:focus,.button-subtleSecondary:active,.button-outline:focus,.button-outline:active,.button-gradientPrimary:focus,.button-gradientPrimary:active,.button-gradientSecondary:focus,.button-gradientSecondary:active .button-default-split:focus,.button-subtle-split:focus,.button-primary-split:focus,.button-success-split:focus,.button-warning-split:focus,.button-danger-split:focus,.button-default-split:active,.button-subtle-split:active,.button-primary-split:active,.button-success-split:active,.button-warning-split:active,.button-danger-split:active,.button-outline-split:active,.button-gradientPrimary-split:active{box-shadow:0 0 0 2px #d6d1ff}.button-primary:disabled,.button-default:disabled,.button-subtle:disabled,.button-subtleLink:disabled,.button-success:disabled,.button-warning:disabled,.button-danger:disabled,.button-link:disabled,.button-outline:disabled,.button-gradientPrimary:disabled,.button-gradientSecondary:disabled,.button-default-split-disabled,.button-subtle-split-disabled,.button-primary-split-disabled,.button-success-split-disabled,.button-warning-split-disabled,.button-danger-split-disabled,.button-link-split-disabled,.button-subtleLink-split-disabled,.button-outline-split:disabled,.button-gradientSecondary:disabled .button-gradientPrimary-split:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.button-disabled:hover{pointer-events:auto}.button-default,.button-default:disabled.button-default:hover{background-color:var(--text-color-primary);border:1px solid #e1e1e3;color:var(--white)}.button-default-split,.button-default-split-disabled{background-color:#f5f5f7;border:1px solid #e1e1e3;border-left:none;color:var(--text-color-title)}.button-subtle,.button-subtle:disabled.button-subtle:hover{background-color:#fff;border:1px solid var(--text-color-primary);color:var(--text-color-title)}.button-subtle-split,.button-subtle-split-disabled{background-color:#fff;border:1px solid #e1e1e3;border-left:none;color:var(--text-color-title)}.button-subtle:hover,.button-subtle-split:hover{border:1px solid var(--text-color-primary)}.button-success,.button-success:disabled.button-success:hover{background-color:var(--success-base);border:1px solid var(--success-shade-1);color:#fff}.button-success-split,.button-success-split-disabled{background-color:var(--success-base);border:1px solid var(--success-shade-1);border-left:none;color:#fff}.button-warning,.button-warning:disabled.button-warning:hover{background-color:var(--warning-base);border:1px solid var(--warning-shade-1);color:#fff}.button-warning-split,.button-warning-split-disabled{background-color:var(--warning-base);border:1px solid var(--warning-shade-1);border-left:none;color:#fff}.button-success:hover,.button-success-split:hover{border:1px solid var(--success-shade-1);background-color:var(--success-shade-1)}.button-warning:hover,.button-warning-split:hover{border:1px solid var(--warning-shade-1);background-color:var(--warning-shade-1)}.button-danger,.button-danger:disabled.button-danger:hover{background-color:var(--danger-base);border:1px solid var(--danger-shade-1);color:#fff}.button-danger-split,.button-danger-split-disabled{background-color:var(--danger-base);border:1px solid var(--danger-shade-1);border-left:none;color:#fff}.button-danger:hover,.button-danger-split:hover{background-color:var(--danger-shade-1);border:1px solid var(--danger-shade-1)}.button-link{border:1px solid transparent;background-color:transparent;color:var(--primary-base)}.button-link:hover{text-decoration:underline}.button-link:focus{color:var(--primary-shade-1);text-decoration:underline}.button-subtleLink{border:1px solid transparent;background-color:transparent;color:var(--text-color-title)}.button-subtleLink:hover,.button-subtleLink:focus{text-decoration:underline}.button-subtleSecondary,.button-subtleSecondary-split,.button-outline,.button-outline-split,.button-subtleSecondary-split-disabled,.button-subtleSecondary:disabled.button-subtleSecondary:hover,.button-outline-split-disabled,.button-outline:disabled.button-outline:hover{background-color:#fff;border:1.5px solid var(--text-color-primary);color:var(--primary-base)}.button-subtleSecondary:hover,.button-subtleSecondary-split:hover{border:1.5px solid var(--primary-base);color:var(--primary-base)}.button-icon{display:flex;align-items:center;justify-content:center;position:relative;width:20px;height:20px}button.button-split{border-top-right-radius:0;border-bottom-right-radius:0}.button-split-icon{height:20px;width:20px;display:flex;align-items:center;justify-content:center}.button-primary-split .button-split-icon svg{fill:var(--white)}.button-gradientPrimary{background:linear-gradient(86.73deg,#3696e5 .38%,#7424dc 98.88%);color:var(--white);line-height:20px;font-size:var(--font-size-14);font-weight:var(--font-weight-600)}.button-gradientSecondary{background:linear-gradient(116deg,#7424dc0d 13.41%,#21b8e50d 92.74%);color:var(--primary-base);font-size:var(--font-size-14);font-weight:var(--font-weight-500);border-radius:4px;border:1px solid #7424dc}.dropdown-target{position:relative;height:fit-content;-webkit-user-select:none;user-select:none}.dropdown-options-container{position:fixed;z-index:1302;background:transparent;padding:0}.dropdown-options-wrapper{box-shadow:0 0 2px #00000029,0 2px 4px #080c2b1f;border-radius:4px;overflow:hidden}.dropdown-overlay{position:fixed;top:0;left:0;height:100%;width:100%;opacity:0;z-index:999;cursor:default;-webkit-user-select:none;user-select:none}.dropdown-options{padding:var(--space-4) 0;max-height:280px;overflow-y:auto;background:#fff;overscroll-behavior:contain}.dropdown-footer{background:#fff;padding:var(--space-8);border-top:1px solid var(--able-gray-300)}.dropdown-custom-options{padding:0;max-height:none}.dropdown-height{height:100%}.dropdown-width{width:100%}.dropdown-width-fit-content{width:fit-content}.dropdown-option{min-height:36px;padding:var(--space-8) var(--space-16);cursor:pointer;font-size:14px;line-height:20px;-webkit-user-select:none;user-select:none;color:var(--text-color-primary)}.dropdown-option-item{display:flex;align-items:center;white-space:nowrap;overflow:hidden}.dropdown-option-item>div:first-child{margin-right:var(--space-8)}.dropdown-option-selected{background-color:var(--able-gray-100);color:var(--text-color-primary);font-weight:var(--font-weight-600)}.dropdown-option:not(.dropdown-option-selected):hover{background:var(--able-gray-100)}.dropdown-search{padding:var(--space-12) var(--space-16)}.menu-item{cursor:pointer;font-size:14px;line-height:20px;-webkit-user-select:none;user-select:none;display:flex;align-items:center}.menu-item-disabled{cursor:not-allowed;font-size:var(--font-size-14);line-height:20px;-webkit-user-select:none;user-select:none;display:flex;align-items:center}.menu-item-icon{width:24px;height:24px;margin-right:var(--space-8);display:flex;justify-content:center;align-items:center}.menu-item-content{display:flex;flex-direction:column;align-items:flex-start;width:100%;font-size:14px;line-height:20px}.dropdown-option:not(.dropdown-option-selected) .menu-item-subtext{line-height:20px;color:var(--able-gray-400)}.menu-item-subtext{font-size:12px}.dropdown-group-option:not(:last-child){border-bottom:1px solid var(--able-gray-300);padding-bottom:var(--space-8)}.dropdown-group-header,.dropdown-group-one-header{padding:var(--space-16);padding-bottom:var(--space-8);padding-top:var(--space-8);font-weight:var(--font-weight-600);font-size:14px;line-height:20px;color:var(--text-color-primary)}.dropdown-group-one-header{border-bottom:1px solid var(--able-gray-300);padding-top:var(--space-8)}.dropdown-select-all{padding:var(--space-4) var(--space-16);border-bottom:1px solid var(--able-gray-300)}.dropdown-input-bottom{display:flex;flex-direction:column}.dropdown-input-help-text{margin-top:var(--space-8);font-size:14px;line-height:20px;color:var(--text-color-primary)}.dropdown-input-error{color:var(--able-danger-red);font-size:14px;line-height:20px;margin-top:var(--space-8)}.dropdown-option-disabled{opacity:.5;cursor:not-allowed}.dropdown-noResult{min-height:36px;padding:var(--space-8) var(--space-16);font-size:14px;line-height:20px;-webkit-user-select:none;user-select:none;color:var(--text-color-primary)}.selector-wrapper .cometchat-conversations .cometchat-list__header-menu .cometchat-button__icon{background:var(--cometchat-icon-color-primary)}.cometchat-conversations .cometchat-list__header-menu .cometchat-button__icon:hover{background:var(--cometchat-icon-color-highlight)}.cometchat-list__header-search-bar{border-right:none}.cometchat .cometchat-menu-list__sub-menu-list-item{text-align:left}.cometchat .cometchat-conversations .cometchat-menu-list__sub-menu-list{width:212px;top:40px!important;left:172px!important}#logged-in-user{border-bottom:2px solid var(--cometchat-border-color-default, #e8e8e8)}#logged-in-user .cometchat-menu-list__sub-menu-item-title,#logged-in-user .cometchat-menu-list__sub-menu-list-item{cursor:default}.cometchat-menu-list__sub-menu-list-item-icon-log-out{background-color:var(--cometchat-error-color, #f44649)}.cometchat-menu-list__sub-menu-item-title-log-out{color:var(--cometchat-error-color, #f44649)}.chat-menu .cometchat .cometchat-menu-list__sub-menu-item-title{cursor:pointer}.chat-menu .cometchat .cometchat-menu-list__sub-menu{box-shadow:none}.chat-menu .cometchat .cometchat-menu-list__sub-menu-icon{background-color:var(--cometchat-icon-color-primary, #141414);width:24px;height:24px}.cometchat-selector{display:flex;width:100%;padding:0 8px;align-items:flex-start;gap:8px;border-top:1px solid var(--cometchat-border-color-light, #f5f5f5);border-right:1px solid var(--cometchat-border-color-light, #f5f5f5);background:var(--cometchat-background-color-01, #fff)}.cometchat-selector__tab{display:flex;padding:12px 0 10px;flex-direction:column;justify-content:center;align-items:center;gap:4px;flex:1 0 0;min-height:48px}.cometchat-selector__tab-icon-active{display:flex;width:32px;height:32px;justify-content:center;align-items:center;-webkit-mask-size:contain;mask-size:contain;cursor:default;background:var(--cometchat-icon-color-highlight);-webkit-mask:url(../assets/chats.svg) no-repeat center;mask:url(../assets/chats.svg) no-repeat center}.cometchat-selector__tab-text-active{text-align:center;font:var(--cometchat-font-caption1-medium, 500 12px Roboto);cursor:default;color:var(--cometchat-text-color-highlight)}._container_b0stv_1{width:90%;max-width:1200px;margin:0 auto;padding:0 15px}._btn_b0stv_1{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;transition:var(--transition);cursor:pointer;letter-spacing:.01em}._btn-primary_b0stv_1{background-color:var(--secondary-color);color:var(--light-color);border:none}._btn-primary_b0stv_1:hover{background-color:#009e78;transform:translateY(-2px);box-shadow:0 4px 8px #00b38633}._btn-secondary_b0stv_1{background-color:transparent;color:var(--primary-color);border:1.5px solid var(--primary-color)}._btn-secondary_b0stv_1:hover{background-color:#1a73e814;transform:translateY(-2px)}header ._container_b0stv_1{display:flex;justify-content:space-between;align-items:center}._logo_b0stv_1{max-width:140px;color:var(--primary-color)}nav ul li a._btn-primary_b0stv_1{color:var(--light-color)}._hero-section_b0stv_1{background-color:var(--background-color);padding:6rem 0;position:relative;overflow:hidden}._hero-backdrop_b0stv_1{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 10% 30%,rgba(26,115,232,.05) 0%,transparent 35%),radial-gradient(circle at 90% 70%,rgba(0,179,134,.06) 0%,transparent 40%);z-index:0}._hero-container_b0stv_1{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:1}._hero-content_b0stv_1{max-width:550px;position:relative}._hero-content_b0stv_1 h1{font-size:2.75rem;font-weight:700;color:var(--headline-color);margin-bottom:1.25rem;line-height:1.2;background:linear-gradient(90deg,var(--headline-color) 70%,var(--primary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}._hero-content_b0stv_1 p{font-size:1.125rem;color:var(--subheadline-color);margin-bottom:2rem;line-height:1.6}._hero-buttons_b0stv_1{margin-top:2rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}._hero-image-wrapper_b0stv_1{position:relative;z-index:1;display:flex;justify-content:center;align-items:center}._hero-rangoli_b0stv_1{width:100%;max-width:550px;height:auto;opacity:.8;filter:saturate(120%) hue-rotate(10deg);z-index:1}@keyframes _gentle-spin_b0stv_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._waitlist-card_b0stv_1{background:linear-gradient(135deg,#ffffffe6,#f0f9fff2);border-radius:20px;box-shadow:0 15px 35px #0000001a,0 3px 10px #0000000d;overflow:hidden;max-width:450px;border:1px solid rgba(255,255,255,.6);position:relative;z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:2.5rem 2rem;text-align:center;margin-bottom:1rem;transform:translateY(0);transition:transform .5s ease,box-shadow .5s ease}._waitlist-card_b0stv_1:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026,0 5px 15px #00000014}._waitlist-container_b0stv_1{margin:2rem 0;position:relative;z-index:2}._waitlist-badge_b0stv_1{position:absolute;top:0;right:0;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));color:#fff;padding:.5rem 1.5rem;font-weight:600;font-size:.9rem;border-bottom-left-radius:15px;border-top-right-radius:20px;box-shadow:0 3px 8px #00b38633;transform:translateY(0);animation:_float_b0stv_1 3s ease-in-out infinite}._waitlist-badge-inline_b0stv_1{background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));color:#fff;padding:.4rem 1rem;font-weight:600;font-size:.8rem;border-radius:20px;box-shadow:0 3px 8px #00b38633;animation:_float_b0stv_1 3s ease-in-out infinite;display:inline-block;margin-left:.5rem}@keyframes _float_b0stv_1{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}._waitlist-wrapper_b0stv_1 h3{font-size:2.5rem;margin:.5rem 0 .25rem;color:var(--headline-color);text-align:center;background:linear-gradient(90deg,var(--headline-color),var(--primary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._btn-large_b0stv_1{padding:1rem 2.5rem;font-size:1.2rem;border-radius:50px;letter-spacing:.5px;font-weight:700;position:relative;overflow:hidden;transition:all .3s ease}._pulse-btn_b0stv_1{animation:_pulse_b0stv_1 2s infinite;box-shadow:0 0 #00b386b3}@keyframes _pulse_b0stv_1{0%{transform:scale(.95);box-shadow:0 0 #00b386b3}70%{transform:scale(1);box-shadow:0 0 0 12px #00b38600}to{transform:scale(.95);box-shadow:0 0 #00b38600}}._waitlist-privacy_b0stv_1{text-align:center;font-size:.8125rem;color:#6b7280;margin-top:.75rem}._chat-container_b0stv_1{background-color:#fffffff5;border-radius:16px;box-shadow:0 10px 30px #00000014;overflow:hidden;max-width:450px;border:1px solid var(--chat-border);position:relative;z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:perspective(1000px) rotateY(-2deg);transition:transform .5s ease}._chat-container_b0stv_1:hover{transform:perspective(1000px) rotateY(0)}._chat-header_b0stv_1{background:linear-gradient(45deg,var(--primary-color),#0064D1 40%,#005BC2);color:var(--light-color);padding:1rem 1.5rem;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}._chat-header_b0stv_1 h3{font-size:1rem;margin-bottom:0;color:var(--light-color)}._chat-header_b0stv_1 ._chat-icon_b0stv_1{margin-right:.75rem;font-size:1.25rem}._chat-messages_b0stv_1{padding:1.5rem;height:180px;overflow-y:auto;background-color:#fcfcfc;background-image:radial-gradient(circle at 15% 85%,rgba(248,250,252,.8) 0%,transparent 25%),radial-gradient(circle at 85% 15%,rgba(248,250,252,.8) 0%,transparent 25%)}._message_b0stv_1{display:flex;margin-bottom:1rem;position:relative}._ai-message_b0stv_1{align-items:flex-start}._user-message_b0stv_1{justify-content:flex-end}._message-bubble_b0stv_1{border-radius:18px;padding:.85rem 1.15rem;max-width:85%;font-size:.9375rem;box-shadow:0 1px 2px #0000000d;line-height:1.5;position:relative;z-index:1}._ai-bubble_b0stv_1{border-top-left-radius:4px;background:linear-gradient(to bottom right,#f0f4ff,#e6f5fd);color:var(--headline-color);border:1px solid rgba(230,236,250,.8)}._ai-bubble_b0stv_1:before{content:"";position:absolute;width:15px;height:15px;background-color:var(--primary-color);border-radius:50%;top:-7px;left:-7px;opacity:.1;z-index:0}._user-bubble_b0stv_1{border-top-right-radius:4px;background:linear-gradient(135deg,var(--primary-color),#1565c0);color:var(--light-color);border:1px solid rgba(21,101,192,.3)}._chat-input_b0stv_1{display:flex;border-top:1px solid var(--chat-border);padding:1rem;background-color:var(--light-color)}._chat-input_b0stv_1 input{flex:1;border:1px solid rgba(226,232,240,.8);border-radius:10px;padding:.75rem 1rem;font-size:.9375rem;color:var(--headline-color);outline:none;transition:all .2s ease;background-color:#f7fafccc}._chat-input_b0stv_1 input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #1a73e814;background-color:#fff}._chat-input_b0stv_1 button{margin-left:.75rem;background:linear-gradient(to right,var(--secondary-color),#00A079);color:#fff;border:none;border-radius:10px;padding:0 1.5rem;font-weight:600;cursor:pointer;transition:var(--transition);height:48px;box-shadow:0 2px 10px #00b38633;position:relative;overflow:hidden}._chat-input_b0stv_1 button:hover{background:linear-gradient(to right,#00a682,#00c190);transform:translateY(-1px);box-shadow:0 4px 12px #00b3864d}._chat-input_b0stv_1 button:active{transform:translateY(1px)}._trust-badges_b0stv_1{display:flex;justify-content:center;gap:1.75rem;margin-bottom:2.5rem;padding:1.5rem;background-color:#fff6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:12px;border:1px solid rgba(255,247,237,.3);position:relative;z-index:1}._trust-badge_b0stv_1{display:flex;align-items:center;font-size:.875rem;color:var(--subheadline-color);font-weight:500;transition:var(--transition)}._trust-badge_b0stv_1:hover{transform:translateY(-2px)}._trust-badge_b0stv_1 .material-symbols-rounded{margin-right:.5rem;color:var(--primary-color);font-size:1.25rem;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._how-it-works-section_b0stv_1{background-color:var(--light-color);position:relative;padding-top:100px}._section-intro_b0stv_1{max-width:800px;margin:0 auto 3rem;text-align:center;font-size:1.125rem;color:var(--subheadline-color)}._process-flow_b0stv_1{margin-bottom:2rem}._process-numbers_b0stv_1{display:flex;justify-content:space-between;align-items:center;max-width:900px;margin:0 auto;padding:0 5%}._process-step_b0stv_1{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;position:relative;z-index:2}._process-numbers_b0stv_1 ._process-step_b0stv_1:nth-child(1){background-color:var(--step-color-1);box-shadow:0 4px 10px #0ea5e94d}._process-numbers_b0stv_1 ._process-step_b0stv_1:nth-child(3){background-color:var(--step-color-2);box-shadow:0 4px 10px #0891b24d}._process-numbers_b0stv_1 ._process-step_b0stv_1:nth-child(5){background-color:var(--step-color-3);box-shadow:0 4px 10px #0d94884d}._process-numbers_b0stv_1 ._process-step_b0stv_1:nth-child(7){background-color:var(--step-color-4);box-shadow:0 4px 10px #0596694d}._process-connector_b0stv_1{flex:1;height:4px;background:linear-gradient(90deg,var(--step-color-1) 0%,var(--step-color-2) 33%,var(--step-color-3) 66%,var(--step-color-4) 100%);position:relative}._process-connector_b0stv_1:after{content:"";position:absolute;right:-5px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:10px solid var(--step-color-4)}._process-connector_b0stv_1:nth-of-type(1):after{border-left-color:var(--step-color-2)}._process-connector_b0stv_1:nth-of-type(2):after{border-left-color:var(--step-color-3)}._steps-container_b0stv_1{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem}._step-card_b0stv_1{background-color:var(--light-color);border-radius:10px;box-shadow:var(--shadow-small);padding:1.75rem;display:flex;flex-direction:column;position:relative;border-width:2px;border-style:solid;transition:var(--transition)}._step-card-1_b0stv_1{border-color:var(--step-color-1)}._step-card-2_b0stv_1{border-color:var(--step-color-2)}._step-card-3_b0stv_1{border-color:var(--step-color-3)}._step-card-4_b0stv_1{border-color:var(--step-color-4)}._step-card_b0stv_1:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}._step-icon_b0stv_1{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}._step-card-1_b0stv_1 ._step-icon_b0stv_1{background-color:#0ea5e91a;color:var(--step-color-1)}._step-card-2_b0stv_1 ._step-icon_b0stv_1{background-color:#0891b21a;color:var(--step-color-2)}._step-card-3_b0stv_1 ._step-icon_b0stv_1{background-color:#0d94881a;color:var(--step-color-3)}._step-card-4_b0stv_1 ._step-icon_b0stv_1{background-color:#0596691a;color:var(--step-color-4)}._step-icon_b0stv_1 ._material-symbols-rounded_b0stv_1{font-size:30px}._step-card_b0stv_1 h3{text-align:center;margin-bottom:1rem;font-size:1.25rem}._step-card-1_b0stv_1 h3{color:var(--step-color-1)}._step-card-2_b0stv_1 h3{color:var(--step-color-2)}._step-card-3_b0stv_1 h3{color:var(--step-color-3)}._step-card-4_b0stv_1 h3{color:var(--step-color-4)}._step-card_b0stv_1 p{font-size:.9375rem;text-align:center;margin-bottom:0}._section-cta_b0stv_1{text-align:center;margin-top:3rem;background:linear-gradient(45deg,var(--step-color-1) 0%,var(--step-color-2) 33%,var(--step-color-3) 66%,var(--step-color-4) 100%);padding:2.5rem;border-radius:12px;color:#fff}._section-cta_b0stv_1 p{font-size:1.25rem;margin-bottom:1.5rem;font-weight:500;color:#fff}._section-cta_b0stv_1 ._btn-primary_b0stv_1{background-color:#fff;color:var(--headline-color);box-shadow:0 4px 12px #00000026}._section-cta_b0stv_1 ._btn-primary_b0stv_1:hover{transform:translateY(-2px);box-shadow:0 6px 15px #0003}._why-trust-section_b0stv_1{position:relative;padding:5rem 0;background-image:linear-gradient(to bottom,#ffffffeb,#ffffffeb),url(/bg1.png);background-size:cover;background-position:center;background-attachment:fixed}._why-trust-section_b0stv_1:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--primary-color) 0%,var(--secondary-color) 100%);z-index:1}._section-image_b0stv_1{text-align:center;margin-bottom:2.5rem;opacity:.8}._trust-header-image_b0stv_1{max-width:400px;height:auto;display:inline-block;border-radius:10px;box-shadow:var(--shadow-small)}._trust-grid_b0stv_1{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}._trust-card_b0stv_1{background-color:#ffffffd9;border-radius:12px;box-shadow:var(--shadow-medium);padding:2rem;position:relative;border:none;transition:var(--transition);display:flex;flex-direction:column;overflow:hidden;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._trust-card-image_b0stv_1{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:1.5rem;box-shadow:0 4px 12px #0000001a;transition:var(--transition)}._trust-card_b0stv_1:hover ._trust-card-image_b0stv_1{transform:scale(1.03)}._trust-card_b0stv_1:before{content:"";position:absolute;width:150px;height:150px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgba(0, 179, 134, 0.08)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>');background-repeat:no-repeat;background-size:contain;right:-30px;bottom:-30px;opacity:.5;transform:rotate(15deg);z-index:0}._trust-card_b0stv_1:nth-child(1){border-top:4px solid var(--step-color-1)}._trust-card_b0stv_1:nth-child(2){border-top:4px solid var(--step-color-2)}._trust-card_b0stv_1:nth-child(3){border-top:4px solid var(--step-color-3)}._trust-card_b0stv_1:nth-child(4){border-top:4px solid var(--step-color-4)}._trust-card_b0stv_1:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a;background-color:#fffffff2}._trust-icon_b0stv_1{width:70px;height:70px;background-color:#1a73e81a;color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;z-index:1;box-shadow:0 5px 15px #1a73e826}._trust-icon_b0stv_1 ._material-symbols-rounded_b0stv_1{font-size:30px}._trust-card_b0stv_1 h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--headline-color);position:relative;z-index:1}._trust-card_b0stv_1 p{font-size:.9375rem;color:var(--subheadline-color);margin-bottom:1.5rem;position:relative;z-index:1}._trust-label_b0stv_1{display:flex;align-items:center;padding:.5rem .75rem;background-color:#f0f9ff;border-radius:6px;font-size:.8125rem;color:var(--primary-color);margin-top:auto;position:relative;z-index:1}._trust-label_b0stv_1 ._material-symbols-rounded_b0stv_1{font-size:1rem;margin-right:.5rem}._trust-bar_b0stv_1{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1.5rem;background-color:var(--light-color);border-radius:10px;box-shadow:var(--shadow-small);margin-bottom:3rem}._trust-item_b0stv_1{display:flex;align-items:center;color:var(--subheadline-color);font-size:.9375rem;font-weight:500}._trust-item_b0stv_1 ._material-symbols-rounded_b0stv_1{margin-right:.5rem;color:var(--secondary-color);font-size:1.25rem}._section-cta-light_b0stv_1{text-align:center;margin-top:3rem;padding:2.5rem;border-radius:12px;background-color:var(--light-grey);border:1px solid var(--border-color)}._section-cta-light_b0stv_1 p{font-size:1.125rem;margin-bottom:1.5rem;font-weight:500;color:var(--headline-color);max-width:700px;margin-left:auto;margin-right:auto}._testimonials-section_b0stv_1{background-color:#f5f9ff;position:relative;overflow:hidden}._testimonials-section_b0stv_1:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--step-color-3) 0%,var(--step-color-2) 100%);z-index:1}._section-header_b0stv_1{text-align:center;margin-bottom:3rem;position:relative}._section-icon_b0stv_1{width:60px;height:auto;margin-bottom:1rem;display:inline-block;filter:drop-shadow(0 2px 5px rgba(0,0,0,.1))}._testimonials-container_b0stv_1{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}._testimonial-card_b0stv_1{background-color:var(--light-color);border-radius:12px;padding:2rem;box-shadow:var(--shadow-small);transition:var(--transition);position:relative;display:flex;flex-direction:column;border-top:4px solid var(--primary-color);overflow:hidden}._testimonial-card_b0stv_1:after{content:"";position:absolute;width:150px;height:150px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgba(26, 115, 232, 0.05)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="8" r="7"></circle><polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88"></polyline></svg>');background-repeat:no-repeat;background-size:contain;right:-30px;bottom:-30px;opacity:.7;transform:rotate(15deg);z-index:0}._testimonial-card_b0stv_1:nth-child(1){border-top-color:var(--step-color-1)}._testimonial-card_b0stv_1:nth-child(2){border-top-color:var(--step-color-2)}._testimonial-card_b0stv_1:nth-child(3){border-top-color:var(--step-color-3)}._testimonial-card_b0stv_1:hover{transform:translateY(-6px);box-shadow:0 12px 25px #00000014}._testimonial-rating_b0stv_1{margin-bottom:1rem}._star_b0stv_1{color:#ffb400;font-size:1.25rem;margin-right:2px}._testimonial-content_b0stv_1{position:relative;margin-bottom:1.5rem;flex-grow:1;z-index:1}._testimonial-content_b0stv_1 p{font-size:1rem;line-height:1.7;position:relative;padding-left:1.25rem;margin-bottom:0}._testimonial-content_b0stv_1 p:before{content:'"';position:absolute;left:0;top:-.5rem;font-size:2.5rem;color:var(--primary-color);opacity:.2;line-height:1}._testimonial-author_b0stv_1{display:flex;align-items:center;margin-bottom:.75rem;z-index:1;position:relative}._testimonial-author_b0stv_1 img{width:50px;height:50px;border-radius:50%;object-fit:cover;margin-right:1rem;border:2px solid white;box-shadow:0 2px 8px #0000001a}._author-info_b0stv_1 h4{margin-bottom:.25rem;font-size:1rem;color:var(--headline-color)}._author-info_b0stv_1 p{font-size:.875rem;margin-bottom:0;color:#6b7280}._testimonial-tag_b0stv_1{display:inline-flex;align-items:center;padding:.5rem .75rem;background-color:#f0f9ff;border-radius:6px;font-size:.8125rem;color:var(--primary-color);font-weight:500;align-self:flex-start;z-index:1;position:relative}._testimonial-tag_b0stv_1 ._material-symbols-rounded_b0stv_1{font-size:1rem;margin-right:.5rem}._testimonials-cta_b0stv_1{text-align:center;margin-top:1rem}._partners-section_b0stv_1{background-color:var(--light-color);position:relative;overflow:hidden;padding:5rem 0}._partners-section_b0stv_1:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><rect width="1" height="1" fill="rgba(0, 179, 134, 0.05)"/></svg>');background-repeat:repeat;opacity:.5;z-index:0}._partners-section_b0stv_1 ._container_b0stv_1{position:relative;z-index:1}._section-logo_b0stv_1{width:80px;height:auto;margin-bottom:1rem;display:inline-block;filter:drop-shadow(0 2px 5px rgba(0,0,0,.1))}._partners-wrapper_b0stv_1{margin-bottom:3rem}._partners-banner_b0stv_1{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:1.5rem;margin-bottom:2rem}._partner-item_b0stv_1{background-color:var(--light-color);border-radius:10px;padding:1.5rem;box-shadow:var(--shadow-small);transition:var(--transition);display:flex;flex-direction:column;align-items:center;justify-content:center;width:180px;position:relative;border:1px solid var(--border-color);text-align:center}._partner-item_b0stv_1:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium);border-color:var(--secondary-color)}._partner-logo_b0stv_1{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem;justify-content:center}._bank-logo_b0stv_1{width:120px;height:auto;object-fit:contain;transition:all .3s ease;border-radius:4px}._partner-item_b0stv_1:hover ._bank-logo_b0stv_1{transform:scale(1.05)}._partner-logo_b0stv_1 ._material-symbols-rounded_b0stv_1{font-size:2.5rem;color:var(--primary-color);margin-bottom:.5rem}._partner-logo_b0stv_1 span:last-child{font-weight:600;font-size:1.1rem;color:var(--headline-color)}._partner-tag_b0stv_1{padding:.4rem .75rem;background-color:#1a73e81a;color:var(--primary-color);border-radius:20px;font-size:.75rem;font-weight:600}._partners-stats_b0stv_1{display:flex;justify-content:center;flex-wrap:wrap;gap:3rem;margin-bottom:3rem;background:linear-gradient(45deg,#1a73e814,#00b38614);padding:2rem;border-radius:12px}._stat-item_b0stv_1{text-align:center}._stat-value_b0stv_1{font-size:2rem;font-weight:700;color:var(--headline-color);margin-bottom:.5rem;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent}._stat-label_b0stv_1{color:var(--subheadline-color);font-weight:500}._partners-footer_b0stv_1{text-align:center;max-width:650px;margin:0 auto}._partners-footer_b0stv_1 p{margin-bottom:1.5rem}._features-section_b0stv_1{position:relative;padding:6rem 0;color:var(--light-color);overflow:hidden}._features-backdrop_b0stv_1{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to right,#001129d9,#001129f2),url(/blr.webp);background-size:cover;background-position:center;background-attachment:fixed;z-index:0}._features-section_b0stv_1 ._container_b0stv_1{position:relative;z-index:1}._light-text_b0stv_1 h2,._light-text_b0stv_1 ._section-intro_b0stv_1{color:var(--light-color)}._features-grid_b0stv_1{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}._feature-card_b0stv_1{background-color:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;transition:var(--transition);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;height:100%}._feature-card_b0stv_1:hover{transform:translateY(-5px);box-shadow:0 12px 25px #0003;background-color:#ffffff1f}._feature-icon_b0stv_1{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--light-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.5rem;box-shadow:0 5px 15px #0003}._feature-icon_b0stv_1 ._material-symbols-rounded_b0stv_1{font-size:28px}._feature-card_b0stv_1 h3{color:var(--light-color);margin-bottom:1rem;font-size:1.25rem}._feature-card_b0stv_1 p{color:#fffc;font-size:.9375rem;margin-bottom:1.5rem;flex-grow:1}._feature-stat_b0stv_1{padding:1rem;background-color:#ffffff0d;border-radius:8px;text-align:center;margin-top:auto}._feature-stat_b0stv_1 ._stat-value_b0stv_1{font-size:1.75rem;font-weight:700;color:var(--light-color);margin-bottom:.25rem;display:flex;align-items:baseline;justify-content:center}._stat-unit_b0stv_1{font-size:1rem;margin-left:2px;opacity:.8}._stat-desc_b0stv_1{font-size:.8125rem;color:#ffffffb3}._features-cta_b0stv_1{text-align:center;margin-top:2rem}._btn-glow_b0stv_1{background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));color:var(--light-color);border:none;padding:.9rem 2rem;font-weight:600;box-shadow:0 5px 20px #00b38666;position:relative;overflow:hidden}._btn-glow_b0stv_1:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,#fff0,#ffffff1a,#fff0);transform:rotate(45deg);animation:_glowEffect_b0stv_1 3s infinite}@keyframes _glowEffect_b0stv_1{0%{transform:translate(-50%,-50%) rotate(45deg)}to{transform:translate(100%,100%) rotate(45deg)}}._btn-glow_b0stv_1:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00b38680;color:var(--light-color)}._results-section_b0stv_1{position:relative;padding:6rem 0;color:var(--light-color);overflow:hidden;text-align:center}._results-backdrop_b0stv_1{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to bottom,#001e3ceb,#001e3cf7),url(/bg.jpg);background-size:cover;background-position:center;background-attachment:fixed;z-index:0}._results-section_b0stv_1 ._container_b0stv_1{position:relative;z-index:1}._results-section_b0stv_1 ._section-header_b0stv_1{margin-bottom:3.5rem}._results-section_b0stv_1 h2{color:var(--light-color)}._metrics-container_b0stv_1{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;text-align:center;margin-bottom:4rem}._metric-card_b0stv_1{padding:2rem;border-radius:12px;background-color:#ffffff12;transition:var(--transition);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);position:relative}._metric-card_b0stv_1:hover{transform:translateY(-5px);background-color:#ffffff1f;box-shadow:0 12px 25px #00000026}._metric-icon_b0stv_1{width:70px;height:70px;background:#ffffff1a;color:var(--light-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:1.5rem;border:2px solid rgba(255,255,255,.2)}._metric-icon_b0stv_1 ._material-symbols-rounded_b0stv_1{font-size:35px}._metric-value_b0stv_1{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:var(--light-color);display:flex;align-items:baseline;justify-content:center;line-height:1}._metric-unit_b0stv_1{font-size:1.5rem;margin-left:3px;opacity:.8}._metric-card_b0stv_1 p{color:#fffc;font-size:1.125rem;margin-bottom:1.25rem;font-weight:500}._metric-growth_b0stv_1{display:inline-flex;align-items:center;padding:.5rem .75rem;background-color:#00b38633;border-radius:20px;color:#00f7b5;font-size:.875rem;font-weight:500}._growth-arrow_b0stv_1{margin-right:.25rem}._results-quote_b0stv_1{max-width:800px;margin:2rem auto 0;text-align:center;padding:2rem;background-color:#ffffff0d;border-radius:12px;position:relative}._results-quote_b0stv_1:before{content:'"';position:absolute;top:-10px;left:20px;font-size:8rem;color:#ffffff0d;line-height:1}._results-quote_b0stv_1 blockquote{font-size:1.5rem;line-height:1.5;font-weight:300;font-style:italic;margin-bottom:1.5rem}._results-quote_b0stv_1 cite{font-size:1rem;font-style:normal;color:#ffffffb3}._cta-section_b0stv_1{background-color:var(--light-color);padding:5rem 0;position:relative;overflow:hidden}._cta-section_b0stv_1:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 10% 90%,rgba(26,115,232,.07) 0%,transparent 40%),radial-gradient(circle at 90% 20%,rgba(0,179,134,.05) 0%,transparent 40%);z-index:0}._cta-container_b0stv_1{display:grid;grid-template-columns:1fr auto;align-items:center;gap:3rem;position:relative;z-index:1}._cta-content_b0stv_1{max-width:600px}._cta-section_b0stv_1 h2{margin-bottom:1.25rem;text-align:left;font-size:2.5rem}._cta-section_b0stv_1 p{margin-bottom:2rem;font-size:1.125rem;text-align:left;color:var(--subheadline-color)}._cta-buttons_b0stv_1{display:flex;gap:1rem;margin-bottom:2rem}._cta-features_b0stv_1{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}._cta-feature_b0stv_1{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:var(--subheadline-color);font-weight:500}._cta-feature_b0stv_1 ._material-symbols-rounded_b0stv_1{color:var(--secondary-color);font-size:1.25rem}._cta-image_b0stv_1 img{max-width:300px;border-radius:20px;box-shadow:var(--shadow-medium);transform:rotate(2deg);transition:var(--transition);border:5px solid white}._cta-image_b0stv_1 img:hover{transform:rotate(-1deg) scale(1.02);box-shadow:0 15px 30px #0000001a}._footer-top_b0stv_1{padding:5rem 0 3rem}._footer-header_b0stv_1{display:flex;flex-direction:column;align-items:center;margin-bottom:3rem;text-align:center}._footer-logo_b0stv_1{display:flex;align-items:center;margin-bottom:1rem}._footer-logo-img_b0stv_1{width:40px;height:40px;margin-right:.75rem;filter:brightness(0) invert(1)}._footer-logo_b0stv_1 span{font-size:1.5rem;font-weight:700;color:var(--light-color)}._footer-tagline_b0stv_1{max-width:450px;font-size:1.125rem;color:#ffffffb3}._footer-grid_b0stv_1{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem}._footer-col_b0stv_1 h3{color:var(--light-color);margin-bottom:1.5rem;font-size:1.125rem;font-weight:600;position:relative}._footer-col_b0stv_1 h3:after{content:"";position:absolute;left:0;bottom:-8px;width:30px;height:2px;background-color:var(--secondary-color)}._footer-col_b0stv_1 ul{margin:0;padding:0}._footer-col_b0stv_1 ul li{margin-bottom:.9rem;list-style:none}._footer-col_b0stv_1 ul li a{color:#9ca3af;transition:var(--transition);font-size:.9375rem;text-decoration:none}._footer-col_b0stv_1 ul li a:hover{color:var(--light-color);padding-left:5px}._contact-col_b0stv_1{grid-column:span 2}._contact-item_b0stv_1{display:flex;align-items:center;margin-bottom:1.25rem;color:#9ca3af}._contact-item_b0stv_1 ._material-symbols-rounded_b0stv_1{font-size:1.25rem;margin-right:.75rem;color:var(--secondary-color)}._contact-item_b0stv_1 a,._contact-item_b0stv_1 address{font-style:normal;font-size:.9375rem;color:#9ca3af;text-decoration:none;transition:var(--transition)}._contact-item_b0stv_1 a:hover{color:var(--light-color)}._social-links_b0stv_1{display:flex;gap:1rem;margin-top:1.5rem}._social-link_b0stv_1{width:40px;height:40px;border-radius:50%;background-color:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:var(--transition);color:#9ca3af}._social-link_b0stv_1:hover{background-color:var(--secondary-color);color:var(--light-color);transform:translateY(-3px)}._footer-bottom_b0stv_1{padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.875rem}._footer-bottom_b0stv_1 ._container_b0stv_1{display:flex;flex-direction:column;align-items:center}._footer-bottom_b0stv_1 p{margin-bottom:.75rem}._footer-disclaimer_b0stv_1{max-width:800px;color:#fff6;font-size:.8125rem}@media (max-width: 1200px){._cta-container_b0stv_1{grid-template-columns:1fr;text-align:center}._cta-content_b0stv_1{max-width:100%}._cta-section_b0stv_1 h2,._cta-section_b0stv_1 p{text-align:center}._cta-buttons_b0stv_1,._cta-features_b0stv_1{justify-content:center}._cta-image_b0stv_1{display:none}._contact-col_b0stv_1{grid-column:span 1}}@media (max-width: 992px){h1{font-size:2.25rem}h2{font-size:1.875rem}._hero-container_b0stv_1{grid-template-columns:1fr;gap:2rem}._hero-content_b0stv_1{max-width:100%;text-align:center}._hero-content_b0stv_1 h1{display:block;background:linear-gradient(90deg,var(--headline-color) 40%,var(--primary-color) 70%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._hero-buttons_b0stv_1{justify-content:center;display:flex}._chat-container_b0stv_1{margin:0 auto;transform:perspective(1000px) rotateY(0)}._chat-wrapper_b0stv_1{margin:0 auto}._rangoli-decoration_b0stv_1{width:400px;height:400px;top:-100px;right:-50px;opacity:.1}._trust-badges_b0stv_1{flex-wrap:wrap;justify-content:center}._steps-container_b0stv_1{grid-template-columns:repeat(2,1fr)}._trust-grid_b0stv_1{grid-template-columns:1fr}._trust-bar_b0stv_1{justify-content:center}._partners-banner_b0stv_1{gap:1rem}._partner-item_b0stv_1{width:150px}._feature-stat_b0stv_1 ._stat-value_b0stv_1{font-size:1.5rem}._results-quote_b0stv_1 blockquote{font-size:1.25rem}._footer-grid_b0stv_1{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){nav{display:none}section{padding:60px 0}._rangoli-decoration_b0stv_1{width:300px;height:300px;top:-50px;right:-70px;opacity:.08}._trust-badges_b0stv_1{flex-direction:column;align-items:flex-start;padding:1.25rem}._section-intro_b0stv_1{font-size:1rem}._steps-container_b0stv_1{grid-template-columns:1fr}._process-numbers_b0stv_1{display:none}._step-card_b0stv_1{border-width:2px;border-left-width:8px}._trust-badges_b0stv_1{flex-direction:column;align-items:center;gap:1rem}._testimonials-container_b0stv_1,._features-grid_b0stv_1,._metrics-container_b0stv_1{grid-template-columns:1fr}._partners-banner_b0stv_1{flex-direction:column;align-items:center}._partner-item_b0stv_1{width:100%;max-width:280px}._partner-logo_b0stv_1 ._material-symbols-rounded_b0stv_1{font-size:2rem}._partners-stats_b0stv_1{flex-direction:column;gap:1.5rem}._testimonial-rating_b0stv_1{justify-content:center}._testimonial-card_b0stv_1{text-align:center}._testimonial-author_b0stv_1{justify-content:center}._testimonial-tag_b0stv_1{align-self:center}._feature-icon_b0stv_1{margin-left:auto;margin-right:auto}._feature-card_b0stv_1 h3,._feature-card_b0stv_1 p{text-align:center}._metric-card_b0stv_1{padding:1.5rem}._metric-icon_b0stv_1{width:60px;height:60px}._metric-icon_b0stv_1 ._material-symbols-rounded_b0stv_1{font-size:30px}._metric-value_b0stv_1{font-size:2.5rem}._results-quote_b0stv_1 blockquote{font-size:1.125rem}._footer-grid_b0stv_1{grid-template-columns:1fr;text-align:center}._footer-col_b0stv_1 h3:after{left:50%;transform:translate(-50%)}._contact-item_b0stv_1,._social-links_b0stv_1{justify-content:center}}@media (max-width: 480px){h1{font-size:2rem}h2{font-size:1.5rem}._btn_b0stv_1{font-size:.875rem;padding:.6rem 1.25rem}._metric-value_b0stv_1{font-size:2rem}._cta-buttons_b0stv_1{flex-direction:column;width:100%}._cta-buttons_b0stv_1 ._btn_b0stv_1{width:100%}}._fade-in_b0stv_1{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}._fade-in_b0stv_1._visible_b0stv_1{opacity:1;transform:translateY(0)}._register-section_b0stv_1{background-color:var(--background-color);padding:5rem 0;position:relative;overflow:hidden;min-height:90vh;display:flex;align-items:center}._register-backdrop_b0stv_1{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 10% 30%,rgba(26,115,232,.05) 0%,transparent 35%),radial-gradient(circle at 90% 70%,rgba(0,179,134,.06) 0%,transparent 40%);z-index:0}._register-container_b0stv_1{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}._register-content_b0stv_1{max-width:550px}._register-content_b0stv_1 h1{font-size:2.5rem;margin-bottom:1.25rem;background:linear-gradient(90deg,var(--headline-color) 70%,var(--primary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._register-content_b0stv_1 p{font-size:1.125rem;color:var(--subheadline-color);margin-bottom:2rem;line-height:1.6}._register-form-container_b0stv_1{background:linear-gradient(135deg,#ffffffe6,#f0f9fff2);border-radius:20px;box-shadow:0 15px 35px #0000001a,0 3px 10px #0000000d;border:1px solid rgba(255,255,255,.6);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:2.5rem;position:relative;z-index:2;max-width:500px;transition:transform .3s ease,box-shadow .3s ease}._register-form-container_b0stv_1:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026,0 5px 15px #00000014}._register-badge_b0stv_1{position:absolute;top:0;right:0;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));color:#fff;padding:.5rem 1.5rem;font-weight:600;font-size:.9rem;border-bottom-left-radius:15px;border-top-right-radius:20px;box-shadow:0 3px 8px #00b38633}._form-group_b0stv_1{margin-bottom:1.5rem}._form-group_b0stv_1 label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--headline-color)}._form-control_b0stv_1{width:100%;padding:.85rem 1rem;font-size:1rem;border:1px solid rgba(226,232,240,.8);border-radius:10px;background-color:#fffc;color:var(--headline-color);transition:all .2s ease}._form-control_b0stv_1:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #1a73e81a;background-color:#fff;outline:none}._form-control_b0stv_1::placeholder{color:#9ca3af}._btn-submit_b0stv_1{width:100%;padding:1rem;font-size:1.1rem;background:linear-gradient(to right,var(--secondary-color),#00A079);color:#fff;border:none;border-radius:10px;font-weight:600;margin-top:.5rem;cursor:pointer;transition:var(--transition);box-shadow:0 4px 12px #00b38633}._btn-submit_b0stv_1:hover{background:linear-gradient(to right,#00a682,#00c190);transform:translateY(-2px);box-shadow:0 6px 16px #00b3864d}._form-footer_b0stv_1{text-align:center;font-size:.875rem;color:#6b7280;margin-top:1.5rem}._form-benefits_b0stv_1{margin-top:2rem}._benefit-item_b0stv_1{display:flex;align-items:center;margin-bottom:1rem}._benefit-item_b0stv_1 ._material-symbols-rounded_b0stv_1{color:var(--secondary-color);margin-right:.75rem;font-size:1.25rem}._benefit-item_b0stv_1 span{font-size:.9375rem;color:var(--subheadline-color)}._decoration_b0stv_1{position:absolute;opacity:.1;z-index:-1}._decoration-1_b0stv_1{top:-5%;right:-5%;width:300px;height:300px;border-radius:50%;background:var(--secondary-color);filter:blur(60px)}._decoration-2_b0stv_1{bottom:-10%;left:-5%;width:250px;height:250px;border-radius:50%;background:var(--primary-color);filter:blur(70px)}._rangoli-small_b0stv_1{position:absolute;width:150px;height:150px;background-image:url(/rangoli.png);background-size:contain;background-repeat:no-repeat;background-position:center;bottom:-30px;right:-30px;opacity:.15;z-index:0;transform:rotate(15deg)}._form-status_b0stv_1{margin-top:15px;padding:10px;border-radius:5px;text-align:center}._validation-error_b0stv_1{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:none}._invalid-input_b0stv_1{border-color:#dc3545!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem);padding-right:calc(1.5em + .75rem)!important}._valid-input_b0stv_1{border-color:#198754!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem);padding-right:calc(1.5em + .75rem)!important}@media (max-width: 992px){._register-container_b0stv_1{grid-template-columns:1fr;gap:2rem}._register-content_b0stv_1{max-width:100%;text-align:center}._register-form-container_b0stv_1{margin:0 auto}}@media (max-width: 576px){._register-form-container_b0stv_1{padding:2rem 1.5rem}}._comet_container_b0stv_4,._comet_videoContainer_b0stv_5{width:100%;display:flex;align-items:center;justify-content:center;padding:var(--space-8);background-color:var(--light-color);border-radius:var(--border-radius-8)}._comet_uploadBtn_b0stv_15{display:flex;column-gap:var(--space-8);background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));color:var(--light-color);padding:var(--space-12) var(--space-16);border-radius:var(--border-radius-8);border:none;box-shadow:var(--shadow-small);transition:var(--transition);font-weight:500;cursor:pointer}._comet_uploadBtn_b0stv_15:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium)}._comet_circularBtn_b0stv_38{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));color:var(--light-color);box-shadow:var(--shadow-small);cursor:pointer;transition:var(--transition);border:none}._comet_circularBtn_b0stv_38:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium)}._comet_auxillaryCam_b0stv_62{margin-top:6px}._comet_videoDefaultContainer_b0stv_66{width:100%;display:flex;align-items:center;justify-content:center;background-color:var(--background-color);border-radius:var(--border-radius-8);padding:var(--space-16);box-shadow:var(--shadow-small);border:1px solid var(--border-color)}._comet_videoContainer_b0stv_5{position:absolute;width:100%;height:fit-content;z-index:2;background-color:var(--background-color);border-radius:var(--border-radius-12);box-shadow:var(--shadow-medium);border:1px solid var(--border-color)}@media screen and (max-width: 767px){._comet_videoContainer_b0stv_5{height:100%}}._comet_alignContainer_b0stv_95{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:16px}._emojiButton_b0stv_107,._sendButton_b0stv_108,._cameraButton_b0stv_109,._attachButton_b0stv_110,._locationButton_b0stv_111,._recordButton_b0stv_112{background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));color:var(--light-color);border:none;border-radius:var(--border-radius-8);padding:.6rem 1.2rem;font-weight:var(--font-weight-500);cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:var(--shadow-small)}._emojiButton_b0stv_107:hover,._sendButton_b0stv_108:hover,._cameraButton_b0stv_109:hover,._attachButton_b0stv_110:hover,._locationButton_b0stv_111:hover,._recordButton_b0stv_112:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium);background:linear-gradient(45deg,#1665d0,#009e78)}._textInput_b0stv_144,._fileInput_b0stv_145{border:1px solid var(--border-color);border-radius:var(--border-radius-8);padding:10px 16px;font-size:var(--font-size-16);background-color:#1a73e80d;color:var(--subheadline-color);font-family:var(--font-primary);transition:var(--transition)}._textInput_b0stv_144:focus,._fileInput_b0stv_145:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #1a73e81a;background-color:var(--light-color)}._previewContainer_b0stv_165{padding:10px;background-color:#1a73e80d;border-radius:var(--border-radius-8);margin-bottom:10px;border:1px solid var(--border-color)}._comet_uploadBtn_b0stv_15:disabled,._comet_circularBtn_b0stv_38:disabled{opacity:.7;cursor:not-allowed;transform:none!important}._loading_b0stv_181{position:relative;overflow:hidden}._loading_b0stv_181:after{content:"";position:absolute;top:0;left:-100%;width:200%;height:100%;background:linear-gradient(to right,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);animation:_loading_b0stv_181 1.5s infinite}@keyframes _loading_b0stv_181{0%{left:-100%}to{left:100%}}._uploading_b0stv_211{opacity:.8;cursor:not-allowed}._imageCapturePreview_b0stv_217{display:flex;flex-direction:column;width:100%;gap:12px;align-items:center}._capturedImage_b0stv_225{max-width:100%;border-radius:8px;box-shadow:0 2px 8px #0000001a}._captureControls_b0stv_231{display:flex;gap:12px;margin-top:10px}._sendBtn_b0stv_237{background:linear-gradient(45deg,#00b386,#0ea5e9)}._locationControls_b0stv_242{display:flex;flex-direction:column;width:100%;max-width:400px;background-color:#0ea5e90d;border:1px solid rgba(14,165,233,.2);border-radius:8px;padding:12px;gap:12px}._locationInfo_b0stv_254{display:flex;flex-direction:column;align-items:center;gap:8px;font-size:14px;color:var(--headline-color)}._locationButtons_b0stv_263{display:flex;justify-content:center;gap:12px}._errorText_b0stv_269{color:#d32f2f;font-size:14px;text-align:center;margin-top:8px;background-color:#d32f2f0d;padding:6px 10px;border-radius:4px;border:1px solid rgba(211,47,47,.2)}._loadingText_b0stv_280{margin-left:8px;font-size:14px}._callSettingContainer_b0stv_287{width:100%;position:fixed;top:20px;left:200px;z-index:20}._videoContainer_b0stv_295{width:100%;height:100%;position:fixed;top:0;left:0;z-index:100}._comet_container_b0stv_4{height:100%}._imageCaptureContainer_b0stv_308{width:100%;padding:var(--space-24)}._mediaRecorderContainer_b0stv_313{width:100%;display:flex;align-items:center;justify-content:center}._mediaRecorderContainer_b0stv_313>.cometchat>.cometchat-media-recorder>.cometchat-media-recorder__recording{border:none;box-shadow:none}.modal-container{display:flex;justify-content:center;align-items:center;height:100%;width:100%;background-color:transparent;margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}.modal-wrapper{position:relative;background-color:#fff;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--box-shadow-scrim);border-radius:12px;z-index:1302}.modal-default{width:600px}.modal-small{width:400px}.modal-large{width:760px}.modal-veryLarge{width:calc(100% - 56px);height:calc(100% - 48px);max-height:calc(100% - 48px)}.modal-border-default,.modal-border-curved{border-radius:12px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:var(--space-16) var(--space-24)}.modal-header-linear-backgound{background:linear-gradient(90deg,#fff,#d8d5ff 41%,#f5ebfa);border-top-left-radius:12px;border-top-right-radius:12px}.modal-title-container{display:flex;align-items:center}.modal-back-icon{display:flex;margin-right:var(--space-8);cursor:pointer}.modal-header-title{font-weight:600;font-size:20px;line-height:24px}.modal-content{display:flex;flex-direction:column;height:100%;width:100%;overflow-y:auto}.modal-content>div:first-child{width:inherit;height:inherit}.modal-footer{display:flex;justify-content:flex-end;align-items:center;column-gap:var(--space-8);padding:var(--space-16) var(--space-24)}.modal-header-withborder{border-bottom:1px solid var(--gray-3)}.modal-footer-withborder{border-top:1px solid var(--gray-3)}.modal-header-close-icon{display:flex;cursor:pointer}.scrim{height:100%;width:100%;position:fixed;top:0;left:0;background:#080c2b99}._container_j3gr0_1{width:90%;max-width:1200px;margin:0 auto;padding:0 15px}._btn_j3gr0_1{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;transition:var(--transition);cursor:pointer;letter-spacing:.01em}._btn-primary_j3gr0_1{background-color:var(--secondary-color);color:var(--light-color);border:none}._btn-primary_j3gr0_1:hover{background-color:#009e78;transform:translateY(-2px);box-shadow:0 4px 8px #00b38633}._btn-secondary_j3gr0_1{background-color:transparent;color:var(--primary-color);border:1.5px solid var(--primary-color)}._btn-secondary_j3gr0_1:hover{background-color:#1a73e814;transform:translateY(-2px)}header ._container_j3gr0_1{display:flex;justify-content:space-between;align-items:center}._logo_j3gr0_1{max-width:140px;color:var(--primary-color)}nav ul li a._btn-primary_j3gr0_1{color:var(--light-color)}._hero-section_j3gr0_1{background-color:var(--background-color);padding:6rem 0;position:relative;overflow:hidden}._hero-backdrop_j3gr0_1{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 10% 30%,rgba(26,115,232,.05) 0%,transparent 35%),radial-gradient(circle at 90% 70%,rgba(0,179,134,.06) 0%,transparent 40%);z-index:0}._hero-container_j3gr0_1{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:1}._hero-content_j3gr0_1{max-width:550px;position:relative}._hero-content_j3gr0_1 h1{font-size:2.75rem;font-weight:700;color:var(--headline-color);margin-bottom:1.25rem;line-height:1.2;background:linear-gradient(90deg,var(--headline-color) 70%,var(--primary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}._hero-content_j3gr0_1 p{font-size:1.125rem;color:var(--subheadline-color);margin-bottom:2rem;line-height:1.6}._hero-buttons_j3gr0_1{margin-top:2rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}._hero-image-wrapper_j3gr0_1{position:relative;z-index:1;display:flex;justify-content:center;align-items:center}._hero-rangoli_j3gr0_1{width:100%;max-width:550px;height:auto;opacity:.8;filter:saturate(120%) hue-rotate(10deg);z-index:1}@keyframes _gentle-spin_j3gr0_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._waitlist-card_j3gr0_1{background:linear-gradient(135deg,#ffffffe6,#f0f9fff2);border-radius:20px;box-shadow:0 15px 35px #0000001a,0 3px 10px #0000000d;overflow:hidden;max-width:450px;border:1px solid rgba(255,255,255,.6);position:relative;z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:2.5rem 2rem;text-align:center;margin-bottom:1rem;transform:translateY(0);transition:transform .5s ease,box-shadow .5s ease}._waitlist-card_j3gr0_1:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026,0 5px 15px #00000014}._waitlist-container_j3gr0_1{margin:2rem 0;position:relative;z-index:2}._waitlist-badge_j3gr0_1{position:absolute;top:0;right:0;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));color:#fff;padding:.5rem 1.5rem;font-weight:600;font-size:.9rem;border-bottom-left-radius:15px;border-top-right-radius:20px;box-shadow:0 3px 8px #00b38633;transform:translateY(0);animation:_float_j3gr0_1 3s ease-in-out infinite}._waitlist-badge-inline_j3gr0_1{background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));color:#fff;padding:.4rem 1rem;font-weight:600;font-size:.8rem;border-radius:20px;box-shadow:0 3px 8px #00b38633;animation:_float_j3gr0_1 3s ease-in-out infinite;display:inline-block;margin-left:.5rem}@keyframes _float_j3gr0_1{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}._waitlist-wrapper_j3gr0_1 h3{font-size:2.5rem;margin:.5rem 0 .25rem;color:var(--headline-color);text-align:center;background:linear-gradient(90deg,var(--headline-color),var(--primary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._btn-large_j3gr0_1{padding:1rem 2.5rem;font-size:1.2rem;border-radius:50px;letter-spacing:.5px;font-weight:700;position:relative;overflow:hidden;transition:all .3s ease}._pulse-btn_j3gr0_1{animation:_pulse_j3gr0_1 2s infinite;box-shadow:0 0 #00b386b3}@keyframes _pulse_j3gr0_1{0%{transform:scale(.95);box-shadow:0 0 #00b386b3}70%{transform:scale(1);box-shadow:0 0 0 12px #00b38600}to{transform:scale(.95);box-shadow:0 0 #00b38600}}._waitlist-privacy_j3gr0_1{text-align:center;font-size:.8125rem;color:#6b7280;margin-top:.75rem}._chat-container_j3gr0_1{background-color:#fffffff5;border-radius:16px;box-shadow:0 10px 30px #00000014;overflow:hidden;max-width:450px;border:1px solid var(--chat-border);position:relative;z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:perspective(1000px) rotateY(-2deg);transition:transform .5s ease}._chat-container_j3gr0_1:hover{transform:perspective(1000px) rotateY(0)}._chat-header_j3gr0_1{background:linear-gradient(45deg,var(--primary-color),#0064D1 40%,#005BC2);color:var(--light-color);padding:1rem 1.5rem;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}._chat-header_j3gr0_1 h3{font-size:1rem;margin-bottom:0;color:var(--light-color)}._chat-header_j3gr0_1 ._chat-icon_j3gr0_1{margin-right:.75rem;font-size:1.25rem}._chat-messages_j3gr0_1{padding:1.5rem;height:180px;overflow-y:auto;background-color:#fcfcfc;background-image:radial-gradient(circle at 15% 85%,rgba(248,250,252,.8) 0%,transparent 25%),radial-gradient(circle at 85% 15%,rgba(248,250,252,.8) 0%,transparent 25%)}._message_j3gr0_219{display:flex;margin-bottom:1rem;position:relative}._ai-message_j3gr0_1{align-items:flex-start}._user-message_j3gr0_1{justify-content:flex-end}._message-bubble_j3gr0_1{border-radius:18px;padding:.85rem 1.15rem;max-width:85%;font-size:.9375rem;box-shadow:0 1px 2px #0000000d;line-height:1.5;position:relative;z-index:1}._ai-bubble_j3gr0_1{border-top-left-radius:4px;background:linear-gradient(to bottom right,#f0f4ff,#e6f5fd);color:var(--headline-color);border:1px solid rgba(230,236,250,.8)}._ai-bubble_j3gr0_1:before{content:"";position:absolute;width:15px;height:15px;background-color:var(--primary-color);border-radius:50%;top:-7px;left:-7px;opacity:.1;z-index:0}._user-bubble_j3gr0_1{border-top-right-radius:4px;background:linear-gradient(135deg,var(--primary-color),#1565c0);color:var(--light-color);border:1px solid rgba(21,101,192,.3)}._chat-input_j3gr0_1{display:flex;border-top:1px solid var(--chat-border);padding:1rem;background-color:var(--light-color)}._chat-input_j3gr0_1 input{flex:1;border:1px solid rgba(226,232,240,.8);border-radius:10px;padding:.75rem 1rem;font-size:.9375rem;color:var(--headline-color);outline:none;transition:all .2s ease;background-color:#f7fafccc}._chat-input_j3gr0_1 input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #1a73e814;background-color:#fff}._chat-input_j3gr0_1 button{margin-left:.75rem;background:linear-gradient(to right,var(--secondary-color),#00A079);color:#fff;border:none;border-radius:10px;padding:0 1.5rem;font-weight:600;cursor:pointer;transition:var(--transition);height:48px;box-shadow:0 2px 10px #00b38633;position:relative;overflow:hidden}._chat-input_j3gr0_1 button:hover{background:linear-gradient(to right,#00a682,#00c190);transform:translateY(-1px);box-shadow:0 4px 12px #00b3864d}._chat-input_j3gr0_1 button:active{transform:translateY(1px)}._trust-badges_j3gr0_1{display:flex;justify-content:center;gap:1.75rem;margin-bottom:2.5rem;padding:1.5rem;background-color:#fff6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:12px;border:1px solid rgba(255,247,237,.3);position:relative;z-index:1}._trust-badge_j3gr0_1{display:flex;align-items:center;font-size:.875rem;color:var(--subheadline-color);font-weight:500;transition:var(--transition)}._trust-badge_j3gr0_1:hover{transform:translateY(-2px)}._trust-badge_j3gr0_1 .material-symbols-rounded{margin-right:.5rem;color:var(--primary-color);font-size:1.25rem;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._how-it-works-section_j3gr0_1{background-color:var(--light-color);position:relative;padding-top:100px}._section-intro_j3gr0_1{max-width:800px;margin:0 auto 3rem;text-align:center;font-size:1.125rem;color:var(--subheadline-color)}._process-flow_j3gr0_1{margin-bottom:2rem}._process-numbers_j3gr0_1{display:flex;justify-content:space-between;align-items:center;max-width:900px;margin:0 auto;padding:0 5%}._process-step_j3gr0_1{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;position:relative;z-index:2}._process-numbers_j3gr0_1 ._process-step_j3gr0_1:nth-child(1){background-color:var(--step-color-1);box-shadow:0 4px 10px #0ea5e94d}._process-numbers_j3gr0_1 ._process-step_j3gr0_1:nth-child(3){background-color:var(--step-color-2);box-shadow:0 4px 10px #0891b24d}._process-numbers_j3gr0_1 ._process-step_j3gr0_1:nth-child(5){background-color:var(--step-color-3);box-shadow:0 4px 10px #0d94884d}._process-numbers_j3gr0_1 ._process-step_j3gr0_1:nth-child(7){background-color:var(--step-color-4);box-shadow:0 4px 10px #0596694d}._process-connector_j3gr0_1{flex:1;height:4px;background:linear-gradient(90deg,var(--step-color-1) 0%,var(--step-color-2) 33%,var(--step-color-3) 66%,var(--step-color-4) 100%);position:relative}._process-connector_j3gr0_1:after{content:"";position:absolute;right:-5px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:10px solid var(--step-color-4)}._process-connector_j3gr0_1:nth-of-type(1):after{border-left-color:var(--step-color-2)}._process-connector_j3gr0_1:nth-of-type(2):after{border-left-color:var(--step-color-3)}._steps-container_j3gr0_1{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem}._step-card_j3gr0_1{background-color:var(--light-color);border-radius:10px;box-shadow:var(--shadow-small);padding:1.75rem;display:flex;flex-direction:column;position:relative;border-width:2px;border-style:solid;transition:var(--transition)}._step-card-1_j3gr0_1{border-color:var(--step-color-1)}._step-card-2_j3gr0_1{border-color:var(--step-color-2)}._step-card-3_j3gr0_1{border-color:var(--step-color-3)}._step-card-4_j3gr0_1{border-color:var(--step-color-4)}._step-card_j3gr0_1:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}._step-icon_j3gr0_1{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}._step-card-1_j3gr0_1 ._step-icon_j3gr0_1{background-color:#0ea5e91a;color:var(--step-color-1)}._step-card-2_j3gr0_1 ._step-icon_j3gr0_1{background-color:#0891b21a;color:var(--step-color-2)}._step-card-3_j3gr0_1 ._step-icon_j3gr0_1{background-color:#0d94881a;color:var(--step-color-3)}._step-card-4_j3gr0_1 ._step-icon_j3gr0_1{background-color:#0596691a;color:var(--step-color-4)}._step-icon_j3gr0_1 ._material-symbols-rounded_j3gr0_1{font-size:30px}._step-card_j3gr0_1 h3{text-align:center;margin-bottom:1rem;font-size:1.25rem}._step-card-1_j3gr0_1 h3{color:var(--step-color-1)}._step-card-2_j3gr0_1 h3{color:var(--step-color-2)}._step-card-3_j3gr0_1 h3{color:var(--step-color-3)}._step-card-4_j3gr0_1 h3{color:var(--step-color-4)}._step-card_j3gr0_1 p{font-size:.9375rem;text-align:center;margin-bottom:0}._section-cta_j3gr0_1{text-align:center;margin-top:3rem;background:linear-gradient(45deg,var(--step-color-1) 0%,var(--step-color-2) 33%,var(--step-color-3) 66%,var(--step-color-4) 100%);padding:2.5rem;border-radius:12px;color:#fff}._section-cta_j3gr0_1 p{font-size:1.25rem;margin-bottom:1.5rem;font-weight:500;color:#fff}._section-cta_j3gr0_1 ._btn-primary_j3gr0_1{background-color:#fff;color:var(--headline-color);box-shadow:0 4px 12px #00000026}._section-cta_j3gr0_1 ._btn-primary_j3gr0_1:hover{transform:translateY(-2px);box-shadow:0 6px 15px #0003}._why-trust-section_j3gr0_1{position:relative;padding:5rem 0;background-image:linear-gradient(to bottom,#ffffffeb,#ffffffeb),url(/bg1.png);background-size:cover;background-position:center;background-attachment:fixed}._why-trust-section_j3gr0_1:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--primary-color) 0%,var(--secondary-color) 100%);z-index:1}._section-image_j3gr0_1{text-align:center;margin-bottom:2.5rem;opacity:.8}._trust-header-image_j3gr0_1{max-width:400px;height:auto;display:inline-block;border-radius:10px;box-shadow:var(--shadow-small)}._trust-grid_j3gr0_1{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}._trust-card_j3gr0_1{background-color:#ffffffd9;border-radius:12px;box-shadow:var(--shadow-medium);padding:2rem;position:relative;border:none;transition:var(--transition);display:flex;flex-direction:column;overflow:hidden;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._trust-card-image_j3gr0_1{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:1.5rem;box-shadow:0 4px 12px #0000001a;transition:var(--transition)}._trust-card_j3gr0_1:hover ._trust-card-image_j3gr0_1{transform:scale(1.03)}._trust-card_j3gr0_1:before{content:"";position:absolute;width:150px;height:150px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgba(0, 179, 134, 0.08)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>');background-repeat:no-repeat;background-size:contain;right:-30px;bottom:-30px;opacity:.5;transform:rotate(15deg);z-index:0}._trust-card_j3gr0_1:nth-child(1){border-top:4px solid var(--step-color-1)}._trust-card_j3gr0_1:nth-child(2){border-top:4px solid var(--step-color-2)}._trust-card_j3gr0_1:nth-child(3){border-top:4px solid var(--step-color-3)}._trust-card_j3gr0_1:nth-child(4){border-top:4px solid var(--step-color-4)}._trust-card_j3gr0_1:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a;background-color:#fffffff2}._trust-icon_j3gr0_1{width:70px;height:70px;background-color:#1a73e81a;color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;z-index:1;box-shadow:0 5px 15px #1a73e826}._trust-icon_j3gr0_1 ._material-symbols-rounded_j3gr0_1{font-size:30px}._trust-card_j3gr0_1 h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--headline-color);position:relative;z-index:1}._trust-card_j3gr0_1 p{font-size:.9375rem;color:var(--subheadline-color);margin-bottom:1.5rem;position:relative;z-index:1}._trust-label_j3gr0_1{display:flex;align-items:center;padding:.5rem .75rem;background-color:#f0f9ff;border-radius:6px;font-size:.8125rem;color:var(--primary-color);margin-top:auto;position:relative;z-index:1}._trust-label_j3gr0_1 ._material-symbols-rounded_j3gr0_1{font-size:1rem;margin-right:.5rem}._trust-bar_j3gr0_1{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1.5rem;background-color:var(--light-color);border-radius:10px;box-shadow:var(--shadow-small);margin-bottom:3rem}._trust-item_j3gr0_1{display:flex;align-items:center;color:var(--subheadline-color);font-size:.9375rem;font-weight:500}._trust-item_j3gr0_1 ._material-symbols-rounded_j3gr0_1{margin-right:.5rem;color:var(--secondary-color);font-size:1.25rem}._section-cta-light_j3gr0_1{text-align:center;margin-top:3rem;padding:2.5rem;border-radius:12px;background-color:var(--light-grey);border:1px solid var(--border-color)}._section-cta-light_j3gr0_1 p{font-size:1.125rem;margin-bottom:1.5rem;font-weight:500;color:var(--headline-color);max-width:700px;margin-left:auto;margin-right:auto}._testimonials-section_j3gr0_1{background-color:#f5f9ff;position:relative;overflow:hidden}._testimonials-section_j3gr0_1:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--step-color-3) 0%,var(--step-color-2) 100%);z-index:1}._section-header_j3gr0_1{text-align:center;margin-bottom:3rem;position:relative}._section-icon_j3gr0_1{width:60px;height:auto;margin-bottom:1rem;display:inline-block;filter:drop-shadow(0 2px 5px rgba(0,0,0,.1))}._testimonials-container_j3gr0_1{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}._testimonial-card_j3gr0_1{background-color:var(--light-color);border-radius:12px;padding:2rem;box-shadow:var(--shadow-small);transition:var(--transition);position:relative;display:flex;flex-direction:column;border-top:4px solid var(--primary-color);overflow:hidden}._testimonial-card_j3gr0_1:after{content:"";position:absolute;width:150px;height:150px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgba(26, 115, 232, 0.05)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="8" r="7"></circle><polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88"></polyline></svg>');background-repeat:no-repeat;background-size:contain;right:-30px;bottom:-30px;opacity:.7;transform:rotate(15deg);z-index:0}._testimonial-card_j3gr0_1:nth-child(1){border-top-color:var(--step-color-1)}._testimonial-card_j3gr0_1:nth-child(2){border-top-color:var(--step-color-2)}._testimonial-card_j3gr0_1:nth-child(3){border-top-color:var(--step-color-3)}._testimonial-card_j3gr0_1:hover{transform:translateY(-6px);box-shadow:0 12px 25px #00000014}._testimonial-rating_j3gr0_1{margin-bottom:1rem}._star_j3gr0_1{color:#ffb400;font-size:1.25rem;margin-right:2px}._testimonial-content_j3gr0_1{position:relative;margin-bottom:1.5rem;flex-grow:1;z-index:1}._testimonial-content_j3gr0_1 p{font-size:1rem;line-height:1.7;position:relative;padding-left:1.25rem;margin-bottom:0}._testimonial-content_j3gr0_1 p:before{content:'"';position:absolute;left:0;top:-.5rem;font-size:2.5rem;color:var(--primary-color);opacity:.2;line-height:1}._testimonial-author_j3gr0_1{display:flex;align-items:center;margin-bottom:.75rem;z-index:1;position:relative}._testimonial-author_j3gr0_1 img{width:50px;height:50px;border-radius:50%;object-fit:cover;margin-right:1rem;border:2px solid white;box-shadow:0 2px 8px #0000001a}._author-info_j3gr0_1 h4{margin-bottom:.25rem;font-size:1rem;color:var(--headline-color)}._author-info_j3gr0_1 p{font-size:.875rem;margin-bottom:0;color:#6b7280}._testimonial-tag_j3gr0_1{display:inline-flex;align-items:center;padding:.5rem .75rem;background-color:#f0f9ff;border-radius:6px;font-size:.8125rem;color:var(--primary-color);font-weight:500;align-self:flex-start;z-index:1;position:relative}._testimonial-tag_j3gr0_1 ._material-symbols-rounded_j3gr0_1{font-size:1rem;margin-right:.5rem}._testimonials-cta_j3gr0_1{text-align:center;margin-top:1rem}._partners-section_j3gr0_1{background-color:var(--light-color);position:relative;overflow:hidden;padding:5rem 0}._partners-section_j3gr0_1:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><rect width="1" height="1" fill="rgba(0, 179, 134, 0.05)"/></svg>');background-repeat:repeat;opacity:.5;z-index:0}._partners-section_j3gr0_1 ._container_j3gr0_1{position:relative;z-index:1}._section-logo_j3gr0_1{width:80px;height:auto;margin-bottom:1rem;display:inline-block;filter:drop-shadow(0 2px 5px rgba(0,0,0,.1))}._partners-wrapper_j3gr0_1{margin-bottom:3rem}._partners-banner_j3gr0_1{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:1.5rem;margin-bottom:2rem}._partner-item_j3gr0_1{background-color:var(--light-color);border-radius:10px;padding:1.5rem;box-shadow:var(--shadow-small);transition:var(--transition);display:flex;flex-direction:column;align-items:center;justify-content:center;width:180px;position:relative;border:1px solid var(--border-color);text-align:center}._partner-item_j3gr0_1:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium);border-color:var(--secondary-color)}._partner-logo_j3gr0_1{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem;justify-content:center}._bank-logo_j3gr0_1{width:120px;height:auto;object-fit:contain;transition:all .3s ease;border-radius:4px}._partner-item_j3gr0_1:hover ._bank-logo_j3gr0_1{transform:scale(1.05)}._partner-logo_j3gr0_1 ._material-symbols-rounded_j3gr0_1{font-size:2.5rem;color:var(--primary-color);margin-bottom:.5rem}._partner-logo_j3gr0_1 span:last-child{font-weight:600;font-size:1.1rem;color:var(--headline-color)}._partner-tag_j3gr0_1{padding:.4rem .75rem;background-color:#1a73e81a;color:var(--primary-color);border-radius:20px;font-size:.75rem;font-weight:600}._partners-stats_j3gr0_1{display:flex;justify-content:center;flex-wrap:wrap;gap:3rem;margin-bottom:3rem;background:linear-gradient(45deg,#1a73e814,#00b38614);padding:2rem;border-radius:12px}._stat-item_j3gr0_1{text-align:center}._stat-value_j3gr0_1{font-size:2rem;font-weight:700;color:var(--headline-color);margin-bottom:.5rem;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent}._stat-label_j3gr0_1{color:var(--subheadline-color);font-weight:500}._partners-footer_j3gr0_1{text-align:center;max-width:650px;margin:0 auto}._partners-footer_j3gr0_1 p{margin-bottom:1.5rem}._features-section_j3gr0_1{position:relative;padding:6rem 0;color:var(--light-color);overflow:hidden}._features-backdrop_j3gr0_1{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to right,#001129d9,#001129f2),url(/blr.webp);background-size:cover;background-position:center;background-attachment:fixed;z-index:0}._features-section_j3gr0_1 ._container_j3gr0_1{position:relative;z-index:1}._light-text_j3gr0_1 h2,._light-text_j3gr0_1 ._section-intro_j3gr0_1{color:var(--light-color)}._features-grid_j3gr0_1{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}._feature-card_j3gr0_1{background-color:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;transition:var(--transition);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;height:100%}._feature-card_j3gr0_1:hover{transform:translateY(-5px);box-shadow:0 12px 25px #0003;background-color:#ffffff1f}._feature-icon_j3gr0_1{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--light-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.5rem;box-shadow:0 5px 15px #0003}._feature-icon_j3gr0_1 ._material-symbols-rounded_j3gr0_1{font-size:28px}._feature-card_j3gr0_1 h3{color:var(--light-color);margin-bottom:1rem;font-size:1.25rem}._feature-card_j3gr0_1 p{color:#fffc;font-size:.9375rem;margin-bottom:1.5rem;flex-grow:1}._feature-stat_j3gr0_1{padding:1rem;background-color:#ffffff0d;border-radius:8px;text-align:center;margin-top:auto}._feature-stat_j3gr0_1 ._stat-value_j3gr0_1{font-size:1.75rem;font-weight:700;color:var(--light-color);margin-bottom:.25rem;display:flex;align-items:baseline;justify-content:center}._stat-unit_j3gr0_1{font-size:1rem;margin-left:2px;opacity:.8}._stat-desc_j3gr0_1{font-size:.8125rem;color:#ffffffb3}._features-cta_j3gr0_1{text-align:center;margin-top:2rem}._btn-glow_j3gr0_1{background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));color:var(--light-color);border:none;padding:.9rem 2rem;font-weight:600;box-shadow:0 5px 20px #00b38666;position:relative;overflow:hidden}._btn-glow_j3gr0_1:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,#fff0,#ffffff1a,#fff0);transform:rotate(45deg);animation:_glowEffect_j3gr0_1 3s infinite}@keyframes _glowEffect_j3gr0_1{0%{transform:translate(-50%,-50%) rotate(45deg)}to{transform:translate(100%,100%) rotate(45deg)}}._btn-glow_j3gr0_1:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00b38680;color:var(--light-color)}._results-section_j3gr0_1{position:relative;padding:6rem 0;color:var(--light-color);overflow:hidden;text-align:center}._results-backdrop_j3gr0_1{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to bottom,#001e3ceb,#001e3cf7),url(/bg.jpg);background-size:cover;background-position:center;background-attachment:fixed;z-index:0}._results-section_j3gr0_1 ._container_j3gr0_1{position:relative;z-index:1}._results-section_j3gr0_1 ._section-header_j3gr0_1{margin-bottom:3.5rem}._results-section_j3gr0_1 h2{color:var(--light-color)}._metrics-container_j3gr0_1{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;text-align:center;margin-bottom:4rem}._metric-card_j3gr0_1{padding:2rem;border-radius:12px;background-color:#ffffff12;transition:var(--transition);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);position:relative}._metric-card_j3gr0_1:hover{transform:translateY(-5px);background-color:#ffffff1f;box-shadow:0 12px 25px #00000026}._metric-icon_j3gr0_1{width:70px;height:70px;background:#ffffff1a;color:var(--light-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:1.5rem;border:2px solid rgba(255,255,255,.2)}._metric-icon_j3gr0_1 ._material-symbols-rounded_j3gr0_1{font-size:35px}._metric-value_j3gr0_1{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:var(--light-color);display:flex;align-items:baseline;justify-content:center;line-height:1}._metric-unit_j3gr0_1{font-size:1.5rem;margin-left:3px;opacity:.8}._metric-card_j3gr0_1 p{color:#fffc;font-size:1.125rem;margin-bottom:1.25rem;font-weight:500}._metric-growth_j3gr0_1{display:inline-flex;align-items:center;padding:.5rem .75rem;background-color:#00b38633;border-radius:20px;color:#00f7b5;font-size:.875rem;font-weight:500}._growth-arrow_j3gr0_1{margin-right:.25rem}._results-quote_j3gr0_1{max-width:800px;margin:2rem auto 0;text-align:center;padding:2rem;background-color:#ffffff0d;border-radius:12px;position:relative}._results-quote_j3gr0_1:before{content:'"';position:absolute;top:-10px;left:20px;font-size:8rem;color:#ffffff0d;line-height:1}._results-quote_j3gr0_1 blockquote{font-size:1.5rem;line-height:1.5;font-weight:300;font-style:italic;margin-bottom:1.5rem}._results-quote_j3gr0_1 cite{font-size:1rem;font-style:normal;color:#ffffffb3}._cta-section_j3gr0_1{background-color:var(--light-color);padding:5rem 0;position:relative;overflow:hidden}._cta-section_j3gr0_1:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 10% 90%,rgba(26,115,232,.07) 0%,transparent 40%),radial-gradient(circle at 90% 20%,rgba(0,179,134,.05) 0%,transparent 40%);z-index:0}._cta-container_j3gr0_1{display:grid;grid-template-columns:1fr auto;align-items:center;gap:3rem;position:relative;z-index:1}._cta-content_j3gr0_1{max-width:600px}._cta-section_j3gr0_1 h2{margin-bottom:1.25rem;text-align:left;font-size:2.5rem}._cta-section_j3gr0_1 p{margin-bottom:2rem;font-size:1.125rem;text-align:left;color:var(--subheadline-color)}._cta-buttons_j3gr0_1{display:flex;gap:1rem;margin-bottom:2rem}._cta-features_j3gr0_1{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}._cta-feature_j3gr0_1{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:var(--subheadline-color);font-weight:500}._cta-feature_j3gr0_1 ._material-symbols-rounded_j3gr0_1{color:var(--secondary-color);font-size:1.25rem}._cta-image_j3gr0_1 img{max-width:300px;border-radius:20px;box-shadow:var(--shadow-medium);transform:rotate(2deg);transition:var(--transition);border:5px solid white}._cta-image_j3gr0_1 img:hover{transform:rotate(-1deg) scale(1.02);box-shadow:0 15px 30px #0000001a}._footer-top_j3gr0_1{padding:5rem 0 3rem}._footer-header_j3gr0_1{display:flex;flex-direction:column;align-items:center;margin-bottom:3rem;text-align:center}._footer-logo_j3gr0_1{display:flex;align-items:center;margin-bottom:1rem}._footer-logo-img_j3gr0_1{width:40px;height:40px;margin-right:.75rem;filter:brightness(0) invert(1)}._footer-logo_j3gr0_1 span{font-size:1.5rem;font-weight:700;color:var(--light-color)}._footer-tagline_j3gr0_1{max-width:450px;font-size:1.125rem;color:#ffffffb3}._footer-grid_j3gr0_1{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem}._footer-col_j3gr0_1 h3{color:var(--light-color);margin-bottom:1.5rem;font-size:1.125rem;font-weight:600;position:relative}._footer-col_j3gr0_1 h3:after{content:"";position:absolute;left:0;bottom:-8px;width:30px;height:2px;background-color:var(--secondary-color)}._footer-col_j3gr0_1 ul{margin:0;padding:0}._footer-col_j3gr0_1 ul li{margin-bottom:.9rem;list-style:none}._footer-col_j3gr0_1 ul li a{color:#9ca3af;transition:var(--transition);font-size:.9375rem;text-decoration:none}._footer-col_j3gr0_1 ul li a:hover{color:var(--light-color);padding-left:5px}._contact-col_j3gr0_1{grid-column:span 2}._contact-item_j3gr0_1{display:flex;align-items:center;margin-bottom:1.25rem;color:#9ca3af}._contact-item_j3gr0_1 ._material-symbols-rounded_j3gr0_1{font-size:1.25rem;margin-right:.75rem;color:var(--secondary-color)}._contact-item_j3gr0_1 a,._contact-item_j3gr0_1 address{font-style:normal;font-size:.9375rem;color:#9ca3af;text-decoration:none;transition:var(--transition)}._contact-item_j3gr0_1 a:hover{color:var(--light-color)}._social-links_j3gr0_1{display:flex;gap:1rem;margin-top:1.5rem}._social-link_j3gr0_1{width:40px;height:40px;border-radius:50%;background-color:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:var(--transition);color:#9ca3af}._social-link_j3gr0_1:hover{background-color:var(--secondary-color);color:var(--light-color);transform:translateY(-3px)}._footer-bottom_j3gr0_1{padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.875rem}._footer-bottom_j3gr0_1 ._container_j3gr0_1{display:flex;flex-direction:column;align-items:center}._footer-bottom_j3gr0_1 p{margin-bottom:.75rem}._footer-disclaimer_j3gr0_1{max-width:800px;color:#fff6;font-size:.8125rem}@media (max-width: 1200px){._cta-container_j3gr0_1{grid-template-columns:1fr;text-align:center}._cta-content_j3gr0_1{max-width:100%}._cta-section_j3gr0_1 h2,._cta-section_j3gr0_1 p{text-align:center}._cta-buttons_j3gr0_1,._cta-features_j3gr0_1{justify-content:center}._cta-image_j3gr0_1{display:none}._contact-col_j3gr0_1{grid-column:span 1}}@media (max-width: 992px){h1{font-size:2.25rem}h2{font-size:1.875rem}._hero-container_j3gr0_1{grid-template-columns:1fr;gap:2rem}._hero-content_j3gr0_1{max-width:100%;text-align:center}._hero-content_j3gr0_1 h1{display:block;background:linear-gradient(90deg,var(--headline-color) 40%,var(--primary-color) 70%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._hero-buttons_j3gr0_1{justify-content:center;display:flex}._chat-container_j3gr0_1{margin:0 auto;transform:perspective(1000px) rotateY(0)}._chat-wrapper_j3gr0_1{margin:0 auto}._rangoli-decoration_j3gr0_1{width:400px;height:400px;top:-100px;right:-50px;opacity:.1}._trust-badges_j3gr0_1{flex-wrap:wrap;justify-content:center}._steps-container_j3gr0_1{grid-template-columns:repeat(2,1fr)}._trust-grid_j3gr0_1{grid-template-columns:1fr}._trust-bar_j3gr0_1{justify-content:center}._partners-banner_j3gr0_1{gap:1rem}._partner-item_j3gr0_1{width:150px}._feature-stat_j3gr0_1 ._stat-value_j3gr0_1{font-size:1.5rem}._results-quote_j3gr0_1 blockquote{font-size:1.25rem}._footer-grid_j3gr0_1{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){nav{display:none}section{padding:60px 0}._rangoli-decoration_j3gr0_1{width:300px;height:300px;top:-50px;right:-70px;opacity:.08}._trust-badges_j3gr0_1{flex-direction:column;align-items:flex-start;padding:1.25rem}._section-intro_j3gr0_1{font-size:1rem}._steps-container_j3gr0_1{grid-template-columns:1fr}._process-numbers_j3gr0_1{display:none}._step-card_j3gr0_1{border-width:2px;border-left-width:8px}._trust-badges_j3gr0_1{flex-direction:column;align-items:center;gap:1rem}._testimonials-container_j3gr0_1,._features-grid_j3gr0_1,._metrics-container_j3gr0_1{grid-template-columns:1fr}._partners-banner_j3gr0_1{flex-direction:column;align-items:center}._partner-item_j3gr0_1{width:100%;max-width:280px}._partner-logo_j3gr0_1 ._material-symbols-rounded_j3gr0_1{font-size:2rem}._partners-stats_j3gr0_1{flex-direction:column;gap:1.5rem}._testimonial-rating_j3gr0_1{justify-content:center}._testimonial-card_j3gr0_1{text-align:center}._testimonial-author_j3gr0_1{justify-content:center}._testimonial-tag_j3gr0_1{align-self:center}._feature-icon_j3gr0_1{margin-left:auto;margin-right:auto}._feature-card_j3gr0_1 h3,._feature-card_j3gr0_1 p{text-align:center}._metric-card_j3gr0_1{padding:1.5rem}._metric-icon_j3gr0_1{width:60px;height:60px}._metric-icon_j3gr0_1 ._material-symbols-rounded_j3gr0_1{font-size:30px}._metric-value_j3gr0_1{font-size:2.5rem}._results-quote_j3gr0_1 blockquote{font-size:1.125rem}._footer-grid_j3gr0_1{grid-template-columns:1fr;text-align:center}._footer-col_j3gr0_1 h3:after{left:50%;transform:translate(-50%)}._contact-item_j3gr0_1,._social-links_j3gr0_1{justify-content:center}}@media (max-width: 480px){h1{font-size:2rem}h2{font-size:1.5rem}._btn_j3gr0_1{font-size:.875rem;padding:.6rem 1.25rem}._metric-value_j3gr0_1{font-size:2rem}._cta-buttons_j3gr0_1{flex-direction:column;width:100%}._cta-buttons_j3gr0_1 ._btn_j3gr0_1{width:100%}}._fade-in_j3gr0_1{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}._fade-in_j3gr0_1._visible_j3gr0_1{opacity:1;transform:translateY(0)}._register-section_j3gr0_1{background-color:var(--background-color);padding:5rem 0;position:relative;overflow:hidden;min-height:90vh;display:flex;align-items:center}._register-backdrop_j3gr0_1{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 10% 30%,rgba(26,115,232,.05) 0%,transparent 35%),radial-gradient(circle at 90% 70%,rgba(0,179,134,.06) 0%,transparent 40%);z-index:0}._register-container_j3gr0_1{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}._register-content_j3gr0_1{max-width:550px}._register-content_j3gr0_1 h1{font-size:2.5rem;margin-bottom:1.25rem;background:linear-gradient(90deg,var(--headline-color) 70%,var(--primary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._register-content_j3gr0_1 p{font-size:1.125rem;color:var(--subheadline-color);margin-bottom:2rem;line-height:1.6}._register-form-container_j3gr0_1{background:linear-gradient(135deg,#ffffffe6,#f0f9fff2);border-radius:20px;box-shadow:0 15px 35px #0000001a,0 3px 10px #0000000d;border:1px solid rgba(255,255,255,.6);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:2.5rem;position:relative;z-index:2;max-width:500px;transition:transform .3s ease,box-shadow .3s ease}._register-form-container_j3gr0_1:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026,0 5px 15px #00000014}._register-badge_j3gr0_1{position:absolute;top:0;right:0;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));color:#fff;padding:.5rem 1.5rem;font-weight:600;font-size:.9rem;border-bottom-left-radius:15px;border-top-right-radius:20px;box-shadow:0 3px 8px #00b38633}._form-group_j3gr0_1{margin-bottom:1.5rem}._form-group_j3gr0_1 label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--headline-color)}._form-control_j3gr0_1{width:100%;padding:.85rem 1rem;font-size:1rem;border:1px solid rgba(226,232,240,.8);border-radius:10px;background-color:#fffc;color:var(--headline-color);transition:all .2s ease}._form-control_j3gr0_1:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #1a73e81a;background-color:#fff;outline:none}._form-control_j3gr0_1::placeholder{color:#9ca3af}._btn-submit_j3gr0_1{width:100%;padding:1rem;font-size:1.1rem;background:linear-gradient(to right,var(--secondary-color),#00A079);color:#fff;border:none;border-radius:10px;font-weight:600;margin-top:.5rem;cursor:pointer;transition:var(--transition);box-shadow:0 4px 12px #00b38633}._btn-submit_j3gr0_1:hover{background:linear-gradient(to right,#00a682,#00c190);transform:translateY(-2px);box-shadow:0 6px 16px #00b3864d}._form-footer_j3gr0_1{text-align:center;font-size:.875rem;color:#6b7280;margin-top:1.5rem}._form-benefits_j3gr0_1{margin-top:2rem}._benefit-item_j3gr0_1{display:flex;align-items:center;margin-bottom:1rem}._benefit-item_j3gr0_1 ._material-symbols-rounded_j3gr0_1{color:var(--secondary-color);margin-right:.75rem;font-size:1.25rem}._benefit-item_j3gr0_1 span{font-size:.9375rem;color:var(--subheadline-color)}._decoration_j3gr0_1{position:absolute;opacity:.1;z-index:-1}._decoration-1_j3gr0_1{top:-5%;right:-5%;width:300px;height:300px;border-radius:50%;background:var(--secondary-color);filter:blur(60px)}._decoration-2_j3gr0_1{bottom:-10%;left:-5%;width:250px;height:250px;border-radius:50%;background:var(--primary-color);filter:blur(70px)}._rangoli-small_j3gr0_1{position:absolute;width:150px;height:150px;background-image:url(/rangoli.png);background-size:contain;background-repeat:no-repeat;background-position:center;bottom:-30px;right:-30px;opacity:.15;z-index:0;transform:rotate(15deg)}._form-status_j3gr0_1{margin-top:15px;padding:10px;border-radius:5px;text-align:center}._validation-error_j3gr0_1{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:none}._invalid-input_j3gr0_1{border-color:#dc3545!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem);padding-right:calc(1.5em + .75rem)!important}._valid-input_j3gr0_1{border-color:#198754!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem);padding-right:calc(1.5em + .75rem)!important}@media (max-width: 992px){._register-container_j3gr0_1{grid-template-columns:1fr;gap:2rem}._register-content_j3gr0_1{max-width:100%;text-align:center}._register-form-container_j3gr0_1{margin:0 auto}}@media (max-width: 576px){._register-form-container_j3gr0_1{padding:2rem 1.5rem}}._chatContainer_j3gr0_5{width:100%;height:calc(100% - 70px);display:flex;flex-direction:column;overflow-y:hidden;background-color:var(--light-color);box-shadow:none;border-radius:0 var(--border-radius-12) var(--border-radius-12) 0;border:1px solid var(--chat-border)}._comet_chatContainer_j3gr0_17{width:100%;height:100%;display:grid;grid-template-columns:.35fr 1fr;overflow:hidden;position:relative}._chatSelectorDefault_j3gr0_26{width:100%;display:flex;overflow-x:hidden}._chatEmptyContainerMobile_j3gr0_32{width:100%;height:100%;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 767px){._comet_chatContainer_j3gr0_17{width:100%;height:100%;display:flex;padding:0}._chatContainerMobile_j3gr0_47{width:100%;height:100%;display:flex;flex-direction:column;overflow-y:auto;border-radius:0;border:none}._chatSelectorMobile_j3gr0_57,._chatEmptyContainerMobile_j3gr0_32{display:none}}._composerContainer_j3gr0_66{width:100%;padding:0;position:sticky;bottom:0}._mediaIcons_j3gr0_73{display:flex;column-gap:var(--space-24)}._mediaIcons_j3gr0_73>*{cursor:pointer}._chatSelector_j3gr0_26{background-color:var(--light-color);border-radius:var(--border-radius-12);box-shadow:none;border:1px solid var(--chat-border);overflow:hidden}.cometchat-list__header{background:linear-gradient(45deg,var(--primary-color),var(--step-color-1));border-bottom:1px solid var(--border-color)}.cometchat-message-header{background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));color:var(--light-color);box-shadow:var(--shadow-small);border-bottom:1px solid var(--border-color)}.cometchat-list-item:hover{background-color:#1a73e814}.cometchat-list-item.selected{background-color:#1a73e81f;border-left:4px solid var(--primary-color)}.cometchat-list-item__avatar{border:2px solid var(--light-color);box-shadow:var(--shadow-small)}.cometchat-list__search-bar{background-color:#1a73e80d;border:1px solid var(--border-color);border-radius:var(--border-radius-8)}.cometchat-list__search-input::placeholder{color:var(--subheadline-color);opacity:.7}.cometchat-message-composer{background-color:var(--light-color);border-top:1px solid var(--border-color);box-shadow:none;width:100%;padding:0}.cometchat-message-composer__input{background-color:#1a73e80d;border:1px solid var(--border-color);border-radius:var(--border-radius-8)}.cometchat-button{border-radius:var(--border-radius-8)}.cometchat-button--primary{background-color:var(--secondary-color)}.cometchat-button--primary:hover{background-color:#009e78}.cometchat-message-bubble{border-radius:var(--border-radius-12);border-top-left-radius:4px;overflow:hidden}.cometchat-message-bubble--sent{background:linear-gradient(135deg,var(--primary-color),#3e76b7);color:var(--light-color);border:1px solid rgba(21,101,192,.3)}.cometchat-message-bubble--received{background:linear-gradient(to bottom right,#f0f4ff,#e6f5fd);color:var(--headline-color);border:1px solid rgba(230,236,250,.8)}.cometchat-messages{background-color:#fcfcfc;background-image:radial-gradient(circle at 15% 85%,rgba(248,250,252,.8) 0%,transparent 25%),radial-gradient(circle at 85% 15%,rgba(248,250,252,.8) 0%,transparent 25%)}.cometchat-avatar{border:2px solid var(--light-color);box-shadow:var(--shadow-small)}.cometchat-composer-utilities{border-radius:var(--border-radius-8);background-color:var(--light-color);box-shadow:var(--shadow-small);border:1px solid var(--border-color)}.cometchat-composer-utility-button{border-radius:var(--border-radius-4);background-color:#1a73e80d;color:var(--primary-color);transition:var(--transition)}.cometchat-composer-utility-button:hover{background-color:#1a73e81a;transform:translateY(-2px)}._messageTypeSelector_j3gr0_219{position:absolute;top:10px;right:20px;z-index:10;background-color:var(--light-color);border-radius:var(--border-radius-8);padding:8px 15px;box-shadow:var(--shadow-small);display:flex;align-items:center;gap:10px;transition:var(--transition);border:1px solid var(--border-color)}._messageTypeSelector_j3gr0_219:hover{box-shadow:var(--shadow-medium);transform:translateY(-2px)}._messageTypeSelector_j3gr0_219 label{font-weight:var(--font-weight-500);font-size:var(--font-size-14);color:var(--subheadline-color)}._messageTypeSelect_j3gr0_219{border:1px solid var(--border-color);padding:8px 30px 8px 12px;border-radius:var(--border-radius-8);font-size:var(--font-size-14);background-color:var(--light-color);cursor:pointer;min-width:140px;outline:none;transition:var(--transition);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px;font-family:var(--font-primary);color:var(--subheadline-color)}._messageTypeSelect_j3gr0_219:hover,._messageTypeSelect_j3gr0_219:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px #1a73e81a}._messageTypeSelect_j3gr0_219 option{padding:8px;font-size:var(--font-size-14);background-color:var(--light-color);color:var(--subheadline-color)}@media (max-width: 768px){._messageTypeSelector_j3gr0_219{position:fixed;top:75px;right:10px;padding:6px 10px;background-color:var(--light-color);border:1px solid var(--border-color);box-shadow:var(--shadow-small);z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--border-radius-8)}._messageTypeSelector_j3gr0_219 label{display:none}._messageTypeSelect_j3gr0_219{min-width:auto;width:120px;font-size:var(--font-size-12);padding:6px 26px 6px 10px;background-size:14px;background-position:right 6px center}._comet_chatContainer_j3gr0_17:not(._showChat_j3gr0_311) ._messageTypeSelector_j3gr0_219{display:none}._comet_chatContainer_j3gr0_17._showChat_j3gr0_311 ._messageTypeSelector_j3gr0_219{display:flex}}@media (max-width: 768px){._comet_chatContainer_j3gr0_17{grid-template-columns:1fr;overflow:hidden;width:100%}._chatSelectorMobile_j3gr0_57{display:none;height:100%;width:100%;background-color:var(--light-color);border-radius:var(--border-radius-12);margin:10px;padding:10px 0;box-shadow:none;border:1px solid var(--border-color)}._chatContainer_j3gr0_5{border-radius:0;border:none;width:100%;margin:0;padding:0}._comet_chatContainer_j3gr0_17._showChat_j3gr0_311 ._chatSelector_j3gr0_26{display:none}._comet_chatContainer_j3gr0_17._showChat_j3gr0_311 ._chatContainer_j3gr0_5{display:grid;grid-template-rows:0fr 1fr auto;gap:0}._mobileChatHeader_j3gr0_362{padding:var(--space-12);background-image:radial-gradient(circle at 10% 30%,rgba(26,115,232,.05) 0%,transparent 35%),radial-gradient(circle at 90% 70%,rgba(0,179,134,.06) 0%,transparent 40%);color:var(--dark-color);align-items:center;padding-right:var(--space-12);box-shadow:var(--shadow-small);display:flex;column-gap:var(--space-12)}._mobileChatTitle_j3gr0_383{flex:1;height:40px;font-weight:var(--font-weight-600);font-size:var(--font-size-16);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative}._backButton_j3gr0_395{position:relative;background:transparent;border:none;color:var(--dark-color);font-size:var(--font-size-14);font-weight:var(--font-weight-500);cursor:pointer;display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:var(--border-radius-8);box-shadow:none;transition:var(--transition)}._backButton_j3gr0_395:hover{transform:translateY(-2px);box-shadow:none}._comet_chatContainer_j3gr0_17._showChat_j3gr0_311 ._chatContainer_j3gr0_5 .cometchat-message-header{display:none}.cometchat-messages{background-color:var(--background-color);margin-top:0!important;padding-top:0!important}.cometchat-message-list{padding-top:0!important;margin-top:0!important}.cometchat-avatar{border:2px solid var(--light-color);box-shadow:var(--shadow-small)}.cometchat-message-list .cometchat-message-bubble.cometchat-message-bubble--sent{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color))!important;color:var(--light-color)!important;border:1px solid rgba(0,179,134,.3)!important}.cometchat-message-list .cometchat-message-bubble.cometchat-message-bubble--received{background:linear-gradient(to bottom right,#00b3861a,#1a73e814)!important;color:var(--headline-color)!important;border:1px solid rgba(0,179,134,.2)!important}._composerContainer_j3gr0_66{width:100%;padding:var(--space-12)}}._chatEmptyContainerDefault_j3gr0_471{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._comet_messageList_j3gr0_479{width:100%;height:100%;display:flex;overflow-y:auto;overflow-x:hidden}._mobileChatTyping_j3gr0_487{visibility:visible;top:20px;font-size:var(--font-size-10);font-weight:var(--font-weight-400);z-index:20}._mobileChatTypingDefault_j3gr0_495{visibility:hidden;height:20px}._tagDropdown_j3gr0_500{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4);font-size:var(--font-size-14);border:1px solid var(--able-gray-200);border-radius:var(--border-radius-4)}._imageBubbleContainer_j3gr0_510{display:flex;flex-direction:column;row-gap:var(--space-8);padding:var(--space-4)}._textInput_j3gr0_517{width:100%;background-color:var(--able-gray-200)}._dropdownOptions_j3gr0_522{padding:var(--space-4) var(--space-12)}._dropdownMenuItem_j3gr0_526{padding:var(--space-8)}._nestedDropdown_j3gr0_530{max-height:200px}:root{--primary-color: #1A73E8;--secondary-color: #00B386;--background-color: #F7FAFC;--headline-color: #1A1A1A;--subheadline-color: #4A4A4A;--light-color: #FFFFFF;--light-grey: #F0F4F8;--border-color: #E5E9F2;--chat-border: #E6EAF0;--shadow-small: 0 2px 5px rgba(0,0,0,.05);--shadow-medium: 0 5px 15px rgba(0,0,0,.08);--transition: all .3s ease;--font-primary: "Inter", "Lato", "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--step-color-1: #0EA5E9;--step-color-2: #0891B2;--step-color-3: #0D9488;--step-color-4: #059669}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-primary);color:var(--subheadline-color);line-height:1.6;background-color:var(--background-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._container_138vr_39{width:90%;max-width:1200px;margin:0 auto;padding:0 15px}section{padding:80px 0}h1,h2,h3,h4,h5,h6{color:var(--headline-color);line-height:1.2;font-weight:700}h1{font-size:2.75rem;margin-bottom:1.25rem}h2{font-size:2.25rem;margin-bottom:1.5rem;text-align:center}h3{font-size:1.5rem;margin-bottom:1rem}p{margin-bottom:1.25rem;font-size:1.0625rem}a{text-decoration:none;color:var(--primary-color);transition:var(--transition)}a:hover{color:var(--secondary-color)}ul{list-style:none}._btn_138vr_91{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;transition:var(--transition);cursor:pointer;letter-spacing:.01em}._btn-primary_138vr_104{background-color:var(--secondary-color);color:var(--light-color);border:none}._btn-primary_138vr_104:hover{background-color:#009e78;transform:translateY(-2px);box-shadow:0 4px 8px #00b38633}._btn-secondary_138vr_116{background-color:transparent;color:var(--primary-color);border:1.5px solid var(--primary-color)}._btn-secondary_138vr_116:hover{background-color:#1a73e814;transform:translateY(-2px)}header{position:sticky;top:0;background-color:var(--light-color);box-shadow:var(--shadow-small);padding:1rem 0;z-index:100}header ._container_138vr_39{display:flex;justify-content:space-between;align-items:center}._logo_138vr_143{max-width:140px;color:var(--primary-color)}nav ul{display:flex;align-items:center}nav ul li{margin-left:1.75rem}nav ul li a{font-weight:500;font-size:.9375rem;color:var(--headline-color)}nav ul li a:hover{color:var(--primary-color)}nav ul li a._btn-primary_138vr_104{color:var(--light-color)}._hero-section_138vr_172{background-color:var(--background-color);padding:6rem 0;position:relative;overflow:hidden}._hero-backdrop_138vr_179{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 10% 30%,rgba(26,115,232,.05) 0%,transparent 35%),radial-gradient(circle at 90% 70%,rgba(0,179,134,.06) 0%,transparent 40%);z-index:0}._hero-container_138vr_190{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:1}._hero-content_138vr_199{max-width:550px;position:relative}._hero-content_138vr_199 h1{font-size:2.75rem;font-weight:700;color:var(--headline-color);margin-bottom:1.25rem;line-height:1.2;background:linear-gradient(90deg,var(--headline-color) 70%,var(--primary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}._hero-content_138vr_199 p{font-size:1.125rem;color:var(--subheadline-color);margin-bottom:2rem;line-height:1.6}._hero-buttons_138vr_224{margin-top:2rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}._hero-image-wrapper_138vr_232{position:relative;z-index:1;display:flex;justify-content:center;align-items:center}._hero-rangoli_138vr_240{width:100%;max-width:550px;height:auto;opacity:.8;filter:saturate(120%) hue-rotate(10deg);z-index:1}@keyframes _gentle-spin_138vr_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._waitlist-card_138vr_261{background:linear-gradient(135deg,#ffffffe6,#f0f9fff2);border-radius:20px;box-shadow:0 15px 35px #0000001a,0 3px 10px #0000000d;overflow:hidden;max-width:450px;border:1px solid rgba(255,255,255,.6);position:relative;z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:2.5rem 2rem;text-align:center;margin-bottom:1rem;transform:translateY(0);transition:transform .5s ease,box-shadow .5s ease}._waitlist-card_138vr_261:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026,0 5px 15px #00000014}._waitlist-container_138vr_283{margin:2rem 0;position:relative;z-index:2}._waitlist-badge_138vr_289{position:absolute;top:0;right:0;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));color:#fff;padding:.5rem 1.5rem;font-weight:600;font-size:.9rem;border-bottom-left-radius:15px;border-top-right-radius:20px;box-shadow:0 3px 8px #00b38633;transform:translateY(0);animation:_float_138vr_1 3s ease-in-out infinite}._waitlist-badge-inline_138vr_305{background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));color:#fff;padding:.4rem 1rem;font-weight:600;font-size:.8rem;border-radius:20px;box-shadow:0 3px 8px #00b38633;animation:_float_138vr_1 3s ease-in-out infinite;display:inline-block;margin-left:.5rem}@keyframes _float_138vr_1{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}._waitlist-wrapper_138vr_323 h3{font-size:2.5rem;margin:.5rem 0 .25rem;color:var(--headline-color);text-align:center;background:linear-gradient(90deg,var(--headline-color),var(--primary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._btn-large_138vr_334{padding:1rem 2.5rem;font-size:1.2rem;border-radius:50px;letter-spacing:.5px;font-weight:700;position:relative;overflow:hidden;transition:all .3s ease}._pulse-btn_138vr_345{animation:_pulse_138vr_345 2s infinite;box-shadow:0 0 #00b386b3}@keyframes _pulse_138vr_345{0%{transform:scale(.95);box-shadow:0 0 #00b386b3}70%{transform:scale(1);box-shadow:0 0 0 12px #00b38600}to{transform:scale(.95);box-shadow:0 0 #00b38600}}._waitlist-privacy_138vr_367{text-align:center;font-size:.8125rem;color:#6b7280;margin-top:.75rem}._chat-container_138vr_375{background-color:#fffffff5;border-radius:16px;box-shadow:0 10px 30px #00000014;overflow:hidden;max-width:450px;border:1px solid var(--chat-border);position:relative;z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:perspective(1000px) rotateY(-2deg);transition:transform .5s ease}._chat-container_138vr_375:hover{transform:perspective(1000px) rotateY(0)}._chat-header_138vr_393{background:linear-gradient(45deg,var(--primary-color),#0064D1 40%,#005BC2);color:var(--light-color);padding:1rem 1.5rem;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}._chat-header_138vr_393 h3{font-size:1rem;margin-bottom:0;color:var(--light-color)}._chat-header_138vr_393 ._chat-icon_138vr_411{margin-right:.75rem;font-size:1.25rem}._chat-messages_138vr_416{padding:1.5rem;height:180px;overflow-y:auto;background-color:#fcfcfc;background-image:radial-gradient(circle at 15% 85%,rgba(248,250,252,.8) 0%,transparent 25%),radial-gradient(circle at 85% 15%,rgba(248,250,252,.8) 0%,transparent 25%)}._message_138vr_426{display:flex;margin-bottom:1rem;position:relative}._ai-message_138vr_432{align-items:flex-start}._user-message_138vr_436{justify-content:flex-end}._message-bubble_138vr_440{border-radius:18px;padding:.85rem 1.15rem;max-width:85%;font-size:.9375rem;box-shadow:0 1px 2px #0000000d;line-height:1.5;position:relative;z-index:1}._ai-bubble_138vr_451{border-top-left-radius:4px;background:linear-gradient(to bottom right,#f0f4ff,#e6f5fd);color:var(--headline-color);border:1px solid rgba(230,236,250,.8)}._ai-bubble_138vr_451:before{content:"";position:absolute;width:15px;height:15px;background-color:var(--primary-color);border-radius:50%;top:-7px;left:-7px;opacity:.1;z-index:0}._user-bubble_138vr_471{border-top-right-radius:4px;background:linear-gradient(135deg,var(--primary-color),#1565c0);color:var(--light-color);border:1px solid rgba(21,101,192,.3)}._chat-input_138vr_478{display:flex;border-top:1px solid var(--chat-border);padding:1rem;background-color:var(--light-color)}._chat-input_138vr_478 input{flex:1;border:1px solid rgba(226,232,240,.8);border-radius:10px;padding:.75rem 1rem;font-size:.9375rem;color:var(--headline-color);outline:none;transition:all .2s ease;background-color:#f7fafccc}._chat-input_138vr_478 input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #1a73e814;background-color:#fff}._chat-input_138vr_478 button{margin-left:.75rem;background:linear-gradient(to right,var(--secondary-color),#00A079);color:#fff;border:none;border-radius:10px;padding:0 1.5rem;font-weight:600;cursor:pointer;transition:var(--transition);height:48px;box-shadow:0 2px 10px #00b38633;position:relative;overflow:hidden}._chat-input_138vr_478 button:hover{background:linear-gradient(to right,#00a682,#00c190);transform:translateY(-1px);box-shadow:0 4px 12px #00b3864d}._chat-input_138vr_478 button:active{transform:translateY(1px)}._trust-badges_138vr_530{display:flex;justify-content:center;gap:1.75rem;margin-bottom:2.5rem;padding:1.5rem;background-color:#fff6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:12px;border:1px solid rgba(255,247,237,.3);position:relative;z-index:1}._trust-badge_138vr_530{display:flex;align-items:center;font-size:.875rem;color:var(--subheadline-color);font-weight:500;transition:var(--transition)}._trust-badge_138vr_530:hover{transform:translateY(-2px)}._trust-badge_138vr_530 .material-symbols-rounded{margin-right:.5rem;color:var(--primary-color);font-size:1.25rem;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._how-it-works-section_138vr_572{background-color:var(--light-color);position:relative;padding-top:100px}._section-intro_138vr_578{max-width:800px;margin:0 auto 3rem;text-align:center;font-size:1.125rem;color:var(--subheadline-color)}._process-flow_138vr_587{margin-bottom:2rem}._process-numbers_138vr_591{display:flex;justify-content:space-between;align-items:center;max-width:900px;margin:0 auto;padding:0 5%}._process-step_138vr_600{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;position:relative;z-index:2}._process-numbers_138vr_591 ._process-step_138vr_600:nth-child(1){background-color:var(--step-color-1);box-shadow:0 4px 10px #0ea5e94d}._process-numbers_138vr_591 ._process-step_138vr_600:nth-child(3){background-color:var(--step-color-2);box-shadow:0 4px 10px #0891b24d}._process-numbers_138vr_591 ._process-step_138vr_600:nth-child(5){background-color:var(--step-color-3);box-shadow:0 4px 10px #0d94884d}._process-numbers_138vr_591 ._process-step_138vr_600:nth-child(7){background-color:var(--step-color-4);box-shadow:0 4px 10px #0596694d}._process-connector_138vr_634{flex:1;height:4px;background:linear-gradient(90deg,var(--step-color-1) 0%,var(--step-color-2) 33%,var(--step-color-3) 66%,var(--step-color-4) 100%);position:relative}._process-connector_138vr_634:after{content:"";position:absolute;right:-5px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:10px solid var(--step-color-4)}._process-connector_138vr_634:nth-of-type(1):after{border-left-color:var(--step-color-2)}._process-connector_138vr_634:nth-of-type(2):after{border-left-color:var(--step-color-3)}._steps-container_138vr_668{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem}._step-card_138vr_675{background-color:var(--light-color);border-radius:10px;box-shadow:var(--shadow-small);padding:1.75rem;display:flex;flex-direction:column;position:relative;border-width:2px;border-style:solid;transition:var(--transition)}._step-card-1_138vr_688{border-color:var(--step-color-1)}._step-card-2_138vr_692{border-color:var(--step-color-2)}._step-card-3_138vr_696{border-color:var(--step-color-3)}._step-card-4_138vr_700{border-color:var(--step-color-4)}._step-card_138vr_675:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium)}._step-icon_138vr_709{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}._step-card-1_138vr_688 ._step-icon_138vr_709{background-color:#0ea5e91a;color:var(--step-color-1)}._step-card-2_138vr_692 ._step-icon_138vr_709{background-color:#0891b21a;color:var(--step-color-2)}._step-card-3_138vr_696 ._step-icon_138vr_709{background-color:#0d94881a;color:var(--step-color-3)}._step-card-4_138vr_700 ._step-icon_138vr_709{background-color:#0596691a;color:var(--step-color-4)}._step-icon_138vr_709 ._material-symbols-rounded_138vr_559{font-size:30px}._step-card_138vr_675 h3{text-align:center;margin-bottom:1rem;font-size:1.25rem}._step-card-1_138vr_688 h3{color:var(--step-color-1)}._step-card-2_138vr_692 h3{color:var(--step-color-2)}._step-card-3_138vr_696 h3{color:var(--step-color-3)}._step-card-4_138vr_700 h3{color:var(--step-color-4)}._step-card_138vr_675 p{font-size:.9375rem;text-align:center;margin-bottom:0}._section-cta_138vr_771{text-align:center;margin-top:3rem;background:linear-gradient(45deg,var(--step-color-1) 0%,var(--step-color-2) 33%,var(--step-color-3) 66%,var(--step-color-4) 100%);padding:2.5rem;border-radius:12px;color:#fff}._section-cta_138vr_771 p{font-size:1.25rem;margin-bottom:1.5rem;font-weight:500;color:#fff}._section-cta_138vr_771 ._btn-primary_138vr_104{background-color:#fff;color:var(--headline-color);box-shadow:0 4px 12px #00000026}._section-cta_138vr_771 ._btn-primary_138vr_104:hover{transform:translateY(-2px);box-shadow:0 6px 15px #0003}._why-trust-section_138vr_804{position:relative;padding:5rem 0;background-image:linear-gradient(to bottom,#ffffffeb,#ffffffeb),url(/bg1.png);background-size:cover;background-position:center;background-attachment:fixed}._why-trust-section_138vr_804:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--primary-color) 0%,var(--secondary-color) 100%);z-index:1}._section-image_138vr_827{text-align:center;margin-bottom:2.5rem;opacity:.8}._trust-header-image_138vr_833{max-width:400px;height:auto;display:inline-block;border-radius:10px;box-shadow:var(--shadow-small)}._trust-grid_138vr_841{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}._trust-card_138vr_848{background-color:#ffffffd9;border-radius:12px;box-shadow:var(--shadow-medium);padding:2rem;position:relative;border:none;transition:var(--transition);display:flex;flex-direction:column;overflow:hidden;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._trust-card-image_138vr_862{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:1.5rem;box-shadow:0 4px 12px #0000001a;transition:var(--transition)}._trust-card_138vr_848:hover ._trust-card-image_138vr_862{transform:scale(1.03)}._trust-card_138vr_848:before{content:"";position:absolute;width:150px;height:150px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgba(0, 179, 134, 0.08)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>');background-repeat:no-repeat;background-size:contain;right:-30px;bottom:-30px;opacity:.5;transform:rotate(15deg);z-index:0}._trust-card_138vr_848:nth-child(1){border-top:4px solid var(--step-color-1)}._trust-card_138vr_848:nth-child(2){border-top:4px solid var(--step-color-2)}._trust-card_138vr_848:nth-child(3){border-top:4px solid var(--step-color-3)}._trust-card_138vr_848:nth-child(4){border-top:4px solid var(--step-color-4)}._trust-card_138vr_848:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a;background-color:#fffffff2}._trust-icon_138vr_913{width:70px;height:70px;background-color:#1a73e81a;color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;z-index:1;box-shadow:0 5px 15px #1a73e826}._trust-icon_138vr_913 ._material-symbols-rounded_138vr_559{font-size:30px}._trust-card_138vr_848 h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--headline-color);position:relative;z-index:1}._trust-card_138vr_848 p{font-size:.9375rem;color:var(--subheadline-color);margin-bottom:1.5rem;position:relative;z-index:1}._trust-label_138vr_948{display:flex;align-items:center;padding:.5rem .75rem;background-color:#f0f9ff;border-radius:6px;font-size:.8125rem;color:var(--primary-color);margin-top:auto;position:relative;z-index:1}._trust-label_138vr_948 ._material-symbols-rounded_138vr_559{font-size:1rem;margin-right:.5rem}._trust-bar_138vr_967{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1.5rem;background-color:var(--light-color);border-radius:10px;box-shadow:var(--shadow-small);margin-bottom:3rem}._trust-item_138vr_979{display:flex;align-items:center;color:var(--subheadline-color);font-size:.9375rem;font-weight:500}._trust-item_138vr_979 ._material-symbols-rounded_138vr_559{margin-right:.5rem;color:var(--secondary-color);font-size:1.25rem}._section-cta-light_138vr_994{text-align:center;margin-top:3rem;padding:2.5rem;border-radius:12px;background-color:var(--light-grey);border:1px solid var(--border-color)}._section-cta-light_138vr_994 p{font-size:1.125rem;margin-bottom:1.5rem;font-weight:500;color:var(--headline-color);max-width:700px;margin-left:auto;margin-right:auto}._testimonials-section_138vr_1014{background-color:#f5f9ff;position:relative;overflow:hidden}._testimonials-section_138vr_1014:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--step-color-3) 0%,var(--step-color-2) 100%);z-index:1}._section-header_138vr_1034{text-align:center;margin-bottom:3rem;position:relative}._section-icon_138vr_1040{width:60px;height:auto;margin-bottom:1rem;display:inline-block;filter:drop-shadow(0 2px 5px rgba(0,0,0,.1))}._testimonials-container_138vr_1048{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}._testimonial-card_138vr_1055{background-color:var(--light-color);border-radius:12px;padding:2rem;box-shadow:var(--shadow-small);transition:var(--transition);position:relative;display:flex;flex-direction:column;border-top:4px solid var(--primary-color);overflow:hidden}._testimonial-card_138vr_1055:after{content:"";position:absolute;width:150px;height:150px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgba(26, 115, 232, 0.05)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="8" r="7"></circle><polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88"></polyline></svg>');background-repeat:no-repeat;background-size:contain;right:-30px;bottom:-30px;opacity:.7;transform:rotate(15deg);z-index:0}._testimonial-card_138vr_1055:nth-child(1){border-top-color:var(--step-color-1)}._testimonial-card_138vr_1055:nth-child(2){border-top-color:var(--step-color-2)}._testimonial-card_138vr_1055:nth-child(3){border-top-color:var(--step-color-3)}._testimonial-card_138vr_1055:hover{transform:translateY(-6px);box-shadow:0 12px 25px #00000014}._testimonial-rating_138vr_1100{margin-bottom:1rem}._star_138vr_1104{color:#ffb400;font-size:1.25rem;margin-right:2px}._testimonial-content_138vr_1110{position:relative;margin-bottom:1.5rem;flex-grow:1;z-index:1}._testimonial-content_138vr_1110 p{font-size:1rem;line-height:1.7;position:relative;padding-left:1.25rem;margin-bottom:0}._testimonial-content_138vr_1110 p:before{content:'"';position:absolute;left:0;top:-.5rem;font-size:2.5rem;color:var(--primary-color);opacity:.2;line-height:1}._testimonial-author_138vr_1136{display:flex;align-items:center;margin-bottom:.75rem;z-index:1;position:relative}._testimonial-author_138vr_1136 img{width:50px;height:50px;border-radius:50%;object-fit:cover;margin-right:1rem;border:2px solid white;box-shadow:0 2px 8px #0000001a}._author-info_138vr_1154 h4{margin-bottom:.25rem;font-size:1rem;color:var(--headline-color)}._author-info_138vr_1154 p{font-size:.875rem;margin-bottom:0;color:#6b7280}._testimonial-tag_138vr_1166{display:inline-flex;align-items:center;padding:.5rem .75rem;background-color:#f0f9ff;border-radius:6px;font-size:.8125rem;color:var(--primary-color);font-weight:500;align-self:flex-start;z-index:1;position:relative}._testimonial-tag_138vr_1166 ._material-symbols-rounded_138vr_559{font-size:1rem;margin-right:.5rem}._testimonials-cta_138vr_1185{text-align:center;margin-top:1rem}._partners-section_138vr_1191{background-color:var(--light-color);position:relative;overflow:hidden;padding:5rem 0}._partners-section_138vr_1191:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><rect width="1" height="1" fill="rgba(0, 179, 134, 0.05)"/></svg>');background-repeat:repeat;opacity:.5;z-index:0}._partners-section_138vr_1191 ._container_138vr_39{position:relative;z-index:1}._section-logo_138vr_1216{width:80px;height:auto;margin-bottom:1rem;display:inline-block;filter:drop-shadow(0 2px 5px rgba(0,0,0,.1))}._partners-wrapper_138vr_1224{margin-bottom:3rem}._partners-banner_138vr_1228{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:1.5rem;margin-bottom:2rem}._partner-item_138vr_1237{background-color:var(--light-color);border-radius:10px;padding:1.5rem;box-shadow:var(--shadow-small);transition:var(--transition);display:flex;flex-direction:column;align-items:center;justify-content:center;width:180px;position:relative;border:1px solid var(--border-color);text-align:center}._partner-item_138vr_1237:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium);border-color:var(--secondary-color)}._partner-logo_138vr_1259{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem;justify-content:center}._bank-logo_138vr_1269{width:120px;height:auto;object-fit:contain;transition:all .3s ease;border-radius:4px}._partner-item_138vr_1237:hover ._bank-logo_138vr_1269{transform:scale(1.05)}._partner-logo_138vr_1259 ._material-symbols-rounded_138vr_559{font-size:2.5rem;color:var(--primary-color);margin-bottom:.5rem}._partner-logo_138vr_1259 span:last-child{font-weight:600;font-size:1.1rem;color:var(--headline-color)}._partner-tag_138vr_1294{padding:.4rem .75rem;background-color:#1a73e81a;color:var(--primary-color);border-radius:20px;font-size:.75rem;font-weight:600}._partners-stats_138vr_1304{display:flex;justify-content:center;flex-wrap:wrap;gap:3rem;margin-bottom:3rem;background:linear-gradient(45deg,#1a73e814,#00b38614);padding:2rem;border-radius:12px}._stat-item_138vr_1318{text-align:center}._stat-value_138vr_1322{font-size:2rem;font-weight:700;color:var(--headline-color);margin-bottom:.5rem;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent}._stat-label_138vr_1332{color:var(--subheadline-color);font-weight:500}._partners-footer_138vr_1337{text-align:center;max-width:650px;margin:0 auto}._partners-footer_138vr_1337 p{margin-bottom:1.5rem}._features-section_138vr_1348{position:relative;padding:6rem 0;color:var(--light-color);overflow:hidden}._features-backdrop_138vr_1355{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to right,#001129d9,#001129f2),url(/blr.webp);background-size:cover;background-position:center;background-attachment:fixed;z-index:0}._features-section_138vr_1348 ._container_138vr_39{position:relative;z-index:1}._light-text_138vr_1373 h2,._light-text_138vr_1373 ._section-intro_138vr_578{color:var(--light-color)}._features-grid_138vr_1378{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}._feature-card_138vr_1385{background-color:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;transition:var(--transition);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;height:100%}._feature-card_138vr_1385:hover{transform:translateY(-5px);box-shadow:0 12px 25px #0003;background-color:#ffffff1f}._feature-icon_138vr_1403{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--light-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.5rem;box-shadow:0 5px 15px #0003}._feature-icon_138vr_1403 ._material-symbols-rounded_138vr_559{font-size:28px}._feature-card_138vr_1385 h3{color:var(--light-color);margin-bottom:1rem;font-size:1.25rem}._feature-card_138vr_1385 p{color:#fffc;font-size:.9375rem;margin-bottom:1.5rem;flex-grow:1}._feature-stat_138vr_1434{padding:1rem;background-color:#ffffff0d;border-radius:8px;text-align:center;margin-top:auto}._feature-stat_138vr_1434 ._stat-value_138vr_1322{font-size:1.75rem;font-weight:700;color:var(--light-color);margin-bottom:.25rem;display:flex;align-items:baseline;justify-content:center}._stat-unit_138vr_1452{font-size:1rem;margin-left:2px;opacity:.8}._stat-desc_138vr_1458{font-size:.8125rem;color:#ffffffb3}._features-cta_138vr_1463{text-align:center;margin-top:2rem}._btn-glow_138vr_1468{background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));color:var(--light-color);border:none;padding:.9rem 2rem;font-weight:600;box-shadow:0 5px 20px #00b38666;position:relative;overflow:hidden}._btn-glow_138vr_1468:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,#fff0,#ffffff1a,#fff0);transform:rotate(45deg);animation:_glowEffect_138vr_1 3s infinite}@keyframes _glowEffect_138vr_1{0%{transform:translate(-50%,-50%) rotate(45deg)}to{transform:translate(100%,100%) rotate(45deg)}}._btn-glow_138vr_1468:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00b38680;color:var(--light-color)}._results-section_138vr_1511{position:relative;padding:6rem 0;color:var(--light-color);overflow:hidden;text-align:center}._results-backdrop_138vr_1519{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to bottom,#001e3ceb,#001e3cf7),url(/bg.jpg);background-size:cover;background-position:center;background-attachment:fixed;z-index:0}._results-section_138vr_1511 ._container_138vr_39{position:relative;z-index:1}._results-section_138vr_1511 ._section-header_138vr_1034{margin-bottom:3.5rem}._results-section_138vr_1511 h2{color:var(--light-color)}._metrics-container_138vr_1545{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;text-align:center;margin-bottom:4rem}._metric-card_138vr_1553{padding:2rem;border-radius:12px;background-color:#ffffff12;transition:var(--transition);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);position:relative}._metric-card_138vr_1553:hover{transform:translateY(-5px);background-color:#ffffff1f;box-shadow:0 12px 25px #00000026}._metric-icon_138vr_1569{width:70px;height:70px;background:#ffffff1a;color:var(--light-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:1.5rem;border:2px solid rgba(255,255,255,.2)}._metric-icon_138vr_1569 ._material-symbols-rounded_138vr_559{font-size:35px}._metric-value_138vr_1587{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:var(--light-color);display:flex;align-items:baseline;justify-content:center;line-height:1}._metric-unit_138vr_1598{font-size:1.5rem;margin-left:3px;opacity:.8}._metric-card_138vr_1553 p{color:#fffc;font-size:1.125rem;margin-bottom:1.25rem;font-weight:500}._metric-growth_138vr_1611{display:inline-flex;align-items:center;padding:.5rem .75rem;background-color:#00b38633;border-radius:20px;color:#00f7b5;font-size:.875rem;font-weight:500}._growth-arrow_138vr_1622{margin-right:.25rem}._results-quote_138vr_1626{max-width:800px;margin:2rem auto 0;text-align:center;padding:2rem;background-color:#ffffff0d;border-radius:12px;position:relative}._results-quote_138vr_1626:before{content:'"';position:absolute;top:-10px;left:20px;font-size:8rem;color:#ffffff0d;line-height:1}._results-quote_138vr_1626 blockquote{font-size:1.5rem;line-height:1.5;font-weight:300;font-style:italic;margin-bottom:1.5rem}._results-quote_138vr_1626 cite{font-size:1rem;font-style:normal;color:#ffffffb3}._cta-section_138vr_1661{background-color:var(--light-color);padding:5rem 0;position:relative;overflow:hidden}._cta-section_138vr_1661:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 10% 90%,rgba(26,115,232,.07) 0%,transparent 40%),radial-gradient(circle at 90% 20%,rgba(0,179,134,.05) 0%,transparent 40%);z-index:0}._cta-container_138vr_1680{display:grid;grid-template-columns:1fr auto;align-items:center;gap:3rem;position:relative;z-index:1}._cta-content_138vr_1689{max-width:600px}._cta-section_138vr_1661 h2{margin-bottom:1.25rem;text-align:left;font-size:2.5rem}._cta-section_138vr_1661 p{margin-bottom:2rem;font-size:1.125rem;text-align:left;color:var(--subheadline-color)}._cta-buttons_138vr_1706{display:flex;gap:1rem;margin-bottom:2rem}._cta-features_138vr_1712{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}._cta-feature_138vr_1712{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:var(--subheadline-color);font-weight:500}._cta-feature_138vr_1712 ._material-symbols-rounded_138vr_559{color:var(--secondary-color);font-size:1.25rem}._cta-image_138vr_1733 img{max-width:300px;border-radius:20px;box-shadow:var(--shadow-medium);transform:rotate(2deg);transition:var(--transition);border:5px solid white}._cta-image_138vr_1733 img:hover{transform:rotate(-1deg) scale(1.02);box-shadow:0 15px 30px #0000001a}footer{background-color:var(--headline-color);color:#9ca3af}._footer-top_138vr_1753{padding:5rem 0 3rem}._footer-header_138vr_1757{display:flex;flex-direction:column;align-items:center;margin-bottom:3rem;text-align:center}._footer-logo_138vr_1765{display:flex;align-items:center;margin-bottom:1rem}._footer-logo-img_138vr_1771{width:40px;height:40px;margin-right:.75rem;filter:brightness(0) invert(1)}._footer-logo_138vr_1765 span{font-size:1.5rem;font-weight:700;color:var(--light-color)}._footer-tagline_138vr_1784{max-width:450px;font-size:1.125rem;color:#ffffffb3}._footer-grid_138vr_1790{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem}._footer-col_138vr_1796 h3{color:var(--light-color);margin-bottom:1.5rem;font-size:1.125rem;font-weight:600;position:relative}._footer-col_138vr_1796 h3:after{content:"";position:absolute;left:0;bottom:-8px;width:30px;height:2px;background-color:var(--secondary-color)}._footer-col_138vr_1796 ul{margin:0;padding:0}._footer-col_138vr_1796 ul li{margin-bottom:.9rem;list-style:none}._footer-col_138vr_1796 ul li a{color:#9ca3af;transition:var(--transition);font-size:.9375rem;text-decoration:none}._footer-col_138vr_1796 ul li a:hover{color:var(--light-color);padding-left:5px}._contact-col_138vr_1837{grid-column:span 2}._contact-item_138vr_1841{display:flex;align-items:center;margin-bottom:1.25rem;color:#9ca3af}._contact-item_138vr_1841 ._material-symbols-rounded_138vr_559{font-size:1.25rem;margin-right:.75rem;color:var(--secondary-color)}._contact-item_138vr_1841 a,._contact-item_138vr_1841 address{font-style:normal;font-size:.9375rem;color:#9ca3af;text-decoration:none;transition:var(--transition)}._contact-item_138vr_1841 a:hover{color:var(--light-color)}._social-links_138vr_1866{display:flex;gap:1rem;margin-top:1.5rem}._social-link_138vr_1866{width:40px;height:40px;border-radius:50%;background-color:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:var(--transition);color:#9ca3af}._social-link_138vr_1866:hover{background-color:var(--secondary-color);color:var(--light-color);transform:translateY(-3px)}._footer-bottom_138vr_1890{padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.875rem}._footer-bottom_138vr_1890 ._container_138vr_39{display:flex;flex-direction:column;align-items:center}._footer-bottom_138vr_1890 p{margin-bottom:.75rem}._footer-disclaimer_138vr_1907{max-width:800px;color:#fff6;font-size:.8125rem}@media (max-width: 1200px){._cta-container_138vr_1680{grid-template-columns:1fr;text-align:center}._cta-content_138vr_1689{max-width:100%}._cta-section_138vr_1661 h2,._cta-section_138vr_1661 p{text-align:center}._cta-buttons_138vr_1706,._cta-features_138vr_1712{justify-content:center}._cta-image_138vr_1733{display:none}._contact-col_138vr_1837{grid-column:span 1}}@media (max-width: 992px){h1{font-size:2.25rem}h2{font-size:1.875rem}._hero-container_138vr_190{grid-template-columns:1fr;gap:2rem}._hero-content_138vr_199{max-width:100%;text-align:center}._hero-content_138vr_199 h1{display:block;background:linear-gradient(90deg,var(--headline-color) 40%,var(--primary-color) 70%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._hero-buttons_138vr_224{justify-content:center;display:flex}._chat-container_138vr_375{margin:0 auto;transform:perspective(1000px) rotateY(0)}._chat-wrapper_138vr_1983{margin:0 auto}._rangoli-decoration_138vr_1987{width:400px;height:400px;top:-100px;right:-50px;opacity:.1}._trust-badges_138vr_530{flex-wrap:wrap;justify-content:center}._steps-container_138vr_668{grid-template-columns:repeat(2,1fr)}._trust-grid_138vr_841{grid-template-columns:1fr}._trust-bar_138vr_967{justify-content:center}._partners-banner_138vr_1228{gap:1rem}._partner-item_138vr_1237{width:150px}._feature-stat_138vr_1434 ._stat-value_138vr_1322{font-size:1.5rem}._results-quote_138vr_1626 blockquote{font-size:1.25rem}._footer-grid_138vr_1790{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){nav{display:none}section{padding:60px 0}._rangoli-decoration_138vr_1987{width:300px;height:300px;top:-50px;right:-70px;opacity:.08}._trust-badges_138vr_530{flex-direction:column;align-items:flex-start;padding:1.25rem}._section-intro_138vr_578{font-size:1rem}._steps-container_138vr_668{grid-template-columns:1fr}._process-numbers_138vr_591{display:none}._step-card_138vr_675{border-width:2px;border-left-width:8px}._trust-badges_138vr_530{flex-direction:column;align-items:center;gap:1rem}._testimonials-container_138vr_1048,._features-grid_138vr_1378,._metrics-container_138vr_1545{grid-template-columns:1fr}._partners-banner_138vr_1228{flex-direction:column;align-items:center}._partner-item_138vr_1237{width:100%;max-width:280px}._partner-logo_138vr_1259 ._material-symbols-rounded_138vr_559{font-size:2rem}._partners-stats_138vr_1304{flex-direction:column;gap:1.5rem}._testimonial-rating_138vr_1100{justify-content:center}._testimonial-card_138vr_1055{text-align:center}._testimonial-author_138vr_1136{justify-content:center}._testimonial-tag_138vr_1166{align-self:center}._feature-icon_138vr_1403{margin-left:auto;margin-right:auto}._feature-card_138vr_1385 h3,._feature-card_138vr_1385 p{text-align:center}._metric-card_138vr_1553{padding:1.5rem}._metric-icon_138vr_1569{width:60px;height:60px}._metric-icon_138vr_1569 ._material-symbols-rounded_138vr_559{font-size:30px}._metric-value_138vr_1587{font-size:2.5rem}._results-quote_138vr_1626 blockquote{font-size:1.125rem}._footer-grid_138vr_1790{grid-template-columns:1fr;text-align:center}._footer-col_138vr_1796 h3:after{left:50%;transform:translate(-50%)}._contact-item_138vr_1841,._social-links_138vr_1866{justify-content:center}}@media (max-width: 480px){h1{font-size:2rem}h2{font-size:1.5rem}._btn_138vr_91{font-size:.875rem;padding:.6rem 1.25rem}._metric-value_138vr_1587{font-size:2rem}._cta-buttons_138vr_1706{flex-direction:column;width:100%}._cta-buttons_138vr_1706 ._btn_138vr_91{width:100%}}._fade-in_138vr_2206{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}._fade-in_138vr_2206._visible_138vr_2212{opacity:1;transform:translateY(0)}._register-section_138vr_2218{background-color:var(--background-color);padding:5rem 0;position:relative;overflow:hidden;min-height:90vh;display:flex;align-items:center}._register-backdrop_138vr_2228{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 10% 30%,rgba(26,115,232,.05) 0%,transparent 35%),radial-gradient(circle at 90% 70%,rgba(0,179,134,.06) 0%,transparent 40%);z-index:0}._register-container_138vr_2239{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}._register-content_138vr_2248{max-width:550px}._register-content_138vr_2248 h1{font-size:2.5rem;margin-bottom:1.25rem;background:linear-gradient(90deg,var(--headline-color) 70%,var(--primary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._register-content_138vr_2248 p{font-size:1.125rem;color:var(--subheadline-color);margin-bottom:2rem;line-height:1.6}._register-form-container_138vr_2268{background:linear-gradient(135deg,#ffffffe6,#f0f9fff2);border-radius:20px;box-shadow:0 15px 35px #0000001a,0 3px 10px #0000000d;border:1px solid rgba(255,255,255,.6);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:2.5rem;position:relative;z-index:2;max-width:500px;transition:transform .3s ease,box-shadow .3s ease}._register-form-container_138vr_2268:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026,0 5px 15px #00000014}._register-badge_138vr_2286{position:absolute;top:0;right:0;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));color:#fff;padding:.5rem 1.5rem;font-weight:600;font-size:.9rem;border-bottom-left-radius:15px;border-top-right-radius:20px;box-shadow:0 3px 8px #00b38633}._form-group_138vr_2300{margin-bottom:1.5rem}._form-group_138vr_2300 label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--headline-color)}._form-control_138vr_2311{width:100%;padding:.85rem 1rem;font-size:1rem;border:1px solid rgba(226,232,240,.8);border-radius:10px;background-color:#fffc;color:var(--headline-color);transition:all .2s ease}._form-control_138vr_2311:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #1a73e81a;background-color:#fff;outline:none}._form-control_138vr_2311::placeholder{color:#9ca3af}._btn-submit_138vr_2333{width:100%;padding:1rem;font-size:1.1rem;background:linear-gradient(to right,var(--secondary-color),#00A079);color:#fff;border:none;border-radius:10px;font-weight:600;margin-top:.5rem;cursor:pointer;transition:var(--transition);box-shadow:0 4px 12px #00b38633}._btn-submit_138vr_2333:hover{background:linear-gradient(to right,#00a682,#00c190);transform:translateY(-2px);box-shadow:0 6px 16px #00b3864d}._form-footer_138vr_2354{text-align:center;font-size:.875rem;color:#6b7280;margin-top:1.5rem}._form-benefits_138vr_2361{margin-top:2rem}._benefit-item_138vr_2365{display:flex;align-items:center;margin-bottom:1rem}._benefit-item_138vr_2365 ._material-symbols-rounded_138vr_559{color:var(--secondary-color);margin-right:.75rem;font-size:1.25rem}._benefit-item_138vr_2365 span{font-size:.9375rem;color:var(--subheadline-color)}._decoration_138vr_2382{position:absolute;opacity:.1;z-index:-1}._decoration-1_138vr_2388{top:-5%;right:-5%;width:300px;height:300px;border-radius:50%;background:var(--secondary-color);filter:blur(60px)}._decoration-2_138vr_2398{bottom:-10%;left:-5%;width:250px;height:250px;border-radius:50%;background:var(--primary-color);filter:blur(70px)}._rangoli-small_138vr_2408{position:absolute;width:150px;height:150px;background-image:url(/rangoli.png);background-size:contain;background-repeat:no-repeat;background-position:center;bottom:-30px;right:-30px;opacity:.15;z-index:0;transform:rotate(15deg)}._form-status_138vr_2423{margin-top:15px;padding:10px;border-radius:5px;text-align:center}._validation-error_138vr_2430{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:none}._invalid-input_138vr_2437{border-color:#dc3545!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem);padding-right:calc(1.5em + .75rem)!important}._valid-input_138vr_2446{border-color:#198754!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem);padding-right:calc(1.5em + .75rem)!important}@media (max-width: 992px){._register-container_138vr_2239{grid-template-columns:1fr;gap:2rem}._register-content_138vr_2248{max-width:100%;text-align:center}._register-form-container_138vr_2268{margin:0 auto}}@media (max-width: 576px){._register-form-container_138vr_2268{padding:2rem 1.5rem}}._mobileNumber_1iuhn_1{width:100%;display:flex;flex-direction:column;row-gap:var(--space-24)}._nameContainer_1iuhn_8,._languageContainer_1iuhn_9,._mobileNumberContainer_1iuhn_10{display:flex;padding:var(--space-20) var(--space-28);align-items:center;gap:var(--space-20);border-radius:var(--border-radius-8);border:1px solid var(--able-gray-200)}._nameContainer_1iuhn_8{display:flex;flex-direction:column}._languageContainer_1iuhn_9{justify-content:flex-start}._divider_1iuhn_28{width:1px;height:44px;background:var(--able-gray-200)}._mobileNumberSubtext_1iuhn_34{color:var(--able-gray-200);font-size:var(--font-size-12);font-weight:var(--font-weight-400);line-height:var(--space-16)}._mobileNumberWithSubtext_1iuhn_41{width:100%;display:flex;flex-direction:column;row-gap:var(--space-4)}._mobileNumberInput_1iuhn_47{width:100%;border:none;outline:none;font-size:var(--font-size-16);padding:0}._nameErrorText_1iuhn_55,._mobileNumberErrorText_1iuhn_56{color:var(--able-danger-red);font-size:var(--font-size-12);font-weight:var(--font-weight-400)}._nameErrorText_1iuhn_55{width:100%;display:flex}._mobileNumberInputContainer_1iuhn_67{width:100%;display:flex;column-gap:var(--space-4)}._otpActionBtn_1iuhn_73,._otpActionBtnRegister_1iuhn_74{font-size:var(--font-size-16);color:var(--white);background-color:#000;height:46px;border-radius:var(--border-radius-8);width:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}._otpActionBtnRegister_1iuhn_74{background-color:var(--white);border:1px solid var(--able-gray-200);color:var(--text-color-primary)}._otpContainer_1fmx7_1{width:100%;display:flex;flex-direction:column;row-gap:var(--space-16);align-items:center}._otpInputElements_1fmx7_9{width:100%;display:flex;justify-content:space-between}._otpNumberContainer_1fmx7_14{display:flex;width:70px;height:70px;padding:var(--space-20) var(--space-28);align-items:center;gap:var(--space-20);border-radius:var(--border-radius-8);border:1px solid var(--able-gray-200);text-align:center;font-size:var(--font-size-20)}._otpContainer_1fmx7_1>input{text-align:center;font-size:var(--font-size-20)}._verificationContainer_1fmx7_32{width:100%;display:flex;flex-direction:column;align-items:center;row-gap:var(--space-24)}._resendOtp_1fmx7_40{display:flex;padding:0 var(--space-12);justify-content:center;align-items:center;gap:var(--space-8);border-radius:var(--border-radius-16);border:1px solid var(--text-color-primary);cursor:pointer}._resendOtpWithTimer_1fmx7_51{width:100%;display:flex;justify-content:space-between}._resendOtpTimer_1fmx7_57{font-size:var(--font-size-16);font-weight:var(--font-weight-400);line-height:var(--space-20);opacity:.6;display:flex;align-items:center}._disableOnOtpverififcation_1fmx7_67{pointer-events:none;opacity:.2}._otpErrorMsg_1fmx7_72{width:100%;display:flex;align-self:start;color:var(--able-danger-red);font-size:var(--font-size-12);font-weight:var(--font-weight-400)}._verifyOTP_1fmx7_81{color:var(--white);height:46px;width:100%;display:flex;align-items:center;justify-content:center;background-color:#000;border-radius:var(--border-radius-8);cursor:pointer}@media screen and (max-width: 767px){._otpNumberContainer_1fmx7_14{width:70px;height:70px}}._authenticationContainer_18v6i_3{width:100%;height:100%;display:grid;grid-template-columns:.4fr .6fr;padding:0!important}._authenticationLeft_18v6i_11{width:100%;height:100%;padding:var(--space-40);background-color:var(--white)}._authenticationSection_18v6i_18{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;row-gap:var(--space-24);align-items:center}._welcomeText_18v6i_28{color:var(--text-color-primary);font-family:Space Grotesk;font-size:var(--font-size-40);font-weight:var(--font-weight-700);line-height:48px}._welcomeSubtext_18v6i_36{color:var(--text-color-primary);font-size:var(--font-size-16);font-weight:var(--font-weight-400);line-height:var(--space-24)}._authenticationText_18v6i_43{width:100%;display:flex;flex-direction:column;column-gap:var(--space-4);align-items:center}._thirdPartyActionBtn_18v6i_51{color:var(--text-color-primary);font-size:var(--font-size-15);font-weight:var(--font-weight-600);line-height:var(--space-24)}._continueWith_18v6i_58{color:var(--text-color-primary);font-size:var(--font-size-14);font-weight:var(--font-weight-400);line-height:var(--space-24);opacity:.6;text-align:center}._authenticationSection_18v6i_18>*{width:80%}._authenticationMSLogin_18v6i_71{display:flex;align-items:center;column-gap:var(--space-8);justify-content:center;height:46px;border-radius:var(--border-radius-8);border:2px solid var(--able-gray-100);cursor:pointer}@media screen and (max-width: 767px){._authenticationContainer_18v6i_3{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0!important;overflow:hidden}._authenticationLeft_18v6i_11{padding:0}._acLogo_18v6i_97{padding:var(--space-24)}}._layout_cle58_1{width:100%;height:100%;overflow-y:hidden}._header_cle58_8{width:100%;height:70px;background-color:#fff;box-shadow:0 2px 5px #0000000d;position:sticky;top:0;z-index:10}._headerContainer_cle58_19{width:100%;height:100%;padding:var(--space-12);display:flex;justify-content:space-between;align-items:center}._headerLeft_cle58_28{display:flex;align-items:center}._headerLogo_cle58_33{max-width:140px;margin-right:2rem}._headerNav_cle58_38 ul{display:flex;list-style:none;margin:0;padding:0}._headerNav_cle58_38 ul li{margin-right:1.75rem}._headerNav_cle58_38 ul li a{font-weight:500;font-size:.9375rem;color:#333;text-decoration:none;transition:color .3s ease}._headerNav_cle58_38 ul li a:hover{color:#1a73e8}._headerRight_cle58_61{display:flex;align-items:center;gap:16px}._ctaButton_cle58_67,._chatButton_cle58_68{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;background-color:#00b386;color:#fff;text-decoration:none;transition:all .3s ease}._ctaButton_cle58_67:hover,._chatButton_cle58_68:hover{background-color:#009e78;transform:translateY(-2px);box-shadow:0 4px 8px #00b38633}._chatButton_cle58_68{background:linear-gradient(45deg,#1a73e8,#00b386);position:relative;overflow:hidden;box-shadow:0 5px 20px #1a73e84d}._chatButtonIcon_cle58_96{margin-right:8px;display:inline-block}._chatButtonText_cle58_101{display:inline-block}._chatButton_cle58_68:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,#fff0,#ffffff1a,#fff0);transform:rotate(45deg);animation:_glowEffect_cle58_1 3s infinite}._backLink_cle58_123{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;background-color:transparent;color:#333;text-decoration:none;transition:all .3s ease;border:1px solid #e0e0e0}._backLink_cle58_123:hover{background-color:#0000000d;transform:translateY(-2px)}._backLinkIcon_cle58_143{margin-right:8px;display:inline-block}._backLinkText_cle58_148{display:inline-block}@keyframes _glowEffect_cle58_1{0%{transform:translate(-50%,-50%) rotate(45deg)}to{transform:translate(100%,100%) rotate(45deg)}}._chatButton_cle58_68:hover{background:linear-gradient(45deg,#1665d0,#009e78);box-shadow:0 8px 25px #1a73e866}@media (max-width: 768px){._headerContainer_cle58_19{width:100%;padding:0 10px}._headerLogo_cle58_33{max-width:100px;margin-right:.5rem}._headerNav_cle58_38 ul li{margin-right:.75rem}._headerNav_cle58_38 ul li a{font-size:.875rem}._ctaButton_cle58_67,._chatButton_cle58_68{padding:.6rem 1rem;font-size:.875rem}._userName_cle58_192{display:none}._headerRight_cle58_61{gap:8px}._userProfileButton_cle58_200{padding:5px 8px}._userAvatar_cle58_204{width:35px;height:35px;margin-right:5px}._dropdownIcon_cle58_210{font-size:10px}}@media (max-width: 480px){._chatButtonText_cle58_101,._backLinkText_cle58_148{display:none}._chatButtonIcon_cle58_96,._backLinkIcon_cle58_143{display:inline-block;margin-right:0}._ctaButton_cle58_67,._chatButton_cle58_68,._backLink_cle58_123{padding:.5rem .75rem}._headerNav_cle58_38{display:none}._dropdownMenu_cle58_238{right:-10px;min-width:120px}._userAvatar_cle58_204{width:30px;height:30px}}._userProfile_cle58_200{position:relative}._userProfileButton_cle58_200{display:flex;align-items:center;cursor:pointer;padding:8px 12px;border-radius:50px;transition:background-color .2s ease;border:1px solid #e0e0e0}._userProfileButton_cle58_200:hover{background-color:#0000000d}._userAvatar_cle58_204{width:40px;height:40px;border-radius:50%;background-color:#1a73e8;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;margin-right:10px}._userName_cle58_192{font-weight:500;margin-right:8px;color:#333}._dropdownIcon_cle58_210{font-size:12px;color:#666;transition:transform .2s ease}._dropdownIconOpen_cle58_293{transform:rotate(180deg)}._dropdownMenu_cle58_238{position:absolute;top:100%;right:0;background-color:#fff;box-shadow:0 8px 16px #0000001a;border-radius:8px;margin-top:5px;min-width:200px;z-index:10;padding:8px 0;overflow:hidden}._dropdownSection_cle58_311{padding:5px 0}._dropdownLabel_cle58_315{padding:8px 16px;font-size:12px;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._dropdownDivider_cle58_324{height:1px;background-color:#e0e0e0;margin:5px 0}._dropdownMenu_cle58_238 button{width:100%;text-align:left;background:none;border:none;padding:10px 16px;font-size:.95rem;color:#333;cursor:pointer;transition:background-color .2s ease,color .2s ease;display:flex;align-items:center}._dropdownMenu_cle58_238 button:hover{background-color:#0000000d}._messageTypeButton_cle58_348{position:relative;padding-left:40px!important}._messageTypeButton_cle58_348._selected_cle58_353{background-color:#1a73e814;color:#1a73e8;font-weight:500}._messageTypeButton_cle58_348._selected_cle58_353:before{content:"✓";position:absolute;left:16px;font-size:12px;color:#1a73e8}._messageTypeIcon_cle58_367{margin-right:10px}._logoutButton_cle58_371{color:#d32f2f!important;font-weight:500}._indexRoute_cle58_377,.app{width:100%;height:100%;overflow-y:auto}.cometchat{--cometchat-primary-color: #1b90b3 !important;--cometchat-primary-color: linear-gradient(135deg,#0891B2,#0D9488) !important;--cometchat-extended-primary-color-50: rgba(27, 179, 124, .05) !important;--cometchat-extended-primary-color-100: rgba(27, 179, 124, .1) !important;--cometchat-extended-primary-color-200: rgba(27, 179, 124, .2) !important;--cometchat-extended-primary-color-300: rgba(27, 179, 124, .3) !important;--cometchat-extended-primary-color-400: rgba(27, 179, 124, .4) !important;--cometchat-neutral-color-300: linear-gradient(95deg,#f2f3f2,#e0e9ec) !important;--cometchat-extended-primary-color-500: #22b0d0 !important;--cometchat-icon-color-highlight: #008bb1;--cometchat-text-color-highlight: #22b0d0}html body .cometchat__container .cometchat-message-composer-wrapper,html body .cometchat__container .cometchat-message-composer__input-wrapper{width:100%!important;padding:0!important;margin:0!important}html body .cometchat__container .cometchat-message-composer__input{border-radius:0!important;border-left:none!important;border-right:none!important;border-bottom:none!important}html body .cometchat__container .cometchat-message-composer{width:100%!important;padding:0!important;margin:0!important;position:sticky!important;bottom:0!important}._composerContainer{padding:none!important}.cometchat-message-composer{border-radius:none!important;border:none;background:#fff}@layer typography,transition,interaction,box,icon,divider,button,badge,tabs,chip,progress,responsive,overlay,card,avatar,link,list,tree,dialog,sheet,tooltip,table,app-bar,expansion-panel,draggable,window-splitter,menu,form-message,fieldset,label,text-field,text-area,password,slider,input-toggle,switch,files,password,autocomplete,layout,navigation,snackbar,segmented-button,object-fit,utils;*,*:before,*:after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}html:has(body.rmd-touch-mode),body:has(body.rmd-touch-mode){-webkit-tap-highlight-color:rgba(0,0,0,0)}body{background-color:var(--rmd-background-color);color:var(--rmd-text-primary-color);font-family:var(--rmd-font-family);font-size:var(--rmd-font-size);font-weight:var(--rmd-font-weight);line-height:var(--rmd-line-height)}body:where(.rmd-touch-mode){cursor:pointer}@layer utils{.rmd-display-none{display:none!important}.rmd-sr-only{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.rmd-sr-only--focusable:active,.rmd-sr-only--focusable:focus{clip:auto;clip-path:none;height:auto;margin:auto;overflow:visible;white-space:normal;width:auto}@media screen and (max-width: 47.9375em){.rmd-phone-sr-only{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}}.rmd-outline{outline:var(--rmd-outline-width) solid var(--rmd-outline-color);outline-offset:calc(-1 * var(--rmd-outline-width))}.rmd-greyscale-outline{--rmd-outline-color: var(--rmd-outline-grey-color)}.rmd-background-container{background-color:var(--rmd-background-color);color:var(--rmd-on-background-color, currentcolor)}.rmd-primary-container{--rmd-background-color: var(--rmd-primary-color);--rmd-on-background-color: var(--rmd-on-primary-color)}.rmd-primary-color{color:var(--rmd-primary-color)}.rmd-on-primary-color{color:var(--rmd-on-primary-color)}.rmd-primary-outline{--rmd-outline-color: var(--rmd-primary-color)}.rmd-secondary-container{--rmd-background-color: var(--rmd-secondary-color);--rmd-on-background-color: var(--rmd-on-secondary-color)}.rmd-secondary-color{color:var(--rmd-secondary-color)}.rmd-on-secondary-color{color:var(--rmd-on-secondary-color)}.rmd-secondary-outline{--rmd-outline-color: var(--rmd-secondary-color)}.rmd-warning-container{--rmd-background-color: var(--rmd-warning-color);--rmd-on-background-color: var(--rmd-on-warning-color)}.rmd-warning-color{color:var(--rmd-warning-color)}.rmd-on-warning-color{color:var(--rmd-on-warning-color)}.rmd-warning-outline{--rmd-outline-color: var(--rmd-warning-color)}.rmd-success-container{--rmd-background-color: var(--rmd-success-color);--rmd-on-background-color: var(--rmd-on-success-color)}.rmd-success-color{color:var(--rmd-success-color)}.rmd-on-success-color{color:var(--rmd-on-success-color)}.rmd-success-outline{--rmd-outline-color: var(--rmd-success-color)}.rmd-error-container{--rmd-background-color: var(--rmd-error-color);--rmd-on-background-color: var(--rmd-on-error-color)}.rmd-error-color{color:var(--rmd-error-color)}.rmd-on-error-color{color:var(--rmd-on-error-color)}.rmd-error-outline{--rmd-outline-color: var(--rmd-error-color)}.rmd-text-primary-color{color:var(--rmd-text-primary-color)}.rmd-text-secondary-color{color:var(--rmd-text-secondary-color)}.rmd-text-hint-color{color:var(--rmd-text-hint-color)}.rmd-text-disabled-color{color:var(--rmd-text-disabled-color)}.rmd-light-surface{--rmd-hover-background-color: rgba(0, 0, 0, .08);--rmd-focus-background-color: rgba(0, 0, 0, .24);--rmd-press-background-color: rgba(0, 0, 0, .32);--rmd-selected-background-color: rgba(0, 0, 0, .16);--rmd-ripple-background-color: rgba(0, 0, 0, .08);--rmd-text-primary-color: rgba(0, 0, 0, .87);--rmd-text-secondary-color: rgba(0, 0, 0, .6);--rmd-text-hint-color: rgba(0, 0, 0, .38);--rmd-text-disabled-color: rgba(255, 255, 255, .38)}.rmd-dark-surface{--rmd-hover-background-color: rgba(255, 255, 255, .1);--rmd-focus-background-color: rgba(255, 255, 255, .12);--rmd-press-background-color: rgba(255, 255, 255, .24);--rmd-selected-background-color: rgba(255, 255, 255, .12);--rmd-ripple-background-color: rgba(255, 255, 255, .12);--rmd-text-primary-color: rgba(255, 255, 255, .87);--rmd-text-secondary-color: rgba(255, 255, 255, .6);--rmd-text-hint-color: rgba(255, 255, 255, .38);--rmd-text-disabled-color: rgba(255, 255, 255, .38)}.rmd-no-margin{margin:0}.rmd-no-margin-top{margin-top:0}.rmd-no-margin-bottom{margin-bottom:0}.rmd-centered{margin:0 auto}.rmd-nowrap{white-space:nowrap}.rmd-ellipsis{overflow:hidden;overflow-wrap:anywhere;text-overflow:ellipsis}.rmd-align-left{text-align:left}[dir=rtl] .rmd-align-left{text-align:right}.rmd-align-center{text-align:center}.rmd-align-right{text-align:right}[dir=rtl] .rmd-align-right{text-align:left}.rmd-underline{text-decoration:underline}.rmd-overline{text-decoration:overline}.rmd-line-through{text-decoration:line-through}.rmd-none{text-decoration:none}.rmd-capitalize{text-transform:capitalize}.rmd-uppercase{text-transform:uppercase}.rmd-lowercase{text-transform:lowercase}.rmd-normal{font-style:normal}.rmd-italic{font-style:italic}.rmd-oblique{font-style:oblique}.rmd-thin{font-weight:100}.rmd-light{font-weight:300}.rmd-regular{font-weight:400}.rmd-medium{font-weight:500}.rmd-bold{font-weight:700}.rmd-semi-bold{font-weight:800}.rmd-black{font-weight:900}}@layer app-bar{.rmd-app-bar{--rmd-box-gap: var(--rmd-spacing-xs);--rmd-box-padding-v: var(--rmd-spacing-none);--rmd-box-padding-h: var(--rmd-spacing-xs);height:var(--rmd-app-bar-height);flex:0 0 auto}.rmd-app-bar--fixed{left:0;position:fixed;right:0;width:auto;z-index:10}.rmd-app-bar--elevated{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rmd-app-bar--top{top:0}.rmd-app-bar--bottom{bottom:0}.rmd-app-bar--sticky{position:sticky}.rmd-app-bar--auto{height:auto}.rmd-app-bar--stacked{flex-direction:column;gap:0;padding:0}.rmd-app-bar--dense{height:3rem}.rmd-app-bar--prominent{height:7rem}.rmd-app-bar--prominent-dense{height:6rem}.rmd-app-bar--surface{background-color:var(--rmd-app-bar-surface-background-color);color:var(--rmd-app-bar-surface-color)}.rmd-app-bar--scrollbar-offset{padding-right:calc(var(--rmd-spacing-xs) + var(--rmd-scrollbar-size, 0px))}.rmd-app-bar--static-scrollbar-offset{width:calc(100% + var(--rmd-scrollbar-size, 0px))}.rmd-app-bar-title{flex:1 1 auto;margin:0 auto 0 calc(1rem - var(--rmd-spacing-xs))}.rmd-app-bar-title--keyline{margin-left:calc(4.5rem - var(--rmd-spacing-xs))}.rmd-app-bar-title--nav-keyline{margin-left:calc(4.5rem - var(--rmd-spacing-xs) - var(--rmd-spacing-xs) - 3rem)}[dir=rtl] .rmd-app-bar-title{margin-left:0;margin-right:calc(1rem - var(--rmd-spacing-xs))}[dir=rtl] .rmd-app-bar-title--keyline{margin-left:0;margin-right:calc(4.5rem - var(--rmd-spacing-xs))}[dir=rtl] .rmd-app-bar-title--nav-keyline{margin-left:0;margin-right:calc(4.5rem - var(--rmd-spacing-xs) - var(--rmd-spacing-xs) - 3rem)}}@layer autocomplete{.rmd-autocomplete{--rmd-button-icon-font-size: 1.25rem;--rmd-progress-circular-size: 1.25rem;--rmd-text-field-padding-right: calc(var(--rmd-autocomplete-addon-spacing) + calc(var(--rmd-autocomplete-gap-count, 0) * var(--rmd-autocomplete-addon-gap)) + var(--rmd-autocomplete-clear-button-size, 0px) + var(--rmd-autocomplete-dropdown-button-size, 0px) + var(--rmd-autocomplete-circular-progress-size, 0px))}.rmd-autocomplete:where(:not(:hover):not(:focus-within)) :where(.rmd-text-field){text-overflow:ellipsis}.rmd-autocomplete--cb{--rmd-autocomplete-clear-button-size: calc(var(--rmd-button-icon-font-size) * 2)}.rmd-autocomplete--db{--rmd-autocomplete-dropdown-button-size: calc(var(--rmd-button-icon-font-size) * 2)}.rmd-autocomplete--db:has(.rmd-autocomplete__clear-button){--rmd-autocomplete-gap-count: 1}.rmd-autocomplete--cp{--rmd-autocomplete-circular-progress-size: 1.25rem}.rmd-autocomplete--cp:has(.rmd-autocomplete__clear-button,.rmd-autocomplete__dropdown-button){--rmd-autocomplete-gap-count: 1}.rmd-autocomplete--cp :has(.rmd-autocomplete__clear-button):has(.rmd-autocomplete__dropdown-button){--rmd-autocomplete-gap-count: 2}.rmd-autocomplete:where(:not(:hover):not(:focus-within)) :where(.rmd-autocomplete__clear-button--hover),.rmd-autocomplete:where(:has(:placeholder-shown)) :where(.rmd-autocomplete__clear-button--query){display:none}.rmd-autocomplete--inline-chips{min-height:var(--rmd-text-field-height);padding-right:var(--rmd-text-field-padding-right);gap:var(--rmd-autocomplete-inline-gap);flex-wrap:wrap;height:auto}.rmd-autocomplete--inline-chips:where(:not(:has(.rmd-text-field:disabled))){cursor:text}.rmd-autocomplete--inline-chips:where(.rmd-text-field-container--underline):has(.rmd-autocomplete__chip){padding-top:var(--rmd-text-field-padding-top);padding-bottom:var(--rmd-autocomplete-inline-gap)}.rmd-autocomplete--inline-chips:where(.rmd-text-field-container--underline):has(.rmd-autocomplete__chip) :where(.rmd-text-field){padding-top:0}.rmd-autocomplete--inline-chips:where(.rmd-text-field-container--outline):has(.rmd-autocomplete__chip){padding-bottom:calc((var(--rmd-text-field-height) - var(--rmd-chip-height)) / 2 - 1px);padding-top:calc((var(--rmd-text-field-height) - var(--rmd-chip-height)) / 2 - 1px)}.rmd-autocomplete--inline-chips:has(.rmd-autocomplete__chip) :where(.rmd-text-field){min-width:var(--rmd-autocomplete-inline-min-width);height:var(--rmd-chip-height);padding-left:var(--rmd-chip-horizontal-padding);padding-right:0;width:0}.rmd-autocomplete--inline-chips:has(.rmd-autocomplete__chip) :where(.rmd-text-field)::placeholder{opacity:1}[dir=rtl] .rmd-autocomplete--inline-chips:has(.rmd-autocomplete__chip) :where(.rmd-text-field){padding-left:0;padding-right:var(--rmd-chip-horizontal-padding)}[dir=rtl] .rmd-autocomplete--inline-chips{padding-left:var(--rmd-text-field-padding-right);padding-right:0}.rmd-autocomplete__right-addon{padding-left:var(--rmd-autocomplete-addon-spacing);right:0}[dir=rtl] .rmd-autocomplete__right-addon{left:0;padding-left:0;padding-right:var(--rmd-autocomplete-addon-spacing);right:auto}}@layer avatar{.rmd-avatar{--rmd-icon-color: currentcolor;font-family:var(--rmd-font-family);overflow:inherit;overflow-wrap:break-word;text-overflow:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;background-color:var(--rmd-avatar-background-color);border-radius:var(--rmd-avatar-border-radius, var(--rmd-border-radius-full));color:var(--rmd-avatar-color);font-size:var(--rmd-avatar-font-size);height:var(--rmd-avatar-size);width:var(--rmd-avatar-size);align-items:center;border:1px solid var(--rmd-avatar-border-color);display:inline-flex;flex-shrink:0;justify-content:center;line-height:1.75rem;overflow:hidden}.rmd-avatar--icon{--rmd-avatar-size: var(--rmd-icon-size);font-size:.75rem}.rmd-avatar__image,.rmd-avatar img{height:100%;width:auto}.rmd-avatar--red{--rmd-avatar-background-color: #d50000;--rmd-avatar-color: #ffebee}.rmd-avatar--pink{--rmd-avatar-background-color: #d81b60;--rmd-avatar-color: #fff}.rmd-avatar--purple{--rmd-avatar-background-color: #7b1fa2;--rmd-avatar-color: #e1bee7}.rmd-avatar--deep-purple{--rmd-avatar-background-color: #311b92;--rmd-avatar-color: #d1c4e9}.rmd-avatar--indigo{--rmd-avatar-background-color: #3949ab;--rmd-avatar-color: #c5cae9}.rmd-avatar--blue{--rmd-avatar-background-color: #2962ff;--rmd-avatar-color: #fff}.rmd-avatar--light-blue{--rmd-avatar-background-color: #4fc3f7;--rmd-avatar-color: #311b92}.rmd-avatar--cyan{--rmd-avatar-background-color: #26c6da;--rmd-avatar-color: #004d40}.rmd-avatar--teal{--rmd-avatar-background-color: #1de9b6;--rmd-avatar-color: #004d40}.rmd-avatar--green{--rmd-avatar-background-color: #2e7d32;--rmd-avatar-color: #e8f5e9}.rmd-avatar--light-green{--rmd-avatar-background-color: #aed581;--rmd-avatar-color: #1b5e20}.rmd-avatar--lime{--rmd-avatar-background-color: #d4e157;--rmd-avatar-color: #00695c}.rmd-avatar--yellow{--rmd-avatar-background-color: #ff0;--rmd-avatar-color: #795548}.rmd-avatar--amber{--rmd-avatar-background-color: #ffca28;--rmd-avatar-color: #4e342e}.rmd-avatar--orange{--rmd-avatar-background-color: #fb8c00;--rmd-avatar-color: #212121}.rmd-avatar--deep-orange{--rmd-avatar-background-color: #ff3d00;--rmd-avatar-color: #212121}.rmd-avatar--brown{--rmd-avatar-background-color: #795548;--rmd-avatar-color: #efebe9}.rmd-avatar--grey{--rmd-avatar-background-color: #616161;--rmd-avatar-color: #f5f5f5}.rmd-avatar--blue-grey{--rmd-avatar-background-color: #455a64;--rmd-avatar-color: #eceff1}}@layer badge{.rmd-badge{font-weight:400;letter-spacing:.0357142857em;font-size:.625rem;border-radius:var(--rmd-badge-border-radius, var(--rmd-border-radius-full));height:var(--rmd-badge-size);width:var(--rmd-badge-size);top:var(--rmd-badge-offset-top, var(--rmd-badge-offset));align-items:center;display:inline-flex;justify-content:center;pointer-events:none;position:absolute;right:var(--rmd-badge-offset-right, var(--rmd-badge-offset))}.rmd-badge--greyscale{background-color:var(--rmd-badge-greyscale-background-color);color:var(--rmd-badge-greyscale-color)}[dir=rtl] .rmd-badge{left:var(--rmd-badge-offset-right, var(--rmd-badge-offset));right:auto}}@layer box{.rmd-box{align-items:center;display:flex}.rmd-box--gap{gap:var(--rmd-box-gap, var(--rmd-spacing-md))}.rmd-box--gap-h{column-gap:var(--rmd-box-column-gap, var(--rmd-box-gap))}.rmd-box--gap-v{row-gap:var(--rmd-box-row-gap, var(--rmd-box-gap))}.rmd-box--padded{padding:var(--rmd-box-padding-v, var(--rmd-box-padding, var(--rmd-spacing-md))) var(--rmd-box-padding-h, var(--rmd-box-padding, var(--rmd-spacing-md)))}.rmd-box--wrap{flex-wrap:wrap}.rmd-box--full-width{width:100%}.rmd-box--column{flex-direction:column}.rmd-box--reverse{flex-direction:row-reverse}.rmd-box--column-reverse{flex-direction:column-reverse}.rmd-box--align-start{align-items:start}.rmd-box--align-end{align-items:end}.rmd-box--align-stretch{align-items:stretch}.rmd-box--justify-start{justify-content:start}.rmd-box--justify-center{justify-content:center}.rmd-box--justify-end{justify-content:end}.rmd-box--justify-stretch{justify-content:stretch}.rmd-box--justify-around{justify-content:space-around}.rmd-box--justify-between{justify-content:space-between}.rmd-box--justify-evenly{justify-content:space-evenly}.rmd-box--grid{display:grid;grid-template-columns:repeat(var(--rmd-box-columns),minmax(var(--rmd-box-item-min-size),1fr))}.rmd-box--grid-fill{--rmd-box-columns: auto-fill}.rmd-box--grid-size{--rmd-box-item-min-size: 0}@media screen and (max-width: 47.9375em){.rmd-box--grid-phone{--rmd-box-columns: var(--rmd-box-phone-columns)}.rmd-box--grid-phone-size{--rmd-box-item-min-size: var(--rmd-box-phone-item-min-size, 0)}}@media screen and (min-width: 48em){.rmd-box--grid-tablet{--rmd-box-columns: var(--rmd-box-tablet-columns)}.rmd-box--grid-tablet-size{--rmd-box-item-min-size: var(--rmd-box-tablet-item-min-size, 0)}}@media screen and (min-width: 64.0625em){.rmd-box--grid-desktop{--rmd-box-columns: var(--rmd-box-desktop-columns)}.rmd-box--grid-desktop-size{--rmd-box-item-min-size: var(--rmd-box-desktop-item-min-size, 0)}}@media screen and (min-width: 80em){.rmd-box--grid-large-desktop{--rmd-box-columns: var(--rmd-box-large-desktop-columns)}.rmd-box--grid-large-desktop-size{--rmd-box-item-min-size: var(--rmd-box-large-desktop-item-min-size, 0)}}.rmd-box--grid-auto-rows{grid-auto-rows:minmax(var(--rmd-box-item-min-height, var(--rmd-box-item-min-size)),var(--rmd-box-row-max-height, 1fr));max-height:var(--rmd-box-auto-rows-height, 100%);overflow:auto}}@layer button{.rmd-button{--rmd-progress-circular-size: var(--rmd-icon-size);--rmd-icon-color: currentcolor;gap:var(--rmd-icon-spacing);background-color:var(--rmd-button-background-color);color:var(--rmd-button-color);border-radius:var(--rmd-button-border-radius);align-items:center;border-width:0;display:inline-flex;flex-shrink:0;justify-content:center}.rmd-button--text{--rmd-icon-size: 1.125rem;font-family:var(--rmd-font-family);overflow:inherit;overflow-wrap:break-word;text-overflow:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:500;letter-spacing:.0892857143em;line-height:2.25rem;line-wrap:nowrap;border-radius:var(--rmd-button-text-border-radius, var(--rmd-border-radius-sm));min-height:var(--rmd-button-text-min-height);min-width:var(--rmd-button-text-min-width);border:0;padding:var(--rmd-button-text-vertical-padding) var(--rmd-button-text-horizontal-padding)}.rmd-button--icon{--rmd-icon-size: 1em;--rmd-button-border-radius: var(--rmd-button-icon-border-radius, var(--rmd-border-radius-full));font-size:var(--rmd-button-icon-font-size);height:var(--rmd-button-icon-size);width:var(--rmd-button-icon-size);padding:var(--rmd-button-icon-padding)}.rmd-button--icon-square{--rmd-button-icon-border-radius: var(--rmd-button-icon-square-border-radius)}.rmd-button--small{font-size:1.25rem}.rmd-button--large{font-size:1.75rem}@media screen and (min-width: 48em){.rmd-button--responsive{--rmd-icon-size: 1.125rem;font-family:var(--rmd-font-family);overflow:inherit;overflow-wrap:break-word;text-overflow:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:500;letter-spacing:.0892857143em;line-height:2.25rem;line-wrap:nowrap;border-radius:var(--rmd-button-text-border-radius, var(--rmd-border-radius-sm));min-height:var(--rmd-button-text-min-height);min-width:var(--rmd-button-text-min-width);border:0;padding:var(--rmd-button-text-vertical-padding) var(--rmd-button-text-horizontal-padding);height:auto;width:auto}}.rmd-button:disabled,.rmd-button--disabled{--rmd-outline-color: currentcolor}.rmd-button:disabled:hover:before,.rmd-button--disabled:hover:before{--rmd-interaction-background-color: transparent}.rmd-button--contained{--rmd-hover-background-color: rgba(0, 0, 0, .08);--rmd-focus-background-color: rgba(0, 0, 0, .24);--rmd-press-background-color: rgba(0, 0, 0, .32);--rmd-selected-background-color: rgba(0, 0, 0, .16);--rmd-ripple-background-color: rgba(0, 0, 0, .08);--rmd-button-background-color: var(--rmd-button-contained-background-color);--rmd-button-color: var(--rmd-button-contained-color);box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rmd-button--contained:after{border-radius:inherit;content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute;z-index:0;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;opacity:0;transition:opacity .15s cubic-bezier(.4,0,.2,1)}.rmd-button--contained.rmd-button--pressed:after{opacity:1}.rmd-button--async{--rmd-overlay-background-color: transparent;--rmd-progress-color: currentcolor}.rmd-button--async-overlay>*{opacity:0}.rmd-button-unstyled{cursor:pointer;outline:0;position:relative}.rmd-button-unstyled>*{z-index:1}.rmd-button-unstyled:before{border-radius:var(--rmd-surface-border-radius, inherit);content:"";inset:var(--rmd-surface-inset);pointer-events:none;position:absolute;z-index:0;outline:transparent solid var(--rmd-focus-width);outline-offset:calc(-1 * var(--rmd-focus-width));transition-duration:.15s;transition-property:background-color,outline-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.rmd-button-unstyled:focus-visible:before{--rmd-interaction-background-color: var(--rmd-focus-background-color);outline-color:var(--rmd-focus-color)}.rmd-button-unstyled:disabled{cursor:auto}.rmd-button-unstyled{background-color:transparent;border-width:0;display:inline-flex}.rmd-fab{position:fixed;z-index:30}.rmd-fab--absolute{--rmd-button-fab-offset: 0px;position:absolute;z-index:5}.rmd-fab--tl{left:var(--rmd-spacing-lg);top:var(--rmd-spacing-lg)}[dir=rtl] .rmd-fab--tl{left:auto;right:calc(var(--rmd-spacing-lg) + var(--rmd-button-fab-offset))}.rmd-fab--tr{right:calc(var(--rmd-spacing-lg) + var(--rmd-button-fab-offset));top:var(--rmd-spacing-lg)}[dir=rtl] .rmd-fab--tr{left:var(--rmd-spacing-lg);right:auto}.rmd-fab--bl{bottom:var(--rmd-spacing-lg);left:var(--rmd-spacing-lg)}[dir=rtl] .rmd-fab--bl{left:auto;right:calc(var(--rmd-spacing-lg) + var(--rmd-button-fab-offset))}.rmd-fab--br{bottom:var(--rmd-spacing-lg);right:calc(var(--rmd-spacing-lg) + var(--rmd-button-fab-offset))}[dir=rtl] .rmd-fab--br{left:var(--rmd-spacing-lg);right:auto}}@layer card{.rmd-card{background-color:var(--rmd-card-background-color);color:var(--rmd-card-color, var(--rmd-text-primary-color));border-radius:var(--rmd-border-radius-xs)}.rmd-card--raisable{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;position:relative}.rmd-card--raisable:before{border-radius:inherit;content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute;z-index:0;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;opacity:0;transition:opacity .15s cubic-bezier(.4,0,.2,1)}@media (hover: hover) and (pointer: fine){.rmd-card--raisable:hover:hover:before{opacity:1}}.rmd-card--shadowed{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rmd-card--bordered{border:var(--rmd-divider-size) inset var(--rmd-divider-color)}.rmd-card--clickable{cursor:pointer;outline:0;position:relative}.rmd-card--clickable>*{z-index:1}.rmd-card--clickable:before{border-radius:var(--rmd-surface-border-radius, inherit);content:"";inset:var(--rmd-surface-inset);pointer-events:none;position:absolute;z-index:0;outline:transparent solid var(--rmd-focus-width);outline-offset:calc(-1 * var(--rmd-focus-width));background-color:var(--rmd-interaction-background-color);transition-duration:.15s;transition-property:background-color,outline-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.rmd-card--clickable:focus-visible:before{--rmd-interaction-background-color: var(--rmd-focus-background-color);outline-color:var(--rmd-focus-color)}@media (hover: hover) and (pointer: fine){.rmd-card--clickable:hover:before{--rmd-interaction-background-color: var(--rmd-hover-background-color)}}.rmd-card--clickable:disabled{cursor:auto}.rmd-card--clickable:disabled:hover:before{--rmd-interaction-background-color: transparent}.rmd-card__header{align-items:center;column-gap:var(--rmd-spacing-md);display:flex;max-width:100%;padding:var(--rmd-spacing-lg) var(--rmd-spacing-md) var(--rmd-spacing-md)}.rmd-card__header-content{overflow:hidden;overflow-wrap:anywhere;text-overflow:ellipsis;white-space:nowrap;flex:1 1 auto;min-width:0}.rmd-card__content{flex:1 1 auto;max-width:100%;overflow:auto}.rmd-card__content--padded{padding:var(--rmd-spacing-md)}.rmd-card__content--padded-bottom:last-child{padding-bottom:var(--rmd-spacing-lg)}.rmd-card__footer{padding:var(--rmd-spacing-sm)}}@layer chip{.rmd-chip{--rmd-icon-size: 1.125rem;--rmd-avatar-size: 1.5rem;--rmd-progress-circular-size: 1.125rem;--rmd-progress-circular-stroke-width: 12;--rmd-max-width: var(--rmd-icon-size);--rmd-max-width-gap: var(--rmd-spacing-md);font-family:var(--rmd-font-family);overflow:inherit;overflow-wrap:break-word;text-overflow:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:.0178571429em;align-items:center;border-radius:var(--rmd-chip-border-radius);border-width:0;display:inline-flex;flex-shrink:0;gap:var(--rmd-chip-gap);height:var(--rmd-chip-height);justify-content:center;max-width:100%;padding:var(--rmd-chip-vertical-padding) var(--rmd-chip-horizontal-padding)}.rmd-chip--solid{background-color:var(--rmd-chip-solid-background-color);color:var(--rmd-chip-solid-color);box-shadow:none}.rmd-chip--solid:after{border-radius:inherit;content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute;z-index:0;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;opacity:0;transition:opacity .15s cubic-bezier(.4,0,.2,1)}.rmd-chip--solid.rmd-chip--pressed:after{opacity:1}.rmd-chip--outline{background-color:var(--rmd-chip-outline-background-color);color:var(--rmd-chip-outline-text-color);box-shadow:inset 0 0 0 var(--rmd-chip-outline-width) var(--rmd-chip-outline-color)}.rmd-chip--outline:after{border-radius:inherit;content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute;z-index:0;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;opacity:0;transition:opacity .15s cubic-bezier(.4,0,.2,1)}.rmd-chip--outline.rmd-chip--pressed:after{opacity:1}.rmd-chip--themed{background-color:var(--rmd-chip-theme-background-color);color:var(--rmd-chip-theme-color);--rmd-icon-color: currentcolor}.rmd-chip--disabled{--rmd-icon-color: currentcolor}.rmd-chip--solid-disabled{background-color:var(--rmd-chip-solid-disabled-background-color)}.rmd-chip--left-addon{padding-left:var(--rmd-spacing-xs)}[dir=rtl] .rmd-chip--left-addon{padding-left:var(--rmd-chip-horizontal-padding);padding-right:var(--rmd-spacing-xs)}.rmd-chip--right-addon{padding-right:var(--rmd-spacing-sm)}[dir=rtl] .rmd-chip--right-addon{padding-left:var(--rmd-spacing-sm);padding-right:var(--rmd-chip-horizontal-padding)}.rmd-chip__content{overflow:hidden;overflow-wrap:anywhere;text-overflow:ellipsis;white-space:nowrap;flex:1 1 auto}}@layer dialog{.rmd-dialog-container--centered{z-index:var(--rmd-dialog-z-index);align-items:center;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;margin:var(--rmd-dialog-vertical-margin) var(--rmd-dialog-horizontal-margin);margin-right:calc(var(--rmd-dialog-horizontal-margin) + var(--rmd-scrollbar-size, 0px));pointer-events:none;position:fixed}.rmd-dialog{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;background-color:var(--rmd-surface-color);color:var(--rmd-text-primary-color);display:flex;flex-direction:column;max-height:100%;max-width:100%;outline:none;pointer-events:auto}.rmd-dialog--centered{min-width:var(--rmd-dialog-min-width);width:var(--rmd-dialog-width)}.rmd-dialog--s-width{--rmd-dialog-width: var(--rmd-dialog-small-width)}.rmd-dialog--m-width{--rmd-dialog-width: var(--rmd-dialog-medium-width)}.rmd-dialog--l-width{--rmd-dialog-width: var(--rmd-dialog-large-width)}.rmd-dialog--xl-width{--rmd-dialog-width: var(--rmd-dialog-extra-large-width)}.rmd-dialog--full-page{z-index:var(--rmd-dialog-z-index);height:100%;top:0;right:0;bottom:0;left:0;overflow:auto;position:fixed;width:100%}.rmd-dialog--no-box-shadow{box-shadow:none}.rmd-dialog--outline:focus-visible{outline:var(--rmd-focus-color) solid var(--rmd-focus-width)}.rmd-dialog--enter{transform:translateY(1.875rem)}.rmd-dialog--enter-active{transform:translateY(0);transition:transform .2s;transition-timing-function:cubic-bezier(0,0,.2,1)}.rmd-dialog--exit{opacity:1;transform:translateY(0);transition:transform .15s,opacity .15s;transition-timing-function:cubic-bezier(.4,0,1,1)}.rmd-dialog--exit-active{opacity:0;transform:translateY(1.875rem)}.rmd-dialog--fixed{z-index:var(--rmd-dialog-z-index)}.rmd-dialog__header{--rmd-box-padding: var(--rmd-dialog-header-padding);padding-bottom:var(--rmd-dialog-header-padding-bottom);flex:0 0 auto}.rmd-dialog__title{flex:1 1 auto}.rmd-dialog__content{flex:1 1 auto;overflow:auto}.rmd-dialog__content--padded{padding:var(--rmd-dialog-content-padding)}.rmd-dialog__footer{padding:var(--rmd-dialog-footer-padding);flex:0 0 auto}.rmd-dialog__footer--flex{display:flex}.rmd-dialog__footer--flex-v{flex-direction:column}.rmd-dialog__footer--start{justify-content:flex-start}.rmd-dialog__footer--between{justify-content:space-between}.rmd-dialog__footer--end{justify-content:flex-end}}@layer divider{.rmd-divider{margin:var(--rmd-divider-spacing);width:var(--rmd-divider-max-size);border:var(--rmd-divider-size) solid var(--rmd-divider-color);display:block;flex-shrink:0}.rmd-divider--inset{margin-left:var(--rmd-divider-inset);width:calc(var(--rmd-divider-max-size) - var(--rmd-divider-inset))}[dir=rtl] .rmd-divider--inset{margin-right:var(--rmd-divider-inset);margin-left:auto}.rmd-divider--vertical{border-left:var(--rmd-divider-border-size) solid var(--rmd-divider-color);height:var(--rmd-divider-max-size);width:var(--rmd-divider-size);margin:var(--rmd-divider-vertical-spacing);display:inline-block}}@layer draggable{.rmd-dragging *{pointer-events:none}.rmd-dragging--h{cursor:col-resize}.rmd-dragging--v{cursor:row-resize}}@layer expansion-panel{.rmd-expansion-panel--animate{transition:margin-top .15s}.rmd-expansion-panel--expanded+.rmd-expansion-panel{margin-top:var(--rmd-spacing-md)}.rmd-expansion-panel:where(:not(.rmd-expansion-panel--expanded)):has(+.rmd-expansion-panel){position:relative}.rmd-expansion-panel:where(:not(.rmd-expansion-panel--expanded)):has(+.rmd-expansion-panel):after{background-color:var(--rmd-background-color);bottom:-6px;content:"";height:10px;left:0;position:absolute;right:0;z-index:1}.rmd-expansion-panel__button{align-items:center;color:inherit;font:inherit;gap:var(--rmd-spacing-sm);justify-content:space-between;letter-spacing:inherit;padding:var(--rmd-spacing-md);text-align:left;width:100%}.rmd-expansion-panel__button[aria-disabled=true]{cursor:auto}.rmd-expansion-panel__button:before{z-index:2}[dir=rtl] .rmd-expansion-panel__button{text-align:right}}@layer fieldset{.rmd-fieldset--unstyled{border:0;margin:0;min-width:0;padding:0}.rmd-fieldset--full-width{flex:1 1 auto;width:100%}}@layer files{.rmd-file-input:has(:focus-visible):before{--rmd-interaction-background-color: var(--rmd-focus-background-color);outline-color:var(--rmd-focus-color)}}@layer form-message{.rmd-form-message-container{display:flex;flex-direction:column;width:100%}.rmd-form-message{font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:.0178571429em;display:flex;margin:var(--rmd-spacing-sm) 0 var(--rmd-spacing-md);min-height:2rem}.rmd-form-message--filled{padding-left:var(--rmd-text-field-filled-padding);padding-right:var(--rmd-text-field-filled-padding)}.rmd-form-message--outline{padding-left:var(--rmd-text-field-outlined-padding);padding-right:var(--rmd-text-field-outlined-padding)}.rmd-form-message--underline{padding-left:var(--rmd-text-field-underlined-padding);padding-right:var(--rmd-text-field-underlined-padding)}.rmd-form-message__message{margin:0}.rmd-form-message__counter{flex-shrink:0;margin-left:auto;padding-left:var(--rmd-spacing-sm);white-space:nowrap}[dir=rtl] .rmd-form-message__counter{margin-left:0;margin-right:auto;padding-left:0;padding-right:var(--rmd-spacing-sm)}}@layer icon{.rmd-icon{font-size:var(--rmd-icon-size);color:var(--rmd-icon-color);flex-shrink:0;-webkit-user-select:none;user-select:none}.rmd-icon--font{text-align:center}.rmd-icon--svg{fill:currentcolor;height:1em;width:1em}.rmd-icon--symbol{font-variation-settings:"FILL" var(--rmd-icon-symbol-fill),"wght" var(--rmd-symbol-wght),"GRAD" var(--rmd-symbol-grad),"opsz" var(--rmd-symbol-opsz)}.rmd-icon--cc{--rmd-icon-color: currentcolor}.rmd-icon--vam{vertical-align:middle}.rmd-icon--before{margin-right:var(--rmd-icon-spacing)}[dir=rtl] .rmd-icon--before{margin-left:var(--rmd-icon-spacing);margin-right:0}.rmd-icon--after{margin-left:var(--rmd-icon-spacing)}[dir=rtl] .rmd-icon--after{margin-right:var(--rmd-icon-spacing);margin-left:0}.rmd-icon--above{margin-bottom:var(--rmd-icon-spacing)}.rmd-icon--below{margin-top:var(--rmd-icon-spacing)}.rmd-icon--dense{--rmd-icon-size: var(--rmd-icon-dense-size)}}.rmd-icon-rotator{transform:rotate(var(--rmd-icon-rotate-from))}.rmd-icon-rotator--animate{transition:transform .15s linear}.rmd-icon-rotator--rotated{transform:rotate(var(--rmd-icon-rotate-to))}@layer input-toggle{.rmd-hidden-input{height:100%;top:0;right:0;bottom:0;left:0;margin:0;opacity:0;position:absolute;width:100%;z-index:1}.rmd-hidden-input:not(:disabled):hover{cursor:pointer}.rmd-input-toggle{--rmd-icon-color: currentcolor;cursor:pointer;outline:0;position:relative}.rmd-input-toggle:before{border-radius:var(--rmd-surface-border-radius, inherit);content:"";inset:var(--rmd-surface-inset);pointer-events:none;position:absolute;z-index:0;outline:transparent solid var(--rmd-focus-width);outline-offset:calc(-1 * var(--rmd-focus-width));background-color:var(--rmd-interaction-background-color);transition-duration:.15s;transition-property:background-color,outline-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.rmd-input-toggle:has(:focus-visible):before{--rmd-interaction-background-color: var(--rmd-focus-background-color);outline-color:var(--rmd-focus-color)}@media (hover: hover) and (pointer: fine){.rmd-input-toggle:hover:before{--rmd-interaction-background-color: var(--rmd-hover-background-color)}}.rmd-input-toggle--disabled{cursor:auto}.rmd-input-toggle--disabled:hover:before{--rmd-interaction-background-color: transparent}.rmd-input-toggle{align-items:center;border-radius:var(--rmd-border-radius-full);display:inline-flex;flex-shrink:0;justify-content:center;padding:.5em}.rmd-input-toggle--em{--rmd-icon-size: 1em}.rmd-input-toggle--active{color:var(--rmd-form-active-color, var(--rmd-primary-color))}.rmd-input-toggle--small{font-size:1rem}.rmd-input-toggle--dense{font-size:1.25rem}.rmd-input-toggle--normal{font-size:1.5rem}.rmd-input-toggle--large{font-size:2rem}.rmd-label--active .rmd-input-toggle--uncontrolled .rmd-hidden-input:where(:checked:not(:disabled))~.rmd-icon{color:var(--rmd-form-focus-color)}.rmd-input-toggle--uncontrolled:where(:not(.rmd-error-color)) .rmd-hidden-input:where(:checked:not(:disabled))~.rmd-icon{color:var(--rmd-form-active-color, var(--rmd-primary-color))}.rmd-input-toggle--uncontrolled .rmd-hidden-input:checked~:nth-child(-n+1 of.rmd-icon),.rmd-input-toggle--uncontrolled .rmd-hidden-input:not(:checked)~:nth-child(n+2 of.rmd-icon){opacity:0;position:absolute}}@layer interaction{.rmd-ripple-container{border-radius:var(--rmd-ripple-border-radius, inherit);inset:var(--rmd-ripple-inset);overflow:hidden;pointer-events:none;position:absolute;z-index:0!important}.rmd-ripple{background-color:var(--rmd-ripple-background-color);border-radius:50%;position:absolute;transform:scale(0)}.rmd-ripple--animating{transition:transform .45s cubic-bezier(0,0,.2,1),opacity .3s cubic-bezier(.4,0,1,1)}.rmd-ripple--scaling{transform:scale(1)}.rmd-ripple--fading{opacity:0}.rmd-interaction-surface{cursor:pointer;outline:0;position:relative}.rmd-interaction-surface>*{z-index:1}.rmd-interaction-surface:before{border-radius:var(--rmd-surface-border-radius, inherit);content:"";inset:var(--rmd-surface-inset);pointer-events:none;position:absolute;z-index:0;outline:transparent solid var(--rmd-focus-width);outline-offset:calc(-1 * var(--rmd-focus-width));background-color:var(--rmd-interaction-background-color);transition-duration:.15s;transition-property:background-color,outline-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.rmd-interaction-surface:focus-visible:before{--rmd-interaction-background-color: var(--rmd-focus-background-color);outline-color:var(--rmd-focus-color)}@media (hover: hover) and (pointer: fine){.rmd-interaction-surface:hover:before{--rmd-interaction-background-color: var(--rmd-hover-background-color)}}.rmd-interaction-surface:disabled,.rmd-interaction-surface[aria-disabled=true]{cursor:auto}.rmd-interaction-surface:disabled:hover:before,.rmd-interaction-surface[aria-disabled=true]:hover:before{--rmd-interaction-background-color: transparent}}@layer label{.rmd-label{font-size:1em;line-height:1.5rem;font-weight:400;letter-spacing:.0357142857em;align-items:center;display:inline-flex;transition-duration:.15s;transition-property:background-color,transform}.rmd-label--active,.rmd-text-field-container:focus-within .rmd-label{color:var(--rmd-form-focus-color)}.rmd-label--floating{left:0;position:absolute;top:0;transform:translate(var(--rmd-label-floating-x),var(--rmd-label-floating-y))}[dir=rtl] .rmd-label--floating{left:auto;right:0;transform:translate(calc(-1 * var(--rmd-label-floating-x)),var(--rmd-label-floating-y))}.rmd-label--floating-dense{--rmd-label-floating-y: .9rem}.rmd-label--floating-active,.rmd-text-field-container:focus-within .rmd-label--floating,.rmd-text-field:where(:not(:placeholder-shown))+.rmd-label--floating,.rmd-text-field:where(:not(:placeholder-shown))~:where(:not(.rmd-select))~.rmd-label--floating,.rmd-native-select[multiple]~.rmd-label--floating,.rmd-native-select:where(:not(:invalid))~.rmd-label--floating{background-color:var(--rmd-label-active-background-color);padding:var(--rmd-label-active-padding);transform:scale(.75) translate(var(--rmd-label-floating-active-x),var(--rmd-label-floating-active-y));transform-origin:0 0;z-index:1}[dir=rtl] .rmd-label--floating-active,[dir=rtl] .rmd-text-field-container:focus-within .rmd-label--floating,[dir=rtl] .rmd-text-field:where(:not(:placeholder-shown))+.rmd-label--floating,[dir=rtl] .rmd-text-field:where(:not(:placeholder-shown))~:where(:not(.rmd-select))~.rmd-label--floating,[dir=rtl] .rmd-native-select[multiple]~.rmd-label--floating,[dir=rtl] .rmd-native-select:where(:not(:invalid))~.rmd-label--floating{transform:scale(.75) translate(calc(-1 * var(--rmd-label-floating-active-x)),var(--rmd-label-floating-active-y));transform-origin:100% 0}.rmd-label--gap{gap:var(--rmd-spacing-sm)}.rmd-label--reversed{flex-direction:row-reverse;justify-content:flex-end}.rmd-label--stacked{flex-direction:column}.rmd-label--stacked-reversed{flex-direction:column-reverse}}@layer layout{.rmd-layout-main{display:block;outline:none}.rmd-layout-main:before{border-radius:inherit;content:"";inset:var(--rmd-layout-header-height) 0 var(--rmd-focus-width);pointer-events:none;position:fixed;z-index:999;--rmd-interaction-background-color: var(--rmd-focus-background-color);box-shadow:inset 0 0 0 var(--rmd-focus-width) var(--rmd-focus-color);opacity:0;transition:opacity .15s cubic-bezier(.4,0,.2,1)}.rmd-layout-main:focus:before{opacity:1}.rmd-layout-main--offset-v{padding-top:var(--rmd-layout-header-height)}.rmd-layout-nav{--rmd-sheet-width: var(--rmd-layout-size);container:nav;display:none;z-index:10}.rmd-layout-nav--offset-v{top:var(--rmd-layout-header-height)}[dir=rtl] .rmd-layout-nav--offset-v{right:var(--rmd-scrollbar-size, 0px)}@media screen and (min-width: 48em){.rmd-layout-nav{display:flex;flex-direction:column}}@media screen and (min-width: 48em){.rmd-layout-nav-toggle{display:none}}.rmd-layout-h{will-change:margin}@media screen and (min-width: 48em){.rmd-layout-h--active{margin-left:var(--rmd-layout-size)}.rmd-layout-h--active:before{left:var(--rmd-layout-size)}[dir=rtl] .rmd-layout-h--active{margin-right:var(--rmd-layout-size);margin-left:0}[dir=rtl] .rmd-layout-h--active:before{right:var(--rmd-layout-size);left:auto}}.rmd-layout-h--enter{transition:margin .2s cubic-bezier(0,0,.2,1)}.rmd-layout-h--exit{transition:margin .15s cubic-bezier(.4,0,1,1)}.rmd-layout-splitter{--rmd-window-splitter-position: var(--rmd-layout-size)}.rmd-layout-splitter--offset-v{--rmd-window-splitter-y: var(--rmd-layout-header-height)}.rmd-layout-splitter--responsive{display:none}@media screen and (min-width: 48em){.rmd-layout-splitter--responsive{display:inline-block}}}@layer link{.rmd-link{outline:transparent solid var(--rmd-focus-width);color:var(--rmd-link-color);transition:color .15s}.rmd-link:visited{--rmd-link-color: var(--rmd-link-visited-color)}.rmd-link:hover{--rmd-link-color: var(--rmd-link-hover-color)}.rmd-link:focus-visible{outline-color:var(--rmd-focus-color)}.rmd-link--flex{gap:var(--rmd-icon-spacing);align-items:center;display:inline-flex}.rmd-link--skip{line-height:2rem;border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.rmd-link--skip:active,.rmd-link--skip:focus{clip:auto;clip-path:none;height:auto;margin:auto;overflow:visible;white-space:normal;width:auto}.rmd-link--skip-styled{color:var(--rmd-on-primary-color);left:50%;padding:var(--rmd-spacing-xs) var(--rmd-spacing-md);top:var(--rmd-spacing-xs);transform:translate(-50%);z-index:10000}.rmd-link--skip-styled:focus-visible{outline:.25rem dashed currentcolor}}@layer list{.rmd-list{font-size:1rem;line-height:1.5rem;font-weight:400;letter-spacing:.009375em;--rmd-divider-inset: var(--rmd-list-item-keyline);list-style:none;margin:0;padding:var(--rmd-list-vertical-padding) var(--rmd-list-horizontal-padding)}.rmd-list--horizontal{display:flex;flex-wrap:nowrap;max-width:100%;overflow:auto;padding:var(--rmd-list-horizontal-padding) var(--rmd-list-vertical-padding)}.rmd-list--dense{--rmd-icon-size: var(--rmd-icon-dense-size);--rmd-list-vertical-padding: var(--rmd-spacing-xs);--rmd-list-horizontal-padding: var(--rmd-spacing-none);--rmd-list-item-height: 2.5rem;--rmd-list-item-medium-height: 3rem;--rmd-list-item-large-height: 3.5rem;--rmd-list-item-extra-large-height: 4rem;--rmd-list-item-text-multiline-height: 5rem;--rmd-list-item-keyline: 3.5rem;font-size:.8125rem}.rmd-list-item{min-height:var(--rmd-list-item-height);align-items:center;display:flex;padding:var(--rmd-list-item-vertical-padding) var(--rmd-list-item-horizontal-padding)}.rmd-list-item--clickable{cursor:pointer;outline:0;position:relative}.rmd-list-item--clickable>*{z-index:1}.rmd-list-item--clickable:before{border-radius:var(--rmd-surface-border-radius, inherit);content:"";inset:var(--rmd-surface-inset);pointer-events:none;position:absolute;z-index:0;outline:transparent solid var(--rmd-focus-width);outline-offset:calc(-1 * var(--rmd-focus-width));background-color:var(--rmd-interaction-background-color);transition-duration:.15s;transition-property:background-color,outline-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.rmd-list-item--clickable:focus-visible:before{--rmd-interaction-background-color: var(--rmd-focus-background-color);outline-color:var(--rmd-focus-color)}@media (hover: hover) and (pointer: fine){.rmd-list-item--clickable:hover:before{--rmd-interaction-background-color: var(--rmd-hover-background-color)}}.rmd-list-item--clickable[aria-disabled=true]{cursor:auto}.rmd-list-item--clickable[aria-disabled=true]:hover:before{--rmd-interaction-background-color: transparent}.rmd-list-item--link{color:inherit;text-decoration:none}.rmd-list-item--disabled-color{--rmd-text-secondary-color: var(--rmd-text-disabled-color);color:var(--rmd-text-disabled-color)}.rmd-list-item--disabled-opacity{opacity:.5}.rmd-list-item--medium{--rmd-list-item-height: var(--rmd-list-item-medium-height)}.rmd-list-item--large{--rmd-list-item-height: var(--rmd-list-item-large-height)}.rmd-list-item--extra-large{--rmd-list-item-height: var(--rmd-list-item-extra-large-height)}.rmd-list-item__text{overflow:hidden;overflow-wrap:anywhere;text-overflow:ellipsis;white-space:nowrap;display:block;flex-grow:1}.rmd-list-item__text--secondary{color:var(--rmd-text-secondary-color)}.rmd-list-item__text--clamped{-webkit-box-orient:vertical;-webkit-line-clamp:var(--rmd-list-item-multiline-clamp);display:-webkit-box;line-height:1.42857;white-space:normal}[dir=rtl] .rmd-list-item__text{margin-left:auto}.rmd-list-item__addon{flex-shrink:0}.rmd-list-item__addon--top{align-self:flex-start}.rmd-list-item__addon--bottom{align-self:flex-end}.rmd-list-item__addon--before{--rmd-icon-spacing: calc(var(--rmd-list-item-keyline) - var(--rmd-list-item-horizontal-padding) - var(--rmd-icon-size))}.rmd-list-item__addon--avatar-before{--rmd-icon-spacing: calc(var(--rmd-list-item-keyline) - var(--rmd-list-item-horizontal-padding) - var(--rmd-avatar-size))}.rmd-list-item__addon--media{--rmd-icon-spacing: var(--rmd-list-item-media-spacing);width:var(--rmd-list-item-media-size)}.rmd-list-item__addon--media-centered{align-items:center;display:flex;justify-content:center}.rmd-list-item__addon--media-large{--rmd-list-item-media-size: 6.25rem}.rmd-list-subheader{font-size:.875rem;line-height:1.375rem;font-weight:500;letter-spacing:.0071428571em;color:var(--rmd-text-secondary-color);height:var(--rmd-list-item-height);align-items:center;display:flex;padding:var(--rmd-list-item-vertical-padding) var(--rmd-list-item-horizontal-padding)}.rmd-list-subheader--inset{padding-left:var(--rmd-list-item-keyline)}[dir=rtl] .rmd-list-subheader--inset{padding-left:var(--rmd-list-item-horizontal-padding);padding-right:var(--rmd-list-item-keyline)}}@layer menu{.rmd-menu{outline:none;overflow:auto;overflow-wrap:anywhere}.rmd-menu--elevated{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;background-color:var(--rmd-menu-background-color, var(--rmd-surface-color));color:var(--rmd-menu-color, var(--rmd-text-primary-color));min-width:var(--rmd-menu-min-width);z-index:30}.rmd-menu-item{--rmd-icon-spacing: var(--rmd-menu-spacing)}.rmd-keyboard-mode .rmd-menu-item--focused{--rmd-interaction-background-color: var(--rmd-focus-background-color)}.rmd-keyboard-mode .rmd-menu-item--focused:before{--rmd-interaction-background-color: var(--rmd-focus-background-color);outline-color:var(--rmd-focus-color)}.rmd-menu-item-group,.rmd-menu-item-input-toggle__icon{padding:0}.rmd-menu-item-input-toggle__icon:before{content:none}.rmd-menu-item-input-toggle__track{--rmd-icon-size: 2.25em}.rmd-menu-item-input-toggle__ball{height:1.25em;left:-.25em;top:calc(50% - .625em);width:1.25em}.rmd-menu-item-input-toggle__ball:before{content:none}.rmd-menu-item-input-toggle__ball:after{top:0;right:0;bottom:0;left:0}[dir=rtl] .rmd-menu-item-input-toggle__ball{left:auto;right:-.25em}}@layer navigation{.rmd-nav-group{min-width:0}.rmd-nav-group--np{padding:0}.rmd-nav-item{padding-right:var(--rmd-navigation-horizontal-padding);padding-left:calc(var(--rmd-tree-depth) * var(--rmd-navigation-padding-incrementor) + var(--rmd-navigation-horizontal-padding));padding-right:var(--rmd-spacing-xs)}.rmd-nav-item__content{border-radius:var(--rmd-navigation-border-radius);font-size:inherit;justify-content:space-between;letter-spacing:inherit;line-height:initial;width:100%}.rmd-nav-item__link{justify-content:flex-start}.rmd-nav-item__link:after{border-radius:inherit;content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute;z-index:0;background-color:var(--rmd-selected-background-color);opacity:0}.rmd-nav-item__link--active:after{opacity:1}[dir=rtl] .rmd-nav-item{padding-left:var(--rmd-navigation-horizontal-padding);padding-right:calc(var(--rmd-tree-depth) * var(--rmd-navigation-padding-incrementor) + var(--rmd-navigation-horizontal-padding))}}@layer object-fit{.rmd-object-fit{display:inline-block;height:auto;max-width:100%}.rmd-object-fit--contain{display:block;height:100%;object-fit:contain;width:100%}.rmd-object-fit--cover{object-fit:cover}.rmd-object-fit--fill{object-fit:fill}.rmd-object-fit--none{object-fit:none}.rmd-object-fit--scale-down{object-fit:scale-down}.rmd-object-fit--16-9{aspect-ratio:16 / 9}.rmd-object-fit--4-3{aspect-ratio:4 / 3}.rmd-object-fit--1-1{aspect-ratio:1 / 1}}@layer overlay{.rmd-overlay{background-color:var(--rmd-overlay-background-color);z-index:var(--rmd-overlay-z-index);border-radius:inherit;box-shadow:inherit;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .15s cubic-bezier(.4,0,.2,1)}.rmd-overlay--active{opacity:1}.rmd-overlay--clickable{cursor:pointer}.rmd-overlay--visible{overflow:hidden;pointer-events:auto}.rmd-overlay--absolute{position:absolute}}@layer password{.rmd-password{--rmd-text-field-padding-right: var(--rmd-spacing-xs)}.rmd-password__input{margin-right:var(--rmd-button-icon-size)}[dir=rtl] .rmd-password__input{margin-left:var(--rmd-button-icon-size);margin-right:0}.rmd-password__toggle{position:absolute;right:0}[dir=rtl] .rmd-password__toggle{left:0;right:auto}}@layer progress{.rmd-circular-progress{height:var(--rmd-progress-circular-size);width:var(--rmd-progress-circular-size);align-items:center;border-radius:50%;display:inline-flex;justify-content:center;overflow:hidden}.rmd-circular-progress--centered{display:flex;margin:0 auto}.rmd-circular-progress--dense{--rmd-progress-circular-size: 1.5rem}.rmd-circular-progress__svg{height:inherit;width:inherit}.rmd-circular-progress__svg--determinate{transform:rotate(-90deg)}.rmd-circular-progress__svg--indeterminate{animation:rmd-progress-rotate 2.4s linear infinite}.rmd-circular-progress__svg--rotate-only{animation:rmd-progress-rotate-only 1.2s linear infinite}.rmd-circular-progress__circle{stroke-width:var(--rmd-progress-circular-stroke-width);fill:none;stroke:currentcolor;stroke-dasharray:187;stroke-linecap:round}.rmd-circular-progress__circle--animate{transition:stroke-dashoffset .2s cubic-bezier(.4,0,.2,1)}.rmd-circular-progress__circle--indeterminate{animation:rmd-circular-progress-size 2.4s ease-in-out infinite}.rmd-circular-progress__circle--rotate-only{animation:none;stroke-dashoffset:74.8}@keyframes rmd-progress-rotate-only{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rmd-progress-rotate{0%{transform:rotate(0)}50%{transform:rotate(135deg)}75%{transform:rotate(450deg)}to{transform:rotate(720deg)}}@keyframes rmd-circular-progress-size{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75}to{stroke-dashoffset:187}}.rmd-linear-progress{background-color:var(--rmd-progress-background-color);display:block;overflow:hidden;position:relative}.rmd-linear-progress--horizontal{height:var(--rmd-progress-linear-size);width:100%}.rmd-linear-progress--vertical{width:var(--rmd-progress-linear-size);display:inline-block;height:auto}.rmd-linear-progress__bar--horizontal{left:0}[dir=rtl] .rmd-linear-progress__bar--horizontal,.rmd-linear-progress__bar--horizontal-reverse{left:auto;right:0}[dir=rtl] .rmd-linear-progress__bar--horizontal-reverse{left:0;right:auto}.rmd-linear-progress__bar--vertical{bottom:0;left:0;right:0}.rmd-linear-progress__bar--vertical-reverse{bottom:auto;top:0}.rmd-linear-progress__bar--animate{transition-duration:.15s;transition-property:height,width;transition-timing-function:cubic-bezier(.4,0,.6,1)}.rmd-linear-progress__bar--determinate{background-color:var(--rmd-progress-color, var(--rmd-primary-color));height:var(--rmd-progress-linear-size);position:absolute;z-index:0}.rmd-linear-progress__bar--indeterminate:before,.rmd-linear-progress__bar--indeterminate:after{background-color:var(--rmd-progress-color, var(--rmd-primary-color));height:var(--rmd-progress-linear-size);animation-duration:2.4s;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(.4,0,.2,1);content:"";left:0;position:absolute;right:100%;will-change:left,right;z-index:0}[dir=rtl] .rmd-linear-progress__bar--indeterminate:before,[dir=rtl] .rmd-linear-progress__bar--indeterminate:after{left:100%;right:0}.rmd-linear-progress__bar--indeterminate:before{animation-name:rmd-progress-bar}.rmd-linear-progress__bar--indeterminate:after{animation-delay:.75s;animation-name:rmd-progress-bar-short}.rmd-linear-progress__bar--indeterminate-reverse:before{animation-name:rmd-progress-bar-reverse}.rmd-linear-progress__bar--indeterminate-reverse:after{animation-name:rmd-progress-bar-reverse-short}.rmd-linear-progress__bar--indeterminate-vertical:before,.rmd-linear-progress__bar--indeterminate-vertical:after{width:var(--rmd-progress-linear-size);height:auto;left:0;right:0;will-change:top,bottom}.rmd-linear-progress__bar--indeterminate-vertical:before{animation-name:rmd-progress-bar-vertical}.rmd-linear-progress__bar--indeterminate-vertical:after{animation-name:rmd-progress-bar-vertical-short}.rmd-linear-progress__bar--indeterminate-vertical-reverse:before{animation-name:rmd-progress-bar-vertical-reverse}.rmd-linear-progress__bar--indeterminate-vertical-reverse:after{animation-name:rmd-progress-bar-vertical-reverse-short}@keyframes rmd-progress-bar{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@keyframes rmd-progress-bar-short{0%{left:-200%;right:100%}40%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes rmd-progress-bar-reverse{0%{left:100%;right:-35%}60%{left:-90%;right:100%}to{left:-90%;right:100%}}@keyframes rmd-progress-bar-reverse-short{0%{left:100%;right:-200%}40%{left:-8%;right:107%}to{left:-8%;right:107%}}@keyframes rmd-progress-bar-vertical{0%{bottom:-35%;top:100%}60%{bottom:100%;top:-90%}to{bottom:100%;top:-90%}}@keyframes rmd-progress-bar-vertical-short{0%{bottom:-200%;top:100%}40%{bottom:107%;top:-8%}to{bottom:107%;top:-8%}}@keyframes rmd-progress-bar-vertical-reverse{0%{bottom:100%;top:-35%}60%{bottom:-90%;top:100%}to{bottom:-90%;top:100%}}@keyframes rmd-progress-bar-vertical-reverse-short{0%{bottom:100%;top:-200%}40%{bottom:-8%;top:107%}to{bottom:-8%;top:107%}}}@layer responsive-item{.rmd-responsive-item{display:inline-block;position:relative}.rmd-responsive-item--auto img{height:auto;width:100%}.rmd-responsive-item--auto>svg{height:auto;width:100%}.rmd-responsive-item--auto iframe{height:auto;width:100%}.rmd-responsive-item--auto video{height:auto;width:100%}.rmd-responsive-item--auto embed,.rmd-responsive-item--auto object{height:auto;width:100%}.rmd-responsive-item--full-width{display:block;width:100%}.rmd-responsive-item--aspect-ratio{display:block;height:0;overflow:hidden;padding:0}.rmd-responsive-item--aspect-ratio img{height:100%;top:0;right:0;bottom:0;left:0;position:absolute;width:100%}.rmd-responsive-item--aspect-ratio>svg{height:100%;top:0;right:0;bottom:0;left:0;position:absolute;width:100%}.rmd-responsive-item--aspect-ratio iframe{height:100%;top:0;right:0;bottom:0;left:0;position:absolute;width:100%}.rmd-responsive-item--aspect-ratio video{height:100%;top:0;right:0;bottom:0;left:0;position:absolute;width:100%}.rmd-responsive-item--aspect-ratio embed,.rmd-responsive-item--aspect-ratio object{height:100%;top:0;right:0;bottom:0;left:0;position:absolute;width:100%}.rmd-responsive-item--16-9{padding-bottom:56.25%}.rmd-responsive-item--4-3{padding-bottom:75%}.rmd-responsive-item--1-1{padding-bottom:100%}.rmd-responsive-item-overlay{background-color:#0000008a;color:#ffffffde;padding:var(--rmd-spacing-md);position:absolute;z-index:0}.rmd-responsive-item-overlay--top{inset:0 0 auto}.rmd-responsive-item-overlay--bottom{inset:auto 0 0}.rmd-responsive-item-overlay--horizontal{inset:0 auto;width:30%}.rmd-responsive-item-overlay--left{left:0}[dir=rtl] .rmd-responsive-item-overlay--left{left:auto;right:0}.rmd-responsive-item-overlay--right{right:0}[dir=rtl] .rmd-responsive-item-overlay--right{left:0;right:auto}.rmd-responsive-item-overlay--middle{inset:auto 0 50%;transform:translate3d(0,50%,0)}.rmd-responsive-item-overlay--center{inset:0 50% 0 auto;transform:translate3d(50%,0,0)}.rmd-responsive-item-overlay--absolute-center{inset:auto 50% 50% auto;transform:translate3d(50%,50%,0)}}@layer segmented-button{.rmd-segmented-button-container{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.rmd-segmented-button-container--full-width{width:100%}.rmd-segmented-button{color:var(--rmd-text-primary-color);--rmd-icon-color: currentcolor;--rmd-icon-size: 1.125rem;font-family:var(--rmd-font-family);overflow:inherit;overflow-wrap:break-word;text-overflow:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:500;letter-spacing:.0892857143em;line-height:2.25rem;line-wrap:nowrap;min-height:var(--rmd-segmented-button-min-height, 2.5rem);min-width:var(--rmd-segmented-button-min-width, 3rem);align-items:center;background-color:transparent;border:0;box-shadow:inset 0 0 0 var(--rmd-segmented-button-outline-width) var(--rmd-segmented-button-outline-color);display:inline-flex;gap:var(--rmd-spacing-sm);justify-content:center;padding:var(--rmd-spacing-none) calc(var(--rmd-spacing-sm) * 1.5)}.rmd-segmented-button:first-child{border-bottom-left-radius:var(--rmd-segmented-button-border-radius);border-top-left-radius:var(--rmd-segmented-button-border-radius)}[dir=rtl] .rmd-segmented-button:first-child{border-bottom-right-radius:var(--rmd-segmented-button-border-radius);border-top-right-radius:var(--rmd-segmented-button-border-radius);border-bottom-left-radius:0;border-top-left-radius:0}.rmd-segmented-button:last-child{border-bottom-right-radius:var(--rmd-segmented-button-border-radius);border-top-right-radius:var(--rmd-segmented-button-border-radius)}[dir=rtl] .rmd-segmented-button:last-child{border-bottom-left-radius:var(--rmd-segmented-button-border-radius);border-top-left-radius:var(--rmd-segmented-button-border-radius);border-bottom-right-radius:0;border-top-right-radius:0}.rmd-segmented-button--selected{--rmd-max-width: var(--rmd-icon-size);background-color:var(--rmd-segmented-button-selected-background-color);color:var(--rmd-segmented-button-selected-color)}}@layer select{.rmd-select-container{outline-style:none}.rmd-selected-option{position:absolute}.rmd-select{opacity:0}.rmd-select--underline{padding-right:0}[dir=rtl] .rmd-select--underline{padding-right:var(--rmd-text-field-padding-left);padding-left:0}.rmd-select--outline{padding-right:var(--rmd-text-field-outlined-padding)}[dir=rtl] .rmd-select--outline{padding-left:var(--rmd-text-field-outlined-padding);padding-right:var(--rmd-text-field-padding-left)}.rmd-select--filled{padding-right:var(--rmd-text-field-filled-padding)}[dir=rtl] .rmd-select--filled{padding-right:var(--rmd-text-field-padding-left);padding-left:var(--rmd-text-field-filled-padding)}@media (hover: none) and (pointer: coarse){.rmd-select{pointer-events:none}}.rmd-option--icon{padding-left:calc(var(--rmd-spacing-md) - .25rem)}[dir=rtl] .rmd-option--icon{padding-left:var(--rmd-list-item-horizontal-padding);padding-right:calc(var(--rmd-spacing-md) - .25rem)}.rmd-option--selected{--rmd-icon-color: currentcolor;--rmd-mark-color: currentcolor;background-color:#0d47a1;color:#fff}.rmd-option__icon{--rmd-icon-spacing: calc(var(--rmd-spacing-md) - .25rem);--rmd-icon-size: 1rem}.rmd-native-select-container--multi{--rmd-text-field-addon-top: 1rem;min-height:var(--rmd-text-field-height);height:auto}.rmd-native-select-container--padded{padding-top:.75rem}.rmd-native-select-container--underline{--rmd-text-field-padding-top: 0}.rmd-native-select-container--underline-padded{padding-top:1.5rem}.rmd-native-select{font-family:var(--rmd-font-family);overflow:inherit;overflow-wrap:break-word;text-overflow:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1em;line-height:1.5rem;font-weight:400;letter-spacing:.0357142857em;padding-left:var(--rmd-text-field-padding-left);padding-right:var(--rmd-text-field-padding-right);padding-top:var(--rmd-text-field-padding-top);background-color:transparent;border-width:0;color:inherit;flex:1 1 auto;height:100%;outline:none;width:100%;overflow:hidden;overflow-wrap:anywhere;text-overflow:ellipsis;white-space:nowrap;-webkit-appearance:none;-moz-appearance:none;appearance:none}.rmd-native-select[disabled]{color:var(--rmd-text-disabled-color)}.rmd-native-select[multiple]{overflow:auto}[dir=rtl] .rmd-native-select{padding-left:var(--rmd-text-field-padding-right);padding-right:var(--rmd-text-field-padding-left)}}@layer sheet{.rmd-sheet{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;height:var(--rmd-sheet-height);max-height:var(--rmd-sheet-max-height);width:var(--rmd-sheet-width);z-index:var(--rmd-sheet-z-index);overflow:auto;position:fixed}.rmd-sheet--horizontal{bottom:0;top:0}.rmd-sheet--vertical{left:0;right:0}.rmd-sheet--raised{--rmd-sheet-z-index: 30;box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.rmd-sheet--left{--rmd-sheet-transform-offscreen: translate3d(-100%, 0, 0);left:0}[dir=rtl] .rmd-sheet--left{--rmd-sheet-transform-offscreen: translate3d(100%, 0, 0);left:auto;right:0}.rmd-sheet--right{--rmd-sheet-transform-offscreen: translate3d(100%, 0, 0);right:0}[dir=rtl] .rmd-sheet--right{--rmd-sheet-transform-offscreen: translate3d(-100%, 0, 0);left:0;right:auto}.rmd-sheet--bottom{--rmd-sheet-transform-offscreen: translate3d(0, 100%, 0);bottom:0}.rmd-sheet--top{--rmd-sheet-transform-offscreen: translate3d(0, -100%, 0);top:0}.rmd-sheet--touch-width{--rmd-sheet-width: var(--rmd-sheet-touch-width)}.rmd-sheet--static-width{--rmd-sheet-width: var(--rmd-sheet-static-width)}.rmd-sheet--media-width{--rmd-sheet-width: var(--rmd-sheet-touch-width)}@media screen and (min-width: 48em){.rmd-sheet--media-width{--rmd-sheet-width: var(--rmd-sheet-static-width)}}.rmd-sheet--viewport-height{--rmd-sheet-max-height: 100%}.rmd-sheet--touchable-height{--rmd-sheet-max-height: var(--rmd-sheet-touch-max-height)}.rmd-sheet--recommended-height{max-height:50%;min-height:3.5rem}.rmd-sheet--offscreen{transform:var(--rmd-sheet-transform-offscreen)}.rmd-sheet--hidden{box-shadow:none}.rmd-sheet--visible{transform:translateZ(0)}.rmd-sheet--enter{transition:transform .2s cubic-bezier(0,0,.2,1)}.rmd-sheet--exit{transition:transform .15s cubic-bezier(.4,0,1,1)}}@layer slider{.rmd-slider-container{--rmd-icon-spacing: 1.25rem;gap:var(--rmd-icon-spacing);align-items:center;touch-action:none}.rmd-slider-container--h{display:flex;width:100%}.rmd-slider-container--pad-left{padding-left:.625rem}.rmd-slider-container--pad-right{padding-right:.625rem}.rmd-slider-container--v{display:inline-flex;flex-direction:column-reverse}.rmd-slider-container--pad-top{padding-top:.625rem}.rmd-slider-container--pad-bottom{padding-bottom:.625rem}.rmd-slider-track{position:relative}.rmd-slider-track:before,.rmd-slider-track:after{background-color:var(--rmd-slider-color, var(--rmd-primary-color));content:"";pointer-events:none;position:absolute}.rmd-slider-track:before{opacity:.5;z-index:1}.rmd-slider-track:after{z-index:2}.rmd-slider-track--hoverable:hover{cursor:pointer}.rmd-slider-track--animate:after{transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.rmd-slider-track--disabled{--rmd-slider-color: var(--rmd-text-disabled-color)}.rmd-slider-track--disabled:before{opacity:1}.rmd-slider-track--disabled:after{--rmd-slider-active-size: 0px}.rmd-slider-track--h{height:var(--rmd-slider-size);align-items:center;display:flex;width:100%}.rmd-slider-track--h:before{height:var(--rmd-slider-inactive-size);width:100%}.rmd-slider-track--h:after{height:var(--rmd-slider-active-size)}.rmd-slider-track--h1:after{max-width:var(--rmd-slider-offset-1);left:0;transition-property:max-width;width:100%}[dir=rtl] .rmd-slider-track--h1:after{left:auto;right:0}.rmd-slider-track--h2:after{left:var(--rmd-slider-offset-1);right:calc(100% - var(--rmd-slider-offset-2));transition-property:left,right;will-change:left,right}[dir=rtl] .rmd-slider-track--h2:after{left:calc(100% - var(--rmd-slider-offset-2));right:var(--rmd-slider-offset-1)}.rmd-slider-track--v{height:var(--rmd-slider-vertical-size);width:var(--rmd-slider-size);display:inline-flex;justify-content:center}.rmd-slider-track--v:before{width:var(--rmd-slider-inactive-size);height:100%}.rmd-slider-track--v:after{width:var(--rmd-slider-active-size);bottom:0}.rmd-slider-track--v1:after{max-height:var(--rmd-slider-offset-1);height:100%;transition-property:max-height}.rmd-slider-track--v2:after{bottom:var(--rmd-slider-offset-1);top:calc(100% - var(--rmd-slider-offset-2));transition-property:bottom,top;will-change:bottom,top}.rmd-slider-thumb{background-color:var(--rmd-slider-color, var(--rmd-primary-color));border-radius:var(--rmd-border-radius-full);height:1.25rem;outline-style:none;position:absolute;width:1.25rem;z-index:2}.rmd-slider-thumb:after{border-radius:inherit;content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute;background-color:inherit;opacity:.3;transition:transform .15s cubic-bezier(.4,0,.2,1)}.rmd-slider-thumb:focus-visible:after{transform:scale(2)}@media (hover: hover) and (pointer: fine){.rmd-slider-thumb:hover:after,.rmd-slider-thumb--active:after,.rmd-slider-thumb--active:hover:after{transform:scale(2.5)}}.rmd-slider-thumb--animate{transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.rmd-slider-thumb--disabled{background-color:var(--rmd-text-disabled-color);pointer-events:none}.rmd-slider-thumb--mask{background-color:var(--rmd-background-color);border-radius:0}.rmd-slider-thumb--h{transform:translate(-50%);transition-property:left}[dir=rtl] .rmd-slider-thumb--h{transform:translate(50%);transition-property:right}.rmd-slider-thumb--h1{left:var(--rmd-slider-offset-1)}[dir=rtl] .rmd-slider-thumb--h1{right:var(--rmd-slider-offset-1);left:auto}.rmd-slider-thumb--h2{left:var(--rmd-slider-offset-2)}[dir=rtl] .rmd-slider-thumb--h2{right:var(--rmd-slider-offset-2);left:auto}.rmd-slider-thumb--disabled-h{transform:translate(-50%) scale(.5)}[dir=rtl] .rmd-slider-thumb--disabled-h{transform:translate(50%) scale(.5)}.rmd-slider-thumb--mask-h{transform:translate(-50%) scale(.8)}[dir=rtl] .rmd-slider-thumb--mask-h{transform:translate(50%) scale(.8)}.rmd-slider-thumb--v{transform:translateY(50%);transition-property:bottom}.rmd-slider-thumb--v1{bottom:var(--rmd-slider-offset-1)}.rmd-slider-thumb--v2{bottom:var(--rmd-slider-offset-2)}.rmd-slider-thumb--disabled-v{transform:translateY(50%) scale(.5)}.rmd-slider-thumb--mask-v{transform:translateY(50%) scale(.8)}.rmd-slider-thumb__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:0;opacity:0;pointer-events:none;width:0}.rmd-slider-tooltip{opacity:1;position:absolute;z-index:0}.rmd-slider-tooltip:after{border:.3rem solid transparent;content:"";position:absolute}.rmd-slider-tooltip--animate{transition:transform .15s cubic-bezier(.4,0,.2,1)}.rmd-slider-tooltip--h{top:calc(-1 * (1.25rem + var(--rmd-spacing-sm)));transform:translate(var(--rmd-slider-tooltip-translate)) scale(var(--rmd-slider-tooltip-scale))}.rmd-slider-tooltip--h:after{border-top-color:var(--rmd-tooltip-background-color);left:50%;top:100%;transform:translate(var(--rmd-slider-tooltip-translate))}[dir=rtl] .rmd-slider-tooltip--h{--rmd-slider-tooltip-translate: 50%}.rmd-slider-tooltip--h-off{--rmd-slider-tooltip-scale: 0}.rmd-slider-tooltip--h-on{--rmd-slider-tooltip-scale: 1}.rmd-slider-tooltip--v{left:calc(-1 * (1.25rem + var(--rmd-spacing-sm)));transform:translateY(50%) scale(1)}.rmd-slider-tooltip--v:after{border-left-color:var(--rmd-tooltip-background-color);left:100%;top:50%;transform:translateY(-50%)}.rmd-slider-tooltip--v-off{transform:translateY(50%) scale(0)}.rmd-slider-tooltip--v-on{transform:translateY(50%) scale(1)}.rmd-slider-mark{border-radius:var(--rmd-border-radius-full);position:absolute}.rmd-slider-mark--inactive{background-color:var(--rmd-slider-mark-inactive-color);opacity:var(--rmd-slider-mark-inactive-opacity);z-index:1}.rmd-slider-mark--active{background-color:var(--rmd-slider-mark-active-color);opacity:var(--rmd-slider-mark-active-opacity);z-index:3}.rmd-slider-mark--h{left:var(--rmd-slider-mark-offset);height:.25rem;top:50%;transform:translateY(-50%);width:.25rem}[dir=rtl] .rmd-slider-mark--h{right:var(--rmd-slider-mark-offset);left:auto}.rmd-slider-mark--v{bottom:var(--rmd-slider-mark-offset);height:.25rem;transform:translateY(50%);width:.25rem}.rmd-slider-mark-label{position:absolute}.rmd-slider-mark-label--h{left:var(--rmd-slider-mark-offset);top:100%;transform:translate(-50%)}[dir=rtl] .rmd-slider-mark-label--h{right:var(--rmd-slider-mark-offset);left:auto;transform:translate(50%)}.rmd-slider-mark-label--v{left:100%;top:var(--rmd-slider-mark-offset);transform:translateY(-50%)}[dir=rtl] .rmd-slider-mark-label--v{left:auto;right:100%}}@layer snackbar{.rmd-snackbar{align-items:center;display:flex;flex-direction:column;gap:var(--rmd-spacing-md);left:0;margin:var(--rmd-spacing-md);pointer-events:none;position:fixed;right:0;z-index:40}.rmd-snackbar--absolute{position:absolute}.rmd-snackbar--top{top:var(--rmd-snackbar-offset)}.rmd-snackbar--bottom{bottom:var(--rmd-snackbar-offset)}.rmd-snackbar--start{align-items:flex-start}.rmd-snackbar--end{align-items:flex-end}.rmd-toast{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f;font-family:var(--rmd-font-family);overflow:inherit;overflow-wrap:break-word;text-overflow:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:1.375rem;font-weight:500;letter-spacing:.0071428571em;background-color:var(--rmd-toast-background-color);color:var(--rmd-toast-color);align-items:center;border-radius:var(--rmd-border-radius-xs);display:flex;gap:var(--rmd-spacing-md);justify-content:space-between;max-width:35.5rem;min-height:3rem;padding-left:var(--rmd-spacing-md);padding-right:var(--rmd-spacing-md);pointer-events:auto;width:100%}@media screen and (min-width: 48em){.rmd-toast{min-width:21.5rem;width:auto}}.rmd-toast--action{padding-right:var(--rmd-spacing-sm)}[dir=rtl] .rmd-toast--action{padding-left:var(--rmd-spacing-sm);padding-right:var(--rmd-spacing-md)}.rmd-toast--x{padding-right:var(--rmd-spacing-none)}[dir=rtl] .rmd-toast--x{padding-left:var(--rmd-spacing-none);padding-right:var(--rmd-spacing-md)}.rmd-toast--small-gap{gap:var(--rmd-spacing-xs)}.rmd-toast--stacked{display:grid;gap:var(--rmd-spacing-sm);grid-template-columns:1fr;padding-bottom:calc(var(--rmd-spacing-sm) * 1.5);padding-top:calc(var(--rmd-spacing-sm) * 1.5)}.rmd-toast--reordered{grid-template-columns:1fr min-content;padding-top:0}.rmd-toast-content{flex:1 1 auto}.rmd-toast-content p{margin:0}.rmd-toast-content--v-padding{padding:calc(var(--rmd-spacing-sm) * 1.5) 0}.rmd-toast-content--t-padding{padding-bottom:0}.rmd-toast-content--action{padding-right:var(--rmd-spacing-md)}[dir=rtl] .rmd-toast-content--action{padding-left:var(--rmd-spacing-md);padding-right:0}.rmd-toast-content--gap{margin-right:var(--rmd-spacing-md)}[dir=rtl] .rmd-toast-content--gap{margin-left:var(--rmd-spacing-md);margin-right:0}.rmd-toast-x--reordered{align-self:flex-start;order:2}.rmd-toast-action{justify-self:flex-end}.rmd-toast-action--reordered{grid-column-end:span 2;margin-right:var(--rmd-spacing-sm);order:3}[dir=rtl] .rmd-toast-action--reordered{margin-left:var(--rmd-spacing-sm);margin-right:0}}@layer switch{.rmd-switch{padding:.75em .875em}.rmd-switch--clickable:hover{cursor:pointer}.rmd-switch--current-color,.rmd-switch--current-color .rmd-switch__input:checked+.rmd-switch__ball{--rmd-switch-ball-background-color: currentcolor}.rmd-switch__input:focus-visible+.rmd-switch__ball:before{--rmd-interaction-background-color: var(--rmd-focus-background-color);outline-color:var(--rmd-focus-color)}.rmd-switch__input:disabled+.rmd-switch__ball{cursor:auto}.rmd-switch__input:disabled+.rmd-switch__ball:hover:before{--rmd-interaction-background-color: transparent}.rmd-switch__track{--rmd-progress-circular-stroke-width: 12;--rmd-progress-circular-size: 1em;--rmd-icon-size: 1em;background-color:var(--rmd-switch-track-background-color);border-radius:.5em;height:1em;position:relative;transition:background-color .15s cubic-bezier(.4,0,.2,1);width:2.25em}.rmd-switch__track--disabled{opacity:.5}.rmd-switch__ball{outline:0;position:relative}.rmd-switch__ball>*{z-index:1}.rmd-switch__ball:before{border-radius:var(--rmd-surface-border-radius, inherit);content:"";inset:var(--rmd-surface-inset);pointer-events:none;position:absolute;z-index:0;outline:transparent solid var(--rmd-focus-width);outline-offset:calc(-1 * var(--rmd-focus-width));background-color:var(--rmd-interaction-background-color);transition-duration:.15s;transition-property:background-color,outline-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (hover: hover) and (pointer: fine){.rmd-switch__ball:hover:before{--rmd-interaction-background-color: var(--rmd-hover-background-color)}}.rmd-switch__ball{align-items:center;border-radius:var(--rmd-border-radius-full);display:flex;height:2.5em;justify-content:center;left:calc(-50% + .25em);top:calc(-50% - .25em);transition-duration:.15s;transition-property:background-color,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);width:2.5em;z-index:1}.rmd-switch__ball:after{background-color:var(--rmd-switch-ball-background-color);border-radius:inherit;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;content:"";height:1.25em;left:25%;pointer-events:none;position:absolute;top:25%;width:1.25em;z-index:0}.rmd-switch__input:checked+.rmd-switch__ball,.rmd-switch__ball--active{--rmd-switch-ball-background-color: var(--rmd-form-active-color, var(--rmd-primary-color));transform:translate(1.5em)}[dir=rtl] .rmd-switch__input:checked+.rmd-switch__ball,[dir=rtl] .rmd-switch__ball--active{transform:translate(-1.5em)}[dir=rtl] .rmd-switch__ball{left:auto;right:calc(-50% + .25em)}}@layer table{.rmd-table-container{max-width:100%;overflow:auto}.rmd-table{background-color:var(--rmd-table-background-color);border-spacing:0;max-width:100%}.rmd-table--full-width{width:100%}.rmd-thead{background-color:var(--rmd-table-header-background-color);--rmd-table-cell-height: 3.5rem}.rmd-thead--dense{--rmd-table-cell-height: 2.125rem}.rmd-thead--sticky{background-color:var(--rmd-table-sticky-background-color);top:var(--rmd-table-sticky-header);position:sticky;z-index:2;transition:background .15s cubic-bezier(.4,0,.2,1)}.rmd-thead--sticky:after{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;position:absolute;transition:opacity .15s cubic-bezier(.4,0,.2,1);z-index:0}.rmd-thead--sticky-active{--rmd-background-color: var(--rmd-dark-elevation-color-4);background-color:var(--rmd-background-color)}.rmd-thead--sticky-active:after{opacity:1}.rmd-tfoot--sticky{background-color:var(--rmd-table-sticky-background-color);bottom:var(--rmd-table-sticky-footer);position:sticky;z-index:1;transition:background .15s cubic-bezier(.4,0,.2,1)}.rmd-tfoot--sticky:after{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;position:absolute;transition:opacity .15s cubic-bezier(.4,0,.2,1);z-index:0}.rmd-tfoot--sticky-active{--rmd-background-color: var(--rmd-dark-elevation-color-4);background-color:var(--rmd-background-color)}.rmd-tfoot--sticky-active:after{opacity:1}.rmd-tr--clickable:hover{cursor:pointer}.rmd-tr--selected{background-color:var(--rmd-table-selected-color)}.rmd-tr--bordered{border-bottom:var(--rmd-table-border-size) solid var(--rmd-table-border-color)}.rmd-tr--bordered:last-child{border-bottom-width:0}@media (hover: hover) and (pointer: fine){.rmd-tr--hoverable{transition:background .15s cubic-bezier(.4,0,.2,1)}.rmd-tr--hoverable:hover{background-color:var(--rmd-table-hover-color)}}.rmd-table-cell{font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:.0178571429em;color:var(--rmd-table-cell-color);height:var(--rmd-table-cell-height);border:inherit;padding:0 var(--rmd-table-cell-horizontal-padding)}.rmd-table-cell--header{font-weight:500;letter-spacing:.0071428571em;line-height:1.375rem}.rmd-table-cell--top{vertical-align:top}.rmd-table-cell--bottom{vertical-align:bottom}.rmd-table-cell--sticky{position:sticky;will-change:transform}.rmd-table-cell--sticky-cell{background-color:var(--rmd-background-color);left:var(--rmd-table-sticky-cell);transition:background-color .15s;z-index:1}.rmd-table-cell--sticky-cell:after{border-radius:inherit;content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute;z-index:0;background-color:transparent;transition:background .15s cubic-bezier(.4,0,.2,1)}.rmd-tr--hoverable:hover .rmd-table-cell--sticky-cell:after{background-color:var(--rmd-table-hover-color)}.rmd-tr--selected .rmd-table-cell--sticky-cell:after{background-color:var(--rmd-table-selected-color)}.rmd-table-cell--sticky-header{top:var(--rmd-table-sticky-header);z-index:2}.rmd-table-cell--sticky-header-cell{z-index:3}.rmd-table-cell--input-toggle{--rmd-table-cell-horizontal-padding: var(--rmd-spacing-sm)}.rmd-table-cell--grow{width:100%}.rmd-table-cell--v-padding{padding-bottom:var(--rmd-table-cell-vertical-padding);padding-top:var(--rmd-table-cell-vertical-padding)}.rmd-table-cell--no-padding{padding:0}.rmd-table-cell__content{padding-left:var(--rmd-table-cell-horizontal-padding);padding-right:var(--rmd-table-cell-horizontal-padding);align-items:center;color:inherit;font:inherit;gap:var(--rmd-spacing-sm);height:100%;width:100%}[dir=rtl] .rmd-table-cell--sticky-cell{right:var(--rmd-table-sticky-cell);left:auto}}@layer tabs{.rmd-tablist{display:inline-flex;flex-shrink:0;flex-wrap:nowrap;max-width:100%;outline:none;overflow:auto;position:relative}.rmd-tablist--full-width{display:flex;width:100%}.rmd-tablist--full-width-tabs{--rmd-tab-min-width: none}.rmd-tablist--no-scrollbar{scrollbar-width:none}.rmd-tablist--no-scrollbar::-webkit-scrollbar{height:0;width:0}.rmd-tablist--vertical{flex-direction:column}.rmd-tablist--padded{padding-left:calc(var(--rmd-spacing-xl) * 1.625)}[dir=rtl] .rmd-tablist--padded{padding-left:0;padding-right:calc(var(--rmd-spacing-xl) * 1.625)}.rmd-tablist--center{justify-content:center}.rmd-tab{font-family:var(--rmd-font-family);overflow:inherit;overflow-wrap:break-word;text-overflow:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;font-weight:500;letter-spacing:.0892857143em;line-wrap:nowrap;color:var(--rmd-tab-color, var(--rmd-text-secondary-color));min-height:var(--rmd-tab-min-height);max-width:var(--rmd-tab-max-width);min-width:var(--rmd-tab-min-width);padding:var(--rmd-tab-padding);--rmd-icon-color: currentcolor;align-items:center;background-color:transparent;border-width:0;display:inline-flex;flex:1 0 auto;gap:var(--rmd-spacing-sm);justify-content:center;transition:color .15s cubic-bezier(.4,0,.2,1)}.rmd-tab--stacked{height:var(--rmd-tab-stacked-height);padding:var(--rmd-tab-stacked-padding);flex-direction:column}.rmd-tab--stacked-reversed{flex-direction:column-reverse}.rmd-tab--reversed{flex-direction:row-reverse}.rmd-tab--active{--rmd-tab-color: var(--rmd-tab-active-color, var(--rmd-text-primary-color))}.rmd-tab--disabled{--rmd-tab-color: var(--rmd-tab-disabled-color, var(--rmd-text-disabled-color))}.rmd-tab-indicator:after{background:var(--rmd-tab-indicator-background, var(--rmd-primary-color));content:"";pointer-events:none;position:absolute;z-index:1}.rmd-tab-indicator--h:after{bottom:0;height:.125rem;width:100%}.rmd-tab-indicator--v:after{height:100%;right:0;top:0;width:.125rem}[dir=rtl] .rmd-tab-indicator--v:after{left:0;right:auto}.rmd-tab-indicator--tablist-h:after{left:0;max-width:var(--rmd-tab-size, 5.625rem);transform:translate(var(--rmd-tab-offset, 0))}.rmd-tab-indicator--tablist-v:after{max-height:var(--rmd-tab-size, 5.625rem);transform:translateY(var(--rmd-tab-offset, 0))}.rmd-tab-indicator--animate:after{transition-duration:.15s;transition-property:transform,max-width;transition-timing-function:cubic-bezier(.4,0,.2,1)}.rmd-tablist-button{--rmd-button-icon-border-radius: 0;align-items:center;background-color:var(--rmd-background-color, inherit);display:inline-flex;flex-shrink:0;justify-content:center;max-width:20rem;position:sticky;z-index:2}.rmd-tablist-button--left{left:0}.rmd-tablist-button--right{right:0}.rmd-tablist-button--above{top:0}.rmd-tablist-button--below{bottom:0}.rmd-tablist-button__button--v{width:100%}.rmd-tablist-button__button--v :where(.rmd-icon){transform:rotate(90deg)}[dir=rtl] .rmd-tablist-button--left{left:auto;right:0}[dir=rtl] .rmd-tablist-button--right{left:0;right:auto}[dir=rtl] .rmd-tablist-button__button:where(:not(.rmd-tablist-button__button--v)){transform:rotate(180deg)}}@layer text-area{.rmd-textarea-container{--rmd-text-field-addon-top: var(--rmd-spacing-lg);height:auto;max-width:100%;padding-top:calc(var(--rmd-text-field-padding-top) + var(--rmd-text-area-padding))}.rmd-textarea-container--cursor:hover{cursor:text}.rmd-textarea-container--underline-labelled{--rmd-text-area-padding: 0px;--rmd-label-floating-y: var(--rmd-spacing-lg)}.rmd-textarea-container--height{height:calc(var(--rmd-text-field-padding-top) + var(--rmd-text-area-padding) + var(--rmd-text-area-height))}.rmd-textarea-container--animate{transition:height .15s cubic-bezier(.4,0,.2,1)}.rmd-textarea-container__inner{height:var(--rmd-text-area-height, 100%);width:100%}.rmd-textarea-container__inner--animate{transition:height .15s cubic-bezier(.4,0,.2,1)}.rmd-textarea{--rmd-text-field-padding-top: 0px;min-height:var(--rmd-text-field-height);height:var(--rmd-text-area-height, 100%)}.rmd-textarea--rh{resize:horizontal}.rmd-textarea--rv{resize:vertical}.rmd-textarea--rn{overflow:hidden;resize:none}.rmd-textarea--scrollable{overflow:auto}.rmd-textarea--mask{height:auto;left:0;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;z-index:-1}}@layer text-field{.rmd-text-field-container{--rmd-label-floating-x: var(--rmd-text-field-padding-left);height:var(--rmd-text-field-height);align-items:center;display:flex;flex:1 1 auto;position:relative;width:100%}.rmd-text-field-container--dense{--rmd-text-field-height: 2.5rem}.rmd-text-field-container--dense-label{--rmd-text-field-height: 3.25rem}.rmd-text-field-container--inline{display:inline-flex;width:auto}.rmd-text-field-container--label{--rmd-text-field-height: 3.5rem}.rmd-text-field-container--error{--rmd-icon-color: currentcolor;--rmd-form-active-color: currentcolor;--rmd-form-focus-color: currentcolor;--rmd-text-field-border-color: var(--rmd-error-color);--rmd-text-field-hover-border-color: var(--rmd-error-color)}.rmd-text-field-container--hoverable:hover{--rmd-text-field-border-color: var(--rmd-text-field-hover-border-color)}.rmd-text-field-container--outline{--rmd-text-field-padding-left: var(--rmd-text-field-outlined-padding);--rmd-text-field-padding-right: var(--rmd-text-field-outlined-padding);border-color:var(--rmd-text-field-border-color);--rmd-text-field-addon-left-offset: var(--rmd-text-field-outlined-padding);--rmd-label-floating-active-x: var(--rmd-text-field-outlined-padding);--rmd-label-floating-active-y: -50%;--rmd-label-active-padding: 0 var(--rmd-spacing-xs);--rmd-label-active-background-color: var(--rmd-background-color);border-radius:var(--rmd-border-radius-xs);border-style:solid;border-width:1px}.rmd-text-field-container--outline:focus-within,.rmd-text-field-container--outline-active{outline:var(--rmd-focus-color) solid var(--rmd-focus-width);outline-offset:-1px}.rmd-text-field-container--outline-error{--rmd-focus-color: currentcolor}.rmd-text-field-container--outline-left{--rmd-text-field-padding-left: calc(var(--rmd-icon-size) + var(--rmd-text-field-outlined-padding) + var(--rmd-text-field-addon-spacing))}.rmd-text-field-container--outline-right{--rmd-text-field-padding-right: calc(var(--rmd-icon-size) + var(--rmd-text-field-addon-spacing) * 2)}.rmd-text-field-container--filled{--rmd-background-color: var(--rmd-text-field-filled-color);background-color:var(--rmd-background-color);--rmd-text-field-padding-left: calc(var(--rmd-spacing-sm) * 1.5);--rmd-text-field-padding-right: calc(var(--rmd-spacing-sm) * 1.5);--rmd-label-floating-active-x: calc(var(--rmd-spacing-sm) * 1.5)var(--rmd-spacing-xs);--rmd-text-field-addon-left-offset: calc(var(--rmd-spacing-sm) * 1.5)}.rmd-text-field-container--underline{border-color:var(--rmd-text-field-border-color);border-bottom-style:solid;border-bottom-width:1px}.rmd-text-field-container--underline:after{background-color:var(--rmd-form-focus-color);bottom:-1px;content:"";height:2px;left:0;position:absolute;right:0;transform:scale(0);transition:transform .15s cubic-bezier(.4,0,.2,1);z-index:1}.rmd-text-field-container--underline-placeholder{--rmd-text-field-padding-top: var(--rmd-spacing-xs);height:2.5rem}.rmd-text-field-container--underline-placeholder-only{--rmd-text-field-padding-top: var(--rmd-spacing-sm)}.rmd-text-field-container--underline-labelled{--rmd-text-field-padding-top: var(--rmd-spacing-lg);--rmd-text-field-addon-margin-top: var(--rmd-spacing-sm)}.rmd-text-field-container--underline-left:after{transform-origin:left}.rmd-text-field-container--underline-center:after{transform-origin:center}.rmd-text-field-container--underline-right:after{transform-origin:right}.rmd-text-field-container:focus-within:after,.rmd-text-field-container--underline-active:after{transform:scale(1)}.rmd-text-field-container--underline-left-addon{--rmd-text-field-padding-left: calc(var(--rmd-icon-size) + var(--rmd-spacing-sm) * 2)}.rmd-text-field-container--underline-right-addon{--rmd-text-field-padding-right: calc(var(--rmd-icon-size) + var(--rmd-spacing-sm) * 2)}.rmd-text-field{font-family:var(--rmd-font-family);overflow:inherit;overflow-wrap:break-word;text-overflow:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1em;line-height:1.5rem;font-weight:400;letter-spacing:.0357142857em;padding-left:var(--rmd-text-field-padding-left);padding-right:var(--rmd-text-field-padding-right);padding-top:var(--rmd-text-field-padding-top);background-color:transparent;border-width:0;color:inherit;flex:1 1 auto;height:100%;outline:none;width:100%}.rmd-text-field[disabled]{color:var(--rmd-text-disabled-color)}.rmd-text-field[type=color]{min-width:5rem}.rmd-text-field::placeholder{overflow:hidden;overflow-wrap:anywhere;text-overflow:ellipsis;white-space:nowrap;color:var(--rmd-text-secondary-color);font-family:inherit;font-size:inherit;font-weight:inherit;opacity:1;transition:opacity .15s}.rmd-text-field[disabled]::placeholder{color:inherit}.rmd-text-field--placeholder-hidden:not(:focus)::placeholder{opacity:0}[dir=rtl] .rmd-text-field{padding-left:var(--rmd-text-field-padding-right);padding-right:var(--rmd-text-field-padding-left)}.rmd-text-field-addon{--rmd-box-gap: var(--rmd-spacing-xs);margin-top:var(--rmd-text-field-addon-margin-top);position:absolute}.rmd-text-field-addon--before{left:var(--rmd-text-field-addon-left-offset)}[dir=rtl] .rmd-text-field-addon--before{right:var(--rmd-text-field-addon-left-offset);left:auto}.rmd-text-field-addon--after{right:var(--rmd-text-field-addon-spacing)}[dir=rtl] .rmd-text-field-addon--after{left:var(--rmd-text-field-addon-spacing);right:auto}.rmd-text-field-addon--presentational{pointer-events:none}}@layer tooltip{.rmd-tooltip{font-size:1rem;line-height:1.5rem;font-weight:400;background-color:var(--rmd-tooltip-background-color);color:var(--rmd-tooltip-color);border-radius:var(--rmd-tooltip-border-radius, var(--rmd-border-radius-xs));max-width:var(--rmd-tooltip-max-width);min-height:var(--rmd-tooltip-min-height);z-index:var(--rmd-tooltip-z-index);opacity:0;overflow:hidden;overflow-wrap:anywhere;padding:var(--rmd-tooltip-vertical-padding, calc(var(--rmd-spacing-sm) * 1.25)) var(--rmd-tooltip-horizontal-padding, var(--rmd-spacing-md));pointer-events:none;position:fixed;text-transform:none;-webkit-user-select:none;user-select:none}.rmd-tooltip--dense{font-size:.625rem;line-height:.825rem;--rmd-tooltip-spacing: .875rem;--rmd-tooltip-min-height: var(--rmd-tooltip-dense-min-height);--rmd-tooltip-horizontal-padding: var(--rmd-tooltip-dense-horizontal-padding, var(--rmd-spacing-sm));--rmd-tooltip-vertical-padding: var(--rmd-tooltip-dense-vertical-padding, calc(var(--rmd-spacing-xs) * 1.25))}.rmd-tooltip--above{transform:translateY(calc(-1 * var(--rmd-tooltip-transition-distance, var(--rmd-spacing-sm))))}.rmd-tooltip--below{transform:translateY(var(--rmd-tooltip-transition-distance, var(--rmd-spacing-sm)))}.rmd-tooltip--left{transform:translate(calc(-1 * var(--rmd-tooltip-transition-distance, var(--rmd-spacing-sm))))}.rmd-tooltip--right{transform:translate(var(--rmd-tooltip-transition-distance, var(--rmd-spacing-sm)))}.rmd-tooltip--visible{opacity:1;transform:none}.rmd-tooltip--enter{transition:opacity .15s,transform .3s;transition-timing-function:cubic-bezier(0,0,.2,1)}.rmd-tooltip--exit{transition:opacity .15s cubic-bezier(.4,0,1,1)}.rmd-tooltip--exit-active{opacity:0}}@layer transition{.rmd-collapse{transition-property:max-height,padding-bottom,padding-top;will-change:max-height,padding-bottom,padding-top}.rmd-collapse--no-overflow{overflow:hidden}.rmd-collapse--enter{transition-timing-function:cubic-bezier(0,0,.2,1)}.rmd-collapse--leave{transition-timing-function:cubic-bezier(.4,0,1,1)}.rmd-cross-fade{opacity:0;transform:translateY(-1rem)}.rmd-cross-fade--active{opacity:1;transform:translateY(0);transition-duration:.3s;transition-property:opacity,transform;transition-timing-function:cubic-bezier(0,0,.2,1)}.rmd-scale-transition--enter{opacity:0;transform:scale(0)}.rmd-scale-transition--enter-active{opacity:1;transform:scale(1);transition-duration:.2s;transition-property:opacity,transform;transition-timing-function:cubic-bezier(0,0,.2,1)}.rmd-scale-transition--exit{opacity:1;transform:scale(1)}.rmd-scale-transition--exit-active{opacity:0;transform:scale(0);transition-duration:.15s;transition-property:opacity,transform;transition-timing-function:cubic-bezier(.4,0,1,1)}.rmd-scale-transition--y-enter{transform:scaleY(0);transform-origin:0 0}.rmd-scale-transition--y-enter-active{transform:scaleY(1)}.rmd-scale-transition--y-exit{transform:scaleY(1);transform-origin:0 0}.rmd-scale-transition--y-exit-active{transform:scaleY(0)}.rmd-skeleton-placeholder{background-color:var(--rmd-skeleton-placeholder-background-color);height:var(--rmd-skeleton-placeholder-height);animation:rmd-skeleton-placeholder 1.8s ease-in-out infinite;border-radius:var(--rmd-border-radius-xs);color:transparent;width:43%}@keyframes rmd-skeleton-placeholder{0%{opacity:.06}60%{opacity:.1}80%{opacity:.08}to{opacity:.06}}.rmd-slide-container{--p1-start-x: var(--p1-start);--p1-start-y: 0;--p1-end-x: var(--p1-end);--p1-end-y: 0;--p2-start-x: var(--p2-start);--p2-start-y: 0;--p2-end-x: var(--p2-end);--p2-end-y: 0;align-items:flex-start;display:flex;flex-wrap:nowrap;height:100%;overflow:hidden auto;width:100%}.rmd-slide-container--forward{--p1-start: 0;--p2-start: 0;--p1-end: -100%;--p2-end: -100%}.rmd-slide-container--backward{--p1-start: -100%;--p2-start: -100%;--p1-end: 0;--p2-end: 0}.rmd-slide-container--vertical{--p1-start-x: 0;--p1-start-y: var(--p1-start);--p1-end-x: 0;--p1-end-y: var(--p1-end);--p2-start-x: 0;--p2-start-y: var(--p2-start);--p2-end-x: 0;--p2-end-y: var(--p2-end)}.rmd-slide{flex:1 0 auto;height:100%;width:100%;will-change:transform}.rmd-slide--animate{transition:transform var(--rmd-slide-duration) cubic-bezier(.4,0,.2,1)}.rmd-slide--enter{transform:translate3d(var(--p1-start-x),var(--p1-start-y),0)}.rmd-slide--enter-active{transform:translate3d(var(--p1-end-x),var(--p1-end-y),0)}.rmd-slide--exit{transform:translate3d(var(--p2-start-x),var(--p2-start-y),0)}.rmd-slide--exit-active{transform:translate3d(var(--p2-end-x),var(--p2-end-y),0)}.rmd-max-width-transition{margin-right:calc(-1 * var(--rmd-max-width-gap));max-width:0;overflow:hidden;transition:max-width .15s cubic-bezier(.4,0,.2,1);will-change:max-width}.rmd-max-width-transition--visible{max-width:var(--rmd-max-width);margin-right:0}[dir=rtl] .rmd-max-width-transition{margin-left:calc(-1 * var(--rmd-max-width-gap));margin-right:0}[dir=rtl] .rmd-max-width-transition--visible{margin-left:0}}@layer tree{.rmd-tree{display:block;height:100%;outline-style:none;overflow:auto;-webkit-user-select:none;user-select:none;width:100%}.rmd-tree-item{--rmd-icon-rotate-from: 0deg;--rmd-icon-rotate-to: 90deg;--rmd-tree-item-padding: calc(var(--rmd-tree-depth) * var(--rmd-tree-item-padding-incrementor) + var(--rmd-tree-item-padding-base));list-style:none}.rmd-tree-item--expander-left{--rmd-icon-rotate-from: 0deg;--rmd-icon-rotate-to: -90deg}.rmd-tree-item__content{padding-left:var(--rmd-tree-item-padding)}.rmd-tree-item__content--disabled{cursor:auto}.rmd-tree-item__content--disabled:hover:before{--rmd-interaction-background-color: transparent}.rmd-tree-item__content--link{color:inherit;text-decoration:none}.rmd-tree:focus-visible .rmd-tree-item__content--focused:before{--rmd-interaction-background-color: var(--rmd-focus-background-color);outline-color:var(--rmd-focus-color)}.rmd-tree-item__content--selected{font-weight:700;--rmd-interaction-background-color: var(--rmd-selected-background-color)}.rmd-touch-mode .rmd-tree-item__content--selected:hover:before{--rmd-interaction-background-color: var(--rmd-selected-background-color)}[dir=rtl] .rmd-tree-item__content{padding-left:var(--rmd-list-item-horizontal-padding);padding-right:var(--rmd-tree-item-padding)}.rmd-tree-item__media{align-items:center;display:flex;justify-content:space-between}.rmd-tree-item__media--single{justify-content:flex-end}.rmd-tree-group{background-color:inherit;color:inherit;font-size:inherit;line-height:inherit;padding-bottom:0;padding-top:0}}@layer typography{.rmd-text-container{max-width:var(--rmd-line-length);padding:var(--rmd-text-container-padding);display:block;margin:0 auto;width:100%}.rmd-typography{font-family:var(--rmd-font-family);overflow:inherit;overflow-wrap:break-word;text-overflow:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.rmd-typography--headline-1{font-size:6rem;line-height:6rem;font-weight:300;letter-spacing:-.015625em}.rmd-typography--headline-2{font-size:3.75rem;line-height:3.75rem;font-weight:300;letter-spacing:-.0083333333em}.rmd-typography--headline-3{font-size:3rem;line-height:3.125rem;font-weight:400;letter-spacing:normal}.rmd-typography--headline-4{font-size:2.125rem;line-height:2.5rem;font-weight:400;letter-spacing:.0073529412em}.rmd-typography--headline-5{font-size:1.5rem;line-height:2rem;font-weight:400;letter-spacing:normal}.rmd-typography--headline-6{font-size:1.25rem;line-height:2rem;font-weight:500;letter-spacing:.0125em}.rmd-typography--subtitle-1{font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.009375em}.rmd-typography--subtitle-2{font-size:.875rem;line-height:1.375rem;font-weight:500;letter-spacing:.0071428571em}.rmd-typography--body-1{font-size:1rem;line-height:1.5rem;font-weight:400;letter-spacing:.0357142857em}.rmd-typography--body-2{font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:.0178571429em}.rmd-typography--caption{font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:.0333333333em}.rmd-typography--overline{font-size:.75rem;line-height:2rem;font-weight:500;letter-spacing:.1666666667em}.rmd-mark{background:transparent;color:var(--rmd-mark-color, var(--rmd-inverse-color));font:inherit;font-weight:700}}@layer window-splitter{.rmd-window-splitter{opacity:var(--rmd-window-splitter-opacity, 0);background-color:transparent;border:0;top:0;right:0;bottom:0;left:0;outline-style:none;padding:0;position:fixed;transform:translate3d(var(--rmd-window-splitter-x, 0),var(--rmd-window-splitter-y, 0),var(--rmd-window-splitter-z, 0));transition:opacity .15s;z-index:30}.rmd-window-splitter:after{background-color:var(--rmd-window-splitter-background-color, var(--rmd-focus-color));content:"";top:0;right:0;bottom:0;left:0;position:absolute}.rmd-window-splitter--h{--rmd-window-splitter-x: var(--rmd-window-splitter-position, 0);width:var(--rmd-window-splitter-size, 0);cursor:col-resize}.rmd-window-splitter--h:after{width:var(--rmd-window-splitter-background-size, 0)}[dir=rtl] .rmd-window-splitter--h{--rmd-window-splitter-x: calc(-1 * var(--rmd-window-splitter-position, 0))}.rmd-window-splitter--hr{--rmd-window-splitter-x: calc(100dvw - var(--rmd-window-splitter-size, 0) - var(--rmd-window-splitter-position, 0))}.rmd-window-splitter--hr:after{margin-left:auto}[dir=rtl] .rmd-window-splitter--hr{--rmd-window-splitter-x: calc(-100dvw + var(--rmd-window-splitter-size, 0) + var(--rmd-window-splitter-position, 0))}[dir=rtl] .rmd-window-splitter--hr:after{margin-left:0;margin-right:auto}.rmd-window-splitter--v{--rmd-window-splitter-y: var(--rmd-window-splitter-position, 0);height:var(--rmd-window-splitter-size, 0);cursor:row-resize;width:100%}.rmd-window-splitter--v:after{height:var(--rmd-window-splitter-background-size, 0)}.rmd-window-splitter--vr{--rmd-window-splitter-y: calc(100dvh - var(--rmd-window-splitter-size, 0) - var(--rmd-window-splitter-position, 0))}.rmd-window-splitter--vr:after{transform:translateY(calc(var(--rmd-window-splitter-size, 0) - var(--rmd-window-splitter-background-size, 0)))}.rmd-window-splitter--a{position:absolute}.rmd-window-splitter--dragging{--rmd-window-splitter-opacity: 1;pointer-events:auto!important}@media (hover: hover) and (pointer: fine){.rmd-window-splitter:hover{--rmd-window-splitter-opacity: 1}}.rmd-keyboard-mode .rmd-window-splitter:focus{--rmd-window-splitter-opacity: 1}}:root{--rmd-inverse-color: #000;--rmd-background-color: #fafafa;--rmd-surface-color: #fff;--rmd-primary-color: #2196f3;--rmd-on-primary-color: #000;--rmd-secondary-color: #ff9100;--rmd-on-secondary-color: #000;--rmd-warning-color: #ff3d00;--rmd-on-warning-color: #000;--rmd-error-color: #f44336;--rmd-on-error-color: #000;--rmd-success-color: #00c853;--rmd-on-success-color: #000;--rmd-text-primary-color: rgba(0, 0, 0, .87);--rmd-text-secondary-color: rgba(0, 0, 0, .6);--rmd-text-hint-color: rgba(0, 0, 0, .38);--rmd-text-disabled-color: rgba(0, 0, 0, .38);--rmd-outline-width: .0625em;--rmd-outline-color: currentcolor;--rmd-outline-grey-color: #999;--rmd-border-radius-none: 0;--rmd-border-radius-xs: .25rem;--rmd-border-radius-sm: .5rem;--rmd-border-radius-md: .75rem;--rmd-border-radius-lg: 1rem;--rmd-border-radius-xl: 1.75rem;--rmd-border-radius-full: 50%;--rmd-spacing-none: 0;--rmd-spacing-xs: .25rem;--rmd-spacing-sm: .5rem;--rmd-spacing-md: 1rem;--rmd-spacing-lg: 1.5rem;--rmd-spacing-xl: 2rem;--rmd-font-family: Roboto, sans-serif;--rmd-font-size: 1rem;--rmd-font-weight: 400;--rmd-line-height: 1.5rem;--rmd-line-length: calc(65ch + 2rem) ;--rmd-text-container-padding: 1rem;--rmd-app-bar-height: 3.5rem;--rmd-app-bar-surface-background-color: #fff;--rmd-app-bar-surface-color: #000;--rmd-autocomplete-addon-gap: var(--rmd-spacing-xs);--rmd-autocomplete-addon-spacing: var(--rmd-text-field-addon-spacing);--rmd-autocomplete-inline-gap: var(--rmd-icon-spacing);--rmd-autocomplete-inline-min-width: 5rem;--rmd-avatar-background-color: #616161;--rmd-avatar-color: #f5f5f5;--rmd-avatar-border-color: transparent;--rmd-avatar-size: 2.5rem;--rmd-avatar-font-size: 1.5rem;--rmd-badge-greyscale-background-color: #ccc;--rmd-badge-greyscale-color: #000;--rmd-badge-size: 1.5rem;--rmd-badge-offset: 0;--rmd-box-item-min-size: 8rem;--rmd-box-columns: auto-fit;--rmd-button-background-color: transparent;--rmd-button-contained-background-color: #fff;--rmd-button-contained-color: #000;--rmd-button-text-horizontal-padding: var(--rmd-spacing-md);--rmd-button-text-vertical-padding: var(--rmd-spacing-none);--rmd-button-text-min-height: 2.25rem;--rmd-button-text-min-width: 4rem;--rmd-button-icon-size: auto;--rmd-button-icon-font-size: 1.5rem;--rmd-button-icon-padding: .5em;--rmd-button-fab-offset: var(--rmd-scrollbar-size, 0px);--rmd-card-background-color: var(--rmd-surface-color);--rmd-chip-solid-background-color: #e0e0e0;--rmd-chip-solid-disabled-background-color: #f5f5f5;--rmd-chip-gap: var(--rmd-spacing-md);--rmd-chip-height: 2rem;--rmd-chip-border-radius: var(--rmd-border-radius-lg);--rmd-chip-horizontal-padding: calc(var(--rmd-spacing-md) * 1.25);--rmd-chip-vertical-padding: var(--rmd-spacing-none);--rmd-chip-solid-color: #000;--rmd-chip-theme-background-color: #64b5f6;--rmd-chip-theme-color: #000;--rmd-chip-outline-color: #e0e0e0;--rmd-chip-outline-width: calc(var(--rmd-focus-width) / 2);--rmd-chip-outline-background-color: #fff;--rmd-chip-outline-text-color: #000;--rmd-dialog-min-width: 17.5rem;--rmd-dialog-horizontal-margin: calc(var(--rmd-spacing-lg) * 1.25);--rmd-dialog-vertical-margin: var(--rmd-spacing-lg);--rmd-dialog-z-index: 30;--rmd-dialog-small-width: 25rem;--rmd-dialog-medium-width: 40rem;--rmd-dialog-large-width: 60rem;--rmd-dialog-extra-large-width: 80rem;--rmd-dialog-header-padding: var(--rmd-spacing-lg);--rmd-dialog-header-padding-bottom: calc(var(--rmd-spacing-md) * 1.25);--rmd-dialog-content-padding: var(--rmd-spacing-lg);--rmd-dialog-footer-padding: var(--rmd-spacing-sm);--rmd-divider-size: .0625em;--rmd-divider-border-size: .125em;--rmd-divider-color: rgba(0, 0, 0, .12);--rmd-divider-spacing: var(--rmd-spacing-xs) auto;--rmd-divider-max-size: 100%;--rmd-divider-inset: 4rem;--rmd-divider-vertical-spacing: auto var(--rmd-spacing-xs);--rmd-form-focus-color: #2196f3;--rmd-icon-color: rgb(117.3, 117.3, 117.3);--rmd-icon-size: 1.5rem;--rmd-icon-dense-size: 1.25rem;--rmd-icon-spacing: var(--rmd-spacing-sm);--rmd-icon-symbol-fill: 0;--rmd-symbol-grad: 0;--rmd-symbol-wght: 400;--rmd-symbol-opsz: 48;--rmd-icon-rotate-from: 0deg;--rmd-icon-rotate-to: 180deg;--rmd-focus-color: #2196f3;--rmd-focus-width: .125rem;--rmd-hover-background-color: rgba(0, 0, 0, .08);--rmd-focus-background-color: rgba(0, 0, 0, .24);--rmd-press-background-color: rgba(0, 0, 0, .32);--rmd-selected-background-color: rgba(0, 0, 0, .16);--rmd-ripple-background-color: rgba(0, 0, 0, .08);--rmd-ripple-inset: 0;--rmd-surface-inset: 0;--rmd-label-floating-x: 0px;--rmd-label-floating-y: 1rem;--rmd-label-floating-active-x: 0px;--rmd-label-floating-active-y: 0px;--rmd-label-active-padding: 0px;--rmd-label-active-background-color: transparent;--rmd-layout-size: 16rem;--rmd-layout-header-height: 3.5rem;--rmd-link-color: #2196f3;--rmd-link-visited-color: #1e88e5;--rmd-link-hover-color: #42a5f5;--rmd-list-horizontal-padding: var(--rmd-spacing-none);--rmd-list-vertical-padding: var(--rmd-spacing-sm);--rmd-list-item-horizontal-padding: var(--rmd-spacing-md);--rmd-list-item-vertical-padding: var(--rmd-spacing-sm);--rmd-list-item-keyline: 4.5rem;--rmd-list-item-height: 3rem;--rmd-list-item-medium-height: 3.5rem;--rmd-list-item-large-height: 4rem;--rmd-list-item-extra-large-height: 4.5rem;--rmd-list-item-multiline-clamp: 2;--rmd-list-item-media-size: 3.5rem;--rmd-list-item-media-spacing: var(--rmd-spacing-md);--rmd-menu-min-width: 7rem;--rmd-menu-spacing: var(--rmd-spacing-md);--rmd-navigation-border-radius: calc(var(--rmd-border-radius-lg) * 3);--rmd-navigation-horizontal-padding: var(--rmd-spacing-xs);--rmd-navigation-padding-incrementor: calc(var(--rmd-spacing-sm) * 1.5);--rmd-overlay-background-color: rgba(0, 0, 0, .4);--rmd-overlay-z-index: 30;--rmd-progress-circular-size: 3rem;--rmd-progress-circular-stroke-width: 6;--rmd-progress-background-color: color-mix(in srgb, currentcolor 66%, #fff);--rmd-progress-linear-size: .25rem;--rmd-segmented-button-border-radius: 2.5rem;--rmd-segmented-button-outline-width: .0625rem;--rmd-segmented-button-outline-color: #79747e;--rmd-segmented-button-color: currentcolor;--rmd-segmented-button-selected-background-color: #f57c00;--rmd-segmented-button-selected-color: #000;--rmd-sheet-touch-width: calc(100vw - calc(var(--rmd-spacing-md) * 3.5));--rmd-sheet-touch-max-height: calc(100% - calc(var(--rmd-spacing-md) * 3.5));--rmd-sheet-static-width: 16rem;--rmd-sheet-z-index: 5;--rmd-slider-size: 2rem;--rmd-slider-active-size: .375rem;--rmd-slider-inactive-size: .25rem;--rmd-slider-tooltip-scale: 1;--rmd-slider-tooltip-translate: -50%;--rmd-slider-mark-offset: 0%;--rmd-slider-mark-active-color: var(--rmd-on-primary-color);--rmd-slider-mark-active-opacity: .38;--rmd-slider-mark-inactive-color: #000;--rmd-slider-mark-inactive-opacity: 1;--rmd-slider-vertical-size: 15rem;--rmd-toast-background-color: #323232;--rmd-toast-color: #fff;--rmd-snackbar-offset: 0;--rmd-switch-track-background-color: #bdbdbd;--rmd-switch-ball-background-color: rgb(242.25, 242.25, 242.25);--rmd-table-cell-color: var(--rmd-text-primary-color);--rmd-table-cell-height: 3.25rem;--rmd-table-cell-horizontal-padding: var(--rmd-spacing-md);--rmd-table-cell-vertical-padding: calc(var(--rmd-spacing-xs) * 1.5);--rmd-table-header-cell-height: 3.5rem;--rmd-table-selected-color: var(--rmd-selected-background-color);--rmd-table-border-size: .0625em;--rmd-table-border-color: #e0e0e0;--rmd-table-hover-color: var(--rmd-hover-background-color);--rmd-table-sticky-cell: 0;--rmd-table-sticky-header: 0;--rmd-table-sticky-footer: 0;--rmd-table-sticky-background-color: var(--rmd-background-color);--rmd-tab-min-height: 3rem;--rmd-tab-max-width: 20rem;--rmd-tab-min-width: 5.625rem;--rmd-tab-padding: 0 var(--rmd-spacing-md);--rmd-tab-stacked-height: 4.5rem;--rmd-tab-stacked-padding: calc(var(--rmd-spacing-sm) * 1.5) var(--rmd-spacing-md);--rmd-text-field-filled-padding: calc(var(--rmd-spacing-sm) * 1.5);--rmd-text-field-outlined-padding: var(--rmd-spacing-md);--rmd-text-field-height: 3rem;--rmd-text-field-padding-left: 0px;--rmd-text-field-padding-right: 0px;--rmd-text-field-padding-top: 0px;--rmd-text-field-border-color: rgba(0, 0, 0, .12);--rmd-text-field-hover-border-color: rgba(0, 0, 0, .87);--rmd-text-field-filled-color: #f5f5f5;--rmd-text-field-addon-top: auto;--rmd-text-field-addon-margin-top: 0px;--rmd-text-field-addon-left-offset: 0px;--rmd-text-field-addon-spacing: var(--rmd-spacing-sm);--rmd-text-area-height: 3rem;--rmd-text-area-padding: calc(var(--rmd-spacing-sm) * 1.5);--rmd-tooltip-background-color: #616161;--rmd-tooltip-color: #fff;--rmd-tooltip-max-width: 15rem;--rmd-tooltip-min-height: 2rem;--rmd-tooltip-z-index: 50;--rmd-tooltip-dense-min-height: 1.375rem;--rmd-skeleton-placeholder-background-color: #e0e0e0;--rmd-skeleton-placeholder-height: 1.125em;--rmd-slide-duration: .15s;--rmd-max-width: 100%;--rmd-max-width-gap: 0;--rmd-tree-depth: 0;--rmd-tree-item-padding: 0;--rmd-tree-item-padding-base: var(--rmd-spacing-md);--rmd-tree-item-padding-incrementor: calc(var(--rmd-spacing-md) * 1.5);--rmd-window-splitter-size: 1rem;--rmd-window-splitter-background-size: .25rem}.flex{display:flex}.flex-col{flex-direction:column}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:end}.align-end{align-items:end}.align-center{align-items:center}.row-gap{row-gap:var(--space-12)}.column-gap{column-gap:var(--space-12)}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.full-size{width:100%;height:100%}.full-width{width:100%}.full-height{height:100%}.flex-center{align-items:center;justify-content:center}.title-600{font-size:var(--font-size-14);font-weight:var(--font-weight-600)}.subtitle-500{font-size:var(--font-size-12);font-weight:var(--font-weight-500)}.subtitle-600{font-size:var(--font-size-12);font-weight:var(--font-weight-600)}.content-400{font-size:var(--font-size-14);font-weight:var(--font-weight-400)}.content-500{font-size:var(--font-size-14);font-weight:var(--font-weight-500)}.divider{width:1px;border:1px solid lightgray;height:20px}.border-right-1{border-right:1px solid var(--able-gray-100)}.clickable{cursor:pointer}.overflow-hidden{overflow:hidden}.position-relative{position:relative}:root{--text-color-title: rgba(8, 12, 43, .85);--text-color-primary: #231f20;--text-color-medium: rgba(8, 12, 43, .75);--text-color-secondary: rgba(8, 12, 43, .65);--text-color-disabled: rgba(8, 12, 43, .45);--font-size-10: 10px;--font-size-12: 12px;--font-size-14: 14px;--font-size-15: 15px;--font-size-16: 16px;--font-size-18: 18px;--font-size-20: 20px;--font-size-24: 24px;--font-size-32: 32px;--font-size-36: 36px;--font-size-40: 40px;--font-weight-400: 400;--font-weight-500: 500;--font-weight-600: 600;--font-weight-700: 700;--space-4: 4px;--space-8: 8px;--space-10: 10px;--space-12: 12px;--space-14: 14px;--space-16: 16px;--space-18: 18px;--space-20: 20px;--space-24: 24px;--space-28: 28px;--space-30: 30px;--space-32: 32px;--space-36: 36px;--space-40: 40px;--space-48: 48px;--border-radius-4: 4px;--border-radius-8: 8px;--border-radius-12: 12px;--border-radius-16: 16px;--white: #ffffff;--black: #000000;--gray: #f3f3f3;--coffee-green-light: #e0e5d6;--able-gray-400: #6a6c66;--able-gray-300: #838580;--able-gray-200: #b4b6b2;--able-gray-100: #e6e7e5;--able-gray-50: #f2f3f2;--able-success-green: #1bb37c;--able-danger-red: #ff4359;--box-shadow-flat: 0px 0px 2px rgba(8, 12, 43, .16), 0px 1px 4px rgba(8, 12, 43, .12);--box-shadow-flat-active: 0px 1px 4px rgba(8, 12, 43, .16);--box-shadow-scrim: 0px 12px 24px -4px rgba(8, 12, 43, .24), 0px 8px 64px rgba(8, 12, 43, .32)}.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::-webkit-scrollbar,.cometchat-action-sheet::-webkit-scrollbar-thumb{display:none}.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::-webkit-scrollbar,.cometchat-change-scope__list::-webkit-scrollbar-thumb{display:none}.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}.cometchat-edit-preview__subtitle{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::-webkit-scrollbar,.cometchat-emoji-keyboard__list::-webkit-scrollbar-thumb,.cometchat-emoji-keyboard__tabs::-webkit-scrollbar,.cometchat-emoji-keyboard__tabs::-webkit-scrollbar-thumb{display:none}.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)}.cometchat-list__loading-view,.cometchat-list__error-view,.cometchat-list__empty-view{height:calc(100% - 1px);overflow:hidden;width:100%}.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__body::-webkit-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 .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}.cometchat-tanslation-bubble-incoming .cometchat-tanslation-bubble__translated-text{width:100%;display:flex;color:var(--cometchat-neutral-color-900, #141414)}.cometchat-tanslation-bubble-outgoing .cometchat-tanslation-bubble__translated-text{width:100%;display:flex;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__tabs::-webkit-scrollbar{background:transparent;height:0px;width:0px}.cometchat-sticker-keyboard__tabs::-webkit-scrollbar-thumb{background:#e8e5e5;border-radius:8px}.cometchat-sticker-keyboard__list::-webkit-scrollbar{background:transparent;width:0px}.cometchat-sticker-keyboard__list::-webkit-scrollbar-thumb{background:#e8e5e5;border-radius:8px}.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 .cometchat-list__body::-webkit-scrollbar{background:transparent;height:0px;width:0px}.cometchat-group-members .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-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-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-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%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;-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-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__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__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-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)}.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}.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-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:64px;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%;display:flex;align-items:center;justify-content:flex-start;min-height:17px}.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{display:none}.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__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}}@media (min-width: 769px){.cometchat-message-header__back-button{display:none}}.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 div:not([class]) .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{display:flex;flex-direction:column;justify-content:flex-end;z-index:2;min-height:45px;padding:0 0 1px;width:fit-content;align-self:flex-start;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}.cometchat-mention-list .cometchat-list{max-height:336px}.cometchat-mention-list>.cometchat{overflow:hidden;border-radius:inherit}.cometchat-mention-list .cometchat-list .cometchat-list__header-title{display:none}.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 div:not([class]) .cometchat-message-composer__send-button .cometchat-button .cometchat-button__icon{background:var(--cometchat-static-white)}.cometchat-message-composer div:not([class]) .cometchat-button .cometchat-button__icon{background:var(--cometchat-icon-color-secondary)}.cometchat-message-composer div:not([class]) .cometchat-button .cometchat-button__icon:hover{background:var(--cometchat-primary-color, #6852D6)}.cometchat-message-composer div:not([class]) .cometchat-message-composer__send-button .cometchat-button .cometchat-button__icon:hover{background:var(--cometchat-static-white)}.cometchat-message-composer div:not([class]) .cometchat-message-composer__emoji-keyboard-button-active .cometchat-button__icon{background:var(--cometchat-primary-color)}.cometchat-message-composer div:not([class]) .cometchat-message-composer__secondary-button-view-attachment-button-active .cometchat-button__icon{background:var(--cometchat-primary-color)}.cometchat-message-composer div:not([class]) .cometchat-message-composer__voice-recording-button-active .cometchat-button__icon{background:var(--cometchat-primary-color)}.cometchat-message-composer div:not([class]) .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-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__message-indicator{margin-bottom:8px;display:flex;width:100;justify-content:center;align-items:center;width:100%}.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:8px var(--cometchat-padding-2, 8px);flex-direction:column;align-items:flex-start;border-radius:var(--cometchat-radius-max, 4px);flex-direction:row;justify-content:center;align-items:center}.cometchat-message-list__message-indicator .cometchat-button__text{color:var(--cometchat-static-white);text-align:center;font:var(--cometchat-font-caption1-regular)}.cometchat-message-list__message-indicator .cometchat-button__icon{display:flex;width:16px;height:16px;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}.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-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:shimmer .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:shimmer .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:shimmer .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 shimmer{0%{background-position:200% 0}to{background-position:0% 200%}}.cometchat-message-bubble__body-wrapper .cometchat-message-bubble__sticker-message{background-color:transparent;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{display:flex;position:fixed;z-index:2;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 .cometchat-message-list__body .cometchat-list__body{height:fit-content;max-height:100%}.cometchat-message-list>.cometchat-message-list__body>.cometchat{height:fit-content!important;max-height:100%}.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}.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__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{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__list::-webkit-scrollbar,.cometchat-reaction-list__list::-webkit-scrollbar-thumb,.cometchat-reaction-list__tabs::-webkit-scrollbar,.cometchat-reaction-list__tabs::-webkit-scrollbar-thumb{display:none}.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::-webkit-scrollbar,.cometchat-message-information__message::-webkit-scrollbar-thumb{display:none}.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__receipts::-webkit-scrollbar,.cometchat-message-information__receipts::-webkit-scrollbar-thumb{display:none}.cometchat-message-information__receipts .cometchat-list-item__body{padding:0}.cometchat-message-information__receipts .cometchat-list-item:hover{background: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}@keyframes shimmerAnimation{0%{background-position:-468px 0}to{background-position:468px 0}}.cometchat-message-information__receipts-subtite-text,.cometchat-message-information__receipts-subtitle .cometchat-date,.cometchat-message-information__receipts-subtite-text .cometchat-date{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{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;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-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__message::-webkit-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-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 *{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{text-decoration:underline}@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-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-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-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-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)}body{font-family:Poppins;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{padding:0;margin:0;height:100%;width:100%;overflow:hidden}*{box-sizing:border-box;font-family:Poppins}*::-webkit-scrollbar{width:6px;height:6px;display:block}*::-webkit-scrollbar-track{background:transparent;border-radius:6px}*::-webkit-scrollbar-thumb{background-color:var(--able-gray-400);border-radius:6px}#message-bar-bottomCenter{position:fixed;bottom:16px;left:40%;z-index:10000}#message-bar-topRight,#message-bar-bottomRight{position:fixed;right:16px;display:flex;z-index:10000}#message-bar-topLeft,#message-bar-bottomLeft{position:fixed;left:16px;display:flex;z-index:10000}#message-bar-topLeft{top:24px;flex-direction:column}#message-bar-bottomLeft{bottom:24px;flex-direction:column}#message-bar-topRight{top:24px;flex-direction:column}#message-bar-bottomRight{bottom:24px;flex-direction:column-reverse}.material-symbols-rounded{font-family:Material Symbols Rounded;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;vertical-align:middle;text-rendering:optimizeLegibility;-webkit-font-feature-settings:"liga";font-feature-settings:"liga";font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.material-icons-round{font-family:Material Icons Round;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;vertical-align:middle}
