
.bx-im-content-default-chat__container {
	width: 100%;
	height: 100%;

	transition: opacity 0.3s ease;
}

.bx-im-content-default-chat__container.--comments-show-animation .bx-im-content-chat__content {
	opacity: 0;
}
.bx-im-mcp-integration__container {
	overflow: hidden;
}

.bx-im-collab-header__add-people-icon {
	width: 22px;
	height: 22px;
	background-color: var(--ui-color-base-2);
	-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' fill='none' viewBox='0 0 22 23'%3E%3Cpath fill='%23525c69' d='m15.583 14.99.273 1.521a.96.96 0 0 1-.624 1.086c-1.612.543-3.423.864-5.341.903h-.794c-1.922-.04-3.737-.361-5.352-.906a.97.97 0 0 1-.637-1.059c.06-.434.124-.875.19-1.12.237-.872 1.567-1.52 2.79-2.018.32-.13.514-.234.709-.34a7 7 0 0 1 .698-.336q.054-.241.043-.488l.542-.061s.071.123-.043-.598c0 0-.609-.149-.637-1.296 0 0-.458.144-.486-.55a1.7 1.7 0 0 0-.08-.4c-.086-.305-.164-.58.232-.818l-.286-.72s-.3-2.785 1.017-2.56c-.534-.8 3.974-1.467 4.274.987.117.74.117 1.49 0 2.23 0 0 .673-.073.223 1.139 0 0-.247.872-.627.676 0 0 .061 1.102-.537 1.288 0 0 .043.587.043.627l.5.07s-.015.49.085.543c.456.28.956.49 1.483.627 1.553.373 2.342 1.013 2.342 1.573m1.481-8.89h1.952v2.4h2.5v1.967h-2.5v2.52h-1.952v-2.52h-2.38V8.499h2.38z'/%3E%3C/svg%3E");
	        mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' fill='none' viewBox='0 0 22 23'%3E%3Cpath fill='%23525c69' d='m15.583 14.99.273 1.521a.96.96 0 0 1-.624 1.086c-1.612.543-3.423.864-5.341.903h-.794c-1.922-.04-3.737-.361-5.352-.906a.97.97 0 0 1-.637-1.059c.06-.434.124-.875.19-1.12.237-.872 1.567-1.52 2.79-2.018.32-.13.514-.234.709-.34a7 7 0 0 1 .698-.336q.054-.241.043-.488l.542-.061s.071.123-.043-.598c0 0-.609-.149-.637-1.296 0 0-.458.144-.486-.55a1.7 1.7 0 0 0-.08-.4c-.086-.305-.164-.58.232-.818l-.286-.72s-.3-2.785 1.017-2.56c-.534-.8 3.974-1.467 4.274.987.117.74.117 1.49 0 2.23 0 0 .673-.073.223 1.139 0 0-.247.872-.627.676 0 0 .061 1.102-.537 1.288 0 0 .043.587.043.627l.5.07s-.015.49.085.543c.456.28.956.49 1.483.627 1.553.373 2.342 1.013 2.342 1.573m1.481-8.89h1.952v2.4h2.5v1.967h-2.5v2.52h-1.952v-2.52h-2.38V8.499h2.38z'/%3E%3C/svg%3E");
	-webkit-mask-position: center;
	        mask-position: center;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	        mask-size: contain;
	cursor: pointer;
	opacity: 0.35;
}

.bx-im-collab-header__add-people-icon:hover {
	opacity: 0.7;
}

.bx-im-collab-header__add-people-icon.--active {
	background-color: #00ade3; /* no matching token */
	opacity: 1;
}

.bx-im-collab-header__add-people-icon.--with-guest {
	background-color: var(--ui-color-collab-accent-primary);
	opacity: 1;
}

.bx-im-collab-header__add-people-icon.--with-guest:hover {
	background-color: var(--ui-color-collab-accent-primary-alt);
}

.bx-im-collab-header__add-people-icon.--with-guest.--active {
	background-color: var(--ui-color-collab-element-1);
}

.bx-im-collab-header__add-to-chat {
	--im-pulse-animation__border-color_ring: var(--im-color-collab-40);

	margin-right: 12px;
}

