@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';
@import '_content/TrioTransfer.Blazor.Components/TrioTransfer.Blazor.Components.awndb6dxol.bundle.scp.css';

/* /Components/Loading.razor.rz.scp.css */
.loading-container[b-e9kyv1jnhr] {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
/* /Features/Notifications/NotificationPanel.razor.rz.scp.css */
.msg-container[b-pn4yt9d9v3] {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	height: 100% !important;
}

	.msg-container h4[b-pn4yt9d9v3] {
		color: var(--neutral-foreground-rest);
		font-size: 80%;
		margin: 0;
	}

.msg-hdr[b-pn4yt9d9v3] {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

	.msg-hdr .msg-hdr-sub[b-pn4yt9d9v3] {
		color: var(--accent-fill-rest);
	}

		.msg-hdr .msg-hdr-sub p[b-pn4yt9d9v3] {
			font-weight: bold;
		}

	.msg-hdr .msg-hdr-ack[b-pn4yt9d9v3] {
		min-width: 250px;
	}

.msg-attachments .msg-attachment-list[b-pn4yt9d9v3] {
	display: flex;
	gap: 0.5rem;
}

	.msg-attachments .msg-attachment-list .msg-attachment[b-pn4yt9d9v3] {
		display: flex;
		gap: 0.4rem;
		background-color: var(--neutral-fill-layer-rest);
		border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
		border-radius: calc(var(--layer-corner-radius) * 1px);
		padding: 0.6rem;
	}

.msg-body[b-pn4yt9d9v3] {
	width: 100%;
	height: 100%;
	margin-top: 1rem;
}

[b-pn4yt9d9v3] .msg-body fluent-text-area {
	width: 100%;
}

[b-pn4yt9d9v3] .msg-body-area::part(control) {
	width: 100% !important;
	height: calc(100dvh - 360px) !important;
}

[b-pn4yt9d9v3] .msg-body-area-ack::part(control) {
	width: 100% !important;
	height: calc(100dvh - 415px) !important;
}

.msg-ack-area[b-pn4yt9d9v3] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background-color: var(--highlight-bg);
	border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
	border-radius: calc(var(--layer-corner-radius) * 1px);
	padding: 1rem;
}

[b-pn4yt9d9v3] fluent-dialog .fluent-dialog-footer {
	background-color: red !important;
}
/* /Features/Notifications/Notifications.razor.rz.scp.css */
.toolbar-total-items[b-g937q0n3wv] {
	display: flex;
	align-items: center;
	margin-right: 1rem;
	font-weight: bold !important;
	color: var(--info) !important;
}
/* /Features/Profile/AccountClosed.razor.rz.scp.css */
.full-center[b-y2jgrxcgfw] {
	display: flex;
	width: 100%;
	height: 40%;
	align-items: center;
	justify-content: center;
	font-size: 160%;
}
/* /Features/Profile/AccountSelector.razor.rz.scp.css */
.acc-sel-container[b-m90pjnydrd] {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90vh;
	text-align: center;
	width: 100%;
}

.selector-box[b-m90pjnydrd] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 650px;
	height: 400px;
	gap: 2rem;
	background-color: var(--neutral-fill-layer-active);
	color: var(--neutral-foreground-rest);
	border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-layer-rest);
	border-radius: calc(var(--layer-corner-radius) * 1px);
}
/* /Features/Samplings/SampleDetailsPanel.razor.rz.scp.css */
.sample-details-body[b-2d3osure8r] {
	padding: 1rem;
}

.sample-details-status[b-2d3osure8r] {
}

[b-2d3osure8r] .sample-details-status .result {
	font-weight: bold;
}

[b-2d3osure8r] .sample-details-status .error {
	color: var(--error);
}

[b-2d3osure8r] .sample-details-status .warning {
	color: var(--warning);
}

[b-2d3osure8r] .sample-details-status .success {
	color: var(--success);
}


[b-2d3osure8r] .sample-details-status h6 {
	margin-top: 1rem;
	margin-bottom: 0.2rem;
}

[b-2d3osure8r] .sample-details-status table tr td:first-child {
	padding-right: 1.0rem;
}

