/* write style here */
.yw-filter {
  width: 100%;
  .form-container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    .group-btn-line {
      padding-left: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      :global {
        .ant-btn-primary {
          margin-right: 12px;
        }
        .ant-btn {
          padding: 4px 13px;
        }
      }
    }
    .group-btn-col {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      border-left: 1px solid #eaeced;
      margin-left: 12px;
      margin-bottom: 12px;
      padding-left: 20px;
      :global {
        .ant-btn-primary {
          margin-bottom: 12px;
        }
        .ant-btn {
          padding: 4px 13px;
        }
      }
    }
  }

  :global {
    .ant-btn {
      border-radius: 4px;
    }
    .ant-formily-item-label {
      color: #666;
    }
    .ant-formily-item {
      margin-bottom: 0;
    }
    .ant-formily-item-inset {
      padding-left: 16px;
      border-radius: 4px;
    }
    .ant-picker-input {
      min-width: 82px;
    }
    .ant-picker-range {
      padding-left: 6px;
      padding-right: 6px;
    }
    .ant-input-group.ant-input-group-compact {
      display: flex;
    }
  }
}
