.ContractMechanicalDeductionForm {
    &-AdminTypes {
        height: 177px;

        &-description {
            color: #505962;
            font-size: 12px;
            height: 22px;
            margin: 2px 22px;
            width: 100%;
        }
    }

    &-ProductTypes {
        &-checkbox {
            height: 23px;
        }

        &-Text {
            font-size: 14px;
        }

        &-Tooltip.with-icon {
            margin: 0.5px 4px;
            position: absolute;
        }
    }

    &-AdminFee {
        &-description {
            color: #505962;
            font-size: 12px;
            height: 22px;
        }

        &-radio {
            height: 23px;
        }
    }

    &-AdminTypes,
    &-ProductTypes {
        margin-bottom: 27px;
    }

    .error {
        color: var(--danger);
        font-size: 14px;
    }

    .input-error {
        border-color: var(--danger);
    }
}
