.box-check.box-check-custom .checkmark{
    position: absolute;
    top: -3px;
    left: 0px;
    height: 20px;
    width: 20px;
}
.box-check.box-check-custom .check-custom{
    display: flex;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 20px;

}
.box-check.box-check-custom .check-custom .checkmark:after{
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #bb0029;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.check-side .check-custom{
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 20px;
    color: #666666;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
}

.check-side .check-custom .count-item{
    color: #999999;
}

.check-side .check-custom input{
    position: absolute;
    opacity: 0;
}

.check-side .checkmark{
    position: absolute;
    top: 3px;
    left: 6px;
    height: 12px;
    width: 12px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
    border: 1px solid #666666;
    border-radius: 3px;
}

.check-side .check-custom:hover input ~ .checkmark{
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
    border: 1px solid #666666;
    border-radius: 3px;
}

.check-side .check-custom input:checked ~ .checkmark{
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
    border: 1px solid #666666;
    border-radius: 3px;
}



.check-side .checkmark:after{
    content: "";
    position: absolute;
    display: none;
}

.check-side .check-custom input:checked ~ .checkmark:after{
    display: block;
}

.check-side .check-custom .checkmark:after{
    left: 4px;
    top: -3px;
    width: 6px;
    height: 10px;
    border: solid #666666;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-side .check-custom a{
    color: #002dd6;
}

.sidebar .box-item .check-side{
    display: inline-block;
    width: 100%;
}

.sidebar .box-item ul{
    padding-left: 20px;
}

.sidebar .box-item li:last-child .check-custom{
    margin-bottom: 0!important;
}

.sidebar .box-item li .check-custom{
    margin-bottom: 15px!important;
}

.box-item .check-side:last-child>.check-custom{
    margin-bottom: 0;
}


