.ClientRestrictionsForm {
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

.ClientRestrictionsForm-firstRow {
    flex-grow: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.ClientRestrictionsForm-formGroup {
    padding-top: 15px;
    width: 50%;
}

.ClientRestrictionsForm-formGroup label {
    padding-left: 0;
}

.ClientRestrictionsForm-formGroup .FormGroup-body {
    padding-left: 0;
}

.ClientRestrictionsForm-body {
    flex-grow: 1;
    width: 100%;
    overflow-y: auto;
    max-height: 100%;
}

.ClientRestrictionsForm-table {
    width: 100%;
}

.ClientRestrictionsForm-tableBody {
    line-height: 2.5;
}

.ClientRestrictionsForm-forDeletion {
    text-decoration: line-through;
}

@media (width <= 992px) {
    .ClientRestrictionsForm-body {
        margin-bottom: 56px;
    }
}
