.custom .slds-scrollable_y {
    min-height: 500px !important;
}

.remove_row th:first-child{
    display:none !important; 
}

.remove_row td:first-child{
    display:none !important; 
}
.custom .slds-input[disabled], .custom .slds-input.slds-is-disabled {
    background-color: rgb(233, 234, 236) !important;
    border-color: rgb(196, 198, 202) !important;
    cursor: not-allowed !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.custom .slds-input[disabled], .custom .slds-input.slds-is-disabled {
    padding: 0 1rem 0 .75rem !important;
}
.customgrey{
    background: #f6f6f6 !important;
}
lightning-checkbox-group.inlineOptions.slds-form-element .slds-form-element__control{
    display: inline-flex !important;
}