.zero-table-module {
  padding: 16px;
}

.zero-table-search {
  margin-bottom: 16px;
  padding-top: 10px;

  .zero-fieldset {
    .ant-form-item {
      margin-bottom: 0;
    }

    > .ant-row {
      margin-bottom: 10px;
    }
  }

  .ant-form {
    > .ant-row {
      display: block;
      text-align: right;
    }
  }
}

.zero-operations {
  margin-bottom: 16px;

  .zero-button {
    margin-right: 8px;
  }
}

.zero-table {
  zoom: 1;

  &::before,
  &::after {
    display: table;
    content: " ";
  }

  &::after {
    clear: both;
  }

  .zero-column-actions {
    margin-left: -8px;

    .zero-button {
      margin-left: 8px;
    }
  }
}
