#chatbotIframe {
	position: fixed;
	right: 20px;
	bottom: 0px;
	border: 0px;
}

.chatbot_min {
	height: 105px;
	width: 90px;
	max-height: 105px;
	min-height: 105px;
}

.chatbot_closed {
	height: 0px;
	width: 0px;
	max-height: 0px;
}

.chatbot_max {
	max-height: calc(100vh - 125px);
	width: 415px !important;
	min-height: 290px;
}