#toasts {
	position: fixed;
	right: 10px;
	top: 5px;
	z-index: 1001;
}
#toasts > * {
	background-color: #000A;
	border-radius: 10px;
	clear: both;
	color: white;
	cursor: zoom-out;
	float: right;
	margin-top: 5px;
	padding: 3px 6px;
}
form.account-form {
	background: var(--surface);
	border-radius: 8px;
	padding: 1.5rem;
	max-width: 720px;
}
form.account-form h2 font-size {
	1em; margin-top: 1.5rem;
}
header.public-header {
	background: var(--surface);
	border-bottom: 1px solid var(--border);
	display: flex;
	gap: 1rem;
	padding: .75rem 1rem;
	align-items: center;
}
header.public-header .brand color {
	--primary; font-weight: 600; font-size: 1.1em; text-decoration: none;
}
header.public-header nav margin-left {
	auto; display: flex; gap: 1rem;
}
header.public-header nav a color {
	--text; text-decoration: none;
}
form.calc-form {
	background: var(--surface);
	border-radius: 8px;
	padding: 1.5rem;
}
div.calc-result {
	background: var(--surface);
	border-radius: 8px;
	margin-top: 1rem;
	padding: 1rem 1.5rem;
}
div.calc-result dl {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: .25rem 1rem;
	margin: 0;
}
div.calc-result dt {
	color: var(--text-soft);
}
div.calc-result dd margin {
	0; text-align: right;
}
div.calc-result dt.totaal,
div.calc-result dd.totaal
{
	font-size: 1.15em;
	font-weight: 600;
	color: var(--primary);
	border-top: 1px solid var(--border);
	padding-top: .5rem;
	margin-top: .5rem;
}
div.calc-result .disclaimer {
	color: var(--text-soft);
	font-size: .85em;
	margin-top: 1rem;
}
section.omzet form display {
	flex; gap: .75rem; align-items: end; margin: 1rem 0;
}
section.omzet table.omzet-table {
	background: var(--surface);
	border-collapse: collapse;
	border-radius: 8px;
	width: 100%;
}
section.omzet table.omzet-table th padding,
section.omzet table.omzet-table td padding
{
	.5rem .75rem; border-bottom: 1px solid var(--border); text-align: left;
}
section.omzet table.omzet-table td.right,
section.omzet table.omzet-table th.right
{
	text-align: right;
}
section.omzet table.omzet-table tr.total background {
	--surface-alt; font-weight: 600;
}
header.client-header {
	background: var(--surface);
	border-bottom: 1px solid var(--border);
	display: flex;
	gap: 1rem;
	padding: .75rem 1rem;
	align-items: center;
}
header.client-header a.brand {
	color: var(--primary);
	font-weight: 600;
	font-size: 1.1em;
	text-decoration: none;
}
header.client-header nav {
	display: flex;
	gap: .75rem;
	flex: 1;
}
header.client-header nav a {
	color: var(--text);
	padding: .25rem .5rem;
	border-radius: 6px;
	text-decoration: none;
}
header.client-header nav a:hover,
header.client-header nav a.active
{
	background: var(--surface-alt);
}
header.client-header .user {
	color: var(--text-soft);
	font-size: .9em;
}
section.client-page {
	max-width: 960px;
	margin: 1rem auto;
	padding: 0 1rem;
}
section.client-page h1 {
	margin-top: 0;
}
table.orders-table {
	background: var(--surface);
	border-radius: 8px;
	border-collapse: collapse;
	overflow: hidden;
	width: 100%;
}
table.orders-table th padding,
table.orders-table td padding
{
	.65rem .75rem; text-align: left; border-bottom: 1px solid var(--border);
}
table.orders-table th background {
	--surface-alt; font-size: .85em; font-weight: 600;
}
table.orders-table tbody tr:hover {
	background: var(--row-hover);
}
table.orders-table td.status {
	font-size: .85em;
	text-transform: capitalize;
}
table.orders-table a.async {
	color: var(--primary);
	text-decoration: none;
}
dl.order-detail {
	background: var(--surface);
	border-radius: 8px;
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: .5rem 1rem;
	padding: 1rem;
	margin: 1rem 0;
}
dl.order-detail dt {
	color: var(--text-soft);
}
dl.order-detail dd {
	margin: 0;
}
ul.dropoffs,
ul.tickets
{
	background: var(--surface);
	border-radius: 8px;
	list-style: none;
	padding: 0;
}
ul.dropoffs li border-bottom,
ul.tickets li border-bottom
{
	1px solid $border; padding: .5rem .75rem;
}
ul.dropoffs li:last-child,
ul.tickets li:last-child
{
	border-bottom: none;
}
p.empty {
	background: var(--surface);
	border-radius: 8px;
	padding: 1rem;
	text-align: center;
	color: var(--text-soft);
}
.register-page {
	min-height: 100vh;
	padding: 2rem 1rem;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.register-box {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: 12px;
	box-shadow: var(--shadow-sm);
	padding: 2rem;
	width: 100%;
	max-width: 640px;
}
.register-title {
	color: var(--primary);
	font-size: 1.4rem;
	margin: 0 0 1.5rem 0;
	text-align: center;
}
.field-row {
	display: flex;
	gap: .75rem;
}
.field-row .field {
	flex: 1 1 0;
}
p.small {
	font-size: .85em;
	text-align: center;
	margin-top: 1rem;
	color: var(--text-soft);
}
canvas#signature {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 8px;
	cursor: crosshair;
	display: block;
	margin: 1rem 0;
	max-width: 100%;
	touch-action: none;
}
.sigbar {
	display: flex;
	gap: .5rem;
}
:root {
	--primary: #0d6efd;
	--primary-text: #fff;
	--bg: #f7f8fa;
	--surface: #ffffff;
	--surface-alt: #eef0f4;
	--text: #1a1d22;
	--text-soft: #5a6068;
	--border: #e3e6ec;
	--row-odd: #f9fafc;
	--row-even: #ffffff;
	--row-hover: #eef4ff;
	--danger: #d6322f;
	--shadow-sm: 0 1px 2px rgba(0,0,0,.04);
}
* {
	box-sizing: border-box;
}
html,
body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	background: var(--bg);
	color: var(--text);
	font-size: 15px;
	line-height: 1.45;
}
a {
	color: var(--primary);
	text-decoration: none;
	color: var(--link);
}
a:hover {
	text-decoration: underline;
}
button,
.btn
{
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: 6px;
	color: var(--text);
	cursor: pointer;
	font: inherit;
	padding: .5rem .9rem;
	background: var(--surface);
	border-radius: 6px;
	color: var(--text);
	cursor: pointer;
	display: inline-block;
	border: 0;
	font: inherit;
	font-size: .9em;
	outline: 0;
	text-align: center;
	text-decoration: none;
}
button:hover,
.btn:hover
{
	background: var(--surface-alt);
}
button .primary,
.btn .primary
{
	background: var(--primary);
	border-color: var(--primary);
	color: var(--primary-text);
}
button .primary:hover,
.btn .primary:hover
{
	background: var(--primary);
}
.field {
	display: block;
	margin-bottom: 1rem;
}
.field span {
	display: block;
	font-size: .85em;
	color: var(--text-soft);
	margin-bottom: .25rem;
}
.field input,
.field select,
.field textarea
{
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: 6px;
	color: var(--text);
	font: inherit;
	padding: .55rem .75rem;
	width: 100%;
}
.field input:focus,
.field select:focus,
.field textarea:focus
{
	border-color: var(--primary);
	outline: none;
}
.app-empty {
	margin: 4rem auto;
	max-width: 480px;
	text-align: center;
}
.app-empty h1 {
	margin-bottom: .5rem;
}
.app-empty p {
	color: var(--text-soft);
}
.app-error {
	background: #fdecea;
	border: 1px solid #f5b8b6;
	border-radius: 6px;
	color: var(--danger);
	margin: .75rem 0;
	padding: .5rem .75rem;
	font-size: .9em;
}
.app-notice {
	background: #e7f2ff;
	border: 1px solid #b8d3f5;
	border-radius: 6px;
	color: var(--primary);
	margin: .75rem 0;
	padding: .5rem .75rem;
	font-size: .9em;
}
.login-page {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 100vh;
	padding: 1rem;
}
.login-box {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: 12px;
	box-shadow: var(--shadow-sm);
	padding: 2rem;
	width: 100%;
	max-width: 380px;
}
.login-title {
	color: var(--primary);
	font-size: 1.6rem;
	margin: 0 0 .25rem 0;
	text-align: center;
}
.login-subtitle {
	color: var(--text-soft);
	margin: 0 0 1.5rem 0;
	text-align: center;
	font-size: .9em;
}
form#bi {
	background: var(--surface);
	border-radius: 9px;
	display: flex;
	margin: 1rem 0;
}
form#bi i {
	cursor: pointer;
}
#widgets {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
#widgets > figure {
	background: var(--surface);
	border-radius: 9px;
	flex: 1 1 30%;
	margin: 0;
	min-width: 300px;
	opacity: .2;
	transition: 500ms ease-in;
}
#widgets > figure.init {
	opacity: 1;
}
#widgets > figure figcaption {
	font-size: .9em;
	padding: .5rem;
	text-align: center;
}
#widgets > figure > div {
	aspect-ratio: 2 / 1;
}
body {
	background: var(--background);
	color: var(--text);
	display: flex;
	gap: 0 .5em;
	height: 100dvh;
	margin: 0;
	overflow-x: hidden;
}
nav {
	display: flex;
	flex-direction: column;
	gap: .5rem .25rem;
	height: 100dvh;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 1rem 0;
}
nav a {
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	color: var(--text);
	display: block;
	overflow: hidden;
	padding: .5rem;
	text-decoration: none;
	white-space: nowrap;
}
nav a i {
	font-style: normal;
	display: inline-block;
	font-size: .85em;
	margin-left: -6px;
	text-align: center;
	width: 30px;
}
nav a:hover,
nav a.active
{
	background: var(--primary);
}
nav a:last-child {
	margin-top: auto;
}
main {
	flex: 1;
	padding: 0 .5rem;
	overflow: auto;
}
main section {
	display: contents;
}
section.list.default {
	display: contents;
}
section.list.default.main table th {
	top: 30px;
}
section.list.default header {
	display: flex;
}
section.list.default header .search {
	flex: 1 1 200px;
	min-width: 120px;
	position: relative;
}
section.list.default header .search input {
	width: 100%;
	padding: .55rem .75rem .55rem 2.25rem;
	border: none;
	border-radius: 9px;
	background: var(--surface-alt);
	color: var(--text);
	font-size: .85em;
}
section.list.default header .search i {
	position: absolute;
	left: .75rem;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
section.list.default table {
	min-width: 100%;
}
section.list.default table th {
	background: var(--surface);
	font-size: .85em;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 3em;
	position: sticky;
	text-align: left;
	top: 60px;
}
section.list.default table tbody tr:nth-child(odd) {
	background: var(--row-odd);
}
section.list.default table tbody tr:nth-child(even) {
	background: var(--row-even);
}
section.list.default table tbody tr:hover td,
section.list.default table tbody tr td.active
{
	background: var(--row-hover);
}
section.list.default table tbody tr td {
	padding: .5rem;
	vertical-align: top;
}
section.list.default table tbody tr td input.field,
section.list.default table tbody tr td select,
section.list.default table tbody tr td textarea
{
	border: 1px solid var(--text);
	border-radius: 3px;
	min-width: 100px;
	margin: -.25rem;
	padding: .25rem;
}
section.list.default table tbody tr td > a.async {
	display: block;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
section.list.default table tbody tr td.link {
	cursor: pointer;
}
section.list.default table tbody tr td .noRecords {
	font-size: 1.2em;
	text-align: center;
}
html.loading body::before {
	content: '';
	position: fixed;
	inset: 0;
	background: #000;
	opacity: 0;
	animation: darkfade .15s ease forwards .1s;
	pointer-events: none;
	z-index: 9999;
}
html.waiting body::after {
	content: 'loading';
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: monospace;
	font-size: 1.25rem;
	color: #0f0;
	background: #000;
	padding: .75rem 1.5rem;
	border: 1px solid #0f0;
	min-width: 20ch;
	white-space: pre;
	animation: terminaldots 1s steps(3) infinite;
	z-index: 10000;
}
section.record.default,
section.change.default,
section.create.default: div.body,
form
{
	border-radius: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: .5rem;
}
section.record.default label,
section.change.default label,
section.create.default: div.body label,
form label
{
	font-weight: bold;
	color: var(--text);
	opacity: .8;
}
section.record.default .field,
section.change.default .field,
section.create.default: div.body .field,
form .field
{
	background: var(--surface);
	border: 1px solid #FFF1;
	border-radius: 9px;
	padding: 1rem;
	flex-grow: 1;
	min-width: 20%;
	display: flex;
	flex-direction: column;
	gap: .5rem;
}
section.record.default .field > div,
section.change.default .field > div,
section.create.default: div.body .field > div,
form .field > div
{
	background: var(--surface-alt);
	border-radius: 6px;
	flex: 1;
	display: flex;
	align-items: center;
	gap: .5rem;
	padding: .5rem;
	white-space: nowrap;
}
section.record.default .link,
section.change.default .link,
section.create.default: div.body .link,
form .link
{
	padding: .25rem 0;
}
#settings {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}
#settings div {
	border: 1px solid var(--primary);
	flex: 1;
	padding: .25rem;
}
::-webkit-scrollbar {
	background: var(--background);
	width: 12px;
	height: 20px;
}
::-webkit-scrollbar \-thumb {
	background: var(--primary);
}
h1,
h2
{
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
}
input.field,
select,
textarea
{
	background: transparent;
	border: 0;
	font: inherit;
	color: var(--text);
}
input.field.error,
select.error,
textarea.error
{
	outline: 1px solid var(--warning);
}
section .body input.field,
section .body select,
section .body textarea,
input.field.full,
select.full,
textarea.full
{
	width: 100%;
}
input::placeholder {
	color: var(--text);
	opacity: .66;
}
select option {
	background: black;
	color: white;
}
button.primary,
.btn.primary
{
	background: var(--primary);
}
button.warning,
.btn.warning
{
	background: var(--warning);
}
section header {
	background: var(--background);
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	justify-content: end;
	line-height: 30px;
	margin: 1.25em 0 0;
	padding: 0 .5rem;
	position: sticky;
	left: 0;
	z-index: 1;
}
section header h1,
section header h2
{
	flex: auto;
}
section header .count {
	background: var(--warning);
	border-radius: 100%;
	display: inline-block;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	min-width: 2em;
}
section header button,
section header .btn
{
	height: 2em;
	margin-top: 5px;
}
#more {
	display: block;
	margin: auto;
}
dialog {
	animation: 200ms dialog;
	background: var(--background);
	border: 1px solid var(--link);
	border-radius: 6px;
	color: var(--text);
}
dialog::backdrop {
	backdrop-filter: blur(12px);
	background-color: #ABC2;
	cursor: pointer;
}
dialog button {
	border: 1px solid var(--link);
}
.icon {
	background-image: url(/icons.png?.1);;
	background-position-y: bottom;;
	display: inline-block;;
	overflow: hidden;;
	padding: 0;;
	width: 10px;;
	height: 10px;;
}
.icon.zoom {
	width: 16px;;
	height: 16px;;
}
.icon.view {
	background-position-x: -16px;;
	width: 24px;;
	height: 24px;;
}
.icon.pdf {
	background-position-x: -40px;;
	width: 24px;;
	height: 24px;;
}
.icon.microphone {
	background-position-x: -64px;;
	width: 24px;;
	height: 24px;;
}
.icon.clock-yellow {
	background-position-x: -88px;;
}
.icon.clock-red {
	background-position-x: -98px;;
}
.icon.clock-blue {
	background-position-x: -108px;;
}
@media(min-width:801px){
	#menuToggle {
		background: var(--primary);
		border-radius: 5px;
		cursor: pointer;
		border: 1px solid var(--surface);
		margin-top: 50vh;
		width: 10px;
		height: 44px;
	}
	body:has(#menuToggle.hide) nav {
		width: 32px;
	}
	body:has(#menuToggle.hide) nav:hover {
		overflow: visible;
	}
	body:has(#menuToggle.hide) nav a {
		width: 32px;
	}
	body:has(#menuToggle.hide) nav a:hover {
		width: fit-content;
		z-index: 2;
	}
}
@media(max-width:800px){
	nav {
		flex-direction: row;
		font-size: .85em;
		height: initial;
		justify-content: space-around;
		overflow: hidden;
		padding: .5rem 0;
	}
	nav a {
		border-radius: 16px;
		display: none;
		padding: .25rem .5rem;
	}
	nav a:nth-child(-n+4),
	nav a:last-child
	{
		display: block;
	}
}
@media(max-width:520px): a{
	nav {
		overflow: hidden;
		padding: .25rem;
		width: 26px;
	}
	nav.active {
		width: auto;
	}
	nav:not(.active) i {
		margin-right: .5rem;
	}
	nav i {
		width: 20px;
	}
}
@keyframes darkfade{
	80% {
		opacity: 0;
	}
	100% {
		opacity: .8;
	}
}
@keyframes terminaldots{
	0% {
		content: 'loading';
	}
	33% {
		content: 'loading .';
	}
	66% {
		content: 'loading ..';
	}
	100% {
		content: 'loading ...';
	}
}
@keyframes dialog{
	from {
		transform: scale(.5);
	}
}
