/* onak-currency.css - v1.0.10 */
.onak-currency-widget{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center;
  gap:10px;
  border:1px solid #e5e9f1;
  background:#fff;
  color:#071427;
  line-height:1 !important;
  box-sizing:border-box;
  vertical-align:middle;
  max-width:100%;
  isolation:isolate;
}
.onak-currency-widget,
.onak-currency-widget *{
  box-sizing:border-box;
}
.onak-currency-widget button,
.onak-currency-widget select{
  font-family:inherit !important;
  text-transform:none !important;
  letter-spacing:normal !important;
}
.onak-currency-icon,
.onak-currency-label,
.onak-currency-widget select.onak-currency-select,
.onak-currency-pill{
  font-size:16px;
  font-weight:600;
  line-height:1 !important;
}
.onak-currency-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  min-width:1em;
}
.onak-currency-label{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.onak-currency-widget select.onak-currency-select{
  appearance:none !important;
  -webkit-appearance:none !important;
  -moz-appearance:none !important;
  border:0 !important;
  outline:none !important;
  background:transparent !important;
  color:inherit !important;
  font:inherit !important;
  padding:0 18px 0 0 !important;
  margin:0 !important;
  cursor:pointer;
  min-width:58px;
  width:auto;
  height:auto !important;
  min-height:0 !important;
  line-height:1 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  background-image:none !important;
}
.onak-currency-widget select.onak-currency-select option{
  color:#071427;
  background:#fff;
}
.onak-currency-widget.onak-currency-select{
  position:relative;
  padding-right:28px !important;
}
.onak-currency-widget.onak-currency-select:after{
  content:"";
  position:absolute;
  right:12px;
  top:50%;
  width:7px;
  height:7px;
  border-right:1.8px solid currentColor;
  border-bottom:1.8px solid currentColor;
  transform:translateY(-65%) rotate(45deg);
  opacity:.8;
  pointer-events:none;
}
.onak-currency-widget.onak-currency-select select.onak-currency-select::-ms-expand{
  display:none;
}
.onak-currency-pills{
  display:inline-flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.onak-currency-pill{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:0 !important;
  background:#f3f5f9;
  color:#071427;
  border-radius:999px;
  padding:8px 12px;
  margin:0 !important;
  cursor:pointer;
  min-width:auto !important;
  min-height:0 !important;
  box-shadow:none !important;
}
.onak-currency-pill.is-active{
  background:#071427;
  color:#fff;
}
@media (max-width:767px){
  .onak-currency-widget{
    gap:8px;
  }
  .onak-currency-widget select.onak-currency-select{
    min-width:52px;
  }
  .onak-currency-pills{
    gap:6px;
  }
  .onak-currency-pill{
    padding:7px 10px;
  }
}
