.headerSubmit {
  background: #fff;
  box-sizing: border-box;
  height: 55px;
  border-top: 1px solid #d3d9e6;
  border-bottom: 1px solid #d3d9e6;
  display: flex;
  align-items: center;
  padding: 0 16px;
  margin-bottom: 20px;
  .headerRight {
    margin-left: auto;
  }
}
.upcontainer {
  box-sizing: border-box;
  background: #f2f3f6;
  .cardContainer {
    padding: 20px;
    box-sizing: border-box;
  }
}
.formAllocation {
  padding: 0 8px;
  border-radius: 3px;
  background: #e6f2ff;
  color: #0073e5;
}
.noPopconfirmButton {
  .ant-popconfirm-buttons {
    display: none;
  }
}
