.custom-switch{ cursor:pointer; }
.custom-switch label { cursor:pointer; }
.custom-control-input:checked~.custom-control-label::before {
    background-color: #50b737;
	border:none;
}
