@import '../../../assets/variable.less';
.module-user-tag-config-panel {
  &-firstandlast {
    > div {
      display: flex;
      .text {
        margin: 0 12px 0 24px;
        line-height: 32px;
      }
      .shaixuan {
        margin: 2px 16px auto 16px;
        margin-top: 2px;
        margin-right: 16px;
        color: #9aa1a9;
        font-size: 20px !important;
        cursor: pointer;
      }
      .shaixuan:hover {
        color: #165dff;
      }
      .disable {
        color: #ccd0d4 !important;
        cursor: not-allowed !important;
      }
    }
    > :nth-child(1),
    .top {
      margin-bottom: 12px;
    }
    .typebox {
      .ant-select {
        margin-right: 16px;
        background: #fafafb;
        border-radius: 4px;
        .ant-select-selector {
          border: 1px solid #fafafb !important;
          border-radius: 4px;
        }
      }
      .biz-attr-select {
        width: 160px;
      }
    }
  }
}
