.fancyfile-template {
    display: none;
}

input.fancy-file[type="file"] {
    width:  0.1px;
    height: 0.1px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    overflow: hidden;
}

.fancyfile-button {
    display: inline-block;
    padding: 7px 9px;
    color: #fff;
    background: #660000;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}

.fancyfile-remove-button {
    display: inline-block;
    color: #fff;
    background: var(--bs-green-pmg);
    font-weight: bold;
    width: 25px;
    height: 25px;
    margin: 1em 0;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
}
.fancyfile-file-name {
    display: inline-block;
    margin: 1em 0;
}

body #fi_popUp {
	width: 400px;
	min-height: 150px;
	z-index: 100000;
	position: fixed;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -100px;
	box-shadow: 0 4px 10px #000;
	border: 1px solid #333;
	background-color: #fff;
	font-family: Arial, sans-serif;
	text-align: left;
}
#fi_popUp .header {
	font-weight: bold;
	color: #fff;
	background-color: #333;
	font-size: 14px;
	line-height: 1em;
	padding: 3px;
}
#fi_popUp .message {
	padding: 8px;
}
#fi_popUpModal {
	width: 100%;
	height: 100%;
	opacity: 0.8;
	position: fixed;
	top: 0;
	left: 0;
}
.fi_icon {
	float: left;
	padding: 2px;
}
.fi_close {
	float: right;
	padding: 2px;
	background: white;
}
/* END: Popup CSS */

/* START: User feed back */
.rf_note, .rf_error, .rf_warning {
	font-size: 0.9em;
	line-height: 1.25em;
}
.rf_req {
	color: #c00;
	font-weight: bold;
}
.rf_note {
	font-style: italic;
	font-weight: normal;
}
.rf_value .rf_desc {
	font-style: italic;
	font-weight: normal;
}
.rf_name .rf_desc {
	font-style: italic;
	font-weight: normal;
	font-size: 0.85em;
}
.rf_succes {
}
.rf_error {
	background-color: #FFCCCC;
	padding: 5px;
	border: 1px solid #FF0000;
	color: #c00;
	font-weight: bold;
}
.rf_error ul, .rf_warning ul {
	margin: 5px 0;
	color: #000;
}
.rf_error li, .rf_warning li {
	font-weight: normal;
}
.rf_warning {
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #CC9900;
	color: #000;
	font-weight: bold;
}
/* Round */
#rfi_captcha, .rf_warning, .rf_error, .rf_success {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
/* END: User feed back */

#forms_address {
	float: right;
	width: 140px;
	margin: 0 0 10px 10px;
	padding: 6px;
	border: 1px solid black;
	background-color: #EEE;
	border-radius: 3px;
}
.rfc_separator .sepLabel {
	border-bottom: #ccc solid 1px;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.6em;
}
.rf_fi {
	padding: 4px 0;
	clear: left;
}
#rfi_address1 {
	padding-bottom: 0;
}
#rfi_address2 {
	padding-top: 2px;
}
.rf_fi .rf_value,
.rf_fi .rf_messages,
.rf_fbu input {
	margin-left: 0;
}
.rf_fi .rf_messages div,
.rfc_text .rf_value input,
.rfc_email .rf_value input {
	width: 75%;
}
.rfc_phone .rf_value input,
#rfi_city .rf_value input {
	width: 50%;
}
#rfi_message .rf_value textarea {
	height: 8em;
}
.rf_fbu input[type=submit] {
	width: 135px;
}
/** custom styles **/
.rf_fi textarea {
	width: 100%;
	border: 1px solid #999;
	background-color: transparent;
	margin-right: 4px;
}
.rf_fi input {
	max-width: 100%;
}
.rf_fbu input {
    background: var(--bs-green-pmg);
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 5px;
	border-width: 0;
	padding: 0.5em 2em;
}
.rf_fi input[type="checkbox"], .rf_fi input[type="radio"] {
	margin-right: 3px;
}
#main-content .rfc_captcha img,
#main-content .rf_inline img {
	display: inline-block;
}
#contact_address {
	text-align: center;
}
#main-content .rf_note {
	display: none;
}
#rfi_recaptcha {
	margin-bottom: 30px;
}
#summary {
	background: red;
	color: #ffffff;
	padding-left: 10px;
}
.form-sm-text {
	font-size: 12px;
}
/* Uncomment this section if you need to make your reCAPTCHA smaller */
/*
.g-recaptcha {
	transform: scale(0.77);
	-webkit-transform: scale(0.77);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}
*/
@media (min-width: 768px) {
	.rf_fi .rf_name {
		float: left;
		display: block;
		width: 176px;
		padding-right: 10px;
	}
	.rf_fi .rf_value,
	.rf_fi .rf_messages,
	.rf_fbu input {
		margin-left: 177px;
	}
}