.tooltip-form-changes-link {
	position: absolute;
	padding: 0px 20px;
	height: 54px;
	background: #ffffff;
	box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #1f895b;
	z-index: 9;

	&::before {
		content: '';
		position: absolute;
		left: -11px;
		top: 50%;
		transform: translateY(-50%);
		width: 18px;
		height: 15px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-3.93402e-07 7.79419L11.25 -3.86387e-05L11.25 15.5884L-3.93402e-07 7.79419Z' fill='white'/%3E%3C/svg%3E%0A");
	}
}
