/* SieuthiVPS - Toast thong bao tong the (dung chung toan site) */
#sv-toast-wrap{position:fixed;top:20px;right:20px;z-index:99999;display:flex;flex-direction:column;gap:10px;max-width:min(380px,calc(100vw - 40px));pointer-events:none}
.sv-toast{pointer-events:auto;display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:12px;background:#fff;box-shadow:0 12px 32px rgba(11,23,51,.16),0 2px 8px rgba(11,23,51,.08);border-left:4px solid #64748b;font-family:'Roboto','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:14px;line-height:1.5;color:#1e293b;opacity:0;transform:translateX(24px);transition:opacity .28s ease,transform .28s ease;overflow:hidden}
.sv-toast.sv-toast-show{opacity:1;transform:translateX(0)}
.sv-toast-icon{flex:0 0 auto;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:15px;margin-top:1px}
.sv-toast-msg{flex:1 1 auto;min-width:0;word-wrap:break-word}
.sv-toast-close{flex:0 0 auto;background:none;border:0;color:#94a3b8;font-size:15px;cursor:pointer;padding:2px 4px;border-radius:6px;line-height:1}
.sv-toast-close:hover{color:#475569;background:rgba(100,116,139,.12)}
.sv-toast-success{border-left-color:#16a34a}.sv-toast-success .sv-toast-icon{color:#16a34a}
.sv-toast-error{border-left-color:#dc2626}.sv-toast-error .sv-toast-icon{color:#dc2626}
.sv-toast-warning{border-left-color:#d97706}.sv-toast-warning .sv-toast-icon{color:#d97706}
.sv-toast-info{border-left-color:#0284c7}.sv-toast-info .sv-toast-icon{color:#0284c7}
.sv-toast .sv-toast-bar{position:absolute;left:0;bottom:0;height:3px;background:currentColor;opacity:.35;animation:svToastBar linear forwards}
.sv-toast-success .sv-toast-bar{color:#16a34a}.sv-toast-error .sv-toast-bar{color:#dc2626}.sv-toast-warning .sv-toast-bar{color:#d97706}.sv-toast-info .sv-toast-bar{color:#0284c7}
@keyframes svToastBar{from{width:100%}to{width:0}}
@media (max-width:575px){#sv-toast-wrap{top:12px;right:12px;left:12px;max-width:none}}
