@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&family=Inter+Tight:wght@300;400;500;600;700&family=Space+Grotesk:wght@300;400;500;600;700&family=Unbounded:wght@400;500;600;700;800&family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;700&display=swap);.cometchat-conversation-starter{align-content:center;align-items:center;align-self:stretch;display:flex;flex-wrap:wrap;gap:8px 8px;gap:8px var(--cometchat-padding-2,8px);justify-content:center;padding:8px 16px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px);width:100%}.cometchat-conversation-starter__item{align-content:center;align-items:center;background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);cursor:pointer;display:flex;flex-wrap:wrap;gap:4px 4px;gap:4px var(--cometchat-padding-1,4px);height:-webkit-fit-content;height:fit-content;min-height:33px;padding:8px 20px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-5,20px)}.cometchat-conversation-starter__item:hover{background:#fafafa;background:var(--cometchat-white-hover,#fafafa);cursor:pointer}.cometchat-conversation-starter__item-button{background-color:initial;border:none;color:var(--cometchat-text-color-primary);cursor:pointer}.cometchat-conversation-starter__shimmer-container{align-items:flex-start;display:flex;gap:8px;gap:var(--cometchat-padding-2,8px);justify-content:center;width:70%}.cometchat-conversation-starter__shimmer-item{align-content:center;align-items:center;align-self:stretch;animation:shimmerAnimation 1.5s linear infinite;background:linear-gradient(90deg,#e0e0e0,#eee);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));background-size:800px 104px;border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;flex-wrap:wrap;gap:4px 4px;gap:4px var(--cometchat-padding-1,4px);height:33px;padding:8px 20px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-5,20px);width:70%}.cometchat-conversation-starter__error-view{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);font-style:normal;text-align:center}.cometchat-smart-replies__wrapper{height:100%;padding:4px 8px;padding:var(--cometchat-padding-1,4px) var(--cometchat-padding-2,8px);width:100%}.cometchat-smart-replies{align-items:flex-start;background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:16px;border-radius:var(--cometchat-radius-4,16px);box-shadow:0 12px 16px -4px #10182805,0 4px 6px -2px #10182808;display:flex;flex-direction:column;gap:8px;gap:var(--cometchat-padding-2,8px);height:100%;padding:12px 16px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px);width:100%}.cometchat-smart-replies__header{align-items:center;align-self:stretch;display:flex;justify-content:space-between}.cometchat-smart-replies__header-title{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-body-medium);font-style:normal;overflow:hidden;text-overflow:ellipsis}.cometchat-smart-replies__header-close-button{background-color:#141414;background-color:var(--cometchat-icon-color-primary,#141414);cursor:pointer;height:20px;mask:url(/static/media/close.9564eb57de95f15d7b4e.svg) center center no-repeat;-webkit-mask:url(/static/media/close.9564eb57de95f15d7b4e.svg) center center no-repeat;width:20px}.cometchat-smart-replies__body{color:#141414;color:var(--cometchat-text-color-primary,#141414);flex:1 0;font:var(--cometchat-font-body-regular);font-style:normal;text-align:left;width:100%}.cometchat-smart-replies__shimmer-container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;gap:var(--cometchat-padding-2,8px);justify-content:flex-start;width:100%}.cometchat-smart-replies__shimmer-item{animation:shimmerAnimation 1.5s linear infinite;background:linear-gradient(90deg,#e0e0e0,#eee);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));background-size:800px 104px;border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;flex-wrap:wrap;height:33px;width:20%}.cometchat-smart-replies__items-container{display:flex;flex-direction:column;gap:8px;gap:var(--cometchat-padding-2,8px);justify-content:flex-start}.cometchat-smart-replies__item{align-items:center;background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);cursor:pointer;display:flex;padding:8px 12px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-3,12px);width:100%}.cometchat-smart-replies__item:hover{background:#fafafa;background:var(--cometchat-white-hover,#fafafa);cursor:pointer}.cometchat-smart-replies__item-button{background-color:initial;border:none;color:var(--cometchat-text-color-primary);cursor:pointer;text-align:left;width:100%}.cometchat-conversation-summary__wrapper{height:100%;padding:4px 8px;padding:var(--cometchat-padding-1,4px) var(--cometchat-padding-2,8px);width:100%}.cometchat-conversation-summary{align-items:flex-start;background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:8px;border-radius:var(--cometchat-radius-2,8px);box-shadow:0 12px 16px -4px #10182805,0 4px 6px -2px #10182808;display:flex;flex-direction:column;gap:8px;gap:var(--cometchat-padding-2,8px);height:100%;padding:12px 16px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px);width:100%}.cometchat-conversation-summary__header{align-items:center;align-self:stretch;display:flex;justify-content:space-between}.cometchat-conversation-summary__header-title{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-body-medium);font-style:normal;overflow:hidden;text-overflow:ellipsis}.cometchat-conversation-summary__header-close-button{background-color:#141414;background-color:var(--cometchat-icon-color-primary,#141414);cursor:pointer;height:20px;mask:url(/static/media/close.9564eb57de95f15d7b4e.svg) center center no-repeat;-webkit-mask:url(/static/media/close.9564eb57de95f15d7b4e.svg) center center no-repeat;width:20px}.cometchat-conversation-summary__body{color:#141414;color:var(--cometchat-text-color-primary,#141414);flex:1 0;font:var(--cometchat-font-body-regular);font-style:normal;text-align:left;width:100%}.cometchat-conversation-summary__shimmer{align-items:flex-start;display:flex;flex-direction:column;gap:8px;gap:var(--cometchat-padding-2,8px);justify-content:center;width:100%}.cometchat-conversation-summary__shimmer-item{align-content:center;align-items:center;align-self:stretch;border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;flex-wrap:wrap;gap:4px 4px;gap:4px var(--cometchat-padding-1,4px);height:14px;padding:8px 20px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-5,20px);width:100%}.cometchat-conversation-summary__shimmer .cometchat-conversation-summary__shimmer-item:last-child{width:70%}.cometchat-conversation-summary__shimmer-item{animation:shimmerAnimation 1.5s linear infinite;background:linear-gradient(90deg,#e0e0e0,#eee);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));background-size:800px 104px}.cometchat-conversation-summary__empty-view,.cometchat-conversation-summary__error-view{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);font-style:normal;text-align:center}.cometchat-action-sheet{align-items:flex-start;background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:16px;border-radius:var(--cometchat-radius-4,16px);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;display:flex;flex-direction:column;height:310px;justify-content:flex-start;overflow:hidden;overflow-y:auto;padding:0;position:absolute;width:-webkit-max-content;width:max-content}.cometchat-action-sheet__item-icon{align-items:center;background:#6852d6;background:var(--cometchat-icon-color-highlight,#6852d6);display:flex;height:24px;justify-content:center;mask-size:contain;-webkit-mask-size:contain;width:24px}.cometchat-action-sheet__item-body{-webkit-box-orient:vertical;-webkit-line-clamp:1;color:#141414;color:var(--cometchat-text-color-primary,#141414);display:-webkit-box;font:400 16px Roboto;font:var(--cometchat-font-heading4-regular,400 16px Roboto);line-height:120%;overflow:hidden;text-align:left;text-overflow:ellipsis}.cometchat-action-sheet__item{align-items:center;cursor:pointer;display:flex;gap:8px;gap:var(--cometchat-padding-2,8px);padding:16px;padding:var(--cometchat-padding-4,16px);width:100%}.cometchat-action-sheet__item:hover{background:var(--cometchat-white-hover)}.cometchat-popover .cometchat-action-sheet{height:inherit}.cometchat-audio-bubble{align-items:flex-start;align-self:stretch;background:#0000;border:none;border-radius:12px;border-radius:var(--cometchat-radius-3,12px);display:flex;flex-direction:row;max-width:240px;padding:8px 8px 0;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-2,8px) 0 var(--cometchat-padding-2,8px);width:240px}.cometchat-audio-bubble__tail-view-download{align-items:center;background:var(--cometchat-static-white);cursor:pointer;display:flex;height:24px;justify-content:center;mask:url(/static/media/download.2068ff3bb9a26d87d0e5.svg) center center no-repeat;-webkit-mask:url(/static/media/download.2068ff3bb9a26d87d0e5.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:24px}.cometchat-audio-bubble__body-wave{align-items:center;display:flex;height:24px;justify-content:center;z-index:1}.cometchat-audio-bubble__tail-view-download-progress{height:24px;position:relative;width:24px}.cometchat-audio-bubble__tail-view-download-progress svg{height:24px;transform:rotate(-90deg);width:24px}.cometchat-audio-bubble__tail-view-download-stop{align-items:center;background:var(--cometchat-static-white);cursor:pointer;display:flex;height:15px;justify-content:center;left:50%;mask:url(/static/media/close.9564eb57de95f15d7b4e.svg) center center no-repeat;-webkit-mask:url(/static/media/close.9564eb57de95f15d7b4e.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;position:absolute;top:50%;transform:translate(-50%,-50%);width:15px}.cometchat-audio-bubble>div:not([class]){align-items:center;display:flex;flex:1 0;gap:8px;gap:var(--cometchat-padding-2,8px);justify-content:flex-start}.cometchat-audio-bubble__body-time{color:var(--cometchat-static-white);font:var(--cometchat-font-caption2-regular);text-align:left;width:100%}.cometchat-audio-bubble__body{align-items:center;display:flex;flex-direction:column;gap:var(--cometchat-padding);justify-content:flex-start;padding:0 var(--cometchat-padding-2) 0 var(--cometchat-padding-3)}.cometchat-audio-bubble__leading-view-pause,.cometchat-audio-bubble__leading-view-play{align-items:center;background:var(--cometchat-primary-color);cursor:pointer;display:flex;height:24px;justify-content:center;width:24px}.cometchat-audio-bubble__leading-view-play{mask:url(/static/media/play_arrow.04f459a65b962cbb5f65.svg) center center no-repeat;-webkit-mask:url(/static/media/play_arrow.04f459a65b962cbb5f65.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-audio-bubble__leading-view-pause{mask:url(/static/media/pause.05902e314b4e9feca993.svg) center center no-repeat;-webkit-mask:url(/static/media/pause.05902e314b4e9feca993.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-audio-bubble__leading-view{align-items:center;background:var(--cometchat-static-white);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}circle.cometchat-audio-bubble__tail-view-download-progress-background{stroke:var(--cometchat-static-white);stroke-dasharray:113 113;stroke-width:2;fill:none;opacity:.2}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{align-items:center;background:#aa9ee8;background:var(--cometchat-extended-primary-color-500,#aa9ee8);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.cometchat-avatar__image{border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);font:700 32px Roboto;font:var(--cometchat-font-title-bold,700 32px Roboto);height:100%;width:100%}.cometchat-avatar__image,.cometchat-avatar__text{align-items:center;color:#fff;color:var(--cometchat-primary-button-icon,#fff);display:flex;flex-shrink:0;justify-content:center;text-align:center}.cometchat-avatar__text{font:700 20px Roboto;font:var(--cometchat-font-heading3-bold,700 20px Roboto);height:24px;width:24px}.cometchat-button{align-items:center;align-self:stretch;background:#6852d6;background:var(--cometchat-primary-button-background,#6852d6);border:none;border-radius:8px;border-radius:var(--cometchat-radius-2,8px);cursor:pointer;display:flex;height:40px;justify-content:center;padding:8px 20px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-5,20px);width:160px}.cometchat-button__text{color:#fff;color:var(--cometchat-static-white,#fff);cursor:pointer;font:500 14px Roboto;font:var(--cometchat-font-button-medium,500 14px Roboto);line-height:120%}.cometchat-button__icon{align-items:center;cursor:pointer;display:flex;justify-content:center}.cometchat-button__icon-default{height:24px;width:24px}.cometchat-button:hover{background:#7a6bd6;background:var(--cometchat-extended-primary-color-800,#7a6bd6)}.cometchat-button:active{background:#5d49be;background:var(--cometchat-extended-primary-color-900,#5d49be);outline:none}.cometchat-button:focus{outline:none}.cometchat-button__loading-view{animation:spin .8s linear infinite;height:24px;width:24px}.cometchat-call-bubble{align-items:center;background:var(--cometchat-primary-color);background:inherit;border-radius:12px;border-radius:var(--cometchat-radius-3,12px);box-sizing:border-box;display:flex;flex-direction:column;gap:0;margin:0;max-width:240px;padding:0;width:240px}.cometchat-call-bubble__body{align-items:center;align-self:stretch;display:flex;gap:8px;gap:var(--cometchat-padding-2,8px);padding:12px;padding:var(--cometchat-padding-3,12px)}.cometchat-call-bubble__body-title{-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;display:-webkit-box;font:var(--cometchat-font-body-medium);font-style:normal;overflow:hidden;text-overflow:ellipsis}.cometchat-call-bubble__icon-wrapper-icon{align-items:center;background:var(--cometchat-primary-color);display:flex;height:20px;justify-content:center;mask:url(/static/media/incoming_video.00f32e896263889e2509.svg) center center no-repeat;-webkit-mask:url(/static/media/incoming_video.00f32e896263889e2509.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:20px}.cometchat-call-bubble__icon-wrapper{align-items:center;background:var(--cometchat-static-white);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;height:40px;justify-content:center;padding:var(--cometchat-padding-2);width:40px}.cometchat-call-bubble__body-content-subtitle{-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;display:-webkit-box;font:var(--cometchat-font-caption1-regular);font-style:normal;overflow:hidden;text-overflow:ellipsis}.cometchat-call-bubble__body-content-subtitle .cometchat-date{color:inherit;font:inherit;padding:0}.cometchat-call-bubble__body-content{text-align:left}.cometchat-call-bubble__button{align-items:center;align-self:stretch;background:inherit;border:none;border-radius:0 0 8px 8px;border-radius:0 0 var(--cometchat-radius-radius_2,8px) var(--cometchat-radius-radius_2,8px);cursor:pointer;display:flex;font:var(--cometchat-font-body-medium);font-style:normal;gap:8px;gap:var(--cometchat-padding-2,8px);height:40px;justify-content:center;padding:8px 20px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-5,20px);width:100%}.cometchat-call-bubble-incoming{background:var(--cometchat-neutral-color-300)}.cometchat-call-bubble-outgoing{background:var(--cometchat-primary-color)}.cometchat-call-bubble-incoming .cometchat-call-bubble__body-content-subtitle{color:var(--cometchat-neutral-color-600)}.cometchat-call-bubble__body-content-title{font:var(--cometchat-font-body-medium);overflow:hidden;text-overflow:ellipsis}.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{align-items:center;background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:20px;border-radius:var(--cometchat-radius-5,20px);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;display:flex;flex-direction:column;gap:12px;gap:var(--cometchat-padding-3,12px);padding:24px 24px 12px;padding:var(--cometchat-padding-6,24px) var(--cometchat-padding-6,24px) var(--cometchat-padding-3,12px) var(--cometchat-padding-6,24px);width:400px}.cometchat-change-scope__icon-container{align-items:center;background:#fafafa;background:var(--cometchat-background-color-02,#fafafa);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;height:80px;justify-content:center;width:80px}.cometchat-change-scope__icon{align-items:center;background:#6852d6;background:var(--cometchat-icon-color-highlight,#6852d6);display:flex;flex-shrink:0;height:48px;justify-content:center;mask:url(/static/media/change_scope.b7ce2e760bde03b486b5.png) center center no-repeat;-webkit-mask:url(/static/media/change_scope.b7ce2e760bde03b486b5.png) center center no-repeat;mask-size:contain;-webkit-mask-size:contain;width:48px}.cometchat-change-scope__text{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:8px;gap:var(--cometchat-padding-2,8px)}.cometchat-change-scope__title{align-self:stretch;color:#141414;color:var(--cometchat-text-color-primary,#141414);font:500 20px Roboto;font:var(--cometchat-font-heading2-medium,500 20px Roboto);line-height:120%;text-align:center}.cometchat-change-scope__description{align-self:stretch;color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:400 14px Roboto;font:var(--cometchat-font-body-regular,400 14px Roboto);line-height:120%;text-align:center}.cometchat-change-scope__dropdown{gap:4px;gap:var(--cometchat-padding-2,4px);height:36px;width:352px}.cometchat-change-scope__dropdown,.cometchat-change-scope__list{background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:8px;border-radius:var(--cometchat-radius-2,8px)}.cometchat-change-scope__list{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:0;height:-webkit-fit-content;height:fit-content;overflow:auto}.cometchat-change-scope__list-item{align-items:center;align-self:stretch;background:#fff;background:var(--cometchat-background-color-01,#fff);display:flex;flex:1 0;gap:12px;gap:var(--cometchat-padding-3,12px);height:48px;max-width:1440px;min-width:240px;padding:8px 16px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px)}.cometchat-change-scope__list-item:hover{background:#fafafa;background:var(--cometchat-white-hover,#fafafa);cursor:pointer}.cometchat-change-scope__list-item-label{-webkit-box-orient:vertical;-webkit-line-clamp:1;color:#141414;color:var(--cometchat-text-color-primary,#141414);display:-webkit-box;flex:1 0;font:500 16px Roboto;font:var(--cometchat-font-heading4-medium,500 16px Roboto);overflow:hidden;text-align:left;text-overflow:ellipsis}.cometchat-change-scope__button-container{align-items:center;align-self:stretch;display:flex;gap:8px;gap:var(--cometchat-padding-2,8px);padding:12px 0;padding:var(--cometchat-padding-3,12px) 0}.cometchat-change-scope__submit-button>.cometchat{height:100%;width:100%}.cometchat-change-scope__submit-button{flex:1 1;height:40px;line-height:120%}.cometchat-change-scope__submit-button .cometchat-button{align-items:center;align-self:stretch;background:#6852d6;background:var(--cometchat-primary-button-background,#6852d6);border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:8px;border-radius:var(--cometchat-radius-2,8px);color:#fff;color:var(--cometchat-primary-button-icon,#fff);display:flex;font:500 14px Roboto;font:var(--cometchat-font-body-medium,500 14px Roboto);height:100%;justify-content:center;padding:8px 20px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-5,20px);width:100%}.cometchat-change-scope__submit-button-disabled .cometchat-button{background:#e8e8e8;background:var(--cometchat-background-color-04,#e8e8e8);color:#fff;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{align-items:center;align-self:stretch;background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #dcdcdc;border:1px solid var(--cometchat-border-color-dark,#dcdcdc);border-radius:8px;border-radius:var(--cometchat-radius-2,8px);color:#141414;color:var(--cometchat-neutral-color-900,#141414);display:flex;font:500 14px Roboto;font:var(--cometchat-font-body-medium,500 14px Roboto);height:100%;justify-content:center;padding:8px 20px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-5,20px);width:100%}.cometchat-change-scope__button-container .cometchat-button .cometchat-button__text{color:inherit;font:inherit}.cometchat-change-scope__cancel-button{flex:1 1;height:40px;line-height:120%}.cometchat-change-scope__error-view{align-items:center;align-self:stretch;background:#f446491a;border-radius:8px;border-radius:var(--cometchat-radius-2,8px);color:#f44649;color:var(--cometchat-error-color,#f44649);display:flex;font:var(--cometchat-font-body-regular);font-style:normal;gap:4px;gap:var(--cometchat-padding-1,4px);justify-content:center;padding:4px 8px;padding:var(--cometchat-padding-1,4px) var(--cometchat-padding-2,8px)}.cometchat-checkbox{align-items:center;display:inline-flex;position:relative}.cometchat-checkbox__label input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.cometchat-checkbox__checkmark{border:1.5px solid #e8e8e8;border:1.5px solid var(--cometchat-border-color-default,#e8e8e8);border-radius:4px;border-radius:var(--cometchat-radius-1,4px);display:inline-block;flex-shrink:0;height:24px;position:relative;width:24px}.cometchat-checkbox:hover .cometchat-checkbox__checkmark{border:1.5px solid #dcdcdc;border:1.5px solid var(--cometchat-border-color-dark,#dcdcdc);cursor:pointer}.cometchat-checkbox input[type=checkbox]:checked+.cometchat-checkbox__checkmark{background-color:#6852d6;background-color:var(--cometchat-primary-color,#6852d6);border:1.5px solid #6852d6;border:1.5px solid var(--cometchat-primary-color,#6852d6)}.cometchat-checkbox__checkmark:after{background:#fff;background:var(--cometchat-static-white,#fff);content:"";display:none;height:16px;left:50%;mask:url(/static/media/checkbox_tick.c8c052b7695f577cad91.svg) center center no-repeat;-webkit-mask:url(/static/media/checkbox_tick.c8c052b7695f577cad91.svg) center center no-repeat;mask-size:contain;-webkit-mask-size:contain;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}.cometchat-checkbox input[type=checkbox]:checked+.cometchat-checkbox__checkmark:after{display:block}.cometchat-checkbox__label{align-items:center;color:var(--cometchat-text-color-secondary);display:flex;font:var(--cometchat-font-body-regular);gap:8px;gap:var(--cometchat-radius-2,8px)}.cometchat-confirm-dialog{align-items:center;background:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-light);border-radius:16px;border-radius:var(--cometchat-radius-4,16px);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:wrap;gap:12px;gap:var(--cometchat-padding-3,12px);margin:0 auto;padding:24px 24px 12px;padding:var(--cometchat-padding-6,24px) var(--cometchat-padding-6,24px) var(--cometchat-padding-3,12px) var(--cometchat-padding-6,24px);width:400px}.cometchat-confirm-dialog__content-title{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-heading2-medium);font-style:normal;text-align:center}.cometchat-confirm-dialog__content{display:flex;flex-direction:column;gap:var(--cometchat-padding)}.cometchat-confirm-dialog__content-description{color:var(--cometchat-text-color-secondary);font:var(--cometchat-font-body-regular);font-style:normal;text-align:center;width:100%}.cometchat-confirm-dialog__button-group{align-items:center;align-self:stretch;display:flex;gap:8px;gap:var(--cometchat-padding-2,8px);overflow:hidden;padding:12px 0;padding:var(--cometchat-padding-3,12px) 0;width:100%}.cometchat-confirm-dialog__icon-wrapper{align-items:center;background:var(--cometchat-background-color-02);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;flex-shrink:1;height:80px;justify-content:center;padding:var(--cometchat-padding-4);width:80px}.cometchat-confirm-dialog__icon-wrapper-icon{align-items:center;background:var(--cometchat-error-color);display:flex;height:48px;justify-content:center;mask:url(/static/media/delete.ca82d8766e6022162c9a.svg) center center no-repeat;-webkit-mask:url(/static/media/delete.ca82d8766e6022162c9a.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:48px}.cometchat-confirm-dialog__button-group-submit .cometchat-button{background:var(--cometchat-error-color);border:1px solid var(--cometchat-border-color-light);padding:8px 20px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-5,20px)}.cometchat-confirm-dialog__button-group .cometchat-button{height:100%;width:100%}.cometchat-confirm-dialog__button-group .cometchat-confirm-dialog__button-group-cancel,.cometchat-confirm-dialog__button-group .cometchat-confirm-dialog__button-group-submit{align-items:center;align-self:stretch;border-radius:8px;border-radius:var(--cometchat-radius-2,8px);cursor:pointer;display:flex;font:var(--cometchat-font-button-medium);font-style:normal;gap:8px;gap:var(--cometchat-padding-2,8px);height:40px;justify-content:center;width:100%}.cometchat-confirm-dialog__button-group-cancel>.cometchat,.cometchat-confirm-dialog__button-group-submit>.cometchat{height:100%;width:100%}.cometchat-confirm-dialog__button-group-cancel .cometchat-button{background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-dark);padding:8px 20px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-5,20px)}.cometchat-confirm-dialog__button-group-cancel .cometchat-button .cometchat-button__text{color:var(--cometchat-text-color-primary)}.cometchat-confirm-dialog__button-group-submit .cometchat-button .cometchat-button__text{color:var(--cometchat-static-white)}.cometchat-confirm-dialog-error-view{align-items:flex-start;background:linear-gradient(0deg,#f446491a,#f446491a),#fff;background:linear-gradient(0deg,#f446491a 0,#f446491a 100%),var(--cometchat-background-color-01,#fff);border-radius:12px 12px 0 0;border-radius:var(--cometchat-radius-4,12px) var(--cometchat-radius-4,12px) 0 0;color:#f44649;color:var(--cometchat-error-color,#f44649);display:flex;font:var(--cometchat-font-body-regular);font-style:normal;height:48px;justify-content:center;margin-bottom:-16px;overflow:hidden;padding:8px;padding:var(--cometchat-padding-2,8px);text-overflow:ellipsis;width:100%}.cometchat-menu-list{align-items:flex-start;background:#0000;display:flex;flex-direction:column;gap:8px;gap:var(--cometchat-padding-2,8px)}.cometchat-menu-list__main-menu{align-items:center;display:flex;gap:12px;width:100%}.cometchat-menu-list__sub-menu-list{align-items:flex-start;border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:8px;border-radius:var(--cometchat-radius-2,8px);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;flex-direction:column;overflow:hidden;padding:0;position:fixed;width:160px;z-index:3}.cometchat-menu-list__main-menu-item,.cometchat-menu-list__sub-menu-list{background:#fff;background:var(--cometchat-background-color-01,#fff);display:flex}.cometchat-menu-list__main-menu-item{align-items:center;border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);box-shadow:0 1px 2px 0 #1018280d;cursor:pointer;height:24px;justify-content:center;padding:4px;width:24px}.cometchat-menu-list__sub-menu-list-item{align-items:center;background:#fff;background:var(--cometchat-background-color-01,#fff);cursor:pointer;display:flex;flex:1 0;gap:8px;gap:var(--cometchat-padding-2,8px);padding:12px;padding:var(--cometchat-padding-3,12px)}.cometchat-menu-list__sub-menu-list-item:hover{background:var(--cometchat-white-hover)}.cometchat-menu-list__menu{align-items:center;align-self:stretch;background:#fff;background:var(--cometchat-background-color-01,#fff);display:flex;gap:12px;gap:var(--cometchat-padding-2,12px);height:48px;width:100%}.cometchat-menu-list__main-menu-item-icon{flex-shrink:0;height:16px;width:16px}.cometchat-menu-list__main-menu-item-icon,.cometchat-menu-list__sub-menu-list-item-icon{align-items:center;background:#a1a1a1;background:var(--cometchat-icon-color-secondary,#a1a1a1);display:flex;justify-content:center;-webkit-mask-size:contain}.cometchat-menu-list__sub-menu-list-item-icon{height:24px;width:24px}.cometchat-menu-list__sub-menu-item-title{-webkit-box-orient:vertical;-webkit-line-clamp:1;color:#141414;color:var(--cometchat-text-color-primary,#141414);display:-webkit-box;font:400 14px Roboto;font:var(--cometchat-font-body-regular,400 14px Roboto);line-height:120%;overflow:hidden;text-align:left;text-overflow:ellipsis}.cometchat-menu-list__sub-menu{align-items:center;background:#fff;background:var(--cometchat-background-color-01,#fff);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);box-shadow:0 1px 2px 0 #1018280d;display:flex;height:24px;justify-content:center;width:24px}.cometchat-menu-list__sub-menu-icon{background:#a1a1a1;background:var(--cometchat-icon-color-secondary,#a1a1a1);cursor:pointer;flex-shrink:0;height:16px;-webkit-mask:url(/static/media/more_icon.81b8f41258a897ea6ac4.svg);-webkit-mask-size:contain;width:16px}.cometchat-menu-list__menu-wrapper{align-items:center;align-self:stretch;display:flex;gap:8px;gap:var(--cometchat-padding-2,8px)}.cometchat-date{background:#0000;color:var(--cometchat-neutral-color-600);display:inline;font:var(--cometchat-font-caption2-regular);font-style:normal;padding:3px 10px;text-align:center}.cometchat-delete-bubble{align-items:flex-end;border-radius:12px;border-radius:var(--cometchat-radius-3,12px);display:flex;flex-direction:column;max-width:270px;padding:8px;padding:var(--cometchat-padding-2,8px)}.cometchat-delete-bubble-outgoing{background:#6852d6;background:var(--cometchat-primary-color,#6852d6)}.cometchat-delete-bubble-incoming{background:#383838;background:var(--cometchat-neutral-color-300,#383838)}.cometchat-delete-bubble__body{align-items:flex-start;border-radius:0;display:flex;gap:4px;gap:var(--cometchat-padding-1,4px);justify-content:flex-end;padding:0}.cometchat-delete-bubble__icon{align-items:center;background:#fff;background:var(--cometchat-primary-button-icon,#fff);display:flex;height:16px;justify-content:center;mask:url(/static/media/message_delete.ce537f017fc12fab523e.svg) center center no-repeat;-webkit-mask:url(/static/media/message_delete.ce537f017fc12fab523e.svg) center center no-repeat;mask-size:contain;-webkit-mask-size:contain;width:16px}.cometchat-delete-bubble-incoming .cometchat-delete-bubble__icon{background:#727272;background:var(--cometchat-neutral-color-600,#727272)}.cometchat-delete-bubble-outgoing .cometchat-delete-bubble__icon{background:#fff;background:var(--cometchat-static-white,#fff)}.cometchat-delete-bubble__text{font:400 14px Roboto;font:var(--cometchat-font-body-regular,400 14px Roboto);text-align:left}.cometchat-delete-bubble-outgoing .cometchat-delete-bubble__text{color:#fff;color:var(--cometchat-static-white,#fff)}.cometchat-delete-bubble-incoming .cometchat-delete-bubble__text{color:#989898;color:var(--cometchat-neutral-color-600,#989898)}.cometchat-document-bubble{border-radius:12px;border-radius:var(--cometchat-radius-3,12px);display:flex;flex-direction:column;gap:0;max-width:240px;padding:4px 4px 0;padding:var(--cometchat-padding-1,4px) var(--cometchat-padding-1,4px) 0 var(--cometchat-padding-1,4px);width:240px}.cometchat-document-bubble-incoming{background:#e8e8e8;background:var(--cometchat-neutral-color-300,#e8e8e8)}.cometchat-document-bubble-outgoing{background:#6852d6;background:var(--cometchat-primary-color,#6852d6)}.cometchat-document-bubble__body{align-items:center;align-self:stretch;border-radius:12px;border-radius:var(--cometchat-radius-3,12px);display:flex;gap:4px;gap:var(--cometchat-padding-1,4px);padding:8px 0;padding:var(--cometchat-padding-2,8px) 0 var(--cometchat-padding-2,8px) 0}.cometchat-document-bubble__banner-image,.cometchat-document-bubble__banner-image img{border-radius:8px;border-radius:var(--cometchat-radius-2,8px)}.cometchat-document-bubble__banner-image img{max-height:100%;max-width:100%}.cometchat-document-bubble__body-content{display:flex;flex-direction:column;gap:2px;gap:var(--cometchat-padding,2px)}.cometchat-document-bubble__body-content-name{font:var(--cometchat-font-body-medium);font-style:normal;line-height:120%;overflow:hidden;text-align:left;text-overflow:ellipsis}.cometchat-document-bubble-incoming .cometchat-document-bubble__body-content-name{color:#141414;color:var(--cometchat-text-color-primary,#141414)}.cometchat-document-bubble-outgoing .cometchat-document-bubble__body-content-name{color:#fff;color:var(--cometchat-static-white,#fff)}.cometchat-document-bubble__body-content-description{font:var(--cometchat-font-caption2-regular);font-style:normal;line-height:120%;overflow:hidden;text-overflow:ellipsis}.cometchat-document-bubble-incoming .cometchat-document-bubble__body-content-description{color:#727272;color:var(--cometchat-neutral-color-600,#727272)}.cometchat-document-bubble-outgoing .cometchat-document-bubble__body-content-description{color:#fff;color:var(--cometchat-static-white,#fff)}.cometchat-document-bubble__body-icon{align-items:center;display:flex;height:32px;justify-content:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;width:32px}.cometchat-collaborative-document .cometchat-document-bubble__body-icon{-webkit-mask:url(/static/media/collaborative_document_fill.221c4b61169245253c63.svg)center center no-repeat;mask:url(/static/media/collaborative_document_fill.221c4b61169245253c63.svg) center center no-repeat}.cometchat-collaborative-whiteboard .cometchat-document-bubble__body-icon{-webkit-mask:url(/static/media/collaborative_whiteboard_fill.25e29644e4591c341125.svg)center center no-repeat;mask:url(/static/media/collaborative_whiteboard_fill.25e29644e4591c341125.svg) center center no-repeat}.cometchat-document-bubble-incoming .cometchat-document-bubble__body-icon{background:#6852d6;background:var(--cometchat-primary-color,#6852d6)}.cometchat-document-bubble-outgoing .cometchat-document-bubble__body-icon{background:#fff;background:var(--cometchat-static-white,#fff)}.cometchat-document-bubble__button{align-items:center;align-self:stretch;cursor:pointer;display:flex;font:var(--cometchat-font-button-medium);font-style:normal;gap:8px;gap:var(--cometchat-padding-2,8px);height:40px;justify-content:center;line-height:120%;padding:20px;padding:var(--cometchat-padding-5,20px)}.cometchat-document-bubble-incoming .cometchat-document-bubble__button{border-top:1px solid #dcdcdc;border-top:1px solid var(--cometchat-border-color-dark,#dcdcdc);color:#6852d6;color:var(--cometchat-primary-button-background,#6852d6)}.cometchat-document-bubble-outgoing .cometchat-document-bubble__button{border-top:1px solid #7965db;border-top:1px solid var(--cometchat-extended-primary-color-800,#7965db);color:#fff;color:var(--cometchat-static-white,#fff)}.cometchat-dropdown{position:relative}.cometchat-dropdown__placeholder-text{align-items:center;align-self:stretch;background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-default,#f5f5f5);border-radius:8px;border-radius:var(--cometchat-radius-2,8px);color:#141414;color:var(--cometchat-text-color-tertiary,#141414);display:flex;font:400 14px Roboto;font:var(--cometchat-font-body-regular,400 14px Roboto);gap:4px;gap:var(--cometchat-padding-1,4px);height:36px;justify-content:space-between;line-height:120%;overflow:hidden;padding:8px;padding:var(--cometchat-padding-2,8px);text-overflow:ellipsis;width:100%}.cometchat-dropdown__placeholder-text label{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:400 14px Roboto;font:var(--cometchat-font-body-regular,400 14px Roboto)}.cometchat-dropdown__placeholder-text:after{border:1px solid #6852d6;border:1px solid var(--cometchat-border-color-highlight,#6852d6)}.cometchat-dropdown__arrow{align-items:center;background:#6b7280;background:var(--cometchat-icon-color-primary,#6b7280);cursor:pointer;display:flex;height:20px;justify-content:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask:url(/static/media/dropdown-arrow.19438c7586194515d473.svg);width:20px}.cometchat-dropdown__items{align-items:flex-start;border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:8px;border-radius:var(--cometchat-radius-2,8px);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;flex-direction:column;padding:0;position:relative;z-index:20}.cometchat-dropdown__item,.cometchat-dropdown__items{align-self:stretch;background:#fff;background:var(--cometchat-background-color-01,#fff);display:flex}.cometchat-dropdown__item{align-items:center;color:#141414;color:var(--cometchat-text-color-primary,#141414);font:400 14px Roboto;font:var(--cometchat-font-body-regular,400 14px Roboto);gap:12px;gap:var(--cometchat-padding-3,12px);line-height:120%;overflow:hidden;padding:12px 16px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px);text-overflow:ellipsis}.cometchat-dropdown__item:hover{background:#fafafa;background:var(--cometchat-white-hover,#fafafa);border-right:1px solid #f5f5f5;border-right:1px solid var(--cometchat-border-color-light,#f5f5f5);cursor:pointer}.cometchat-dropdown__items-hidden{display:none}.cometchat-edit-preview{align-items:flex-start;background:var(--cometchat-background-color-03);border:none;border-radius:4px;border-radius:var(--cometchat-radius-1,4px);box-sizing:border-box;display:flex;flex-direction:column;gap:4px;gap:var(--cometchat-padding-1,4px);height:100%;justify-content:space-between;margin:0;min-height:30px;padding:8px;padding:var(--cometchat-padding-2,8px);position:relative;width:100%}.cometchat-edit-preview__close{align-items:center;background:var(--cometchat-icon-color-primary);cursor:pointer;display:flex;height:20px;justify-content:center;mask:url(/static/media/close.9564eb57de95f15d7b4e.svg) center center no-repeat;-webkit-mask:url(/static/media/close.9564eb57de95f15d7b4e.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;position:absolute;right:8px;right:var(--cometchat-padding-2,8px);top:8px;top:var(--cometchat-padding-2,8px);width:20px}.cometchat-edit-preview__title{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-body-regular);font-style:normal;margin:0}.cometchat-edit-preview__subtitle{color:var(--cometchat-text-color-secondary);font-style:normal;font:var(--cometchat-font-caption1-regular);margin:0;max-width:calc(100% - 40px);max-width:calc(100% - var(--cometchat-spacing-10, 40px));overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.cometchat-edit-preview__subtitle *{display:inline!important;list-style:none;margin:0!important;padding:0!important;white-space:nowrap!important}.cometchat-edit-preview__subtitle ol{counter-reset:edit-preview-list}.cometchat-edit-preview__subtitle ol>li:before{content:counter(edit-preview-list) ". ";counter-increment:edit-preview-list}.cometchat-edit-preview__subtitle ul>li:before{content:"• "}.cometchat-emoji-keyboard{align-items:flex-start;background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:16px;border-radius:var(--cometchat-radius-4,16px);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;display:flex;flex-direction:column;gap:0;height:300px;overflow:hidden;padding:0;position:absolute;width:300px}.cometchat-emoji-keyboard__tabs{align-items:center;border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--cometchat-border-color-default,#e8e8e8);cursor:pointer;display:flex;gap:4px;gap:var(--cometchat-padding-2,4px);min-height:48px;overflow:scroll hidden;padding:8px;padding:var(--cometchat-padding-2,8px);transform:translateZ(0);-webkit-transform:translateZ(0);width:100%;will-change:scroll-position}.cometchat-emoji-keyboard__search{height:-webkit-fit-content;height:fit-content;padding:12px;padding:var(--cometchat-padding-3,12px);width:100%}.cometchat-emoji-keyboard .cometchat-search-bar{height:36px}.cometchat-emoji-keyboard .cometchat-search-bar input,.cometchat-emoji-keyboard .cometchat-search-bar input::placeholder{font:700 14px Roboto;font:var(--cometchat-font-body-regular,700 14px Roboto)}.cometchat-emoji-keyboard__list .cometchat-search{align-items:center;align-self:stretch;background:#f5f5f5;background:var(--cometchat-background-color-03,#f5f5f5);border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;flex:1 0;padding:8px 12px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-3,12px)}.cometchat-emoji-keyboard__list-content{display:contents}.cometchat-emoji-keyboard__emoji-list{align-items:center;display:flex;flex-wrap:wrap;gap:8px;gap:var(--cometchat-spacing-2,8px)}.cometchat-emoji-keyboard__list-item{border-radius:8px;border-radius:var(--cometchat-radius-2,8px);cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;text-align:center;width:32px}.cometchat-emoji-keyboard__list-item:hover{background-color:#f5f5f5;background-color:var(--cometchat-background-color-03,#f5f5f5)}.cometchat-emoji-keyboard__list-item:active{background-color:#e8e8e8;background-color:var(--cometchat-background-color-04,#e8e8e8)}.cometchat-emoji-keyboard__list-title{color:#a1a1a1;color:var(--cometchat-text-color-tertiary,#a1a1a1);font:400 14px Roboto;font:var(--cometchat-font-body-regular,400 14px Roboto);line-height:120%;text-align:left}.cometchat-emoji-keyboard__tab-active{background:#edeafa;background:var(--cometchat-extended-primary-color-100,#edeafa)}.cometchat-emoji-keyboard__tab{align-items:center;border-radius:8px;border-radius:var(--cometchat-radius-2,8px);display:flex;flex-direction:column;flex-shrink:0;gap:12.8px;height:32px;justify-content:center;width:32px}.cometchat-emoji-keyboard__list{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:8px;gap:var(--cometchat-padding-2,8px);height:100%;overflow-y:scroll;padding:0 12px 12px;padding:0 var(--cometchat-padding-3,12px) var(--cometchat-padding-3,12px);width:100%}.cometchat-emoji-keyboard__tab-icon{background:#a1a1a1;background:var(--cometchat-icon-color-secondary,#a1a1a1);height:17px;mask-size:contain;-webkit-mask-size:contain;width:17px}.cometchat-emoji-keyboard__tab-active .cometchat-emoji-keyboard__tab-icon{background:#6852d6;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{align-self:stretch;border:none;border-radius:none;border-radius:12px;border-radius:var(--cometchat-radius-3,12px);box-sizing:border-box;flex-direction:row;justify-content:space-between;max-width:240px;padding:8px 8px 8px 4px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-2,8px) var(--cometchat-padding-2,8px) var(--cometchat-padding-1,4px);width:240px}.cometchat-file-bubble,.cometchat-file-bubble>div:not([class]){align-items:center;display:flex;gap:8px;gap:var(--cometchat-padding-2,8px);overflow:hidden}.cometchat-file-bubble>div:not([class]){flex:1 0;justify-content:flex-start;width:inherit}.cometchat-file-bubble__body{word-wrap:break-word;display:flex;flex-direction:column;gap:var(--cometchat-padding);overflow:hidden;text-align:left}.cometchat-file-bubble__body-name{-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;display:-webkit-box;font:var(--cometchat-font-body-medium);font-style:normal;overflow:hidden;text-overflow:ellipsis}.cometchat-file-bubble__body-details{font:var(--cometchat-font-caption2-regular);font-style:normal;overflow:hidden;text-overflow:ellipsis}.cometchat-file-bubble__leading-view{align-items:flex-start;display:flex;justify-content:flex-end;width:-webkit-fit-content;width:fit-content}.cometchat-file-bubble__tail-view-download{align-items:center;background:var(--cometchat-primary-color);cursor:pointer;display:flex;height:20px;justify-content:center;mask:url(/static/media/download.2068ff3bb9a26d87d0e5.svg) center center no-repeat;-webkit-mask:url(/static/media/download.2068ff3bb9a26d87d0e5.svg) center center no-repeat;mask-size:contain;-webkit-mask-size:contain;width:20px}.cometchat-file-bubble-incoming .cometchat-file-bubble__body-name{color:var(--cometchat-neutral-color-900)}.cometchat-file-bubble-incoming .cometchat-file-bubble__body-details{color:var(--cometchat-neutral-color-600)}.cometchat-file-bubble-outgoing .cometchat-file-bubble__body-details,.cometchat-file-bubble-outgoing .cometchat-file-bubble__body-name{color:var(--cometchat-static-white)}.cometchat-file-bubble-incoming{background:var(--cometchat-neutral-color-300)}.cometchat-file-bubble-outgoing{background:var(--cometchat-primary-color)}.cometchat-file-bubble__tail-view-download-progress{height:20px;position:relative;width:20px}.cometchat-file-bubble__tail-view-download-progress svg{height:20px;transform:rotate(-90deg);width:20px}.cometchat-file-bubble__tail-view-download-stop{align-items:center;background:var(--cometchat-primary-color);cursor:pointer;display:flex;height:12px;justify-content:center;left:50%;mask:url(/static/media/close.9564eb57de95f15d7b4e.svg) center center no-repeat;-webkit-mask:url(/static/media/close.9564eb57de95f15d7b4e.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}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{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#141414cc;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000}.cometchat-fullscreen-viewer__header{left:10px;position:absolute;top:0;width:-webkit-fit-content;width:fit-content}.cometchat-fullscreen-viewer .cometchat-fullscreen-viewer__header-item .cometchat-list-item{background-color:initial}.cometchat-fullscreen-viewer .cometchat-fullscreen-viewer__header-item .cometchat-avatar img{height:100%;width:100%}.cometchat-fullscreen-viewer .cometchat-fullscreen-viewer__header-item .cometchat-list-item__body-title{color:#fff;color:var(--cometchat-static-white,#fff);font:var(--cometchat-font-heading4-medium);font-style:normal;overflow:hidden;text-overflow:ellipsis}.cometchat-fullscreen-viewer .cometchat-fullscreen-viewer__header-item .cometchat-list-item__body-subtitle{color:#a1a1a1;color:var(--cometchat-text-color-tertiary,#a1a1a1);font:var(--cometchat-font-caption1-regular);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cometchat-fullscreen-viewer__body-image{box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;flex-shrink:0;max-height:600px;max-width:400px}.cometchat-fullscreen-viewer__close-button{background-color:#fff;background-color:var(--cometchat-primary-button-icon,#fff);cursor:pointer;height:32px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask:url(/static/media/close.9564eb57de95f15d7b4e.svg) center center no-repeat;mask:url(/static/media/close.9564eb57de95f15d7b4e.svg) center center no-repeat;-webkit-mask-size:100%;mask-size:100%;position:absolute;right:10px;top:10px;width:32px}.cometchat-fullscreen-viewer__body-download-progress{height:100px;position:relative;width:100px}.cometchat-fullscreen-viewer__body-download-progress svg{height:100px;transform:rotate(-90deg);width:100px}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{background:#0000;border-radius:var(--cometchat-radius-3);cursor:pointer;display:flex;height:auto;justify-content:center;max-height:350px;max-width:250px;overflow:hidden;padding:0;width:100%}.cometchat-image-bubble__body{border-radius:inherit;height:100%;margin:0;object-fit:cover;width:100%}.cometchat-image-bubble-incoming{background:var(--cometchat-neutral-color-300)}.cometchat-image-bubble-outgoing{background:var(--cometchat-primary-color)}.cometchat-list{background:inherit;box-sizing:border-box;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;width:100%}.cometchat-list__header-title{align-items:center;align-self:stretch;color:var(--cometchat-text-color-primary);display:flex;flex-shrink:0;flex:1 0;font:var(--cometchat-font-heading1-bold);font-style:normal;gap:12px;gap:var(--cometchat-padding-3,12px);height:-webkit-fit-content;height:fit-content;min-height:64px;overflow:hidden;padding:8px 16px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px);text-align:left;text-overflow:ellipsis;width:100%}.cometchat-list__header{background:var(--cometchat-background-color-01);border-bottom:1px solid var(--cometchat-border-color-light);border-right:1px solid var(--cometchat-border-color-light);box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;margin:0;padding:0;width:100%}.cometchat-list__header-search-bar{align-items:flex-start;align-self:stretch;display:flex;padding:12px 16px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px);width:100%}.cometchat-list__body{border-right:1px solid var(--cometchat-border-color-light);box-sizing:border-box;display:flex;flex-direction:column;height:100%;overflow:hidden auto;overflow-x:hidden;position:relative;width:100%}.cometchat-list__empty-view,.cometchat-list__error-view,.cometchat-list__loading-view{height:calc(100% - 1px);overflow:hidden;width:100%}.cometchat-list__loading-view-top{bottom:0;height:100%;position:absolute;top:0;width:100%;z-index:2}.cometchat-list__section-header{color:#6852d6;color:var(--cometchat-primary-color,#6852d6);font:var(--cometchat-font-heading4-medium);font-style:normal;text-align:left}.cometchat-list__section{align-items:center;align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;padding:8px 16px 0;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px) 0 var(--cometchat-padding-4,16px)}.cometchat-list-hide-scrollbar .cometchat-list__body::-webkit-scrollbar,.cometchat-list-hide-scrollbar .cometchat-list__body::-webkit-scrollbar-thumb{display:none}.cometchat-list__item-wrapper{display:flex;flex-direction:column}.cometchat-list-item{align-items:center;background:#fff;background:var(--cometchat-background-color-01,#fff);box-sizing:border-box;display:flex;gap:12px;gap:var(--cometchat-padding-3,12px);padding:8px 16px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px);width:100%}.cometchat-list-item:hover{background:#fafafa;background:var(--cometchat-white-hover,#fafafa)}.cometchat-list-item:active{background:#e8e8e8;background:var(--cometchat-neutral-color-300,#e8e8e8)}.cometchat-list-item__body{align-items:center;display:flex;justify-content:space-between;overflow:hidden;padding:5px;width:100%}.cometchat-list-item__body-title{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:500 16px Roboto;font:var(--cometchat-font-heading4-medium,500 16px Roboto);height:19px;line-height:120%;margin-right:var(--cometchat-margin-1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.cometchat-list-item__title-container{align-items:flex-start;display:flex;flex:1 0;flex-direction:column;gap:4px;gap:var(--cometchat-padding-1,4px);overflow:hidden;padding:0;text-align:left;width:100%}.cometchat-list-item__menu-view,.cometchat-list-item__trailing-view{align-items:center;display:flex;height:24px;justify-content:flex-end;width:24px}.cometchat-list-item__trailing-view-hidden{display:none}.cometchat-list-item__leading-view{align-items:center;border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;flex-shrink:0;height:48px;justify-content:center;padding:9px 9px 9px 10px;width:48px}.cometchat-list-item__body-subtitle{align-items:flex-start;align-self:stretch;display:flex;gap:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cometchat-list-item__status{display:none}.cometchat-list-item__status-icon_right{border:none;border-radius:16px;bottom:20%;height:10px;margin-left:20px;position:relative;width:10px}.cometchat-list-item__divider{background:grey;height:1px;width:100%}.cometchat-media-recorder__recorded,.cometchat-media-recorder__recording{align-items:center;background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:16px;border-radius:var(--cometchat-radius-4,16px);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;display:flex;flex-direction:column;gap:20px;gap:var(--cometchat-padding-5,20px);height:inherit;padding:20px;padding:var(--cometchat-padding-5,20px);width:260px}.cometchat-media-recorder__recording{justify-content:space-between}.cometchat-media-recorder{width:-webkit-max-content;width:max-content}.cometchat-media-recorder .cometchat-audio-bubble{max-width:100%;padding-bottom:var(--cometchat-padding-2);width:100%}.cometchat-media-recorder .cometchat-audio-bubble .cometchat-audio-bubble__tail-view{display:none}.cometchat-media-recorder .cometchat-audio-bubble .cometchat-audio-bubble__body{align-items:center;flex-direction:row;gap:var(--cometchat-padding-2);justify-content:space-between;padding-right:0}.cometchat-media-recorder__recorded-control,.cometchat-media-recorder__recording-control{align-items:center;display:flex;gap:20px}.cometchat-media-recorder__recording-preview{align-items:center;display:flex;flex-direction:column;gap:4px;gap:var(--cometchat-padding-1,4px);width:120px}.cometchat-media-recorder__recorded-preview{align-items:flex-start;background:#6852d6;background:var(--cometchat-primary-color,#6852d6);border-radius:12px;border-radius:var(--cometchat-radius-3,12px);display:flex;flex-direction:column;gap:0;padding:8px 0;padding:var(--cometchat-padding-2,8px) 0;width:260px}.cometchat-media-recorder__recorded-control-delete,.cometchat-media-recorder__recorded-control-record,.cometchat-media-recorder__recording-control-delete,.cometchat-media-recorder__recording-control-stop{align-items:center;background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.cometchat-media-recorder__recording-control-stop-icon{background:#a1a1a1;background:var(--cometchat-icon-color-secondary,#a1a1a1);flex-shrink:0;height:24px;mask:url(/static/media/stop.436a8cb465a4609f82a5.svg) center center no-repeat;-webkit-mask:url(/static/media/stop.436a8cb465a4609f82a5.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:24px}.cometchat-media-recorder__recorded-control-delete-icon,.cometchat-media-recorder__recording-control-delete-icon{background:#a1a1a1;background:var(--cometchat-icon-color-secondary,#a1a1a1);flex-shrink:0;height:24px;-webkit-mask:url(/static/media/delete.ca82d8766e6022162c9a.svg) center center no-repeat;mask:url(/static/media/delete.ca82d8766e6022162c9a.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:24px}.cometchat-media-recorder__recorded-control-record-icon{background:#a1a1a1;background:var(--cometchat-icon-color-secondary,#a1a1a1);flex-shrink:0;height:24px;-webkit-mask:url(/static/media/recording_resume.3d513ca8193f9334828b.svg) center center no-repeat;mask:url(/static/media/recording_resume.3d513ca8193f9334828b.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:24px}.cometchat-media-recorder__recorded-control-send,.cometchat-media-recorder__recording-control-pause,.cometchat-media-recorder__recording-control-record{align-items:center;background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;cursor:pointer;display:flex;height:48px;justify-content:center;width:48px}.cometchat-media-recorder__recording-control-error>.cometchat-media-recorder__recording-control-record-icon,.cometchat-media-recorder__recording-control-record-icon{flex-shrink:0;height:32px;-webkit-mask-size:contain;mask-size:contain;width:32px}.cometchat-media-recorder__recording-control-record-icon{background:#f44649;background:var(--cometchat-error-color,#f44649);-webkit-mask:url(/static/media/recording_resume.3d513ca8193f9334828b.svg) center center no-repeat;mask:url(/static/media/recording_resume.3d513ca8193f9334828b.svg) center center no-repeat}.cometchat-media-recorder__recording-control-error>.cometchat-media-recorder__recording-control-record-icon{background:#a1a1a1;background:var(--cometchat-text-color-tertiary,#a1a1a1);-webkit-mask:url(/static/media/mic_off.feb56f6133333e8e36fa.svg) center center no-repeat;mask:url(/static/media/mic_off.feb56f6133333e8e36fa.svg) center center no-repeat}.cometchat-media-recorder__recording-control-error{pointer-events:none}.cometchat-media-recorder__recording-control-pause-icon{background:#f44649;background:var(--cometchat-error-color,#f44649);flex-shrink:0;height:32px;-webkit-mask:url(/static/media/pause.05902e314b4e9feca993.svg) center center no-repeat;mask:url(/static/media/pause.05902e314b4e9feca993.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:32px}.cometchat-media-recorder__recorded-control-send-icon{background:#6852d6;background:var(--cometchat-icon-color-highlight,#6852d6);flex-shrink:0;height:32px;-webkit-mask:url(/static/media/send_fill.7d309325ccdb5f41d511.svg) center center no-repeat;mask:url(/static/media/send_fill.7d309325ccdb5f41d511.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:32px}.cometchat-media-recorder__recording-preview-paused,.cometchat-media-recorder__recording-preview-recording{align-items:center;background:#6852d6;background:var(--cometchat-icon-color-highlight,#6852d6);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;flex-shrink:0;height:80px;justify-content:center;width:80px}.cometchat-media-recorder__recording-preview-paused-icon,.cometchat-media-recorder__recording-preview-recording-icon{background:#fff;background:var(--cometchat-icon-color-white,#fff);flex-shrink:0;height:48px;-webkit-mask:url(/static/media/recording_icon.34cb90ed731d42e870b8.svg) center center no-repeat;mask:url(/static/media/recording_icon.34cb90ed731d42e870b8.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:48px}.cometchat-media-recorder__recording-preview-disabled{align-items:center;background:#6852d6;background:var(--cometchat-icon-color-highlight,#6852d6);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;flex-shrink:0;height:80px;justify-content:center;opacity:.2;width:80px}.cometchat-media-recorder__recording-preview-disabled-icon{background:#fff;background:var(--cometchat-icon-color-white,#fff);flex-shrink:0;height:48px;-webkit-mask:url(/static/media/recording_icon.34cb90ed731d42e870b8.svg) center center no-repeat;mask:url(/static/media/recording_icon.34cb90ed731d42e870b8.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:48px}.cometchat-media-recorder__recording-preview-duration{align-self:stretch;color:#141414;color:var(--cometchat-text-color-primary,#141414);font:400 16px Roboto;font:var(--cometchat-font-heading4-regular,400 16px Roboto);line-height:120%;text-align:center}.cometchat-media-recorder__error{align-items:flex-start;background:#fafafa;background:var(--cometchat-background-color-02,#fafafa);border-radius:var(--cometchat-radius-4) var(--cometchat-radius-4) 0 0;bottom:100%;display:flex;gap:var(--cometchat-padding-2);justify-content:flex-start;padding:var(--cometchat-padding-2);position:absolute;width:260px;z-index:2}.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-subtitle,.cometchat-media-recorder__error-content-title{color:#727272;color:var(--cometchat-text-color-secondary,#727272);text-align:left}.cometchat-media-recorder__error-icon-wrapper{align-items:center;background:var(--cometchat-error-color);border-radius:var(--cometchat-radius-max);display:flex;height:16px;justify-content:center;width:16px}.cometchat-media-recorder__error-icon{background:var(--cometchat-static-white);flex-shrink:0;height:16px;-webkit-mask:url(/static/media/error_info.139c04e0afeb03ada008.svg) center center no-repeat;mask:url(/static/media/error_info.139c04e0afeb03ada008.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;transform:rotate(180deg);width:16px}.cometchat-media-recorder__permission-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.cometchat-media-recorder__permission-dialog{align-items:center;background:#fff;background:var(--cometchat-background-color-01,#fff);border-radius:16px;border-radius:var(--cometchat-radius-4,16px);box-shadow:0 20px 24px -4px #1018281a,0 8px 8px -4px #1018280a;display:flex;flex-direction:column;gap:12px;gap:var(--cometchat-spacing-3,12px);padding:24px;padding:var(--cometchat-padding-6,24px);width:320px}.cometchat-media-recorder__permission-dialog-icon-wrapper{align-items:center;background:#f5f5f5;background:var(--cometchat-background-color-03,#f5f5f5);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;height:64px;justify-content:center;width:64px}.cometchat-media-recorder__permission-dialog-icon{background:#f44649;background:var(--cometchat-error-color,#f44649);flex-shrink:0;height:32px;-webkit-mask:url(/static/media/mic_off.feb56f6133333e8e36fa.svg) center center no-repeat;mask:url(/static/media/mic_off.feb56f6133333e8e36fa.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:32px}.cometchat-media-recorder__permission-dialog-title{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:700 16px Roboto;font:var(--cometchat-font-heading4-bold,700 16px Roboto);text-align:center}.cometchat-media-recorder__permission-dialog-subtitle{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:400 14px Roboto;font:var(--cometchat-font-body-regular,400 14px Roboto);text-align:center}.cometchat-media-recorder__permission-dialog-button{background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #e8e8e8;border:1px solid var(--cometchat-border-color-default,#e8e8e8);border-radius:12px;border-radius:var(--cometchat-radius-3,12px);color:#141414;color:var(--cometchat-text-color-primary,#141414);cursor:pointer;font:700 14px Roboto;font:var(--cometchat-font-button-bold,700 14px Roboto);margin-top:4px;margin-top:var(--cometchat-margin-1,4px);padding:12px 16px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px);width:100%}.cometchat-media-recorder__permission-dialog-button:hover{background:#fafafa;background:var(--cometchat-background-color-02,#fafafa)}.cometchat-message-bubble__wrapper{align-items:flex-start;box-sizing:border-box;display:flex;flex:1 0;gap:8px;gap:var(--cometchat-padding-2,8px);max-width:100%;padding:8px 16px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px);position:relative;width:100%}.cometchat-message-bubble__body-reply-view{margin-bottom:5px;width:100%}.cometchat-message-bubble .cometchat-menu-list__sub-menu-list{height:auto;max-height:216px;overflow:auto}.cometchat-message-bubble .cometchat-menu-list__sub-menu-list::-webkit-scrollbar,.cometchat-message-bubble .cometchat-menu-list__sub-menu-list::-webkit-scrollbar-thumb{display:none}.cometchat-message-bubble .cometchat-reactions{margin-top:-4px;width:100%}.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{align-self:flex-start;border-radius:inherit;position:relative;width:-webkit-fit-content;width:fit-content}.cometchat-message-bubble{border-radius:inherit;display:flex;flex:1 1;flex-direction:column;position:relative;width:100%}.cometchat-message-bubble,.cometchat-message-bubble-incoming{align-items:flex-start;justify-content:flex-start}.cometchat-message-bubble__text-message .cometchat-message-bubble__body-content-view{align-self:flex-start;display:flex;max-width:100%;width:-webkit-fit-content;width:fit-content}.cometchat-message-bubble .cometchat-text-bubble__body-text{text-align:left}.cometchat-message-bubble-outgoing{align-items:flex-end;justify-content:flex-end}.cometchat-message-bubble-action{align-items:center;justify-content: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{align-items:flex-end;border-radius:12px;border-radius:var(--cometchat-radius-3,12px);display:flex;flex-direction:column;padding:4px 4px 0;padding:var(--cometchat-padding-1,4px) var(--cometchat-padding-1,4px) 0 var(--cometchat-padding-1,4px)}.cometchat-message-bubble__body-wrapper{order:2}.cometchat-message-bubble__header-view{align-items:flex-start;display:flex;justify-content:flex-start}.cometchat-message-bubble__options{align-items:center;background:#0000;display:flex;justify-content:flex-start;padding:0 8px;padding:0 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{background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:16px;border-radius:var(--cometchat-radius-5,16px);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;height:-webkit-fit-content;height:fit-content;position:fixed;width:-webkit-fit-content;width:fit-content;z-index:2}.cometchat-popover__content-tooltip-bottom,.cometchat-popover__content-tooltip-top{background:#141414;background:var(--cometchat-static-black,#141414);height:6px;-webkit-mask:url(/static/media/tooltip.2aa237f32c9f99b8d920.svg) center center no-repeat;-webkit-mask-size:contain;position:absolute;width:100%}.cometchat-popover__content-tooltip-top{bottom:-7px}.cometchat-popover__content-tooltip-bottom{top:-7px;transform:rotate(180deg)}.cometchat-quick-view{background:#efefef;border-radius:8px;box-sizing:border-box;height:-webkit-fit-content;height:fit-content;min-width:190px;padding:5px;position:relative;width:100%}.cometchat-quick-view__content{margin-left:14px}.cometchat-quick-view__container{align-items:center;display:flex}.cometchat-quick-view-button{background:#0000;border:none;border-radius:0;height:16px;position:absolute;right:4px;top:2px;width:16px}.cometchat-quick-view-bar{background:"black";border-radius:5px;height:90%;left:5px;position:absolute;top:5%;width:"4px"}.cometchat-quick-view-title{color:"grey";font:"600 13px Inter, sans-serif";margin-bottom:10px;margin-top:5px;padding:0}.cometchat-quick-view-subtitle{color:"grey";font:"400 13px Inter, sans-serif";margin-bottom:5px;margin-top:5px;padding:0;text-align:left}.cometchat-radiobutton{align-items:center;display:inline-flex;position:relative}.cometchat-radiobutton__label input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.cometchat-radiobutton__selected{border:1.5px solid #e8e8e8;border:1.5px solid var(--cometchat-border-color-default,#e8e8e8);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:inline-block;flex-shrink:0;height:24px;position:relative;width:24px}.cometchat-radiobutton:hover .cometchat-radiobutton__selected{border:1.5px solid #dcdcdc;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 #6852d6;border:1.5px solid var(--cometchat-primary-color,#6852d6)}.cometchat-radiobutton input[type=radio]{opacity:0;position:absolute}.cometchat-radiobutton__selected:after{background-color:#6852d6;background-color:var(--cometchat-primary-color,#6852d6);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);content:"";display:none;height:50%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50%}.cometchat-radiobutton input[type=radio]:checked+.cometchat-radiobutton__selected:after{display:block}.cometchat-radiobutton__label{align-items:center;color:var(--cometchat-text-color-secondary);display:flex;font:var(--cometchat-font-body-regular);gap:8px;gap:var(--cometchat-radius-2,8px)}.cometchat-search-bar{align-items:center;align-self:stretch;background:var(--cometchat-background-color-03);border:1px solid var(--cometchat-border-color-light);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;flex:1 0;padding:8px 12px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-3,12px)}.cometchat-search-bar__input{background:#0000;border:none;border-radius:none;color:var(--cometchat-text-color-primary);font:var(--cometchat-font-heading4-regular);font-style:normal;height:100%;outline:none;padding-left:var(--cometchat-padding-1);width:100%}.cometchat-search-bar__icon{align-items:center;background:var(--cometchat-icon-color-secondary);display:flex;height:24px;justify-content:center;-webkit-mask:url(/static/media/search.61b1c747aa872b5ab4aa.svg) center center no-repeat;mask:url(/static/media/search.61b1c747aa872b5ab4aa.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:24px}.cometchat-search-bar__input::placeholder{color:var(--cometchat-text-color-tertiary);font:var(--cometchat-font-heading4-regular);font-style:normal}:host{text-align:center;width:100%}.cc-single_select-option{align-items:center;background:#fff;border:1px solid #dedede;border-radius:2px;box-sizing:border-box;color:grey;cursor:pointer;display:flex;font:400 14px Inter;justify-content:center;min-height:20px;min-width:80px;padding:10px;:hover{background:#efefef;color:#000;font:400 14px Inter}}.cc-single_select-wrapper{align-items:center;border:none;border-radius:6px;display:flex;height:100%;justify-content:center;width:100%}.cometchat-text-bubble{align-items:center;align-self:flex-end;border-radius:12px;border-radius:var(--cometchat-radius-3,12px);display:flex;justify-content:flex-start;max-width:630px;padding:var(--cometchat-padding-1) var(--cometchat-padding-2) var(--cometchat-padding-2) var(--cometchat-padding-2);width:auto}.cometchat-text-bubble__body-text{-webkit-box-orient:vertical;display:-webkit-box;margin:0;overflow:hidden;padding-top:var(--cometchat-padding-1);text-align:left;white-space:pre-line;word-break:break-word}.cometchat-text-bubble__body-text.cometchat-text-bubble__body-text--expanded{-webkit-line-clamp:unset;display:block;overflow:visible;white-space:pre-line}.cometchat-text-bubble__body-text:has(blockquote),.cometchat-text-bubble__body-text:has(ol),.cometchat-text-bubble__body-text:has(pre),.cometchat-text-bubble__body-text:has(ul){display:block;max-height:88px;overflow:hidden;white-space:normal}.cometchat-text-bubble__body-text.cometchat-text-bubble__body-text--expanded:has(blockquote),.cometchat-text-bubble__body-text.cometchat-text-bubble__body-text--expanded:has(ol),.cometchat-text-bubble__body-text.cometchat-text-bubble__body-text--expanded:has(pre),.cometchat-text-bubble__body-text.cometchat-text-bubble__body-text--expanded:has(ul){max-height:none;overflow:visible}.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{display:flex;flex-direction:column;position:relative}.cometchat-text-bubble__read-less,.cometchat-text-bubble__read-more{align-self:flex-end;cursor:pointer;display:flex;font:var(--cometchat-font-body-regular);font-style:normal;padding:var(--cometchat-padding-1);width:-webkit-fit-content;width:fit-content}.cometchat-text-bubble-outgoing .cometchat-text-bubble__read-less,.cometchat-text-bubble-outgoing .cometchat-text-bubble__read-more{color:var(--cometchat-static-white)}.cometchat-text-bubble-incoming .cometchat-text-bubble__read-less,.cometchat-text-bubble-incoming .cometchat-text-bubble__read-more{color:var(--cometchat-text-color-highlight)}.cometchat-text-bubble .cometchat-text-bubble__body-text.cometchat-text-bubble__body-text-emoji{font:var(--cometchat-font-title-regular)}@media (max-width:1000px){.cometchat-text-bubble{max-width:420px}}@media (max-width:768px){.cometchat-text-bubble{max-width:280px}}.cometchat-text-bubble-incoming .cometchat-text-bubble__body-text code,.cometchat-text-bubble__body-text code{align-items:center;display:inline-flex;font-family:Roboto Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace!important;font-style:normal;font-weight:400;justify-content:center}.cometchat-text-bubble-incoming .cometchat-text-bubble__body-text code,.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text code{border-radius:var(--cometchat-radius);font-size:14px;padding:0 var(--cometchat-padding)}.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text code,.cometchat-text-bubble__body-text pre{font-family:Roboto Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace!important;font-style:normal;font-weight:400}.cometchat-text-bubble__body-text pre{word-wrap:break-word;border-radius:8px;border-radius:var(--cometchat-radius-2,8px);padding:8px 12px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-3,12px)}.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text pre{background:#ffffff1a;border:none;border-radius:8px;border-radius:var(--cometchat-radius-2,8px);color:var(--cometchat-static-white)}.cometchat-text-bubble-incoming .cometchat-text-bubble__body-text pre code,.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text pre code,.cometchat-text-bubble__body-text pre code{font-family:inherit!important}.cometchat-text-bubble__body-text blockquote{border-left:3px solid var(--cometchat-border-color-default);font-style:normal;margin:0}.cometchat-text-bubble-incoming .cometchat-text-bubble__body-text blockquote{background:var(--cometchat-neutral-color-400);border-left-color:var(--cometchat-primary-color);color:var(--cometchat-text-color-secondary)}.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text blockquote{background:#ffffff1a;border-left-color:var(--cometchat-static-white);color:#fffc}.cometchat-text-bubble-incoming .cometchat-text-bubble__body-text a{color:#39f;color:var(--cometchat-primary-color,#39f)}.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text a{color:var(--cometchat-static-white)}.cometchat-text-bubble__body-text a:hover{opacity:.8;text-decoration:underline}.cometchat-text-bubble__body-text li{margin:0;padding:0;white-space:normal}.cometchat-text-bubble__body-text ol,.cometchat-text-bubble__body-text ul{margin:0;white-space:normal}.cometchat-text-bubble-incoming .cometchat-text-bubble__body-text .cometchat-mentions{background:#6852d633;border-radius:2px;border-radius:var(--cometchat-radius,2px);padding:0 2px;padding:0 var(--cometchat-padding,2px)}.cometchat-text-bubble-incoming .cometchat-text-bubble__body-text .cometchat-mentions>span{color:#6852d6;color:var(--cometchat-text-color-highlight,#6852d6);font:var(--cometchat-font-body-regular);font-style:normal;font-weight:400;text-decoration:none}.cometchat-text-bubble-incoming .cometchat-text-bubble__body-text .cometchat-mentions-you{background:#ffab0033;border-radius:2px;border-radius:var(--cometchat-radius,2px);padding:0 2px;padding:0 var(--cometchat-padding,2px)}.cometchat-text-bubble-incoming .cometchat-text-bubble__body-text .cometchat-mentions-you>span{color:#ffab00;color:var(--cometchat-warning-color,#ffab00);font:var(--cometchat-font-body-regular);font-style:normal;font-weight:400;text-decoration:none}.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text .cometchat-mentions{background:#fff3;border-radius:2px;border-radius:var(--cometchat-radius,2px);padding:0 2px;padding:0 var(--cometchat-padding,2px)}.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text .cometchat-mentions>span{color:var(--cometchat-static-white);font:var(--cometchat-font-body-regular);font-style:normal;font-weight:400;text-decoration:none}.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text .cometchat-mentions-you{background:#fff3;border-radius:2px;border-radius:var(--cometchat-radius,2px);padding:0 2px;padding:0 var(--cometchat-padding,2px)}.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text .cometchat-mentions-you>span{color:var(--cometchat-static-white);font:var(--cometchat-font-body-regular);font-style:normal;font-weight:400;text-decoration:none}.cometchat-video-bubble{align-items:flex-start;border-radius:12px;border-radius:var(--cometchat-radius-3,12px);cursor:pointer;display:flex;flex-direction:column;height:auto;justify-content:center;max-height:350px;max-width:250px;overflow:hidden;padding:0;width:auto}.cometchat-video-bubble__body{border-radius:inherit;height:100%;margin:0;object-fit:cover;overflow:hidden;width:100%}.cometchat-video-bubble-incoming{background:var(--cometchat-neutral-color-300)}.cometchat-video-bubble-outgoing{background:var(--cometchat-primary-color)}.cometchat-create-poll{align-items:center;align-self:stretch;background-color:#fff;background-color:var(--cometchat-background-color-01,#fff);border-radius:12px;border-radius:var(--cometchat-radius-3,12px);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;display:flex;flex-direction:column;flex-shrink:0;gap:8px;gap:var(--cometchat-padding-2,8px);height:480px;overflow:hidden;position:relative;width:420px}.cometchat-create-poll__header{align-items:center;align-self:stretch;border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--cometchat-border-color-default,#e8e8e8);display:flex;justify-content:space-between;padding:12px;padding:var(--cometchat-radius-3,12px)}.cometchat-create-poll__header-title{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading2-bold);font-style:normal;line-height:120%;text-align:center}.cometchat-create-poll__header-close-icon{align-items:center;background-color:#141414;background-color:var(--cometchat-icon-color-primary,#141414);border:none;cursor:pointer;display:flex;height:24px;justify-content:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;-webkit-mask:url(/static/media/close.9564eb57de95f15d7b4e.svg) center center no-repeat;mask:url(/static/media/close.9564eb57de95f15d7b4e.svg) center center no-repeat;width:24px}.cometchat-create-poll__body{display:flex;flex-direction:column;height:100%;justify-content:flex-start;margin:0;overflow:hidden;padding:16px;padding:var(--cometchat-padding-4,16px);width:100%}.cometchat-create-poll__body-question{display:flex;flex-direction:column;gap:4px;gap:var(--cometchat-padding-1,4px);text-align:left}.cometchat-create-poll__body-question-title{color:#141414;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{align-items:center;background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:8px;border-radius:var(--cometchat-radius-2,8px);color:#141414;color:var(--cometchat-text-color-primary,#141414);display:flex;flex:1 0;font:var(--cometchat-font-body-regular);font-style:normal;gap:4px;gap:var(--cometchat-padding-1,4px);height:36px;min-width:90px;outline:none;padding:8px;padding:var(--cometchat-padding-2,8px);width:100%}.cometchat-create-poll__body-options-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:8px;gap:var(--cometchat-padding-2,8px);margin-bottom:8px;margin-bottom:var(--cometchat-padding-2,8px);max-height:64%;overflow:hidden;padding-top:20px;padding-top:var(--cometchat-padding-5,20px)}.cometchat-create-poll__body-options-title{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading4-medium);font-style:normal}.cometchat-create-poll__body-options{align-items:flex-start;display:flex;flex-direction:column;gap:8px;gap:var(--cometchat-padding-2,8px);height:100%;overflow-y:scroll;scrollbar-width:none;width:100%}.cometchat-create-poll__body-option-input{align-items:center;background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:8px;color:#141414;color:var(--cometchat-text-color-primary,#141414);display:flex;flex:1 0;font:var(--cometchat-font-body-regular);font-style:normal;gap:4px;gap:var(--cometchat-padding-1,4px);height:36px;min-width:90px;outline:none;padding:8px;padding:var(--cometchat-padding-2,8px);width:100%}.cometchat-create-poll__body-options-add-button{background-color:initial;border:none;color:#6852d6;color:var(--cometchat-text-color-highlight,#6852d6);cursor:pointer;display:flex;font:var(--cometchat-font-caption1-medium);font-style:normal;justify-content:flex-start;line-height:120%;padding-bottom:var(--cometchat-padding-2);text-align:left}.cometchat-create-poll__body-option-remove-button{align-items:center;align-self:center;background-color:#a1a1a1;background-color:var(--cometchat-icon-color-secondary,#a1a1a1);border:none;cursor:pointer;display:flex;height:24px;justify-content:center;-webkit-mask:url(/static/media/close.9564eb57de95f15d7b4e.svg) center center no-repeat;mask:url(/static/media/close.9564eb57de95f15d7b4e.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:24px}.cometchat-create-poll__button{height:40px;width:100%}.cometchat-create-poll__button>.cometchat{height:100%;width:100%}.cometchat-create-poll__button .cometchat-button{align-items:center;background:#6852d6;background:var(--cometchat-primary-button-background,#6852d6);border:none;border-radius:8px;border-radius:var(--cometchat-radius-2,8px);color:#fff;color:var(--cometchat-primary-button-icon,#fff);cursor:pointer;display:flex;font:var(--cometchat-font-button-medium);font-style:normal;height:100%;justify-content:center;line-height:120%;padding:8px 20px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-5,20px);text-align:left;width:100%}.cometchat-create-poll__button-disabled .cometchat-button{background:#e8e8e8;background:var(--cometchat-background-color-04,#e8e8e8);color:#fff;color:var(--cometchat-static-white,#fff);pointer-events:none}.cometchat-create-poll__body-option{align-items:center;display:flex;gap:4px;gap:var(--cometchat-padding-1,4px);justify-content:space-between;position:relative;width:100%}.cometchat-create-poll-backdrop{align-items:center;background:#141414cc;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10}.cometchat-create-poll__footer{align-items:flex-start;border-top:1px solid #f5f5f5;border-top:1px solid var(--cometchat-border-color-light,#f5f5f5);bottom:0;display:flex;flex-direction:column;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px) var(--cometchat-padding-5) var(--cometchat-padding-4,16px);position:absolute;width:100%}.cometchat-create-poll__error-icon{align-items:center;align-self:center;background-color:#f44649;background-color:var(--cometchat-error-color,#f44649);border:none;cursor:pointer;display:flex;height:24px;justify-content:center;-webkit-mask:url(/static/media/error_icon.093f6c62b1e9dc09b727.svg) center center no-repeat;mask:url(/static/media/error_icon.093f6c62b1e9dc09b727.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:24px}.cometchat-create-poll__error{align-items:center;align-self:stretch;background:#f446491a;border-radius:8px;border-radius:var(--cometchat-radius-2,8px);display:flex;gap:4px;gap:var(--cometchat-padding-1,4px);justify-content:center;padding:4px 8px;padding:var(--cometchat-padding-1,4px) var(--cometchat-padding-2,8px)}.cometchat-create-poll__error-text{color:#f44649;color:var(--cometchat-error-color,#f44649);font:var(--cometchat-font-body-regular);font-style:normal}.cometchat-create-poll__loading-icon{align-items:center;align-self:center;background-color:#fff;background-color:var(--cometchat-static-white,#fff);border:none;cursor:pointer;display:flex;height:24px;justify-content:center;-webkit-mask:url(/static/media/loading_icon.0b32af930a5efc56290d.svg) center center no-repeat;mask:url(/static/media/loading_icon.0b32af930a5efc56290d.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:24px}.cometchat-create-poll__body-options-add-button-disabled{color:#dcdcdc;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{align-items:flex-end;align-self:stretch;border-radius:12px;border-radius:var(--cometchat-radius-3,12px);display:flex;flex-direction:column;max-width:240px;padding:0;width:240px}.cometchat-link-bubble-incoming{background:#e8e8e8;background:var(--cometchat-neutral-color-300,#e8e8e8)}.cometchat-link-bubble-outgoing{background:#6852d6;background:var(--cometchat-primary-color,#6852d6)}.cometchat-link-bubble__preview-image{align-self:stretch;background:#0a0914;background:var(--cometchat-static-black,#0a0914);border-radius:12px 12px 0 0;border-radius:var(--cometchat-radius-3,12px) var(--cometchat-radius-3,12px) 0 0;cursor:pointer;height:50%;width:100%}.cometchat-link-bubble__preview-body{align-items:flex-start;align-self:stretch;border-radius:0 0 var(--cometchat-radius-2) var(--cometchat-radius-2);display:flex;gap:4px;gap:var(--cometchat-padding-1,4px);padding:8px;padding:var(--cometchat-padding-2,8px)}.cometchat-link-bubble__preview-body-rounded{border-radius:var(--cometchat-radius-2)}.cometchat-link-bubble-incoming .cometchat-link-bubble__preview-body{background:#dcdcdc;background:var(--cometchat-neutral-color-400,#dcdcdc)}.cometchat-link-bubble-outgoing .cometchat-link-bubble__preview-body{background:#5d49be;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-incoming .cometchat-link-bubble__preview-body-content-title{color:#141414;color:var(--cometchat-neutral-color-900,#141414)}.cometchat-link-bubble-outgoing .cometchat-link-bubble__preview-body-content-title{color:#fff;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-description{color:#141414;color:var(--cometchat-neutral-color-900,#141414)}.cometchat-link-bubble-outgoing .cometchat-link-bubble__preview-body-content-description{color:#fff;color:var(--cometchat-static-white,#fff)}.cometchat-link-bubble__preview-body-content-link{cursor:pointer;font:var(--cometchat-font-caption1-regular);font-style:normal;opacity:.6}.cometchat-link-bubble-incoming .cometchat-link-bubble__preview-body-content-link{color:#141414;color:var(--cometchat-neutral-color-900,#141414)}.cometchat-link-bubble-outgoing .cometchat-link-bubble__preview-body-content-link{color:#fff;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:#0b7bea;color:var(--cometchat-info-color,#0b7bea)}.cometchat-link-bubble-outgoing .cometchat-link-bubble__body{color:#fff;color:var(--cometchat-static-white,#fff)}.cometchat-link-bubble__preview-body-fav-icon{border-radius:4px;border-radius:var(--cometchat-radius-1,4px);cursor:pointer;height:40px;width:40px}.cometchat-link-bubble__preview-body-content{align-items:flex-start;display:flex;flex-direction:column;gap:4px;gap:var(--cometchat-padding-1,4px);height:100%;justify-content:flex-end;text-align:left;width:100%}.cometchat-tanslation-bubble{border-radius:12px;border-radius:var(--cometchat-radius-3,12px);display:flex;flex:1 0;flex-direction:column;justify-content:center;padding:var(--cometchat-padding-2) var(--cometchat-padding-2) 0 var(--cometchat-padding-2)}.cometchat-tanslation-bubble-incoming{align-items:flex-start;background:#e8e8e8;background:var(--cometchat-neutral-color-300,#e8e8e8)}.cometchat-tanslation-bubble-outgoing{align-items:flex-end;background:#6852d6;background:var(--cometchat-primary-color,#6852d6)}.cometchat-tanslation-bubble__original-text{max-width:500px;width:100%}.cometchat-tanslation-bubble__original-text .cometchat-text-bubble{padding:0}.cometchat-tanslation-bubble__translated-text{display:block;font:var(--cometchat-font-body-regular);font-style:normal;margin:0;max-width:500px;overflow:auto;text-align:left;white-space:pre-line;width:100%;word-break:break-word}.cometchat-tanslation-bubble-incoming .cometchat-tanslation-bubble__translated-text{color:#141414;color:var(--cometchat-neutral-color-900,#141414)}.cometchat-tanslation-bubble-outgoing .cometchat-tanslation-bubble__translated-text{color:#fff;color:var(--cometchat-static-white,#fff)}.cometchat-tanslation-bubble__separator{height:1px;width:100%}.cometchat-tanslation-bubble-incoming .cometchat-tanslation-bubble__separator{background:#dcdcdc;background:var(--cometchat-neutral-color-400,#dcdcdc)}.cometchat-tanslation-bubble-outgoing .cometchat-tanslation-bubble__separator{background:#7965db;background:var(--cometchat-extended-primary-color-800,#7965db)}.cometchat-tanslation-bubble__helper-text{font:var(--cometchat-font-caption2-regular);font-style:normal;padding:var(--cometchat-padding-2) var(--cometchat-padding-2) var(--cometchat-padding-2) 0;text-align:right}.cometchat-tanslation-bubble-incoming .cometchat-tanslation-bubble__helper-text{color:#727272;color:var(--cometchat-neutral-color-600,#727272)}.cometchat-tanslation-bubble-outgoing .cometchat-tanslation-bubble__helper-text{color:#fff;color:var(--cometchat-static-white,#fff)}.cometchat-polls-bubble{align-items:flex-start;border-radius:12px;border-radius:var(--cometchat-radius-3,12px);display:flex;flex-direction:column;gap:16px;gap:var(--cometchat-padding-4,16px);max-width:240px;padding:8px;padding:var(--cometchat-padding-2,8px);width:240px}.cometchat-polls-bubble *{box-sizing:border-box;margin:0;padding:0}.cometchat-polls-bubble-incoming{background:#e8e8e8;background:var(--cometchat-neutral-color-300,#e8e8e8)}.cometchat-polls-bubble-outgoing{background:#6852d6;background:var(--cometchat-primary-color,#6852d6)}.cometchat-polls-bubble .cometchat-avatar{height:20px;padding:0;width:20px}.cometchat-polls-bubble .cometchat-avatar img{border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);height:20px;width:20px}.cometchat-polls-bubble-incoming .cometchat-avatar img{border:1px solid #e8e8e8;border:1px solid var(--cometchat-neutral-color-300,#e8e8e8)}.cometchat-polls-bubble-outgoing .cometchat-avatar img{border:1px solid #6852d6;border:1px solid var(--cometchat-primary-color,#6852d6)}.cometchat-polls-bubble .cometchat-avatar .cometchat-avatar__text{align-items:center;background:#aa9ee8;background:var(--cometchat-extended-primary-color-600,#aa9ee8);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);color:#fff;color:var(--cometchat-static-white,#fff);display:flex;flex-shrink:0;font:var(--cometchat-font-caption2-regular);height:20px;justify-content:center;width:20px}.cometchat-polls-bubble__question{word-wrap:break-word;font:var(--cometchat-font-heading4-bold);font-style:normal;text-align:left;text-overflow:ellipsis;width:100%}.cometchat-polls-bubble-incoming .cometchat-polls-bubble__question{color:#141414;color:var(--cometchat-neutral-color-900,#141414)}.cometchat-polls-bubble-outgoing .cometchat-polls-bubble__question{color:#fff;color:var(--cometchat-static-white,#fff)}.cometchat-polls-bubble__options{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:20px;gap:var(--cometchat-padding-5,20px);justify-content:center;list-style-type:none;padding-bottom:12px;padding-bottom:var(--cometchat-padding-3,12px);width:100%}.cometchat-polls-bubble__options>li{display:flex;gap:8px;gap:var(--cometchat-padding-2,8px);position:relative;width:100%}.cometchat-polls-bubble__option-item{justify-content:space-between;padding:0;width:100%}.cometchat-poll-bubble__option-item-leading-view{cursor:pointer}.cometchat-poll-bubble__option-item-leading-view-radio-button{align-items:center;border-radius:50%;border-radius:var(--cometchat-radius-max,50%);display:flex;height:20px;justify-content:center;width:20px}.cometchat-polls-bubble-incoming .cometchat-poll-bubble__option-item-leading-view-radio-button{border:1.5px solid #a1a1a1;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 #fff;border:1.5px solid var(--cometchat-static-white,#fff)}.cometchat-polls-bubble-incoming .cometchat-poll-bubble__option-item-leading-view-radio-button.checked{background:#6852d6;background:var(--cometchat-icon-color-highlight,#6852d6);border:#6852d6;border:var(--cometchat-icon-color-highlight,#6852d6);color:#fff;color:var(--cometchat-background-color-01,#fff)}.cometchat-polls-bubble-outgoing .cometchat-poll-bubble__option-item-leading-view-radio-button.checked{background-color:#fff;background-color:var(--cometchat-static-white,#fff);border:1px solid #6852d6;border:1px solid var(--cometchat-icon-color-highlight,#6852d6);color:#6852d6}.cometchat-poll-bubble__option-item-leading-view-radio-button.checked:after,.cometchat-polls-bubble-incoming .cometchat-poll-bubble__option-item-leading-view-radio-button.checked:after{content:"✓";font-size:12px;font-weight:900}.cometchat-polls-bubble-incoming .cometchat-poll-bubble__option-item-leading-view-radio-button.checked:after{color:#fff;color:var(--cometchat-background-color-01,#fff)}.cometchat-poll-bubble__option-item-leading-view-radio-button.checked:after{color:#6852d6;color:var(--cometchat-primary-color,#6852d6)}.cometchat-poll-bubble__option-item-body{display:flex;flex-direction:column;gap:4px;gap:var(--cometchat-spacing-1,4px);overflow:hidden;width:100%}.cometchat-poll-bubble__option-item-body-content{display:flex;justify-content:space-between;width:100%}.cometchat-poll-bubble__option-item-body-content-title{word-wrap:break-word;font:var(--cometchat-font-body-regular);font-style:normal;overflow:hidden;text-align:left;width:100%}.cometchat-polls-bubble-incoming .cometchat-poll-bubble__option-item-body-content-title{color:#141414;color:var(--cometchat-neutral-color-900,#141414)}.cometchat-polls-bubble-outgoing .cometchat-poll-bubble__option-item-body-content-title{color:#fff;color:var(--cometchat-static-white,#fff)}.cometchat-poll-bubble__option-item-body-content-tail{display:flex;gap:var(--cometchat-padding-1);height:20px;justify-content:flex-end;max-width:100px;position:relative;width:-webkit-fit-content;width:fit-content}.cometchat-poll-bubble__option-item-body-content-tail-avatar{height:20px;margin-right:-8px;width:20px;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:#141414;color:var(--cometchat-neutral-color-900,#141414)}.cometchat-polls-bubble-outgoing .cometchat-poll-bubble__option-item-body-content-tail-count{color:#fff;color:var(--cometchat-static-white,#fff)}.cometchat-poll-bubble__option-item-body-progress{align-self:stretch;border-radius:16px;flex-shrink:0;height:8px;margin-top:3px;width:100%}.cometchat-polls-bubble-incoming .cometchat-poll-bubble__option-item-body-progress{background:#dcdcdc;background:var(--cometchat-neutral-color-400,#dcdcdc)}.cometchat-polls-bubble-outgoing .cometchat-poll-bubble__option-item-body-progress{background:#8978df;background:var(--cometchat-extended-primary-color-700,#8978df)}.cometchat-poll-bubble__option-item-body-progress-background{border-radius:16px;border-radius:var(--cometchat-radius-4,16px);height:8px;width:20px}.cometchat-polls-bubble-incoming .cometchat-poll-bubble__option-item-body-progress-background{background:#6852d6;background:var(--cometchat-primary-color,#6852d6)}.cometchat-polls-bubble-outgoing .cometchat-poll-bubble__option-item-body-progress-background{background:#fff;background:var(--cometchat-static-white,#fff)}.cometchat-polls-bubble-incoming .cometchat-radiobutton__selected{border:1.5px solid #6852d6;border:1.5px solid var(--cometchat-primary-color,#6852d6)}.cometchat-polls-bubble-outgoing .cometchat-radiobutton input[type=radio]:checked+.cometchat-radiobutton__selected,.cometchat-polls-bubble-outgoing .cometchat-radiobutton__selected{border:1.5px solid #fff;border:1.5px solid var(--cometchat-static-white,#fff)}.cometchat-polls-bubble-outgoing .cometchat-radiobutton__selected:after{background-color:#fff;background-color:var(--cometchat-static-white,#fff)}.cometchat-sticker-keyboard{background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:16px;border-radius:var(--cometchat-radius-4,16px);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;display:flex;flex-direction:column;gap:0;height:100%;padding:0;width:100%}.cometchat-sticker-keyboard__tabs{border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--cometchat-border-color-default,#e8e8e8);display:flex;gap:8px;gap:var(--cometchat-padding-2,8px);height:40px;min-height:40px;overflow-x:auto;overflow-y:hidden;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:scroll-position}.cometchat-sticker-keyboard__tab{padding:4px;padding:var(--cometchat-padding-1,4px)}.cometchat-sticker-keyboard__tab-active{border-bottom:2px solid #6852d6;border-bottom:2px solid var(--cometchat-primary-color,#6852d6)}.cometchat-sticker-keyboard__tab>img{align-items:center;border-radius:800px;border-radius:var(--cometchat-radius-max,800px);cursor:pointer;display:flex;flex-direction:column;gap:12px;gap:var(--cometchat-padding-3,12px);height:32px;justify-content:center;width:32px}.cometchat-sticker-keyboard__tab-active>img{background:#edeafa;background:var(--cometchat-extended-primary-color-100,#edeafa)}.cometchat-sticker-keyboard__list{background:inherit;display:flex;flex-wrap:wrap;overflow-x:hidden;overflow-y:auto;padding:var(--cometchat-padding-3) var(--cometchat-padding-3) 0 var(--cometchat-padding-3);width:100%}.cometchat-sticker-keyboard__list-item{align-content:center;align-items:center;cursor:pointer;display:flex;flex-wrap:wrap;height:80px;min-height:80px;min-width:80px;padding:8px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-2,8px);width:80px}.cometchat-sticker-keyboard__shimmer-tabs{align-items:center;border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--cometchat-border-color-default,#e8e8e8);display:flex;gap:8px;gap:var(--cometchat-padding-2,8px);padding:8px;padding:var(--cometchat-padding-2,8px)}.cometchat-sticker-keyboard__shimmer-tab{align-items:center;animation:shimmerAnimation 10s linear infinite;background:linear-gradient(90deg,#e0e0e0,#eee);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:800;border-radius:var(--cometchat-radius-max,800);display:flex;flex-direction:column;height:32px;justify-content:center;width:32px}.cometchat-sticker-keyboard__shimmer-list{gap:12px;gap:var(--cometchat-padding-3,12px)}.cometchat-sticker-keyboard__shimmer-list-item{animation:shimmerAnimation 5s linear infinite;background:linear-gradient(90deg,#e0e0e0,#eee);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:8px;height:70px;min-height:70px;min-width:70px;width:70px}.cometchat-sticker-keyboard__empty-view{align-items:center;color:#141414;color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading4-bold);font-style:normal;gap:12px;gap:var(--cometchat-padding-3,12px)}.cometchat-sticker-keyboard__empty-view,.cometchat-sticker-keyboard__error-view{align-self:stretch;display:flex;flex-direction:column;flex-shrink:0;height:272px;justify-content:center;text-align:center}.cometchat-sticker-keyboard__error-view{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular)}.cometchat-sticker-keyboard__empty-view-icon{background-color:#dcdcdc;background-color:var(--cometchat-icon-color-tertiary,#dcdcdc);height:60px;-webkit-mask-image:url(/static/media/sticker.54cf4f566ab9065ac0ef.svg) center center no-repeat;mask-image:url(/static/media/sticker.54cf4f566ab9065ac0ef.svg) center center no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;width:60px}.cometchat-group-members{align-items:flex-start;background:#fff;background:var(--cometchat-background-color-01,#fff);display:flex;flex-direction:column;flex-shrink:0;gap:0;height:100%;width:100%}.cometchat-group-members__backdrop{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10}.cometchat-group-members-hide-scrollbar .cometchat-list__body::-webkit-scrollbar{background:#0000;height:0;width:0}.cometchat-group-members-hide-scrollbar .cometchat-list__body::-webkit-scrollbar-thumb{background:#0000;border-radius:8px}.cometchat-group-members .cometchat-group-members__trailing-view-options{align-items:center;background:#edeafa;background:var(--cometchat-extended-primary-color-100,#edeafa);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);color:#6852d6;color:var(--cometchat-text-color-highlight,#6852d6);display:flex;font:var(--cometchat-font-caption1-regular);font-style:normal;gap:20px;gap:var(--cometchat-padding-5,20px);justify-content:center;overflow:hidden;padding:4px 12px;padding:var(--cometchat-padding-1,4px) var(--cometchat-padding-3,12px);text-overflow:ellipsis;text-transform:capitalize}.cometchat-group-members .cometchat-group-members__trailing-view-options-admin{border:1px solid #6852d6;border:1px solid var(--cometchat-border-color-highlight,#6852d6)}.cometchat-group-members .cometchat-group-members__trailing-view-options-owner{background:#6852d6;background:var(--cometchat-primary-color,#6852d6);color:#f9f8fd;color:var(--cometchat-static-white,#f9f8fd)}.cometchat-group-members .cometchat-group-members__trailing-view-options-participant{display:none}.cometchat-group-members .cometchat-list-item__trailing-view{height:-webkit-fit-content;height:fit-content;width:auto}.cometchat-group-members .cometchat-menu-list__sub-menu-list-item-icon{display:none}.cometchat-group-members .cometchat-menu-list__sub-menu-icon{align-items:center;align-self:center;background:#a1a1a1;background:var(--cometchat-icon-color-secondary,#a1a1a1);border:none;display:flex;height:16px;justify-content:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask:url(/static/media/dropdown-arrow.19438c7586194515d473.svg) center center no-repeat;mask:url(/static/media/dropdown-arrow.19438c7586194515d473.svg) center center no-repeat;width:16px}.cometchat-group-members .cometchat-menu-list__sub-menu-list{background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:8px;border-radius:var(--cometchat-radius-2,8px);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.cometchat-group-members .cometchat-menu-list__sub-menu-list :hover{background:#fafafa;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{align-items:center;background:#fff;background:var(--cometchat-background-color-01,#fff);display:flex;flex-direction:column;gap:20px;gap:var(--cometchat-padding-5,20px);height:100%;justify-content:center}.cometchat-group-members__empty-state-view-body,.cometchat-group-members__error-state-view-body{display:flex;flex-direction:column;gap:2px;gap:var(--cometchat-padding,2px)}.cometchat-group-members__empty-state-view-body-title,.cometchat-group-members__error-state-view-body-title{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading3-bold);font-style:normal;text-align:center;width:280px}.cometchat-group-members__empty-state-view-body-description,.cometchat-group-members__error-state-view-body-description{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);font-style:normal;text-align:center;width:280px}.cometchat-group-members__shimmer{background:#fff;background:var(--cometchat-background-color-01,#fff);height:100%;width:100%}.cometchat-group-members__shimmer-item{align-items:center;display:flex;gap:12px;height:72px;max-width:1440px;min-width:240px;padding:12px 16px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px);width:100%}.cometchat-group-members__shimmer-item-avatar{background:linear-gradient(90deg,#e0e0e0,#eee);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;flex-shrink:0;height:48px;width:48px}.cometchat-group-members__shimmer-item-body{display:flex;flex-direction:column;gap:8px;gap:var(--cometchat-padding-2,8px);height:100%;width:100%}.cometchat-group-members__shimmer-item-title{height:22px;width:50%}.cometchat-group-members__shimmer-item-body-subtitle,.cometchat-group-members__shimmer-item-title{animation:shimmerAnimation 1.5s linear infinite;background:linear-gradient(90deg,#e0e0e0,#eee);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:8px;border-radius:var(--cometchat-radius-2,8px);flex-shrink:0}.cometchat-group-members__shimmer-item-body-subtitle{height:12px;width:25%}.cometchat-group-members__list-item-online .cometchat-list-item__status{align-items:center;background:#09c26f;background:var(--cometchat-success-color,#09c26f);border:2px solid #fff;border:2px solid var(--cometchat-neutral-color-50,#fff);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;height:14px;justify-content:center;margin-right:-12px;min-width:14px;position:relative;right:15px;top:20px;width:14px}.cometchat-group-members .cometchat-menu-list__sub-menu{background:none;box-shadow:none}.cometchat-group-members-hide-scrollbar .cometchat-change-scope__list::-webkit-scrollbar,.cometchat-group-members-hide-scrollbar .cometchat-change-scope__list::-webkit-scrollbar-thumb{display:none}.cometchat-call-logs{align-items:flex-start;background:#fff;background:var(--cometchat-background-color-01,#fff);display:flex;flex-direction:column;flex-shrink:0;gap:0;height:100%;width:100%}.cometchat-call-logs__outgoing-call{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10}.cometchat-call-logs__list-item-active .cometchat-list-item{background-color:#e8e8e8;background-color:var(--cometchat-white-pressed,#e8e8e8)}.cometchat-call-logs__list-item-trailing-view{align-items:center;align-self:center;background:#fff;background:var(--cometchat-icon-color-primary,#fff);border:none;display:flex;height:24px;justify-content:center;-webkit-mask-size:contain;mask-size:contain;width:24px}.cometchat-call-logs__list-item-trailing-view-video{-webkit-mask:url(/static/media/call-log_video.a810985ecf2746c8842f.svg) center center no-repeat;mask:url(/static/media/call-log_video.a810985ecf2746c8842f.svg) center center no-repeat}.cometchat-call-logs__list-item-trailing-view-audio{-webkit-mask:url(/static/media/call-log-audio.0e3aaf2981e227b061c4.svg) center center no-repeat;mask:url(/static/media/call-log-audio.0e3aaf2981e227b061c4.svg) center center no-repeat}.cometchat-call-logs__list-item-subtitle{display:flex;gap:4px}.cometchat-call-logs__list-item-subtitle .cometchat-date{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);overflow:hidden;padding:0;text-overflow:ellipsis}.cometchat-call-logs__list-item-subtitle-icon{align-items:center;align-self:center;background:#fff;background:var(--cometchat-icon-color-primary,#fff);border:none;display:flex;height:16px;justify-content:center;-webkit-mask-size:contain;mask-size:contain;width:16px}.cometchat-call-logs__list-item-subtitle-icon-missed-call{background-color:#f44649;background-color:var(--cometchat-error-color,#f44649);-webkit-mask:url(/static/media/call_received.8a1f2ab017bbcf7bb046.svg) center center no-repeat;mask:url(/static/media/call_received.8a1f2ab017bbcf7bb046.svg) center center no-repeat}.cometchat-call-logs__list-item-subtitle-icon-outgoing-call{background-color:#09c26f;background-color:var(--cometchat-success-color,#09c26f);-webkit-mask:url(/static/media/call_made.e084ced6071c98821ebc.svg) center center no-repeat;mask:url(/static/media/call_made.e084ced6071c98821ebc.svg) center center no-repeat}.cometchat-call-logs__list-item-subtitle-icon-incoming-call{background-color:#09c26f;background-color:var(--cometchat-success-color,#09c26f);-webkit-mask:url(/static/media/missedCallIcon.1cd662c850168ec2dd17.svg) center center no-repeat;mask:url(/static/media/missedCallIcon.1cd662c850168ec2dd17.svg) center center no-repeat}.cometchat-call-logs__empty-state-view,.cometchat-call-logs__error-state-view{align-items:center;background:#fff;background:var(--cometchat-background-color-01,#fff);display:flex;flex-direction:column;gap:20px;gap:var(--cometchat-padding-5,20px);height:100%;justify-content:center}.cometchat-call-logs__empty-state-view-body,.cometchat-call-logs__error-state-view-body{display:flex;flex-direction:column;gap:2px;gap:var(--cometchat-padding,2px)}.cometchat-call-logs__empty-state-view-body-title,.cometchat-call-logs__error-state-view-body-title{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading3-bold);font-style:normal;text-align:center;width:280px}.cometchat-call-logs__empty-state-view-body-description,.cometchat-call-logs__error-state-view-body-description{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);font-style:normal;text-align:center;width:280px}.cometchat-call-logs__shimmer{background:#fff;background:var(--cometchat-background-color-01,#fff);height:100%;width:100%}.cometchat-call-logs__shimmer-item{align-items:center;display:flex;gap:12px;height:72px;min-width:240px;padding:12px 16px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px);width:100%}.cometchat-call-logs__shimmer-item-avatar{background:linear-gradient(90deg,#e0e0e0,#eee);background:var(
    --cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%)
  );border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;flex-shrink:0;height:48px;width:48px}.cometchat-call-logs__shimmer-item-body{align-items:center;display:flex;gap:8px;gap:var(--cometchat-padding-2,8px);height:100%;width:100%}.cometchat-call-logs__shimmer-item-body-title-wrapper{display:flex;flex-direction:column;gap:10px;height:100%;width:100%}.cometchat-call-logs__shimmer-item-body-title{height:22px;width:50%}.cometchat-call-logs__shimmer-item-body-subtitle,.cometchat-call-logs__shimmer-item-body-title{animation:shimmerAnimation 1.5s linear infinite;background:linear-gradient(90deg,#e0e0e0,#eee);background:var(
    --cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%)
  );border-radius:8px;border-radius:var(--cometchat-radius-2,8px);flex-shrink:0}.cometchat-call-logs__shimmer-item-body-subtitle{height:12px;width:25%}.cometchat-call-logs__shimmer-item-body-tail{animation:shimmerAnimation 10.5s linear infinite;background:linear-gradient(90deg,#e0e0e0,#eee);background:var(
    --cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%)
  );border-radius:8px;border-radius:var(--cometchat-radius-2,8px);height:32px;min-height:32px;width:32px}.cometchat-call-logs .cometchat-list-item{cursor:pointer;padding:12px 16px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px)}.cometchat-call-logs .cometchat-list-item__body{padding:0}.cometchat-conversations{align-items:flex-start;background:#fff;background:var(--cometchat-background-color-01,#fff);display:flex;flex-direction:column;flex-shrink:0;gap:0;height:100%;position:relative;width:100%}.cometchat-conversations .cometchat-conversations-header{box-sizing:border-box;min-height:64px}.cometchat-conversations .cometchat-list__body>div:not([class]):first-child{display:none}.cometchat-conversations .cometchat-list-item{cursor:pointer;padding:12px 16px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px)}.cometchat-conversations .cometchat-list-item__body{min-height:43px;padding:0}.cometchat-conversations .cometchat-list-item__trailing-view{height:40px;width:auto}.cometchat-conversations .cometchat-date{font:var(--cometchat-font-caption1-regular);padding:0}.cometchat-conversations__subtitle-receipts{align-items:center;align-self:center;background:#a1a1a1;background:var(--cometchat-icon-color-secondary,#a1a1a1);border:none;display:flex;flex-shrink:0;height:16px;justify-content:center;width:16px}.cometchat-conversations__subtitle-receipts-sent{-webkit-mask:url(/static/media/conversations_sent.fbb8355efb327852ba32.svg) center center no-repeat;mask:url(/static/media/conversations_sent.fbb8355efb327852ba32.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-receipts-wait{-webkit-mask:url(/static/media/status_sending.7d1d357d6406afa36f70.svg) center center no-repeat;mask:url(/static/media/status_sending.7d1d357d6406afa36f70.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-receipts-error{background-color:var(--cometchat-error-color);-webkit-mask:url(/static/media/error_icon.093f6c62b1e9dc09b727.svg) center center no-repeat;mask:url(/static/media/error_icon.093f6c62b1e9dc09b727.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-receipts-delivered{-webkit-mask:url(/static/media/conversations_delivered.510802caddcee7cf38e1.svg) center center no-repeat;mask:url(/static/media/conversations_delivered.510802caddcee7cf38e1.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-receipts-read{background:#56e8a7;background:var(--cometchat-message-seen-color,#56e8a7);-webkit-mask:url(/static/media/conversations_read.510802caddcee7cf38e1.svg) center center no-repeat;mask:url(/static/media/conversations_read.510802caddcee7cf38e1.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-text-wrapper{display:flex;gap:2px;gap:var(--cometchat-padding,2px);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.cometchat-conversations__subtitle-text-sender{flex-shrink:0;font:var(--cometchat-font-body-medium);font-style:normal}.cometchat-conversations__subtitle-text,.cometchat-conversations__subtitle-text-sender{color:#727272;color:var(--cometchat-text-color-secondary,#727272);overflow:hidden;text-overflow:ellipsis}.cometchat-conversations__subtitle-text{font:var(--cometchat-font-body-regular);white-space:nowrap;width:100%}.cometchat-conversations__subtitle-text code{background:var(--cometchat-background-color-03);border:1px solid var(--cometchat-border-color-light);border-radius:4px;border-radius:var(--cometchat-radius-1,4px);color:var(--cometchat-text-color-secondary);font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:.9em;padding:0 2px;padding:0 var(--cometchat-padding-1,2px)}
/* !important needed because the parent uses the `font` shorthand which resets font-weight/style on all descendants */.cometchat-conversations__subtitle-text b,.cometchat-conversations__subtitle-text strong{font-weight:700!important}.cometchat-conversations__subtitle-text em,.cometchat-conversations__subtitle-text i{font-style:italic!important}.cometchat-conversations__subtitle-text u{text-decoration:underline!important}.cometchat-conversations__subtitle-text s{text-decoration:line-through!important}.cometchat-conversations__subtitle-icon{align-items:center;align-self:center;background:#a1a1a1;background:var(--cometchat-icon-color-secondary,#a1a1a1);border:none;display:flex;flex-shrink:0;height:16px;justify-content:center;-webkit-mask-size:contain;mask-size:contain;width:16px}.cometchat-conversations__subtitle-icon-incoming-audio-call{background-color:#f44649;background-color:var(--cometchat-error-color,#f44649);-webkit-mask:url(/static/media/conversations_missed-voice-call.b52f9611ff85a6f468ee.svg) center center no-repeat;mask:url(/static/media/conversations_missed-voice-call.b52f9611ff85a6f468ee.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-incoming-video-call{background-color:#f44649;background-color:var(--cometchat-error-color,#f44649);-webkit-mask:url(/static/media/conversations_missed-video-call.77f4e98af6049b2deab0.svg) center center no-repeat;mask:url(/static/media/conversations_missed-video-call.77f4e98af6049b2deab0.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-outgoing-audio-call{-webkit-mask:url(/static/media/conversations_outgoing-voice-call.aa7e2a8136855c39e5cb.svg) center center no-repeat;mask:url(/static/media/conversations_outgoing-voice-call.aa7e2a8136855c39e5cb.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-outgoing-video-call{-webkit-mask:url(/static/media/conversations_outgoing-video-call.53f25a89d3793fdf2a00.svg) center center no-repeat;mask:url(/static/media/conversations_outgoing-video-call.53f25a89d3793fdf2a00.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-image{-webkit-mask:url(/static/media/conversations_image-message.eaaad8ef101995637081.svg) center center no-repeat;mask:url(/static/media/conversations_image-message.eaaad8ef101995637081.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-file{-webkit-mask:url(/static/media/conversations_file-message.64124f24b26099a70a27.svg) center center no-repeat;mask:url(/static/media/conversations_file-message.64124f24b26099a70a27.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-video{-webkit-mask:url(/static/media/conversations_video-message.a2b413578aacf04e2a73.svg) center center no-repeat;mask:url(/static/media/conversations_video-message.a2b413578aacf04e2a73.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-audio{-webkit-mask:url(/static/media/conversations_audio-message.55058fd73f6f30059605.svg) center center no-repeat;mask:url(/static/media/conversations_audio-message.55058fd73f6f30059605.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-poll{-webkit-mask:url(/static/media/conversations_poll-message.a38228224d6a756b8aa0.svg) center center no-repeat;mask:url(/static/media/conversations_poll-message.a38228224d6a756b8aa0.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-sticker{-webkit-mask:url(/static/media/conversations_sticker-message.1e08cf8a4ce3d8af27c9.svg) center center no-repeat;mask:url(/static/media/conversations_sticker-message.1e08cf8a4ce3d8af27c9.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-collaborative-document{-webkit-mask:url(/static/media/conversations_collaborative-document-message.9f5c199a668e6da1c4c6.svg) center center no-repeat;mask:url(/static/media/conversations_collaborative-document-message.9f5c199a668e6da1c4c6.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-collaborative-whiteboard{-webkit-mask:url(/static/media/collaborative_whiteboard.25e29644e4591c341125.svg) center center no-repeat;mask:url(/static/media/collaborative_whiteboard.25e29644e4591c341125.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-deleted{-webkit-mask:url(/static/media/conversations_delete.ce537f017fc12fab523e.svg) center center no-repeat;mask:url(/static/media/conversations_delete.ce537f017fc12fab523e.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-link{-webkit-mask:url(/static/media/conversations_link.cfde67f9dcdc9ad112cc.svg) center center no-repeat;mask:url(/static/media/conversations_link.cfde67f9dcdc9ad112cc.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-unsupported{-webkit-mask:url(/static/media/file_unsupported.b41e3b866e02440acd76.svg) center center no-repeat;mask:url(/static/media/file_unsupported.b41e3b866e02440acd76.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__subtitle-icon-thread{-webkit-mask:url(/static/media/conversations_thread.ef0eb6defdbb3b8a27b6.svg) center center no-repeat;mask:url(/static/media/conversations_thread.ef0eb6defdbb3b8a27b6.svg) 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:4px;gap:var(--cometchat-padding-1,4px)}.cometchat-conversations__trailing-view-badge{display:flex;gap:4px;gap:var(--cometchat-padding-1,4px);justify-content:flex-end}.cometchat-conversations__trailing-view-badge-count{align-items:center;background:#6852d6;background:var(--cometchat-primary-color,#6852d6);border-radius:20px;color:#fff;color:var( --cometchat-static-white,#fff);display:flex;flex-direction:column;font:var(--cometchat-font-caption1-regular);font-style:normal;height:20px;justify-content:center;overflow:hidden;padding:0 8px;text-align:center;text-overflow:ellipsis}.cometchat-conversations__subtitle{display:flex;gap:4px;gap:var(--cometchat-padding-1,4px);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.cometchat-conversations .cometchat-list-item__body-subtitle{width:100%}.cometchat-conversations__list-item-active .cometchat-list-item{background-color:#e8e8e8;background-color:var(--cometchat-white-pressed,#e8e8e8)}.cometchat-conversations__list-item-online .cometchat-list-item__status{align-items:center;background:#09c26f;background:var(--cometchat-success-color,#09c26f);border:2px solid #fff;border:2px solid var(--cometchat-neutral-color-50,#fff);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;height:14px;justify-content:center;margin-right:-12px;min-width:14px;position:relative;right:15px;top:20px;width:14px}.cometchat-conversations__list-item-password .cometchat-list-item__status{background-color:#09c26f;background-color:var(--cometchat-success-color,#09c26f)}.cometchat-conversations__list-item-password .cometchat-list-item__status,.cometchat-conversations__list-item-private .cometchat-list-item__status{align-items:center;border:2px solid #fff;border:2px solid var(--cometchat-neutral-color-50,#fff);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;height:14px;justify-content:center;margin-right:-14px;min-width:14px;position:relative;right:15px;top:20px;width:14px}.cometchat-conversations__list-item-private .cometchat-list-item__status{background-color:#ffab00;background-color:var(--cometchat-warning-color,#ffab00)}.cometchat-conversations__list-item-password .cometchat-list-item__status-icon{-webkit-mask:url(/static/media/lock.71f7e9ad8da2b826c5c8.svg) center center no-repeat;mask:url(/static/media/lock.71f7e9ad8da2b826c5c8.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__list-item-password .cometchat-list-item__status-icon,.cometchat-conversations__list-item-private .cometchat-list-item__status-icon{align-items:center;align-self:center;background:#fff;background:var(--cometchat-static-white,#fff);border:none;display:flex;height:8px;justify-content:center;width:8px}.cometchat-conversations__list-item-private .cometchat-list-item__status-icon{-webkit-mask:url(/static/media/shield.0e8a980876383e89187b.svg) center center no-repeat;mask:url(/static/media/shield.0e8a980876383e89187b.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-conversations__trailing-view-options-delete-backdrop{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10}.cometchat-conversations__trailing-view-options .cometchat-menu-list__menu{background-color:initial}.cometchat-conversations__trailing-view-options .cometchat-menu-list__main-menu-item{background-color:initial;box-shadow:none}.cometchat-conversations .cometchat-list__header{border-bottom:none}.cometchat-conversations__trailing-view-options .cometchat-menu-list__main-menu-item-icon-delete{background:#f44649;background:var(--cometchat-error-color,#f44649);height:24px;-webkit-mask:url(/static/media/delete_icon.5db005e80f01622481b4.svg) center center no-repeat;mask:url(/static/media/delete_icon.5db005e80f01622481b4.svg) center center no-repeat;-webkit-mask-size:contain;width:24px}.cometchat-conversations__trailing-view-options .cometchat-menu-list__sub-menu-icon{background:#a1a1a1;background:var(--cometchat-icon-color-secondary,#a1a1a1);height:20px;width:20px}.cometchat-conversations__trailing-view-options .cometchat-menu-list__sub-menu{align-items:center;background:#e8e8e8;background:var( --cometchat-background-color-04,#e8e8e8);border-radius:4px;border-radius:var(--cometchat-radius-1,4px);display:flex;height:20px;justify-content:center;width:20px}.cometchat-conversations__subtitle-text .cometchat-mentions{background:#6852d633;border-radius:2px;border-radius:var(--cometchat-radius,2px);padding:0 2px;padding:0 var(--cometchat-padding,2px)}.cometchat-conversations__subtitle-text .cometchat-mentions-you{background:#ffab0033;border-radius:2px;border-radius:var(--cometchat-radius,2px);padding:0 2px;padding:0 var(--cometchat-padding,2px)}.cometchat-conversations__subtitle-text .cometchat-mentions>span{color:#6852d6;color:var(--cometchat-text-color-highlight,#6852d6);font:var(--cometchat-font-body-regular);font-style:normal;font-weight:400;text-decoration:none}.cometchat-conversations__subtitle-text .cometchat-mentions-you>span{color:#ffab00;color:var(--cometchat-warning-color,#ffab00);font:var(--cometchat-font-body-regular);font-style:normal;font-weight:400;text-decoration:none}.cometchat-conversations__subtitle-typing{color:#6852d6;color:var(--cometchat-text-color-highlight,#6852d6);font:var(--cometchat-font-body-regular);font-style:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cometchat-conversations .cometchat-confirm-dialog{width:320px}.cometchat-conversations__empty-state-view,.cometchat-conversations__error-state-view{align-items:center;background:#fff;background:var(--cometchat-background-color-01,#fff);display:flex;flex-direction:column;gap:20px;gap:var(--cometchat-padding-5,20px);height:100%;justify-content:center}.cometchat-conversations__empty-state-view-icon{-webkit-mask:url(/static/media/conversations_empty_state.32344f305d4d728f07e7.svg) center center no-repeat;mask:url(/static/media/conversations_empty_state.32344f305d4d728f07e7.svg) center center no-repeat}.cometchat-conversations__error-state-view-icon{-webkit-mask:url(/static/media/list_error_state_icon.173ec5995098722fd26a.svg) center center no-repeat;mask:url(/static/media/list_error_state_icon.173ec5995098722fd26a.svg) center center no-repeat}.cometchat-conversations__empty-state-view-body,.cometchat-conversations__error-state-view-body{display:flex;flex-direction:column;gap:2px;gap:var(--cometchat-padding,2px)}.cometchat-conversations__empty-state-view-body-title,.cometchat-conversations__error-state-view-body-title{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading3-bold);font-style:normal;text-align:center;width:280px}.cometchat-conversations__empty-state-view-body-description,.cometchat-conversations__error-state-view-body-description{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);font-style:normal;text-align:center;width:280px}.cometchat-conversations__shimmer{background:#fff;background:var(--cometchat-background-color-01,#fff);height:100%;width:100%}.cometchat-conversations .cometchat-conversations__list-item-agent .cometchat-list-item__title-container{max-width:90%}.cometchat-conversations__shimmer-item{align-items:center;display:flex;gap:12px;height:72px;min-width:240px;padding:12px 16px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px);width:100%}.cometchat-conversations__shimmer-item-avatar{background:linear-gradient(90deg,#e0e0e0,#eee);background:var(
    --cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%)
  );border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;flex-shrink:0;height:48px;width:48px}.cometchat-conversations__shimmer-item-body{display:flex;flex-direction:column;gap:8px;gap:var(--cometchat-padding-2,8px);height:100%;width:100%}.cometchat-conversations__shimmer-item-body-title-wrapper{display:flex;justify-content:space-between;width:100%}.cometchat-conversations__shimmer-item-body-title{height:22px;width:50%}.cometchat-conversations__shimmer-item-body-subtitle,.cometchat-conversations__shimmer-item-body-title{animation:shimmerAnimation 1.5s linear infinite;background:linear-gradient(90deg,#e0e0e0,#eee);background:var(
    --cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%)
  );border-radius:8px;border-radius:var(--cometchat-radius-2,8px);flex-shrink:0}.cometchat-conversations__shimmer-item-body-subtitle{height:12px;width:100%}.cometchat-conversations__shimmer-item-body-tail{animation:shimmerAnimation 10.5s linear infinite;background:linear-gradient(90deg,#e0e0e0,#eee);background:var(
    --cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%)
  );border-radius:8px;border-radius:var(--cometchat-radius-2,8px);height:22px;min-height:22px;width:60px}.cometchat-conversations .cometchat-menu-list__sub-menu-list-item .cometchat-menu-list__sub-menu-list-item-icon{display:none}.cometchat-conversations .cometchat-search-bar__input{cursor:pointer}.cometchat-conversations .cometchat-list-item__body{position:relative}.cometchat-conversations .cometchat-list-item__menu-view{position:absolute;right:0;top:0;z-index:1}.cometchat-conversations .cometchat-list-item__trailing-view-hidden{display:inline;display:initial;visibility:hidden}.cometchat-users{align-items:flex-start;background:#fff;background:var(--cometchat-background-color-01,#fff);display:flex;flex-direction:column;flex-shrink:0;gap:0;height:100%;position:relative;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:100%}.cometchat-users .cometchat-search-bar__input,.cometchat-users input{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.cometchat-users__list-item ::selection,.cometchat-users__list-item::selection{background:#0000;color:inherit}.cometchat-users__empty-state-view{display:flex;flex-direction:column}.cometchat-users__empty-state-view,.cometchat-users__error-state-view{align-items:center;background:#fff;background:var(--cometchat-background-color-01,#fff);display:flex;flex-direction:column;gap:20px;gap:var(--cometchat-padding-5,20px);height:100%;justify-content:center}.cometchat-users__empty-state-view-body,.cometchat-users__error-state-view-body{display:flex;flex-direction:column;gap:2px;gap:var(--cometchat-padding,2px)}.cometchat-users__empty-state-view-body-title,.cometchat-users__error-state-view-body-title{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading3-bold);font-style:normal;text-align:center;width:280px}.cometchat-users__empty-state-view-body-description,.cometchat-users__error-state-view-body-description{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);font-style:normal;text-align:center;width:280px}.cometchat-users__shimmer{background:#fff;background:var(--cometchat-background-color-01,#fff);height:100%;width:100%}.cometchat-users__shimmer-item{align-items:center;display:flex;gap:12px;height:72px;max-width:1440px;min-width:240px;padding:12px 16px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px);width:100%}.cometchat-users__shimmer-item-avatar{background:linear-gradient(90deg,#e0e0e0,#eee);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;flex-shrink:0;height:48px;width:48px}.cometchat-users__shimmer-item-body{display:flex;flex-direction:column;gap:8px;gap:var(--cometchat-padding-2,8px);height:100%;width:100%}.cometchat-users__shimmer-item-title{height:22px;width:50%}.cometchat-users__shimmer-item-body-subtitle,.cometchat-users__shimmer-item-title{animation:shimmerAnimation 1.5s linear infinite;background:linear-gradient(90deg,#e0e0e0,#eee);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:8px;border-radius:var(--cometchat-radius-2,8px);flex-shrink:0}.cometchat-users__shimmer-item-body-subtitle{height:12px;width:25%}.cometchat-users__list-item-online .cometchat-list-item__status{align-items:center;background:#09c26f;background:var(--cometchat-success-color,#09c26f);border:2px solid #fff;border:2px solid var(--cometchat-neutral-color-50,#fff);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;height:14px;justify-content:center;margin-right:-12px;min-width:14px;position:relative;right:15px;top:20px;width:14px}.cometchat-users__list-item-active .cometchat-list-item{background-color:#e8e8e8;background-color:var(--cometchat-white-pressed,#e8e8e8)}.cometchat-users__list-item{cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.cometchat-users__list-item .cometchat-avatar,.cometchat-users__list-item .cometchat-list-item__leading-view{height:40px;width:40px}.cometchat-users .cometchat-list-item__body{min-height:43px;padding:0}.cometchat-users__selected-preview{background:#fff;background:var(--cometchat-background-color-01,#fff);border-top:1px solid #f5f5f5;border-top:1px solid var(--cometchat-border-color-light,#f5f5f5);bottom:0;box-sizing:border-box;left:0;max-height:30vh;overflow-x:hidden;overflow-y:auto;padding-bottom:0;padding-left:16px;padding-left:var(--cometchat-padding-4,16px);padding-right:16px;padding-right:var(--cometchat-padding-4,16px);padding-top:16px;padding-top:var(--cometchat-padding-4,16px);position:absolute;right:0;width:100%;z-index:10}.cometchat-users__selected-preview-hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.cometchat-users__selected-preview-hide-scrollbar::-webkit-scrollbar{display:none}.cometchat-users__selected-preview-container{display:flex;flex-wrap:wrap;gap:8px;gap:var(--cometchat-padding-2,8px);max-height:80px;max-height:calc((32px + var(--cometchat-padding-2, 8px))*2);overflow-x:hidden;overflow-y:auto}.cometchat-users__selected-preview-container-hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.cometchat-users__selected-preview-container-hide-scrollbar::-webkit-scrollbar{display:none}.cometchat-users__selected-preview-chip{align-items:center;background:#f5f5f5;background:var(--cometchat-background-color-03,#f5f5f5);border:1px solid #e8e8e8;border:1px solid var(--cometchat-border-color-default,#e8e8e8);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);box-sizing:border-box;display:flex;flex-shrink:0;gap:8px;gap:var(--cometchat-padding-2,8px);height:32px;padding:4px;padding:var(--cometchat-padding-1,4px)}.cometchat-users__selected-preview-chip .cometchat-avatar{flex-shrink:0;height:24px;width:24px}.cometchat-users__selected-preview-chip .cometchat-avatar .cometchat-avatar__text{font:var( --cometchat-font-caption1-bold)}.cometchat-users__selected-preview-chip-name{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-body-medium);max-width:48px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cometchat-users__selected-preview-chip-close{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-shrink:0;height:16px;justify-content:center;padding:0;width:16px}.cometchat-users__selected-preview-chip-close img{height:16px;opacity:.6;transition:opacity .2s;width:16px}.cometchat-users__selected-preview-chip-close:hover img{opacity:1}.cometchat-users__selected-preview-chip-close-button{background:none;border:none;cursor:pointer;flex-shrink:0;-webkit-user-select:none;user-select:none}.cometchat-users__selected-preview-chip-close-button .cometchat-button{background:#0000;border:none;border-radius:0;height:-webkit-fit-content;height:fit-content;margin:0;padding:0;width:-webkit-fit-content;width:fit-content}.cometchat-users__selected-preview-chip-close-button .cometchat-button .cometchat-button__icon{background:var(--cometchat-icon-color-secondary);height:24px;width:24px}.cometchat-groups{align-items:flex-start;background:#fff;background:var(--cometchat-background-color-01,#fff);flex-shrink:0;gap:0;height:100%;width:100%}.cometchat-groups,.cometchat-groups__empty-state-view{display:flex;flex-direction:column}.cometchat-groups__empty-state-view,.cometchat-groups__error-state-view{align-items:center;background:#fff;background:var(--cometchat-background-color-01,#fff);display:flex;flex-direction:column;gap:20px;gap:var(--cometchat-padding-5,20px);height:100%;justify-content:center}.cometchat-groups__empty-state-view-body,.cometchat-groups__error-state-view-body{display:flex;flex-direction:column;gap:2px;gap:var(--cometchat-padding,2px)}.cometchat-groups__empty-state-view-body-title,.cometchat-groups__error-state-view-body-title{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading3-bold);font-style:normal;text-align:center;width:280px}.cometchat-groups__empty-state-view-body-description,.cometchat-groups__error-state-view-body-description{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);font-style:normal;text-align:center;width:280px}.cometchat-groups__shimmer{background:#fff;background:var(--cometchat-background-color-01,#fff);height:100%;width:100%}.cometchat-groups__shimmer-item{align-items:center;display:flex;gap:12px;height:72px;max-width:1440px;min-width:240px;padding:12px 16px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px);width:100%}.cometchat-groups__shimmer-item-avatar{background:linear-gradient(90deg,#e0e0e0,#eee);background:var(
    --cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%)
  );border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;flex-shrink:0;height:48px;width:48px}.cometchat-groups__shimmer-item-body{display:flex;flex-direction:column;gap:8px;gap:var(--cometchat-padding-2,8px);height:100%;width:100%}.cometchat-groups__shimmer-item-body-title{height:22px;width:50%}.cometchat-groups__shimmer-item-body-subtitle,.cometchat-groups__shimmer-item-body-title{animation:shimmerAnimation 1.5s linear infinite;background:linear-gradient(90deg,#e0e0e0,#eee);background:var(
    --cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%)
  );border-radius:8px;border-radius:var(--cometchat-radius-2,8px);flex-shrink:0}.cometchat-groups__shimmer-item-body-subtitle{height:12px;width:25%}.cometchat-groups__list-item{cursor:pointer}.cometchat-groups__list-item-active .cometchat-list-item{background-color:#e8e8e8;background-color:var(--cometchat-white-pressed,#e8e8e8)}.cometchat-groups__list-item-password .cometchat-list-item__status{background-color:#09c26f;background-color:var(--cometchat-success-color,#09c26f)}.cometchat-groups__list-item-password .cometchat-list-item__status,.cometchat-groups__list-item-private .cometchat-list-item__status{align-items:center;border:2px solid #fff;border:2px solid var(--cometchat-neutral-color-50,#fff);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;height:14px;justify-content:center;margin-right:-14px;min-width:14px;position:relative;right:15px;top:20px;width:14px}.cometchat-groups__list-item-private .cometchat-list-item__status{background-color:#ffab00;background-color:var(--cometchat-warning-color,#ffab00)}.cometchat-groups__list-item-password .cometchat-list-item__status-icon{-webkit-mask:url(/static/media/lock.71f7e9ad8da2b826c5c8.svg) center center no-repeat;mask:url(/static/media/lock.71f7e9ad8da2b826c5c8.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-groups__list-item-password .cometchat-list-item__status-icon,.cometchat-groups__list-item-private .cometchat-list-item__status-icon{align-items:center;align-self:center;background:#fff;background:var(--cometchat-static-white,#fff);border:none;display:flex;height:8px;justify-content:center;width:8px}.cometchat-groups__list-item-private .cometchat-list-item__status-icon{-webkit-mask:url(/static/media/shield.0e8a980876383e89187b.svg) center center no-repeat;mask:url(/static/media/shield.0e8a980876383e89187b.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-groups__subtitle{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);font-style:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cometchat-groups__list-item .cometchat-avatar,.cometchat-groups__list-item .cometchat-list-item__leading-view{height:40px;width:40px}.cometchat-groups .cometchat-list-item__body{padding:0}.cometchat-message-header{align-items:center;align-self:stretch;background:var(--cometchat-background-color-01);display:flex;flex:1 0;gap:12px;gap:var(--cometchat-padding-3,12px);height:63px;justify-content:space-between;overflow:hidden;padding:8px 16px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px);width:100%}.cometchat-message-header .cometchat-message-header__subtitle{color:var(--cometchat-icon-color-secondary);display:block;font:var(--cometchat-font-caption1-regular);height:100%;min-height:17px;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.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:-webkit-fit-content;height:fit-content}.cometchat-message-header>div:not([class]){align-items:center;display:flex;flex:1 0;gap:8px;gap:var(--cometchat-padding-2,8px);justify-content:flex-start;overflow:hidden;width:100%}.cometchat-message-header .cometchat-list-item__trailing-view{width:auto}.cometchat-message-header__back-button{align-items:center;background:var(--cometchat-icon-color-primary);cursor:pointer;display:flex;height:24px;justify-content:center;-webkit-mask:url(/static/media/arrow_back.dd796cd8deddca446613.svg);-webkit-mask-size:contain;width:24px}.cometchat-message-header .cometchat-message-header__conversation-summary-button .cometchat-button{align-items:center;background:#0000;border:none;height:-webkit-fit-content;height:fit-content;justify-content:center;padding:0;width:-webkit-fit-content;width:fit-content}.cometchat-message-header .cometchat-message-header__conversation-summary-button .cometchat-button .cometchat-button__icon{background:#141414;background:var(--cometchat-icon-color-primary,#141414);height:24px;width:24px}.cometchat-message-header .cometchat-message-header__search-button .cometchat-button{align-items:center;background:#0000;border:none;height:-webkit-fit-content;height:fit-content;justify-content:center;padding:0;width:-webkit-fit-content;width:fit-content}.cometchat-message-header .cometchat-menu-list__sub-menu-icon,.cometchat-message-header .cometchat-message-header__search-button .cometchat-button__icon{background:#141414;background:var(--cometchat-icon-color-primary,#141414);height:24px;width:24px}.cometchat-message-header .cometchat-message-header__menu{align-items:center;display:flex;height:-webkit-fit-content;height:fit-content;justify-content:center;width:-webkit-fit-content;width:fit-content}.cometchat-message-header .cometchat-message-header__menu .cometchat-button{align-items:center;background:#0000;border:none;height:24px;justify-content:center;padding:0;width:24px}.cometchat-message-header .cometchat-menu-list__sub-menu-list{width:-webkit-max-content;width:max-content}.cometchat-message-header__listitem{align-items:center;display:flex;height:100%;justify-content:flex-start;overflow:hidden;width:100%}.cometchat-message-header__auxiliary-button-view{align-items:center;display:flex;gap:var(--cometchat-padding-4,16px);gap:16px;justify-content:flex-end;width:-webkit-fit-content;width:fit-content}.cometchat-message-header .cometchat-list-item{padding:0}.cometchat-message-header .cometchat-list-item:hover{background:#0000;cursor:default}.cometchat-message-header .cometchat-list-item__body{padding:0}.cometchat-message-header .cometchat-list-item .cometchat-list-item__body-title{align-items:center;display:flex;height:100%;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;width:100%}.cometchat-message-header .cometchat-list-item .cometchat-avatar{align-items:center;border-radius:var(--cometchat-radius-max);display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.cometchat-message-header .cometchat-list-item .cometchat-list-item__leading-view{height:40px;padding:0;width:40px}.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:inline;display:initial}}.cometchat-message-composer{align-items:center;align-self:stretch;background:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-light);border-radius:8px;border-radius:var(--cometchat-radius-2,8px);height:100%;justify-content:flex-end;overflow:visible}.cometchat-message-composer,.cometchat-message-composer__input-wrapper{display:flex;flex-direction:column;position:relative;width:100%}.cometchat-message-composer__send-button{align-items:center;background:var(--cometchat-background-color-04);border-radius:60px;display:flex;gap:4px;gap:var(--cometchat-padding-1,4px);height:32px;justify-content:center;padding:4px;padding:var(--cometchat-padding-1,4px);width:32px}.cometchat-message-composer__send-button .cometchat-button{cursor:default}.cometchat-message-composer__send-button-active{background:var(--cometchat-primary-color);cursor:pointer}.cometchat-message-composer__auxilary-button-view-sticker-button .cometchat-popover__content{height:300px;overflow:hidden;width:272px}.cometchat-message-composer__emoji-keyboard-button .cometchat-popover__content{height:300px;overflow:hidden;width:300px}.cometchat-message-composer__secondary-button-view-attachment-button .cometchat-popover__content{border:none;height:332px}.cometchat-message-composer__voice-recording-button .cometchat-popover__content{height:-webkit-fit-content;height:fit-content;max-height:300px;min-height:200px;width:-webkit-fit-content;width:fit-content}.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{justify-content:space-between;max-height:300px;min-height:220px}.cometchat-message-composer__input .cometchat-mentions>span{color:#6852d6;color:var(--cometchat-text-color-highlight,#6852d6);font:var(--cometchat-font-body-regular);font-style:inherit;font-weight:inherit;text-decoration:inherit}.cometchat-message-composer__input .cometchat-mentions-you>span{color:#ffab00;color:var(--cometchat-warning-color,#ffab00);font:var(--cometchat-font-body-regular);font-style:inherit;font-weight:inherit;text-decoration:inherit}.cometchat-message-composer__input b .cometchat-mentions-you>span,.cometchat-message-composer__input b .cometchat-mentions>span,.cometchat-message-composer__input del .cometchat-mentions-you>span,.cometchat-message-composer__input del .cometchat-mentions>span,.cometchat-message-composer__input em .cometchat-mentions-you>span,.cometchat-message-composer__input em .cometchat-mentions>span,.cometchat-message-composer__input i .cometchat-mentions-you>span,.cometchat-message-composer__input i .cometchat-mentions>span,.cometchat-message-composer__input s .cometchat-mentions-you>span,.cometchat-message-composer__input s .cometchat-mentions>span,.cometchat-message-composer__input strike .cometchat-mentions-you>span,.cometchat-message-composer__input strike .cometchat-mentions>span,.cometchat-message-composer__input strong .cometchat-mentions-you>span,.cometchat-message-composer__input strong .cometchat-mentions>span,.cometchat-message-composer__input u .cometchat-mentions-you>span,.cometchat-message-composer__input u .cometchat-mentions>span{font-style:inherit;font-weight:inherit;text-decoration:inherit}.cometchat-message-composer__input code .cometchat-mentions-you>span,.cometchat-message-composer__input code .cometchat-mentions>span,.cometchat-message-composer__input pre .cometchat-mentions-you>span,.cometchat-message-composer__input pre .cometchat-mentions>span{color: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-message-composer__buttons .cometchat-button{background:#0000;gap:0;height:24px;padding:0;width:-webkit-fit-content;width:fit-content}.cometchat-message-composer__unblock-button{align-items:center;background:#0000;border:1px solid var(--cometchat-border-color-dark);border-radius:8px;border-radius:var(--cometchat-radius-2,8px);color:var(--cometchat-neutral-color-900);cursor:pointer;display:flex;font:var(--cometchat-font-body-regular);height:40px;justify-content:center;padding:8px 20px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-5,20px);width:100%}.cometchat-message-composer__header{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;height:-webkit-fit-content;height:fit-content;justify-content:space-between;padding:4px;padding:var(--cometchat-padding-1,4px);width:100%}.cometchat-message-composer__header-error-state{align-items:center;align-self:stretch;background:var(--cometchat-background-color-02);border-radius:4px;border-radius:var(--cometchat-radius-1,4px);display:flex;flex:1 0;gap:var(--cometchat-padding-1);padding:8px;padding:var(--cometchat-padding-2,8px)}.cometchat-message-composer__header-error-state-icon-wrapper{align-items:center;background:var(--cometchat-error-color);border-radius:var(--cometchat-radius-max);display:flex;height:20px;justify-content:center;width:20px}.cometchat-message-composer__header-error-state-icon{background:var(--cometchat-static-white);height:20px;-webkit-mask:url(/static/media/error_info.139c04e0afeb03ada008.svg) center center no-repeat;mask:url(/static/media/error_info.139c04e0afeb03ada008.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:20px}.cometchat-message-composer__header-error-state-text{color:var(--cometchat-error-color);font:var(--cometchat-font-caption1-regular);overflow:hidden;text-overflow:ellipsis}.cometchat-mention-list{background:var(--cometchat-background-color-01);border:1px solid var(--cometchat-background-color-01);border-radius:16px;border-radius:var(--cometchat-radius-4,16px);bottom:100%;box-shadow:0 12px 16px 4px #10182814,0 4px 6px 4px #10182808;display:flex;flex-direction:column;left:0;max-height:336px;min-height:45px;min-width:320px;overflow:auto;padding:0 0 1px;position:absolute;scrollbar-width:none;width:-webkit-fit-content;width:fit-content;z-index:2}.cometchat-mention-list>.cometchat{border-radius:inherit}.cometchat-mention-list .cometchat-users .cometchat-list{max-height:336px}.cometchat-mention-list .cometchat-list .cometchat-list__header-title{display:none}.cometchat-mention-list .cometchat-list__item-wrapper{cursor:pointer}.cometchat-message-composer__input{background:#0000;border-bottom:1px solid var(--cometchat-border-color-light);box-sizing:border-box;color:var(--cometchat-text-color-primary);cursor:text;font:var(--cometchat-font-body-regular);max-height:150px;min-height:30px;outline:none;overflow-wrap:break-word;overflow-y:auto;padding:12px;padding:var(--cometchat-padding-3,12px);scrollbar-width:none;text-align:left;text-overflow:ellipsis;-webkit-user-select:text;user-select:text;white-space:pre-wrap;width:100%}.cometchat-message-composer__auxilary-button-view{align-items:center;display:flex;gap:12px;gap:var(--cometchat-spacing-3,12px);justify-content:flex-start;width:100%}.cometchat-message-composer__sticker-button-view{gap:12px}.cometchat-message-composer__default-buttons,.cometchat-message-composer__sticker-button-view{align-items:center;display:flex;justify-content:flex-start;width:-webkit-fit-content;width:fit-content}.cometchat-message-composer__default-buttons{flex-direction:row;gap:var(--cometchat-padding-4);margin-right:auto}.cometchat-message-composer__input:empty:before{-webkit-box-orient:vertical;-webkit-line-clamp:1;color:var(--cometchat-text-color-tertiary);content:attr(data-placeholder);display:-webkit-box;font:var(--cometchat-font-body-regular);overflow:hidden;text-overflow:ellipsis}.cometchat-message-composer__buttons .cometchat-message-composer__send-button .cometchat-button .cometchat-button__icon{background:var(--cometchat-static-white)}.cometchat-message-composer__buttons .cometchat-button .cometchat-button__icon{background:var(--cometchat-icon-color-secondary)}.cometchat-message-composer__buttons .cometchat-button .cometchat-button__icon:hover{background:#6852d6;background:var(--cometchat-primary-color,#6852d6)}.cometchat-message-composer__buttons .cometchat-message-composer__send-button .cometchat-button .cometchat-button__icon:hover{background:var(--cometchat-static-white)}.cometchat-message-composer__buttons .cometchat-message-composer__auxilary-button-view-sticker-button-active .cometchat-button__icon,.cometchat-message-composer__buttons .cometchat-message-composer__emoji-keyboard-button-active .cometchat-button__icon,.cometchat-message-composer__buttons .cometchat-message-composer__secondary-button-view-attachment-button-active .cometchat-button__icon,.cometchat-message-composer__buttons .cometchat-message-composer__voice-recording-button-active .cometchat-button__icon{background:var(--cometchat-primary-color)}.cometchat-message-composer__input--code-block{min-height:auto;padding-bottom:0;padding-top:0}.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{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cometchat-message-composer .cometchat-edit-preview__subtitle *{display:inline!important;list-style:none;margin:0!important;padding:0!important}.cometchat-message-composer .cometchat-edit-preview__subtitle ol{counter-reset:edit-preview-list}.cometchat-message-composer .cometchat-edit-preview__subtitle ol>li:before{content:counter(edit-preview-list) ". ";counter-increment:edit-preview-list}.cometchat-message-composer .cometchat-edit-preview__subtitle ul>li:before{content:"• "}.cometchat-message-composer-hide-scrollbar .cometchat-action-sheet::-webkit-scrollbar,.cometchat-message-composer-hide-scrollbar .cometchat-action-sheet::-webkit-scrollbar-thumb{display:none}.cometchat-message-composer-hide-scrollbar .cometchat-emoji-keyboard__list::-webkit-scrollbar,.cometchat-message-composer-hide-scrollbar .cometchat-emoji-keyboard__list::-webkit-scrollbar-thumb,.cometchat-message-composer-hide-scrollbar .cometchat-emoji-keyboard__tabs::-webkit-scrollbar,.cometchat-message-composer-hide-scrollbar .cometchat-emoji-keyboard__tabs::-webkit-scrollbar-thumb{display:none}.cometchat-message-composer-hide-scrollbar .cometchat-sticker-keyboard__tabs::-webkit-scrollbar{background:#0000;height:0;width:0}.cometchat-message-composer-hide-scrollbar .cometchat-sticker-keyboard__tabs::-webkit-scrollbar-thumb{background:#e8e5e5;border-radius:8px}.cometchat-message-composer-hide-scrollbar .cometchat-sticker-keyboard__list::-webkit-scrollbar{background:#0000;width:0}.cometchat-message-composer-hide-scrollbar .cometchat-sticker-keyboard__list::-webkit-scrollbar-thumb{background:#e8e5e5;border-radius:8px}.cometchat-message-composer__formatting-toolbar{background:var(--cometchat-background-color-02);border:none;border-radius:8px 8px 0 0;border-radius:var(--cometchat-radius-2,8px) var(--cometchat-radius-2,8px) 0 0;display:flex;padding:0;width:100%}.cometchat-message-composer__input a{color:var(--cometchat-primary-color);cursor:pointer;text-decoration:underline}.cometchat-message-composer__input a:hover{opacity:.8;text-decoration:underline}.cometchat-message-composer__input ol,.cometchat-message-composer__input ul{list-style-position:outside;margin:0!important;padding:0 0 0 12px!important;padding-left:var(--cometchat-padding-3,12px)!important}.cometchat-message-composer__input ol{list-style-type:decimal}.cometchat-message-composer__input ol ol{list-style-type:lower-alpha}.cometchat-message-composer__input ol ol ol{list-style-type:lower-roman}.cometchat-message-composer__input ul{list-style-type:disc}.cometchat-message-composer__input ul ul{list-style-type:circle}.cometchat-message-composer__input ul ul ul{list-style-type:square}.cometchat-message-composer__input li>ol,.cometchat-message-composer__input li>ul{margin-bottom:0!important;margin-top:0!important}.cometchat-message-composer__input li{margin:0!important;padding:0!important}.cometchat-message-composer__input blockquote{border-left:4px solid #e8e8e8!important;border-left:4px solid var(--cometchat-border-color-default,#e8e8e8)!important;color:var(--cometchat-text-color-primary);margin:0!important;padding:0 0 0 12px!important;padding-left:var(--cometchat-padding-3,12px)!important}.cometchat-message-composer__input p{margin:0!important;padding:0!important}.cometchat-message-composer__input code,.cometchat-message-composer__input code.cometchat-rich-text-code-inline{background:#f5f5f5;background:var(--cometchat-background-color-03,#f5f5f5);border:1px solid #e8e8e8;border:1px solid var(--cometchat-border-color-default,#e8e8e8);border-radius:4px;border-radius:var(--cometchat-radius-1,4px);color:#6852d6;color:var(--cometchat-text-color-highlight,#6852d6);font-family:Roboto Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:12px;line-height:14.4px;padding:2px 4px;padding:var(--cometchat-padding-1,2px) var(--cometchat-padding-1,4px)}.cometchat-message-composer__input code.cometchat-rich-text-code-inline{display:inline}.cometchat-message-composer__input pre{word-wrap:break-word;background:#f5f5f5;background:var(--cometchat-background-color-02,#f5f5f5);border:1px solid #e8e8e8;border:1px solid var(--cometchat-border-color-light,#e8e8e8);border-radius:8px;border-radius:var(--cometchat-radius-2,8px);font:var(--cometchat-font-caption1-regular);font-family:Roboto Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;margin:0;overflow-x:auto;padding:8px 12px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-3,12px);white-space:pre-wrap}.cometchat-message-composer__input pre code{background:#0000;border:none;border-radius:0;color:var(--cometchat-text-color-primary);padding:0}.cometchat-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{align-items:stretch;background:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-default);border-radius:8px;border-radius:var(--cometchat-radius-2,8px);bottom:5px;display:flex;flex-direction:column;justify-content:flex-end;margin:8px;margin:var(--cometchat-margin-2,8px);overflow:visible;position:relative;width:calc(100% - 16px);width:calc(100% - var(--cometchat-margin-2, 8px)*2)}.cometchat-compact-message-composer__row{align-items:flex-end;box-sizing:border-box;display:flex;flex-direction:row;gap:8px;gap:var(--cometchat-spacing-2,8px);min-height:48px;padding:8px;padding:var(--cometchat-padding-2,8px);width:100%}.cometchat-compact-message-composer__left{align-items:flex-end;display:flex;flex-shrink:0;justify-content:center;padding-bottom:4px;padding-bottom:var(--cometchat-padding-1,4px)}.cometchat-compact-message-composer__left .cometchat-button{background:#0000;border-radius:0;gap:0;height:24px;padding:0;width:24px}.cometchat-compact-message-composer__left .cometchat-button:active,.cometchat-compact-message-composer__left .cometchat-button:hover{background:#0000}.cometchat-compact-message-composer__left .cometchat-button .cometchat-button__icon,.cometchat-compact-message-composer__left .cometchat-button .cometchat-button__icon-default{height:24px;width:24px}.cometchat-compact-message-composer__center{align-items:center;display:flex;flex:1 1;min-width:0;overflow:visible;position:relative}.cometchat-compact-message-composer__row--recording .cometchat-compact-message-composer__center{flex:1 1;justify-content:flex-end}.cometchat-compact-message-composer__input{background:#0000;box-sizing:border-box;color:var(--cometchat-text-color-primary);cursor:text;flex:1 1;font:var(--cometchat-font-body-regular);max-height:150px;min-height:32px;outline:none;overflow-wrap:break-word;overflow-x:hidden;overflow-y:auto;padding:8px 4px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-1,4px);scrollbar-width:none;text-align:left;-webkit-user-select:text;user-select:text;white-space:pre-wrap;width:100%}.cometchat-compact-message-composer__input::-webkit-scrollbar{display:none}.cometchat-compact-message-composer__input:empty:before{color:var(--cometchat-text-color-tertiary);content:attr(data-placeholder);display:block;font:var(--cometchat-font-body-regular);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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:#ffab00;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-you>span,.cometchat-compact-message-composer__input b .cometchat-mentions>span,.cometchat-compact-message-composer__input del .cometchat-mentions-you>span,.cometchat-compact-message-composer__input del .cometchat-mentions>span,.cometchat-compact-message-composer__input em .cometchat-mentions-you>span,.cometchat-compact-message-composer__input em .cometchat-mentions>span,.cometchat-compact-message-composer__input i .cometchat-mentions-you>span,.cometchat-compact-message-composer__input i .cometchat-mentions>span,.cometchat-compact-message-composer__input s .cometchat-mentions-you>span,.cometchat-compact-message-composer__input s .cometchat-mentions>span,.cometchat-compact-message-composer__input strike .cometchat-mentions-you>span,.cometchat-compact-message-composer__input strike .cometchat-mentions>span,.cometchat-compact-message-composer__input strong .cometchat-mentions-you>span,.cometchat-compact-message-composer__input strong .cometchat-mentions>span,.cometchat-compact-message-composer__input u .cometchat-mentions-you>span,.cometchat-compact-message-composer__input u .cometchat-mentions>span{font-style:normal;font-weight:400;text-decoration:none}.cometchat .cometchat-compact-message-composer__input code .cometchat-mentions-you>span,.cometchat .cometchat-compact-message-composer__input code .cometchat-mentions>span,.cometchat-compact-message-composer__center code .cometchat-mentions-you>span,.cometchat-compact-message-composer__center code .cometchat-mentions>span,.cometchat-compact-message-composer__input code .cometchat-mentions-you>span,.cometchat-compact-message-composer__input code .cometchat-mentions>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 .cometchat-compact-message-composer__input pre .cometchat-mentions-you>span,.cometchat .cometchat-compact-message-composer__input pre .cometchat-mentions>span,.cometchat-compact-message-composer__center pre .cometchat-mentions-you>span,.cometchat-compact-message-composer__center pre .cometchat-mentions>span,.cometchat-compact-message-composer__input pre .cometchat-mentions-you>span,.cometchat-compact-message-composer__input pre .cometchat-mentions>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{flex-shrink:0;justify-content:flex-end;transition:gap .25s ease}.cometchat-compact-message-composer__buttons,.cometchat-compact-message-composer__right{align-items:center;display:flex;flex-direction:row;gap:12px;gap:var(--cometchat-spacing-3,12px)}.cometchat-compact-message-composer__buttons .cometchat-button{background:#0000;gap:0;height:24px;padding:0;width:24px}.cometchat-compact-message-composer__buttons .cometchat-button .cometchat-button__icon{background:var(--cometchat-icon-color-secondary);height:24px;width:24px}.cometchat-compact-message-composer__buttons .cometchat-button .cometchat-button__icon-default{height:24px;width:24px}.cometchat-compact-message-composer__buttons .cometchat-button .cometchat-button__icon:hover{background:var(--cometchat-primary-color)}.cometchat-compact-message-composer__send-button{align-items:center;background:var(--cometchat-background-color-04);border-radius:var(--cometchat-radius-max);display:flex;flex-shrink:0;gap:4px;gap:var(--cometchat-padding-1,4px);height:32px;justify-content:center;padding:4px;padding:var(--cometchat-padding-1,4px);width:32px}.cometchat-compact-message-composer__send-button .cometchat-button{cursor:default}.cometchat-compact-message-composer__send-button-active{background:var(--cometchat-primary-color);cursor:pointer}.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__auxilary-button-view-sticker-button-active .cometchat-button__icon,.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{background:var(--cometchat-primary-color)}.cometchat-compact-message-composer__header{align-items:flex-start;align-self:stretch;border-bottom:1px solid var(--cometchat-border-color-light);display:flex;flex-direction:column;height:-webkit-fit-content;height:fit-content;justify-content:space-between;padding:4px;padding:var(--cometchat-padding-1,4px);width:100%}.cometchat-compact-message-composer__header-error-state{align-items:center;align-self:stretch;background:var(--cometchat-background-color-02);border-radius:4px;border-radius:var(--cometchat-radius-1,4px);display:flex;flex:1 0;gap:4px;gap:var(--cometchat-padding-1,4px);padding:8px;padding:var(--cometchat-padding-2,8px)}.cometchat-compact-message-composer__header-error-state-icon-wrapper{align-items:center;background:var(--cometchat-error-color);border-radius:var(--cometchat-radius-max);display:flex;flex-shrink:0;height:20px;justify-content:center;width:20px}.cometchat-compact-message-composer__header-error-state-icon{background:var(--cometchat-static-white);height:20px;-webkit-mask:url(/static/media/error_info.139c04e0afeb03ada008.svg) center center no-repeat;mask:url(/static/media/error_info.139c04e0afeb03ada008.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:20px}.cometchat-compact-message-composer__header-error-state-text{color:var(--cometchat-error-color);font:var(--cometchat-font-caption1-regular);overflow:hidden;text-overflow:ellipsis}.cometchat-compact-message-composer .cometchat-edit-preview__subtitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cometchat-compact-message-composer .cometchat-edit-preview__subtitle *{display:inline!important;list-style:none;margin:0!important;padding:0!important;white-space:nowrap!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{content:counter(edit-preview-list) ". ";counter-increment:edit-preview-list}.cometchat-compact-message-composer .cometchat-edit-preview__subtitle ul>li:before{content:"• "}.cometchat-compact-message-composer__mentions-list{background:var(--cometchat-background-color-01);border:1px solid var(--cometchat-background-color-01);border-radius:16px;border-radius:var(--cometchat-radius-4,16px);bottom:100%;box-shadow:0 12px 16px 4px #10182814,0 4px 6px 4px #10182808;display:flex;flex-direction:column;left:0;max-height:336px;min-height:45px;min-width:320px;overflow:auto;padding:0 0 1px;position:absolute;scrollbar-width:none;width:-webkit-fit-content;width:fit-content;z-index:2}.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{height:300px;overflow:hidden;width:272px}.cometchat-compact-message-composer__emoji-keyboard-button .cometchat-popover__content{height:300px;overflow:hidden;width:300px}.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{align-items:center;display:flex;flex:0 0 auto;flex-direction:row;gap:0;margin-left:auto;min-width:0;width:-webkit-fit-content;width:fit-content}.cometchat-compact-message-composer__recording-bar-delete{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px}.cometchat-compact-message-composer__recording-bar-delete-icon{background:var(--cometchat-icon-color-secondary);height:24px;-webkit-mask:url(/static/media/bin.5edc4360a390113bb49b.svg) center center no-repeat;mask:url(/static/media/bin.5edc4360a390113bb49b.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:24px}.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{animation:cometchat-recording-pulse 1.5s ease-in-out infinite;background:var(--cometchat-error-color);border-radius:var(--cometchat-radius-max);flex-shrink:0;height:8px;margin-left:16px;margin-left:var(--cometchat-margin-4,16px);width:8px}.cometchat-compact-message-composer__recording-bar-waveform{align-items:center;display:flex;min-width:0;overflow:hidden;padding:0 16px;padding:0 var(--cometchat-padding-4,16px);width:160px}@media (min-width:769px) and (max-width:1024px){.cometchat-compact-message-composer__recording-bar-waveform{width:240px}}.cometchat-compact-message-composer__recording-bar-waveform canvas{display:block;height:32px;width:100%}.cometchat-compact-message-composer__recording-bar-timer{color:var(--cometchat-text-color-secondary);flex-shrink:0;font:var(--cometchat-font-caption1-medium);margin-right:16px;margin-right:var(--cometchat-margin-4,16px);white-space:nowrap}.cometchat-compact-message-composer__recording-bar-pause{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-shrink:0;height:24px;justify-content:center;margin-right:12px;margin-right:var(--cometchat-margin-3,12px);padding:0;width:24px}.cometchat-compact-message-composer__recording-bar-pause-icon{background:var(--cometchat-icon-color-secondary);height:24px;-webkit-mask:url(/static/media/pause.05902e314b4e9feca993.svg) center center no-repeat;mask:url(/static/media/pause.05902e314b4e9feca993.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:24px}.cometchat-compact-message-composer__recording-bar-pause-icon--resume{-webkit-mask:url(/static/media/play_arrow.04f459a65b962cbb5f65.svg) center center no-repeat;mask:url(/static/media/play_arrow.04f459a65b962cbb5f65.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.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);display:block;height:24px;-webkit-mask:url(/static/media/pause_circle.aeb67d0d88ff819a6acf.svg) center center no-repeat;mask:url(/static/media/pause_circle.aeb67d0d88ff819a6acf.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;transition:background .15s ease;width:24px}.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{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-shrink:0;height:24px;justify-content:center;margin-left:16px;margin-left:var(--cometchat-margin-4,16px);padding:0;width:24px}.cometchat-compact-message-composer__recording-bar-playback-icon{background:var(--cometchat-primary-color);height:24px;-webkit-mask:url(/static/media/play_arrow.04f459a65b962cbb5f65.svg) center center no-repeat;mask:url(/static/media/play_arrow.04f459a65b962cbb5f65.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:24px}.cometchat-compact-message-composer__recording-bar-playback-icon--pause{-webkit-mask:url(/static/media/pause.05902e314b4e9feca993.svg) center center no-repeat;mask:url(/static/media/pause.05902e314b4e9feca993.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-compact-message-composer__recording-bar-mic-icon{background:var(--cometchat-icon-color-secondary);height:24px;-webkit-mask:url(/static/media/mic.f8d7efb6a5375516ba35.svg) center center no-repeat;mask:url(/static/media/mic.f8d7efb6a5375516ba35.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:24px}.cometchat-compact-message-composer__recording-bar-playback:hover .cometchat-compact-message-composer__recording-bar-mic-icon,.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{background:var(--cometchat-primary-color)}@media (prefers-reduced-motion:reduce){.cometchat-compact-message-composer__recording-bar-indicator{animation:none}}@media (max-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 1;justify-content:flex-start;width:100%}.cometchat-compact-message-composer__row--recording .cometchat-compact-message-composer__recording-bar{flex:1 1;margin-left:0;width:100%}.cometchat-compact-message-composer__row--recording .cometchat-compact-message-composer__recording-bar-waveform{flex:1 1;min-width:0;width:auto}.cometchat-compact-message-composer__row--recording .cometchat-compact-message-composer__recording-bar-pause{flex-shrink:0;height:24px;width:24px}.cometchat-compact-message-composer__recording-bar .cometchat-compact-message-composer__send-button{align-items:center;background:var(--cometchat-primary-color);border-radius:var(--cometchat-radius-max);cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;min-width:32px;padding:4px;padding:var(--cometchat-padding-1,4px);width:32px}.cometchat-compact-message-composer__recording-bar .cometchat-compact-message-composer__send-button .cometchat-button{background:#0000;height:24px;padding:0;width:24px}.cometchat-compact-message-composer__recording-bar .cometchat-compact-message-composer__send-button .cometchat-button__icon{background:var(--cometchat-static-white);height:24px;width: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{align-items:center;background:#0000;border:1px solid var(--cometchat-border-color-dark);border-radius:8px;border-radius:var(--cometchat-radius-2,8px);color:var(--cometchat-neutral-color-900);cursor:pointer;display:flex;font:var(--cometchat-font-body-regular);height:40px;justify-content:center;padding:8px 20px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-5,20px);width:100%}.cometchat-compact-message-composer-hide-scrollbar .cometchat-action-sheet::-webkit-scrollbar,.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,.cometchat-compact-message-composer-hide-scrollbar .cometchat-emoji-keyboard__list::-webkit-scrollbar-thumb,.cometchat-compact-message-composer-hide-scrollbar .cometchat-emoji-keyboard__tabs::-webkit-scrollbar,.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:#0000;height:0;width:0}.cometchat-compact-message-composer-hide-scrollbar .cometchat-sticker-keyboard__tabs::-webkit-scrollbar-thumb{background:var(--cometchat-background-color-04);border-radius:8px;border-radius:var(--cometchat-radius-2,8px)}.cometchat-compact-message-composer-hide-scrollbar .cometchat-sticker-keyboard__list::-webkit-scrollbar{background:#0000;width:0}.cometchat-compact-message-composer-hide-scrollbar .cometchat-sticker-keyboard__list::-webkit-scrollbar-thumb{background:var(--cometchat-background-color-04);border-radius:8px;border-radius:var(--cometchat-radius-2,8px)}.cometchat-compact-message-composer__input--code-block{min-height:auto;padding-bottom:0;padding-top: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 b,.cometchat-compact-message-composer__input strong{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 del,.cometchat-compact-message-composer__input s,.cometchat-compact-message-composer__input strike{text-decoration:line-through}.cometchat-compact-message-composer__input del u,.cometchat-compact-message-composer__input s u,.cometchat-compact-message-composer__input strike u,.cometchat-compact-message-composer__input u del,.cometchat-compact-message-composer__input u s,.cometchat-compact-message-composer__input u strike{text-decoration:underline line-through}.cometchat .cometchat-compact-message-composer__input ul,.cometchat-compact-message-composer__center ul,.cometchat-compact-message-composer__input ul{list-style-position:inside!important;margin:0!important;padding:0 0 0 8px!important;padding-left:var(--cometchat-padding-2,8px)!important}.cometchat .cometchat-compact-message-composer__input ol,.cometchat-compact-message-composer__center ol,.cometchat-compact-message-composer__input ol{list-style-position:inside!important;list-style-type:decimal!important;margin:0!important;padding:0 0 0 8px!important;padding-left:var(--cometchat-padding-2,8px)!important}.cometchat .cometchat-compact-message-composer__input ol ol,.cometchat-compact-message-composer__center ol ol,.cometchat-compact-message-composer__input ol ol{list-style-type:lower-alpha!important}.cometchat .cometchat-compact-message-composer__input ol ol ol,.cometchat-compact-message-composer__center ol ol ol,.cometchat-compact-message-composer__input ol ol ol{list-style-type:lower-roman!important}.cometchat .cometchat-compact-message-composer__input ul,.cometchat-compact-message-composer__center ul,.cometchat-compact-message-composer__input ul{list-style-type:disc!important}.cometchat .cometchat-compact-message-composer__input ul ul,.cometchat-compact-message-composer__center ul ul,.cometchat-compact-message-composer__input ul ul{list-style-type:circle!important}.cometchat .cometchat-compact-message-composer__input ul ul ul,.cometchat-compact-message-composer__center ul ul ul,.cometchat-compact-message-composer__input ul ul ul{list-style-type:square!important}.cometchat .cometchat-compact-message-composer__input li,.cometchat-compact-message-composer__center li,.cometchat-compact-message-composer__input li{display:list-item!important;margin:0!important;padding:0!important}.cometchat .cometchat-compact-message-composer__input blockquote,.cometchat-compact-message-composer__center blockquote,.cometchat-compact-message-composer__input blockquote{border-left:4px solid #e8e8e8!important;border-left:4px solid var(--cometchat-border-color-default,#e8e8e8)!important;color:var(--cometchat-text-color-primary);margin:0!important;padding:0 0 0 12px!important;padding-left:var(--cometchat-padding-3,12px)!important}.cometchat .cometchat-compact-message-composer__input p,.cometchat-compact-message-composer__center p,.cometchat-compact-message-composer__input p{margin:0!important;padding:0!important}.cometchat .cometchat-compact-message-composer__input code,.cometchat-compact-message-composer__center code,.cometchat-compact-message-composer__input code{align-items:center;background:#f5f5f5;background:var(--cometchat-background-color-03,#f5f5f5);border:1px solid #e8e8e8;border:1px solid var(--cometchat-border-color-default,#e8e8e8);border-radius:4px;border-radius:var(--cometchat-radius-1,4px);color:#6852d6;color:var(--cometchat-text-color-highlight,#6852d6);display:inline-flex;font-family:var(--cometchat-font-family);font-size:12px;gap:10px;justify-content:center;line-height:14.4px;padding:var(--cometchat-padding) var(--cometchat-padding-1)}.cometchat .cometchat-compact-message-composer__input code.cometchat-rich-text-code-inline,.cometchat-compact-message-composer__center code.cometchat-rich-text-code-inline,.cometchat-compact-message-composer__input code.cometchat-rich-text-code-inline{background:#f5f5f5;background:var(--cometchat-background-color-03,#f5f5f5);border:1px solid #e8e8e8;border:1px solid var(--cometchat-border-color-default,#e8e8e8);border-radius:4px;border-radius:var(--cometchat-radius-1,4px);color:#6852d6;color:var(--cometchat-text-color-highlight,#6852d6);display:inline;font-family:Roboto Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:12px;line-height:14.4px;padding:var(--cometchat-padding) var(--cometchat-padding-1)}.cometchat .cometchat-compact-message-composer__input pre,.cometchat-compact-message-composer__center pre,.cometchat-compact-message-composer__input pre{word-wrap:break-word;background:#fafafa;background:var(--cometchat-background-color-02,#fafafa);border:1px solid #e8e8e8;border:1px solid var(--cometchat-border-color-default,#e8e8e8);border-radius:4px;border-radius:var(--cometchat-radius-1,4px);font:var(--cometchat-font-caption1-regular);font-family:Roboto Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;margin:0;overflow-x:auto;padding:12px;padding:var(--cometchat-padding-3,12px);white-space:pre-wrap}.cometchat .cometchat-compact-message-composer__input pre code,.cometchat-compact-message-composer__center pre code,.cometchat-compact-message-composer__input pre code{background:#0000;border:none;border-radius:0;color:var(--cometchat-text-color-primary);font:var(--cometchat-font-caption1-regular);font-family:Roboto Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;padding:0}.cometchat .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-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;background:var(--cometchat-background-color-02);border:1px solid var(--cometchat-border-color-light);border-radius:8px 8px 0 0;border-radius:var(--cometchat-radius-2,8px) var(--cometchat-radius-2,8px) 0 0;display:flex;flex-direction:row;gap:4px;gap:var(--cometchat-spacing-1,4px);padding:8px;padding:var(--cometchat-padding-2,8px)}.cometchat-compact-message-composer__formatting-button{align-items:center;background:#0000;border:none;border-radius:4px;border-radius:var(--cometchat-radius-1,4px);cursor:pointer;display:flex;height:28px;justify-content:center;padding:4px;padding:var(--cometchat-padding-1,4px);transition:background-color .15s ease;width:28px}.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);height:16px;width: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(/static/media/format_bold.c876966bd62a413212e5.svg) center center no-repeat;mask:url(/static/media/format_bold.c876966bd62a413212e5.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-compact-message-composer__formatting-button-icon--italic{-webkit-mask:url(/static/media/format_italic.3c67d0bca15006b1bc1c.svg) center center no-repeat;mask:url(/static/media/format_italic.3c67d0bca15006b1bc1c.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-compact-message-composer__formatting-button-icon--underline{-webkit-mask:url(/static/media/format_underline.994e29f5681af5b2e906.svg) center center no-repeat;mask:url(/static/media/format_underline.994e29f5681af5b2e906.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-compact-message-composer__formatting-button-icon--strikethrough{-webkit-mask:url(/static/media/format_strikethrough.f5672f5fcca9c14b22fb.svg) center center no-repeat;mask:url(/static/media/format_strikethrough.f5672f5fcca9c14b22fb.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-compact-message-composer__formatting-divider{background:var(--cometchat-border-color-light);height:20px;margin:0 4px;margin:0 var(--cometchat-spacing-1,4px);width:1px}.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%{margin-left:0;max-width:40px;opacity:1}to{margin-left:-12px;margin-left:calc(var(--cometchat-spacing-3, 12px)*-1);max-width:0;opacity:0}}@keyframes cometchat-mic-slide-in{0%{margin-left:-12px;margin-left:calc(var(--cometchat-spacing-3, 12px)*-1);max-width:0;opacity:0}to{margin-left:0;max-width:40px;opacity:1}}.cometchat-compact-message-composer__voice-recording-button{animation:cometchat-mic-slide-in .25s ease forwards}.cometchat-compact-message-composer__voice-recording-button--hidden{animation:cometchat-mic-slide-out .25s ease forwards;overflow:hidden;pointer-events:none}.cometchat-message-list__error-state-view{align-items:center;display:flex;flex-direction:column;gap:20px;gap:var(--cometchat-padding-5,20px);height:100%;justify-content:center}.cometchat-message-list__error-state-view-icon{align-items:center;align-self:center;border:none;display:flex;height:120px;justify-content:center;-webkit-mask-size:contain;mask-size:contain;width:120px}.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:2px;gap:var(--cometchat-padding,2px)}.cometchat-message-list__error-state-view-body-title{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-heading3-bold);font-style:normal;text-align:center;width:280px}.cometchat-message-list__error-state-view-body-description{color:var(--cometchat-text-color-secondary);font:var(--cometchat-font-body-regular);font-style:normal;text-align:center;width:280px}.cometchat-message-bubble__thread-view-replies{background:#0000;border:none;border-radius:0;gap:5px;height:100%;width:100%}.cometchat-message-bubble-outgoing .cometchat-message-bubble__status-info-view .cometchat-date{color:var(--cometchat-static-white);font:var(--cometchat-font-caption2-regular)}.cometchat-message-bubble-incoming .cometchat-message-bubble__status-info-view .cometchat-date{color:var(--cometchat-neutral-color-600);font:var(--cometchat-font-caption2-regular)}.cometchat-message-bubble .cometchat-delete-bubble,.cometchat-message-bubble .cometchat-text-bubble{padding-bottom:0}.cometchat-message-bubble .cometchat-text-bubble .cometchat-text-bubble__read-more,.cometchat-text-bubble__read-less{padding-bottom:0;padding-right:0}.cometchat-message-bubble .cometchat-message-bubble__whiteboard-message .cometchat-message-bubble__status-info-view{padding-top:0}.cometchat-message-bubble .cometchat-message-bubble__delete-message .cometchat-message-bubble__status-info-view{padding-right:var(--cometchat-padding-2);padding-top:0}.cometchat-message-bubble .cometchat-message-bubble__audio-message .cometchat-message-bubble__status-info-view,.cometchat-message-bubble .cometchat-message-bubble__document-message .cometchat-message-bubble__status-info-view,.cometchat-message-bubble .cometchat-message-bubble__file-message .cometchat-message-bubble__status-info-view,.cometchat-message-bubble .cometchat-message-bubble__pol-message .cometchat-message-bubble__status-info-view,.cometchat-message-bubble .cometchat-message-bubble__whiteboad-message .cometchat-message-bubble__status-info-view{padding-top:0}.cometchat-message-bubble__status-info-view{align-items:flex-end;border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;gap:4px;gap:var(--cometchat-padding-1,4px);height:-webkit-fit-content;height:fit-content;justify-content:flex-end;padding:4px;padding:var(--cometchat-padding-1,4px);position:relative;width:-webkit-fit-content;width:fit-content}.cometchat-message-bubble__audio-call .cometchat-call-bubble{padding:8px 8px 12px;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-height:84vh;max-width:100%;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:-webkit-fit-content;width:fit-content}.cometchat-message-bubble__thread-view-replies .cometchat-button .cometchat-button__text{margin-bottom:-2px}.cometchat-message-bubble__body-footer-view .cometchat-reactions .cometchat,.cometchat-reactions .cometchat-popover,.cometchat-reactions .cometchat-popover__button{width:-webkit-fit-content;width:fit-content}.cometchat-message-list__date-header{position:absolute;top:12px;z-index:2}.cometchat-message-list__bubble-date-header{margin:auto;width:-webkit-fit-content;width:fit-content}.cometchat-message-list__bubble-date-header,.cometchat-message-list__date-header{align-items:center;background:var(--cometchat-background-color-02);border:1px solid var(--cometchat-border-color-dark);border-radius:4px;border-radius:var(--cometchat-radius-1,4px);box-shadow:0 1px 2px 0 #1018280d;display:flex;justify-content:center;padding:4px 8px;padding:var(--cometchat-padding-1,4px) var(--cometchat-padding-2,8px)}.cometchat-message-bubble__status-info-view-helper-text{align-self:flex-end;color:var(--cometchat-static-white);font:var(--cometchat-font-caption2-regular);padding-bottom:1.5px;text-align:right}.cometchat-message-bubble__thread-view-replies .cometchat-button{background:#0000;gap:4px;gap:var(--cometchat-padding-1,4px);height:100%;justify-content:flex-start;padding:0;width:-webkit-fit-content;width:fit-content}.cometchat-message-bubble__thread-view-replies{align-items:center;align-self:stretch;display:flex;height:24px;padding:8px 4px 0;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-1,4px) 0 var(--cometchat-padding-1,4px)}.cometchat-message-bubble-outgoing .cometchat-message-bubble__thread-view-replies{justify-content:flex-end}.cometchat-message-bubble__thread-view-replies .cometchat-button__text{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-caption1-regular);text-align:right}.cometchat-message-bubble__thread-view-replies .cometchat-button__icon{background:var(--cometchat-icon-color-secondary);height:16px;-webkit-mask-size:contain;width:16px}.cometchat-message-bubble-incoming .cometchat-message-bubble__status-info-view-helper-text{align-self:flex-end;color:var(--cometchat-neutral-color-600);font:var(--cometchat-font-caption2-regular);padding-bottom:1.5px;text-align:right}.cometchat-message-list__bubble-date-header .cometchat-date,.cometchat-message-list__date-header .cometchat-date{align-items:center;color:var(--cometchat-text-color-primary);display:flex;font:var(--cometchat-font-caption1-medium);justify-content:center;padding:0}.cometchat-message-bubble__status-info-view .cometchat-date{padding:0}.cometchat-messagelist__bubble{box-sizing:border-box;display:flex;margin-right:8px;overflow:hidden;padding:0 0 0 15px;width:100%}.cometchat-message-list{align-items:center;background:var(--cometchat-background-color-02);border-radius:inherit;display:flex;flex:1 1;flex-direction:column;flex-shrink:0;height:100%;justify-content:flex-end;order:2;position:relative;width:100%}.cometchat-message-list__header{align-items:flex-start;display:flex;height:auto;justify-content:flex-start;width:100%}.cometchat-message-list__body{box-sizing:border-box;display:flex;flex-direction:column;height:100%;overflow-x:hidden;width:100%}.cometchat-message-list__body--spacing-top .cometchat-list__body-intersection-top{margin-bottom:var(--cometchat-spacing-8)}.cometchat-message-list__message-indicator{bottom:8px;position:absolute;right:12px}.cometchat-message-list__message-indicator>.cometchat{width:-webkit-fit-content;width:fit-content}.cometchat-message-list__message-indicator .cometchat-button{align-items:flex-start;align-items:center;background:var(--cometchat-static-black);border-radius:4px;border-radius:var(--cometchat-radius-max,4px);display:flex;flex-direction:column-reverse;gap:4px;height:-webkit-fit-content;height:fit-content;justify-content:center;padding:8px;padding:var(--cometchat-padding-2,8px);width:-webkit-fit-content;width:fit-content}.cometchat-message-list__message-indicator .cometchat-button__text{align-items:center;background:#6852d6;background:var(--cometchat-primary-color,#6852d6);border-radius:var(--cometchat-radius-max);color:var(--cometchat-static-white);display:flex;font:var(--cometchat-font-caption1-regular);height:20px;justify-content:center;padding:0 8px;padding:0 var(--cometchat-padding-2,8px);text-align:center}.cometchat-message-list__message-indicator .cometchat-button__icon{align-items:center;background:var(--cometchat-static-white);display:flex;height:24px;justify-content:center;width:24px}.cometchat-message-list__footer{background:#0000;box-sizing:border-box;display:flex;justify-content:flex-start;width:100%;z-index:1}.cometchat-message-bubble__leading-view{align-items:center;display:flex;height:32px;justify-content:center;width:32px}.cometchat-message-bubble__leading-view .cometchat-avatar{height:32px;width: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{align-items:center;display:flex;height:16px;justify-content:center;width:16px}.cometchat-message-bubble__status-info-view-receipts-wait .cometchat-message-list__receipt{background:var(--cometchat-static-white);-webkit-mask:url(/static/media/status_sending.7d1d357d6406afa36f70.svg) center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__status-info-view-receipts-sent .cometchat-message-list__receipt{background:var(--cometchat-static-white);-webkit-mask:url(/static/media/status_sent.929a6372b15bb47d0179.svg) center center no-repeat;-webkit-mask-size:contain}.cometchat-message-list__bubble-moderation-disapproved .cometchat-message-bubble__body{border-bottom-left-radius:0;border-bottom-right-radius:0}.cometchat-message-list__bubble-moderation-disapproved .cometchat-message-bubble__body-content-view .cometchat-image-bubble,.cometchat-message-list__bubble-moderation-disapproved .cometchat-message-bubble__body-content-view .cometchat-video-bubble{min-width:240px}.cometchat-message-bubble__status-info-view-receipts-delivered .cometchat-message-list__receipt{background:var(--cometchat-static-white);-webkit-mask:url(/static/media/status_delivered.eda17954854636ebc910.svg) center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__status-info-view-receipts-read .cometchat-message-list__receipt{background:#56e8a7;background:var(--cometchat-message-seen-color,#56e8a7);-webkit-mask:url(/static/media/status_read.f096888f2bedb92218d0.svg) center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__status-info-view-receipts-error .cometchat-message-list__receipt{background:var(--cometchat-static-white);height:12px;-webkit-mask:url(/static/media/error_info.139c04e0afeb03ada008.svg) center center no-repeat;width:12px}.cometchat-message-bubble__status-info-view-receipts-error{align-items:center;background:var(--cometchat-error-color);border-radius:var(--cometchat-radius-max);display:flex;height:16px;justify-content:center;width:16px}.cometchat-message-list__shimmer{background:var(--cometchat-background-color-01);display:flex;flex-direction:column;gap:10px;padding:0 16px 16px;padding:0 var(--cometchat-padding-4,16px) var(--cometchat-padding-4,16px) var(--cometchat-padding-4,16px)}.cometchat-message-list__shimmer-body{align-items:center;align-items:flex-start;border-radius:8px;border-radius:var(--cometchat-radius-2,8px);display:flex;flex-direction:column;gap:var(--cometchat-padding-2);position:relative;width:286px}.cometchat-message-list__shimmer-leading-view{align-items:center;animation:listLoadingAnimation .8s infinite;background:var(--cometchat-shimmer-gradient-color);background-size:200% 100%;border-radius:8px;border-radius:var(--cometchat-radius-max,8px);display:flex;height:40px;justify-content:center;margin-right:var(--cometchat-margin-2);width:40px}.cometchat-message-list__shimmer-header{align-items:center;align-self:center;border-radius:8px;border-radius:var(--cometchat-radius-2,8px);display:flex;height:22px;justify-content:center;margin:10px auto auto;position:relative;width:50px;z-index:1}.cometchat-message-list__shimmer-header .cometchat-message-list__shimmer-item{height:22px}.cometchat-message-list__shimmer-item-header{align-items:center;display:flex;height:12px;justify-content:center;width:120px}.cometchat-message-list__shimmer-item,.cometchat-message-list__shimmer-item-header{animation:listLoadingAnimation .8s infinite;background:var(--cometchat-shimmer-gradient-color);background-size:200% 100%;border-radius:8px;border-radius:var(--cometchat-radius-2,8px)}.cometchat-message-list__shimmer-item{height:53px;width:100%}.cometchat-message-bubble .cometchat-message-bubble__audio-call,.cometchat-message-bubble .cometchat-message-bubble__video-call{background:#0000;padding:0}.cometchat-message-bubble .cometchat-message-bubble__audio-call .cometchat-action-bubble__icon,.cometchat-message-bubble .cometchat-message-bubble__video-call .cometchat-action-bubble__icon{align-items:center;background:var(--cometchat-icon-color-secondary);display:flex;height:20px;justify-content:center;width:20px}.cometchat-message-bubble__audio-call .cometchat-action-bubble,.cometchat-message-bubble__video-call .cometchat-action-bubble{align-items:center;border:1px solid var(--cometchat-border-color-default);display:flex;gap:4px;gap:var(--cometchat-padding-1,4px);height:32px;justify-content:center}.cometchat-message-bubble__video-call .cometchat-message-bubble__missed-call .cometchat-action-bubble__icon{background:var(--cometchat-error-color);-webkit-mask:url(/static/media/missed_video_call_no_fill.a0aacfbcbf172a144ddc.svg) center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__video-call .cometchat-message-bubble__ended-call .cometchat-action-bubble__icon{-webkit-mask:url(/static/media/call_end_no_fill.4a9911b198245072f6ae.svg) 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(/static/media/outgoing_video_no_fill.765e9ef5fcb3e4a5be0c.svg) 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(/static/media/incoming_video_no_fill.01824d5f73a4bb089c1c.svg) center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__video-call .cometchat-message-bubble__answered-call .cometchat-action-bubble__icon,.cometchat-message-bubble__video-call .cometchat-message-bubble__busy-call .cometchat-action-bubble__icon,.cometchat-message-bubble__video-call .cometchat-message-bubble__cancelled-call .cometchat-action-bubble__icon,.cometchat-message-bubble__video-call .cometchat-message-bubble__rejected-call .cometchat-action-bubble__icon,.cometchat-message-bubble__video-call .cometchat-message-bubble__unanswered-call .cometchat-action-bubble__icon{-webkit-mask:url(/static/media/video_call_button.ad8739d880b299a43512.svg) center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__audio-call .cometchat-message-bubble__missed-call .cometchat-action-bubble__icon{background:var(--cometchat-error-color);-webkit-mask:url(/static/media/phone_missed_no_fill.79993937b02c29c3ea6c.svg) center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__audio-call .cometchat-message-bubble__ended-call .cometchat-action-bubble__icon{-webkit-mask:url(/static/media/call_end_no_fill.4a9911b198245072f6ae.svg) 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(/static/media/phone_outgoing_no_fill.07e8c060e778f4974d37.svg) 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(/static/media/phone_incoming_no_fill.74e0941289461c76a5b4.svg) center center no-repeat;-webkit-mask-size:contain}.cometchat-message-bubble__audio-call .cometchat-message-bubble__answered-call .cometchat-action-bubble__icon,.cometchat-message-bubble__audio-call .cometchat-message-bubble__busy-call .cometchat-action-bubble__icon,.cometchat-message-bubble__audio-call .cometchat-message-bubble__cancelled-call .cometchat-action-bubble__icon,.cometchat-message-bubble__audio-call .cometchat-message-bubble__rejected-call .cometchat-action-bubble__icon,.cometchat-message-bubble__audio-call .cometchat-message-bubble__unanswered-call .cometchat-action-bubble__icon{-webkit-mask:url(/static/media/audio_call_button.17b58b643e8bc12cc6b9.svg) center center no-repeat;-webkit-mask-size:contain}@keyframes listLoadingAnimation{0%{background-position:200% 0}to{background-position:0 200%}}.cometchat-message-bubble__body-wrapper .cometchat-message-bubble__sticker-message{gap:8px;gap:var(--cometchat-padding-2,8px)}.cometchat-message-bubble__sticker-message .cometchat-image-bubble{background-color:initial;cursor:default}.cometchat-message-bubble__sticker-message .cometchat-message-bubble__status-info-view{align-items:center;background:#14141499}.cometchat-message-bubble__sticker-message .cometchat-message-bubble__status-info-view>.cometchat{align-items:center;box-sizing:border-box;display:flex;justify-content:center}.cometchat-message-bubble__sticker-message .cometchat-message-bubble__status-info-view .cometchat-date{color:#f9f8fd;color:var(--cometchat-static-white,#f9f8fd)}.cometchat-message-information__popup-wrapper,.cometchat-message-list__flag-message-dialog-wrapper{align-items:center;background-color:#0009;display:flex;height:100%;justify-content:center;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:3}.cometchat-message-list__body{justify-content:flex-end}.cometchat-message-list-loaded .cometchat-message-list__body .cometchat-list__body{height:-webkit-fit-content;height:fit-content;max-height:100%}.cometchat-message-list-loaded>.cometchat-message-list__body>.cometchat{height:-webkit-fit-content!important;height:fit-content!important;max-height:100%}.cometchat-message-list__new-message-divider{align-items:center;display:flex;gap:var(--cometchat-spacing-4);justify-content:center;padding:var(--cometchat-margin-4) var(--cometchat-spacing-7);width:100%}.cometchat-message-list__new-message-divider span{text-wrap:nowrap;color:var(--cometchat-error-color);font:var(--cometchat-font-body-medium)}.cometchat-message-list__new-message-divider div{background-color:var(--cometchat-error-color);height:1px;width:100%}@keyframes backgroundFade{0%{background-color:var(--cometchat-extended-primary-color-200)}50%{background-color:var(--cometchat-extended-primary-color-100)}75%,to{background-color:initial}}.cometchat-message-list__bubble-highlight{animation:backgroundFade 3s ease-out forwards}.cometchat-message-list__bubble-highlight-longer{animation:backgroundFade 5s ease-out forwards}.cometchat-message-list-hide-scrollbar .cometchat-emoji-keyboard__list::-webkit-scrollbar,.cometchat-message-list-hide-scrollbar .cometchat-emoji-keyboard__list::-webkit-scrollbar-thumb,.cometchat-message-list-hide-scrollbar .cometchat-emoji-keyboard__tabs::-webkit-scrollbar,.cometchat-message-list-hide-scrollbar .cometchat-emoji-keyboard__tabs::-webkit-scrollbar-thumb,.cometchat-message-list-hide-scrollbar .cometchat-reaction-list__list::-webkit-scrollbar,.cometchat-message-list-hide-scrollbar .cometchat-reaction-list__list::-webkit-scrollbar-thumb,.cometchat-message-list-hide-scrollbar .cometchat-reaction-list__tabs::-webkit-scrollbar,.cometchat-message-list-hide-scrollbar .cometchat-reaction-list__tabs::-webkit-scrollbar-thumb{display:none}.cometchat-message-list__flag-message-dialog-hide-scrollbar .cometchat-flag-message-dialog__remark-input::-webkit-scrollbar,.cometchat-message-list__flag-message-dialog-hide-scrollbar .cometchat-flag-message-dialog__remark-input::-webkit-scrollbar-thumb{display:none}.cometchat-outgoing-call{align-items:center;background:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-light);border-radius:20px;border-radius:var(--cometchat-radius-5,20px);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;display:flex;flex-direction:column;flex-shrink:0;height:540px;justify-content:space-between;padding:20px 0;padding:var(--cometchat-padding-5,20px) 0;width:360px}.cometchat-outgoing-call__title{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-title-medium);text-align:center}.cometchat-outgoing-call__title-container{display:flex;flex-direction:column;gap:var(--cometchat-spacing-2)}.cometchat-outgoing-call__subtitle{color:var(--cometchat-text-color-secondary);font:var(--cometchat-font-heading4-regular);text-align:center}.cometchat-outgoing-call__avatar{align-items:center;border-radius:var(--cometchat-radius-max);display:flex;flex-shrink:0;height:160px;justify-content:center;width:160px}.cometchat-outgoing-call__avatar .cometchat-avatar{height:160px;width:160px}.cometchat-outgoing-call__avatar .cometchat-avatar__text{font:700 64px/76.8px var(--cometchat-font-family);font-style:normal;height:-webkit-fit-content;height:fit-content;width:-webkit-fit-content;width:fit-content}.cometchat-outgoing-call__button .cometchat-button{align-items:center;background:var(--cometchat-error-color);border-radius:var(--cometchat-radius-max);cursor:pointer;display:flex;gap:var(--cometchat-padding-2);height:-webkit-fit-content;height:fit-content;justify-content:center;padding:var(--cometchat-padding-4);width:-webkit-fit-content;width:fit-content}.cometchat-outgoing-call__button .cometchat-button .cometchat-button__icon{background:var(--cometchat-static-white);height:24px;-webkit-mask-size:contain;width:24px}@media (max-width:600px){.cometchat-outgoing-call{padding:var(--cometchat-spacing-20) var(--cometchat-spacing-5) var(--cometchat-spacing-15) var(--cometchat-spacing-5)}.cometchat-outgoing-call__avatar .cometchat-avatar__text{font:700 50px/60px var(--cometchat-font-family)}.cometchat-outgoing-call .cometchat-outgoing-call__avatar .cometchat .cometchat-avatar{height:120px;width:120px}.cometchat-outgoing-call__title{font:var(--cometchat-font-heading1-bold)}.cometchat-outgoing-call__subtitle{font:var(--cometchat-font-body-regular)}.cometchat-outgoing-call__avatar{margin-bottom:auto;margin-top:var(--cometchat-margin-10)}.cometchat-outgoing-call,.cometchat:has(>.cometchat-outgoing-call){border-radius:0;height:100%;width:100%}}.cometchat-action-bubble{align-items:center;background:var(--cometchat-background-color-02);border:1px solid var(--cometchat-border-color-default);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;justify-content:center;padding:4px 12px;padding:var(--cometchat-padding-1,4px) var(--cometchat-padding-3,12px)}.cometchat-action-bubble__text{color:var(--cometchat-text-color-secondary);font:var(--cometchat-font-caption1-regular);text-align:center}.cometchat-action-bubble__icon{display:none}.cometchat-reaction-info{align-items:flex-start;border-radius:8px;border-radius:var(--cometchat-radius-2,8px);display:inline-flex;justify-content:center}.cometchat-reaction-info__content{align-items:center;background:#141414;background:var(--cometchat-static-black,#141414);border-radius:4px;border-radius:var(--cometchat-radius-1,4px);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;display:flex;flex-direction:column;justify-content:center;margin:-1px;min-height:77px;min-width:77px;padding:8px;padding:8px var(--cometchat-padding-2,8px)}.cometchat-reaction-info__emoji-text{align-items:center;display:flex;flex-direction:column;gap:4px;gap:var(--cometchat-padding-1,4px)}.cometchat-reaction-info__emoji{font:400 24px Roboto;font:var(--cometchat-font-heading1-regular,400 24px Roboto)}.cometchat-reaction-info__emoji,.cometchat-reaction-info__title{color:#f9f8fd;color:var(--cometchat-static-white,#f9f8fd);text-align:center}.cometchat-reaction-info__title{font:400 12px Roboto;font:var(--cometchat-font-caption1-regular,400 12px Roboto)}.cometchat-reaction-info__description{color:#a1a1a1;color:var(--cometchat-text-color-tertiary,#a1a1a1)}.cometchat-reaction-info__description,.cometchat-reaction-info__error{font:400 12px Roboto;font:var(--cometchat-font-caption1-regular,400 12px Roboto);text-align:center}.cometchat-reaction-info__error{color:#f44649;color:var(--cometchat-error-color,#f44649)}.cometchat-reaction-info__loading{animation:spin 2s linear infinite;border:4px solid #e8e8e8;border:4px solid var(--cometchat-background-color-04,#e8e8e8);border-radius:50%;border-top:4px solid #0000;height:24px;-webkit-mask:url(/static/media/Spinner-Gradient-1.f2f8d4c6a11b46ae64da.svg) center center no-repeat;-webkit-mask-size:contain;width:24px}.cometchat-reaction-list{align-items:flex-start;background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:20px;border-radius:var(--cometchat-radius-5,20px);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;display:flex;flex-direction:column;overflow:hidden;width:280px}.cometchat-reaction-list__error{align-items:center;align-self:stretch;color:#727272;color:var(--cometchat-text-color-secondary,#727272);display:flex;flex-direction:column;flex-shrink:0;font:400 14px Roboto;font:var(--cometchat-font-body-regular,400 14px Roboto);height:200px;justify-content:center;text-align:center}.cometchat-reaction-list__tabs{align-items:center;align-self:stretch;background:#fff;background:var(--cometchat-background-color-01,#fff);border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--cometchat-border-color-default,#e8e8e8);display:flex;max-width:280px;overflow-x:auto;padding-top:8px;padding-top:var(--cometchat-padding-2,8px)}.cometchat-reaction-list__tabs-tab{align-items:center;border-radius:4px 4px 0 0;cursor:pointer;display:flex;gap:4px;gap:var(--cometchat-padding-1,4px);height:40px;padding:8px 16px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px)}.cometchat-reaction-list__tabs-tab-active{border-bottom:2px solid #6852d6;border-bottom:2px solid var(--cometchat-primary-color,#6852d6)}.cometchat-reaction-list__tabs-tab-count,.cometchat-reaction-list__tabs-tab-emoji{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:500 14px Roboto;font:var(--cometchat-font-body-medium,500 14px Roboto);text-align:center}.cometchat-reaction-list__tabs-tab-count-active,.cometchat-reaction-list__tabs-tab-emoji-active{color:#6852d6;color:var(--cometchat-text-color-highlight,#6852d6)}.cometchat-reaction-list__list{align-items:flex-start;align-self:stretch;background:#fff;background:var(--cometchat-background-color-01,#fff);border-radius:0;border-radius:var(--cometchat-radius-0,0);display:flex;flex-direction:column;height:200px;overflow-y:auto;padding:0}.cometchat-reaction-list .cometchat-list-item{cursor:pointer;width:280px}.cometchat-reaction-list .cometchat-list-item__body,.cometchat-reaction-list .cometchat-list-item__leading-view{flex-shrink:inherit;padding:0}.cometchat-reaction-list .cometchat-list-item__body-title{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:500 14px Roboto;font:var(--cometchat-font-body-medium,500 14px Roboto);overflow:hidden;text-overflow:ellipsis}.cometchat-reaction-list .cometchat-list-item__body-subtitle{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:400 12px Roboto;font:var(--cometchat-font-caption1-regular,400 12px Roboto);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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:0}.cometchat-reaction-list__shimmer{align-items:flex-start;border:1px solid #fff;border:1px solid var(--cometchat-background-color-01,#fff);border-radius:16px;border-radius:var(--cometchat-radius-4,16px);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;flex-direction:column;height:200px;width:280px}.cometchat-reaction-list__shimmer,.cometchat-reaction-list__shimmer-tabs{align-self:stretch;background:#fff;background:var(--cometchat-background-color-01,#fff);display:flex}.cometchat-reaction-list__shimmer-tabs{align-items:center;border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--cometchat-border-color-default,#e8e8e8);gap:20px;padding:8px 16px 16px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px) var(--cometchat-padding-4,16px) var(--cometchat-padding-4,16px)}.cometchat-reaction-list__shimmer-tab{align-items:center;animation:shimmerAnimation 10s linear infinite;background:var(--cometchat-shimmer-gradient-color);border-radius:8px;border-radius:var(--cometchat-radius-2,8px);display:flex;height:16px;justify-content:center;width:48px}.cometchat-reaction-list__shimmer-item{align-items:center;background:#fff;background:var(--cometchat-background-color-01,#fff);display:flex;flex:1 0;gap:12px;gap:var(--cometchat-padding-3,12px);padding:8px 16px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px);width:280px}.cometchat-reaction-list__shimmer-item-icon{animation:shimmerAnimation 10s linear infinite;border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);height:32px;width:32px}.cometchat-reaction-list__shimmer-item-content,.cometchat-reaction-list__shimmer-item-icon{align-items:center;background:var(--cometchat-shimmer-gradient-color);display:flex;justify-content:center}.cometchat-reaction-list__shimmer-item-content{animation:shimmerAnimation 5s linear infinite;border-radius:8px;border-radius:var(--cometchat-radius-2,8px);flex:1 0;height:20px}.cometchat-reaction-list__shimmer-item-tailview{align-items:center;animation:shimmerAnimation 10s linear infinite;background:var(--cometchat-shimmer-gradient-color);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;height:24px;justify-content:center;width:24px}.cometchat-reactions{align-content:flex-start;align-items:flex-start;align-self:stretch;display:flex;gap:2px;height:-webkit-fit-content;height:fit-content;padding:0 4px;padding:0 var(--cometchat-padding-1,4px);width:-webkit-fit-content;width:fit-content}.cometchat-reactions__more-reaction,.cometchat-reactions__reaction{background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:20px;cursor:pointer;height:24px}.cometchat-reactions__more-reaction,.cometchat-reactions__reaction,.cometchat-reactions__reaction-you{align-items:center;display:inline-flex;flex-shrink:0;gap:4px;gap:var(--cometchat-padding-1,4px);padding:2px 8px;padding:2px var(--cometchat-padding-2,8px)}.cometchat-reactions__reaction-you{background:#edeafa;background:var(--cometchat-extended-primary-color-100,#edeafa);border:1px solid #ccc4f1;border:1px solid var(--cometchat-extended-primary-color-300,#ccc4f1);border-radius:20px;height:23px}.cometchat-reactions__reaction-emoji{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:400 14px Roboto;font:var(--cometchat-font-body-regular,400 14px Roboto)}.cometchat-reactions__more-reaction-count,.cometchat-reactions__reaction-count{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:400 12px Roboto;font:var(--cometchat-font-caption1-regular,400 12px Roboto)}.cometchat-reactions-info-wrapper .cometchat-popover__content{background:#0000;border:none;box-shadow:none}.cometchat-call-button{align-items:center;display:flex;gap:16px;gap:var(--cometchat-padding-4,16px);height:-webkit-fit-content;height:fit-content;width:-webkit-fit-content;width:fit-content}.cometchat-call-button__video,.cometchat-call-button__voice{align-items:center;cursor:pointer;display:flex;height:24px;justify-content:center;width:24px}.cometchat-call-button .cometchat-button{background:#fff;background:var(--cometchat-background-color-01,#fff);gap:0;height:24px;padding:0;width:24px}.cometchat-call-button .cometchat-button__icon{background:#141414;background:var(--cometchat-icon-color-primary,#141414)}.cometchat-outgoing-call__backdrop{align-items:center;background-color:#000;background-color:#0006;display:flex;height:100%;justify-content:center;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:3}.cometchat-call-button .cometchat-button:active,.cometchat-call-button .cometchat-button:hover{background:#0000}.cometchat-incoming-call{align-items:center;border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:12px;border-radius:var(--cometchat-radius-3,12px);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;display:flex;flex-direction:column;gap:16px;gap:var(--cometchat-padding-4,16px);padding:20px;padding:var(--cometchat-padding-5,20px) var(--cometchat-padding-5,20px);position:absolute;width:360px;z-index:10}.cometchat-incoming-call,.cometchat-incoming-call .cometchat-list-item{background:#f5f5f5;background:var(--cometchat-background-color-03,#f5f5f5)}.cometchat-incoming-call .cometchat-list-item{padding:0;width:320px}.cometchat-incoming-call .cometchat-list-item__body{padding:0}.cometchat-incoming-call .cometchat-list-item__body-title{color:#fff;color:var(--cometchat-text-color-primary,#fff);font:700 20px Roboto;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{height:-webkit-fit-content;height:fit-content;width:-webkit-fit-content;width:fit-content}.cometchat-incoming-call__button-group{align-items:center;align-self:stretch;display:flex;gap:16px}.cometchat-incoming-call__button-decline{align-items:center;align-self:stretch;border-radius:8px;border-radius:var(--cometchat-radius-2,8px);cursor:pointer;display:flex;gap:8px;gap:var(--cometchat-padding-2,8px);height:40px;justify-content:center}.cometchat-incoming-call__button-decline,.cometchat-incoming-call__button-decline .cometchat-button{background:#c73c3e;background:var(--cometchat-error-color,#c73c3e);width:152px}.cometchat-incoming-call__button-accept{align-items:center;align-self:stretch;border-radius:8px;border-radius:var(--cometchat-radius-2,8px);cursor:pointer;display:flex;gap:8px;gap:var(--cometchat-padding-2,8px);height:40px;justify-content:center}.cometchat-incoming-call__button-accept,.cometchat-incoming-call__button-accept .cometchat-button{background:#0b9f5d;background:var(--cometchat-success-color,#0b9f5d);width:152px}.cometchat-incoming-call__avatar{align-items:center;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.cometchat-incoming-call__avatar .cometchat-avatar__text{color:#fff;color:var(--cometchat-primary-button-icon,#fff);font:700 20px Roboto;font:var(--cometchat-font-heading3-bold,700 20px Roboto)}.cometchat-incoming-call__subtitle{align-items:center;align-self:stretch;display:flex;gap:4px}.cometchat-incoming-call__subtitle-icon{align-items:center;background:#a1a1a1;background:var(--cometchat-icon-color-secondary,#a1a1a1);display:flex;height:16px;justify-content:center;-webkit-mask-size:contain;width:16px}.cometchat-incoming-call__subtitle-text{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:400 16px Roboto;font:var(--cometchat-font-heading4-regular,400 16px Roboto)}.cometchat-incoming-call .cometchat-button:active,.cometchat-incoming-call .cometchat-button:hover{background:#0000}.cometchat-message-information{background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #f5f5f5;border:1px solid var(--cometchat-border-color-light,#f5f5f5);border-radius:20px;border-radius:var(--cometchat-radius-5,20px);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;flex-shrink:0;height:-webkit-fit-content;height:fit-content;max-height:100%;max-width:420px;overflow:hidden;width:100%}.cometchat-message-information__header{align-items:center;align-self:stretch;background:#fff;background:var(--cometchat-background-color-01,#fff);border-bottom:1px solid #f5f5f5;border-bottom:1px solid var(--cometchat-border-color-light,#f5f5f5);border-left:1px solid #f5f5f5;border-left:1px solid var(--cometchat-border-color-light,#f5f5f5);display:flex;gap:12px;gap:var(--cometchat-padding-3,12px);height:64px;padding:8px 16px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px)}.cometchat-message-information__header-title{align-items:flex-start;color:#141414;color:var(--cometchat-text-color-primary,#141414);display:flex;flex:1 0;flex-direction:column;font:700 20px Roboto;font:var(--cometchat-font-heading3-bold,700 20px Roboto);gap:0;justify-content:center;overflow:hidden;text-overflow:ellipsis}.cometchat-message-information__header-close{align-items:center;cursor:pointer;display:flex;height:24px;justify-content:center;width:24px}.cometchat-message-information__header-close .cometchat-button{background:#0000;gap:0;height:24px;padding:0;width:24px}.cometchat-message-information__header-close .cometchat-button:active,.cometchat-message-information__header-close .cometchat-button:hover{background:#0000}.cometchat-message-information__header-close .cometchat-button__icon{background:#141414;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{align-items:flex-start;background:#fafafa;background:var(--cometchat-background-color-02,#fafafa);border-bottom:1px solid var(--cometchat-border-color-light);display:flex;gap:0;max-height:300px;overflow:hidden auto;padding:20px 16px;padding:var(--cometchat-padding-5,20px) var(--cometchat-padding-4,16px);width:100%}.cometchat-message-information__message .cometchat-message-bubble__wrapper{padding:0;width:100%}.cometchat-message-information__receipts{align-items:flex-start;display:flex;flex-direction:column;height:260px;overflow:hidden auto;padding:0;width:100%}.cometchat-message-information__receipts .cometchat-list-item__body-subtitle{flex-direction:column;gap:0}.cometchat-message-information-hide-scrollbar .cometchat-message-information__message::-webkit-scrollbar,.cometchat-message-information-hide-scrollbar .cometchat-message-information__message::-webkit-scrollbar-thumb,.cometchat-message-information-hide-scrollbar .cometchat-message-information__receipts::-webkit-scrollbar,.cometchat-message-information-hide-scrollbar .cometchat-message-information__receipts::-webkit-scrollbar-thumb{display:none}.cometchat-message-information__receipts .cometchat-list-item__body{padding:0}.cometchat-message-information__receipts .cometchat-list-item:hover{background:#0000}.cometchat-message-information__receipts-subtitle{align-items:flex-start;display:flex;flex:1 0;flex-direction:column;gap:4px;gap:var(--cometchat-padding-1,4px);padding:0;width:100%}.cometchat-message-information__receipts-subtitle-text{align-items:center;align-self:stretch;color:#727272;color:var(--cometchat-text-color-secondary,#727272);display:flex;font:400 14px Roboto;font:var(--cometchat-font-body-regular,400 14px Roboto);justify-content:space-between;overflow:hidden;text-overflow:ellipsis}.cometchat-message-information__receipts .cometchat-list-item{align-items:flex-start;padding:12px 16px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px)}.cometchat-message-information__receipts .cometchat-list-item__trailing-view{display:none}.cometchat-message-information__receipts .cometchat-avatar,.cometchat-message-information__receipts .cometchat-avatar__image,.cometchat-message-information__receipts .cometchat-list-item__leading-view{height:40px;width:40px}.cometchat-message-information__shimmer{background:#fff;background:var(--cometchat-background-color-01,#fff);height:260px;width:100%}.cometchat-message-information__shimmer-item{align-items:center;display:flex;gap:12px;height:72px;max-width:1440px;min-width:240px;padding:12px 16px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px);width:100%}.cometchat-message-information__shimmer-item-avatar{animation:shimmerAnimation 5s linear infinite;background:linear-gradient(90deg,#e0e0e0,#eee);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);height:48px;width:48px}.cometchat-message-information__shimmer-item-title{align-items:center;animation:shimmerAnimation 5s linear infinite;background:var(--cometchat-shimmer-gradient-color);border-radius:8px;border-radius:var(--cometchat-radius-2,8px);display:flex;flex:1 0;height:40px;justify-content:center}.cometchat-message-information__receipts-subtite-text,.cometchat-message-information__receipts-subtite-text .cometchat-date,.cometchat-message-information__receipts-subtitle .cometchat-date{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:400 14px Roboto;font:var(--cometchat-font-body-regular,400 14px Roboto);overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.cometchat-message-information__error-state,.cometchat-message-information__receipts-empty{align-items:center;color:#727272;color:var(--cometchat-text-color-secondary,#727272);display:flex;font:400 14px Roboto;font:var(--cometchat-font-body-regular,400 14px Roboto);height:200px;justify-content:center;text-align:center;width:100%}.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){border:none;border-radius:0;height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.cometchat-thread-header{align-items:flex-start;flex-direction:column;flex-shrink:0;gap:0;justify-content:center;width:100%}.cometchat-thread-header,.cometchat-thread-header__top-bar{background:#fff;background:var(--cometchat-background-color-01,#fff);display:flex}.cometchat-thread-header__top-bar{align-items:center;align-self:stretch;border-bottom:1px solid #f5f5f5;border-bottom:1px solid var(--cometchat-border-color-light,#f5f5f5);border-left:1px solid #f5f5f5;border-left:1px solid var(--cometchat-border-color-light,#f5f5f5);gap:8px;gap:var(--cometchat-padding-2,8px);height:64px;padding:8px 16px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px)}.cometchat-thread-header__top-bar-title-container{align-items:flex-start;display:flex;flex:1 0;flex-direction:column;justify-content:center;overflow:hidden}.cometchat-thread-header__top-bar-title{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:700 20px Roboto;font:var(--cometchat-font-heading3-bold,700 20px Roboto);text-overflow:ellipsis}.cometchat-thread-header__top-bar-subtitle-text{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:400 12px Roboto;font:var(--cometchat-font-caption1-regular,400 12px Roboto);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cometchat-thread-header__top-bar-subtitle-text-clickable{cursor:pointer}.cometchat-thread-header__top-bar-close{align-items:center;cursor:pointer;display:flex;height:24px;justify-content:center;width:24px}.cometchat-thread-header__top-bar-close .cometchat-button{background:#0000;gap:0;height:24px;padding:0;width:24px}.cometchat-thread-header__top-bar-close .cometchat-button:active,.cometchat-thread-header__top-bar-close .cometchat-button:hover{background:#0000}.cometchat-thread-header__top-bar-close .cometchat-button__icon{background:#141414;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;flex-direction:column;flex-shrink:0;padding-top:12px;padding-top:var(--cometchat-padding-3,12px);width:100%}.cometchat-thread-header__body-timestamp{align-self:center;background:#fafafa;background:var(--cometchat-background-color-02,#fafafa);border:1px solid #dcdcdc;border:1px solid var(--cometchat-border-color-dark,#dcdcdc);border-radius:4px;border-radius:var(--cometchat-radius-1,4px);box-shadow:0 1px 2px 0 #1018280d;display:flex;padding:4px 8px;padding:var(--cometchat-padding-1,4px) var(--cometchat-padding-2,8px)}.cometchat-thread-header__body-timestamp .cometchat-date{color:#141414;color:var(--cometchat-text-color-primary,#141414);display:flex;font:500 12px Roboto;font:var(--cometchat-font-caption1-medium,500 12px Roboto);padding:0;text-align:center}.cometchat-thread-header__message{display:flex;flex:1 0;gap:0;max-height:300px;min-height:50px;overflow:hidden auto;padding:8px 16px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px)}.cometchat-thread-header-hide-scrollbar .cometchat-thread-header__message::-webkit-scrollbar,.cometchat-thread-header-hide-scrollbar .cometchat-thread-header__message::-webkit-scrollbar-thumb{display:none}.cometchat-thread-header__message .cometchat-text-bubble .cometchat-text-bubble__read-more{display:none}.cometchat-thread-header__message-small{max-height:150px;min-height:-webkit-fit-content;min-height:fit-content}.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{align-items:center;align-self:stretch;display:flex;gap:8px;gap:var(--cometchat-padding-2,8px);justify-content:center;padding:4px 20px;padding:var(--cometchat-padding-1,4px) var(--cometchat-padding-5,20px)}.cometchat-thread-header__reply-bar-count{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:400 14px Roboto;font:var(--cometchat-font-body-regular,400 14px Roboto);text-align:center}.cometchat-thread-header__reply-bar-divider{background:#e8e8e8;background:var(--cometchat-border-color-default,#e8e8e8);flex:1 1;height:1px;width:100%}.cometchat-thread-header__message .cometchat-message-preview{cursor:not-allowed}.cometchat-toast{background:var(--cometchat-static-black);border-radius:4ppx;border-radius:var(--cometchat-radius-1,4ppx);bottom:12px;color:#f9f8fd;color:var(--cometchat-static-white,#f9f8fd);display:inline-block;font:var(--cometchat-font-caption1-regular);left:50%;padding:8px;padding:var(--cometchat-padding-2,8px);position:fixed;position:absolute;transform:translateX(-50%);z-index:10}.cometchat-search{background:var(--cometchat-background-color-01);display:flex;flex-direction:column;gap:12px;gap:var(--cometchat-padding-3,12px);height:100%;margin:0 auto;width:100%}.cometchat-search__header{align-items:center;display:flex;gap:6px;justify-content:flex-start;min-height:64px;padding:12px 16px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px);padding-bottom:0}.cometchat-search__search-bar{flex:1 1;overflow:hidden;position:relative}.cometchat-search__input{align-items:center;align-self:stretch;background:#f5f5f5;background:var(--cometchat-background-color-03,#f5f5f5);border:1px solid #dcdcdc;border:1px solid var(--cometchat-border-color-dark,#dcdcdc);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;flex:1 0;gap:4px;gap:var(--cometchat-spacing-1,4px);justify-content:flex-start;min-height:36px;overflow-x:auto;padding:8px 12px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-3,12px)}.cometchat-search__input input{background:#0000;border:none;color:#141414;color:var(--cometchat-text-color-primary,#141414);flex:1 1;font:var(--cometchat-font-heading4-regular);min-width:50px;outline:none}.cometchat-search__input-clear-button{background:none;border:none;cursor:pointer;-webkit-user-select:none;user-select:none}.cometchat-search__back-button .cometchat-button,.cometchat-search__input-clear-button .cometchat-button{background:#0000;border:none;border-radius:0;height:-webkit-fit-content;height:fit-content;margin:0;padding:0;width:-webkit-fit-content;width:fit-content}.cometchat-search__back-button .cometchat-button .cometchat-button__icon,.cometchat-search__input-clear-button .cometchat-button .cometchat-button__icon{background:var(--cometchat-icon-color-secondary);height:24px;width:24px}.cometchat-search__back-button .cometchat-button .cometchat-button__icon{background:var(--cometchat-icon-color-primary)}.cometchat-search__body{padding:0 16px;padding:0 var(--cometchat-padding-4,16px)}.cometchat-search__body-filters{display:flex;flex-wrap:wrap;gap:8px 8px;gap:var(--cometchat-padding-2,8px) var(--cometchat-padding-2,8px)}.cometchat-search__body-filter,.cometchat-search__body-filter .cometchat-button{align-content:center;align-items:center;background:var(--cometchat-background-color-03);border-radius:1000px;border-radius:var(--Radius-radius_Max,1000px);cursor:pointer;display:flex;gap:4px 4px;gap:4px var(--cometchat-padding-1,4px);padding:8px 12px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-3,12px)}.cometchat-search__body-filters .cometchat-button{flex-wrap:wrap}.cometchat-search__body-filter .cometchat-button{background:#0000;border:none;border-radius:0;color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);height:-webkit-fit-content;height:fit-content;margin:0;padding:0;width:-webkit-fit-content;width:fit-content}.cometchat-search__body-filter .cometchat-button .cometchat-button__icon{background:var(--cometchat-icon-color-secondary);height:16px;width:16px}.cometchat-search__initial-view{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:4px;justify-content:center;text-align:center}.cometchat-search__initial-view-icon{background:var(--cometchat-icon-color-secondary);flex-shrink:0;height:120px;mask:url(/static/media/search_message_icon.dce7250b5966716057a8.svg) center center no-repeat;-webkit-mask:url(/static/media/search_message_icon.dce7250b5966716057a8.svg) center center no-repeat;mask-size:contain;-webkit-mask-size:contain;width:120px}.cometchat-search__initial-view-title{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading3-bold);text-align:center}.cometchat-search__initial-view-subtitle{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);text-align:center}.cometchat-search-conversations__see-more .cometchat-button,.cometchat-search-messages__see-more .cometchat-button{background:#0000;border:none;border-radius:0;height:-webkit-fit-content;height:fit-content;margin:0;width:-webkit-fit-content;width:fit-content}.cometchat-search-conversations__see-more .cometchat-button__text,.cometchat-search-messages__see-more .cometchat-button__text{color:var(--cometchat-primary-color)}.cometchat-search .cometchat-list-item__trailing-view{align-self:flex-start;height:-webkit-fit-content;height:fit-content;width:-webkit-fit-content;width:fit-content}.cometchat-search__conversations .cometchat-search__conversations-subtitle,.cometchat-search__conversations .cometchat-search__conversations-subtitle-text-wrapper{display:flex;flex-direction:row;gap:2px;gap:var(--cometchat-padding,2px)}.cometchat-search-messages__list-item .cometchat-search-messages__subtitle-text,.cometchat-search__conversations .cometchat-search__conversations-subtitle-text,.cometchat-search__conversations .cometchat-search__conversations-subtitle-text-sender{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:14px;font:var(--cometchat-font-body-regular,14px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cometchat-search__conversations-subtitle-text-sender{font:14px;font:var(--cometchat-font-body-bold,14px)}.cometchat-search__conversations-subtitle-receipts{align-items:center;align-self:center;background:#a1a1a1;background:var(--cometchat-icon-color-secondary,#a1a1a1);border:none;display:flex;flex-shrink:0;height:16px;justify-content:center;width:16px}.cometchat-search__conversations-subtitle-receipts-sent{-webkit-mask:url(/static/media/conversations_sent.fbb8355efb327852ba32.svg) center center no-repeat;mask:url(/static/media/conversations_sent.fbb8355efb327852ba32.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-search__conversations-subtitle-receipts-wait{-webkit-mask:url(/static/media/status_sending.7d1d357d6406afa36f70.svg) center center no-repeat;mask:url(/static/media/status_sending.7d1d357d6406afa36f70.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-search__conversations-subtitle-receipts-delivered{-webkit-mask:url(/static/media/conversations_delivered.510802caddcee7cf38e1.svg) center center no-repeat;mask:url(/static/media/conversations_delivered.510802caddcee7cf38e1.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-search__conversations-subtitle-receipts-error{background-color:var(--cometchat-error-color);-webkit-mask:url(/static/media/error_icon.093f6c62b1e9dc09b727.svg) center center no-repeat;mask:url(/static/media/error_icon.093f6c62b1e9dc09b727.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-search__conversations-subtitle-receipts-read{background:#56e8a7;background:var(--cometchat-message-seen-color,#56e8a7);-webkit-mask:url(/static/media/conversations_read.510802caddcee7cf38e1.svg) center center no-repeat;mask:url(/static/media/conversations_read.510802caddcee7cf38e1.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-search .cometchat-text-highlight{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-body-bold)}.cometchat-search__results .cometchat-list__header-title{margin-bottom:var(--cometchat-margin-1);min-height:20px}.cometchat-search__conversations,.cometchat-search__messages,.cometchat-search__results{height:-webkit-fit-content;height:fit-content;overflow:hidden}.cometchat-search__results{height:100%;overflow:scroll}.cometchat-search__conversations-list-item{cursor:pointer}.cometchat-search__conversations-list-item-active .cometchat-list-item{background-color:#e8e8e8;background-color:var(--cometchat-white-pressed,#e8e8e8)}.cometchat-search__conversations-subtitle{display:flex;gap:4px;gap:var(--cometchat-padding-1,4px);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.cometchat-search__conversations-subtitle-text-wrapper{display:flex;gap:2px;gap:var(--cometchat-padding,2px);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.cometchat-search__conversations-subtitle-text{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.cometchat-search__conversations-subtitle-text code{background:var(--cometchat-background-color-03);border:1px solid var(--cometchat-border-color-light);border-radius:4px;border-radius:var(--cometchat-radius-1,4px);color:var(--cometchat-text-color-secondary);font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:.9em;padding:0 2px;padding:0 var(--cometchat-padding-1,2px)}.cometchat-search__conversations-subtitle-text-sender{color:#727272;color:var(--cometchat-text-color-secondary,#727272);flex-shrink:0;font:var(--cometchat-font-body-medium);overflow:hidden;text-overflow:ellipsis}.cometchat-search__conversations-subtitle-typing{color:#6852d6;color:var(--cometchat-text-color-highlight,#6852d6);font:var(--cometchat-font-body-regular);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cometchat-search__conversations-trailing-view{display:flex;flex-direction:column;gap:4px;gap:var(--cometchat-padding-1,4px)}.cometchat-search__conversations-trailing-view-date{font:var(--cometchat-font-caption1-regular)}.cometchat-search__conversations-trailing-view-badge{display:flex;gap:4px;gap:var(--cometchat-padding-1,4px);justify-content:flex-end}.cometchat-search__conversations-trailing-view-badge-count{align-items:center;background:#6852d6;background:var(--cometchat-primary-color,#6852d6);border-radius:20px;color:#fff;color:var(--cometchat-static-white,#fff);display:flex;flex-direction:column;font:var(--cometchat-font-caption1-regular);height:20px;justify-content:center;overflow:hidden;padding:0 8px;text-align:center;text-overflow:ellipsis}.cometchat-search__conversations-subtitle-icon{align-items:center;align-self:center;background:#a1a1a1;background:var(--cometchat-icon-color-secondary,#a1a1a1);border:none;display:flex;flex-shrink:0;height:16px;justify-content:center;-webkit-mask-size:contain;mask-size:contain;width:16px}.cometchat-search__conversations-subtitle-icon-incoming-audio-call,.cometchat-search__conversations-subtitle-icon-incoming-video-call{background-color:#f44649;background-color:var(--cometchat-error-color,#f44649)}.cometchat-search__conversations-subtitle-icon-incoming-audio-call{-webkit-mask:url(/static/media/conversations_missed-voice-call.b52f9611ff85a6f468ee.svg) center center no-repeat;mask:url(/static/media/conversations_missed-voice-call.b52f9611ff85a6f468ee.svg) center center no-repeat}.cometchat-search__conversations-subtitle-icon-incoming-video-call{-webkit-mask:url(/static/media/conversations_missed-video-call.77f4e98af6049b2deab0.svg) center center no-repeat;mask:url(/static/media/conversations_missed-video-call.77f4e98af6049b2deab0.svg) center center no-repeat}.cometchat-search__conversations-subtitle-icon-outgoing-audio-call{-webkit-mask:url(/static/media/conversations_outgoing-voice-call.aa7e2a8136855c39e5cb.svg) center center no-repeat;mask:url(/static/media/conversations_outgoing-voice-call.aa7e2a8136855c39e5cb.svg) center center no-repeat}.cometchat-search__conversations-subtitle-icon-outgoing-video-call{-webkit-mask:url(/static/media/conversations_outgoing-video-call.53f25a89d3793fdf2a00.svg) center center no-repeat;mask:url(/static/media/conversations_outgoing-video-call.53f25a89d3793fdf2a00.svg) center center no-repeat}.cometchat-search__conversations-subtitle-icon-image{-webkit-mask:url(/static/media/conversations_image-message.eaaad8ef101995637081.svg) center center no-repeat;mask:url(/static/media/conversations_image-message.eaaad8ef101995637081.svg) center center no-repeat}.cometchat-search__conversations-subtitle-icon-file{-webkit-mask:url(/static/media/conversations_file-message.64124f24b26099a70a27.svg) center center no-repeat;mask:url(/static/media/conversations_file-message.64124f24b26099a70a27.svg) center center no-repeat}.cometchat-search__conversations-subtitle-icon-video{-webkit-mask:url(/static/media/conversations_video-message.a2b413578aacf04e2a73.svg) center center no-repeat;mask:url(/static/media/conversations_video-message.a2b413578aacf04e2a73.svg) center center no-repeat}.cometchat-search__conversations-subtitle-icon-audio{-webkit-mask:url(/static/media/conversations_audio-message.55058fd73f6f30059605.svg) center center no-repeat;mask:url(/static/media/conversations_audio-message.55058fd73f6f30059605.svg) center center no-repeat}.cometchat-search__conversations-subtitle-icon-poll{-webkit-mask:url(/static/media/conversations_poll-message.a38228224d6a756b8aa0.svg) center center no-repeat;mask:url(/static/media/conversations_poll-message.a38228224d6a756b8aa0.svg) center center no-repeat}.cometchat-search__conversations-subtitle-icon-sticker{-webkit-mask:url(/static/media/conversations_sticker-message.1e08cf8a4ce3d8af27c9.svg) center center no-repeat;mask:url(/static/media/conversations_sticker-message.1e08cf8a4ce3d8af27c9.svg) center center no-repeat}.cometchat-search__conversations-subtitle-icon-collaborative-document{-webkit-mask:url(/static/media/conversations_collaborative-document-message.9f5c199a668e6da1c4c6.svg) center center no-repeat;mask:url(/static/media/conversations_collaborative-document-message.9f5c199a668e6da1c4c6.svg) center center no-repeat}.cometchat-search__conversations-subtitle-icon-collaborative-whiteboard{-webkit-mask:url(/static/media/conversations_collaborative-whiteboard-message.247bd7060246085899a4.svg) center center no-repeat;mask:url(/static/media/conversations_collaborative-whiteboard-message.247bd7060246085899a4.svg) center center no-repeat}.cometchat-search__conversations-subtitle-icon-deleted{-webkit-mask:url(/static/media/conversations_delete.ce537f017fc12fab523e.svg) center center no-repeat;mask:url(/static/media/conversations_delete.ce537f017fc12fab523e.svg) center center no-repeat}.cometchat-search__conversations-subtitle-icon-link{-webkit-mask:url(/static/media/conversations_link.cfde67f9dcdc9ad112cc.svg) center center no-repeat;mask:url(/static/media/conversations_link.cfde67f9dcdc9ad112cc.svg) center center no-repeat}.cometchat-search__conversations-subtitle-icon-thread{-webkit-mask:url(/static/media/conversations_thread.ef0eb6defdbb3b8a27b6.svg) center center no-repeat;mask:url(/static/media/conversations_thread.ef0eb6defdbb3b8a27b6.svg) center center no-repeat}.cometchat-search__conversations-subtitle-icon-none{display:none}.cometchat-search-conversations__see-more{display:flex;justify-content:flex-start;padding:12px 16px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px)}.cometchat-search-conversations__see-more .cometchat-button{background:#0000;border:none;border-radius:0;height:-webkit-fit-content;height:fit-content;margin:0;padding:0;width:-webkit-fit-content;width:fit-content}.cometchat-search-conversations__see-more .cometchat-button__text{color:#6852d6;color:var(--cometchat-primary-color,#6852d6);font:var(--cometchat-font-body-medium)}.cometchat-search-messages{height:-webkit-fit-content;height:fit-content;overflow:hidden}.cometchat-search__shimmer{background:#fff;background:var(--cometchat-background-color-01,#fff);height:100%;width:100%}.cometchat-search__shimmer-item{align-items:center;display:flex;gap:12px;height:72px;min-width:240px;padding:12px 16px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px);width:100%}.cometchat-search__shimmer-item-avatar{background:linear-gradient(90deg,#e0e0e0,#eee);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;flex-shrink:0;height:48px;width:48px}.cometchat-search__shimmer-item-body{display:flex;flex-direction:column;gap:8px;gap:var(--cometchat-padding-2,8px);height:100%;width:100%}.cometchat-search__shimmer-item-body-title-wrapper{display:flex;justify-content:space-between;width:100%}.cometchat-search__shimmer-item-body-title{height:22px;width:50%}.cometchat-search__shimmer-item-body-subtitle,.cometchat-search__shimmer-item-body-title{animation:shimmerAnimation 1.5s linear infinite;background:linear-gradient(90deg,#e0e0e0,#eee);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:8px;border-radius:var(--cometchat-radius-2,8px);flex-shrink:0}.cometchat-search__shimmer-item-body-subtitle{height:12px;width:100%}.cometchat-search__shimmer-item-body-tail{animation:shimmerAnimation 3.5s linear infinite;background:linear-gradient(90deg,#e0e0e0,#eee);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:8px;border-radius:var(--cometchat-radius-2,8px);height:22px;min-height:22px;width:60px}.cometchat-search__empty-view{align-items:center;background:#fff;background:var(--cometchat-background-color-01,#fff);display:flex;flex-direction:column;gap:20px;gap:var(--cometchat-padding-5,20px);height:100%;justify-content:center;padding:12px 16px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px)}.cometchat-search__empty-view-icon{background:#a1a1a1;background:var(--cometchat-icon-color-secondary,#a1a1a1);height:120px;mask:url(/static/media/search_message_icon.dce7250b5966716057a8.svg) center center no-repeat;-webkit-mask:url(/static/media/search_message_icon.dce7250b5966716057a8.svg) center center no-repeat;mask-size:contain;-webkit-mask-size:contain;width:120px}.cometchat-search__empty-view-body{display:flex;flex-direction:column;gap:2px;gap:var(--cometchat-padding,2px)}.cometchat-search__empty-view-body-title{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading3-bold);max-width:280px;text-align:center;width:auto}.cometchat-search__empty-view-body-description{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);max-width:280px;text-align:center;width:auto}.cometchat-search__error-view{align-items:center;background:#fff;background:var(--cometchat-background-color-01,#fff);display:flex;flex-direction:column;gap:20px;gap:var(--cometchat-padding-5,20px);height:100%;justify-content:center}.cometchat-search__error-view-icon{background:#f44649;background:var(--cometchat-error-color,#f44649);height:120px;mask:url(/static/media/list_error_state_icon.173ec5995098722fd26a.svg) center center no-repeat;-webkit-mask:url(/static/media/list_error_state_icon.173ec5995098722fd26a.svg) center center no-repeat;mask-size:contain;-webkit-mask-size:contain;width:120px}.cometchat-search__error-view-body{display:flex;flex-direction:column;gap:2px;gap:var(--cometchat-padding,2px)}.cometchat-search__error-view-body-title{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading3-bold);text-align:center;width:280px}.cometchat-search__error-view-body-description{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);text-align:center;width:280px}.cometchat-search-messages__list-item{cursor:pointer;width:100%}.cometchat-search-messages__list-item .cometchat-list-item__body-subtitle,.cometchat-search-messages__list-item .cometchat-search-messages__subtitle{display:block;max-width:98%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.cometchat-search-messages__subtitle-text{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.cometchat-search-messages__trailing-view{align-items:flex-end;display:flex;flex-direction:column;gap:4px;gap:var(--cometchat-padding-1,4px)}.cometchat-search-messages .cometchat-date{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-caption1-regular)}.cometchat-search-messages__see-more{display:flex;gap:12px 0;gap:var(--cometchat-padding-3,12px) 0;justify-content:flex-start;padding:12px 16px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px)}.cometchat-search-messages__see-more .cometchat-button{background:#0000;border:none;border-radius:0;height:-webkit-fit-content;height:fit-content;margin:0;padding:0;width:-webkit-fit-content;width:fit-content}.cometchat-search-messages__see-more .cometchat-button__text{color:#6852d6;color:var(--cometchat-primary-color,#6852d6);font:var(--cometchat-font-body-medium)}.cometchat-search__messages-leading-view{align-items:center;background:var(--cometchat-background-color-01);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;height:40px;justify-content:center;width:48px}.cometchat-search__messages-leading-view-link>.cometchat-search__messages-leading-view-icon{background:#a1a1a1;background:var(--cometchat-icon-color-secondary,#a1a1a1);height:16px;-webkit-mask:url(/static/media/link_icon_2x.36e20b3a8c0cb0f48554.svg) center center no-repeat;mask:url(/static/media/link_icon_2x.36e20b3a8c0cb0f48554.svg) center center no-repeat;transform:scale(2);width:16px}.cometchat-search__messages-leading-view-link>img{height:32px;width:32px}.cometchat-search__messages-leading-view-audio.cometchat-search__messages-leading-view{background-color:#6852d6;background-color:var(--cometchat-primary-color,#6852d6)}.cometchat-search__messages-leading-view-audio>.cometchat-search__messages-leading-view-icon{background:#a1a1a1;background:var(--cometchat-static-white,#a1a1a1);height:16px;mask:url(/static/media/play_arrow.04f459a65b962cbb5f65.svg) center center no-repeat;-webkit-mask:url(/static/media/play_arrow.04f459a65b962cbb5f65.svg) center center no-repeat;transform:scale(2);width:16px}.cometchat-search__body-filter .cometchat-button__text{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-body-regular)}.cometchat-search-messages__subtitle{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular)}.cometchat-search-messages__date-separator .cometchat-date{align-items:flex-start;color:#727272;color:var(--cometchat-text-color-secondary,#727272);display:flex;font:var(--cometchat-font-caption1-regular);justify-content:flex-start}.cometchat-search-messages__date-separator{padding:0 8px;padding:0 var(--cometchat-padding-2,8px)}.cometchat-search__messages-trailing-view{align-items:center;display:flex;justify-content:center;min-height:50px;overflow:hidden;width:80px}.cometchat-search__messages-trailing-view img,.cometchat-search__messages-trailing-view video{height:auto;max-height:80px;max-width:80px;object-fit:contain;width:auto}.cometchat-search__messages-video-play-button{align-items:center;background-color:#0009;border-radius:50%;display:flex;height:30px;justify-content:center;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:30px}.cometchat-search__messages-video-play-button:after{border-bottom:8px solid #0000;border-left:12px solid #fff;border-top:8px solid #0000;content:"";display:block;height:0;margin-left:3px;width:0}.cometchat-search__messages-trailing-view-video{position:relative}.cometchat-search .cometchat-list__header-title{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-caption1-medium)}.cometchat-search__conversations,.cometchat-search__messages{height:-webkit-fit-content;height:fit-content;min-height:110px}.cometchat-search__conversations-full,.cometchat-search__messages-full{height:100%}.cometchat-search__input::-webkit-scrollbar,.cometchat-search__input::-webkit-scrollbar-thumb,.cometchat-search__results::-webkit-scrollbar,.cometchat-search__results::-webkit-scrollbar-thumb{display:none}.cometchat-search__conversations-list-item-online .cometchat-list-item__status,.cometchat-search__conversations-list-item-password .cometchat-list-item__status,.cometchat-search__conversations-list-item-private .cometchat-list-item__status{align-items:center;border:2px solid #fff;border:2px solid var(--cometchat-neutral-color-50,#fff);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px);display:flex;height:14px;justify-content:center;margin-right:-14px;min-width:14px;position:relative;right:15px;top:20px;width:14px}.cometchat-search__conversations-list-item-online .cometchat-list-item__status{background:#09c26f;background:var(--cometchat-success-color,#09c26f);margin-right:-12px}.cometchat-search__conversations-list-item-password .cometchat-list-item__status{background-color:#09c26f;background-color:var(--cometchat-success-color,#09c26f)}.cometchat-search__conversations-list-item-private .cometchat-list-item__status{background-color:#ffab00;background-color:var(--cometchat-warning-color,#ffab00)}.cometchat-search__conversations-list-item-password .cometchat-list-item__status-icon{align-items:center;align-self:center;background:#fff;background:var(--cometchat-static-white,#fff);border:none;display:flex;height:8px;justify-content:center;-webkit-mask:url(/static/media/lock.71f7e9ad8da2b826c5c8.svg) center center no-repeat;mask:url(/static/media/lock.71f7e9ad8da2b826c5c8.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:8px}.cometchat-search__conversations-list-item-private .cometchat-list-item__status-icon{align-items:center;align-self:center;background:#fff;background:var(--cometchat-static-white,#fff);border:none;display:flex;height:8px;justify-content:center;-webkit-mask:url(/static/media/shield.0e8a980876383e89187b.svg) center center no-repeat;mask:url(/static/media/shield.0e8a980876383e89187b.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:8px}.cometchat-search .cometchat-list__header-title{padding:0 16px;padding:0 var(--cometchat-padding-4,16px)}.cometchat-search__initial-view{padding:12px 16px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px)}.cometchat-search .cometchat-list .cometchat-list__body,.cometchat-search .cometchat-list .cometchat-list__header{border:none}.cometchat-search__body-filter-active{background:#141414;background:var(--cometchat-neutral-color-900,#141414);border:1px solid #434343;border:1px solid var(--cometchat-neutral-color-800,#434343);border-radius:1000px;border-radius:var(--cometchat-radius-max,1000px)}.cometchat-search__body-filter-active .cometchat-button__text{color:#141414;color:var(--cometchat-neutral-color-50,#141414)}.cometchat-search__body-filter-active .cometchat-button__icon{background:#141414;background:var(--cometchat-neutral-color-50,#141414)}.cometchat-search__messages-leading-view-file{height:32px;width:32px}.cometchat-search__messages .cometchat-list-item__body-title{color:#727272;color:var(--cometchat-text-color-secondary,#727272)}.cometchat-search__messages-subtitle-icon-thread{background:#a1a1a1;background:var(--cometchat-icon-color-secondary,#a1a1a1);border:none;border-radius:0;height:16px;-webkit-mask:url(/static/media/conversations_thread.ef0eb6defdbb3b8a27b6.svg) center center no-repeat;mask:url(/static/media/conversations_thread.ef0eb6defdbb3b8a27b6.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:16px}.cometchat-moderation-status__icon{background-color:var(--cometchat-error-color);display:inline-block;-webkit-mask:url(/static/media/message_blocked.79ffe1a906c494f50bb9.svg) center center no-repeat;-webkit-mask-size:contain;min-height:16px;min-width:16px}.cometchat-moderation-status{align-items:flex-start;background-color:var(--cometchat-error-color-100);border-radius:0 0 12px 12px;border-radius:0 0 var(--cometchat-radius-3,12px) var(--cometchat-radius-3,12px);display:flex;flex-direction:row;gap:4px;gap:var(--cometchat-spacing-1,4px);padding:var(--cometchat-padding-1) var(--cometchat-padding-2)}.cometchat-moderation-status .cometchat-moderation-status__message{color:#f44649;color:var(--cometchat-error-color,#f44649);font:var(--cometchat-font-body-regular);margin:0;text-align:left}.cometchat-ai-assistant-chat{align-items:center;background:var(--cometchat-background-color-02);display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%}.cometchat-ai-assistant-chat .cometchat-message-bubble-incoming{align-self:flex-start;box-sizing:border-box;max-width:100%;overflow:hidden;padding-top:3px}.cometchat-ai-assistant-chat__wrapper{height:100%;overflow:hidden;position:relative;width:100%}.cometchat-ai-assistant-chat__message-list-wrapper{box-sizing:border-box;height:inherit;overflow:hidden;width:100%}.cometchat-ai-assistant-chat__composer-wrapper,.cometchat-ai-assistant-chat__header-wrapper{height:-webkit-fit-content;height:fit-content;overflow:hidden;width:100%}.cometchat-ai-assistant-chat__composer-wrapper{background:#0000}.cometchat-ai-assistant-chat .cometchat-message-header{border-bottom:1px solid var(--cometchat-border-color-light)}.cometchat-ai-assistant-chat .cometchat-message-header .cometchat-list-item{gap:var(--cometchat-spacing-2)}.cometchat-ai-assistant-chat .cometchat-message-header .cometchat-list-item__body-title{display:block}.cometchat-ai-assistant-chat .cometchat-message-header .cometchat-message-header__subtitle{color:var(--cometchat-text-color-secondary)}.cometchat-ai-assistant-chat .cometchat-ai-assistant-chat__header-auxiliary-view{align-items:center;display:flex;gap:var(--cometchat-spacing-2);justify-content:space-between}.cometchat-ai-assistant-chat .cometchat-ai-assistant-chat__header-auxiliary-view .cometchat-button{background:#0000;border:none;box-sizing:border-box;height:-webkit-fit-content;height:fit-content;margin:0;padding:6px;width:-webkit-fit-content;width:fit-content}.cometchat-ai-assistant-chat .cometchat-ai-assistant-chat__header-auxiliary-view .cometchat-button__icon{background:var(--cometchat-icon-color-secondary);height:24px;width:24px}.cometchat-ai-assistant-chat .cometchat-ai-assistant-chat__header-auxiliary-view .cometchat-button__icon:hover{background:var(--cometchat-icon-color-primary);transition:background .4s ease-in-out}.cometchat-ai-assistant-chat .cometchat-message-composer__input{border:none}.cometchat-ai-assistant-chat .cometchat-message-composer{background:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-default);border-radius:var(--cometchat-radius-4);margin:0 8px 8px;width:auto}.cometchat-ai-assistant-chat .cometchat-message-bubble__status-info-view-receipts-delivered .cometchat-message-list__receipt,.cometchat-ai-assistant-chat .cometchat-message-bubble__status-info-view-receipts-sent .cometchat-message-list__receipt,.cometchat-ai-assistant-chat .cometchat-message-bubble__status-info-view-receipts-wait .cometchat-message-list__receipt{background-color:var(--cometchat-icon-color-secondary)}.cometchat-ai-assistant-chat .cometchat-message-bubble__status-info-view .cometchat-message-bubble__status-info-view-receipts-error{height:12px;margin-bottom:2px;width:12px}.cometchat-ai-assistant-chat .cometchat-message-bubble__status-info-view{gap:var(--cometchat-padding-1)}.cometchat-ai-assistant-chat__send-button-view{align-items:center;background:var(--cometchat-background-color-04);border:1px solid var(--cometchat-border-color-light);border-radius:var(--cometchat-radius-max);display:flex;height:44px;justify-content:center;padding:var(--cometchat-padding-3);width:44px}.cometchat-ai-assistant-chat__send-button-view .cometchat-ai-assistant-chat__send-button-icon{background:var(--cometchat-icon-color-white);height:20px;mask:url(/static/media/send-message.fa7501d52cb01566a038.svg) center center no-repeat;-webkit-mask:url(/static/media/send-message.fa7501d52cb01566a038.svg) center center no-repeat;mask-size:contain;-webkit-mask-size:contain;width:20px}.cometchat-ai-assistant-chat__send-button-view--active{background:var(--cometchat-secondary-button-background)}.cometchat-ai-assistant-chat .cometchat-message-list .cometchat-list__body{border:none;height:100%}.cometchat-ai-assistant-chat .cometchat-message-list__shimmer{background:#0000}.cometchat-ai-assistant-chat__send-button-view--streaming{background:var(--cometchat-secondary-button-background)}.cometchat-ai-assistant-chat__send-button-view--streaming .cometchat-ai-assistant-chat__send-button-icon{background:var(--cometchat-icon-color-white);border-radius:0;height:16px;mask:url(/static/media/stop-message.394e6adf2af527d6b219.svg) center center no-repeat;-webkit-mask:url(/static/media/stop-message.394e6adf2af527d6b219.svg) center center no-repeat;mask-size:contain;-webkit-mask-size:contain;width:16px}.cometchat-ai-assistant-chat .cometchat-list__empty-view{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:var(--cometchat-padding-4)}.cometchat-ai-assistant-chat__empty-state-suggested-messages{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;justify-content:center;max-width:85%;padding-top:var(--cometchat-padding-5)}.cometchat-ai-assistant-chat__suggested-message-icon{background:var(--cometchat-icon-color-secondary);display:inline-block;height:16px;mask:url(/static/media/right-arrow.d430f526b3249ce1e4c9.svg) center center no-repeat;-webkit-mask:url(/static/media/right-arrow.d430f526b3249ce1e4c9.svg) center center no-repeat;mask-size:contain;-webkit-mask-size:contain;width:16px}.cometchat-ai-assistant-chat__suggested-message-pill:hover{background:var(--cometchat-background-color-01);cursor:pointer;transition:all .4s ease-in-out}.cometchat-ai-assistant-chat__suggested-message-pill{align-items:center;background:#0000;border:1px solid var(--cometchat-border-color-default);border-radius:var(--cometchat-radius-max);box-sizing:border-box;color:var(--cometchat-text-color-secondary);display:flex;font:var(--cometchat-font-body-regular);gap:var(--cometchat-spacing-2);justify-content:center;min-height:32px;min-width:80px;padding:var(--cometchat-padding-2) var(--cometchat-padding-3)}.cometchat-ai-assistant-chat .cometchat-message-list{background:#0000;margin:0 auto 17px;max-width:calc(100% + var(--cometchat-padding-4)*2)}.cometchat-ai-assistant-chat .cometchat-message-list__body{padding:0 var(--cometchat-padding-1);padding-bottom:var(--cometchat-padding-2)}@media (max-width:768px){.cometchat-ai-assistant-chat{left:0;position:fixed;top:0;width:100vw;z-index:3}}.cometchat-ai-assistant-chat__empty-state{align-items:center;background:#0000;display:flex;height:100%;justify-content:center;width:100%}.cometchat-ai-assistant-chat__empty-state-content{align-items:center;display:flex;flex-direction:column;padding-top:var(--cometchat-padding-2);text-align:center}.cometchat-ai-assistant-chat .cometchat-list__body>.cometchat-list__body-intersection-top{visibility:hidden}.cometchat-ai-assistant-chat__empty-state-icon img{height:60px;object-fit:contain;width:60px}.cometchat-ai-assistant-chat__empty-state-icon{padding-bottom:var(--cometchat-padding-5)}.cometchat-ai-assistant-chat__empty-state-greeting-message{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-heading4-medium);text-align:center}.cometchat-ai-assistant-chat__empty-state-intro-message{color:var(--cometchat-text-color-tertiary);font:var(--cometchat-font-body-regular);padding-top:var(--cometchat-padding-1);text-align:center}.cometchat-ai-assistant-chat .cometchat-message-bubble-outgoing .cometchat-message-bubble__body,.cometchat-ai-assistant-chat .cometchat-message-bubble-outgoing .cometchat-text-bubble{background:var(--cometchat-background-color-03)}.cometchat-ai-assistant-chat .cometchat-message-bubble-incoming .cometchat-message-bubble__body{background:#0000}.cometchat-ai-assistant-chat .cometchat-message-bubble__wrapper{gap:var(--cometchat-spacing-2);padding:var(--cometchat-padding-2)}.cometchat-message-bubble__body.agent-assistant_custom{padding:0}.cometchat-ai-assistant-chat .cometchat-message-bubble-outgoing .cometchat-date,.cometchat-ai-assistant-chat .cometchat-message-bubble-outgoing .cometchat-text-bubble__body-text{color:var(--cometchat-text-color-primary)}@media (max-width:768px){.cometchat-ai-assistant-chat__empty-state-suggested-messages{max-width:90%}}@media (max-width:680px){.cometchat-ai-assistant-chat__empty-state-suggested-messages{max-width:100%}}.cometchat-ai-assistant-chat__sidebar{background:var(--cometchat-background-color-01);border-left:1px solid var(--cometchat-border-color-light);display:flex;flex-direction:column;height:100%;max-width:420px;position:absolute;right:0;top:0;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);width:60%;z-index:1000}.cometchat-ai-assistant-chat__sidebar--open{transform:translateX(0)}.cometchat-ai-assistant-chat .cometchat-text-bubble.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text{-webkit-line-clamp:none!important;line-clamp:none!important;line-height:1.75}.cometchat-ai-assistant-chat .cometchat-text-bubble.cometchat-text-bubble-outgoing .cometchat-text-bubble__read-less,.cometchat-ai-assistant-chat .cometchat-text-bubble.cometchat-text-bubble-outgoing .cometchat-text-bubble__read-more{display:none}.cometchat-ai-assistant-chat__sidebar-content{background:var(--cometchat-background-color-02);display:flex;flex:1 1;flex-direction:column;overflow:hidden}.cometchat-ai-assistant-chat__message-composer-view{width:100%}.cometchat-ai-assistant-chat__message-composer-view--disabled{caret-color:#0000;cursor:not-allowed;position:relative}.cometchat-ai-assistant-chat__message-composer-view--disabled *{pointer-events:none}.cometchat-ai-assistant-chat__message-composer-view--disabled:hover:before{background:var(--cometchat-error-color);opacity:1}.cometchat-ai-assistant-chat__message-composer-view--disabled .cometchat-ai-assistant-chat__send-button-view--streaming .cometchat-ai-assistant-chat__send-button-icon{cursor:not-allowed;pointer-events:none}.cometchat-ai-assistant-message-bubble__copy{align-items:flex-start;background:var(--cometchat-icon-color-secondary);display:flex;height:20px;justify-content:flex-start;mask:url(/static/media/Copy.4d5c5370c2badfa4ec72.svg) center center no-repeat;-webkit-mask:url(/static/media/Copy.4d5c5370c2badfa4ec72.svg) center center no-repeat;mask-size:contain;-webkit-mask-size:contain;width:20px}.cometchat-ai-assistant-chat .cometchat-message-bubble-outgoing .cometchat-message-bubble__status-info-view{align-items:center;display:flex;flex-direction:row}.cometchat-ai-assistant-chat .cometchat-message-bubble-outgoing .cometchat-message-bubble__status-info-view .cometchat{display:flex}.cometchat-ai-assistant-chat__sidebar-overlay{animation:fadeIn .3s ease forwards;background:#0000004d;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:999}.cometchat-ai-assistant-chat .cometchat-message-bubble-incoming .cometchat-message-bubble__body,.cometchat-ai-assistant-chat .cometchat-message-bubble-incoming .cometchat-message-bubble__body-content-view,.cometchat-ai-assistant-chat .cometchat-message-bubble-incoming .cometchat-message-bubble__body-wrapper,.cometchat-ai-assistant-chat .cometchat-message-bubble-incoming .cometchat-message-bubble__body.tool-result_agentic,.cometchat-ai-assistant-chat .cometchat-message-bubble-incoming>div{max-width:100%!important;min-width:100%!important;width:100%!important}@keyframes fadeIn{to{opacity:1}}@media (max-width:768px){.cometchat-ai-assistant-chat__sidebar{position:fixed;z-index:1000}.cometchat-ai-assistant-chat__sidebar--open{position:fixed;transform:translateX(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.cometchat-ai-assistant-chat__sidebar-overlay{position:fixed;z-index:999}}@media (max-width:480px){.cometchat-ai-assistant-chat__sidebar{position:fixed;z-index:1000}.cometchat-ai-assistant-chat__sidebar--open{max-width:none;position:fixed;transform:translateX(0);transition:transform .3s cubic-bezier(.4,0,.2,1);width:100%}.cometchat-ai-assistant-chat__sidebar-overlay{position:fixed;z-index:999}}.cometchat-ai-assistant-message-bubble{display:flex;flex-direction:column;justify-content:flex-start;max-width:100%;overflow:hidden;text-align:left;width:100%}.cometchat-ai-assistant-message-bubble *{box-sizing:border-box;line-height:1.75;margin:0;margin-bottom:var(--cometchat-margin-2);max-width:100%;overflow:hidden}.cometchat:has(>.cometchat-ai-assistant-message-bubble){margin-top:calc(var(--cometchat-margin-1)*-1)}.cometchat-ai-assistant-message-bubble>p:not([class]){color:var(--cometchat-text-color-primary);text-align:left}.cometchat-ai-assistant-message-bubble ol:not([class]){margin-top:0!important;padding-left:0!important}.cometchat-ai-assistant-message-bubble li:not([class]),.cometchat-ai-assistant-message-bubble ol:not([class]){color:var(--cometchat-text-color-primary);text-align:left!important}.cometchat-ai-assistant-message-bubble canvas,.cometchat-ai-assistant-message-bubble figure,.cometchat-ai-assistant-message-bubble img,.cometchat-ai-assistant-message-bubble pre,.cometchat-ai-assistant-message-bubble svg,.cometchat-ai-assistant-message-bubble table,.cometchat-ai-assistant-message-bubble video{vertical-align:top}.cometchat-ai-assistant-message-bubble input[type=checkbox]{margin-right:var(--cometchat-margin-1);position:relative;top:1px}.cometchat-ai-assistant-message-bubble ol:not([class]),.cometchat-ai-assistant-message-bubble ul:not([class]){color:var(--cometchat-text-color-primary);padding-left:var(--cometchat-padding-5)!important;text-align:left!important}.cometchat-ai-assistant-message-bubble ul:not([class]){color:var(--cometchat-text-color-primary);text-align:left!important}.cometchat-ai-assistant-message-bubble__code-block{border:1px solid var(--cometchat-border-color-default);max-height:300px;overflow:auto;width:100%}.cometchat-ai-assistant-message-bubble :not(pre *){color:var(--cometchat-text-color-primary);font-family:var(--cometchat-font-family);font-size:14px}.cometchat-ai-assistant-message-bubble .cometchat-ai-assistant-message-bubble__code-block,.cometchat-ai-assistant-message-bubble .cometchat-ai-assistant-message-bubble__code-block *{font-size:14px}.cometchat-ai-assistant-message-bubble__code-block::-webkit-scrollbar{background:#0000;height:8px;width:0}.cometchat-ai-assistant-message-bubble__code-block::-webkit-scrollbar-track{background:#0000}.cometchat-ai-assistant-message-bubble__code-block::-webkit-scrollbar-thumb{background:var(--cometchat-icon-color-secondary);border-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-message-bubble table{border-collapse:initial;border-radius:var(--cometchat-radius-2);border-spacing:0;display:block;margin:var(--cometchat-margin-2) 0;max-width:100%;overflow-x:auto;overflow:scroll;table-layout:auto;width:-webkit-fit-content;width:fit-content}.cometchat-ai-assistant-message-bubble tr:first-child th:first-child{border-top-left-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-message-bubble tr:first-child th:last-child{border-top-right-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-message-bubble tr:last-child td:first-child{border-bottom-left-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-message-bubble tr:last-child td:last-child{border-bottom-right-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-message-bubble td,.cometchat-ai-assistant-message-bubble th{border:1px solid var(--cometchat-border-color-dark);max-width:100%;padding:var(--cometchat-padding-2);width:-webkit-fit-content;width:fit-content}.cometchat-ai-assistant-message-bubble table::-webkit-scrollbar{background:#0000;height:8px;width:0}.cometchat-ai-assistant-message-bubble table::-webkit-scrollbar-track{background:#0000}.cometchat-ai-assistant-message-bubble table::-webkit-scrollbar-thumb{background:var(--cometchat-icon-color-secondary);border-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-message-bubble td{text-align:left!important}.cometchat-ai-assistant-message-bubble th{background:var(--cometchat-background-color-04);text-align:center!important}.cometchat-ai-assistant-message-bubble .cometchat-ai-assistant-message-bubble__link{color:var(--cometchat-text-color-highlight);text-decoration:underline}.cometchat-ai-assistant-message-bubble hr,.cometchat-ai-assistant-message-bubble ol,.cometchat-ai-assistant-message-bubble ul{margin:0}.cometchat-ai-assistant-message-bubble li{overflow:visible!important;padding:0}.cometchat-ai-assistant-message-bubble>ol:first-child>li:first-child,.cometchat-ai-assistant-message-bubble>ul:first-child>li:first-child{padding-top:0}.cometchat-ai-assistant-message-bubble h1,.cometchat-ai-assistant-message-bubble h2,.cometchat-ai-assistant-message-bubble h3,.cometchat-ai-assistant-message-bubble h4,.cometchat-ai-assistant-message-bubble h5,.cometchat-ai-assistant-message-bubble h6{font-size:medium;margin:0;padding:var(--cometchat-padding-2) 0}.cometchat-ai-assistant-message-bubble>:first-child :first-child:not(:has(*))~img{margin-top:var(--cometchat-margin-1)}.cometchat-ai-assistant-message-bubble>h1:first-child,.cometchat-ai-assistant-message-bubble>h2:first-child,.cometchat-ai-assistant-message-bubble>h3:first-child,.cometchat-ai-assistant-message-bubble>h4:first-child,.cometchat-ai-assistant-message-bubble>h5:first-child,.cometchat-ai-assistant-message-bubble>h6:first-child{padding-top:0}.cometchat-ai-assistant-message-bubble img{border-radius:var(--cometchat-radius-2);margin-top:var(--cometchat-margin-2);max-height:300px;width:-webkit-fit-content;width:fit-content}.cometchat-ai-assistant-message-bubble__image-intersection-end,.cometchat-ai-assistant-message-bubble__image-intersection-start{display:none}.cometchat-ai-assistant-message-bubble .cometchat-ai-assistant-message-bubble__image-intersection-start:not(.cometchat-ai-assistant-message-bubble__image-intersection-end~.cometchat-ai-assistant-message-bubble__image-intersection-start,input[type=checkbox]~.cometchat-ai-assistant-message-bubble__image-intersection-start){display:block;margin-top:-.5em}.cometchat-ai-assistant-message-bubble .cometchat-ai-assistant-message-bubble__image-intersection-start:is(input[type=checkbox]~.cometchat-ai-assistant-message-bubble__image-intersection-start)~img{margin-top:var(--cometchat-margin-1)}.cometchat-ai-assistant-message-bubble .cometchat-ai-assistant-message-bubble__image-intersection-end:not(:has(+.cometchat-ai-assistant-message-bubble__image-intersection-start)){display:block}.cometchat-ai-assistant-message-bubble .cometchat-ai-assistant-message-bubble__image-intersection-end:last-child{margin-bottom:0}.cometchat-ai-assistant-message-bubble>ol:first-child li:first-child>p:first-child,.cometchat-ai-assistant-message-bubble>p:first-child,.cometchat-ai-assistant-message-bubble>ul:first-child li:first-child>p:first-child{padding-top:0}.cometchat-stream-message-bubble *{box-sizing:border-box;line-height:1.75;margin:0;margin-bottom:var(--cometchat-margin-2);max-width:100%;overflow:hidden}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__copy{align-items:flex-start;align-self:flex-start;background:var(--cometchat-icon-color-secondary);display:flex;height:20px;justify-content:flex-start;mask:url(/static/media/Copy.4d5c5370c2badfa4ec72.svg) center center no-repeat;-webkit-mask:url(/static/media/Copy.4d5c5370c2badfa4ec72.svg) center center no-repeat;mask-size:contain;-webkit-mask-size:contain;width:20px}.cometchat:has(>.cometchat-stream-message-bubble){margin-top:calc(var(--cometchat-margin-1)*-1)}.cometchat-stream-message-bubble{overflow:hidden;text-align:left}.cometchat-message-bubble__wrapper{align-items:center}.cometchat-stream-message-bubble>p:not([class]){text-align:left}.cometchat-stream-message-bubble>ol:not([class]){margin-top:0!important;padding-left:0!important;text-align:left!important}.cometchat-stream-message-bubble canvas,.cometchat-stream-message-bubble figure,.cometchat-stream-message-bubble img,.cometchat-stream-message-bubble pre,.cometchat-stream-message-bubble svg,.cometchat-stream-message-bubble table,.cometchat-stream-message-bubble video{vertical-align:top}.cometchat-stream-message-bubble input[type=checkbox]{margin-right:var(--cometchat-margin-1);position:relative;top:1px}.cometchat-stream-message-bubble li:not([class]){text-align:left!important}.cometchat-stream-message-bubble ol:not([class]),.cometchat-stream-message-bubble ul:not([class]){padding-left:var(--cometchat-padding-5)!important;text-align:left!important}.cometchat-stream-message-bubble ul:not([class]){text-align:left!important}.cometchat-stream-message-bubble__code-block{border:1px solid var(--cometchat-border-color-default);max-height:300px;overflow:auto;width:100%}.cometchat-stream-message-bubble :not(pre *){color:var(--cometchat-text-color-primary);font-family:var(--cometchat-font-family);font-size:14px}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__code-block,.cometchat-stream-message-bubble .cometchat-stream-message-bubble__code-block *{font-size:14px}.cometchat-stream-message-bubble__thinking{align-items:center;align-self:flex-start;animation:fadeIn .5s ease;border-radius:16px;color:#717680;display:flex;font:var(--cometchat-font-body-regular);height:-webkit-fit-content;height:fit-content;justify-content:flex-start;min-width:-webkit-fit-content;min-width:fit-content;overflow:hidden;padding-top:1px;position:relative;width:-webkit-fit-content;width:fit-content}.cometchat-stream-message-bubble__thinking:after{animation:shimmer 1.5s infinite;background:var( --cometchat-text-shimmer-gradient-color);content:"";height:100%;left:-60%;opacity:.7;pointer-events:none;position:absolute;top:0;width:60%}.cometchat-stream-message-bubble__tool-call-text{color:var(--cometchat-text-color-secondary);padding-top:1px;text-align:left;width:-webkit-fit-content;width:fit-content}.cometchat-stream-message-bubble__thinking{align-items:flex-start;border-radius:0}.cometchat-stream-message-bubble__thinking>.cometchat-stream-message-bubble__thinking-text{border-radius:0;color:var(--cometchat-text-color-secondary)}.cometchat-stream-message-bubble__code-block::-webkit-scrollbar{background:#0000;height:8px;width:0}.cometchat-stream-message-bubble__code-block::-webkit-scrollbar-track{background:#0000}.cometchat-stream-message-bubble__code-block::-webkit-scrollbar-thumb{background:var(--cometchat-icon-color-secondary);border-radius:4px}.cometchat-stream-message-bubble table{border-collapse:initial;border-radius:var(--cometchat-radius-2);border-spacing:0;display:block;margin:var(--cometchat-margin-2) 0;max-width:100%;overflow-x:auto;overflow:hidden;table-layout:auto;width:-webkit-fit-content;width:fit-content}.cometchat-stream-message-bubble tr:first-child th:first-child{border-top-left-radius:var(--cometchat-radius-2)}.cometchat-stream-message-bubble tr:first-child th:last-child{border-top-right-radius:var(--cometchat-radius-2)}.cometchat-stream-message-bubble tr:last-child td:first-child{border-bottom-left-radius:var(--cometchat-radius-2)}.cometchat-stream-message-bubble tr:last-child td:last-child{border-bottom-right-radius:var(--cometchat-radius-2)}.cometchat-stream-message-bubble table::-webkit-scrollbar{background:#0000;height:8px;width:0}.cometchat-stream-message-bubble table::-webkit-scrollbar-track{background:#0000}.cometchat-stream-message-bubble table::-webkit-scrollbar-thumb{background:var(--cometchat-icon-color-secondary);border-radius:var(--cometchat-radius-2)}.cometchat-stream-message-bubble td,.cometchat-stream-message-bubble th{border:1px solid var(--cometchat-border-color-dark);max-width:100%;padding:var(--cometchat-padding-2);width:-webkit-fit-content;width:fit-content}.cometchat-stream-message-bubble td{text-align:left!important}.cometchat-stream-message-bubble th{background:var(--cometchat-background-color-04);text-align:center!important}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__link{color:var(--cometchat-text-color-highlight);text-decoration:underline}.cometchat-stream-message-bubble hr,.cometchat-stream-message-bubble ol,.cometchat-stream-message-bubble ul{margin:0}.cometchat-stream-message-bubble li{overflow:visible!important;padding:0}.cometchat-stream-message-bubble img{border-radius:var(--cometchat-radius-2);margin-top:var(--cometchat-margin-2);max-height:300px;width:-webkit-fit-content;width:fit-content}.cometchat-stream-message-bubble>:first-child :first-child:not(:has(*))~img{margin-top:var(--cometchat-margin-1)}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__image-intersection-start:not(.cometchat-stream-message-bubble__image-intersection-end~.cometchat-stream-message-bubble__image-intersection-start,input[type=checkbox]~.cometchat-stream-message-bubble__image-intersection-start){display:block;margin-top:-.5em}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__image-intersection-start:is(input[type=checkbox]~.cometchat-stream-message-bubble__image-intersection-start)~img{margin-top:var(--cometchat-margin-1)}.cometchat-stream-message-bubble>ol:first-child>li:first-child,.cometchat-stream-message-bubble>ul:first-child>li:first-child{padding-top:0}.cometchat-stream-message-bubble h1,.cometchat-stream-message-bubble h2,.cometchat-stream-message-bubble h3,.cometchat-stream-message-bubble h4,.cometchat-stream-message-bubble h5,.cometchat-stream-message-bubble h6{font-size:medium;margin:0;padding:var(--cometchat-padding-2) 0}.cometchat-stream-message-bubble>h1:first-child,.cometchat-stream-message-bubble>h2:first-child,.cometchat-stream-message-bubble>h3:first-child,.cometchat-stream-message-bubble>h4:first-child,.cometchat-stream-message-bubble>h5:first-child,.cometchat-stream-message-bubble>h6:first-child{padding-top:0}.cometchat-stream-message-bubble__image-intersection-end,.cometchat-stream-message-bubble__image-intersection-start{display:none}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__image-intersection-start:not(.cometchat-stream-message-bubble__image-intersection-end~.cometchat-stream-message-bubble__image-intersection-start){display:block;margin-top:-.5em}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__image-intersection-end:not(:has(+.cometchat-stream-message-bubble__image-intersection-start)){display:block}.cometchat-stream-message-bubble .cometchat-stream-message-bubble__image-intersection-end:last-child{margin-bottom:0}.cometchat-stream-message-bubble>ol:first-child li:first-child>p:first-child,.cometchat-stream-message-bubble>p:first-child,.cometchat-stream-message-bubble>ul:first-child li:first-child>p:first-child{padding-top:0}@keyframes shimmer{0%{left:-60%}to{left:100%}}.cometchat-ai-assistant-chat-history{display:flex;flex-direction:column;height:100%;padding:var(--cometchat-padding-2);padding-top:0;width:100%}.cometchat-ai-assistant-chat-history__empty,.cometchat-ai-assistant-chat-history__error,.cometchat-ai-assistant-chat-history__loading{align-items:center;color:var(--cometchat-text-color-secondary);display:flex;height:100%;justify-content:center;padding:var(--cometchat-padding-5);text-align:center;width:100%}.cometchat-ai-assistant-chat-history__list{flex:1 1;overflow-y:auto}.cometchat-ai-assistant-chat-history__header-container{background:#0000;box-sizing:border-box;height:-webkit-fit-content;height:fit-content;width:100%}.cometchat-ai-assistant-chat-history .cometchat-list__header{background:#0000;border:none}.cometchat-ai-assistant-chat-history .cometchat-ai-assistant-chat-history__header-container-new-chat-container{box-sizing:border-box;padding-bottom:var(--cometchat-padding-5)}.cometchat-ai-assistant-chat-history .cometchat-ai-assistant-chat-history__header-container-new-chat-container .cometchat-button{background:#0000;border:none;box-sizing:border-box;gap:var(--cometchat-spacing-2);height:-webkit-fit-content;height:fit-content;justify-content:flex-start;margin:0;min-height:44px;padding:0;padding:var(--cometchat-padding-2);padding-left:0;width:100%}.cometchat-ai-assistant-chat-history .cometchat-ai-assistant-chat-history__header-container-new-chat-container .cometchat-button__text{color:var(--cometchat-text-color-primary)}.cometchat-ai-assistant-chat-history .cometchat-ai-assistant-chat-history__header-container-new-chat-container .cometchat-button__icon{background:var(--cometchat-icon-color-secondary);height:24px;width:24px}.cometchat-ai-assistant-chat-history .cometchat-ai-assistant-chat-history__header-container-new-chat-container .cometchat-button:hover{background:var(--cometchat-background-color-03);border-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-chat-history__list-options{visibility:hidden}.cometchat-ai-assistant-chat-history__list-item:hover .cometchat-ai-assistant-chat-history__list-options{visibility:visible}.cometchat-ai-assistant-chat-history__list-item{align-items:center;background:var(--cometchat-background-color-02);cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;padding:var(--cometchat-padding-3) var(--cometchat-padding-2);transition:background .2s ease;width:100%}.cometchat-ai-assistant-chat-history__list-item-date-header{align-items:flex-start;background:#0000;border-radius:4px;border-radius:var(--cometchat-radius-1,4px);box-sizing:border-box;display:flex;justify-content:flex-start;min-height:42px;padding:var(--cometchat-padding-5) var(--cometchat-padding-2) var(--cometchat-padding-2) var(--cometchat-padding-2);width:-webkit-fit-content;width:fit-content;width:100%}.cometchat-ai-assistant-chat-history__list-item-date-header-start{padding:var(--cometchat-padding-2)}.cometchat-ai-assistant-chat-history .cometchat-menu-list__menu{background-color:initial}.cometchat-ai-assistant-chat-history .cometchat-menu-list__main-menu-item{background-color:initial;box-shadow:none}.cometchat-ai-assistant-chat-history .cometchat-menu-list__main-menu-item-icon-delete{background:#f44649;background:var(--cometchat-error-color,#f44649);height:24px;-webkit-mask:url(/static/media/delete_icon.5db005e80f01622481b4.svg) center center no-repeat;mask:url(/static/media/delete_icon.5db005e80f01622481b4.svg) center center no-repeat;-webkit-mask-size:contain;width:24px}.cometchat-ai-assistant-chat-history__list-item-date-header .cometchat-date{padding:0}.cometchat-ai-assistant-chat-history__list-item-container{height:-webkit-fit-content;height:fit-content;width:100%}.cometchat-ai-assistant-chat-history__list-item:hover{background:var(--cometchat-background-color-03);border-radius:var(--cometchat-radius-2)}.cometchat-ai-assistant-chat-history__list-item-text{color:var(--cometchat-text-color-primary);cursor:pointer;line-height:1.5;font:var(--cometchat-font-body-regular);overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.cometchat-ai-assistant-chat-history .cometchat-list__body{border:none;padding:var(--cometchat-padding-2) 0}.cometchat-ai-assistant-chat-history__header{align-items:center;background:var(--cometchat-background-color-02);box-sizing:border-box;display:flex;justify-content:space-between;min-height:65px;padding:0 var(--cometchat-padding-2)}.cometchat-ai-assistant-chat-history__title{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-heading3-bold);margin:0}.cometchat-ai-assistant-chat-history .cometchat-list__body-intersection-top{visibility:hidden!important}.cometchat-ai-assistant-chat-history__close{align-items:center;background:#0000;border:none;border-radius:var(--cometchat-radius-2);cursor:pointer;display:flex;justify-content:center;padding:var(--cometchat-padding-2);transition:background-color .2s ease}.cometchat-ai-assistant-chat-history__close:hover{background:var(--cometchat-background-color-03)}.cometchat-ai-assistant-chat-history__close-icon{background:var(--cometchat-icon-color-secondary);height:24px;mask:url(/static/media/close.9564eb57de95f15d7b4e.svg) center center no-repeat;-webkit-mask:url(/static/media/close.9564eb57de95f15d7b4e.svg) center center no-repeat;mask-size:contain;-webkit-mask-size:contain;width:24px}.cometchat-ai-assistant-chat-history__shimmer{background:#0000;height:100%;width:100%}.cometchat-ai-assistant-chat-history__shimmer-item{display:flex;height:48px;padding:12px 16px;padding:var(--cometchat-padding-3,12px) var(--cometchat-padding-4,16px);width:100%}.cometchat-ai-assistant-chat-history__shimmer-item-title{animation:shimmerAnimation 1.5s linear infinite;background:linear-gradient(90deg,#e0e0e0,#eee);background:var(--cometchat-shimmer-gradient-color,linear-gradient(90deg,#e0e0e0 0,#eee 100%));border-radius:8px;border-radius:var(--cometchat-radius-2,8px);flex-shrink:0;height:22px;width:100%}.cometchat-ai-assistant-chat-history__empty-state-view,.cometchat-ai-assistant-chat-history__error-state-view{align-items:center;background:#0000;display:flex;flex-direction:column;gap:20px;gap:var(--cometchat-padding-5,20px);height:100%;justify-content:center}.cometchat-ai-assistant-chat-history__empty-state-view-body,.cometchat-ai-assistant-chat-history__error-state-view-body{display:flex;flex-direction:column;gap:2px;gap:var(--cometchat-padding,2px)}.cometchat-ai-assistant-chat-history__empty-state-view-body-title,.cometchat-ai-assistant-chat-history__error-state-view-body-title{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading3-bold);font-style:normal;text-align:center;width:280px}.cometchat-ai-assistant-chat-history__empty-state-view-body-description,.cometchat-ai-assistant-chat-history__error-state-view-body-description{color:#727272;color:var(--cometchat-text-color-secondary,#727272);font:var(--cometchat-font-body-regular);font-style:normal;text-align:center;width:280px}@keyframes shimmerAnimation{0%{background-position:-468px 0}to{background-position:468px 0}}.cometchat-error-view{align-items:flex-start;background:var(--cometchat-error-color-100);border:1px solid var(--cometchat-border-color-default);border-radius:var(--cometchat-radius-2);box-sizing:border-box;display:flex;justify-content:center;margin-top:var(--cometchat-margin-2);padding:var(--cometchat-padding-4);width:100%;width:-webkit-fit-content;width:fit-content}.cometchat-error-view__message{word-wrap:break-word;color:var(--cometchat-error-color);font:var(--cometchat-font-caption1-regular);-webkit-hyphens:auto;hyphens:auto;line-height:1.4;margin:0;text-align:left}.cometchat-message-preview{align-items:flex-start;background-color:var(--cometchat-background-color-03);border:none;border-radius:4px;border-radius:var(--cometchat-radius-1,4px);box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:4px;gap:var(--cometchat-padding-1,4px);height:100%;justify-content:space-between;margin:0;min-height:30px;min-width:100px;padding:8px;padding:var(--cometchat-padding-2,8px);position:relative;width:100%}.cometchat-message-bubble-incoming .cometchat-message-preview{background-color:var(--cometchat-neutral-color-400);color:var( --cometchat-primary-color)}.cometchat-message-bubble-outgoing .cometchat-message-preview{background:var(--cometchat-extended-primary-color-700)}.cometchat-message-preview__close{align-items:center;background:var(--cometchat-icon-color-primary);cursor:pointer;display:flex;height:20px;justify-content:center;mask:url(/static/media/close.9564eb57de95f15d7b4e.svg) center center no-repeat;-webkit-mask:url(/static/media/close.9564eb57de95f15d7b4e.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;position:absolute;right:8px;right:var(--cometchat-padding-2,8px);top:8px;top:var(--cometchat-padding-2,8px);width:20px}.cometchat-message-bubble-outgoing .cometchat-message-preview-deleted__message{color:var(--cometchat-static-white)}.cometchat-message-preview-deleted__message{display:flex;gap:2px;height:100%;justify-content:left;width:100%}.cometchat-message-preview-deleted__message__text{font:12px;font:var(--cometchat-font-caption1-regular,12px);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cometchat-message-bubble-incoming .cometchat-message-preview-deleted__message{color:var(--cometchat-neutral-color-600)}.cometchat-message-preview__title{color:var(--cometchat-primary-color);font:12px;font:var(--cometchat-font-caption1-regular,12px);overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.cometchat-message-preview__subtitle{align-items:center;color:var(--cometchat-text-color-secondary);display:flex;font-style:normal;font:12px;font:var(--cometchat-font-caption1-regular,12px);gap:5px;overflow:hidden;text-align:left;width:100%}.cometchat-message-bubble-outgoing .bubble-view{border-left:3px solid var(--cometchat-static-white)}.composer-view .cometchat-message-preview{border-left:3px solid var(--cometchat-primary-color)}.cometchat-message-bubble-outgoing .bubble-view .cometchat-message-preview__subtitle-icon{background-color:var(--cometchat-static-white)}.cometchat-message-bubble-incoming .bubble-view{border-left:3px solid var(--cometchat-primary-color)}.cometchat-message-bubble-outgoing .cometchat-message-preview__subtitle,.cometchat-message-bubble-outgoing .cometchat-message-preview__title{color:var(--cometchat-static-white)}.cometchat-message-bubble-outgoing .cometchat-message-preview__subtitle-text .cometchat-url,.cometchat-message-bubble-outgoing .cometchat-message-preview__subtitle-text a{color:var(--cometchat-static-white)!important;text-decoration:underline}.bubble-view{border-radius:4px}.cometchat-message-preview_others{border-left:3px solid var(--cometchat-primary-color)}.cometchat-message-preview__subtitle-text{font:12px;font:var(--cometchat-font-caption1-regular,12px);overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.cometchat-message-preview__subtitle-text *{display:inline!important;list-style:none;margin:0!important;padding:0!important;white-space:nowrap!important}.cometchat-message-preview__subtitle-text ol{counter-reset:preview-list}.cometchat-message-preview__subtitle-text ol>li:before{content:counter(preview-list) ". ";counter-increment:preview-list}.cometchat-message-preview__subtitle-text ul>li:before{content:"• "}.cometchat-message-preview__subtitle-icon{align-items:center;align-self:center;background:#a1a1a1;background:var(--cometchat-icon-color-secondary,#a1a1a1);border:none;display:flex;flex-shrink:0;height:16px;justify-content:center;-webkit-mask-size:contain;mask-size:contain;width:16px}.cometchat-message-preview__subtitle-icon-image{-webkit-mask:url(/static/media/conversations_image-message.eaaad8ef101995637081.svg) center center no-repeat;mask:url(/static/media/conversations_image-message.eaaad8ef101995637081.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-bubble-incoming .cometchat-message-preview-deleted__message__icon{background:var(--cometchat-neutral-color-600)}.cometchat-message-bubble-outgoing .cometchat-message-preview-deleted__message__icon{background:#fff;background:var(--cometchat-static-white,#fff)}.cometchat-message-preview-deleted__message__icon{flex:0 0 auto;height:14px;-webkit-mask:url(/static/media/message_delete.ce537f017fc12fab523e.svg) center center no-repeat;mask:url(/static/media/message_delete.ce537f017fc12fab523e.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain;width:14px}.cometchat-message-preview__subtitle-icon-meeting-incoming-audio{-webkit-mask:url(/static/media/phone_incoming.d8337717bd699169eaa5.svg) center center no-repeat;mask:url(/static/media/phone_incoming.d8337717bd699169eaa5.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-meeting-outgoing-audio{-webkit-mask:url(/static/media/phone_outgoing.fe790222212ccc2b0221.svg) center center no-repeat;mask:url(/static/media/phone_outgoing.fe790222212ccc2b0221.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-meeting-incoming-video{-webkit-mask:url(/static/media/incoming_video.00f32e896263889e2509.svg) center center no-repeat;mask:url(/static/media/incoming_video.00f32e896263889e2509.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-meeting-outgoing-video{-webkit-mask:url(/static/media/outgoing_video.5381c4a37cb744fc30a7.svg) center center no-repeat;mask:url(/static/media/outgoing_video.5381c4a37cb744fc30a7.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-file{-webkit-mask:url(/static/media/conversations_file-message.64124f24b26099a70a27.svg) center center no-repeat;mask:url(/static/media/conversations_file-message.64124f24b26099a70a27.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-video{-webkit-mask:url(/static/media/conversations_video-message.a2b413578aacf04e2a73.svg) center center no-repeat;mask:url(/static/media/conversations_video-message.a2b413578aacf04e2a73.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-audio{-webkit-mask:url(/static/media/conversations_audio-message.55058fd73f6f30059605.svg) center center no-repeat;mask:url(/static/media/conversations_audio-message.55058fd73f6f30059605.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-poll{-webkit-mask:url(/static/media/conversations_poll-message.a38228224d6a756b8aa0.svg) center center no-repeat;mask:url(/static/media/conversations_poll-message.a38228224d6a756b8aa0.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-sticker{-webkit-mask:url(/static/media/conversations_sticker-message.1e08cf8a4ce3d8af27c9.svg) center center no-repeat;mask:url(/static/media/conversations_sticker-message.1e08cf8a4ce3d8af27c9.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-collaborative-document{-webkit-mask:url(/static/media/conversations_collaborative-document-message.9f5c199a668e6da1c4c6.svg) center center no-repeat;mask:url(/static/media/conversations_collaborative-document-message.9f5c199a668e6da1c4c6.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-collaborative-whiteboard{-webkit-mask:url(/static/media/collaborative_whiteboard.25e29644e4591c341125.svg) center center no-repeat;mask:url(/static/media/collaborative_whiteboard.25e29644e4591c341125.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-link{-webkit-mask:url(/static/media/conversations_link.cfde67f9dcdc9ad112cc.svg) center center no-repeat;mask:url(/static/media/conversations_link.cfde67f9dcdc9ad112cc.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-unsupported{-webkit-mask:url(/static/media/file_unsupported.b41e3b866e02440acd76.svg) center center no-repeat;mask:url(/static/media/file_unsupported.b41e3b866e02440acd76.svg) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.cometchat-message-preview__subtitle-icon-none{display:none}.cometchat-flag-message-dialog{background:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-light);border-radius:var(--cometchat-radius-5);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;flex-shrink:0;height:-webkit-fit-content;height:fit-content;max-height:100%;max-width:400px;overflow:hidden;width:100%}.cometchat-flag-message-dialog button{cursor:pointer}.cometchat-flag-message-dialog__header{background:var(--cometchat-background-color-01);border-bottom:1px solid var(--cometchat-border-color-light);border-left:1px solid var(--cometchat-border-color-light);padding:var(--cometchat-padding-4) var(--cometchat-padding-4)}.cometchat-flag-message-dialog__header-main{align-items:center;align-self:stretch;display:flex;gap:var(--cometchat-padding-3);margin-bottom:var(--cometchat-padding-2)}.cometchat-flag-message-dialog__body{display:flex;flex-direction:column;margin-inline:auto;width:calc(100% - var(--cometchat-padding-5)*2)}.cometchat-flag-message-dialog__header-title{align-items:flex-start;color:var(--cometchat-text-color-primary);display:flex;flex:1 0;flex-direction:column;font:var(--cometchat-font-heading2-medium);gap:0;justify-content:center;overflow:hidden;text-overflow:ellipsis}.cometchat-flag-message-dialog__header-subtitle{color:var(--cometchat-neutral-color-600);font:var(--cometchat-font-body-regular);overflow:hidden;text-align:left;text-overflow:ellipsis}.cometchat-flag-message-dialog__reasons{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;padding:var(--cometchat-padding-4) 0 0 0}.cometchat-flag-message-dialog__reason{background-color:var(--cometchat-background-color-02);border:1px solid var(--cometchat-border-color-default);border-radius:16px;color:var(--cometchat-text-color-primary);cursor:pointer;font:var(--cometchat-font-body-regular);padding:4px 12px}.cometchat-flag-message-dialog__reason:hover{background-color:var(--cometchat-neutral-color-200)}.cometchat-flag-message-dialog__reasons .cometchat-flag-message-dialog__reason-selected{background-color:var(--cometchat-extended-primary-color-100);border-color:var(--cometchat-extended-primary-color-200);color:var(--cometchat-text-color-highlight)}.cometchat-flag-message-dialog__remark{align-items:flex-start;display:flex;flex-direction:column;gap:var(--cometchat-padding-2);margin-top:var(--cometchat-margin-6)}.cometchat-flag-message-dialog__remark-label{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-body-medium);text-align:left}.cometchat-flag-message-dialog__remark-label span{color:var(--cometchat-text-color-tertiary);font:var(--cometchat-font-body-regular)}.cometchat-flag-message-dialog__remark-input{background:var(--cometchat-background-color-02);border:1px solid var(--cometchat-border-color-light);border-radius:8px;border-radius:var(--cometchat-radius-2,8px);caret-color:var(--cometchat-text-color-primary);color:var(--cometchat-text-color-primary);font:var(--cometchat-font-body-regular);height:84px;max-height:84px;min-height:84px;overflow:auto;padding:var(--cometchat-padding-2);resize:none;width:100%}.cometchat-flag-message-dialog__remark-input:focus{outline:none}.cometchat-flag-message-dialog__remark-input::placeholder{color:var(--cometchat-text-color-tertiary)}.cometchat-flag-message-dialog__error{color:var(--cometchat-error-color);display:flex;flex-direction:column;font:var(--cometchat-font-body-regular);justify-content:flex-end;padding:var(--cometchat-padding-2) 0 var(--cometchat-padding-4) 0;text-align:left}.cometchat-flag-message-dialog__actions{align-items:center;display:flex;gap:var(--cometchat-padding-3);justify-content:center;padding:0 0 var(--cometchat-padding-5) 0}.cometchat-flag-message-dialog__actions-item{width:100%}.cometchat-flag-message-dialog__actions .cometchat:has(>.cometchat-button){border:none;height:40px;width:100%}.cometchat-flag-message-dialog__actions .cometchat-button{border-radius:8px;border-radius:var(--cometchat-radius-2,8px);font:var(--cometchat-font-body-medium);width:100%}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-cancel .cometchat-button{background-color:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-dark)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-cancel .cometchat-button__text{color:var(--cometchat-text-color-primary)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button__text{color:var(--cometchat-static-white)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button:disabled{background-color:var(--cometchat-neutral-color-300);border-color:var(--cometchat-neutral-color-300);cursor:not-allowed}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button:has(.cometchat-button__loading-view){background:#6852d6;background:var(--cometchat-primary-button-background,#6852d6)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button:disabled .cometchat-button__text{color:var(--cometchat-neutral-color-50)}.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button:disabled .cometchat-button__icon,.cometchat-flag-message-dialog__actions .cometchat-flag-message-dialog__actions-submit .cometchat-button:disabled .cometchat-button__text{cursor:not-allowed}.cometchat-flag-message-dialog__header-close .cometchat-button{background:#0000;gap:0;height:24px;padding:0;width:24px}@media (max-width:420px){.cometchat-flag-message-dialog{width:95%}}.cometchat-special-mentions-list .cometchat-special-mentions-list__item{align-items:center;color:#141414;color:var(--cometchat-text-color-primary,#141414);cursor:pointer;display:flex;font:500 16px Roboto;font:var(--cometchat-font-heading4-medium,500 16px Roboto);gap:12px;padding:8px 16px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px)}.cometchat-special-mentions-list .cometchat-special-mentions-list__item:hover{background:#fafafa;background:var(--cometchat-white-hover,#fafafa)}.cometchat-special-mentions-list .cometchat-special-mentions-list__item .cometchat-special-mentions-list__item-name{align-items:center;display:inline-flex;gap:8px;padding:5px}.cometchat-special-mentions-list .cometchat-special-mentions-list__item .cometchat-special-mentions-list__item-name .cometchat-special-mentions-list__item-name-subtext{color:var(--cometchat-neutral-color-700);font:var(--cometchat-font-body-regular)}.cometchat-formatting-toolbar{-webkit-overflow-scrolling:touch;align-items:center;background:var(--cometchat-background-color-02);border-radius:0;box-sizing:border-box;display:flex;flex-wrap:nowrap;font-family:var(--cometchat-font-family);gap:16px;gap:var(--cometchat-padding-4,16px);overflow-x:auto;overflow-y:hidden;padding:0;scrollbar-width:none;width:100%}.cometchat-formatting-toolbar::-webkit-scrollbar{display:none}.cometchat-formatting-toolbar__button{align-items:center;background:#0000;border:none;border-radius:var(--cometchat-radius-1);cursor:pointer;display:flex;flex-shrink:0;height:24px;justify-content:center;padding:0;transition:background-color .15s ease;width:24px}.cometchat-formatting-toolbar__button .cometchat{height:100%;width:100%}.cometchat-formatting-toolbar__button .cometchat-button{background:#0000;border-radius:var(--cometchat-radius-1);height:100%;min-height:0;min-height:auto;min-width:0;min-width:auto;padding:0;width:100%}.cometchat-formatting-toolbar__button .cometchat-button:active,.cometchat-formatting-toolbar__button .cometchat-button:hover{background:#0000}.cometchat-formatting-toolbar__button .cometchat-button__icon-default{background-color:var(--cometchat-icon-color-secondary);height:20px;width:20px}.cometchat-formatting-toolbar__button:hover .cometchat-button__icon-default{background-color:var(--cometchat-icon-color-primary)}.cometchat-formatting-toolbar__button img{filter:brightness(0) saturate(100%);height:20px;object-fit:contain;opacity:.6;width:20px}.cometchat-formatting-toolbar__button:hover img{filter:brightness(0) saturate(100%);opacity:1}.cometchat-formatting-toolbar__button--active{background:var(--cometchat-background-color-04);border-radius:4px;border-radius:var(--cometchat-radius-1,4px)}.cometchat-formatting-toolbar__button--active .cometchat-button__icon-default{background-color:var(--cometchat-icon-color-primary)}.cometchat-formatting-toolbar__button--active img{filter:brightness(0) saturate(100%);opacity:1}.cometchat-formatting-toolbar__button--disabled{cursor:not-allowed;opacity:.4;pointer-events:none}.cometchat-formatting-toolbar__button--disabled:hover{background:#0000}.cometchat-formatting-toolbar__button--disabled img{opacity:.4}.cometchat-formatting-toolbar__button:focus{outline:2px solid var(--cometchat-border-color-highlight);outline-offset:1px}.cometchat-formatting-toolbar__button:focus:not(:focus-visible){outline:none}.cometchat-formatting-toolbar__separator{background:var(--cometchat-border-color-default);flex-shrink:0;height:20px;margin:0 4px;margin:0 var(--cometchat-margin-1,4px);width:1px}.cometchat-formatting-toolbar--floating{background:var(--cometchat-background-color-02);border:1px solid var(--cometchat-border-color-light);border-radius:var(--cometchat-radius-2);box-shadow:0 4px 12px #00000026,0 2px 4px #0000001a;gap:4px;gap:var(--cometchat-spacing-1,4px);padding:4px 8px;padding:var(--cometchat-padding-1,4px) var(--cometchat-padding-2,8px);position:fixed;transform:translateX(-50%);width:auto;z-index:1000}.cometchat-formatting-toolbar--floating .cometchat-formatting-toolbar__button{height:22px;width:22px}.cometchat-formatting-toolbar--floating .cometchat-formatting-toolbar__button img{height:16px;width:16px}.cometchat-formatting-toolbar--floating .cometchat-formatting-toolbar__separator{height:16px;margin:0 4px;margin:0 var(--cometchat-margin-1,4px)}.cometchat-formatting-toolbar__link-input{background:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-default);border-radius:8px;border-radius:var(--cometchat-radius-2,8px);box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;gap:8px;gap:var(--cometchat-spacing-2,8px);left:50%;margin-top:8px;margin-top:var(--cometchat-margin-2,8px);min-width:280px;padding:12px;padding:var(--cometchat-padding-3,12px);position:absolute;top:100%;transform:translateX(-50%);z-index:1001}.cometchat-formatting-toolbar__link-input input{background:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-default);border-radius:4px;border-radius:var(--cometchat-radius-1,4px);color:var(--cometchat-text-color-primary);font:var(--cometchat-font-body-regular);outline:none;padding:8px 12px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-3,12px);transition:border-color .15s ease;width:100%}.cometchat-formatting-toolbar__link-input input:focus{border-color:var(--cometchat-border-color-highlight)}.cometchat-formatting-toolbar__link-input input::placeholder{color:var(--cometchat-text-color-tertiary)}.cometchat-formatting-toolbar__link-input-error{color:var(--cometchat-error-color);font:var(--cometchat-font-caption1-regular)}.cometchat-formatting-toolbar__link-input-actions{display:flex;gap:8px;gap:var(--cometchat-spacing-2,8px);justify-content:flex-end}.cometchat-formatting-toolbar__link-input-button .cometchat-button{height:32px;min-width:80px;padding:4px 12px;padding:var(--cometchat-padding-1,4px) var(--cometchat-padding-3,12px);width:auto}.cometchat-formatting-toolbar__link-input-button--primary .cometchat-button{background:var(--cometchat-primary-button-background)}.cometchat-formatting-toolbar__link-input-button--primary .cometchat-button:hover{background:var(--cometchat-extended-primary-color-800)}.cometchat-formatting-toolbar__link-input-button:not(.cometchat-formatting-toolbar__link-input-button--primary) .cometchat-button{background:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-default)}.cometchat-formatting-toolbar__link-input-button:not(.cometchat-formatting-toolbar__link-input-button--primary) .cometchat-button:hover{background:var(--cometchat-background-color-02)}.cometchat-formatting-toolbar__link-input-button:not(.cometchat-formatting-toolbar__link-input-button--primary) .cometchat-button__text{color:var(--cometchat-text-color-primary)}.cometchat-formatting-toolbar__link-input-button{background:#0000;border:none;border-radius:4px;border-radius:var(--cometchat-radius-1,4px);padding:0}.cometchat-link-dialog__backdrop{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.cometchat-link-dialog{align-items:stretch;background:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-light);border-radius:16px;border-radius:var(--cometchat-radius-4,16px);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;box-sizing:border-box;display:flex;flex-direction:column;gap:16px;gap:var(--cometchat-padding-4,16px);max-width:90vw;padding:24px;padding:var(--cometchat-padding-6,24px);width:400px}.cometchat-link-dialog__header{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.cometchat-link-dialog__title{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-heading4-bold);font-style:normal;text-align:left}.cometchat-link-dialog__close-button{background:var(--cometchat-icon-color-primary);cursor:pointer;height:24px;mask:url(/static/media/close.9564eb57de95f15d7b4e.svg) center center no-repeat;-webkit-mask:url(/static/media/close.9564eb57de95f15d7b4e.svg) center center no-repeat;mask-size:contain;-webkit-mask-size:contain;width:24px}.cometchat-link-dialog__divider{background:var(--cometchat-border-color-light);height:1px;width:100%}.cometchat-link-dialog__content{display:flex;flex-direction:column;gap:20px;gap:var(--cometchat-padding-5,20px)}.cometchat-link-dialog__field{display:flex;flex-direction:column;gap:4px;gap:var(--cometchat-padding,4px)}.cometchat-link-dialog__label{color:var(--cometchat-text-color-primary);font:var(--cometchat-font-heading4-medium);font-style:normal;text-align:left}.cometchat-link-dialog__input{align-items:center;align-self:stretch;background:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-light);border-radius:8px;border-radius:var(--cometchat-radius-2,8px);color:var(--cometchat-text-color-primary);display:flex;font:var(--cometchat-font-body-regular);font-style:normal;outline:none;padding:8px 12px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-3,12px);transition:border-color .2s ease}.cometchat-link-dialog__input:focus{border-color:var(--cometchat-primary-color)}.cometchat-link-dialog__input::placeholder{color:var(--cometchat-text-color-tertiary)}.cometchat-link-dialog__input--error,.cometchat-link-dialog__input--error:focus{border-color:var(--cometchat-error-color)}.cometchat-link-dialog__error{color:var(--cometchat-error-color);font:var(--cometchat-font-caption2-regular);font-style:normal}.cometchat-link-dialog__button-group{align-items:center;align-self:stretch;display:flex;gap:8px;gap:var(--cometchat-padding-2,8px);padding-top:8px;padding-top:var(--cometchat-padding-2,8px);width:100%}.cometchat-link-dialog__button-cancel,.cometchat-link-dialog__button-submit{display:flex;flex:1 1;height:40px}.cometchat-link-dialog__button-cancel .cometchat-button,.cometchat-link-dialog__button-cancel>.cometchat,.cometchat-link-dialog__button-submit .cometchat-button,.cometchat-link-dialog__button-submit>.cometchat{height:100%;width:100%}.cometchat-link-dialog__button-cancel .cometchat-button{background:var(--cometchat-background-color-01);border:1px solid var(--cometchat-border-color-dark);padding:8px 20px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-5,20px)}.cometchat-link-dialog__button-cancel .cometchat-button .cometchat-button__text{color:var(--cometchat-text-color-primary)}.cometchat-link-dialog__button-submit .cometchat-button{background:var(--cometchat-primary-color);border:1px solid var(--cometchat-primary-color);padding:8px 20px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-5,20px)}.cometchat-link-dialog__button-submit .cometchat-button .cometchat-button__text{color:var(--cometchat-static-white)}.cometchat-link-dialog__button-submit--disabled .cometchat-button{background:var(--cometchat-background-color-04)!important;border-color:var(--cometchat-background-color-04)!important;cursor:not-allowed;opacity:.6}.cometchat-link-dialog__button-submit--disabled .cometchat-button .cometchat-button__text{color:var(--cometchat-text-color-tertiary)!important}.cometchat-link-popover{position:absolute;transform:translateY(-100%);z-index:1000}.cometchat-link-popover__content{background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid var(--cometchat-border-color-light);border-radius:16px;border-radius:var(--cometchat-radius-4,16px);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;gap:var(--cometchat-spacing-3,12px);max-width:90vw;padding:24px;padding:var(--cometchat-padding-6,24px);position:relative;width:320px}.cometchat-link-popover__close{align-items:center;background:#0000;border:none;border-radius:4px;border-radius:var(--cometchat-radius-1,4px);color:#727272;color:var(--cometchat-icon-color-secondary,#727272);cursor:pointer;display:flex;font-size:20px;height:24px;justify-content:center;line-height:1;padding:0;position:absolute;right:16px;right:var(--cometchat-spacing-4,16px);top:16px;top:var(--cometchat-spacing-4,16px);transition:background-color .2s ease;width:24px}.cometchat-link-popover__close:hover{background:#f5f5f5;background:var(--cometchat-background-color-02,#f5f5f5);color:#141414;color:var(--cometchat-icon-color-primary,#141414)}.cometchat-link-popover__text{color:#141414;color:var(--cometchat-text-color-primary,#141414);font:var(--cometchat-font-heading4-bold);padding-right:28px;padding-right:var(--cometchat-padding-7,28px);text-align:left;word-break:break-word}.cometchat-link-popover__url{color:#6852d6;color:var(--cometchat-primary-color,#6852d6);display:block;font:var(--cometchat-font-body-regular);text-align:left;text-decoration:none;word-break:break-all}.cometchat-link-popover__url:hover{text-decoration:underline}.cometchat-link-popover__actions{display:flex;gap:12px;gap:var(--cometchat-spacing-3,12px)}.cometchat-link-popover__button-edit,.cometchat-link-popover__button-remove{display:flex;flex:1 1;height:40px}.cometchat-link-popover__button-edit>.cometchat,.cometchat-link-popover__button-remove>.cometchat{height:100%;width:100%}.cometchat-link-popover__button-edit .cometchat-button,.cometchat-link-popover__button-remove .cometchat-button{border-radius:8px;border-radius:var(--cometchat-radius-2,8px);cursor:pointer;height:100%;padding:8px 16px;padding:var(--cometchat-padding-2,8px) var(--cometchat-padding-4,16px);transition:background-color .2s ease;width:100%}.cometchat-link-popover__button-edit .cometchat-button .cometchat-button__text,.cometchat-link-popover__button-remove .cometchat-button .cometchat-button__text{font:var(--cometchat-font-button-medium)}.cometchat-link-popover__button-edit .cometchat-button{background:#fff;background:var(--cometchat-background-color-01,#fff);border:1px solid #e8e8e8;border:1px solid var(--cometchat-border-color-default,#e8e8e8)}.cometchat-link-popover__button-edit .cometchat-button:hover{background:#f5f5f5;background:var(--cometchat-background-color-02,#f5f5f5)}.cometchat-link-popover__button-edit .cometchat-button .cometchat-button__text{color:#141414;color:var(--cometchat-text-color-primary,#141414)}.cometchat-link-popover__button-remove .cometchat-button{background:#f44336;background:var(--cometchat-error-color,#f44336);border:none}.cometchat-link-popover__button-remove .cometchat-button .cometchat-button__text{color:#fff;color:var(--cometchat-static-white,#fff)}.cometchat-text-bubble__body-text b,.cometchat-text-bubble__body-text strong{font-weight:700;font-weight:var(--cometchat-font-weight-bold,700)}.cometchat-text-bubble__body-text em,.cometchat-text-bubble__body-text i{font-style:italic}.cometchat-text-bubble__body-text del,.cometchat-text-bubble__body-text s,.cometchat-text-bubble__body-text strike{text-decoration:line-through}.cometchat-text-bubble__body-text u{text-decoration:underline}.cometchat-text-bubble__body-text code{background:var(--cometchat-background-color-03);border:1px solid var(--cometchat-border-color-default);border-radius:var(--cometchat-radius);color:var(--cometchat-text-color-highlight);font-family:Roboto Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:14px;font-style:inherit;font-weight:inherit;padding:0 var(--cometchat-padding);text-decoration:inherit;white-space:pre-wrap;word-break:break-word}.cometchat-text-bubble__body-text code b,.cometchat-text-bubble__body-text code strong{font-weight:700;font-weight:var(--cometchat-font-weight-bold,700)}.cometchat-text-bubble__body-text code em,.cometchat-text-bubble__body-text code i{font-style:italic}.cometchat-text-bubble__body-text code del,.cometchat-text-bubble__body-text code s{text-decoration:line-through}.cometchat-text-bubble__body-text code u{text-decoration:underline}.cometchat-text-bubble-incoming .cometchat-text-bubble__body-text code{background:var(--cometchat-background-color-03);border:1px solid var(--cometchat-border-color-dark);color:var(--cometchat-text-color-highlight)}.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text code{background:#fff3;border:1px solid #f5f5f51a;color:var(--cometchat-static-white)}.cometchat-text-bubble__body-text pre{background:var(--cometchat-background-color-02);border:1px solid var(--cometchat-border-color-light);border-radius:var(--cometchat-radius-2);color:var(--cometchat-text-color-primary);display:block;font-family:Roboto Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:14px;margin:0;overflow-x:auto;padding:var(--cometchat-padding-2) var(--cometchat-padding-3);white-space:pre-wrap;word-break:break-word}.cometchat-text-bubble-incoming .cometchat-text-bubble__body-text pre code,.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text pre code,.cometchat-text-bubble__body-text pre code{background:#0000;border:none;border-radius:0;color:inherit;display:inline;font-family:inherit;padding:0}.cometchat-text-bubble__body-text blockquote{border-left:3px solid #39f;border-left:3px solid var(--cometchat-primary-color,#39f);border-radius:var(--cometchat-radius-1);color:#727272;color:var(--cometchat-text-color-secondary,#727272);display:block;margin:4px 0;margin:var(--cometchat-margin,4px) 0;min-width:100px;padding:var(--cometchat-padding-2);white-space:pre-line}.cometchat-text-bubble__body-text a{color:#39f;color:var(--cometchat-primary-color,#39f);cursor:pointer;text-decoration:underline}.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text a,.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text code a,.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text pre a,.cometchat-text-bubble-outgoing .cometchat-text-bubble__body-text pre code a{color:var(--cometchat-static-white)!important}.cometchat-text-bubble__body-text a:hover{text-decoration:none}.cometchat-text-bubble__body-text li{display:list-item}.cometchat-text-bubble__body-text ol,.cometchat-text-bubble__body-text ul{list-style-position:inside;margin:4px 0;margin:var(--cometchat-margin,4px) 0;padding:0 0 0 8px;padding-left:var(--cometchat-padding-2,8px)}.cometchat-text-bubble__body-text ol{list-style-type:decimal}.cometchat-text-bubble__body-text ol ol{list-style-type:lower-alpha}.cometchat-text-bubble__body-text ol ol ol{list-style-type:lower-roman}.cometchat-text-bubble__body-text ul{list-style-type:disc}.cometchat-text-bubble__body-text ul ul{list-style-type:circle}.cometchat-text-bubble__body-text ul ul ul{list-style-type:square}.cometchat-text-bubble__body-text li>ol,.cometchat-text-bubble__body-text li>ul{margin-bottom:0;margin-top:0}.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:-webkit-fit-content;width:fit-content}.cometchat-mentions-incoming,.cometchat-mentions-outgoing{align-items:center;border-radius:2px;border-radius:var(--cometchat-radius,2px);cursor:pointer;display:inline-flex;justify-content:center;padding:0 2px;padding:0 var(--cometchat-padding,2px)}.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-message-preview .cometchat-url,.cometchat-text-bubble .cometchat-url{text-decoration:underline}.cometchat-text-bubble .cometchat-text-highlight{font:var(--cometchat-font-body-bold)}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:url(/static/media/Roboto-Black.4afbed674a5252ead176.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:url(/static/media/Roboto-BlackItalic.b49c4ba79204961dccd3.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/Roboto-Bold.d50a80138ec4f2fb5e9f.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:url(/static/media/Roboto-BoldItalic.3fcf599c8a6c05a2c712.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/Roboto-Regular.27f62b53b93858475a7f.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:url(/static/media/Roboto-Italic.cd47f5421512ee65fe22.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/Roboto-Light.839cb7309f46fed11436.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:url(/static/media/Roboto-LightItalic.3743e89917aa46e2f6e5.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/Roboto-Medium.e73e917f7bfa48666e00.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:url(/static/media/Roboto-MediumItalic.3dc683bc0f0d56bae3f8.ttf) format("truetype")}:root{--cometchat-spacing:2px;--cometchat-spacing-1:4px;--cometchat-spacing-2:8px;--cometchat-spacing-3:12px;--cometchat-spacing-4:16px;--cometchat-spacing-5:20px;--cometchat-spacing-6:24px;--cometchat-spacing-7:28px;--cometchat-spacing-8:32px;--cometchat-spacing-9:36px;--cometchat-spacing-10:40px;--cometchat-spacing-11:44px;--cometchat-spacing-12:48px;--cometchat-spacing-13:52px;--cometchat-spacing-14:56px;--cometchat-spacing-15:60px;--cometchat-spacing-16:64px;--cometchat-spacing-17:68px;--cometchat-spacing-18:72px;--cometchat-spacing-19:76px;--cometchat-spacing-20:80px;--cometchat-spacing-max:1000px;--cometchat-padding:var(--cometchat-spacing);--cometchat-padding-1:var(--cometchat-spacing-1);--cometchat-padding-2:var(--cometchat-spacing-2);--cometchat-padding-3:var(--cometchat-spacing-3);--cometchat-padding-4:var(--cometchat-spacing-4);--cometchat-padding-5:var(--cometchat-spacing-5);--cometchat-padding-6:var(--cometchat-spacing-6);--cometchat-padding-7:var(--cometchat-spacing-7);--cometchat-padding-8:var(--cometchat-spacing-8);--cometchat-padding-9:var(--cometchat-spacing-9);--cometchat-padding-10:var(--cometchat-spacing-10);--cometchat-margin:var(--cometchat-spacing);--cometchat-margin-1:var(--cometchat-spacing-1);--cometchat-margin-2:var(--cometchat-spacing-2);--cometchat-margin-3:var(--cometchat-spacing-3);--cometchat-margin-4:var(--cometchat-spacing-4);--cometchat-margin-5:var(--cometchat-spacing-5);--cometchat-margin-6:var(--cometchat-spacing-6);--cometchat-margin-7:var(--cometchat-spacing-7);--cometchat-margin-8:var(--cometchat-spacing-8);--cometchat-margin-9:var(--cometchat-spacing-9);--cometchat-margin-10:var(--cometchat-spacing-10);--cometchat-margin-11:var(--cometchat-spacing-11);--cometchat-margin-12:var(--cometchat-spacing-12);--cometchat-margin-13:var(--cometchat-spacing-13);--cometchat-margin-14:var(--cometchat-spacing-14);--cometchat-margin-15:var(--cometchat-spacing-15);--cometchat-margin-16:var(--cometchat-spacing-16);--cometchat-margin-17:var(--cometchat-spacing-17);--cometchat-margin-18:var(--cometchat-spacing-18);--cometchat-margin-19:var(--cometchat-spacing-19);--cometchat-margin-20:var(--cometchat-spacing-20);--cometchat-radius:var(--cometchat-spacing);--cometchat-radius-1:var(--cometchat-spacing-1);--cometchat-radius-2:var(--cometchat-spacing-2);--cometchat-radius-3:var(--cometchat-spacing-3);--cometchat-radius-4:var(--cometchat-spacing-4);--cometchat-radius-5:var(--cometchat-spacing-5);--cometchat-radius-6:var(--cometchat-spacing-6);--cometchat-radius-max:var(--cometchat-spacing-max);--cometchat-font-family:"Roboto","Inter";--cometchat-font-title-bold:700 32px/38.4px var(--cometchat-font-family);--cometchat-font-title-medium:500 32px/38.4px var(--cometchat-font-family);--cometchat-font-title-regular:400 32px/38.4px var(--cometchat-font-family);--cometchat-font-heading1-bold:700 24px/28.8px var(--cometchat-font-family);--cometchat-font-heading1-medium:500 24px/28.8px var(--cometchat-font-family);--cometchat-font-heading1-regular:400 24px/28.8px var(--cometchat-font-family);--cometchat-font-heading2-bold:700 20px/24px var(--cometchat-font-family);--cometchat-font-heading2-medium:500 20px/24px var(--cometchat-font-family);--cometchat-font-heading2-regular:400 20px/24px var(--cometchat-font-family);--cometchat-font-heading3-bold:700 18px/21.6px var(--cometchat-font-family);--cometchat-font-heading3-medium:500 18px/21.6px var(--cometchat-font-family);--cometchat-font-heading3-regular:400 18px/21.6px var(--cometchat-font-family);--cometchat-font-heading4-bold:700 16px/19.2px var(--cometchat-font-family);--cometchat-font-heading4-medium:500 16px/19.2px var(--cometchat-font-family);--cometchat-font-heading4-regular:400 16px/19.2px var(--cometchat-font-family);--cometchat-font-body-bold:700 14px/16.8px var(--cometchat-font-family);--cometchat-font-body-medium:500 14px/16.8px var(--cometchat-font-family);--cometchat-font-body-regular:400 14px/16.8px var(--cometchat-font-family);--cometchat-font-caption1-bold:700 12px/14.4px var(--cometchat-font-family);--cometchat-font-caption1-medium:500 12px/14.4px var(--cometchat-font-family);--cometchat-font-caption1-regular:400 12px/14.4px var(--cometchat-font-family);--cometchat-font-caption2-bold:700 10px/12px var(--cometchat-font-family);--cometchat-font-caption2-medium:500 10px/12px var(--cometchat-font-family);--cometchat-font-caption2-regular:400 10px/12px var(--cometchat-font-family);--cometchat-font-button-bold:700 14px/16.8px var(--cometchat-font-family);--cometchat-font-button-medium:500 14px/16.8px var(--cometchat-font-family);--cometchat-font-button-regular:400 14px/16.8px var(--cometchat-font-family);--cometchat-font-link:400 14px/19.6px var(--cometchat-font-family);--cometchat-primary-color:#6852d6;--cometchat-extended-primary-color-50:#f9f8fd;--cometchat-extended-primary-color-100:#edeafa;--cometchat-extended-primary-color-200:#dcd7f6;--cometchat-extended-primary-color-300:#ccc4f1;--cometchat-extended-primary-color-400:#bbb1ed;--cometchat-extended-primary-color-500:#aa9ee8;--cometchat-extended-primary-color-600:#9a8be4;--cometchat-extended-primary-color-700:#8978df;--cometchat-extended-primary-color-800:#7965db;--cometchat-extended-primary-color-900:#5d49be;--cometchat-neutral-color-50:#fff;--cometchat-neutral-color-100:#fafafa;--cometchat-neutral-color-200:#f5f5f5;--cometchat-neutral-color-300:#e8e8e8;--cometchat-neutral-color-400:#dcdcdc;--cometchat-neutral-color-500:#a1a1a1;--cometchat-neutral-color-600:#727272;--cometchat-neutral-color-700:#5b5b5b;--cometchat-neutral-color-800:#434343;--cometchat-neutral-color-900:#141414;--cometchat-info-color:#0b7bea;--cometchat-warning-color:#ffab00;--cometchat-success-color:#09c26f;--cometchat-error-color:#f44649;--cometchat-error-color-100:#fef3f2;--cometchat-static-black:#141414;--cometchat-static-white:#fff;--cometchat-background-color-01:var(--cometchat-neutral-color-50);--cometchat-background-color-02:var(--cometchat-neutral-color-100);--cometchat-background-color-03:var(--cometchat-neutral-color-200);--cometchat-background-color-04:var(--cometchat-neutral-color-300);--cometchat-border-color-light:var(--cometchat-neutral-color-200);--cometchat-border-color-default:var(--cometchat-neutral-color-300);--cometchat-border-color-dark:var(--cometchat-neutral-color-400);--cometchat-border-color-highlight:var(--cometchat-primary-color);--cometchat-text-color-primary:var(--cometchat-neutral-color-900);--cometchat-text-color-secondary:var(--cometchat-neutral-color-600);--cometchat-text-color-tertiary:var(--cometchat-neutral-color-500);--cometchat-text-color-disabled:var(--cometchat-neutral-color-400);--cometchat-text-color-white:var(--cometchat-neutral-color-50);--cometchat-text-color-highlight:var(--cometchat-primary-color);--cometchat-icon-color-primary:var(--cometchat-neutral-color-900);--cometchat-icon-color-secondary:var(--cometchat-neutral-color-500);--cometchat-icon-color-tertiary:var(--cometchat-neutral-color-400);--cometchat-icon-color-white:var(--cometchat-neutral-color-50);--cometchat-icon-color-highlight:var(--cometchat-primary-color);--cometchat-shimmer-background-color:var(--cometchat-neutral-color-200);--cometchat-shimmer-gradient-color:linear-gradient(90deg,#e0e0e0,#eee);--cometchat-text-shimmer-gradient-color:linear-gradient(270deg,#fff0,#ffffffb3 50%,#fff0);--cometchat-primary-button-background:var(--cometchat-primary-color);--cometchat-primary-button-text:var(--cometchat-static-white);--cometchat-primary-button-icon:var(--cometchat-static-white);--cometchat-secondary-button-background:var(--cometchat-neutral-color-900);--cometchat-secondary-button-icon:var(--cometchat-neutral-color-900);--cometchat-secondary-button-text:var(--cometchat-neutral-color-900);--cometchat-link-button:var(--cometchat-info-color);--cometchat-fab-button-background:var(--cometchat-primary-color);--cometchat-fab-button-icon:var(--cometchat-static-white);--cometchat-white-hover:var(--cometchat-neutral-color-100);--cometchat-white-pressed:var(--cometchat-neutral-color-300)}[data-theme=dark]{--cometchat-primary-color:#6852d6;--cometchat-extended-primary-color-50:#15102b;--cometchat-extended-primary-color-100:#1d173c;--cometchat-extended-primary-color-200:#251e4d;--cometchat-extended-primary-color-300:#2e245e;--cometchat-extended-primary-color-400:#362b6f;--cometchat-extended-primary-color-500:#3e3180;--cometchat-extended-primary-color-600:#473892;--cometchat-extended-primary-color-700:#4f3ea3;--cometchat-extended-primary-color-800:#5745b4;--cometchat-extended-primary-color-900:#7460d9;--cometchat-neutral-color-50:#141414;--cometchat-neutral-color-100:#1a1a1a;--cometchat-neutral-color-200:#272727;--cometchat-neutral-color-300:#383838;--cometchat-neutral-color-400:#4c4c4c;--cometchat-neutral-color-500:#858585;--cometchat-neutral-color-600:#989898;--cometchat-neutral-color-700:#a8a8a8;--cometchat-neutral-color-800:#c8c8c8;--cometchat-neutral-color-900:#fff;--cometchat-info-color:#0d66bf;--cometchat-warning-color:#d08d04;--cometchat-success-color:#0b9f5d;--cometchat-message-seen-color:#56e8a7;--cometchat-error-color:#c73c3e;--cometchat-error-color-100:#3a0c05;--cometchat-static-black:#141414;--cometchat-static-white:#fff;--cometchat-background-color-01:var(--cometchat-neutral-color-50);--cometchat-background-color-02:var(--cometchat-neutral-color-100);--cometchat-background-color-03:var(--cometchat-neutral-color-200);--cometchat-background-color-04:var(--cometchat-neutral-color-300);--cometchat-border-color-light:var(--cometchat-neutral-color-200);--cometchat-border-color-default:var(--cometchat-neutral-color-300);--cometchat-border-color-dark:var(--cometchat-neutral-color-400);--cometchat-border-color-highlight:var(--cometchat-primary-color);--cometchat-text-color-primary:var(--cometchat-neutral-color-900);--cometchat-text-color-secondary:var(--cometchat-neutral-color-600);--cometchat-text-color-tertiary:var(--cometchat-neutral-color-500);--cometchat-text-color-disabled:var(--cometchat-neutral-color-400);--cometchat-text-color-white:var(--cometchat-neutral-color-50);--cometchat-text-color-highlight:var(--cometchat-primary-color);--cometchat-icon-color-primary:var(--cometchat-neutral-color-900);--cometchat-icon-color-secondary:var(--cometchat-neutral-color-500);--cometchat-icon-color-tertiary:var(--cometchat-neutral-color-400);--cometchat-icon-color-white:var(--cometchat-neutral-color-50);--cometchat-icon-color-highlight:var(--cometchat-primary-color);--cometchat-shimmer-background-color:var(--cometchat-background-color-01);--cometchat-shimmer-gradient-color:linear-gradient(90deg,#383838,#272727);--cometchat-text-shimmer-gradient-color:linear-gradient(270deg,#1a1a1a00,#1a1a1ab3 50%,#1a1a1a00);--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)}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background:230 30% 4%;--foreground:210 20% 98%;--card:230 30% 6%;--card-foreground:210 20% 98%;--popover:230 30% 6%;--popover-foreground:210 20% 98%;--primary:0 0% 100%;--primary-foreground:230 30% 4%;--secondary:230 20% 12%;--secondary-foreground:210 20% 98%;--muted:230 20% 12%;--muted-foreground:220 8% 65%;--accent:230 20% 14%;--accent-foreground:210 20% 98%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--border:230 20% 16%;--input:230 20% 16%;--ring:220 14% 70%;--radius:0.75rem}*{border-color:#212331;border-color:hsl(var(--border))}body{background-color:#07080d;background-color:hsl(var(--background));color:#f9fafb;color:hsl(var(--foreground))}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.inset-0{inset:0}.inset-\[22\%\]{inset:22%}.inset-\[8\%\]{inset:8%}.inset-x-0{left:0;right:0}.inset-y-0{bottom:0;top:0}.-bottom-12{bottom:-3rem}.-bottom-32{bottom:-8rem}.-left-12{left:-3rem}.-left-32{left:-8rem}.-right-12{right:-3rem}.-right-40{right:-10rem}.-top-12{top:-3rem}.-top-40{top:-10rem}.bottom-0{bottom:0}.bottom-24{bottom:6rem}.bottom-5{bottom:1.25rem}.bottom-6{bottom:1.5rem}.bottom-\[-300px\]{bottom:-300px}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-4{left:1rem}.left-\[-200px\]{left:-200px}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-6{right:1.5rem}.right-\[-180px\]{right:-180px}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-4{top:1rem}.top-\[-200px\]{top:-200px}.top-\[1px\]{top:1px}.top-\[50\%\]{top:50%}.top-\[60\%\]{top:60%}.top-full{top:100%}.z-0{z-index:0}.z-10{z-index:10}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[1\]{z-index:1}.z-\[55\]{z-index:55}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-bottom:.25rem;margin-top:.25rem}.-mb-px{margin-bottom:-1px}.-ml-4{margin-left:-1rem}.-mt-4{margin-top:-1rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1/1}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[13px\]{height:13px}.h-\[1px\]{height:1px}.h-\[520px\]{height:520px}.h-\[560px\]{height:560px}.h-\[600px\]{height:600px}.h-\[640px\]{height:640px}.h-\[65vh\]{height:65vh}.h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-40{max-height:10rem}.max-h-60{max-height:15rem}.max-h-\[--radix-context-menu-content-available-height\]{max-height:var(--radix-context-menu-content-available-height)}.max-h-\[--radix-select-content-available-height\]{max-height:var(--radix-select-content-available-height)}.max-h-\[120px\]{max-height:120px}.max-h-\[300px\]{max-height:300px}.max-h-\[420px\]{max-height:420px}.max-h-\[92vh\]{max-height:92vh}.max-h-\[94vh\]{max-height:94vh}.max-h-\[calc\(100vh-8rem\)\]{max-height:calc(100vh - 8rem)}.max-h-\[var\(--radix-dropdown-menu-content-available-height\)\]{max-height:var(--radix-dropdown-menu-content-available-height)}.max-h-screen{max-height:100vh}.min-h-\[140px\]{min-height:140px}.min-h-\[240px\]{min-height:240px}.min-h-\[44px\]{min-height:44px}.min-h-\[60px\]{min-height:60px}.min-h-\[70px\]{min-height:70px}.min-h-screen{min-height:100vh}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-14{width:3.5rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-44{width:11rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[100px\]{width:100px}.w-\[13px\]{width:13px}.w-\[1px\]{width:1px}.w-\[520px\]{width:520px}.w-\[600px\]{width:600px}.w-\[640px\]{width:640px}.w-\[calc\(100vw-1\.5rem\)\]{width:calc(100vw - 1.5rem)}.w-auto{width:auto}.w-full{width:100%}.w-max{width:-webkit-max-content;width:max-content}.w-px{width:1px}.min-w-0{min-width:0}.min-w-10{min-width:2.5rem}.min-w-8{min-width:2rem}.min-w-9{min-width:2.25rem}.min-w-\[12rem\]{min-width:12rem}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-3xl{max-width:48rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-\[400px\]{max-width:400px}.max-w-\[82\%\]{max-width:82%}.max-w-lg{max-width:32rem}.max-w-max{max-width:-webkit-max-content;max-width:max-content}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-full{flex-basis:100%}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.origin-\[--radix-context-menu-content-transform-origin\]{transform-origin:var(--radix-context-menu-content-transform-origin)}.origin-\[--radix-dropdown-menu-content-transform-origin\]{transform-origin:var(--radix-dropdown-menu-content-transform-origin)}.origin-\[--radix-hover-card-content-transform-origin\]{transform-origin:var(--radix-hover-card-content-transform-origin)}.origin-\[--radix-menubar-content-transform-origin\]{transform-origin:var(--radix-menubar-content-transform-origin)}.origin-\[--radix-popover-content-transform-origin\]{transform-origin:var(--radix-popover-content-transform-origin)}.origin-\[--radix-select-content-transform-origin\]{transform-origin:var(--radix-select-content-transform-origin)}.origin-\[--radix-tooltip-content-transform-origin\]{transform-origin:var(--radix-tooltip-content-transform-origin)}.origin-bottom-right{transform-origin:bottom right}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.translate-x-0{--tw-translate-x:0px}.translate-x-0,.translate-x-\[-50\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x:-50%}.translate-x-full{--tw-translate-x:100%}.translate-x-full,.translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y:0px}.translate-y-2{--tw-translate-y:0.5rem}.translate-y-2,.translate-y-\[-50\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y:-50%}.rotate-45{--tw-rotate:45deg}.rotate-45,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate:90deg}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-100,.scale-95{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[1\.4fr_1\.6fr_160px\]{grid-template-columns:1.4fr 1.6fr 160px}.grid-cols-\[1fr_120px_110px_160px_110px\]{grid-template-columns:1fr 120px 110px 160px 110px}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-px{gap:1px}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.25rem*var(--tw-space-x-reverse))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.125rem*var(--tw-space-y-reverse));margin-top:calc(.125rem*(1 - var(--tw-space-y-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.375rem*var(--tw-space-y-reverse));margin-top:calc(.375rem*(1 - var(--tw-space-y-reverse)))}.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2.5rem*var(--tw-space-y-reverse));margin-top:calc(2.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.25rem*var(--tw-space-y-reverse));margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.75rem;border-radius:var(--radius)}.rounded-md{border-radius:calc(.75rem - 2px);border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(.75rem - 4px);border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-t-\[10px\]{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-bl-sm{border-bottom-left-radius:calc(.75rem - 4px);border-bottom-left-radius:calc(var(--radius) - 4px)}.rounded-br-sm{border-bottom-right-radius:calc(.75rem - 4px);border-bottom-right-radius:calc(var(--radius) - 4px)}.rounded-tl-sm{border-top-left-radius:calc(.75rem - 4px);border-top-left-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-y{border-top-width:1px}.border-b,.border-y{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-amber-300{--tw-border-opacity:1;border-color:#fcd34d;border-color:rgb(252 211 77/var(--tw-border-opacity,1))}.border-amber-300\/15{border-color:#fcd34d26}.border-amber-300\/20{border-color:#fcd34d33}.border-amber-300\/25{border-color:#fcd34d40}.border-amber-300\/40{border-color:#fcd34d66}.border-amber-300\/50{border-color:#fcd34d80}.border-amber-400\/15{border-color:#fbbf2426}.border-blue-400\/20{border-color:#60a5fa33}.border-destructive{border-color:#ef4444;border-color:hsl(var(--destructive))}.border-destructive\/50{border-color:#ef444480;border-color:hsl(var(--destructive)/.5)}.border-emerald-300\/30{border-color:#6ee7b74d}.border-emerald-400\/20{border-color:#34d39933}.border-emerald-400\/30{border-color:#34d3994d}.border-input{border-color:#212331;border-color:hsl(var(--input))}.border-primary{border-color:#fff;border-color:hsl(var(--primary))}.border-primary\/50{border-color:#ffffff80;border-color:hsl(var(--primary)/.5)}.border-red-400\/30{border-color:#f871714d}.border-rose-400\/25{border-color:#fb718540}.border-transparent{border-color:#0000}.border-white{--tw-border-opacity:1;border-color:#fff;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-white\/10{border-color:#ffffff1a}.border-white\/15{border-color:#ffffff26}.border-white\/20{border-color:#fff3}.border-white\/30{border-color:#ffffff4d}.border-white\/5{border-color:#ffffff0d}.border-white\/\[0\.04\]{border-color:#ffffff0a}.border-white\/\[0\.08\]{border-color:#ffffff14}.border-l-transparent{border-left-color:#0000}.border-t-transparent{border-top-color:#0000}.bg-\[\#04050a\]{--tw-bg-opacity:1;background-color:#04050a;background-color:rgb(4 5 10/var(--tw-bg-opacity,1))}.bg-\[\#06050a\]{--tw-bg-opacity:1;background-color:#06050a;background-color:rgb(6 5 10/var(--tw-bg-opacity,1))}.bg-\[\#06070d\]{--tw-bg-opacity:1;background-color:#06070d;background-color:rgb(6 7 13/var(--tw-bg-opacity,1))}.bg-\[\#08070a\]{--tw-bg-opacity:1;background-color:#08070a;background-color:rgb(8 7 10/var(--tw-bg-opacity,1))}.bg-\[\#0a0810\]{--tw-bg-opacity:1;background-color:#0a0810;background-color:rgb(10 8 16/var(--tw-bg-opacity,1))}.bg-\[\#0a0c14\]{--tw-bg-opacity:1;background-color:#0a0c14;background-color:rgb(10 12 20/var(--tw-bg-opacity,1))}.bg-\[\#0a0c14\]\/95{background-color:#0a0c14f2}.bg-\[\#0c0a10\]{--tw-bg-opacity:1;background-color:#0c0a10;background-color:rgb(12 10 16/var(--tw-bg-opacity,1))}.bg-accent{background-color:#1d1f2b;background-color:hsl(var(--accent))}.bg-amber-300{--tw-bg-opacity:1;background-color:#fcd34d;background-color:rgb(252 211 77/var(--tw-bg-opacity,1))}.bg-amber-300\/80{background-color:#fcd34dcc}.bg-amber-300\/\[0\.04\]{background-color:#fcd34d0a}.bg-amber-300\/\[0\.05\]{background-color:#fcd34d0d}.bg-amber-300\/\[0\.06\]{background-color:#fcd34d0f}.bg-amber-300\/\[0\.07\]{background-color:#fcd34d12}.bg-amber-300\/\[0\.12\]{background-color:#fcd34d1f}.bg-amber-400{--tw-bg-opacity:1;background-color:#fbbf24;background-color:rgb(251 191 36/var(--tw-bg-opacity,1))}.bg-amber-400\/15{background-color:#fbbf2426}.bg-amber-400\/\[0\.04\]{background-color:#fbbf240a}.bg-amber-500\/20{background-color:#f59e0b33}.bg-background{background-color:#07080d;background-color:hsl(var(--background))}.bg-black{--tw-bg-opacity:1;background-color:#000;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/30{background-color:#0000004d}.bg-black\/40{background-color:#0006}.bg-black\/60{background-color:#0009}.bg-black\/70{background-color:#000000b3}.bg-black\/75{background-color:#000000bf}.bg-black\/80{background-color:#000c}.bg-blue-500\/15{background-color:#3b82f626}.bg-border{background-color:#212331;background-color:hsl(var(--border))}.bg-card{background-color:#0b0c14;background-color:hsl(var(--card))}.bg-destructive{background-color:#ef4444;background-color:hsl(var(--destructive))}.bg-emerald-400{--tw-bg-opacity:1;background-color:#34d399;background-color:rgb(52 211 153/var(--tw-bg-opacity,1))}.bg-emerald-400\/10{background-color:#34d3991a}.bg-emerald-400\/15{background-color:#34d39926}.bg-emerald-400\/90{background-color:#34d399e6}.bg-emerald-400\/\[0\.05\]{background-color:#34d3990d}.bg-emerald-500\/10{background-color:#10b9811a}.bg-emerald-500\/15{background-color:#10b98126}.bg-emerald-500\/20{background-color:#10b98133}.bg-emerald-500\/90{background-color:#10b981e6}.bg-foreground{background-color:#f9fafb;background-color:hsl(var(--foreground))}.bg-indigo-400\/15{background-color:#818cf826}.bg-muted{background-color:#181b25;background-color:hsl(var(--muted))}.bg-muted\/50{background-color:#181b2580;background-color:hsl(var(--muted)/.5)}.bg-orange-500\/15{background-color:#f9731626}.bg-popover{background-color:#0b0c14;background-color:hsl(var(--popover))}.bg-primary{background-color:#fff;background-color:hsl(var(--primary))}.bg-primary\/10{background-color:#ffffff1a;background-color:hsl(var(--primary)/.1)}.bg-primary\/20{background-color:#fff3;background-color:hsl(var(--primary)/.2)}.bg-purple-500\/15{background-color:#a855f726}.bg-red-400\/15{background-color:#f8717126}.bg-red-400\/\[0\.04\]{background-color:#f871710a}.bg-rose-400{--tw-bg-opacity:1;background-color:#fb7185;background-color:rgb(251 113 133/var(--tw-bg-opacity,1))}.bg-rose-500\/10{background-color:#f43f5e1a}.bg-rose-500\/15{background-color:#f43f5e26}.bg-rose-500\/20{background-color:#f43f5e33}.bg-secondary{background-color:#181b25;background-color:hsl(var(--secondary))}.bg-transparent{background-color:initial}.bg-white{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/0{background-color:#fff0}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-white\/5{background-color:#ffffff0d}.bg-white\/85{background-color:#ffffffd9}.bg-white\/\[0\.015\]{background-color:hsla(0,0%,100%,.015)}.bg-white\/\[0\.02\]{background-color:#ffffff05}.bg-white\/\[0\.03\]{background-color:#ffffff08}.bg-white\/\[0\.04\]{background-color:#ffffff0a}.bg-white\/\[0\.06\]{background-color:#ffffff0f}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-amber-500\/\[0\.06\]{--tw-gradient-from:#f59e0b0f var(--tw-gradient-from-position);--tw-gradient-to:#f59e0b00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-orange-700\/\[0\.04\]{--tw-gradient-to:#c2410c0a var(--tw-gradient-to-position)}.fill-amber-300{fill:#fcd34d}.fill-current{fill:currentColor}.fill-primary{fill:#fff;fill:hsl(var(--primary))}.object-contain{object-fit:contain}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[1px\]{padding:1px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-3\.5{padding-bottom:.875rem;padding-top:.875rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-8{padding-bottom:2rem;padding-top:2rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-3{padding-bottom:.75rem}.pb-32{padding-bottom:8rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-12{padding-left:3rem}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-28{padding-right:7rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-24{padding-top:6rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[0\.8rem\]{font-size:.8rem}.text-\[10\.5px\]{font-size:10.5px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12\.5px\]{font-size:12.5px}.text-\[12px\]{font-size:12px}.text-\[13\.5px\]{font-size:13.5px}.text-\[13px\]{font-size:13px}.text-\[14\.5px\]{font-size:14.5px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[26px\]{font-size:26px}.text-\[36px\]{font-size:36px}.text-\[44px\]{font-size:44px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-feature-settings:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-\[0\.95\]{line-height:.95}.leading-\[1\.05\]{line-height:1.05}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.15em\]{letter-spacing:.15em}.tracking-\[0\.18em\]{letter-spacing:.18em}.tracking-\[0\.22em\]{letter-spacing:.22em}.tracking-\[0\.25em\]{letter-spacing:.25em}.tracking-\[0\.26em\]{letter-spacing:.26em}.tracking-\[0\.28em\]{letter-spacing:.28em}.tracking-\[0\.2em\]{letter-spacing:.2em}.tracking-\[0\.3em\]{letter-spacing:.3em}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-accent-foreground{color:#f9fafb;color:hsl(var(--accent-foreground))}.text-amber-100\/85{color:#fef3c7d9}.text-amber-200{--tw-text-opacity:1;color:#fde68a;color:rgb(253 230 138/var(--tw-text-opacity,1))}.text-amber-200\/85{color:#fde68ad9}.text-amber-300{--tw-text-opacity:1;color:#fcd34d;color:rgb(252 211 77/var(--tw-text-opacity,1))}.text-amber-300\/70{color:#fcd34db3}.text-amber-300\/75{color:#fcd34dbf}.text-amber-300\/80{color:#fcd34dcc}.text-amber-300\/85{color:#fcd34dd9}.text-black{--tw-text-opacity:1;color:#000;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-blue-200{--tw-text-opacity:1;color:#bfdbfe;color:rgb(191 219 254/var(--tw-text-opacity,1))}.text-card-foreground{color:#f9fafb;color:hsl(var(--card-foreground))}.text-current{color:currentColor}.text-destructive{color:#ef4444;color:hsl(var(--destructive))}.text-destructive-foreground{color:#fafafa;color:hsl(var(--destructive-foreground))}.text-emerald-200{--tw-text-opacity:1;color:#a7f3d0;color:rgb(167 243 208/var(--tw-text-opacity,1))}.text-emerald-300{--tw-text-opacity:1;color:#6ee7b7;color:rgb(110 231 183/var(--tw-text-opacity,1))}.text-emerald-300\/75{color:#6ee7b7bf}.text-emerald-400{--tw-text-opacity:1;color:#34d399;color:rgb(52 211 153/var(--tw-text-opacity,1))}.text-emerald-50{--tw-text-opacity:1;color:#ecfdf5;color:rgb(236 253 245/var(--tw-text-opacity,1))}.text-foreground{color:#f9fafb;color:hsl(var(--foreground))}.text-foreground\/50{color:#f9fafb80;color:hsl(var(--foreground)/.5)}.text-indigo-200{--tw-text-opacity:1;color:#c7d2fe;color:rgb(199 210 254/var(--tw-text-opacity,1))}.text-muted-foreground{color:#9fa3ad;color:hsl(var(--muted-foreground))}.text-orange-200{--tw-text-opacity:1;color:#fed7aa;color:rgb(254 215 170/var(--tw-text-opacity,1))}.text-popover-foreground{color:#f9fafb;color:hsl(var(--popover-foreground))}.text-primary{color:#fff;color:hsl(var(--primary))}.text-primary-foreground{color:#07080d;color:hsl(var(--primary-foreground))}.text-purple-200{--tw-text-opacity:1;color:#e9d5ff;color:rgb(233 213 255/var(--tw-text-opacity,1))}.text-red-300{--tw-text-opacity:1;color:#fca5a5;color:rgb(252 165 165/var(--tw-text-opacity,1))}.text-red-300\/60{color:#fca5a599}.text-red-300\/80{color:#fca5a5cc}.text-red-400{--tw-text-opacity:1;color:#f87171;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-rose-100{--tw-text-opacity:1;color:#ffe4e6;color:rgb(255 228 230/var(--tw-text-opacity,1))}.text-rose-200{--tw-text-opacity:1;color:#fecdd3;color:rgb(254 205 211/var(--tw-text-opacity,1))}.text-rose-300{--tw-text-opacity:1;color:#fda4af;color:rgb(253 164 175/var(--tw-text-opacity,1))}.text-secondary-foreground{color:#f9fafb;color:hsl(var(--secondary-foreground))}.text-white{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\/20{color:#fff3}.text-white\/25{color:#ffffff40}.text-white\/30{color:#ffffff4d}.text-white\/35{color:#ffffff59}.text-white\/40{color:#fff6}.text-white\/45{color:#ffffff73}.text-white\/50{color:#ffffff80}.text-white\/55{color:#ffffff8c}.text-white\/60{color:#fff9}.text-white\/65{color:#ffffffa6}.text-white\/70{color:#ffffffb3}.text-white\/75{color:#ffffffbf}.text-white\/80{color:#fffc}.text-white\/85{color:#ffffffd9}.text-white\/90{color:#ffffffe6}.text-white\/95{color:#fffffff2}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.decoration-white\/30{-webkit-text-decoration-color:#ffffff4d;text-decoration-color:#ffffff4d}.underline-offset-2{text-underline-offset:2px}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-90{opacity:.9}.opacity-\[0\.12\]{opacity:.12}.opacity-\[0\.18\]{opacity:.18}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-2xl{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-\[0_0_6px_rgba\(52\2c 211\2c 153\2c 0\.7\)\]{--tw-shadow:0 0 6px #34d399b3;--tw-shadow-colored:0 0 6px var(--tw-shadow-color)}.shadow-\[0_0_6px_rgba\(52\2c 211\2c 153\2c 0\.7\)\],.shadow-\[0_12px_40px_-8px_rgba\(0\2c 0\2c 0\2c 0\.8\)\]{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_12px_40px_-8px_rgba\(0\2c 0\2c 0\2c 0\.8\)\]{--tw-shadow:0 12px 40px -8px #000c;--tw-shadow-colored:0 12px 40px -8px var(--tw-shadow-color)}.shadow-\[0_30px_80px_-20px_rgba\(0\2c 0\2c 0\2c 0\.85\)\]{--tw-shadow:0 30px 80px -20px #000000d9;--tw-shadow-colored:0 30px 80px -20px var(--tw-shadow-color)}.shadow-\[0_30px_80px_-20px_rgba\(0\2c 0\2c 0\2c 0\.85\)\],.shadow-\[0_30px_80px_-30px_rgba\(0\2c 0\2c 0\2c 0\.7\)\]{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_30px_80px_-30px_rgba\(0\2c 0\2c 0\2c 0\.7\)\]{--tw-shadow:0 30px 80px -30px #000000b3;--tw-shadow-colored:0 30px 80px -30px var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-md{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-sm,.shadow-xl{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.outline-none{outline:2px solid #0000;outline-offset:2px}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-0,.ring-1{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-ring{--tw-ring-color:hsl(var(--ring))}.ring-offset-background{--tw-ring-offset-color:hsl(var(--background))}.drop-shadow-\[0_2px_24px_rgba\(255\2c 255\2c 255\2c 0\.18\)\]{--tw-drop-shadow:drop-shadow(0 2px 24px #ffffff2e)}.drop-shadow-\[0_2px_24px_rgba\(255\2c 255\2c 255\2c 0\.18\)\],.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur:blur(8px)}.backdrop-blur,.backdrop-blur-2xl{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-2xl{--tw-backdrop-blur:blur(40px)}.backdrop-blur-md{--tw-backdrop-blur:blur(12px)}.backdrop-blur-md,.backdrop-blur-sm{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes enter{0%{opacity:1;opacity:var(--tw-enter-opacity,1);transform:translateZ(0) scaleX(1) rotate(0);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:1;opacity:var(--tw-exit-opacity,1);transform:translateZ(0) scaleX(1) rotate(0);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))}}.animate-in{--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial;animation-duration:.15s;animation-name:enter}.fade-in-0{--tw-enter-opacity:0}.zoom-in-95{--tw-enter-scale:.95}.duration-1000{animation-duration:1s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.running{animation-play-state:running}.paused{animation-play-state:paused}#root,body,html{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"ss01","cv11";background:#03040b;color:#f8f9fa;font-family:Outfit,system-ui,sans-serif;margin:0}.font-mono,code,pre{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace}::selection{background:#ffffff2e;color:#fff}.bg-video,video.bg-video{-webkit-touch-callout:none!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important}.bg-video::-internal-media-controls-overlay-cast-button,.bg-video::-webkit-media-controls,.bg-video::-webkit-media-controls-current-time-display,.bg-video::-webkit-media-controls-enclosure,.bg-video::-webkit-media-controls-fullscreen-button,.bg-video::-webkit-media-controls-mute-button,.bg-video::-webkit-media-controls-overlay-enclosure,.bg-video::-webkit-media-controls-overlay-pause-button,.bg-video::-webkit-media-controls-overlay-play-button,.bg-video::-webkit-media-controls-panel,.bg-video::-webkit-media-controls-panel-container,.bg-video::-webkit-media-controls-pause-button,.bg-video::-webkit-media-controls-play-button,.bg-video::-webkit-media-controls-start-playback-button,.bg-video::-webkit-media-controls-time-remaining-display,.bg-video::-webkit-media-controls-timeline,.bg-video::-webkit-media-controls-volume-slider{-webkit-appearance:none!important;appearance:none!important;display:none!important;height:0!important;opacity:0!important;pointer-events:none!important;visibility:hidden!important;width:0!important}#emergent-badge,.emergent-badge,[class*=EmergentBadge],[id^=emergent-],a[href*="app.emergent.sh"],a[href*="emergent.com"],a[href*="emergent.sh"],iframe[src*="emergent.sh"]{display:none!important;pointer-events:none!important;visibility:hidden!important}.wc-font{font-feature-settings:"ss01","cv11","cv10","cv09";font-family:Inter Tight,Inter,system-ui,sans-serif;letter-spacing:-.01em}.wc-display{font-family:Unbounded,Space Grotesk,system-ui,sans-serif;font-weight:500;letter-spacing:-.025em}:root{--wc-accent:125 169 255;--wc-accent-deep:85 115 230}.wc-accent{color:#7da9ff;color:rgb(var(--wc-accent))}.wc-accent-bg{background:#7da9ff;background:rgb(var(--wc-accent))}.wc-accent-grad{background:linear-gradient(135deg,#7da9ff,#5573e6);background:linear-gradient(135deg,rgb(var(--wc-accent)) 0,rgb(var(--wc-accent-deep)) 100%)}.wc-accent-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#c9d9ff 60%,#7da9ff);background:linear-gradient(135deg,#fff 0,#c9d9ff 60%,rgb(var(--wc-accent)) 100%);-webkit-background-clip:text;background-clip:text}.wc-shine{overflow:hidden;position:relative}.wc-shine:after{background:linear-gradient(110deg,#0000 30%,#ffffff1f 50%,#0000 70%);content:"";inset:0;pointer-events:none;position:absolute;transform:translateX(-100%);transition:transform .7s ease}.wc-shine:hover:after{transform:translateX(100%)}.wc-mono{font-feature-settings:"ss01","cv11";font-family:JetBrains Mono,ui-monospace,monospace}.wc-auth-bg{background:radial-gradient(ellipse 70% 55% at 15% 8%,hsla(0,0%,100%,.045),#0000 60%),radial-gradient(ellipse 55% 45% at 85% 90%,#7da9ff17,#0000 60%),linear-gradient(180deg,#0b0d12,#070910 60%,#05060b);position:relative}.wc-auth-bg:before{background-image:linear-gradient(hsla(0,0%,100%,.015) 1px,#0000 0),linear-gradient(90deg,hsla(0,0%,100%,.015) 1px,#0000 0);background-size:44px 44px;content:"";inset:0;mask-image:radial-gradient(ellipse at center,#000 40%,#0000 80%);-webkit-mask-image:radial-gradient(ellipse at center,#000 40%,#0000 80%);pointer-events:none;position:absolute}.wc-bg{background:radial-gradient(ellipse 60% 40% at 100% 0,#7da9ff17,#0000 60%),radial-gradient(ellipse 60% 40% at 0 100%,#ffffff08,#0000 60%),linear-gradient(180deg,#0b0d12,#07090f);position:relative}.wc-bg:before{animation:wc-drift 24s ease-in-out infinite alternate;background-image:radial-gradient(circle at 20% 30%,#7da9ff0d 0,#0000 50%),radial-gradient(circle at 80% 70%,#7da9ff0a 0,#0000 50%);opacity:.8}.wc-bg:after,.wc-bg:before{content:"";inset:0;pointer-events:none;position:fixed;z-index:0}.wc-bg:after{background-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%27160%27 height=%27160%27><filter id=%27n%27><feTurbulence type=%27fractalNoise%27 baseFrequency=%270.9%27 numOctaves=%272%27 stitchTiles=%27stitch%27/><feColorMatrix values=%270 0 0 0 0.49  0 0 0 0 0.66  0 0 0 0 1  0 0 0 0.6 0%27/></filter><rect width=%27100%25%27 height=%27100%25%27 filter=%27url%28%23n%29%27 opacity=%270.35%27/></svg>");mix-blend-mode:overlay;opacity:.18}@keyframes wc-drift{0%{transform:translateZ(0)}to{transform:translate3d(-3%,2%,0)}}@media (prefers-reduced-motion:reduce){.wc-bg:before{animation:none}}.wc-glass{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:hsla(0,0%,100%,.025);border:1px solid #ffffff0f}.wc-sidebar{background:linear-gradient(180deg,#ffffff05,hsla(0,0%,100%,.005));border-right:1px solid #ffffff0d}.wc-list{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#090b108c}.wc-pane{background:linear-gradient(180deg,#0a0c12,#07090f)}.wc-bubble-me{background:#fff;box-shadow:inset 0 1px 0 #ffffff14,0 8px 20px -8px #ffffff1f;color:#0a0c12}.wc-bubble-them{background:#ffffff0a;border:1px solid #ffffff0f;color:#f2f3f7}.wc-input{background:#ffffff08;border:1px solid #ffffff14;color:#f8f9fa;transition:border-color .16s ease,background .16s ease}.wc-input:focus,.wc-input:focus-within{background:#ffffff0d;border-color:#ffffff2e;box-shadow:0 0 0 3px #ffffff0a;outline:none}.wc-logo-mask{background:#fff;-webkit-mask-image:url(https://customer-assets.emergentagent.com/job_jwood-premium/artifacts/lr05bhc9_IMG_4448.png);mask-image:url(https://customer-assets.emergentagent.com/job_jwood-premium/artifacts/lr05bhc9_IMG_4448.png);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.wc-orb-wrap{filter:drop-shadow(0 18px 36px rgba(125,169,255,.3));height:140px;position:relative;width:140px}@media (min-width:768px){.wc-orb-wrap{height:180px;width:180px}}.wc-orb{animation:wc-orb-float 11s ease-in-out infinite;border-radius:50%;filter:blur(20px);inset:0;mix-blend-mode:screen;position:absolute}.wc-orb-a{animation-duration:9s;background:radial-gradient(circle at 35% 35%,#93c5fd 0,#0000 60%)}.wc-orb-b{animation-direction:reverse;animation-duration:13s;background:radial-gradient(circle at 65% 55%,#7dd3fc 0,#0000 60%)}.wc-orb-c{animation-delay:-3s;animation-duration:17s;background:radial-gradient(circle at 55% 75%,#7da9ffe6 0,#0000 60%)}.wc-orb-d{animation-delay:-2s;animation-direction:reverse;animation-duration:15s;background:radial-gradient(circle at 25% 60%,#c4b5fd 0,#0000 65%)}.wc-orb-core{animation:wc-orb-core 6s ease-in-out infinite;background:radial-gradient(circle at 35% 30%,#ffffffeb 0,#ffffff1f 38%,#0000 70%),radial-gradient(circle at 60% 70%,#7da9ff80 0,#0000 60%);box-shadow:0 0 60px #7da9ff73,inset 0 -10px 24px #00000080;inset:22%}.wc-orb-core,.wc-orb-ring{border-radius:50%;position:absolute}.wc-orb-ring{animation:wc-orb-spin 18s linear infinite;border:1px solid #7da9ff2e;inset:8%;pointer-events:none}.wc-orb-ring:after,.wc-orb-ring:before{border:1px solid #ffffff0f;border-radius:50%;content:"";inset:-8%;position:absolute}.wc-orb-ring:after{border-color:#7da9ff1f;inset:8%}@keyframes wc-orb-float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(20px,-12px) scale(1.1)}66%{transform:translate(-16px,14px) scale(.94)}}@keyframes wc-orb-core{0%,to{transform:translateZ(0) rotate(0deg) scale(1)}50%{transform:translate3d(4px,-3px,0) rotate(180deg) scale(1.04)}}@keyframes wc-orb-spin{to{transform:rotate(1turn)}}@keyframes wc-bounce{0%,to{opacity:.55;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}@keyframes wc-slide-in{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.wc-starfield{inset:0;overflow:hidden;pointer-events:none;position:absolute}.wc-starfield:after,.wc-starfield:before,.wc-starfield>.wc-stars-mid{background-position:0 0;background-repeat:repeat;content:"";inset:0;position:absolute}.wc-starfield:before{animation:wc-stars-far 80s linear infinite;background-image:radial-gradient(1px 1px at 12% 18%,#ffffffd9,#0000 60%),radial-gradient(1px 1px at 82% 24%,#fff9,#0000 60%),radial-gradient(1px 1px at 28% 64%,#ffffffb3,#0000 60%),radial-gradient(1.2px 1.2px at 54% 84%,#ffffff8c,#0000 60%),radial-gradient(1px 1px at 76% 70%,#ffffffb3,#0000 60%),radial-gradient(1px 1px at 92% 48%,#fff9,#0000 60%),radial-gradient(1px 1px at 4% 90%,#ffffff8c,#0000 60%),radial-gradient(1.4px 1.4px at 60% 14%,#ffffffd9,#0000 60%);background-size:600px 600px;opacity:.55}.wc-starfield>.wc-stars-mid{animation:wc-stars-mid 45s linear infinite;background-image:radial-gradient(1.4px 1.4px at 18% 36%,#bed2fff2,#0000 60%),radial-gradient(1.6px 1.6px at 68% 22%,#b4c8ffcc,#0000 60%),radial-gradient(1.2px 1.2px at 48% 56%,#ffffffd9,#0000 60%),radial-gradient(1.6px 1.6px at 80% 76%,#bed2ffd9,#0000 60%),radial-gradient(1.4px 1.4px at 14% 80%,#aac8ffd9,#0000 60%);background-size:460px 460px;opacity:.7}.wc-starfield:after{animation:wc-stars-near 22s linear infinite;background-image:radial-gradient(2px 2px at 30% 28%,#fff,#0000 55%),radial-gradient(2.4px 2.4px at 70% 60%,#aac8fff2,#0000 55%),radial-gradient(1.8px 1.8px at 8% 50%,#fffffff2,#0000 55%),radial-gradient(2px 2px at 90% 14%,#7da9ff,#0000 55%);background-size:320px 320px;opacity:.9}@keyframes wc-stars-far{0%{background-position:0 0}to{background-position:-600px 200px}}@keyframes wc-stars-mid{0%{background-position:0 0}to{background-position:-460px 260px}}@keyframes wc-stars-near{0%{background-position:0 0}to{background-position:-320px 180px}}@media (prefers-reduced-motion:reduce){.wc-orb,.wc-orb-core,.wc-orb-ring,.wc-starfield:after,.wc-starfield:before,.wc-starfield>.wc-stars-mid{animation:none}}.aurora-bg{background:#03040b;inset:0;overflow:hidden;pointer-events:none;position:fixed;z-index:0}.aurora-blob{border-radius:50%;filter:blur(120px);mix-blend-mode:screen;opacity:.55;position:absolute;will-change:transform}.aurora-blob.b1{animation:aurora-1 22s ease-in-out infinite;background:radial-gradient(circle at 30% 30%,#6366f1b3,#38bdf800 70%);height:56vw;left:-10vw;top:-15vw;width:56vw}.aurora-blob.b2{animation:aurora-2 26s ease-in-out infinite;background:radial-gradient(circle at 60% 50%,#a855f799,#a855f700 70%);height:50vw;right:-15vw;top:15vh;width:50vw}.aurora-blob.b3{animation:aurora-3 30s ease-in-out infinite;background:radial-gradient(circle at 50% 50%,#ec489973,#ec489900 70%);bottom:-25vw;height:60vw;left:10vw;width:60vw}.aurora-blob.b4{animation:aurora-4 34s ease-in-out infinite;background:radial-gradient(circle at 50% 50%,#38bdf88c,#38bdf800 70%);bottom:-10vw;height:40vw;right:5vw;width:40vw}.aurora-grain{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.05 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");inset:0;mix-blend-mode:overlay;opacity:.5;position:absolute}.aurora-vignette{background:radial-gradient(ellipse at center,#03040b00 0,#03040b8c 65%,#03040bd9 100%);inset:0;position:absolute}@keyframes aurora-1{0%,to{transform:translateZ(0) rotate(0deg)}50%{transform:translate3d(8vw,6vh,0) rotate(40deg)}}@keyframes aurora-2{0%,to{transform:translateZ(0) rotate(0deg)}50%{transform:translate3d(-6vw,4vh,0) rotate(-30deg)}}@keyframes aurora-3{0%,to{transform:translateZ(0) rotate(0deg)}50%{transform:translate3d(4vw,-6vh,0) rotate(25deg)}}@keyframes aurora-4{0%,to{transform:translateZ(0) rotate(0deg)}50%{transform:translate3d(-5vw,-4vh,0) rotate(-20deg)}}.fade-up{animation:fadeUp .9s cubic-bezier(.22,1,.36,1) forwards;opacity:0;transform:translateY(14px)}.fade-up.delay-1{animation-delay:80ms}.fade-up.delay-2{animation-delay:.22s}.fade-up.delay-3{animation-delay:.36s}.fade-up.delay-4{animation-delay:.5s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.glass{backdrop-filter:blur(24px) saturate(140%);-webkit-backdrop-filter:blur(24px) saturate(140%);background:#ffffff0a;border:1px solid #ffffff14;box-shadow:inset 0 1px 0 #ffffff0f,0 30px 80px -30px #000000b3}.hairline{border-top:1px solid #ffffff14}.input-premium{background:#00000040;border:1px solid #ffffff1a;color:#fff;transition:border-color .2s ease,background-color .2s ease}.input-premium:hover{border-color:#fff3}.input-premium:focus{background:#ffffff0a;border-color:#ffffff73;outline:none}.input-premium::placeholder{color:#f8f9fa66}.pulse-dot{animation:pulseDot 2s infinite;background:#34d399;border-radius:999px;box-shadow:0 0 0 0 #34d399b3;height:8px;width:8px}@keyframes pulseDot{0%{box-shadow:0 0 0 0 #34d3998c}70%{box-shadow:0 0 0 12px #34d39900}to{box-shadow:0 0 0 0 #34d39900}}.reveal{opacity:0;transform:translateY(22px);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.reveal.in-view{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.typing-caret{animation:caret-blink 1s steps(1) 0s 6,caret-fade .4s ease 6s forwards;background:currentColor;display:inline-block;height:.9em;margin-left:4px;vertical-align:-.05em;width:2px}@keyframes caret-blink{50%{opacity:0}}@keyframes caret-fade{to{opacity:0}}.typing-dot{animation:typing-bob 1.2s ease-in-out infinite;background:#ffffff8c;border-radius:999px;display:inline-block;height:6px;width:6px}@keyframes typing-bob{0%,80%,to{opacity:.45;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.chat-bubble-enter{animation:bubble-in .28s cubic-bezier(.22,1,.36,1)}@keyframes bubble-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.home-eon-launcher{background:#0000;border:none;cursor:pointer;display:grid;height:64px;padding:0;place-items:center;width:64px}.home-eon-launcher:focus{outline:none}.home-eon-launcher:focus-visible{border-radius:999px;box-shadow:0 0 0 2px #ffffff80}.home-eon-launcher .home-orb{filter:drop-shadow(0 0 24px rgba(125,170,255,.55));transition:transform .22s ease,filter .22s ease}.home-eon-launcher:hover .home-orb{filter:drop-shadow(0 0 30px rgba(125,170,255,.75));transform:translateY(-2px) scale(1.05)}.home-orb{animation:home-orb-drift 9s ease-in-out infinite}@keyframes home-orb-drift{0%{transform:translateZ(0)}50%{transform:translate3d(2px,-3px,0)}to{transform:translateZ(0)}}@media (prefers-reduced-motion:reduce){.home-orb{animation:none}.home-eon-launcher .home-orb{transition:none}}.home-eon-widget{animation:home-eon-pop .28s cubic-bezier(.2,.8,.2,1);background:#06070eeb;border-radius:22px;bottom:96px;box-shadow:0 30px 80px -20px #000000b3,0 0 0 1px #ffffff0f;color:#f3f5fa;font-family:Geist,Inter Tight,-apple-system,system-ui,sans-serif;height:min(580px,calc(100vh - 140px));isolation:isolate;overflow:hidden;position:fixed;right:24px;width:min(380px,calc(100vw - 32px));z-index:60}@keyframes home-eon-pop{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.home-eon-canvas-bg{height:100%;inset:0;opacity:.55;pointer-events:none;position:absolute;width:100%;z-index:0}.home-eon-widget-inner{backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);background:linear-gradient(180deg,#06070e8c,#06070ebf 60%,#06070eeb);display:grid;grid-template-rows:auto 1fr auto;height:100%;position:relative;z-index:1}.home-eon-head{align-items:center;border-bottom:1px solid #ffffff0f;display:flex;justify-content:space-between;padding:14px 16px}.home-eon-title{font-size:15px;font-weight:500;letter-spacing:.04em}.home-eon-tag{color:#ffffff73;font-family:Geist Mono,JetBrains Mono,ui-monospace,monospace;font-size:9px;letter-spacing:.28em;margin-top:1px;text-transform:uppercase}.home-eon-online{animation:home-eon-pulse 2.2s ease-in-out infinite;background:#34d399;border-radius:999px;box-shadow:0 0 8px #34d399a6;display:inline-block;height:7px;width:7px}@keyframes home-eon-pulse{0%,to{opacity:.9}50%{opacity:.5}}.home-eon-online-label{color:#ffffff8c;font-family:Geist Mono,JetBrains Mono,ui-monospace,monospace;font-size:9.5px;letter-spacing:.22em;margin-right:4px;text-transform:uppercase}.home-eon-close{background:#0000;border:none;border-radius:8px;color:#ffffff80;cursor:pointer;display:grid;height:28px;margin-left:4px;place-items:center;width:28px}.home-eon-close:hover{background:#ffffff0f;color:#fff}.home-eon-thread{display:flex;flex-direction:column;gap:8px;overflow-y:auto;padding:16px 16px 6px}.home-eon-msg{animation:home-eon-msg-in .22s ease;border-radius:14px;font-size:13.5px;line-height:1.45;max-width:85%;padding:9px 12px;white-space:pre-wrap;word-break:break-word}@keyframes home-eon-msg-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.home-eon-msg-eon{align-self:flex-start;background:#ffffff12;border:1px solid #ffffff0d;border-bottom-left-radius:4px;color:#f3f5fa}.home-eon-msg-me{align-self:flex-end;background:linear-gradient(180deg,#fff,#dde4f5);border-bottom-right-radius:4px;color:#0a0b10}.home-eon-typing{align-items:center;display:inline-flex;gap:4px;padding:10px 14px}.home-eon-typing span{animation:home-eon-dots 1.3s ease-in-out infinite;background:#ffffff8c;border-radius:999px;height:5px;width:5px}.home-eon-typing span:nth-child(2){animation-delay:.18s}.home-eon-typing span:nth-child(3){animation-delay:.36s}@keyframes home-eon-dots{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.home-eon-compose{grid-gap:8px;background:#080910a6;border-top:1px solid #ffffff0f;display:grid;gap:8px;grid-template-columns:1fr auto;padding:12px 14px 14px}.home-eon-compose input{background:#ffffff0d;border:1px solid #ffffff14;border-radius:11px;color:#f3f5fa;font-family:inherit;font-size:13.5px;outline:none;padding:10px 14px;transition:border-color .16s ease,background .16s ease}.home-eon-compose input:focus{background:#ffffff12;border-color:#7daaff8c}.home-eon-compose input:disabled{cursor:not-allowed;opacity:.55}.home-eon-send-btn{background:#fff;border:none;border-radius:11px;color:#0a0b10;cursor:pointer;display:grid;height:40px;place-items:center;transition:transform .14s ease;width:40px}.home-eon-send-btn:hover:not(:disabled){transform:translateY(-1px)}.home-eon-send-btn:disabled{cursor:not-allowed;opacity:.4}@media (max-width:640px){.home-eon-widget{animation:home-eon-slide .3s cubic-bezier(.2,.8,.2,1);border-radius:20px 20px 0 0;bottom:0;height:min(86vh,calc(100vh - 24px));left:0;right:0;width:100%}@keyframes home-eon-slide{0%{opacity:.6;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}}.products-band{border-top:1px solid #ffffff0f;padding:20px 0 0;width:100%}.products-band-label{color:#ffffff73;font-family:Geist Mono,JetBrains Mono,ui-monospace,monospace;font-size:10.5px;letter-spacing:.32em;margin-bottom:14px;text-align:center;text-transform:uppercase}.products-band-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.products-band-card{align-items:flex-start;background:hsla(0,0%,100%,.025);border:1px solid #ffffff14;border-radius:14px;color:#ffffffeb;display:flex;flex-direction:column;gap:6px;padding:16px 18px;text-decoration:none;transition:background .22s ease,border-color .22s ease,transform .22s ease}.products-band-card:hover{background:#ffffff0d;border-color:#ffffff2e;transform:translateY(-2px)}.products-band-name{font-size:15px;font-weight:500;letter-spacing:.02em}.products-band-desc{color:#ffffff8c;font-size:12px;line-height:1.4}.products-band-arrow{align-self:end;color:#ffffff73;font-size:12px;margin-left:auto}@media (max-width:720px){.products-band-grid{gap:8px;grid-template-columns:1fr}.products-band-card{align-items:center;flex-direction:row;gap:4px;padding:12px 14px}.products-band-name{font-size:13.5px;min-width:56px}.products-band-desc{flex:1 1;font-size:11.5px}.products-band-arrow{align-self:center;font-size:11px;margin-left:0}.products-band-label{font-size:9.5px;margin-bottom:10px}}.cometchat{--cometchat-primary-color:#2563eb;--cometchat-extended-primary-color-500:#60a5fa;--cometchat-background-color-01:#fff;--cometchat-background-color-02:#f5f7fb;--cometchat-background-color-03:#eef1f7;--cometchat-neutral-color-300:#0a0e171a;--cometchat-neutral-color-500:#0a0e1761;--cometchat-neutral-color-700:#0a0e17;--cometchat-icon-color-highlight:#2563eb;--cometchat-text-color-highlight:#2563eb;--cometchat-message-seen-color:#2563eb;--cometchat-font-family:"Inter",system-ui,-apple-system,sans-serif}.wx-root[data-theme=dark] .cometchat{--cometchat-primary-color:#60a5fa;--cometchat-extended-primary-color-500:#1d4ed8;--cometchat-background-color-01:#06070d;--cometchat-background-color-02:#0c0f18;--cometchat-background-color-03:#10131e;--cometchat-neutral-color-300:#ffffff1a;--cometchat-neutral-color-500:#ffffff8c;--cometchat-neutral-color-700:#f1f4fa;--cometchat-icon-color-highlight:#60a5fa;--cometchat-text-color-highlight:#f1f4fa;--cometchat-message-seen-color:#60a5fa}@media (max-width:880px){.wx-mobile-only{display:inline-flex}}.file\:border-0::-webkit-file-upload-button{border-width:0}.file\:border-0::file-selector-button{border-width:0}.file\:bg-transparent::-webkit-file-upload-button{background-color:initial}.file\:bg-transparent::file-selector-button{background-color:initial}.file\:text-sm::-webkit-file-upload-button{font-size:.875rem;line-height:1.25rem}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::-webkit-file-upload-button{font-weight:500}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::-webkit-file-upload-button{color:#f9fafb;color:hsl(var(--foreground))}.file\:text-foreground::file-selector-button{color:#f9fafb;color:hsl(var(--foreground))}.placeholder\:text-muted-foreground::placeholder{color:#9fa3ad;color:hsl(var(--muted-foreground))}.placeholder\:text-white\/25::placeholder{color:#ffffff40}.placeholder\:text-white\/30::placeholder{color:#ffffff4d}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:inset-y-0:after{bottom:0;content:var(--tw-content);top:0}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-1:after{content:var(--tw-content);width:.25rem}.after\:-translate-x-1\/2:after{--tw-translate-x:-50%;content:var(--tw-content);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.first\:rounded-l-md:first-child{border-bottom-left-radius:calc(.75rem - 2px);border-bottom-left-radius:calc(var(--radius) - 2px);border-top-left-radius:calc(.75rem - 2px);border-top-left-radius:calc(var(--radius) - 2px)}.first\:border-l:first-child{border-left-width:1px}.first\:border-t-0:first-child{border-top-width:0}.last\:rounded-r-md:last-child{border-bottom-right-radius:calc(.75rem - 2px);border-bottom-right-radius:calc(var(--radius) - 2px);border-top-right-radius:calc(.75rem - 2px);border-top-right-radius:calc(var(--radius) - 2px)}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.hover\:scale-\[1\.03\]:hover{--tw-scale-x:1.03;--tw-scale-y:1.03;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-white\/25:hover{border-color:#ffffff40}.hover\:border-white\/30:hover{border-color:#ffffff4d}.hover\:border-white\/60:hover{border-color:#fff9}.hover\:bg-accent:hover{background-color:#1d1f2b;background-color:hsl(var(--accent))}.hover\:bg-amber-200:hover{--tw-bg-opacity:1;background-color:#fde68a;background-color:rgb(253 230 138/var(--tw-bg-opacity,1))}.hover\:bg-amber-300\/10:hover{background-color:#fcd34d1a}.hover\:bg-amber-300\/15:hover{background-color:#fcd34d26}.hover\:bg-destructive\/80:hover{background-color:#ef4444cc;background-color:hsl(var(--destructive)/.8)}.hover\:bg-destructive\/90:hover{background-color:#ef4444e6;background-color:hsl(var(--destructive)/.9)}.hover\:bg-emerald-400:hover{--tw-bg-opacity:1;background-color:#34d399;background-color:rgb(52 211 153/var(--tw-bg-opacity,1))}.hover\:bg-muted:hover{background-color:#181b25;background-color:hsl(var(--muted))}.hover\:bg-muted\/50:hover{background-color:#181b2580;background-color:hsl(var(--muted)/.5)}.hover\:bg-primary:hover{background-color:#fff;background-color:hsl(var(--primary))}.hover\:bg-primary\/80:hover{background-color:#fffc;background-color:hsl(var(--primary)/.8)}.hover\:bg-primary\/90:hover{background-color:#ffffffe6;background-color:hsl(var(--primary)/.9)}.hover\:bg-rose-500\/20:hover{background-color:#f43f5e33}.hover\:bg-secondary:hover{background-color:#181b25;background-color:hsl(var(--secondary))}.hover\:bg-secondary\/80:hover{background-color:#181b25cc;background-color:hsl(var(--secondary)/.8)}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-white\/5:hover{background-color:#ffffff0d}.hover\:bg-white\/90:hover{background-color:#ffffffe6}.hover\:bg-white\/\[0\.035\]:hover{background-color:hsla(0,0%,100%,.035)}.hover\:bg-white\/\[0\.04\]:hover{background-color:#ffffff0a}.hover\:bg-white\/\[0\.05\]:hover{background-color:#ffffff0d}.hover\:bg-white\/\[0\.06\]:hover{background-color:#ffffff0f}.hover\:bg-white\/\[0\.08\]:hover{background-color:#ffffff14}.hover\:bg-white\/\[0\.10\]:hover{background-color:#ffffff1a}.hover\:text-accent-foreground:hover{color:#f9fafb;color:hsl(var(--accent-foreground))}.hover\:text-amber-100:hover{--tw-text-opacity:1;color:#fef3c7;color:rgb(254 243 199/var(--tw-text-opacity,1))}.hover\:text-amber-200:hover{--tw-text-opacity:1;color:#fde68a;color:rgb(253 230 138/var(--tw-text-opacity,1))}.hover\:text-amber-300:hover{--tw-text-opacity:1;color:#fcd34d;color:rgb(252 211 77/var(--tw-text-opacity,1))}.hover\:text-foreground:hover{color:#f9fafb;color:hsl(var(--foreground))}.hover\:text-muted-foreground:hover{color:#9fa3ad;color:hsl(var(--muted-foreground))}.hover\:text-primary-foreground:hover{color:#07080d;color:hsl(var(--primary-foreground))}.hover\:text-red-300:hover{--tw-text-opacity:1;color:#fca5a5;color:rgb(252 165 165/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:text-white\/60:hover{color:#fff9}.hover\:text-white\/70:hover{color:#ffffffb3}.hover\:text-white\/75:hover{color:#ffffffbf}.hover\:text-white\/80:hover{color:#fffc}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.focus\:bg-accent:focus{background-color:#1d1f2b;background-color:hsl(var(--accent))}.focus\:bg-primary:focus{background-color:#fff;background-color:hsl(var(--primary))}.focus\:text-accent-foreground:focus{color:#f9fafb;color:hsl(var(--accent-foreground))}.focus\:text-primary-foreground:focus{color:#07080d;color:hsl(var(--primary-foreground))}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-1:focus,.focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-ring:focus{--tw-ring-color:hsl(var(--ring))}.focus\:ring-white\/30:focus{--tw-ring-color:#ffffff4d}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\:outline-none:focus-visible{outline:2px solid #0000;outline-offset:2px}.focus-visible\:ring-0:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color:hsl(var(--ring))}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width:1px}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color:hsl(var(--background))}.active\:scale-100:active{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-white\/5:disabled{background-color:#ffffff0d}.disabled\:text-white\/30:disabled{color:#ffffff4d}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.group:hover .group-hover\:-translate-y-0\.5{--tw-translate-y:-0.125rem}.group:hover .group-hover\:-translate-y-0\.5,.group:hover .group-hover\:translate-x-0\.5{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x:0.125rem}.group:hover .group-hover\:border-white\/35{border-color:#ffffff59}.group:hover .group-hover\:bg-white\/\[0\.04\]{background-color:#ffffff0a}.group:hover .group-hover\:text-white{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-white\/70{color:#ffffffb3}.group:hover .group-hover\:text-white\/85{color:#ffffffd9}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-90{opacity:.9}.group.destructive .group-\[\.destructive\]\:border-muted\/40{border-color:#181b2566;border-color:hsl(var(--muted)/.4)}.group.toaster .group-\[\.toaster\]\:border-border{border-color:#212331;border-color:hsl(var(--border))}.group.toast .group-\[\.toast\]\:bg-muted{background-color:#181b25;background-color:hsl(var(--muted))}.group.toast .group-\[\.toast\]\:bg-primary{background-color:#fff;background-color:hsl(var(--primary))}.group.toaster .group-\[\.toaster\]\:bg-background{background-color:#07080d;background-color:hsl(var(--background))}.group.destructive .group-\[\.destructive\]\:text-red-300{--tw-text-opacity:1;color:#fca5a5;color:rgb(252 165 165/var(--tw-text-opacity,1))}.group.toast .group-\[\.toast\]\:text-muted-foreground{color:#9fa3ad;color:hsl(var(--muted-foreground))}.group.toast .group-\[\.toast\]\:text-primary-foreground{color:#07080d;color:hsl(var(--primary-foreground))}.group.toaster .group-\[\.toaster\]\:text-foreground{color:#f9fafb;color:hsl(var(--foreground))}.group.toaster .group-\[\.toaster\]\:shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{border-color:#ef44444d;border-color:hsl(var(--destructive)/.3)}.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{background-color:#ef4444;background-color:hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{color:#fafafa;color:hsl(var(--destructive-foreground))}.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{--tw-text-opacity:1;color:#fef2f2;color:rgb(254 242 242/var(--tw-text-opacity,1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{--tw-ring-color:hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(248 113 113/var(--tw-ring-opacity,1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color:#dc2626}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.has-\[\:disabled\]\:opacity-50:has(:disabled){opacity:.5}.aria-selected\:bg-accent[aria-selected=true]{background-color:#1d1f2b;background-color:hsl(var(--accent))}.aria-selected\:bg-accent\/50[aria-selected=true]{background-color:#1d1f2b80;background-color:hsl(var(--accent)/.5)}.aria-selected\:text-accent-foreground[aria-selected=true]{color:#f9fafb;color:hsl(var(--accent-foreground))}.aria-selected\:text-muted-foreground[aria-selected=true]{color:#9fa3ad;color:hsl(var(--muted-foreground))}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true],.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction=vertical]{height:1px}.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction=vertical]{width:100%}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:0.25rem}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom],.data-\[side\=left\]\:-translate-x-1[data-side=left]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x:-0.25rem}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x:0.25rem}.data-\[side\=right\]\:translate-x-1[data-side=right],.data-\[side\=top\]\:-translate-y-1[data-side=top]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:-0.25rem}.data-\[state\=checked\]\:translate-x-4[data-state=checked]{--tw-translate-x:1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked],.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--tw-translate-x:var(--radix-toast-swipe-end-x)}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end],.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--tw-translate-x:var(--radix-toast-swipe-move-x)}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical]{flex-direction:column}.data-\[selected\=true\]\:bg-accent[data-selected=true]{background-color:#1d1f2b;background-color:hsl(var(--accent))}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:#07080d;background-color:hsl(var(--background))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:#fff;background-color:hsl(var(--primary))}.data-\[state\=on\]\:bg-accent[data-state=on],.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:#1d1f2b;background-color:hsl(var(--accent))}.data-\[state\=open\]\:bg-accent\/50[data-state=open]{background-color:#1d1f2b80;background-color:hsl(var(--accent)/.5)}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:#181b25;background-color:hsl(var(--secondary))}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:#181b25;background-color:hsl(var(--muted))}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:#212331;background-color:hsl(var(--input))}.data-\[placeholder\]\:text-muted-foreground[data-placeholder]{color:#9fa3ad;color:hsl(var(--muted-foreground))}.data-\[selected\=true\]\:text-accent-foreground[data-selected=true]{color:#f9fafb;color:hsl(var(--accent-foreground))}.data-\[state\=active\]\:text-foreground[data-state=active]{color:#f9fafb;color:hsl(var(--foreground))}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:#07080d;color:hsl(var(--primary-foreground))}.data-\[state\=on\]\:text-accent-foreground[data-state=on],.data-\[state\=open\]\:text-accent-foreground[data-state=open]{color:#f9fafb;color:hsl(var(--accent-foreground))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:#9fa3ad;color:hsl(var(--muted-foreground))}.data-\[disabled\=true\]\:opacity-50[data-disabled=true],.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:shadow[data-state=active]{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[motion\^\=from-\]\:animate-in[data-motion^=from-],.data-\[state\=open\]\:animate-in[data-state=open],.data-\[state\=visible\]\:animate-in[data-state=visible]{--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial;animation-duration:.15s;animation-name:enter}.data-\[motion\^\=to-\]\:animate-out[data-motion^=to-],.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[state\=hidden\]\:animate-out[data-state=hidden],.data-\[swipe\=end\]\:animate-out[data-swipe=end]{--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial;animation-duration:.15s;animation-name:exit}.data-\[motion\^\=from-\]\:fade-in[data-motion^=from-]{--tw-enter-opacity:0}.data-\[motion\^\=to-\]\:fade-out[data-motion^=to-],.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity:0.8}.data-\[state\=hidden\]\:fade-out[data-state=hidden]{--tw-exit-opacity:0}.data-\[state\=open\]\:fade-in-0[data-state=open],.data-\[state\=visible\]\:fade-in[data-state=visible]{--tw-enter-opacity:0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.data-\[state\=open\]\:zoom-in-90[data-state=open]{--tw-enter-scale:.9}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end]{--tw-enter-translate-x:13rem}.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start]{--tw-enter-translate-x:-13rem}.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end]{--tw-exit-translate-x:13rem}.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start]{--tw-exit-translate-x:-13rem}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:-0.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:0.5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:-0.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:0.5rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y:100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x:-100%}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x:-50%}.data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed],.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x:100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y:-100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y:-48%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y:100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x:-100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x:-50%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x:100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y:-100%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y:-48%}.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y:-100%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);left:0}.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction=vertical]:after{content:var(--tw-content);height:.25rem}.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction=vertical]:after{content:var(--tw-content);width:100%}.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction=vertical]:after{--tw-translate-y:-50%;content:var(--tw-content);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]:after{--tw-translate-x:0px;content:var(--tw-content);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=open\]\:focus\:bg-accent:focus[data-state=open],.data-\[state\=open\]\:hover\:bg-accent:hover[data-state=open]{background-color:#1d1f2b;background-color:hsl(var(--accent))}.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.dark\:border-destructive:is(.dark *){border-color:#ef4444;border-color:hsl(var(--destructive))}@media (min-width:640px){.sm\:bottom-0{bottom:0}.sm\:right-0{right:0}.sm\:top-auto{top:auto}.sm\:mr-1\.5{margin-right:.375rem}.sm\:mt-0{margin-top:0}.sm\:inline{display:inline}.sm\:inline-flex{display:inline-flex}.sm\:hidden{display:none}.sm\:w-56{width:14rem}.sm\:w-\[460px\]{width:460px}.sm\:max-w-sm{max-width:24rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:.5rem}.sm\:gap-2\.5{gap:.625rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.sm\:rounded-lg{border-radius:.75rem;border-radius:var(--radius)}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-6{padding-bottom:1.5rem;padding-top:1.5rem}.sm\:pr-32{padding-right:8rem}.sm\:pt-6{padding-top:1.5rem}.sm\:text-left{text-align:left}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-6xl{font-size:3.75rem;line-height:1}.sm\:text-\[12\.5px\]{font-size:12.5px}.sm\:text-\[14px\]{font-size:14px}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y:100%}}@media (min-width:768px){.md\:absolute{position:absolute}.md\:bottom-6{bottom:1.5rem}.md\:bottom-7{bottom:1.75rem}.md\:right-6{right:1.5rem}.md\:right-7{right:1.75rem}.md\:grid{display:grid}.md\:h-10{height:2.5rem}.md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}.md\:w-auto{width:auto}.md\:max-w-\[420px\]{max-width:420px}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-\[1\.4fr_1\.6fr_160px\]{grid-template-columns:1.4fr 1.6fr 160px}.md\:grid-cols-\[1fr_120px_110px_160px_110px\]{grid-template-columns:1fr 120px 110px 160px 110px}.md\:flex-row{flex-direction:row}.md\:gap-4{gap:1rem}.md\:p-10{padding:2.5rem}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-10{padding-bottom:2.5rem}.md\:pt-10,.md\:py-10{padding-top:2.5rem}.md\:pt-40{padding-top:10rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-7xl{font-size:4.5rem;line-height:1}.md\:text-\[30px\]{font-size:30px}.md\:text-\[52px\]{font-size:52px}.md\:text-\[56px\]{font-size:56px}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width:1024px){.lg\:block{display:block}.lg\:hidden{display:none}.lg\:w-60{width:15rem}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-\[0\.9fr_1\.1fr\]{grid-template-columns:.9fr 1.1fr}.lg\:flex-row{flex-direction:row}.lg\:gap-16{gap:4rem}.lg\:text-\[88px\]{font-size:88px}}.\[\&\+div\]\:text-xs+div{font-size:.75rem;line-height:1rem}.\[\&\:has\(\>\.day-range-end\)\]\:rounded-r-md:has(>.day-range-end){border-bottom-right-radius:calc(.75rem - 2px);border-bottom-right-radius:calc(var(--radius) - 2px);border-top-right-radius:calc(.75rem - 2px);border-top-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\>\.day-range-start\)\]\:rounded-l-md:has(>.day-range-start){border-bottom-left-radius:calc(.75rem - 2px);border-bottom-left-radius:calc(var(--radius) - 2px);border-top-left-radius:calc(.75rem - 2px);border-top-left-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\)\]\:rounded-md:has([aria-selected]){border-radius:calc(.75rem - 2px);border-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:#1d1f2b;background-color:hsl(var(--accent))}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-bottom-left-radius:calc(.75rem - 2px);border-bottom-left-radius:calc(var(--radius) - 2px);border-top-left-radius:calc(.75rem - 2px);border-top-left-radius:calc(var(--radius) - 2px)}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-bottom-right-radius:calc(.75rem - 2px);border-bottom-right-radius:calc(var(--radius) - 2px);border-top-right-radius:calc(.75rem - 2px);border-top-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside){background-color:#1d1f2b80;background-color:hsl(var(--accent)/.5)}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-bottom-right-radius:calc(.75rem - 2px);border-bottom-right-radius:calc(var(--radius) - 2px);border-top-right-radius:calc(.75rem - 2px);border-top-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox]{--tw-translate-y:2px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>span\]\:line-clamp-1>span{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;overflow:hidden}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--tw-translate-y:-3px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:left-4>svg{left:1rem}.\[\&\>svg\]\:top-4>svg{top:1rem}.\[\&\>svg\]\:size-4>svg{height:1rem;width:1rem}.\[\&\>svg\]\:h-3\.5>svg{height:.875rem}.\[\&\>svg\]\:w-3\.5>svg{width:.875rem}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:text-destructive>svg{color:#ef4444;color:hsl(var(--destructive))}.\[\&\>svg\]\:text-foreground>svg{color:#f9fafb;color:hsl(var(--foreground))}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{--tw-rotate:90deg}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div,.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate:180deg}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-bottom:.375rem;padding-top:.375rem}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:.75rem;line-height:1rem}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:#9fa3ad;color:hsl(var(--muted-foreground))}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:1.25rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:1.25rem}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:3rem}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-bottom:.75rem;padding-top:.75rem}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:1.25rem}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:1.25rem}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{height:1rem;width:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}.App{background:#03040b;color:#f8f9fa;min-height:100vh}.vineyard-snippet mark{background:#f5c85038;border-radius:3px;color:#ffe8a8;padding:0 2px}[contenteditable=true],input,select,textarea{font-size:16px}@media (min-width:768px){[contenteditable=true],input,select,textarea{font-size:inherit}}:root{--wx-bg:#0a0b10;--wx-bg-elev:#11131c;--wx-bg-sub:#161824;--wx-fg:#f3f5fa;--wx-fg-dim:#f3f5fa9e;--wx-fg-quiet:#f3f5fa61;--wx-line:#ffffff0f;--wx-line-2:#ffffff1f;--wx-accent:138,180,255;--wx-accent-strong:#8ab4ff;--wx-shadow:0 30px 80px -20px #000000b3;--wx-logo-filter:none;--wx-font:"Geist","Inter Tight","SF Pro Display",-apple-system,BlinkMacSystemFont,system-ui,sans-serif;--wx-font-mono:"Geist Mono","JetBrains Mono","SF Mono",ui-monospace,monospace}.wx-root[data-theme=light]{--wx-bg:#f5f7fb;--wx-bg-elev:#fff;--wx-bg-sub:#eef1f7;--wx-fg:#0a0b10;--wx-fg-dim:#0a0b10a6;--wx-fg-quiet:#0a0b106b;--wx-line:#0a0b1014;--wx-line-2:#0a0b1024;--wx-accent:37,99,235;--wx-accent-strong:#2563eb;--wx-shadow:0 30px 80px -30px #141e3c2e;--wx-logo-filter:invert(1) brightness(0.1)}.wx-root{font-feature-settings:"ss01","ss02","cv11";background:#0a0b10;background:var(--wx-bg);color:#f3f5fa;color:var(--wx-fg);display:grid;font-family:Geist,Inter Tight,SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-family:var(--wx-font);grid-template-columns:280px 1fr;inset:0;letter-spacing:-.005em;overflow:hidden;position:fixed}.wx-side{background:#11131c;background:var(--wx-bg-elev);border-right:1px solid #ffffff0f;border-right:1px solid var(--wx-line);display:flex;flex-direction:column;overflow-y:auto;padding:28px 16px 18px}.wx-brand{align-items:center;border-bottom:1px solid #ffffff0f;border-bottom:1px solid var(--wx-line);display:flex;gap:14px;padding:0 8px 22px}.wx-brand-logo{filter:none;filter:var(--wx-logo-filter);height:32px;object-fit:contain;width:32px}.wx-brand-name{font-size:18px;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.wx-brand-tag{margin-top:3px}.wx-brand-tag,.wx-side-label{color:#f3f5fa61;color:var(--wx-fg-quiet);font-family:Geist Mono,JetBrains Mono,SF Mono,ui-monospace,monospace;font-family:var(--wx-font-mono);font-size:9.5px;letter-spacing:.32em;text-transform:uppercase}.wx-side-label{margin:22px 10px 8px}.wx-nav-item{align-items:center;background:#0000;border:1px solid #0000;border-radius:10px;color:#f3f5fa9e;color:var(--wx-fg-dim);cursor:pointer;display:flex;font-size:13.5px;font-weight:400;gap:12px;padding:10px 12px;text-align:left;transition:background .18s ease,color .18s ease,border-color .18s ease;width:100%}.wx-nav-item:hover{background:#161824;background:var(--wx-bg-sub);color:#f3f5fa;color:var(--wx-fg)}.wx-nav-item.is-on{background:#8ab4ff1f;background:rgba(var(--wx-accent),.12);border-color:#8ab4ff38;border-color:rgba(var(--wx-accent),.22);color:#f3f5fa;color:var(--wx-fg)}.wx-nav-soon{background:#0000;border:1px solid #ffffff1f;border:1px solid var(--wx-line-2);border-radius:999px;font-family:Geist Mono,JetBrains Mono,SF Mono,ui-monospace,monospace;font-family:var(--wx-font-mono);font-size:8.5px;letter-spacing:.22em;margin-left:auto;padding:3px 8px;text-transform:uppercase}.wx-nav-soon,.wx-side-foot{color:#f3f5fa61;color:var(--wx-fg-quiet)}.wx-side-foot{border-top:1px solid #ffffff0f;border-top:1px solid var(--wx-line);display:flex;flex-direction:column;font-size:12px;gap:8px;margin-top:auto;padding-top:18px}.wx-theme-toggle{align-items:center;background:#161824;background:var(--wx-bg-sub);border:1px solid #ffffff0f;border:1px solid var(--wx-line);border-radius:9px;color:#f3f5fa9e;color:var(--wx-fg-dim);cursor:pointer;display:flex;font-size:12.5px;gap:10px;padding:9px 12px;transition:color .16s ease,border-color .16s ease}.wx-theme-toggle:hover{border-color:#ffffff1f;border-color:var(--wx-line-2);color:#f3f5fa;color:var(--wx-fg)}.wx-side-user{align-items:center;display:flex;gap:10px;padding:8px 6px 0}.wx-avatar{background:linear-gradient(135deg,#8ab4ff,#6b7cff);background:linear-gradient(135deg,rgb(var(--wx-accent)),#6b7cff);border-radius:999px;color:#fff;display:grid;font-size:11.5px;font-weight:600;height:30px;place-items:center;text-transform:uppercase;width:30px}.wx-user-text{line-height:1.25}.wx-user-name{color:#f3f5fa;color:var(--wx-fg);font-size:13px;font-weight:500}.wx-user-handle{color:#f3f5fa61;color:var(--wx-fg-quiet);font-family:Geist Mono,JetBrains Mono,SF Mono,ui-monospace,monospace;font-family:var(--wx-font-mono);font-size:10.5px;letter-spacing:.08em}.wx-main{background:#0a0b10;background:var(--wx-bg);display:grid;grid-template-rows:auto 1fr;overflow:hidden}.wx-topbar{align-items:center;background:#11131c;background:var(--wx-bg-elev);border-bottom:1px solid #ffffff0f;border-bottom:1px solid var(--wx-line);display:flex;gap:16px;justify-content:space-between;padding:20px 32px}.wx-page-title{font-size:20px;font-weight:500;letter-spacing:-.015em}.wx-page-sub{color:#f3f5fa9e;color:var(--wx-fg-dim);font-size:12.5px;margin-top:3px}.wx-btn{align-items:center;border:1px solid #0000;border-radius:999px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:500;gap:8px;padding:9px 16px;transition:transform .14s ease,background .14s ease}.wx-btn-solid{background:#f3f5fa;background:var(--wx-fg);color:#0a0b10;color:var(--wx-bg)}.wx-btn-solid:hover{transform:translateY(-1px)}.wx-btn-solid:disabled{cursor:not-allowed;opacity:.5;transform:none}.wx-btn-ghost{background:#0000;border-color:#ffffff1f;border-color:var(--wx-line-2);color:#f3f5fa9e;color:var(--wx-fg-dim)}.wx-btn-ghost:hover{background:#161824;background:var(--wx-bg-sub);color:#f3f5fa;color:var(--wx-fg)}.wx-btn-accent{background:#8ab4ff;background:rgb(var(--wx-accent));color:#0a0b10}.wx-btn-accent:hover{transform:translateY(-1px)}.wx-content{display:flex;flex-direction:column;overflow:hidden;position:relative}.wx-chat-shell{display:grid;flex:1 1;grid-template-columns:320px 1fr;overflow:hidden}.wx-conv-pane{background:#11131c;background:var(--wx-bg-elev);border-right:1px solid #ffffff0f;border-right:1px solid var(--wx-line)}.wx-chat-pane,.wx-conv-pane{display:flex;flex-direction:column;overflow:hidden}.wx-chat-pane{background:#0a0b10;background:var(--wx-bg)}.wx-cc-host{flex:1 1;overflow:hidden;position:relative}.wx-cc-host>.cometchat,.wx-cc-host>div,.wx-empty{height:100%}.wx-empty{align-items:center;color:#f3f5fa9e;color:var(--wx-fg-dim);display:flex;flex-direction:column;font-size:13.5px;gap:14px;justify-content:center;padding:56px 32px;text-align:center}.wx-empty-icon{background:#8ab4ff1f;background:rgba(var(--wx-accent),.12);border-radius:14px;color:#8ab4ff;color:rgb(var(--wx-accent));display:grid;height:52px;place-items:center;width:52px}.wx-empty-title{color:#f3f5fa;color:var(--wx-fg);font-size:22px;font-weight:500;letter-spacing:-.015em}.wx-soon-pill{background:#0000;border:1px solid #ffffff1f;border:1px solid var(--wx-line-2);border-radius:999px;display:inline-block;font-family:Geist Mono,JetBrains Mono,SF Mono,ui-monospace,monospace;font-family:var(--wx-font-mono);font-size:9.5px;letter-spacing:.32em;margin-bottom:4px;padding:5px 12px;text-transform:uppercase}.wx-guest-banner,.wx-soon-pill{color:#f3f5fa9e;color:var(--wx-fg-dim)}.wx-guest-banner{align-items:center;background:#8ab4ff0f;background:rgba(var(--wx-accent),.06);border:1px solid #8ab4ff29;border:1px solid rgba(var(--wx-accent),.16);border-radius:12px;display:flex;font-size:12.5px;gap:12px;margin:16px 32px 0;padding:12px 16px}.wx-guest-banner strong{color:#f3f5fa;color:var(--wx-fg);font-weight:500}.wx-modal-veil{align-items:center;animation:wx-fade-in .24s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#020308b8;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:70}@keyframes wx-fade-in{0%{opacity:0}to{opacity:1}}.wx-modal{background:#11131c;background:var(--wx-bg-elev);border:1px solid #ffffff1f;border:1px solid var(--wx-line-2);border-radius:20px;box-shadow:0 30px 80px -20px #000000b3;box-shadow:var(--wx-shadow);max-width:420px;padding:30px 26px;position:relative;width:100%}.wx-modal-head{margin-bottom:22px;text-align:center}.wx-modal-logo{display:block;filter:none;filter:var(--wx-logo-filter);height:40px;margin:0 auto 14px;object-fit:contain;width:40px}.wx-modal-title{font-size:22px;font-weight:500;letter-spacing:-.015em}.wx-modal-sub{color:#f3f5fa9e;color:var(--wx-fg-dim);font-size:13px;margin-top:6px}.wx-modal-close{background:#0000;border:none;border-radius:8px;color:#f3f5fa61;color:var(--wx-fg-quiet);cursor:pointer;display:grid;height:32px;place-items:center;position:absolute;right:14px;top:14px;width:32px}.wx-modal-close:hover{background:#161824;background:var(--wx-bg-sub);color:#f3f5fa;color:var(--wx-fg)}.wx-google-btn{align-items:center;background:#fff;border:1px solid #fff;border-radius:10px;color:#1a1a1a;cursor:pointer;display:flex;font-family:inherit;font-size:13.5px;font-weight:500;gap:10px;justify-content:center;margin-bottom:14px;padding:12px 14px;transition:transform .14s ease;width:100%}.wx-google-btn:hover{transform:translateY(-1px)}.wx-google-btn svg{height:18px;width:18px}.wx-or-divider{align-items:center;color:#f3f5fa61;color:var(--wx-fg-quiet);display:flex;font-family:Geist Mono,JetBrains Mono,SF Mono,ui-monospace,monospace;font-family:var(--wx-font-mono);font-size:10px;gap:10px;letter-spacing:.28em;margin:16px 0;text-transform:uppercase}.wx-or-divider:after,.wx-or-divider:before{background:#ffffff0f;background:var(--wx-line);content:"";flex:1 1;height:1px}.wx-input{background:#161824;background:var(--wx-bg-sub);border:1px solid #ffffff0f;border:1px solid var(--wx-line);border-radius:10px;color:#f3f5fa;color:var(--wx-fg);font-family:inherit;font-size:14px;margin-bottom:10px;outline:none;padding:11px 14px;transition:border-color .16s ease,background .16s ease;width:100%}.wx-input:focus{background:#0a0b10;background:var(--wx-bg);border-color:#8ab4ff8c;border-color:rgba(var(--wx-accent),.55)}.wx-tab-row{background:#161824;background:var(--wx-bg-sub);border-radius:10px;display:flex;gap:4px;margin-bottom:14px;padding:4px}.wx-tab{background:#0000;border:none;border-radius:7px;color:#f3f5fa61;color:var(--wx-fg-quiet);cursor:pointer;flex:1 1;font-family:inherit;font-size:12.5px;padding:8px 10px;transition:color .16s ease,background .16s ease}.wx-tab.is-on{box-shadow:0 1px 3px #0000002e;color:#f3f5fa;color:var(--wx-fg);font-weight:500}.wx-foot,.wx-tab.is-on{background:#11131c;background:var(--wx-bg-elev)}.wx-foot{align-items:center;border-top:1px solid #ffffff0f;border-top:1px solid var(--wx-line);color:#f3f5fa61;color:var(--wx-fg-quiet);display:flex;font-family:Geist Mono,JetBrains Mono,SF Mono,ui-monospace,monospace;font-family:var(--wx-font-mono);font-size:10.5px;gap:14px;justify-content:space-between;letter-spacing:.18em;padding:14px 32px;text-transform:uppercase}.wx-foot-links{display:inline-flex;gap:18px}.wx-foot a{align-items:center;color:#f3f5fa61;color:var(--wx-fg-quiet);display:inline-flex;gap:6px;text-decoration:none;transition:color .16s ease}.wx-foot a:hover{color:#f3f5fa;color:var(--wx-fg)}.wx-foot .wx-nxt-dot{background:#8ab4ff;background:rgb(var(--wx-accent));border-radius:999px;box-shadow:0 0 8px #8ab4ffb3;box-shadow:0 0 8px rgba(var(--wx-accent),.7);height:5px;width:5px}.wx-eon-stage{background:#0a0b10;background:var(--wx-bg);display:grid;flex:1 1;grid-template-rows:auto 1fr auto;position:relative}.wx-eon-hero{align-items:center;border-bottom:1px solid #ffffff0f;border-bottom:1px solid var(--wx-line);display:flex;gap:16px;padding:28px 32px 22px}.wx-eon-orb{flex-shrink:0;height:56px;position:relative;width:56px}.wx-eon-hero-text{flex:1 1;min-width:0}.wx-eon-hero h2{font-size:20px;font-weight:500;letter-spacing:-.015em;margin:0}.wx-eon-hero p{color:#f3f5fa9e;color:var(--wx-fg-dim);font-size:13px;margin:4px 0 0}.wx-eon-scroll{display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding:22px 32px 6px}.wx-eon-msg{border-radius:16px;font-size:14px;line-height:1.5;max-width:78%;padding:11px 14px;white-space:pre-wrap;word-break:break-word}.wx-eon-msg-me{align-self:flex-end;background:#8ab4ff;background:rgb(var(--wx-accent));border-bottom-right-radius:4px;color:#0a0b10}.wx-eon-msg-ai{align-self:flex-start;background:#161824;background:var(--wx-bg-sub);border:1px solid #ffffff0f;border:1px solid var(--wx-line);border-bottom-left-radius:4px;color:#f3f5fa;color:var(--wx-fg)}.wx-eon-compose{grid-gap:10px;background:#11131c;background:var(--wx-bg-elev);border-top:1px solid #ffffff0f;border-top:1px solid var(--wx-line);display:grid;gap:10px;grid-template-columns:1fr auto;padding:16px 32px 22px}.wx-eon-compose input{background:#0a0b10;background:var(--wx-bg);border:1px solid #ffffff1f;border:1px solid var(--wx-line-2);border-radius:12px;color:#f3f5fa;color:var(--wx-fg);font-family:inherit;font-size:14px;outline:none;padding:12px 16px}.wx-eon-compose input:focus{background:#0a0b10;background:var(--wx-bg);border-color:#8ab4ff99;border-color:rgba(var(--wx-accent),.6)}.wx-eon-send{background:#f3f5fa;background:var(--wx-fg);border:none;border-radius:12px;color:#0a0b10;color:var(--wx-bg);cursor:pointer;display:grid;height:46px;place-items:center;width:46px}.wx-eon-send:disabled{cursor:not-allowed;opacity:.4}.wx-eon-empty{color:#f3f5fa9e;color:var(--wx-fg-dim);font-size:13px;margin:0 auto;max-width:420px;padding:22px 0;text-align:center}.wx-eon-typing{align-items:center;align-self:flex-start;background:#161824;background:var(--wx-bg-sub);border:1px solid #ffffff0f;border:1px solid var(--wx-line);border-radius:16px;border-bottom-left-radius:4px;display:inline-flex;gap:5px;padding:12px 16px}.wx-eon-typing span{animation:wx-eon-typing 1.2s ease-in-out infinite;background:#f3f5fa9e;background:var(--wx-fg-dim);border-radius:999px;height:6px;width:6px}.wx-eon-typing span:nth-child(2){animation-delay:.15s}.wx-eon-typing span:nth-child(3){animation-delay:.3s}@keyframes wx-eon-typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.wx-orb-glow{animation:wx-orb-pulse 3s ease-in-out infinite;background:radial-gradient(closest-side,#8ab4ff8c,#0000 70%);background:radial-gradient(closest-side,rgba(var(--wx-accent),.55),#0000 70%);border-radius:999px;filter:blur(14px);inset:-12px;position:absolute;z-index:-1}.wx-orb-core{animation:wx-orb-spin 14s linear infinite;background:radial-gradient(circle at 35% 28%,#ffffff8c,#78a0ff73 35%,#32468c33 75%);border-radius:999px;box-shadow:0 0 30px #8ab4ff73,inset 0 0 22px #ffffff2e;box-shadow:0 0 30px rgba(var(--wx-accent),.45),inset 0 0 22px #ffffff2e;height:100%;position:relative;width:100%}@keyframes wx-orb-spin{to{transform:rotate(1turn)}}@keyframes wx-orb-pulse{0%,to{opacity:.55;transform:scale(.9)}50%{opacity:.9;transform:scale(1.15)}}.wx-mobile-bar,.wx-mobile-only{display:none}@media (max-width:880px){.wx-root{grid-template-columns:1fr}.wx-side{display:none}.wx-side.is-open{box-shadow:30px 0 80px -20px #00000080;display:flex;inset:0 auto 0 0;max-width:320px;position:fixed;width:82vw;z-index:60}.wx-side-veil{background:#00000080;inset:0;position:fixed;z-index:59}.wx-mobile-only{display:inline-flex}.wx-topbar{padding:14px 18px}.wx-page-title{font-size:17px}.wx-page-sub{display:none}.wx-chat-shell{grid-template-columns:1fr}.wx-conv-pane{border-bottom:1px solid #ffffff0f;border-bottom:1px solid var(--wx-line);border-right:none;max-height:42vh}.wx-eon-stage{background:#11131c;background:var(--wx-bg-elev);border:1px solid #ffffff0f;border:1px solid var(--wx-line);border-radius:18px;box-shadow:0 10px 40px -20px #0009;height:auto;margin:12px auto 18px;max-width:560px;min-height:0;overflow:hidden;padding:0;width:100%}.wx-eon-hero{padding:16px 18px 14px}.wx-eon-hero h2{font-size:17px}.wx-eon-hero p{font-size:12px}.wx-eon-orb{height:44px;width:44px}.wx-eon-scroll{max-height:50vh;min-height:220px;padding:14px 18px 6px}.wx-eon-compose{padding:12px 18px 14px}.wx-eon-msg{font-size:13.5px;max-width:88%}.wx-foot{flex-direction:column;font-size:9.5px;gap:8px;padding:12px 18px;text-align:center}.wx-foot-links{gap:14px}.wx-guest-banner{margin:12px 18px 0}}.eon-root{--eon-bg:#04040a;--eon-fg:#f4f5fb;--eon-fg-dim:#f4f5fb9e;--eon-fg-quiet:#f4f5fb66;--eon-line:#ffffff14;--eon-line-2:#ffffff24;--eon-accent:145,175,255;--eon-accent-2:198,168,255;--eon-glass:#ffffff0a;--eon-glass-strong:#ffffff12;background:var(--eon-bg);color:var(--eon-fg);font-family:Inter,SF Pro Display,system-ui,-apple-system,sans-serif;inset:0;isolation:isolate;overflow:hidden;position:fixed}.eon-canvas{height:100%;inset:0;position:absolute;width:100%;z-index:0}.eon-vignette{background:radial-gradient(ellipse at 50% 0,#ffffff0a,#0000 55%),radial-gradient(ellipse at 50% 110%,#0000008c,#0000 60%);inset:0}.eon-galaxy,.eon-vignette{pointer-events:none;position:absolute;z-index:1}.eon-galaxy{height:clamp(900px,130vmax,1800px);left:50%;mix-blend-mode:screen;opacity:.55;top:50%;transform:translate(-50%,-50%);transition:opacity 1.4s ease;width:clamp(900px,130vmax,1800px)}.eon-galaxy-splash{opacity:.95}.eon-galaxy-auth{opacity:.5}.eon-galaxy-chat{opacity:.16}.eon-galaxy-warp{opacity:1}.eon-phase-warp .eon-canvas{animation:eon-warp-canvas 2.4s cubic-bezier(.55,0,.45,1) forwards}.eon-phase-warp .eon-galaxy{animation:eon-warp-galaxy 2.4s cubic-bezier(.55,0,.45,1) forwards}@keyframes eon-warp-canvas{0%{filter:blur(0);transform:scale(1)}55%{filter:blur(2.5px);transform:scale(1.35)}to{filter:blur(0);transform:scale(1.55)}}@keyframes eon-warp-galaxy{0%{opacity:.95;transform:translate(-50%,-50%) scale(1) rotate(0deg)}60%{filter:brightness(1.25);opacity:1;transform:translate(-50%,-50%) scale(3.6) rotate(70deg)}85%{opacity:.55}to{filter:brightness(1.5);opacity:0;transform:translate(-50%,-50%) scale(5.2) rotate(140deg)}}.eon-warp-layer{inset:0;overflow:hidden;pointer-events:none;position:absolute;z-index:25}.eon-warp-streaks{animation:eon-warp-streaks 2.4s cubic-bezier(.55,0,.45,1) forwards;background:repeating-conic-gradient(from 0deg at 50% 50%,#fff0 0deg 6deg,#dce6ff1a 6.2deg 6.4deg,#fff0 6.6deg 12deg);filter:blur(.6px);inset:-10%;-webkit-mask-image:radial-gradient(circle at 50% 50%,#0000 0,#0000 22%,#000 70%);mask-image:radial-gradient(circle at 50% 50%,#0000 0,#0000 22%,#000 70%);opacity:0;position:absolute}@keyframes eon-warp-streaks{0%{opacity:0;transform:scale(.6) rotate(0deg)}35%{opacity:.85}70%{opacity:1;transform:scale(2.4) rotate(20deg)}to{opacity:0;transform:scale(3.4) rotate(35deg)}}.eon-warp-flash{animation:eon-warp-flash 2.4s ease-out forwards;background:radial-gradient(circle at 50% 50%,#fff 0,#dce6ffb3 35%,#0000 70%);inset:0;opacity:0;position:absolute}@keyframes eon-warp-flash{0%,75%{opacity:0}88%{opacity:.95}to{opacity:0}}.eon-galaxy-core,.eon-galaxy-disc,.eon-galaxy-haze{border-radius:50%;inset:0;position:absolute}.eon-galaxy-disc{animation:eon-galaxy-spin 90s linear infinite;background:conic-gradient(from 0deg at 50% 50%,#8cafff00 0deg,#96b4ff52 30deg,#6e96e60d 90deg,#b4c8ff4d 150deg,#6e96e60a 210deg,#aabeff47 270deg,#6e96e60a 330deg,#8cafff00 1turn);filter:blur(12px);-webkit-mask-image:radial-gradient(circle at 50% 50%,#000 18%,#000000b3 38%,#0000 65%);mask-image:radial-gradient(circle at 50% 50%,#000 18%,#000000b3 38%,#0000 65%)}.eon-galaxy-core{animation:eon-galaxy-core-pulse 7s ease-in-out infinite;background:radial-gradient(circle at 50% 50%,#fffaf0d9 0,#dcc8ff8c 6%,#8ca0e640 14%,#465aa00f 28%,#0000 45%);filter:blur(6px);height:28%;inset:auto;left:36%;top:36%;width:28%}.eon-galaxy-haze{animation:eon-galaxy-spin 140s linear infinite reverse;background:radial-gradient(circle at 50% 50%,#0000 22%,#788ce614 38%,#0000 70%);filter:blur(20px)}@keyframes eon-galaxy-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes eon-galaxy-core-pulse{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}.eon-planets{inset:0;overflow:hidden;pointer-events:none;position:absolute;z-index:2}.eon-planet{animation:eon-planet-drift 80s ease-in-out infinite;border-radius:50%;filter:blur(.4px);position:absolute;will-change:transform}.eon-planet-1{animation-duration:110s;background:radial-gradient(circle at 30% 30%,#dce6fff2 0,#96afe6b3 18%,#3c50828c 55%,#0a0e1ed9 100%),radial-gradient(circle at 70% 70%,#00000059,#0000 60%);box-shadow:inset -16px -22px 50px #0000008c,0 0 40px #7896dc2e;height:clamp(160px,18vw,260px);opacity:.68;right:6%;top:8%;width:clamp(160px,18vw,260px)}.eon-planet-2{animation-delay:-25s;animation-duration:75s;background:radial-gradient(circle at 35% 30%,#ffdcc8f2,#b4826499 50%,#3c281ee6 100%);bottom:14%;box-shadow:inset -6px -8px 18px #0000008c;height:clamp(50px,5vw,80px);left:8%;opacity:.55;width:clamp(50px,5vw,80px)}.eon-planet-3{animation-delay:-40s;animation-duration:95s;background:radial-gradient(circle at 30% 30%,#e6dcffe6,#aa96dc8c 45%,#281e46e6 100%);box-shadow:inset -10px -14px 30px #0000008c,0 0 28px #b4a0e62e;height:clamp(80px,8vw,120px);opacity:.42;right:14%;top:62%;width:clamp(80px,8vw,120px)}@keyframes eon-planet-drift{0%,to{transform:translateZ(0)}50%{transform:translate3d(-12px,8px,0)}}@media (max-width:640px){.eon-planet-2{display:none}.eon-planet-3{opacity:.32}}.eon-mark{display:inline-block;position:relative;transition:transform .55s cubic-bezier(.22,1,.36,1),filter .4s ease}.eon-mark-interactive{-webkit-tap-highlight-color:transparent;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none}.eon-mark-interactive:hover{filter:brightness(1.06)}.eon-mark-interactive:focus{outline:none}.eon-mark-interactive:focus-visible{border-radius:50%;outline:2px solid rgba(var(--eon-accent),.7);outline-offset:8px}.eon-mark-interactive[data-active=true]{filter:brightness(1.15) drop-shadow(0 0 30px rgba(var(--eon-accent),.45))}.eon-mark-core,.eon-mark-orb,.eon-mark-ring{border-radius:999px;inset:0;position:absolute}.eon-mark-orb{animation:eon-orb-spin 14s linear infinite;background:radial-gradient(circle at 32% 30%,#fff 0,#ffffffa6 12%,#7896e673 30%,#28325a66 60%,#080812f2 100%);box-shadow:0 0 30px rgba(var(--eon-accent),.25),inset 0 0 14px #ffffff26}.eon-mark-ring{animation:eon-ring-pulse 5.5s ease-in-out infinite;border:1px solid rgba(var(--eon-accent),.35);filter:blur(.4px);inset:-8%;opacity:.55}.eon-mark-core{animation:eon-core-pulse 3.6s ease-in-out infinite;background:radial-gradient(circle,#fff 0,#ffffffb3 35%,#0000 75%);filter:blur(2px);inset:36%}@keyframes eon-orb-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes eon-ring-pulse{0%,to{opacity:.35;transform:scale(.96)}50%{opacity:.65;transform:scale(1.04)}}@keyframes eon-core-pulse{0%,to{opacity:.85}50%{opacity:1}}.eon-splash{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#04040a8c;display:grid;inset:0;place-items:center;position:absolute;z-index:30}.eon-phase-splash .eon-splash{animation:eon-splash-out 2.6s ease forwards}.eon-phase-warp .eon-splash-stack{animation:eon-splash-blast 2.4s cubic-bezier(.55,0,.45,1) forwards}@keyframes eon-splash-blast{0%{filter:blur(0);opacity:1;transform:translateZ(0) scale(1)}40%{filter:blur(3px);opacity:.55;transform:translate3d(0,-10px,0) scale(1.3)}to{filter:blur(8px);opacity:0;transform:translate3d(0,-28px,0) scale(2.1)}}.eon-splash-stack{align-items:center;animation:eon-splash-in 1.4s ease forwards;display:flex;flex-direction:column;gap:22px}.eon-splash-word{background:linear-gradient(180deg,#fff,#b4c8ffb3);-webkit-background-clip:text;background-clip:text;color:#0000;font-family:Unbounded,Inter,system-ui,sans-serif;font-size:clamp(48px,8vw,92px);font-weight:600;letter-spacing:.45em;text-shadow:0 0 40px rgba(var(--eon-accent),.3)}.eon-wordmark{display:inline-block;filter:drop-shadow(0 0 18px rgba(var(--eon-accent),.18));vertical-align:middle}.eon-splash-wordmark{filter:drop-shadow(0 0 36px rgba(var(--eon-accent),.3));height:clamp(48px,9vw,96px)!important}.eon-intro-wordmark{height:.85em;margin:0 .05em;vertical-align:-.06em}.eon-chat-wordmark{display:block;height:14px}.eon-splash-tag{color:rgba(var(--eon-accent),.85);font-family:JetBrains Mono,ui-monospace,SFMono-Regular,monospace;font-size:11px;letter-spacing:.35em;text-transform:uppercase}@keyframes eon-splash-in{0%{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes eon-splash-out{0%,70%{opacity:1}to{opacity:0;pointer-events:none}}.eon-auth-wrap{animation:eon-auth-glide .95s cubic-bezier(.16,1,.3,1) both;display:grid;height:100%;padding:24px;place-items:center;position:relative;z-index:5}@keyframes eon-auth-glide{0%{filter:blur(6px);opacity:0;transform:translateY(28px) scale(.97)}60%{filter:blur(0);opacity:1}to{filter:blur(0);opacity:1;transform:translateY(0) scale(1)}}.eon-auth-card{backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);background:linear-gradient(180deg,#1416248c,#0a0b168c);border:1px solid var(--eon-line-2);border-radius:24px;box-shadow:0 30px 80px -30px #000000d9,0 0 0 1px #ffffff05,0 0 60px -10px rgba(var(--eon-accent),.15);max-width:420px;padding:32px 28px 22px;width:100%}.eon-auth-head{align-items:center;display:flex;flex-direction:column;gap:10px;margin-bottom:22px;text-align:center}.eon-auth-title{font-family:Unbounded,Inter,system-ui,sans-serif;font-size:22px;font-weight:500;letter-spacing:-.01em;margin-top:6px}.eon-auth-sub{color:var(--eon-fg-dim);font-size:13px;line-height:1.5;max-width:280px}.eon-tab-row{background:#ffffff0a;border:1px solid var(--eon-line);border-radius:999px;display:grid;grid-template-columns:1fr 1fr;margin-bottom:18px;padding:4px}.eon-tab{background:#0000;border:0;border-radius:999px;color:var(--eon-fg-dim);cursor:pointer;font-size:13px;font-weight:500;padding:8px 14px;transition:all .2s ease}.eon-tab.is-on{background:#ffffffed;box-shadow:0 1px 6px #00000040;color:#0b0c14}.eon-tab:not(.is-on):hover{color:var(--eon-fg)}.eon-form{display:flex;flex-direction:column;gap:10px}.eon-row-2{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.eon-input{background:#ffffff0a;border:1px solid var(--eon-line-2);border-radius:12px;color:var(--eon-fg);font-family:inherit;font-size:16px;height:44px;outline:none;padding:0 14px;transition:all .15s ease;width:100%}@media (min-width:768px){.eon-input{font-size:14px}}.eon-input::placeholder{color:var(--eon-fg-quiet)}.eon-input:focus{background:#ffffff0f;border-color:rgba(var(--eon-accent),.55);box-shadow:0 0 0 3px rgba(var(--eon-accent),.12)}.eon-input-quiet{background:hsla(0,0%,100%,.025);font-size:16px}@media (min-width:768px){.eon-input-quiet{font-size:12.5px}}.eon-btn-primary{align-items:center;background:linear-gradient(180deg,#fff,#d6dbeb);border:0;border-radius:12px;box-shadow:0 8px 24px -8px #fff6;color:#0b0c14;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;height:46px;justify-content:center;margin-top:4px;transition:transform .1s ease,box-shadow .2s ease}.eon-btn-primary:hover:not(:disabled){box-shadow:0 12px 30px -8px rgba(var(--eon-accent),.5);transform:translateY(-1px)}.eon-btn-primary:disabled{cursor:not-allowed;opacity:.6}.eon-auth-foot{color:var(--eon-fg-quiet);font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px;letter-spacing:.1em;margin-top:18px;text-align:center;text-transform:uppercase}.eon-accent{color:rgba(var(--eon-accent),1)}.eon-muted{color:var(--eon-fg-quiet)}.eon-chat{animation:eon-fade-in .5s ease both;display:flex;flex-direction:column;height:100%;position:relative;z-index:5}.eon-chat-head{align-items:center;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:linear-gradient(180deg,#080810b3,#08081059);border-bottom:1px solid var(--eon-line);display:flex;justify-content:space-between;padding:14px 20px}.eon-chat-head-left{align-items:center;display:flex;gap:10px}.eon-chat-name{font-family:Unbounded,Inter,system-ui,sans-serif;font-size:14px;letter-spacing:.06em}.eon-chat-meta{color:var(--eon-fg-quiet);font-family:JetBrains Mono,ui-monospace,monospace;font-size:9.5px;letter-spacing:.18em;margin-top:2px;text-transform:uppercase}.eon-chat-head-right{display:flex;gap:8px}.eon-icon-btn{background:#ffffff08;border:1px solid var(--eon-line);border-radius:999px;color:var(--eon-fg-dim);cursor:pointer;display:grid;height:34px;place-items:center;transition:all .15s ease;width:34px}.eon-icon-btn:hover{background:#ffffff0f;border-color:var(--eon-line-2);color:var(--eon-fg)}.eon-chat-scroll{flex:1 1;overflow-x:hidden;overflow-y:auto;padding:20px 18px 30px;scroll-behavior:smooth}.eon-intro{align-items:center;animation:eon-fade-in .7s ease both;display:flex;flex-direction:column;gap:14px;padding:8vh 16px 0;text-align:center}.eon-intro-title{font-family:Unbounded,Inter,system-ui,sans-serif;font-size:clamp(32px,5vw,52px);font-weight:500;letter-spacing:-.02em;margin-top:6px}.eon-intro-sub{color:var(--eon-fg-dim);font-size:14px;margin-bottom:22px}.eon-prompt-row{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;max-width:580px}.eon-prompt-pill{background:#ffffff0a;border:1px solid var(--eon-line-2);border-radius:999px;color:var(--eon-fg-dim);cursor:pointer;font-family:inherit;font-size:13px;padding:9px 16px;transition:all .15s ease}.eon-prompt-pill:hover{background:#ffffff14;border-color:rgba(var(--eon-accent),.4);color:var(--eon-fg)}.eon-msg-stack{display:flex;flex-direction:column;gap:12px;margin:0 auto;max-width:720px;padding-top:10px}.eon-msg{word-wrap:break-word;animation:eon-msg-in .3s ease;border-radius:18px;font-size:15px;line-height:1.55;max-width:86%;padding:12px 16px;white-space:pre-wrap}@keyframes eon-msg-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.eon-msg-me{align-self:flex-end;background:#fffffff0;border-bottom-right-radius:6px;color:#0b0c14}.eon-msg-ai{align-self:flex-start;background:#ffffff0d;border:1px solid var(--eon-line);border-bottom-left-radius:6px;color:var(--eon-fg)}.eon-msg-thinking{padding:14px 18px}.eon-msg-limit{align-self:stretch;background:rgba(var(--eon-accent),.08);border-color:rgba(var(--eon-accent),.3);color:rgba(var(--eon-accent),1);margin:6px auto 0;max-width:720px;text-align:center}.eon-typing{align-items:center;display:inline-flex;gap:5px}.eon-typing span{animation:eon-bounce 1.2s ease-in-out infinite;background:rgba(var(--eon-accent),.85);border-radius:999px;height:6px;width:6px}.eon-typing span:nth-child(2){animation-delay:.15s}.eon-typing span:nth-child(3){animation-delay:.3s}@keyframes eon-bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.eon-compose{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(0deg,#080810eb,#080810a6);border-top:1px solid var(--eon-line);display:flex;gap:8px;padding:14px 18px calc(14px + env(safe-area-inset-bottom))}.eon-compose .eon-input-msg{border-radius:999px;flex:1 1;font-size:16px;height:48px;padding:0 22px}@media (min-width:768px){.eon-compose .eon-input-msg{font-size:15px}}.eon-mic,.eon-send{background:#ffffff0a;border:1px solid var(--eon-line-2);border-radius:999px;color:var(--eon-fg);cursor:pointer;display:grid;flex-shrink:0;height:44px;place-items:center;transition:all .18s ease;width:44px}.eon-mic:hover,.eon-send:hover:not(:disabled){background:#ffffff17;border-color:rgba(var(--eon-accent),.5)}.eon-mic.is-on{animation:eon-pulse 1.4s ease-in-out infinite;background:rgba(var(--eon-accent),.18);border-color:rgba(var(--eon-accent),.7);box-shadow:0 0 0 3px rgba(var(--eon-accent),.18);color:rgba(var(--eon-accent),1)}.eon-send{background:#fff;border-color:#0000;color:#0b0c14}.eon-send:disabled{cursor:not-allowed;opacity:.4}@keyframes eon-pulse{0%,to{box-shadow:0 0 0 3px rgba(var(--eon-accent),.18)}50%{box-shadow:0 0 0 8px rgba(var(--eon-accent),.06)}}.eon-icon-spin{animation:eon-spin .8s linear infinite}@keyframes eon-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.eon-drawer-veil{animation:eon-fade-in .2s ease both;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#0000008c;inset:0;position:fixed;z-index:18}.eon-drawer{animation:eon-drawer-in .28s ease both;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);background:#080810eb;border-right:1px solid var(--eon-line-2);bottom:0;display:flex;flex-direction:column;left:0;position:fixed;top:0;width:min(330px,86vw);z-index:20}@keyframes eon-drawer-in{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}.eon-drawer-head{align-items:center;border-bottom:1px solid var(--eon-line);display:flex;justify-content:space-between;padding:16px 16px 10px}.eon-new-thread-btn{align-items:center;background:#ffffff0a;border:1px solid var(--eon-line-2);border-radius:12px;color:var(--eon-fg);cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:500;gap:8px;height:40px;justify-content:center;margin:14px;transition:all .15s ease}.eon-new-thread-btn:hover{background:#ffffff14;border-color:rgba(var(--eon-accent),.45)}.eon-drawer-tabs{grid-gap:4px;background:#ffffff0a;border:1px solid var(--eon-line);border-radius:999px;display:grid;gap:4px;grid-template-columns:1fr 1fr;margin:0 14px 10px;padding:4px}.eon-drawer-tab{background:#0000;border:0;border-radius:999px;color:var(--eon-fg-dim);cursor:pointer;font-family:inherit;font-size:12px;font-weight:500;padding:6px;transition:all .15s ease}.eon-drawer-tab.is-on{background:#ffffffed;color:#0b0c14}.eon-thread-list{flex:1 1;overflow-y:auto;padding:4px 8px 14px}.eon-thread-list::-webkit-scrollbar{width:6px}.eon-thread-list::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:999px}.eon-thread-row{align-items:center;border-radius:10px;display:flex;gap:4px;padding:4px;transition:background .15s ease}.eon-thread-row:hover{background:#ffffff0a}.eon-thread-row.is-active{background:rgba(var(--eon-accent),.12)}.eon-thread-main{align-items:center;background:#0000;border:0;border-radius:8px;color:var(--eon-fg);cursor:pointer;display:flex;flex:1 1;font-family:inherit;font-size:13px;gap:10px;min-width:0;padding:8px 10px;text-align:left}.eon-thread-icon{color:var(--eon-fg-quiet);flex-shrink:0}.eon-thread-row.is-active .eon-thread-icon{color:rgba(var(--eon-accent),1)}.eon-thread-title{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eon-thread-count{background:#ffffff0d;font-family:JetBrains Mono,ui-monospace,monospace;font-size:10px;padding:1px 6px}.eon-thread-action,.eon-thread-count{border-radius:999px;color:var(--eon-fg-quiet)}.eon-thread-action{background:#0000;border:0;cursor:pointer;display:grid;flex-shrink:0;height:28px;opacity:0;place-items:center;transition:all .15s ease;width:28px}.eon-thread-row:hover .eon-thread-action{opacity:1}.eon-thread-action:hover{background:#ffffff14;color:var(--eon-fg)}.eon-threads-empty{color:var(--eon-fg-quiet);font-size:12px;padding:28px 12px;text-align:center}.eon-menu-btn{margin-right:4px}.eon-corner{align-items:center;bottom:8px;color:var(--eon-fg-quiet);display:inline-flex;font-family:JetBrains Mono,ui-monospace,monospace;font-size:9.5px;gap:5px;letter-spacing:.22em;opacity:.75;pointer-events:none;position:fixed;right:14px;text-transform:uppercase;z-index:4}.eon-chat-scroll::-webkit-scrollbar{width:6px}.eon-chat-scroll::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:999px}.eon-chat-scroll::-webkit-scrollbar-thumb:hover{background:#ffffff2e}@media (max-width:640px){.eon-chat-scroll{padding:16px 12px 24px}.eon-compose{gap:6px;padding:10px 12px calc(10px + env(safe-area-inset-bottom))}.eon-msg{font-size:14.5px;max-width:92%}.eon-corner{display:none}.eon-auth-card{padding:26px 22px 18px}}.eon-dash-orb-btn{background:#0000;border:none;cursor:pointer;filter:drop-shadow(0 0 24px rgba(125,170,255,.45));padding:0;transition:transform .22s ease,filter .22s ease}.eon-dash-orb-btn:hover{filter:drop-shadow(0 0 32px rgba(125,170,255,.72));transform:translateY(-3px) scale(1.06)}.eon-dash-orb-btn:focus-visible{border-radius:999px;box-shadow:0 0 0 2px #ffffff80;outline:none}.eon-shell{grid-gap:0;color:var(--eon-fg);display:grid;gap:0;grid-template-columns:260px 1fr;inset:0;position:absolute;z-index:4}.eon-side{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);background:linear-gradient(180deg,#080a16c7,#04050cb8);border-right:1px solid var(--eon-line);display:flex;flex-direction:column;gap:6px;overflow-y:auto;padding:22px 14px 16px;position:relative;z-index:5}.eon-side-brand{align-items:center;border-bottom:1px solid var(--eon-line);display:flex;gap:12px;margin-bottom:6px;padding:6px 10px 18px}.eon-side-brand-name{background:linear-gradient(180deg,#fff,#c8d2f0);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:18px;font-weight:700;letter-spacing:.06em}.eon-side-brand-tag{letter-spacing:.18em;margin-top:2px}.eon-nav-section,.eon-side-brand-tag{color:var(--eon-fg-quiet);font-size:10px;text-transform:uppercase}.eon-nav-section{letter-spacing:.2em;margin-top:14px;padding:0 10px 6px}.eon-nav-item{align-items:center;background:#0000;border:1px solid #0000;border-radius:10px;color:var(--eon-fg-dim);cursor:pointer;display:flex;font-size:13.5px;gap:12px;padding:10px 12px;text-align:left;transition:background .18s ease,color .18s ease,border-color .18s ease;width:100%}.eon-nav-item:hover{background:#ffffff0a;color:var(--eon-fg)}.eon-nav-item.is-on{background:linear-gradient(180deg,#7896e62e,#7896e60f);border-color:#7896e652;box-shadow:inset 0 0 0 1px #ffffff0a,0 4px 18px -10px #7896e699;color:var(--eon-fg)}.eon-nav-item-soon{background:#7896e624;border:1px solid #7896e64d;border-radius:999px;color:#b4c8ffd9;font-size:9px;letter-spacing:.18em;margin-left:auto;padding:2px 7px;text-transform:uppercase}.eon-side-foot{border-top:1px solid var(--eon-line);color:var(--eon-fg-quiet);display:flex;flex-direction:column;font-size:11.5px;gap:8px;margin-top:auto;padding-top:14px}.eon-side-foot button{align-items:center;background:#0000;border:1px solid var(--eon-line);border-radius:9px;color:var(--eon-fg-dim);cursor:pointer;display:flex;font-size:12px;gap:8px;padding:8px 10px}.eon-side-foot button:hover{border-color:var(--eon-line-2);color:var(--eon-fg)}.eon-main{overflow-y:auto;padding:32px 36px 60px;position:relative;z-index:4}.eon-page-head{align-items:end;display:flex;gap:24px;justify-content:space-between;margin-bottom:28px}.eon-page-eyebrow{color:var(--eon-fg-quiet);font-size:11px;letter-spacing:.22em;margin-bottom:6px;text-transform:uppercase}.eon-page-title{font-size:30px;font-weight:600;letter-spacing:-.01em;line-height:1.1}.eon-page-sub{color:var(--eon-fg-dim);font-size:13.5px;margin-top:8px;max-width:680px}.eon-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(180deg,hsla(0,0%,100%,.045),hsla(0,0%,100%,.015));border:1px solid var(--eon-line);border-radius:16px;padding:18px}.eon-card-glass{background:#080a168c;border:1px solid var(--eon-line-2)}.eon-grid-stats{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:22px}.eon-stat-label{color:var(--eon-fg-quiet);font-size:10.5px;letter-spacing:.18em;text-transform:uppercase}.eon-stat-value{color:#fff;font-size:32px;font-weight:600;letter-spacing:-.02em;line-height:1;margin-top:12px}.eon-stat-sub{color:var(--eon-fg-dim);font-size:11.5px;margin-top:6px}.eon-grid-two{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1.3fr 1fr}.eon-section-title{align-items:center;display:flex;font-size:15px;font-weight:600;gap:10px;margin-bottom:12px}.eon-section-title span.eon-section-count{color:var(--eon-fg-quiet);font-size:11px;font-weight:500}.eon-agents-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.eon-agent-card{background:hsla(0,0%,100%,.025);border:1px solid var(--eon-line);border-radius:13px;cursor:pointer;padding:14px;position:relative;transition:transform .22s ease,border-color .22s ease,background .22s ease}.eon-agent-card:hover{background:#ffffff0a;border-color:var(--eon-line-2);transform:translateY(-2px)}.eon-agent-dot{border-radius:999px;box-shadow:0 0 14px currentColor;display:inline-block;height:10px;margin-right:8px;width:10px}.eon-agent-name{font-size:14px;font-weight:600}.eon-agent-tagline{color:var(--eon-fg-dim);font-size:12px;line-height:1.45;margin-top:6px}.eon-agent-meta{color:var(--eon-fg-quiet);font-size:11px;letter-spacing:.05em;margin-top:10px}.eon-activity-row{align-items:flex-start;border-bottom:1px solid #ffffff0d;display:flex;font-size:13px;gap:12px;padding:10px 0}.eon-activity-row:last-child{border-bottom:0}.eon-activity-kind{background:#7896e61f;border:1px solid #7896e647;border-radius:999px;color:#b4c8ffd9;flex-shrink:0;font-size:10px;letter-spacing:.16em;margin-top:1px;padding:3px 8px;text-transform:uppercase}.eon-activity-summary{color:var(--eon-fg);flex:1 1}.eon-activity-time{color:var(--eon-fg-quiet);flex-shrink:0;font-size:11px}.eon-task-row{grid-gap:14px;align-items:center;background:hsla(0,0%,100%,.025);border:1px solid var(--eon-line);border-radius:12px;display:grid;gap:14px;grid-template-columns:auto 1fr auto auto auto;margin-bottom:10px;padding:14px 16px}.eon-task-row:hover{border-color:var(--eon-line-2)}.eon-task-title{color:var(--eon-fg);font-size:14px;font-weight:500}.eon-task-desc{color:var(--eon-fg-dim);font-size:12px;margin-top:4px}.eon-task-result{background:#00000040;border:1px solid var(--eon-line);border-radius:10px;color:var(--eon-fg-dim);font-size:13px;grid-column:1/-1;line-height:1.55;margin-top:10px;padding:12px 14px;white-space:pre-wrap}.eon-status-pill{background:#ffffff0a;border:1px solid var(--eon-line-2);border-radius:999px;color:var(--eon-fg-dim);font-size:10px;letter-spacing:.18em;padding:4px 9px;text-transform:uppercase}.eon-status-pill[data-s=running]{background:#ffd77314;border-color:#ffd77366;color:#ffd773}.eon-status-pill[data-s=done]{background:#6ee7b714;border-color:#6ee7b766;color:#6ee7b7}.eon-status-pill[data-s=failed]{background:#fca5a514;border-color:#fca5a566;color:#fca5a5}.eon-task-bar{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr auto auto;margin-bottom:16px}.eon-task-input{background:#ffffff0d;border:1px solid var(--eon-line-2);border-radius:10px;color:var(--eon-fg);font-size:14px;padding:12px 14px}.eon-task-input:focus{background:#ffffff12;border-color:#7896e699;outline:none}.eon-task-agent-select{background:#ffffff0d;border:1px solid var(--eon-line-2);color:var(--eon-fg);padding:0 14px}.eon-btn,.eon-task-agent-select{border-radius:10px;cursor:pointer;font-size:13px}.eon-btn{align-items:center;border:1px solid #0000;display:inline-flex;font-weight:500;gap:8px;padding:10px 16px;transition:transform .16s ease,background .16s ease,border-color .16s ease}.eon-btn-ghost{background:#ffffff08;border-color:var(--eon-line);color:var(--eon-fg-dim)}.eon-btn-ghost:hover{border-color:var(--eon-line-2);color:var(--eon-fg)}.eon-btn-solid{background:linear-gradient(180deg,#fff,#d8e0f8);color:#0a0c1a}.eon-btn-solid:hover{transform:translateY(-1px)}.eon-btn-solid:disabled{cursor:not-allowed;opacity:.6;transform:none}.eon-coming-wrap{align-items:center;display:flex;justify-content:center;min-height:60vh}.eon-coming-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#080a1699;border:1px solid var(--eon-line-2);border-radius:18px;max-width:520px;padding:36px 30px;text-align:center}.eon-coming-pill{background:#7896e624;border:1px solid #7896e652;border-radius:999px;color:#c8d7fff2;display:inline-block;font-size:10.5px;letter-spacing:.22em;margin-bottom:18px;padding:6px 12px;text-transform:uppercase}.eon-coming-title{font-size:26px;font-weight:600;letter-spacing:-.01em;margin-bottom:10px}.eon-coming-sub{color:var(--eon-fg-dim);font-size:13.5px;line-height:1.55}.eon-agent-page{grid-gap:18px;display:grid;gap:18px;grid-template-rows:auto 1fr auto;height:100%;min-height:calc(100vh - 64px)}.eon-agent-hero{align-items:center;display:flex;gap:18px}.eon-agent-hero-text{flex:1 1}.eon-agent-hero .eon-mark{flex-shrink:0}.eon-agent-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.eon-agent-chip{background:#ffffff0d;border:1px solid var(--eon-line);border-radius:999px;color:var(--eon-fg-dim);cursor:pointer;font-size:12px;padding:6px 12px;transition:background .16s ease,border-color .16s ease}.eon-agent-chip:hover{background:#ffffff14;border-color:var(--eon-line-2);color:var(--eon-fg)}.eon-modal-veil{align-items:center;animation:eon-fade-in .22s ease both;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#020208b8;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:60}@keyframes eon-fade-in{0%{opacity:0}to{opacity:1}}.eon-modal{background:linear-gradient(180deg,#141626f2,#0a0c18f2);border:1px solid var(--eon-line-2);border-radius:18px;box-shadow:0 30px 80px -20px #000000b3,0 0 0 1px #ffffff0a;max-width:440px;padding:28px 26px;position:relative;width:100%}.eon-modal-close{background:#0000;border:none;border-radius:6px;color:var(--eon-fg-quiet);cursor:pointer;padding:6px;position:absolute;right:12px;top:12px}.eon-modal-close:hover{color:var(--eon-fg)}.eon-modal-head{margin-bottom:18px;text-align:center}.eon-modal-title{font-size:20px;font-weight:600;margin-top:14px}.eon-modal-sub{color:var(--eon-fg-dim);font-size:13px;margin-top:6px}.eon-google-btn{align-items:center;background:#fff;border:1px solid #fff;border-radius:10px;color:#1f1f1f;cursor:pointer;display:flex;font-size:13.5px;font-weight:500;gap:10px;justify-content:center;margin-bottom:12px;padding:11px 14px;transition:transform .14s ease;width:100%}.eon-google-btn:hover{transform:translateY(-1px)}.eon-google-btn svg{height:18px;width:18px}.eon-or-divider{align-items:center;color:var(--eon-fg-quiet);display:flex;font-size:10.5px;gap:10px;letter-spacing:.18em;margin:14px 0;text-transform:uppercase}.eon-or-divider:after,.eon-or-divider:before{background:var(--eon-line);content:"";flex:1 1;height:1px}.eon-modal-prompt-note{background:#7896e614;border:1px solid #7896e638;border-radius:10px;color:#c8d7ffe6;font-size:12px;line-height:1.5;margin-top:14px;padding:10px 12px}.eon-empty{color:var(--eon-fg-quiet);font-size:13px;padding:40px 20px;text-align:center}.eon-mobile-bar{display:none}@media (max-width:880px){.eon-shell{grid-template-columns:1fr}.eon-side{display:none}.eon-side.is-open{box-shadow:30px 0 60px -20px #000c;display:flex;inset:0 auto 0 0;max-width:300px;position:fixed;width:78vw;z-index:50}.eon-side-veil{background:#0000008c;inset:0;position:fixed;z-index:49}.eon-mobile-bar{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080a1699;border-bottom:1px solid var(--eon-line);display:flex;justify-content:space-between;padding:14px 18px;position:-webkit-sticky;position:sticky;top:0;z-index:6}.eon-main{padding:18px 18px 80px}.eon-grid-stats{grid-template-columns:repeat(2,1fr)}.eon-agents-grid,.eon-grid-two{grid-template-columns:1fr}.eon-page-title{font-size:24px}.eon-task-row{gap:10px;grid-template-columns:1fr auto}.eon-task-row .eon-status-pill{order:0}}.eon-phase-app .eon-corner{display:none}
/*# sourceMappingURL=main.762f3819.css.map*/