.cfxre_loginButton {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	min-height: 44px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 9px 14px 9px 112px !important;
	overflow: hidden;
	border: 1px solid #4b4b5d !important;
	border-radius: 4px !important;
	background: #11131c !important;
	box-shadow: none !important;
	color: #f4f4f7 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
	letter-spacing: 0 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-shadow: none !important;
	transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}

.cfxre_loginButton::before {
	content: "";
	position: absolute;
	left: 14px;
	top: 50%;
	width: 84px;
	height: 24px;
	transform: translateY(-50%);
	background: url("cfx-forum-logo.png") left center / contain no-repeat;
	pointer-events: none;
}

.cfxre_loginButton::after {
	content: "";
	position: absolute;
	left: 105px;
	top: 9px;
	bottom: 9px;
	width: 1px;
	background: #3d4050;
	pointer-events: none;
}

.cfxre_loginButton:hover {
	border-color: #c2caea !important;
	background: #1c202e !important;
	color: #ffffff !important;
}

.cfxre_loginButton:focus,
.cfxre_loginButton:focus-visible {
	border-color: #c2caea !important;
	background: #1c202e !important;
	color: #ffffff !important;
	outline: 2px solid rgba(194, 202, 234, 0.38) !important;
	outline-offset: 2px;
}

.cfxre_loginButton > i,
.cfxre_loginButton .fa,
.cfxre_loginButton .fas,
.cfxre_loginButton .ipsSocial_icon {
	display: none !important;
}

.cfxre_loginButton > span {
	min-width: 0;
	padding: 0 !important;
	background: transparent !important;
	color: inherit !important;
	font: inherit !important;
	line-height: inherit !important;
	white-space: normal;
}

.cfxre_loginButton .ipsSocial_text {
	display: block !important;
	width: 100%;
	min-width: 0;
	text-align: center !important;
}

.cfxre_accountButton {
	position: relative;
	min-height: 64px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 10px 22px 10px 158px !important;
	border: 1px solid #4b4b5d !important;
	border-radius: 4px !important;
	background: #11131c !important;
	box-shadow: none !important;
	color: #fafafb !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-decoration: none !important;
	text-shadow: none !important;
}

.cfxre_accountButton::before {
	content: "";
	position: absolute;
	left: 18px;
	top: 50%;
	width: 122px;
	height: 34px;
	transform: translateY(-50%);
	background: url("cfx-forum-logo.png") left center / contain no-repeat;
}

.cfxre_accountButton:hover,
.cfxre_accountButton:focus {
	border-color: #c2caea !important;
	background: #1c202e !important;
	color: #ffffff !important;
}

.cfxre_accountButton > i,
.cfxre_accountButton .fa,
.cfxre_accountButton .fas,
.cfxre_accountButton .ipsSocial_icon,
.cfxre_accountButton > span:first-child:not(:last-child) {
	display: none !important;
}

.cfxre_accountButton > span,
.cfxre_accountButton .ipsSocial_text {
	min-width: 0;
	padding: 0 !important;
	background: transparent !important;
	color: inherit !important;
	font: inherit !important;
	line-height: inherit !important;
	text-align: center !important;
}

.cfxreAccountManager img[src*="cfxre-mark.png"],
.cfxreAccountManager img[src*="cfxre-profile.png"],
.cfxreAccountManager .cfxreProfileAvatar {
	box-sizing: border-box;
	width: 52px !important;
	height: 52px !important;
	object-fit: cover;
	border: 1px solid #393c49;
	border-radius: 4px !important;
	background: #11131c;
	box-shadow: none !important;
}

.cfxreAccountManager a,
.cfxreAccountManager button,
.cfxreAccountManager input[type="submit"] {
	letter-spacing: 0 !important;
}

.cfxreAccountManager .cfxreManageAction {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 13px !important;
	border: 1px solid #4b4b5d !important;
	border-radius: 4px !important;
	background: #171a24 !important;
	box-shadow: none !important;
	color: #f4f4f7 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.25 !important;
	text-decoration: none !important;
	text-shadow: none !important;
}

.cfxreAccountManager .cfxreManageAction:hover,
.cfxreAccountManager .cfxreManageAction:focus {
	border-color: #c2caea !important;
	background: #222635 !important;
	color: #ffffff !important;
}

.cfxreAccountManager .cfxreDisconnectAction {
	border-color: #454754 !important;
	background: transparent !important;
	color: #c9cad2 !important;
}

.cfxreAccountManager .cfxreDisconnectAction:hover,
.cfxreAccountManager .cfxreDisconnectAction:focus {
	border-color: #a7565d !important;
	background: #24171b !important;
	color: #ffb8bb !important;
}

.cfxreAccountManager .cfxreSyncOption {
	display: none !important;
}

.cfxreAccountConfig {
	border-color: #31313d !important;
	background: #0d0f16 !important;
	color: #f4f4f7 !important;
}

.cfxreConfigIntro {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 20px;
	padding: 16px;
	border: 1px solid #31313d;
	border-radius: 4px;
	background: #11131c;
	color: #f4f4f7;
}

.cfxreConfigIntro img {
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	object-fit: cover;
	border: 1px solid #4b4b5d;
	border-radius: 4px;
}

.cfxreConfigIntro div {
	min-width: 0;
}

.cfxreConfigIntro strong,
.cfxreConfigIntro span {
	display: block;
}

.cfxreConfigIntro strong {
	margin-bottom: 4px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
}

.cfxreConfigIntro span {
	color: #a9a9ba;
	font-size: 13px;
	line-height: 1.55;
}

.cfxreAccountConfig .cfxreManageAction {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 16px !important;
	border: 1px solid #4b4b5d !important;
	border-radius: 4px !important;
	background: #171a24 !important;
	box-shadow: none !important;
	color: #f4f4f7 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.25 !important;
	text-decoration: none !important;
	text-shadow: none !important;
}

.cfxreAccountConfig .cfxreDisconnectAction {
	border-color: #85484d !important;
	background: #24171b !important;
	color: #ffb8bb !important;
}

.cfxreAccountConfig .cfxreDisconnectAction:hover,
.cfxreAccountConfig .cfxreDisconnectAction:focus {
	border-color: #d56a72 !important;
	background: #321c21 !important;
	color: #ffd9db !important;
}

.cfxreAccountConfig .cfxreSyncOption {
	display: none !important;
}

@media (max-width: 600px) {
	.cfxre_loginButton {
		min-height: 42px;
		padding-right: 12px !important;
		padding-left: 106px !important;
		font-size: 12px !important;
	}

	.cfxre_loginButton::before {
		left: 12px;
		width: 78px;
		height: 22px;
	}

	.cfxre_loginButton::after {
		left: 97px;
	}

	.cfxre_accountButton {
		width: 100%;
		min-height: 82px;
		flex-direction: column;
		gap: 7px;
		padding: 12px 14px !important;
	}

	.cfxre_accountButton::before {
		position: static;
		width: 112px;
		height: 28px;
		transform: none;
	}

	.cfxre_accountButton > span,
	.cfxre_accountButton .ipsSocial_text {
		width: 100%;
		white-space: normal;
	}

	.cfxreAccountManager img[src*="cfxre-mark.png"],
	.cfxreAccountManager img[src*="cfxre-profile.png"],
	.cfxreAccountManager .cfxreProfileAvatar {
		width: 48px !important;
		height: 48px !important;
	}

	.cfxreAccountManager .cfxreManageAction {
		max-width: 100%;
	}

	.cfxreConfigIntro {
		align-items: flex-start;
		padding: 14px;
	}

	.cfxreAccountConfig .cfxreManageAction {
		width: 100%;
	}
}
