/* DMX_ASSETS_PRECIOS_CSS_COUPON_PENDING_MODAL_V48C: extraído desde index.php; modal cupón disponible */
/* DMX_COUPON_PENDING_MODAL_FORCE_V3 */
/* DMX_COUPON_MODAL_UX_V12_HIDE_TOP_CLOSE */
.dmxCouponPendingCloseV3{display:none!important}

.dmxCouponPendingModalV3[hidden]{display:none!important}
.dmxCouponPendingModalV3{
  position:fixed;
  inset:0;
  z-index:1000000;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.dmxCouponPendingBackdropV3{
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.58);
  backdrop-filter:blur(7px);
}
.dmxCouponPendingCardV3{
  position:relative;
  width:min(100%,440px);
  border-radius:24px;
  background:var(--card,#fff);
  color:var(--text,#0f172a);
  box-shadow:0 28px 90px rgba(15,23,42,.28);
  padding:22px;
  border:1px solid rgba(148,163,184,.24);
  animation:dmxCouponPendingInV3 .22s ease-out both;
}
.dmxCouponPendingCloseV3{
  position:absolute;
  top:12px;
  right:12px;
  width:34px;
  height:34px;
  border:0;
  border-radius:999px;
  cursor:pointer;
  background:#f1f5f9;
  color:#334155;
  font-size:18px;
  font-weight:900;
}
.dmxCouponPendingIconV3{
  width:50px;
  height:50px;
  border-radius:17px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 12px;
  background:rgba(34,197,94,.11);
  color:#16a34a;
  font-size:22px;
}
.dmxCouponPendingCardV3 h3{
  margin:0 38px 9px;
  text-align:center;
  font-size:23px;
  line-height:1.2;
  font-weight:950;
}
.dmxCouponPendingCardV3 p{
  margin:0 0 15px;
  color:var(--muted,#64748b);
  font-size:14px;
  line-height:1.5;
  text-align:center;
  font-weight:650;
}
.dmxCouponPendingInputRowV3{
  display:flex;
  gap:8px;
  align-items:center;
}
.dmxCouponPendingInputRowV3[hidden],
.dmxCouponPendingSelectedV3[hidden]{display:none!important}
.dmxCouponPendingInputV3{
  box-sizing:border-box;
  min-width:0;
  width:100%;
  height:48px;
  border:1px solid #dbe2ea;
  border-radius:16px;
  padding:0 14px;
  font-size:17px;
  font-weight:950;
  text-transform:uppercase;
  outline:none;
  background:#fff;
  color:#0f172a;
  text-align:center;
  letter-spacing:.06em;
}
.dmxCouponPendingInputV3:focus{
  border-color:#22c55e;
  box-shadow:0 0 0 4px rgba(34,197,94,.13);
}
.dmxCouponAddBtnV3{
  height:48px;
  border:0;
  border-radius:16px;
  padding:0 15px;
  cursor:pointer;
  background:#e2e8f0;
  color:#0f172a;
  font-weight:950;
  white-space:nowrap;
}
.dmxCouponPendingSelectedV3{
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:2px;
}
.dmxCouponTagV3{
  display:inline-flex;
  align-items:center;
  gap:8px;
  max-width:100%;
  padding:9px 10px 9px 13px;
  border-radius:999px;
  border:1px solid rgba(34,197,94,.28);
  background:rgba(34,197,94,.10);
  color:#166534;
  font-weight:950;
  line-height:1;
}
.dmxCouponTagV3 small{
  color:#15803d;
  font-size:12px;
  font-weight:900;
}
.dmxCouponTagRemoveV3{
  width:24px;
  height:24px;
  border:0;
  border-radius:999px;
  cursor:pointer;
  background:rgba(22,101,52,.12);
  color:#166534;
  font-size:15px;
  font-weight:950;
  line-height:1;
}
.dmxCouponPendingTipV3{
  margin:11px 0 0;
  padding:0 4px;
  color:var(--muted,#64748b);
  font-size:12.5px;
  line-height:1.42;
  text-align:center;
  font-weight:650;
}
.dmxCouponPendingTipV3 i{
  opacity:.75;
  margin-right:4px;
}
.dmxCouponPendingErrorV3{
  margin:10px 0 0;
  min-height:18px;
  color:#dc2626;
  font-size:13px;
  font-weight:850;
  text-align:center;
}
.dmxCouponPendingActionsV3{
  display:flex;
  gap:10px;
  justify-content:flex-end;
  margin-top:16px;
}
.dmxCouponPendingBtnV3{
  border:0;
  border-radius:999px;
  padding:12px 17px;
  font-weight:950;
  cursor:pointer;
}
.dmxCouponPendingBtnV3.is-secondary{background:#f1f5f9;color:#334155}
.dmxCouponPendingBtnV3.is-primary{background:#22c55e;color:#fff}
.dmxCouponPendingBtnV3[disabled]{
  opacity:.45;
  cursor:not-allowed;
}
html[data-theme="dark"] .dmxCouponPendingCardV3,
body.dark .dmxCouponPendingCardV3,
body.dmxDark .dmxCouponPendingCardV3{
  background:#111827;
  color:#f8fafc;
}
html[data-theme="dark"] .dmxCouponPendingInputV3,
body.dark .dmxCouponPendingInputV3,
body.dmxDark .dmxCouponPendingInputV3{
  background:#0b1220;
  color:#f8fafc;
  border-color:rgba(148,163,184,.32);
}
html[data-theme="dark"] .dmxCouponTagV3,
body.dark .dmxCouponTagV3,
body.dmxDark .dmxCouponTagV3{
  background:rgba(34,197,94,.14);
  color:#86efac;
  border-color:rgba(34,197,94,.28);
}
html[data-theme="dark"] .dmxCouponTagV3 small,
body.dark .dmxCouponTagV3 small,
body.dmxDark .dmxCouponTagV3 small{
  color:#bbf7d0;
}
@keyframes dmxCouponPendingInV3{
  from{opacity:0;transform:translateY(14px) scale(.985)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@media(max-width:560px){
  .dmxCouponPendingCardV3{padding:20px;border-radius:22px}
  .dmxCouponPendingInputRowV3{flex-direction:column}
  .dmxCouponAddBtnV3{width:100%}
  .dmxCouponPendingActionsV3{flex-direction:column-reverse}
  .dmxCouponPendingBtnV3{width:100%}
}
