﻿
#blazor-error-ui {
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

	#blazor-error-ui .dismiss {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}


/*.defaultDialogHeaderColor {
	background-color: #c0c0c0 !important;
	color: black !important;
}*/

.mudstack-input-group,[role="group"].d-flex.flex-row.gap-0.group {
	align-items: stretch;
	flex-wrap: wrap;
	position: relative;
	/* Handle Inputs */
	.mud-input-control.mud-input-outlined-with-label
	{
		margin: 0;
	}

	/* Handle Avatar */
	.mud-avatar {
		border-radius: var(--mud-default-borderradius);
		padding: 0 0.5rem;
	}

	.mud-avatar.mud-avatar-medium {
		height: auto;
		min-width: 40px;
		width: auto;
	}

	/* Handle Menu */
	.mud-menu {
		align-self: auto;
		border-radius: var(--mud-default-borderradius);
	}

	.mud-menu .mud-button {
		border-radius: inherit
	}

	> :not(:last-child),
	> :not(:last-child) .mud-input.mud-input-outlined .mud-input-outlined-border {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	> :not(:first-child),
	> :not(:first-child) .mud-input.mud-input-outlined .mud-input-outlined-border {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
}
