/* _content/Mocks/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ylal56yj8s] {
	position: relative;
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
}

.top-row[b-ylal56yj8s] {
	background-color: var(--border-background-color);
	border-bottom: 1px solid var(--border-color);
	height: 3.5rem;
	min-height: 3.5rem;
	display: flex;
	align-items: center;
	position: sticky;
	top: 0;
	z-index: 1;
}

	.top-row[b-ylal56yj8s]  a, .top-row[b-ylal56yj8s]  .btn-link {
		white-space: nowrap;
		margin-left: 2rem;
		text-decoration: none;
}

		.top-row[b-ylal56yj8s]  a:hover, .top-row[b-ylal56yj8s]  .btn-link:hover {
			text-decoration: underline;
		}

.flex[b-ylal56yj8s] {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	overflow: hidden;
}

#blazor-error-ui[b-ylal56yj8s] {
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

	#blazor-error-ui .dismiss[b-ylal56yj8s] {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}


.login-form[b-ylal56yj8s] {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.login-form[b-ylal56yj8s]  form {
	display: flex;
	border: 1px solid var( --border-color);
	background: var(--border-background-color);
	border-radius: 0.5em;
	display: flex;
	padding: 0.5em;
	flex-direction: column;
}

.password-field[b-ylal56yj8s] {
	display: flex;
	flex-direction: column;
	padding: 0 0 0.5em 0;
}

	.password-field[b-ylal56yj8s]  input {
		border: 1px solid var(--border-color);
		border-radius: 0.5em;
		flex: 1 1 auto;
		box-sizing: border-box;
		font-size: 1rem;
		padding: 0.25em 0.5em;
	}

	.password-field label[b-ylal56yj8s] {
		padding-left: 0.25em;
	}

	.incorrect-password[b-ylal56yj8s] {
		font-size: 0.75em;
		color: var(--hyper-link-color);
	}
/* _content/Mocks/Components/Layout/MockMenu.razor.rz.scp.css */
.mock-menu-container[b-r8onipo6if] {
	height: 100%;
	width: 100%;
	background-color: var(--border-background-color);
	border-right: 1px solid var(--border-color);
	display: flex;
	flex-direction: column;
	justify-content: start;
}

[b-r8onipo6if] .nav-link {
	background: none;
	border: 1px solid transparent;
	border-radius: 4px;
	height: 2rem;
	display: flex;
	align-items: center;
	line-height: 1.5rem;
	width: auto;
	text-decoration: none;
	margin: 0.5em 1em 0.5em 1em;
	padding-left: 1em;
}

	[b-r8onipo6if] .nav-link:hover {
		background: var(--border-color);
	}

	[b-r8onipo6if] .nav-link a {
		margin-left: 0.5em;
	}

	[b-r8onipo6if] .nav-link.active {
		border: 1px solid var(--hyper-link-color);
	}

hr[b-r8onipo6if] {
	width: 100%;
	height: 0px;
	border: none;
	border-top: 1px solid var(--border-color);
	margin-block-start: 0em;
	margin-block-end: 0em;
}

.plus-icon[b-r8onipo6if] {
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='var(--hyper-link-color)' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
	display: inline-block;
	position: relative;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.75rem;
	background-size: cover;
	background-color: var(--hyper-link-color);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
}

.scroll-container[b-r8onipo6if] {
	overflow-y: auto;
}
/* _content/Mocks/Components/Pages/LogsPage.razor.rz.scp.css */
.body[b-vunyb8mrnq] {
	display: flex;
	flex-direction: column;
	padding: 0.5em;
	overflow: hidden;
}

.panel[b-vunyb8mrnq] {
	border: 1px solid var( --border-color);
	background: var(--border-background-color);
	border-radius: 0.5em;	
	display: flex;
}

	.panel button[b-vunyb8mrnq] {
		width: fit-content;
	}

	.panel:last-child[b-vunyb8mrnq] {
		overflow-y: hidden;
		flex: 1;
	}

.controls[b-vunyb8mrnq] {
	margin-bottom: 0.5em;
	padding: 0.5em;
	gap: 1em
}	

.controls input[b-vunyb8mrnq],
.controls select[b-vunyb8mrnq] {
	border: 1px solid var(--border-color);
	border-radius: 0.5em;
	flex: 1 1 auto;
	box-sizing: border-box;
	font-size: 1rem;
	padding: 0.25em 0.5em;
	max-width: 300px
}

.scroll-container[b-vunyb8mrnq] {
	overflow: hidden;
	overflow-y: auto;
	flex: 1;
}

