.kts-invoice-operate-sign-digtal {
    padding      : 20px 20px 0;
    border-bottom: 2px solid #9F613E;
    border-left  : 2px solid #9F613E;
    border-right : 2px solid #9F613E;

    .sign-digtal-label {
        color      : #9F613E;
        font-weight: bold;
    }
}

.kts-invoice-operate-sign-digtal-readOnly {
    .sign-digtal-readOnly-cont {
        border-bottom: 2px solid #9F613E;
        border-left  : 2px solid #9F613E;
        border-right : 2px solid #9F613E;
        display      : flex;

        &>div:nth-child(even) {
            flex          : 1;
            display       : flex;
            flex-direction: column;
            padding       : 10px;
            min-height    : 189px;
        }

        &>div:nth-child(odd) {
            flex           : none;
            text-align     : center;
            color          : #9F613E;
            display        : flex;
            flex-direction : column;
            justify-content: center;
            justify-items  : center;
            padding        : 0 4px;
            border-right   : 2px solid #9F613E;
        }
    }

    .digtal-readOnly-form {
        padding-left: 30px;

        .ktsAnt3x-form-item-label label {
            color      : #9F613E;
            font-weight: bold;
        }
    }
}