/**
 * This style sheet changes the live chat style to use blue and grey chat bubbles.
 * You can style the chat however you wish by making your own style sheet and importing it to your page.
 */
 
/**
 * Style sheet responsible for Botlibre Embed Tab User vs. Bot conversation
 */

 .botplatformbox {
	text-align: left;
}
.botplatformchatbox a, .botplatformbox a {
	text-decoration: underline;
}
a.botplatformchatcontactconnect, a.botplatformcontactconnect {
	text-decoration: none;
}
#botplatformchatbox {
	background-color: white;
}
#botplatformchatconsole td.botplatformchatchat-1 {
	background-color: transparent;
	width: 100%;
}
.botplatformchatboxmenu {
	height: 25px;
	opacity: 0.9;
	background-color: #0077ee;
	display: flex;
	align-items: center;
}
.botplatformchatonline-div hr {
	margin-top: 2px;
}
.botplatformchatchat-1-div {
	width: 80%;
	padding: 5px;
	margin-left: 5px;
	position: relative;
	border-radius: 3px;
	background-color: #e0e3e6;
	word-wrap: break-word;
	float: left;
}
.botplatformchatchat-1-div:after {
	content: "";
	position: absolute; 
	bottom: 16px;
	left: -5.5px;
	border-width: 12px 0px 0px 12px;
	border-style: solid;
	border-radius: 4px;
	border-color: #e0e3e6 transparent;
	transform: rotate(225deg);
}
.botplatformchatchat-2-div {
	width: 80%;
	padding: 5px;
	position: relative;
	border-radius: 3px;
	margin-right: 7px;
	background-color: #cbe1e9;
	word-wrap: break-word;
	float: right;
}
.botplatformchatchat-2-div:after {
	content: "";
	position: absolute;
	bottom: 16px;
	left: 236px;
	border-width: 0px 0px 12px 12px;
	border-style: solid;
	border-radius: 4px;
	border-color: #cbe1e9 transparent;
	transform: rotate(315deg);
	margin-left: calc(100% - 243px);
}
.botplatformframechatchat-1, .botplatformframechatchat-2, .botplatformchatchat-1, .botplatformchatchat-2 {
	padding-left: 4px;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #585858;
	font-size: 16px;
}
td.botplatformframechat-1, td.botplatformframechat-2, td.botplatformframechatchat-1, td.botplatformframechatchat-2 {
	background-color: transparent;
}
td.botplatformchatchat-user-1, td.botplatformchatchat-user-2, td.botplatformframechatchat-user-1, td.botplatformframechatchat-user-2 {
	display: none;
}
span.botplatformchatchat-user-1, span.botplatformchatchat-user-2, span.botplatformframechatchat-user-1, span.botplatformframechatchat-user-2 {
	color: white;
	font-size: small;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
.botplatformchat-bot-image {
	height: 50px;
}
.botplatformchat-bot {
	height: 50px;
}
.botplatformboxmenu {
	height: 25px;
	opacity: 0.9;
	background-color: #cbe1e9;
	line-height: 1.2;
}
.botplatformscroller, .botplatformchatscroller {
	width: 300px;
	height: 320px;
}
#botplatformframeonline-div {
	display: inline-block;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	width: 100%;
}
.botplatformframeonline {
	display: inline;
	align-items: center;
}

.botplatformonline, .botplatformchatonline-div {
	align-items: center;
}
.botplatformchatonline {
	width: 50px;
	border: none;
	margin: auto;
}
.botplatformchatonline .online-user {
	border-style: solid;
	border-color: grey;
	border-width: 1px;
	margin: 2px;
	display: inline-block;
	text-align: center;
	width: 72px;
}
.botplatformonline-user {
	border: none;
	margin: auto;
	width: 50px;
	display: flex;
	align-items: center;
	padding-top: 2px;
	padding-bottom: 4px;
}
.botplatformchatonline-user {
	border-style: solid;
	border-color: grey;
	border-width: 1px;
	margin: 2px;
	display: inline-block;
}
.botplatformlive-button-container + .botplatformonline > .botplatformonline-user {
	padding-top: 34px;
}
.online-user-label {
	color: #818181;
	font-size: 12px;
	margin: 2px;
	overflow: hidden;
	max-width: 200px;
	font-family: Arial, Helvetica, sans-serif;
}
.botplatformuser-bot {
	color: #585858;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 7px;
	word-break: initial;
}
.botplatformchatuser-bot {
	margin-top: 20px;
	position: absolute;
	font-size: 12px;
	font-weight: bold;
}
.botplatformonline hr {
	margin-top: -2px;
}
.botplatformchat-channel-title {
	width: 125px;
	height: 18px;
	color: white;
	overflow: hidden;
	margin: auto;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}
