iframe.embeddedMessagingFrame {
	position: fixed;
	left: 0 !important;
	right: auto !important;
	z-index: 0;
}

iframe.embeddedMessagingFrame.isMaximized {
	z-index: 10;
	bottom: 0;
}

iframe.embeddedMessagingFrame.isMinimized {
	bottom: -52px;
	left: -260px !important;
	z-index: 0;
}
.embeddedMessagingConversationButton {
	display: none !important;
}