body {
	font-family: "Roboto", sans-serif;
	background: #3a3a3a;
	background-image: url("leafbg.jpg");
	display: flex;
	justify-content: center;
	align-items: flex-start;
	height: 100%;
	margin: 0;
	--text-color: white;
	--yellow-light: linear-gradient(to bottom, rgba(255, 217, 0, 0.3) -10%, rgba(253, 236, 0, 0) 100%);
	--white-light: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) -50%, rgba(255, 255, 255, 0) 90%);
	--black-light: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) -50%, rgba(255, 255, 255, 0) 90%);
	--background-color: transparent;
	--tube-slider: white;
	color: var(--text-color)
}
.coffeeid-container {
	max-width: 95%;
	min-height: 800px;
	width: 85%;
	height: 95%;
	display: flex;
	flex-direction: column;
	border-radius: 4px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	margin: 10px auto
}
.left-side {
	background: var(--background-color);
	width: 50%;
	height: 100%;
	min-height: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 20px;
	box-sizing: border-box
}
.right-side {
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.1333333333);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	box-sizing: border-box
}
form {
	display: flex;
	flex-direction: column;
	width: 100%
}
input {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	max-width: 100%;
	box-sizing: border-box
}
button {
	width: 100%;
	padding: 10px;
	border-radius: 4px;
	border: none;
	background-color: #4CAF50;
	color: white;
	font-weight: bold;
	cursor: pointer
}
.coffeeID-card {
	position: relative;
	min-height: 400px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	font-size: 50px;
	color: white;
	margin: 10px;
	padding: 20px
}
.card-image {
	height: auto;
	max-height: 35%;
	-o-object-fit: contain;
	object-fit: contain;
	margin-bottom: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.card-title {
	font-size: 24px;
	text-align: center;
	margin: 0;
	color: #fff;
	width: 100%
}
.card-content {
	width: 100%;
	font-size: 18px;
	overflow-y: auto
}
.card-content p {
	margin: 0 0 10px
}
@media (max-width: 800px) and (orientation: portrait) {
	.g-recaptcha {
		margin-top: 20px;
		text-align: center
}
	#roast-type {
		--icon-size: 32px
}
	#roast-type ul li a img {
		width: var(--icon-size);
		height: var(--icon-size);
		margin-left: 0;
		margin-top: 0
}
	.coffeeID-card {
		min-height: auto;
		margin-top: 1px;
		width: 100%;
		padding: 0px
}
	.card-title {
		order: 2
}
	.card-content {
		padding: 5px;
		font-size: 18px;
		align-items: flex-start;
		order: 3;
		overflow-y: auto
}
	.card-content p {
		margin: 0 0 10px
}
	.coffeeid-container {
		width: 100%;
		height: auto;
		flex-direction: column-reverse;
		margin-top: 10%
}
	.card-image {
		max-width: 55%;
		height: auto;
		-o-object-fit: contain;
		object-fit: contain;
		max-height: 55%;
		order: 1
}
	.left-side,.right-side {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		min-height: 0;
		border: 1px solid rgba(255, 255, 255, 0.1333333333);
		backdrop-filter: blur(7px);
		-webkit-backdrop-filter: blur(7px)
}
	.left-side {
		border-radius: 0 0 10px 10px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1333333333);
		order: 1;
		box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.5333333333);
		margin-bottom: 10px
}
	.right-side {
		border-radius: 10px 10px 0 0;
		border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
		order: 2
}
	.coffeeID-input-group {
		display: block
}
	.form-field {
		display: flex;
		flex-direction: column;
		margin-bottom: 10px
}
}
@media screen and (min-width: 800px) {
	.coffeeid-container {
		display: flex;
		grid-template-columns: 1fr 1fr;
		height: 100%;
		gap: 0;
		margin-top: 5%;
		flex-direction: column;
		align-items: stretch
}
}
.left-side,.right-side {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	min-height: 0;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.1333333333);
	box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.5333333333);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	flex: 1;
	flex-grow: 1
}
.left-side {
	border-radius: 10px 0 0 10px;
	border-right: 1px solid #ffffff22
}
.right-side {
	border-radius: 0 10px 10px 0;
	border-left: 1px solid #ffffff22
}
.right-side img.card-image {
	max-width: 70%;
	max-height: 45%;
	height: auto;
	object-fit: contain
}
@media (max-width: 800px) {
	.coffeeID-input-group {
		display: flex
}
	.form-field {
		flex: 1;
		margin-right: 10px
}
	.form-field:last-child {
		margin-right: 0
}
}
#roast-level {
	position: relative;
	margin-left: -16px;
	width: 100%;
	height: 80px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	border-radius: 10px;
	padding: 0 15px;
	color: var(--text-color) !important;
	overflow: hidden
}
.slider-container {
	grid-column: 1/-1;
	text-align: center;
	position: relative
}
.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 10px;
	background: #eee;
	outline: none;
	cursor: pointer;
	margin-top: 25px
}
.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: var(--thumb-color);
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.57);
	-webkit-backdrop-filter: blur(9px);
	backdrop-filter: blur(9px);
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.48) !important
}
.labels {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
	font-size: 12px;
	color: var(--text-color) !important
}
.labels span {
	display: inline-block;
	position: relative;
	bottom: 6px;
	font-size: 16px;
	color: var(--text-color) !important
}
#roast-type {
	position: relative;
	margin: 0 auto;
	width: 90%;
	height: 100px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(var(--icon-size), 1fr));
	gap: 2%;
	border-radius: 10px;
	padding: 0;
	color: var(--text-color) !important;
	overflow: visible;
	--icon-size: 32px
}
@media screen and (max-width: 680px) {
	#roast-type {
		gap: 3%
}
	#roast-type ul li a span {
		font-size: 14px!important
}
}
@media screen and (max-width: 468px) {
	#roast-type {
		gap: 4%
}
	#roast-type ul li a span {
		font-size: 10px!important
}
}
#roast-type ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	padding: 0;
	margin: 0
}
#roast-type ul li {
	list-style: none;
	width: var(--icon-size);
	height: var(--icon-size)
}
#roast-type ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: relative
}
#roast-type ul li a img {
	fill: #fff;
	width: 64px;
	height: 64px;
	opacity: 0.6;
	transition: opacity 100ms ease, transform 100ms ease;
	pointer-events: none
}
#roast-type ul li a.active img {
	opacity: 1
}
#roast-type ul li a:hover img {
	transform: scale(1.1);
	opacity: 1
}
#roast-type ul li a span {
	display: block;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
	color: var(--text-color);
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translateX(-50%)
}
#roast-type .tubelight {
	position: absolute;
	left: 0px;
	top: 0px;
	transform: translateX(-50%);
	width: 60px;
	height: 5px;
	border-radius: 5px;
	background: var(--tube-slider);
	transition: left 200ms ease;
	z-index: 10
}
#roast-type .tubelight .light-ray {
	position: absolute;
	left: -30%;
	top: 5px;
	width: 160%;
	height: 80px;
	-webkit-clip-path: polygon(5% 100%, 25% 0px, 75% 0px, 95% 100%);
	clip-path: polygon(5% 100%, 25% 0px, 75% 0px, 95% 100%);
	background: var(--white-light);
	pointer-events: none
}
.switcher-wrapper {
	width: 280px;
	height: 100%;
	position: fixed;
	right: -280px;
	top: 0;
	bottom: 0;
	z-index: 1030;
	background: #111314;
	border-left: 0 solid #d2d2d2;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.13);
	transition: all 0.2s ease-out
}
.switcher-btn {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.13);
	color: #fff;
	text-align: center;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	position: absolute;
	top: 40%;
	right: 100%;
	cursor: pointer
}
.switcher-wrapper.switcher-toggled {
	right: 0
}
.switcher-body {
	padding: 1.25rem
}
.switcher {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-left: 20px
}
.switcher li {
	float: left;
	width: 55px;
	height: 55px;
	margin: 0 15px 15px 0px;
	border-radius: 10px;
	border: 0px solid black
}
.bg-theme {
	background-size: 100% 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	transition: background 0.2s
}
#theme1, body.theme1 {
	background-image: url('images/bg-themes/1.png');
	background-size: 100% 100%;
	background-position: center;
	transition: background 0.3s
}
#theme2, body.theme2 {
	background-image: url('images/bg-themes/2.png');
	background-size: 100% 100%;
	background-position: center;
	transition: background 0.3s
}
#theme3, body.theme3 {
	background-image: url('images/bg-themes/3.png');
	background-size: 100% 100%;
	background-position: center;
	transition: background 0.3s
}
#theme4, body.theme4 {
	background-image: url('images/bg-themes/4.png');
	background-size: 100% 100%;
	background-position: center;
	transition: background 0.3s
}
#theme5, body.theme5 {
	background-image: url('images/bg-themes/5.png');
	background-size: 100% 100%;
	background-position: center;
	transition: background 0.3s
}
#theme6, body.theme6 {
	background-image: url('images/bg-themes/6.png');
	background-size: 100% 100%;
	background-position: center;
	transition: background 0.3s
}
#theme7, body.theme7 {
	background-image: linear-gradient(45deg, #0c675e, #069e90);
	background-size: 100% 100%;
	background-position: center;
	transition: background 0.3s
}
#theme8, body.theme8 {
	background-image: linear-gradient(567deg, rgba(165, 42, 4, 0.89), rgba(113, 102, 8, 0.89), rgba(13, 95, 16, 0.93), rgba(4, 79, 88, 0.94), rgba(19, 56, 86, 0.9), rgba(24, 32, 78, 0.94), rgba(100, 8, 115, 0.95));
	background-size: 100% 100%;
	background-position: center;
	transition: background 0.3s
}
#theme9, body.theme9 {
	background-image: linear-gradient(45deg, #29323c, #485563);
	background-size: 100% 100%;
	background-position: center;
	transition: background 0.3s
}
#theme10, body.theme10 {
	background-image: linear-gradient(45deg, #795548, #945c48);
	background-size: 100% 100%;
	background-position: center;
	transition: background 0.3s
}
#theme11, body.theme11 {
	background-image: linear-gradient(45deg, #1565C0, #1E88E5);
	background-size: 100% 100%;
	background-position: center;
	transition: background 0.3s
}
#theme12, body.theme12 {
	background-image: linear-gradient(45deg, #65379b, #886aea);
	background-size: 100% 100%;
	background-position: center;
	transition: background 0.3s
}
#theme13, body.theme13 {
	background-image: linear-gradient(180deg, #ff5447, #f1076f);
	background-size: 100% 100%;
	background-position: center;
	transition: background 0.3s
}
#theme14, body.theme14 {
	background-image: linear-gradient(180deg, #08a50e, #69bb03);
	background-size: 100% 100%;
	background-position: center;
	transition: background 0.3s
}
#theme15, body.theme15 {
	background-image: linear-gradient(45deg, #6a11cb, #2575fc);
	background-size: 100% 100%;
	background-position: center;
	transition: background 0.3s
}
#theme16, body.theme16 {
	background-image: url('leafbg.jpg');
	background-size: 100% 100%;
	background-position: center;
	transition: background 0.3s
}
@font-face {
	font-family: boxicons;
	font-weight: 400;
	font-style: normal;
	src: url("assets/fonts/boxicons.eot");
	src: url("assets/fonts/boxicons.eot") format('embedded-opentype'), url("assets/fonts/boxicons.woff2") format('woff2'), url("assets/fonts/boxicons.woff") format('woff'), url("assets/fonts/boxicons.ttf") format('truetype'), url("assets/fonts/boxicons.svg?#boxicons") format('svg')
}
.bx {
	font-family: boxicons!important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: inherit;
	display: inline-block;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
}
}
.bx-spin {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}
.bx-cog:before {
	content: "\e9d0"
}
@font-face {
	font-family: LineIcons;
	src: url("assets/fonts/LineIcons.eot");
	src: url("assets/fonts/LineIcons.eot") format('embedded-opentype'), url("assets/fonts/LineIcons.woff2") format('woff2'), url("assets/fonts/LineIcons.woff") format('woff'), url("assets/fonts/LineIcons.ttf") format('truetype'), url("assets/fonts/LineIcons.svg") format('svg');
	font-weight: 400;
	font-style: normal
}