@import '_content/TrailBlazor/TrailBlazor.pa8vx19zun.bundle.scp.css';

/* /Components/Admin/LogsView.razor.rz.scp.css */
.vheight[b-1pjkdpfmu1] {
	height: 92%;
}
/* /Components/Admin/TextLogs.razor.rz.scp.css */
.logs[b-sm6v5a9u8i] {
	border: solid 1px darkgray;
	max-height: 75vh;
	overflow: scroll;
	padding: 10px;
	width: 100%
}
/* /Components/Admin/Tracking.razor.rz.scp.css */
.alerts[b-ss3tm6y3lr] {
	max-width: 30%;
}

.session-container[b-ss3tm6y3lr] {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 1rem;
	border-radius: 6px;
}

@media screen and (max-width: 600px) {
	.alerts[b-ss3tm6y3lr] {
		max-width: 100%;
	}
}
/* /Components/Admin/ZxDiagnostics.razor.rz.scp.css */
@media (max-width: 600px) {

	table.zx-tools thead[b-n1zmc0un55] {
		display: none;
	}

	table.zx-tools[b-n1zmc0un55],
	table.zx-tools tbody[b-n1zmc0un55],
	table.zx-tools tr[b-n1zmc0un55],
	table.zx-tools td[b-n1zmc0un55] {
		display: block;
		width: 100%;
	}

		table.zx-tools tr[b-n1zmc0un55] {
			margin-bottom: 1rem;
			border: 1px solid #ddd;
			border-radius: 6px;
			padding: 0.75rem;
			background: #fff;
		}

		table.zx-tools td[b-n1zmc0un55] {
			display: flex;
			justify-content: space-between;
			align-items: center; /* important: center badge vertically */
			padding: 0.35rem 0;
			font-size: 0.9rem;
		}

			table.zx-tools td[b-n1zmc0un55]::before {
				content: attr(data-label);
				font-weight: 600;
				color: #444;
				margin-right: 0.5rem;
				flex-shrink: 0;
			}

		table.zx-tools .badge[b-n1zmc0un55] {
			padding: 0.05rem 0.25rem !important;
			font-size: 0.85rem !important;
			line-height: 1.75 !important;
			border-radius: 3px !important;
			max-width: 30% !important;
			white-space: nowrap;
			flex-shrink: 0;
			text-align: center;
			align-self: center;
			display: inline-flex;
			justify-content: center;
			align-items: center;
		}
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-5rh52g775a],
.components-reconnect-repeated-attempt-visible[b-5rh52g775a],
.components-reconnect-failed-visible[b-5rh52g775a],
.components-pause-visible[b-5rh52g775a],
.components-resume-failed-visible[b-5rh52g775a],
.components-rejoining-animation[b-5rh52g775a] {
	display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-5rh52g775a],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-5rh52g775a],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-5rh52g775a],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-5rh52g775a],
#components-reconnect-modal.components-reconnect-retrying[b-5rh52g775a],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-5rh52g775a],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-5rh52g775a],
#components-reconnect-modal.components-reconnect-failed[b-5rh52g775a],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-5rh52g775a] {
	display: block;
}


#components-reconnect-modal[b-5rh52g775a] {
	background-color: white;
	width: 20rem;
	margin: 20vh auto;
	padding: 2rem;
	border: 0;
	border-radius: 0.5rem;
	box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
	animation: components-reconnect-modal-fadeOutOpacity-b-5rh52g775a 0.5s both;

	&[open] {
		animation: components-reconnect-modal-slideUp-b-5rh52g775a 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-5rh52g775a 0.5s ease-in-out 0.3s;
		animation-fill-mode: both;
	}
}

	#components-reconnect-modal[b-5rh52g775a]::backdrop {
		background-color: rgba(0, 0, 0, 0.4);
		animation: components-reconnect-modal-fadeInOpacity-b-5rh52g775a 0.5s ease-in-out;
		opacity: 1;
	}

