.ii-selection-base .ii-selection-label button:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ii-selection-base .ii-selection-label button:before {
  content: "\e932";
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .ii-selection-base {
    width: 100%;
  }
}
.ii-selection-base :has(> .ii-auto-ellipsis) {
  position: relative;
  width: 100%;
}
.ii-selection-base .ii-auto-ellipsis {
  width: 100%;
  height: 1.33em;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
}
.ii-selection-base .ii-auto-ellipsis:has(+ button) {
  width: calc(100% - 20px);
}
@media only screen and (min-width: 768px) {
  .ii-selection-base {
    margin-right: 8px;
  }
}
.ii-selection-base:hover > .ii-selection-label button,
.ii-selection-base:focus-within > .ii-selection-label button {
  opacity: 1;
}
.ii-selection-base .ii-selection-label {
  font-size: 11px;
  padding: 8px 0 4px;
}
.ii-selection-base .ii-selection-label:after {
  content: '.';
  visibility: hidden;
}
.ii-selection-base .ii-selection-label label {
  color: #5b6b75;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0px;
}
.ii-selection-base .ii-selection-label button {
  border: none;
  border-radius: 4px;
  padding: 3px;
  margin: -4px -2px;
  appearance: none;
  background: none;
  transition: opacity 250ms;
  position: absolute;
  right: 0;
}
@media (hover: hover) {
  .ii-selection-base .ii-selection-label button {
    opacity: .2;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .ii-selection-base .ii-selection-label {
    padding-bottom: 0;
    padding-top: 5px;
  }
}
.ii-selection-base .ii-selection-item select {
  border: none;
  height: auto;
  max-width: 150px;
  max-height: 28.4px;
  border-radius: 3px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .ii-selection-base .ii-selection-item {
    width: 100%;
  }
  .ii-selection-base .ii-selection-item .item {
    width: 100%;
    max-width: 100% !important;
  }
  .ii-selection-base .ii-selection-item .ii-basic-selector {
    min-width: 100%;
  }
}
.ii-selection-base .ii-selection-item .ii-basic-selector {
  border-top: 0;
  min-width: 150px;
  max-width: 500px;
  transition: none;
  text-align: left;
  border-bottom: 0;
  border-radius: 4px 3px 3px 4px;
  border-color: #ffffff;
}
.ii-selection-base .ii-selection-item .ii-basic-selector input {
  border-radius: 3px;
  color: #b2bcc5;
  padding: 4px 40px 2px 10px;
  border-color: #ffffff;
}
.ii-selection-base .ii-selection-item .ii-basic-selector input.items-placeholder {
  max-width: 130px !important;
}
.ii-selection-base .ii-selection-item .ii-basic-selector:focus-within {
  color: #b2bcc5;
  box-shadow: none;
  outline-offset: 0;
  outline: 2px solid #5b6b75;
}
.ii-selection-base .ii-selection-item .focus {
  box-shadow: none;
}
.ii-selection-base .ii-selection-item .focus .ts-control {
  box-shadow: none;
}
.ii-selection-base .ii-selection-item.selected-value a {
  border-radius: 3px;
  border-color: #ffffff;
  color: #5b6b75;
}
.ii-selection-base .ii-selection-item.selected-value a:focus {
  color: #5b6b75;
}
