﻿
.altcha-checkbox input {
    accent-color: var(--theme) !important;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    border-radius: 0;
    color: white !important;
}