.sample-details-atts[b-2d3osure8r] {
	margin-top: 2rem;
}

	.sample-details-atts .sample-attributes-grid[b-2d3osure8r] {
		height: 250px;
		overflow: auto;
	}

.sample-details-histo[b-2d3osure8r] {
	margin-top: 2rem;
}

/* /Features/Samplings/SamplingFiltersPanel.razor.rz.scp.css */
.filters[b-d7bbadsjc6]  fieldset {
	gap: 0.5rem !important;
}

.instruments-grid[b-d7bbadsjc6] {
	margin-top: 0.5rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 0.5rem;
}
/* /Features/Samplings/Samplings.razor.rz.scp.css */
.samplings-stack[b-7m9853eomt] {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	width: 100%;
	height: calc(100dvh - 212px);
	min-height: 0;
	margin-top: 1.99rem;
}

	.samplings-stack .info-text h4[b-7m9853eomt] {
		margin-top: 0;
	}

	.samplings-stack .grid-icon-column[b-7m9853eomt] {
		padding-top: 3px;
		margin-top: 0px !important;
	}

/* Grid on the left */
.samplings-grid[b-7m9853eomt] {
	overflow: auto;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
	background-color: var(--neutral-fill-layer-rest);
	border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
	border-radius: calc(var(--layer-corner-radius) * 1px);
}

	.samplings-grid[b-7m9853eomt]::-webkit-scrollbar-track {
		border-radius: calc(var(--layer-corner-radius) * 1px);
		border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
	}

[b-7m9853eomt] .samplings-grid .grid-no {
	display: none;
}

@media (min-width: 1512px) {
	.samplings-grid[b-7m9853eomt] {
		overflow-x: hidden;
		scrollbar-gutter: auto;
		min-width: 480px;
	}
}

[b-7m9853eomt] .samplings-grid th fluent-button::part(control) {
	/* background-color: var(--neutral-fill-layer-rest) !important; */
	font-size: 90% !important;
}

	[b-7m9853eomt] .samplings-grid th fluent-button::part(control):hover {
		/* background-color: var(--neutral-fill-stealth-hover) !important; */
	}

.samplings-grid[b-7m9853eomt]  .fluent-data-grid th,
.details-grid[b-7m9853eomt]  .fluent-data-grid th {
	background-color: var(--neutral-fill-layer-rest) !important;
}

.samplings-grid[b-7m9853eomt]  .fluent-data-grid .col-title,
.samplings-grid[b-7m9853eomt]  .fluent-data-grid td {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 90%;
}

.time-filter[b-7m9853eomt] {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	min-width: 300px;
}

.status-filter[b-7m9853eomt] {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	min-width: 300px;
}

.instrument-filter[b-7m9853eomt] {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
}

.filter-title[b-7m9853eomt] {
	margin-bottom: 1rem;
}

.filter-all[b-7m9853eomt] {
	margin-bottom: 1rem;
}

.filter-info-text[b-7m9853eomt] {
	background-color: var(--neutral-fill-stealth-active);
	border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
	border-radius: calc(var(--layer-corner-radius) * 1px);
	margin: 1rem;
	padding: 0.5rem 1rem;
	font-size: 85%;
}

[b-7m9853eomt] .samplings-grid .sampling-icon svg {
	margin-top: 0px;
}

[b-7m9853eomt] tr .sampling-selected {
	background-color: var(--neutral-fill-stealth-hover);
}

[b-7m9853eomt] .sampling-valid,
[b-7m9853eomt] .sampling-valid svg,
[b-7m9853eomt] .sample-valid {
	color: var(--neutral-foreground-rest) !important;
	fill: var(--neutral-foreground-rest) !important;
}

[b-7m9853eomt] .sampling-warnings,
[b-7m9853eomt] .sampling-warnings svg,
[b-7m9853eomt] .sample-warning {
	color: var(--warning) !important;
	fill: var(--warning) !important;
}

[b-7m9853eomt] .sampling-errors,
[b-7m9853eomt] .sampling-errors svg {
	color: var(--error) !important;
	fill: var(--error) !important;
}

[b-7m9853eomt] .sample-error {
	color: var(--error) !important;
	fill: var(--error) !important;
	background-color: var(--neutral-fill-active);
}

