.bx-im-elements-send-button {
	--im-textarea__background-color_send-button: #00ace3;
	--im-textarea__background-color_send-button-channel: var(--im-color-accent-turquoise);
	--im-textarea__background-color_send-button-copilot: var(--im-color-palette-copilot-primary);

	width: 36px;
	height: 36px;
	background-color: var(--im-textarea__background-color_send-button);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.79' d='M7.785 8.156l1.852 7.867a1 1 0 01-.003.469l-1.823 7.393c-.305 1.236.97 2.266 2.114 1.707l16.422-8.017c1.11-.543 1.125-2.12.025-2.684L9.929 6.477c-1.138-.583-2.436.434-2.144 1.679z' fill='%23fff'/%3E%3Cpath d='M9.925 25.593l16.422-8.018c.556-.272.837-.803.842-1.336H9.663a1 1 0 01-.029.253l-1.823 7.393c-.305 1.236.97 2.266 2.114 1.707z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 26px 26px;
	border-radius: 50%;
	cursor: pointer;
	flex-shrink: 0;
}

.bx-im-elements-send-button.--edit {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.168 22.22a.3.3 0 01-.42 0l-6.91-6.734a.4.4 0 010-.573l2.022-1.97a.4.4 0 01.558 0l4.54 4.424L21.582 7.013a.4.4 0 01.559 0l2.021 1.97a.4.4 0 010 .573L11.168 22.221z' fill='%23fff'/%3E%3C/svg%3E");
}

.bx-im-elements-send-button.--disabled {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.6' fill='%23fff'%3E%3Cpath opacity='.79' d='M7.785 8.156l1.852 7.867a1 1 0 01-.003.469l-1.823 7.393c-.305 1.236.97 2.266 2.114 1.707l16.422-8.017c1.11-.543 1.125-2.12.025-2.684L9.929 6.477c-1.138-.583-2.436.434-2.144 1.679z'/%3E%3Cpath d='M9.925 25.593l16.422-8.018c.556-.272.837-.803.842-1.336H9.663a1 1 0 01-.029.253l-1.823 7.393c-.305 1.236.97 2.266 2.114 1.707z'/%3E%3C/g%3E%3C/svg%3E");
}

.bx-im-elements-send-button.--channel,
.bx-im-elements-send-button.--openChannel,
.bx-im-elements-send-button.--generalChannel {
	background-color: var(--im-textarea__background-color_send-button-channel);
}

.bx-im-elements-send-button.--copilot {
	background-color: var(--im-textarea__background-color_send-button-copilot);
}
