@import '../../../assets/variable.less';
.module-user-tag-config-panel {
  &-eventpreference {
    .rule {
      margin-top: 5px;
      color: #165dff;
      cursor: pointer;
    }
    .rule:hover {
      color: #457dff;
    }
    > 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),
    > :nth-child(2),
    .top {
      margin-bottom: 12px;
    }
    .typebox {
      > :nth-child(1) {
        margin-right: 16px;
      }
      .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;
        .biz-attr-select-handle {
          min-width: 100%;
        }
      }
    }
  }
}
.eventpreference-modal {
  .ant-modal-header {
    position: relative;
    z-index: 1;
    height: 82px;
    background: transparent;
  }
  .ant-modal-body {
    padding: 0 24px 18px 24px;
  }
  .ant-modal-close-x {
    margin-top: 13px;
    margin-right: 8px;
  }
  img {
    width: 100%;
  }
  .qingchu {
    font-weight: 500;
    font-size: 22px !important;
  }
  .modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .grey {
    margin-bottom: 24px;
    color: #354354;
    font-size: 14px;
  }
  .orange {
    margin-top: 24px;
    color: #fd9f41;
    font-size: 14px;
  }
}
