@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';
@import '_content/HubOneWorkflows.Components/HubOneWorkflows.Components.bundle.scp.css';

/* /Components/ActionDialog.razor.rz.scp.css */
/* /Components/ColumnDeprecatedFilter.razor.rz.scp.css */
#h1w .filter-input[b-gb95rit3gd] {
	height: 44px;
	min-width: 8rem;
}

#h1w .custom-select[b-gb95rit3gd]::-ms-expand {
	display: none;
}

#h1w .custom-select[b-gb95rit3gd]::after {
	display: none;
}

#h1w .custom-select[b-gb95rit3gd] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 0.6em;
	background: #fff;
	background-image: none;
}

#h1w .filter-select[b-gb95rit3gd] {
	max-width: 206px;
}

	#h1w .filter-select option[b-gb95rit3gd] {
		font-size: 16px;
	}
/* /Components/ColumnHeader.razor.rz.scp.css */

th[b-e5ifdse551]  > .resize-handle {
	cursor: ew-resize;
	top: 0;
	height: 101%;
	border-color: #8367e1;
	border-right-width: 2px;
	position: absolute;
	z-index: 20;
	right: 0;
}

#h1w .draggable[b-e5ifdse551] {
	cursor: move;
	border: 2px solid transparent;
}

	#h1w .draggable.over[b-e5ifdse551] {
		border: 2px dotted #aaa;
		border-radius: 8px;
	}

#h1w .dragging[b-e5ifdse551] {
	opacity: 0.5;
	cursor: move;
}
/* /Components/DeleteDialog.razor.rz.scp.css */
/* /Components/FilterBar.razor.rz.scp.css */
#h1w .filter-input[b-iy20epiz9n]
{
	height:44px;
	min-width:8rem;
}

#h1w .custom-select[b-iy20epiz9n]::-ms-expand {
	display: none;
}

#h1w .custom-select[b-iy20epiz9n]::after {
	display: none;
}

#h1w .custom-select[b-iy20epiz9n] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 0.6em;
	background: #fff;
	background-image: none;
}
/* /Components/FreeTextSelect.razor.rz.scp.css */
/* /Components/InlineInstanceEdit.razor.rz.scp.css */
[b-0nh7ecbqef] .max-w-xs {
	max-width: 5rem;
}

[b-0nh7ecbqef] .check {
	max-width: 1rem !important;
}

#h1w .border-b-3[b-0nh7ecbqef] {
	border-bottom-width: 3px !important;
}

#h1w .border-blue-300[b-0nh7ecbqef] {
	--tw-border-opacity: 1 !important;
	border-color: rgb(147 197 253 / var(--tw-border-opacity)) !important;
}

/* /Components/InlineViewEdit.razor.rz.scp.css */
[b-7ol4cddmb1] .max-w-xs {
	max-width: 5rem;
}

[b-7ol4cddmb1] .check {
	max-width: 1rem !important;
}
/* /Components/PluginQuerySelector.razor.rz.scp.css */
/* /Components/Progress.razor.rz.scp.css */
.progress-bar-loader[b-exgypkazu8] {
	width: 100%;
	height: 8px;
	background-color: #E4E4ED;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.progress-bar[b-exgypkazu8] {
	height: 100%;
	background-color: #4F21F4;
	width: 80%; /* Max width for the bar */
	animation: progress-b-exgypkazu8 2s infinite linear;
}

@keyframes progress-b-exgypkazu8 {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(100%);
	}
}
/* /Components/Prompt.razor.rz.scp.css */
[b-rtn2d7g3f5] > div{
	z-index: 50;
}
[b-rtn2d7g3f5].modal-title {
	display: grid;
	grid-template-columns: min-content 1fr;
	column-gap: 0.5rem;
	align-items: center;
}

[b-rtn2d7g3f5].modal-icon {

}

[b-rtn2d7g3f5].modal-title-text {
	justify-self: center;
}
/* /Components/Spinner.razor.rz.scp.css */
.spinner-loading[b-4gd6bg7m1u] {

}

.spinner-loader[b-4gd6bg7m1u] {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 8px solid;
	border-color: #E4E4ED;
	border-right-color: #4F21F4;
	animation: spin-b-4gd6bg7m1u 1s infinite linear;
	margin: 0 auto;
}

.spinner-text[b-4gd6bg7m1u] {
	margin-top: 16px;
	font-size: 18px;
	font-weight: 400;
}

