.egoi-bar{
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	height: 50px;
	bottom: 0;
	position: fixed;
	padding: 10px;
	box-shadow: 1px 1px 1px #666;
	width: 100%;
	line-height: 25px;
	z-index: 999999;
}

.egoi-bar form, .egoi-bar input{
	padding: 0;
}

@media screen and (max-width: 768px) and (min-width: 446px) {
	/*.egoi-bar{
		height: 90px !important;
	}*/
}

@media screen and (max-width: 446px) {
	.egoi-label{
		display: none !important;
	}
}

.egoi-bar-error, .egoi-bar-success{
	color: #fff;

	font-size: 16px;
	height: 30px;

}

.close-bar {
	display: inline-block;
	float: right;
	margin-right: 12px;
	cursor: pointer;
	z-index: 200;
	clear: both;
}

.egoi-close{
	position: relative;
	z-index: 500;
	width: 100%;
	height: 10px;
}

#span-bar{
	opacity: 0 !important;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.egoi-email{
	max-width: 250px !important;
	box-sizing: border-box !important;
	line-height: initial !important;
	display: inline-block !important;
	width: 100% !important;
	height: 30px !important;
	padding: 5px !important;
	margin: 6px !important;
	float: none !important;
}

.egoi-email::placeholder{
	max-width: 250px;
}

.egoi-label{
	font-size: 18px;
	padding: 5px;
}

.loader{
	text-align:center;
	margin-top: 10px;
}

.widget-text{
	padding-bottom: 10px;
}

.egoi-action, .egoi-close-action{
	position:fixed;
	right:10px;
	top:0;
	text-align:center;
	height:30px;
	width:30px;
	border-radius:0 0 2px 2px;
	z-index:999999;
	cursor:pointer;
	color:#fff;
	transition:.5s;
}

.egoi-action-error, .egoi-action-success{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 10px;
	color: #fff;
	cursor: pointer;
	transition: .5s;
}

.egoi-widget-error{
	background: #d9534f;
	color: #fff;
	text-align: -webkit-center;
	text-align: -moz-center;
	font-size: 16px;
	border-radius: 3px;
	height: auto;
	line-height: 26px;
	border: #900 solid 1px;
	margin-top: 10px;
}

.egoi-widget-success{
	background: #5cb85c;
	color: #fff;
	text-align: -webkit-center;
	text-align: -moz-center;
	font-size: 16px;
	border-radius: 3px;
	height: auto;
	line-height: 26px;
	border: #066 solid 1px;
	margin-top: 10px;
}

.egoi-action-error:before{
	font-size:26px;
	line-height:20px;
	font-family:"dashicons";
	content:"\f153";
}

.egoi-action-success:before{
	font-size:26px;
	line-height:20px;
	font-family:"dashicons";
	content:"\f147";
}

.egoi-bottom-action,.egoi-close-bottom-action{
	position:fixed;
	right:10px;
	bottom:0;
	text-align:center;
	height:30px;
	width:30px;
	border-radius:0 0 2px 2px;
	z-index:9999999;
	cursor:pointer;
	color:#fff;
	transition:.5s;
}

.egoi-open-action:before, .egoi-bottom-open-action:before{
	font-size:18px;
	line-height:30px;
	font-family:"dashicons";
	content:"\f347";
}

.egoi-close-action:before, .egoi-bottom-close-action:before{
	font-size:18px;
	line-height:30px;
	font-family:"dashicons";
	content:"\f347";
}

.egoi-open-action .egoi-action, .egoi-open-action .egoi-close-action{
	top:5px;
	border-radius:50%;
	background:transparent !important;
}

.egoi-bottom-open-action .egoi-bottom-action, .egoi-bottom-open-action .egoi-bottom-close-action{
	bottom:5px;
	border-radius:50%;
	background:transparent !important;
}

.egoi-open-action .egoi-action:before, .egoi-bottom-action:before, .egoi-bottom-open-action, .egoi-open-action .egoi-close-action:before{
	font-size:18px;
	line-height:30px;
	font-family:"dashicons";
	content:'\f347';
}

.egoi-close-action:before, .egoi-bottom-close-action:before{
	font-size:18px;
	line-height:30px;
	font-family:"dashicons";
	content:"\f343" !important;
}

.loader_btn_egoi{
}

.external_content_egoi{
	border: 1px solid #ddd;
	margin-top: 20px;
}

.egoi_elementor_form_row{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

.egoi_elementor_form_column{
	display: flex;
	flex-direction: column;
}

.egoi_elementor_form_field_row{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.egoi_elementor_form_field_row > label{
	margin-right: 0.7em;
}

.egoi_elementor_form_field_column{
	display: flex;
	flex-direction: column;
}

.egoi_elementor_button_start{
	display: flex;
	justify-content: flex-start;
}

.egoi_elementor_button_full_width > button{
	width: 100%;
}

.egoi_elementor_button_center{
	display: flex;
	justify-content: center;
}

.egoi_elementor_button_end{
	display: flex;
	justify-content: flex-end;
}

.egoi_elementor_form_field{
	flex-grow: 4;
}

.egoi_elementor_entry_wrapper, .egoi_simple_form_tof_wrapper{
	margin: 0.7em;
}

.egoi_simple_form_tof_wrapper{
	display: flex;
	align-items: center;
}
.egoi_simple_form_tof_wrapper > input{
	margin-right: 0.3em;
}
