﻿

.custom-tick .custom-control-label::before {
    border: 2px solid #202945;
    background-color: transparent;
}

.custom-tick.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-tick.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    color: #fff !important;
    border-color: #202945 !important;
    background-color: #202945 !important;
}

.custom-checkbox.custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: transparent;
}

/*.custom-tick.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%234f55eb\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3E%3C/svg%3E');
}

.custom-tick.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\'%3E%3Cpath stroke=\'%23CC092F\' d=\'M0 2h4\'/%3E%3C/svg%3E')
}*/