.botplatformchatpowered, .botplatformchatpowered a {
	margin: 4px;
	color: white;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
img.botplatformchat-user, img.botplatformchatchat-user, img.botplatformframechat-user, img.botplatformframechatchat-user {
	height: 40px;
	max-width: 40px;
}
/**
 *  Style sheet responsible for Botlibre Live Chat Channel User vs. Bot conversation.
 */
td.botplatformframechat-1 {
	background-color: transparent;
	width: 100%;
}
.botplatformframechat-1-div {
	width: 70%;
	padding: 4px;
	margin-left: 5px;
	position: relative;
	border-radius: 3px;
	background-color: #e0e3e6;
	word-wrap: break-word;
}
.botplatformframechat-1-div:after {
	content: "";
	position: absolute; 
	bottom: 16px;
	left: -5.5px;
	border-width: 12px 0px 0px 12px;
	border-style: solid;
	border-radius: 4px;
	border-color: #e0e3e6 transparent;
	transform: rotate(225deg);
}
.botplatformframechat-2-div {
	width: 70%;
	padding: 4px;
	margin-right: 10px;
	position: relative;
	border-radius: 3px;
	background-color: #cbe1e9;
	word-wrap: break-word;
	float: right;
}
.botplatformframechat-2-div:after {
	content: "";
	position: absolute;
	bottom: 16px;
	left: 236px;
	border-width: 0px 0px 12px 12px;
	border-style: solid;
	border-radius: 4px;
	border-color: #cbe1e9 transparent;
	transform: rotate(315deg);
	margin-left: calc(100% - 243px);
}
td.botplatformchat-user-1, td.botplatformchat-user-2, td.botplatformframechat-user-1, td.botplatformframechat-user-2 {
	display: none;
}
span.botplatformframechat-1, span.botplatformframechat-2 {
	padding: 3px;
}
span.botplatformframechat-user-1, span.botplatformframechat-user-2 {
	color: white;
	font-size: small;
	padding: 3px;
}
/**
 *  Style sheet responsible for ChanelEmbedTab User vs. Bot frame conversation
 */
.botplatformframechatchat-1-div {
	width: 80%;
	padding: 5px;
	margin-left: 10px;
	position: relative;
	border-radius: 3px;
	background-color: #e0e3e6;
	word-wrap: break-word;
	float: left;
}
.botplatformframechatchat-1-div:after {
	content: "";
	position: absolute; 
	bottom: 16px;
	left: -5.5px;
	border-width: 12px 0px 0px 12px;
	border-style: solid;
	border-color: #e0e3e6 transparent;
	transform: rotate(225deg);
}
.botplatformframechatchat-2-div {
	width: 80%;
	padding: 5px;
	margin-right: 15px;
	position: relative;
	border-radius: 3px;
	background-color: #cbe1e9;
	word-wrap: break-word;
	float: right;
}
.botplatformframechatchat-2-div:after {
	content: "";
	position: absolute;
	bottom: 16px;
	left: 236px;
	border-width: 0px 0px 12px 12px;
	border-style: solid;
	border-radius: 4px;
	border-color: #cbe1e9 transparent;
	transform: rotate(315deg);
	margin-left: calc(100% - 243px);
}
/* ########################################  EmbedBotTab  ####################################################### */
.box:hover, .botplatformbox:hover, .botplatformchatbox:hover {
	border: 1px;
	border-style: solid;
	border-color: black;
	visibility: visible;
}
.botplatformboxclose, .botplatformchatboxclose, .botplatformboxmin, .botplatformchatboxmin, .botplatformboxmax, .botplatformchatboxmax {
	font-size: 22px;
	margin: 2px 0px 2px 2px;
	text-decoration: none;
	padding: 0px 2px 0px 1px;
}
#botplatformcontactboxmin, #botplatformchatcontactboxmin {
	padding: 4px 4px 1px 4px;
	float: right;
	margin-top: -4px;
}
.botplatformboxclose:hover, .botplatformchatboxclose:hover, .botplatformcontactboxmin:hover,
.botplatformchatcontactboxmin:hover, .botplatformboxmin:hover, .botplatformchatboxmin:hover, .botplatformboxmax:hover, .botplatformchatboxmax:hover {
	color: #fff;
	background: grey;
}
.botplatformframeno-bubble, .botplatformno-bubble, .botplatformchatno-bubble {
	margin: 4px;
	padding: 8px;
	border: 1px;
	border-style: solid;
	border-color: black;
	background-color: white;
	color: #585858;
}
.botplatformframeno-bubble-plain, .botplatformframechatno-bubble-plain, .botplatformno-bubble-plain, .botplatformchatno-bubble-plain {
	margin: 4px;
	border: 1px;
}
#botplatformcontactinfo span, #botplatformchatcontactinfo span {
	margin-left: 4px;
	margin-top: 4px;
	width: 100%;
}
#contactinfo input, #botplatformcontactinfo input, #botplatformchatcontactinfo input {
	margin: 4px;
	font-size: 13px;
	height: 33px;
	width: 90%;
	border: 1px solid #d5d5d5;
}
.boxbutton, .botplatformboxbutton, .botplatformchatboxbutton {
	width: 23px;
	height: 23px;
	margin: 4px;
}
.boxbutton:hover, .botplatformboxbutton:hover, .botplatformchatboxbutton:hover {
	opacity: 0.5;
}
.menupopup, .botplatformmenupopup, .botplatformchatmenupopup {
	padding-top: 0px;
}

