
.custom-control-label::before {
    background-color: grey !important;
    border: none !important;
    width:45px !important;
    height:25px !important;
    border-radius: 0.8rem !important;
    top: 0.20rem !important;
    left: -1.5rem !important;
  }
  
  .custom-switch .custom-control-label::after {
    background-color: white !important;
    height: 23px !important;
    width: 23px !important;
    left: -1.5rem !important;
    top: 0.29rem !important;
    border-radius: 1rem !important;
  }
  
  .custom-control-input:checked~.custom-control-label::before {
    background-color: #208775 !important;
    border-color: grey !important;
    width:45px !important;
    height:25px !important;
    border-radius: 0.8rem !important;
    top: 0.20rem !important;
    left: -1.5rem !important;

  }

  .custom-switch .custom-control-input:checked~.custom-control-label::after{
    transform: translateX(1.4rem) !important;
  }