﻿




.form-check-input:disabled {
    opacity: 0.75 !important;  /* Prevent opacity reduction */
    /*background-color: #0d6efd !important;  Reset background color */
    /*border-color: #0d6efd !important;  Reset border color */
    /* Add other styles as needed to match your desired appearance */
}

.form-check-input:disabled + .form-check-label {
    color: #0d6efd !important; /* Prevent label text from being grayed out */
}