@keyframes spin-b-4gd6bg7m1u {
	to {
		transform: rotate(1turn)
	}
}
/* /Components/TypeQuerySelector.razor.rz.scp.css */
/* /Components/ViewQuerySelector.razor.rz.scp.css */
/* /Components/WorkflowQuerySelector.razor.rz.scp.css */
/* /Pages/Feedback.razor.rz.scp.css */
.notification[b-7blzed1u57] {
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
	padding: 1rem;
	border-radius: 0.375rem;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	font-size: 0.875rem;
	font-weight: 500;
}

.notification.error[b-7blzed1u57] {
	background-color: #f8d7da;
	color: #842029;
	border: 1px solid #f5c2c7;
}

.notification.success[b-7blzed1u57] {
	background-color: #d1e7dd;
	color: #0f5132;
	border: 1px solid #badbcc;
}

.text-gold[b-7blzed1u57] {
	fill: gold;
}

.text-lightgray[b-7blzed1u57] {
	fill: lightgray;
}
/* /Pages/Import.razor.rz.scp.css */
.import-container[css-scope-pages-import]  {
	width: max-content;
}

.import-header[css-scope-pages-import]  {
	position: sticky;
	left: 0;
	min-width: max-content;
	width: calc(100vw - 4rem);
	padding: 2.5rem 2rem;
}

.import-body[css-scope-pages-import]  {
	margin-left: 2rem;
	margin-right: 2rem;
}

div[role="table"][css-scope-pages-import]  {
	width: max-content;
}

	div[role="table"][css-scope-pages-import]  > [role="rowgroup"]:first-child:has(> [role="row"] > [role="columnheader"]) {
		position: sticky;
		top: calc(4rem - 1px);
		anchor-name: --sticky-header;
		z-index: 3;
	}

	div[role="table"][css-scope-pages-import]  > [role="rowgroup"]:nth-child(n+2):has(> [role="row"] > [role="columnheader"]) {
		/* Provides a box-shadow for the non-sticky header for before the sticky header has moved below it.*/
		z-index: 2;
		box-shadow: 0 4px 4px rgba(0,0,0,0.1);
	}

div[role="table"] :has(> [role="rowgroup"]:first-child > [role="row"] > [role="columnheader"])[css-scope-pages-import]::after  {
	/* Provides a box shadow for the sticky header after it's moved below the non-sticky header. */
	content: "";
	position: fixed;
	left: anchor(left);
	right: anchor(right);
	top: anchor(bottom);
	height: 8px;
	box-shadow: 0 4px 4px rgba(0,0,0,0.1) inset;
	pointer-events: none;
	z-index: 1;
	position-anchor: --sticky-header;
}

