/* @override 
	https://www.axisoffice.com/static/frontend/Mgs/claue/en_US/NS_AiChatbot/css/chatbot.css */


#chatlog {
	font-family: Arial, sans-serif;
	padding: 10px;
}
#chatlog::after {
	content: "";
	display: table;
	clear: both;
}

.pe-7s-chat {
	font-weight: bold !important;
	font-size: 32px !important;
	position: relative;

	left: -12px;
}
.chatbutton {
	
	font-size: 15px;
	display: inline-block;
	position: relative;
	
	right: -13px;
	top: 3px;
}
.aisvg {
	display: inline-block;
	position: absolute;
	left: 2px;
	max-width: 45px;
	top: -7px;
}

.chat-user,
.chat-bot {
	max-width: 90%;
	padding: 10px 15px;
	margin: 10px 0;
	border-radius: 20px;
	display: inline-block;
	clear: both;
	word-wrap: break-word;
	line-height: 1.5;
	font-size: 14px;
}

/* User bubble - right aligned, blue */
.chat-user {
	background-color: #d0eaff;
	padding: 10px;
	margin: 6px 0;
	border-radius: 15px;
	text-align: left;
	max-width: 80%;
	margin-left: auto;
}

.chat-bot {
	background-color: #f2f2f2;
	padding: 10px;
	margin: 6px 0;
	border-radius: 15px;
	text-align: left;
	max-width: 80%;
	margin-right: auto;
}
.chat-link {
	color: blue;
	text-decoration: underline;
}
.chat-link:hover {
	color: red;
}
#chatbot-toggle {
	position: relative;
	background: rgb(1, 175, 232);
	border-radius: 50px; /* Adjust as needed for desired oval shape */
	padding: 0 10px; 
	max-height: 38px !important;
height: 38px !important;
	width: 134px !important;
	bottom: 33px !important;
}
#chatbot-toggle:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 50%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: rgb(1, 175, 232);
	border-bottom: 0;
	border-left: 0;
	margin-left: -5px;
	margin-bottom: -10px;
}
#chatbot-toggle:hover {
	background-color: #0056b3;
}
#chatbot-toggle:hover:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 50%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #0056b3;
	border-bottom: 0;
	border-left: 0;
	margin-left: -5px;
	margin-bottom: -10px;
}

#chatbot-open-btn{
	background-color:transparent !important;
	max-height: 60px !important;
	width: 100% !important;
}
#chatlog a {
	color: #007BFF; /* Bootstrap-style blue */
	text-decoration: underline;
	transition: color 0.2s ease-in-out;
}

#chatlog a:hover {
	color: #FF0000; /* Red on hover */
}
@media (max-width: 992px) {
 .pe-7s-chat {
	font-weight: bold !important;
	font-size: 27px !important;
	position: relative !important;
vertical-align: middle;
	left: -12px;
}

.chatbutton {
	
	font-size: 15px;
	display: inline-block;
	position: relative;
	right: -9px;
}
.aisvg {
	display: inline-block;
	position: absolute;
	left: 2px;
	max-width: 45px;
	top: -7px;
}
#chatbot-toggle {
	position: relative;
	background: rgb(1, 175, 232);
	border-radius: 50px; /* Adjust as needed for desired oval shape */
	padding: 0 10px; 
	
	width: 130px !important;
	bottom: 33px !important;
}
  
}
