/* Arttree Order Notify frontend styles. */
.wclon-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: #06C755 !important;
	color: #ffffff !important;
	padding: 0 14px !important;
	text-decoration: none !important;
	border-radius: 4px !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
	min-width: 130px !important;
	border: none !important;
	cursor: pointer;
	transition: background-color 0.2s;
	height: 36px !important;
	min-height: 36px !important;
	box-sizing: border-box !important;
	white-space: nowrap !important;
	line-height: 1 !important;
}
.wclon-btn:hover, .wclon-btn:focus, .wclon-btn:active {
	background-color: #05a546 !important;
	color: #ffffff !important;
	text-decoration: none;
}
.wclon-btn,
.wclon-unbind-btn {
	vertical-align: middle !important;
	line-height: 1 !important;
}
.wclon-btn-group {
	display: flex !important;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center !important;
	margin-top: 15px;
}
.wclon-btn-group > .wclon-btn,
.wclon-btn-group > .wclon-unbind-btn {
	align-self: center !important;
	margin: 0 !important;
}
.wclon-line-logo {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 21px;
	margin-right: 7px;
	border-radius: 50%;
	background: #ffffff;
	color: #06c755 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	font-weight: 900;
	letter-spacing: -0.45px;
	line-height: 1;
	flex: 0 0 27px;
}
.wclon-line-logo::after {
	position: absolute;
	bottom: -3px;
	left: 5px;
	width: 0;
	height: 0;
	border-top: 6px solid #ffffff;
	border-right: 5px solid transparent;
	content: '';
}
.wclon-line-logo > span {
	position: relative;
	z-index: 1;
	transform: scaleX(0.95);
}
.wclon-social-login-wrapper {
	margin-top: 20px;
	text-align: center;
	border-top: 1px solid #ddd;
	padding-top: 15px;
}
.wclon-social-login-wrapper p {
	margin-bottom: 10px;
	font-weight: bold;
	color: #555;
}
.wclon-bind-box {
	border: 1px solid #dcdcde;
	border-radius: 8px;
	padding: 16px;
	margin: 16px 0;
	background: #fff;
}
.wclon-bind-box h3 {
	margin-top: 0;
}
.wclon-success {
	color: #008a20;
}
.wclon-error {
	color: #b32d2e;
}
.wclon-bind-prompt {
	display: flex !important;
	gap: 14px !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	margin: 18px 0 !important;
	padding: 16px 18px !important;
	border: 1px solid #cfe9d8 !important;
	border-radius: 12px !important;
	background: #f4fcf7 !important;
}
.wclon-bind-prompt > span {
	flex: 1 1 220px !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.5 !important;
}
.wclon-unbind-btn {
	background-color: transparent !important;
	color: #d32f2f !important;
	padding: 0 13px !important;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 700 !important;
	font-size: 14px !important;
	line-height: 1 !important;
	border: 1px solid #d32f2f !important;
	cursor: pointer;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	white-space: nowrap;
	transition: all 0.2s;
	height: 36px !important;
	min-height: 36px !important;
	box-sizing: border-box;
}
.wclon-unbind-btn:hover {
	background-color: #ffebee !important;
	color: #b71c1c !important;
	border-color: #b71c1c !important;
}