[b-7m9853eomt] .sampling-exporting,
[b-7m9853eomt] .sampling-exporting svg {
	color: var(--info) !important;
	fill: var(--info) !important;
}

[b-7m9853eomt] .sampling-exported,
[b-7m9853eomt] .sampling-exported svg {
	color: var(--success) !important;
	fill: var(--success) !important;
}

/* Details view on the right */
.details[b-7m9853eomt] {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
	/*height: calc(100dvh - 210px);*/
	/*overflow: hidden;*/
}

	.details .details-info[b-7m9853eomt] {
		display: flex;
		flex-direction: row;
		flex: 0 0 auto;
		justify-content: space-between;
		background-color: var(--neutral-fill-layer-rest);
		border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
		border-radius: calc(var(--layer-corner-radius) * 1px);
		padding: 1rem;
		padding-top: 0;
		min-height: 72px;
	}

		.details .details-info .no-sampling-selected[b-7m9853eomt] {
			display: flex;
			width: 100%;
			height: 100%;
			justify-content: center;
			align-items: center;
			font-weight: bold;
		}

[b-7m9853eomt] .details .details-info .details-info-form {
	display: flex;
	gap: 2rem;
}

[b-7m9853eomt] .details .details-info .details-info-sup {
	display: flex;
	gap: 2rem;
}

.details .details-main[b-7m9853eomt] {
	flex: 1 1 auto;
	background-color: var(--neutral-fill-layer-rest);
	border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
	border-radius: calc(var(--layer-corner-radius) * 1px);
	padding-left: 1rem;
	padding-right: 1rem;
	min-height: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/*
	Detail tabs
*/
[b-7m9853eomt] .details-main .details-tabs {
	padding: 0 !important;
	min-height: 0;
	height: 100%;
}

	[b-7m9853eomt] .details-main .details-tabs .details-tab {
		padding: 0;
		margin: 0;
		min-height: 0;
		height: 100%;
	}

.details-grid[b-7m9853eomt] {
	width: 100%;
	height: calc(100dvh - 363px);
	overflow: auto;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
}

[b-7m9853eomt] .details-grid .fluent-data-grid .col-title,
[b-7m9853eomt] .details-grid .fluent-data-grid td {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 90%;
}

[b-7m9853eomt] .details-grid .sample-icon svg {
	margin-top: 2px;
}

[b-7m9853eomt] .details-grid .sample-error {
	color: var(--error);
	font-weight: bold;
}

[b-7m9853eomt] .details-info-export-header {
	display: flex;
	gap: 0.3rem;
	align-items: center;
	margin-top: 1rem;
}

	[b-7m9853eomt] .details-info-export-header svg {
		margin-top: 3px;
	}

	[b-7m9853eomt] .details-info-export-header h5 {
		font-size: var(--type-ramp-base-font-size);
		padding-top: 11px;
		margin-bottom: 7px;
	}


/* TODO: Add invalid flag to InfoEdit and move these into the component */
[b-7m9853eomt] .info-edit.invalid h4,
[b-7m9853eomt] .info-edit.invalid p {
	color: var(--error);
}

[b-7m9853eomt] .info-edit.invalid .info-edit-header svg {
	fill: var(--error) !important;
}

[b-7m9853eomt] .empty-content-row {
	border: none !important;
}

[b-7m9853eomt] .fluent-tab-icon {
	margin-right: 5px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-rt76beo6uq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rt76beo6uq] {
    flex: 1;
}

.sidebar[b-rt76beo6uq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-rt76beo6uq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rt76beo6uq]  a, .top-row[b-rt76beo6uq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-rt76beo6uq]  a:hover, .top-row[b-rt76beo6uq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-rt76beo6uq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-rt76beo6uq] {
        display: none;
    }

    .top-row.auth[b-rt76beo6uq] {
        justify-content: space-between;
    }

    .top-row[b-rt76beo6uq]  a, .top-row[b-rt76beo6uq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rt76beo6uq] {
        flex-direction: row;
    }

    .sidebar[b-rt76beo6uq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rt76beo6uq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-rt76beo6uq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-rt76beo6uq], article[b-rt76beo6uq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-rt76beo6uq] {
    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-rt76beo6uq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
