.justify-end {
    justify-content: flex-end;
}

label.form-check-label {
    margin-left: .6rem;
    margin-top: .2rem;
}

/* Readonly/disabled fields (no inline styles) */
.rg-field--readonly {
    background-color: #e9ecef !important;
    cursor: not-allowed !important;
}
