.zerooneec-welcome, .zerooneec-setup, .zerooneec-overview, .zerooneec-welcome *, .zerooneec-setup *, .zerooneec-overview * {
	box-sizing: border-box;
}
.zerooneec-welcome {
	border-left: 5px solid #60c21f;
	padding-left: 10px;
	background-color: #fff;
	margin-top: 40px;
}
.zerooneec-logo {
	max-width: 250px;
}
.zerooneec-logo img {
	width: 100%;
}
.zerooneec-buttons a, .zerooneec-buttons a:link, .zerooneec-buttons a:active, .zerooneec-buttons a:focus, .zerooneec-buttons a:hover, .zerooneec-submit input {
	position: initial;
	display: inline-block !important;
	margin: 7px 0 !important;
	padding: 10px 20px !important;
	background-color: #3858e9 !important;
	color: #fff !important;
	border-radius: 3px !important;
	text-decoration: none !important;
	min-height: auto !important;
	line-height: 100% !important;
	font-size: 13px !important;
	width: 100%;
	max-width: 230px;
	text-align: center;
}
.zerooneec-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.zerooneec-flex .zerooneec-logo {
	flex: 0 1 15%;
}
.zerooneec-flex .zerooneec-buttons-green {
	padding-left: 20px;
	flex: 1 0 85%;
}
.zerooneec-buttons-green a, .zerooneec-buttons-green a:link, .zerooneec-buttons-green a:active, .zerooneec-buttons-green a:focus, .zerooneec-buttons-green a:hover {
	position: initial;
	display: inline-block;
	margin: 7px 0;
	padding: 10px 20px;
	background-color: #60c21f;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	width: 100%;
	max-width: 120px;
	text-align: center;
}
.zerooneec-buttons-green a.btn-grey, .zerooneec-buttons-green a.btn-grey:link, .zerooneec-buttons-green a.btn-grey:active, .zerooneec-buttons-green a.btn-grey:focus, .zerooneec-buttons-green a.btn-grey:hover {
	background-color: #828282;
}
.zerooneec-actions {
	color: #bbb;
}
.zerooneec-fields input[type="text"], .zerooneec-fields input[type="password"], .zerooneec-fields label {
	display: block;
	width: 100%;
	max-width: 300px;
	margin-bottom: 7px;
}
.zerooneec-step {
	margin-top: 10px;
}
.zerooneec-connected {
	color: #4da975;
}
.zerooneec-disconnected {
	color: #eb6868;
}
.ajax-loader {
	margin: 10px 0 0;
	width: 100%;
	max-width: 300px;
	text-align: center;
	display: none;
}
.doing-ajax .ajax-loader {
	display: block;
}
.zerooneec-setup + p.zerooneec-submit + p.submit {
	display: none;
}
.zerooneec-overview + p.submit {
	display: none;
}
.zerooneec-setup .woocommerce-help-tip {
	height: 10px !important;
	width: 10px !important;
	font-size: 10px !important;
	margin-top: -5px !important;
}
.zerooneec-setup .woocommerce-help-tip::after {
	content: "?" !important;
	font-weight: bold !important;
	border-radius: 50%;
	border: 1px solid #000;
	line-height: 8px !important;
}
.zerooneec-disconnect {
	margin-top: 10px;
	display: block;
}
@media all and (max-width: 767px) {
	.zerooneec-flex {
		display: block;
	}
	.zerooneec-flex .zerooneec-logo {
		flex: none;
	}
	.zerooneec-flex .zerooneec-buttons-green {
		padding-left: 0;
		flex: none;
	}
}