/* _content/PConnect/Pages/Components/Bootstrap/Accordion/AccordionButton.razor.rz.scp.css */
button[b-06aigzfc9f] {
	border-radius: 4px;
	width: 25px;
	font-size: 10px;
	font-weight: 900;
	display:inline;
	box-shadow: none !important;
}
/* _content/PConnect/Pages/Components/Dashboard/GrowthRanking.razor.rz.scp.css */
.vertical-thermometer[b-dr3ng935gf] {
	display: flex;
	min-height: 200px;
	width: 2.5rem;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	border-left: solid 1px #000;
	position: relative;
}

.vertical-thermometer *[b-dr3ng935gf]{
	pointer-events:none;
}

.metric-card-body[b-dr3ng935gf] {
	height: 100%;
	display: flex;
	align-items: stretch;
	padding-left: 1.5rem;
}

.vertical-thermometer .progress-bar[b-dr3ng935gf] {
	width: 100%;
}

.rank-pointer[b-dr3ng935gf] {
	left: 0;
	position: absolute;
	display: flex;
	transform: translateY(-50%);
	align-items: center;
}

	.rank-pointer small[b-dr3ng935gf] {
		background: #dddc;
		border-radius: 100%;
		padding: 3px 2px;
		width: 28px;
		height: 28px;
		white-space: nowrap;
		text-align: center;
		margin-top: 5px;
		margin-left: -3px;
		border: solid 0.5px #666;
		font-weight: bold;
	}

.pointer-diamond[b-dr3ng935gf] {
	height: 9px;
	width: 9px;
	transform: rotate(45deg) skew(-13deg, -13deg);
	margin-top: 5px;
	margin-left: -6px;
	margin-right: 8px;
	background-color: #333;
}
/* _content/PConnect/Pages/Components/DataQuality/TransactionsReview.razor.rz.scp.css */
	table th[b-b37yye0n6z] {
		text-align: center;
	}

	table tr td:nth-child(1)[b-b37yye0n6z] {
		text-align: center;
	}

	table tr td:nth-child(1n+2)[b-b37yye0n6z] {
		text-align: right;
	}
/* _content/PConnect/Pages/Components/DataQuality/UnmatchedProductReview.razor.rz.scp.css */
	table th[b-jf5lxneo50] {
		text-align: center;
	}

	table tr td:nth-child(1)[b-jf5lxneo50] {
		text-align: left;
	}

	table tr td:nth-child(1n+2)[b-jf5lxneo50] {
		text-align: right;
	}
/* _content/PConnect/Pages/Components/ListGroup/ValueListRow.razor.rz.scp.css */
tr:first-child td[b-c30krbkv5e] {
	border : none;
}
/* _content/PConnect/Pages/Components/MFA/MultiFactorAuthentication.razor.rz.scp.css */
.fa-user-lock[b-7kaaqfs68v] {
	--fa-secondary-color: #F84953;
}
/* _content/PConnect/Pages/Components/Spinners/SpinLoader.razor.rz.scp.css */
.fade-in[b-t3l8l898j4] {
	opacity: 0;
	transition: opacity 0.5s ease-in;
}

	.fade-in.show[b-t3l8l898j4] {
		opacity: 1;
	}
/* _content/PConnect/Pages/CR/Vendor/Home/BestSellers.razor.rz.scp.css */
div.col-md div[b-0npdqofigj] {
	padding-bottom: 120%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat
}
/* _content/PConnect/Pages/Shared/MainLayout.razor.rz.scp.css */
.page[b-w8k5z0c8pv] {
	position: relative;
	display: flex;
	flex-direction: column;
}

.main[b-w8k5z0c8pv] {
	flex: 1;
}

.sidebar[b-w8k5z0c8pv] {
	background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-w8k5z0c8pv] {
	background-color: #f7f7f7;
	border-bottom: 1px solid #d6d5d5;
	justify-content: flex-end;
	height: 3.5rem;
	display: flex;
	align-items: center;
}

	.top-row[b-w8k5z0c8pv]  a, .top-row .btn-link[b-w8k5z0c8pv] {
		white-space: nowrap;
		margin-left: 1.5rem;
	}

	.top-row a:first-child[b-w8k5z0c8pv] {
		overflow: hidden;
		text-overflow: ellipsis;
	}

@media (max-width: 767.98px) {
	.top-row:not(.auth)[b-w8k5z0c8pv] {
		display: none;
	}

	.top-row.auth[b-w8k5z0c8pv] {
		justify-content: space-between;
	}

	.top-row a[b-w8k5z0c8pv], .top-row .btn-link[b-w8k5z0c8pv] {
		margin-left: 0;
	}
}

@media (min-width: 768px) {
	.page[b-w8k5z0c8pv] {
		flex-direction: row;
	}

	.sidebar[b-w8k5z0c8pv] {
		width: 250px;
		height: 100vh;
		position: sticky;
		top: 0;
	}

	.top-row[b-w8k5z0c8pv] {
		position: sticky;
		top: 0;
		z-index: 1;
	}

	.main > div[b-w8k5z0c8pv] {
		padding-left: 2rem !important;
		padding-right: 1.5rem !important;
	}
}
