.notifier { margin-top: 10px; font-family: 'Spartan' sans-serif; justify-content: center; text-align: center; align-items: center; vertical-align: center; } .notifier-type { font-size: 30px; font-weight: 700; height: 40px; color: #ff5722; } .notifier-msg { font-size: 16px; font-weight: 700; color: black; height: 60px; margin-bottom: 20 !important; } ::ng-deep .mat-mdc-snack-bar-container.error { --mdc-snackbar-container-color: navajowhite; background-color: navajowhite; color: red; } ::ng-deep .mat-mdc-snack-bar-container.success { --mdc-snackbar-container-color: whitesmoke; background-color: whitesmoke; color: black; } ::ng-deep .mat-mdc-snack-bar-container.warning { --mdc-snackbar-container-color: antiquewhite; background-color: antiquewhite; color: black; }