@import '../../style/themes/index';
@import '../../style/mixins/index';

@m-field-picker-prefix-cls: m-field-picker;

.@{m-field-picker-prefix-cls} {
  border-radius: 2px;
  box-shadow: 0 12px 48px 16px rgba(0, 0, 0, 0.03), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 6px 16px -8px rgba(0, 0, 0, 0.08);

  &-content {
    display: flex;
    flex-flow: row wrap;
    max-height: 250px;
    padding: 16px 24px 8px 24px;
    overflow: auto;
  }

  &-block {
    flex: 0 0 33.3333%;
  }

  &-item {
    display: inline-block;
    display: -webkit-box;
    padding: 0 6px;
    margin: 0 6px 8px 0;
    overflow: hidden;
    line-height: 26px;
    word-break: break-word;
    cursor: pointer;
    border-radius: 2px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  &-input {
    height: 28px;
    line-height: 28px;
  }

  &-empty {
    width: 100%;
    margin-bottom: 16px;
  }

  &-add-btn {
    height: 28px;
    line-height: 28px;
  }

  &-search {
    padding: 16px 24px 0 24px;

    m-search-input .m-search-input-group {
      width: 100%;
    }
  }

  &-footer {
    margin-top: 16px;
    line-height: 40px;
    box-shadow: 0 -1px 0 0 #e8e8e8;
  }
}
