.fme_wcw_close_btn {
	display: block;
	float: right; 
	cursor: pointer; 
	font-size: 1.1em; 
}

.fme_wcw_close_btn:hover {
	font-weight: bold;
}

#fme_wcw_widget_close_btn {
	display: none;
	position: relative; 
	top: 8px;
	right: 6px;
	width: 10px;
	height: 10px;
}

#fme_wcw_chat_close_btn {
	position: relative; 
	right: 10px;
}

.fme_wcw_not_available_msg{
	font-size: 10px;
	font-style: italic;
	color: darkgoldenrod;
}

.fme_wcw_available {
	background-color:  #dbe2da;
	color: #000000;
}

#fme_wcw_online_text {
	color: #4fbd4d;
}
#fme_wcw_offline_text {
	color: #ff0000 !important;
}

#fme_wcw_availibility_status{
	position: relative;
}


#fme_wcw_front_primary_row {
	width: 70%;
}

.fme_wcw_chat_user_table{
	margin :unset;
}

#fme_wcw_front_secondary_row {
	width: 15%;
}

.fme_wcw_front_avatar_cl{
	background-color: unset !important;
	padding-right: 0px !important;
	margin-left: 1px !important;
}

.fme_wcw_front_avatar{
	width: 40px;
	height: 40px;
	max-width: unset !important;
}



#fme_wcw_front_main_table {
	display: inline-flex;
	width: 270px;
	margin-left: 5%;
	align-items: center;
	background: #f0f4f5;
	border-radius: 5px;
	margin-bottom: 10px;
	box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.2), 1px 2px 4px 1px rgba(0, 0, 0, 0.29);
}

#fme_wcw_front_main_table:hover {
	transform: scale(1.01, 1.01);

}

#fme_wcw_bg_color{
	background-color: unset !important;
}

ul li{
	list-style: none;
}

.fme_wcw_response_text{
	font-size: 11px;
	font-style: italic;
	text-align: center;
	width: 100%;
	float: right;
}

.fme_wcw_fabs {
	bottom: 5px;
	position: fixed;
	margin: 1em;
	right: 0;
	z-index: 998999999999;

}

#fme_wcw_chat_head {
	text-align: center;
	width: 100%;
	position: absolute;
	font-size: 18px;
	font-weight: bold !important;
}

.fme_wcw_wa_button_div {
	display: flex;
	align-items: baseline;
	/*margin-bottom: 50px;*/
}

.fme_wcw_fab {
	display: none;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	text-align: center;
	color: #f0f0f0;
	margin: 25px auto 0;
	box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
	cursor: pointer;
	-webkit-transition: all .1s ease-out;
	transition: all .1s ease-out;
	position: relative;
	z-index: 9989999999999;
	overflow: hidden;
	background: #4fbd4d;
	margin-left: 15px;
}

.fme_wcw_chatbox_label {
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 2px;
	box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.4);
}

