/* SpaMaster 360 v35.3 - fuerza visual de toasts a la derecha */
#scRightToastContainer,
#scNotifyTopRight,
#scNotifyTopLeft,
.sc-toast-stack,
.sc-toast-container,
.toast-container,
.toast-stack,
#toastContainer,
#notificationContainer,
.notifications-container,
.sc-notifications,
.app-toast-container{
  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-right,
.sc-toast-top-left,
.sc-toast,
.toast,
.notification,
.sc-notification,
.sc-toast-center{
  position:relative!important;
  top:auto!important;
  right:auto!important;
  left:auto!important;
  bottom:auto!important;
  margin:0!important;
  width:360px!important;
  max-width:calc(100vw - 36px)!important;
  min-height:64px!important;
  padding:14px 48px 14px 18px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(15,23,42,.10)!important;
  box-shadow:0 18px 50px rgba(15,23,42,.18)!important;
  color:#0f172a!important;
  pointer-events:auto!important;
  opacity:1!important;
  transform:none!important;
  transition:opacity .22s ease, transform .22s ease!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
}
.sm360-toast-right strong,
.sc-toast-top-left strong,
.sc-toast strong,
.toast strong{
  display:block!important;
  font-size:14px!important;
  font-weight:900!important;
  color:#172033!important;
  margin:0 0 4px!important;
  line-height:1.15!important;
}
.sm360-toast-right span,
.sc-toast-top-left span,
.sc-toast span,
.toast span,
.sm360-toast-message{
  display:block!important;
  font-size:13px!important;
  color:#64748b!important;
  line-height:1.28!important;
}
.sm360-toast-right button,
.sc-toast-top-left button,
.sc-toast button,
.toast button,
.notification button,
.sc-notification button{
  position:absolute!important;
  top:50%!important;
  right:14px!important;
  transform:translateY(-50%)!important;
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  min-height:28px!important;
  border:0!important;
  border-radius:999px!important;
  background:rgba(15,23,42,.06)!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:17px!important;
  font-weight:800!important;
  text-align:center!important;
  cursor:pointer!important;
}
.sm360-toast-right.success,.sc-toast-top-left.success{border-left:5px solid #16a34a!important}
.sm360-toast-right.error,.sc-toast-top-left.error{border-left:5px solid #dc2626!important}
.sm360-toast-right.warning,.sc-toast-top-left.warning{border-left:5px solid #f59e0b!important}
.sm360-toast-right.info,.sc-toast-top-left.info{border-left:5px solid #6C4CF1!important}
@media(max-width:640px){
  #scRightToastContainer,#scNotifyTopRight,#scNotifyTopLeft{left:12px!important;right:12px!important;top:12px!important;align-items:stretch!important}
  .sm360-toast-right,.sc-toast-top-left,.sc-toast,.toast{width:auto!important;max-width:none!important}
}
