.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 10px;
}
.whatsapp-btn {
	background-color: #45b14b;
	color: #fff;
	border-radius: 18px;
	position: relative;
	overflow: hidden;
	min-height: 40px;
	width: 45px;
}
.wa-icon {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 25px;
	width: 45px;
	text-align: center;
	height: 100%;
	padding-top: 7px;
	background-color: rgba(0,0,0,0.1);
}
.whatsapp-frame {
    background-color: #fff;
    margin-bottom: 17px;
    border-radius: 0 0 5px 5px;
}
.whatsapp-frame img {
	width: 45px;
	height: 45px;
	object-fit: cover;
}
.whatsapp-frame a,
.whatsapp-frame a:link,
.whatsapp-frame a:visited {
    color:#777;
}
.whatsapp-header-img {
    position: relative;
}
.whatsapp-header {
    max-width: 100%;
    width: 300px;
}
.shadow-sm {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.whatsapp-header {
    background: #45b14b;
    border-radius: 5px 5px 0 0;
    /*min-height: 70px;*/
    padding: 20px;
}
.whatsapp-header-img img {
	border: 2px solid #fff;
	width: 40px;
}
.watoggle {
    max-height:0px;
    transition: 200ms all ease;
    overflow: hidden;
    padding: 0px;
}
.watoggle.buka {
    max-height: 50vh;
    padding: 20px;
}
.whatsapp-btn {
	cursor: pointer
}

@media only screen and (min-width: 768px) {
.whatsapp-btn {
	padding: 10px 53px 10px 20px;
	max-width: 250px;
	width: 100%;
}
}