.log-item[b-vunyb8mrnq] {
	margin: 0.25em 0em 0.25em 0;
	padding: 0.25em;
	border-bottom: 1px solid var( --border-color);
}

	.log-item:last-child[b-vunyb8mrnq] {
		margin-bottom: 0px;
		border-bottom: none;
	}

	.log-item:first-child[b-vunyb8mrnq] {
		margin-top: 0px;
	}

.log-info[b-vunyb8mrnq] {
	color: var(--hyper-link-color);
	margin-bottom: 0.25em;
}

.log-message[b-vunyb8mrnq] {
	white-space: pre-line;
}
/* _content/Mocks/Components/Pages/MockPage.razor.rz.scp.css */
.body[b-kh7tamtthd] {
	display: flex;
	flex-direction: row;
	flex: 1 0 auto;
	height: 100%;
}

.mock-menu[b-kh7tamtthd] {
	width: 15%;
	flex: 1 1 auto;
	min-width: 200px;
}

.mock-body[b-kh7tamtthd] {
	padding: 1em;
	width: 85%;
	flex: 1 1 auto;
	overflow-y: auto;
}

	.mock-body[b-kh7tamtthd]  form {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		min-height: 100%;
	}

[b-kh7tamtthd] .form-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1em 1em;
	padding-bottom: 15px;
}

.form-field[b-kh7tamtthd] {
	display: flex;
	flex-direction: column;
}

[b-kh7tamtthd] form> .form-row:last-child{
	padding-bottom: 0px;
}

	.form-field[b-kh7tamtthd]  .input-text,
	.form-field[b-kh7tamtthd]  .input-select,
	.form-field[b-kh7tamtthd]  .input-textarea,
	.form-field[b-kh7tamtthd]  .input-number {
		border: 1px solid var(--border-color);
		border-radius: 0.5em;
		flex: 1 1 auto;
		box-sizing: border-box;
		font-size: 1rem; 
		padding: 0.25em 0.5em;
	}

	.form-field[b-kh7tamtthd]  .input-text,
	.form-field[b-kh7tamtthd]  .input-select,
	.form-field[b-kh7tamtthd]  .input-number {
		min-width: 250px;
		max-width: 450px;
	}

	.form-field[b-kh7tamtthd]  textarea {
		resize: none;
		overflow: hidden;
		overflow-y: auto;
		box-sizing: border-box;
		min-width: 400px;
		min-height: 300px;
	}

	.form-field[b-kh7tamtthd]  label {
		padding-left: 0.25em;
	}

	.form-field[b-kh7tamtthd]  input[type=checkbox] {
		appearance: none;
		width: 1.5em;
		height: 1.5em;
		border: 1px solid var(--border-color);
		border-radius: 0.25rem;
		background-color: var(--background-color);
		cursor: pointer;
		transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		margin: 0.5em 0em 0em 0.25em;
	}

		.form-field[b-kh7tamtthd]  input[type=checkbox]:checked {
			background-color: var(--hyper-link-color);
			background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
		}

.flex-one[b-kh7tamtthd] {
	flex: 1;
}

#is-active label[b-kh7tamtthd] {
	display: flex;
	align-items: flex-end;
	margin-bottom: 0.25em;
}

[b-kh7tamtthd] .validation-errors{
	margin-block-start: 0px;
	margin-block-end: 0px;
}

	[b-kh7tamtthd] .validation-errors:has(*) {
		margin-bottom: 15px
	}
/* _content/Mocks/Components/Pages/SysSettingsPage.razor.rz.scp.css */
.panel[b-007w610og9] {
	border: 1px solid var( --border-color);
	background: var(--border-background-color);
	border-radius: 0.5em;
	display: flex;
	padding: 0.5em;
	flex-direction: column;
}

	.panel[b-007w610og9]  input {
		border: 1px solid var(--border-color);
		border-radius: 0.5em;
		flex: 1 1 auto;
		box-sizing: border-box;
		font-size: 1rem;
		padding: 0.25em 0.5em;
	}

	.panel span[b-007w610og9] {
		padding-left: 0.25em;
		padding-bottom: 0.25em;
	}

.body[b-007w610og9] {
	display: flex;
	flex: 1;
	overflow: hidden;
}

.scroll-container[b-007w610og9] {
	display: flex;
	margin: 1em 0 0 0;
	gap: 0.5em;
	flex-wrap: wrap;
	overflow-x: hidden;
	overflow-y: auto;
}

[b-007w610og9] form {
	margin: 1em;
	display: flex;
	flex: 1;
	flex-direction: column;
}