.bx-im-collab-tooltip__scope {
	--im-collab-tooltip__color_title: var(--ui-color-base-white-fixed, #ffffff);
	--im-collab-tooltip__color_text: var(--ui-color-base-white-fixed, #ffffff);
	--im-collab-tooltip__font-size_title: 17px;
	--im-collab-tooltip__font-size_text: var(--ui-font-size-lg);
	--im-collab-tooltip__line-height_title: var(--ui-font-line-height-sm);
	--im-collab-tooltip__line-height_text: var(--ui-font-line-height-sm);
	--im-collab-tooltip__font-weight_title: var(--ui-font-weight-medium);
	--im-collab-tooltip__font-weight_text: var(--ui-font-weight-normal);
}

.bx-im-collab-tooltip__container {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
}

.bx-im-collab-tooltip__icon {
	display: flex;
	min-width: 98px;
	min-height: 113px;

	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.bx-im-collab-tooltip__icon.--add-to-chat {
	height: 116px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='98' height='116' fill='none' viewBox='0 0 98 116'%3E%3Cpath fill='%2319cc45' fill-opacity='.78' d='M33.05 27.706c2.304-1.123 5.103-.89 7.338.584l13.976 9.208c2.029 1.336 3.265 3.656 3.265 6.096v16.03c0 2.441-1.236 4.734-3.265 6.027l-13.976 8.91c-2.235 1.425-5.034 1.6-7.337.427l-15.935-8.105c-2.56-1.302-4.152-3.827-4.152-6.61V41.995c0-2.784 1.595-5.276 4.152-6.523z'/%3E%3Cpath stroke='%23fff' stroke-opacity='.18' d='M33.27 28.155c2.134-1.04 4.744-.83 6.843.552l13.976 9.209c1.886 1.242 3.04 3.403 3.04 5.679v16.03c0 2.274-1.153 4.406-3.033 5.604l-13.977 8.91c-2.093 1.335-4.703 1.492-6.841.403l-15.935-8.105c-2.4-1.22-3.879-3.578-3.879-6.165V41.996c0-2.585 1.48-4.908 3.87-6.073z'/%3E%3Cpath fill='%230075ff' fill-opacity='.78' d='M64.129 44.402c1.944-1.123 4.305-1.034 6.196.21l11.859 7.8c1.726 1.136 2.78 3.203 2.78 5.436v14.654c0 2.232-1.054 4.373-2.78 5.63l-11.859 8.629c-1.89 1.375-4.253 1.63-6.196.643l-13.392-6.798c-2.141-1.088-3.475-3.318-3.475-5.84v-16.55c0-2.522 1.334-4.845 3.475-6.08z'/%3E%3Cpath stroke='%23fff' stroke-opacity='.18' d='M64.379 44.835c1.777-1.027 3.934-.948 5.671.195l11.859 7.8.275-.418-.275.418c1.572 1.034 2.555 2.937 2.555 5.018v14.654c0 2.082-.985 4.069-2.575 5.226l-11.858 8.628c-1.755 1.277-3.918 1.495-5.675.602L50.962 80.16c-1.964-.998-3.201-3.05-3.201-5.393V58.215c0-2.345 1.24-4.502 3.224-5.647z'/%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23fff' fill-opacity='.9' fill-rule='evenodd' d='M32.38 38.917c-4.647 3.169-3.092 12.756 3.385 12.825 7.482.078 8.112-13.343 0-13.737-1.171-.057-2.623.394-3.385.912m13.616 22.64a.96.96 0 0 1-.938 1.058L25.859 63c-.516.01-.923-.428-.85-.927.835-5.733 6.115-7.777 10.767-7.76 4.663.015 9.69 1.51 10.218 7.244z' clip-rule='evenodd' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cg filter='url(%23b)'%3E%3Cpath fill='%23fff' fill-opacity='.9' fill-rule='evenodd' d='M67.059 73.995a1.97 1.97 0 0 0 1.836-1.967v-4.523l5.292-.233a1.897 1.897 0 0 0-.142-3.79l-5.15.16v-4.654a1.971 1.971 0 1 0-3.943 0v4.775l-5.164.16a1.99 1.99 0 1 0 .15 3.977l5.014-.22v4.348c0 1.142.967 2.046 2.107 1.967' clip-rule='evenodd' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='41' height='45' x='15' y='32' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_2_51'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_2_51' result='shape'/%3E%3C/filter%3E%3Cfilter id='b' width='38.14' height='36.983' x='47.86' y='51.017' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_2_51'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_2_51' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.bx-im-collab-tooltip__icon.--collab-entities {
	height: 113px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='98' height='113' fill='none' viewBox='0 0 98 113'%3E%3Cpath fill='%230075ff' fill-opacity='.78' d='M66.714 21.063c1.798-.874 3.978-.72 5.74.392l9.798 6.179C83.956 28.709 85 30.589 85 32.57v10.795a5.48 5.48 0 0 1-2.748 4.772l-9.798 5.593a5.89 5.89 0 0 1-5.74.047l-10.562-5.771C54.209 46.945 53 44.964 53 42.828v-11.64c0-2.136 1.209-4.043 3.152-4.988z'/%3E%3Cpath stroke='%23fff' stroke-opacity='.18' d='M72.188 21.878c-1.625-1.026-3.622-1.16-5.255-.366zm0 0 9.797 6.179c1.561.985 2.515 2.707 2.515 4.513v10.795a4.98 4.98 0 0 1-2.496 4.338l-9.797 5.592a5.39 5.39 0 0 1-5.252.044h-.001l-10.563-5.772c-1.79-.978-2.891-2.794-2.891-4.739v-11.64c0-1.941 1.096-3.675 2.87-4.538l10.563-5.138z'/%3E%3Cpath fill='%2319cc45' fill-opacity='.78' d='M34.977 31.452c2.701-1.402 5.967-1.243 8.597.393l14.431 8.971c2.477 1.54 3.995 4.324 3.995 7.3v16.238c0 2.98-1.515 5.796-3.995 7.392l-14.431 9.3c-2.63 1.696-5.896 1.93-8.597.589l-16.1-7.991c-3-1.49-4.877-4.475-4.877-7.8V47.719c0-3.325 1.874-6.35 4.878-7.91z'/%3E%3Cpath stroke='%23fff' stroke-opacity='.18' d='M35.208 31.896c2.539-1.318 5.617-1.172 8.102.374l14.431 8.97c2.326 1.447 3.759 4.067 3.759 6.877v16.237c0 2.813-1.432 5.47-3.765 6.972l-14.432 9.3c-2.49 1.606-5.57 1.819-8.103.561l-16.1-7.991c-2.835-1.407-4.6-4.22-4.6-7.352V47.719c0-3.133 1.765-5.99 4.608-7.466z'/%3E%3Cpath fill='%23c5e7fe' fill-opacity='.8' d='M65.758 61.27c1.682-.979 3.728-1.026 5.386-.134l9.248 4.981c1.615.87 2.608 2.564 2.608 4.437v10.22c0 1.877-.993 3.681-2.608 4.735l-9.248 6.03c-1.658 1.08-3.701 1.265-5.386.476l-9.84-4.612A5.03 5.03 0 0 1 53 82.806V71.927c0-1.995 1.12-3.88 2.919-4.93l9.84-5.728z'/%3E%3Cpath stroke='%23fff' stroke-opacity='.24' d='m65.258 62.138-9.087 5.292c-1.654.965-2.671 2.69-2.671 4.497v10.879a4.53 4.53 0 0 0 2.631 4.144zm0 0v.003l.752-.438c1.536-.895 3.397-.933 4.897-.127l9.248 4.981c1.448.78 2.345 2.302 2.345 3.997v10.22c0 1.703-.903 3.352-2.38 4.316l-9.25 6.03c-1.524.994-3.385 1.152-4.9.443l-9.839-4.613z'/%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23fff' fill-opacity='.9' fill-rule='evenodd' d='M38.858 69.487C45.648 69.207 51 63.332 51 56.356c0-6.977-5.351-12.73-12.142-12.854S26 49.254 26 56.642 31.85 69.78 38.858 69.49zm-4.454-13.992 2.39 2.68 6.426-7.395a.73.73 0 0 1 1.135 0l.89 1.03c.312.36.312.944 0 1.305L37.38 62.25c-.323.376-.848.389-1.173.03l-3.936-4.363a1.03 1.03 0 0 1 0-1.345l.94-1.069c.33-.374.86-.378 1.188-.01z' clip-rule='evenodd' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cg fill='%23fff' fill-opacity='.9' filter='url(%23b)' shape-rendering='crispEdges'%3E%3Cpath d='M67.354 29.346v1.201c0 .443-.333.787-.743.769s-.744-.394-.744-.84v-1.205l.006-.103c.046-.398.362-.69.745-.667.41.024.738.404.736.845m-1.052 6.129 1.104.037c.13.004.244.071.317.172a.44.44 0 0 1 .085.26v1.144c0 .23-.18.41-.402.405l-1.104-.031a.43.43 0 0 1-.406-.432v-1.15c0-.231.183-.413.406-.405m3.942.133-1.09-.037a.394.394 0 0 0-.4.404v1.14c0 .23.179.422.4.428l1.09.031a.37.37 0 0 0 .213-.06.4.4 0 0 0 .181-.343v-1.135c0-.23-.176-.42-.395-.428m-2.839 2.874-1.105-.03a.4.4 0 0 0-.255.088.41.41 0 0 0-.15.322v1.15c0 .09.028.176.076.246a.41.41 0 0 0 .33.181l1.104.023a.4.4 0 0 0 .401-.41v-1.144a.42.42 0 0 0-.4-.426m1.748.046 1.09.028a.4.4 0 0 1 .194.058.43.43 0 0 1 .201.366v1.135c0 .228-.176.41-.395.406l-1.09-.023a.4.4 0 0 1-.262-.107.43.43 0 0 1-.137-.317v-1.14c0-.23.179-.411.4-.406m2.812-2.862 1.073.037c.217.007.39.196.39.424v1.127a.387.387 0 0 1-.39.4l-1.073-.031a.42.42 0 0 1-.393-.424v-1.133c0-.228.176-.408.393-.4'/%3E%3Cpath fill-rule='evenodd' d='M74.106 30.54v.537c.002.889-.651 1.581-1.462 1.548s-1.475-.789-1.475-1.683V30.4l-3.041-.146v.544c0 .902-.676 1.605-1.512 1.57-.843-.035-1.525-.801-1.525-1.71v-.55l-1.18-.056c-1.05-.054-1.909.82-1.911 1.952q0 .083.006.17v11.073c0 .611.464 1.113 1.034 1.119l13 .133c.531.005.96-.467.96-1.054v-10.64c.018-1.122-.764-2.096-1.777-2.212zM64.068 42.174l11.007.178v-8.498l-11.007-.429z' clip-rule='evenodd'/%3E%3Cpath d='M73.32 30.793v-1.12c0-.413-.302-.76-.678-.781-.377-.02-.682.298-.682.713v1.124c0 .413.303.76.68.78.377.016.68-.304.68-.716'/%3E%3C/g%3E%3Cg fill='%23fff' fill-opacity='.9' filter='url(%23c)' shape-rendering='crispEdges'%3E%3Cpath d='M69.767 70.869a1.08 1.08 0 0 0-.859-.368l-6.07.297c-.462.022-.838.467-.838.99v.691l8.699-.46zm5.231 2.935c0-.509-.353-.902-.79-.878L62 73.603v9.01c0 .524.374.92.838.885L74.21 82.6c.436-.035.789-.475.789-.983v-7.811z'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='45' height='46' x='16' y='37.5' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_6_92'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_6_92' result='shape'/%3E%3C/filter%3E%3Cfilter id='b' width='35' height='36' x='52' y='22.5' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_6_92'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_6_92' result='shape'/%3E%3C/filter%3E%3Cfilter id='c' width='33' height='33' x='52' y='64.5' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_6_92'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_6_92' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.bx-im-collab-tooltip__title-container {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.bx-im-collab-tooltip__title {
	display: flex;
	color: var(--im-collab-tooltip__color_title);
	font-size: var(--im-collab-tooltip__font-size_title);
	line-height: var(--im-collab-tooltip__line-height_title);
	font-weight: var(--im-collab-tooltip__font-weight_title);
	padding: 0;
}

.bx-im-collab-tooltip__text {
	display: flex;
	color: var(--im-collab-tooltip__color_text);
	font-size: var(--im-collab-tooltip__font-size_text);
	line-height: var(--im-collab-tooltip__line-height_text);
	font-weight: var(--im-collab-tooltip__font-weight_text);
	padding: 0;
}
.bx-im-collab-header-title__container {
	--im-collab-header-title__font-color_subtitle: var(--im-color-palette-gray-60);
	--im-collab-header-title__font-color_guest-counter: var(--im-color-collab-60);

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
}

.bx-im-collab-header-title__title-container {
	max-width: 100%;
	margin-bottom: 3px;
}

.bx-im-collab-header-title__subtitle_container {
	display: flex;
	align-items: flex-end;
	max-width: 100%;
}

.bx-im-collab-header-title__subtitle_content {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.bx-im-collab-header-title__user-counter {
	font: var(--im-font-size-md)/16px var(--im-font-family-system);
	color: var(--im-collab-header-title__font-color_subtitle);
}

.bx-im-collab-header-title__guest-counter {
	margin-left: 4px;
	font: var(--im-font-size-md) var(--im-font-family-system);
	color: var(--im-collab-header-title__font-color_guest-counter);
}
.bx-im-collab-header__links-container {
	--im-collab-header__background-color_links-border: var(--im-color-palette-gray-10);
	--im-collab-header__background-color_links-separator: var(--im-color-palette-gray-20);
	--im-collab-header__background-color_link-counter: var(--im-color-palette-red-50);
	--im-collab-header__font-color_link: var(--im-color-palette-gray-90);
	--im-collab-header__font-color_link-hover: var(--im-color-accent-blue);
	--im-collab-header__font-color_link-counter: var(--im-color-palette-white-base);

	display: flex;
	align-items: center;
	margin-right: 18px;

	padding: 5px 0;
	border: 1px solid var(--im-collab-header__background-color_links-border);
	border-radius: 88px;
}

.bx-im-collab-header__link {
	position: relative;
	display: flex;
	align-items: center;
	height: 16px;
	padding: 0 12px;

	cursor: pointer;
	-webkit-user-select: none;
	        user-select: none;
}

.bx-im-collab-header__link:after {
	position: absolute;
	content: '';
	right: 0;
	top: 3px;
	height: 11px;
	width: 1px;
	background: var(--im-collab-header__background-color_links-separator);
}

.bx-im-collab-header__link:last-child:after {
	display: none;
}

.bx-im-collab-header__link-counter {
	position: absolute;
	right: 4px;
	top: -13px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 21px;
	padding: 0 5px;
	border-radius: 8px;
	background-color: var(--im-collab-header__background-color_link-counter);
	font: var(--im-font-size-3xs)/16px var(--im-font-family-system);
	font-weight: var(--im-font-weight-bold);
	color: var(--im-collab-header__font-color_link-counter);
}

.bx-im-collab-header__link-text {
	font: var(--im-font-size-sm) var(--im-font-family-system);
	font-weight: var(--im-font-weight-semi-bold);
	color: var(--im-collab-header__font-color_link);
	transition: color 0.1s ease;
}

.bx-im-collab-header__link:hover .bx-im-collab-header__link-text {
	color: var(--im-collab-header__font-color_link-hover);
}

/* Compact mode */
.bx-im-collab-header__links-container.--compact {
	padding: 1px 12px;
}

.bx-im-collab-header__links-container.--compact .bx-im-collab-header__link {
	height: 22px;
	padding: 0;
	margin-right: 8px;
}

.bx-im-collab-header__links-container.--compact .bx-im-collab-header__link:after {
	display: none;
}

.bx-im-collab-header__links-container.--compact .bx-im-collab-header__link:last-child {
	margin-right: 0;
}

.bx-im-collab-header__links-container.--compact .bx-im-collab-header__link-counter {
	left: 0;
	right: unset;
}

.bx-im-collab-header__link-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
}

.bx-im-collab-header__link.--tasks .bx-im-collab-header__link-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' fill='none' viewBox='0 0 22 23'%3E%3Cpath fill='%23525c69' fill-opacity='.6' fill-rule='evenodd' d='M10.987 18.428a6.941 6.941 0 1 1 0-13.883 6.941 6.941 0 0 1 0 13.883m.014-1.56a5.367 5.367 0 1 1 0-10.734 5.367 5.367 0 0 1 0 10.734m-3.167-5.202a.417.417 0 0 0 0 .59l1.572 1.571.008.008.464.465a.417.417 0 0 0 .59 0l3.857-3.858a.417.417 0 0 0 0-.59l-.53-.53a.417.417 0 0 0-.59 0l-3.032 3.033-1.22-1.22a.417.417 0 0 0-.589 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.bx-im-collab-header__link.--tasks:hover .bx-im-collab-header__link-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' fill='none' viewBox='0 0 22 23'%3E%3Cpath fill='%2300ace3' fill-rule='evenodd' d='M10.987 18.428a6.941 6.941 0 1 1 0-13.883 6.941 6.941 0 0 1 0 13.883m.014-1.56a5.367 5.367 0 1 1 0-10.734 5.367 5.367 0 0 1 0 10.734m-3.167-5.202a.417.417 0 0 0 0 .59l1.572 1.571.008.008.464.465a.417.417 0 0 0 .59 0l3.857-3.858a.417.417 0 0 0 0-.59l-.53-.53a.417.417 0 0 0-.59 0l-3.032 3.033-1.22-1.22a.417.417 0 0 0-.589 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.bx-im-collab-header__link.--files .bx-im-collab-header__link-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' fill='none' viewBox='0 0 22 23'%3E%3Cpath fill='%23525c69' fill-opacity='.6' fill-rule='evenodd' d='M7.118 4.876c-.92 0-1.666.746-1.666 1.666v9.873c0 .92.746 1.667 1.666 1.667h7.748c.92 0 1.666-.746 1.666-1.667V9.441c0-.448-.18-.877-.5-1.19l-2.959-2.9a1.67 1.67 0 0 0-1.166-.475zm.103 1.56a.25.25 0 0 0-.25.25v9.559c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-6.68a.3.3 0 0 0-.012-.078h-2.122a.833.833 0 0 1-.833-.833v-2.2a.3.3 0 0 0-.095-.018zm1.862 4.242a.583.583 0 0 0-.583.583v.228c0 .322.261.584.583.584h3.788a.583.583 0 0 0 .583-.584v-.228a.583.583 0 0 0-.583-.583zm-.583 3.1c0-.322.261-.584.583-.584h2.851c.323 0 .584.261.584.584v.228a.583.583 0 0 1-.584.583h-2.85a.583.583 0 0 1-.584-.583z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.bx-im-collab-header__link.--files:hover .bx-im-collab-header__link-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' fill='none' viewBox='0 0 22 23'%3E%3Cpath fill='%2300ace3' fill-rule='evenodd' d='M7.118 4.876c-.92 0-1.666.746-1.666 1.666v9.873c0 .92.746 1.667 1.666 1.667h7.748c.92 0 1.666-.746 1.666-1.667V9.441c0-.448-.18-.877-.5-1.19l-2.959-2.9a1.67 1.67 0 0 0-1.166-.475zm.103 1.56a.25.25 0 0 0-.25.25v9.559c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-6.68a.3.3 0 0 0-.012-.078h-2.122a.833.833 0 0 1-.833-.833v-2.2a.3.3 0 0 0-.095-.018zm1.862 4.242a.583.583 0 0 0-.583.583v.228c0 .322.261.584.583.584h3.788a.583.583 0 0 0 .583-.584v-.228a.583.583 0 0 0-.583-.583zm-.583 3.1c0-.322.261-.584.583-.584h2.851c.323 0 .584.261.584.584v.228a.583.583 0 0 1-.584.583h-2.85a.583.583 0 0 1-.584-.583z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.bx-im-collab-header__link.--calendar .bx-im-collab-header__link-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' fill='none' viewBox='0 0 22 23'%3E%3Cpath fill='%23525c69' fill-opacity='.6' fill-rule='evenodd' d='M9.042 5.093v.974a.64.64 0 0 1-.628.651.64.64 0 0 1-.629-.651v-.974l.005-.085a.64.64 0 0 1 .628-.571.64.64 0 0 1 .624.656m5.832.706v.443c0 .734-.575 1.33-1.283 1.33s-1.282-.596-1.282-1.33V5.8H9.697v.443c0 .734-.574 1.33-1.283 1.33s-1.283-.596-1.283-1.33V5.8h-.985c-.874-.001-1.584.73-1.585 1.636q0 .067.005.136v8.86c0 .488.383.885.855.885h11.163c.473 0 .855-.397.855-.886v-8.86c.017-.934-.68-1.715-1.58-1.772zm-8.598 9.745h9.453V8.507H6.276zm5.235-5.45h-.935a.34.34 0 0 0-.341.338v.93a.34.34 0 0 0 .34.339h.936a.34.34 0 0 0 .341-.34v-.929a.34.34 0 0 0-.34-.338m-3.361 0h.935a.34.34 0 0 1 .341.339v.929a.34.34 0 0 1-.34.339H8.15a.34.34 0 0 1-.341-.339v-.93a.34.34 0 0 1 .34-.338m.934 2.41H8.15a.34.34 0 0 0-.341.34v.929a.34.34 0 0 0 .34.339h.936a.34.34 0 0 0 .342-.34v-.929a.34.34 0 0 0-.342-.339m1.492 0h.935a.34.34 0 0 1 .341.34v.929a.34.34 0 0 1-.34.339h-.936a.34.34 0 0 1-.341-.34v-.929a.34.34 0 0 1 .34-.339m2.427-2.41h.935a.34.34 0 0 1 .341.338v.93a.34.34 0 0 1-.34.339h-.936a.34.34 0 0 1-.342-.34v-.929a.34.34 0 0 1 .342-.338m1.182-4.054v-.924a.604.604 0 0 0-.594-.614.604.604 0 0 0-.593.614v.924c0 .339.264.614.592.615a.605.605 0 0 0 .595-.615' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.bx-im-collab-header__link.--calendar:hover .bx-im-collab-header__link-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' fill='none' viewBox='0 0 22 23'%3E%3Cpath fill='%2300ace3' fill-rule='evenodd' d='M9.042 5.093v.974a.64.64 0 0 1-.628.651.64.64 0 0 1-.629-.651v-.974l.005-.085a.64.64 0 0 1 .628-.571.64.64 0 0 1 .624.656m5.832.706v.443c0 .734-.575 1.33-1.283 1.33s-1.282-.596-1.282-1.33V5.8H9.697v.443c0 .734-.574 1.33-1.283 1.33s-1.283-.596-1.283-1.33V5.8h-.985c-.874-.001-1.584.73-1.585 1.636q0 .067.005.136v8.86c0 .488.383.885.855.885h11.163c.473 0 .855-.397.855-.886v-8.86c.017-.934-.68-1.715-1.58-1.772zm-8.598 9.745h9.453V8.507H6.276zm5.235-5.45h-.935a.34.34 0 0 0-.341.338v.93a.34.34 0 0 0 .34.339h.936a.34.34 0 0 0 .341-.34v-.929a.34.34 0 0 0-.34-.338m-3.361 0h.935a.34.34 0 0 1 .341.339v.929a.34.34 0 0 1-.34.339H8.15a.34.34 0 0 1-.341-.339v-.93a.34.34 0 0 1 .34-.338m.934 2.41H8.15a.34.34 0 0 0-.341.34v.929a.34.34 0 0 0 .34.339h.936a.34.34 0 0 0 .342-.34v-.929a.34.34 0 0 0-.342-.339m1.492 0h.935a.34.34 0 0 1 .341.34v.929a.34.34 0 0 1-.34.339h-.936a.34.34 0 0 1-.341-.34v-.929a.34.34 0 0 1 .34-.339m2.427-2.41h.935a.34.34 0 0 1 .341.338v.93a.34.34 0 0 1-.34.339h-.936a.34.34 0 0 1-.342-.34v-.929a.34.34 0 0 1 .342-.338m1.182-4.054v-.924a.604.604 0 0 0-.594-.614.604.604 0 0 0-.593.614v.924c0 .339.264.614.592.615a.605.605 0 0 0 .595-.615' clip-rule='evenodd'/%3E%3C/svg%3E");
}
/* End compact mode */

.bx-im-collab-header__links-container.--highlight {
	position: relative;
}

.bx-im-collab-header__links-container.--highlight::after {
	content: '';
	position: absolute;
	inset: -6px;
	border-radius: inherit;
	background: conic-gradient(#1BCE7B, #7CFFC2, #1BCE7B);
	padding: 2px;
	-webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
	        mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
	/* @chef-ignore */
	-webkit-mask-composite: xor;
	        mask-composite: exclude;
	pointer-events: none;
}

.bx-im-copilot-header__container {
	--im-copilot-header__font-color_subtitle: var(--im-color-palette-gray-60);
}

.bx-im-copilot-header__info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
}

.bx-im-copilot-header__avatar {
	margin-right: 10px;
}

.bx-im-copilot-header__subtitle {
	font: var(--im-font-size-md) var(--im-font-family-system);
	font-weight: var(--im-font-weight-normal);
	color: var(--im-copilot-header__font-color_subtitle);
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.bx-im-copilot-header__subtitle.--click {
	cursor: pointer;
}

.bx-im-copilot-header__container .bx-im-chat-header__icon.--add-people.--active {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='14' fill='none' viewBox='0 0 19 14'%3E%3Cpath fill='%2300ade3' d='m12.582 10.49.273 1.521a.96.96 0 0 1-.624 1.086c-1.612.543-3.423.864-5.341.903h-.794c-1.922-.04-3.737-.361-5.352-.906a.97.97 0 0 1-.637-1.059c.06-.434.124-.875.19-1.12.237-.872 1.567-1.52 2.79-2.018.32-.13.514-.234.709-.34a7 7 0 0 1 .698-.336q.054-.241.043-.488l.542-.061s.071.123-.043-.598c0 0-.609-.149-.637-1.296 0 0-.458.144-.486-.55a1.7 1.7 0 0 0-.08-.4c-.086-.305-.164-.58.232-.818l-.286-.72S3.48.504 4.796.73c-.534-.8 3.974-1.467 4.274.987.117.74.117 1.49 0 2.23 0 0 .673-.073.224 1.139 0 0-.248.872-.628.676 0 0 .061 1.102-.537 1.289 0 0 .043.586.043.626l.5.07s-.015.49.085.543c.456.28.956.49 1.483.627 1.553.373 2.342 1.013 2.342 1.573m1.482-8.89h1.952V4h2.5v1.967h-2.5v2.52h-1.952v-2.52h-2.38V3.999h2.38z'/%3E%3C/svg%3E");
	opacity: 1;
}

.bx-im-copilot-header__container .bx-im-chat-header__icon.--panel.--active {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' fill='none' viewBox='0 0 15 14'%3E%3Cpath fill='%2300ade3' fill-rule='evenodd' d='M3.273 0A3.273 3.273 0 0 0 0 3.273v7.454A3.273 3.273 0 0 0 3.273 14h8.454A3.273 3.273 0 0 0 15 10.727V3.273A3.273 3.273 0 0 0 11.727 0zM1.696 3.432c0-.96.777-1.736 1.736-1.736h8.136c.959 0 1.736.777 1.736 1.736v7.136c0 .959-.777 1.736-1.736 1.736H3.432a1.736 1.736 0 0 1-1.736-1.736zM8 4.09C8 3.488 8.488 3 9.09 3h1.819A1.09 1.09 0 0 1 12 4.09v5.818c0 .603-.489 1.091-1.091 1.091H9.091A1.09 1.09 0 0 1 8 9.91z' clip-rule='evenodd'/%3E%3C/svg%3E");
	opacity: 1;
}
.bx-im-copilot-add-to-chat-hint__scope {
	--im-copilot-add-to-chat-hint__color_hide-button: var(--im-color-accent-purple);

	padding: 20px 10px;
	font-size: var(--im-font-size-md);
	font-family: var(--im-font-family-system);
	line-height: var(--im-font-line-height-2xs);
}

.bx-im-copilot-add-to-chat-hint__title {
	font-weight: var(--im-font-weight-bold);
}

.bx-im-copilot-add-to-chat-hint__hide {
	font: inherit;
	color: var(--im-copilot-add-to-chat-hint__color_hide-button);
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}
.bx-im-copilot-textarea__left-buttons {
	display: flex;
	flex: 1;
	align-items: center;
	gap: 8px;
	overflow: hidden;

}

.bx-im-copilot-textarea__left-buttons .ui-chip {
	max-width: 200px;
}

.bx-im-copilot-agent-mode-button__container {
	margin-left: auto;
}

.bx-im-task-comments-card__container {
	position: relative;
	left: -1px;
	min-width: 567px;
	width: 567px;
	height: 100%;
	border-left: 1px solid var(--ui-color-gray-15);
	background-color: var(--ui-color-bg-content-tertiary);
	z-index: 20;
}
.bx-im-embedded-chat-start__container {
	--im-embedded-chat-start__background-color_content: rgba(var(--im-color-palette-white-base-rgb), 0.86);
	--im-embedded-chat-start__background-color_invite-border: rgba(var(--im-color-palette-black-solid-rgb), 0.08);
	--im-embedded-chat-start__background-color_invite-action: #0154c8;
	--im-embedded-chat-start__background-color_invite-action-hover: #0143bd;
	--im-embedded-chat-start__background-color_invite-action-underline: rgba(1, 84, 200, 0.28);
	--im-embedded-chat-start__font-color_title: var(--im-color-palette-gray-90);
	--im-embedded-chat-start__font-color_separator: var(--im-color-palette-gray-70);

	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--im-embedded-chat-start__background-color_content);
	-webkit-backdrop-filter: blur(24px);
	        backdrop-filter: blur(24px);
}

.bx-im-embedded-chat-start__title {
	max-width: 80%;
	text-align: center;
	font: 19px/26px var(--im-font-family-system);
	font-weight: var(--im-font-weight-medium);
	color: var(--im-embedded-chat-start__font-color_title);
}

.bx-im-embedded-chat-start__image {
	width: 320px;
	height: 212px;
	margin-bottom: 18px;
	background-image: url("images/components/openers/chat/components/empty-state/chat/css/images/marshmallow.png");
	background-size: cover;
}

.bx-im-embedded-chat-start__separator_text {
	margin-top: 8px;
	margin-bottom: 14px;
	font: var(--im-font-size-md)/19px var(--im-font-family-system);
	color: var(--im-embedded-chat-start__font-color_separator);
	text-align: center;
}

.bx-im-embedded-chat-start__invite {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px 12px 20px;
	font: var(--im-font-size-md)/19px var(--im-font-family-system);
	font-weight: var(--im-font-weight-medium);
	color: var(--im-embedded-chat-start__background-color_invite-action);
	text-decoration: underline;
	text-decoration-style: dashed;
	text-decoration-color: var(--im-embedded-chat-start__background-color_invite-action-underline);
	text-underline-offset: 4px;
	border-radius: 512px;
	border: 1px solid var(--im-embedded-chat-start__background-color_invite-border);
	cursor: pointer;

	transition: color 0.2s;
}

.bx-im-embedded-chat-start__invite:hover {
	color: var(--im-embedded-chat-start__background-color_invite-action-hover);
}
.bx-im-embedded-promo-start__container {
	--im-embedded-promo-start__background-color_content: rgba(var(--im-color-palette-white-base-rgb), 0.86);
	--im-embedded-promo-start__background-color_feature-icon: rgba(var(--im-color-palette-white-base-rgb), 0.8);
	--im-embedded-promo-start__background-color_feature-icon-shadow: rgba(var(--im-color-palette-black-base-rgb), 0.1);
	--im-embedded-promo-start__background-color_feature-icon-ai: #f7f1fe;
	--im-embedded-promo-start__background-color_invite-border: rgba(var(--im-color-palette-black-solid-rgb), 0.08);
	--im-embedded-promo-start__background-color_invite-action: #0154c8;
	--im-embedded-promo-start__background-color_invite-action-hover: #0143bd;
	--im-embedded-promo-start__background-color_invite-action-underline: rgba(1, 84, 200, 0.28);
	--im-embedded-promo-start__font-color_title: var(--im-color-palette-black-base);
	--im-embedded-promo-start__font-color_title-highlight: var(--im-color-accent-main-primary);
	--im-embedded-promo-start__font-color_tool: var(--im-color-palette-gray-70);
	--im-embedded-promo-start__font-color_feature: var(--im-color-palette-black-base);
	--im-embedded-promo-start__font-color_invite: var(--im-color-palette-gray-90);

	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--im-embedded-promo-start__background-color_content);
	-webkit-backdrop-filter: blur(24px);
	        backdrop-filter: blur(24px);
}

/* Title and tools */
.bx-im-embedded-promo-start__title {
	max-width: 80%;
	text-align: center;
	margin-bottom: 18px;
	font: 25px/33px var(--im-font-family-system);
	font-weight: var(--im-font-weight-medium);
	color: var(--im-embedded-promo-start__font-color_title);
}

.bx-im-embedded-promo-start__tools {
	display: flex;
	flex-wrap: wrap;
	max-width: 80%;
	margin-bottom: 32px;
}

.bx-im-embedded-promo-start__tools_item {
	font: var(--im-font-size-sm)/17px var(--im-font-family-system);
	color: var(--im-embedded-promo-start__font-color_tool);
	margin-right: 24px;
}

.bx-im-embedded-promo-start__tools_item:last-of-type {
	margin-right: 0;
}

/* Features and image */
.bx-im-embedded-promo-start__content {
	display: flex;
}

.bx-im-embedded-promo-start__features {
	padding-top: 30px;
	margin-right: 28px;
}

.bx-im-embedded-promo-start__feature_item {
	display: flex;
	align-items: center;
	max-width: 430px;
	margin-bottom: 16px;
}

.bx-im-embedded-promo-start__feature_item:last-child {
	margin-bottom: 0;
}

.bx-im-embedded-promo-start__feature_icon {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	margin-right: 12px;
	border-radius: 50%;
	background-color: var(--im-embedded-promo-start__background-color_feature-icon);
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 1px 2px 0 var(--im-embedded-promo-start__background-color_feature-icon-shadow);
}

.bx-im-embedded-promo-start__feature_icon.--people {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%230075ff' fill-rule='evenodd' d='M10.16 5.582C7.63 7.39 8.47 12.5 12.043 12.5c4.29 0 4.66-7.5 0-7.5-.655 0-1.463.283-1.883.582m1.282.93a2 2 0 0 0-.468.21c-.684.488-1.048 1.57-.795 2.688.24 1.057.91 1.69 1.864 1.69.617 0 1.054-.251 1.374-.649.344-.429.566-1.057.582-1.736s-.174-1.279-.487-1.677c-.282-.359-.724-.638-1.47-.638-.144 0-.361.035-.6.112m-3.605.22c-.455.038-.967.231-1.247.435-1.888 1.373-1.262 5.258 1.405 5.258q.173 0 .335-.022c-.065-.24-.218-.804-.367-1.379-.469-.013-.857-.32-1.012-1.017-.17-.768.094-1.44.462-1.707q.005-.006.068-.037.028-.014.061-.028c.03-.508.126-1.018.295-1.504m-2.811 6.78c.69-.434 1.493-.634 2.265-.705l-.004.124a.8.8 0 0 1-.135.465c-.162.222-.396.476-.661.764l-.292.32a3 3 0 0 0-.428.217c-.481.302-.871.778-1.013 1.578h.12c-.225.43-.396.897-.467 1.4h-.036c-.582 0-1.107-.484-1.06-1.127.107-1.456.766-2.443 1.71-3.037m10.968-1.088c3.105 0 3.458-5.364.302-5.685.163.493.251 1.009.272 1.52.1.06.174.133.235.212.178.23.307.61.296 1.07-.011.458-.16.865-.365 1.125a.87.87 0 0 1-.675.357q-.085.287-.164.542v.002a14 14 0 0 0-.24.835q.164.022.339.022m.714.506-.009-.124c.775.07 1.582.27 2.275.705.945.594 1.604 1.58 1.71 3.037.048.643-.477 1.127-1.059 1.127h-.036a4.3 4.3 0 0 0-.466-1.4h.12c-.143-.8-.532-1.276-1.013-1.578a3 3 0 0 0-.427-.217q-.152-.168-.294-.321a10 10 0 0 1-.66-.764.84.84 0 0 1-.14-.465M12 13c-1.353 0-2.86.215-4.086.918-1.268.728-2.19 1.954-2.342 3.824C5.514 18.46 6.102 19 6.75 19h10.5c.65 0 1.236-.54 1.178-1.258-.151-1.87-1.073-3.096-2.341-3.824C14.86 13.215 13.354 13 12 13m3.39 2.133c.828.474 1.448 1.227 1.615 2.467H6.995c.168-1.24.788-1.993 1.616-2.467.924-.53 2.15-.733 3.39-.733 1.238 0 2.465.203 3.39.733' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.bx-im-embedded-promo-start__feature_icon.--shield {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%230075ff' fill-rule='evenodd' d='M12.107 4.2c2.359-.006 4.73.407 6.564 1.305.403.197.637.6.656 1.01.26 5.537-1.232 8.992-2.963 11.106-1.72 2.1-3.62 2.806-4.08 2.953a.94.94 0 0 1-.57.002c-.46-.143-2.349-.831-4.064-2.925-1.725-2.107-3.216-5.564-2.983-11.135a1.19 1.19 0 0 1 .71-1.043c1.947-.841 4.367-1.267 6.73-1.273M6.06 6.704c-.192 5.2 1.208 8.27 2.673 10.06 1.33 1.623 2.762 2.25 3.261 2.43.503-.186 1.95-.827 3.287-2.46 1.472-1.798 2.87-4.866 2.653-10.03-1.57-.737-3.66-1.11-5.824-1.104-2.162.006-4.332.388-6.05 1.104m9.62 2.85a.7.7 0 0 1-.003.99l-3.54 3.517a.7.7 0 0 1-.962.023l-1.987-1.795a.7.7 0 1 1 .938-1.04l1.495 1.351 3.069-3.05a.7.7 0 0 1 .99.003' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.bx-im-embedded-promo-start__feature_icon.--ai {
	background-color: var(--im-embedded-promo-start__background-color_feature-icon-ai);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23853af5' fill-rule='evenodd' d='M6.357 3.865a.7.7 0 0 1 .7.7v.685h.685a.7.7 0 0 1 0 1.4h-.685v.686a.7.7 0 1 1-1.4 0V6.65H4.97a.7.7 0 0 1 0-1.4h.686v-.685a.7.7 0 0 1 .7-.7m4.906 1.037c.29-.783 1.398-.783 1.688 0l1.507 4.072a1.3 1.3 0 0 0 .768.768l4.072 1.507c.783.29.783 1.398 0 1.688l-4.072 1.507a1.3 1.3 0 0 0-.768.768l-1.507 4.072c-.29.783-1.398.783-1.688 0l-1.507-4.072a1.3 1.3 0 0 0-.768-.768l-4.072-1.507c-.783-.29-.783-1.398 0-1.688l4.072-1.507a1.3 1.3 0 0 0 .768-.768zm.844 1.753L11.069 9.46a2.7 2.7 0 0 1-1.595 1.595l-2.805 1.038 2.805 1.038a2.7 2.7 0 0 1 1.595 1.595l1.038 2.805 1.038-2.805a2.7 2.7 0 0 1 1.595-1.595l2.805-1.038-2.805-1.038a2.7 2.7 0 0 1-1.595-1.595zm5.278 9.878a.7.7 0 0 1 .7.7v.683h.68a.7.7 0 1 1 0 1.4h-.68v.682a.7.7 0 1 1-1.4 0v-.682h-.683a.7.7 0 1 1 0-1.4h.683v-.683a.7.7 0 0 1 .7-.7' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.bx-im-embedded-promo-start__feature_icon.--invite {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%2310b769' fill-rule='evenodd' d='M10.743 5.19c.08-.06.276-.167.553-.258a2.4 2.4 0 0 1 .696-.133c.85 0 1.378.33 1.724.784.38.497.602 1.233.582 2.052-.02.818-.278 1.581-.688 2.108-.386.494-.907.795-1.618.795-1.11 0-1.915-.774-2.199-2.067-.295-1.345.126-2.674.95-3.281m1.249 6.748c-3.945 0-4.872-5.82-2.079-7.876.464-.34 1.355-.663 2.079-.663 5.145 0 4.736 8.539 0 8.539M7.56 15.516c-.789.743-1.19 1.71-1.315 2.683h6.828a.7.7 0 1 1 0 1.4H6c-.646 0-1.236-.535-1.178-1.255.107-1.324.614-2.75 1.779-3.848C7.772 13.394 9.531 12.7 12 12.7q.888.001 1.655.116a.7.7 0 0 1-.205 1.385q-.657-.099-1.45-.1c-2.202 0-3.587.613-4.44 1.416M17 13.199a.7.7 0 0 1 .7.7v1.8h1.8a.7.7 0 1 1 0 1.4h-1.8v1.8a.7.7 0 1 1-1.4 0v-1.8h-1.8a.7.7 0 1 1 0-1.4h1.8v-1.8a.7.7 0 0 1 .7-.7' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.bx-im-embedded-promo-start__feature_text {
	font: var(--im-font-size-lg)/20px var(--im-font-family-system);
	color: var(--im-embedded-promo-start__font-color_feature);
	word-break: break-word;
}

.bx-im-embedded-promo-start__invite_item {
	max-width: 430px;
	margin-top: 22px;
	padding: 10px 18px 12px 20px;
	font: var(--im-font-size-md)/22px var(--im-font-family-system);
	white-space: pre-wrap;
	color: var(--im-embedded-promo-start__font-color_invite);
	border-radius: 512px;
	border: 1px solid var(--im-embedded-promo-start__background-color_invite-border);
}

.bx-im-embedded-promo-start__invite-action {
	font-weight: var(--im-font-weight-medium);
	color: var(--im-embedded-promo-start__background-color_invite-action);
	text-decoration: underline;
	text-decoration-style: dashed;
	text-decoration-color: var(--im-embedded-promo-start__background-color_invite-action-underline);
	text-underline-offset: 4px;
	cursor: pointer;

	transition: color 0.2s;
}

.bx-im-embedded-promo-start__invite-action:hover {
	color: var(--im-embedded-promo-start__background-color_invite-action-hover);
}

.bx-im-embedded-promo-start__image {
	width: 380px;
	height: 252px;
	background-image: url("images/components/openers/chat/components/empty-state/chat/css/images/marshmallow.png");
	background-size: cover;
}

@media (max-width: 1550px) {
	.bx-im-embedded-promo-start__content {
		flex-direction: column-reverse;
	}

	.bx-im-embedded-promo-start__image {
		margin-bottom: 22px;
	}

	.bx-im-embedded-promo-start__features {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 0;
	}

	.bx-im-embedded-promo-start__tools {
		justify-content: center;
	}
}
.bx-im-content-ai-assistant-empty-state__container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 10%;
	box-sizing: border-box;
}

.bx-im-content-ai-assistant-empty-state__container .bx-im-ai-assistant-empty-state-view__scope {
	--bx-im-ai-assistant-empty-state-view-align-items: center;
	--bx-im-ai-assistant-empty-state-view-title-text-align: center;
	--bx-im-ai-assistant-empty-state-view-title-margin-bottom: 24px;

	max-width: 640px;
}

.bx-im-ai-assistant-empty-state-view__scope {
	--bx-im-ai-assistant-empty-state-view-align-items: stretch;
	--bx-im-ai-assistant-empty-state-view-gap: 0;

	--bx-im-ai-assistant-empty-state-view-title-text-align: start;
	--bx-im-ai-assistant-empty-state-view-title-margin-bottom: 0;
}

.bx-im-ai-assistant-empty-state-view {
	display: flex;
	flex-direction: column;
	width: 100%;
	box-sizing: border-box;
	align-items: var(--bx-im-ai-assistant-empty-state-view-align-items);
	gap: var(--bx-im-ai-assistant-empty-state-view-gap);
}

.bx-im-ai-assistant-empty-state-view__title {
	margin: 0 0 var(--bx-im-ai-assistant-empty-state-view-title-margin-bottom);
	font-family: var(--im-font-family-system);
	font-weight: 600;
	font-size: var(--im-font-size-4xl);
	color: var(--ui-color-base-white-fixed);
	text-align: var(--bx-im-ai-assistant-empty-state-view-title-text-align);
}

.bx-im-ai-assistant-empty-state-view__textarea {
	width: 100%;
	margin-bottom: 16px;
}

.bx-im-ai-assistant-empty-state-view__suggestions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--ui-space-inset-2xs2);
	width: 100%;
}

