/*.tag {*/
/*	font-weight: bold; margin-right: 1em;*/
/*}*/

/*.value {*/
/*	font-family: monospace;*/
/*}*/

/*.pre {*/
/*	font-family: monospace; white-space: pre;*/
/*}*/

.container {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
}

.searchContainer {
	display: flex;
	flex-direction: row;
	padding-top: 24px;
	padding-bottom: 24px;
	background: white;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	margin-bottom: 4px;
}

.search {
	width: 405px;
}

.resultBar {
	width: 480px;
	margin-bottom: 16px;
	margin-top: 16px;
}

.emptyContainer {
	flex: 1 !important;
	height: 100% !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.empty {
	display: flex;
	flex-direction: column;
	align-items: center !important;
	height: 100%;
}

.emptyImage {
	width: 96px;
}

.resultContainer {
	max-height: 100%;
	overflow: auto;
}

.cardContainer {
	display: flex;
	flex-direction: column;
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #C7C7C7;
}

.cardItem {
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	margin-bottom: 8px;
}

.cardItemIcon {
	width: 14px;
	height: 14px;
}

.stringMatch {
	font-weight: 700;
	color: #0339c1;
	text-decoration: underline;
}

.mb16 {
	margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
	.resultBar {
		width: 100%;
	}
}