hey thanks i have tried this part and have running in to issues.
i have tried below things
1. setting style for .igx-dialog__window{ – doesnt work
2. setting style for .igx-dialog__window{ with ng deep – works
3. setting style for .igx-dialog__window{ with :host ng deep – doesnt work
in the scenarios where it doesnt work it takes the css from dialog-theme and not the customized one which i have added . any thing else i need to do or what would be the best way to troubleshoot this