/**
 * @license EUPL-1.2
 * Copyright (c) 2021 Robbert Broersma
 */

@import "~@utrecht/focus-ring-css/src/mixin";
@import "./mixin";

.utrecht-select {
  @include utrecht-select;
}

.utrecht-select--disabled {
  @include utrecht-select--disabled;
}

.utrecht-select--focus {
  @include utrecht-select--focus;
}

.utrecht-select--focus-visible {
  @include utrecht-select--focus-visible;
}

.utrecht-select--busy {
  @include utrecht-select--busy;
}

.utrecht-select--invalid {
  @include utrecht-select--invalid;
}

/* stylelint-disable-next-line block-no-empty */
.utrecht-select--required {
  @include utrecht-select--required;
}

.utrecht-select--html-select {
  @include utrecht-select--html-select;
}

.utrecht-select--html-select:not([multiple]) {
  @include utrecht-select--not-multiple;
}
