.xuser-container * {
	box-sizing: border-box;
}
.xuser-container {
	background: #141414;
	color: #fff;
}
.xuser-container a {
	color: #00ffff;
}
.xuser-container a:focus,
.xuser-container a:hover {
	color: #fff;
}
.xuser-wrap {
	max-width: 1220px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xuser-column {
	padding: 15px;
}
.xuser-transaction-links-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.xuser-transaction-links-wrap .sep {
	display: block;
	width: 2px;
	height: 18px;
	background: #fff;
	margin: 0 15px;
}
.xuser-balance-wrap {
	display: flex;
	align-items: center;
}
.xuser-balance {
	display: block;
	padding: 0 10px;
	background: #ff0;
	color: #000;
	margin-left: 15px;
}
#xuser-withdraw-form {
	opacity: 0;
	visibility: hidden;
	height: 0;
	padding: 0;
	margin: 0;
}
#xuser-withdraw-form.open {
	opacity: 1;
	visibility: visible;
	height: unset;
}

.xuser-withdraw-form-control {
	display: flex;
	align-items: stretch;
	border: rgba(255, 255, 255, .6) 1px solid;
	margin-bottom: 15px;
}
.xuser-withdraw-form-control .xuser-withdraw-input-wrap {
	flex-grow: 1;
	display: flex;
	align-items: center;
	height: 34px;
	padding: 1px;
}
.xuser-withdraw-form-control .xuser-withdraw-input-wrap input {
	width: 100%;
	padding-left: 5px;
	height: 100%;
	border: 0;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font-size: 14px;
	margin: 0;
	padding-right: 0;
}
.xuser-withdraw-form-control .xuser-withdraw-input-wrap input:focus {
	outline: rgba(255, 255, 255, .6) 2px solid;
	border: 0;
	background: transparent;
}
.xuser-withdraw-form-control button {
	border: 0;
	border-radius: 0;
	font-size: 14px;
	background: #b30303;
	color: #fff;
	cursor: pointer;
	transition: background .2s ease;
	margin: 0;
	padding: 0 8px;
	text-transform: none;
}
.xuser-withdraw-form-control button:focus,
.xuser-withdraw-form-control button:hover {
	background: #e80303;
}
.xuser-withdraw-notify {
	color: #ff0;
	margin-bottom: 10px;
}
.xuser-withdraw-notify-1 {
	color: #0f0;
}
@media (min-width: 768px) {
	
}