<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.controlserror {
	/*outline: 2px solid #95292c !important*/
}


.controlserrormess {
	color: white;
	background: #d06666;
	background-size: 15px 15px;;
	min-height: 40px;
	position: absolute;
	padding: 9px 35px 9px 10px;
	border-radius: 1px;
	right: 1px;
	top: 1px;
	cursor: pointer;
	z-index: 1000;
}

.controlserrormess:after {
	content: '\f057';
	font-family: 'FontAwesome';
	position: absolute;
	right: 5px;
	top: 9px;
}

.controlserrormess:before {
	content: ''; 
    position: absolute;
    left: -10px;
    top: 15px;
    border: 5px solid transparent;
    border-right: 5px solid #d06666;
}

.finalmessage {
	text-align: center;
	font-size: 20px;
	padding: 30px 20px;
	background: #f0f0f0;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
}

label.pps {
	position: relative;
	cursor: pointer;
	display: block;
	margin:0;
	padding: 0;
}
label.pps.pps_hide {
	display: none;
}
label.pps * {
	font-size: 14px;
	font-family: 'arial';
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

label.pps.pps_checkbox input[type="checkbox"] {
	display: none;
}

label.pps.pps_checkbox input[type="checkbox"]+span {
	display: inline-block;
	padding: 5px 5px 5px 25px;
}
label.pps.pps_checkbox input[type="checkbox"]+span:before {
	content: "\f096";
	color: #9a9a9a;
	font-size: 17px;
	height: 100%;
	line-height: 100%;
	font-family: 'FontAwesome';
	position:absolute;
	top: 5px;
	left: 5px;
	
}

label.pps.pps_checkbox input[type="checkbox"]:checked+span:before {
	content: "\f046";
}

label.pps.pps_checkbox input[type="checkbox"][disabled]+span {
	color: silver;
	cursor: default;
}

label.pps.pps_checkbox input[type="checkbox"][disabled]+span:before {
	color: silver;
}

label.pps.pps_radio input[type="radio"] {
	display: none;
}

label.pps.pps_radio input[type="radio"]+span {
	display: inline-block;
	padding: 5px 5px 5px 25px;
}
label.pps.pps_radio input[type="radio"]+span:before {
	content: "\f10c";
	color: #9a9a9a;
	font-size: 17px;
	height: 100%;
	line-height: 100%;
	font-family: 'FontAwesome';
	position:absolute;
	top: 5px;
	left: 5px;
}

label.pps.pps_radio input[type="radio"]:checked+span:before {
	content: "\f192";
}

label.pps.pps_radio input[type="radio"][disabled]+span {
	color: silver;
	cursor: default;
}

label.pps.pps_radio input[type="radio"][disabled]+span:before {
	color: silver;
}

label.pps.pps_select {
	background-color: #fff;
	width: 100%;
	padding: 0px 0px 0 0;
	border: 1px solid #9a9a9a;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	outline: none;
}

label.pps.pps_select:before {
	content: "\f0dd";
	color: #9a9a9a;
	font-size: 14px;
	height: 100%;
	line-height: 100%;
	font-family: 'FontAwesome';
	position: absolute;
	right: 20px;
	padding: 10px 0px 0 20px;
	top: 0px;
	z-index: 1;
	pointer-events: none;
	border-left: 1px solid #9a9a9a;
}

label.pps.pps_select select {
	padding: 0px 38px 0px 5px;
	height: 40px;
	margin: 0;
	background: transparent;
	border: 0;
	outline: none;
	width: 99.7%;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	position: relative;
}

label.pps.pps_select select::-ms-expand {
    display: none;
}

label.pps.pps_select select option[selected] {
	color: inherit;
	background: inherit;
}

label.pps.pps_select select option:hover  {
	color: white;
	background: inherit;
}

label.pps.pps_upload {
	
}

label.pps.pps_upload input[type="file"] {
	opacity: 0;
}

label.pps.pps_upload span {
	display: inline-block;
	padding: 4px 12px 0px 12px;
	width: auto;
	height: 30px;
	margin: 0;
	border: 1px solid #9a9a9a;
	color: #666;
	background: transparent;
	border-radius: 3px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0;
}

label.pps.pps_upload span:hover {
	background-color: #f7f7f7;
	box-shadow: 0 0 5px #ededed;
}

label.pps.pps_upload span:active {
	background-color: #f7f7f7;
	box-shadow:inset 0 0 5px #d2d2d2;
}

label.pps.pps_upload {
	
}

label.pps.pps_input input {
	width: 100%;
	border: 1px solid #9a9a9a;
	border-radius: 3px;
	padding: 0px 5px;
	height: 40px;
	margin: 0;
	display: block;
}

label.pps.pps_area textarea {
	width: 100%;
	min-height: 100px;
	border: 1px solid #9a9a9a;
	border-radius: 3px;
	padding: 4px 5px;
	margin: 0 !important;
	display: block;
}

label.pps.pps_select select:focus,
label.pps.pps_area textarea:focus,
label.pps.pps_input input:focus {
	box-shadow:inset 0 0 5px #d2d2d2;
}

label.pps.pps_button {
	display: inline-block;
}

label.pps.pps_button input {
	font-weight: 700;
	color: #FFF;
	background: #0be60b;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	padding: 15px 40px;
	width: auto;
	border: 1px solid #0be60b;
	border-radius: 3px;
	overflow: hidden;
	display: inline-block;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	position: relative;
}

label.pps.pps_button input:hover {
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.2);
}

label.pps.pps_button input:active {
	box-shadow: 0 0px 5px rgba(0,0,0,0.4);
}
label.pps.pps_button input:disabled {
	background-color: #9a9a9a;
	border-color: #9a9a9a;
	box-shadow:inset 0 0 0px #d2d2d2;
	opacity: 0.8;
	cursor: default;
}

form {
	width: auto;
	margin:0px;
	padding:0px;
}</pre></body></html>