/*
input[type=checkbox]{
	height: 18px !important;
    width: 18px !important;
    vertical-align: middle !important;
    max-width: none !important;
}


input[type=checkbox]::after{
     width: 18px !important;
     height: 18px !important;
     display: inline-block !important;
     text-align: center !important;
}
input[type=checkbox]:checked::after{
     content: "✓" !important;
     font-size: 12px !important;
     font-weight: bold !important;
      background-color: #005691 !important;
}*/
