@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Cliexa.ClinicalGpt.Component/Cliexa.ClinicalGpt.Component.jbpzfwjore.bundle.scp.css';
@import '_content/PSC.Blazor.Components.Icons/PSC.Blazor.Components.Icons.bundle.scp.css';

/* _content/Cliexa.Arch.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-x6oypawb7y] {
	position: relative;
	display: flex;
	flex-direction: column;
}

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

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

.top-row[b-x6oypawb7y] {
	background-color: #f7f7f7;
	border-bottom: 1px solid #d6d5d5;
	/*justify-content: flex-start;*/
	justify-content: space-between;
	height: 6.5rem;
	display: flex;
	align-items: center;
}

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

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

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

@media (max-width: 640.98px) {
	.top-row[b-x6oypawb7y] {
		justify-content: space-between;
	}

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

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

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

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

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

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

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

.top-row-image[b-x6oypawb7y] {
	height: 60px; /* Adjust height as needed */
	width: auto; /* Maintain aspect ratio */
	margin-left: auto; /* Push image to the right */
	object-fit: contain; /* Ensure image fits nicely within bounds */
}
/* _content/Cliexa.Arch.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7jtyxmh89k] {
	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-7jtyxmh89k] {
	background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-7jtyxmh89k] {
	min-height: 3.5rem;
	background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-7jtyxmh89k] {
	font-size: 1.1rem;
}

.bi[b-7jtyxmh89k] {
	display: inline-block;
	position: relative;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.5rem;
	top: 1px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.nav-item[b-7jtyxmh89k] {
	font-size: 0.9rem;
	padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-7jtyxmh89k] {
	padding-top: 1rem;
}

.nav-item:last-of-type[b-7jtyxmh89k] {
	padding-bottom: 1rem;
}

.nav-item[b-7jtyxmh89k]  .nav-link {
	color: #d7d7d7;
	background: none;
	border: none;
	border-radius: 4px;
	height: 3rem;
	display: flex;
	align-items: center;
	line-height: 1.2;
	width: 100%;
}

.nav-item[b-7jtyxmh89k]  a.active {
	background-color: rgba(255, 255, 255, 0.37);
	color: white;
}

.nav-item[b-7jtyxmh89k]  .nav-link:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: white;
}

.nav-scrollable[b-7jtyxmh89k] {
	display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-7jtyxmh89k] {
	display: block;
}

@media (min-width: 641px) {
	.navbar-toggler[b-7jtyxmh89k] {
		display: none;
	}

	.nav-scrollable[b-7jtyxmh89k] {
		/* Never collapse the sidebar for wide screens */
		display: block;

		/* Allow sidebar to scroll for tall menus */
		height: calc(100vh - 6rem);
		overflow-y: auto;
	}
}

.top-row-image[b-7jtyxmh89k] {
	height: 45px; /* Adjust height as needed */
	width: auto; /* Maintain aspect ratio */
	margin: 10px;
	object-fit: contain; /* Ensure image fits nicely within bounds */
}

/* CSS for checkbox-based collapsible sections */
.section-toggle[b-7jtyxmh89k] {
	display: none;
}

.collapsible-header[b-7jtyxmh89k] {
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 0.75rem 1rem;
	color: white;
	background-color: transparent;
	transition: background-color 0.3s;
	border-radius: 4px;
	margin: 0px 0;
}

.collapsible-header:hover[b-7jtyxmh89k] {
	background-color: rgba(255, 255, 255, 0.1);
}

.toggle-icon[b-7jtyxmh89k] {
	margin-left: auto;
	font-size: 0.8rem;
}

.section-toggle:checked + .collapsible-header[b-7jtyxmh89k] {
	background-color: rgba(255, 255, 255, 0.05);
}

.section-toggle:checked + .collapsible-header .toggle-icon[b-7jtyxmh89k]::after {
	content: "▼";
}

.section-toggle:not(:checked) + .collapsible-header .toggle-icon[b-7jtyxmh89k]::after {
	content: "►";
}

.section-toggle:not(:checked) ~ .collapsible-content[b-7jtyxmh89k] {
	display: none;
}

.collapsible-content[b-7jtyxmh89k] {
	transition: max-height 0.3s ease-out;
}

