.custom-toast-container{left:50%;bottom:calc(1.5rem + env(safe-area-inset-bottom));z-index:9999;pointer-events:none;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:calc(100vw - 2rem);display:flex;position:fixed;transform:translate(-50%)}.custom-toast{color:#fff;background:#111111eb;border-radius:9999px;align-items:center;gap:.5rem;max-width:100%;padding:.625rem 1rem;font-size:.875rem;font-weight:500;line-height:1.25rem;animation:.22s ease-out custom-toast-in;display:flex;box-shadow:0 8px 24px #00000059}.custom-toast.leaving{animation:.18s ease-in forwards custom-toast-out}.custom-toast span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.custom-toast svg{flex-shrink:0;width:1rem;height:1rem}@keyframes custom-toast-in{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes custom-toast-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(8px)scale(.96)}}
