<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.btn-continue {
	visibility: hidden;
}

.btn-continue.visible {
	visibility: visible;
}

.legend-color {
	float: left;
	margin-right: 5px;
}

.legend-area-name {
	display: inline-block;
	line-height: 15px;
}

.legend-area-price {
	line-height: 15px;
	font-weight: bold;
	display: inline-block;
}

.legend {
	display: inline-block;
	margin-bottom: 30px;
}

.legend-item {
	margin-bottom: 5px;
}




.legend-color-box {
    padding: 5px 10px;
    line-height: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: white;
}
.user-cashier .legend-color-box {
	padding: 5px 15px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: white;
}</pre></body></html>