/* style user input field */
.bubble-container .input-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;	
}
.bubble-container .input-wrap textarea {
	width: 100%;
	min-height: 55px;
	max-height: 55px;
	color: rgb(94, 94, 94);
	background: rgba(255, 255, 255, 1);
	font-size: 1rem;
	font-weight: 400;
	border-radius: unset;
	border: unset;
	border-top: 1px solid rgba(172, 172, 172, 1);
	padding: 10px 15px;
	outline: unset;
	line-height: 1.25em;
	resize: none;
	position: absolute;
	bottom: 0;
}

.bubble-container .input-wrap .bubble-button-send {
	position: absolute;
	bottom: 13px;
	right: 9px;
	cursor: pointer;
	background: inherit;
	border: none;
}

.bubble-container .input-wrap .bubble-button-send:focus {
	outline: none;
}

.bubble.reply-freeform {
	margin: 0;
}
.bubble.reply.reply-freeform.say .bubble-content .bubble-button {
	margin-top: 1px;
	text-align: left;
}
.bubble.reply.say.bubble-hidden {
	margin: 0;
	transform: scale(0);
	height: 0;
}
