.snackbar.MuiSnackbar-root{width:-moz-fit-content;width:fit-content;max-width:90vw}.snackbar.MuiSnackbar-root .MuiAlert-root{border-radius:12px;font-size:14px;font-weight:500;background-color:var(--background-paper-2)!important;padding:8px 16px}.snackbar.MuiSnackbar-root .MuiAlert-root .MuiAlert-icon{animation:snackbar-icon-rotate .6s ease-out .2s;transform-origin:center}.snackbar.MuiSnackbar-root .MuiAlert-root.MuiAlert-colorError .MuiAlert-icon{color:var(--status-error)}.snackbar.MuiSnackbar-root .MuiAlert-root.MuiAlert-colorWarning .MuiAlert-icon{color:var(--status-warning)}.snackbar.MuiSnackbar-root .MuiAlert-root.MuiAlert-colorSuccess .MuiAlert-icon{color:var(--status-success)}.snackbar.MuiSnackbar-root .MuiAlert-action,.snackbar.MuiSnackbar-root .MuiAlert-message,.snackbar.MuiSnackbar-root .MuiAlert-root.MuiAlert-colorInfo .MuiAlert-icon{color:var(--text-primary)}@keyframes snackbar-icon-rotate{0%{transform:rotateY(0deg);opacity:0}to{transform:rotateY(1turn);opacity:1}}