  @charset "utf-8";
/* CSS Document */

html {
  	scroll-behavior: smooth;
}

.chatbox {
	/*background-color: #60AFD8;*/
	/* height: 100%; */
	border: #df922e 5px solid;
	padding: 20px;
	margin-top: 15px;
	border-radius: 8px;
	margin-bottom: 15px;
}

.chatbox p {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.chatbox img {
	max-width: 225px;
	margin: 0 auto;
}

.btn-livechat {
	border: #fff solid 3px;
	background-color: #df922e;
	color: #fff;
	padding: 8px;
	font-size: 20px !important;
	display: block;
	font-weight: strong;
	margin: 16px auto;
	text-align: center;
	width: 110px;
}

.btn-livechat:hover {
	text-decoration: none;
	color: #fff;
}

.onlinechat {
	color: #222;
	font-size: 24px !important;
	text-align: center;
}