.h-flex { display: flex; flex-direction: row }
.v-flex { display: flex; flex-direction: column }
.fx-grow { flex-grow: 1 }
.ms-1 { margin-left: 0.25rem; } .ms-2 { margin-left: 0.5rem; } .ms-3 { margin-left: 1rem; } .ms-4 { margin-left: 1.5rem; } .ms-5 { margin-left: 3rem; } .ms-auto { margin-left: auto }
.mt-1 { margin-top: 0.25rem; } .mt-2 { margin-top: 0.5rem; } .mt-3 { margin-top: 1rem; } .mt-4 { margin-top: 1.5rem; } .mt-5 { margin-top: 3rem; } .mt-auto { margin-top: auto }
.text-common { word-break: break-all; font-size: 80%; line-height: 1.25; }
.rel {
	position: relative;
}

.status {
	position: absolute;
	left: 2px;
	top: 0px;
	color: #0F0;
}

.fps {
	position: absolute;
	right: 2px;
	top: 0px;
	color: #0F0;
}

/*
.slider {
	appearance: slider-vertical;
	height: 100%;
}
*/
.btn {
	padding: 1rem 2rem;
	border-radius: 5px;
	background-color: #CCC;
	transition: all 0.2s ease-in-out;
}
.btn:active {
	background-color: #AAA;
	transform: scale(1.2);
	transition: 0.1s;
}
.video {
	width: 40px;
	height: 40px;
	background-color: #000;
	display: block;
}
.cv {
	background-color: #CCC;
	object-fit: contain;
	width: 100%;
	display: block;
	/*
	height: 200px;
	width: 200px;
	*/
 }
.log {
	width: 100%;
}
.results {
	/*
	width: 66vw;
	height: 50vh;
	*/
	background-color: #FFF;
	margin-right: 1rem;
	overflow-y: scroll;
}

.item {
	padding: 0.5em 1em;
	border-radius: 5px;
	margin-bottom: 1px;
	user-select: none;
}

.item-id {
	font-size: 66%;
	font-weight: bold;
}

.item-id::before {
	content: "#";
}

.item-timestamp {
	font-size: 66%;
	color: #AAA;
}

.item-data {
	line-height: 1.25;
	word-break: break-all;
}

.item-qr {
	background-color: #EEF;
	border: 1px solid #AAF;
}

.item-log {
	background-color: #EEE;
	border: 1px solid #AAA;
}

.item-selected {
	background-color: #88F !important;
	border: 1px solid #44F !important;
}

.result {
	font-weight: bold;
	padding: 0.5em 1em;
	background-color: #FFF;
	word-break: break-all;
	line-height: 1.25;
	border: 1px solid #333;
}