.bx-im-ai-assistant-suggestion {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	border: 0;
	min-width: 0;
	cursor: pointer;
	white-space: nowrap;
	font-family: var(--im-font-family-system);

	transition: background-color .15s ease, color .15s ease;
}

.bx-im-ai-assistant-suggestion.--overlay {
	--bx-im-ai-assistant-suggestion-height: 28px;

	height: var(--bx-im-ai-assistant-suggestion-height);
	padding: 0 var(--ui-space-inset-xs2);
	border-radius: var(--ui-border-radius-pill);

	background-color: var(--ui-color-chat-overall-overlay);
	color: var(--ui-color-base-white-fixed);
	box-shadow:
		var(--ui-box-shadow-chips-default-x)
		var(--ui-box-shadow-chips-default-y)
		1px
		var(--ui-box-shadow-chips-default-spread)
		var(--ui-box-shadow-chips-default-color);

	font-size: var(--im-font-size-md);
	font-weight: 400;
	line-height: var(--bx-im-ai-assistant-suggestion-height);
}

.bx-im-ai-assistant-suggestion.--overlay:hover {
	background-color: var(--ui-color-chat-overall-overlay);
	background-image: linear-gradient(
		var(--ui-color-bg-state-hover-default),
		var(--ui-color-bg-state-hover-default)
	);
	color: var(--ui-color-base-white-fixed);
}