table[css-scope-pages-import]  {
	min-width: max-content;
	width: calc(100vw - 5rem);
	border-radius: var(--border-radius);
	--border-radius: 0.5rem;
	border: 0 none transparent;
	--border: 1px solid #4f46e5;
	border-collapse: separate;
	border-spacing: 0px;
	margin-bottom: 2rem;
	--subtle-border: 1px solid var(--gray-100);
	box-shadow: 0 4px 4px rgba(0,0,0,0.1);
}

	table[css-scope-pages-import]  > tr > :is(th,td),
	table[css-scope-pages-import]  > :is(thead,tbody,tfoot) > tr > :is(th,td) {
		max-width: 20rem;
		border: 0 none transparent;
		padding: 0.5rem 0.75rem;
		white-space: nowrap;
		overflow: clip;
		text-overflow: ellipsis;
		color: var(--gray-500);
		font-size: 0.875rem;
		line-height: 1.25rem;
		white-space: nowrap;
	}

		table[css-scope-pages-import]  > tr > :is(th,td):has(> .hover-overflow),
		table[css-scope-pages-import]  > :is(thead,tbody,tfoot) > tr > :is(th,td):has(> .hover-overflow) {
			padding: 0 0;
		}

		table[css-scope-pages-import]  > tr > :is(th,td) > .hover-overflow,
		table[css-scope-pages-import]  > :is(thead,tbody,tfoot) > tr > :is(th,td) > .hover-overflow {
			padding: 0.5rem 0.75rem;
			background-color: white;
			display: inline-block;
		}


		table[css-scope-pages-import]  > tr > :is(th,td):has(> .hover-overflow):hover,
		table[css-scope-pages-import]  > :is(thead,tbody,tfoot) > tr > :is(th,td):has(> .hover-overflow):hover {
			overflow: visible;
		}

		table[css-scope-pages-import]  > tr > :is(th,td):hover > .hover-overflow,
		table[css-scope-pages-import]  > :is(thead,tbody,tfoot) > tr > :is(th,td):hover > .hover-overflow {
			background: white;
			position: relative;
		}

		table[css-scope-pages-import]  > tr > :is(th,td):hover,
		table[css-scope-pages-import]  > :is(thead,tbody,tfoot) > tr > :is(th,td):hover {
			overflow: visible;
			position: relative;
			z-index: 1;
		}

	/*table ::deep > tr > :is(th,td):hover::before,
			table ::deep > :is(thead,tbody,tfoot) > tr > :is(th,td)::before {
				content: "";
			}*/

	table[css-scope-pages-import]  > tbody > tr > :is(th,td) {
		border-bottom: var(--subtle-border);
	}

	table[css-scope-pages-import]  > :is(thead,tbody,tfoot) > tr > :nth-child(1 of th,td) {
		border-left: var(--subtle-border);
	}

	table[css-scope-pages-import]  > :is(thead,tbody,tfoot) > tr > :nth-last-child(1 of th,td) {
		border-right: var(--subtle-border);
	}

	table[css-scope-pages-import]  > tr > :nth-child(n + 2 of th,td),
	table[css-scope-pages-import]  > :is(thead,tbody,tfoot) > tr > :nth-child(n + 2 of th,td) {
		border-left: var(--border);
	}

	table[css-scope-pages-import]  > :nth-child(1 of tr) > :nth-last-child(n + 1 of th,td),
	table[css-scope-pages-import]  > :nth-child(1 of thead,tbody,tfoot) > :nth-child(1 of tr) > :nth-child(1 of th,td) {
		border-top-left-radius: var(--border-radius);
	}

	table[css-scope-pages-import]  > :nth-child(1 of thead,tbody,tfoot,tr),
	table[css-scope-pages-import]  > :nth-child(1 of thead,tbody,tfoot) > :nth-child(1 of tr),
	table[css-scope-pages-import]  > :nth-child(1 of tr) > :nth-child(1 of th,td),
	table[css-scope-pages-import]  > :nth-child(1 of thead,tbody,tfoot) > :nth-child(1 of tr) > :nth-child(1 of th,td) {
		border-top-left-radius: var(--border-radius);
	}

		table[css-scope-pages-import]  > :nth-child(1 of thead,tbody,tfoot,tr),
		table[css-scope-pages-import]  > :nth-child(1 of thead,tbody,tfoot) > :nth-child(1 of tr),
		table[css-scope-pages-import]  > :nth-child(1 of tr) > :nth-last-child(1 of th,td),
		table[css-scope-pages-import]  > :nth-child(1 of thead,tbody,tfoot) > :nth-child(1 of tr) > :nth-last-child(1 of th,td) {
			border-top-right-radius: var(--border-radius);
		}

	table[css-scope-pages-import]  > :nth-last-child(1 of thead,tbody,tfoot,tr),
	table[css-scope-pages-import]  > :nth-last-child(1 of thead,tbody,tfoot) > :nth-last-child(1 of tr),
	table[css-scope-pages-import]  > :nth-last-child(1 of tr) > :nth-child(1 of th,td),
	table[css-scope-pages-import]  > :nth-last-child(1 of thead,tbody,tfoot) > :nth-last-child(1 of tr) > :nth-child(1 of th,td) {
		border-bottom-left-radius: var(--border-radius);
	}

		table[css-scope-pages-import]  > :nth-last-child(1 of thead,tbody,tfoot,tr),
		table[css-scope-pages-import]  > :nth-last-child(1 of thead,tbody,tfoot) > :nth-last-child(1 of tr),
		table[css-scope-pages-import]  > :nth-last-child(1 of tr) > :nth-last-child(1 of th,td),
		table[css-scope-pages-import]  > :nth-last-child(1 of thead,tbody,tfoot) > :nth-last-child(1 of tr) > :nth-last-child(1 of th,td) {
			border-bottom-right-radius: var(--border-radius);
		}

	table[css-scope-pages-import]  > tr > th,
	table[css-scope-pages-import]  > :is(thead,tbody,tfoot) > tr > th {
		background-color: var(--gray-200);
	}

	table[css-scope-pages-import]  > :nth-child(1 of tr) > th,
	table[css-scope-pages-import]  > :nth-child(1 of thead,tbody,tfoot) > :nth-child(1 of tr) > th {
		position: sticky;
		top: calc(4rem - 1px);
	}

.grid-table[css-scope-pages-import]  {
	width: max-content;
}

td[css-scope-pages-import] , th[css-scope-pages-import]  {
	min-width: 15em;
}

td.task-index[css-scope-pages-import] , th.task-index[css-scope-pages-import]  {
	min-width: var(--index-length);
	text-align: end;
}

td.task-execute[css-scope-pages-import] , th.task-execute[css-scope-pages-import]  {
	min-width: 1.5rem;
	text-align: end;
}

