/* /Components/Dialogs/BulkFundImportDialog.razor.rz.scp.css */
.metric-value[b-0u304fejme] {
	font-size: 2.5rem; /* Big number */
	font-weight: bold; /* Emphasis */
	line-height: 1.2;
}

.fixed-fieldset[b-0u304fejme] {
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}
/* /Pages/Dashboard.razor.rz.scp.css */
/* /Pages/ExecutedOrdersStatistics.razor.rz.scp.css */
.cursor-help[b-7ecgiznl7f]{
	cursor: help;
}
/* /Pages/Management/Securities.razor.rz.scp.css */
/* /Pages/Statuses.razor.rz.scp.css */
.section-divider[b-34y957h8my] {
	border: none;
	background-color: var(--rz-text-disabled-color);
	height: 1px;
	margin: 0.5rem 0 1rem 0;
}

.row-divider[b-34y957h8my] {
	border: none;
	background-color: var(--rz-text-disabled-color);
	height: 1px;
	margin: 0.25rem 0;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.header-container[b-njf9qedn2s] {
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.left-item[b-njf9qedn2s] {
	flex: 1;
}

.centered-menu[b-njf9qedn2s] {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 50%; /* Adjust this value to move the menu lower */
	transform: translate(-50%, -50%); /* Adjust this value to maintain centering */
	border: 1px solid /*slateblue*/ #5C4DFF;
	border-radius: 10px;
}

.right-menu[b-njf9qedn2s] {
	position: absolute;
	right: 20px; /* Distance from the right edge */
	top: 50%; /* Vertically center */
	transform: translateY(-50%);
	border: 1px solid #666666;
	border-radius: 10px;
}

.highlight[b-njf9qedn2s] {
	font-weight: bold;
	color: lawngreen;
	border: 2px solid lawngreen;
	border-radius: 10px;
	padding: 5px;
}

.notification-wrapper[b-njf9qedn2s] {
	position: relative;
	display: inline-block;
	margin-right: 1rem;
}
