.x-select .x-input--slot {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.x-select--menu {
  border-radius: 4px;
  color: black;
  background-color: #fff;
  z-index: 99;
  position: absolute;
  overflow-y: auto;
  max-height: 288px;
  -webkit-box-shadow: 0px 5px 22px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 22px 4px rgba(0, 0, 0, 0.2);
}
.x-select--input {
  -webkit-box-flex: 100px;
      -ms-flex: 100px 1 1;
          flex: 100px 1 1;
  max-height: 32px;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: none;
  background-color: transparent;
}
.x-select--input:focus {
  outline: none;
}
.x-select--selection {
  margin-right: 4px;
}
.x-select--selection.x-chip {
  height: 26px;
}