﻿.centered-checkbox {
   /* display: flex !important;*/
    justify-content: center !important;
    align-items: center !important;
}

    .centered-checkbox input[type="checkbox"] {
        margin: 0;
    }


