/*asdf*/

select option{
	font-size: 1.3rem;
}

.util-option{
	display: inline-block;
	margin: 10px;
	padding: 10px;
	background: rgba(0, 0, 0, .1);
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	text-align: center;
}
.util-option svg{
	width: auto;
	max-height: calc(100% - 15px);
	margin-bottom: 5px;
	display: inline-block;
	height: 70px;
}
.util-option:hover{
	background: rgba(0, 0, 0, .2);
}
.util-option:active{
	background: rgba(0, 0, 0, .3);
}
.dark .util-option{
	background: rgba(255, 255, 255, .05);
}
.dark .util-option:hover{
	background: rgba(255, 255, 255, .07);
}
.dark .util-option:active{
	background: rgba(255, 255, 255, .09);
}

a .title{
	text-decoration: none;
}

.util-option.error{
	/* background: maroon; */
	opacity: .3;
}
.util-option.is-admin{
	border: 1px solid violet;
}

.util-option.util-key-qr_codes path{
	background: transparent;
	fill: #190b0b;
}