.cfb-form {
	margin:10px auto;
	max-width: 400px;
	padding: 20px 12px 10px 20px;
	position: relative;
}

.cfb-form__loading {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .7);
	z-index: 990;
}

.cfb-form.load .cfb-form__loading {
	display: grid;
	justify-items: center;
	align-items: center;
}

.loading-circle {
	display: block;
	width: 80px;
	height: 80px;
	position: relative;
	top: -30px;
}
.loading-circle:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #ddd;
	border-color: #ddd transparent #ddd transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


.cfb-form li {
	padding: 0;
	display: block;
	list-style: none;
	margin: 10px 0 0 0;
}
.cfb-form label{
	margin:0 0 3px 0;
	padding:0px;
	display:block;
}
.cfb-form input[type=text],
.cfb-form input[type=date],
.cfb-form input[type=datetime],
.cfb-form input[type=number],
.cfb-form input[type=search],
.cfb-form input[type=time],
.cfb-form input[type=url],
.cfb-form input[type=email],
.cfb-form input[type=tel],
textarea,
select{
	/*box-sizing: border-box;*/
	/*-webkit-box-sizing: border-box;*/
	/*-moz-box-sizing: border-box;*/
	/*border:1px solid #BEBEBE;*/
	/*padding: 7px;*/
	/*margin:0px;*/
	/*-webkit-transition: all 0.30s ease-in-out;*/
	/*-moz-transition: all 0.30s ease-in-out;*/
	/*-ms-transition: all 0.30s ease-in-out;*/
	/*-o-transition: all 0.30s ease-in-out;*/
	outline: none;
}
.cfb-form input[type=text]:focus,
.cfb-form input[type=date]:focus,
.cfb-form input[type=datetime]:focus,
.cfb-form input[type=number]:focus,
.cfb-form input[type=search]:focus,
.cfb-form input[type=time]:focus,
.cfb-form input[type=url]:focus,
.cfb-form input[type=email]:focus,
.cfb-form input[type=tel]:focus,
.cfb-form textarea:focus,
.cfb-form select:focus{
	/*-moz-box-shadow: 0 0 8px #88D5E9;*/
	/*-webkit-box-shadow: 0 0 8px #88D5E9;*/
	/*box-shadow: 0 0 8px #88D5E9;*/
	/*border: 1px solid #88D5E9;*/
}
.cfb-form .field-divided{
	width: 49%;
}

.cfb-form input{
	width: 100%;
}
.cfb-form select{
	width: 100%;
}
.cfb-form textarea{
	width: 100%;
	height: 100px;
}
/* .cfb-form button[type=submit], .cfb-form button{
	background: #4B99AD;
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
	cursor: pointer;
}
.cfb-form button[type=submit]:hover, .cfb-form button:hover{
	background: #4691A4;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
} */

.form-group{
	margin-bottom: 15px;
	position: relative;
}

.cfb-form [data-error] [name]{
	border: 1px solid red;
}

.validation-failed [data-error]:after {
	position: absolute;
	right: 10px;
	top: 45px;
	z-index: 2;
	content: url('../img/er.svg');  
}

.validation-failed [data-error] input, .validation-failed [data-error] select, .validation-failed [data-error] textarea{
	color: #eb5568;
	padding-right: 30px;
}

.validation-failed [data-error] input::placeholder, .validation-failed [data-error] select::placeholder, .validation-failed [data-error] textarea::placeholder{
	color: #eb5568;
}

.cfb-form .response{
	font-size: 15px;
	font-weight: 500;
}

.cfb-form .response.error{
	color: red;
}

.cfb-form .tooltip-element{
	position: relative;
	visibility: visible;
	color: #fff;
	background: #000;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	display: inline-block;
	text-align: center;
	line-height: 16px;
	margin: 0 5px;
	font-size: 12px;
	cursor: default;
}

.cfb-form *[tooltip]:hover:before {
	border: solid;
	border-color: #222 transparent;
	border-width: 6px 6px 0;
	bottom: 17px;
	content: '';
	left: 2px;
	position: absolute;
	z-index: 99;
	cursor: default;
}

.cfb-form *[tooltip]:hover:after {
    background: rgba(0,0,0,0.9);
    border-radius: 5px 5px 5px 0;
    bottom: 23px;
    color: #fff;
    content: attr(tooltip);
    padding: 10px 5px;
    position: absolute;
    z-index: 98;
    left: 2px;
    width: 230px;
    text-shadow: none;
    font-size: 12px;
    line-height: 1.5em;
    cursor: default;
}

