@import '_content/TrailBlazor/TrailBlazor.pa8vx19zun.bundle.scp.css';

/* /Components/Admin/LogsView.razor.rz.scp.css */
.vheight[b-vnq3p30x71] {
	height: 92%;
}
/* /Components/Admin/TextLogs.razor.rz.scp.css */
.logs[b-0l9bx9iloc] {
	border: solid 1px darkgray;
	max-height: 75vh;
	overflow: scroll;
	padding: 10px;
	width: 100%
}
/* /Components/Admin/Tracking.razor.rz.scp.css */
.alerts[b-lxvo5x6omt] {
	max-width: 30%;
}

.session-container[b-lxvo5x6omt] {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 1rem;
	border-radius: 6px;
}

@media screen and (max-width: 600px) {
	.alerts[b-lxvo5x6omt] {
		max-width: 100%;
	}
}
/* /Components/Admin/ZxDiagnostics.razor.rz.scp.css */
@media (max-width: 600px) {

	table.zx-tools thead[b-7f51gxbs87] {
		display: none;
	}

	table.zx-tools[b-7f51gxbs87],
	table.zx-tools tbody[b-7f51gxbs87],
	table.zx-tools tr[b-7f51gxbs87],
	table.zx-tools td[b-7f51gxbs87] {
		display: block;
		width: 100%;
	}

		table.zx-tools tr[b-7f51gxbs87] {
			margin-bottom: 1rem;
			border: 1px solid #ddd;
			border-radius: 6px;
			padding: 0.75rem;
			background: #fff;
		}

		table.zx-tools td[b-7f51gxbs87] {
			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-7f51gxbs87]::before {
				content: attr(data-label);
				font-weight: 600;
				color: #444;
				margin-right: 0.5rem;
				flex-shrink: 0;
			}

		table.zx-tools .badge[b-7f51gxbs87] {
			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-8kjo81dxn1],
.components-reconnect-repeated-attempt-visible[b-8kjo81dxn1],
.components-reconnect-failed-visible[b-8kjo81dxn1],
.components-pause-visible[b-8kjo81dxn1],
.components-resume-failed-visible[b-8kjo81dxn1],
.components-rejoining-animation[b-8kjo81dxn1] {
	display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8kjo81dxn1],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8kjo81dxn1],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8kjo81dxn1],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8kjo81dxn1],
#components-reconnect-modal.components-reconnect-retrying[b-8kjo81dxn1],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8kjo81dxn1],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8kjo81dxn1],
#components-reconnect-modal.components-reconnect-failed[b-8kjo81dxn1],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8kjo81dxn1] {
	display: block;
}


#components-reconnect-modal[b-8kjo81dxn1] {
	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-8kjo81dxn1 0.5s both;

	&[open] {
		animation: components-reconnect-modal-slideUp-b-8kjo81dxn1 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8kjo81dxn1 0.5s ease-in-out 0.3s;
		animation-fill-mode: both;
	}
}

	#components-reconnect-modal[b-8kjo81dxn1]::backdrop {
		background-color: rgba(0, 0, 0, 0.4);
		animation: components-reconnect-modal-fadeInOpacity-b-8kjo81dxn1 0.5s ease-in-out;
		opacity: 1;
	}

@keyframes components-reconnect-modal-slideUp-b-8kjo81dxn1 {
	0% {
		transform: translateY(30px) scale(0.95);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8kjo81dxn1 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8kjo81dxn1 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.components-reconnect-container[b-8kjo81dxn1] {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

#components-reconnect-modal p[b-8kjo81dxn1] {
	margin: 0;
	text-align: center;
}

#components-reconnect-modal button[b-8kjo81dxn1] {
	border: 0;
	background-color: #6b9ed2;
	color: white;
	padding: 4px 24px;
	border-radius: 4px;
}

	#components-reconnect-modal button:hover[b-8kjo81dxn1] {
		background-color: #3b6ea2;
	}

	#components-reconnect-modal button:active[b-8kjo81dxn1] {
		background-color: #6b9ed2;
	}

.components-rejoining-animation[b-8kjo81dxn1] {
	position: relative;
	width: 80px;
	height: 80px;
}

	.components-rejoining-animation div[b-8kjo81dxn1] {
		position: absolute;
		border: 3px solid #0087ff;
		opacity: 1;
		border-radius: 50%;
		animation: components-rejoining-animation-b-8kjo81dxn1 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	}

		.components-rejoining-animation div:nth-child(2)[b-8kjo81dxn1] {
			animation-delay: -0.5s;
		}

@keyframes components-rejoining-animation-b-8kjo81dxn1 {
	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-93q9lrrqzt] {
	display: block;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.form-control[b-93q9lrrqzt] {
	width: 100%;
	padding: 0.5rem;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.confirmation[b-93q9lrrqzt] {
	margin-top: 1rem;
	color: #2c3e50;
	font-style: italic;
	font-weight: bold;
}
/* /Components/Shared.razor.rz.scp.css */
/* #region NAVIGATION */
.nav-item[b-avom8yo98v]  a {
	color: #d7d7d7;
	border-radius: 4px;
	height: 3rem;
	display: flex;
	align-items: center;
	line-height: 3rem;
}

	.nav-item[b-avom8yo98v]  a.active {
		background-color: rgba(255,255,255,0.37);
		color: white;
	}

	.nav-item[b-avom8yo98v]  a:hover {
		background-color: rgba(255,255,255,0.1);
		color: white;
	}
/* #endregion */
/* /Components/Zx_Settings/Settings.razor.rz.scp.css */
summary[b-bdonvy9hyy] {
	display: none !important;
}

.zx-badge-saved[b-bdonvy9hyy] {
	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-bdonvy9hyy] {
		opacity: 0;
	}
