@import '_content/Excubo.Blazor.TreeViews/Excubo.Blazor.TreeViews.ggbo2a6x37.bundle.scp.css';
@import '_content/FIJAKMudBlazorHelper/FIJAKMudBlazorHelper.d89ucu6u6s.bundle.scp.css';

/* _content/FIJAKPortal/Pages/Components/FancyItemImage.razor.rz.scp.css */
.fancyItemImage[b-zuin90e51v] {
	position: relative;
	width: 100%;
	height: 100px;
	overflow: hidden;
	border-radius: var(--mud-default-borderradius);
	cursor: pointer;
}

	.fancyItemImage[b-zuin90e51v]  .fancyItemImageBackground :first-child {
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.fancyItemImage[b-zuin90e51v]  .fancyItemImageBackground img {
		object-fit: cover;
		filter: blur(8px) brightness(0.7);
	}

	.fancyItemImage[b-zuin90e51v]  .fancyItemImageForeground {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

		.fancyItemImage[b-zuin90e51v]  .fancyItemImageForeground :first-child {
			max-height: 100%;
			max-width: 100%;
			min-height: 80px;
			min-width: 80px;
			border-radius: var(--mud-default-borderradius);
		}

		.fancyItemImage[b-zuin90e51v]  .fancyItemImageForeground img {
			object-fit: contain;
		}
