.form-container-inner-v5 .form-group.form-checkbox div.switch-toggle.switch-candy label {
    background-color: transparent;
    top: 18px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: row;
    
    font-size: 12px;
}
.switch-toggle {
    width: 57%;
    float: right;
    margin-right: 3%;
    height: 2.3em;
}
.switch-toggle input:focus ~ span a, .switch-toggle input:focus + label {
    outline-style: none;
    outline-width: 0;
    outline-color: white;
}
.switch-toggle label, .switch-toggle > span {
    line-height: normal;
}
.switch-toggle.switch-candy, .switch-light.switch-candy > span {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}
.switch-light.switch-candy span span, .switch-light.switch-candy input:checked ~ span span:first-child, .switch-toggle.switch-candy label {
    text-shadow: none;
} 

.switch-toggle.switch-candy label {
    color: #C8C8C8;
    transition: color 0.25s ease;
}
.active-label {
    color: #00a1e9 !important;
}
.inactive-label {
    cursor: pointer;
}
.switch-toggle input:disabled + label.inactive-label { 
    cursor: default!important;
}
/* Remove old style cursor styling */
.form-checkbox {
    cursor: default!important;
}
