@font-face {
	font-family: Golos;
	src: url("../fonts/golos.ttf");
}

body {
	background: #F4F4F4;
	color: #38424F;
	font-family: 'Golos', sans-serif;
}

* {
	font-family: 'Golos' !important;
}

hr {
	border: none;
	/* Removing the border for the Firefox browser */
	color: #e6e6e6;
	/* Line color for other browsers */
	background-color: #e6e6e6;
	/* Line color for Firefox and Opera browsers */
	height: 2px;
	/* Line width */
}

.a-button {
	border: none;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-top: 16px;
	border-radius: 16px;
	width: 100%;
	height: 8em;
}

.a-button:hover {
	background-color: #fafafa !important;
}

.a-text-primary {
	color: #000000;
}

.a-text-secondary {
	color: #242628;
}

.a-text-primary-hover:hover {
	color: #1a4fc1 !important;
}

.curtain-button {
	display: flex;
	width: 40px;
	height: 40px;
	margin: 1.5rem;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	background: var(--text-contrast-color, #FFF);
  }

.a-text-secondary-hover:hover {
	color: #1a4fc1 !important;
}

.a-bg-primary {
	background-color: #5a87e9;
}

.a-bg-secondary {
	background-color: #f1f1f7;
}

.a-bg-primary-hover:hover {
	background-color: #5179d2 !important;
}

.a-bg-secondary-hover:hover {
	background-color: #e1e1e6 !important;
}

.a-menu-list-hover:hover {
	background-color: #c9d8f8 !important;
}

.a-modal-close {
	color: #ed2e45;
}

.a-modal-close-hover:hover {
	color: #fafafa;
	background-color: #ffffff !important;
}

.center {
	vertical-align: middle;
}

.right {
	float: right;
}

.left {
	float: left;
}

.a-margin-terminal {
	margin: 1rem 3rem;
}

.a-margin-stat {
	margin-left: 12.5vw !important;
	margin-right: 12.5vw !important;
	margin-top: 25vh !important;
	margin-bottom: 25vh !important;
}

.a-terminal-button {
	/* Flexbox */
	display: flex;
	align-items: center;
	flex: 1;
	gap: 2rem;
	/* Colors and border */
	color: #38424F;
	background-color: #ffffff;
	border-radius: 12px;
	border: 1px solid;
	border-color: #d2dae3;
	transition: 0.7s;
	/* Width + Padding */
	padding: 16px;
	min-width: 32%;
	/* Text */
	font-size: 26px;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: -0.9px;
	text-decoration: none;
}

.a-sys-button {
	/* Colors and border */
	color: #38424F;
	background-color: #ffffff;
	border-radius: 12px;
	border: 1px solid;
	border-color: #d2dae3;
	transition: 0.7s;
	height: 4.5rem;
	/* Padding */
	padding: 16px;
	/* Text */
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.24px;
	text-decoration: none;
	
}

.a-sys-button span {
	flex: 1;
	margin-right: 1rem;
}

.a-sys-button img {
	width: 24px;
	height: 24px;
}

.a-sys-button:hover {
	background: linear-gradient(to left, #11519C, #288AD8);
	color: #fff;
}

.a-sys-button:hover img {
	filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(132deg) brightness(400%) contrast(103%);
	transition: 0.7s;
}

.a-sys-row {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 2rem;
}

.overlay1 {
	height: 0%;
	width: 100vw;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #F4F4F4;
	overflow-x: hidden;
	transition: 0.5s;
  }

.h-navbar-icon {
	color: var(--text-contrast-color, #fff);
	border-radius: 12px;
	background-color: var(--primary-color, #FFFFFF);
	padding: 0.75rem 1rem;
	min-height: 3rem;
	font: 500 16px/100% Inter, sans-serif;
	border: 1px;
	max-width: 600px;
  }

@media (max-width: 1230px) {
	.a-no-desktop {
		display: none!important;
	}
	.r-margin {
		margin: 0!important;
	}
	.a-sys-col {
		display: flex;
		flex-direction: column!important;
		gap: 0.5rem!important;
		margin-right: 0!important;
	}
	.a-snap {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1230px) {
	.a-no-mobile {
		display: none;
	}
}

.a-admin-button {
	/* Colors and border */
	color: #38424F;
	background-color: #ffffff;
	border-radius: 12px;
	border: 1px solid;
	border-color: #d2dae3;
	transition: 0.7s;
	height: 4.5rem;
	/* Padding */
	padding: 16px;
	/* Text */
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.24px;
	text-decoration: none;
  }

.a-admin-button span {
	flex: 1;
	margin-right: 1rem;
}

.a-admin-button img {
	width: 24px;
	height: 24px;
}

.a-admin-button:hover {
	background: linear-gradient(to left, #11519C, #288AD8);
	color: #fff;
}

.a-admin-button:hover img {
	filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(132deg) brightness(400%) contrast(103%);
	transition: 0.7s;
}

.a-admin-row {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 2rem;
}

.a-terminal-button span {
	flex: 1;
	margin-right: 1rem;
}

.a-terminal-button img {
	width: 24px;
	height: 24px;
}

.a-terminal-button:hover {
	background: linear-gradient(to left, #11519C, #288AD8);
	color: #fff;
}

.a-terminal-button:hover img {
	filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(132deg) brightness(400%) contrast(103%);
	transition: 0.7s;
}

.a-terminal-row {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 2rem;
}

.a-terminal-menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-top: #e1e1e6;
	border-width: 4px;
	align-items: stretch;
	margin-top: 2rem;
	gap: 2rem;
}

.a-terminal-chooser {
	/* Flexbox */
	display: flex;
	flex-direction: column;
	align-items: center;
	/* Colors and border */
	background-color: #ffffff;
	border-radius: 12px;
	border: 1px solid;
	border-color: #d2dae3;
	transition: 0.7s;
	/* Width + Padding */
	padding: 1rem;
	margin-top: 2rem;
}

.a-terminal-chooser h3 {
	margin: 1rem 0 !important;
}

.a-terminal-chooser p:last-of-type {
	margin: 0;
}

.a-terminal-chooser-buttons {
	display: flex;
	flex-direction: row;
	margin-top: 2rem;
	gap: 2rem;
	flex: 1;
	min-width: 70%;
}

.a-terminal-container {
	max-width: 1000px;
	margin: 2rem auto;
}

@media (max-width: 1000px) {
	.a-terminal-container {
		margin: 2rem 1rem;
		/* Reduce left/right margin for mobile */
	}
}

.a-terminal-container h3 {
	margin: 2.5rem 0 1rem 0;
}

.a-terminal-container h4 {
	color: #80889D;
}

.logo {
	height: 65px;
	margin: 0 0 3rem 0;
}

@media (max-width: 767px) {
	.logo {
		height: 50px;
		margin: 0 0 1.5rem 0;
	}
}

.a-dropdown-hover:hover {
	background-color: #ffffff;
	color: #000;
}

.a-ticket {
	color: #000000 !important;
	width: 522px;
	height: 90px;
	background: #e9edf5;
	border-radius: 10px;
}

.a-padding-24 {
	padding-top: 24px !important;
	padding-bottom: 24px !important;
	padding-left: 24px !important;
	padding-right: 24px !important;
}

@media (max-width: 767px) {
	.hidden-mobile {
		display: none;
	}
}

@media (min-width: 767px) {
	.hidden-terminal {
		display: none;
	}
}

#qrcode {
	width: 160px;
	height: 160px;
	margin-top: 15px;
}

@font-face {
	font-family: Golos;
	src: url("../fonts/golos.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
}

h1 {
	font-family: Golos;
	font-size: 44px;
	font-weight: 500;
	line-height: 52px;
	letter-spacing: -1.5px;
	text-align: left;
}

h2 {
	font-family: Golos;
	font-size: 36px;
	font-weight: 500;
	line-height: 44px;
	letter-spacing: -1px;
	text-align: left;
}

h3 {
	font-family: Golos;
	font-size: 26px;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: -0.9px;
	text-align: left;
}

h4 {
	font-family: Golos;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: -0.6px;
	text-align: left;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 28px;
		font-weight: 500;
		line-height: 34px;
		letter-spacing: -1px;
		text-align: left;
	}

	h2 {
		font-size: 24px;
		font-weight: 500;
		line-height: 28px;
		letter-spacing: -0.65px;
		text-align: left;
	}

	h3 {
		font-size: 20px;
		font-weight: 500;
		line-height: 26px;
		letter-spacing: -0.7px;
		text-align: left;
	}

	h4 {
		font-size: 16px;
		font-weight: 500;
		line-height: 22px;
		letter-spacing: -0.55px;
		text-align: left;
	}

	h5 {
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
		letter-spacing: -0.2px;
		text-align: left;
	}

	h6 {
		font-size: 12px;
		font-weight: 500;
		line-height: 16px;
		letter-spacing: -0.12px;
		text-align: left;
	}

	.a-terminal-row {
		flex-direction: column;
		gap: 1rem;
	}

	.a-terminal-button {
		min-width: 100%;
	}

	.a-terminal-chooser-buttons {
		flex-direction: column;
		min-width: 100%;
	}
}