.bx-im-ai-assistant-suggestion.--gradient {
	padding: var(--ui-space-inset-2xs) var(--ui-space-inset-xs2);
	border-radius: var(--ui-border-radius-pill);

	background: linear-gradient(
		251deg,
		var(--ui-color-design-tinted-bitrix-gpt-bg-gradient-1) 1.77%,
		var(--ui-color-design-tinted-bitrix-gpt-bg-gradient-2) 14.06%,
		var(--ui-color-design-tinted-bitrix-gpt-bg-gradient-3) 48.82%,
		var(--ui-color-design-tinted-bitrix-gpt-bg-gradient-4) 98.35%
	);
	box-shadow: none;

	font-size: var(--im-font-size-xs);
	font-weight: 500;
	line-height: 15px;
}

.bx-im-ai-assistant-suggestion.--gradient .bx-im-ai-assistant-suggestion__text {
	display: inline-block;

	background-image: linear-gradient(
		251deg,
		var(--ui-color-design-tinted-bitrix-gpt-content-gradient-5) 1.67%,
		var(--ui-color-design-tinted-bitrix-gpt-content-gradient-4) 21.82%,
		var(--ui-color-design-tinted-bitrix-gpt-content-gradient-3) 52.44%,
		var(--ui-color-design-tinted-bitrix-gpt-content-gradient-2) 76.41%,
		var(--ui-color-design-tinted-bitrix-gpt-content-gradient-1) 97.21%
	);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.bx-im-ai-assistant-suggestion.--gradient:hover {
	filter: brightness(0.97);
}

.bx-im-content-copilot-empty-state__container {
	--im-content-copilot-empty-state__background-color_container: rgba(var(--im-color-palette-gray-90-rgb), 0.1);
	--im-content-copilot-empty-state__font-color_text: var(--im-color-palette-white-base);

	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bx-im-content-copilot-empty-state__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 549px;
	padding: 40px 32px;
	border-radius: 28px;
	background-color: var(--im-content-copilot-empty-state__background-color_container);
}

.bx-im-content-copilot-empty-state__icon {
	width: 120px;
	height: 120px;
	margin-bottom: 32px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='121' height='120' fill='none' viewBox='0 0 121 120'%3E%3Ccircle cx='60.5' cy='60' r='59' stroke='%23fff' stroke-width='2' opacity='.3'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M60.64 76.694c9.17 0 16.605-7.434 16.605-16.605S69.81 43.484 60.639 43.484c-9.17 0-16.605 7.434-16.605 16.605S51.47 76.694 60.64 76.694m-2.655-29.038a.465.465 0 0 0-.871 0l-1.653 4.467a4.65 4.65 0 0 1-2.745 2.745l-4.467 1.653a.465.465 0 0 0 0 .871l4.467 1.653a4.65 4.65 0 0 1 2.745 2.745l1.653 4.467c.15.404.722.404.871 0l1.653-4.467a4.65 4.65 0 0 1 2.745-2.745l4.467-1.653a.465.465 0 0 0 0-.871l-4.467-1.653a4.65 4.65 0 0 1-2.745-2.745zm9.49 12.908a.268.268 0 0 0-.504 0l-.955 2.581a2.68 2.68 0 0 1-1.586 1.586l-2.58.955a.268.268 0 0 0 0 .504l2.58.955a2.68 2.68 0 0 1 1.586 1.586l.955 2.581a.268.268 0 0 0 .504 0l.955-2.581a2.68 2.68 0 0 1 1.586-1.586l2.58-.955a.268.268 0 0 0 0-.504l-2.58-.955a2.68 2.68 0 0 1-1.586-1.586z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M84.532 61.097c1.632.07 2.915 1.455 2.668 3.07-1.968 12.9-13.11 22.784-26.561 22.784-14.84 0-26.87-12.03-26.87-26.87s12.03-26.87 26.87-26.87c7.07 0 13.501 2.73 18.299 7.193 1.198 1.115 1.05 3-.19 4.068s-3.096.91-4.326-.166a20.87 20.87 0 0 0-13.784-5.173c-11.57 0-20.95 9.38-20.95 20.95s9.38 20.95 20.95 20.95c10.262 0 18.801-7.378 20.601-17.12.297-1.609 1.658-2.887 3.293-2.816'/%3E%3C/svg%3E");
}

.bx-im-content-copilot-empty-state__text {
	margin-bottom: 32px;
	font: var(--im-font-size-4xl) var(--im-font-family-system);
	color: var(--im-content-copilot-empty-state__font-color_text);
	text-align: center;
	white-space: pre-line;
}

.bx-im-content-comments__container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 111;
}

