@import '../../../styles/assets/constant.scss';

.select-option-wrap.smart-input {
  width: 166px;
  max-height: 300px;
  background: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 1px;

  .select-option-item {
    font-size: 14px;
    color: #6d6d75;

    &.focus {
      color: #6d6d75;
      background: #e4eeff;
    }
  }
}
.smart-input {
  position: relative;
  .clear-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 8px;
    right: 32px;
  }
}

.smart-input-value {
  position: relative;

  .input {
    padding-left: 38px;
    padding-top: 4px;
    padding-right: 48px;
    min-height: 32px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    resize: none;
  }
}
.smart-input-status {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 8px;
  left: 10px;
}
