.rd-snackbar-container{position:fixed;left:50%;transform:translate(-50%);z-index:10000;bottom:0}.rd-snackbar{display:block;position:relative;width:auto;opacity:0;bottom:-100px;padding:8px 12px;background-color:var(--card-background);border-color:var(--card-background);box-shadow:var(--card-box-shadow);border-radius:5px;transition:all .5s ease;transition-property:top,right,bottom,left,opacity;margin-bottom:20px}.rd-snackbar.show{bottom:20px;opacity:1}.rd-snackbar img{height:44px;width:44px;object-fit:cover;border-radius:5px}.rd-snackbar-body{min-width:156px}