.menupopup div, .botplatformmenupopup div, .botplatformchatmenupopup div {
	text-align: left;
	bottom: 28px;
	position: absolute;
	background: #fff;
	border: 1px solid #c5c5c5;
	width: 180px;
	max-width: 300px;
	z-index: 152;
	visibility: hidden;
	box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
	opacity: 0;
	transition: opacity 0.3s linear;
}

.menupopup:hover div, .botplatformmenupopup:hover div, .botplatformchatmenupopup:hover div {
	display: inline;
	visibility: visible;
	opacity: 1;
}

.menupopup table, .botplatformmenupopup table, .botplatformchatmenupopup table {
	width: 100%;
	border-spacing: 0;
}

.menupopup td, .botplatformmenupopup td, .botplatformchatmenupopup td {
	padding: 0;
}

a.menuitem, a.botplatformmenuitem, a.botplatformchatmenuitem {
	text-decoration: none;
	display: block;
	padding: 3px 1em 3px .4em;
	font-weight: normal;
}
a.botplatformmenuitem, a.botplatformchatmenuitem {
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.botplatformmenuitem select, .botplatformchatmenuitem select {
	color: #333;
}
a.botplatformmenuitem:hover, a.botplatformchatmenuitem:hover {
	color: #fff;
	border: 1px solid #003eff;
	background: #007fff;
	margin: -1px;
}
tr.menuitem:hover, tr.botplatformmenuitem:hover, tr.botplatformchatmenuitem:hover {
	background: #007fff;
}
.yandex, .botplatformyandex {
	display: none;
}
img.menu, img.botplatformmenu, img.botplatformchatmenu {
	width: 24px;
	height: 24px;
	margin: 2px;
	margin-right: 7px;
	cursor: pointer;
	vertical-align: middle;
	color: #585858;
}
.botplatformchatmenudiv {
	text-align: left;
}
span.botplatformmenu, span.botplatformchatmenu {
	color: #818181;
	font-size: 12px;
	float: left;
}
.botplatformframebubble-div, .botplatformbubble-div {
	padding-bottom: 15px;
	position: relative;
}
.botplatformframebubble, .botplatformbubble, .botplatformchatbubble {
	margin: 4px;
	padding: 8px;
	border: 1px;
	border-style: solid;
	border-color: black;
	border-radius: 10px;
	background-color: white;
	color: #585858;
}
.botplatformframebubble:before, .botplatformbubble:before, .botplatformchatbubble:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 40px;
	border-width: 20px 0 0 20px;
	border-style: solid;
	border-color: black transparent;
	display: block;
	width: 0;
}
.botplatformframebubble:after, .botplatformbubble:after, .botplatformchatbubble:after {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 42px;
	border-width: 18px 0 0 16px;
	border-style: solid;
	border-color: white transparent;
	display: block;
	width: 0;
}
.box-input-span, .botplatformbox-input-span, .botplatformchatbox-input-span {
	display: block;
	overflow: hidden;
	margin: 4px;
	padding-right: 4px;
}
.botplatformchatbox-input-span {
	display: block;
	overflow: hidden;
	margin: 1px;
	padding-right: 4px;
}
#chat, #botplatformchat, #botplatformchatchat {
	color: #585858;
	font: 400 16px Helvetica;
}
#boxtable, #botplatformboxtable, #botplatformchatboxtable {
	background: none;
	border: none;
	margin: 0;
}
#botplatformbox img {
	display:inline-block;
}
#botplatformbox select {
	display: inline-block;
	margin: 0;
}
#botplatformchooselanguage {
	width: calc(100% - 35px);
	height: 28px;
	float: right;
}
#botplatformbox input, #botplatformbox input[type='text'] {
	display: inline-block;
	margin: 0;
}
/* ###########################################  Botplatform Chat Live Chat  ############################################ */
.botplatformchatbox img {
	display: inline;
}
.botplatformchatboxbar img {
	display: inline;
}
#emailchatlogdialog span {
	margin-left: 0px;
	margin-top: 4px;
}
#botplatformemailchatlogdialog span {
	margin-left: 0px;
	margin-top: 4px;
}
#emailchatlogdialog input {
	margin: 4px;
	font-size: 13px;
	height: 33px;
	width: 90%;
	border: 1px solid #d5d5d5;
}
#botplatformemailchatlogdialog input {
	margin: 4px;
	font-size: 13px;
	height: 33px;
	width: 90%;
	border: 1px solid #d5d5d5;
}
.emailconfirm, .botplatformemailconfirm {
	margin: 4px;
	padding: 8px;
	color: white;
	background-color: grey;
	text-decoration: none;
}
#botplatformcontactinfo input {
	margin: 4px;
	font-size: 13px;
	height: 33px;
	width: 90%;
	border: 1px solid #d5d5d5;
}
img.botplatformchattoolbar {
	width: 25px;
	height: 25px;
	margin: 1px;
	padding: 1px;
	cursor: pointer;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
}
img.botplatformchattoolbar:hover {
	opacity: 0.5;
}
td.toolbar, td.botplatformchattoolbar {
	width: 30px;
	height: 30px;
}
img.chat-user-thumb {
	height: 50px;
}
a.user {
	text-decoration: none;
}
span.chat-user {
	color: grey;
	font-size: small;
}
.botplatformframechatbubble-div, .botplatformchatbubble-div {
	padding-bottom: 15px;
	position: relative;
}
#botplatformbubble-text {
	font-size: 16px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.botplatformchatchat-1-div-2, .botplatformchatchat-2-div-2 {
	font-size: 16px;
	line-height: normal;
}
.botplatformlive-button-container { 
	position: absolute; 
	top: 30px; 
	left: 5px; 
}
.botplatformlive-button-icon { 
	width: 8px; 
	height: 8px; 
	background: white; 
	margin: 0 5px; 
	display: inline-block; 
	border-radius: 50%; 
}
.botplatformlive-button { 
	font-size: 11px; 
	text-transform: uppercase;
	border: none; 
	height: 25px; 
	cursor: pointer; 
	font-weight: bold; 
	line-height: 25px; 
	color: white; 
	background: #0dd843; 
	border-radius: 20px; 
	padding-right: 10px; 
	transition: background-color .35s; 
}
.botplatformlive-button:hover { 
	background: #03bd35; 
}