

.player-profile label {
	//min-width: 300px !important;
	white-space: normal !important;
	display: block;    
	margin-bottom: 5px;
	text-align: left;
}

.player-profile input {
	min-width: 300px !important;
	margin-bottom: 2rem;
	font-size: 1.2rem;
	line-height: 2rem;
	}

.player-profile input[type="checkbox"] {
	min-width: auto !important;
	height: 30px;
	width: 30px;
	}
	

#country {
	min-width: 250px !important;
}

#postcode {
	width: 100px !important;
	min-width: 100px !important;
}

.player-profile input[type=submit] {
	margin-top: 1rem;
	display: block;  
	height: 50px;
	min-width: 150px !important;  		
}

.player-name {
	//text-align: left;
	width: 100%;
	//font-weight: bold;	
}

.player-postcode[data-value=""],
.player-city[data-value=""],
.player-county[data-value=""],
.player-familyname[data-value=""],
.player-givenname[data-value=""]{
	color: rgba(0,0,0,.3);
}

@media (prefers-color-scheme: dark) {

	.player-postcode[data-value=""],
	.player-city[data-value=""],
	.player-county[data-value=""],
	.player-familyname[data-value=""],		
	.player-givenname[data-value=""] {
		color: rgba(255,255,255, .3);		
	}	
}

.player-registration {
	//text-align: left;
	width: 100%;	
	font-size: .75rem;	
}

.player-image {	
	height: 50px;
	width: 100%	;
	//width: 50px;
	//display: inline-block; 

	display: flex;
    align-items: center;
    justify-content: center;
	}

.player-image img {
	max-width: 50px;
	max-height: 50px;
}


.player-position {	 
	

	border:1px solid #CCC;
	color: #000;
	//background-color: #666;
	background-color: rgba(0,0,0,.1);

	font-weight: bold;
	font-size: 1rem;
	text-align:center;
	width: 3rem;
	height: 3rem;	
	line-height: 2.6;
	-moz-border-radius: 1.5rem;
	-webkit-border-radius: 1.5rem;
}

.player-image .initials-avatar {
	width: 50px;
	height: 50px;
}


.payment-done {
	background: rgba(0, 127, 0, 1);
	color: #FFF;
}
.payment-awaiting {
	background: rgba(170, 0, 0, 1);
	color: #FFF;
}
