.cf7sa-tooltip {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	border-radius: 100%;
	margin-left: 10px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJpbmZvLWNpcmNsZSIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWluZm8tY2lyY2xlIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMjU2IDhDMTE5LjA0MyA4IDggMTE5LjA4MyA4IDI1NmMwIDEzNi45OTcgMTExLjA0MyAyNDggMjQ4IDI0OHMyNDgtMTExLjAwMyAyNDgtMjQ4QzUwNCAxMTkuMDgzIDM5Mi45NTcgOCAyNTYgOHptMCAxMTBjMjMuMTk2IDAgNDIgMTguODA0IDQyIDQycy0xOC44MDQgNDItNDIgNDItNDItMTguODA0LTQyLTQyIDE4LjgwNC00MiA0Mi00MnptNTYgMjU0YzAgNi42MjctNS4zNzMgMTItMTIgMTJoLTg4Yy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDEydi02NGgtMTJjLTYuNjI3IDAtMTItNS4zNzMtMTItMTJ2LTI0YzAtNi42MjcgNS4zNzMtMTIgMTItMTJoNjRjNi42MjcgMCAxMiA1LjM3MyAxMiAxMnYxMDBoMTJjNi42MjcgMCAxMiA1LjM3MyAxMiAxMnYyNHoiPjwvcGF0aD48L3N2Zz4=);
	background-repeat: no-repeat;
	background-size: cover;
}

.cf7sa-pointer .wp-pointer-content h3:before {
	content: '\f348';
}

.cf7sa-settings .postbox {
	box-sizing: border-box;
}

.cf7sa-settings .left-box {
	padding: 10px;
	margin-right: 2%;
	width: 100%;
	margin-bottom: 20px;
}

.cf7sa-settings .select2 {
	width: 100% !important;
}

@media ( min-width: 1285px ) {
	.cf7sa-settings .left-box td {
		width: 70%;
		box-sizing: border-box;
	}
}

@media ( min-width: 782px ) and ( max-width: 1284px ) {
	.cf7sa-settings .left-box td {
		width: 60%;
		box-sizing: border-box;
	}
}

#cf7sa_customer_details:not( :checked ) ~ .form-table .hide-show {
	display: none;
}

.cf7sa-settings .left-box td input {
	box-sizing: border-box;
}

#contact-form-editor .cf7sa-settings .form-table th {
	width: auto !important;
}

label[for="cf7sa_customer_details"] {
	position: relative;
}

label[for="cf7sa_customer_details"] .arrow-switch {
	position: relative;
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}

label[for="cf7sa_customer_details"] .arrow-switch:before,
label[for="cf7sa_customer_details"] .arrow-switch:after {
	content: '';
	position: absolute;
	background-color: #23282d;
	width: 22px;
	height: 2px;
	left: 50%;
	margin-left: -11px;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: transform 0.3s;
	        transition: transform 0.3s;
}

#cf7sa_customer_details:not( :checked ) ~ .form-table label[for="cf7sa_customer_details"] .arrow-switch:after {
	-webkit-transform: rotate(-90deg);
			transform: rotate(-90deg);
}input.cf7sa_cus_css{
	width: 100% !important;
}#cf7sa_customer_details{
	display: none;
}
