/* Badge image upload */
._badgeUploadInput {
	display: none;
}

._badgeUploadLabel {
	display: inline-block;
	cursor: pointer;
}

._badgeThumb {
	display: block;
	margin-top: 1em;
	width: 128px;
	height: 128px;
	border: 1px solid #ddd;
	border-radius: 4px;
	object-fit: contain;
	background: #f5f5f5;
}

	._badgeThumb.-hidden {
		display: none;
	}
