/* Widget icon in Elementor sidebar */
.paygir-eicon-bell:before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='black' d='M256,512c-29.4,0-53.3-23.9-53.3-53.3h106.6C309.3,488.1,285.4,512,256,512z M438.6,392.2H73.4l-7.5-9.2c-29.7-36.5-46-82.3-46-129.4V218.7C19.9,98.1,117.8,0,238.4,0h36.6c120.6,0,218.5,98.1,218.5,218.7v34.9c0,47.1-16.3,92.9-46,129.4L438.6,392.2z'/></svg>") center / contain no-repeat;
	mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='black' d='M256,512c-29.4,0-53.3-23.9-53.3-53.3h106.6C309.3,488.1,285.4,512,256,512z M438.6,392.2H73.4l-7.5-9.2c-29.7-36.5-46-82.3-46-129.4V218.7C19.9,98.1,117.8,0,238.4,0h36.6c120.6,0,218.5,98.1,218.5,218.7v34.9c0,47.1-16.3,92.9-46,129.4L438.6,392.2z'/></svg>") center / contain no-repeat;
}
