.text-very-red {
    color: #FF0000;
}
.custom-checkbox.text-very-red .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #FF0000;
    border-color: #FF0000;
}
