span.wpcf7-not-valid-tip {
	direction: rtl;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	left: auto;
	right: 20%;
}

span.wpcf7-list-item {
	margin: 0 1em 0 0;
}


div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}



.support-toggle {
	border-radius: 50px;
	position: fixed;
	bottom: -200px;
	left: 20px;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	height: 41px;
	z-index: 10000;
	cursor: pointer;
	padding: 0 44px 0 23px;
	box-sizing: border-box;
	font: 16px/41px IRANSans-Light;
	background-color: #622076;
	transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
}
.support-toggle i {
	font-size: 21px;
	position: absolute;
	right: 16px;
	top: 10px;
}
.support-toggle.show {
	bottom: 22px;
	opacity: 1;
	visibility: visible;
	transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.support-toggle:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, .09), 0 4px 40px rgba(0, 0, 0, .24);
}
.support-container {
	text-align: right !important;
	font-family: inherit !important;
}
.support-box {
	position: fixed;
	bottom: 80px;
	left: 20px;
	max-width: 320px;
	width: 100%;
	border-radius: 6px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	visibility: hidden;
	opacity: 0;
	transform: translateY(50px) scale(0.9);
	background: #ffffff;
	transition: all .3s;
	z-index: 10000;
	background-color: #ffffff;
}
.support-show {
	visibility: visible;
	opacity: 1;
	transform: translateY(0) scale(1);
}
.support-box:before, .support-box:after {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 22px;
	width: 13px;
	height: 13px;
	background: #ffffff;
	transform: rotate(45deg);
	z-index: -1;
	border: 1px solid #ffffff;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .02);
}
.support-box:before {
	box-shadow: none;
	background: #ffffff;
	transform: none;
	bottom: 0;
	width: 19px;
	right: 17px;
	border-color: #ffffff;
}
.support-people {
	overflow: auto;
	padding: 10px;
}
.support-account {
	width: 100%;
	padding: 10px;
	display: block;
	color: #555555 !important;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.support-account:hover {
	border-radius: 6px;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}
.spaceline {
	display: block;
	width: 100%;
	height: 1px;
	background: #f5f5f5;
	box-sizing: border-box;
	clear: both;
	margin: 5px 0 5px 0;
}
.support-face {
	float: right;
	width: 24%;
	height: 64px;
	display: block;
	box-sizing: border-box;
}
.support-face img {
	border-radius: 50px;
	width: 64px;
	height: 64px;
}
.support-info {
	width: 76%;
	float: right;
	padding: 7px 10px 0 0;
	box-sizing: border-box;
}
.support-title {
	font-size: 13px;
	line-height: 24px;
	display: block;
	float: right;
	width: 100%;
	direction: ltr;
	color: #aaaaaa;
	box-sizing: border-box;
}
.support-name {
	display: block;
	font-weight: bold;
	float: right;
	width: 100%;
	padding: 1px 0 2px 0;
	box-sizing: border-box;
}
