.cometchat-compact-message-composer{border-radius:var(--cometchat-radius-2,8px);border:1px solid var(--cometchat-border-color-default);background:var(--cometchat-background-color-01);width:calc(100% - var(--cometchat-margin-2,8px)*2);margin:var(--cometchat-margin-2,8px);flex-direction:column;justify-content:flex-end;align-items:stretch;display:flex;position:relative;bottom:5px;overflow:visible}.cometchat-compact-message-composer__row{width:100%;min-height:48px;padding:var(--cometchat-padding-2,8px);align-items:flex-end;gap:var(--cometchat-spacing-2,8px);box-sizing:border-box;flex-direction:row;display:flex}.cometchat-compact-message-composer__left{padding-bottom:var(--cometchat-padding-1,4px);flex-shrink:0;justify-content:center;align-items:flex-end;display:flex}.cometchat-compact-message-composer__left .cometchat-button{background:0 0;border-radius:0;gap:0;width:24px;height:24px;padding:0}.cometchat-compact-message-composer__left .cometchat-button:hover,.cometchat-compact-message-composer__left .cometchat-button:active{background:0 0}.cometchat-compact-message-composer__left .cometchat-button .cometchat-button__icon,.cometchat-compact-message-composer__left .cometchat-button .cometchat-button__icon-default{width:24px;height:24px}.cometchat-compact-message-composer__center{flex:1;align-items:center;min-width:0;display:flex;position:relative;overflow:visible}.cometchat-compact-message-composer__row--recording .cometchat-compact-message-composer__center{flex:1;justify-content:flex-end}.cometchat-compact-message-composer__input{white-space:pre-wrap;overflow-wrap:break-word;text-align:left;box-sizing:border-box;width:100%;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-1,4px);color:var(--cometchat-text-color-primary);font:var(--cometchat-font-body-regular);scrollbar-width:none;cursor:text;user-select:text;background:0 0;outline:none;flex:1;min-height:32px;max-height:150px;overflow:hidden auto}.cometchat-compact-message-composer__input::-webkit-scrollbar{display:none}.cometchat-compact-message-composer__input:empty:before{content:attr(data-placeholder);text-overflow:ellipsis;white-space:nowrap;color:var(--cometchat-text-color-tertiary);font:var(--cometchat-font-body-regular);display:block;overflow:hidden}.cometchat-compact-message-composer__input .cometchat-mentions>span{color:var(--cometchat-text-color-highlight);font-size:14px;font-style:normal;font-weight:400;line-height:16.8px;text-decoration:none}.cometchat-compact-message-composer__input .cometchat-mentions-you>span{color:var(--cometchat-warning-color,#ffab00);font:var(--cometchat-font-body-regular);font-style:normal;font-weight:400;text-decoration:none}.cometchat-compact-message-composer__input b .cometchat-mentions>span,.cometchat-compact-message-composer__input strong .cometchat-mentions>span,.cometchat-compact-message-composer__input i .cometchat-mentions>span,.cometchat-compact-message-composer__input em .cometchat-mentions>span,.cometchat-compact-message-composer__input u .cometchat-mentions>span,.cometchat-compact-message-composer__input s .cometchat-mentions>span,.cometchat-compact-message-composer__input strike .cometchat-mentions>span,.cometchat-compact-message-composer__input del .cometchat-mentions>span,.cometchat-compact-message-composer__input b .cometchat-mentions-you>span,.cometchat-compact-message-composer__input strong .cometchat-mentions-you>span,.cometchat-compact-message-composer__input i .cometchat-mentions-you>span,.cometchat-compact-message-composer__input em .cometchat-mentions-you>span,.cometchat-compact-message-composer__input u .cometchat-mentions-you>span,.cometchat-compact-message-composer__input s .cometchat-mentions-you>span,.cometchat-compact-message-composer__input strike .cometchat-mentions-you>span,.cometchat-compact-message-composer__input del .cometchat-mentions-you>span{font-style:normal;font-weight:400;text-decoration:none}.cometchat-compact-message-composer__input code .cometchat-mentions>span,.cometchat-compact-message-composer__center code .cometchat-mentions>span,.cometchat .cometchat-compact-message-composer__input code .cometchat-mentions>span,.cometchat-compact-message-composer__input code .cometchat-mentions-you>span,.cometchat-compact-message-composer__center code .cometchat-mentions-you>span,.cometchat .cometchat-compact-message-composer__input code .cometchat-mentions-you>span{color:inherit!important;font:inherit!important;font-family:var(--cometchat-font-family)!important;font-size:inherit!important;font-style:normal!important;font-weight:400!important;text-decoration:none!important}.cometchat-compact-message-composer__input pre .cometchat-mentions>span,.cometchat-compact-message-composer__center pre .cometchat-mentions>span,.cometchat .cometchat-compact-message-composer__input pre .cometchat-mentions>span,.cometchat-compact-message-composer__input pre .cometchat-mentions-you>span,.cometchat-compact-message-composer__center pre .cometchat-mentions-you>span,.cometchat .cometchat-compact-message-composer__input pre .cometchat-mentions-you>span{color:inherit!important;font:inherit!important;font-family:Roboto Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace!important;font-size:inherit!important;font-style:normal!important;font-weight:400!important;text-decoration:none!important}.cometchat-compact-message-composer__input .hashtag-formatted{color:var(--cometchat-success-color);font:var(--cometchat-font-body-regular)}.cometchat-compact-message-composer__right{justify-content:flex-end;align-items:center;gap:var(--cometchat-spacing-3,12px);flex-direction:row;flex-shrink:0;transition:gap .25s;display:flex}.cometchat-compact-message-composer__buttons{align-items:center;gap:var(--cometchat-spacing-3,12px);flex-direction:row;display:flex}.cometchat-compact-message-composer__buttons .cometchat-button{background:0 0;gap:0;width:24px;height:24px;padding:0}.cometchat-compact-message-composer__buttons .cometchat-button .cometchat-button__icon{background:var(--cometchat-icon-color-secondary);width:24px;height:24px}.cometchat-compact-message-composer__buttons .cometchat-button .cometchat-button__icon-default{width:24px;height:24px}.cometchat-compact-message-composer__buttons .cometchat-button .cometchat-button__icon:hover{background:var(--cometchat-primary-color)}.cometchat-compact-message-composer__send-button{width:32px;height:32px;padding:var(--cometchat-padding-1,4px);justify-content:center;align-items:center;gap:var(--cometchat-padding-1,4px);border-radius:var(--cometchat-radius-max);background:var(--cometchat-background-color-04);flex-shrink:0;display:flex}.cometchat-compact-message-composer__send-button .cometchat-button{cursor:default}.cometchat-compact-message-composer__send-button-active{cursor:pointer;background:var(--cometchat-primary-color)}.cometchat-compact-message-composer__buttons .cometchat-compact-message-composer__send-button .cometchat-button .cometchat-button__icon,.cometchat-compact-message-composer__buttons .cometchat-compact-message-composer__send-button .cometchat-button .cometchat-button__icon:hover{background:var(--cometchat-static-white)}.cometchat-compact-message-composer__buttons .cometchat-compact-message-composer__emoji-keyboard-button-active .cometchat-button__icon,.cometchat-compact-message-composer__buttons .cometchat-compact-message-composer__secondary-button-view-attachment-button-active .cometchat-button__icon,.cometchat-compact-message-composer__buttons .cometchat-compact-message-composer__voice-recording-button-active .cometchat-button__icon,.cometchat-compact-message-composer__buttons .cometchat-compact-message-composer__auxilary-button-view-sticker-button-active .cometchat-button__icon{background:var(--cometchat-primary-color)}.cometchat-compact-message-composer__header{width:100%;height:fit-content;padding:var(--cometchat-padding-1,4px);border-bottom:1px solid var(--cometchat-border-color-light);flex-direction:column;justify-content:space-between;align-self:stretch;align-items:flex-start;display:flex}.cometchat-compact-message-composer__header-error-state{padding:var(--cometchat-padding-2,8px);align-items:center;gap:var(--cometchat-padding-1,4px);border-radius:var(--cometchat-radius-1,4px);background:var(--cometchat-background-color-02);flex:1 0 0;align-self:stretch;display:flex}.cometchat-compact-message-composer__header-error-state-icon-wrapper{background:var(--cometchat-error-color);border-radius:var(--cometchat-radius-max);flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.cometchat-compact-message-composer__header-error-state-icon{background:var(--cometchat-static-white);width:20px;height:20px;-webkit-mask:url("../../assets/error_info.svg") 50%/contain no-repeat;mask:url("../../assets/error_info.svg") 50%/contain no-repeat}.cometchat-compact-message-composer__header-error-state-text{color:var(--cometchat-error-color);text-overflow:ellipsis;font:var(--cometchat-font-caption1-regular);overflow:hidden}.cometchat-compact-message-composer .cometchat-edit-preview__subtitle{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cometchat-compact-message-composer .cometchat-edit-preview__subtitle *{list-style:none;white-space:nowrap!important;margin:0!important;padding:0!important;display:inline!important}.cometchat-compact-message-composer .cometchat-edit-preview__subtitle ol{counter-reset:edit-preview-list}.cometchat-compact-message-composer .cometchat-edit-preview__subtitle ol>li:before{counter-increment:edit-preview-list;content:counter(edit-preview-list)". "}.cometchat-compact-message-composer .cometchat-edit-preview__subtitle ul>li:before{content:"• "}.cometchat-compact-message-composer__mentions-list{z-index:2;border-radius:var(--cometchat-radius-4,16px);border:1px solid var(--cometchat-background-color-01);background:var(--cometchat-background-color-01);scrollbar-width:none;flex-direction:column;width:fit-content;min-width:320px;min-height:45px;max-height:336px;padding:0 0 1px;display:flex;position:absolute;bottom:100%;left:0;overflow:auto;box-shadow:0 12px 16px 4px #10182814,0 4px 6px 4px #10182808}.cometchat-compact-message-composer__mentions-list::-webkit-scrollbar{display:none}.cometchat-compact-message-composer__mentions-list>.cometchat{border-radius:inherit}.cometchat-compact-message-composer__mentions-list .cometchat-list .cometchat-list__header-title{display:none}.cometchat-compact-message-composer__mentions-list .cometchat-list__item-wrapper{cursor:pointer}.cometchat-compact-message-composer__auxilary-button-view-sticker-button .cometchat-popover__content{width:272px;height:300px;overflow:hidden}.cometchat-compact-message-composer__emoji-keyboard-button .cometchat-popover__content{width:300px;height:300px;overflow:hidden}.cometchat-compact-message-composer__secondary-button-view-attachment-button .cometchat-popover__content{border:none;height:332px}.cometchat-compact-message-composer__secondary-button-view-attachment-button .cometchat-action-sheet{min-width:200px}.cometchat-compact-message-composer__secondary-button-view-attachment-button-1 .cometchat-popover__content{height:58px}.cometchat-compact-message-composer__secondary-button-view-attachment-button-2 .cometchat-popover__content{height:114px}.cometchat-compact-message-composer__secondary-button-view-attachment-button-3 .cometchat-popover__content{height:170px}.cometchat-compact-message-composer__secondary-button-view-attachment-button-4 .cometchat-popover__content{height:230px}.cometchat-compact-message-composer__secondary-button-view-attachment-button-5 .cometchat-popover__content{height:285px}.cometchat-compact-message-composer__input--hidden{display:none}.cometchat-compact-message-composer__recording-bar{flex-direction:row;flex:none;align-items:center;gap:0;width:fit-content;min-width:0;margin-left:auto;display:flex}.cometchat-compact-message-composer__recording-bar-delete{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex}.cometchat-compact-message-composer__recording-bar-delete-icon{background:var(--cometchat-icon-color-secondary);width:24px;height:24px;-webkit-mask:url("../../assets/bin.svg") 50%/contain no-repeat;mask:url("../../assets/bin.svg") 50%/contain no-repeat}.cometchat-compact-message-composer__recording-bar-delete:hover .cometchat-compact-message-composer__recording-bar-delete-icon{background:var(--cometchat-error-color)}@keyframes cometchat-recording-pulse{0%,to{opacity:1}50%{opacity:.3}}.cometchat-compact-message-composer__recording-bar-indicator{border-radius:var(--cometchat-radius-max);background:var(--cometchat-error-color);width:8px;height:8px;margin-left:var(--cometchat-margin-4,16px);flex-shrink:0;animation:1.5s ease-in-out infinite cometchat-recording-pulse}.cometchat-compact-message-composer__recording-bar-waveform{width:160px;min-width:0;padding:0 var(--cometchat-padding-4,16px);align-items:center;display:flex;overflow:hidden}@media (width>=769px) and (width<=1024px){.cometchat-compact-message-composer__recording-bar-waveform{width:240px}}.cometchat-compact-message-composer__recording-bar-waveform canvas{width:100%;height:32px;display:block}.cometchat-compact-message-composer__recording-bar-timer{font:var(--cometchat-font-caption1-medium);color:var(--cometchat-text-color-secondary);white-space:nowrap;margin-right:var(--cometchat-margin-4,16px);flex-shrink:0}.cometchat-compact-message-composer__recording-bar-pause{cursor:pointer;width:24px;height:24px;margin-right:var(--cometchat-margin-3,12px);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.cometchat-compact-message-composer__recording-bar-pause-icon{background:var(--cometchat-icon-color-secondary);width:24px;height:24px;-webkit-mask:url("../../assets/pause.svg") 50%/contain no-repeat;mask:url("../../assets/pause.svg") 50%/contain no-repeat}.cometchat-compact-message-composer__recording-bar-pause-icon--resume{-webkit-mask:url("../../assets/play_arrow.svg") 50%/contain no-repeat;mask:url("../../assets/play_arrow.svg") 50%/contain no-repeat}.cometchat-compact-message-composer__recording-bar-pause:hover .cometchat-compact-message-composer__recording-bar-pause-icon,.cometchat-compact-message-composer__recording-bar-pause:hover .cometchat-compact-message-composer__recording-bar-pause-icon--resume{background:var(--cometchat-primary-color)}.cometchat-compact-message-composer__recording-bar-pause-circle-icon{background:var(--cometchat-icon-color-secondary);width:24px;height:24px;transition:background .15s;display:block;-webkit-mask:url("../../assets/pause_circle.svg") 50%/contain no-repeat;mask:url("../../assets/pause_circle.svg") 50%/contain no-repeat}.cometchat-compact-message-composer__recording-bar-pause:hover .cometchat-compact-message-composer__recording-bar-pause-circle-icon{background:var(--cometchat-primary-color)}.cometchat-compact-message-composer__recording-bar-playback{cursor:pointer;width:24px;height:24px;margin-left:var(--cometchat-margin-4,16px);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.cometchat-compact-message-composer__recording-bar-playback-icon{background:var(--cometchat-primary-color);width:24px;height:24px;-webkit-mask:url("../../assets/play_arrow.svg") 50%/contain no-repeat;mask:url("../../assets/play_arrow.svg") 50%/contain no-repeat}.cometchat-compact-message-composer__recording-bar-playback-icon--pause{-webkit-mask:url("../../assets/pause.svg") 50%/contain no-repeat;mask:url("../../assets/pause.svg") 50%/contain no-repeat}.cometchat-compact-message-composer__recording-bar-mic-icon{background:var(--cometchat-icon-color-secondary);width:24px;height:24px;-webkit-mask:url("../../assets/mic.svg") 50%/contain no-repeat;mask:url("../../assets/mic.svg") 50%/contain no-repeat}.cometchat-compact-message-composer__recording-bar-playback:hover .cometchat-compact-message-composer__recording-bar-playback-icon,.cometchat-compact-message-composer__recording-bar-playback:hover .cometchat-compact-message-composer__recording-bar-playback-icon--pause,.cometchat-compact-message-composer__recording-bar-playback:hover .cometchat-compact-message-composer__recording-bar-mic-icon{background:var(--cometchat-primary-color)}@media (prefers-reduced-motion:reduce){.cometchat-compact-message-composer__recording-bar-indicator{animation:none}}@media (width<=768px){.cometchat-compact-message-composer__row--recording .cometchat-compact-message-composer__left,.cometchat-compact-message-composer__row--recording .cometchat-compact-message-composer__right{display:none}.cometchat-compact-message-composer__row--recording .cometchat-compact-message-composer__center{flex:1;justify-content:flex-start;width:100%}.cometchat-compact-message-composer__row--recording .cometchat-compact-message-composer__recording-bar{flex:1;width:100%;margin-left:0}.cometchat-compact-message-composer__row--recording .cometchat-compact-message-composer__recording-bar-waveform{flex:1;width:auto;min-width:0}.cometchat-compact-message-composer__row--recording .cometchat-compact-message-composer__recording-bar-pause{flex-shrink:0;width:24px;height:24px}.cometchat-compact-message-composer__recording-bar .cometchat-compact-message-composer__send-button{width:32px;min-width:32px;height:32px;padding:var(--cometchat-padding-1,4px);border-radius:var(--cometchat-radius-max);background:var(--cometchat-primary-color);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cometchat-compact-message-composer__recording-bar .cometchat-compact-message-composer__send-button .cometchat-button{background:0 0;width:24px;height:24px;padding:0}.cometchat-compact-message-composer__recording-bar .cometchat-compact-message-composer__send-button .cometchat-button__icon{background:var(--cometchat-static-white);width:24px;height:24px}.cometchat-compact-message-composer__recording-bar .cometchat-compact-message-composer__send-button .cometchat-button__icon:hover{background:var(--cometchat-static-white)}}.cometchat-compact-message-composer__unblock-button{color:var(--cometchat-neutral-color-900);font:var(--cometchat-font-body-regular);cursor:pointer;border-radius:var(--cometchat-radius-2,8px);border:1px solid var(--cometchat-border-color-dark);width:100%;height:40px;padding:var(--cometchat-padding-2,8px)var(--cometchat-padding-5,20px);background:0 0;justify-content:center;align-items:center;display:flex}.cometchat-compact-message-composer-hide-scrollbar .cometchat-action-sheet::-webkit-scrollbar{display:none}.cometchat-compact-message-composer-hide-scrollbar .cometchat-action-sheet::-webkit-scrollbar-thumb{display:none}.cometchat-compact-message-composer-hide-scrollbar .cometchat-emoji-keyboard__list::-webkit-scrollbar{display:none}.cometchat-compact-message-composer-hide-scrollbar .cometchat-emoji-keyboard__list::-webkit-scrollbar-thumb{display:none}.cometchat-compact-message-composer-hide-scrollbar .cometchat-emoji-keyboard__tabs::-webkit-scrollbar{display:none}.cometchat-compact-message-composer-hide-scrollbar .cometchat-emoji-keyboard__tabs::-webkit-scrollbar-thumb{display:none}.cometchat-compact-message-composer-hide-scrollbar .cometchat-sticker-keyboard__tabs::-webkit-scrollbar{background:0 0;width:0;height:0}.cometchat-compact-message-composer-hide-scrollbar .cometchat-sticker-keyboard__tabs::-webkit-scrollbar-thumb{background:var(--cometchat-background-color-04);border-radius:var(--cometchat-radius-2,8px)}.cometchat-compact-message-composer-hide-scrollbar .cometchat-sticker-keyboard__list::-webkit-scrollbar{background:0 0;width:0}.cometchat-compact-message-composer-hide-scrollbar .cometchat-sticker-keyboard__list::-webkit-scrollbar-thumb{background:var(--cometchat-background-color-04);border-radius:var(--cometchat-radius-2,8px)}.cometchat-compact-message-composer__input--code-block{min-height:auto;padding-top:0;padding-bottom:0}.cometchat-compact-message-composer__input-mobile{font:var(--cometchat-font-heading4-regular)}.cometchat-compact-message-composer__input .cometchat-rich-text-bold,.cometchat-compact-message-composer__input strong,.cometchat-compact-message-composer__input b{font-weight:700}.cometchat-compact-message-composer__input .cometchat-rich-text-italic,.cometchat-compact-message-composer__input em,.cometchat-compact-message-composer__input i{font-style:italic}.cometchat-compact-message-composer__input .cometchat-rich-text-underline,.cometchat-compact-message-composer__input u{text-decoration:underline}.cometchat-compact-message-composer__input .cometchat-rich-text-strikethrough,.cometchat-compact-message-composer__input s,.cometchat-compact-message-composer__input strike,.cometchat-compact-message-composer__input del{text-decoration:line-through}.cometchat-compact-message-composer__input u s,.cometchat-compact-message-composer__input u strike,.cometchat-compact-message-composer__input u del,.cometchat-compact-message-composer__input s u,.cometchat-compact-message-composer__input strike u,.cometchat-compact-message-composer__input del u{text-decoration:underline line-through}.cometchat-compact-message-composer__input ul,.cometchat-compact-message-composer__center ul,.cometchat .cometchat-compact-message-composer__input ul,.cometchat-compact-message-composer__input ol,.cometchat-compact-message-composer__center ol,.cometchat .cometchat-compact-message-composer__input ol{padding:0!important;padding-left:var(--cometchat-padding-2,8px)!important;margin:0!important;list-style-position:inside!important}.cometchat-compact-message-composer__input ol,.cometchat-compact-message-composer__center ol,.cometchat .cometchat-compact-message-composer__input ol{list-style-type:decimal!important}.cometchat-compact-message-composer__input ol ol,.cometchat-compact-message-composer__center ol ol,.cometchat .cometchat-compact-message-composer__input ol ol{list-style-type:lower-alpha!important}.cometchat-compact-message-composer__input ol ol ol,.cometchat-compact-message-composer__center ol ol ol,.cometchat .cometchat-compact-message-composer__input ol ol ol{list-style-type:lower-roman!important}.cometchat-compact-message-composer__input ul,.cometchat-compact-message-composer__center ul,.cometchat .cometchat-compact-message-composer__input ul{list-style-type:disc!important}.cometchat-compact-message-composer__input ul ul,.cometchat-compact-message-composer__center ul ul,.cometchat .cometchat-compact-message-composer__input ul ul{list-style-type:circle!important}.cometchat-compact-message-composer__input ul ul ul,.cometchat-compact-message-composer__center ul ul ul,.cometchat .cometchat-compact-message-composer__input ul ul ul{list-style-type:square!important}.cometchat-compact-message-composer__input li,.cometchat-compact-message-composer__center li,.cometchat .cometchat-compact-message-composer__input li{margin:0!important;padding:0!important;display:list-item!important}.cometchat-compact-message-composer__input blockquote,.cometchat-compact-message-composer__center blockquote,.cometchat .cometchat-compact-message-composer__input blockquote{color:var(--cometchat-text-color-primary);padding:0!important;padding-left:var(--cometchat-padding-3,12px)!important;border-left:4px solid var(--cometchat-border-color-default,#e8e8e8)!important;margin:0!important}.cometchat-compact-message-composer__input p,.cometchat-compact-message-composer__center p,.cometchat .cometchat-compact-message-composer__input p{margin:0!important;padding:0!important}.cometchat-compact-message-composer__input code,.cometchat-compact-message-composer__center code,.cometchat .cometchat-compact-message-composer__input code{background:var(--cometchat-background-color-03,#f5f5f5);color:var(--cometchat-text-color-highlight,#6852d6);padding:var(--cometchat-padding)var(--cometchat-padding-1);border-radius:var(--cometchat-radius-1,4px);border:1px solid var(--cometchat-border-color-default,#e8e8e8);font-size:12px;line-height:14.4px;font-family:var(--cometchat-font-family);justify-content:center;align-items:center;gap:10px;display:inline-flex}.cometchat-compact-message-composer__input code.cometchat-rich-text-code-inline,.cometchat-compact-message-composer__center code.cometchat-rich-text-code-inline,.cometchat .cometchat-compact-message-composer__input code.cometchat-rich-text-code-inline{background:var(--cometchat-background-color-03,#f5f5f5);color:var(--cometchat-text-color-highlight,#6852d6);padding:var(--cometchat-padding)var(--cometchat-padding-1);border-radius:var(--cometchat-radius-1,4px);border:1px solid var(--cometchat-border-color-default,#e8e8e8);font-family:Roboto Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:12px;line-height:14.4px;display:inline}.cometchat-compact-message-composer__input pre,.cometchat-compact-message-composer__center pre,.cometchat .cometchat-compact-message-composer__input pre{padding:var(--cometchat-padding-3,12px);border-radius:var(--cometchat-radius-1,4px);border:1px solid var(--cometchat-border-color-default,#e8e8e8);background:var(--cometchat-background-color-02,#fafafa);font:var(--cometchat-font-caption1-regular);white-space:pre-wrap;word-wrap:break-word;margin:0;font-family:Roboto Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;overflow-x:auto}.cometchat-compact-message-composer__input pre code,.cometchat-compact-message-composer__center pre code,.cometchat .cometchat-compact-message-composer__input pre code{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-caption1-regular);background:0 0;border:none;border-radius:0;padding:0;font-family:Roboto Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}.cometchat-compact-message-composer__input pre.cometchat-rich-text-code-block code,.cometchat-compact-message-composer__center pre.cometchat-rich-text-code-block code,.cometchat .cometchat-compact-message-composer__input pre.cometchat-rich-text-code-block code{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-caption1-regular);font-family:Roboto Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-style:normal}.cometchat-compact-message-composer__formatting-toolbar{align-items:center;gap:var(--cometchat-spacing-1,4px);padding:var(--cometchat-padding-2,8px);border-radius:var(--cometchat-radius-2,8px)var(--cometchat-radius-2,8px)0 0;background:var(--cometchat-background-color-02);border:1px solid var(--cometchat-border-color-light);flex-direction:row;display:flex}.cometchat-compact-message-composer__formatting-button{width:28px;height:28px;padding:var(--cometchat-padding-1,4px);border-radius:var(--cometchat-radius-1,4px);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:background-color .15s;display:flex}.cometchat-compact-message-composer__formatting-button:hover{background:var(--cometchat-background-color-03)}.cometchat-compact-message-composer__formatting-button--active{background:var(--cometchat-extended-primary-color-100)}.cometchat-compact-message-composer__formatting-button--active:hover{background:var(--cometchat-extended-primary-color-200)}.cometchat-compact-message-composer__formatting-button-icon{background:var(--cometchat-icon-color-secondary);width:16px;height:16px}.cometchat-compact-message-composer__formatting-button--active .cometchat-compact-message-composer__formatting-button-icon{background:var(--cometchat-primary-color)}.cometchat-compact-message-composer__formatting-button-icon--bold{-webkit-mask:url("../../assets/format_bold.svg") 50%/contain no-repeat;mask:url("../../assets/format_bold.svg") 50%/contain no-repeat}.cometchat-compact-message-composer__formatting-button-icon--italic{-webkit-mask:url("../../assets/format_italic.svg") 50%/contain no-repeat;mask:url("../../assets/format_italic.svg") 50%/contain no-repeat}.cometchat-compact-message-composer__formatting-button-icon--underline{-webkit-mask:url("../../assets/format_underline.svg") 50%/contain no-repeat;mask:url("../../assets/format_underline.svg") 50%/contain no-repeat}.cometchat-compact-message-composer__formatting-button-icon--strikethrough{-webkit-mask:url("../../assets/format_strikethrough.svg") 50%/contain no-repeat;mask:url("../../assets/format_strikethrough.svg") 50%/contain no-repeat}.cometchat-compact-message-composer__formatting-divider{background:var(--cometchat-border-color-light);width:1px;height:20px;margin:0 var(--cometchat-spacing-1,4px)}.cometchat-compact-message-composer__input a{color:var(--cometchat-primary-color);cursor:pointer;text-decoration:underline}.cometchat-compact-message-composer__input a:hover{opacity:.8;text-decoration:underline}@keyframes cometchat-mic-slide-out{0%{opacity:1;max-width:40px;margin-left:0}to{opacity:0;max-width:0;margin-left:calc(-1*var(--cometchat-spacing-3,12px))}}@keyframes cometchat-mic-slide-in{0%{opacity:0;max-width:0;margin-left:calc(-1*var(--cometchat-spacing-3,12px))}to{opacity:1;max-width:40px;margin-left:0}}.cometchat-compact-message-composer__voice-recording-button{animation:.25s forwards cometchat-mic-slide-in}.cometchat-compact-message-composer__voice-recording-button--hidden{pointer-events:none;animation:.25s forwards cometchat-mic-slide-out;overflow:hidden}