.custom-checkbox {
    cursor: pointer;
    margin-top: 7px;
    height: 17px;
    width: 17px;
}


.custom-checkbox-lg {
    cursor: pointer;
    height: 18px;
    width: 18px;
}

.custom-checkbox-mt-0-w16 {
    margin-top: 2px;
    cursor: pointer;
    height: 16px;
    width: 16px;
}

.row-checkbox {
    cursor: pointer;
}

.row-checkbox input[type="checkbox"] {
    pointer-events: none;
}

.custom-checkbox-disabled {
    pointer-events: none;
}
