
.namecard {
	border: 1px solid var(--green);
	border-radius: var(--common-border-radius);
}

.namecard .data .img img {
	width: 136px;
	height: 136px;
	border-radius: 50%;
	border: 2px solid var(--green);
}

.namecard .header-img {
	max-width: 200px !important;
}

.namecard > div:last-of-type > div {/*ez a barcode*/
	max-width: 80%;
	height: 25px;
	min-height: unset;
}

.nameCardError {
	border: #ff0000;
	padding: 5px;
	background-color: #ff1100;
	font-weight: 700;
}
.nameCardUserError {
	border: #ff0000;
	padding: 5px;
	background-color: #ff1100;
	font-weight: 700;
}

.nameCardError:not(:first-of-type){
	display: none;
}