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

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-style3{
	display: block;
	position: fixed;
	top: 21%;
	right: 0;
	bottom: 0;
	width: 260px;
	height: 320px;
	letter-spacing: 0.1px;
	border-radius: 7px 0 0 5px;
	box-shadow: -2px 0px 5px rgba(68, 68, 68, 0.59);
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	z-index: 9999;
}

/* Click To FB Messenger Floating Button */
.fb-style3 .fb-button{
	position: absolute;
	top: 45%;
	bottom: -24px;
	right: 260px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 32px;
	text-align: center;
	border-radius: 6px 0 0 6px;
	box-shadow: -2px 0px 3px rgba(68, 68, 68, 0.59);
	cursor: pointer;
}
.fb-style3 .fb-button img{
  	width: 33px;
  	margin-bottom: 5px;
  	cursor: pointer;
}

/* Floating Panel Container */
.fb-style3 .fb-panel{
	margin-bottom: 5%;
	width: 260px;
	border-radius: 10px 0 0 10px;
	box-shadow: 0px 3px 7px rgba(12, 12, 12, 0.18);
}

/* Floating Panel Header */
.fb-style3 .fb-panel .fb-header{
	padding: 15px 10px;
	border-radius: 8px 0;
	text-align: center;
}
.fb-style3 .fb-header img{
	padding: 5px;
	width: 30%;
	border: 2px solid #fff;
	border-radius: 100%;
}
.fb-style3 .fb-header h2{
	padding-top: 5px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
}
.fb-style3 .fb-header p{
	margin-bottom: 0;
	font-size: 13px;
}

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

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

/* Common CSS */
.fb-style3 .fb-footer .fb-msg-button,
.fb-style3 .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;
}


