.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
    color: #767676;
    cursor: not-allowed;
}
