.if-menu-peek {
	position: relative;
}
.if-menu-peek a {
	opacity: 0.8;
}
.if-menu-peek::before {
	background: rgb(246, 249, 252); padding: 10px 15px; border-radius: 4px; left: calc(100% + 15px); top: 50%; width: 140px; text-align: center; font-size: 14px; margin-top: -17px; position: absolute; content: "If Menu peek"; opacity: 0; pointer-events: none; box-shadow: 0px 0px 0px 1px rgba(136,152,170,0.1), 0px 15px 35px 0px rgba(49,49,93,0.1), 0px 5px 15px 0px rgba(0,0,0,0.08);
}
.if-menu-peek:hover::before {
	animation:ifMenuFadeIn 0.2s ease-in-out forwards;
}
.if-menu-peek::after {
	background: url("icon-visibility.svg") 0% 0% / cover; border-radius: 50%; top: -14px; width: 20px; height: 17px; right: -15px; color: rgb(80, 169, 47); position: absolute; content: "";
}
