/* DMX_ASSETS_PRECIOS_CSS_CURRENCY_SELECTOR_STYLE_V48Y: extraído desde index.php */
/* DMX_PUBLIC_CURRENCY_SELECTOR_STYLE_V1 */
.dmxBillingSwitchWrap{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}
.dmxCurrencySwitch{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  min-height:44px!important;
  border-radius:999px!important;
  background:#ffffff!important;
  border:1px solid rgba(148,163,184,.24)!important;
  box-shadow:0 18px 45px rgba(15,23,42,.10)!important;
  padding:0 40px 0 16px!important;
}
.dmxCurrencySwitch select{
  appearance:none!important;
  -webkit-appearance:none!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:#0f172a!important;
  font-weight:900!important;
  font-size:14px!important;
  line-height:1!important;
  cursor:pointer!important;
  padding:0!important;
}
.dmxCurrencySwitch i{
  position:absolute!important;
  right:14px!important;
  pointer-events:none!important;
  color:#64748b!important;
  font-size:12px!important;
}
html[data-theme="dark"] .dmxCurrencySwitch,
body.dark .dmxCurrencySwitch,
body.dmxDark .dmxCurrencySwitch{
  background:#111827!important;
  border-color:rgba(148,163,184,.28)!important;
}
html[data-theme="dark"] .dmxCurrencySwitch select,
body.dark .dmxCurrencySwitch select,
body.dmxDark .dmxCurrencySwitch select{
  color:#f8fafc!important;
}
