.cf7adn-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;
}

.cf7adn-pointer .wp-pointer-content h3:before {
	content: '\f348';
}

.cf7adn-settings .postbox {
	box-sizing: border-box;
}

.cf7adn-settings .left-box {
	padding: 10px;
	margin-right: 2%;
	width: 100%;
	margin-bottom: 20px;
}

.cf7adn-settings .select2 {
	width: 100% !important;
}

@media ( min-width: 1285px ) {
	.cf7adn-settings .left-box td {
		width: 70%;
		box-sizing: border-box;
	}
}

@media ( min-width: 782px ) and ( max-width: 1284px ) {
	.cf7adn-settings .left-box td {
		width: 60%;
		box-sizing: border-box;
	}
}

#cf7adn_customer_details:not( :checked ) ~ .form-table .hide-show {
	display: none;
}

.cf7adn-settings .left-box td input {
	box-sizing: border-box;
}

#contact-form-editor .cf7adn-settings .form-table th {
	width: auto !important;
}

label[for="cf7adn_customer_details"] {
	position: relative;
}

label[for="cf7adn_customer_details"] .arrow-switch {
	position: relative;
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}

label[for="cf7adn_customer_details"] .arrow-switch:before,
label[for="cf7adn_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;
}

#cf7adn_customer_details:not( :checked ) ~ .form-table label[for="cf7adn_customer_details"] .arrow-switch:after {
	-webkit-transform: rotate(-90deg);
			transform: rotate(-90deg);
}#cf7adn_customer_details{
	display: none;
}


/* Add Zoho Button CSS */

.cf7adn-primary-btn {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    background: #285064;
    color: #fff !important;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    line-height: 1.3;
    box-shadow: none;
    border: none;
    cursor: pointer;
    transition: background 0.15s;
    margin-right: 5px;
    margin-bottom: 5px;
}
.cf7adn-primary-btn:hover {
    background: #0074a2;
    color: #fff !important;
}
