.custom-toast{color:#1f2937;border-left:6px solid var(--color-primary);background:#fff;border-radius:10px;align-items:center;gap:12px;min-width:340px;padding:16px 18px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.toast-icon{color:#fff;background-color:var(--color-secondary);border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:15px;display:flex}.toast-content{flex:1;font-size:15px;font-weight:500}.toast-close{cursor:pointer;color:#6b7280;background:0 0;border:none}.toast-progress{background:var(--color-primary);width:100%;height:4px;animation:1s linear forwards progress;position:absolute;bottom:0;left:0}.slide-in{animation:.4s forwards slideIn}.slide-out{animation:.3s forwards slideOut}@keyframes slideIn{0%{opacity:0;transform:translate(120%)}to{opacity:1;transform:translate(0)}}@keyframes slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(120%)}}@keyframes progress{0%{width:100%}to{width:0%}}
