/* _content/Naus.Organisations.Portal.WebUI.Core/Application/Common/Components/AppBar.razor.rz.scp.css */
.app-name[b-uxd36osugh] {
	width: 340px;
}

	.app-name:focus-visible[b-uxd36osugh] {
		border: solid 1px !important;
		border-radius: 3px !important;
		outline: none !important;
	}

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

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

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

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

/* If user tabs to the organisation/user chip, ensure the chip becomes highlighted */
[b-uxd36osugh] .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.Portal.WebUI.Core/Application/Features/AccountDetails/Components/AccountDetailsDialog.razor.rz.scp.css */
.list-style-disc[b-rzbyj79yjj] {
	list-style-type: disc !important
}

.field-container[b-rzbyj79yjj]
{
	height: 65px;
	width: 45%;
}

.button-container[b-rzbyj79yjj] {
	height: 30px;
	margin-top: 20px;
}
/* _content/Naus.Organisations.Portal.WebUI.Core/Application/Features/Home/Components/Announcements.razor.rz.scp.css */
@media (max-width: 1479px) {
	div.larger-res[b-vdhf10b1a7] {
		display: none !important;
	}
}

@media (min-width: 1480px) {
	div.smaller-res[b-vdhf10b1a7] {
		display: none !important;
	}
}
/* _content/Naus.Organisations.Portal.WebUI.Core/Application/Features/Home/Components/ApplicationTiles.razor.rz.scp.css */
.app-tile[b-cekego8oo6] {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100px;
}

.app-tile:hover[b-cekego8oo6] {
	cursor: pointer;
}

.app-tile-disabled[b-cekego8oo6] {
	opacity: 0.4;
}

	.app-tile-disabled:hover[b-cekego8oo6] {
		cursor: default;
	}

[b-cekego8oo6] .app-tile-app-name {
	font-size: 1rem;
	font-weight: 900;
	color: var(--mud-palette-white) !important;
	text-align: center;
}

[b-cekego8oo6] .app-tile-app-version {
	color: var(--mud-palette-white) !important;
	text-align: center;
}

.uat-badge[b-cekego8oo6] {
	font-size: 12px;
	position: relative !important;
	bottom: 0px !important;
	right: 0px !important;
}

[b-cekego8oo6] .mandalay-logo {
	height: 30px !important;
}

[b-cekego8oo6] .naus-logo {
	height: 35px !important;
}

[b-cekego8oo6] .app-icon {
	font-size: 2.5rem !important;
	color: var(--mud-palette-white) !important
}
