/* /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;
}
/* /Components/Dialogs/BulkMainFundImportDialog.razor.rz.scp.css */
.metric-value[b-n55hkpelnf] {
	font-size: 2.5rem; /* Big number */
	font-weight: bold; /* Emphasis */
	line-height: 1.2;
}

.fixed-fieldset[b-n55hkpelnf] {
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}
/* /Components/Display/ExpandableReportCell.razor.rz.scp.css */
.expandable-report-cell[b-22tyr44jv3] {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.report-text[b-22tyr44jv3] {
	white-space: pre-wrap !important;
	word-break: break-word;
	margin: 0;
}

.section-header[b-22tyr44jv3] {
	display: flex;
	align-items: center;
	gap: 4px;
	cursor: pointer;
	user-select: none;
}

.section-body[b-22tyr44jv3] {
	margin-left: 28px;
	max-height: 260px;
	overflow-y: auto;
}
/* /Components/Display/ExpandableTextCell.razor.rz.scp.css */
.expandable-text-cell[b-00w7b80k6q] {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.wrap-text-cell[b-00w7b80k6q] {
	white-space: pre-wrap !important;
	word-break: break-word;
	margin: 0;
}
/* /Pages/Dashboard.razor.rz.scp.css */
/* /Pages/ExecutedOrdersStatistics.razor.rz.scp.css */
.cursor-help[b-7ecgiznl7f]{
	cursor: help;
}
/* /Pages/MainFunds/MainFundsLive.razor.rz.scp.css */
.info-dot[b-ebch7mh3jf]::before {
	background-color: var(--rz-info);
}

[b-ebch7mh3jf] .constituent-grid {
	background-color: var(--rz-base-background-color);
	border-radius: 4px;
}
/* /Pages/Management/Securities.razor.rz.scp.css */
/* /Pages/Notifications.razor.rz.scp.css */
.wrap-text-cell[b-w8zmjkwlrh] {
	white-space: pre-wrap !important;
	margin: 0;
}
/* /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;
}
