The problem is when used classes={{blah blah}}, it was working fine locally also default material class names were having no identifiers. But on some other machine the css broke, after checking what went wrong I came to know that className generator or something I don't know what, changed my overrides by adding counter number to the classNames I have used. So now it looks something like this.
Now I don't want to rewrite css again also I can't because this is how you override Mui classes. Production build sucks.
'& .MuiSelect-blah':{ some css *wooosh }