/**
 * menu.scss
 * Styles applied to dashboard menu items added via EverestForms.
 * Adds icons to top level menu items, etc.
 */

/**
 * Imports
 */
@import 'mixins/mixins';
@import 'variables/variables';
@import 'fonts';

/**
 * Styling begins.
 */
#evf-modal-wrap {
	display: none;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
	width: 500px;
	height: 250px;
	overflow: hidden;
	margin-left: -250px;
	margin-top: -125px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100105;
	-webkit-transition: height 0.2s, margin-top 0.2s;
	transition: height 0.2s, margin-top 0.2s;

	#evf-modal {
		height: 100%;
		position: relative;

		#evf-modal-title {
			background: #fcfcfc;
			border-bottom: 1px solid #dfdfdf;
			height: 36px;
			font-size: 18px;
			font-weight: 600;
			line-height: 36px;
			padding: 0 36px 0 16px;
			top: 0;
			right: 0;
			left: 0;
		}

		#evf-modal-close {
			color: #666;
			padding: 0;
			position: absolute;
			top: 0;
			right: 0;
			width: 36px;
			height: 36px;
			text-align: center;
			background: 0 0;
			border: none;
			cursor: pointer;

			&:hover,
			&:focus {
				color: #2ea2cc;
			}

			&:focus {
				outline: 0;
				box-shadow: 0 0 0 1px #5b9dd9,
					0 0 2px 1px rgba(30, 140, 190, 0.8);
			}

			&::before {
				content: '\f158';
				font: normal 20px/36px dashicons;
				vertical-align: top;
				speak: none;
				width: 36px;
				height: 36px;
			}
		}

		#evf-modal-inner {
			padding: 0 16px 50px;

			#evf-modal-notice {
				padding: 10px;
				color: #31708f;
				background-color: #d9edf7;
				border: 1px solid #bce8f1;
			}

			#evf-modal-options {
				padding: 8px 0 12px;

				.evf-modal-inline {
					margin: 0;
					padding: 0 20px 0 0;
					display: inline-block;
				}

				#evf-modal-select-form {
					max-width: 100%;
					margin-bottom: 1em;
				}
			}
		}

		.submitbox {
			padding: 8px 16px;
			background: #fcfcfc;
			border-top: 1px solid #dfdfdf;
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;

			#evf-modal-cancel {
				float: left;
				line-height: 25px;
			}

			#evf-modal-update {
				float: right;
				line-height: 23px;

				#evf-modal-submit {
					float: right;
					margin-bottom: 0;
				}
			}
		}
	}
}

#evf-modal-backdrop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 360px;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 100100;
}

@media screen and (max-width: 782px) {
	#evf-modal-wrap {
		height: 280px;
		margin-top: -140px;
	}

	#evf-modal-inner {
		padding: 0 16px 60px;
	}

	#evf-modal-cancel {
		line-height: 32px;
	}
}

@media screen and (max-width: 520px) {
	#evf-modal-wrap {
		width: auto;
		margin-left: 0;
		left: 10px;
		right: 10px;
		max-width: 500px;
	}
}

@media screen and (max-height: 520px) {
	#evf-modal-wrap {
		-webkit-transition: none;
		transition: none;
	}
}

@media screen and (max-height: 290px) {
	#evf-modal-wrap {
		height: auto;
		margin-top: 0;
		top: 10px;
		bottom: 10px;
	}

	#evf-modal-inner {
		overflow: auto;
		height: -webkit-calc(100% - 92px);
		height: calc(100% - 92px);
		padding-bottom: 2px;
	}
}

