.height
{
	width: 100%;
	height: calc(100vh - 12em);
}

.panel-referral
{
	padding: 1em;
}

h2
{
	text-align: center;
	margin-bottom: 1em;
}

h3
{
	text-align: center;
	margin-top: 1em;
}

.panel-code
{
	text-align: center;
	padding: 1em;
	margin-bottom: 1em;
	background-color: #0004;
}

.panel-referrals
{
	padding: 1em;
	margin-top: 1em;
}

.panel-referrals-list
{
	margin-top: 1em;
	padding: 1em;
	background-color: #0004;
}

.row
{
	width: 100%;
	padding: .5em;
	line-height: 2em;
	display: inline-flex;
	background-color: #0004;
}

.row:not(:last-child)
{
	margin-bottom: 1em;
}

.row img
{
	border-radius: .5em;
	width: 2em;
	height: 2em;
	margin-right: .5em;
}

.items
{
	display: flex;
	justify-content: center;
	margin: 1em;
}

.item
{
	position: relative;
	background-color: #0004;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10em;
	margin-bottom: 1em;
}

.item img
{
	width: 100%;
	padding: 2em;
}

.item-name
{
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 1em;
}

.item-count
{
	font-size: 12px;
	position: absolute;
	bottom: 1em;
	right: 1em;
	text-align: right;
}

.item:not(:last-child)
{
	margin-right: 1em;
}