@keyframes components-reconnect-modal-slideUp-b-5rh52g775a {
	0% {
		transform: translateY(30px) scale(0.95);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes components-reconnect-modal-fadeInOpacity-b-5rh52g775a {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-5rh52g775a {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.components-reconnect-container[b-5rh52g775a] {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

#components-reconnect-modal p[b-5rh52g775a] {
	margin: 0;
	text-align: center;
}

#components-reconnect-modal button[b-5rh52g775a] {
	border: 0;
	background-color: #6b9ed2;
	color: white;
	padding: 4px 24px;
	border-radius: 4px;
}

	#components-reconnect-modal button:hover[b-5rh52g775a] {
		background-color: #3b6ea2;
	}

	#components-reconnect-modal button:active[b-5rh52g775a] {
		background-color: #6b9ed2;
	}

.components-rejoining-animation[b-5rh52g775a] {
	position: relative;
	width: 80px;
	height: 80px;
}

	.components-rejoining-animation div[b-5rh52g775a] {
		position: absolute;
		border: 3px solid #0087ff;
		opacity: 1;
		border-radius: 50%;
		animation: components-rejoining-animation-b-5rh52g775a 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	}

		.components-rejoining-animation div:nth-child(2)[b-5rh52g775a] {
			animation-delay: -0.5s;
		}

@keyframes components-rejoining-animation-b-5rh52g775a {
	0% {
		top: 40px;
		left: 40px;
		width: 0;
		height: 0;
		opacity: 0;
	}

	4.9% {
		top: 40px;
		left: 40px;
		width: 0;
		height: 0;
		opacity: 0;
	}

	5% {
		top: 40px;
		left: 40px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: 0px;
		left: 0px;
		width: 80px;
		height: 80px;
		opacity: 0;
	}
}
/* /Components/Pages/Contact.razor.rz.scp.css */
label[b-2fvo7ktxmq] {
	display: block;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.form-control[b-2fvo7ktxmq] {
	width: 100%;
	padding: 0.5rem;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.confirmation[b-2fvo7ktxmq] {
	margin-top: 1rem;
	color: #2c3e50;
	font-style: italic;
	font-weight: bold;
}
/* /Components/Pages/HomeNA.razor.rz.scp.css */
.imghome[b-cicnsmyhb8] {
	aspect-ratio: 2 / 3;
	width: 100%;
	max-height: 50vh;
	height: auto;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

.e-grid .e-headercell .header-button[b-cicnsmyhb8] {
	display: inline-block;
	width: 100%;
	max-height: 100%;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	vertical-align: middle;
}

.e-message[b-cicnsmyhb8] {
	border: 1px solid black;
	width: 50%;
}

@media screen and (max-width: 600px) {
	.e-message[b-cicnsmyhb8] {
		width: 100%;
	}
}

.btn-book[b-cicnsmyhb8] {
	margin-bottom: 3px;
	margin-top: 3px;
	width: 150px !important
}

.badge-square[b-cicnsmyhb8] {
	border-radius: 0 !important;
}

.zx-tip[b-cicnsmyhb8] {
	display: inline-block;
	position: relative;
}

/* Tooltip box */
.zx-tip-text[b-cicnsmyhb8] {
	background: rgba(34, 34, 34, 0.92);
	border-radius: 6px;
	color: #fff;
	font-size: 0.85rem;
	left: 50%;
	max-width: 300px;
	opacity: 0;
	padding: 12px 16px;
	pointer-events: none;
	position: absolute;
	text-align: left;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity .15s ease-in-out;
	white-space: normal;
}

/* Show on hover */
.zx-tip:hover .zx-tip-text[b-cicnsmyhb8] {
	opacity: 1;
}

/* Hide tooltip entirely on small screens */
@media (max-width: 576px) {
	.zx-tip-text[b-cicnsmyhb8] {
		display: none;
	}
}
/* /Components/Shared.razor.rz.scp.css */
/* #region NAVIGATION */
.nav-item[b-lnhlsd7clm]  a {
	color: #d7d7d7;
	border-radius: 4px;
	height: 3rem;
	display: flex;
	align-items: center;
	line-height: 3rem;
}

	.nav-item[b-lnhlsd7clm]  a.active {
		background-color: rgba(255,255,255,0.37);
		color: white;
	}

	.nav-item[b-lnhlsd7clm]  a:hover {
		background-color: rgba(255,255,255,0.1);
		color: white;
	}
/* #endregion */
/* /Components/Zx_Settings/Settings.razor.rz.scp.css */
summary[b-o2zodvc1q7] {
	display: none !important;
}

.zx-badge-saved[b-o2zodvc1q7] {
	display: inline-block;
	padding: 2px 8px;
	margin-left: 8px;
	background-color: #28a745;
	color: #fff;
	font-size: 0.75rem;
	border-radius: 12px;
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}

	.zx-badge-saved.fade[b-o2zodvc1q7] {
		opacity: 0;
	}
