ul,
li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#cb-widget-overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .6);
	z-index: 1000000;
}

#cb-widget {
	background: #fff;
	height: 80%;
	position: fixed;
	width: 400px;
	bottom: 0px;
	right: 100px;
	z-index: 1000001;
	border-radius: 10px;
	-webkit-box-shadow: -1px 1px 14px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -1px 1px 14px 0px rgba(0, 0, 0, 0.75);
	box-shadow: -1px 1px 14px 0px rgba(0, 0, 0, 0.75);
}

#cb-widget-header {
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 10px;
	max-height: 20px;
	padding: 5px;
}

#cb-widget .cb-widget-options {
	float: right;
	margin: 5px;
}

#cb-widget-messagebody {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background: #FFF;
	border-top: 1px solid #eee;
	border-radius: 10px;
}

#cb-widget .pages {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#cb-widget ul.pages {
	margin: 0;
	margin-top: 0px;
	padding: 0;
	width: 100%;
}

#cb-widget .page {
	height: 100%;
	position: absolute;
	width: 100%;
}

#cb-widget .chatArea {
	height: 100%;
	/*padding-bottom: 48px;*/
	border: 0;
}

#cb-widget .messages {
	height: 90%;
	margin: 0;
	overflow-y: scroll;
	padding: 4px 8px 4px 8px;
}

#cb-widget .message {
	font-size: 14.4pt;
	padding-left: 0;
	padding-right: 0;
}

#cb-widget .power {
	position: absolute;
	z-index: 10;
	top: 0;
	margin-top: 0;
	color: #000;
	left: 50%;
	margin-left: -65px;
	padding: 0;
}

#cb-widget .log {
	color: gray;
	font-size: 8.4pt;
	text-align: center;
}

#cb-widget .powered-by {
	border-bottom-right-radius: 1.3em;
	border-bottom-left-radius: 1.3em;
	height: 20px;
	width: 130px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: rgb(241, 241, 241);
	color: #000;
}

#cb-widget .powered-by a {
	text-decoration: none;
	color: inherit;
	vertical-align: middle;
}

#cb-widget-input {
	position: absolute;
	bottom: 0;
	min-height: 40px !important;
	left: 0;
	padding-left: 0;
	width: 98%;
	margin-left: 2%;
	background-color: transparent;
	margin-bottom: 8px;
}

#cb-widget .inputMessage[disabled] {
	background-color: #f1f1f1;
	border: 0;
}

#cb-widget .inputMessage {
	height: 48px;
	font-size: 12pt;
	-webkit-appearance: none;
}

#cb-widget .inputMessage {
	margin: 0;
	border-top: 1px solid #d3d3d3;
	width: 100%;
	padding-right: 48px;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
}

#cb-widget .sendButton {
	background-color: #dfd7d4;
	border-color: #dfd7d4;
	border-style: solid;
	border-left-width: 0;
	border-top-width: 1.2px;
	border-bottom-width: 1.2px;
	border-right-width: 1.2px;
	bottom: 0;
	height: 48px;
	outline: 0;
	position: absolute;
	right: 0;
	width: 48px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

#send_button_icon {
	font-size: 18pt;
	padding-right: 8px;
	color: #777;
}

#cb-widget .sendButton {
	height: 48px;
	width: 48px;
}

#send-button {
	background-color: transparent;
	border: 0;
	padding: 1px 6px 1px 6px;
}

#cb-widget .message {
	font-size: 14.4pt;
	padding-left: 0;
	padding-right: 0;
	width: 90%;
}

#cb-widget .is-desktop .padding-no-margin {
	padding: 12px 12px;
}

#cb-widget .user-chat-bubble {
	color: #333;
	background-color: #f1f1f1;
	border-top-right-radius: 1.3em;
	border-bottom-left-radius: 1.3em;
	border-bottom-right-radius: 1.3em;
	font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 14.9333px;
	font-weight: 400;
	line-height: 17.9167px;
}

#cb-widget .user .user-chat-bubble {
	color: #333;
	background-color: #f1f1f1;
	border-top-right-radius: 0;
	border-top-left-radius: 1.3em;
	border-bottom-left-radius: 1.3em;
	border-bottom-right-radius: 1.3em;
	font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 14.9333px;
	font-weight: 400;
	line-height: 17.9167px;
	background: rgb(51, 226, 236);
	;
}

#cb-widget .padding-no-margin {
	margin: 3.2px;
	padding: 6px 12px;
}

#cb-widget .chat-bubble {
	box-shadow: 0 .4px .2px rgba(0, 0, 0, .13);
}

#cb-widget .chat-timestamp {
	display: block;
	padding-right: 1.6px;
	color: gray;
	margin-top: 9.6px;
	margin-left: 9.6px;
	font-size: 9.6pt;
}

#cb-widget .message:nth-child(2) {
	margin-top: 20px;
}

@media only screen and (max-width: 600px) {
	#cb-widget {
		height: 100%;
		top: 0px;
		left: 0px;
		right: 0px;
		width: 100%;
		border-radius: 0px;
	}
	#cb-widget-header {
		display: none;
	}
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 26px;
}

.lds-ellipsis div {
	position: absolute;
	top: 10px;
	width: 11px;
	height: 10px;
	border-radius: 50%;
	background: #bbb;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(19px, 0);
	}
}

.slide-top {
	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-top {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
}

@keyframes slide-top {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
}

.fade-out {
	-webkit-animation: fade-out 1s ease-out both;
	animation: fade-out 1s ease-out both;
}

@-webkit-keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.scale-in-center {
	-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-center {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes scale-in-center {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}