@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Charts/BoxChart.razor.rz.scp.css */
.years[b-weg74grzha] {
	display: flex;
	gap: 2px;
	justify-content: flex-end;
}

.year[b-weg74grzha] {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 1px;
	padding-right: 1px;
	border-right: 2px solid red;
}

	.year:last-of-type[b-weg74grzha] {
		border-right: none;
	}

	.year > .year-title[b-weg74grzha] {
		padding: 0px 10px;
		background-color: lightgray;
	}

.months[b-weg74grzha] {
	display: flex;
	align-items: flex-end;
	gap: 1px;
	justify-content: center;
}

.month[b-weg74grzha] {
	display: flex;
	flex-direction: column;
	gap: 1px;
	margin-right: 1px;
	padding-right: 2px;
	border-right: 1px solid rebeccapurple;
	justify-content: center;
}

	.month:last-of-type[b-weg74grzha] {
		border-right: none;
	}

	.month > .month-title[b-weg74grzha] {
		padding: 0px 5px;
		text-align: center;
	}

.Data[b-weg74grzha] {
	display: flex;
	align-items: flex-end;
	gap: 1px;
	padding-top: 2px;
	justify-content: center;
}

.points[b-weg74grzha] {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.DataSet[b-weg74grzha] {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.point[b-weg74grzha] {
	display: inline-block;
	width: 5px;
	height: 5px;
}

.point-month[b-weg74grzha] {
	/*width: 15px;
	height: 15px;*/
	width: 5px;
	height: 5px;
}

.point-year[b-weg74grzha] {
	/*width: 15px;
	height: 15px;*/
	width: 5px;
	height: 5px;
}
/* /Components/Controls/EmojiPicker.razor.rz.scp.css */

.popup-background[b-opys9dctul] {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 9;
	background-color: gray;
	opacity: 0.3;
}

.emoji-picker-shell[b-opys9dctul] {
	position: relative;
	display: inline-block;
	font-family: system-ui, sans-serif;
}

.emoji-trigger[b-opys9dctul] {
	/*	width: 42px;
	height: 42px;*/
	width: 25px;
	height: 25px;
	border: 1px solid #d0d7de;
	border-radius: 999px;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	/*box-shadow: 0 1px 2px rgba(0,0,0,0.05);*/
	border:none;
}

.emoji-trigger__emoji[b-opys9dctul],
.emoji-trigger__icon[b-opys9dctul] {
	/*font-size: 1.25rem;*/
	font-size: 1rem;
	line-height: 1;
}

.emoji-popover[b-opys9dctul] {
	/*position: absolute;*/
	position:absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 1000;
	width: 360px;
	max-width: min(90vw, 360px);
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 1rem;
	box-shadow: 0 16px 40px rgba(0,0,0,0.12);
	padding: 0.75rem;
}

.emoji-picker[b-opys9dctul] {
	display: grid;
	gap: 0.75rem;
}

.emoji-picker__toolbar[b-opys9dctul] {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.6rem;
}

.emoji-picker__search[b-opys9dctul],
.emoji-picker__category[b-opys9dctul] {
	padding: 0.7rem 0.85rem;
	border: 1px solid #d0d7de;
	border-radius: 0.75rem;
	font-size: 0.95rem;
}

.emoji-picker__results[b-opys9dctul] {
	/*height: 280px;*/
	overflow: auto;
	border: 1px solid #e5e7eb;
	border-radius: 0.9rem;
	padding: 0.35rem;
	background: #fff;
}

.emoji-picker__item[b-opys9dctul] {
/*	width: 100%;*/
	/*display: grid;*/
	grid-template-columns: 40px 1fr;
	align-items: center;
	gap: 0.75rem;
	text-align: left;
	border: 0;
	background: transparent;
	padding: 0.55rem 0.65rem;
	border-radius: 0.75rem;
	cursor: pointer;
}

	.emoji-picker__item:hover[b-opys9dctul],
	.emoji-picker__item--active[b-opys9dctul],
	.emoji-picker__item--highlighted[b-opys9dctul] {
		background: #f3f4f6;
	}

.emoji-picker__emoji[b-opys9dctul],
.emoji-picker__details-emoji[b-opys9dctul] {
	font-size: 1.5rem;
	line-height: 1;
}

.emoji-picker__name[b-opys9dctul] {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.emoji-picker__details[b-opys9dctul] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	border: 1px solid #e5e7eb;
	border-radius: 1rem;
	padding: 0.9rem 1rem;
	background: #fafafa;
}

.emoji-picker__details-main[b-opys9dctul] {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.emoji-picker__details-name[b-opys9dctul] {
	font-weight: 600;
}

.emoji-picker__details-meta[b-opys9dctul] {
	font-size: 0.875rem;
	color: #6b7280;
}

.emoji-picker__link[b-opys9dctul] {
	white-space: nowrap;
}
/* /Components/Controls/FormDesign/PropTable.razor.rz.scp.css */
.Prop-Table[b-u5aefxfvai]  td {
	vertical-align: baseline;
	padding-top: 0.5rem;
}

.Prop-Table[b-u5aefxfvai]  tr td:first-of-type {
	vertical-align: baseline;
	padding-right: 2rem;
	font-weight: 600;
}

.Prop-Table[b-u5aefxfvai]  input[type=number] {
	width: 5rem;
	text-align: right;
}
/*
.Prop-Table.hor ::deep {
	all: initial;
}*/

.Prop-Table.hor[b-u5aefxfvai]  {
	display: flex;
	gap: 0.5rem 2rem;
	flex-wrap: wrap;
}

	.Prop-Table.hor[b-u5aefxfvai]  tr {
		display: inline-flex;
		/*gap: 0.5rem;*/
		border-radius: 5px;
		vertical-align: baseline;
		/*align-items: center;*/

		flex-direction: column-reverse;
	}

	.Prop-Table.hor[b-u5aefxfvai]  td {
		padding-right: unset !important;
		vertical-align: baseline;
		display: inline-block;
		padding: 0px;
	}

	.Prop-Table.hor[b-u5aefxfvai]  tr > td:first-of-type {
		/*border-bottom: 1px dotted blue;*/
		font-size: 0.5rem;
		top: -5px;
		position: relative;
		color: lightgrey;
	}

.Prop-Table.edit.hor[b-u5aefxfvai]  tr > td:first-of-type {
	top: 0px;
	left: 5px;
	color: orangered;
}

.Prop-Table.hor[b-u5aefxfvai]  tr > td:last-of-type {
	/*border-bottom: 1px dotted blue;*/
	color: black;
}

.Prop-Table[b-u5aefxfvai]  input {
	padding: 2px 5px;
}

.Prop-Table[b-u5aefxfvai]  select {
	padding: 2px 5px;
}

.Prop-Table.hor[b-u5aefxfvai]  input {
	/*border-bottom: 1px dotted blue;*/
	font-size: 0.75rem;
}

.Prop-Table.hor[b-u5aefxfvai]  select {
	/*border-bottom: 1px dotted blue;*/
	font-size: 0.75rem;
}

.Prop-Table.hor.bs[b-u5aefxfvai]  * {
	all: unset;
}

.Prop-Table.hor.bs[b-u5aefxfvai]  tr {
	all: unset;
	display: inline-flex;
	padding: 0px;
}

	.Prop-Table.hor.bs[b-u5aefxfvai]  tr td {
		all: unset;
		display: inline-block;
		border: 1px solid #dee2e6;
		padding: 2px 5px !important;
		vertical-align: baseline;
	}

		.Prop-Table.hor.bs[b-u5aefxfvai]  tr td:first-of-type {
			border-radius: 5px 0px 0px 5px;
			background-color: #f8f9fa;
		}

		.Prop-Table.hor.bs[b-u5aefxfvai]  tr td:last-of-type {
			border-left: none;
			border-radius: 0px 5px 5px 0px;
		}
.Prop-Table.hor.bs:not(.edit)[b-u5aefxfvai]  tr td:last-of-type {
	padding: 2px 10px !important;
}

.Prop-Table.hor.bs[b-u5aefxfvai]  input {
	border: 0px;
	padding: 0px 10px;
	border-radius: 0px 5px 5px 0px;
}

.Prop-Table.hor.bs[b-u5aefxfvai]  textarea {
	border: 0px;
	padding: 0px 10px;
	border-radius: 0px 5px 5px 0px;
}

.Prop-Table.hor.bs[b-u5aefxfvai]  select {
	padding: 0px 10px;
	border: 0px;
	border-radius: 0px 5px 5px 0px;
}


/* possible value color: #ff4b4b */
/* /Components/Controls/FormDesign/PropTableItem.razor.rz.scp.css */
td.fieldName[b-7va7bcw4h8] {
	color: dimgrey;
}

td.valueView[b-7va7bcw4h8] {
	/*font-size: 1.25rem;*/
	color: blue;
	white-space: nowrap;
}

	td.valueView .input-group[b-7va7bcw4h8] {
		white-space: nowrap;
		flex-wrap:nowrap;
	}

td[b-7va7bcw4h8] {
	/*line-height:1.5rem;*/
}
/* /Components/Controls/InputCounter.razor.rz.scp.css */
.wrapper[b-9wsjki1jdc] {
	width: -webkit-fit-content;
	display:flex;
}
.wrapper-v[b-9wsjki1jdc] {
	display: flex;
	flex-direction: column;
	flex-direction: column-reverse;
}
.img-minus[b-9wsjki1jdc] {
	color: red;
	margin: 5px 10px;
	vertical-align: baseline;
	cursor: pointer;
}

.img-plus[b-9wsjki1jdc] {
	color: green;
	margin: 5px 10px;
	vertical-align: baseline;
	cursor: pointer;
}

.value[b-9wsjki1jdc] {
	cursor: pointer;
	min-width: 2rem;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: center;
}

button[b-9wsjki1jdc] {
	clear: unset;
	border: none;
	background-color:unset;
}
/* /Components/Controls/Partner/DashBoard/StatsCard.razor.rz.scp.css */
[b-kjcwult2pg] .connections {
	margin-top: 1rem;
	border: 1px solid rgba(0,0,0,.12);
	border-radius: 14px;
	padding: 1rem;
	background: #fff;
}

[b-kjcwult2pg].connections__header {
	font-weight: 700;
	font-size: 1.05rem;
	letter-spacing: .2px;
	padding-bottom: .75rem;
	margin-bottom: .75rem;
	border-bottom: 1px solid rgba(0,0,0,.08);
}

[b-kjcwult2pg] .connections__list {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

[b-kjcwult2pg] .connections__item {
	border: 1px solid rgba(0,0,0,.10);
	border-radius: 12px;
	padding: .75rem .9rem;
	background: rgba(0,0,0,.02);
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

[b-kjcwult2pg] .connections__name {
	font-weight: 600;
	margin-bottom: .25rem;
}

[b-kjcwult2pg] .connections__roles {
	color: rgba(0,0,0,.7);
	font-size: .95rem;
	white-space: nowrap;
}

[b-kjcwult2pg] .connections__empty {
	padding: .25rem 0;
}

[b-kjcwult2pg] .diff {
	font-weight: bold;
	margin-left: 0.5rem;
	display: inline-block;
	min-width: 3rem;
	text-align: right;
}

[b-kjcwult2pg] .diff-plus {
	color: green;
}

[b-kjcwult2pg] .diff-minus {
	color: red;
}

@media (max-width: 1100px) {
	[b-kjcwult2pg] .connections__list {
		gap: .25rem;
	}

	[b-kjcwult2pg] .connections__item {
		flex-direction: column;
		align-items: flex-start;
		gap: 0rem;
	}

	[b-kjcwult2pg] .connections__header {
		padding-bottom: 0px;
		margin-bottom: .0px;
	}

	[b-kjcwult2pg] .connections__roles {
		display: flex;
		justify-content: flex-end;
		width: -webkit-fill-available;
		align-items: center;
	}
}
/* /Components/Controls/Partner/Fulfillment/Picker_Ticket.razor.rz.scp.css */
.layout_body[b-2xnehjxysi] {
	flex: 1 1 auto;
	padding: 1rem;
	background: #f7fbfc;
	gap: 1rem;
	display: grid;
	height: 100%;
	width: 100%;
	align-content: start;
}
/* /Components/Controls/Partner/Fulfillment/Pulled_Bins.razor.rz.scp.css */

.bin-Reserved[b-vcn9n60hyw] {
	text-decoration: none !important;
	padding: 0px 5px;
	color: gray;
	border: 0.5px solid currentcolor;
	border-radius: 5px;
}

	.bin-Reserved:hover[b-vcn9n60hyw] {
		background-color: gray;
		border-color: gray;
		color: white;
	}


.bin-Pulled[b-vcn9n60hyw] {
	text-decoration: none !important;
	padding: 0px 5px;
	color: purple;
	border: 0.5px solid currentcolor;
	border-radius: 5px;
}

	.bin-Pulled:hover[b-vcn9n60hyw] {
		background-color: purple;
		border-color: purple;
		color: white;
	}

.bin-Shipped[b-vcn9n60hyw] {
	text-decoration: none !important;
	padding: 0px 5px;
	color: green;
	border: 0.5px solid currentcolor;
	border-radius: 5px;
}
/* /Components/Controls/Partner/Fulfillment/Pulled_Items.razor.rz.scp.css */

.bin-Reserved[b-02tm05uhv0] {
	text-decoration: none !important;
	padding: 0px 5px;
	color: gray;
	border: 0.5px solid currentcolor;
	border-radius: 5px;
}

	.bin-Reserved:hover[b-02tm05uhv0] {
		background-color: gray;
		border-color: gray;
		color: white;
	}


.bin-Pulled[b-02tm05uhv0] {
	text-decoration: none !important;
	padding: 0px 5px;
	color: purple;
	border: 0.5px solid currentcolor;
	border-radius: 5px;
}

	.bin-Pulled:hover[b-02tm05uhv0] {
		background-color: purple;
		border-color: purple;
		color: white;
	}

.bin-Shipped[b-02tm05uhv0] {
	text-decoration: none !important;
	padding: 0px 5px;
	color: green;
	border: 0.5px solid currentcolor;
	border-radius: 5px;
}
/* /Components/Controls/Partner/Fulfillment/V2/Picker.razor.rz.scp.css */
.picker_shell_card[b-vhwccb7764] {
	height: 100%;
}

	.picker_shell_card .layout_card_body[b-vhwccb7764] {
		padding-top: 0.75rem;
	}

.picker_module[b-vhwccb7764] {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 1rem;
	align-items: stretch;
	min-width: 0;
	min-height: 100%;
}

.picker_module_rail_collapsed[b-vhwccb7764] {
	grid-template-columns: 72px minmax(0, 1fr);
}

.picker_module_rail[b-vhwccb7764],
.picker_module_content[b-vhwccb7764] {
	min-width: 0;
}

.picker_module_rail[b-vhwccb7764] {
	display: flex;
}

.picker_module_content[b-vhwccb7764] {
	display: grid;
	gap: 1rem;
	align-content: start;
	min-width: 0;
}

@media (max-width: 900px) {
	.picker_module[b-vhwccb7764] {
		grid-template-columns: 190px minmax(0, 1fr);
	}

	.picker_module_rail_collapsed[b-vhwccb7764] {
		grid-template-columns: 64px minmax(0, 1fr);
	}
}
/* /Components/Controls/Partner/Fulfillment/V2/PickerDetails.razor.rz.scp.css */
.picker_details[b-5yvlx1cait] {
	display: grid;
	gap: 1rem;
	min-width: 0;
}

.picker_details_empty[b-5yvlx1cait] {
	padding: 2rem;
	border: 1px solid #d7e4e8;
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(36, 91, 107, 0.06);
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.picker_details_empty_title[b-5yvlx1cait] {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.1;
	color: #24343c;
}

.picker_details_empty_text[b-5yvlx1cait] {
	margin-top: 0.5rem;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #5f7480;
}

.picker_details_header[b-5yvlx1cait] {
	padding: 1rem;
	border: 1px solid #d7e4e8;
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(36, 91, 107, 0.06);
}

.picker_details_metrics[b-5yvlx1cait] {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.75rem;
}

.picker_details_metric[b-5yvlx1cait] {
	padding: 0.9rem 1rem;
	border: 1px solid #e3edf0;
	border-radius: 18px;
	background: #ffffff;
	min-width: 0;
}

.picker_details_metric_label[b-5yvlx1cait] {
	font-size: 0.8125rem;
	font-weight: 500;
	color: #7a8c95;
}

.picker_details_metric_value[b-5yvlx1cait] {
	margin-top: 0.25rem;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.1;
	color: #24343c;
	overflow-wrap: anywhere;
}

.picker_details_body[b-5yvlx1cait] {
	display: grid;
	gap: 1rem;
	min-width: 0;
}

.picker_details_empty_section[b-5yvlx1cait] {
	padding: 1.5rem;
	border: 1px solid #d7e4e8;
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(36, 91, 107, 0.06);
	color: #5f7480;
	font-size: 0.95rem;
	line-height: 1.6;
}

@media (max-width: 1200px) {
	.picker_details_metrics[b-5yvlx1cait] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.picker_details_metrics[b-5yvlx1cait] {
		grid-template-columns: 1fr;
	}
}


.picker_details_body > *[b-5yvlx1cait] {
	align-self: start;
}
/* /Components/Controls/Partner/Fulfillment/V2/PickerRail.razor.rz.scp.css */
.picker_rail[b-a8t0zmr92f] {
	padding: 0.75rem;
	border: 1px solid #d7e4e8;
	border-radius: 26px;
	background: linear-gradient(180deg, #5f8fdf 0%, #6e97e6 100%);
	color: #ffffff;
	box-shadow: 0 8px 24px rgba(36, 91, 107, 0.08);
	min-width: 0;
}

.picker_rail_collapsed[b-a8t0zmr92f] {
	padding: 0.625rem 0.45rem;
}

.picker_rail_header[b-a8t0zmr92f] {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.5rem;
	padding-bottom: 0.75rem;
	margin-bottom: 0.75rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.picker_rail_header_main[b-a8t0zmr92f] {
	display: grid;
	gap: 0.5rem;
	min-width: 0;
	flex: 1 1 auto;
}

.picker_rail_title[b-a8t0zmr92f] {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.1;
	color: #ffffff;
}

.picker_rail_toggle[b-a8t0zmr92f] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
	font: inherit;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	flex: 0 0 auto;
}

.picker_rail_toggle:hover[b-a8t0zmr92f] {
	background: rgba(255, 255, 255, 0.2);
}

.picker_rail_warehouse_select[b-a8t0zmr92f] {
	height: 34px;
	width: 100%;
	min-width: 0;
	padding: 0 2rem 0 0.7rem;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
	font: inherit;
	font-size: 0.78rem;
	font-weight: 500;
	line-height: 1;
	backdrop-filter: blur(2px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, rgba(255,255,255,0.8) 50%),
		linear-gradient(135deg, rgba(255,255,255,0.8) 50%, transparent 50%);
	background-position:
		calc(100% - 14px) calc(50% - 3px),
		calc(100% - 9px) calc(50% - 3px);
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
}

.picker_rail_warehouse_select:hover[b-a8t0zmr92f] {
	background-color: rgba(255, 255, 255, 0.18);
}

.picker_rail_warehouse_select:focus[b-a8t0zmr92f] {
	outline: none;
	border-color: rgba(255, 255, 255, 0.38);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}

.picker_rail_warehouse_select option[b-a8t0zmr92f] {
	color: #24343c;
	background: #ffffff;
}

.picker_rail_list[b-a8t0zmr92f] {
	display: grid;
	gap: 0.5rem;
}


.picker_rail[b-a8t0zmr92f] {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
	padding: 0.65rem;
	border: 1px solid #86aeea;
	border-radius: 24px;
	background: linear-gradient(180deg, #5f8fdf 0%, #6e97e6 100%);
	color: #ffffff;
	box-shadow: 0 8px 24px rgba(36, 91, 107, 0.08);
	min-width: 0;
	position: relative;
}

.picker_rail_list[b-a8t0zmr92f] {
	display: grid;
	gap: 0.35rem;
	align-content: start;
}
/* /Components/Controls/Partner/Fulfillment/V2/PickerRailItem.razor.rz.scp.css */
.picker_rail_item[b-vwj5kx3sfw] {
	width: 100%;
	padding: 0.65rem 0.7rem;
	border: 0;
	border-radius: 16px;
	background: transparent;
	color: #ffffff;
	text-align: left;
	cursor: pointer;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

	.picker_rail_item:hover[b-vwj5kx3sfw] {
		background: rgba(255, 255, 255, 0.08);
	}

.picker_rail_item_active[b-vwj5kx3sfw] {
	background: rgba(255, 255, 255, 0.16);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.picker_rail_item_top[b-vwj5kx3sfw] {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.45rem;
}

.picker_rail_item_identity[b-vwj5kx3sfw] {
	min-width: 0;
	flex: 1 1 auto;
}

.picker_rail_item_title[b-vwj5kx3sfw] {
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.05;
	color: #ffffff;
}

.picker_rail_item_subtitle[b-vwj5kx3sfw] {
	margin-top: 0.12rem;
	font-size: 0.72rem;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.82);
}

.picker_rail_item_status[b-vwj5kx3sfw] {
	display: inline-flex;
	align-items: center;
	padding: 0.22rem 0.55rem;
	border-radius: 999px;
	font-size: 0.66rem;
	font-weight: 700;
	line-height: 1;
	border: 1px solid transparent;
	white-space: nowrap;
}

	.picker_rail_item_status.status_shipped[b-vwj5kx3sfw] {
		background: #eef7f3;
		color: #118a1a;
		border-color: #6daf33;
	}

	.picker_rail_item_status.status_reserved[b-vwj5kx3sfw] {
		background: #f4f8fa;
		color: #6b7280;
		border-color: #bfc7cd;
	}

	.picker_rail_item_status.status_ready[b-vwj5kx3sfw] {
		background: #e8f1f4;
		color: #245b6b;
		border-color: #b9d7df;
	}

.picker_rail_item_meta_row[b-vwj5kx3sfw] {
	margin-top: 0.3rem;
}

.picker_rail_item_assignee[b-vwj5kx3sfw] {
	font-size: 0.68rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.78);
}

.picker_rail_item_metrics[b-vwj5kx3sfw] {
	display: flex;
	gap: 0.8rem;
	margin-top: 0.35rem;
}

.picker_rail_item_metric[b-vwj5kx3sfw] {
	display: inline-flex;
	align-items: baseline;
	gap: 0.25rem;
}

.picker_rail_item_metric_label[b-vwj5kx3sfw] {
	font-size: 0.64rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.68);
}

.picker_rail_item_metric_value[b-vwj5kx3sfw] {
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
}

.picker_rail_item_compact[b-vwj5kx3sfw] {
	padding: 0.45rem 0.25rem;
	border-radius: 12px;
}

.picker_rail_item_compact_inner[b-vwj5kx3sfw] {
	display: grid;
	justify-items: center;
	gap: 0.22rem;
}

.picker_rail_item_compact_ticket[b-vwj5kx3sfw] {
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
}

.picker_rail_item_compact_assignee[b-vwj5kx3sfw] {
	font-size: 0.58rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.82);
}

.picker_rail_item_compact_status[b-vwj5kx3sfw] {
	display: inline-flex;
	width: 9px;
	height: 9px;
	border-radius: 999px;
	border: 1px solid transparent;
}

	.picker_rail_item_compact_status.status_shipped[b-vwj5kx3sfw] {
		background: #118a1a;
		border-color: #6daf33;
	}

	.picker_rail_item_compact_status.status_reserved[b-vwj5kx3sfw] {
		background: #6b7280;
		border-color: #bfc7cd;
	}

	.picker_rail_item_compact_status.status_ready[b-vwj5kx3sfw] {
		background: #245b6b;
		border-color: #b9d7df;
	}
/* /Components/Controls/Partner/Inventory/CopyContentsBlock.razor.rz.scp.css */
.copyable-text-wrapper[b-r13760kkal] {
	max-width: 100%;
	border: 1px solid #d6dbe1;
	border-radius: 12px;
	background: #ffffff;
	padding: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.copyable-text-header[b-r13760kkal] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.copyable-text-title[b-r13760kkal] {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	color: #1f2937;
}

.copy-btn[b-r13760kkal] {
	border: none;
	border-radius: 8px;
	padding: 9px 14px;
	background: #2563eb;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.95rem;
	cursor: pointer;
	transition: background 0.15s ease, transform 0.05s ease;
}

	.copy-btn:hover[b-r13760kkal] {
		background: #1d4ed8;
	}

	.copy-btn:active[b-r13760kkal] {
		transform: translateY(1px);
	}

	.copy-btn:focus-visible[b-r13760kkal] {
		outline: 2px solid #93c5fd;
		outline-offset: 2px;
	}

.output-box[b-r13760kkal] {
	border: 1px solid #d6dbe1;
	border-radius: 10px;
	padding: 12px;
	background: #f8fafc;
	white-space: pre-wrap;
	overflow-y: auto;
	line-height: 1.4;
	max-height: calc(1.4em * 10 + 24px);
	font-family: Consolas, "Courier New", monospace;
	font-size: 0.95rem;
	color: #111827;
}

.copy-status[b-r13760kkal] {
	margin-top: 10px;
	font-size: 0.9rem;
	color: #374151;
}
/* /Components/Controls/Partner/Inventory/LocationSepcs.razor.rz.scp.css */

.Table-Gen[b-f31blhl07l] {
	margin-left: 15px;
	z-index:0;
}

table.Table-Gen td[b-f31blhl07l] {
	padding: 5px 10px;
}

table.Table-Gen > thead td[b-f31blhl07l] {
	border-bottom: 2px black double;
	font-weight: 600;
	padding-bottom: 2px;
}
table.Table-Gen > tfoot td[b-f31blhl07l] {
	border-top: 2px black double;
	border-bottom: 2px black double;
}
/* /Components/Controls/Partner/Orders/Shipments.razor.rz.scp.css */
a[b-bmuv2o82ec] {
	text-decoration: none;
}

	a:hover[b-bmuv2o82ec] {
		text-decoration: underline;
	}

.title[b-bmuv2o82ec] {
	font-weight: 600;
	margin: 1rem 0rem 0.5rem 0rem;
	font-size: 1.25rem;
}

.shipment-header td[b-bmuv2o82ec] {
	padding-top: 25px;
	padding-bottom: 5px;
}

.Shipment-Items-Title > td:not(:first-of-type)[b-bmuv2o82ec] {
	border-bottom: 0.5px solid gray;
	font-weight: 600;
}



.Shipments[b-bmuv2o82ec] {
	margin-left: 15px;
}

table.Shipments td[b-bmuv2o82ec] {
	padding-left: 10px;
	padding-right: 10px;
}

table.Shipments > thead td[b-bmuv2o82ec] {
	border-bottom: 2px black double;
	font-weight: 600;
	padding-bottom: 2px;
}

td.num[b-bmuv2o82ec] {
	text-align: center;
}
/* /Components/Controls/Partner/Products/ProductCounter.razor.rz.scp.css */
.counter-compact[b-w95q15ot9g] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	zoom: 0.8;
}

.counter-compact-btn[b-w95q15ot9g] {
	width: 2.3rem;
	height: 2.3rem;
	border: 0;
	border-radius: 0.55rem;
	background: #2459a6;
	color: white;
	font-size: 1.65rem;
	line-height: 1;
	display: inline-flex;
/*	align-items: center;*/
	justify-content: center;
	padding: 0;
	cursor: pointer;
	padding-top:3px;
}

	.counter-compact-btn:hover:not(:disabled)[b-w95q15ot9g] {
		background: #1e4c8e;
	}

	.counter-compact-btn:disabled[b-w95q15ot9g] {
		opacity: 0.45;
		cursor: default;
	}

.counter-compact-value[b-w95q15ot9g] {
	min-width: 2.8rem;
	height: 2.3rem;
	padding: 0 0.55rem;
	border: 2px solid #b7caed;
	border-radius: 0.55rem;
	background: #ffffff;
	color: #0f2f66;
	font-size: 1.25rem;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
/* /Components/Controls/Partner/Products/ProductSelectorV2.razor.rz.scp.css */
.product-selector-layout[b-yvfaansepx] {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0;
	background: transparent;
}

.product-selector-search-row[b-yvfaansepx] {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.4rem;
	align-items: center;
}

.product-selector-search-input[b-yvfaansepx] {
	width: 100%;
	height: 2.3rem;
	border: 1px solid #d7e0e7;
	border-radius: 0.75rem;
	background: #ffffff;
	padding: 0 0.8rem;
	font-size: 0.85rem;
	color: #1f2933;
	outline: none;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

	.product-selector-search-input:focus[b-yvfaansepx] {
		border-color: #9cc7df;
		box-shadow: 0 0 0 2px rgba(156, 199, 223, 0.18);
	}

.product-selector-search-button[b-yvfaansepx] {
	height: 2.3rem;
	min-width: 5.8rem;
	border: 0;
	border-radius: 0.75rem;
	background: #2f7ddf;
	color: white;
	font-size: 0.82rem;
	font-weight: 600;
	padding: 0 0.8rem;
	cursor: pointer;
	white-space: nowrap;
}

	.product-selector-search-button:hover[b-yvfaansepx] {
		background: #256fd0;
	}

.product-selector-section[b-yvfaansepx],
.product-selector-results-section[b-yvfaansepx] {
	border: 1px solid #deebf3;
	border-radius: 1rem;
	padding: 0.5rem 0.6rem 0.6rem;
}

.product-selector-section-primary[b-yvfaansepx] {
	background: #dcedf9;
}

.product-selector-section-secondary[b-yvfaansepx] {
	background: #eef7fd;
}

.product-selector-results-section[b-yvfaansepx] {
	background: #f8fafc;
}

.product-selector-section-header[b-yvfaansepx] {
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #6b7a86;
	margin-bottom: 0.35rem;
}

.product-selector-chip-row[b-yvfaansepx] {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem;
}

.product-selector-chip[b-yvfaansepx] {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	border: 1px solid #c9d4dd;
	background: #ffffff;
	color: #5f6b75;
	border-radius: 0.75rem;
	padding: 0.32rem 0.55rem;
	font-size: 0.76rem;
	font-weight: 500;
	line-height: 1.1;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

	.product-selector-chip:hover[b-yvfaansepx] {
		background: #f8fbfd;
		border-color: #b4c2cc;
	}

	.product-selector-chip.active[b-yvfaansepx] {
		background: #66717b;
		border-color: #66717b;
		color: #ffffff;
		box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
	}

.product-selector-chip-emoji[b-yvfaansepx] {
	font-size: 0.85rem;
	line-height: 1;
	display: inline-flex;
	align-items: center;
}

.product-selector-chip-text[b-yvfaansepx] {
	line-height: 1.1;
}

.product-selector-results-grid[b-yvfaansepx] {
	display: grid;
/*	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));*/
	gap: 0.55rem;
}

.product-selector-result-shell[b-yvfaansepx] {
	border: 1px solid #dde5eb;
	border-radius: 1rem;
	background: #ffffff;
	padding: 0.7rem;
	box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.product-selector-result-title[b-yvfaansepx] {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.05;
	color: #1f2933;
}

.product-selector-result-meta[b-yvfaansepx] {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	color: #495660;
	font-size: 0.78rem;
}

.product-selector-result-line[b-yvfaansepx] {
	display: flex;
	gap: 0.3rem;
	flex-wrap: wrap;
}

	.product-selector-result-line .label[b-yvfaansepx] {
		font-weight: 700;
		color: #73828d;
		min-width: 3.5rem;
	}

.product-selector-result-placeholder[b-yvfaansepx] {
	min-height: 5rem;
	border: 1px dashed #c7d7e2;
	border-radius: 0.85rem;
	background: #fbfdff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.6rem;
	text-align: center;
	font-size: 0.78rem;
	font-weight: 600;
	color: #7b8b97;
}

.product-selector-empty-state[b-yvfaansepx] {
	grid-column: 1 / -1;
	min-height: 5rem;
	border: 1px dashed #c7d7e2;
	border-radius: 0.9rem;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem;
	text-align: center;
	font-size: 0.8rem;
	color: #7b8b97;
}
/* /Components/Controls/Partner/Products/ProductSelectorV2Item.razor.rz.scp.css */
.prod-card-compact[b-fcwks7oze5] {
	display: grid;
	border: 2px solid #a9c1ea;
	border-radius: 1.15rem;
	background: #ffffff;
	overflow: hidden;
/*	min-height: 6.8rem;*/
}

	.prod-card-compact.inactive[b-fcwks7oze5] {
		grid-template-columns: 3.2rem minmax(0, 1fr) 4.8rem;
	}

	.prod-card-compact.active[b-fcwks7oze5] {
		grid-template-columns: 3.2rem minmax(0, 1fr) 11.8rem;
	}

.prod-card-compact-tag[b-fcwks7oze5] {
	background: #d9e6fb;
	display: flex;
	align-items: stretch;
	justify-content: center;
	padding: 0.2rem 0;
/*	width:10px;*/
}

[b-fcwks7oze5] .prod-card-compact-tag-inner {
	writing-mode: vertical-rl;
	text-orientation: upright;
	text-transform: uppercase;
	font-size: 0.52rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #15376c;
	padding: 0.1rem 0;
}


[b-fcwks7oze5] .prod-card-compact-tag-inner-v2 {
	display:block;
	text-transform: uppercase;
	font-size: 0.52rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #15376c;
	padding: 0.1rem 0;
}


.prod-card-compact-main[b-fcwks7oze5] {
	padding: 0.75rem 0.9rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.45rem;
	min-width: 0;
}

.prod-card-compact-title-row[b-fcwks7oze5] {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	min-width: 0;
}

.prod-card-compact-emoji[b-fcwks7oze5] {
	font-size: 1.1rem;
	line-height: 1;
	flex: 0 0 auto;
}

.prod-card-compact-image[b-fcwks7oze5] {
	max-height: 1.35rem;
	width: auto;
	object-fit: contain;
	flex: 0 0 auto;
}

.prod-card-compact-title[b-fcwks7oze5] {
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.05;
	color: #0f2f66;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prod-card-compact-stats[b-fcwks7oze5] {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.prod-card-compact-stat-line[b-fcwks7oze5] {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.14rem;
	color: #28487d;
}

.stat-number[b-fcwks7oze5] {
	font-size: 0.96rem;
	font-weight: 700;
	line-height: 1;
	color: #0f2f66;
}

.stat-label[b-fcwks7oze5] {
	font-size: 0.72rem;
	color: #46628e;
}

.stat-gap[b-fcwks7oze5] {
	width: 0.55rem;
}

.prod-card-compact-available[b-fcwks7oze5] {
	font-size: 0.72rem;
	font-weight: 500;
	color: #137f48;
	line-height: 1.1;
}

.available-number[b-fcwks7oze5] {
	font-size: 0.88rem;
	font-weight: 700;
	margin-right: 0.1rem;
}

.prod-card-compact-side[b-fcwks7oze5] {
	display: flex;
	align-items: stretch;
	justify-content: center;
	border-left: 2px solid #b9cff0;
}

.prod-card-compact-side-inactive[b-fcwks7oze5] {
	background: #d9e6fb;
	padding: 0.35rem;
	align-items: center;
}

.prod-card-compact-side-active[b-fcwks7oze5] {
	background: #f7f4eb;
	padding: 0.35rem 0.45rem;
}

.prod-card-compact-side-inner[b-fcwks7oze5] {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 0.35rem;
}

.prod-card-compact-add[b-fcwks7oze5] {
	width: 2.15rem;
	height: 2.15rem;
	border: 0;
	border-radius: 0.55rem;
	background: #2459a6;
	color: white;
	font-size: 1.6rem;
	line-height: 1;
	display: inline-flex;
/*	align-items: center;*/
	justify-content: center;
	padding: 0;
	cursor: pointer;
	padding-top: 3px;
	zoom:0.8;
}

	.prod-card-compact-add:hover[b-fcwks7oze5] {
		background: #1e4c8e;
	}

.prod-card-compact-counter-row[b-fcwks7oze5] {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 0.05rem;
}

.prod-card-compact-fields[b-fcwks7oze5] {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.28rem;
	align-items: start;
}

.prod-card-compact-field[b-fcwks7oze5] {
	display: flex;
	flex-direction: column;
	gap: 0.12rem;
	min-width: 0;
}

.prod-card-compact-field-wide[b-fcwks7oze5] {
	grid-column: 1 / -1;
}

.prod-card-compact-field label[b-fcwks7oze5] {
	font-size: 0.52rem;
	font-weight: 600;
	line-height: 1.05;
	color: #345686;
}

.prod-card-compact-field input[b-fcwks7oze5],
.prod-card-compact-select[b-fcwks7oze5],
[b-fcwks7oze5] .prod-card-compact-select {
	height: 1.65rem;
	border: 2px solid #b7caed;
	border-radius: 0.45rem;
	background: white;
	padding: 0 0.45rem;
	font-size: 0.72rem;
	color: #0f2f66;
	outline: none;
	min-width: 0;
}

	.prod-card-compact-field input[b-fcwks7oze5]::placeholder {
		color: #6e83a6;
		opacity: 1;
	}

@media (max-width: 1200px) {
	.prod-card-compact.inactive[b-fcwks7oze5] {
		grid-template-columns: 2.8rem minmax(0, 1fr) 4.2rem;
	}

	.prod-card-compact.active[b-fcwks7oze5] {
		grid-template-columns: 2.8rem minmax(0, 1fr) 10.5rem;
	}
}

@media (max-width: 900px) {
	.prod-card-compact[b-fcwks7oze5],
	.prod-card-compact.inactive[b-fcwks7oze5],
	.prod-card-compact.active[b-fcwks7oze5] {
		grid-template-columns: 2.8rem minmax(0, 1fr);
	}

	.prod-card-compact-side[b-fcwks7oze5] {
		grid-column: 1 / -1;
		border-left: 0;
		border-top: 2px solid #b9cff0;
	}

	.prod-card-compact-side-active[b-fcwks7oze5],
	.prod-card-compact-side-inactive[b-fcwks7oze5] {
		padding: 0.45rem;
	}

	.prod-card-compact-main[b-fcwks7oze5] {
		padding: 0.65rem 0.75rem;
	}
}
/* /Components/Controls/Partner/QuickView_Inventory.razor.rz.scp.css */
/*.connections {
	margin-top: 1rem;
	border: 1px solid rgba(0,0,0,.12);
	border-radius: 14px;
	padding: 1rem;
	background: #fff;
}

.connections__header {
	font-weight: 700;
	font-size: 1.05rem;
	letter-spacing: .2px;
	padding-bottom: .75rem;
	margin-bottom: .75rem;
	border-bottom: 1px solid rgba(0,0,0,.08);
}

.connections__list {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

.connections__item {
	border: 1px solid rgba(0,0,0,.10);
	border-radius: 12px;
	padding: .75rem .9rem;
	background: rgba(0,0,0,.02);
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.connections__name {
	font-weight: 600;
	margin-bottom: .25rem;
}

.connections__roles {
	color: rgba(0,0,0,.7);
	font-size: .95rem;
	white-space: nowrap;
}

.connections__empty {
	padding: .25rem 0;
}

.diff {
	font-weight: bold;
	font-size: 0.75rem;
	margin-left: 0.5rem;
	display: inline-block;
	min-width: 3rem;
	text-align: right;
}

.diff-plus {
	color: green;
}

.diff-minus {
	color: red;
}

@media (max-width: 1000px) {
	.connections__list {
		gap: .25rem;
	}
	.connections__item {
		flex-direction: column;
		align-items: flex-start;
		gap: 0rem;
	}
	.connections__header {
		padding-bottom: 0px;
		margin-bottom: .0px;
	}
}*/
/* /Components/Controls/Partner/QuickView_Orders.razor.rz.scp.css */
/*.connections {
	margin-top: 1rem;
	border: 1px solid rgba(0,0,0,.12);
	border-radius: 14px;
	padding: 1rem;
	background: #fff;
}

.connections__header {
	font-weight: 700;
	font-size: 1.05rem;
	letter-spacing: .2px;
	padding-bottom: .75rem;
	margin-bottom: .75rem;
	border-bottom: 1px solid rgba(0,0,0,.08);
}

.connections__list {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

.connections__item {
	border: 1px solid rgba(0,0,0,.10);
	border-radius: 12px;
	padding: .75rem .9rem;
	background: rgba(0,0,0,.02);
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.connections__name {
	font-weight: 600;
	margin-bottom: .25rem;
}

.connections__roles {
	color: rgba(0,0,0,.7);
	font-size: .95rem;
	white-space: nowrap;
}

.connections__empty {
	padding: .25rem 0;
}

.diff {
	font-weight: bold;
	margin-left: 0.5rem;
	display: inline-block;
	min-width: 3rem;
	text-align: right;
}

.diff-plus {
	color: green;
}

.diff-minus {
	color: red;
}


@media (max-width: 1000px) {
	.connections__list {
		gap: .25rem;
	}

	.connections__item {
		flex-direction: column;
		align-items: flex-start;
		gap: 0rem;
	}

	.connections__header {
		padding-bottom: 0px;
		margin-bottom: .0px;
	}
}*/
/* /Components/Controls/Partner/QuickView_Products.razor.rz.scp.css */
/*.connections {
	margin-top: 1rem;
	border: 1px solid rgba(0,0,0,.12);
	border-radius: 14px;
	padding: 1rem;
	background: #fff;
}

.connections__header {
	font-weight: 700;
	font-size: 1.05rem;
	letter-spacing: .2px;
	padding-bottom: .75rem;
	margin-bottom: .75rem;
	border-bottom: 1px solid rgba(0,0,0,.08);
}

.connections__list {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

.connections__item {
	border: 1px solid rgba(0,0,0,.10);
	border-radius: 12px;
	padding: .75rem .9rem;
	background: rgba(0,0,0,.02);
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.connections__name {
	font-weight: 600;
	margin-bottom: .25rem;
}

.connections__roles {
	color: rgba(0,0,0,.7);
	font-size: .95rem;
	white-space: nowrap;
}

.connections__empty {
	padding: .25rem 0;
}

.diff {
	font-weight: bold;
	margin-left: 0.5rem;
	display: inline-block;
	min-width: 3rem;
	text-align: right;
}

.diff-plus {
	color: green;
}

.diff-minus {
	color: red;
}

@media (max-width: 1000px) {
	.connections__list {
		gap: .25rem;
	}

	.connections__item {
		flex-direction: column;
		align-items: flex-start;
		gap: 0rem;
	}

	.connections__header {
		padding-bottom: 0px;
		margin-bottom: .0px;
	}
}*/
/* /Components/Controls/ProductSelector.razor.rz.scp.css */
.plusSign[b-s9dz76lnfv] {
	color: green;
	margin: 5px 10px;
	vertical-align: baseline;
	cursor: pointer;
	overflow: hidden;
}

	.plusSign:hover[b-s9dz76lnfv] {
		background-color: green;
		color: black;
	}

.Primary-Categories[b-s9dz76lnfv] {
	display: inline-flex;
	gap: 1rem;
	flex-wrap: wrap;
	background-color: #BFD7EA;
	padding: 5px;
	border-radius: 5px;
}

	.Primary-Categories button:not(:hover,.active)[b-s9dz76lnfv] {
		background-color: white;
	}

.Secondary-Categories[b-s9dz76lnfv] {
	display: inline-flex;
	gap: 1rem;
	flex-wrap: wrap;
	background-color: #DCECF6;
	padding: 5px;
	border-radius: 5px;
}

	.Secondary-Categories button:not(:hover,.active)[b-s9dz76lnfv] {
		background: white;
	}


.Prod-Cards[b-s9dz76lnfv] {
	display: grid;
	gap: 1rem;
	grid-template-columns: auto auto;
}

.Prod-Card[b-s9dz76lnfv] {
	border: 0.5px solid gray;
	border-radius: 5px;
	display: flex;
	overflow: hidden;
}

[b-s9dz76lnfv] .Prod-Card > .Prod-Card-Tag {
	writing-mode: vertical-rl;
	text-orientation: upright;
	text-transform: uppercase;
	font-size: 0.5rem;
}

.Prod-Card > .Prod-Card-Details[b-s9dz76lnfv] {
	width: 100%;
	display: flex;
	gap: 0.25rem;
	align-items: baseline;
	flex-direction: column;
	justify-content:space-between;
	padding:5px 15px;
}
.Prod-Card > .Prod-Card-Img[b-s9dz76lnfv] {
	
}
.Prod-Card > .Prod-Card-Details > .Stats[b-s9dz76lnfv] {
	
}

.Prod-Card > .Prod-Card-Counter[b-s9dz76lnfv] {
	display: flex;
	gap: 0.25rem;
	flex-direction: column;
	justify-content: center;
	padding: 5px;
	border-left: 0.5px solid;
	background-color: #ffe8bf;
	align-items: center;
}

.Prod-Card > .Prod-Card-Measures[b-s9dz76lnfv] {
	white-space:nowrap;
	display: flex;
	gap: 0.25rem;
	flex-direction: column;
	padding: 5px;
	border-left: 0.5px solid;
	background-color: #ffe8bf;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: center;
}

@media(max-width:1200px) {
	.Prod-Cards[b-s9dz76lnfv] {
		grid-template-columns: auto;
	}
}
/* /Components/Controls/SearchDown.razor.rz.scp.css */
.wrapper[b-6msiciwfga] {
	display: inline-block;
	position: relative;
}
.SearchInput[b-6msiciwfga]{
	width:100%;
}
.SearchInput:focus[b-6msiciwfga] {
	outline: none;
	box-shadow: none;
}

.resultPane[b-6msiciwfga] {
	min-width: 100%;
	white-space: nowrap;
	position: absolute;
	z-index: 1;
	background-color: white;
	border: 1px solid blue;
	border-radius: 0px 10px 10px 10px;
	/*border-top: none;*/
	visibility: hidden;
	transform: translateY(-2px);
	overflow-y: hidden;
}

	.resultPane > div[b-6msiciwfga] {
		display: flex;
		flex-direction: column;
		gap: 0.5rem;
		padding: 10px;
		overflow-y: scroll;
		max-height: 75Vh;
		scrollbar-width: thin;
	}

	.resultPane .item[b-6msiciwfga] {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 2rem;
		padding:5px;
		border-radius:5px;
	}
		.resultPane .item button:not(:hover)[b-6msiciwfga] {
			background-color:white;
		}

		.resultPane .item:hover[b-6msiciwfga] {
			background-color: lightgray;
			cursor: pointer;
		}

.wrapper:focus-within > .resultPane[b-6msiciwfga] {
	visibility: visible;
}
/* /Components/Controls/Tags/Tag.razor.rz.scp.css */
span[b-0ul25zo1fl] {
	color: black;
	margin: 0px 0.5rem;
	border: 0.5px solid black;
}

.product_Category[b-0ul25zo1fl] {
	background-color: var(--prod_Cat);
}

.product_Bundle[b-0ul25zo1fl] {
	background-color: var(--prod_Bundle);
}

.product_Generic[b-0ul25zo1fl] {
	background-color: var(--prod_Generic);
}

.product_Normal[b-0ul25zo1fl] {
	border: 1px solid green;
	background-color: var(--prod_Normal);
}

.ful_Reserved[b-0ul25zo1fl] {
	background-color: white;
	color: gray;
	border: 0.5px solid currentcolor;
}
.ful_Pulled[b-0ul25zo1fl] {
	background-color: white;
	color: purple;
	border: 0.5px solid currentcolor;
}
.ful_Shipped[b-0ul25zo1fl] {
	background-color: white;
	color: green;
	border: 0.5px solid currentcolor;
}
/* /Components/Controls/Tags/UnitBadge.razor.rz.scp.css */
.marker[b-bh1nkm3sc0] {
	border: 0.5px solid #000000;
	padding: 1px 10px;
	border-radius: 5px;
	font-size: 0.7rem;
	/*background-color: #5c83c3;*/
	background-color: #5c83c34a;
	/*color: white;*/
	color: #000000;
	display: inline-flex;
	gap: 0.3rem;
	justify-content: flex-end;
	font-weight: 500;
	align-items: baseline;
}

	.marker > val[b-bh1nkm3sc0] {
		/*min-width: 2rem;*/
		text-align: right;
		padding-left: 5px;
	}

	.marker > unit[b-bh1nkm3sc0] {
		width: 30px;
		font-size: 0.5rem;
		
	}
/* /Components/Controls/Windows/SideBar.razor.rz.scp.css */
:global(:root)[b-izmgqlhkzy] {
	--sidebar-width: 0px;
}

:global(body)[b-izmgqlhkzy] {
	transition: margin-right 0.18s ease;
}

:global(body.side-settings-push)[b-izmgqlhkzy] {
	margin-right: var(--sidebar-width);
}

.side-settings-panel[b-izmgqlhkzy] {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
}

.side-settings-cover[b-izmgqlhkzy] {
	/* keeps same visual position, but JS skips body push */
}

.side-settings-shell[b-izmgqlhkzy] {
	height: 100%;
	min-height: 0;
	display: flex;
	flex-direction: column;
	background: #eef4f9;
	border-left: 1px solid #c7d7e4;
	border-top: 1px solid #c7d7e4;
	border-bottom: 1px solid #c7d7e4;
	border-radius: 1.5rem 0 0 1.5rem;
	box-shadow: -8px 0 24px rgba(18, 42, 66, 0.12);
	overflow: hidden;
}

.side-settings-header[b-izmgqlhkzy] {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1rem 0.85rem 1rem;
	background: #eef4f9;
	position: sticky;
	top: 0;
	z-index: 3;
}

.side-settings-header-left[b-izmgqlhkzy] {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
	min-width: 0;
}

.side-settings-icon[b-izmgqlhkzy] {
	width: 2rem;
	height: 2rem;
	border-radius: 0.85rem;
	background: #d8e8f6;
	color: #156b8a;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.45rem;
	flex: 0 0 auto;
	padding-top: 0px;
}

.side-settings-header-copy[b-izmgqlhkzy] {
	min-width: 0;
}

.side-settings-title[b-izmgqlhkzy] {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.05;
	color: #17374c;
}

.side-settings-subtitle[b-izmgqlhkzy] {
	margin-top: 0.3rem;
	font-size: 0.95rem;
	color: #607789;
	line-height: 1.2;
}

.side-settings-close[b-izmgqlhkzy] {
	width: 2rem;
	height: 2rem;
	border: 1px solid #a9c4d8;
	border-radius: 0.85rem;
	background: #f8fbfd;
	color: #177b98;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	flex: 0 0 auto;
	padding-top: 0px;
}

	.side-settings-close:hover[b-izmgqlhkzy] {
		background: #eaf3f9;
	}

.side-settings-divider[b-izmgqlhkzy] {
	height: 1px;
	margin: 0 1rem;
	background: #cddae5;
	flex: 0 0 auto;
}

.side-settings-content[b-izmgqlhkzy] {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.side-settings-footer[b-izmgqlhkzy] {
	padding: 0.9rem 1rem 1rem 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	flex: 0 0 auto;
}

/* Optional helpers for slotted content */
[b-izmgqlhkzy] .side-settings-group {
	background: #dfeaf3;
	border: 1px solid #d0e0eb;
	border-radius: 1rem;
	padding: 1rem;
}

[b-izmgqlhkzy] .side-settings-group-title {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin-bottom: 0.8rem;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #126b89;
}

[b-izmgqlhkzy] .side-settings-option {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.45rem 0;
	color: #233846;
	font-size: 0.95rem;
}

	[b-izmgqlhkzy] .side-settings-option + .side-settings-option {
		border-top: 1px solid rgba(99, 126, 145, 0.14);
	}

[b-izmgqlhkzy] .side-settings-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	width: 100%;
}
/* /Components/Generic-Branches/Popup.razor.rz.scp.css */
.search-icon[b-2cbbir4l33] {
	display: inline-block;
	cursor: pointer;
}

/* Overlay */
.popup-overlay[b-2cbbir4l33] {
	position: fixed;
	inset: 0;
	z-index: 9998;
	background: rgba(31, 41, 55, 0.28);
	backdrop-filter: blur(1px);
}

.popup-overlay-standard[b-2cbbir4l33] {
	overflow: visible;
}

.popup-overlay-fullscreen[b-2cbbir4l33] {
	overflow: hidden;
	padding: 8px; /* tiny edge margin */
}

/* Base container */
.popup-container[b-2cbbir4l33] {
	background: #fff;
	color: #1f2933;
	border: 1px solid #d8e1e8;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

/* Standard popup */
.popup-container-standard[b-2cbbir4l33] {
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	width: min(1100px, calc(100vw - 2rem));
	border-radius: 18px;
	padding: 0.75rem 1rem 1rem;
}

/* Fullscreen popup */
.popup-container-fullscreen[b-2cbbir4l33] {
	position: relative;
	width: 100%;
	height: calc(100vh - 16px);
	margin: 0;
	border-radius: 16px;
	padding: 0.65rem 0.85rem 0.85rem;
	overflow: hidden; /* keeps scrolling inside content area */
	min-height: 0;
}

/* maximize support */
.popup-container-max.popup-container-standard[b-2cbbir4l33] {
	width: auto;
	left: 5vw;
	right: 5vw;
	transform: none;
}

.popup-container-max.popup-container-fullscreen[b-2cbbir4l33] {
	width: 100%;
}

/* Header */
.popup-title[b-2cbbir4l33] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	background: linear-gradient(180deg, #0b8a8f 0%, #0a7d82 100%);
	color: white;
	padding: 0.3rem 0.6rem;
	margin: -0.65rem -0.85rem 0;
	border-radius: 16px 16px 0 0;
	min-height: 1.95rem;
	flex: 0 0 auto;
}

.popup-title-text[b-2cbbir4l33] {
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.01em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.popup-close-button[b-2cbbir4l33] {
	flex: 0 0 auto;
	border: 1px solid rgba(255, 255, 255, 0.65);
	background: transparent;
	color: white;
	border-radius: 8px;
	padding: 0.15rem 0.5rem;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.1;
	cursor: pointer;
}

	.popup-close-button:hover[b-2cbbir4l33] {
		background: rgba(255, 255, 255, 0.12);
	}

/* Content */
.popup-content[b-2cbbir4l33] {
	padding-top: 0.1rem;
	min-height: 0;
}

.popup-content-standard[b-2cbbir4l33] {
	overflow: visible;
	max-height: none;
}

.popup-content-fullscreen[b-2cbbir4l33] {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 0.15rem;
}

/* Footer */
.popup-footer[b-2cbbir4l33] {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	border-top: 1px solid #d6e7e8;
	padding-top: 0.65rem;
	margin-top: 0.1rem;
	flex: 0 0 auto;
}

/* Mobile */
@media (max-width: 750px) {
	.popup-overlay-fullscreen[b-2cbbir4l33] {
		padding: 4px;
	}

	.popup-container-standard[b-2cbbir4l33] {
		width: calc(100vw - 0.75rem);
		top: 8px;
		border-radius: 12px;
		padding: 0.55rem 0.65rem 0.75rem;
	}

	.popup-container-fullscreen[b-2cbbir4l33],
	.popup-container-max.popup-container-fullscreen[b-2cbbir4l33] {
		width: 100%;
		height: calc(100vh - 8px);
		border-radius: 12px;
		padding: 0.55rem 0.65rem 0.75rem;
	}

	.popup-container-max.popup-container-standard[b-2cbbir4l33] {
		left: 0.375rem;
		right: 0.375rem;
		width: auto;
		transform: none;
	}

	.popup-title[b-2cbbir4l33] {
		padding: 0.26rem 0.5rem;
		margin: -0.55rem -0.65rem 0;
		border-radius: 12px 12px 0 0;
		min-height: 1.8rem;
	}

	.popup-title-text[b-2cbbir4l33] {
		font-size: 0.88rem;
	}

	.popup-close-button[b-2cbbir4l33] {
		padding: 0.12rem 0.38rem;
		font-size: 0.68rem;
	}
}
/* /Components/Generic-Branches/SideBarPopout.razor.rz.scp.css */
:global(:root)[b-796a6p3kvl] {
	--sidebar-width: 0px;
}

:global(body)[b-796a6p3kvl] {
	transition: margin-right 0.18s ease;
}

:global(body.side-settings-push)[b-796a6p3kvl] {
	margin-right: var(--sidebar-width);
}

.prop-right[b-796a6p3kvl] {
	padding-left: 10px;
	border-left: 2px solid black;
	background-color: white;
	display: block;
	position: fixed;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 10;
	overflow-y: scroll;
	padding-bottom: 20vh;
}

.prop-header[b-796a6p3kvl] {
	border-bottom: 1px solid black;
	font-size: 1.25rem;
	padding-left: 5px;
	position: sticky;
	top: 0px;
	background-color: white;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	z-index: 5;
	gap:2rem;
}

	.prop-header > button[b-796a6p3kvl] {
		margin: 5px 0px;
		padding: 0px 5px;
	}

.prop-content[b-796a6p3kvl] {
}

.prop-cover[b-796a6p3kvl]{

}
/* /Components/Generic-Branches/Sorting/DropZone.razor.rz.scp.css */
.zone[b-u88ri7gf4x] {	
	display:block;
	background-color: lightgray;
	border-radius: 5px;
	height:5px;
	min-width: 20px;
	min-height: 5px;
	padding: 0px 5px;
}

.zone-active[b-u88ri7gf4x] {
	background-color: gray;
	min-height: 15px;
}

.zone-flow[b-u88ri7gf4x] {
	display: contents;
}
/* /Components/Generic-Branches/Sorting/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-ss0ibcjgza] .sortable-ghost {
  visibility: hidden;
}

[b-ss0ibcjgza] .sortable-fallback {
  opacity: 1 !important
}



.has-border-light[b-ss0ibcjgza] {
  border: 1px solid #fff;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.has-border-dark[b-ss0ibcjgza] {
  border: 1px solid #ddd;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.has-background-blazor[b-ss0ibcjgza] {
  background-color: #592b8f !important;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-mfv3llp4m0] {
	position: relative;
	display: flex;
	flex-direction: column;
}

main[b-mfv3llp4m0] {
	flex: 1;
}

.sidebar[b-mfv3llp4m0] {
	background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

/*.top-row {
	background-color: #f7f7f7;
	border-bottom: 1px solid #d6d5d5;
	justify-content: flex-end;
	height: 3.5rem;
	display: flex;
	align-items: center;
}

	.top-row ::deep a, .top-row ::deep .btn-link {
		white-space: nowrap;
		text-decoration: none;
	}

		.top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
			text-decoration: underline;
		}*/

	/*    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }*/

	/*.top-row ::deep .breadcrumb-item + .breadcrumb-item::before {
		float: unset;
	}*/

@media (max-width: 640.98px) {
	/*.top-row {
		justify-content: space-between;
	}

		.top-row ::deep a, .top-row ::deep .btn-link {
			margin-left: 0;
		}*/
}

@media (min-width: 641px) {
	.page[b-mfv3llp4m0] {
		flex-direction: row;
	}
/*
	.sidebar {
		width: 250px;
		height: 100vh;
		position: sticky;
		top: 0;
	}

	.top-row {
		position: sticky;
		top: 0;
		z-index: 1;
	}

		.top-row.auth ::deep a:first-child {
			flex: 1;
			text-align: right;
			width: 0;
		}
*/
	.top-row[b-mfv3llp4m0], article[b-mfv3llp4m0] {
		padding-left: 2rem !important;
		padding-right: 1.5rem !important;
	}
}

#blazor-error-ui[b-mfv3llp4m0] {
	color-scheme: light only;
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	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-mfv3llp4m0] {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}


/*.top-row {
	border-bottom: 1px solid green;*/
	/*background-color: #ceffce;*/
/*}

.nav-Partner {
	display:flex;
	justify-content:space-between;
	font-size: 0.5rem;
	padding:0px 1.5rem 0 5rem;
	background-color: #00004f;
	color: white;
}*/
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-s6iat9o7n3] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-s6iat9o7n3] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-s6iat9o7n3] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-s6iat9o7n3] {
    font-size: 1.1rem;
}

.bi[b-s6iat9o7n3] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-chat-left-nav-menu[b-s6iat9o7n3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chat-left' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z'/%3E%3C/svg%3E");
}

.bi-house-door-fill-nav-menu[b-s6iat9o7n3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-s6iat9o7n3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-s6iat9o7n3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-s6iat9o7n3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-s6iat9o7n3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-s6iat9o7n3]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-s6iat9o7n3]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-s6iat9o7n3]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-s6iat9o7n3] {
	display: none;
	scrollbar-width: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-s6iat9o7n3] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-s6iat9o7n3] {
        display: none;
    }

    .nav-scrollable[b-s6iat9o7n3] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-pe1noz3s9c],
.components-reconnect-repeated-attempt-visible[b-pe1noz3s9c],
.components-reconnect-failed-visible[b-pe1noz3s9c],
.components-pause-visible[b-pe1noz3s9c],
.components-resume-failed-visible[b-pe1noz3s9c],
.components-rejoining-animation[b-pe1noz3s9c] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-pe1noz3s9c],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-pe1noz3s9c],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-pe1noz3s9c],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-pe1noz3s9c],
#components-reconnect-modal.components-reconnect-retrying[b-pe1noz3s9c],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-pe1noz3s9c],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-pe1noz3s9c],
#components-reconnect-modal.components-reconnect-failed[b-pe1noz3s9c],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-pe1noz3s9c] {
    display: block;
}


