/*======================================================

Project: FB Messenger - Direct Message on Facebook Messenger From website HTML Plugin
Author: Black Theme
Released On: 8, Sep 2019
@version: 1.0 

========================================================*/

/* Click To FB Messenger Main Panel */ 
.fb-style6{
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	z-index: 9999;
}

/* Click To FB Messenger Floating Button */
.fb-style6 .fb-button{
	position: fixed;
	padding: 9px 7px;
	width: 50px;
	height: 50px;
	bottom: 20px;
	right: 20px;
	border: 1px solid #fff;
	border-radius: 50px;
	text-align: center;
	box-shadow: 0 0 10px rgba(12, 12, 12, 0.3);	
	cursor: pointer;
}
.fb-style6 .fb-button:hover{
	box-shadow: 0px 0px 10px rgba(12, 12, 12, 0.5);
}
.fb-style6 .fb-button img{
  	width: 33px;
}
.fb-style6 .fb-button i{
	font-size: 30px;
	line-height: 32px;
}

/* Floating Panel Container */
.fb-style6 .fb-panel{
  	display: none;
  	position: fixed;
  	width: 300px;
  	bottom: 85px;
	right: 30px;
	border-radius: 10px;
  	box-shadow: 0px 3px 7px rgba(12, 12, 12, 0.18);
}

/* Floating Panel Header */
.fb-style6 .fb-panel .fb-header{
	padding: 15px 10px;
	border-radius: 8px;
	text-align: center;
}
.fb-style6 .fb-header img{
	position: absolute;
	margin-top: -16%;
	margin-left: -13%;
	padding: 2px;
	width: 25%;
	border-radius: 100%;
}
.fb-style6 .fb-header h2{
	padding-top: 35px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
}
.fb-style6 .fb-header p{
	margin-bottom: 0;
	font-size: 13px;
}

/* Floating Panel Body */
.fb-style6 .fb-panel .fb-body{
	padding: 20px 10px 0;
	text-align: center;
}
.fb-style6 .fb-body p{
	margin-bottom: 0;
	font-size: 14px;
}

/* Floating Panel Footer */
.fb-style6 .fb-panel .fb-footer{
	padding: 25px 10px 30px;
	text-align: center;
}
.fb-style6 .fb-footer a{
	text-decoration: none;
	color: inherit;
}
.fb-style6 .fb-footer .fb-msg-button{
  	position: relative;
  	margin: auto;
  	padding: 7px 20px;
  	border-radius: 28px;
  	font-size: 13px;
  	font-weight: 700;
}
.fb-style6 .fb-footer .fb-msg-button:hover{
	box-shadow: 0px 0px 10px #999;
}

/* Common CSS */
.fb-style6 .fb-footer .fb-msg-button,
.fb-style6 .fb-footer .fb-msg-button:hover{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}