.cfb-form .formbuilder-radio, .cfb-form .formbuilder-checkbox{
	display: flex;
	width: 100%;
}

.cfb-form .formbuilder-radio-inline, .cfb-form .formbuilder-checkbox-inline{
	display: flex;
	width: auto;
	margin-bottom: 5px;
}

.cfb-form .formbuilder-radio-inline input, .cfb-form .formbuilder-checkbox-inline input{
	width: auto;
}

.cfb-form .formbuilder-radio > *, .cfb-form .formbuilder-checkbox > *{
	width: auto;
}

.cfb-form .checkbox-group, .cfb-form .radio-group{
	display: flex;
	flex-wrap: wrap;
}

.cfb-form .checkbox-group > *:not(:last-child, .formbuilder-checkbox), .cfb-form .radio-group > *:not(:last-child, .formbuilder-radio){
	margin-right: 20px;
}

.remove-file {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAAD9ElEQVRoge3Yz28bRRTA8e/Muti4B0jSQOyUGxJ3BFJJ0iZREQQRkMqJvyCi4gIcKEmaXy5JaU/Aqf0zQKhFVFDcJiq9ceRMEhfRIhRInATvzOPg2rFj7+x6U8k++F1WXmvGn7cz82bW0I1udKMb7QwV9MXOu++/LajrwKCIgAAcXOXQZwSkfBMOXevuO9pX79e330CY6l27ebOZUwclIKhrbceX+z0pYq8HOQMTAE62+ckj5c5BeKHlBNqOF6lr23ICnYSv9tdSAp2ED/aHj0Bn4GOOQMfgHSOQCORHxPsi7BqfY0qTVCoSft8aStaSUpqEUuH4o66BIPx/Yvl34ATPrMzjv/YKRd8Pxe8aH3/kFD1Xc2xnBtizJhTvWsSBIxDlye8M9DP45RUSfb0cf/VlHuSusJNfI629pviiKcHYaQaXplGeR+qlF/n9g0/wNv8goWgZDxFGIGjO7xqfvg+nSPT1AqA8j8z8BTgzRNH4gfjsYzxA4kQf/R+dZ88aNz7WFApZsMeU5p/vvkeMqTZRnkdm4TMYHa4mEYQHEGPY+vYGCYUbHyeBsGqTVAq1ep8Hi5cbksguTsPZUbZ9v4wfHWnEW0th8Qskv0YS7cS7JpHrLBRaKtOeh7r7C4WFlbok0JrM3Kfo18fK+NxMI37hMvaHn0grLxzvGIHA4/TWG+9V1E3xtdVm1xjsyKkGKFYQBKUPnlMsvAjP/XqnqTXSCIRtUk9rjb57j8L88qGRUE8EH/MoEQ1fm4S6c4/C3DJY26Q7OQI+1kYWHV+9LwJKNf05VenK1rSLiHdtBdGqUAT8rvGR0eHyOtBNutWK7NI03pvj7PimNXy8o0RMfG21EambTkprsrkZvIlxtn2/BXycBI6Kt5bC/Arr00v1+4TWZHOzeG+dpWhMNHy8RRyOL5pSMP7xguX2KhtNkhi8NIueGGfbmFB87DcyF37fGuT0UCPeGDYvfl6tNmmt4fYqm7OXmiRxETU+zL61bny8o0QwHhFK1vLs5EQjfm4Z+TFfVyrTSmNv/czGTK7h2NFzbpKSsbHwzgScpRJIKc3Dr67hP/rLia9Um7T2kFv5uulUeviIP69+TUorNz7OUeLvsXckCF+Zr/tiKWaep//j82x9cwPJr4VuUkVrkbEhes5NlvHrBZ5CufEiDPx2v6nVkcCkuPCVP518K+xZQ0IR7VQpwr61lIwlpRVeBLwAmYAEQt/IGvAc4BFIKDiudf10C9mkkiiSng6fNrXtAiK8Ch3GN5Q8aQkfqdo0tAtWuqtQp+BjjUAH4V3vZNHfB9qJjzOFOgofbxGz0Tl4WW89AWEKkY0OwU85HnQ3utGNbrQx/geUXOzhLxT8xgAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	cursor: pointer;
	opacity: 1;
	visibility: visible;
}

.remove-file.hidden {
	opacity: 0;
	visibility: hidden;
}
