.salesmail_wrap {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100vh;
	color: #fff;
	z-index: 999;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 0;
	display: none;
}

.salesmail{
	border-radius: 10px;
	width: 50vh;
	min-height: 30vh;
	background-color: rgba(255, 255, 255, 1);
	color: #333;
	padding: 20px
}

.salesmail_wrap .salesmail .out_form{
	background:#4691d0;
	color:#fff;
	margin-top: 20px;
	
    border-radius: 50px;
    margin: 20px 0 0 0;
    position: relative;
    line-height: 43px;
    padding: 0 50px;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    width: fit-content;
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: min(3.7333333333vw, 18px);
    transition: all .3s;
    text-align: center;
}

.salesmail_wrap .salesmail .keep_form{
	background:#9b9b9b;
	color:#fff;
	
    border-radius: 50px;
    margin: 20px 0 0 0;
    position: relative;
    line-height: 43px;
    padding: 0 50px;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    width: fit-content;
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: min(3.7333333333vw, 18px);
    transition: all .3s;
    text-align: center;
}

.loading_wrap {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100vh;
	color: #fff;
	z-index: 999;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 0;
	display: none;
}
.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#value_forms #yourname{ display: none; }
.err_r{
	color: #FF0000;
}

.value_forms .p-form-table td{
	position: relative;
}

.formError {
    padding-left: 50px;
}

#value_forms .formError .formErrorContent {
    padding: 4px 10px 4px 10px;
    border: 0px solid #ddd;
    box-shadow: 2px 4px 6px #999;
    -moz-box-shadow: 2px 4px 6px #999;
    -webkit-box-shadow: 2px 4px 6px #999;
    -o-box-shadow: 2px 4px 6px #999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: linear-gradient(50deg, rgba(238, 0, 0, 1), rgba(255, 85, 35, 1));
}

#value_forms .formError .formErrorArrow div{
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
}

#value_forms .formError .formErrorArrow .line2 {
    background: none;
}

#value_forms .formError .formErrorArrow .line3 {
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    border-bottom: 0 solid #ddd;
}
