.invoicing-modal .invoicing-details {
  margin-bottom: 24px;
}
.invoicing-modal .invoicing-details .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.invoicing-modal .ivu-table .ivu-table-cell {
  overflow: inherit !important;
}
.invoicing-modal .ivu-table .ivu-form-item-content {
  margin-left: 0 !important;
}
.invoicing-modal .ivu-table .ivu-form-item-error-tip {
  z-index: 99999 !important;
  line-height: 0 !important;
}
.invoicing-modal .ivu-table .ivu-form-item {
  width: 100%;
  margin-bottom: 0 !important;
}
.invoicing-modal .ivu-table-cell {
  overflow: inherit !important;
  padding-left: 5px;
  padding-right: 5px;
}
.invoicing-modal .ivu-table-wrapper {
  overflow: inherit !important;
}
.invoicing-modal .ivu-table {
  overflow: inherit !important;
}
.invoicing-modal .ivu-divider-horizontal.ivu-divider-with-text-left {
  margin: 0 0 24px;
}
.invoicing-modal .download-item label {
  color: #3399ff;
  cursor: pointer;
}

