.custom-control-label {
    margin-bottom: 15px;

}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    left: calc(-2.25rem + 16px);
}
.custom-switch .custom-control-label::after {
    left: -2.1rem;
    top: calc(-0.05rem);
    width: calc(1rem - -5.6px);
    height: calc(1rem - -6.4px);
}

.custom-control-label::before {
    top: -0.1rem;
}

.custom-switch .custom-control-label::before {
    width: 2.5rem;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(0.09rem);
}

.custom-control-label {
    padding-left: 5px;
}

.custom-switch .custom-control-label::after {
    border-radius: 10.6rem;

}

.custom-control-label {
    font-size: 0.875rem;
}  

.custom-switch .custom-control-label::before {
    border-radius: 7.3rem;
}

.custom-control-label::before {
    height: 1.5rem;
}
