/*
https://stackoverflow.com/a/45943325

redistribute padding from `.mat-dialog-container` to `.mat-dialog-content` only.
unset all negative margins.
*/
.cw-full-bleed-dialog .mat-dialog-container {
	padding: 0;
overflow: hidden;
}

.cw-full-bleed-dialog .mat-dialog-container > mat-dialog-container > * > * {
	padding: 0;
	margin: 0;
}

.cw-full-bleed-dialog .mat-dialog-content {
	overflow: hidden !important;
	margin:  0 24px !important;
}

.cw-full-bleed-dialog .mat-dialog-actions {
	margin: 0 !important;
	padding: 24px;
}
