/* /Pages/GameList.razor.rz.scp.css */
a:link[b-dlv4l1ddlc] {
	text-decoration: none;
	color: black;
}

a:visited[b-dlv4l1ddlc] {
	text-decoration: none;
	color: black;
}

a:hover[b-dlv4l1ddlc] {
	text-decoration: none;
	color: black;
}

a:active[b-dlv4l1ddlc] {
	text-decoration: none;
	color: black;
}
/* /Pages/GameStats.razor.rz.scp.css */
.headerImage[b-pzv6erkndf] {
	max-width: 300px;
}

.timer[b-pzv6erkndf] {
	margin-top: -50px;
}
.gamestatustxt[b-pzv6erkndf]{
	font-weight: bold;
}
.barLabels[b-pzv6erkndf] {
	transform: rotate(-90deg);
	margin-top: 25px;
	width: 60px;
	margin-left: -10px;
}

.bar-graph[b-pzv6erkndf] {
	display: flex;
	align-items: flex-end;
	height: 120px;
	transform: rotate(90deg);
}

.bar[b-pzv6erkndf] {
	width: 30px;
	background-color: #443895;
	margin: 0 5px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	color: white;
	font-size: 12px;
}

.bar-label[b-pzv6erkndf] {
	transform: rotate(-90deg);
	white-space: nowrap;
	align-self: center
}
/* /Pages/PlayGame.razor.rz.scp.css */
.clueLabel[b-yeejig7ctf] {
	
}

.txtclue[b-yeejig7ctf] {
	resize: none;
	height: 130px;
	overflow-y: scroll;
}

.btnReveal[b-yeejig7ctf] {
	position: relative;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transform: rotateX(360deg);
}

.revealIcon[b-yeejig7ctf] {
	color: white;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ttby99f40z] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.navbar-wwwami[b-ttby99f40z] {
    background-color: #443895;
    color: white;
}

main[b-ttby99f40z] {
    flex: 1;
}

a:link[b-ttby99f40z] {
    text-decoration: none;
}

a:visited[b-ttby99f40z] {
    text-decoration: none;
}

a:hover[b-ttby99f40z] {
    text-decoration: none;
}

a:active[b-ttby99f40z] {
    text-decoration: none;
}

@media (max-width: 640.98px) {
}

@media (min-width: 641px) {
    .page[b-ttby99f40z] {
        flex-direction: row;
    }
}
