.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#189200;border-radius:10px}.toast-in-enter-active{animation:toastIn .4s cubic-bezier(.16,1,.3,1)}.toast-in-leave-active{animation:toastIn .3s ease-in reverse}@keyframes toastIn{0%{opacity:0;transform:translateY(20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}
