: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: 11px;
  --padding-end: 8px;
  --padding-bottom: 11px;
  --padding-start: 16px;
  color: var(--ion-text-color, #000);
  font-family: var(--ion-font-family, inherit); }

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

.select-md .item-select ion-label {
  margin-left: 0; }

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

.select-icon .select-icon-inner {
  left: 5px;
  top: 50%;
  margin-top: -3px;
  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-600, #999999);
  pointer-events: none; }

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

.select-popover-md .radio-icon {
  display: none; }

.select-popover-md .item-radio-checked {
  background-color: var(--ion-background-color-step-150, #d9d9d9); }

.select-popover-md .item-radio-checked ion-label {
  color: initial; }
