/*This is style for feedback dialog*/
.hearme_cx_modal {
	position:fixed;
    bottom:0px;
    right:0px;
    margin:0px;
	width: 670px;
	height: 420px;
	display: none;
	z-index: 1000;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	box-shadow: 0 5px 15px rgba(0,0,0,.5);

}

.hearme_cx_modal .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
	width: 100%;
	box-sizing: border-box;
}
/* 
#hearme_cx_moda .modal-header * {
	all: initial;
    font-family: Roboto, sans-serif;	
}
 */
.hearme_cx_modal .modal-body {
	padding: 0px 1px 60px 1px;
	width: 100%;
    height: 100%;
	position: relative;
	box-sizing: border-box;
}

.hearme_cx_modal iframe {
	-webkit-box-sizing: border-box;
}

.hearme_cx_modal .close {
	all: initial;
	font-size: 35px;
	margin-top: -5px;
	line-height: 1;
	float: right;
	font-weight: 700;
	color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
	padding: 0;
	background: 0 0;
	cursor: pointer;
	border: 0;
    float: right;
    margin-right: 0px;
}
 
.hearme_cx_modal h4 {
	all: initial;
    font-family: Roboto, sans-serif;
    display: block;
    font-weight: normal;
	font-size: 18px;
    margin: 0;
    line-height: 1.42857143;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 30px;	
}

/*Setting style for feedback button*/
#hm_btn_cover {
	cursor: pointer;
}

/*This is style for sticking-side widget - widget=1*/
/* .hm_btn_cover_1 {
  background-color: #219653 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 2px 12px 2px 0px !important;
} */

/*This is style for sticking-side widget - widget=1*/
.hm_btn_cover_1 {
	z-index: 999;
	right:16px;
	bottom:16px;
	position:fixed;
	display: inline-table;
	transform-origin: top left;
	transform: translateY(40px) rotate(270deg);
	padding-right: 10px;
  background-color: #219653 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 2px 12px 2px 0px !important;

}

.hm_btn_cover_1>span {
  color: white;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  }
  
.hm_btn_cover_1>.hm_fb_main_btn {
	transform: rotate(90deg);
	width: 27px !important;
	height: 27px !important;
	font-size: 16px !important;
  background: none;
}
/*This is style for floating widget - widget=0*/
.hm_btn_cover_0 {
	z-index: 999;
	right:16px;
	bottom:16px;
	position:fixed;
	border-radius: 35px;
	display: inline-table;
	background-color: red;
}

.hm_btn_cover_0>span {
	/* margin-top: 5px; */
	padding: 10px;
	color: white;
	display: inline-block;
}

.hm_btn_cover_0>.hm_fb_main_btn {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

button.hm_fb_main_btn {
	background-color:rgb(29, 206, 108);
	width:40px;
	height:40px;
	border-radius:100%;
	background:rgb(29, 206, 108);
	margin-right:0;
	margin-bottom:0;
	padding:0;
	border:none;
	outline:none;
	color:#FFF;
	font-size:25px;
	transition:.3s;  
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	float: right;
}

.hm_fb_main_btn span{
	transition:.5s;  
}

.hm_fb_main_btn:hover span{

}

.hm_fb_main_btn:hover {
	transform:scale(1.1);
	transform:rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	
}


/*
* Session to load font and define required css class
*/
@font-face {
font-family: "FontAwesome";
font-weight: normal;
font-style : normal;
       src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
       src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-comments:before {
    content: "\f086";
}

#hm_asst_btn img {
  width: 39px;
  height: 39px;
}

#hm_asst_btn .hm_fb_main_btn, #hm_asst_btn {
    background: none !important
}



