.container-btn-ws{
	z-index: 1000;
}
.btn-ws {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.btn-ws-icon {
	font-size: 1.5rem;
}