.collapsible-section[b-7jtyxmh89k] {
	margin-bottom: 0.5rem;
}
/* _content/Cliexa.Arch.Web/Components/Pages/Azera.razor.rz.scp.css */
/* Make navigation stick to the bottom */
nav[b-dwnfyr3jx7] {
	position: sticky;
	bottom: 0;
	background-color: white; /* Optional: Match your design color */
	z-index: 10; /* Ensure it's on top of other content */
	padding: 10px 0; /* Add spacing within the navigation area */
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow for separation */
}

/* The scrollable table area occupies all remaining space */
.table-responsive[b-dwnfyr3jx7] {
	flex: 1; /* Makes the table grow to occupy available space */
	overflow-y: auto; /* Adds vertical scrolling for the table */
	margin-bottom: 20px; /* Adds spacing above the pagination/navigation */
}

/* The scrollable table area occupies all remaining space */
.table-responsive[b-dwnfyr3jx7] {
	flex: 1; /* Makes the table grow to occupy available space */
	overflow-y: auto; /* Adds vertical scrolling for the table */
	margin-bottom: 20px; /* Adds spacing above the pagination/navigation */
}

.modal-dialog[b-dwnfyr3jx7] {
	min-width: 80% !important;
}
/* _content/Cliexa.Arch.Web/Components/Pages/Dashboard/ClaimsAgingDashboard.razor.rz.scp.css */
/* _content/Cliexa.Arch.Web/Components/Pages/Dashboard/ClaimsDenialRatesByPayer.razor.rz.scp.css */
/* Chart container styling */
.chart-container[b-7cf7osh1dd] {
	width: 100%;
	height: 100%;
	position: relative;
}

