@charset "utf-8";


.icon {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}

.icon--gold {
    margin: 0 5px 0 10px;
    background-position: center 45%;
    background-size: 14px;
}

.icon--header {
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0;
	background-color: #3d3b32;
	border-radius: 100%;
	border-bottom: 1px solid #534f46;
}

.userGold {
	padding:0;
	margin: 0;
	background-color: transparent;
	border: 0;
	font-family: CoreSansD47, sans-serif;
    font-size: 16px;
	line-height: 1;
	text-align: left;
    display: none;
	align-items: center;
}
.userGold__text {
	padding-left: 5px;
    display: flex;
	flex-direction: column;
	display: inline-flex;
}
.userGold__balance {
	color: #ffb040;
}
.userGold__refill {
	font-size: 14px;
	color: #898177;
}
.userGold__refill:hover {
	color: #fbfbfb;
}
