/** Form Customizations **/
label.required:after {
    content: "* ";
    color: red;
}

.form-inline-radio legend {
    padding-top: 0 !important;
    padding-bottom: 1rem !important;
    margin-top: 0 !important;
}

.col-form-label {
    padding-top: 0;
}

.form-inline-radio .form-check {
    display: inline-block;
    margin-right: 20px;
}

.form-check .required::after {
    content: "" !important;
}

.form-check {
    margin-bottom: 0.3rem;
}

.form-check-label {
    color: black;
}

html[data-bs-theme='dark'] .form-check-label {
    color: #fff !important;
}

/** End Form Customizations **/
