.cfas_skip{
    margin-left: 10px;
}
.cfas_page_body .cfas_prev_btn{
    margin-right: 10px;
}

html[dir='rtl'] .cfas_skip{
    margin-right: 10px;
}
html[dir='rtl'] .cfas_prev_btn{
    margin-right: 10px;
}

.cfas_page_footer{
	margin-top: 20px;
}
.wpcf7 .cfas_page_body .cfas_page_footer input,
.wpcf7 .cfas_page_body .cfas-live-section .wpcf7-submit{
    width: unset;
}
.cfas_btn{
	transition: all 0.2s linear !important;
}
.wpcf7 .cfas_page_body .cfas_btn:not(.cfas_skip).cfas_disabled,
.wpcf7 .cfas_page_body .wpcf7-submit.cfas_disabled{
	background: #888 !important;
	color: #fff !important;
}
.wpcf7 .cfas_page_body .cfas_btn.cfas_skip.cfas_disabled{
	color: #888 !important;
}
