/* DMX_ASSETS_PRECIOS_CSS_COUPON_REMOVE_BUSY_V48L2: extraído desde index.php */
#dmxCouponPendingModalV3.dmxCouponRemoveBusyV43{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
  z-index:2147483000!important;
}
#dmxCouponPendingModalV3.dmxCouponRemoveBusyV43 .dmxCouponPendingBackdropV3,
#dmxCouponPendingModalV3.dmxCouponRemoveBusyV43 .dmxCouponPendingCardV3{
  pointer-events:auto!important;
}
#dmxCouponPendingModalV3.dmxCouponRemoveBusyV43 .dmxCouponPendingCardV3 > :not(.dmxCouponRemoveBusyOverlayV43){
  visibility:hidden!important;
  pointer-events:none!important;
}
.dmxCouponRemoveBusyOverlayV43{
  position:absolute;
  inset:0;
  z-index:40;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:13px;
  padding:26px;
  border-radius:24px;
  background:var(--card,#fff);
  color:var(--text,#0f172a);
  text-align:center;
}
.dmxCouponRemoveSpinnerV43{
  width:44px;
  height:44px;
  border-radius:999px;
  border:4px solid rgba(34,197,94,.18);
  border-top-color:#16a34a;
  animation:dmxCouponRemoveSpinV43 .72s linear infinite;
}
.dmxCouponRemoveBusyOverlayV43 strong{
  font-size:22px;
  line-height:1.2;
  font-weight:950;
}
.dmxCouponRemoveBusyOverlayV43 span{
  max-width:310px;
  color:var(--muted,#64748b);
  font-size:14px;
  line-height:1.45;
  font-weight:700;
}
@keyframes dmxCouponRemoveSpinV43{
  to{transform:rotate(360deg)}
}
