@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

.floating-btn {
	border-radius: 50px;
	background-color: #fff;
	border: 0px solid #E76494;
	box-shadow: 0 16px 22px -17px #E76494;
	color: #fff;
	padding: 10px 12px;
	position: fixed;
	bottom: 80px;
	right: 10px;
	z-index: 99999999;
}

.floating-btn:hover {
	background-color: #BC3946;
	color: #E76494;
}

.floating-btn:focus {
	outline: none;
}


@media screen and (max-width: 480px) {

	.social-panel-container.visible {
		transform: translateX(0px);
	}
	
	.floating-btn {
		right: 10px;
	}
}