.jxui-select-select {
  appearance: none;
  border-radius: inherit;
  border: 0px;
  color: currentcolor;
  font-size: inherit;
  outline: none;
  width: 100%;
  height: 100%;
  min-height: var(--40px);
  background-color: inherit;
  margin: 1px 0 1px 1px;
  padding: 0 var(--8px);
}
.jxui-select[data-size="large"] > * > .jxui-select-select {
  padding: 0 var(--10px);
}
.jxui-select-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: var(--32px);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  pointer-events: none;
}
.jxui-select-arrow {
  font-size: var(--20px);
}