.comments-content-enter-active,
.comments-content-leave-active {
	transition: all 0.3s;
}

.comments-content-enter-from,
.comments-content-leave-to {
	transform: translateX(100%);
}

.comments-content-enter-to,
.comments-content-leave-from {
	transform: translateX(0);
}

.bx-im-content-comments__loader {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #fff;
}
.bx-im-comment-header__container {
	--im-comment-header__font-color_title: var(--im-color-palette-black-base);
	--im-comment-header__font-color_subtitle: var(--im-color-palette-gray-60);
}

.bx-im-comment-header__back {
	width: 24px;
	height: 24px;
	margin-right: 12px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23525c69' fill-rule='evenodd' d='m15.861 17.658-4.527-4.528L10.2 12l1.134-1.129 4.527-4.527-1.597-1.597L7.01 12l7.254 7.254z' clip-rule='evenodd'/%3E%3C/svg%3E");
	background-position: center;
	cursor: pointer;
	opacity: 0.35;
	transition: opacity 0.2s ease;
}

.bx-im-comment-header__back:hover {
	opacity: 0.7;
}

.bx-im-comment-header__title {
	height: 20px;
	font: var(--im-font-size-lg)/18px var(--im-font-family-system);
	color: var(--im-comment-header__font-color_title);
	margin-bottom: 3px;
}

