.cdk-overlay-pane .mat-dialog-container {
	overflow: inherit;
}

.mat-dialog-title {
	margin: 0 0 20px;
	display: flex;
	background-color: lightseagreen;
	padding: 5px;
	padding-left: 15px;
	border-radius: 10px;
	cursor: move;
	align-items: center;
}

.mat-dialog-actions button {
	margin-right: 5px;

	mat-icon {
		margin-right: 4px;
	}
	
	button:last-child {
		margin-right: 0px;
	}
}

