<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.xforwc-modal-register .full-width-p {
	max-width: 420px;
	width: 100%;
	text-align: left;
}

.xforwc-modal-register {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: #fff;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: left;
}

.xforwc-register-holder {
	max-width: 420px;
	width: 100%;
}

.xforwc-register-holder &gt; span {
	border-radius: 5px;
	padding: 1em 2em;
	cursor: pointer;
	display: block;
	margin-bottom: 1em;
	box-sizing: border-box;
}

.xforwc-website {
	border: 2px solid #71dda2;
	color: #71dda2;
	text-align: center;
}

.xforwc-code {
	border: 2px solid #419cf8;
	color: #419cf8;
	text-align: center;
}

.xforwc-code.activated {
	box-shadow: 0 0 16px 0 #419cf8;
}


.envItem-title {
	max-width: 220px;
}
.env_support {
	text-align: center;
}

.envItem-submit {
	text-align: right;
}

.envItem-submit .button {
	width: 100%;
	max-width: 180px;
}

.my-control-panel-table {
	max-width: 420px;
	margin: 0 auto 40px;
}
.my-control-panel-table .license:before,
.my-control-panel-table .support:before {
	content: '';
	width: .5em;
	height: 1em;
	display: inline-block;
	border-bottom: 2px solid #87ce11;
	border-right: 2px solid #87ce11;
	margin-left: .5em;
	margin-right: 1em;
	transform: rotate(45deg);
	
}

.bila .my-control-panel-desc {
	margin-bottom:30px;
}
.xforwc-help-container hr {
	max-width: 320px;
	width: 100%;
	margin: 20px auto 40px;
	border-top-color: #eaeaea;
}
</pre></body></html>