/* SpaMaster 360 v35.9 - Toast seguro */
#sm360ToastSafeRight,
.sm360-toast-safe-right{
  position:fixed !important;
  top:18px !important;
  right:18px !important;
  left:auto !important;
  bottom:auto !important;
  z-index:2147483647 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-end !important;
  gap:12px !important;
  pointer-events:none !important;
  width:auto !important;
  max-width:calc(100vw - 36px) !important;
}
.sm360-toast-safe{
  position:relative !important;
  width:360px !important;
  max-width:calc(100vw - 36px) !important;
  min-height:64px;
  padding:14px 46px 14px 16px !important;
  border-radius:18px !important;
  background:#fff !important;
  border:1px solid rgba(15,23,42,.08) !important;
  box-shadow:0 18px 48px rgba(15,23,42,.18) !important;
  color:#111827 !important;
  pointer-events:auto !important;
  opacity:0;
  transform:translateX(16px);
  transition:opacity .18s ease, transform .18s ease !important;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
}
.sm360-toast-safe.show{opacity:1;transform:translateX(0)}
.sm360-toast-safe.closing{opacity:0;transform:translateX(16px)}
.sm360-toast-safe-title{font-weight:900;font-size:15px;line-height:1.25;margin:0 0 3px;color:#0f172a}
.sm360-toast-safe-msg{font-size:13px;line-height:1.35;color:#64748b}
.sm360-toast-safe-x{
  position:absolute !important;
  top:14px !important;
  right:14px !important;
  width:28px !important;
  height:28px !important;
  border:0 !important;
  border-radius:999px !important;
  background:#f1f5f9 !important;
  color:#0f172a !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  margin:0 !important;
  line-height:1 !important;
  font-size:18px !important;
  font-weight:900 !important;
  cursor:pointer !important;
}
.sm360-toast-safe.success{border-color:rgba(34,197,94,.25)!important}
.sm360-toast-safe.error,.sm360-toast-safe.danger{border-color:rgba(239,68,68,.25)!important}
.sm360-toast-safe.info{border-color:rgba(109,74,255,.22)!important}
