.playerdirectstatwrap{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
    align-items: center;
	margin-bottom: 30px;
}

.playerdirectstat{
    width: 25%;
    border-radius: 5px;
    background: var(--nv-y);
    color: var(--nv-bg);
    font-family: var(--nv-main);
    font-size: 16px;
    text-transform: lowercase;
    padding: 5px;
    text-align: center;
	letter-spacing: 1px;
}

.playeroverviewwrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.whoiswrapper{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 31%;
	border: 5px solid var(--nv-y);
	border-radius: 5px;
	margin: 15px 0px;
}

.whoishead{
	width: 97%;
    padding-left: 2%;
    border-bottom: 1px solid var(--nv-txt);
    background-color: var(--nv-y);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    color: var(--nv-bg);
    font-family: var(--nv-main);
    font-size: clamp(9px, 9px + 0.5vw, 20px);
    padding-right: 2%;
    padding-bottom: 1%;
}

.whoisheadright{font-size: clamp(9px, 9px + 0.5vw, 20px);} .whoisheadright i:hover{color:var(--nv-m);} .whoisheadleft{font-size: clamp(9px, 9px + 0.5vw, 20px); color: var(--nv-bg);} .whoisheadtext{    width: 70%;}

.whoisname{
	font-family: var(--nv-head);
	text-transform: uppercase;
	font-size: 20px;
	text-align:center;
	color: var(--nv-y);
}

.whoismask{
	width: 40px;
	height: 40px;
	margin:auto;
}

.whoismaskwrap{
	width: 40px;
	height: 40px;
	margin-bottom: 30px;
}

.whoisnamefacts{
	width: 100%;
	text-align: center;
	font-size: var(--nv-txt-size);
	font-family: var(--nv-main);
	color: var(--nv-txt);
}

.whoisbodywrapper{
	display:flex;
	flex-direction:row;
}

.whoisbodyleft{
	width: 39%;
	height: 300px;
	display:flex;
	flex-direction:column;
	background-color: var(--nv-bg);
	justify-content: center;
    align-items: center;
}
.whoisbodyright{
	width: 55.6%;
	height: 280px;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	background: var(--nvbglines);
	padding: 10px;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: var(--nv-y) var(--nv-bgtrans);
}

.whoischarwrap{
	display:Flex;
	flex-direction:column;
	width: 50%;
	align-items: center;
    justify-content: center;
    height: 100px;
}

.whoischarstats{
	font-family: var(--nv-main);
    font-size: 12px;
	text-align: center;
}