﻿input[type=checkbox] {
    width: 1.2em;
    height: 1.2em;
    margin-top: -1px;
    margin-left: -1px;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-appearance: auto;
    accent-color: #696cff;
}

.table-striped {
    border-color: lightsteelblue !important;
}