/* DMX_ASSETS_PRECIOS_CSS_CURRENCY_SELECTOR_TRUE_COMPACT_V48X: extraído desde index.php */
/* DMX_CURRENCY_SELECTOR_TRUE_COMPACT_V1 */
.dmxCurrencySwitch{
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  height:44px!important;
  min-height:44px!important;
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  padding:0 34px 0 14px!important;
  box-sizing:border-box!important;
}
.dmxCurrencySelected{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  color:#0f172a!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
  pointer-events:none!important;
}
.dmxCurrencySwitch select{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  max-width:none!important;
  padding:0!important;
  opacity:0!important;
  cursor:pointer!important;
  z-index:5!important;
}
.dmxCurrencySwitch i{
  right:13px!important;
  z-index:4!important;
  pointer-events:none!important;
}
html[data-theme="dark"] .dmxCurrencySelected,
body.dark .dmxCurrencySelected,
body.dmxDark .dmxCurrencySelected{
  color:#f8fafc!important;
}
