.checkbox-lg .custom-control-label::before{
  top: .0rem;
  width: 2.00rem;
  height: 2.00rem;
  background: #6A6F95;
  border-radius: 50%;
  border-color: #66bb6a;
  border-top: none;
  border-right: none;
  cursor: pointer;
}


.checkbox-lg .custom-control-label::after {
  top: .0rem;
  width: 2.00rem;
  height: 2.00rem;
  background: #6A6F95;  
  border-radius: 50%;
  border-color: #66bb6a;
  border-top: none;
  border-right: none;
  cursor: pointer;
}

.checkbox-lg .custom-control-label {
  padding-top: 6px;
  padding-left: 14px;
}


.checkbox-xl .custom-control-label::before, 
.checkbox-xl .custom-control-label::after {
  top: 1.2rem;
  width: 1.85rem;
  height: 1.85rem;
}

.checkbox-xl .custom-control-label {
  padding-top: 23px;
  padding-left: 12px;
}

#chk_cap{
    height: 38px;
    background: #E9ECEF;
}