.import-tasks[role="table"][css-scope-pages-import]  > [role="rowgroup"] > [role="row"] > :is([role="cell"],[role="columnheader"]):nth-child(1) {
	text-align: end;
	padding-right: 0.5rem;
}

.import-tasks[role="table"][css-scope-pages-import]  > [role="rowgroup"] > [role="row"] > :is([role="cell"],[role="columnheader"]):nth-child(3) {
	padding-left: 0.5rem;
}

dl.column-properties[css-scope-pages-import]  > div,
dl.column-properties[css-scope-pages-import]  > div > :is(dt,dd) {
	display: inline-block;
}

dl.column-properties[css-scope-pages-import]  > div {
	background-color: var(--emerald-100);
	border-radius: 0.25rem;
	padding: 0 0.125rem 0;
	margin-right: 0.2rem;
}

dl.column-properties[css-scope-pages-import]  {
	white-space: nowrap;
}

.task-reference[css-scope-pages-import]  {
	display: inline-block;
	white-space: nowrap;
}

	.task-reference[css-scope-pages-import]  > * {
		--border-radius: 0.25rem;
		padding: 0 0.125rem 0;
		display: inline-block;
	}

		.task-reference[css-scope-pages-import]  > *:first-child {
			border-top-left-radius: var(--border-radius);
			border-bottom-left-radius: var(--border-radius);
		}

		.task-reference[css-scope-pages-import]  > *:last-child {
			border-top-right-radius: var(--border-radius);
			border-bottom-right-radius: var(--border-radius);
		}

	.task-reference[css-scope-pages-import]  > * {
		background-color: var(--indigo-100);
	}

.task-reference.faulted[css-scope-pages-import]  > * {
	background-color: var(--rose-100);
}

.task-reference[css-scope-pages-import]  > .task-reference-id {
	background-color: var(--indigo-600);
	color: white;
	border-radius: var(--border-radius) 0 0 var(--border-radius);
}

.task-reference.faulted[css-scope-pages-import]  > .task-reference-id {
	background-color: var(--rose-600);
}

.task-reference[css-scope-pages-import]  > .task-reference-body {
	text-overflow: ellipsis;
	overflow: clip;
}
/* /Pages/IntroductionVideo.razor.rz.scp.css */
[b-ytoqola228].intro-video-root {
	position: relative;
}

	[b-ytoqola228].intro-video-root > video {
		max-width: 100%;
		max-height: 100%;
	}

	[b-ytoqola228].intro-video-root > .video-controls {
		pointer-events: none;
		display: flex;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		justify-content: center;
		align-content: center;
		flex-wrap: wrap;
		opacity: 1;
		transition: opacity ease-in-out 0.05s;
	}

	[b-ytoqola228].intro-video-root.playing > .video-controls {
		opacity: 0;
	}

	[b-ytoqola228].intro-video-root > .video-controls {
		opacity: 0.5;
	}
	[b-ytoqola228].intro-video-root:hover > .video-controls {
		opacity: 0.8;
	}

		[b-ytoqola228].intro-video-root > .video-controls > svg {
			max-width: 18%;
			max-height: 32%;
		}
/* /Shared/MainLayout.razor.rz.scp.css */
.layout-container[b-yjk39e6qrh]  > header {
	position: fixed;
	top: 0;
	z-index: 30;
	width: 100%;
}

.layout-container[b-yjk39e6qrh]  > main {
	margin-top: 4rem;
}

.application-logo[b-yjk39e6qrh]  {
	display: flex;
	flex-direction: column;
}
.application-logo[b-yjk39e6qrh]  > span {

}
/* /Shared/OnboardingLayout.razor.rz.scp.css */
[b-up6fe9ef9h].intro-video-root {
	position: relative;
}

	[b-up6fe9ef9h].intro-video-root > video {
		max-width: 100%;
		max-height: 100%;
	}

	[b-up6fe9ef9h].intro-video-root > .video-controls {
		pointer-events: none;
		display: flex;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		justify-content: center;
		align-content: center;
		flex-wrap: wrap;
		opacity: 1;
		transition: opacity ease-in-out 0.05s;
	}

	[b-up6fe9ef9h].intro-video-root.playing > .video-controls {
		opacity: 0;
	}

	[b-up6fe9ef9h].intro-video-root > .video-controls {
		opacity: 0.5;
	}

	[b-up6fe9ef9h].intro-video-root:hover > .video-controls {
		opacity: 0.8;
	}

	[b-up6fe9ef9h].intro-video-root > .video-controls > svg {
		max-width: 18%;
		max-height: 32%;
	}
