/* _content/Naus.Organisations.Admin.WebUI.Core/Application/Common/Components/AppBar.razor.rz.scp.css */
.app-name:focus-visible[b-p1mvzplq7a] {
	border: solid 1px !important;
	border-radius: 3px !important;
	outline: none !important;
}

.admin-badge[b-p1mvzplq7a] {
	margin-top: 6px;
	line-height: 1;
	font-size: 12px !important;
	height: 20px !important;
	padding: 4px 6px !important;
}

.naus-logo[b-p1mvzplq7a] {
	width: 24px !important;
	height: 20px !important;
	margin-top: 6px !important;
}

.user-image-small[b-p1mvzplq7a] {
	width: 32px;
	margin-left: -12px
}

.user-image[b-p1mvzplq7a] {
	width: 48px;
}

[b-p1mvzplq7a] .mud-avatar {
	color: black !important;
	font-weight: bold !important;
}

/* If user tabs to the organisation/user chip, ensure the chip becomes highlighted */
[b-p1mvzplq7a] .mud-chip-filled.mud-chip-color-primary:focus-visible:not(.mud-disabled) {
	background-color: var(--mud-palette-primary-darken);
	border: solid 1px white;
}
/* _content/Naus.Organisations.Admin.WebUI.Core/Application/Features/Home/Components/Statistic.razor.rz.scp.css */
[b-0ekhui7nid] div.mud-paper.clickable:hover {
	background-color: var(--mud-palette-primary-hover);
	cursor: pointer;
}

/*
	Ensure previous border implementation is removed (i.e. due to caching).
	Cache busting should solve this however it's not and I think it's due
	to the AMCS proxying.
*/
[b-0ekhui7nid] div.mud-paper > div {
	border-left: none
}

[b-0ekhui7nid] div.mud-paper {
	border-radius: 0px !important;
	border-left: solid 3px var(--mud-palette-primary);
}

