@charset "UTF-8";

.mt0{
	margin-top: 0;
}
.mt1{
	margin-top: 1rem;
}
.mtn1{
	margin-top: -1rem;
}
.mb0{
	margin-bottom: 0;
}
.mb1{
	margin-bottom: 1rem !important;
}
.full-width{
	width: 100%;
}
.grecaptcha-badge{
	display: none;
}
.wysiwyg-output ul{
	list-style: disc;
	padding-left: 1.1rem;
}
.wysiwyg-output figure.image{
	margin: 0 auto;
	text-align: center;
}
.wysiwyg-output .text-tiny{
	font-size: 0.6rem;
}
.wysiwyg-output .text-small{
	font-size: 0.8rem;
}
.wysiwyg-output .text-big{
	font-size: 1.2rem;
}
.wysiwyg-output .text-huge{
	font-size: 1.4rem;
}
.giant-icon{
	font-size: 4rem;
}
.link-list > li{
	cursor: pointer;
}
dl.horizontal dt{
	display: inline-block;
	width: 30%;
	font-weight: 600;
	vertical-align: middle;
}
dl.horizontal dd{
	margin-left: 0;
	margin-bottom: 8px;
	display: inline-block;
	width: 67%;
}

body{
	background: var(--surface-color);
}
#welcome-screen{
	height: 65vh;
	align-items: center;
	justify-content: center;
}
#welcome-screen h1{
	margin-bottom: 5rem;
}
#welcome-screen h1 .btn.icon{
	font-size: 2rem;
	vertical-align: middle;
}
.otp-field .inputs input {
	font-size: 1.6rem;
	max-width: 3rem;
	border-radius: 0.7rem;
}
@media (display-mode: browser){
	.list .show-on-browser {
		display: grid !important;
	}
}

#app-icon{
	position: relative;
	padding: 2rem;
	max-width: 12rem;
	margin: 0 auto;
	border-radius: var(--border-radius-l);
}
#app-icon:before{
	background: url(../img/logo/favicon-192-mask.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	filter: blur(14px);
	opacity: 0.4;
}
#app-icon img{
	border-radius: var(--border-radius-l);
}
.install-app img.left-icon{
	width: 1rem;
	vertical-align: sub;
}

.navigation .page-title{
	font-size: 1.2rem;
	transition: all 0.2s ease-out;
}
.navigation.top .page-title{
	margin-top: 6rem;
	font-size: 1.7rem;
}
.navigation.top li + .page-title{
	margin-left: -1.8rem;
}
.explicit-header .navigation.top .page-title{
	visibility: hidden;
	margin-top: 0;
}
header h1.page-title{
	margin-top: 3rem;
	font-size: 2.1rem;
	font-weight: 600;
	margin-bottom: 0;
}
header h3{
	font-size: 1.3rem;
	color: var(--neutral-color-3);
	display: flex;
	justify-content: space-between;
}
main{
	margin-top: 6rem;
}
.explicit-header + main{
	margin-top: 0;
}
main > .fab-cont{
	bottom: 6rem;
}
.fab-cont .fab.extended-on-desktop{
	width: 3.5rem;
	min-width: 0;
}
@media (min-width: 600px){
	header, main{
		margin-left: 5rem;
	}
	.navigation.top .page-title{
		margin-top: 4.4rem;
	}
	main > .fab-cont{
		display: none;
	}
}
@media (min-width: 840px){
	.navigation .mobile-nav{
		display: flex !important;
	}
	.navigation .desktop-nav{
		display: none !important;
	}
}
@media (min-width: 1240px){
	header, main{
		margin-left: 0;
	}
	.navigation .mobile-nav{
		display: none !important;
	}
	.navigation .desktop-nav{
		display: flex !important;
	}
	header h1.page-title{
		margin-top: 5rem;
	}
	main > .fab-cont{
		display: inline-block;
		bottom: 1rem;
	}
	.fab-cont .fab.extended-on-desktop{
		width: auto;
		min-width: 5rem;
	}
}

#boxes .item{
	position: relative;
	padding: 1rem;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	height: 100%;
}
#boxes .item h3{
	color: var(--primary-color);
}
#boxes .item .status{
	font-weight: 400;
	background: var(--primary-container);
	color: var(--on-primary-container);
	padding: 0.2rem 0.5rem;
	border-radius: var(--border-radius-s);
}
#boxes .item.unavailable{
	border: 1px solid var(--primary-color);
	border-radius: var(--border-radius-m);
	opacity: 0.5;
	pointer-events: none;
}
#boxes .item.outline{
	border: 1px solid var(--primary-color);
	border-radius: var(--border-radius-m);
}
#boxes .item .progress{
	margin: 0 -1rem -1.4rem;
}

.ticket-convo{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}
.ticket-convo ul{
	width: 100%;
	overflow-y: auto;
}
.ticket-convo .message{
	padding: 1rem;
}
.ticket-convo .dp{
	display: inline-block;
	width: 50px;
	margin-right: 10px;
}
.ticket-convo .dp span{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #CCC;
	border-radius: 50%;
	color: #FFF;
	font-size: 1.8rem;
}
.ticket-convo .message .content{
	display: inline-block;
	max-width: calc(100% - 70px);
	background: var(--surface-color);
	border-radius: 10px;
	overflow: hidden;
	vertical-align: top;
	padding: 0;
}
.ticket-convo .message .content p{
	padding: 1rem;
	margin: 0;
}
.ticket-convo .message .content small{
	font-size: 70%;
	padding-left: 0.5rem;
}
.ticket-convo .reply-box{
	width: 100%;
	margin-top: auto;
	padding: 1rem;
	background: var(--surface-color-5);
}
.ticket-convo .reply-box .input-field.active textarea~label:before {
	background: var(--surface-color-5);
}
.ticket-convo .attachment{
	background: #9da2b9;
	display: block;
	color: #FFF !important;
	padding: 0.4rem 1rem !important;
	border: 0 !important;
}
.dark .ticket-convo .attachment{
	background: #414658;
	color: #e1e1e1 !important;
}
.ticket-convo .system{
	text-align: center;
	padding: 1rem;
}
.ticket-convo .system span{
	background: var(--neutral-color-6);
	padding: 0.4rem 1rem;
	display: inline-block;
	border-radius: 10px;
}

.token-list .token-number{
	font-size: 2rem;
	color: var(--primary-color);
}

#bowls .action{
	margin-bottom: -2.3rem;
	text-align: center;
}
.sheets .body .progress{
	margin: -1rem -1rem 1rem -1rem;
}