@keyframes custom-slide-in-top{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes custom-slide-out-bottom{0%{transform:translateY(0) scale(1);opacity:1}20%{transform:translateY(5%) scale(.98);opacity:.9}50%{transform:translateY(30%) scale(.95);opacity:.6}80%{transform:translateY(70%) scale(.92);opacity:.3}to{transform:translateY(100%) scale(.9);opacity:0}}@keyframes custom-bounce-scale{0%{transform:scale(1)}20%{transform:scale(1.08)}to{transform:scale(1)}}.custom-toast-container{position:relative}.custom-toast-container.toast-enter{animation:custom-slide-in-top .8s cubic-bezier(.16,1,.3,1)}.custom-toast-container.toast-exit{animation:custom-slide-out-bottom .4s cubic-bezier(.55,.085,.68,.53);animation-fill-mode:forwards}.custom-toast-container.toast-exit-fast{animation:custom-slide-out-bottom .15s cubic-bezier(.55,.085,.68,.53);animation-fill-mode:forwards}.custom-toast-container.toast-bounce{animation:custom-bounce-scale 1s ease;animation-fill-mode:both}.custom-toast-container{margin-bottom:0!important}div[data-sonner-toaster][data-theme] div[data-id]{position:relative!important}div[data-sonner-toaster][data-rich-colors=true][data-theme][data-position=bottom-right]{max-height:50vh!important;overflow:hidden!important}div[data-sonner-toaster][data-position=bottom-right]{gap:0!important}div[data-sonner-toaster][data-position=bottom-right]>div{margin-bottom:8px!important}div[data-sonner-toaster][data-position=bottom-right]>div:last-child{margin-bottom:0!important}