/** 
* (+) 01-10-2021 -->
* ROBINSAR LIMBONG -->
* UNTUK STYLE BUTTON CONTACT 
**/

.footer-body{
	position: relative;
	display: flex;
	flex-direction: row;
}
.footer-body .e-contact{
	position: relative;
	display: flex;
	flex-direction: row;
	width: 120px;
	padding:2px;
	text-align: center;
	border: 0;
}
.footer-body .e-contact .btn-e-contact{
	position: absolute;
	border-style: none none none none;
	border-width: 0;
	border-color: none;
	font-weight: normal;
	/* padding: 0.1em 0.5em; */
	box-shadow: -3px -2px 3px rgb(202, 202, 202), 
				3px 2px 3px rgb(139, 139, 139) ;
	border-radius: 10px;
	height: 100%;
	width: 100%;
	font-size: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('./images/i-care.jpeg');
}
.footer-body .e-contact .chat-btn:hover{
	border-style: none solid solid none;
	border-width: 0 4px 2px 0px;
	border-color: darkgray;
	font-weight: bold;
	height: 150%;
	cursor: pointer;
	transition-delay: opacity 1s;
	transition: all 1.5s, opacity 2s;
}	

.footer-body .e-contact:hover .btn-e-contact::after{
	left: 55%;
	font:10px;
	transition: all 1.5s, opacity 2s;
}	

.footer-body .e-contact .btn-e-contact::after{
	content: "E-CARE";
	font-weight: bold;
	font-size: 12px;
	left: 40%;
	position: absolute;
}