#components-reconnect-modal[b-pe1noz3s9c] {
    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-pe1noz3s9c 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-pe1noz3s9c 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-pe1noz3s9c 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-pe1noz3s9c]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-pe1noz3s9c 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-pe1noz3s9c {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-pe1noz3s9c {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-pe1noz3s9c {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-pe1noz3s9c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-pe1noz3s9c] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-pe1noz3s9c] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-pe1noz3s9c] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-pe1noz3s9c] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-pe1noz3s9c] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-pe1noz3s9c] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-pe1noz3s9c 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-pe1noz3s9c] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-pe1noz3s9c {
    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/Layout/TopNav.razor.rz.scp.css */

.sidebar[b-76kwfez6in] {
	background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-76kwfez6in] {
	background-color: #f7f7f7;
	border-bottom: 1px solid #d6d5d5;
	justify-content: flex-end;
	height: 3.5rem;
	display: flex;
	align-items: center;
}

	.top-row[b-76kwfez6in]  a, .top-row[b-76kwfez6in]  .btn-link {
		white-space: nowrap;
		text-decoration: none;
	}

		.top-row[b-76kwfez6in]  a:hover, .top-row[b-76kwfez6in]  .btn-link:hover {
			text-decoration: underline;
		}

	/*    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }*/

	.top-row[b-76kwfez6in]  .breadcrumb-item + .breadcrumb-item::before {
		float: unset;
	}

@media (max-width: 640.98px) {
	.top-row[b-76kwfez6in] {
		justify-content: space-between;
	}

		.top-row[b-76kwfez6in]  a, .top-row[b-76kwfez6in]  .btn-link {
			margin-left: 0;
		}
}

@media (min-width: 641px) {
	.sidebar[b-76kwfez6in] {
		width: 250px;
		height: 100vh;
		position: sticky;
		top: 0;
	}

	.top-row[b-76kwfez6in] {
		position: sticky;
		top: 0;
		z-index: 1;
	}

		.top-row.auth[b-76kwfez6in]  a:first-child {
			flex: 1;
			text-align: right;
			width: 0;
		}

	.top-row[b-76kwfez6in], article[b-76kwfez6in] {
		padding-left: 2rem !important;
		padding-right: 1.5rem !important;
	}
}

.top-row[b-76kwfez6in] {
	border-bottom: 1px solid green;
	/*background-color: #ceffce;*/
}

.nav-Partner[b-76kwfez6in] {
	display: flex;
	justify-content: space-between;
	font-size: 0.5rem;
	padding: 0px 1.5rem 0 5rem;
	background-color: #00004f;
	color: white;
}



/* /Components/Layout/V2/Footer.razor.rz.scp.css */
.layout_footer[b-ry3832nu4o] {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1rem;
	padding: 0.75rem 1.25rem;
	border-top: 1px solid #d7e4e8;
	background: #eef7f3;
	color: #5f7480;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 0.875rem;
}

.layout_footer_left[b-ry3832nu4o],
.layout_footer_right[b-ry3832nu4o] {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.layout_footer_version[b-ry3832nu4o] {
	color: #245b6b;
	font-weight: 600;
}

.layout_footer_link[b-ry3832nu4o] {
	color: #245b6b;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

	.layout_footer_link:hover[b-ry3832nu4o] {
		text-decoration: underline;
	}

@media (max-width: 768px) {
	.layout_footer[b-ry3832nu4o] {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.layout_footer_left[b-ry3832nu4o],
	.layout_footer_right[b-ry3832nu4o] {
		width: 100%;
	}
}
/* /Components/Layout/V2/LayoutBodyHeader.razor.rz.scp.css */

.layout_body[b-yoz6q35ney] {
	flex: 1 1 auto;
	padding: 1rem;
	background: #f7fbfc;
}

.layout_body_header[b-yoz6q35ney] {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.layout_body_title[b-yoz6q35ney] {
	margin: 0;
	color: #24343c;
	font-size: 1.25rem;
	font-weight: 600;
}

.layout_body_subtitle[b-yoz6q35ney] {
	margin: 0.25rem 0 0;
	color: #5f7480;
	font-size: 0.875rem;
}

.layout_body_actions[b-yoz6q35ney] {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}

.layout_body_grid[b-yoz6q35ney] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.layout_card[b-yoz6q35ney] {
	padding: 1rem;
	border: 1px solid #d7e4e8;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.layout_card_wide[b-yoz6q35ney] {
	grid-column: 1 / -1;
	min-height: 280px;
}

.layout_card_title[b-yoz6q35ney] {
	margin: 0 0 0.5rem 0;
	color: #24343c;
	font-size: 1rem;
	font-weight: 600;
}

.layout_card_text[b-yoz6q35ney] {
	margin: 0;
	color: #5f7480;
	font-size: 0.875rem;
	line-height: 1.6;
}

.layout_footer[b-yoz6q35ney] {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0.75rem 1.25rem;
	border-top: 1px solid #d7e4e8;
	background: #eef7f3;
	color: #5f7480;
	font-size: 0.875rem;
}

@media (max-width: 768px) {
	.layout_page[b-yoz6q35ney] {
		padding: 0.5rem;
	}

	.layout_shell[b-yoz6q35ney] {
		min-height: calc(100vh - 1rem);
	}

	.layout_body[b-yoz6q35ney] {
		padding: 0.75rem;
	}

	.layout_body_grid[b-yoz6q35ney] {
		grid-template-columns: 1fr;
	}

	.layout_card_wide[b-yoz6q35ney] {
		grid-column: auto;
	}

	.layout_footer[b-yoz6q35ney] {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}
/* /Components/Layout/V2/LayoutCard.razor.rz.scp.css */
.layout_card[b-m43d1h3g2m] {
	position: relative;
	padding: 0.75rem 1.25rem;
	border: 1px solid #d7e4e8;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.layout_card_fill[b-m43d1h3g2m] {
	padding: 0;
	overflow: hidden;
}

	.layout_card_fill .layout_card_body[b-m43d1h3g2m] {
		margin: 0;
		padding: 0;
		margin-top:0px;
		padding-top:0px !important;
	}

	.layout_card_fill .layout_card_header[b-m43d1h3g2m] {
		padding: 0px;
		margin: 0px;
	}

.layout_card_wide[b-m43d1h3g2m] {
	grid-column: 1 / -1;
}

.layout_card_surface[b-m43d1h3g2m] {
	position: relative;
	/*z-index: 2;*/
}

.layout_card_header[b-m43d1h3g2m] {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.625rem;
	min-height: 32px;
}

.layout_card_title[b-m43d1h3g2m] {
	margin: 0;
	color: #24343c;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
}

.layout_card_header_left[b-m43d1h3g2m] {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	align-items: center;
	gap: 0.625rem;
	flex-wrap: wrap;
}

.layout_card_header_right[b-m43d1h3g2m] {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.layout_card_header_divider[b-m43d1h3g2m] {
	margin-top: 0.5rem;
	border-top: 1px solid rgba(0, 0, 0, 0.8);
}

.layout_card_body[b-m43d1h3g2m] {
	padding-top: 0.75rem;
}

/* Section heading like "Ordered Items" */
.layout_card_heading[b-m43d1h3g2m] {
	margin: 0;
	color: #24343c;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
}

/* Inline label like "Client", "Email" */
.layout_card_label[b-m43d1h3g2m] {
	margin: 0;
	color: #5f7480;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.15;
}

/* Inline value like "Aisha Mohamed" */
.layout_card_value[b-m43d1h3g2m] {
	margin: 0;
	color: #24343c;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.15;
}

/* Smaller supporting text like "12 total" */
.layout_card_subtitle[b-m43d1h3g2m] {
	margin: 0;
	color: #5f7480;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
}

/* General body text */
.layout_card_body_text[b-m43d1h3g2m] {
	margin: 0;
	color: #5f7480;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
}

.layout_card_expand_button[b-m43d1h3g2m] {
	display: inline-flex;
	align-items: center;
	height: 32px;
	padding: 0 0.875rem;
	border: 1px solid #d7e4e8;
	border-radius: 12px;
	background: #ffffff;
	color: #245b6b;
	font: inherit;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

	.layout_card_expand_button:hover[b-m43d1h3g2m] {
		background: #eef7f3;
	}

.layout_card_backdrop[b-m43d1h3g2m] {
	display: none;
}

.layout_card_fullscreen[b-m43d1h3g2m] {
	position: fixed;
	inset: 0;
	z-index: 2000;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

	.layout_card_fullscreen > .layout_card_backdrop[b-m43d1h3g2m] {
		display: block;
		position: absolute;
		inset: 0;
		background: rgba(36, 52, 60, 0.45);
		backdrop-filter: blur(2px);
		z-index: 1;
	}

	.layout_card_fullscreen > .layout_card_surface[b-m43d1h3g2m] {
		position: relative;
		z-index: 2;
		display: flex;
		flex-direction: column;
		height: 100%;
		padding: 0.75rem 1.25rem;
		border: 1px solid #d7e4e8;
		background: #ffffff;
		box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
		overflow: hidden;
		font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	}

	.layout_card_fullscreen.layout_card_fill > .layout_card_surface[b-m43d1h3g2m] {
		padding: 0;
	}

	.layout_card_fullscreen > .layout_card_surface > .layout_card_body[b-m43d1h3g2m] {
		flex: 1 1 auto;
		overflow: auto;
		padding-top: 0.75rem;
	}

	.layout_card_fullscreen.layout_card_fill > .layout_card_surface > .layout_card_body[b-m43d1h3g2m] {
		margin: 0;
		padding: 0;
	}

@media (max-width: 768px) {
	.layout_card_fullscreen[b-m43d1h3g2m] {
		padding: 0.75rem;
	}
}
/* /Components/Layout/V2/Menu.razor.rz.scp.css */
.menu_dropdown[b-w6lw7u8n4p] {
	position: relative;
	display: inline-block;
	align-self: center;
}

	.menu_dropdown[b-w6lw7u8n4p]::after {
		content: "";
		position: absolute;
		left: 0;
		top: 100%;
		width: 240px;
		height: 10px;
		background: transparent;
	}

.menu_dropdown_right[b-w6lw7u8n4p]::after {
	left: auto;
	right: 0;
}

.menu_dropdown_toggle[b-w6lw7u8n4p] {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	min-height: 42px;
	padding: 0 0.675rem;
	border: 1px solid #d7e4e8;
	border-radius: 12px;
	background: #ffffff;
	color: #245b6b;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

	.menu_dropdown_toggle:hover[b-w6lw7u8n4p] {
		background: #eef7f3;
	}

.menu_dropdown_icon[b-w6lw7u8n4p] {
	font-size: 1rem;
	line-height: 1;
}

.menu_dropdown_panel[b-w6lw7u8n4p] {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 2px;
	min-width: 240px;
	padding: 0.375rem;
	border: 1px solid #d7e4e8;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
	z-index: 1000;
}

.menu_dropdown_right .menu_dropdown_panel[b-w6lw7u8n4p] {
	left: auto;
	right: 0;
}

.menu_dropdown_section + .menu_dropdown_section[b-w6lw7u8n4p] {
	margin-top: 0.25rem;
	padding-top: 0.25rem;
	border-top: 1px solid #e8f1f4;
}

.menu_dropdown_section_title[b-w6lw7u8n4p] {
	padding: 0.5rem 0.75rem 0.35rem;
	color: #5f7480;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.menu_dropdown_section_links[b-w6lw7u8n4p] {
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
}

.menu_dropdown_item[b-w6lw7u8n4p] {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0.55rem 0.75rem;
	border: 0;
	border-radius: 12px;
	background: transparent;
	color: #24343c;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;	
}

	.menu_dropdown_item:hover[b-w6lw7u8n4p] {
		background: #eef7f3;
		color: #245b6b;
	}

.menu_dropdown_item_active[b-w6lw7u8n4p] {
	background: #245b6b;
	color: #ffffff;
}

	.menu_dropdown_item_active:hover[b-w6lw7u8n4p] {
		background: #3a6777;
		color: #ffffff;
	}
/* /Components/Layout/V2/PrimaryLayout.razor.rz.scp.css */
.layout_page[b-ndphqep0mz] {
	min-height: 100vh;
	padding: 0.25rem;
	background: #f7fbfc;
	color: #24343c;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.layout_shell[b-ndphqep0mz] {
	max-width: 80rem;
	min-height: calc(100vh - 3rem);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #d7e4e8;
	/*border-radius: 24px;*/
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.layout_body[b-ndphqep0mz] {
	flex: 1 1 auto;
	padding: 1rem;
	background: #f7fbfc;
	gap:1rem;
	display:grid;
}

.layout_body_header[b-ndphqep0mz] {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.layout_body_title[b-ndphqep0mz] {
	margin: 0;
	color: #24343c;
	font-size: 1.25rem;
	font-weight: 600;
}

.layout_body_subtitle[b-ndphqep0mz] {
	margin: 0.25rem 0 0;
	color: #5f7480;
	font-size: 0.875rem;
}

.layout_body_actions[b-ndphqep0mz] {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}

[b-ndphqep0mz] .layout_body_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}
[b-ndphqep0mz] .layout_body_grid_3 {
	/*display: flex;
	flex-wrap: wrap;*/
	grid-template-columns: repeat(3, minmax(0, 1fr));
	justify-content: space-between;
}

.layout_card[b-ndphqep0mz] {
	padding: 1rem;
	border: 1px solid #d7e4e8;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

[b-ndphqep0mz] .layout_card_varWidth > .layout_card{
	width:fit-content;
}

.layout_card_wide[b-ndphqep0mz] {
	grid-column: 1 / -1;
	min-height: 280px;
}

.layout_card_title[b-ndphqep0mz] {
	margin: 0 0 0.5rem 0;
	color: #24343c;
	font-size: 1rem;
	font-weight: 600;
}

.layout_card_text[b-ndphqep0mz] {
	margin: 0;
	color: #5f7480;
	font-size: 0.875rem;
	line-height: 1.6;
}

.layout_footer[b-ndphqep0mz] {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0.75rem 1.25rem;
	border-top: 1px solid #d7e4e8;
	background: #eef7f3;
	color: #5f7480;
	font-size: 0.875rem;
}

@media (max-width: 768px) {
	.layout_page[b-ndphqep0mz] {
		padding: 0.5rem;
	}

	.layout_shell[b-ndphqep0mz] {
		min-height: calc(100vh - 1rem);
	}

	.layout_body[b-ndphqep0mz] {
		padding: 0.75rem;
	}

	[b-ndphqep0mz] .layout_body_grid {
		grid-template-columns: 1fr;
	}
	[b-ndphqep0mz] .layout_body_grid_3 {
		grid-template-columns: 1fr;
	}

	.layout_card_wide[b-ndphqep0mz] {
		grid-column: auto;
	}

	.layout_footer[b-ndphqep0mz] {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}





#blazor-error-ui[b-ndphqep0mz] {
	color-scheme: light only;
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	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-ndphqep0mz] {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}

/* /Components/Layout/V2/PublicLayout.razor.rz.scp.css */
.layout_page[b-zluz0no5vi] {
	min-height: 100vh;
	padding: 0.25rem;
	background: #f7fbfc;
	color: #24343c;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.layout_shell[b-zluz0no5vi] {
	/*max-width: 60rem;*/
	max-width: 80rem;
	min-height: calc(100vh - 3rem);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #d7e4e8;
	border-radius: 24px;
	/*border-radius: 12px;*/
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.layout_body[b-zluz0no5vi] {
	flex: 1 1 auto;
	padding: 1rem;
	background: #f7fbfc;
	gap: 1rem;
	display: grid;
}

.layout_body_header[b-zluz0no5vi] {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.layout_body_title[b-zluz0no5vi] {
	margin: 0;
	color: #24343c;
	font-size: 1.25rem;
	font-weight: 600;
}

.layout_body_subtitle[b-zluz0no5vi] {
	margin: 0.25rem 0 0;
	color: #5f7480;
	font-size: 0.875rem;
}

.layout_body_actions[b-zluz0no5vi] {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}

[b-zluz0no5vi] .layout_body_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

[b-zluz0no5vi] .layout_body_grid_3 {
	/*display: flex;
	flex-wrap: wrap;*/
	grid-template-columns: repeat(3, minmax(0, 1fr));
	justify-content: space-between;
}

.layout_card[b-zluz0no5vi] {
	padding: 1rem;
	border: 1px solid #d7e4e8;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

[b-zluz0no5vi] .layout_card_varWidth > .layout_card {
	width: fit-content;
}

.layout_card_wide[b-zluz0no5vi] {
	grid-column: 1 / -1;
	min-height: 280px;
}

.layout_card_title[b-zluz0no5vi] {
	margin: 0 0 0.5rem 0;
	color: #24343c;
	font-size: 1rem;
	font-weight: 600;
}

.layout_card_text[b-zluz0no5vi] {
	margin: 0;
	color: #5f7480;
	font-size: 0.875rem;
	line-height: 1.6;
}

.layout_footer[b-zluz0no5vi] {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0.75rem 1.25rem;
	border-top: 1px solid #d7e4e8;
	background: #eef7f3;
	color: #5f7480;
	font-size: 0.875rem;
}

@media (max-width: 768px) {
	.layout_page[b-zluz0no5vi] {
		padding: 0.5rem;
	}

	.layout_shell[b-zluz0no5vi] {
		min-height: calc(100vh - 1rem);
	}

	.layout_body[b-zluz0no5vi] {
		padding: 0.75rem;
	}

	[b-zluz0no5vi] .layout_body_grid {
		grid-template-columns: 1fr;
	}

	[b-zluz0no5vi] .layout_body_grid_3 {
		grid-template-columns: 1fr;
	}

	.layout_card_wide[b-zluz0no5vi] {
		grid-column: auto;
	}

	.layout_footer[b-zluz0no5vi] {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}





#blazor-error-ui[b-zluz0no5vi] {
	color-scheme: light only;
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	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-zluz0no5vi] {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}





.access-gate-wrap[b-zluz0no5vi] {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	background: #f4f6f8;
}

/*.access-gate {
	width: 100%;
	max-width: 420px;
	background: #ffffff;
	border: 1px solid #d9dee3;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	padding: 2rem;
}*/

	.access-gate h3[b-zluz0no5vi] {
		margin: 0 0 0.75rem;
		font-size: 1.5rem;
		font-weight: 600;
		color: #1f2933;
	}

	.access-gate p[b-zluz0no5vi] {
		margin: 0 0 1.25rem;
		color: #52606d;
		line-height: 1.5;
	}

	.access-gate input[b-zluz0no5vi] {
		width: 100%;
		padding: 0.85rem 1rem;
		font-size: 1rem;
		border: 1px solid #cbd2d9;
		border-radius: 10px;
		outline: none;
		transition: border-color 0.2s, box-shadow 0.2s;
		margin-bottom: 1rem;
		box-sizing: border-box;
	}

		.access-gate input:focus[b-zluz0no5vi] {
			border-color: #3b82f6;
			box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
		}

	.access-gate button[b-zluz0no5vi] {
		width: 100%;
		padding: 0.9rem 1rem;
		font-size: 1rem;
		font-weight: 600;
		border: none;
		border-radius: 10px;
		background: #2563eb;
		color: #fff;
		cursor: pointer;
		transition: background 0.2s;
	}

		.access-gate button:hover[b-zluz0no5vi] {
			background: #1d4ed8;
		}

		.access-gate button:disabled[b-zluz0no5vi] {
			background: #9aa5b1;
			cursor: not-allowed;
		}

	.access-gate .error-message[b-zluz0no5vi] {
		margin-top: 1rem;
		color: #c62828;
		font-size: 0.95rem;
	}

	.access-gate .gate-note[b-zluz0no5vi] {
		margin-top: 1rem;
		font-size: 0.9rem;
		color: #7b8794;
		text-align: center;
	}
/* /Components/Layout/V2/Public/InfoCard.razor.rz.scp.css */
.info_card[b-p7km4jyktl] {
    padding: 1rem;
    border: 1px solid #d7e4e8;
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(36, 91, 107, 0.06);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.info_card_white[b-p7km4jyktl] {
    background: rgba(255, 255, 255, 0.92);
}

.info_card_tinted[b-p7km4jyktl] {
    background: #f7fbfc;
}

.info_card_gradient[b-p7km4jyktl] {
    background: linear-gradient(135deg, #eef7f3 0%, #e7f2fa 100%);
}

.info_card_overline[b-p7km4jyktl] {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #245b6b;
}

.info_card_title[b-p7km4jyktl] {
    margin-top: 0.25rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    color: #24343c;
}

.info_card_subtitle[b-p7km4jyktl] {
    margin-top: 0.35rem;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
    color: #24343c;
}

.info_card_description[b-p7km4jyktl],
.info_card_content[b-p7km4jyktl] {
    margin: 0.6rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #5f7480;
}
/* /Components/Layout/V2/Public/MetricCard.razor.rz.scp.css */
.metric_card[b-nuktxtq7x5] {
    padding: 1.25rem;
    border: 1px solid #d7e4e8;
    border-radius: 24px;
    box-shadow: 0 8px 24px rgba(36, 91, 107, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.metric_card:hover[b-nuktxtq7x5] {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(36, 91, 107, 0.12);
}

.metric_card_white[b-nuktxtq7x5] {
    background: #ffffff;
}

.metric_card_gradient[b-nuktxtq7x5] {
    background: linear-gradient(90deg, #245b6b 0%, #2d7488 100%);
    border-color: transparent;
}

.metric_card_title[b-nuktxtq7x5] {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2;
    color: #5f7480;
}

.metric_card_gradient .metric_card_title[b-nuktxtq7x5] {
    color: rgba(255, 255, 255, 0.8);
}

.metric_card_subtitle[b-nuktxtq7x5],
.metric_card_content[b-nuktxtq7x5] {
    margin-top: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #5f7480;
}

.metric_card_gradient .metric_card_subtitle[b-nuktxtq7x5],
.metric_card_gradient .metric_card_content[b-nuktxtq7x5] {
    color: rgba(255, 255, 255, 0.92);
}

.metric_card_value[b-nuktxtq7x5] {
    margin-top: 0.5rem;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1;
    color: #24343c;
}

.metric_card_gradient .metric_card_value[b-nuktxtq7x5] {
    color: #ffffff;
}
/* /Components/Layout/V2/Public/PartnerLayout.razor.rz.scp.css */
.partner_page[b-gz4tk21cdl] {
    min-height: 100vh;
    padding: 1.5rem;
    background: linear-gradient(180deg, #f4fbfc 0%, #f7fbfc 60%, #eef7f3 100%);
    color: #24343c;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.partner_shell[b-gz4tk21cdl] {
    max-width: 1800px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #d7e4e8;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(36, 91, 107, 0.1);
}

.partner_topbar[b-gz4tk21cdl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 1.5rem;
    background: #245b6b;
    color: #ffffff;
    font-size: 0.875rem;
}

.partner_header[b-gz4tk21cdl] {
    padding: 1.5rem;
    border-bottom: 1px solid #d7e4e8;
    background: #ffffff;
}

.partner_header_row[b-gz4tk21cdl] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
}

.partner_brand[b-gz4tk21cdl] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.partner_brand_logo[b-gz4tk21cdl] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 3.5rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #eef7f3 0%, #dff3ea 100%);
    color: #245b6b;
    font-weight: 700;
}

.partner_brand_overline[b-gz4tk21cdl] {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #245b6b;
}

.partner_brand_title[b-gz4tk21cdl] {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1;
}

.partner_context[b-gz4tk21cdl] {
    min-width: 260px;
    flex: 1 1 260px;
}

.partner_breadcrumbs[b-gz4tk21cdl] {
    font-size: 0.875rem;
    color: #5f7480;
}

.partner_breadcrumbs span[b-gz4tk21cdl] {
    margin: 0 0.45rem;
    color: #8fd36a;
}

.partner_page_title[b-gz4tk21cdl] {
    margin-top: 0.25rem;
    font-size: 1.375rem;
    font-weight: 600;
}

.partner_actions[b-gz4tk21cdl] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.partner_badge[b-gz4tk21cdl] {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 1.25rem;
    border-radius: 999px;
    background: #eef7f3;
    color: #245b6b;
    font-size: 0.95rem;
    font-weight: 500;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.partner_tabs[b-gz4tk21cdl] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e8f1f4;
}

.partner_tab[b-gz4tk21cdl] {
    padding: 0.7rem 1rem;
    border-radius: 12px;
    color: #245b6b;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
}

.partner_tab:hover[b-gz4tk21cdl] {
    background: #eef7f3;
}

.partner_tab_active[b-gz4tk21cdl] {
    background: #245b6b;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(36, 91, 107, 0.16);
}

.partner_body[b-gz4tk21cdl] {
    padding: 1.5rem;
    background: #f7fbfc;
}

.partner_hero_card[b-gz4tk21cdl] {
    padding: 1.5rem;
    border: 1px solid #d7e4e8;
    border-radius: 28px;
    background: linear-gradient(90deg, #eef7f3 0%, #f7fbfc 55%, #e7f2fa 100%);
    box-shadow: 0 8px 24px rgba(36, 91, 107, 0.06);
}

.partner_hero_grid[b-gz4tk21cdl] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 1.5rem;
    align-items: center;
}

.partner_chip[b-gz4tk21cdl] {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.85rem;
    border: 1px solid #b9d7df;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    color: #245b6b;
    font-size: 0.8125rem;
    font-weight: 600;
}

.partner_hero_title[b-gz4tk21cdl] {
    margin: 0.75rem 0 0;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.15;
}

.partner_hero_text[b-gz4tk21cdl],
.partner_section_text[b-gz4tk21cdl] {
    margin: 1rem 0 0;
    font-size: 1rem;
    line-height: 1.8;
    color: #58707c;
}

.partner_section_text_reset[b-gz4tk21cdl] {
    margin-top: 0;
}

.partner_hero_actions[b-gz4tk21cdl],
.partner_section_actions[b-gz4tk21cdl] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.partner_hero_sidecards[b-gz4tk21cdl] {
    display: grid;
    gap: 0.75rem;
}

.partner_metrics_grid[b-gz4tk21cdl] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.partner_content_grid[b-gz4tk21cdl] {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) 360px;
    margin-top: 1.5rem;
}

.partner_side_panel[b-gz4tk21cdl] {
    display: grid;
    gap: 1rem;
}

.partner_list[b-gz4tk21cdl] {
    margin: 0.75rem 0 0;
    padding-left: 1.25rem;
    color: #5f7480;
    line-height: 1.7;
}

@media (max-width: 1100px) {
    .partner_hero_grid[b-gz4tk21cdl],
    .partner_metrics_grid[b-gz4tk21cdl],
    .partner_content_grid[b-gz4tk21cdl] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 850px) {
    .partner_content_grid[b-gz4tk21cdl],
    .partner_hero_grid[b-gz4tk21cdl],
    .partner_metrics_grid[b-gz4tk21cdl] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .partner_page[b-gz4tk21cdl],
    .partner_header[b-gz4tk21cdl],
    .partner_body[b-gz4tk21cdl] {
        padding: 0.75rem;
    }

    .partner_hero_card[b-gz4tk21cdl] {
        padding: 1rem;
    }

    .partner_brand_title[b-gz4tk21cdl] {
        font-size: 1.5rem;
    }

    .partner_hero_title[b-gz4tk21cdl] {
        font-size: 1.5rem;
    }
}
/* /Components/Layout/V2/Public/PublicLayout.razor.rz.scp.css */
.public_page[b-fr0u6dae2j] {
    min-height: 100vh;
    padding: 1.5rem;
    background: linear-gradient(180deg, #f4fbfc 0%, #f7fbfc 60%, #eef7f3 100%);
    color: #24343c;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.public_shell[b-fr0u6dae2j] {
    max-width: 1800px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #d7e4e8;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(36, 91, 107, 0.1);
}

.public_topbar[b-fr0u6dae2j] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 1.5rem;
    background: #245b6b;
    color: #ffffff;
    font-size: 0.875rem;
}

.public_header[b-fr0u6dae2j] {
    padding: 1.5rem;
    border-bottom: 1px solid #d7e4e8;
    background: #ffffff;
}

.public_header_row[b-fr0u6dae2j] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
}

.public_brand[b-fr0u6dae2j] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.public_brand_logo[b-fr0u6dae2j] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 3.5rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #eef7f3 0%, #dff3ea 100%);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
    color: #245b6b;
    font-weight: 700;
}

.public_brand_overline[b-fr0u6dae2j] {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #245b6b;
}

.public_brand_title[b-fr0u6dae2j] {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1;
    color: #24343c;
}

.public_nav_desktop[b-fr0u6dae2j] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.public_nav_mobile[b-fr0u6dae2j] {
    margin-left: auto;
    display: none;
    align-items: center;
    gap: 0.75rem;
}

.public_nav_link[b-fr0u6dae2j] {
    padding: 0.65rem 1rem;
    border-radius: 12px;
    color: #245b6b;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
}

.public_nav_link:hover[b-fr0u6dae2j] {
    background: #eef7f3;
}

.public_nav_link_active[b-fr0u6dae2j] {
    background: #245b6b;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(36, 91, 107, 0.16);
}

.public_hero[b-fr0u6dae2j] {
    margin-top: 1.25rem;
    padding: 1.5rem;
    border: 1px solid #d7e4e8;
    border-radius: 28px;
    background: linear-gradient(90deg, #eef7f3 0%, #f7fbfc 55%, #e7f2fa 100%);
    box-shadow: 0 8px 24px rgba(36, 91, 107, 0.06);
}

.public_hero_grid[b-fr0u6dae2j] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 1.5rem;
    align-items: center;
}

.public_chip[b-fr0u6dae2j] {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.85rem;
    border: 1px solid #b9d7df;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    color: #245b6b;
    font-size: 0.8125rem;
    font-weight: 600;
}

.public_hero_title[b-fr0u6dae2j] {
    margin: 0.75rem 0 0;
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1.15;
}

.public_hero_text[b-fr0u6dae2j] {
    margin: 1rem 0 0;
    font-size: 1.125rem;
    line-height: 1.8;
    color: #58707c;
}

.public_hero_actions[b-fr0u6dae2j] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.public_sidecards[b-fr0u6dae2j] {
    display: grid;
    gap: 0.75rem;
}

.public_body[b-fr0u6dae2j] {
    padding: 1.5rem;
    background: #f7fbfc;
}

.public_cards_grid[b-fr0u6dae2j] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1100px) {
    .public_hero_grid[b-fr0u6dae2j],
    .public_cards_grid[b-fr0u6dae2j] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .public_nav_desktop[b-fr0u6dae2j] {
        display: none;
    }

    .public_nav_mobile[b-fr0u6dae2j] {
        display: flex;
    }
}

@media (max-width: 768px) {
    .public_page[b-fr0u6dae2j],
    .public_header[b-fr0u6dae2j],
    .public_body[b-fr0u6dae2j] {
        padding: 0.75rem;
    }

    .public_hero[b-fr0u6dae2j] {
        padding: 1rem;
    }

    .public_hero_grid[b-fr0u6dae2j],
    .public_cards_grid[b-fr0u6dae2j] {
        grid-template-columns: 1fr;
    }

    .public_brand_title[b-fr0u6dae2j] {
        font-size: 1.5rem;
    }

    .public_hero_title[b-fr0u6dae2j] {
        font-size: 1.75rem;
    }
}
/* /Components/Layout/V2/Public/SectionCard.razor.rz.scp.css */
.section_card[b-he2l4kep8v] {
    padding: 1.5rem;
    border: 1px solid #d7e4e8;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(36, 91, 107, 0.06);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.section_card_tinted[b-he2l4kep8v] {
    background: linear-gradient(135deg, #eef7f3 0%, #e7f2fa 100%);
}

.section_card_header[b-he2l4kep8v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.section_card_title[b-he2l4kep8v] {
    margin: 0;
    font-size: 1.375rem;
    font-weight: 700;
    color: #24343c;
}

.section_card_subtitle[b-he2l4kep8v] {
    margin: 0.5rem 0 0;
    font-size: 1rem;
    line-height: 1.7;
    color: #58707c;
}

.section_card_header_right[b-he2l4kep8v] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
}

.section_card_body[b-he2l4kep8v] {
    min-width: 0;
}
/* /Components/Layout/V2/TopNav.razor.rz.scp.css */
.nav_topbar[b-xvfpvvbgdq] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.375rem 1.25rem;
	border-bottom: 1px solid #d7e4e8;
	background: #245b6b;
	color: #ffffff;
	font-size: 11px;
	line-height: 1.2;
}

.nav_primary[b-xvfpvvbgdq] {
	/*padding: 0.75rem 1.25rem;*/
	padding: 0.5rem 1rem 0.375rem;
	border-bottom: 1px solid #d7e4e8;
	background: #ffffff;
}

.nav_primary_row[b-xvfpvvbgdq] {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0.75rem;
}

.nav_primary_left[b-xvfpvvbgdq] {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.nav_logo[b-xvfpvvbgdq] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 1rem;
	background: #eef7f3;
	font-size: 1.25rem;
	flex: 0 0 auto;
}

.nav_menu_button[b-xvfpvvbgdq] {
	min-height: 50px;
	padding: 0 0.75rem;
	font-size: 0.875rem;
}

	.nav_menu_button:hover[b-xvfpvvbgdq] {
		background: #eef7f3;
	}

.nav_menu_button_icon[b-xvfpvvbgdq] {
	font-size: 1rem;
	line-height: 1;
}

.nav_context[b-xvfpvvbgdq] {
	min-width: 220px;
	flex: 1 1 220px;
	align-self: center;
	line-height: 1.02;
}

.nav_breadcrumbs[b-xvfpvvbgdq] {
	font-size: 12px;
	color: #5f7480;
}

	.nav_breadcrumbs > a[b-xvfpvvbgdq]{
		text-decoration:none;
		color:inherit;
	}

	.nav_breadcrumb_separator[b-xvfpvvbgdq] {
		margin: 0 0.375rem;
		color: #8fd36a;
	}

.nav_title[b-xvfpvvbgdq] {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #24343c;
	margin-top: 4px;
}

.nav_actions[b-xvfpvvbgdq] {
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}

.nav_badge[b-xvfpvvbgdq],
.nav_action_button[b-xvfpvvbgdq],
.nav_avatar[b-xvfpvvbgdq] {
	height: 36px;
}

.nav_badge[b-xvfpvvbgdq] {
	display: inline-flex;
	align-items: center;
	padding: 0 0.75rem;
	border: 1px solid #d7e4e8;
	border-radius: 9999px;
	background: #eef7f3;
	color: #245b6b;
	font-size: 0.875rem;
	font-weight: 500;
}

.nav_action_button[b-xvfpvvbgdq] {
	display: inline-flex;
	align-items: center;
	padding: 0 0.75rem;
	border: 1px solid #d7e4e8;
	border-radius: 12px;
	background: #ffffff;
	color: #245b6b;
	font-size: 0.875rem;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

	.nav_action_button:hover[b-xvfpvvbgdq] {
		background: #eef7f3;
	}

.nav_icon_button[b-xvfpvvbgdq] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid #d7e4e8;
	border-radius: 12px;
	background: #ffffff;
	color: #245b6b;
	font-size: 1rem;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

	.nav_icon_button:hover[b-xvfpvvbgdq] {
		background: #eef7f3;
	}

.nav_avatar[b-xvfpvvbgdq] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	padding: 0 0.75rem;
	border: 0;
	border-radius: 9999px;
	background: #245b6b;
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
	transition: background-color 0.2s ease;
}

	.nav_avatar:hover[b-xvfpvvbgdq] {
		background: #3a6777;
	}

.nav_secondary[b-xvfpvvbgdq] {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem;
	margin-top: 0.5rem;
	padding-top: 0.375rem;
	border-top: 1px solid #e8f1f4;
}

.nav_secondary_item[b-xvfpvvbgdq] {
	padding: 0.25rem 0.625rem;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #245b6b;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

	.nav_secondary_item:hover[b-xvfpvvbgdq] {
		background: #eef7f3;
		color: #24343c;
	}

.nav_secondary_item_active[b-xvfpvvbgdq] {
	background: #245b6b;
	color: #ffffff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
}

@media (max-width: 992px) {
	.nav_actions[b-xvfpvvbgdq] {
		margin-left: 0;
	}
}

@media (max-width: 768px) {
	.nav_topbar[b-xvfpvvbgdq],
	.nav_primary[b-xvfpvvbgdq] {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}




[b-xvfpvvbgdq] .home_button_primary {
	zoom:0.8;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.9rem;
	padding: 0 1.4rem;
	border-radius: 0.85rem;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

[b-xvfpvvbgdq] .home_button_primary {
	border: 1px solid #18a787;
	background: linear-gradient(135deg, #14b08a 0%, #13bfa6 100%);
	color: #ffffff;
	box-shadow: 0 0.45rem 1rem rgba(20, 176, 138, 0.2);
}

	[b-xvfpvvbgdq] .home_button_primary:hover {
		transform: translateY(-1px);
	}
/* /Components/Pages/Admin/Network.razor.rz.scp.css */
.connections[b-kypqhsfio7] {
	margin-top: 1rem;
	border: 1px solid rgba(0,0,0,.12);
	border-radius: 14px;
	padding: 1rem;
	background: #fff;
}

.connections__header[b-kypqhsfio7] {
	font-weight: 700;
	font-size: 1.05rem;
	letter-spacing: .2px;
	padding-bottom: .75rem;
	margin-bottom: .75rem;
	border-bottom: 1px solid rgba(0,0,0,.08);
}

.connections__list[b-kypqhsfio7] {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

.connections__item[b-kypqhsfio7] {
	border: 1px solid rgba(0,0,0,.10);
	border-radius: 12px;
	padding: .75rem .9rem;
	background: rgba(0,0,0,.02);
	display: flex;
	justify-content: space-between;
}

.connections__name[b-kypqhsfio7] {
	font-weight: 600;
	margin-bottom: .25rem;
}

.connections__roles[b-kypqhsfio7] {
	color: rgba(0,0,0,.7);
	font-size: .95rem;
}

.connections__empty[b-kypqhsfio7] {
	padding: .25rem 0;
}
/* /Components/Pages/Auth/PinVerify.razor.rz.scp.css */
.CS-button[b-7u0o8dbhql] {
  width: unset;
  padding: 10px;
  height: unset;
  font-size: unset;
}

.this-container[b-7u0o8dbhql] {
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  /* min-height: 60Vh; */
  /* margin-top: 10Vh; */
}

  .this-container > *[b-7u0o8dbhql] {
    margin: 10px 0px;
  }

.icon-chain[b-7u0o8dbhql] {
  color: #ef0f30;
  fill: #ef0f30;
  font-size: 36px;
  width: 36px;
  height: 40px;
}

.this-text-title[b-7u0o8dbhql] {
  color: #ffffff;
  font-size: 24px;
  font-family: "Roboto";
  line-height: 38px;
  text-align: center;
}

.this-text-body[b-7u0o8dbhql] {
  display: inline-block;
  max-width: 325px;
  color: #94a3b8;
  /* font-size: 14px; */
  font-family: "Roboto";
  line-height: 16px;
  text-align: center;
}

.btn-outline-light[b-7u0o8dbhql]{
  border-radius:10px;
}

@media(max-width:430px) {
  .content[b-7u0o8dbhql] {
    zoom:.9;
  }
}

@media(max-width:400px) {
  .content[b-7u0o8dbhql] {
    zoom: .8;
  }
}
/* /Components/Pages/Home.razor.rz.scp.css */
:root[b-3af8jlhfhs] {
	--primary: #2f855a;
	--secondary: #edf7ed;
	--dark: #1a202c;
	--light: #ffffff;
}

*[b-3af8jlhfhs] {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body[b-3af8jlhfhs] {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
	color: var(--dark);
	background-color: var(--secondary);
}

header[b-3af8jlhfhs] {
	background: var(--primary);
	color: var(--light);
	padding: 0rem 1.5rem 0rem 1.5rem;
	text-align: center;
}

	header h1[b-3af8jlhfhs] {
		font-size: 2.5rem;
		margin-bottom: 0.75rem;
	}

	header p[b-3af8jlhfhs] {
		max-width: 720px;
		margin: 0 auto;
		font-size: 1.1rem;
	}

main[b-3af8jlhfhs] {
	max-width: 1100px;
	margin: 0 auto;
	padding: 3rem 1.5rem;
}

section[b-3af8jlhfhs] {
	margin-bottom: 3rem;
}

h2[b-3af8jlhfhs] {
	color: var(--primary);
	margin-bottom: 1rem;
	font-size: 1.8rem;
}

.features[b-3af8jlhfhs] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1.5rem;
}

.card[b-3af8jlhfhs] {
	background: var(--light);
	padding: 1.5rem;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

	.card h3[b-3af8jlhfhs] {
		margin-bottom: 0.5rem;
		color: var(--dark);
	}

.status[b-3af8jlhfhs] {
	background: #fffaf0;
	border-left: 5px solid #d69e2e;
	padding: 1rem 1.5rem;
	border-radius: 6px;
}

footer[b-3af8jlhfhs] {
	text-align: center;
	padding: 2rem 1rem;
	background: var(--dark);
	color: var(--light);
	font-size: 0.9rem;
}

	footer span[b-3af8jlhfhs] {
		opacity: 0.8;
	}


.site-header[b-3af8jlhfhs] {
	background: var(--primary);
	color: var(--light);
	padding: 3rem 1.5rem;
}

.brand[b-3af8jlhfhs] {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.brand-logo[b-3af8jlhfhs] {
	height: 72px;
	width: auto;
	flex-shrink: 0;
}

.brand-text h1[b-3af8jlhfhs] {
	font-size: 2.2rem;
	margin-bottom: 0.5rem;
}

.brand-text p[b-3af8jlhfhs] {
	max-width: 640px;
	font-size: 1.05rem;
	opacity: 0.95;
}

/* Mobile adjustments */
@media (max-width: 600px) {
	.brand[b-3af8jlhfhs] {
		flex-direction: column;
		text-align: center;
	}

	.brand-logo[b-3af8jlhfhs] {
		height: 64px;
	}
}
/* /Components/Pages/Partner/Dashboard.razor.rz.scp.css */
.card-header > div:first-child[b-ezrdgo9qkg] {
	gap: 2rem;
}

a[b-ezrdgo9qkg] {
	text-decoration: none;
}

	a:hover[b-ezrdgo9qkg] {
		text-decoration: underline;
	}


.dashboard-actions[b-ezrdgo9qkg] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 0.75rem;
	margin: 1rem;
}

.action-card[b-ezrdgo9qkg] {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 0.85rem 0.9rem;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.06);
}

	.action-card h3[b-ezrdgo9qkg] {
		margin: 0 0 0.35rem 0;
		font-size: 1rem;
		line-height: 1.2;
	}

	.action-card p[b-ezrdgo9qkg] {
		margin: 0 0 0.65rem 0;
		font-size: 0.9rem;
		line-height: 1.35;
		color: #555;
	}

	.action-card .btn[b-ezrdgo9qkg] {
		font-size: 0.85rem;
		padding: 0.35rem 0.7rem;
	}

</style[b-ezrdgo9qkg] >
/* /Components/Pages/Partner/Inventory/Bin.razor.rz.scp.css */
.plusSign[b-9zfjeovbtc] {
	color: green;
	margin: 5px 10px;
	vertical-align: baseline;
	cursor: pointer;
	overflow: hidden;
}

	.plusSign:hover[b-9zfjeovbtc] {
		background-color: green;
		color: black;
	}

.Primary-Categories[b-9zfjeovbtc] {
	display: inline-flex;
	gap: 1rem;
	flex-wrap: wrap;
	background-color: #BFD7EA;
	padding: 5px;
	border-radius:5px;
}
	.Primary-Categories button:not(:hover,.active)[b-9zfjeovbtc] {
		background-color: white;
	}

.Secondary-Categories[b-9zfjeovbtc] {
	display: inline-flex;
	gap: 1rem;
	flex-wrap: wrap;
	background-color: #DCECF6;
	padding: 5px;
	border-radius: 5px;
}
	.Secondary-Categories button:not(:hover,.active)[b-9zfjeovbtc] {
		background:white;
	}
/* /Components/Pages/Partner/Inventory/BinV2.razor.rz.scp.css */
.plusSign[b-lplvt24kdx] {
	color: green;
	margin: 5px 10px;
	vertical-align: baseline;
	cursor: pointer;
	overflow: hidden;
}

	.plusSign:hover[b-lplvt24kdx] {
		background-color: green;
		color: black;
	}

.Primary-Categories[b-lplvt24kdx] {
	display: inline-flex;
	gap: 1rem;
	flex-wrap: wrap;
	background-color: #BFD7EA;
	padding: 5px;
	border-radius: 5px;
}

	.Primary-Categories button:not(:hover,.active)[b-lplvt24kdx] {
		background-color: white;
	}

.Secondary-Categories[b-lplvt24kdx] {
	display: inline-flex;
	gap: 1rem;
	flex-wrap: wrap;
	background-color: #DCECF6;
	padding: 5px;
	border-radius: 5px;
}

	.Secondary-Categories button:not(:hover,.active)[b-lplvt24kdx] {
		background: white;
	}

.item-table tbody td[b-lplvt24kdx]{
	white-space:nowrap;
	width:fit-content;
}

.item-table tbody td.title[b-lplvt24kdx] {
	width:100%;
}
/* /Components/Pages/Partner/Inventory/Bundler.razor.rz.scp.css */
.num[b-5md17w7r26]{
	text-align:right;
} 
/* /Components/Pages/Partner/Inventory/Inventory.razor.rz.scp.css */
.inv-table thead[b-p138reivao] {
	border-bottom: 1px solid teal !important;
}
/* /Components/Pages/Partner/Inventory/Picker.razor.rz.scp.css */
.mobile-container[b-rre4ukcfgk] {
	display: flex;
	/*gap: 1rem;*/
	height: 100vh;
	position: sticky;
	top: 0px;
	z-index: 5;
	background-color: white;
	width: 100%;
}

.leftPanel[b-rre4ukcfgk] {
	height: 100Vh;
	min-width: fit-content;
	overflow: auto;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	background-color: cornflowerblue;
	color: white;
	padding: 1rem;
	white-space: nowrap;
	transition: min-width 0.1s ease;
}

	.leftPanel.small[b-rre4ukcfgk] {
		min-width: unset;
		/*width: 8rem;*/
		overflow: hidden;
	}

.leftPanel-Menu[b-rre4ukcfgk] {
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	border-bottom: 1px solid white;
	padding-bottom: 3px;
	align-items: flex-end;
}
	.leftPanel-Menu > .bi[b-rre4ukcfgk]{
		cursor:pointer;
	}
	.leftPanel-Menu > .bi:hover[b-rre4ukcfgk] {
		border:1px solid white;
	}

	.rightPanel[b-rre4ukcfgk] {
		height: 100Vh;
		width: stretch;
		overflow: auto;
		overflow: auto;
		/*padding: 5px;*/
	}


[b-rre4ukcfgk] input {
	box-shadow: none !important;
}


/* new layout */

.picker_module[b-rre4ukcfgk] {
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
}

.picker_module_rail_collapsed[b-rre4ukcfgk] {
	grid-template-columns: 96px minmax(0, 1fr);
}

.picker_module_rail[b-rre4ukcfgk],
.picker_module_content[b-rre4ukcfgk] {
	min-width: 0;
}

.picker_module_content[b-rre4ukcfgk] {
	display: grid;
	gap: 1rem;
}

@media (max-width: 1100px) {
	.picker_module[b-rre4ukcfgk],
	.picker_module_rail_collapsed[b-rre4ukcfgk] {
		grid-template-columns: 1fr;
	}
}
/* /Components/Pages/Partner/Orders/Order.razor.rz.scp.css */
a[b-mkqlosqipa] {
	text-decoration: none;
}
a:hover[b-mkqlosqipa] {
	text-decoration: underline;
}

.plusSign[b-mkqlosqipa] {
	color: green;
	margin: 5px 10px;
	vertical-align: baseline;
	cursor: pointer;
	overflow: hidden;
}

	.plusSign:hover[b-mkqlosqipa] {
		background-color: green;
		color: black;
	}

.Primary-Categories[b-mkqlosqipa] {
	display: inline-flex;
	gap: 1rem;
	flex-wrap: wrap;
	background-color: #BFD7EA;
	padding: 5px;
	border-radius: 5px;
}

	.Primary-Categories button:not(:hover,.active)[b-mkqlosqipa] {
		background-color: white;
	}

.Secondary-Categories[b-mkqlosqipa] {
	display: inline-flex;
	gap: 1rem;
	flex-wrap: wrap;
	background-color: #DCECF6;
	padding: 5px;
	border-radius: 5px;
}

	.Secondary-Categories button:not(:hover,.active)[b-mkqlosqipa] {
		background: white;
	}

.shipment-header td[b-mkqlosqipa] {
	padding-top: 25px;
	padding-bottom: 5px;
}

.Shipment-Items-Title > td:not(:first-of-type)[b-mkqlosqipa] {
	border-bottom: 0.5px solid gray;
	font-weight: 600;
}


.bin-Reserved[b-mkqlosqipa] {
	text-decoration: none !important;
	padding: 0px 5px;
	color: gray;
	border: 0.5px solid currentcolor;
	border-radius: 5px;
}

	.bin-Reserved:hover[b-mkqlosqipa] {
		background-color: gray;
		border-color: gray;
		color: white;
	}


.bin-Pulled[b-mkqlosqipa] {
	text-decoration: none !important;
	padding: 0px 5px;
	color: purple;
	border: 0.5px solid currentcolor;
	border-radius: 5px;
}

	.bin-Pulled:hover[b-mkqlosqipa] {
		background-color: purple;
		border-color: purple;
		color: white;
	}

.bin-Shipped[b-mkqlosqipa] {
	text-decoration: none !important;
	padding: 0px 5px;
	color: green;
	border: 0.5px solid currentcolor;
	border-radius: 5px;
}

.title[b-mkqlosqipa]{
	font-weight:600;
	margin:1rem 0rem 0.5rem 0rem;
	font-size:1.25rem;
}

table.OrderedItems[b-mkqlosqipa] {
	margin-left: 15px;
	width: fit-content;
}
	table.OrderedItems td[b-mkqlosqipa] {
		padding-left: 5px;
		padding-right: 5px;
	}
	table.OrderedItems thead td:last-of-type[b-mkqlosqipa]{
		width:12rem !important;
	}
	table.OrderedItems > thead td[b-mkqlosqipa] {
		border-bottom: 2px black double;
		font-weight: 600;
		padding-bottom: 2px;
		vertical-align:bottom;
	}
	table.OrderedItems .prod:not(:first-of-type) td[b-mkqlosqipa] {
		padding-top: 0.5rem;
	}
	table.OrderedItems .bins td[b-mkqlosqipa] {
		padding-top:0.25rem;
		padding-bottom:0.5rem;
		border-bottom:0.5px solid gray;
	}
	table.OrderedItems tfoot tr:last-of-type td[b-mkqlosqipa] {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		border-bottom: 1px solid gray;
		border-top: 1px solid gray;
	}

.Fulfillments[b-mkqlosqipa] {
	margin-left: 15px;
	width: fit-content;
}

table.Fulfillments > thead td[b-mkqlosqipa] {
	border-bottom: 2px black double;
	font-weight: 600;
	padding-bottom: 2px;
}

.Fulfillments[b-mkqlosqipa] {
	margin-left: 15px;
}
	.Fulfillments td[b-mkqlosqipa] {
		padding-left: 10px;
		padding-right: 10px;
	}

.Shipments[b-mkqlosqipa] {
	margin-left: 15px;
}
table.Shipments td[b-mkqlosqipa] {
	padding-left: 10px;
	padding-right: 10px;
}
table.Shipments > thead td[b-mkqlosqipa] {
	border-bottom: 2px black double;
	font-weight: 600;
	padding-bottom: 2px;
}

td.num[b-mkqlosqipa] {
	text-align: center;
}
/* /Components/Pages/Partner/Orders/Orders_StatusChart.razor.rz.scp.css */
.order-board[b-mqay3qwayh] {
	display: grid;
	grid-template-columns: repeat(4, minmax(220px, 1fr));
	gap: 0.75rem;
	align-items: start;
	overflow-x: auto;
	padding-bottom: 0.5rem;
}

.status-column[b-mqay3qwayh] {
	background: #f8f9fa;
	border: 1px solid #ddd;
	border-radius: 6px;
	min-height: 500px;
	padding: 0.6rem;
}

.status-header[b-mqay3qwayh] {
	font-size: 0.95rem;
	font-weight: 600;
	margin-bottom: 0.6rem;
	padding-bottom: 0.4rem;
	border-bottom: 1px solid #ddd;
}

.status-list[b-mqay3qwayh] {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

/* /Components/Pages/Partner/Orders/Orders_StatusChart_Card.razor.rz.scp.css */
.order-card[b-120f15g0le] {
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	padding: 0.55rem 0.65rem;
	box-shadow: 0 1px 2px rgba(0,0,0,0.04);
	cursor: grab;
}

.order-card-title[b-120f15g0le] {
	font-size: 0.9rem;
	font-weight: 600;
	margin-bottom: 0.35rem;
}

.order-card-detail[b-120f15g0le] {
	font-size: 0.8rem;
	line-height: 1.3;
	margin-bottom: 0.15rem;
	color: #444;
}

	.order-card-detail:last-child[b-120f15g0le] {
		margin-bottom: 0;
	}
/* /Components/Pages/Partner/Products/CategoryEditor.razor.rz.scp.css */
.CategoryItem:hover[b-buwvxur68b] {
	background-color:lightgray;
}
/* /Components/Pages/Partner/Products/Product.razor.rz.scp.css */
.product-Details[b-wljysbxj69] {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

	.product-Details .input-group > label:first-of-type[b-wljysbxj69] {
		min-width: 150px;
	}


.Prop-Table td[b-wljysbxj69] {
	vertical-align:baseline;
	padding: 0.2rem 0.5rem;
}

.num[b-wljysbxj69]{
	/*border:1px solid blue;*/
	width:1rem;
	white-space:nowrap;
	text-align:right;
	vertical-align:baseline;
}
/* /Components/Pages/Partner/Products/Suplier.razor.rz.scp.css */
.product-Details[b-hi7axui4to] {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.product-Details .input-group >label:first-of-type[b-hi7axui4to] {
	min-width:150px;
}
/* /Components/Pages/Public/About.razor.rz.scp.css */
.about_page[b-ibpua6di9c] {
	display: grid;
	gap: 1.25rem;
	max-width: 60rem;
	margin: 0 auto;
	padding: 1.25rem 0 2rem;
}

.about_branding[b-ibpua6di9c] {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.5rem 0.875rem;
	padding: 0 0.125rem;
}

.about_branding_logo[b-ibpua6di9c] {
	color: #1e5869;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.1;
}

.about_branding_tagline[b-ibpua6di9c] {
	color: #5f7480;
	font-size: 0.95rem;
	line-height: 1.4;
}

.about_intro[b-ibpua6di9c] {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr);
	gap: 1rem;
	padding: 1.5rem;
	border: 1px solid #d7e4e8;
	border-radius: 1.5rem;
	background: linear-gradient(135deg, #e6f7f6 0%, #eefaf5 100%);
	box-shadow: 0 0.5rem 1.5rem rgba(36, 91, 107, 0.08);
}

.about_intro_main[b-ibpua6di9c] {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.about_badge[b-ibpua6di9c] {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	background: #cfeccf;
	color: #245b6b;
	font-size: 0.85rem;
	font-weight: 600;
	line-height: 1.2;
}

.about_title[b-ibpua6di9c] {
	margin: 0.85rem 0 0;
	color: #1f4c59;
	font-size: clamp(2rem, 3vw, 2.7rem);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.02em;
	/*max-width: 14ch;*/
}

.about_intro_text[b-ibpua6di9c] {
	margin: 1rem 0 0;
	max-width: 40rem;
	color: #506b76;
	font-size: 1.05rem;
	line-height: 1.65;
}

.about_actions[b-ibpua6di9c] {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.4rem;
}

.about_button_primary[b-ibpua6di9c],
.about_button_secondary[b-ibpua6di9c] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.9rem;
	padding: 0 1.4rem;
	border-radius: 0.85rem;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.about_button_primary[b-ibpua6di9c] {
	border: 1px solid #18a787;
	background: linear-gradient(135deg, #14b08a 0%, #13bfa6 100%);
	color: #ffffff;
	box-shadow: 0 0.45rem 1rem rgba(20, 176, 138, 0.2);
}

	.about_button_primary:hover[b-ibpua6di9c] {
		transform: translateY(-1px);
	}

.about_button_secondary[b-ibpua6di9c] {
	border: 1px solid #16b69a;
	background: #ffffff;
	color: #18a787;
}

	.about_button_secondary:hover[b-ibpua6di9c] {
		background: #f5fffc;
	}

.about_summary_card[b-ibpua6di9c] {
	padding: 1.25rem;
	border: 1px solid #d7e4e8;
	border-radius: 1.25rem;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 0.35rem 1rem rgba(36, 91, 107, 0.06);
}

.about_summary_icon[b-ibpua6di9c] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	margin-bottom: 1rem;
	border-radius: 0.9rem;
	background: #d8f1ef;
	font-size: 1.6rem;
}

.about_summary_title[b-ibpua6di9c] {
	margin: 0;
	color: #1f4c59;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.25;
}

.about_summary_text[b-ibpua6di9c] {
	margin: 0.75rem 0 0;
	color: #506b76;
	font-size: 0.96rem;
	line-height: 1.6;
}

.about_summary_note[b-ibpua6di9c] {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #d7e4e8;
	color: #6a7d87;
	font-size: 0.92rem;
	line-height: 1.5;
}

.about_section_card[b-ibpua6di9c] {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	padding: 1.25rem 1.5rem;
	border: 1px solid #d7e4e8;
	border-radius: 1.25rem;
	background: #eef4e8;
}

.about_section_icon[b-ibpua6di9c] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	border-radius: 999px;
	background: #d9ebca;
	font-size: 1.75rem;
}

.about_section_body[b-ibpua6di9c] {
	min-width: 0;
}

.about_section_title[b-ibpua6di9c],
.about_heading[b-ibpua6di9c] {
	margin: 0;
	color: #1e5869;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
}

.about_section_text[b-ibpua6di9c] {
	margin: 0.75rem 0 0;
	color: #4c606a;
	font-size: 1rem;
	line-height: 1.7;
}

.about_network_section[b-ibpua6di9c] {
	padding: 1.5rem;
	border: 1px solid #d7e4e8;
	border-radius: 1.25rem;
	background: #ffffff;
	box-shadow: 0 0.25rem 0.75rem rgba(36, 91, 107, 0.05);
}

.about_network_diagram[b-ibpua6di9c] {
	margin-top: 1rem;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.9fr) minmax(0, 1.2fr);
	gap: 1rem;
	align-items: stretch;
}

.about_network_sources[b-ibpua6di9c] {
	padding: 1rem;
	border: 1px solid #d7e4e8;
	border-radius: 1rem;
	background: #f8fbfb;
}

.about_network_sources_title[b-ibpua6di9c] {
	color: #1f4c59;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0.75rem;
}

.about_network_source_list[b-ibpua6di9c] {
	display: grid;
	gap: 0.55rem;
}

.about_network_center[b-ibpua6di9c] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1.25rem;
	border: 1px solid #d7e4e8;
	border-radius: 1.25rem;
	background: linear-gradient(135deg, #e8f7f6 0%, #eefaf5 100%);
	text-align: center;
}

.about_network_center_icon[b-ibpua6di9c] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	border-radius: 999px;
	background: #d8f1ef;
	font-size: 1.75rem;
}

.about_network_center_title[b-ibpua6di9c] {
	margin-top: 0.85rem;
	color: #1f4c59;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2;
}

.about_network_center_text[b-ibpua6di9c] {
	margin-top: 0.5rem;
	color: #506b76;
	font-size: 0.95rem;
	line-height: 1.55;
}

.about_network_partners[b-ibpua6di9c] {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.875rem;
}

.about_network_partner[b-ibpua6di9c] {
	padding: 1rem;
	border: 1px solid #d7e4e8;
	border-radius: 1rem;
	background: #f8fbfb;
}

.about_network_partner_title[b-ibpua6di9c] {
	color: #1f4c59;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0.75rem;
}

.about_network_nodes[b-ibpua6di9c] {
	display: grid;
	gap: 0.55rem;
}

.about_network_node[b-ibpua6di9c] {
	padding: 0.55rem 0.7rem;
	border-radius: 0.75rem;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

.about_network_node_incoming[b-ibpua6di9c] {
	background: #eef4e8;
	color: #4f7d2b;
}

.about_network_node_warehouse[b-ibpua6di9c] {
	background: #d8f1ef;
	color: #245b6b;
}

.about_network_node_client[b-ibpua6di9c] {
	background: #f5f7f8;
	color: #506b76;
}

.about_network_node_outgoing[b-ibpua6di9c] {
	background: #fff3de;
	color: #a06400;
}

.about_network_note[b-ibpua6di9c] {
	margin-top: 1rem;
	color: #5c6c76;
	font-size: 0.96rem;
	line-height: 1.6;
}

.about_feature_grid[b-ibpua6di9c] {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.about_feature_card[b-ibpua6di9c] {
	padding: 1.15rem;
	border: 1px solid #d7e4e8;
	border-radius: 1rem;
	background: #ffffff;
	box-shadow: 0 0.25rem 0.75rem rgba(36, 91, 107, 0.05);
}

.about_feature_icon[b-ibpua6di9c] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 0.85rem;
	background: #d8f1ef;
	font-size: 1.45rem;
	margin-bottom: 0.85rem;
}

.about_feature_title[b-ibpua6di9c] {
	margin: 0;
	color: #1f4c59;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
}

.about_feature_text[b-ibpua6di9c] {
	margin: 0.5rem 0 0;
	color: #506b76;
	font-size: 0.95rem;
	line-height: 1.55;
}

.about_cta[b-ibpua6di9c] {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	padding: 1.35rem 1.5rem;
	border: 1px solid #d7e4e8;
	border-radius: 1.25rem;
	background: linear-gradient(135deg, #cfeff0 0%, #def8f5 100%);
}

.about_cta_content[b-ibpua6di9c] {
	flex: 1 1 28rem;
	min-width: 0;
}

.about_cta_title[b-ibpua6di9c] {
	margin: 0;
	color: #1f4c59;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
}

.about_cta_text[b-ibpua6di9c] {
	margin: 0.65rem 0 0;
	max-width: 40rem;
	color: #506b76;
	font-size: 1rem;
	line-height: 1.65;
}

.about_cta_actions[b-ibpua6di9c] {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

@media (max-width: 960px) {
	.about_intro[b-ibpua6di9c] {
		grid-template-columns: 1fr;
	}

	.about_network_diagram[b-ibpua6di9c] {
		grid-template-columns: 1fr;
	}

	.about_network_partners[b-ibpua6di9c] {
		grid-template-columns: 1fr;
	}

	.about_feature_grid[b-ibpua6di9c] {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.about_page[b-ibpua6di9c] {
		padding-top: 1rem;
	}

	.about_branding[b-ibpua6di9c] {
		gap: 0.25rem 0.75rem;
	}

	.about_branding_logo[b-ibpua6di9c] {
		font-size: 1.35rem;
	}

	.about_branding_tagline[b-ibpua6di9c] {
		font-size: 0.9rem;
	}

	.about_intro[b-ibpua6di9c],
	.about_section_card[b-ibpua6di9c],
	.about_network_section[b-ibpua6di9c],
	.about_cta[b-ibpua6di9c] {
		padding: 1rem;
	}

	.about_title[b-ibpua6di9c] {
		max-width: none;
		font-size: 2rem;
	}

	.about_section_card[b-ibpua6di9c] {
		grid-template-columns: 1fr;
	}

	.about_cta_actions[b-ibpua6di9c] {
		width: 100%;
	}

	.about_button_primary[b-ibpua6di9c],
	.about_button_secondary[b-ibpua6di9c] {
		width: 100%;
	}
}
/* /Components/Pages/Public/Home.razor.rz.scp.css */
.home_page[b-bxzmm2snr5] {
	display: grid;
	gap: 1.25rem;
	max-width: 80rem;
	margin: 0 auto;
	padding: 1.25rem 0 2rem;
}

.home_branding[b-bxzmm2snr5] {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.5rem 0.875rem;
	padding: 0 0.125rem;
}

.home_branding_logo[b-bxzmm2snr5] {
	color: #1e5869;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.1;
}

.home_branding_tagline[b-bxzmm2snr5] {
	color: #5f7480;
	font-size: 0.95rem;
	line-height: 1.4;
}

.home_hero[b-bxzmm2snr5] {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	gap: 1rem;
	padding: 1.5rem;
	border: 1px solid #d7e4e8;
	border-radius: 1.5rem;
	background: linear-gradient(135deg, #e6f7f6 0%, #eefaf5 100%);
	box-shadow: 0 0.5rem 1.5rem rgba(36, 91, 107, 0.08);
}

.home_hero_main[b-bxzmm2snr5] {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.home_badge[b-bxzmm2snr5] {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	background: #cfeccf;
	color: #245b6b;
	font-size: 0.85rem;
	font-weight: 600;
	line-height: 1.2;
}

.home_title[b-bxzmm2snr5] {
	margin: 0.85rem 0 0;
	color: #1f4c59;
	font-size: clamp(2rem, 3vw, 2rem);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.02em;
/*	max-width: 13ch;*/
}

.home_intro[b-bxzmm2snr5] {
	margin: 1rem 0 0;
	max-width: 34rem;
	color: #506b76;
	font-size: 1.05rem;
	line-height: 1.65;
}

.home_actions[b-bxzmm2snr5] {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.4rem;
}

.home_button_primary[b-bxzmm2snr5],
.home_button_secondary[b-bxzmm2snr5] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.9rem;
	padding: 0 1.4rem;
	border-radius: 0.85rem;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.home_button_primary[b-bxzmm2snr5] {
	border: 1px solid #18a787;
	background: linear-gradient(135deg, #14b08a 0%, #13bfa6 100%);
	color: #ffffff;
	box-shadow: 0 0.45rem 1rem rgba(20, 176, 138, 0.2);
}

	.home_button_primary:hover[b-bxzmm2snr5] {
		transform: translateY(-1px);
	}

.home_button_secondary[b-bxzmm2snr5] {
	border: 1px solid #16b69a;
	background: #ffffff;
	color: #18a787;
}

	.home_button_secondary:hover[b-bxzmm2snr5] {
		background: #f5fffc;
	}

.home_hero_side[b-bxzmm2snr5] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	align-items: start;
}

.home_side_card[b-bxzmm2snr5] {
	padding: 1.25rem;
	border: 1px solid #d7e4e8;
	border-radius: 1.25rem;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 0.35rem 1rem rgba(36, 91, 107, 0.06);
}

.home_side_icon[b-bxzmm2snr5] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	margin-bottom: 1rem;
	border-radius: 0.9rem;
	background: #d8f1ef;
	font-size: 1.6rem;
}

.home_side_title[b-bxzmm2snr5] {
	margin: 0;
	color: #1f4c59;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.25;
}

.home_side_subtitle[b-bxzmm2snr5] {
	margin-top: 0.45rem;
	color: #14a383;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.35;
}

.home_side_text[b-bxzmm2snr5] {
	margin: 0.75rem 0 0;
	color: #506b76;
	font-size: 0.96rem;
	line-height: 1.6;
}

.home_intro_card[b-bxzmm2snr5] {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
	padding: 1.25rem 1.5rem;
	border: 1px solid #d7e4e8;
	border-radius: 1.25rem;
	background: #eef4e8;
}

.home_intro_card_icon[b-bxzmm2snr5] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	border-radius: 999px;
	background: #d9ebca;
	font-size: 1.75rem;
}

.home_intro_card_body[b-bxzmm2snr5] {
	min-width: 0;
}

.home_section_title[b-bxzmm2snr5],
.home_section_heading[b-bxzmm2snr5] {
	margin: 0;
	color: #1e5869;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
}

.home_section_text[b-bxzmm2snr5] {
	margin: 0.75rem 0 0;
	color: #4c606a;
	font-size: 1rem;
	line-height: 1.7;
}

.home_features[b-bxzmm2snr5] {
	display: grid;
	gap: 1rem;
}

.home_feature_grid[b-bxzmm2snr5] {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.home_feature_card[b-bxzmm2snr5] {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.875rem;
	align-items: start;
	padding: 1rem;
	border: 1px solid #d7e4e8;
	border-radius: 1rem;
	background: #ffffff;
	box-shadow: 0 0.25rem 0.75rem rgba(36, 91, 107, 0.05);
}

.home_feature_icon[b-bxzmm2snr5] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 0.85rem;
	background: #d8f1ef;
	font-size: 1.5rem;
}

.home_feature_title[b-bxzmm2snr5] {
	margin: 0;
	color: #1f4c59;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
}

.home_feature_text[b-bxzmm2snr5] {
	margin: 0.5rem 0 0;
	color: #506b76;
	font-size: 0.95rem;
	line-height: 1.55;
}

.home_two_column[b-bxzmm2snr5] {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
	gap: 1rem;
}

.home_workflow[b-bxzmm2snr5],
.home_benefits[b-bxzmm2snr5] {
	padding: 1.5rem;
	border: 1px solid #d7e4e8;
	border-radius: 1.25rem;
	background: #eff7fa;
}

.home_benefits[b-bxzmm2snr5] {
	background: #f3f7ef;
}

.home_workflow_list[b-bxzmm2snr5],
.home_benefit_list[b-bxzmm2snr5] {
	display: grid;
	gap: 1rem;
	margin-top: 1rem;
}

.home_workflow_item[b-bxzmm2snr5] {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.9rem;
	align-items: start;
}

.home_workflow_number[b-bxzmm2snr5] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: #cfeccf;
	color: #1f4c59;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
}

.home_workflow_title[b-bxzmm2snr5],
.home_benefit_title[b-bxzmm2snr5] {
	margin: 0;
	color: #1f4c59;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
}

.home_workflow_text[b-bxzmm2snr5],
.home_benefit_text[b-bxzmm2snr5] {
	margin: 0.35rem 0 0;
	color: #506b76;
	font-size: 0.95rem;
	line-height: 1.55;
}

.home_benefit_item[b-bxzmm2snr5] {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.8rem;
	align-items: start;
}

.home_benefit_icon[b-bxzmm2snr5] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 0.5rem;
	background: #d8f1ef;
	font-size: 1.1rem;
}

.home_cta[b-bxzmm2snr5] {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	padding: 1.35rem 1.5rem;
	border: 1px solid #d7e4e8;
	border-radius: 1.25rem;
	background: linear-gradient(135deg, #cfeff0 0%, #def8f5 100%);
}

.home_cta_content[b-bxzmm2snr5] {
	flex: 1 1 28rem;
	min-width: 0;
}

.home_cta_title[b-bxzmm2snr5] {
	margin: 0;
	color: #1f4c59;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
}

.home_cta_text[b-bxzmm2snr5] {
	margin: 0.65rem 0 0;
	max-width: 40rem;
	color: #506b76;
	font-size: 1rem;
	line-height: 1.65;
}

.home_cta_actions[b-bxzmm2snr5] {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

@media (max-width: 960px) {
	.home_hero[b-bxzmm2snr5] {
		grid-template-columns: 1fr;
	}

	.home_hero_side[b-bxzmm2snr5] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home_feature_grid[b-bxzmm2snr5] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home_two_column[b-bxzmm2snr5] {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.home_page[b-bxzmm2snr5] {
		padding-top: 1rem;
	}

	.home_branding[b-bxzmm2snr5] {
		gap: 0.25rem 0.75rem;
	}

	.home_branding_logo[b-bxzmm2snr5] {
		font-size: 1.35rem;
	}

	.home_branding_tagline[b-bxzmm2snr5] {
		font-size: 0.9rem;
	}

	.home_hero[b-bxzmm2snr5],
	.home_intro_card[b-bxzmm2snr5],
	.home_workflow[b-bxzmm2snr5],
	.home_benefits[b-bxzmm2snr5],
	.home_cta[b-bxzmm2snr5] {
		padding: 1rem;
	}

	.home_title[b-bxzmm2snr5] {
		max-width: none;
		font-size: 2rem;
	}

	.home_hero_side[b-bxzmm2snr5] {
		grid-template-columns: 1fr;
	}

	.home_feature_grid[b-bxzmm2snr5] {
		grid-template-columns: 1fr;
	}

	.home_feature_card[b-bxzmm2snr5] {
		grid-template-columns: auto 1fr;
	}

	.home_intro_card[b-bxzmm2snr5] {
		grid-template-columns: 1fr;
	}

	.home_cta_actions[b-bxzmm2snr5] {
		width: 100%;
	}

	.home_button_primary[b-bxzmm2snr5],
	.home_button_secondary[b-bxzmm2snr5] {
		width: 100%;
	}
}
/* /Components/Pages/User/Profile.razor.rz.scp.css */
.connections[b-l1rbdkk7ay] {
	margin-top: 1rem;
	border: 1px solid rgba(0,0,0,.12);
	border-radius: 14px;
	padding: 1rem;
	background: #fff;
}

.connections__header[b-l1rbdkk7ay] {
	font-weight: 700;
	font-size: 1.05rem;
	letter-spacing: .2px;
	padding-bottom: .75rem;
	margin-bottom: .75rem;
	border-bottom: 1px solid rgba(0,0,0,.08);
}

.connections__list[b-l1rbdkk7ay] {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

.connections__item[b-l1rbdkk7ay] {
	border: 1px solid rgba(0,0,0,.10);
	border-radius: 12px;
	padding: .75rem .9rem;
	background: rgba(0,0,0,.02);
	display:flex;
	justify-content:space-between;
}

.connections__name[b-l1rbdkk7ay] {
	font-weight: 600;
	margin-bottom: .25rem;
}

.connections__roles[b-l1rbdkk7ay] {
	color: rgba(0,0,0,.7);
	font-size: .95rem;
}

.connections__empty[b-l1rbdkk7ay] {
	padding: .25rem 0;
}
/* /Components/PopView/PopView_Product.razor.rz.scp.css */
.source[b-ils00gv5vb] {
	display: contents;
	cursor: default;
	position:relative;
}

.content[b-ils00gv5vb] {
	z-index: 2;
	position: absolute;
	background-color:white;
	display:inline-block;
	border:1px solid black;
	padding:10px;
}