.fme_wcw_fab > i {
	font-size: 2em;
	line-height: 55px;
	-webkit-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.fme_wcw_fab:not(:last-child) {
	width: 0;
	height: 0;
	margin: 20px auto 0;
	opacity: 0;
	visibility: hidden;
	line-height: 40px;
}

.fme_wcw_fab:not(:last-child) > i {
	font-size: 1.4em;
	line-height: 40px;
}

.fme_wcw_fab:not(:last-child).is-visible {
	width: 40px;
	height: 40px;
	margin: 15px auto 10;
	opacity: 1;
	visibility: visible;
}

.fme_wcw_fab:nth-last-child(1) {
	-webkit-transition-delay: 25ms;
	transition-delay: 25ms;
}

.fme_wcw_fab:not(:last-child):nth-last-child(2) {
	-webkit-transition-delay: 20ms;
	transition-delay: 20ms;
}

.fme_wcw_fab:not(:last-child):nth-last-child(3) {
	-webkit-transition-delay: 40ms;
	transition-delay: 40ms;
}

.fme_wcw_fab:not(:last-child):nth-last-child(4) {
	-webkit-transition-delay: 60ms;
	transition-delay: 60ms;
}

.fme_wcw_fab:not(:last-child):nth-last-child(5) {
	-webkit-transition-delay: 80ms;
	transition-delay: 80ms;
}

.fme_wcw_fab(:last-child):active,
.fme_wcw_fab(:last-child):focus,
.fme_wcw_fab(:last-child):hover {
	box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.fme_wcw_chat {
	position: fixed;
	right: 85px;
	bottom: 20px;
	width: 400px;
	font-size: 12px;
	line-height: 22px;
	font-family: 'Roboto';
	font-weight: 500;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	opacity: 0;
	box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
	border-radius: 10px;
	-webkit-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.fme_wcw_chat_fullscreen {
	position: fixed;
	right: 0px;
	bottom: 0px;
	top: 0px;
}
.fme_wcw_chat_header {
	display: -webkit-box;
	font-size: 13px;
	font-family: 'Roboto';
	font-weight: 500;
	color: #f3f3f3;
	background: #4fbd4d;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-top: 8px;
}

.fme_wcw_head_desc{
	display: -webkit-box;
	font-size: 12px;
	font-style: italic;
	margin-right: 15px;
	margin-left: 15px;
}

.fme_wcw_chat_header .span {
	float:right;
}

.fme_wcw_chat.is-visible {
	opacity: 1;
	-webkit-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
	animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
	margin-bottom: 60px;
	right: 42px;
}
.fme_wcw_chat_option {
	float: left;
	font-size: 15px;
	list-style: none;
	position: relative;
	height: 100%;
	width: 100%;
	text-align: relative;
	margin-right: 10px;
	letter-spacing: 0.5px;
	font-weight: 400
}

.fme_wcw_chat_color {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 10px;
	float: left;
}

.fme_wcw_chat_body {
	background: #fff;
	width: 100%;

	display: inline-block;
	text-align: center;
	overflow-y: auto;

}
#fme_wcw_chat_body{
	height: 450px;
}
.fme_wcw_chat_login p,.fme_wcw_chat_body li, p, a{
	-webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
	animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
}
.fme_wcw_chat_body p {
	padding: 20px;
	color: #888
}
.fme_wcw_chat_body a {
	width: 10%;
	text-align: center;
	border: none;
	box-shadow: none;
	line-height: 40px;
	font-size: 15px;
}

.fme_wcw_chat_field {
	position: relative;
	margin: 5px 0 5px 0;
	width: 50%;
	font-family: 'Roboto';
	font-size: 12px;
	line-height: 30px;
	font-weight: 500;
	color: #4b4b4b;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	border: none;
	outline: none;
	display: inline-block;
}

.fme_wcw_chat_field.fme_wcw_chat_message {
	height: 30px;
	resize: none;
	font-size: 13px;
	font-weight: 400;
}

.fme_wcw_chat_converse {
	position: relative;
	background: #fff;
	margin: 6px 0 0px 0;
	padding-top: 5px;
	height: 300px;
	min-height: 0;
	font-size: 12px;
	line-height: 18px;
	overflow-y: auto;
	width: 100%;
	float: right;
	padding-bottom: 50px;
}


::-webkit-scrollbar {
	width: 6px;
	height: 2px;
}

::-webkit-scrollbar-track {
	border-radius: 0;
}

::-webkit-scrollbar-thumb {
	margin: 2px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.fme-wcw-is-active {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.fme_wcw_is-float {
	box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}
@-webkit-keyframes zoomIn {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0.0;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0.0;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0.0;
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes load {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0.0;
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@media only screen and (max-width: 300px) {
	.fme_wcw_chat {
		width: 250px;
		/*width: 250px;*/
	}
}
@media only screen and (min-width: 300px) {
	.fme_wcw_chat {
		width: 300px;
		/*width: 250px;*/
	}
}

@media only screen and (max-width: 430px) {
.fme_wcw_wa_button_div {
	margin-bottom: 50px;
}
.fme_wcw_user_prof_container{
	overflow-x: auto;
}
.fme_wcw_chat.is-visible {
	right:10px;
}
}

@media only screen and (min-width: 480px) {
	.fme_wcw_chat {
		width: 300px;
	}
	.fme_wcw_chat_field {
		width: 65%;
	}
}

@media only screen and (min-width: 768px) {
	.fme_wcw_chat {
		width: 300px;
	}
	.fme_wcw_chat_field {
		width: 65%;
	}
}

@media only screen and (min-width: 1024px) {
	.fme_wcw_chat {
		width: 300px;
	}
	.fme_wcw_chat_field {
		width: 65%;
	}
}

.fme_wcw_user-profile {
	margin: auto;
	width: 20em;
	height: 5em;
	background: green;
	border-radius: 6px;
	margin-bottom: 10px;
}

.fme_wcw_user-profile:hover {
	box-shadow: 0 2px 4px rgba(0,0,0,0.25), 0 4px 4px rgba(0,0,0,0.22);
	transform: scale(1.01, 1.01);
}

#fme_wcw_full-name {
	margin: auto;
	margin-top: -4.4em;
	margin-right: 2.2em;
	margin-left: 2.5em;
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

#fme_wcw_curr_status_on {
	/*margin-left: 187px;*/
	margin-left: 174px;
	width: 50px;
	position: relative;
	border-radius: 20px;
	background: #f9f9f9;
	color: #37b01c;
	font-size: 12px;
	font-weight: normal;
	font-family: "varela round", sans-serif;
}
#fme_wcw_curr_status_off {
	/*margin-left: 187px;*/
	margin-left: 174px;
	width: 50px;
	position: relative;
	border-radius: 20px;
	background: #f9f9f9;
	color: #de1010;
	font-size: 12px;
	font-weight: normal;
	font-family: "varela round", sans-serif;
}

#fme_wcw_acc_title{
	margin-left: 30px;
}

.fme_wcw_description {
	margin: auto;
	margin-top: -1.35em;
	margin-right: 2.2em;
	margin-left: 2.5em;
	text-align: center;
	max-width: 180px;
	color: #7f8c8d;
	font-size: 0.87em;
	font-family: "varela round", sans-serif;
}

#fme_wcw_avatar {
	padding: 0.7em;
	margin-left: 0.3em;
	margin-top: 0.3em;
	height: 5em;
	width: 5em;
}
.fme_wcw_chat_user_table td, .fme_wcw_chat_user_table tr{
	border:0px;
}
