.magent-tools {
  height: calc(100% - 24px);
  margin: 0 24px;
  border-radius: 8px;

  &-list-header {
    padding: 0 0 0 24px;
    height: 48px;
    border-bottom: 1px solid var(--mana-ant-color-border);

    &-label {
      display: flex;
      align-items: center;
      color: black;
      font-size: 16px;
    }

    &-label + &-label {
      padding-left: 24px;
    }
  }

  &-list {
    height: calc(100% - 48px);
    padding: 0 0 0 24px;

    &-item {
      display: block;
    }

    &-item + &-item {
      padding-left: 24px;
    }
  }

  .ant-spin-nested-loading,
  .ant-spin-container,
  .ant-list-items {
    height: 100%;
  }

  .ant-list-items {
    padding-bottom: 24px;
    overflow-y: auto;
  }

  .ant-list .ant-list-item .ant-list-item-meta .ant-list-item-meta-content {
    width: 100%;
  }

  .tool-lists-label {
    display: flex;
    justify-content: space-between;
  }

  .ant-checkbox-wrapper {
    width: 100%;
  }
}

.button-container {
  display: flex;
  align-items: center;
  height: 100%;
}

.tool-lists-label-item {
  color: black;
  font-size: 16px;
  padding-bottom: 12px;
}
