.custom-toast{color:#fdfcfa;opacity:0;pointer-events:none;z-index:2000;background:#16140f;border-left:4px solid #0000;border-radius:10px;min-width:260px;max-width:360px;padding:.9rem 1.1rem;font-size:.9rem;line-height:1.4;transition:opacity .22s,transform .22s;position:fixed;bottom:1.75rem;right:1.75rem;transform:translateY(12px);box-shadow:0 18px 40px -14px #100f0c66}.custom-toast.show{opacity:1;pointer-events:auto;transform:translateY(0)}.custom-toast.success{border-left-color:#2f8f5b}.custom-toast.error{border-left-color:#b3261e}@media only screen and (max-width:640px){.custom-toast{max-width:none;bottom:1.25rem;left:1.25rem;right:1.25rem}}
