
#mov-floatingAichatBox {
	position:fixed;
	bottom: 10px;
	box-sizing: border-box;
	width: 90%;
	max-width: 380px;
}

#mov-aichatChatBox{
	display: none;
	box-sizing: border-box;
	background-color: white;
	color: black;
	margin-bottom: 20px;
	height: 420px;
	padding: 10px;
	border-radius: 12px;
}
#mov-aichatHistoryMsgg{
	display: none;
	box-sizing: border-box;
	height: 348px;
	padding: 8px;
	font-size: 0.8em;
	overflow: auto;
	border-radius: 0.25rem;
	border: 1px solid #eee;
}

#mov-aichatRequestBox{
	display: none;
	align-items: flex-end;
	justify-content: space-between;
	min-height: 28px;
	background-color: white;
}

#mov-aichatRequestTextBox{
	width: 100%;
	margin-top: 5px;
}

#mov-aichatRequestText{
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.2px;
	overflow-x: hidden;
	overflow-y: hidden;
	resize: none;
	outline: none;
	border: 1px solid #eee;
	border-radius: 0.25rem;
	padding: 4px;
	margin: 0;
	/* background: transparent; */
}

#mov-aichatRequestBtnAsk{
	flex-shrink: 0;
	height: 28px;
	margin-left: 16px;
}

#mov-aichatBtnShow{
	border-radius: 50px;
	/* box-shadow: 3px 3px 2px #e8e8e844; */
	padding: 10px 8px 10px 8px;
	width: 180px;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	font-size: medium;
	line-height: 20px;
}

#mov-aichatWelcome{
	text-align: center;
	font-size: 16px;
}
#mov-aichatWelcomeTitle{
	width: 100%;
	margin: 28px 0;
	line-height: 25px;
}
#mov-aichatWelcomeImg > img{
	height: 100px;
	margin-top: 20px;
}
#mov-aichatWelcomeBtnStart{
	box-sizing: border-box;
	width: 100%;
	border-radius: 10px;
	/* box-shadow: 3px 3px 2px #e8e8e844; */
	padding: 10px 8px 10px 8px;
	cursor: pointer;
	color: #ffffff;
	font-size: medium;
	line-height: 20px;
	margin-top: 148px;
}

.mov-aichatHistoryMsggCustomer{
	text-align: right;
	line-height: 18px;
	font-size: 13px;
	border-radius: 10px;
	padding: 6px 10px;
	margin: 0 0 4px 56px;
	float: right;
	clear: both;
}
.mov-aichatHistoryMsggResponse{
	text-align: left;
	line-height: 18px;
	font-size: 13px;
	border-radius: 10px;
	padding: 6px 10px;
	margin: 0 56px 4px 0;
	float: left;
	clear: both;
}
#mov-aichatByMovylo{
	display: none;
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	text-align: right;
	margin-top: 0px;
	color: #777;
}
#mov-aichatByMovylo a{
	color: #777;
	text-decoration: underline;
}
#mov-closeAichatBox{
	cursor: pointer;
	position: absolute;
	right: -6px;
	top: -6px;
	background-color: white;
	border-radius: 20px;
}
#mov-aichatCtaBox {
	margin-top: 4px;
}
#mov-aichatCta {
	display: none;
}
#mov-aichatCta .movOpenLF{
	font-size: 12px;
	padding: 3px 12px;
	border: 1px solid #ddd;
	border-radius: 0.25rem;
	color: #fff;
	cursor: pointer;
}

#mov-outer-cont-aichat input[type="text"] { height: auto; }