/*
 * fluent-form extension style
 */

@media (min-width: 660px) {
   .frm-fluent-form.cft-email-zip-check {
      .ff-el-group:not(.cft-msg) {
	display:flex;
      }
   }
}
.frm-fluent-form.cft-email-zip-check {
    .ff-el-group.page-1:not(.optional) .ff-el-input--label {
	label::after{
	    content: ' *';
	}
    }
    .ff-el-group.page-2:not(.optional) .ff-el-input--label {
	label::after{
	    content: ' *';
	}
    }
    .ff-el-group.cft-next.loading,
    .ff-el-group.cft-submit.loading{
	p::after{
   	    display: block;
    	    content: "";
    	    height: 50px;
    	    background: transparent url('/wp-content/themes/buddyboss-theme/assets/images/svg/loader.svg') no-repeat;
       	}
    }

    .submit-page1 {
	display:flex;
	a {
	    background-color: #ffa;
	    font-size: 16px;
	    border-radius: 5px;
	    text-decoration: none;
	    font-weight: normal;
	    font-style: normal;
	    padding: 0.8rem 1rem;
	    border-color: #0072ff;
	}
    }
    .message-page-1,
    .message-page-2 {
	color:red;
    }
    .ff-el-group.warning{
	padding-left:4px;
	border-left:3px solid #f00;
    }
     &.ff-el-form-left .ff-el-group.require-check .ff-el-input--content{
	 margin-left:0px;
	 width:100%;
     }
     &.ff-el-form-left .ff-el-input--content{
	width:350px;
	padding-top:10px;
	margin-left:10px;
    }
    &.ff-el-form-left .ff-el-input--label {
	width:350px;
    }
    .adres-readonly {
	display:flex;
	.adres-value {
	    display:flex;
	    margin-left:10px;
	    padding-top:10px;
	    width:350px;
	}
    }
}
