/* Add here all your CSS customizations */


/* Farge på tekst */

.text-stvg {
	color: #663399;
}

.omriss {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: space-evenly;
}

.boks-borge{
	flex-grow: 1;
	background-color: white;
	width: 300px;
	text-align: center;
	box-shadow: 0px 1px 10px 2px #a5a5a5;
	overflow: hidden;
		
}

.bokstopp_menn {
	background-color: #653399;
	color: white;
	padding: 5px;
	font-size: 12px;
	font-weight: bolder;
}

.bokstopp_elite {
	background-color: #CB05F6;
	color: white;
	padding: 5px;
	font-size: 12px;
	font-weight: bolder;
}

.bokstopp_kvinner {
	background:linear-gradient(90deg, #653399, #653399, #CB05F6);
	color: white;
	padding: 5px;
	font-size: 12px;
	font-weight: bolder;
}

.bokstopp_sorvest {
	background:linear-gradient(90deg, #452765, #452765, #452765);
	color: white;
	padding: 5px;
	font-size: 12px;
	font-weight: bolder;
}


.bokstopp_alder {
	background-color: #d44c15;
	color: white;
	padding: 5px;
	font-size: 12px;
	font-weight: bolder;
}

.boxbilde {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding-top: 12px;
	padding-bottom: 10px;
}

.bokstekst {
	font-size: 10px;
	margin: 0;
	padding: 2px;
	color: black;
	font-weight: bold;
}

.bokslag {
	font-size: 16px;
	margin: 0;
	padding: 2px;
	color: black;
	font-weight: bold;
}

.text_tid {
	color: #f36d27;
	
}

.text_tidgrad {
	background: linear-gradient(to right, #653399, #CB05F6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text_vs {
color: #D8BFEA;
}