.request-toast{position:fixed;right:24px;bottom:24px;z-index:100;background:#101828;color:#fff;border-radius:12px;padding:14px 18px;box-shadow:0 12px 30px #10182845;text-decoration:none;min-width:260px;animation:toast-in .2s ease-out}.request-toast b,.request-toast span{display:block}.request-toast span{color:#d0d5dd;margin-top:4px}@keyframes toast-in{from{transform:translateY(12px);opacity:0}to{transform:none;opacity:1}}