#toplevel_page_everest-forms ul li {
	&:not(.is-sub-menu) {
		a[href="admin.php?page=evf-builder"] {
			border-top: 1px solid hsla(0, 0%, 100%, 0.2);
			margin-top: 5px;
			padding-top: 8px;
		}

		a[href="admin.php?page=evf-entries"] {
			border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
			margin-bottom: 5px;
			padding-bottom: 8px;
		}

		a[href="admin.php?page=evf-settings"] {
			border-top: 1px solid hsla(0, 0%, 100%, 0.2);
			margin-top: 5px;
			padding-top: 8px;
		}

		/* If the previous sibling li contains the entries link, remove the top border / spacing on settings */
		&:has(> a[href="admin.php?page=evf-entries"])+li>a[href="admin.php?page=evf-settings"] {
			border-top: none;
			margin-top: 0;
			padding-top: 0;
		}

		a[href="admin.php?page=evf-smart-smtp"] {
			border-top: 1px solid hsla(0, 0%, 100%, 0.2);
			margin-top: 5px;
			padding-top: 8px;
		}

	}
}

/**
 * Fonts icons.
 */
[class^='evf-icon-'],
[class*=' evf-icon-'] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: EverestForms !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Enable Ligatures ================ */
	letter-spacing: 0;
	-webkit-font-feature-settings: 'liga';
	-moz-font-feature-settings: 'liga=1';
	-moz-font-feature-settings: 'liga';
	-ms-font-feature-settings: 'liga' 1;
	font-feature-settings: 'liga';
	-webkit-font-variant-ligatures: discretionary-ligatures;
	font-variant-ligatures: discretionary-ligatures;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.evf-icon- {
	&captcha {
		&::before {
			content: "" !important;
			display: block !important;
			width: 24px;
			height: 24px;
			background-color: currentColor;
			-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.75 6c0-.69-.56-1.25-1.25-1.25h-15c-.69 0-1.25.56-1.25 1.25v12c0 .69.56 1.25 1.25 1.25h15c.69 0 1.25-.56 1.25-1.25zm1.5 12a2.75 2.75 0 0 1-2.75 2.75h-15A2.75 2.75 0 0 1 1.75 18V6A2.75 2.75 0 0 1 4.5 3.25h15A2.75 2.75 0 0 1 22.25 6z"/><path d="M10.18 11.3a.7.7 0 0 1 0 1.4h-3.5a.7.7 0 0 1 0-1.4z"/><path d="M7.73 13.75v-3.5a.7.7 0 0 1 1.4 0v3.5a.7.7 0 0 1-1.4 0m9.35-3.65a.7.7 0 0 1 0 1.4h-3a.7.7 0 0 1 0-1.4zm0 2.4a.7.7 0 0 1 0 1.4h-3a.7.7 0 0 1 0-1.4z"/></svg>');
			mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.75 6c0-.69-.56-1.25-1.25-1.25h-15c-.69 0-1.25.56-1.25 1.25v12c0 .69.56 1.25 1.25 1.25h15c.69 0 1.25-.56 1.25-1.25zm1.5 12a2.75 2.75 0 0 1-2.75 2.75h-15A2.75 2.75 0 0 1 1.75 18V6A2.75 2.75 0 0 1 4.5 3.25h15A2.75 2.75 0 0 1 22.25 6z"/><path d="M10.18 11.3a.7.7 0 0 1 0 1.4h-3.5a.7.7 0 0 1 0-1.4z"/><path d="M7.73 13.75v-3.5a.7.7 0 0 1 1.4 0v3.5a.7.7 0 0 1-1.4 0m9.35-3.65a.7.7 0 0 1 0 1.4h-3a.7.7 0 0 1 0-1.4zm0 2.4a.7.7 0 0 1 0 1.4h-3a.7.7 0 0 1 0-1.4z"/></svg>');
			-webkit-mask-size: contain;
			mask-size: contain;
			-webkit-mask-repeat: no-repeat;
			mask-repeat: no-repeat;
			-webkit-mask-position: center;
			mask-position: center;
			margin: 0 auto 8px;
		}
	}

	&password::before {
		content: '\e911';
	}

	&email::before {
		content: '\e914';
	}

	&map-marker::before {
		content: '\e917';
	}

	&flag::before {
		content: '\e915';
	}

	&first-name::before {
		content: '\e91f';
	}

	&last-name::before {
		content: '\e91c';
	}

	&text::before {
		content: '\e906';
	}

	&paragraph::before {
		content: '\e912';
	}

	&dropdown::before {
		content: '\e921';
	}

	&checkbox::before {
		content: '\e927';
	}

	&multiple-choices::before {
		content: '\e919';
	}

	&multiple-choices-radio::before {
		content: '\e919';
	}

	&number::before {
		content: '\e918';
	}

	&website::before {
		content: '\e903';
	}

	&calendar::before {
		content: '\e916';
	}

	&single-item::before {
		content: '\e907';
	}

	&file-upload::before {
		content: '\e920';
	}

	&hidden::before {
		content: '\e91e';
	}

	&phone::before {
		content: '\e900';
	}

	&custom-html::before {
		content: '\e923';
	}

	&section-divider::before {
		content: '\e908';
	}

	&payment::before {
		content: '\e924';
	}

	&credit-card {
		&::before {
			content: "" !important;
			display: block !important;
			width: 24px;
			height: 24px;
			background-color: currentColor;
			-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.25 7c0-.69-.56-1.25-1.25-1.25H4c-.69 0-1.25.56-1.25 1.25v10c0 .69.56 1.25 1.25 1.25h16c.69 0 1.25-.56 1.25-1.25zm1.5 10A2.75 2.75 0 0 1 20 19.75H4A2.75 2.75 0 0 1 1.25 17V7A2.75 2.75 0 0 1 4 4.25h16A2.75 2.75 0 0 1 22.75 7z"/><path d="M22 9.25a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5z"/></svg>');
			mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.25 7c0-.69-.56-1.25-1.25-1.25H4c-.69 0-1.25.56-1.25 1.25v10c0 .69.56 1.25 1.25 1.25h16c.69 0 1.25-.56 1.25-1.25zm1.5 10A2.75 2.75 0 0 1 20 19.75H4A2.75 2.75 0 0 1 1.25 17V7A2.75 2.75 0 0 1 4 4.25h16A2.75 2.75 0 0 1 22.75 7z"/><path d="M22 9.25a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5z"/></svg>');
			-webkit-mask-size: contain;
			mask-size: contain;
			-webkit-mask-repeat: no-repeat;
			mask-repeat: no-repeat;
			-webkit-mask-position: center;
			mask-position: center;
			margin: 0 auto 8px;
		}
	}

	&payment-summary {
		&::before {
			content: "" !important;
			display: block !important;
			width: 24px;
			height: 24px;
			background-color: #6b6b6b;
			mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="black" d="M20.25 4.223a1.46 1.46 0 0 0-.436-1.038 1.51 1.51 0 0 0-1.064-.435H5.25c-.4 0-.783.158-1.063.435a1.46 1.46 0 0 0-.437 1.038v15.554c0 .388.156.762.437 1.038.28.277.662.435 1.063.435h13.5c.4 0 .783-.158 1.064-.435.28-.276.436-.65.436-1.038zm1.5 15.554a2.96 2.96 0 0 1-.882 2.106 3.01 3.01 0 0 1-2.118.867H5.25c-.793 0-1.555-.31-2.118-.867a2.96 2.96 0 0 1-.882-2.106V4.223c0-.792.318-1.55.882-2.106A3.02 3.02 0 0 1 5.25 1.25h13.5c.793 0 1.555.31 2.118.867a2.96 2.96 0 0 1 .882 2.106z"/><path fill="black" d="M18 6.75a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1 0-1.5zM18 9.75a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1 0-1.5zM18 14.25a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1 0-1.5zM18 17.45a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1 0-1.5zM8.75 9.844a.47.47 0 0 0-.469-.469h-.156v.938h.156a.47.47 0 0 0 .469-.47m1.25 0a1.72 1.72 0 0 1-1.719 1.719h-.156v.312a.625.625 0 1 1-1.25 0v-.312h-1.25a.625.625 0 1 1 0-1.25h1.25v-.938h-.156a1.72 1.72 0 1 1 0-3.437h.156v-.313a.625.625 0 1 1 1.25 0v.313h.938a.625.625 0 1 1 0 1.25h-.938v.937h.156A1.72 1.72 0 0 1 10 9.844M6.25 7.656a.47.47 0 0 0 .469.469h.156v-.937h-.156a.47.47 0 0 0-.469.468"/></svg>');
			-webkit-mask-size: contain;
			mask-size: contain;
			-webkit-mask-repeat: no-repeat;
			mask-repeat: no-repeat;
			-webkit-mask-position: center;
			mask-position: center;
			margin: 0 auto 8px;
		}
	}

	&total::before {
		content: '\e904';
	}

	&subtotal::before {
		content: '\e904';
	}

	&img-upload::before {
		content: '\e91d';
	}

	&star::before {
		content: '\e90c';
	}

	&likert::before {
		content: '\e91b';
	}

	&scale-rating::before {
		content: '\e909';
	}

	&signature::before {
		content: '\e913';
	}

	&privacy-policy::before {
		content: '\e910';
	}

	&repeater::before {
		content: '\e90b';
	}

	&range-slider::before {
		content: '\e90d';
	}

	&divider::before {
		content: '\e922';
	}

	&wysiwyg::before {
		content: '\e902';
	}

	&eye::before {
		content: '\e903';
	}

	&coupon::before {
		content: '\e925';
	}

	&yes-no::before {
		content: '\e901';
	}

	&reset::before {
		content: '\e90a';
	}

	&progress {
		&::before {
			content: "" !important;
			display: block !important;
			width: 24px;
			height: 24px;
			background-color: currentColor;
			-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.436 19.833c-.26.446-.11 1.023.358 1.24a10.001 10.001 0 1 0 3.53-19.05c-.515.035-.86.52-.778 1.029.083.509.563.849 1.078.825A8.131 8.131 0 1 1 8.74 19.45c-.473-.207-1.043-.061-1.303.384"/><path d="M11.324 2.023a10 10 0 0 1 10.508 11.799l-.059.294a10 10 0 0 1-5.604 6.974l-.275.12a10 10 0 0 1-4.08.788l-.301-.01a10 10 0 0 1-3.719-.915c-.468-.217-.617-.794-.358-1.24.26-.445.83-.59 1.303-.384a8.13 8.13 0 0 0 6.201.132l.45-.19a8.1 8.1 0 0 0 2.712-2.017l.312-.376a8.13 8.13 0 0 0 1.493-6.896l-.128-.47a8.1 8.1 0 0 0-1.636-2.96l-.33-.358a8.13 8.13 0 0 0-6.189-2.437h-.096c-.446-.018-.847-.305-.962-.732l-.02-.093c-.083-.51.263-.994.778-1.03M2.938 12.277c-.516.016-.925.448-.862.96a10 10 0 0 0 3.68 6.575c.404.322.986.198 1.27-.233.283-.431.158-1.006-.238-1.337a8.13 8.13 0 0 1-2.834-5.064c-.075-.51-.5-.917-1.016-.901"/><path d="M2.938 12.277c.516-.016.941.39 1.016.901a8.13 8.13 0 0 0 2.834 5.064c.396.33.52.906.237 1.337s-.865.555-1.268.233a10 10 0 0 1-3.609-6.098l-.072-.478c-.063-.511.346-.943.862-.96m3.033-7.047c-.343-.385-.937-.422-1.289-.045a10 10 0 0 0-2.619 5.693c-.058.512.357.94.873.95s.936-.402 1.005-.914a8.13 8.13 0 0 1 1.991-4.326c.343-.385.382-.973.04-1.358"/><path d="M4.682 5.184c.352-.377.946-.34 1.29.045.342.385.303.973-.04 1.358l-.197.228a8 8 0 0 0-1.122 1.786l-.122.278a8 8 0 0 0-.55 2.034c-.069.512-.49.923-1.005.914-.516-.01-.93-.437-.873-.95a10 10 0 0 1 .693-2.69l.16-.367a10 10 0 0 1 1.766-2.636m5.289-2.02c-.115-.503-.618-.821-1.108-.66A10 10 0 0 0 6.53 3.629c-.432.282-.497.874-.176 1.278.322.403.907.465 1.345.192a8 8 0 0 1 1.584-.763c.486-.172.803-.668.687-1.17"/><path d="M8.863 2.505c.49-.162.993.156 1.108.66.116.502-.2.998-.687 1.17l-.411.16a8 8 0 0 0-1.173.603l-.084.047c-.426.217-.96.14-1.26-.24-.322-.403-.257-.995.175-1.277a10 10 0 0 1 2.332-1.123M15.47 9.47a.75.75 0 1 1 1.06 1.06l-4.667 4.667a.75.75 0 0 1-1.06 0L8.47 12.863a.75.75 0 0 1 1.06-1.06l1.803 1.802z"/></svg>');
			mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.436 19.833c-.26.446-.11 1.023.358 1.24a10.001 10.001 0 1 0 3.53-19.05c-.515.035-.86.52-.778 1.029.083.509.563.849 1.078.825A8.131 8.131 0 1 1 8.74 19.45c-.473-.207-1.043-.061-1.303.384"/><path d="M11.324 2.023a10 10 0 0 1 10.508 11.799l-.059.294a10 10 0 0 1-5.604 6.974l-.275.12a10 10 0 0 1-4.08.788l-.301-.01a10 10 0 0 1-3.719-.915c-.468-.217-.617-.794-.358-1.24.26-.445.83-.59 1.303-.384a8.13 8.13 0 0 0 6.201.132l.45-.19a8.1 8.1 0 0 0 2.712-2.017l.312-.376a8.13 8.13 0 0 0 1.493-6.896l-.128-.47a8.1 8.1 0 0 0-1.636-2.96l-.33-.358a8.13 8.13 0 0 0-6.189-2.437h-.096c-.446-.018-.847-.305-.962-.732l-.02-.093c-.083-.51.263-.994.778-1.03M2.938 12.277c-.516.016-.925.448-.862.96a10 10 0 0 0 3.68 6.575c.404.322.986.198 1.27-.233.283-.431.158-1.006-.238-1.337a8.13 8.13 0 0 1-2.834-5.064c-.075-.51-.5-.917-1.016-.901"/><path d="M2.938 12.277c.516-.016.941.39 1.016.901a8.13 8.13 0 0 0 2.834 5.064c.396.33.52.906.237 1.337s-.865.555-1.268.233a10 10 0 0 1-3.609-6.098l-.072-.478c-.063-.511.346-.943.862-.96m3.033-7.047c-.343-.385-.937-.422-1.289-.045a10 10 0 0 0-2.619 5.693c-.058.512.357.94.873.95s.936-.402 1.005-.914a8.13 8.13 0 0 1 1.991-4.326c.343-.385.382-.973.04-1.358"/><path d="M4.682 5.184c.352-.377.946-.34 1.29.045.342.385.303.973-.04 1.358l-.197.228a8 8 0 0 0-1.122 1.786l-.122.278a8 8 0 0 0-.55 2.034c-.069.512-.49.923-1.005.914-.516-.01-.93-.437-.873-.95a10 10 0 0 1 .693-2.69l.16-.367a10 10 0 0 1 1.766-2.636m5.289-2.02c-.115-.503-.618-.821-1.108-.66A10 10 0 0 0 6.53 3.629c-.432.282-.497.874-.176 1.278.322.403.907.465 1.345.192a8 8 0 0 1 1.584-.763c.486-.172.803-.668.687-1.17"/><path d="M8.863 2.505c.49-.162.993.156 1.108.66.116.502-.2.998-.687 1.17l-.411.16a8 8 0 0 0-1.173.603l-.084.047c-.426.217-.96.14-1.26-.24-.322-.403-.257-.995.175-1.277a10 10 0 0 1 2.332-1.123M15.47 9.47a.75.75 0 1 1 1.06 1.06l-4.667 4.667a.75.75 0 0 1-1.06 0L8.47 12.863a.75.75 0 0 1 1.06-1.06l1.803 1.802z"/></svg>');
			-webkit-mask-size: contain;
			mask-size: contain;
			-webkit-mask-repeat: no-repeat;
			mask-repeat: no-repeat;
			-webkit-mask-position: center;
			mask-position: center;
			margin: 0 auto 8px;
		}
	}

	&color::before {
		content: '\e926';
	}

	&ai::before {
		content: '\e913';
	}

	&lookup::before {
		content: '\e91a';
	}

	&hcaptcha {
		&::before {
			content: "" !important;
			display: block !important;
			width: 24px;
			height: 24px;
			background-color: currentColor;
			-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.25 6a.25.25 0 0 0-.25-.25c-2.24 0-4.895-1.3-6.727-2.9a.42.42 0 0 0-.546 0C9.907 4.44 7.24 5.75 5 5.75a.25.25 0 0 0-.25.25v7c0 2.301.797 3.99 2.058 5.28 1.12 1.15 2.636 2.01 4.357 2.676l.75.275.017.006a.25.25 0 0 0 .165.003c2.024-.706 3.817-1.644 5.096-2.957 1.26-1.293 2.057-2.982 2.057-5.284zm1.5 7c0 2.698-.954 4.76-2.483 6.33-1.51 1.548-3.547 2.584-5.68 3.328l-.006.003a1.75 1.75 0 0 1-1.156-.013c-2.14-.739-4.18-1.772-5.69-3.32C4.202 17.76 3.25 15.699 3.25 13V6A1.75 1.75 0 0 1 5 4.25c1.757 0 4.088-1.087 5.746-2.535l.007-.006a1.92 1.92 0 0 1 2.36-.104l.134.104.007.006C14.92 3.173 17.242 4.25 19 4.25A1.75 1.75 0 0 1 20.75 6z"/><path d="M13.393 15v-2.25h-2.786V15a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 1.5 0v2.25h2.786V9a.75.75 0 0 1 1.5 0v6a.75.75 0 0 1-1.5 0"/></svg>');
			mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.25 6a.25.25 0 0 0-.25-.25c-2.24 0-4.895-1.3-6.727-2.9a.42.42 0 0 0-.546 0C9.907 4.44 7.24 5.75 5 5.75a.25.25 0 0 0-.25.25v7c0 2.301.797 3.99 2.058 5.28 1.12 1.15 2.636 2.01 4.357 2.676l.75.275.017.006a.25.25 0 0 0 .165.003c2.024-.706 3.817-1.644 5.096-2.957 1.26-1.293 2.057-2.982 2.057-5.284zm1.5 7c0 2.698-.954 4.76-2.483 6.33-1.51 1.548-3.547 2.584-5.68 3.328l-.006.003a1.75 1.75 0 0 1-1.156-.013c-2.14-.739-4.18-1.772-5.69-3.32C4.202 17.76 3.25 15.699 3.25 13V6A1.75 1.75 0 0 1 5 4.25c1.757 0 4.088-1.087 5.746-2.535l.007-.006a1.92 1.92 0 0 1 2.36-.104l.134.104.007.006C14.92 3.173 17.242 4.25 19 4.25A1.75 1.75 0 0 1 20.75 6z"/><path d="M13.393 15v-2.25h-2.786V15a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 1.5 0v2.25h2.786V9a.75.75 0 0 1 1.5 0v6a.75.75 0 0 1-1.5 0"/></svg>');
			-webkit-mask-size: contain;
			mask-size: contain;
			-webkit-mask-repeat: no-repeat;
			mask-repeat: no-repeat;
			-webkit-mask-position: center;
			mask-position: center;
			margin: 0 auto 8px;
		}
	}

	&recaptcha {
		&::before {
			content: "" !important;
			display: block !important;
			width: 24px;
			height: 24px;
			background-color: currentColor;
			-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.25 6a.25.25 0 0 0-.25-.25c-2.24 0-4.895-1.3-6.727-2.9a.42.42 0 0 0-.546 0C9.907 4.44 7.24 5.75 5 5.75a.25.25 0 0 0-.25.25v7c0 2.301.797 3.99 2.058 5.28 1.12 1.15 2.636 2.01 4.357 2.676l.75.275.017.006a.25.25 0 0 0 .165.003c2.024-.706 3.817-1.644 5.096-2.957 1.26-1.293 2.057-2.982 2.057-5.284zm1.5 7c0 2.698-.954 4.76-2.483 6.33-1.51 1.548-3.547 2.584-5.68 3.328l-.006.003a1.75 1.75 0 0 1-1.156-.013c-2.14-.739-4.18-1.772-5.69-3.32C4.202 17.76 3.25 15.699 3.25 13V6A1.75 1.75 0 0 1 5 4.25c1.757 0 4.088-1.087 5.746-2.535l.007-.006a1.92 1.92 0 0 1 2.36-.104l.134.104.007.006C14.92 3.173 17.242 4.25 19 4.25A1.75 1.75 0 0 1 20.75 6z"/><path d="M14.47 9.47a.75.75 0 1 1 1.06 1.06l-4 4a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 1 1 1.06-1.06L11 12.94z"/></svg>');
			mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.25 6a.25.25 0 0 0-.25-.25c-2.24 0-4.895-1.3-6.727-2.9a.42.42 0 0 0-.546 0C9.907 4.44 7.24 5.75 5 5.75a.25.25 0 0 0-.25.25v7c0 2.301.797 3.99 2.058 5.28 1.12 1.15 2.636 2.01 4.357 2.676l.75.275.017.006a.25.25 0 0 0 .165.003c2.024-.706 3.817-1.644 5.096-2.957 1.26-1.293 2.057-2.982 2.057-5.284zm1.5 7c0 2.698-.954 4.76-2.483 6.33-1.51 1.548-3.547 2.584-5.68 3.328l-.006.003a1.75 1.75 0 0 1-1.156-.013c-2.14-.739-4.18-1.772-5.69-3.32C4.202 17.76 3.25 15.699 3.25 13V6A1.75 1.75 0 0 1 5 4.25c1.757 0 4.088-1.087 5.746-2.535l.007-.006a1.92 1.92 0 0 1 2.36-.104l.134.104.007.006C14.92 3.173 17.242 4.25 19 4.25A1.75 1.75 0 0 1 20.75 6z"/><path d="M14.47 9.47a.75.75 0 1 1 1.06 1.06l-4 4a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 1 1 1.06-1.06L11 12.94z"/></svg>');
			-webkit-mask-size: contain;
			mask-size: contain;
			-webkit-mask-repeat: no-repeat;
			mask-repeat: no-repeat;
			-webkit-mask-position: center;
			mask-position: center;
			margin: 0 auto 8px;
		}
	}

	&turnstile {
		&::before {
			content: "" !important;
			display: block !important;
			width: 24px;
			height: 24px;
			background-color: currentColor;
			-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3.25c1.684 0 3.3.67 4.49 1.86 1.081 1.081 1.612 2.774 1.733 4.245.953.166 2.047.468 2.8 1.404a5.25 5.25 0 0 1 1.149 3.642c-.084 1.258-.397 2.456-1.47 4.065a6.3 6.3 0 0 1-1.477 1.511c-.592.43-1.349.811-2.136.823H7.066c-.768-.012-1.54-.345-2.224-.833-.694-.494-1.35-1.183-1.903-1.996-.695-1.025-1.03-2.36-1.112-3.57a5.25 5.25 0 0 1 1.149-3.642c.753-.936 1.847-1.238 2.8-1.404.12-1.471.653-3.163 1.734-4.245A6.35 6.35 0 0 1 12 3.25m0 1.5a4.85 4.85 0 0 0-3.43 1.42c-.857.858-1.32 2.455-1.32 3.83a.75.75 0 0 1-.639.742c-1.174.176-1.97.341-2.466.957a3.75 3.75 0 0 0-.82 2.603c.07 1.044.357 2.093.856 2.827.466.687 1.003 1.24 1.53 1.616.538.383 1.017.55 1.378.555h9.977c.343-.005.797-.189 1.278-.537.468-.34.871-.772 1.11-1.13.926-1.39 1.155-2.334 1.222-3.331a3.75 3.75 0 0 0-.82-2.603c-.496-.616-1.293-.781-2.467-.957A.75.75 0 0 1 16.75 10c0-1.375-.464-2.972-1.321-3.83A4.85 4.85 0 0 0 12 4.75m1.927 6.266a.75.75 0 0 1 1.146.968l-3.38 4a.75.75 0 0 1-1.083.067l-1.62-1.5a.75.75 0 0 1 1.02-1.102l1.044.966z"/></svg>');
			mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3.25c1.684 0 3.3.67 4.49 1.86 1.081 1.081 1.612 2.774 1.733 4.245.953.166 2.047.468 2.8 1.404a5.25 5.25 0 0 1 1.149 3.642c-.084 1.258-.397 2.456-1.47 4.065a6.3 6.3 0 0 1-1.477 1.511c-.592.43-1.349.811-2.136.823H7.066c-.768-.012-1.54-.345-2.224-.833-.694-.494-1.35-1.183-1.903-1.996-.695-1.025-1.03-2.36-1.112-3.57a5.25 5.25 0 0 1 1.149-3.642c.753-.936 1.847-1.238 2.8-1.404.12-1.471.653-3.163 1.734-4.245A6.35 6.35 0 0 1 12 3.25m0 1.5a4.85 4.85 0 0 0-3.43 1.42c-.857.858-1.32 2.455-1.32 3.83a.75.75 0 0 1-.639.742c-1.174.176-1.97.341-2.466.957a3.75 3.75 0 0 0-.82 2.603c.07 1.044.357 2.093.856 2.827.466.687 1.003 1.24 1.53 1.616.538.383 1.017.55 1.378.555h9.977c.343-.005.797-.189 1.278-.537.468-.34.871-.772 1.11-1.13.926-1.39 1.155-2.334 1.222-3.331a3.75 3.75 0 0 0-.82-2.603c-.496-.616-1.293-.781-2.467-.957A.75.75 0 0 1 16.75 10c0-1.375-.464-2.972-1.321-3.83A4.85 4.85 0 0 0 12 4.75m1.927 6.266a.75.75 0 0 1 1.146.968l-3.38 4a.75.75 0 0 1-1.083.067l-1.62-1.5a.75.75 0 0 1 1.02-1.102l1.044.966z"/></svg>');
			-webkit-mask-size: contain;
			mask-size: contain;
			-webkit-mask-repeat: no-repeat;
			mask-repeat: no-repeat;
			-webkit-mask-position: center;
			mask-position: center;
			margin: 0 auto 8px;
		}
	}

	&builder::before {
		content: '\e904';
	}

	&subscription-plan::before {
		content: '\e905';
	}

	&private-note::before {
		content: '\e92d';
	}
}
