<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form-txt-box {
	padding:0px 0px 0px 0px;
	color: #000;
	text-align:left;
	margin-top: 20px;
	margin-bottom: 20px;
    background: linear-gradient(0deg, white, white 50%, #e5edeb);

}


/**/
/* normal state */
/**/
.sky-form .toggle i:before {
	background-color: #00513c;	
}
.sky-form .button {
	background-color:#00513c;
	border-radius:4px;
	float: right;
	height: 39px;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	padding: 0 25px;
	outline: none;
	border: 0;
	font: 15px/39px "robotoregular", Arial;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}


/**/
/* hover state */
/**/
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
	border-color: #00513c;
}
.sky-form .rating input + label:hover,
.sky-form .rating input + label:hover ~ label {
	color: #00513c;
}


/**/
/* focus state */
/**/
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
	border-color: #00513c;
}


/**/
/* checked state */
/**/
.sky-form .radio input + i:after {
	background-color: #00513c;	
}
.sky-form .checkbox input + i:after {
	color: #00513c;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
	border-color: #00513c;	
}
.sky-form .rating input:checked ~ label {
	color: #00513c;	
}

#loader-icon {
	display: none;
	font-size: 13px;
    margin-top: 10px;
	line-height: 16px;
	line-height: 16px;
	float: right;
}

#loader-img {
	float:left;
}

#loader-txt {
	float:left;
	margin-left: 7px;
}</pre></body></html>