.modules-whole-top-panel {
  &-form-whole {
    margin-bottom: 0;
    & .ant-form-item-label {
      padding-left: 24px !important;
      font-weight: 500;
    }
    &-select {
      width: 208px;
      margin-left: 24px;
      .biz-select-handle-input {
        padding-left: 12px;
      }
    }
    .ant-form-item-row .ant-form-item-control {
      margin-bottom: 24px;
      padding: 4px 0;
    }
    .ant-form-item-explain-error {
      padding-left: 24px;
    }
  }
  &-form-botton-box {
    display: flex;
    justify-content: flex-end;
    margin-right: 24px;
    > :nth-child(1) {
      margin-right: 16px;
    }
  }
}
.hoverable-form-item {
  .ant-form-item-control {
    &:hover {
      background: #e8efff !important;
    }
  }
}
.event---1 .ant-form-item-label {
  padding-bottom: 4px !important;
}
