.form-check-label {
    margin-bottom: 0;
    font-size: 16px;
    color: #000000;
}

.form-check-label.checkbox-medicine {
    color: #000000;
}

/* .form-check-input[type="checkbox"]+label:before,
.form-check-input[type="checkbox"]:not(.filled-in)+label.checkbox-medicine:after,
label.checkbox-medicine.btn input[type="checkbox"]+label.checkbox-medicine:before,
label.checkbox-medicine.btn input[type="checkbox"]:not(.filled-in)+label.checkbox-medicine:after {
    background-image: url("/images/uncheckbox_medicine.png");
}

.form-check-input[type="checkbox"]:checked+label.checkbox-medicine:before,
label.checkbox-medicine.btn input[type="checkbox"]:checked+label.checkbox-medicine:before {
    background-image: url("/images/checkbox_medicine.png");
} */
