
#edit-field-main-work-order-id-0-value,
.node-work-order-form .layout-form input#edit-title-0-value,
.node-work-order-edit-form  .layout-form input#edit-title-0-value,
.node-estimate-form .layout-form input#edit-title-0-value,
.node-estimate-edit-form .layout-form input#edit-title-0-value,
#edit-field-work-order-id-0-value{
    background-color: var(--color-gray-050);
}

.node__content > .field--label-inline,
.fieldset__wrapper > .field {
    margin-bottom: 7px;
}

.node-work-order-form .field--name-title,
.node-work-order-edit-form .field--name-title{
    display: none;
}
.paragraphs-subform {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.paragraphs-subform .form-wrapper {
    width: 19.5%;
}
.paragraphs-subform .form-wrapper:nth-child(2) {
    width: 36%;
}
.paragraphs-subform .form-wrapper:nth-child(3),
.paragraphs-subform .form-wrapper:nth-child(4) {
    width: 111px;
}
.paragraphs-subform .form-wrapper:nth-child(5) {
    width: 125px;
}

.block-dispatch-assign-simple-block{
    display: flex;
    justify-content: flex-end;
}
