.kts-invoice-operate-invoice-digtal-header {
  height    : 121px;
  text-align: center;
  position  : relative;


  .digtal-header-title {
    font-size  : 28px;
    color      : #9F603D;
    width      : 100%;
    position   : absolute;
    top        : 21px;
    font-weight: 400;

    &::after,
    &::before {
      content      : "";
      position     : absolute;
      width        : 330px;
      border-bottom: 2px solid #9F613E;
      left         : 50%;
      bottom       : -4px;
      transform    : translateX(-50%);
    }

    &::after {
      bottom: -8px;
    }
  }

  .digtal-header-tag {
    position     : absolute;
    top          : 47px;
    left         : 157px;
    padding      : 2px 8px;
    border-radius: 4px;
    border       : 1px solid #0074FF;
    color        : #0074FF;
    background   : rgba(0, 116, 255, 0.20);
  }

  .digtal-header-fields {
    display       : flex;
    flex-direction: column;
    position      : absolute;
    right         : 40px;
    top           : 23px;

    .digtal-header-field {
      display    : flex;
      font-weight: bold;

      .digtal-header-field-title {
        color: #9F613E;
      }
    }
  }
}