/* Make navigation stick to the bottom */
nav[b-7cf7osh1dd] {
	position: sticky;
	bottom: 0;
	background-color: white;
	z-index: 10;
	padding: 10px 0;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

/* The scrollable table area occupies all remaining space */
.table-responsive[b-7cf7osh1dd] {
	flex: 1;
	overflow-y: auto;
	margin-bottom: 20px;
}

/* Sticky header for the table */
.sticky-top[b-7cf7osh1dd] {
	position: sticky;
	top: 0;
	z-index: 5;
}

/* Styling for summary cards */
.card[b-7cf7osh1dd] {
	margin-bottom: 1rem;
}

.card-header[b-7cf7osh1dd] {
	background-color: #f8f9fa;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	padding: 0.75rem 1.25rem;
}

/* Customized colors for different denial rate ranges */
.denial-high[b-7cf7osh1dd] {
	color: #dc3545;
}

.denial-medium[b-7cf7osh1dd] {
	color: #fd7e14;
}

.denial-low[b-7cf7osh1dd] {
	color: #28a745;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
	.chart-container[b-7cf7osh1dd] {
		height: 300px !important;
	}
}
/* _content/Cliexa.Arch.Web/Components/Pages/Dashboard/ClaimSuccessRateByProcedure.razor.rz.scp.css */
/* Chart container styling */
.chart-container[b-0noe2qlgjc] {
	width: 100%;
	height: 100%;
	position: relative;
}

/* Table styles */
.table-responsive[b-0noe2qlgjc] {
	max-height: 500px;
	overflow-y: auto;
}

/* Card styling */
.card[b-0noe2qlgjc] {
	margin-bottom: 1rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card-header[b-0noe2qlgjc] {
	background-color: #f8f9fa;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	padding: 0.75rem 1.25rem;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
	.chart-container[b-0noe2qlgjc] {
		height: 300px !important;
	}
}
/* _content/Cliexa.Arch.Web/Components/Pages/Dashboard/PayerDenialRiskModel.razor.rz.scp.css */
/* Chart container styling */
.chart-container[b-xudw21ey06] {
	width: 100%;
	height: 100%;
	position: relative;
}

/* Make navigation stick to the bottom */
nav[b-xudw21ey06] {
	position: sticky;
	bottom: 0;
	background-color: white;
	z-index: 10;
	padding: 10px 0;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

/* The scrollable table area occupies all remaining space */
.table-responsive[b-xudw21ey06] {
	flex: 1;
	overflow-y: auto;
	margin-bottom: 20px;
}

/* Sticky header for the table */
.sticky-top[b-xudw21ey06] {
	position: sticky;
	top: 0;
	z-index: 5;
}

/* Styling for summary cards */
.card[b-xudw21ey06] {
	margin-bottom: 1rem;
}

.card-header[b-xudw21ey06] {
	background-color: #f8f9fa;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	padding: 0.75rem 1.25rem;
}

/* Customized colors for different risk levels */
.risk-high[b-xudw21ey06] {
	color: #dc3545;
}

.risk-medium[b-xudw21ey06] {
	color: #fd7e14;
}

.risk-low[b-xudw21ey06] {
	color: #28a745;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
	.chart-container[b-xudw21ey06] {
		height: 300px !important;
	}
}
/* _content/Cliexa.Arch.Web/Components/Pages/Dashboard/PayerRiskScoreDistribution.razor.rz.scp.css */
/* Chart container styling */
.chart-container[b-ybzrg8ha74] {
	width: 100%;
	height: 100%;
	position: relative;
}

/* Make navigation stick to the bottom */
nav[b-ybzrg8ha74] {
	position: sticky;
	bottom: 0;
	background-color: white;
	z-index: 10;
	padding: 10px 0;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

/* The scrollable table area occupies all remaining space */
.table-responsive[b-ybzrg8ha74] {
	flex: 1;
	overflow-y: auto;
	margin-bottom: 20px;
}

/* Sticky header for the table */
.sticky-top[b-ybzrg8ha74] {
	position: sticky;
	top: 0;
	z-index: 5;
}

/* Styling for summary cards */
.card[b-ybzrg8ha74] {
	margin-bottom: 1rem;
}

.card-header[b-ybzrg8ha74] {
	background-color: #f8f9fa;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	padding: 0.75rem 1.25rem;
}

/* Customized colors for different risk levels */
.risk-critical[b-ybzrg8ha74] {
	color: #dc3545;
}

.risk-high[b-ybzrg8ha74] {
	color: #fd7e14;
}

.risk-medium[b-ybzrg8ha74] {
	color: #ffc107;
}

.risk-low[b-ybzrg8ha74] {
	color: #28a745;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
	.chart-container[b-ybzrg8ha74] {
		height: 300px !important;
	}
}
/* _content/Cliexa.Arch.Web/Components/Pages/Dashboard/PredictedDenialRisk.razor.rz.scp.css */
/* Chart container styling */
.chart-container[b-9zzcz6eck2] {
	width: 100%;
	height: 100%;
	position: relative;
}

/* Make navigation stick to the bottom */
nav[b-9zzcz6eck2] {
	position: sticky;
	bottom: 0;
	background-color: white;
	z-index: 10;
	padding: 10px 0;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

/* The scrollable table area occupies all remaining space */
.table-responsive[b-9zzcz6eck2] {
	flex: 1;
	overflow-y: auto;
	margin-bottom: 20px;
}

/* Sticky header for the table */
.sticky-top[b-9zzcz6eck2] {
	position: sticky;
	top: 0;
	z-index: 5;
}

/* Styling for summary cards */
.card[b-9zzcz6eck2] {
	margin-bottom: 1rem;
}

.card-header[b-9zzcz6eck2] {
	background-color: #f8f9fa;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	padding: 0.75rem 1.25rem;
}

/* Customized colors for different risk levels */
.risk-critical[b-9zzcz6eck2] {
	color: #dc3545;
}

.risk-high[b-9zzcz6eck2] {
	color: #fd7e14;
}

.risk-medium[b-9zzcz6eck2] {
	color: #ffc107;
}

.risk-low[b-9zzcz6eck2] {
	color: #28a745;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
	.chart-container[b-9zzcz6eck2] {
		height: 300px !important;
	}
}
/* _content/Cliexa.Arch.Web/Components/Pages/Dashboard/ProviderSuccessRate.razor.rz.scp.css */
/* Chart container styling */
.chart-container[b-qitthns4m9] {
	width: 100%;
	height: 100%;
	position: relative;
}

/* Make navigation stick to the bottom */
nav[b-qitthns4m9] {
	position: sticky;
	bottom: 0;
	background-color: white;
	z-index: 10;
	padding: 10px 0;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

/* The scrollable table area occupies all remaining space */
.table-responsive[b-qitthns4m9] {
	flex: 1;
	overflow-y: auto;
	margin-bottom: 20px;
}

/* Sticky header for the table */
.sticky-top[b-qitthns4m9] {
	position: sticky;
	top: 0;
	z-index: 5;
}

/* Styling for summary cards */
.card[b-qitthns4m9] {
	margin-bottom: 1rem;
}

.card-header[b-qitthns4m9] {
	background-color: #f8f9fa;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	padding: 0.75rem 1.25rem;
}

/* Customized colors for different success rate ranges */
.success-high[b-qitthns4m9] {
	color: #28a745;
}

.success-medium[b-qitthns4m9] {
	color: #17a2b8;
}

.success-low[b-qitthns4m9] {
	color: #dc3545;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
	.chart-container[b-qitthns4m9] {
		height: 300px !important;
	}
}
/* _content/Cliexa.Arch.Web/Components/Pages/Dashboard/ReimbursementAnalysis.razor.rz.scp.css */
/* Chart container styling */
.chart-container[b-w9dwk7wurt] {
	width: 100%;
	height: 100%;
	position: relative;
}

/* Make navigation stick to the bottom */
nav[b-w9dwk7wurt] {
	position: sticky;
	bottom: 0;
	background-color: white;
	z-index: 10;
	padding: 10px 0;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

/* The scrollable table area occupies all remaining space */
.table-responsive[b-w9dwk7wurt] {
	flex: 1;
	overflow-y: auto;
	margin-bottom: 20px;
}

/* Sticky header for the table */
.sticky-top[b-w9dwk7wurt] {
	position: sticky;
	top: 0;
	z-index: 5;
}

/* Styling for summary cards */
.card[b-w9dwk7wurt] {
	/*box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);*/
	margin-bottom: 1rem;
}

.card-header[b-w9dwk7wurt] {
	background-color: #f8f9fa;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	padding: 0.75rem 1.25rem;
}

/* Customized colors for different reimbursement rate ranges */
.reimb-low[b-w9dwk7wurt] {
	color: #dc3545;
}

.reimb-medium[b-w9dwk7wurt] {
	color: #fd7e14;
}

.reimb-high[b-w9dwk7wurt] {
	color: #28a745;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
	.chart-container[b-w9dwk7wurt] {
		height: 300px !important;
	}
}
/* _content/Cliexa.Arch.Web/Components/Pages/Dashboard/ReimbursementTrendsByPayer.razor.rz.scp.css */
/* Chart container styling */
.chart-container[b-rjk4blqvhc] {
	width: 100%;
	height: 100%;
	position: relative;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
	.chart-container[b-rjk4blqvhc] {
		height: 300px !important;
	}
}

/* Table styles */
.table-responsive[b-rjk4blqvhc] {
	max-height: 500px;
	overflow-y: auto;
}

/* Card styling */
.card[b-rjk4blqvhc] {
	margin-bottom: 1rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card-header[b-rjk4blqvhc] {
	background-color: #f8f9fa;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	padding: 0.75rem 1.25rem;
}
/* _content/Cliexa.Arch.Web/Components/Pages/Dashboard/SubmissionAttemptsDashboard.razor.rz.scp.css */
/* Chart container styling */
.chart-container[b-ozsblc4ikl] {
	width: 100%;
	height: 100%;
	position: relative;
}

/* Make navigation stick to the bottom */
nav[b-ozsblc4ikl] {
	position: sticky;
	bottom: 0;
	background-color: white;
	z-index: 10;
	padding: 10px 0;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

/* The scrollable table area occupies all remaining space */
.table-responsive[b-ozsblc4ikl] {
	flex: 1;
	overflow-y: auto;
	margin-bottom: 20px;
}

/* Sticky header for the table */
.sticky-top[b-ozsblc4ikl] {
	position: sticky;
	top: 0;
	z-index: 5;
}

/* Styling for summary cards */
.card[b-ozsblc4ikl] {
	margin-bottom: 1rem;
}

.card-header[b-ozsblc4ikl] {
	background-color: #f8f9fa;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	padding: 0.75rem 1.25rem;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
	.chart-container[b-ozsblc4ikl] {
		height: 300px !important;
	}
}
/* _content/Cliexa.Arch.Web/Components/Pages/DenverOrthoClinic.razor.rz.scp.css */
/* Make navigation stick to the bottom */
nav[b-tr5t7kvfh1] {
	position: sticky;
	bottom: 0;
	background-color: white; /* Optional: Match your design color */
	z-index: 10; /* Ensure it's on top of other content */
	padding: 10px 0; /* Add spacing within the navigation area */
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow for separation */
}

/* The scrollable table area occupies all remaining space */
.table-responsive[b-tr5t7kvfh1] {
	flex: 1; /* Makes the table grow to occupy available space */
	overflow-y: auto; /* Adds vertical scrolling for the table */
	margin-bottom: 20px; /* Adds spacing above the pagination/navigation */
}

/* The scrollable table area occupies all remaining space */
.table-responsive[b-tr5t7kvfh1] {
	flex: 1; /* Makes the table grow to occupy available space */
	overflow-y: auto; /* Adds vertical scrolling for the table */
	margin-bottom: 20px; /* Adds spacing above the pagination/navigation */
}

.modal-dialog[b-tr5t7kvfh1] {
	min-width: 80% !important;
}
/* _content/Cliexa.Arch.Web/Components/Pages/EdiCcrs.razor.rz.scp.css */
/* Make navigation stick to the bottom */
nav[b-zm10byzpwx] {
	position: sticky;
	bottom: 0;
	background-color: white; /* Optional: Match your design color */
	z-index: 10; /* Ensure it's on top of other content */
	padding: 10px 0; /* Add spacing within the navigation area */
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow for separation */
}

/* The scrollable table area occupies all remaining space */
.table-responsive[b-zm10byzpwx] {
	flex: 1; /* Makes the table grow to occupy available space */
	overflow-y: auto; /* Adds vertical scrolling for the table */
	margin-bottom: 20px; /* Adds spacing above the pagination/navigation */
}

/* The scrollable table area occupies all remaining space */
.table-responsive[b-zm10byzpwx] {
	flex: 1; /* Makes the table grow to occupy available space */
	overflow-y: auto; /* Adds vertical scrolling for the table */
	margin-bottom: 20px; /* Adds spacing above the pagination/navigation */
}
/* _content/Cliexa.Arch.Web/Components/Pages/EdiCxm.razor.rz.scp.css */
/* Make navigation stick to the bottom */
nav[b-5tio0nptej] {
	position: sticky;
	bottom: 0;
	background-color: white; /* Optional: Match your design color */
	z-index: 10; /* Ensure it's on top of other content */
	padding: 10px 0; /* Add spacing within the navigation area */
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow for separation */
}

/* The scrollable table area occupies all remaining space */
.table-responsive[b-5tio0nptej] {
	flex: 1; /* Makes the table grow to occupy available space */
	overflow-y: auto; /* Adds vertical scrolling for the table */
	margin-bottom: 20px; /* Adds spacing above the pagination/navigation */
}

/* The scrollable table area occupies all remaining space */
.table-responsive[b-5tio0nptej] {
	flex: 1; /* Makes the table grow to occupy available space */
	overflow-y: auto; /* Adds vertical scrolling for the table */
	margin-bottom: 20px; /* Adds spacing above the pagination/navigation */
}
/* _content/Cliexa.Arch.Web/Components/Pages/Precision.razor.rz.scp.css */
/* Make navigation stick to the bottom */
nav[b-fg4rt4fq3x] {
	position: sticky;
	bottom: 0;
	background-color: white; /* Optional: Match your design color */
	z-index: 10; /* Ensure it's on top of other content */
	padding: 10px 0; /* Add spacing within the navigation area */
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow for separation */
}

/* The scrollable table area occupies all remaining space */
.table-responsive[b-fg4rt4fq3x] {
	flex: 1; /* Makes the table grow to occupy available space */
	overflow-y: auto; /* Adds vertical scrolling for the table */
	margin-bottom: 20px; /* Adds spacing above the pagination/navigation */
}

/* The scrollable table area occupies all remaining space */
.table-responsive[b-fg4rt4fq3x] {
	flex: 1; /* Makes the table grow to occupy available space */
	overflow-y: auto; /* Adds vertical scrolling for the table */
	margin-bottom: 20px; /* Adds spacing above the pagination/navigation */
}
