﻿
/* Custom CSS for the UMT Client */


.customdialog-blur {
	/*	backdrop-filter: blur(10px);*/
}

.customdialog-dialog-headertext-large-900 {
	font-size: large;
	font-weight: 900;
}

.customdialog-dialog-background {
	background-color: var(--base-dialog-background);
}

.customdialog-dialog-background-thememode {
	background: var(--mud-palette-background) !important;
}

.customdialog-dialog-background-title {
	background: burlywood;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.customdialog-dialog-background-title-thememode {
	background: var(--mud-palette-warning) !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.customdialog-dialog-actions-background-surface {
	align-items: end !important;
	max-height: 50px !important;
}


.customdialog-dialog-background-surface {
	background: var(--base-dialog-background) !important;
	display: flex !important;
	flex-direction: column !important;
	flex-grow: 1 !important;
}

.customdialog-dialog-background-surface-thememode {
	background: var(--mud-palette-background) !important;
	display: flex !important;
	flex-direction: column !important;
	flex-grow: 1 !important;
}

.customdialog-dialog-background-content-surface {
	background: var(--base-dialog-background) !important;
}

.customdialog-dialog-background-content-surface-thememode {
	background: var(--mud-palette-background) !important;
}

:root {
	--base-dialog-background: gainsboro;
}

.loading-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 90vh;
	text-align: center;
}


.equal-width-buttons {
	display: flex;
	justify-content: space-between;
}

	.equal-width-buttons .mud-button {
		flex: 1;
		margin: 0 5px;
	}
