﻿/* --------------------------------CHATBOT STYLE(S)-------------------------------- */
#chat-widget-container {
	/*width: 320px !important;*/
	/*max-width: 300px !important;*/
	right: -3px !important;
	z-index: 100 !important;
}
#livechat-eye-catcher {
	box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 50%) !important;
	/*
	filter: drop-shadow(0px 5px 4px rgba(60 60 60 / 55%));
	-webkit-filter: drop-shadow(0px 5px 4px rgba(60 60 60 / 55%));
	*/
	z-index: 100 !important;
}
#livechat-eye-catcher-img img {
  height:100%;
  width:100%
}
#citibot-chat-frame {z-index: 100 !important;}
@media (max-width: 800px) {
	#citibot_support_chat .launcherImg {
		width:70%;
	}
	#citibot_support_chat .launcherImg img {
		height:70%;
		width:70%;
	}
}