:host {
  padding: var(--padding-top) var(--padding-end) var(--padding-bottom) var(--padding-start);
  display: flex;
  overflow: hidden; }

:host(.in-item) {
  max-width: 45%; }

.select-cover {
  left: 0;
  top: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  appearance: none;
  outline: none; }

.select-text {
  flex: 1;
  min-width: 16px;
  font-size: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

:host(.select-disabled) {
  opacity: .4;
  pointer-events: none; }

::slotted(ion-select-option) {
  display: none; }

button:focus {
  outline: none; }

:host(.select-key) button {
  border: 2px solid #5e9ed6; }

:host {
  --padding-top: 10px;
  --padding-end: 8px;
  --padding-bottom: 10px;
  --padding-start: 16px;
  color: var(--ion-text-color, #000);
  font-family: var(--ion-font-family, inherit); }

.select-placeholder {
  color: var(--ion-text-color-step-650, #a6a6a6); }

.select-icon {
  position: relative;
  width: 12px;
  height: 18px; }

.select-icon .select-icon-inner {
  left: 5px;
  top: 50%;
  margin-top: -2px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: var(--ion-text-color-step-650, #a6a6a6);
  pointer-events: none; }

.item-label-stacked .select-ios,
.item-label-floating .select-ios {
  padding-left: 0;
  padding-top: 8px;
  padding-bottom: 8px; }
