.snackbar{position:fixed;top:25%;left:50%;transform:translateX(-50%);padding:16px;border-radius:8px;color:#fff;font-size:16px;font-weight:700;opacity:0;transition:opacity .5s ease-in-out}.success{background-color:#0066CC}.errors{background-color:#dc3545}.img-error{margin-right:5px}.text-error{font-family:Roboto;font-weight:400;font-size:1rem}.show{opacity:1}.hide{opacity:0}