// Select

.select-input {
  &.form-control {
    &[readonly]:not([disabled]) {
      background-color: transparent;
    }
  }
}
