.floating-contact-wrapper {
	z-index: 2157483647;
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.floating-contact-button {
	display: flex;
	width: fit-content;
	height: 38px;
	padding: 0 20px;
	white-space: nowrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 6px 6px 0 0;
	border: 0;
	cursor: pointer;
	font-size: 1em;
	bottom: 50%;
	gap: 10px;
	transform-origin: center bottom;
	position: absolute;
	right: auto;
	left: 0;
	transform: translate(-50%, 0) rotate(-90deg);
	background: rgb(81, 190, 44);
	color: rgb(1, 2, 0);
	fill: rgb(1, 2, 0);
}
