/* Custom sizing for the switch */
.form-check-input-lg {
    width: 3.5em !important;    /* Standard is 2em */
    height: 1.8em !important;   /* Standard is 1em */
    margin-top: 0;            /* Adjusts vertical alignment */
    cursor: pointer;
}

/* Optional: Adjust the label position to match the new size */
.form-check-input-lg + .form-check-label {
    padding-top: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1.2rem;       /* Makes text slightly larger to match */
    cursor: pointer;
}