@import '_content/TrailBlazor/TrailBlazor.g58bt30q2o.bundle.scp.css';

/* /Components/Admin/LogsView.razor.rz.scp.css */
.vheight[b-d4tmqwkua6] {
	height: 92%;
}
/* /Components/Admin/TextLogs.razor.rz.scp.css */
.logs[b-h6tiwnnk0i] {
	border: solid 1px darkgray;
	max-height: 75vh;
	overflow: scroll;
	padding: 10px;
	width: 100%
}
/* /Components/Admin/Tracking.razor.rz.scp.css */
.alerts[b-u55zzspwf8] {
	max-width: 30%;
}

.session-container[b-u55zzspwf8] {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 1rem;
	border-radius: 6px;
}

@media screen and (max-width: 600px) {
	.alerts[b-u55zzspwf8] {
		max-width: 100%;
	}
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-h391362s4v],
.components-reconnect-repeated-attempt-visible[b-h391362s4v],
.components-reconnect-failed-visible[b-h391362s4v],
.components-pause-visible[b-h391362s4v],
.components-resume-failed-visible[b-h391362s4v],
.components-rejoining-animation[b-h391362s4v] {
	display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-h391362s4v],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-h391362s4v],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-h391362s4v],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-h391362s4v],
#components-reconnect-modal.components-reconnect-retrying[b-h391362s4v],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-h391362s4v],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-h391362s4v],
#components-reconnect-modal.components-reconnect-failed[b-h391362s4v],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-h391362s4v] {
	display: block;
}


#components-reconnect-modal[b-h391362s4v] {
	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-h391362s4v 0.5s both;

	&[open] {
		animation: components-reconnect-modal-slideUp-b-h391362s4v 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-h391362s4v 0.5s ease-in-out 0.3s;
		animation-fill-mode: both;
	}
}

	#components-reconnect-modal[b-h391362s4v]::backdrop {
		background-color: rgba(0, 0, 0, 0.4);
		animation: components-reconnect-modal-fadeInOpacity-b-h391362s4v 0.5s ease-in-out;
		opacity: 1;
	}

@keyframes components-reconnect-modal-slideUp-b-h391362s4v {
	0% {
		transform: translateY(30px) scale(0.95);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes components-reconnect-modal-fadeInOpacity-b-h391362s4v {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-h391362s4v {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.components-reconnect-container[b-h391362s4v] {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

#components-reconnect-modal p[b-h391362s4v] {
	margin: 0;
	text-align: center;
}

#components-reconnect-modal button[b-h391362s4v] {
	border: 0;
	background-color: #6b9ed2;
	color: white;
	padding: 4px 24px;
	border-radius: 4px;
}

	#components-reconnect-modal button:hover[b-h391362s4v] {
		background-color: #3b6ea2;
	}

	#components-reconnect-modal button:active[b-h391362s4v] {
		background-color: #6b9ed2;
	}

.components-rejoining-animation[b-h391362s4v] {
	position: relative;
	width: 80px;
	height: 80px;
}

	.components-rejoining-animation div[b-h391362s4v] {
		position: absolute;
		border: 3px solid #0087ff;
		opacity: 1;
		border-radius: 50%;
		animation: components-rejoining-animation-b-h391362s4v 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	}

		.components-rejoining-animation div:nth-child(2)[b-h391362s4v] {
			animation-delay: -0.5s;
		}

@keyframes components-rejoining-animation-b-h391362s4v {
	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/Characters.razor.rz.scp.css */
td[b-bt63ih2ay0] {
	font-size: 1.2rem;
}

.w1[b-bt63ih2ay0] {
	width: 1px;
}
/* /Components/Pages/Contact.razor.rz.scp.css */
label[b-u9m0l5uscb] {
	display: block;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.form-control[b-u9m0l5uscb] {
	width: 100%;
	padding: 0.5rem;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.confirmation[b-u9m0l5uscb] {
	margin-top: 1rem;
	color: #2c3e50;
	font-style: italic;
	font-weight: bold;
}
/* /Components/Pages/HomeNA.razor.rz.scp.css */
.imghome[b-ooz0y93ngb] {
	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-ooz0y93ngb] {
	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-ooz0y93ngb] {
	border: 1px solid black;
	width: 50%;
}

@media screen and (max-width: 600px) {
	.e-message[b-ooz0y93ngb] {
		width: 100%;
	}
}

.btn-book[b-ooz0y93ngb] {
	margin-bottom: 3px;
	margin-top: 3px;
	width: 150px !important
}

.badge-square[b-ooz0y93ngb] {
	border-radius: 0 !important;
}
/* /Components/Shared.razor.rz.scp.css */
/* #region NAVIGATION */
.nav-item[b-xfvcn9alxv]  a {
	color: #d7d7d7;
	border-radius: 4px;
	height: 3rem;
	display: flex;
	align-items: center;
	line-height: 3rem;
}

	.nav-item[b-xfvcn9alxv]  a.active {
		background-color: rgba(255,255,255,0.37);
		color: white;
	}

	.nav-item[b-xfvcn9alxv]  a:hover {
		background-color: rgba(255,255,255,0.1);
		color: white;
	}
/* #endregion */
