.kts-invoice-operate-invoice-header {
  padding    : 20px 8px;
  background : #f6f7f9;
  position   : relative;
  color      : rgba(0, 0, 0, 0.85);
  font-weight: 500;

  label {
    margin-right: 5px;
    white-space : nowrap;
  }

  .invoice-header-title {
    top           : 20px;
    left          : 0;
    position      : absolute;
    color         : #e28b89;
    font-weight   : 500;
    font-size     : 22px;
    text-align    : center;
    width         : 100%;
    pointer-events: none;
    z-index       : 1;
  }

  .invoice-header-no {
    display: flex;

    .ktsAnt3x-tag {
      margin-left: 10px;
      height     : 24px;
    }
  }

  .invoice-header-type {
    flex      : 1;
    text-align: right;
  }


  .invoice-header-property {
    margin: 20px 0 0;

    .ktsAnt3x-col {
      display       : flex;
      flex-direction: inherit;
      padding-right : 20px;

      span {
        color: #999;
      }
    }
  }

  .invoice-header-property-fieldExpand {
    display        : flex;
    margin         : 0;
    padding        : 0;
    list-style-type: none;
    gap            : 10px;
    align-items    : center;

    li {
      display    : flex;
      align-items: center;
      flex       : 1;
    }
  }
}