The following code:
.navbar { -webkit-backdrop-filter: blur(.3rem); backdrop-filter: blur(0.3rem); -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 10%); -moz-box-shadow: 0 1px 5px rgba(0,0,0,.1); -ms-box-shadow: 0 1px 5px rgba(0,0,0,.1); -o-box-shadow: 0 1px 5px rgba(0,0,0,.1); box-shadow: 0 25px 5px rgb(0 0 0 / 10%); }Produces the following result:
Screen Shot 2022-01-19 at 10.51.30 AM.png
This is not the same for you?
The unexpected Token shouldn't be a problem:
Screen Shot 2022-01-19 at 10.53.12 AM.png
Result:
Screen Shot 2022-01-19 at 10.53.28 AM.png
Best wishes Richard