.kts-invoice-operate-invoice-digtal-stakeholder {

    display: flex;

    .digtal-stakeholder-expand-button {
        cursor: pointer;
    }

    &>div {
        border-right: 2px solid #9F613E;

        &:nth-child(even) {
            flex           : 1;
            display        : flex;
            flex-direction : column;
            justify-content: end;
        }

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

        &:last-child {
            border-right: none;
        }
    }

    .digtal-stakeholder-form {

        padding: 12px 10px 5px;

        .ktsAntX-col {
            margin-bottom: 15px;
        }

        .ktsAnt3x-row.ktsAnt3x-form-item {
            display      : flex;
            margin-bottom: 0;

            .ktsAnt3x-form-item-label {
                flex       : none;
                font-weight: 500;
                line-height: 29px;

                label {
                    color: #9F603D;
                }
            }

            .ktsAnt3x-form-item-control {
                line-height: 1.4;

                .digtal-stakeholder-form-text {
                    word-break : break-all;
                    line-height: 29px;
                }
            }

            .ktsAnt3x-form-item-control-wrapper {
                flex: 1;
            }
        }
    }

    .natural-person-flag {

        padding: 0 8px;

        .ktsAnt3x-form-item-control {
            line-height: 32px
        }

        .ktsAnt3x-row.ktsAnt3x-form-item {
            margin-bottom: 0
        }
    }
}

.kts-invoice-operate-invoice-digtal-stakeholder.readOnly {
    &>div:nth-child(even) {
        justify-content: start;
    }

    .digtal-stakeholder-form .ktsAnt3x-row.ktsAnt3x-form-item .ktsAnt3x-form-item-label {
        line-height: 1.4;
    }

    .digtal-stakeholder-form .ktsAnt3x-row.ktsAnt3x-form-item .ktsAnt3x-form-item-control {
        .digtal-stakeholder-form-text {
            line-height: 1.4;
        }
    }
}