.kts-invoice-operate-seller {
  display: flex;

  .kts-invoice-operate-seller-message {
    flex: 1;
    display: flex;

    .ktsAnt3x-descriptions-item-label {
      width: 179px;
    }

    .kts-invoice-operate-seller-message-list {
      width: 100%;

      .ktsAnt3x-descriptions-view {
        border: none;
      }

      .ktsAnt3x-descriptions-item-label {
        padding: 0 10px;
        font-size: 12px;
        background-color: #fff;
        line-height: 30px;
      }

      .ktsAnt3x-descriptions-item-label::before {
        content: '*';
        position: relative;
        color: red;
        font-weight: bold;
        margin-right: 2px;
      }

      .ktsAnt3x-descriptions-item-content {
        padding: 0;

        .ktsAnt3x-input {
          box-shadow: none;
          border-color: #fff;
          border-radius: 0;
          padding: 0 10px;
          font-size: 12px;
          line-height: 30px;
          width: 100%;
          height: 30px;
        }

        .ktsAnt3x-input:hover {
          border: 1 solid;
          border-color: #40a9ff;
          border-right-width: 1px !important;
        }

        .has-error .ktsAnt3x-input,
        .has-error .ktsAnt3x-input:hover {
          background-color: #fff;
          border: 1 solid;
          border-color: #f5222d;
        }
      }

      .ktsAnt3x-form-item {
        margin: 0;
      }

      .ktsAnt3x-form-item-control {
        line-height: 0;
      }

      .ktsAnt3x-form-explain {
        position: absolute;
        right: 5px;
        top: 6px;
        z-index: 10;
      }
    }
  }

  .kts-invoice-operate-seller-remarks {
    border-left: 1px solid #dcdcdc;
    display: flex;
    flex: none;
    width: 458px;
  }

  .kts-invoice-operate-seller-remarks-value {
    flex: 1;
    display: flex;
    flex-direction: column;

    textarea {
      flex: 1;
      margin-bottom: 0;
      border: none;
      border-radius: 0;
    }
  }

  .kts-invoice-operate-seller-title {
    flex: none;
    width: 30px;
    height: 100%;
    text-align: center;
    border-right: 1px solid #dcdcdc;
    display: table;
    padding: 0 5px;

    label {
      display: table-cell;
      vertical-align: middle;
    }
  }
}