.bx-im-comment-header__subtitle {
	display: flex;
	align-items: center;
}

.bx-im-comment-header__subtitle_avatar {
	margin-right: 6px;
}

.bx-im-comment-header__subtitle_text {
	font: var(--im-font-size-md)/16px var(--im-font-family-system);
	color: var(--im-comment-header__font-color_subtitle);
}
.bx-im-comments-header-follow__container {
	--im-comments-header-follow__background-color_border: var(--im-color-palette-gray-10);
	--im-comments-header-follow__font-color: var(--im-color-palette-gray-70);

	height: 20px;
	display: flex;
	align-items: center;
	margin-right: 14px;
	padding: 2px 2px 2px 10px;
	border: 1px solid var(--im-comments-header-follow__background-color_border);
	border-radius: 98px;
	cursor: pointer;
}

/* 12px gray70 500w */

.bx-im-comments-header-follow__text {
	margin-right: 8px;
	font: var(--im-font-size-xs) var(--im-font-family-system);
	font-weight: var(--im-font-weight-medium);
	color: var(--im-comments-header-follow__font-color);
}
.bx-im-comments-message-list__channel-post {
	padding-top: 12px;
}
.bx-im-comments-dialog-loader__container {
	--im-comments-dialog-loader__background-color_spinner: rgba(var(--im-color-palette-white-base-rgb), 0.3);
	width: 100%;
	height: 100%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 32px 0;
}

.bx-im-comments-dialog-loader__spinner {
	width: 76px;
	height: 76px;
	margin-bottom: 32px;

	border-radius:50%;
	border-top: 3px solid var(--im-comments-dialog-loader__background-color_spinner);
	border-right: 3px solid var(--im-comments-dialog-loader__background-color_spinner);
	border-bottom: 3px solid var(--im-comments-dialog-loader__background-color_spinner);
	border-left: 3px solid transparent;
	animation: spinner-animation 1s infinite linear;
}

@keyframes spinner-animation {
	to {
		transform: rotate(1turn)
	}
}