.center-element {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ant-pagination.ant-table-pagination {
  align-items: center;
}
/* .ant-btn.green-hover:hover,
.ant-btn:focus {
	color: #31eb50;
	background: #fff;
	border-color: #31eb50;
} */

.ant-btn.red-hover:hover,
.ant-btn:focus {
  color: #fd2f6d;
  background: #fff;
  border-color: #fd2f6d;
}

.ant-steps-item-title {
  line-height: 20px !important;
  font-size: 14px !important;
}

.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table {
  margin: 0 !important;
}
