

.group-profile label {
	//min-width: 300px !important;
	white-space: normal !important;
	display: block;    
	margin-bottom: 5px;
	text-align: left;
}

.group-profile input, 
.group-profile button {
	min-width: 300px !important;
	margin-bottom: 2rem;
	font-size: 1.2rem;
	line-height: 2rem;
	}

.group-profile input[type="checkbox"] {
	min-width: auto !important;
	height: 30px;
	width: 30px;
	}
	

.group-profile input[type=submit],
.group-profile button {
	margin-top: 1rem;
	display: block;  
	height: 50px;
	min-width: 150px !important;  		
}

.group-name {
	//text-align: left;
	width: 100%;
	//font-weight: bold;	
}

.player-name[data-value=""] {
	color: rgba(0,0,0,.3);
}

@media (prefers-color-scheme: dark) {

	.player-name[data-value=""] {
		color: rgba(255,255,255, .3);		
	}	
}

.group-image {	
	height: 50px;
	width: 50px;

	display: flex;
    align-items: center;
    justify-content: center;		
	outline: 2px solid #ffFFFF;
	/* box-shadow: 0 0 0 4px #007bff;*/
	}

.group-image img {
	max-width: 50px;
	max-height: 50px;			
}

.group-points {
	text-align:right;
}
.group-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;	
}

.group-image .initials-avatar {
	width: 50px;
	height: 50px;		
}

